Browse Source

Initial commit

Add files from Framer.
master
TheoryOfNekomata 3 years ago
commit
d7c6398fde
10 changed files with 10368 additions and 0 deletions
  1. +17
    -0
      .gitignore
  2. +7
    -0
      .yarnignore
  3. +0
    -0
      README.md
  4. +30
    -0
      code/canvas.tsx
  5. +10209
    -0
      design/document.json
  6. +23
    -0
      package.json
  7. +1
    -0
      package.metadata-backup.json
  8. +1
    -0
      treeVersion.txt
  9. +14
    -0
      tsconfig.json
  10. +66
    -0
      yarn.lock

+ 17
- 0
.gitignore View File

@@ -0,0 +1,17 @@
# General
.DS_Store
Icon\r

# Framer
.cache
.config.json
.backups
.framer-lock
.project.log
yarn-error.log
build
dist
node_modules
.npmrc
.yarnrc
*.framerxproj

+ 7
- 0
.yarnignore View File

@@ -0,0 +1,7 @@
/build
.DS_Store
Icon\r
.cache
.config.json
.backups
.project.log

+ 0
- 0
README.md View File


+ 30
- 0
code/canvas.tsx View File

@@ -0,0 +1,30 @@
// WARNING: this file is auto generated, any changes will be lost
import { createDesignComponent, CanvasStore } from "framer"
const canvas = CanvasStore.shared(); // CANVAS_DATA;
export const Button = createDesignComponent<{parentSize?:{width:number|string,height:number|string},width?:number|string,height?:number|string}>(canvas, "id_zJVR7WURr", {}, 160,48);
export const Checkbox = createDesignComponent<{parentSize?:{width:number|string,height:number|string},width?:number|string,height?:number|string}>(canvas, "id_f2N56LYLn", {}, 256,32);
export const MenuItem = createDesignComponent<{parentSize?:{width:number|string,height:number|string},width?:number|string,height?:number|string}>(canvas, "id_NB35xxRVu", {}, 360,64);
export const MenuItem_card_ = createDesignComponent<{parentSize?:{width:number|string,height:number|string},width?:number|string,height?:number|string}>(canvas, "id_c1NenO9KT", {}, 168,168);
export const MobileMenu = createDesignComponent<{parentSize?:{width:number|string,height:number|string},width?:number|string,height?:number|string}>(canvas, "id_kFufc1SFI", {}, 360,64);
export const MobileMenuItem = createDesignComponent<{parentSize?:{width:number|string,height:number|string},width?:number|string,height?:number|string}>(canvas, "id_sRbT0QY3N", {}, 120,64);
export const RadioButton = createDesignComponent<{parentSize?:{width:number|string,height:number|string},width?:number|string,height?:number|string}>(canvas, "id_bW8DUqR35", {}, 256,32);
export const Slider = createDesignComponent<{parentSize?:{width:number|string,height:number|string},width?:number|string,height?:number|string}>(canvas, "id_AgmKLqSSO", {}, 256,48);
export const Switch = createDesignComponent<{parentSize?:{width:number|string,height:number|string},width?:number|string,height?:number|string}>(canvas, "id_nVoC4g0BR", {}, 48,32);
export const TextInput = createDesignComponent<{parentSize?:{width:number|string,height:number|string},width?:number|string,height?:number|string}>(canvas, "id_EbraROd8J", {}, 256,48);

export const colors = Object.freeze({
/** #C78AB3 */
"Primary Light": "var(--token-2a7216bc-357a-47db-a19a-457657273b8f, rgb(199, 138, 179))",
/** #222222 */
"Negative": "var(--token-c775663b-665f-4874-870d-7a1a1542286a, rgb(34, 34, 34))",
/** #EEEEEE */
"Positive": "var(--token-3cf80551-98d2-47e0-871c-00a6560ae4d6, rgb(238, 238, 238))",
/** #FF7B00 */
"Focus": "var(--token-ba5c7de0-eac6-4864-81ff-574ba758578e, rgb(255, 123, 0))",
/** #000000 */
"Darkness": "var(--token-34fc7f34-d2da-4e88-bc7a-acfcde910ff2, rgb(0, 0, 0))",
/** #FFFFFF */
"Lightness": "var(--token-73301745-4eba-4cf2-b034-98fa8ac6bb72, rgb(255, 255, 255))",
/** #BC85A8 */
"Primary Dark": "var(--token-675ea90d-d06c-4987-91db-78f3e6115f2c, rgb(188, 133, 168))",
})

+ 10209
- 0
design/document.json
File diff suppressed because it is too large
View File


+ 23
- 0
package.json View File

@@ -0,0 +1,23 @@
{
"author": "Allan Crisostomo",
"devDependencies": {
"@types/react": "^16.8"
},
"framer": {
"authorId": "3b9c5914-e533-4768-b0ca-302f9b5c0ab3",
"webId": "r2nIGOBVgA2HOCVCBA77",
"id": "3f740152-8add-42dc-aa17-8c13d93e9572",
"displayName": "Tesseract"
},
"license": "MIT",
"main": "dist/index.js",
"peerDependencies": {
"framer": "^1.0",
"react": "^16.8"
},
"dependencies": {
"@framer/framer.default": "^1.50.0"
},
"name": "@framer/4gdxl6hs.tesseract",
"version": "1.2.0"
}

+ 1
- 0
package.metadata-backup.json View File

@@ -0,0 +1 @@
{"author":"Allan Crisostomo","devDependencies":{"@types/react":"^16.8"},"framer":{"authorId":"3b9c5914-e533-4768-b0ca-302f9b5c0ab3","webId":"r2nIGOBVgA2HOCVCBA77"},"license":"MIT","main":"dist/index.js","peerDependencies":{"framer":"^1.0","react":"^16.8"}}

+ 1
- 0
treeVersion.txt View File

@@ -0,0 +1 @@
35

+ 14
- 0
tsconfig.json View File

@@ -0,0 +1,14 @@
{
"compilerOptions": {
"target": "es2015",
"lib": ["es2015", "dom"],
"module": "commonjs",
"jsx": "react",
"outDir": "build",
"sourceMap": false,
"declaration": false,
"resolveJsonModule": true,
"noImplicitAny": false
},
"exclude": ["node_modules", "build"]
}

+ 66
- 0
yarn.lock View File

@@ -0,0 +1,66 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


"@framer/framer.default@^1.50.0":
version "1.50.0"
resolved "https://registry.framer.com/@framer/framer.default/-/@framer/framer.default-1.50.0.tgz#ef21a35e8c18bf837bad06d384ec41cd8a3172f0"
integrity sha512-zYu2/ZHv5lxIlBl+x1falQEv49OAOEDlrOVEUIF6EM/AAechho1671MeAlDwIiU9trrsk3F8M5ILM9WvtUgl2g==
dependencies:
react-feather "^2.0.3"

"@types/prop-types@*":
version "15.7.3"
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7"
integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==

"@types/react@^16.8":
version "16.9.32"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.32.tgz#f6368625b224604148d1ddf5920e4fefbd98d383"
integrity sha512-fmejdp0CTH00mOJmxUPPbWCEBWPvRIL4m8r0qD+BSDUqmutPyGQCHifzMpMzdvZwROdEdL78IuZItntFWgPXHQ==
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"

csstype@^2.2.0:
version "2.6.10"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.10.tgz#e63af50e66d7c266edb6b32909cfd0aabe03928b"
integrity sha512-D34BqZU4cIlMCY93rZHbrq9pjTAQJ3U8S8rfBqjwHxkGPThWFjzZDQpgMJY0QViLxth6ZKYiwFBo14RdN44U/w==

"js-tokens@^3.0.0 || ^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==

loose-envify@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
dependencies:
js-tokens "^3.0.0 || ^4.0.0"

object-assign@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=

prop-types@^15.7.2:
version "15.7.2"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
dependencies:
loose-envify "^1.4.0"
object-assign "^4.1.1"
react-is "^16.8.1"

react-feather@^2.0.3:
version "2.0.4"
resolved "https://registry.yarnpkg.com/react-feather/-/react-feather-2.0.4.tgz#42f974ade8d2a7ce113aa8ede37f7ca3752f3b1d"
integrity sha512-XX+it8flg7ht3bjc5vvGC1RwqIf0YBdEzgGeTm6hNWkT613uTr/F4aah2cgY1n83/8W6qml5J9t+lAUQAUBlJQ==
dependencies:
prop-types "^15.7.2"

react-is@^16.8.1:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==

Loading…
Cancel
Save