diff --git a/README.md b/README.md index e69de29..b118d0f 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,3 @@ +# Tesseract + +Simple. Elemental. Aesthetic. \ No newline at end of file diff --git a/code/canvas.tsx b/code/canvas.tsx index c7db69d..34a74fc 100644 --- a/code/canvas.tsx +++ b/code/canvas.tsx @@ -1,16 +1,16 @@ // 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 Button = createDesignComponent<{parentSize?:{width:number|string,height:number|string},width?:number|string,height?:number|string,label?:string}>(canvas, "id_zJVR7WURr", {label:"string"}, 160,48); +export const Checkbox = createDesignComponent<{parentSize?:{width:number|string,height:number|string},width?:number|string,height?:number|string,Label?:string}>(canvas, "id_f2N56LYLn", {Label:"string"}, 256,32); +export const MenuItem = createDesignComponent<{parentSize?:{width:number|string,height:number|string},width?:number|string,height?:number|string,subtitle?:string,title?:string}>(canvas, "id_NB35xxRVu", {subtitle:"string",title:"string"}, 360,64); +export const MenuItem_card_ = createDesignComponent<{parentSize?:{width:number|string,height:number|string},width?:number|string,height?:number|string,subtitle?:string,title?:string}>(canvas, "id_c1NenO9KT", {subtitle:"string",title:"string"}, 168,168); +export const MobileMenu = createDesignComponent<{parentSize?:{width:number|string,height:number|string},width?:number|string,height?:number|string,label?:string,label?:string,label?:string}>(canvas, "id_kFufc1SFI", {label:"string",label:"string",label:"string"}, 360,64); +export const MobileMenuItem = createDesignComponent<{parentSize?:{width:number|string,height:number|string},width?:number|string,height?:number|string,label?:string}>(canvas, "id_sRbT0QY3N", {label:"string"}, 120,64); +export const RadioButton = createDesignComponent<{parentSize?:{width:number|string,height:number|string},width?:number|string,height?:number|string,Label?:string}>(canvas, "id_bW8DUqR35", {Label:"string"}, 256,32); +export const Slider = createDesignComponent<{parentSize?:{width:number|string,height:number|string},width?:number|string,height?:number|string,label?:string,startHint?:string,endHint?:string}>(canvas, "id_AgmKLqSSO", {label:"string",startHint:"string",endHint:"string"}, 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 TextInput = createDesignComponent<{parentSize?:{width:number|string,height:number|string},width?:number|string,height?:number|string,label?:string,value?:string,hint?:string}>(canvas, "id_EbraROd8J", {label:"string",value:"string",hint:"string"}, 256,48); export const colors = Object.freeze({ /** #C78AB3 */ @@ -19,8 +19,8 @@ export const colors = Object.freeze({ "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))", + /** #FF9900 */ + "Focus": "var(--token-ba5c7de0-eac6-4864-81ff-574ba758578e, rgb(255, 153, 0))", /** #000000 */ "Darkness": "var(--token-34fc7f34-d2da-4e88-bc7a-acfcde910ff2, rgb(0, 0, 0))", /** #FFFFFF */ diff --git a/design/document.json b/design/document.json index fbde021..39957f7 100644 --- a/design/document.json +++ b/design/document.json @@ -183,7 +183,7 @@ "height" : 24, "heightType" : 0, "id" : "nCabWeFtS", - "isTarget" : false, + "isTarget" : true, "left" : 48, "locked" : false, "name" : "Label", @@ -626,7 +626,7 @@ "exportOptions" : [ ], - "fillColor" : "var(--token-2a7216bc-357a-47db-a19a-457657273b8f, rgb(153, 102, 153))", + "fillColor" : "var(--token-2a7216bc-357a-47db-a19a-457657273b8f, rgb(199, 138, 179)) \/* {\"name\":\"Primary Light\",\"packageIdentifier\":\"@framer\/4gdxl6hs.tesseract\"} *\/", "fillEnabled" : true, "fillImage" : null, "fillImageOriginalName" : null, @@ -754,7 +754,7 @@ ], "centerAnchorX" : 0.97777777777777775, "centerAnchorY" : 0.140625, - "fillColor" : "var(--token-2a7216bc-357a-47db-a19a-457657273b8f, rgb(153, 102, 153))", + "fillColor" : "var(--token-2a7216bc-357a-47db-a19a-457657273b8f, rgb(199, 138, 179)) \/* {\"name\":\"Primary Light\",\"packageIdentifier\":\"@framer\/4gdxl6hs.tesseract\"} *\/", "fillEnabled" : true, "left" : 500, "right" : null, @@ -918,10 +918,10 @@ "height" : 24, "heightType" : 0, "id" : "CuAUA8hYE", - "isTarget" : false, + "isTarget" : true, "left" : null, "locked" : false, - "name" : "Label", + "name" : "label", "opacity" : 1, "originalid" : null, "parentid" : "zJVR7WURr", @@ -1436,10 +1436,10 @@ "height" : 18, "heightType" : 0, "id" : "nuPesZk04", - "isTarget" : false, + "isTarget" : true, "left" : 4, "locked" : false, - "name" : "Label", + "name" : "label", "opacity" : 1, "originalid" : null, "parentid" : "EbraROd8J", @@ -1530,10 +1530,10 @@ "height" : 24, "heightType" : 0, "id" : "oemceZNDX", - "isTarget" : false, + "isTarget" : true, "left" : 16, "locked" : false, - "name" : "Value", + "name" : "value", "opacity" : 1, "originalid" : null, "parentid" : "EbraROd8J", @@ -1635,10 +1635,10 @@ "height" : 12, "heightType" : 0, "id" : "w5Zeaya9e", - "isTarget" : false, + "isTarget" : true, "left" : 16, "locked" : false, - "name" : "Hint", + "name" : "hint", "opacity" : 0.5, "originalid" : null, "parentid" : "EbraROd8J", @@ -2105,7 +2105,7 @@ "height" : 24, "heightType" : 0, "id" : "HfxZCUEqY", - "isTarget" : false, + "isTarget" : true, "left" : 48, "locked" : false, "name" : "Label", @@ -2631,7 +2631,7 @@ "isTarget" : false, "left" : 12, "locked" : false, - "name" : "Track", + "name" : "rail", "opacity" : 0.25, "originalid" : null, "parentid" : "AgmKLqSSO", @@ -2696,7 +2696,7 @@ "isTarget" : false, "left" : 12, "locked" : false, - "name" : "Enabled Track", + "name" : "track", "opacity" : 1, "originalid" : null, "parentid" : "AgmKLqSSO", @@ -2759,7 +2759,7 @@ "isTarget" : false, "left" : null, "locked" : false, - "name" : "Thumb", + "name" : "thumb", "opacity" : 1, "originalid" : null, "parentid" : "AgmKLqSSO", @@ -2781,7 +2781,7 @@ }, { "__class" : "TextNode", - "autoSize" : false, + "autoSize" : true, "bottom" : null, "centerAnchorX" : 0.5, "centerAnchorY" : 0.1875, @@ -2800,10 +2800,10 @@ "height" : 18, "heightType" : 0, "id" : "xSybn58N5", - "isTarget" : false, + "isTarget" : true, "left" : 0, "locked" : false, - "name" : "Label", + "name" : "label", "opacity" : 1, "originalid" : null, "parentid" : "AgmKLqSSO", @@ -2864,6 +2864,15 @@ "type" : "unstyled" } ], + "cached" : { + "html" : "
Slider<\/span><\/span><\/div><\/div>", + "os" : "macos 10_14 framerx", + "size" : { + "height" : 12, + "width" : 36 + }, + "width" : 0 + }, "entityMap" : { } @@ -2876,7 +2885,7 @@ }, { "__class" : "TextNode", - "autoSize" : false, + "autoSize" : true, "bottom" : 0, "centerAnchorX" : 0.25, "centerAnchorY" : 0.875, @@ -2896,10 +2905,10 @@ "height" : 12, "heightType" : 0, "id" : "UAibWq4hK", - "isTarget" : false, + "isTarget" : true, "left" : 0, "locked" : false, - "name" : "Start Hint", + "name" : "startHint", "opacity" : 0.5, "originalid" : null, "parentid" : "AgmKLqSSO", @@ -2960,6 +2969,15 @@ "type" : "unstyled" } ], + "cached" : { + "html" : "
0<\/span><\/span><\/div><\/div>", + "os" : "macos 10_14 framerx", + "size" : { + "height" : 12, + "width" : 9 + }, + "width" : 0 + }, "entityMap" : { } @@ -2972,7 +2990,7 @@ }, { "__class" : "TextNode", - "autoSize" : false, + "autoSize" : true, "bottom" : 0, "centerAnchorX" : 0.75, "centerAnchorY" : 0.875, @@ -2993,10 +3011,10 @@ "height" : 12, "heightType" : 0, "id" : "CjZf8vQIb", - "isTarget" : false, + "isTarget" : true, "left" : null, "locked" : false, - "name" : "End Hint", + "name" : "endHint", "opacity" : 0.5, "originalid" : null, "parentid" : "AgmKLqSSO", @@ -3057,6 +3075,15 @@ "type" : "unstyled" } ], + "cached" : { + "html" : "
100<\/span><\/span><\/div><\/div>", + "os" : "macos 10_14 framerx", + "size" : { + "height" : 12, + "width" : 22 + }, + "width" : 0 + }, "entityMap" : { } @@ -3245,6 +3272,15 @@ "type" : "unstyled" } ], + "cached" : { + "html" : "
100<\/span><\/span><\/div><\/div>", + "os" : "macos 10_14 framerx", + "size" : { + "height" : 12, + "width" : 22 + }, + "width" : 0 + }, "entityMap" : { } @@ -3315,6 +3351,15 @@ "type" : "unstyled" } ], + "cached" : { + "html" : "
0<\/span><\/span><\/div><\/div>", + "os" : "macos 10_14 framerx", + "size" : { + "height" : 12, + "width" : 9 + }, + "width" : 0 + }, "entityMap" : { } @@ -3376,6 +3421,15 @@ "type" : "unstyled" } ], + "cached" : { + "html" : "
Slider<\/span><\/span><\/div><\/div>", + "os" : "macos 10_14 framerx", + "size" : { + "height" : 12, + "width" : 36 + }, + "width" : 0 + }, "entityMap" : { } @@ -3516,6 +3570,15 @@ "type" : "unstyled" } ], + "cached" : { + "html" : "
100<\/span><\/span><\/div><\/div>", + "os" : "macos 10_14 framerx", + "size" : { + "height" : 12, + "width" : 22 + }, + "width" : 0 + }, "entityMap" : { } @@ -3586,6 +3649,15 @@ "type" : "unstyled" } ], + "cached" : { + "html" : "
0<\/span><\/span><\/div><\/div>", + "os" : "macos 10_14 framerx", + "size" : { + "height" : 12, + "width" : 9 + }, + "width" : 0 + }, "entityMap" : { } @@ -3647,6 +3719,15 @@ "type" : "unstyled" } ], + "cached" : { + "html" : "
Slider<\/span><\/span><\/div><\/div>", + "os" : "macos 10_14 framerx", + "size" : { + "height" : 12, + "width" : 36 + }, + "width" : 0 + }, "entityMap" : { } @@ -3787,6 +3868,15 @@ "type" : "unstyled" } ], + "cached" : { + "html" : "
100<\/span><\/span><\/div><\/div>", + "os" : "macos 10_14 framerx", + "size" : { + "height" : 12, + "width" : 22 + }, + "width" : 0 + }, "entityMap" : { } @@ -3857,6 +3947,15 @@ "type" : "unstyled" } ], + "cached" : { + "html" : "
0<\/span><\/span><\/div><\/div>", + "os" : "macos 10_14 framerx", + "size" : { + "height" : 12, + "width" : 9 + }, + "width" : 0 + }, "entityMap" : { } @@ -3918,6 +4017,15 @@ "type" : "unstyled" } ], + "cached" : { + "html" : "
Slider<\/span><\/span><\/div><\/div>", + "os" : "macos 10_14 framerx", + "size" : { + "height" : 12, + "width" : 36 + }, + "width" : 0 + }, "entityMap" : { } @@ -4059,6 +4167,15 @@ "type" : "unstyled" } ], + "cached" : { + "html" : "
100<\/span><\/span><\/div><\/div>", + "os" : "macos 10_14 framerx", + "size" : { + "height" : 12, + "width" : 22 + }, + "width" : 0 + }, "entityMap" : { } @@ -4129,6 +4246,15 @@ "type" : "unstyled" } ], + "cached" : { + "html" : "
0<\/span><\/span><\/div><\/div>", + "os" : "macos 10_14 framerx", + "size" : { + "height" : 12, + "width" : 9 + }, + "width" : 0 + }, "entityMap" : { } @@ -4190,6 +4316,15 @@ "type" : "unstyled" } ], + "cached" : { + "html" : "
Slider<\/span><\/span><\/div><\/div>", + "os" : "macos 10_14 framerx", + "size" : { + "height" : 12, + "width" : 36 + }, + "width" : 0 + }, "entityMap" : { } @@ -4824,8 +4959,8 @@ "exportOptions" : [ ], - "fillColor" : "var(--token-ba5c7de0-eac6-4864-81ff-574ba758578e, rgb(255, 123, 0))", - "fillEnabled" : false, + "fillColor" : "var(--token-ba5c7de0-eac6-4864-81ff-574ba758578e, rgb(255, 123, 0)) \/* {\"name\":\"Focus\",\"packageIdentifier\":\"@framer\/4gdxl6hs.tesseract\"} *\/", + "fillEnabled" : true, "fillImage" : null, "fillImageOriginalName" : null, "fillImagePixelHeight" : null, @@ -8554,9 +8689,9 @@ { "__class" : "TextNode", "autoSize" : false, - "bottom" : null, + "bottom" : 16, "centerAnchorX" : 0.52777777777777779, - "centerAnchorY" : 0.375, + "centerAnchorY" : 0.65625, "clip" : false, "codeOverrideEnabled" : false, "constraintsLocked" : true, @@ -8576,18 +8711,19 @@ "m_BAJs6HF", "dViXNBin8", "HVw4_T_ef", - "ZEa0IDMb9" + "ZEa0IDMb9", + "h0myuojUo" ], "exportOptions" : [ ], - "height" : 16, + "height" : 12, "heightType" : 0, - "id" : "h0myuojUo", - "isTarget" : false, + "id" : "QVLkLeUoc", + "isTarget" : true, "left" : 76, "locked" : false, - "name" : "Title", + "name" : "subtitle", "opacity" : 1, "originalid" : null, "parentid" : "NB35xxRVu", @@ -8610,11 +8746,11 @@ { "data" : { "emptyStyle" : [ - "SIZE:16", "LETTERSPACING:0", "LINEHEIGHT:1", "ALIGN:left", - "FONT:GF;Encode Sans Semi Expanded-700", + "SIZE:12", + "FONT:GF;Encode Sans Semi Expanded-600", "COLOR:var(--token-2a7216bc-357a-47db-a19a-457657273b8f, rgb(199, 138, 179)) \/* {\"name\":\"Primary\"} *\/" ] }, @@ -8624,38 +8760,38 @@ ], "inlineStyleRanges" : [ { - "length" : 11, - "offset" : 0, - "style" : "SIZE:16" - }, - { - "length" : 11, + "length" : 18, "offset" : 0, "style" : "LETTERSPACING:0" }, { - "length" : 11, + "length" : 18, "offset" : 0, "style" : "LINEHEIGHT:1" }, { - "length" : 11, + "length" : 18, "offset" : 0, "style" : "ALIGN:left" }, { - "length" : 11, + "length" : 18, "offset" : 0, - "style" : "FONT:GF;Encode Sans Semi Expanded-700" + "style" : "SIZE:12" }, { - "length" : 11, + "length" : 18, + "offset" : 0, + "style" : "FONT:GF;Encode Sans Semi Expanded-600" + }, + { + "length" : 18, "offset" : 0, "style" : "COLOR:var(--token-2a7216bc-357a-47db-a19a-457657273b8f, rgb(199, 138, 179)) \/* {\"name\":\"Primary\"} *\/" } ], "key" : "5nmvf", - "text" : "Weltschmerz", + "text" : "12 items, 2 groups", "type" : "unstyled" } ], @@ -8664,7 +8800,7 @@ } }, "textVerticalAlignment" : "top", - "top" : 16, + "top" : null, "visible" : true, "width" : 228, "widthType" : 0 @@ -8672,9 +8808,9 @@ { "__class" : "TextNode", "autoSize" : false, - "bottom" : 16, + "bottom" : null, "centerAnchorX" : 0.52777777777777779, - "centerAnchorY" : 0.65625, + "centerAnchorY" : 0.375, "clip" : false, "codeOverrideEnabled" : false, "constraintsLocked" : true, @@ -8694,19 +8830,18 @@ "m_BAJs6HF", "dViXNBin8", "HVw4_T_ef", - "ZEa0IDMb9", - "h0myuojUo" + "ZEa0IDMb9" ], "exportOptions" : [ ], - "height" : 12, + "height" : 16, "heightType" : 0, - "id" : "QVLkLeUoc", - "isTarget" : false, + "id" : "h0myuojUo", + "isTarget" : true, "left" : 76, "locked" : false, - "name" : "Subtitle", + "name" : "title", "opacity" : 1, "originalid" : null, "parentid" : "NB35xxRVu", @@ -8729,11 +8864,11 @@ { "data" : { "emptyStyle" : [ + "SIZE:16", "LETTERSPACING:0", "LINEHEIGHT:1", "ALIGN:left", - "SIZE:12", - "FONT:GF;Encode Sans Semi Expanded-600", + "FONT:GF;Encode Sans Semi Expanded-700", "COLOR:var(--token-2a7216bc-357a-47db-a19a-457657273b8f, rgb(199, 138, 179)) \/* {\"name\":\"Primary\"} *\/" ] }, @@ -8743,38 +8878,38 @@ ], "inlineStyleRanges" : [ { - "length" : 18, + "length" : 11, "offset" : 0, - "style" : "LETTERSPACING:0" + "style" : "SIZE:16" }, { - "length" : 18, + "length" : 11, "offset" : 0, - "style" : "LINEHEIGHT:1" + "style" : "LETTERSPACING:0" }, { - "length" : 18, + "length" : 11, "offset" : 0, - "style" : "ALIGN:left" + "style" : "LINEHEIGHT:1" }, { - "length" : 18, + "length" : 11, "offset" : 0, - "style" : "SIZE:12" + "style" : "ALIGN:left" }, { - "length" : 18, + "length" : 11, "offset" : 0, - "style" : "FONT:GF;Encode Sans Semi Expanded-600" + "style" : "FONT:GF;Encode Sans Semi Expanded-700" }, { - "length" : 18, + "length" : 11, "offset" : 0, "style" : "COLOR:var(--token-2a7216bc-357a-47db-a19a-457657273b8f, rgb(199, 138, 179)) \/* {\"name\":\"Primary\"} *\/" } ], "key" : "5nmvf", - "text" : "12 items, 2 groups", + "text" : "Weltschmerz", "type" : "unstyled" } ], @@ -8783,7 +8918,7 @@ } }, "textVerticalAlignment" : "top", - "top" : null, + "top" : 16, "visible" : true, "width" : 228, "widthType" : 0 @@ -9280,9 +9415,9 @@ { "__class" : "TextNode", "autoSize" : true, - "bottom" : null, + "bottom" : 8, "centerAnchorX" : 0.27564102564102566, - "centerAnchorY" : 0.34482758620689657, + "centerAnchorY" : 0.6875, "clip" : false, "codeOverrideEnabled" : false, "constraintsLocked" : false, @@ -9306,19 +9441,18 @@ "h0myuojUo", "oQ59EeModh0myuojUo", "zB1hmD0p6h0myuojUo", - "cwCf6WlJa", - "fTDwAM8gR" + "cwCf6WlJa" ], "exportOptions" : [ ], - "height" : 24, + "height" : 18, "heightType" : 0, - "id" : "E_5l0esRf", - "isTarget" : false, + "id" : "hDQAXdTwf", + "isTarget" : true, "left" : 8, "locked" : false, - "name" : "Title", + "name" : "subtitle", "opacity" : 1, "originalid" : null, "parentid" : "eludt1pXZ", @@ -9341,10 +9475,10 @@ { "data" : { "emptyStyle" : [ - "SIZE:16", "LETTERSPACING:0", "ALIGN:left", "LINEHEIGHT:1.5", + "SIZE:12", "FONT:GF;Encode Sans Semi Expanded-600", "COLOR:var(--token-2a7216bc-357a-47db-a19a-457657273b8f, rgb(199, 138, 179)) \/* {\"name\":\"Primary\"} *\/" ] @@ -9355,47 +9489,47 @@ ], "inlineStyleRanges" : [ { - "length" : 8, - "offset" : 0, - "style" : "SIZE:16" - }, - { - "length" : 8, + "length" : 17, "offset" : 0, "style" : "LETTERSPACING:0" }, { - "length" : 8, + "length" : 17, "offset" : 0, "style" : "ALIGN:left" }, { - "length" : 8, + "length" : 17, "offset" : 0, "style" : "LINEHEIGHT:1.5" }, { - "length" : 8, + "length" : 17, + "offset" : 0, + "style" : "SIZE:12" + }, + { + "length" : 17, "offset" : 0, "style" : "FONT:GF;Encode Sans Semi Expanded-600" }, { - "length" : 8, + "length" : 17, "offset" : 0, "style" : "COLOR:var(--token-2a7216bc-357a-47db-a19a-457657273b8f, rgb(199, 138, 179)) \/* {\"name\":\"Primary\"} *\/" } ], "key" : "5nmvf", - "text" : "Kunstler", + "text" : "8 items, 2 groups", "type" : "unstyled" } ], "cached" : { - "html" : "
Kunstler<\/span><\/span><\/div><\/div>", + "html" : "
8 items, 2 groups<\/span><\/span><\/div><\/div>", "os" : "macos 10_14 framerx", "size" : { - "height" : 24, - "width" : 68 + "height" : 18, + "width" : 104 }, "width" : 0 }, @@ -9404,17 +9538,17 @@ } }, "textVerticalAlignment" : "top", - "top" : 8, + "top" : null, "visible" : true, - "width" : 70, + "width" : 104, "widthType" : 0 }, { "__class" : "TextNode", "autoSize" : true, - "bottom" : 8, - "centerAnchorX" : 0.27564102564102566, - "centerAnchorY" : 0.6875, + "bottom" : null, + "centerAnchorX" : 0.25, + "centerAnchorY" : 0.34482758620689657, "clip" : false, "codeOverrideEnabled" : false, "constraintsLocked" : false, @@ -9438,18 +9572,19 @@ "h0myuojUo", "oQ59EeModh0myuojUo", "zB1hmD0p6h0myuojUo", - "cwCf6WlJa" + "cwCf6WlJa", + "fTDwAM8gR" ], "exportOptions" : [ ], - "height" : 18, + "height" : 24, "heightType" : 0, - "id" : "hDQAXdTwf", - "isTarget" : false, + "id" : "E_5l0esRf", + "isTarget" : true, "left" : 8, "locked" : false, - "name" : "Title", + "name" : "title", "opacity" : 1, "originalid" : null, "parentid" : "eludt1pXZ", @@ -9472,10 +9607,10 @@ { "data" : { "emptyStyle" : [ + "SIZE:16", "LETTERSPACING:0", "ALIGN:left", "LINEHEIGHT:1.5", - "SIZE:12", "FONT:GF;Encode Sans Semi Expanded-600", "COLOR:var(--token-2a7216bc-357a-47db-a19a-457657273b8f, rgb(199, 138, 179)) \/* {\"name\":\"Primary\"} *\/" ] @@ -9486,47 +9621,47 @@ ], "inlineStyleRanges" : [ { - "length" : 17, + "length" : 8, "offset" : 0, - "style" : "LETTERSPACING:0" + "style" : "SIZE:16" }, { - "length" : 17, + "length" : 8, "offset" : 0, - "style" : "ALIGN:left" + "style" : "LETTERSPACING:0" }, { - "length" : 17, + "length" : 8, "offset" : 0, - "style" : "LINEHEIGHT:1.5" + "style" : "ALIGN:left" }, { - "length" : 17, + "length" : 8, "offset" : 0, - "style" : "SIZE:12" + "style" : "LINEHEIGHT:1.5" }, { - "length" : 17, + "length" : 8, "offset" : 0, "style" : "FONT:GF;Encode Sans Semi Expanded-600" }, { - "length" : 17, + "length" : 8, "offset" : 0, "style" : "COLOR:var(--token-2a7216bc-357a-47db-a19a-457657273b8f, rgb(199, 138, 179)) \/* {\"name\":\"Primary\"} *\/" } ], "key" : "5nmvf", - "text" : "8 items, 2 groups", + "text" : "Kunstler", "type" : "unstyled" } ], "cached" : { - "html" : "
8 items, 2 groups<\/span><\/span><\/div><\/div>", + "html" : "
Kunstler<\/span><\/span><\/div><\/div>", "os" : "macos 10_14 framerx", "size" : { - "height" : 18, - "width" : 104 + "height" : 24, + "width" : 68 }, "width" : 0 }, @@ -9535,9 +9670,9 @@ } }, "textVerticalAlignment" : "top", - "top" : null, + "top" : 8, "visible" : true, - "width" : 104, + "width" : 68, "widthType" : 0 } ], @@ -9881,10 +10016,10 @@ "height" : 18, "heightType" : 0, "id" : "vkTn_Ew1w", - "isTarget" : false, + "isTarget" : true, "left" : null, "locked" : false, - "name" : "Label", + "name" : "label", "opacity" : 1, "originalid" : null, "parentid" : "sRbT0QY3N", @@ -10186,7 +10321,7 @@ "__class" : "ColorTokenNode", "id" : "ba5c7de0-eac6-4864-81ff-574ba758578e", "name" : "Focus", - "value" : "rgb(255, 123, 0)" + "value" : "rgb(255, 153, 0)" }, "c775663b-665f-4874-870d-7a1a1542286a" : { "__class" : "ColorTokenNode", diff --git a/package.json b/package.json index a6639f0..667fdfd 100644 --- a/package.json +++ b/package.json @@ -19,5 +19,5 @@ "@framer/framer.default": "^1.50.0" }, "name": "@framer/4gdxl6hs.tesseract", - "version": "1.3.0" + "version": "1.6.0" }