@seed-design/figma 1.1.9 → 1.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/codegen/index.cjs +318 -473
- package/lib/codegen/index.d.ts +78 -28
- package/lib/codegen/index.d.ts.map +1 -1
- package/lib/codegen/index.js +318 -473
- package/lib/codegen/targets/react/index.cjs +485 -552
- package/lib/codegen/targets/react/index.d.ts.map +1 -1
- package/lib/codegen/targets/react/index.js +485 -552
- package/lib/index.cjs +372 -473
- package/lib/index.js +372 -473
- package/package.json +3 -3
- package/src/codegen/component-properties.ts +4 -4
- package/src/codegen/targets/react/component/handlers/alert-dialog.ts +97 -56
- package/src/codegen/targets/react/component/handlers/list-item.ts +1 -1
- package/src/codegen/targets/react/component/handlers/menu-sheet.ts +4 -4
- package/src/codegen/targets/react/component/handlers/result-section.ts +67 -0
- package/src/codegen/targets/react/component/index.ts +2 -2
- package/src/entities/data/__generated__/component-sets/index.d.ts +108 -117
- package/src/entities/data/__generated__/component-sets/index.mjs +108 -117
- package/src/entities/data/__generated__/components/index.d.ts +13 -5
- package/src/entities/data/__generated__/components/index.mjs +13 -5
- package/src/entities/data/__generated__/icons/index.mjs +54 -0
- package/src/entities/data/__generated__/variable-collections/index.mjs +71 -20
- package/src/entities/data/__generated__/variables/index.mjs +137 -334
- package/src/codegen/targets/react/component/handlers/error-state.ts +0 -56
|
@@ -1,35 +1,9 @@
|
|
|
1
1
|
export const FIGMA_VARIABLES = {
|
|
2
|
-
"VariableID:
|
|
3
|
-
"name": "_legacy/
|
|
4
|
-
"id": "VariableID:
|
|
5
|
-
"remote": false,
|
|
6
|
-
"key": "bffc4d796285b14756405c8faf1eb619eabf8b19",
|
|
7
|
-
"variableCollectionId": "VariableCollectionId:1:3",
|
|
8
|
-
"resolvedType": "COLOR",
|
|
9
|
-
"description": "",
|
|
10
|
-
"hiddenFromPublishing": false,
|
|
11
|
-
"valuesByMode": {
|
|
12
|
-
"1928:7": {
|
|
13
|
-
"type": "VARIABLE_ALIAS",
|
|
14
|
-
"id": "VariableID:1883:92915"
|
|
15
|
-
},
|
|
16
|
-
"1928:8": {
|
|
17
|
-
"type": "VARIABLE_ALIAS",
|
|
18
|
-
"id": "VariableID:1883:92915"
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
"scopes": [
|
|
22
|
-
"FRAME_FILL",
|
|
23
|
-
"SHAPE_FILL",
|
|
24
|
-
"STROKE_COLOR"
|
|
25
|
-
],
|
|
26
|
-
"codeSyntax": {}
|
|
27
|
-
},
|
|
28
|
-
"VariableID:17544:4057": {
|
|
29
|
-
"name": "_legacy/stroke/on-image",
|
|
30
|
-
"id": "VariableID:17544:4057",
|
|
2
|
+
"VariableID:54461:116345": {
|
|
3
|
+
"name": "_legacy/bg/layer-fill",
|
|
4
|
+
"id": "VariableID:54461:116345",
|
|
31
5
|
"remote": false,
|
|
32
|
-
"key": "
|
|
6
|
+
"key": "f015408caaf8301430455d23312a5b0a3cb9fb43",
|
|
33
7
|
"variableCollectionId": "VariableCollectionId:1:3",
|
|
34
8
|
"resolvedType": "COLOR",
|
|
35
9
|
"description": "",
|
|
@@ -37,37 +11,11 @@ export const FIGMA_VARIABLES = {
|
|
|
37
11
|
"valuesByMode": {
|
|
38
12
|
"1928:7": {
|
|
39
13
|
"type": "VARIABLE_ALIAS",
|
|
40
|
-
"id": "VariableID:
|
|
14
|
+
"id": "VariableID:1883:92912"
|
|
41
15
|
},
|
|
42
16
|
"1928:8": {
|
|
43
17
|
"type": "VARIABLE_ALIAS",
|
|
44
|
-
"id": "VariableID:
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
"scopes": [
|
|
48
|
-
"ALL_SCOPES"
|
|
49
|
-
],
|
|
50
|
-
"codeSyntax": {}
|
|
51
|
-
},
|
|
52
|
-
"VariableID:49495:1861": {
|
|
53
|
-
"name": "_scroll-fog",
|
|
54
|
-
"id": "VariableID:49495:1861",
|
|
55
|
-
"remote": false,
|
|
56
|
-
"key": "12f1d88d590090e396c9b283bb51d4e89d9016d2",
|
|
57
|
-
"variableCollectionId": "VariableCollectionId:1:3",
|
|
58
|
-
"resolvedType": "COLOR",
|
|
59
|
-
"description": "",
|
|
60
|
-
"hiddenFromPublishing": false,
|
|
61
|
-
"valuesByMode": {
|
|
62
|
-
"1928:7": {
|
|
63
|
-
"type": "VARIABLE_ALIAS",
|
|
64
|
-
"id": "VariableID:29453:35711"
|
|
65
|
-
},
|
|
66
|
-
"1928:8": {
|
|
67
|
-
"r": 1,
|
|
68
|
-
"g": 1,
|
|
69
|
-
"b": 1,
|
|
70
|
-
"a": 1
|
|
18
|
+
"id": "VariableID:1883:92913"
|
|
71
19
|
}
|
|
72
20
|
},
|
|
73
21
|
"scopes": [
|
|
@@ -75,11 +23,11 @@ export const FIGMA_VARIABLES = {
|
|
|
75
23
|
],
|
|
76
24
|
"codeSyntax": {}
|
|
77
25
|
},
|
|
78
|
-
"VariableID:
|
|
79
|
-
"name": "
|
|
80
|
-
"id": "VariableID:
|
|
26
|
+
"VariableID:1:170": {
|
|
27
|
+
"name": "_legacy/stroke/field",
|
|
28
|
+
"id": "VariableID:1:170",
|
|
81
29
|
"remote": false,
|
|
82
|
-
"key": "
|
|
30
|
+
"key": "bffc4d796285b14756405c8faf1eb619eabf8b19",
|
|
83
31
|
"variableCollectionId": "VariableCollectionId:1:3",
|
|
84
32
|
"resolvedType": "COLOR",
|
|
85
33
|
"description": "",
|
|
@@ -87,51 +35,25 @@ export const FIGMA_VARIABLES = {
|
|
|
87
35
|
"valuesByMode": {
|
|
88
36
|
"1928:7": {
|
|
89
37
|
"type": "VARIABLE_ALIAS",
|
|
90
|
-
"id": "VariableID:
|
|
38
|
+
"id": "VariableID:1883:92915"
|
|
91
39
|
},
|
|
92
40
|
"1928:8": {
|
|
93
41
|
"type": "VARIABLE_ALIAS",
|
|
94
|
-
"id": "VariableID:
|
|
95
|
-
}
|
|
96
|
-
},
|
|
97
|
-
"scopes": [
|
|
98
|
-
"ALL_SCOPES"
|
|
99
|
-
],
|
|
100
|
-
"codeSyntax": {}
|
|
101
|
-
},
|
|
102
|
-
"VariableID:49497:1644": {
|
|
103
|
-
"name": "_scroll-fog/layer-default/1",
|
|
104
|
-
"id": "VariableID:49497:1644",
|
|
105
|
-
"remote": false,
|
|
106
|
-
"key": "fac0ada2e11c8d54997dce0fc72a723fce514a9f",
|
|
107
|
-
"variableCollectionId": "VariableCollectionId:1:3",
|
|
108
|
-
"resolvedType": "COLOR",
|
|
109
|
-
"description": "",
|
|
110
|
-
"hiddenFromPublishing": false,
|
|
111
|
-
"valuesByMode": {
|
|
112
|
-
"1928:7": {
|
|
113
|
-
"r": 1,
|
|
114
|
-
"g": 1,
|
|
115
|
-
"b": 1,
|
|
116
|
-
"a": 0
|
|
117
|
-
},
|
|
118
|
-
"1928:8": {
|
|
119
|
-
"r": 0.08627451211214066,
|
|
120
|
-
"g": 0.09019608050584793,
|
|
121
|
-
"b": 0.10588235408067703,
|
|
122
|
-
"a": 0
|
|
42
|
+
"id": "VariableID:1883:92915"
|
|
123
43
|
}
|
|
124
44
|
},
|
|
125
45
|
"scopes": [
|
|
126
|
-
"
|
|
46
|
+
"FRAME_FILL",
|
|
47
|
+
"SHAPE_FILL",
|
|
48
|
+
"STROKE_COLOR"
|
|
127
49
|
],
|
|
128
50
|
"codeSyntax": {}
|
|
129
51
|
},
|
|
130
|
-
"VariableID:
|
|
131
|
-
"name": "
|
|
132
|
-
"id": "VariableID:
|
|
52
|
+
"VariableID:17544:4057": {
|
|
53
|
+
"name": "_legacy/stroke/on-image",
|
|
54
|
+
"id": "VariableID:17544:4057",
|
|
133
55
|
"remote": false,
|
|
134
|
-
"key": "
|
|
56
|
+
"key": "7dda7b5c673d7026f25eccc7533f6c81468b4518",
|
|
135
57
|
"variableCollectionId": "VariableCollectionId:1:3",
|
|
136
58
|
"resolvedType": "COLOR",
|
|
137
59
|
"description": "",
|
|
@@ -139,39 +61,11 @@ export const FIGMA_VARIABLES = {
|
|
|
139
61
|
"valuesByMode": {
|
|
140
62
|
"1928:7": {
|
|
141
63
|
"type": "VARIABLE_ALIAS",
|
|
142
|
-
"id": "VariableID:
|
|
64
|
+
"id": "VariableID:30894:36296"
|
|
143
65
|
},
|
|
144
66
|
"1928:8": {
|
|
145
67
|
"type": "VARIABLE_ALIAS",
|
|
146
|
-
"id": "VariableID:
|
|
147
|
-
}
|
|
148
|
-
},
|
|
149
|
-
"scopes": [
|
|
150
|
-
"ALL_SCOPES"
|
|
151
|
-
],
|
|
152
|
-
"codeSyntax": {}
|
|
153
|
-
},
|
|
154
|
-
"VariableID:49497:1646": {
|
|
155
|
-
"name": "_scroll-fog/layer-floating/1",
|
|
156
|
-
"id": "VariableID:49497:1646",
|
|
157
|
-
"remote": false,
|
|
158
|
-
"key": "3259bea6c3999bc3ad72999fd3123648544bd002",
|
|
159
|
-
"variableCollectionId": "VariableCollectionId:1:3",
|
|
160
|
-
"resolvedType": "COLOR",
|
|
161
|
-
"description": "",
|
|
162
|
-
"hiddenFromPublishing": false,
|
|
163
|
-
"valuesByMode": {
|
|
164
|
-
"1928:7": {
|
|
165
|
-
"r": 1,
|
|
166
|
-
"g": 1,
|
|
167
|
-
"b": 1,
|
|
168
|
-
"a": 0
|
|
169
|
-
},
|
|
170
|
-
"1928:8": {
|
|
171
|
-
"r": 0.11555555462837219,
|
|
172
|
-
"g": 0.12638889253139496,
|
|
173
|
-
"b": 0.14444443583488464,
|
|
174
|
-
"a": 0
|
|
68
|
+
"id": "VariableID:30894:36305"
|
|
175
69
|
}
|
|
176
70
|
},
|
|
177
71
|
"scopes": [
|
|
@@ -548,7 +442,8 @@ export const FIGMA_VARIABLES = {
|
|
|
548
442
|
"scopes": [
|
|
549
443
|
"FRAME_FILL",
|
|
550
444
|
"SHAPE_FILL",
|
|
551
|
-
"STROKE_COLOR"
|
|
445
|
+
"STROKE_COLOR",
|
|
446
|
+
"EFFECT_COLOR"
|
|
552
447
|
],
|
|
553
448
|
"codeSyntax": {}
|
|
554
449
|
},
|
|
@@ -578,7 +473,7 @@ export const FIGMA_VARIABLES = {
|
|
|
578
473
|
"codeSyntax": {}
|
|
579
474
|
},
|
|
580
475
|
"VariableID:1:157": {
|
|
581
|
-
"name": "bg/layer-
|
|
476
|
+
"name": "bg/layer-elevated",
|
|
582
477
|
"id": "VariableID:1:157",
|
|
583
478
|
"remote": false,
|
|
584
479
|
"key": "7f7f5cddc3c06ed9d96e55a9276273b642b0e3a8",
|
|
@@ -589,7 +484,7 @@ export const FIGMA_VARIABLES = {
|
|
|
589
484
|
"valuesByMode": {
|
|
590
485
|
"1928:7": {
|
|
591
486
|
"type": "VARIABLE_ALIAS",
|
|
592
|
-
"id": "VariableID:1883:
|
|
487
|
+
"id": "VariableID:1883:92911"
|
|
593
488
|
},
|
|
594
489
|
"1928:8": {
|
|
595
490
|
"type": "VARIABLE_ALIAS",
|
|
@@ -600,7 +495,8 @@ export const FIGMA_VARIABLES = {
|
|
|
600
495
|
"FRAME_FILL",
|
|
601
496
|
"SHAPE_FILL"
|
|
602
497
|
],
|
|
603
|
-
"codeSyntax": {}
|
|
498
|
+
"codeSyntax": {},
|
|
499
|
+
"deletedButReferenced": true
|
|
604
500
|
},
|
|
605
501
|
"VariableID:238:17662": {
|
|
606
502
|
"name": "bg/layer-floating",
|
|
@@ -1079,6 +975,58 @@ export const FIGMA_VARIABLES = {
|
|
|
1079
975
|
],
|
|
1080
976
|
"codeSyntax": {}
|
|
1081
977
|
},
|
|
978
|
+
"VariableID:52349:2": {
|
|
979
|
+
"name": "bg/transparent",
|
|
980
|
+
"id": "VariableID:52349:2",
|
|
981
|
+
"remote": false,
|
|
982
|
+
"key": "00e78d0aac4330afd6729d7cce7b7821ef26ae29",
|
|
983
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
984
|
+
"resolvedType": "COLOR",
|
|
985
|
+
"description": "",
|
|
986
|
+
"hiddenFromPublishing": false,
|
|
987
|
+
"valuesByMode": {
|
|
988
|
+
"1928:7": {
|
|
989
|
+
"r": 0,
|
|
990
|
+
"g": 0,
|
|
991
|
+
"b": 0,
|
|
992
|
+
"a": 0
|
|
993
|
+
},
|
|
994
|
+
"1928:8": {
|
|
995
|
+
"r": 1,
|
|
996
|
+
"g": 1,
|
|
997
|
+
"b": 1,
|
|
998
|
+
"a": 0
|
|
999
|
+
}
|
|
1000
|
+
},
|
|
1001
|
+
"scopes": [
|
|
1002
|
+
"ALL_SCOPES"
|
|
1003
|
+
],
|
|
1004
|
+
"codeSyntax": {}
|
|
1005
|
+
},
|
|
1006
|
+
"VariableID:52349:3": {
|
|
1007
|
+
"name": "bg/transparent-pressed",
|
|
1008
|
+
"id": "VariableID:52349:3",
|
|
1009
|
+
"remote": false,
|
|
1010
|
+
"key": "25d97fe91509757204110a16673a67adfe7b159b",
|
|
1011
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
1012
|
+
"resolvedType": "COLOR",
|
|
1013
|
+
"description": "",
|
|
1014
|
+
"hiddenFromPublishing": false,
|
|
1015
|
+
"valuesByMode": {
|
|
1016
|
+
"1928:7": {
|
|
1017
|
+
"type": "VARIABLE_ALIAS",
|
|
1018
|
+
"id": "VariableID:30894:36295"
|
|
1019
|
+
},
|
|
1020
|
+
"1928:8": {
|
|
1021
|
+
"type": "VARIABLE_ALIAS",
|
|
1022
|
+
"id": "VariableID:30894:36305"
|
|
1023
|
+
}
|
|
1024
|
+
},
|
|
1025
|
+
"scopes": [
|
|
1026
|
+
"ALL_SCOPES"
|
|
1027
|
+
],
|
|
1028
|
+
"codeSyntax": {}
|
|
1029
|
+
},
|
|
1082
1030
|
"VariableID:1:145": {
|
|
1083
1031
|
"name": "bg/warning-solid",
|
|
1084
1032
|
"id": "VariableID:1:145",
|
|
@@ -2163,7 +2111,8 @@ export const FIGMA_VARIABLES = {
|
|
|
2163
2111
|
"1:5": "Figma Only iOS",
|
|
2164
2112
|
"1:6": "Figma Only iOS",
|
|
2165
2113
|
"1:7": "Figma Only iOS",
|
|
2166
|
-
"1:8": "Roboto"
|
|
2114
|
+
"1:8": "Roboto",
|
|
2115
|
+
"51907:0": "Roboto"
|
|
2167
2116
|
},
|
|
2168
2117
|
"scopes": [
|
|
2169
2118
|
"FONT_FAMILY"
|
|
@@ -2183,7 +2132,8 @@ export const FIGMA_VARIABLES = {
|
|
|
2183
2132
|
"1:5": "Figma Only iOS Text",
|
|
2184
2133
|
"1:6": "Figma Only iOS Text",
|
|
2185
2134
|
"1:7": "Figma Only iOS Text",
|
|
2186
|
-
"1:8": "Roboto"
|
|
2135
|
+
"1:8": "Roboto",
|
|
2136
|
+
"51907:0": "Roboto"
|
|
2187
2137
|
},
|
|
2188
2138
|
"scopes": [
|
|
2189
2139
|
"FONT_FAMILY"
|
|
@@ -2203,7 +2153,8 @@ export const FIGMA_VARIABLES = {
|
|
|
2203
2153
|
"1:5": 11,
|
|
2204
2154
|
"1:6": 17,
|
|
2205
2155
|
"1:7": 8,
|
|
2206
|
-
"1:8": 11
|
|
2156
|
+
"1:8": 11,
|
|
2157
|
+
"51907:0": 16.5
|
|
2207
2158
|
},
|
|
2208
2159
|
"scopes": [
|
|
2209
2160
|
"FONT_SIZE"
|
|
@@ -2223,7 +2174,8 @@ export const FIGMA_VARIABLES = {
|
|
|
2223
2174
|
"1:5": 26,
|
|
2224
2175
|
"1:6": 32,
|
|
2225
2176
|
"1:7": 23,
|
|
2226
|
-
"1:8": 26
|
|
2177
|
+
"1:8": 26,
|
|
2178
|
+
"51907:0": 39
|
|
2227
2179
|
},
|
|
2228
2180
|
"scopes": [
|
|
2229
2181
|
"FONT_SIZE"
|
|
@@ -2243,7 +2195,8 @@ export const FIGMA_VARIABLES = {
|
|
|
2243
2195
|
"1:5": 26,
|
|
2244
2196
|
"1:6": 26,
|
|
2245
2197
|
"1:7": 26,
|
|
2246
|
-
"1:8": 26
|
|
2198
|
+
"1:8": 26,
|
|
2199
|
+
"51907:0": 26
|
|
2247
2200
|
},
|
|
2248
2201
|
"scopes": [
|
|
2249
2202
|
"ALL_SCOPES"
|
|
@@ -2263,7 +2216,8 @@ export const FIGMA_VARIABLES = {
|
|
|
2263
2216
|
"1:5": 12,
|
|
2264
2217
|
"1:6": 18,
|
|
2265
2218
|
"1:7": 9,
|
|
2266
|
-
"1:8": 12
|
|
2219
|
+
"1:8": 12,
|
|
2220
|
+
"51907:0": 18
|
|
2267
2221
|
},
|
|
2268
2222
|
"scopes": [
|
|
2269
2223
|
"FONT_SIZE"
|
|
@@ -2283,7 +2237,8 @@ export const FIGMA_VARIABLES = {
|
|
|
2283
2237
|
"1:5": 13,
|
|
2284
2238
|
"1:6": 19,
|
|
2285
2239
|
"1:7": 10,
|
|
2286
|
-
"1:8": 13
|
|
2240
|
+
"1:8": 13,
|
|
2241
|
+
"51907:0": 19.5
|
|
2287
2242
|
},
|
|
2288
2243
|
"scopes": [
|
|
2289
2244
|
"FONT_SIZE"
|
|
@@ -2303,7 +2258,8 @@ export const FIGMA_VARIABLES = {
|
|
|
2303
2258
|
"1:5": 14,
|
|
2304
2259
|
"1:6": 20,
|
|
2305
2260
|
"1:7": 11,
|
|
2306
|
-
"1:8": 14
|
|
2261
|
+
"1:8": 14,
|
|
2262
|
+
"51907:0": 21
|
|
2307
2263
|
},
|
|
2308
2264
|
"scopes": [
|
|
2309
2265
|
"FONT_SIZE"
|
|
@@ -2323,7 +2279,8 @@ export const FIGMA_VARIABLES = {
|
|
|
2323
2279
|
"1:5": 16,
|
|
2324
2280
|
"1:6": 22,
|
|
2325
2281
|
"1:7": 13,
|
|
2326
|
-
"1:8": 16
|
|
2282
|
+
"1:8": 16,
|
|
2283
|
+
"51907:0": 24
|
|
2327
2284
|
},
|
|
2328
2285
|
"scopes": [
|
|
2329
2286
|
"FONT_SIZE"
|
|
@@ -2343,7 +2300,8 @@ export const FIGMA_VARIABLES = {
|
|
|
2343
2300
|
"1:5": 18,
|
|
2344
2301
|
"1:6": 24,
|
|
2345
2302
|
"1:7": 15,
|
|
2346
|
-
"1:8": 18
|
|
2303
|
+
"1:8": 18,
|
|
2304
|
+
"51907:0": 27
|
|
2347
2305
|
},
|
|
2348
2306
|
"scopes": [
|
|
2349
2307
|
"FONT_SIZE"
|
|
@@ -2363,7 +2321,8 @@ export const FIGMA_VARIABLES = {
|
|
|
2363
2321
|
"1:5": 20,
|
|
2364
2322
|
"1:6": 26,
|
|
2365
2323
|
"1:7": 17,
|
|
2366
|
-
"1:8": 20
|
|
2324
|
+
"1:8": 20,
|
|
2325
|
+
"51907:0": 30
|
|
2367
2326
|
},
|
|
2368
2327
|
"scopes": [
|
|
2369
2328
|
"FONT_SIZE"
|
|
@@ -2383,7 +2342,8 @@ export const FIGMA_VARIABLES = {
|
|
|
2383
2342
|
"1:5": 22,
|
|
2384
2343
|
"1:6": 28,
|
|
2385
2344
|
"1:7": 19,
|
|
2386
|
-
"1:8": 22
|
|
2345
|
+
"1:8": 22,
|
|
2346
|
+
"51907:0": 33
|
|
2387
2347
|
},
|
|
2388
2348
|
"scopes": [
|
|
2389
2349
|
"FONT_SIZE"
|
|
@@ -2403,7 +2363,8 @@ export const FIGMA_VARIABLES = {
|
|
|
2403
2363
|
"1:5": 24,
|
|
2404
2364
|
"1:6": 30,
|
|
2405
2365
|
"1:7": 21,
|
|
2406
|
-
"1:8": 24
|
|
2366
|
+
"1:8": 24,
|
|
2367
|
+
"51907:0": 36
|
|
2407
2368
|
},
|
|
2408
2369
|
"scopes": [
|
|
2409
2370
|
"FONT_SIZE"
|
|
@@ -2423,7 +2384,8 @@ export const FIGMA_VARIABLES = {
|
|
|
2423
2384
|
"1:5": "bold",
|
|
2424
2385
|
"1:6": "bold",
|
|
2425
2386
|
"1:7": "bold",
|
|
2426
|
-
"1:8": "bold"
|
|
2387
|
+
"1:8": "bold",
|
|
2388
|
+
"51907:0": "bold"
|
|
2427
2389
|
},
|
|
2428
2390
|
"scopes": [
|
|
2429
2391
|
"FONT_STYLE"
|
|
@@ -2443,7 +2405,8 @@ export const FIGMA_VARIABLES = {
|
|
|
2443
2405
|
"1:5": "medium",
|
|
2444
2406
|
"1:6": "medium",
|
|
2445
2407
|
"1:7": "medium",
|
|
2446
|
-
"1:8": "medium"
|
|
2408
|
+
"1:8": "medium",
|
|
2409
|
+
"51907:0": "medium"
|
|
2447
2410
|
},
|
|
2448
2411
|
"scopes": [
|
|
2449
2412
|
"FONT_STYLE"
|
|
@@ -2463,7 +2426,8 @@ export const FIGMA_VARIABLES = {
|
|
|
2463
2426
|
"1:5": "regular",
|
|
2464
2427
|
"1:6": "regular",
|
|
2465
2428
|
"1:7": "regular",
|
|
2466
|
-
"1:8": "regular"
|
|
2429
|
+
"1:8": "regular",
|
|
2430
|
+
"51907:0": "regular"
|
|
2467
2431
|
},
|
|
2468
2432
|
"scopes": [
|
|
2469
2433
|
"FONT_STYLE"
|
|
@@ -2483,7 +2447,8 @@ export const FIGMA_VARIABLES = {
|
|
|
2483
2447
|
"1:5": 30,
|
|
2484
2448
|
"1:6": 36,
|
|
2485
2449
|
"1:7": 27,
|
|
2486
|
-
"1:8": 30
|
|
2450
|
+
"1:8": 30,
|
|
2451
|
+
"51907:0": 30
|
|
2487
2452
|
},
|
|
2488
2453
|
"scopes": [
|
|
2489
2454
|
"LINE_HEIGHT"
|
|
@@ -2504,7 +2469,8 @@ export const FIGMA_VARIABLES = {
|
|
|
2504
2469
|
"1:5": 15,
|
|
2505
2470
|
"1:6": 19,
|
|
2506
2471
|
"1:7": 10,
|
|
2507
|
-
"1:8": 15
|
|
2472
|
+
"1:8": 15,
|
|
2473
|
+
"51907:0": 22.5
|
|
2508
2474
|
},
|
|
2509
2475
|
"scopes": [
|
|
2510
2476
|
"LINE_HEIGHT"
|
|
@@ -2524,7 +2490,8 @@ export const FIGMA_VARIABLES = {
|
|
|
2524
2490
|
"1:5": 35,
|
|
2525
2491
|
"1:6": 40,
|
|
2526
2492
|
"1:7": 31,
|
|
2527
|
-
"1:8": 35
|
|
2493
|
+
"1:8": 35,
|
|
2494
|
+
"51907:0": 52.5
|
|
2528
2495
|
},
|
|
2529
2496
|
"scopes": [
|
|
2530
2497
|
"LINE_HEIGHT"
|
|
@@ -2544,7 +2511,8 @@ export const FIGMA_VARIABLES = {
|
|
|
2544
2511
|
"1:5": 35,
|
|
2545
2512
|
"1:6": 35,
|
|
2546
2513
|
"1:7": 35,
|
|
2547
|
-
"1:8": 35
|
|
2514
|
+
"1:8": 35,
|
|
2515
|
+
"51907:0": 35
|
|
2548
2516
|
},
|
|
2549
2517
|
"scopes": [
|
|
2550
2518
|
"ALL_SCOPES"
|
|
@@ -2564,7 +2532,8 @@ export const FIGMA_VARIABLES = {
|
|
|
2564
2532
|
"1:5": 16,
|
|
2565
2533
|
"1:6": 22,
|
|
2566
2534
|
"1:7": 13,
|
|
2567
|
-
"1:8": 16
|
|
2535
|
+
"1:8": 16,
|
|
2536
|
+
"51907:0": 24
|
|
2568
2537
|
},
|
|
2569
2538
|
"scopes": [
|
|
2570
2539
|
"LINE_HEIGHT"
|
|
@@ -2584,7 +2553,8 @@ export const FIGMA_VARIABLES = {
|
|
|
2584
2553
|
"1:5": 18,
|
|
2585
2554
|
"1:6": 24,
|
|
2586
2555
|
"1:7": 15,
|
|
2587
|
-
"1:8": 18
|
|
2556
|
+
"1:8": 18,
|
|
2557
|
+
"51907:0": 27
|
|
2588
2558
|
},
|
|
2589
2559
|
"scopes": [
|
|
2590
2560
|
"LINE_HEIGHT"
|
|
@@ -2604,7 +2574,8 @@ export const FIGMA_VARIABLES = {
|
|
|
2604
2574
|
"1:5": 19,
|
|
2605
2575
|
"1:6": 25,
|
|
2606
2576
|
"1:7": 16,
|
|
2607
|
-
"1:8": 19
|
|
2577
|
+
"1:8": 19,
|
|
2578
|
+
"51907:0": 28.5
|
|
2608
2579
|
},
|
|
2609
2580
|
"scopes": [
|
|
2610
2581
|
"LINE_HEIGHT"
|
|
@@ -2624,7 +2595,8 @@ export const FIGMA_VARIABLES = {
|
|
|
2624
2595
|
"1:5": 22,
|
|
2625
2596
|
"1:6": 27,
|
|
2626
2597
|
"1:7": 18,
|
|
2627
|
-
"1:8": 22
|
|
2598
|
+
"1:8": 22,
|
|
2599
|
+
"51907:0": 33
|
|
2628
2600
|
},
|
|
2629
2601
|
"scopes": [
|
|
2630
2602
|
"LINE_HEIGHT"
|
|
@@ -2644,7 +2616,8 @@ export const FIGMA_VARIABLES = {
|
|
|
2644
2616
|
"1:5": 24,
|
|
2645
2617
|
"1:6": 29,
|
|
2646
2618
|
"1:7": 20,
|
|
2647
|
-
"1:8": 24
|
|
2619
|
+
"1:8": 24,
|
|
2620
|
+
"51907:0": 36
|
|
2648
2621
|
},
|
|
2649
2622
|
"scopes": [
|
|
2650
2623
|
"LINE_HEIGHT"
|
|
@@ -2664,7 +2637,8 @@ export const FIGMA_VARIABLES = {
|
|
|
2664
2637
|
"1:5": 27,
|
|
2665
2638
|
"1:6": 31,
|
|
2666
2639
|
"1:7": 22,
|
|
2667
|
-
"1:8": 27
|
|
2640
|
+
"1:8": 27,
|
|
2641
|
+
"51907:0": 40.5
|
|
2668
2642
|
},
|
|
2669
2643
|
"scopes": [
|
|
2670
2644
|
"LINE_HEIGHT"
|
|
@@ -2684,7 +2658,8 @@ export const FIGMA_VARIABLES = {
|
|
|
2684
2658
|
"1:5": 30,
|
|
2685
2659
|
"1:6": 34,
|
|
2686
2660
|
"1:7": 25,
|
|
2687
|
-
"1:8": 30
|
|
2661
|
+
"1:8": 30,
|
|
2662
|
+
"51907:0": 45
|
|
2688
2663
|
},
|
|
2689
2664
|
"scopes": [
|
|
2690
2665
|
"LINE_HEIGHT"
|
|
@@ -2704,7 +2679,8 @@ export const FIGMA_VARIABLES = {
|
|
|
2704
2679
|
"1:5": 32,
|
|
2705
2680
|
"1:6": 38,
|
|
2706
2681
|
"1:7": 29,
|
|
2707
|
-
"1:8": 32
|
|
2682
|
+
"1:8": 32,
|
|
2683
|
+
"51907:0": 48
|
|
2708
2684
|
},
|
|
2709
2685
|
"scopes": [
|
|
2710
2686
|
"LINE_HEIGHT"
|
|
@@ -2739,35 +2715,6 @@ export const FIGMA_VARIABLES = {
|
|
|
2739
2715
|
],
|
|
2740
2716
|
"codeSyntax": {}
|
|
2741
2717
|
},
|
|
2742
|
-
"VariableID:12548:1440": {
|
|
2743
|
-
"name": "manner-temp/l1/static",
|
|
2744
|
-
"id": "VariableID:12548:1440",
|
|
2745
|
-
"remote": false,
|
|
2746
|
-
"key": "b2e39001b13e619a940631b952ef0cd8156049cc",
|
|
2747
|
-
"variableCollectionId": "VariableCollectionId:1:3",
|
|
2748
|
-
"resolvedType": "COLOR",
|
|
2749
|
-
"description": "",
|
|
2750
|
-
"hiddenFromPublishing": false,
|
|
2751
|
-
"valuesByMode": {
|
|
2752
|
-
"1928:7": {
|
|
2753
|
-
"r": 0.46666666865348816,
|
|
2754
|
-
"g": 0.49803921580314636,
|
|
2755
|
-
"b": 0.529411792755127,
|
|
2756
|
-
"a": 1
|
|
2757
|
-
},
|
|
2758
|
-
"1928:8": {
|
|
2759
|
-
"r": 0.46666666865348816,
|
|
2760
|
-
"g": 0.49803921580314636,
|
|
2761
|
-
"b": 0.529411792755127,
|
|
2762
|
-
"a": 1
|
|
2763
|
-
}
|
|
2764
|
-
},
|
|
2765
|
-
"scopes": [
|
|
2766
|
-
"ALL_SCOPES"
|
|
2767
|
-
],
|
|
2768
|
-
"codeSyntax": {},
|
|
2769
|
-
"deletedButReferenced": true
|
|
2770
|
-
},
|
|
2771
2718
|
"VariableID:12479:23363": {
|
|
2772
2719
|
"name": "manner-temp/l1/text",
|
|
2773
2720
|
"id": "VariableID:12479:23363",
|
|
@@ -2880,35 +2827,6 @@ export const FIGMA_VARIABLES = {
|
|
|
2880
2827
|
],
|
|
2881
2828
|
"codeSyntax": {}
|
|
2882
2829
|
},
|
|
2883
|
-
"VariableID:12548:1441": {
|
|
2884
|
-
"name": "manner-temp/l2/static",
|
|
2885
|
-
"id": "VariableID:12548:1441",
|
|
2886
|
-
"remote": false,
|
|
2887
|
-
"key": "eec52a8d360d27647570d4a53220bfbe0af644ac",
|
|
2888
|
-
"variableCollectionId": "VariableCollectionId:1:3",
|
|
2889
|
-
"resolvedType": "COLOR",
|
|
2890
|
-
"description": "",
|
|
2891
|
-
"hiddenFromPublishing": false,
|
|
2892
|
-
"valuesByMode": {
|
|
2893
|
-
"1928:7": {
|
|
2894
|
-
"r": 0.23963896930217743,
|
|
2895
|
-
"g": 0.605954647064209,
|
|
2896
|
-
"b": 0.9475748538970947,
|
|
2897
|
-
"a": 1
|
|
2898
|
-
},
|
|
2899
|
-
"1928:8": {
|
|
2900
|
-
"r": 0.21176470816135406,
|
|
2901
|
-
"g": 0.5607843399047852,
|
|
2902
|
-
"b": 0.886274516582489,
|
|
2903
|
-
"a": 1
|
|
2904
|
-
}
|
|
2905
|
-
},
|
|
2906
|
-
"scopes": [
|
|
2907
|
-
"ALL_SCOPES"
|
|
2908
|
-
],
|
|
2909
|
-
"codeSyntax": {},
|
|
2910
|
-
"deletedButReferenced": true
|
|
2911
|
-
},
|
|
2912
2830
|
"VariableID:12479:23364": {
|
|
2913
2831
|
"name": "manner-temp/l2/text",
|
|
2914
2832
|
"id": "VariableID:12479:23364",
|
|
@@ -2965,35 +2883,6 @@ export const FIGMA_VARIABLES = {
|
|
|
2965
2883
|
],
|
|
2966
2884
|
"codeSyntax": {}
|
|
2967
2885
|
},
|
|
2968
|
-
"VariableID:12548:1442": {
|
|
2969
|
-
"name": "manner-temp/l3/static",
|
|
2970
|
-
"id": "VariableID:12548:1442",
|
|
2971
|
-
"remote": false,
|
|
2972
|
-
"key": "155ad6dee47603c9ae025559345083a8bbf224df",
|
|
2973
|
-
"variableCollectionId": "VariableCollectionId:1:3",
|
|
2974
|
-
"resolvedType": "COLOR",
|
|
2975
|
-
"description": "",
|
|
2976
|
-
"hiddenFromPublishing": false,
|
|
2977
|
-
"valuesByMode": {
|
|
2978
|
-
"1928:7": {
|
|
2979
|
-
"r": 0.08627451211214066,
|
|
2980
|
-
"g": 0.7137255072593689,
|
|
2981
|
-
"b": 0.9137254953384399,
|
|
2982
|
-
"a": 1
|
|
2983
|
-
},
|
|
2984
|
-
"1928:8": {
|
|
2985
|
-
"r": 0.08627451211214066,
|
|
2986
|
-
"g": 0.7137255072593689,
|
|
2987
|
-
"b": 0.9137254953384399,
|
|
2988
|
-
"a": 1
|
|
2989
|
-
}
|
|
2990
|
-
},
|
|
2991
|
-
"scopes": [
|
|
2992
|
-
"ALL_SCOPES"
|
|
2993
|
-
],
|
|
2994
|
-
"codeSyntax": {},
|
|
2995
|
-
"deletedButReferenced": true
|
|
2996
|
-
},
|
|
2997
2886
|
"VariableID:12479:23365": {
|
|
2998
2887
|
"name": "manner-temp/l3/text",
|
|
2999
2888
|
"id": "VariableID:12479:23365",
|
|
@@ -3050,35 +2939,6 @@ export const FIGMA_VARIABLES = {
|
|
|
3050
2939
|
],
|
|
3051
2940
|
"codeSyntax": {}
|
|
3052
2941
|
},
|
|
3053
|
-
"VariableID:12548:1443": {
|
|
3054
|
-
"name": "manner-temp/l4/static",
|
|
3055
|
-
"id": "VariableID:12548:1443",
|
|
3056
|
-
"remote": false,
|
|
3057
|
-
"key": "01f8a395aab2c47497262b0da2e4b333abfdb96c",
|
|
3058
|
-
"variableCollectionId": "VariableCollectionId:1:3",
|
|
3059
|
-
"resolvedType": "COLOR",
|
|
3060
|
-
"description": "",
|
|
3061
|
-
"hiddenFromPublishing": false,
|
|
3062
|
-
"valuesByMode": {
|
|
3063
|
-
"1928:7": {
|
|
3064
|
-
"r": 0.1882352977991104,
|
|
3065
|
-
"g": 0.7803921699523926,
|
|
3066
|
-
"b": 0.5843137502670288,
|
|
3067
|
-
"a": 1
|
|
3068
|
-
},
|
|
3069
|
-
"1928:8": {
|
|
3070
|
-
"r": 0.1882352977991104,
|
|
3071
|
-
"g": 0.7803921699523926,
|
|
3072
|
-
"b": 0.5843137502670288,
|
|
3073
|
-
"a": 1
|
|
3074
|
-
}
|
|
3075
|
-
},
|
|
3076
|
-
"scopes": [
|
|
3077
|
-
"ALL_SCOPES"
|
|
3078
|
-
],
|
|
3079
|
-
"codeSyntax": {},
|
|
3080
|
-
"deletedButReferenced": true
|
|
3081
|
-
},
|
|
3082
2942
|
"VariableID:12479:23366": {
|
|
3083
2943
|
"name": "manner-temp/l4/text",
|
|
3084
2944
|
"id": "VariableID:12479:23366",
|
|
@@ -3135,35 +2995,6 @@ export const FIGMA_VARIABLES = {
|
|
|
3135
2995
|
],
|
|
3136
2996
|
"codeSyntax": {}
|
|
3137
2997
|
},
|
|
3138
|
-
"VariableID:12548:1444": {
|
|
3139
|
-
"name": "manner-temp/l5/static",
|
|
3140
|
-
"id": "VariableID:12548:1444",
|
|
3141
|
-
"remote": false,
|
|
3142
|
-
"key": "9cedfcdca910a043de0cb216a1f2593a3029ff33",
|
|
3143
|
-
"variableCollectionId": "VariableCollectionId:1:3",
|
|
3144
|
-
"resolvedType": "COLOR",
|
|
3145
|
-
"description": "",
|
|
3146
|
-
"hiddenFromPublishing": false,
|
|
3147
|
-
"valuesByMode": {
|
|
3148
|
-
"1928:7": {
|
|
3149
|
-
"r": 1,
|
|
3150
|
-
"g": 0.6313725709915161,
|
|
3151
|
-
"b": 0.07450980693101883,
|
|
3152
|
-
"a": 1
|
|
3153
|
-
},
|
|
3154
|
-
"1928:8": {
|
|
3155
|
-
"r": 1,
|
|
3156
|
-
"g": 0.6313725709915161,
|
|
3157
|
-
"b": 0.07450980693101883,
|
|
3158
|
-
"a": 1
|
|
3159
|
-
}
|
|
3160
|
-
},
|
|
3161
|
-
"scopes": [
|
|
3162
|
-
"ALL_SCOPES"
|
|
3163
|
-
],
|
|
3164
|
-
"codeSyntax": {},
|
|
3165
|
-
"deletedButReferenced": true
|
|
3166
|
-
},
|
|
3167
2998
|
"VariableID:12479:23367": {
|
|
3168
2999
|
"name": "manner-temp/l5/text",
|
|
3169
3000
|
"id": "VariableID:12479:23367",
|
|
@@ -3220,35 +3051,6 @@ export const FIGMA_VARIABLES = {
|
|
|
3220
3051
|
],
|
|
3221
3052
|
"codeSyntax": {}
|
|
3222
3053
|
},
|
|
3223
|
-
"VariableID:12548:1445": {
|
|
3224
|
-
"name": "manner-temp/l6/static",
|
|
3225
|
-
"id": "VariableID:12548:1445",
|
|
3226
|
-
"remote": false,
|
|
3227
|
-
"key": "b7d244e9c771ea91fcd18e6f1c566d84cfb396f8",
|
|
3228
|
-
"variableCollectionId": "VariableCollectionId:1:3",
|
|
3229
|
-
"resolvedType": "COLOR",
|
|
3230
|
-
"description": "",
|
|
3231
|
-
"hiddenFromPublishing": false,
|
|
3232
|
-
"valuesByMode": {
|
|
3233
|
-
"1928:7": {
|
|
3234
|
-
"r": 1,
|
|
3235
|
-
"g": 0.43529412150382996,
|
|
3236
|
-
"b": 0.05882352963089943,
|
|
3237
|
-
"a": 1
|
|
3238
|
-
},
|
|
3239
|
-
"1928:8": {
|
|
3240
|
-
"r": 1,
|
|
3241
|
-
"g": 0.43529412150382996,
|
|
3242
|
-
"b": 0.05882352963089943,
|
|
3243
|
-
"a": 1
|
|
3244
|
-
}
|
|
3245
|
-
},
|
|
3246
|
-
"scopes": [
|
|
3247
|
-
"ALL_SCOPES"
|
|
3248
|
-
],
|
|
3249
|
-
"codeSyntax": {},
|
|
3250
|
-
"deletedButReferenced": true
|
|
3251
|
-
},
|
|
3252
3054
|
"VariableID:12479:23368": {
|
|
3253
3055
|
"name": "manner-temp/l6/text",
|
|
3254
3056
|
"id": "VariableID:12479:23368",
|
|
@@ -3458,7 +3260,8 @@ export const FIGMA_VARIABLES = {
|
|
|
3458
3260
|
"1:5": "iOS",
|
|
3459
3261
|
"1:6": "iOS",
|
|
3460
3262
|
"1:7": "iOS",
|
|
3461
|
-
"1:8": "Android"
|
|
3263
|
+
"1:8": "Android",
|
|
3264
|
+
"51907:0": "Android"
|
|
3462
3265
|
},
|
|
3463
3266
|
"scopes": [
|
|
3464
3267
|
"ALL_SCOPES"
|