Skip to content

Instantly share code, notes, and snippets.

@ruucm
Created June 17, 2019 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ruucm/68b771e80b132fc01d72694f4eb85cd8 to your computer and use it in GitHub Desktop.
Save ruucm/68b771e80b132fc01d72694f4eb85cd8 to your computer and use it in GitHub Desktop.
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory((function webpackLoadOptionalExternalModule() { try { return require("framer"); } catch(e) {} }()), (function webpackLoadOptionalExternalModule() { try { return require("framer-package-loader!@framer/harborschool.colors"); } catch(e) {} }()), (function webpackLoadOptionalExternalModule() { try { return require("framer-package-loader!@framer/harborschool.text"); } catch(e) {} }()), (function webpackLoadOptionalExternalModule() { try { return require("framer-package-loader!@framer/harborschool.utils"); } catch(e) {} }()));
else if(typeof define === 'function' && define.amd)
define(["framer", "framer-package-loader!@framer/harborschool.colors", "framer-package-loader!@framer/harborschool.text", "framer-package-loader!@framer/harborschool.utils"], factory);
else {
var a = typeof exports === 'object' ? factory((function webpackLoadOptionalExternalModule() { try { return require("framer"); } catch(e) {} }()), (function webpackLoadOptionalExternalModule() { try { return require("framer-package-loader!@framer/harborschool.colors"); } catch(e) {} }()), (function webpackLoadOptionalExternalModule() { try { return require("framer-package-loader!@framer/harborschool.text"); } catch(e) {} }()), (function webpackLoadOptionalExternalModule() { try { return require("framer-package-loader!@framer/harborschool.utils"); } catch(e) {} }())) : factory(root["Framer"], root["framer-package-loader!@framer/harborschool.colors"], root["framer-package-loader!@framer/harborschool.text"], root["framer-package-loader!@framer/harborschool.utils"]);
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
}
})(window, function(__WEBPACK_EXTERNAL_MODULE_framer__, __WEBPACK_EXTERNAL_MODULE_framer_package_loader_framer_harborschool_colors__, __WEBPACK_EXTERNAL_MODULE_framer_package_loader_framer_harborschool_text__, __WEBPACK_EXTERNAL_MODULE_framer_package_loader_framer_harborschool_utils__) {
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId]) {
/******/ return installedModules[moduleId].exports;
/******/ }
/******/ // Create a new module (and put it into the cache)
/******/ var module = installedModules[moduleId] = {
/******/ i: moduleId,
/******/ l: false,
/******/ exports: {}
/******/ };
/******/
/******/ // Execute the module function
/******/ try { modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); } catch (error) { module.exports = { error } }
/******/
/******/ // Flag the module as loaded
/******/ module.l = true;
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/
/******/
/******/ // expose the modules object (__webpack_modules__)
/******/ __webpack_require__.m = modules;
/******/
/******/ // expose the module cache
/******/ __webpack_require__.c = installedModules;
/******/
/******/ // define getter function for harmony exports
/******/ __webpack_require__.d = function(exports, name, getter) {
/******/ if(!__webpack_require__.o(exports, name)) {
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
/******/ }
/******/ };
/******/
/******/ // define __esModule on exports
/******/ __webpack_require__.r = function(exports) {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/
/******/ // create a fake namespace object
/******/ // mode & 1: value is a module id, require it
/******/ // mode & 2: merge all properties of value into the ns
/******/ // mode & 4: return value when already ns object
/******/ // mode & 8|1: behave like require
/******/ __webpack_require__.t = function(value, mode) {
/******/ if(mode & 1) value = __webpack_require__(value);
/******/ if(mode & 8) return value;
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
/******/ var ns = Object.create(null);
/******/ __webpack_require__.r(ns);
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
/******/ return ns;
/******/ };
/******/
/******/ // getDefaultExport function for compatibility with non-harmony modules
/******/ __webpack_require__.n = function(module) {
/******/ var getter = module && module.__esModule ?
/******/ function getDefault() { return module['default']; } :
/******/ function getModuleExports() { return module; };
/******/ __webpack_require__.d(getter, 'a', getter);
/******/ return getter;
/******/ };
/******/
/******/ // Object.prototype.hasOwnProperty.call
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
/******/
/******/ // __webpack_public_path__
/******/ __webpack_require__.p = "";
/******/
/******/ // asset url
/******/ var __module_i = eval("typeof module !== 'undefined' ? module.i : ''");
/******/ var __framer_package = (/(node_modules[/].*)[/](build|dist).index.js/.exec(__module_i) || [])[1]
/******/ function __asset_url__(src) { return __WEBPACK_EXTERNAL_MODULE_framer__.serverURL(__framer_package, src) };
/******/ installedModules['framer/resource'] = { i: 'framer/resource', l: true, exports: { url: __asset_url__ } };
/******/
/******/
/******/
/******/ // Load entry module and return exports
/******/ return __webpack_require__(__webpack_require__.s = "./package.js");
/******/ })
/************************************************************************/
/******/ ({
/***/ "./code sync recursive \\.(t|j)s(x?)|\\.css$":
/*!***************************************!*\
!*** ./code sync \.(t|j)s(x?)|\.css$ ***!
\***************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
var map = {};
function webpackContext(req) {
var id = webpackContextResolve(req);
return __webpack_require__(id);
}
function webpackContextResolve(req) {
if(!__webpack_require__.o(map, req)) {
var e = new Error("Cannot find module '" + req + "'");
e.code = 'MODULE_NOT_FOUND';
throw e;
}
return map[req];
}
webpackContext.keys = function webpackContextKeys() {
return Object.keys(map);
};
webpackContext.resolve = webpackContextResolve;
module.exports = webpackContext;
webpackContext.id = "./code sync recursive \\.(t|j)s(x?)|\\.css$";
/***/ }),
/***/ "./package.js":
/*!********************!*\
!*** ./package.js ***!
\********************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
// The template for the dynamic webpack entry. Be aware of the variables
const packageJson = __webpack_require__(/*! ./package.json */ "./package.json")
const package = {
packageJson,
sourceModules: {},
dependencies: {},
}
// This is a special webpack thing that watches the whole directory
// https://github.com/webpack/docs/wiki/context
const ctx = __webpack_require__("./code sync recursive \\.(t|j)s(x?)|\\.css$")
ctx.keys().forEach(key => {
package.sourceModules[key] = () => ctx(key)
})
// The packages are passed in through a template
const packages = {}
packages["framer"] = () => {
var package = {}
try {
package = __webpack_require__(/*! framer */ "framer")
} catch (e) {
console.log(e)
}
package.__framer__ = package.__framer__ || {}
package.__framer__.packageJson = {"name":"framer","version":"1.0.10","main":"build/framer.js","author":"Framer","license":"MIT","scripts":{"coverage":"jest --coverage","test":"jest","watch":"jest --watch"},"devDependencies":{"@microsoft/api-extractor":"^7.1.5","@testing-library/react":"^8.0.1","@types/chalk":"^2.2.0","@types/draft-js":"0.10.19","@types/enzyme":"^3.1.10","@types/enzyme-adapter-react-16":"^1.0.3","@types/hsluv":"https://github.com/framer/typed_hsluv#bump","@types/jest":"^23.0.0","@types/jest-diff":"^20.0.0","@types/jest-matcher-utils":"^21.0.1","@types/node":"^10.12.9","@types/react":"16.8.4","@types/react-dom":"^16.8","cache-loader":"^1.2.2","chalk":"^2.4.1","convert-tsconfig-paths-to-webpack-aliases":"^0.9.2","css.escape":"^1.5.1","draft-js":"0.10.4","enzyme":"^3.9.0","enzyme-adapter-react-16":"^1.9.1","eventemitter3":"^3.1.0","fork-ts-checker-webpack-plugin":"^0.4.1","framer-motion":"^0.19.1","hoist-non-react-statics":"^2.5.0","hsluv":"^0.0.3","immutable":"^3.8.2","jest":"^23.1.0","jest-diff":"^23.6.0","jest-dom":"^3.1.3","jest-junit":"^5.2.0","modclean":"^3.0.0-beta.1","progress-bar-webpack-plugin":"^1.11.0","raf":"^3.4.0","react":"^16.8","react-dev-utils":"^5.0.1","react-dom":"^16.8","resize-observer-polyfill":"^1.5.1","semver":"^5.6.0","style-value-types":"^3.1.4","ts-jest":"^23.10.5","ts-loader":"^4.1.0","tslint":"^5.12.1","tslint-react-hooks":"^1.1.0","typescript":"3.3","watch":"^1.0.2","webpack":"^4.4.1","webpack-cli":"^3.1.2","webpack-dev-server":"^3.1.10","xcssmatrix":"^0.2.2"},"peerDependencies":{"react":"^16.8.2","react-dom":"^16.8.2"},"tsdoc":{"tsdocFlavor":"AEDoc"},"framer":{"components":[{"name":"Scroll","children":true,"properties":[{"key":"direction","title":"Direction","kind":"enum","options":["horizontal","vertical","both"]}]},{"name":"Page"},{"name":"Stack"},{"name":"FramerAppleWatch38","type":"device"},{"name":"FramerAppleWatch42","type":"device"},{"name":"FramerSonySmartWatch","type":"device"},{"name":"FramerAppleIPhoneSE","type":"device"},{"name":"FramerAppleIPhone8","type":"device"},{"name":"FramerAppleIPhone8Plus","type":"device"},{"name":"FramerAppleIPhoneXS","type":"device"},{"name":"FramerAppleIPhoneXR","type":"device"},{"name":"FramerAppleIPhoneXSMax","type":"device"},{"name":"FramerGooglePixel2","type":"device"},{"name":"FramerGooglePixel2XL","type":"device"},{"name":"FramerGooglePixel3","type":"device"},{"name":"FramerGooglePixel3XL","type":"device"},{"name":"FramerSamsungNote5","type":"device"},{"name":"FramerSamsungGalaxyS9","type":"device"},{"name":"FramerAppleIPadAir","type":"device"},{"name":"FramerAppleIPadMini","type":"device"},{"name":"FramerAppleIPadPro","type":"device"},{"name":"FramerGoogleNexusTablet","type":"device"},{"name":"FramerMicrosoftSurfacePro3","type":"device"},{"name":"FramerMicrosoftSurfacePro4","type":"device"},{"name":"FramerAppleIMac","type":"device"},{"name":"FramerAppleThunderboltDisplay","type":"device"},{"name":"FramerAppleMacBook","type":"device"},{"name":"FramerAppleMacBookAir","type":"device"},{"name":"FramerAppleMacBookPro","type":"device"},{"name":"FramerDellXPS","type":"device"},{"name":"FramerMicrosoftSurfaceBook","type":"device"},{"name":"FramerSonyW850C","type":"device"},{"name":"FramerStoreArtwork","type":"device"},{"name":"FramerStoreIcon","type":"device"}]}}
return package
}
packages["@framer/harborschool.colors"] = () => {
var package = {}
try {
package = __webpack_require__(/*! framer-package-loader!@framer/harborschool.colors */ "framer-package-loader!@framer/harborschool.colors")
} catch (e) {
console.log(e)
}
package.__framer__ = package.__framer__ || {}
package.__framer__.packageJson = {"main":"dist/index.js","license":"MIT","devDependencies":{"@types/react":"^16.8"},"peerDependencies":{"framer":"^1.0","react":"^16.8"},"framer":{"id":"92ac570e-4ffa-430f-aa94-f1182e975a52","displayName":"Colors"},"author":". ruucm","name":"@framer/harborschool.colors","version":"1.1.0","design":{"root":{"__class":"RootNode","children":[{"__class":"CodeComponentNode","aspectRatio":null,"bottom":null,"centerAnchorX":0.32574257425742575,"centerAnchorY":0.2463683904706566,"children":[{"__class":"CodeComponentNode","aspectRatio":null,"bottom":null,"centerAnchorX":0.291,"centerAnchorY":0.5,"children":[],"clip":true,"codeComponentIdentifier":"./ColorCard.tsx_ColorCard","codeComponentProps":{"color":"var(--token-aea547e0-1512-4cf0-bd33-480df41654d1, rgb(35, 72, 167)) /* {\"name\":\"brand-01\"} */","name":"brand-01","tone":"dark"},"codeOverrideEnabled":false,"constraintsLocked":false,"deviceType":null,"exportOptions":[],"fillColor":"rgba(255,255,255,1)","fillEnabled":false,"fillImage":null,"fillImagePixelHeight":null,"fillImagePixelWidth":null,"fillImageResize":"fill","fillLinearGradient":{"__class":"LinearGradient","alpha":1,"angle":0,"end":"rgba(0,0,0,0)","start":"black"},"fillRadialGradient":{"__class":"RadialGradient","alpha":1,"centerAnchorX":0.5,"centerAnchorY":0.5,"end":"black","heightFactor":0.5,"start":"rgba(0,0,0,0)","widthFactor":0.5},"fillType":"color","height":110,"heightType":0,"id":"L9Z4RLuTB","intrinsicHeight":110,"intrinsicWidth":125,"left":83,"locked":false,"name":null,"opacity":1,"originalid":null,"parentid":"NCe7_VyUQ","previewSettings":null,"radius":0,"radiusBottomLeft":0,"radiusBottomRight":0,"radiusIsRelative":false,"radiusPerCorner":false,"radiusTopLeft":0,"radiusTopRight":0,"right":null,"rotation":0,"top":null,"visible":true,"width":125,"widthType":0},{"__class":"CodeComponentNode","aspectRatio":null,"bottom":null,"centerAnchorX":0.709,"centerAnchorY":0.5,"children":[],"clip":true,"codeComponentIdentifier":"./ColorCard.tsx_ColorCard","codeComponentProps":{"color":"var(--token-ef84b878-9585-48ec-b02e-6f7325136261, rgb(253, 211, 136)) /* {\"name\":\"brand-02\"} */","name":"brand-02","tone":"light"},"codeOverrideEnabled":false,"constraintsLocked":false,"deviceType":null,"exportOptions":[],"fillColor":"rgba(255,255,255,1)","fillEnabled":false,"fillImage":null,"fillImagePixelHeight":null,"fillImagePixelWidth":null,"fillImageResize":"fill","fillLinearGradient":{"__class":"LinearGradient","alpha":1,"angle":0,"end":"rgba(0,0,0,0)","start":"black"},"fillRadialGradient":{"__class":"RadialGradient","alpha":1,"centerAnchorX":0.5,"centerAnchorY":0.5,"end":"black","heightFactor":0.5,"start":"rgba(0,0,0,0)","widthFactor":0.5},"fillType":"color","height":110,"heightType":0,"id":"WEZUtUj_d","intrinsicHeight":110,"intrinsicWidth":125,"left":null,"locked":false,"name":null,"opacity":1,"originalid":null,"parentid":"NCe7_VyUQ","previewSettings":null,"radius":0,"radiusBottomLeft":0,"radiusBottomRight":0,"radiusIsRelative":false,"radiusPerCorner":false,"radiusTopLeft":0,"radiusTopRight":0,"right":83,"rotation":0,"top":null,"visible":true,"width":125,"widthType":0}],"clip":true,"codeComponentIdentifier":"framer/Stack","codeComponentProps":{"alignment":"center","direction":"horizontal","distribution":"space-evenly","gap":10,"padding":0,"paddingBottom":0,"paddingLeft":0,"paddingPerSide":false,"paddingRight":0,"paddingTop":0},"codeOverrideEnabled":false,"constraintsLocked":false,"deviceType":null,"exportOptions":[],"fillColor":"rgba(255,255,255,1)","fillEnabled":true,"fillImage":null,"fillImagePixelHeight":null,"fillImagePixelWidth":null,"fillImageResize":"fill","fillLinearGradient":{"__class":"LinearGradient","alpha":1,"angle":0,"end":"rgba(0,0,0,0)","start":"black"},"fillRadialGradient":{"__class":"RadialGradient","alpha":1,"centerAnchorX":0.5,"centerAnchorY":0.5,"end":"black","heightFactor":0.5,"start":"rgba(0,0,0,0)","widthFactor":0.5},"fillType":"color","height":500,"heightType":0,"id":"NCe7_VyUQ","intrinsicHeight":null,"intrinsicWidth":null,"left":415,"locked":false,"name":"Brand","opacity":1,"originalid":null,"parentid":"jLUPs9gNN","previewSettings":null,"radius":0,"radiusBottomLeft":0,"radiusBottomRight":0,"radiusIsRelative":false,"radiusPerCorner":false,"radiusTopLeft":0,"radiusTopRight":0,"right":null,"rotation":0,"top":-37,"visible":true,"width":500,"widthType":0},{"__class":"CodeComponentNode","aspectRatio":null,"bottom":null,"centerAnchorX":0.6678217821782179,"centerAnchorY":0.2463683904706566,"children":[{"__class":"CodeComponentNode","aspectRatio":null,"bottom":null,"centerAnchorX":0,"centerAnchorY":0,"children":[],"clip":true,"codeComponentIdentifier":"./ColorCard.tsx_ColorCard","codeComponentProps":{"color":"var(--token-36d6a9b6-5ddf-426c-9c28-7ebb19896b65, rgb(233, 72, 77)) /* {\"name\":\"support-01\"} */","name":"support-01","tone":"dark"},"codeOverrideEnabled":false,"constraintsLocked":false,"deviceType":null,"exportOptions":[],"fillColor":"rgba(255,255,255,1)","fillEnabled":false,"fillImage":null,"fillImagePixelHeight":null,"fillImagePixelWidth":null,"fillImageResize":"fill","fillLinearGradient":{"__class":"LinearGradient","alpha":1,"angle":0,"end":"rgba(0,0,0,0)","start":"black"},"fillRadialGradient":{"__class":"RadialGradient","alpha":1,"centerAnchorX":0.5,"centerAnchorY":0.5,"end":"black","heightFactor":0.5,"start":"rgba(0,0,0,0)","widthFactor":0.5},"fillType":"color","height":110,"heightType":0,"id":"REt3zX6Yc","intrinsicHeight":110,"intrinsicWidth":125,"left":124,"locked":false,"name":null,"opacity":1,"originalid":null,"parentid":"b5XYcQevN","previewSettings":null,"radius":0,"radiusBottomLeft":0,"radiusBottomRight":0,"radiusIsRelative":false,"radiusPerCorner":false,"radiusTopLeft":0,"radiusTopRight":0,"right":null,"rotation":0,"top":282,"visible":true,"width":125,"widthType":0},{"__class":"CodeComponentNode","aspectRatio":null,"bottom":null,"centerAnchorX":0,"centerAnchorY":0,"children":[],"clip":true,"codeComponentIdentifier":"./ColorCard.tsx_ColorCard","codeComponentProps":{"color":"var(--token-6814fbfc-6496-45f6-93ae-763ed8dcc62c, rgb(38, 48, 96)) /* {\"name\":\"support-04\"} */","name":"support-04","tone":"dark"},"codeOverrideEnabled":false,"constraintsLocked":false,"deviceType":null,"exportOptions":[],"fillColor":"rgba(255,255,255,1)","fillEnabled":false,"fillImage":null,"fillImagePixelHeight":null,"fillImagePixelWidth":null,"fillImageResize":"fill","fillLinearGradient":{"__class":"LinearGradient","alpha":1,"angle":0,"end":"rgba(0,0,0,0)","start":"black"},"fillRadialGradient":{"__class":"RadialGradient","alpha":1,"centerAnchorX":0.5,"centerAnchorY":0.5,"end":"black","heightFactor":0.5,"start":"rgba(0,0,0,0)","widthFactor":0.5},"fillType":"color","height":110,"heightType":0,"id":"b6HHnBkVA","intrinsicHeight":110,"intrinsicWidth":125,"left":124,"locked":false,"name":null,"opacity":1,"originalid":null,"parentid":"b5XYcQevN","previewSettings":null,"radius":0,"radiusBottomLeft":0,"radiusBottomRight":0,"radiusIsRelative":false,"radiusPerCorner":false,"radiusTopLeft":0,"radiusTopRight":0,"right":null,"rotation":0,"top":282,"visible":true,"width":125,"widthType":0}],"clip":true,"codeComponentIdentifier":"framer/Stack","codeComponentProps":{"alignment":"center","direction":"horizontal","distribution":"space-evenly","gap":10,"padding":0,"paddingBottom":0,"paddingLeft":0,"paddingPerSide":false,"paddingRight":0,"paddingTop":0},"codeOverrideEnabled":false,"constraintsLocked":false,"deviceType":null,"exportOptions":[],"fillColor":"rgba(255,255,255,1)","fillEnabled":true,"fillImage":null,"fillImagePixelHeight":null,"fillImagePixelWidth":null,"fillImageResize":"fill","fillLinearGradient":{"__class":"LinearGradient","alpha":1,"angle":0,"end":"rgba(0,0,0,0)","start":"black"},"fillRadialGradient":{"__class":"RadialGradient","alpha":1,"centerAnchorX":0.5,"centerAnchorY":0.5,"end":"black","heightFactor":0.5,"start":"rgba(0,0,0,0)","widthFactor":0.5},"fillType":"color","height":500,"heightType":0,"id":"b5XYcQevN","intrinsicHeight":null,"intrinsicWidth":null,"left":965,"locked":false,"name":"Supports","opacity":1,"originalid":null,"parentid":"jLUPs9gNN","previewSettings":null,"radius":0,"radiusBottomLeft":0,"radiusBottomRight":0,"radiusIsRelative":false,"radiusPerCorner":false,"radiusTopLeft":0,"radiusTopRight":0,"right":null,"rotation":0,"top":-37,"visible":true,"width":500,"widthType":0},{"__class":"CodeComponentNode","aspectRatio":null,"bottom":null,"centerAnchorX":0.32574257425742575,"centerAnchorY":0.6792562463683904,"children":[{"__class":"CodeComponentNode","aspectRatio":null,"bottom":null,"centerAnchorX":0.187,"centerAnchorY":0.5,"children":[],"clip":true,"codeComponentIdentifier":"./ColorCard.tsx_ColorCard","codeComponentProps":{"color":"var(--token-c1730548-235a-4ee4-a56d-dd3d9846ec3d, rgb(21, 41, 53)) /* {\"name\":\"text-01\"} */","name":"text-01","tone":"dark"},"codeOverrideEnabled":false,"constraintsLocked":false,"deviceType":null,"exportOptions":[],"fillColor":"rgba(255,255,255,1)","fillEnabled":false,"fillImage":null,"fillImagePixelHeight":null,"fillImagePixelWidth":null,"fillImageResize":"fill","fillLinearGradient":{"__class":"LinearGradient","alpha":1,"angle":0,"end":"rgba(0,0,0,0)","start":"black"},"fillRadialGradient":{"__class":"RadialGradient","alpha":1,"centerAnchorX":0.5,"centerAnchorY":0.5,"end":"black","heightFactor":0.5,"start":"rgba(0,0,0,0)","widthFactor":0.5},"fillType":"color","height":110,"heightType":0,"id":"Go3fSH8UA","intrinsicHeight":110,"intrinsicWidth":125,"left":31,"locked":false,"name":null,"opacity":1,"originalid":null,"parentid":"KuoeSAThp","previewSettings":null,"radius":0,"radiusBottomLeft":0,"radiusBottomRight":0,"radiusIsRelative":false,"radiusPerCorner":false,"radiusTopLeft":0,"radiusTopRight":0,"right":null,"rotation":0,"top":null,"visible":true,"width":125,"widthType":0},{"__class":"CodeComponentNode","aspectRatio":null,"bottom":null,"centerAnchorX":0.501,"centerAnchorY":0.5,"children":[],"clip":true,"codeComponentIdentifier":"./ColorCard.tsx_ColorCard","codeComponentProps":{"color":"#5a6872","name":"text-02","tone":"dark"},"codeOverrideEnabled":false,"constraintsLocked":false,"deviceType":null,"exportOptions":[],"fillColor":"rgba(255,255,255,1)","fillEnabled":false,"fillImage":null,"fillImagePixelHeight":null,"fillImagePixelWidth":null,"fillImageResize":"fill","fillLinearGradient":{"__class":"LinearGradient","alpha":1,"angle":0,"end":"rgba(0,0,0,0)","start":"black"},"fillRadialGradient":{"__class":"RadialGradient","alpha":1,"centerAnchorX":0.5,"centerAnchorY":0.5,"end":"black","heightFactor":0.5,"start":"rgba(0,0,0,0)","widthFactor":0.5},"fillType":"color","height":110,"heightType":0,"id":"NJjwTfLjq","intrinsicHeight":110,"intrinsicWidth":125,"left":null,"locked":false,"name":null,"opacity":1,"originalid":null,"parentid":"KuoeSAThp","previewSettings":null,"radius":0,"radiusBottomLeft":0,"radiusBottomRight":0,"radiusIsRelative":false,"radiusPerCorner":false,"radiusTopLeft":0,"radiusTopRight":0,"right":null,"rotation":0,"top":null,"visible":true,"width":125,"widthType":0},{"__class":"CodeComponentNode","aspectRatio":null,"bottom":null,"centerAnchorX":0.813,"centerAnchorY":0.5,"children":[],"clip":true,"codeComponentIdentifier":"./ColorCard.tsx_ColorCard","codeComponentProps":{"color":"#5a6872","name":"text-03","tone":"dark"},"codeOverrideEnabled":false,"constraintsLocked":false,"deviceType":null,"exportOptions":[],"fillColor":"rgba(255,255,255,1)","fillEnabled":false,"fillImage":null,"fillImagePixelHeight":null,"fillImagePixelWidth":null,"fillImageResize":"fill","fillLinearGradient":{"__class":"LinearGradient","alpha":1,"angle":0,"end":"rgba(0,0,0,0)","start":"black"},"fillRadialGradient":{"__class":"RadialGradient","alpha":1,"centerAnchorX":0.5,"centerAnchorY":0.5,"end":"black","heightFactor":0.5,"start":"rgba(0,0,0,0)","widthFactor":0.5},"fillType":"color","height":110,"heightType":0,"id":"Xu4gPyqYw","intrinsicHeight":110,"intrinsicWidth":125,"left":null,"locked":false,"name":null,"opacity":1,"originalid":null,"parentid":"KuoeSAThp","previewSettings":null,"radius":0,"radiusBottomLeft":0,"radiusBottomRight":0,"radiusIsRelative":false,"radiusPerCorner":false,"radiusTopLeft":0,"radiusTopRight":0,"right":31,"rotation":0,"top":null,"visible":true,"width":125,"widthType":0}],"clip":true,"codeComponentIdentifier":"framer/Stack","codeComponentProps":{"alignment":"center","direction":"horizontal","distribution":"space-evenly","gap":10,"padding":0,"paddingBottom":0,"paddingLeft":0,"paddingPerSide":false,"paddingRight":0,"paddingTop":0},"codeOverrideEnabled":false,"constraintsLocked":false,"deviceType":null,"exportOptions":[],"fillColor":"rgba(255,255,255,1)","fillEnabled":true,"fillImage":null,"fillImagePixelHeight":null,"fillImagePixelWidth":null,"fillImageResize":"fill","fillLinearGradient":{"__class":"LinearGradient","alpha":1,"angle":0,"end":"rgba(0,0,0,0)","start":"black"},"fillRadialGradient":{"__class":"RadialGradient","alpha":1,"centerAnchorX":0.5,"centerAnchorY":0.5,"end":"black","heightFactor":0.5,"start":"rgba(0,0,0,0)","widthFactor":0.5},"fillType":"color","height":500,"heightType":0,"id":"KuoeSAThp","intrinsicHeight":null,"intrinsicWidth":null,"left":1515,"locked":false,"name":"Texts","opacity":1,"originalid":null,"parentid":"jLUPs9gNN","previewSettings":null,"radius":0,"radiusBottomLeft":0,"radiusBottomRight":0,"radiusIsRelative":false,"radiusPerCorner":false,"radiusTopLeft":0,"radiusTopRight":0,"right":null,"rotation":0,"top":-37,"visible":true,"width":500,"widthType":0},{"__class":"CodeComponentNode","aspectRatio":null,"bottom":null,"centerAnchorX":0.6678217821782179,"centerAnchorY":0.6792562463683904,"children":[{"__class":"FrameNode","aspectRatio":null,"blendingEnabled":0,"blendingMode":"normal","bottom":null,"centerAnchorX":0.5,"centerAnchorY":0.5,"children":[{"__class":"CodeComponentNode","aspectRatio":null,"bottom":0,"centerAnchorX":0.14269406392694065,"centerAnchorY":0.5,"children":[],"clip":true,"codeComponentIdentifier":"./ColorCard.tsx_ColorCard","codeComponentProps":{"color":"var(--token-4df79cad-f216-4206-b38c-c02c83deaa69, rgb(255, 255, 255)) /* {\"name\":\"ui-01\"} */","name":"ui-01","tone":"light"},"codeOverrideEnabled":false,"constraintsLocked":false,"deviceType":null,"exportOptions":[],"fillColor":"rgba(255,255,255,1)","fillEnabled":false,"fillImage":null,"fillImagePixelHeight":null,"fillImagePixelWidth":null,"fillImageResize":"fill","fillLinearGradient":{"__class":"LinearGradient","alpha":1,"angle":0,"end":"rgba(0,0,0,0)","start":"black"},"fillRadialGradient":{"__class":"RadialGradient","alpha":1,"centerAnchorX":0.5,"centerAnchorY":0.5,"end":"black","heightFactor":0.5,"start":"rgba(0,0,0,0)","widthFactor":0.5},"fillType":"color","height":110,"heightType":0,"id":"Kw2E6iyPJ","intrinsicHeight":110,"intrinsicWidth":125,"left":0,"locked":false,"name":null,"opacity":1,"originalid":null,"parentid":"KnGApnYsS","previewSettings":null,"radius":0,"radiusBottomLeft":0,"radiusBottomRight":0,"radiusIsRelative":false,"radiusPerCorner":false,"radiusTopLeft":0,"radiusTopRight":0,"right":null,"rotation":0,"top":0,"visible":true,"width":125,"widthType":0},{"__class":"CodeComponentNode","aspectRatio":null,"bottom":0,"centerAnchorX":0.5011415525114156,"centerAnchorY":0.5,"children":[],"clip":true,"codeComponentIdentifier":"./ColorCard.tsx_ColorCard","codeComponentProps":{"color":"var(--token-ff444b75-b2de-4b80-bff5-b94b3dc3a5f1, rgb(245, 247, 250)) /* {\"name\":\"ui-02\"} */","name":"ui-02","tone":"light"},"codeOverrideEnabled":false,"constraintsLocked":false,"deviceType":null,"exportOptions":[],"fillColor":"rgba(255,255,255,1)","fillEnabled":false,"fillImage":null,"fillImagePixelHeight":null,"fillImagePixelWidth":null,"fillImageResize":"fill","fillLinearGradient":{"__class":"LinearGradient","alpha":1,"angle":0,"end":"rgba(0,0,0,0)","start":"black"},"fillRadialGradient":{"__class":"RadialGradient","alpha":1,"centerAnchorX":0.5,"centerAnchorY":0.5,"end":"black","heightFactor":0.5,"start":"rgba(0,0,0,0)","widthFactor":0.5},"fillType":"color","height":110,"heightType":0,"id":"Fedemx41i","intrinsicHeight":110,"intrinsicWidth":125,"left":null,"locked":false,"name":null,"opacity":1,"originalid":null,"parentid":"KnGApnYsS","previewSettings":null,"radius":0,"radiusBottomLeft":0,"radiusBottomRight":0,"radiusIsRelative":false,"radiusPerCorner":false,"radiusTopLeft":0,"radiusTopRight":0,"right":null,"rotation":0,"top":0,"visible":true,"width":125,"widthType":0},{"__class":"CodeComponentNode","aspectRatio":null,"bottom":0,"centerAnchorX":0.8573059360730594,"centerAnchorY":0.5,"children":[],"clip":true,"codeComponentIdentifier":"./ColorCard.tsx_ColorCard","codeComponentProps":{"color":"#f0f3f6","name":"ui-03","tone":"light"},"codeOverrideEnabled":false,"constraintsLocked":false,"deviceType":null,"exportOptions":[],"fillColor":"rgba(255,255,255,1)","fillEnabled":false,"fillImage":null,"fillImagePixelHeight":null,"fillImagePixelWidth":null,"fillImageResize":"fill","fillLinearGradient":{"__class":"LinearGradient","alpha":1,"angle":0,"end":"rgba(0,0,0,0)","start":"black"},"fillRadialGradient":{"__class":"RadialGradient","alpha":1,"centerAnchorX":0.5,"centerAnchorY":0.5,"end":"black","heightFactor":0.5,"start":"rgba(0,0,0,0)","widthFactor":0.5},"fillType":"color","height":110,"heightType":0,"id":"gSNSBzGZp","intrinsicHeight":110,"intrinsicWidth":125,"left":null,"locked":false,"name":null,"opacity":1,"originalid":null,"parentid":"KnGApnYsS","previewSettings":null,"radius":0,"radiusBottomLeft":0,"radiusBottomRight":0,"radiusIsRelative":false,"radiusPerCorner":false,"radiusTopLeft":0,"radiusTopRight":0,"right":0,"rotation":0,"top":0,"visible":true,"width":125,"widthType":0}],"clip":false,"codeOverrideEnabled":false,"constraintsLocked":false,"deviceType":null,"exportOptions":[],"fillColor":"rgba(255,255,255,1)","fillEnabled":false,"fillImage":null,"fillImagePixelHeight":null,"fillImagePixelWidth":null,"fillImageResize":"fill","fillLinearGradient":{"__class":"LinearGradient","alpha":1,"angle":0,"end":"rgba(0,0,0,0)","start":"black"},"fillRadialGradient":{"__class":"RadialGradient","alpha":1,"centerAnchorX":0.5,"centerAnchorY":0.5,"end":"black","heightFactor":0.5,"start":"rgba(0,0,0,0)","widthFactor":0.5},"fillType":"color","height":110,"heightType":0,"id":"KnGApnYsS","intrinsicHeight":null,"intrinsicWidth":null,"isExternalMaster":null,"isMaster":false,"isTarget":false,"left":31,"locked":false,"name":null,"navigationTarget":null,"navigationTransition":"push","navigationTransitionBackdropColor":"rgba(4,4,15,.4)","navigationTransitionDirection":"left","opacity":1,"originalid":null,"parentid":"AIG3mwf4X","previewSettings":null,"radius":0,"radiusBottomLeft":0,"radiusBottomRight":0,"radiusIsRelative":false,"radiusPerCorner":false,"radiusTopLeft":0,"radiusTopRight":0,"replicaInfo":null,"right":31,"rotation":0,"top":null,"visible":true,"width":438,"widthType":0},{"__class":"FrameNode","aspectRatio":null,"blendingEnabled":0,"blendingMode":"normal","bottom":null,"centerAnchorX":0.5,"centerAnchorY":0.5,"children":[{"__class":"CodeComponentNode","aspectRatio":null,"bottom":0,"centerAnchorX":0.14269406392694065,"centerAnchorY":0.5,"children":[],"clip":true,"codeComponentIdentifier":"./ColorCard.tsx_ColorCard","codeComponentProps":{"color":"#dfe3e6","name":"ui-04","tone":"light"},"codeOverrideEnabled":false,"constraintsLocked":false,"deviceType":null,"exportOptions":[],"fillColor":"rgba(255,255,255,1)","fillEnabled":false,"fillImage":null,"fillImagePixelHeight":null,"fillImagePixelWidth":null,"fillImageResize":"fill","fillLinearGradient":{"__class":"LinearGradient","alpha":1,"angle":0,"end":"rgba(0,0,0,0)","start":"black"},"fillRadialGradient":{"__class":"RadialGradient","alpha":1,"centerAnchorX":0.5,"centerAnchorY":0.5,"end":"black","heightFactor":0.5,"start":"rgba(0,0,0,0)","widthFactor":0.5},"fillType":"color","height":110,"heightType":0,"id":"O5XxqcFwK","intrinsicHeight":110,"intrinsicWidth":125,"left":0,"locked":false,"name":null,"opacity":1,"originalid":null,"parentid":"GPLgQVA77","previewSettings":null,"radius":0,"radiusBottomLeft":0,"radiusBottomRight":0,"radiusIsRelative":false,"radiusPerCorner":false,"radiusTopLeft":0,"radiusTopRight":0,"right":null,"rotation":0,"top":0,"visible":true,"width":125,"widthType":0},{"__class":"CodeComponentNode","aspectRatio":null,"bottom":0,"centerAnchorX":0.5011415525114156,"centerAnchorY":0.5,"children":[],"clip":true,"codeComponentIdentifier":"./ColorCard.tsx_ColorCard","codeComponentProps":{"color":"#8C9bA5","name":"ui-05","tone":"light"},"codeOverrideEnabled":false,"constraintsLocked":false,"deviceType":null,"exportOptions":[],"fillColor":"rgba(255,255,255,1)","fillEnabled":false,"fillImage":null,"fillImagePixelHeight":null,"fillImagePixelWidth":null,"fillImageResize":"fill","fillLinearGradient":{"__class":"LinearGradient","alpha":1,"angle":0,"end":"rgba(0,0,0,0)","start":"black"},"fillRadialGradient":{"__class":"RadialGradient","alpha":1,"centerAnchorX":0.5,"centerAnchorY":0.5,"end":"black","heightFactor":0.5,"start":"rgba(0,0,0,0)","widthFactor":0.5},"fillType":"color","height":110,"heightType":0,"id":"d_NGqXROu","intrinsicHeight":110,"intrinsicWidth":125,"left":null,"locked":false,"name":null,"opacity":1,"originalid":null,"parentid":"GPLgQVA77","previewSettings":null,"radius":0,"radiusBottomLeft":0,"radiusBottomRight":0,"radiusIsRelative":false,"radiusPerCorner":false,"radiusTopLeft":0,"radiusTopRight":0,"right":null,"rotation":0,"top":0,"visible":true,"width":125,"widthType":0}],"clip":false,"codeOverrideEnabled":false,"constraintsLocked":false,"deviceType":null,"exportOptions":[],"fillColor":"rgba(255,255,255,1)","fillEnabled":false,"fillImage":null,"fillImagePixelHeight":null,"fillImagePixelWidth":null,"fillImageResize":"fill","fillLinearGradient":{"__class":"LinearGradient","alpha":1,"angle":0,"end":"rgba(0,0,0,0)","start":"black"},"fillRadialGradient":{"__class":"RadialGradient","alpha":1,"centerAnchorX":0.5,"centerAnchorY":0.5,"end":"black","heightFactor":0.5,"start":"rgba(0,0,0,0)","widthFactor":0.5},"fillType":"color","height":110,"heightType":0,"id":"GPLgQVA77","intrinsicHeight":null,"intrinsicWidth":null,"isExternalMaster":null,"isMaster":false,"isTarget":false,"left":31,"locked":false,"name":null,"navigationTarget":null,"navigationTransition":"push","navigationTransitionBackdropColor":"rgba(4,4,15,.4)","navigationTransitionDirection":"left","opacity":1,"originalid":null,"parentid":"AIG3mwf4X","previewSettings":null,"radius":0,"radiusBottomLeft":0,"radiusBottomRight":0,"radiusIsRelative":false,"radiusPerCorner":false,"radiusTopLeft":0,"radiusTopRight":0,"replicaInfo":null,"right":31,"rotation":0,"top":null,"visible":true,"width":438,"widthType":0}],"clip":true,"codeComponentIdentifier":"framer/Stack","codeComponentProps":{"alignment":"center","direction":"vertical","distribution":"space-evenly","gap":10,"padding":0,"paddingBottom":0,"paddingLeft":0,"paddingPerSide":false,"paddingRight":0,"paddingTop":0},"codeOverrideEnabled":false,"constraintsLocked":false,"deviceType":null,"exportOptions":[],"fillColor":"rgba(255,255,255,1)","fillEnabled":true,"fillImage":null,"fillImagePixelHeight":null,"fillImagePixelWidth":null,"fillImageResize":"fill","fillLinearGradient":{"__class":"LinearGradient","alpha":1,"angle":0,"end":"rgba(0,0,0,0)","start":"black"},"fillRadialGradient":{"__class":"RadialGradient","alpha":1,"centerAnchorX":0.5,"centerAnchorY":0.5,"end":"black","heightFactor":0.5,"start":"rgba(0,0,0,0)","widthFactor":0.5},"fillType":"color","height":500,"heightType":0,"id":"AIG3mwf4X","intrinsicHeight":null,"intrinsicWidth":null,"left":2065,"locked":false,"name":"UI","opacity":1,"originalid":null,"parentid":"jLUPs9gNN","previewSettings":null,"radius":0,"radiusBottomLeft":0,"radiusBottomRight":0,"radiusIsRelative":false,"radiusPerCorner":false,"radiusTopLeft":0,"radiusTopRight":0,"right":null,"rotation":0,"top":-37,"visible":true,"width":500,"widthType":0}],"id":"jLUPs9gNN","name":null,"originalid":null,"parentid":null,"tokens":{"4df79cad-f216-4206-b38c-c02c83deaa69":{"__class":"ColorTokenNode","id":"4df79cad-f216-4206-b38c-c02c83deaa69","name":"ui-01","value":"rgb(255, 255, 255)"},"7d7a775d-c9be-4456-a85d-67867d2fa366":{"__class":"ColorTokenNode","id":"7d7a775d-c9be-4456-a85d-67867d2fa366","name":"Framer Blue","value":"rgb(16, 92, 251)"},"36d6a9b6-5ddf-426c-9c28-7ebb19896b65":{"__class":"ColorTokenNode","id":"36d6a9b6-5ddf-426c-9c28-7ebb19896b65","name":"support-01","value":"rgb(233, 72, 77)"},"6814fbfc-6496-45f6-93ae-763ed8dcc62c":{"__class":"ColorTokenNode","id":"6814fbfc-6496-45f6-93ae-763ed8dcc62c","name":"support-04","value":"rgb(38, 48, 96)"},"aea547e0-1512-4cf0-bd33-480df41654d1":{"__class":"ColorTokenNode","id":"aea547e0-1512-4cf0-bd33-480df41654d1","name":"brand-01","value":"rgb(35, 72, 167)"},"c1730548-235a-4ee4-a56d-dd3d9846ec3d":{"__class":"ColorTokenNode","id":"c1730548-235a-4ee4-a56d-dd3d9846ec3d","name":"text-01","value":"rgb(21, 41, 53)"},"ef84b878-9585-48ec-b02e-6f7325136261":{"__class":"ColorTokenNode","id":"ef84b878-9585-48ec-b02e-6f7325136261","name":"brand-02","value":"rgb(253, 211, 136)"},"ff444b75-b2de-4b80-bff5-b94b3dc3a5f1":{"__class":"ColorTokenNode","id":"ff444b75-b2de-4b80-bff5-b94b3dc3a5f1","name":"ui-02","value":"rgb(245, 247, 250)"}},"tokensIndex":["7d7a775d-c9be-4456-a85d-67867d2fa366","aea547e0-1512-4cf0-bd33-480df41654d1","ef84b878-9585-48ec-b02e-6f7325136261","36d6a9b6-5ddf-426c-9c28-7ebb19896b65","6814fbfc-6496-45f6-93ae-763ed8dcc62c","c1730548-235a-4ee4-a56d-dd3d9846ec3d","4df79cad-f216-4206-b38c-c02c83deaa69","ff444b75-b2de-4b80-bff5-b94b3dc3a5f1"],"visible":false},"version":51}}
return package
}
packages["@framer/harborschool.text"] = () => {
var package = {}
try {
package = __webpack_require__(/*! framer-package-loader!@framer/harborschool.text */ "framer-package-loader!@framer/harborschool.text")
} catch (e) {
console.log(e)
}
package.__framer__ = package.__framer__ || {}
package.__framer__.packageJson = {"main":"dist/index.js","license":"MIT","devDependencies":{"@types/react":"^16.8"},"peerDependencies":{"framer":"^1.0","react":"^16.8"},"framer":{"id":"92ac570e-4ffa-430f-aa94-f1182e975a52","displayName":"Text"},"author":". ruucm","dependencies":{"@framer/harborschool.colors":"^1.1.0"},"name":"@framer/harborschool.text","version":"1.3.0","design":{"root":{"__class":"RootNode","children":[{"__class":"FrameNode","aspectRatio":null,"blendingEnabled":0,"blendingMode":"normal","bottom":null,"centerAnchorX":0,"centerAnchorY":0,"children":[{"__class":"CodeComponentNode","aspectRatio":null,"bottom":297,"centerAnchorX":0.37222222222222223,"centerAnchorY":0.6555555555555556,"children":[],"clip":true,"codeComponentIdentifier":"./Text.tsx_Text","codeComponentProps":{"color":"black","hoverAnim":false,"letterSpacing":0,"size":26,"text":"Sample Text","weight":"NanumSquareOTFL"},"codeOverrideEnabled":false,"constraintsLocked":false,"deviceType":null,"exportOptions":[],"fillColor":"rgba(255,255,255,1)","fillEnabled":false,"fillImage":null,"fillImagePixelHeight":null,"fillImagePixelWidth":null,"fillImageResize":"fill","fillLinearGradient":{"__class":"LinearGradient","alpha":1,"angle":0,"end":"rgba(0,0,0,0)","start":"black"},"fillRadialGradient":{"__class":"RadialGradient","alpha":1,"centerAnchorX":0.5,"centerAnchorY":0.5,"end":"black","heightFactor":0.5,"start":"rgba(0,0,0,0)","widthFactor":0.5},"fillType":"color","height":26,"heightType":0,"id":"fJ3802KHJ","intrinsicHeight":16,"intrinsicWidth":92,"left":445,"locked":false,"name":null,"opacity":1,"originalid":null,"parentid":"eTAEiVVlP","previewSettings":null,"radius":0,"radiusBottomLeft":0,"radiusBottomRight":0,"radiusIsRelative":false,"radiusPerCorner":false,"radiusTopLeft":0,"radiusTopRight":0,"right":null,"rotation":0,"top":null,"visible":true,"width":182,"widthType":0},{"__class":"CodeComponentNode","aspectRatio":null,"bottom":null,"centerAnchorX":0.6833333333333333,"centerAnchorY":0.4688888888888889,"children":[],"clip":true,"codeComponentIdentifier":"./Text.tsx_Text","codeComponentProps":{"color":"black","hoverAnim":true,"letterSpacing":0,"size":26,"text":"Sample Text","weight":"NanumSquareOTFL"},"codeOverrideEnabled":false,"constraintsLocked":false,"deviceType":null,"exportOptions":[],"fillColor":"rgba(255,255,255,1)","fillEnabled":false,"fillImage":null,"fillImagePixelHeight":null,"fillImagePixelWidth":null,"fillImageResize":"fill","fillLinearGradient":{"__class":"LinearGradient","alpha":1,"angle":0,"end":"rgba(0,0,0,0)","start":"black"},"fillRadialGradient":{"__class":"RadialGradient","alpha":1,"centerAnchorX":0.5,"centerAnchorY":0.5,"end":"black","heightFactor":0.5,"start":"rgba(0,0,0,0)","widthFactor":0.5},"fillType":"color","height":26,"heightType":0,"id":"xXwf7c03j","intrinsicHeight":16,"intrinsicWidth":92,"left":null,"locked":false,"name":null,"opacity":1,"originalid":null,"parentid":"eTAEiVVlP","previewSettings":null,"radius":0,"radiusBottomLeft":0,"radiusBottomRight":0,"radiusIsRelative":false,"radiusPerCorner":false,"radiusTopLeft":0,"radiusTopRight":0,"right":309,"rotation":0,"top":409,"visible":true,"width":294,"widthType":0},{"__class":"CodeComponentNode","aspectRatio":null,"bottom":196,"centerAnchorX":0.38472222222222224,"centerAnchorY":0.7677777777777778,"children":[],"clip":true,"codeComponentIdentifier":"./Text.tsx_Text","codeComponentProps":{"color":"black","hoverAnim":false,"letterSpacing":0,"size":26,"text":"Sample Text","weight":"NanumSquareOTFR"},"codeOverrideEnabled":false,"constraintsLocked":false,"deviceType":null,"exportOptions":[],"fillColor":"rgba(255,255,255,1)","fillEnabled":false,"fillImage":null,"fillImagePixelHeight":null,"fillImagePixelWidth":null,"fillImageResize":"fill","fillLinearGradient":{"__class":"LinearGradient","alpha":1,"angle":0,"end":"rgba(0,0,0,0)","start":"black"},"fillRadialGradient":{"__class":"RadialGradient","alpha":1,"centerAnchorX":0.5,"centerAnchorY":0.5,"end":"black","heightFactor":0.5,"start":"rgba(0,0,0,0)","widthFactor":0.5},"fillType":"color","height":26,"heightType":0,"id":"VE7l1ug1m","intrinsicHeight":16,"intrinsicWidth":92,"left":463,"locked":false,"name":null,"opacity":1,"originalid":null,"parentid":"eTAEiVVlP","previewSettings":null,"radius":0,"radiusBottomLeft":0,"radiusBottomRight":0,"radiusIsRelative":false,"radiusPerCorner":false,"radiusTopLeft":0,"radiusTopRight":0,"right":null,"rotation":0,"top":null,"visible":true,"width":182,"widthType":0},{"__class":"CodeComponentNode","aspectRatio":null,"bottom":148,"centerAnchorX":0.38472222222222224,"centerAnchorY":0.8211111111111111,"children":[],"clip":true,"codeComponentIdentifier":"./Text.tsx_Text","codeComponentProps":{"color":"black","hoverAnim":false,"letterSpacing":0,"size":26,"text":"Sample Text","weight":"NanumSquareOTFB"},"codeOverrideEnabled":false,"constraintsLocked":false,"deviceType":null,"exportOptions":[],"fillColor":"rgba(255,255,255,1)","fillEnabled":false,"fillImage":null,"fillImagePixelHeight":null,"fillImagePixelWidth":null,"fillImageResize":"fill","fillLinearGradient":{"__class":"LinearGradient","alpha":1,"angle":0,"end":"rgba(0,0,0,0)","start":"black"},"fillRadialGradient":{"__class":"RadialGradient","alpha":1,"centerAnchorX":0.5,"centerAnchorY":0.5,"end":"black","heightFactor":0.5,"start":"rgba(0,0,0,0)","widthFactor":0.5},"fillType":"color","height":26,"heightType":0,"id":"D76avX5qa","intrinsicHeight":16,"intrinsicWidth":92,"left":463,"locked":false,"name":null,"opacity":1,"originalid":null,"parentid":"eTAEiVVlP","previewSettings":null,"radius":0,"radiusBottomLeft":0,"radiusBottomRight":0,"radiusIsRelative":false,"radiusPerCorner":false,"radiusTopLeft":0,"radiusTopRight":0,"right":null,"rotation":0,"top":null,"visible":true,"width":182,"widthType":0},{"__class":"CodeComponentNode","aspectRatio":null,"bottom":93,"centerAnchorX":0.38472222222222224,"centerAnchorY":0.8822222222222222,"children":[],"clip":true,"codeComponentIdentifier":"./Text.tsx_Text","codeComponentProps":{"color":"black","hoverAnim":false,"letterSpacing":0,"size":26,"text":"Sample Text","weight":"NanumSquareOTFEB"},"codeOverrideEnabled":false,"constraintsLocked":false,"deviceType":null,"exportOptions":[],"fillColor":"rgba(255,255,255,1)","fillEnabled":false,"fillImage":null,"fillImagePixelHeight":null,"fillImagePixelWidth":null,"fillImageResize":"fill","fillLinearGradient":{"__class":"LinearGradient","alpha":1,"angle":0,"end":"rgba(0,0,0,0)","start":"black"},"fillRadialGradient":{"__class":"RadialGradient","alpha":1,"centerAnchorX":0.5,"centerAnchorY":0.5,"end":"black","heightFactor":0.5,"start":"rgba(0,0,0,0)","widthFactor":0.5},"fillType":"color","height":26,"heightType":0,"id":"w_Kw3EzAs","intrinsicHeight":16,"intrinsicWidth":92,"left":463,"locked":false,"name":null,"opacity":1,"originalid":null,"parentid":"eTAEiVVlP","previewSettings":null,"radius":0,"radiusBottomLeft":0,"radiusBottomRight":0,"radiusIsRelative":false,"radiusPerCorner":false,"radiusTopLeft":0,"radiusTopRight":0,"right":null,"rotation":0,"top":null,"visible":true,"width":182,"widthType":0}],"clip":true,"codeOverrideEnabled":false,"constraintsLocked":false,"deviceType":"framer/FramerAppleMacBookPro","exportOptions":[],"fillColor":"rgba(255,255,255,1)","fillEnabled":true,"fillImage":null,"fillImagePixelHeight":null,"fillImagePixelWidth":null,"fillImageResize":"fill","fillLinearGradient":{"__class":"LinearGradient","alpha":1,"angle":0,"end":"rgba(0,0,0,0)","start":"black"},"fillRadialGradient":{"__class":"RadialGradient","alpha":1,"centerAnchorX":0.5,"centerAnchorY":0.5,"end":"black","heightFactor":0.5,"start":"rgba(0,0,0,0)","widthFactor":0.5},"fillType":"color","height":900,"heightType":0,"id":"eTAEiVVlP","intrinsicHeight":null,"intrinsicWidth":null,"isExternalMaster":null,"isMaster":false,"isTarget":false,"left":600,"locked":false,"name":null,"navigationTarget":null,"navigationTransition":"push","navigationTransitionBackdropColor":"rgba(4,4,15,.4)","navigationTransitionDirection":"left","opacity":1,"originalid":null,"parentid":"jLUPs9gNN","previewSettings":null,"radius":0,"radiusBottomLeft":0,"radiusBottomRight":0,"radiusIsRelative":false,"radiusPerCorner":false,"radiusTopLeft":0,"radiusTopRight":0,"replicaInfo":null,"right":null,"rotation":0,"top":0,"visible":true,"width":1440,"widthType":0}],"id":"jLUPs9gNN","name":null,"originalid":null,"parentid":null,"tokens":{},"tokensIndex":[],"visible":false},"version":51}}
return package
}
packages["@framer/harborschool.utils"] = () => {
var package = {}
try {
package = __webpack_require__(/*! framer-package-loader!@framer/harborschool.utils */ "framer-package-loader!@framer/harborschool.utils")
} catch (e) {
console.log(e)
}
package.__framer__ = package.__framer__ || {}
package.__framer__.packageJson = {"main":"dist/index.js","license":"MIT","devDependencies":{"@types/react":"^16.8"},"peerDependencies":{"framer":"^1.0","react":"^16.8"},"framer":{"id":"92ac570e-4ffa-430f-aa94-f1182e975a52","displayName":"Utils"},"author":". ruucm","name":"@framer/harborschool.utils","version":"1.1.0","design":{"root":{"__class":"RootNode","children":[{"__class":"FrameNode","aspectRatio":null,"blendingEnabled":0,"blendingMode":"normal","bottom":null,"centerAnchorX":0,"centerAnchorY":0,"children":[{"__class":"FrameNode","aspectRatio":null,"blendingEnabled":0,"blendingMode":"normal","bottom":null,"centerAnchorX":0.5013333333333333,"centerAnchorY":0.37807881773399016,"children":[],"clip":false,"codeOverrideEnabled":false,"constraintsLocked":false,"deviceType":null,"exportOptions":[],"fillColor":"#105cfb","fillEnabled":true,"fillGradient":{"__class":"LinearGradient","alpha":1,"angle":0,"end":"rgba(0,0,0,0)","start":"black"},"fillImage":null,"fillImagePixelHeight":null,"fillImagePixelWidth":null,"fillImageResize":"fill","fillType":"color","height":100,"heightType":0,"id":"olosXJse6","intrinsicHeight":null,"intrinsicWidth":null,"isExternalMaster":null,"isMaster":false,"isTarget":false,"left":null,"locked":false,"name":null,"navigationTarget":null,"navigationTransition":"push","navigationTransitionBackdropColor":"rgba(4,4,15,.4)","navigationTransitionDirection":"left","opacity":1,"originalid":null,"parentid":"c2CXk66B9","previewSettings":null,"radius":20,"radiusBottomLeft":20,"radiusBottomRight":20,"radiusIsRelative":false,"radiusPerCorner":false,"radiusTopLeft":20,"radiusTopRight":20,"replicaInfo":null,"right":null,"rotation":0,"top":257,"visible":true,"width":100,"widthType":0}],"clip":true,"codeOverrideEnabled":false,"constraintsLocked":false,"deviceType":"framer/FramerAppleIPhoneXS","exportOptions":[],"fillColor":"rgba(255,255,255,1)","fillEnabled":true,"fillGradient":{"__class":"LinearGradient","alpha":1,"angle":0,"end":"rgba(0,0,0,0)","start":"black"},"fillImage":null,"fillImagePixelHeight":null,"fillImagePixelWidth":null,"fillImageResize":"fill","fillType":"color","height":812,"heightType":0,"id":"c2CXk66B9","intrinsicHeight":null,"intrinsicWidth":null,"isExternalMaster":null,"isMaster":false,"isTarget":false,"left":0,"locked":false,"name":null,"navigationTarget":null,"navigationTransition":"push","navigationTransitionBackdropColor":"rgba(4,4,15,.4)","navigationTransitionDirection":"left","opacity":1,"originalid":null,"parentid":"jLUPs9gNN","previewSettings":null,"radius":0,"radiusBottomLeft":0,"radiusBottomRight":0,"radiusIsRelative":false,"radiusPerCorner":false,"radiusTopLeft":0,"radiusTopRight":0,"replicaInfo":null,"right":null,"rotation":0,"top":0,"visible":true,"width":375,"widthType":0}],"id":"jLUPs9gNN","name":null,"originalid":null,"parentid":null,"visible":false},"version":48}}
return package
}
package.dependencies = packages
exports.__framer__ = package
/***/ }),
/***/ "./package.json":
/*!**********************!*\
!*** ./package.json ***!
\**********************/
/*! exports provided: main, license, devDependencies, peerDependencies, framer, author, dependencies, name, version, default */
/***/ (function(module) {
module.exports = {"main":"dist/index.js","license":"MIT","devDependencies":{"@types/react":"^16.8","framer":"^1.0"},"peerDependencies":{"framer":"^1.0","react":"^16.8"},"framer":{"id":"92ac570e-4ffa-430f-aa94-f1182e975a52","displayName":"Button"},"author":". ruucm","dependencies":{"@framer/harborschool.colors":"^1.1.0","@framer/harborschool.text":"^1.3.0","@framer/harborschool.utils":"^1.1.0","dotenv":"^8.0.0"},"name":"@framer/harborschool.button","version":"1.1.0"};
/***/ }),
/***/ "framer":
/*!******************************************************************************************!*\
!*** external {"root":"Framer","commonjs2":"framer","commonjs":"framer","amd":"framer"} ***!
\******************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
if(typeof __WEBPACK_EXTERNAL_MODULE_framer__ === 'undefined') {var e = new Error("Cannot find module 'undefined'"); e.code = 'MODULE_NOT_FOUND'; throw e;}
module.exports = __WEBPACK_EXTERNAL_MODULE_framer__;
/***/ }),
/***/ "framer-package-loader!@framer/harborschool.colors":
/*!********************************************************************!*\
!*** external "framer-package-loader!@framer/harborschool.colors" ***!
\********************************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
if(typeof __WEBPACK_EXTERNAL_MODULE_framer_package_loader_framer_harborschool_colors__ === 'undefined') {var e = new Error("Cannot find module 'framer-package-loader!@framer/harborschool.colors'"); e.code = 'MODULE_NOT_FOUND'; throw e;}
module.exports = __WEBPACK_EXTERNAL_MODULE_framer_package_loader_framer_harborschool_colors__;
/***/ }),
/***/ "framer-package-loader!@framer/harborschool.text":
/*!******************************************************************!*\
!*** external "framer-package-loader!@framer/harborschool.text" ***!
\******************************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
if(typeof __WEBPACK_EXTERNAL_MODULE_framer_package_loader_framer_harborschool_text__ === 'undefined') {var e = new Error("Cannot find module 'framer-package-loader!@framer/harborschool.text'"); e.code = 'MODULE_NOT_FOUND'; throw e;}
module.exports = __WEBPACK_EXTERNAL_MODULE_framer_package_loader_framer_harborschool_text__;
/***/ }),
/***/ "framer-package-loader!@framer/harborschool.utils":
/*!*******************************************************************!*\
!*** external "framer-package-loader!@framer/harborschool.utils" ***!
\*******************************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
if(typeof __WEBPACK_EXTERNAL_MODULE_framer_package_loader_framer_harborschool_utils__ === 'undefined') {var e = new Error("Cannot find module 'framer-package-loader!@framer/harborschool.utils'"); e.code = 'MODULE_NOT_FOUND'; throw e;}
module.exports = __WEBPACK_EXTERNAL_MODULE_framer_package_loader_framer_harborschool_utils__;
/***/ })
/******/ });
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment