@seed-design/figma 1.1.9-alpha-20251125084640 → 1.1.10
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 +1426 -437
- package/lib/codegen/index.d.ts +76 -27
- package/lib/codegen/index.d.ts.map +1 -1
- package/lib/codegen/index.js +1426 -437
- package/lib/codegen/targets/react/index.cjs +1503 -453
- package/lib/codegen/targets/react/index.d.ts.map +1 -1
- package/lib/codegen/targets/react/index.js +1503 -453
- package/lib/index.cjs +1534 -491
- package/lib/index.js +1534 -491
- package/package.json +3 -3
- package/src/codegen/component-properties.ts +4 -4
- 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 +105 -113
- package/src/entities/data/__generated__/component-sets/index.mjs +105 -113
- 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 +62 -19
- package/src/entities/data/__generated__/variables/index.mjs +1199 -245
- package/src/codegen/targets/react/component/handlers/error-state.ts +0 -56
|
@@ -1130,34 +1130,6 @@ const templateChipGroup = {
|
|
|
1130
1130
|
}
|
|
1131
1131
|
}
|
|
1132
1132
|
};
|
|
1133
|
-
const templateCompletion = {
|
|
1134
|
-
"name": "templateCompletion",
|
|
1135
|
-
"key": "d91c789c66c2da665d820318f1a4d8671946eb79",
|
|
1136
|
-
"componentPropertyDefinitions": {
|
|
1137
|
-
"Description#28427:4": {
|
|
1138
|
-
"type": "TEXT"
|
|
1139
|
-
},
|
|
1140
|
-
"Title#28427:5": {
|
|
1141
|
-
"type": "TEXT"
|
|
1142
|
-
},
|
|
1143
|
-
"Show Description#28427:6": {
|
|
1144
|
-
"type": "BOOLEAN"
|
|
1145
|
-
},
|
|
1146
|
-
"Show Button#28427:7": {
|
|
1147
|
-
"type": "BOOLEAN"
|
|
1148
|
-
},
|
|
1149
|
-
"Show Top Navigation#28427:8": {
|
|
1150
|
-
"type": "BOOLEAN"
|
|
1151
|
-
},
|
|
1152
|
-
"Variant": {
|
|
1153
|
-
"type": "VARIANT",
|
|
1154
|
-
"variantOptions": [
|
|
1155
|
-
"Screen",
|
|
1156
|
-
"Dialog"
|
|
1157
|
-
]
|
|
1158
|
-
}
|
|
1159
|
-
}
|
|
1160
|
-
};
|
|
1161
1133
|
const templateCustomPickerField = {
|
|
1162
1134
|
"name": "templateCustomPickerField",
|
|
1163
1135
|
"key": "91d73dfc297a467d78dc91ade6ff9be9a152619e",
|
|
@@ -1171,7 +1143,7 @@ const templateCustomPickerField = {
|
|
|
1171
1143
|
"State": {
|
|
1172
1144
|
"type": "VARIANT",
|
|
1173
1145
|
"variantOptions": [
|
|
1174
|
-
"
|
|
1146
|
+
"Enabled",
|
|
1175
1147
|
"Error",
|
|
1176
1148
|
"Disabled",
|
|
1177
1149
|
"Read Only"
|
|
@@ -1186,31 +1158,70 @@ const templateCustomPickerField = {
|
|
|
1186
1158
|
}
|
|
1187
1159
|
}
|
|
1188
1160
|
};
|
|
1189
|
-
const
|
|
1190
|
-
"name": "
|
|
1191
|
-
"key": "
|
|
1161
|
+
const templateResultSection = {
|
|
1162
|
+
"name": "templateResultSection",
|
|
1163
|
+
"key": "fabd52c41c63d921e37e0a1de373e4df2b496f30",
|
|
1192
1164
|
"componentPropertyDefinitions": {
|
|
1193
|
-
"Show Action Button#9080:5": {
|
|
1194
|
-
"type": "BOOLEAN"
|
|
1195
|
-
},
|
|
1196
1165
|
"Title#16237:0": {
|
|
1197
1166
|
"type": "TEXT"
|
|
1198
1167
|
},
|
|
1199
1168
|
"Description#16237:5": {
|
|
1200
1169
|
"type": "TEXT"
|
|
1201
1170
|
},
|
|
1202
|
-
"
|
|
1203
|
-
"type": "
|
|
1204
|
-
"
|
|
1205
|
-
|
|
1206
|
-
|
|
1171
|
+
"Asset Type#45154:9": {
|
|
1172
|
+
"type": "INSTANCE_SWAP",
|
|
1173
|
+
"preferredValues": [
|
|
1174
|
+
{
|
|
1175
|
+
"type": "COMPONENT",
|
|
1176
|
+
"key": "3f2ed06bd34fbaf24d371cefa973e09e2c2572bf"
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"type": "COMPONENT",
|
|
1180
|
+
"key": "bf1ad3ad5c45a2e94fd800f7f6ecbe52ba0667ab"
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
"type": "COMPONENT",
|
|
1184
|
+
"key": "d357dcf0fbff80f3bfa70fe4fd5d48a9bddd1b49"
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
"type": "COMPONENT",
|
|
1188
|
+
"key": "a53df434b562c1eeb04dab9abd88431989c5fc33"
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"type": "COMPONENT",
|
|
1192
|
+
"key": "5e53811a1e1444deccb5147b6a57196a3be467c9"
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"type": "COMPONENT",
|
|
1196
|
+
"key": "3ff3999d2d2bbed2c7656210793d4f083901f73b"
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
"type": "COMPONENT",
|
|
1200
|
+
"key": "56fcf964b7784ca83eaf6c9b1531de6150d23a0d"
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
"type": "COMPONENT",
|
|
1204
|
+
"key": "5652618ddd66c844ab977d083d0dc41cb98f98ae"
|
|
1205
|
+
}
|
|
1207
1206
|
]
|
|
1208
1207
|
},
|
|
1209
|
-
"
|
|
1208
|
+
"Show Asset#45154:14": {
|
|
1209
|
+
"type": "BOOLEAN"
|
|
1210
|
+
},
|
|
1211
|
+
"Show Buttons#53435:0": {
|
|
1212
|
+
"type": "BOOLEAN"
|
|
1213
|
+
},
|
|
1214
|
+
"ㄴShow First Button#53766:0": {
|
|
1215
|
+
"type": "BOOLEAN"
|
|
1216
|
+
},
|
|
1217
|
+
"ㄴShow Second Button#53766:3": {
|
|
1218
|
+
"type": "BOOLEAN"
|
|
1219
|
+
},
|
|
1220
|
+
"Size": {
|
|
1210
1221
|
"type": "VARIANT",
|
|
1211
1222
|
"variantOptions": [
|
|
1212
|
-
"
|
|
1213
|
-
"
|
|
1223
|
+
"Large",
|
|
1224
|
+
"Medium"
|
|
1214
1225
|
]
|
|
1215
1226
|
}
|
|
1216
1227
|
}
|
|
@@ -1252,11 +1263,11 @@ const templateSliderField = {
|
|
|
1252
1263
|
"State": {
|
|
1253
1264
|
"type": "VARIANT",
|
|
1254
1265
|
"variantOptions": [
|
|
1255
|
-
"
|
|
1266
|
+
"Enabled",
|
|
1267
|
+
"Pressed",
|
|
1256
1268
|
"Error",
|
|
1257
1269
|
"Disabled",
|
|
1258
|
-
"Read Only"
|
|
1259
|
-
"Pressed"
|
|
1270
|
+
"Read Only"
|
|
1260
1271
|
]
|
|
1261
1272
|
}
|
|
1262
1273
|
}
|
|
@@ -1281,7 +1292,7 @@ const templateTextField = {
|
|
|
1281
1292
|
"State": {
|
|
1282
1293
|
"type": "VARIANT",
|
|
1283
1294
|
"variantOptions": [
|
|
1284
|
-
"
|
|
1295
|
+
"Enabled",
|
|
1285
1296
|
"Focused",
|
|
1286
1297
|
"Error",
|
|
1287
1298
|
"Error Focused",
|
|
@@ -1305,7 +1316,7 @@ const templateTextareaField = {
|
|
|
1305
1316
|
"State": {
|
|
1306
1317
|
"type": "VARIANT",
|
|
1307
1318
|
"variantOptions": [
|
|
1308
|
-
"
|
|
1319
|
+
"Enabled",
|
|
1309
1320
|
"Focused",
|
|
1310
1321
|
"Error",
|
|
1311
1322
|
"Error Focused",
|
|
@@ -1335,7 +1346,8 @@ const templateTopNavigation = {
|
|
|
1335
1346
|
"Variants": {
|
|
1336
1347
|
"type": "VARIANT",
|
|
1337
1348
|
"variantOptions": [
|
|
1338
|
-
"
|
|
1349
|
+
"Root",
|
|
1350
|
+
"Root Preset",
|
|
1339
1351
|
"Standard",
|
|
1340
1352
|
"Standard Transparent",
|
|
1341
1353
|
"Large Title"
|
|
@@ -1608,6 +1620,9 @@ const bottomSheet = {
|
|
|
1608
1620
|
"Show Handle#49774:6": {
|
|
1609
1621
|
"type": "BOOLEAN"
|
|
1610
1622
|
},
|
|
1623
|
+
"Show Scroll Fog(Figma Only)#53171:3": {
|
|
1624
|
+
"type": "BOOLEAN"
|
|
1625
|
+
},
|
|
1611
1626
|
"Header Layout": {
|
|
1612
1627
|
"type": "VARIANT",
|
|
1613
1628
|
"variantOptions": [
|
|
@@ -2139,8 +2154,7 @@ const listItem = {
|
|
|
2139
2154
|
"variantOptions": [
|
|
2140
2155
|
"Enabled",
|
|
2141
2156
|
"Pressed",
|
|
2142
|
-
"Disabled"
|
|
2143
|
-
"Highlighted"
|
|
2157
|
+
"Disabled"
|
|
2144
2158
|
]
|
|
2145
2159
|
},
|
|
2146
2160
|
"Variants": {
|
|
@@ -2149,54 +2163,12 @@ const listItem = {
|
|
|
2149
2163
|
"Single Line",
|
|
2150
2164
|
"Multi Line"
|
|
2151
2165
|
]
|
|
2152
|
-
}
|
|
2153
|
-
}
|
|
2154
|
-
};
|
|
2155
|
-
const mainTabNavigationGlobal = {
|
|
2156
|
-
"name": "mainTabNavigationGlobal",
|
|
2157
|
-
"key": "a694a1da14a5c1d7d5c66bc78218c0c61fb388ab",
|
|
2158
|
-
"componentPropertyDefinitions": {
|
|
2159
|
-
"Title#6406:6": {
|
|
2160
|
-
"type": "TEXT"
|
|
2161
|
-
},
|
|
2162
|
-
"Button Label#6409:18": {
|
|
2163
|
-
"type": "TEXT"
|
|
2164
|
-
},
|
|
2165
|
-
"Title Type": {
|
|
2166
|
-
"type": "VARIANT",
|
|
2167
|
-
"variantOptions": [
|
|
2168
|
-
"Text",
|
|
2169
|
-
"Text + Button"
|
|
2170
|
-
]
|
|
2171
|
-
},
|
|
2172
|
-
"Variant": {
|
|
2173
|
-
"type": "VARIANT",
|
|
2174
|
-
"variantOptions": [
|
|
2175
|
-
"Layer Default",
|
|
2176
|
-
"Transparent"
|
|
2177
|
-
]
|
|
2178
|
-
}
|
|
2179
|
-
}
|
|
2180
|
-
};
|
|
2181
|
-
const mainTabNavigationKr = {
|
|
2182
|
-
"name": "mainTabNavigationKr",
|
|
2183
|
-
"key": "41d3601e6b4c632a56cdc8fad485a76c026fdd8e",
|
|
2184
|
-
"componentPropertyDefinitions": {
|
|
2185
|
-
"Title#6406:6": {
|
|
2186
|
-
"type": "TEXT"
|
|
2187
|
-
},
|
|
2188
|
-
"Title Type": {
|
|
2189
|
-
"type": "VARIANT",
|
|
2190
|
-
"variantOptions": [
|
|
2191
|
-
"Text",
|
|
2192
|
-
"Button"
|
|
2193
|
-
]
|
|
2194
2166
|
},
|
|
2195
|
-
"
|
|
2167
|
+
"Highlighted": {
|
|
2196
2168
|
"type": "VARIANT",
|
|
2197
2169
|
"variantOptions": [
|
|
2198
|
-
"
|
|
2199
|
-
"
|
|
2170
|
+
"True",
|
|
2171
|
+
"False"
|
|
2200
2172
|
]
|
|
2201
2173
|
}
|
|
2202
2174
|
}
|
|
@@ -2259,7 +2231,7 @@ const menuSheet = {
|
|
|
2259
2231
|
"Show Safe Area#25531:15": {
|
|
2260
2232
|
"type": "BOOLEAN"
|
|
2261
2233
|
},
|
|
2262
|
-
"Show Description#32984:0": {
|
|
2234
|
+
"Show Header Description#32984:0": {
|
|
2263
2235
|
"type": "BOOLEAN"
|
|
2264
2236
|
},
|
|
2265
2237
|
"Menu Group Count": {
|
|
@@ -2274,7 +2246,8 @@ const menuSheet = {
|
|
|
2274
2246
|
"type": "VARIANT",
|
|
2275
2247
|
"variantOptions": [
|
|
2276
2248
|
"Text Only",
|
|
2277
|
-
"Text with Icon"
|
|
2249
|
+
"Text with Icon",
|
|
2250
|
+
"Text with Subtext"
|
|
2278
2251
|
]
|
|
2279
2252
|
}
|
|
2280
2253
|
}
|
|
@@ -2519,24 +2492,45 @@ const resizableChild = {
|
|
|
2519
2492
|
}
|
|
2520
2493
|
}
|
|
2521
2494
|
};
|
|
2522
|
-
const
|
|
2523
|
-
"name": "
|
|
2524
|
-
"key": "
|
|
2495
|
+
const rootTopNavigationGlobal = {
|
|
2496
|
+
"name": "rootTopNavigationGlobal",
|
|
2497
|
+
"key": "a694a1da14a5c1d7d5c66bc78218c0c61fb388ab",
|
|
2525
2498
|
"componentPropertyDefinitions": {
|
|
2526
|
-
"
|
|
2499
|
+
"Title#6406:6": {
|
|
2500
|
+
"type": "TEXT"
|
|
2501
|
+
},
|
|
2502
|
+
"Button Label#6409:18": {
|
|
2503
|
+
"type": "TEXT"
|
|
2504
|
+
},
|
|
2505
|
+
"Show Button#52619:0": {
|
|
2506
|
+
"type": "BOOLEAN"
|
|
2507
|
+
},
|
|
2508
|
+
"Title Type": {
|
|
2527
2509
|
"type": "VARIANT",
|
|
2528
2510
|
"variantOptions": [
|
|
2529
|
-
"
|
|
2530
|
-
"Bottom ⬆️",
|
|
2531
|
-
"Right ➡️",
|
|
2532
|
-
"Left ⬅️"
|
|
2511
|
+
"Text"
|
|
2533
2512
|
]
|
|
2534
2513
|
},
|
|
2535
|
-
"
|
|
2514
|
+
"Variant": {
|
|
2536
2515
|
"type": "VARIANT",
|
|
2537
2516
|
"variantOptions": [
|
|
2538
|
-
"Default"
|
|
2539
|
-
|
|
2517
|
+
"Layer Default"
|
|
2518
|
+
]
|
|
2519
|
+
}
|
|
2520
|
+
}
|
|
2521
|
+
};
|
|
2522
|
+
const rootTopNavigationKr = {
|
|
2523
|
+
"name": "rootTopNavigationKr",
|
|
2524
|
+
"key": "41d3601e6b4c632a56cdc8fad485a76c026fdd8e",
|
|
2525
|
+
"componentPropertyDefinitions": {
|
|
2526
|
+
"Title#6406:6": {
|
|
2527
|
+
"type": "TEXT"
|
|
2528
|
+
},
|
|
2529
|
+
"Title Type": {
|
|
2530
|
+
"type": "VARIANT",
|
|
2531
|
+
"variantOptions": [
|
|
2532
|
+
"Text",
|
|
2533
|
+
"Button"
|
|
2540
2534
|
]
|
|
2541
2535
|
}
|
|
2542
2536
|
}
|
|
@@ -2615,7 +2609,7 @@ const skeleton = {
|
|
|
2615
2609
|
};
|
|
2616
2610
|
const slider = {
|
|
2617
2611
|
"name": "slider",
|
|
2618
|
-
"key": "
|
|
2612
|
+
"key": "14b3278452f03fa01ecc8012a07f124766714566",
|
|
2619
2613
|
"componentPropertyDefinitions": {
|
|
2620
2614
|
"Has Tick Mark#47921:0": {
|
|
2621
2615
|
"type": "BOOLEAN"
|
|
@@ -2992,8 +2986,6 @@ var FIGMA_COMPONENTS = {
|
|
|
2992
2986
|
helpBubble: helpBubble,
|
|
2993
2987
|
listHeader: listHeader,
|
|
2994
2988
|
listItem: listItem,
|
|
2995
|
-
mainTabNavigationGlobal: mainTabNavigationGlobal,
|
|
2996
|
-
mainTabNavigationKr: mainTabNavigationKr,
|
|
2997
2989
|
mannerTemp: mannerTemp,
|
|
2998
2990
|
mannerTempBadge: mannerTempBadge,
|
|
2999
2991
|
menuSheet: menuSheet,
|
|
@@ -3004,7 +2996,8 @@ var FIGMA_COMPONENTS = {
|
|
|
3004
2996
|
reactionButton: reactionButton,
|
|
3005
2997
|
resizableChild: resizableChild,
|
|
3006
2998
|
resizableIcon: resizableIcon,
|
|
3007
|
-
|
|
2999
|
+
rootTopNavigationGlobal: rootTopNavigationGlobal,
|
|
3000
|
+
rootTopNavigationKr: rootTopNavigationKr,
|
|
3008
3001
|
segmentedControl: segmentedControl,
|
|
3009
3002
|
selectBox: selectBox,
|
|
3010
3003
|
skeleton: skeleton,
|
|
@@ -3017,9 +3010,8 @@ var FIGMA_COMPONENTS = {
|
|
|
3017
3010
|
templateBannerDetach: templateBannerDetach,
|
|
3018
3011
|
templateButtonGroup: templateButtonGroup,
|
|
3019
3012
|
templateChipGroup: templateChipGroup,
|
|
3020
|
-
templateCompletion: templateCompletion,
|
|
3021
3013
|
templateCustomPickerField: templateCustomPickerField,
|
|
3022
|
-
|
|
3014
|
+
templateResultSection: templateResultSection,
|
|
3023
3015
|
templateSelectBoxGroup: templateSelectBoxGroup,
|
|
3024
3016
|
templateSliderField: templateSliderField,
|
|
3025
3017
|
templateTextField: templateTextField,
|
|
@@ -3574,41 +3566,6 @@ const createDividerHandler = (_ctx)=>defineComponentHandler(divider.key, ({ comp
|
|
|
3574
3566
|
return createSeedReactElement("Divider", commonProps, undefined);
|
|
3575
3567
|
});
|
|
3576
3568
|
|
|
3577
|
-
const { createLocalSnippetElement: createLocalSnippetElement$m } = createLocalSnippetHelper("error-state");
|
|
3578
|
-
const createErrorStateHandler = (ctx)=>{
|
|
3579
|
-
const actionButtonHandler = createActionButtonHandler(ctx);
|
|
3580
|
-
const ghostButtonHandler = createActionButtonGhostHandler(ctx);
|
|
3581
|
-
return defineComponentHandler(templateErrorState.key, (node, traverse)=>{
|
|
3582
|
-
const props = node.componentProperties;
|
|
3583
|
-
const [actionButton] = findAllInstances({
|
|
3584
|
-
node,
|
|
3585
|
-
key: actionButtonHandler.key
|
|
3586
|
-
});
|
|
3587
|
-
const [ghostButton] = findAllInstances({
|
|
3588
|
-
node,
|
|
3589
|
-
key: ghostButtonHandler.key
|
|
3590
|
-
});
|
|
3591
|
-
const commonProps = {
|
|
3592
|
-
variant: changeCase.camelCase(props.Variant.value),
|
|
3593
|
-
...props.Layout.value === "With Title" && {
|
|
3594
|
-
title: props["Title#16237:0"].value
|
|
3595
|
-
},
|
|
3596
|
-
description: props["Description#16237:5"].value,
|
|
3597
|
-
...actionButton && {
|
|
3598
|
-
primaryActionProps: {
|
|
3599
|
-
children: actionButtonHandler.transform(actionButton, traverse).children[0]
|
|
3600
|
-
}
|
|
3601
|
-
},
|
|
3602
|
-
...ghostButton && {
|
|
3603
|
-
secondaryActionProps: {
|
|
3604
|
-
children: ghostButtonHandler.transform(ghostButton, traverse).children[0]
|
|
3605
|
-
}
|
|
3606
|
-
}
|
|
3607
|
-
};
|
|
3608
|
-
return createLocalSnippetElement$m("ErrorState", commonProps);
|
|
3609
|
-
});
|
|
3610
|
-
};
|
|
3611
|
-
|
|
3612
3569
|
const templateAddressPickerField = {
|
|
3613
3570
|
"key": "a6cb0e888094d95ca0e9862f4775b34407b3611d"
|
|
3614
3571
|
};
|
|
@@ -3718,7 +3675,7 @@ const FIELD_KEYS = {
|
|
|
3718
3675
|
});
|
|
3719
3676
|
};
|
|
3720
3677
|
|
|
3721
|
-
const { createLocalSnippetElement: createLocalSnippetElement$
|
|
3678
|
+
const { createLocalSnippetElement: createLocalSnippetElement$m } = createLocalSnippetHelper("field-button");
|
|
3722
3679
|
const INPUT_BUTTON_KEY = "965bdecb58755af9a08d60cc3c8d2d33b42e15f0";
|
|
3723
3680
|
const INPUT_BUTTON_PREFIX_KEY = "12b40c736a098298c64ba16de85702b4b460d1f1";
|
|
3724
3681
|
const INPUT_BUTTON_SUFFIX_KEY = "5dda27af9f4afafa471925c17acf97d81912877a";
|
|
@@ -3777,11 +3734,11 @@ const createFieldButtonHandler = (ctx)=>{
|
|
|
3777
3734
|
// these can be fragile but better than having 9 different handlers
|
|
3778
3735
|
const placeholder = findOne(node, (node)=>node.type === "TEXT" && node.name.toLowerCase().includes("placeholder"));
|
|
3779
3736
|
const value = findOne(node, (node)=>node.type === "TEXT" && node.name.toLowerCase().includes("value"));
|
|
3780
|
-
return createLocalSnippetElement$
|
|
3737
|
+
return createLocalSnippetElement$m("FieldButton", {
|
|
3781
3738
|
...headerProps,
|
|
3782
3739
|
...footerProps,
|
|
3783
3740
|
...commonProps
|
|
3784
|
-
}, props["Has Value"].value === "True" && value ? createLocalSnippetElement$
|
|
3741
|
+
}, props["Has Value"].value === "True" && value ? createLocalSnippetElement$m("FieldButtonValue", undefined, value.characters) : placeholder ? createLocalSnippetElement$m("FieldButtonPlaceholder", undefined, placeholder.characters) : undefined, {
|
|
3785
3742
|
comment: "buttonProps를 통해 aria-label을 제공하세요."
|
|
3786
3743
|
});
|
|
3787
3744
|
});
|
|
@@ -3828,7 +3785,7 @@ const createAddressFieldHandler = (ctx)=>{
|
|
|
3828
3785
|
});
|
|
3829
3786
|
};
|
|
3830
3787
|
|
|
3831
|
-
const { createLocalSnippetElement: createLocalSnippetElement$
|
|
3788
|
+
const { createLocalSnippetElement: createLocalSnippetElement$l } = createLocalSnippetHelper("floating-action-button");
|
|
3832
3789
|
const BUTTON_TYPE_KEY = "8cecc85275115d653579d4c3156567ebf19f7b27";
|
|
3833
3790
|
const MENU_TYPE_KEY = "400124347392c15473f9cd2d8a6aedb64f3baf36";
|
|
3834
3791
|
const createFloatingActionButtonHandler = (ctx)=>defineComponentHandler(floatingActionButton.key, (node)=>{
|
|
@@ -3852,10 +3809,10 @@ const createFloatingActionButtonHandler = (ctx)=>defineComponentHandler(floating
|
|
|
3852
3809
|
label: menu.componentProperties["Label#29766:9"].value
|
|
3853
3810
|
};
|
|
3854
3811
|
})();
|
|
3855
|
-
return createLocalSnippetElement$
|
|
3812
|
+
return createLocalSnippetElement$l("FloatingActionButton", commonProps);
|
|
3856
3813
|
});
|
|
3857
3814
|
|
|
3858
|
-
const { createLocalSnippetElement: createLocalSnippetElement$
|
|
3815
|
+
const { createLocalSnippetElement: createLocalSnippetElement$k } = createLocalSnippetHelper("help-bubble");
|
|
3859
3816
|
const { createLocalSnippetElement: createLocalSnippetElementTrigger$1 } = createLocalSnippetHelper("action-button");
|
|
3860
3817
|
const createHelpBubbleHandler = (_ctx)=>defineComponentHandler(helpBubble.key, ({ componentProperties: props })=>{
|
|
3861
3818
|
const placement = (()=>{
|
|
@@ -3895,20 +3852,20 @@ const createHelpBubbleHandler = (_ctx)=>defineComponentHandler(helpBubble.key, (
|
|
|
3895
3852
|
showCloseButton: props["Show Close Button#40538:0"].value,
|
|
3896
3853
|
placement
|
|
3897
3854
|
};
|
|
3898
|
-
return createLocalSnippetElement$
|
|
3855
|
+
return createLocalSnippetElement$k("HelpBubbleTrigger", commonProps, createLocalSnippetElementTrigger$1("ActionButton", {}, "HelpBubble 열기"), {
|
|
3899
3856
|
comment: "필요에 따라 HelpBubbleAnchor로 변경하여 사용하세요."
|
|
3900
3857
|
});
|
|
3901
3858
|
});
|
|
3902
3859
|
|
|
3903
|
-
const { createLocalSnippetElement: createLocalSnippetElement$
|
|
3860
|
+
const { createLocalSnippetElement: createLocalSnippetElement$j } = createLocalSnippetHelper("list-header");
|
|
3904
3861
|
const createListHeaderHandler = (_ctx)=>defineComponentHandler(listHeader.key, ({ componentProperties: props })=>{
|
|
3905
3862
|
const commonProps = {
|
|
3906
3863
|
variant: changeCase.camelCase(props["Variant"].value)
|
|
3907
3864
|
};
|
|
3908
|
-
return createLocalSnippetElement$
|
|
3865
|
+
return createLocalSnippetElement$j("ListHeader", commonProps, props["Title#28588:0"].value);
|
|
3909
3866
|
});
|
|
3910
3867
|
|
|
3911
|
-
const { createLocalSnippetElement: createLocalSnippetElement$
|
|
3868
|
+
const { createLocalSnippetElement: createLocalSnippetElement$i } = createLocalSnippetHelper("list");
|
|
3912
3869
|
const PREFIX_KEYS = {
|
|
3913
3870
|
checkmark: "f24c9ef42ef08df79483fbae0fa7d9037e566748",
|
|
3914
3871
|
radioMark: "5a77ad37a2291989dfe77c44ddee9aa39e447f90",
|
|
@@ -4013,42 +3970,42 @@ const createListItemHandler = (ctx)=>defineComponentHandler(listItem.key, (node,
|
|
|
4013
3970
|
...disabled && (tag === "ListButtonItem" || tag === "ListCheckItem" || tag === "ListRadioItem" || tag === "ListSwitchItem") && {
|
|
4014
3971
|
disabled: true
|
|
4015
3972
|
},
|
|
4016
|
-
...props.
|
|
3973
|
+
...props.Highlighted.value === "True" && {
|
|
4017
3974
|
highlighted: true
|
|
4018
3975
|
}
|
|
4019
3976
|
};
|
|
4020
3977
|
const comment = tsPattern.match(tag).with("ListItem", ()=>"목적에 따라 ListButtonItem이나 ListLinkItem으로 바꿔 사용하세요.").with("ListCheckItem", ()=>`<List as="fieldset">과 함께 사용하세요.`).with("ListRadioItem", ()=>"<RadioGroup.Root>와 함께 사용하세요.").otherwise(()=>undefined);
|
|
4021
|
-
const list = createLocalSnippetElement$
|
|
3978
|
+
const list = createLocalSnippetElement$i(tag, commonProps, undefined, {
|
|
4022
3979
|
comment
|
|
4023
3980
|
});
|
|
4024
3981
|
if (props["Divider#28441:0"].value) {
|
|
4025
3982
|
return createElement("", {}, [
|
|
4026
3983
|
list,
|
|
4027
|
-
createLocalSnippetElement$
|
|
3984
|
+
createLocalSnippetElement$i("ListDivider")
|
|
4028
3985
|
]);
|
|
4029
3986
|
}
|
|
4030
3987
|
return list;
|
|
4031
3988
|
});
|
|
4032
3989
|
|
|
4033
|
-
const { createLocalSnippetElement: createLocalSnippetElement$
|
|
3990
|
+
const { createLocalSnippetElement: createLocalSnippetElement$h } = createLocalSnippetHelper("manner-temp-badge");
|
|
4034
3991
|
const createMannerTempBadgeHandler = (_ctx)=>defineComponentHandler(mannerTempBadge.key, ({ children })=>{
|
|
4035
3992
|
const textNode = children.find((child)=>child.type === "TEXT");
|
|
4036
3993
|
const commonProps = {
|
|
4037
3994
|
temperature: Number(textNode?.characters.replace(/[^\d.-]/g, "") ?? "-1")
|
|
4038
3995
|
};
|
|
4039
|
-
return createLocalSnippetElement$
|
|
3996
|
+
return createLocalSnippetElement$h("MannerTempBadge", commonProps);
|
|
4040
3997
|
});
|
|
4041
3998
|
|
|
4042
|
-
const { createLocalSnippetElement: createLocalSnippetElement$
|
|
3999
|
+
const { createLocalSnippetElement: createLocalSnippetElement$g } = createLocalSnippetHelper("manner-temp");
|
|
4043
4000
|
const createMannerTempHandler = (_ctx)=>defineComponentHandler(mannerTemp.key, ({ children })=>{
|
|
4044
4001
|
const textNode = children.find((child)=>child.type === "TEXT");
|
|
4045
4002
|
const commonProps = {
|
|
4046
4003
|
temperature: Number(textNode?.characters.replace(/[^\d.-]/g, "") ?? "-1")
|
|
4047
4004
|
};
|
|
4048
|
-
return createLocalSnippetElement$
|
|
4005
|
+
return createLocalSnippetElement$g("MannerTemp", commonProps);
|
|
4049
4006
|
});
|
|
4050
4007
|
|
|
4051
|
-
const { createLocalSnippetElement: createLocalSnippetElement$
|
|
4008
|
+
const { createLocalSnippetElement: createLocalSnippetElement$f } = createLocalSnippetHelper("menu-sheet");
|
|
4052
4009
|
const { createLocalSnippetElement: createLocalSnippetElementTrigger } = createLocalSnippetHelper("action-button");
|
|
4053
4010
|
const MENU_SHEET_ITEM_KEY = "057083e95466da59051119eec0b41d4ad5a07f8f";
|
|
4054
4011
|
const createMenuSheetItemHandler = (ctx)=>defineComponentHandler(MENU_SHEET_ITEM_KEY, ({ componentProperties: props })=>{
|
|
@@ -4059,7 +4016,7 @@ const createMenuSheetItemHandler = (ctx)=>defineComponentHandler(MENU_SHEET_ITEM
|
|
|
4059
4016
|
disabled: true
|
|
4060
4017
|
}
|
|
4061
4018
|
};
|
|
4062
|
-
return createLocalSnippetElement$
|
|
4019
|
+
return createLocalSnippetElement$f("MenuSheetItem", commonProps, [
|
|
4063
4020
|
props["Show Prefix Icon#17043:5"].value ? createSeedReactElement("PrefixIcon", {
|
|
4064
4021
|
svg: ctx.iconHandler.transform(props["Prefix Icon#55948:0"])
|
|
4065
4022
|
}) : undefined,
|
|
@@ -4075,7 +4032,7 @@ const createMenuSheetGroupHandler = (ctx)=>{
|
|
|
4075
4032
|
key: menuSheetItemHandler.key
|
|
4076
4033
|
});
|
|
4077
4034
|
const contentChildren = items.map((item)=>menuSheetItemHandler.transform(item, traverse));
|
|
4078
|
-
return createLocalSnippetElement$
|
|
4035
|
+
return createLocalSnippetElement$f("MenuSheetGroup", undefined, contentChildren);
|
|
4079
4036
|
});
|
|
4080
4037
|
};
|
|
4081
4038
|
const createMenuSheetHandler = (ctx)=>{
|
|
@@ -4090,28 +4047,28 @@ const createMenuSheetHandler = (ctx)=>{
|
|
|
4090
4047
|
const title = props["Show Header#17043:12"].value ? props["Title Text#14599:0"].value : undefined;
|
|
4091
4048
|
// TODO: React 구현체에 description 추가 이후
|
|
4092
4049
|
// const description = props["Description Text#21827:0"].value;
|
|
4093
|
-
const {
|
|
4094
|
-
|
|
4050
|
+
const { labelAlign } = tsPattern.match(props.Layout.value).with("Text with Icon", "Text with Subtext", ()=>({
|
|
4051
|
+
labelAlign: "left"
|
|
4095
4052
|
})).with("Text Only", ()=>({
|
|
4096
|
-
|
|
4053
|
+
labelAlign: "center"
|
|
4097
4054
|
})).exhaustive();
|
|
4098
|
-
const content = createLocalSnippetElement$
|
|
4055
|
+
const content = createLocalSnippetElement$f("MenuSheetContent", {
|
|
4099
4056
|
title,
|
|
4100
|
-
|
|
4057
|
+
labelAlign
|
|
4101
4058
|
}, contentChildren, {
|
|
4102
4059
|
comment: title ? undefined : "title을 제공하지 않는 경우 aria-label이나 aria-labelledby 중 하나를 제공해야 합니다."
|
|
4103
4060
|
});
|
|
4104
|
-
const trigger = createLocalSnippetElement$
|
|
4061
|
+
const trigger = createLocalSnippetElement$f("MenuSheetTrigger", {
|
|
4105
4062
|
asChild: true
|
|
4106
4063
|
}, createLocalSnippetElementTrigger("ActionButton", {}, "MenuSheet 열기"));
|
|
4107
|
-
return createLocalSnippetElement$
|
|
4064
|
+
return createLocalSnippetElement$f("MenuSheet", undefined, [
|
|
4108
4065
|
trigger,
|
|
4109
4066
|
content
|
|
4110
4067
|
]);
|
|
4111
4068
|
});
|
|
4112
4069
|
};
|
|
4113
4070
|
|
|
4114
|
-
const { createLocalSnippetElement: createLocalSnippetElement$
|
|
4071
|
+
const { createLocalSnippetElement: createLocalSnippetElement$e } = createLocalSnippetHelper("page-banner");
|
|
4115
4072
|
const SUFFIX_BUTTON_KEY = "7dce4e1242761ccd8e5da42278fc2d870918039c";
|
|
4116
4073
|
const createPageBannerButtonHandler = (_ctx)=>defineComponentHandler(SUFFIX_BUTTON_KEY, (node)=>{
|
|
4117
4074
|
return createElement("PageBannerButton", undefined, node.componentProperties["Label#39890:0"].value);
|
|
@@ -4145,7 +4102,7 @@ const createPageBannerHandler = (ctx)=>{
|
|
|
4145
4102
|
})).exhaustive();
|
|
4146
4103
|
const textNode = findOne(node, (child)=>child.type === "TEXT" && child.name === "Text");
|
|
4147
4104
|
if (!textNode) {
|
|
4148
|
-
return createLocalSnippetElement$
|
|
4105
|
+
return createLocalSnippetElement$e(tag, undefined, undefined, {
|
|
4149
4106
|
comment: "내용을 제공해주세요."
|
|
4150
4107
|
});
|
|
4151
4108
|
}
|
|
@@ -4178,11 +4135,11 @@ const createPageBannerHandler = (ctx)=>{
|
|
|
4178
4135
|
suffix
|
|
4179
4136
|
}
|
|
4180
4137
|
};
|
|
4181
|
-
return createLocalSnippetElement$
|
|
4138
|
+
return createLocalSnippetElement$e(tag, commonProps);
|
|
4182
4139
|
});
|
|
4183
4140
|
};
|
|
4184
4141
|
|
|
4185
|
-
const { createLocalSnippetElement: createLocalSnippetElement$
|
|
4142
|
+
const { createLocalSnippetElement: createLocalSnippetElement$d } = createLocalSnippetHelper("progress-circle");
|
|
4186
4143
|
const createProgressCircleHandler = (_ctx)=>defineComponentHandler(progressCircle.key, ({ componentProperties: props })=>{
|
|
4187
4144
|
const { value, minValue, maxValue } = tsPattern.match(props.Value.value).with("Indeterminate", ()=>({
|
|
4188
4145
|
value: undefined,
|
|
@@ -4214,10 +4171,10 @@ const createProgressCircleHandler = (_ctx)=>defineComponentHandler(progressCircl
|
|
|
4214
4171
|
tone: changeCase.camelCase(props.Tone.value)
|
|
4215
4172
|
}
|
|
4216
4173
|
};
|
|
4217
|
-
return createLocalSnippetElement$
|
|
4174
|
+
return createLocalSnippetElement$d("ProgressCircle", commonProps);
|
|
4218
4175
|
});
|
|
4219
4176
|
|
|
4220
|
-
const { createLocalSnippetElement: createLocalSnippetElement$
|
|
4177
|
+
const { createLocalSnippetElement: createLocalSnippetElement$c } = createLocalSnippetHelper("radio-group");
|
|
4221
4178
|
const createRadioGroupItemHandler = (_ctx)=>defineComponentHandler(radio.key, ({ componentProperties: props })=>{
|
|
4222
4179
|
const tone = tsPattern.match(props.Tone.value).with("Neutral", ()=>"neutral").with("🚫[Deprecated]Brand", ()=>"brand").exhaustive();
|
|
4223
4180
|
const commonProps = {
|
|
@@ -4230,20 +4187,20 @@ const createRadioGroupItemHandler = (_ctx)=>defineComponentHandler(radio.key, ({
|
|
|
4230
4187
|
tone,
|
|
4231
4188
|
weight: changeCase.camelCase(props.Weight.value)
|
|
4232
4189
|
};
|
|
4233
|
-
return createLocalSnippetElement$
|
|
4190
|
+
return createLocalSnippetElement$c("RadioGroupItem", commonProps);
|
|
4234
4191
|
});
|
|
4235
4192
|
|
|
4236
|
-
const { createLocalSnippetElement: createLocalSnippetElement$
|
|
4193
|
+
const { createLocalSnippetElement: createLocalSnippetElement$b } = createLocalSnippetHelper("radio-group");
|
|
4237
4194
|
const createRadioMarkHandler = (_ctx)=>defineComponentHandler(radioMark.key, ({ componentProperties: props })=>{
|
|
4238
4195
|
const tone = tsPattern.match(props.Tone.value).with("Neutral", ()=>"neutral").with("🚫[Deprecated]Brand", ()=>"brand").exhaustive();
|
|
4239
4196
|
const commonProps = {
|
|
4240
4197
|
tone,
|
|
4241
4198
|
size: handleSizeProp(props.Size.value)
|
|
4242
4199
|
};
|
|
4243
|
-
return createLocalSnippetElement$
|
|
4200
|
+
return createLocalSnippetElement$b("RadioMark", commonProps);
|
|
4244
4201
|
});
|
|
4245
4202
|
|
|
4246
|
-
const { createLocalSnippetElement: createLocalSnippetElement$
|
|
4203
|
+
const { createLocalSnippetElement: createLocalSnippetElement$a } = createLocalSnippetHelper("reaction-button");
|
|
4247
4204
|
const createReactionButtonHandler = (ctx)=>defineComponentHandler(reactionButton.key, ({ componentProperties: props })=>{
|
|
4248
4205
|
const commonProps = {
|
|
4249
4206
|
size: handleSizeProp(props.Size.value),
|
|
@@ -4257,7 +4214,7 @@ const createReactionButtonHandler = (ctx)=>defineComponentHandler(reactionButton
|
|
|
4257
4214
|
defaultPressed: true
|
|
4258
4215
|
}
|
|
4259
4216
|
};
|
|
4260
|
-
return createLocalSnippetElement$
|
|
4217
|
+
return createLocalSnippetElement$a("ReactionButton", commonProps, [
|
|
4261
4218
|
createSeedReactElement("PrefixIcon", {
|
|
4262
4219
|
svg: ctx.iconHandler.transform(props["Icon#12379:0"])
|
|
4263
4220
|
}),
|
|
@@ -4266,6 +4223,48 @@ const createReactionButtonHandler = (ctx)=>defineComponentHandler(reactionButton
|
|
|
4266
4223
|
]);
|
|
4267
4224
|
});
|
|
4268
4225
|
|
|
4226
|
+
const { createLocalSnippetElement: createLocalSnippetElement$9 } = createLocalSnippetHelper("result-section");
|
|
4227
|
+
const createResultSectionHandler = (ctx)=>{
|
|
4228
|
+
const actionButtonHandler = createActionButtonHandler(ctx);
|
|
4229
|
+
const ghostButtonHandler = createActionButtonGhostHandler(ctx);
|
|
4230
|
+
return defineComponentHandler(templateResultSection.key, (node, traverse)=>{
|
|
4231
|
+
const props = node.componentProperties;
|
|
4232
|
+
const [actionButton] = props["Show Buttons#53435:0"].value && props["ㄴShow First Button#53766:0"].value ? findAllInstances({
|
|
4233
|
+
node,
|
|
4234
|
+
key: actionButtonHandler.key
|
|
4235
|
+
}) : [
|
|
4236
|
+
undefined
|
|
4237
|
+
];
|
|
4238
|
+
const [ghostButton] = props["Show Buttons#53435:0"].value && props["ㄴShow Second Button#53766:3"].value ? findAllInstances({
|
|
4239
|
+
node,
|
|
4240
|
+
key: ghostButtonHandler.key
|
|
4241
|
+
}) : [
|
|
4242
|
+
undefined
|
|
4243
|
+
];
|
|
4244
|
+
const commonProps = {
|
|
4245
|
+
size: handleSizeProp(props.Size.value),
|
|
4246
|
+
...props["Show Asset#45154:14"].value && {
|
|
4247
|
+
asset: createSeedReactElement("Box", undefined, createElement("div", undefined, undefined, {
|
|
4248
|
+
comment: "Asset Placeholder"
|
|
4249
|
+
}))
|
|
4250
|
+
},
|
|
4251
|
+
title: props["Title#16237:0"].value,
|
|
4252
|
+
description: props["Description#16237:5"].value,
|
|
4253
|
+
...actionButton && {
|
|
4254
|
+
primaryActionProps: {
|
|
4255
|
+
children: actionButtonHandler.transform(actionButton, traverse).children[0]
|
|
4256
|
+
}
|
|
4257
|
+
},
|
|
4258
|
+
...ghostButton && {
|
|
4259
|
+
secondaryActionProps: {
|
|
4260
|
+
children: ghostButtonHandler.transform(ghostButton, traverse).children[0]
|
|
4261
|
+
}
|
|
4262
|
+
}
|
|
4263
|
+
};
|
|
4264
|
+
return createLocalSnippetElement$9("ResultSection", commonProps);
|
|
4265
|
+
});
|
|
4266
|
+
};
|
|
4267
|
+
|
|
4269
4268
|
const { createLocalSnippetElement: createLocalSnippetElement$8 } = createLocalSnippetHelper("segmented-control");
|
|
4270
4269
|
const SEGMENTED_CONTROL_ITEM_KEY = "9a7ba0d4c041ddbce84ee48881788434fd6bccc8";
|
|
4271
4270
|
const createSegmentedControlItemHandler = (_ctx)=>defineComponentHandler(SEGMENTED_CONTROL_ITEM_KEY, ({ componentProperties: props })=>{
|
|
@@ -5091,7 +5090,7 @@ const unboundSeedComponentHandlers = [
|
|
|
5091
5090
|
createDatePickerFieldHandler,
|
|
5092
5091
|
createSelectFieldHandler,
|
|
5093
5092
|
createTimePickerFieldHandler,
|
|
5094
|
-
|
|
5093
|
+
createResultSectionHandler,
|
|
5095
5094
|
createContextualFloatingButtonHandler,
|
|
5096
5095
|
createFloatingActionButtonHandler,
|
|
5097
5096
|
createHelpBubbleHandler,
|
|
@@ -5664,6 +5663,16 @@ const FIGMA_ICONS = {
|
|
|
5664
5663
|
"type": "monochrome",
|
|
5665
5664
|
"weight": "Line"
|
|
5666
5665
|
},
|
|
5666
|
+
"070afb84fd59445e20d5ceac41203c4211cf48bd": {
|
|
5667
|
+
"name": "icon_carrot",
|
|
5668
|
+
"type": "monochrome",
|
|
5669
|
+
"weight": "Fill"
|
|
5670
|
+
},
|
|
5671
|
+
"a892412e4eddf35d5a48a5e6bfc70018287e532c": {
|
|
5672
|
+
"name": "icon_carrot",
|
|
5673
|
+
"type": "monochrome",
|
|
5674
|
+
"weight": "Line"
|
|
5675
|
+
},
|
|
5667
5676
|
"4f15a5694c3c19f92fe4650601d97d485a65c4f9": {
|
|
5668
5677
|
"name": "icon_cart",
|
|
5669
5678
|
"type": "monochrome",
|
|
@@ -6394,6 +6403,16 @@ const FIGMA_ICONS = {
|
|
|
6394
6403
|
"type": "monochrome",
|
|
6395
6404
|
"weight": "Line"
|
|
6396
6405
|
},
|
|
6406
|
+
"aeb546ca8da1616fc188ed81da905f689e2614df": {
|
|
6407
|
+
"name": "icon_fish_wave2",
|
|
6408
|
+
"type": "monochrome",
|
|
6409
|
+
"weight": "Fill"
|
|
6410
|
+
},
|
|
6411
|
+
"6772e68d0ff5041f1d40df574cac895a8f47260c": {
|
|
6412
|
+
"name": "icon_fish_wave2",
|
|
6413
|
+
"type": "monochrome",
|
|
6414
|
+
"weight": "Line"
|
|
6415
|
+
},
|
|
6397
6416
|
"b237945ab37fbe826d1bb5fdd2f6bdba3d616c85": {
|
|
6398
6417
|
"name": "icon_flag",
|
|
6399
6418
|
"type": "monochrome",
|
|
@@ -6514,6 +6533,11 @@ const FIGMA_ICONS = {
|
|
|
6514
6533
|
"type": "monochrome",
|
|
6515
6534
|
"weight": "Line"
|
|
6516
6535
|
},
|
|
6536
|
+
"de30fbf4eab742befbb46aa5487945e257a796b5": {
|
|
6537
|
+
"name": "icon_grid",
|
|
6538
|
+
"type": "monochrome",
|
|
6539
|
+
"weight": "Fill"
|
|
6540
|
+
},
|
|
6517
6541
|
"94396773c3208ff19b7650bb7f48de6600492c83": {
|
|
6518
6542
|
"name": "icon_grid_heart",
|
|
6519
6543
|
"type": "monochrome",
|
|
@@ -6524,6 +6548,11 @@ const FIGMA_ICONS = {
|
|
|
6524
6548
|
"type": "monochrome",
|
|
6525
6549
|
"weight": "Line"
|
|
6526
6550
|
},
|
|
6551
|
+
"e1595ab44ecfde3538e5945c3e529641cda50197": {
|
|
6552
|
+
"name": "icon_grid",
|
|
6553
|
+
"type": "monochrome",
|
|
6554
|
+
"weight": "Line"
|
|
6555
|
+
},
|
|
6527
6556
|
"0076cc19d6b14f57194f3d8a5c8660010e9c1b45": {
|
|
6528
6557
|
"name": "icon_hand_point_up",
|
|
6529
6558
|
"type": "monochrome",
|
|
@@ -7994,6 +8023,26 @@ const FIGMA_ICONS = {
|
|
|
7994
8023
|
"type": "monochrome",
|
|
7995
8024
|
"weight": "Line"
|
|
7996
8025
|
},
|
|
8026
|
+
"831d309f1a99b1f06cb17e2f69816ed1ce0be2fb": {
|
|
8027
|
+
"name": "icon_vertline_coupon",
|
|
8028
|
+
"type": "monochrome",
|
|
8029
|
+
"weight": "Fill"
|
|
8030
|
+
},
|
|
8031
|
+
"17c2d6e18ae4b5cc53ac7b4e2eb3a6cd12166793": {
|
|
8032
|
+
"name": "icon_vertline_coupon",
|
|
8033
|
+
"type": "monochrome",
|
|
8034
|
+
"weight": "Line"
|
|
8035
|
+
},
|
|
8036
|
+
"d8edabc61872457829905a0e0d11b2b222b29b94": {
|
|
8037
|
+
"name": "icon_vertline3_viewfinder",
|
|
8038
|
+
"type": "monochrome",
|
|
8039
|
+
"weight": "Fill"
|
|
8040
|
+
},
|
|
8041
|
+
"95b4017d83a1d3b09968b7bceeec4e06b0b950b4": {
|
|
8042
|
+
"name": "icon_vertline3_viewfinder",
|
|
8043
|
+
"type": "monochrome",
|
|
8044
|
+
"weight": "Line"
|
|
8045
|
+
},
|
|
7997
8046
|
"a1a83f702b7d2144d67f73f521c385985e1c8fc7": {
|
|
7998
8047
|
"name": "icon_vertline4_sparkle",
|
|
7999
8048
|
"type": "monochrome",
|
|
@@ -8296,6 +8345,10 @@ const FIGMA_ICONS = {
|
|
|
8296
8345
|
"name": "icon_figure_walk",
|
|
8297
8346
|
"type": "multicolor"
|
|
8298
8347
|
},
|
|
8348
|
+
"bfb3fa82c3642bd55ae5ab9da241fd4a6a593736": {
|
|
8349
|
+
"name": "icon_fish_wave2",
|
|
8350
|
+
"type": "multicolor"
|
|
8351
|
+
},
|
|
8299
8352
|
"fe769cca256bb3fc7fa70682e1d85169ba104f53": {
|
|
8300
8353
|
"name": "icon_fork_spoon",
|
|
8301
8354
|
"type": "multicolor"
|
|
@@ -8755,23 +8808,25 @@ const FIGMA_VARIABLE_COLLECTIONS = {
|
|
|
8755
8808
|
"VariableID:8482:98909",
|
|
8756
8809
|
"VariableID:1:155",
|
|
8757
8810
|
"VariableID:1:156",
|
|
8758
|
-
"VariableID:
|
|
8811
|
+
"VariableID:238:17662",
|
|
8812
|
+
"VariableID:670:2700",
|
|
8759
8813
|
"VariableID:1:157",
|
|
8814
|
+
"VariableID:52349:2",
|
|
8815
|
+
"VariableID:52349:3",
|
|
8816
|
+
"VariableID:1:164",
|
|
8760
8817
|
"VariableID:1:165",
|
|
8761
|
-
"VariableID:
|
|
8762
|
-
"VariableID:17544:4057",
|
|
8818
|
+
"VariableID:654:20851",
|
|
8763
8819
|
"VariableID:1:171",
|
|
8764
|
-
"VariableID:
|
|
8820
|
+
"VariableID:17544:4057",
|
|
8765
8821
|
"VariableID:41186:6437",
|
|
8766
|
-
"VariableID:1:172",
|
|
8767
8822
|
"VariableID:1:158",
|
|
8823
|
+
"VariableID:1:172",
|
|
8768
8824
|
"VariableID:1:161",
|
|
8769
8825
|
"VariableID:1:159",
|
|
8770
8826
|
"VariableID:576:22878",
|
|
8771
8827
|
"VariableID:10181:32557",
|
|
8772
8828
|
"VariableID:10181:8465",
|
|
8773
8829
|
"VariableID:10181:35817",
|
|
8774
|
-
"VariableID:654:20851",
|
|
8775
8830
|
"VariableID:36929:111145",
|
|
8776
8831
|
"VariableID:36929:111146",
|
|
8777
8832
|
"VariableID:1:151",
|
|
@@ -8837,15 +8892,7 @@ const FIGMA_VARIABLE_COLLECTIONS = {
|
|
|
8837
8892
|
"VariableID:14609:41561",
|
|
8838
8893
|
"VariableID:14609:41562",
|
|
8839
8894
|
"VariableID:14609:41563",
|
|
8840
|
-
"VariableID:12548:1440",
|
|
8841
|
-
"VariableID:29453:35711",
|
|
8842
|
-
"VariableID:29453:35712",
|
|
8843
|
-
"VariableID:12548:1441",
|
|
8844
|
-
"VariableID:12548:1442",
|
|
8845
|
-
"VariableID:12548:1443",
|
|
8846
8895
|
"VariableID:1:21",
|
|
8847
|
-
"VariableID:12548:1444",
|
|
8848
|
-
"VariableID:12548:1445",
|
|
8849
8896
|
"VariableID:1:30",
|
|
8850
8897
|
"VariableID:1883:92912",
|
|
8851
8898
|
"VariableID:1883:92913",
|
|
@@ -8946,11 +8993,43 @@ const FIGMA_VARIABLE_COLLECTIONS = {
|
|
|
8946
8993
|
"VariableID:30501:79135",
|
|
8947
8994
|
"VariableID:12973:26217",
|
|
8948
8995
|
"VariableID:10181:34417",
|
|
8996
|
+
"VariableID:50088:12999",
|
|
8949
8997
|
"VariableID:1:168",
|
|
8998
|
+
"VariableID:51280:230267",
|
|
8999
|
+
"VariableID:51280:230268",
|
|
9000
|
+
"VariableID:51280:230269",
|
|
9001
|
+
"VariableID:51280:230270",
|
|
9002
|
+
"VariableID:51280:230271",
|
|
9003
|
+
"VariableID:51280:230272",
|
|
9004
|
+
"VariableID:51280:230273",
|
|
9005
|
+
"VariableID:51280:230274",
|
|
9006
|
+
"VariableID:51280:230275",
|
|
9007
|
+
"VariableID:51280:230276",
|
|
9008
|
+
"VariableID:51280:230277",
|
|
9009
|
+
"VariableID:51280:230278",
|
|
9010
|
+
"VariableID:51280:230279",
|
|
9011
|
+
"VariableID:51280:230280",
|
|
9012
|
+
"VariableID:51280:230281",
|
|
9013
|
+
"VariableID:51280:230282",
|
|
9014
|
+
"VariableID:51280:230214",
|
|
9015
|
+
"VariableID:51280:230218",
|
|
9016
|
+
"VariableID:51280:230222",
|
|
9017
|
+
"VariableID:51280:230226",
|
|
9018
|
+
"VariableID:51280:230230",
|
|
9019
|
+
"VariableID:51280:230234",
|
|
9020
|
+
"VariableID:51280:230238",
|
|
9021
|
+
"VariableID:51280:230242",
|
|
9022
|
+
"VariableID:51280:230246",
|
|
9023
|
+
"VariableID:51280:230250",
|
|
9024
|
+
"VariableID:51280:230254",
|
|
9025
|
+
"VariableID:51280:230258",
|
|
9026
|
+
"VariableID:51280:230262",
|
|
9027
|
+
"VariableID:51280:230266",
|
|
9028
|
+
"VariableID:50088:12995",
|
|
8950
9029
|
"VariableID:29913:8440",
|
|
8951
9030
|
"VariableID:29917:362",
|
|
8952
|
-
"VariableID:29917:5084",
|
|
8953
9031
|
"VariableID:30009:40284",
|
|
9032
|
+
"VariableID:29917:5084",
|
|
8954
9033
|
"VariableID:30009:40393",
|
|
8955
9034
|
"VariableID:30021:1313",
|
|
8956
9035
|
"VariableID:30023:1876",
|
|
@@ -8975,11 +9054,24 @@ const FIGMA_VARIABLE_COLLECTIONS = {
|
|
|
8975
9054
|
"VariableID:43290:12822",
|
|
8976
9055
|
"VariableID:43290:12823",
|
|
8977
9056
|
"VariableID:43290:12824",
|
|
9057
|
+
"VariableID:51280:230283",
|
|
9058
|
+
"VariableID:51280:230284",
|
|
9059
|
+
"VariableID:51280:230285",
|
|
9060
|
+
"VariableID:51280:230286",
|
|
9061
|
+
"VariableID:51280:230287",
|
|
9062
|
+
"VariableID:51280:230288",
|
|
9063
|
+
"VariableID:51280:230289",
|
|
9064
|
+
"VariableID:51280:230290",
|
|
9065
|
+
"VariableID:51280:230291",
|
|
9066
|
+
"VariableID:51280:230292",
|
|
9067
|
+
"VariableID:51280:230293",
|
|
9068
|
+
"VariableID:51280:230294",
|
|
9069
|
+
"VariableID:51280:230295",
|
|
9070
|
+
"VariableID:51280:230296",
|
|
9071
|
+
"VariableID:51280:230297",
|
|
9072
|
+
"VariableID:51280:230298",
|
|
8978
9073
|
"VariableID:49497:1643",
|
|
8979
|
-
"VariableID:49497:1644"
|
|
8980
|
-
"VariableID:49495:1861",
|
|
8981
|
-
"VariableID:49497:1645",
|
|
8982
|
-
"VariableID:49497:1646"
|
|
9074
|
+
"VariableID:49497:1644"
|
|
8983
9075
|
]
|
|
8984
9076
|
},
|
|
8985
9077
|
"VariableCollectionId:1:174": {
|
|
@@ -9054,6 +9146,10 @@ const FIGMA_VARIABLE_COLLECTIONS = {
|
|
|
9054
9146
|
{
|
|
9055
9147
|
"modeId": "1:8",
|
|
9056
9148
|
"name": "Android"
|
|
9149
|
+
},
|
|
9150
|
+
{
|
|
9151
|
+
"modeId": "51907:0",
|
|
9152
|
+
"name": "Android-xlarge"
|
|
9057
9153
|
}
|
|
9058
9154
|
],
|
|
9059
9155
|
"key": "75a9a164e0f9d49ba07e82176cbc7240569928a5",
|
|
@@ -9198,25 +9294,1035 @@ const FIGMA_VARIABLES = {
|
|
|
9198
9294
|
],
|
|
9199
9295
|
"codeSyntax": {}
|
|
9200
9296
|
},
|
|
9201
|
-
"VariableID:
|
|
9202
|
-
"name": "_scroll-fog",
|
|
9203
|
-
"id": "VariableID:
|
|
9297
|
+
"VariableID:51280:230218": {
|
|
9298
|
+
"name": "_scroll-fog/layer-basement/16%",
|
|
9299
|
+
"id": "VariableID:51280:230218",
|
|
9204
9300
|
"remote": false,
|
|
9205
|
-
"key": "
|
|
9301
|
+
"key": "b440f64ce0732536e4909e27a4e7c2167351fb3f",
|
|
9206
9302
|
"variableCollectionId": "VariableCollectionId:1:3",
|
|
9207
9303
|
"resolvedType": "COLOR",
|
|
9208
9304
|
"description": "",
|
|
9209
9305
|
"hiddenFromPublishing": false,
|
|
9210
9306
|
"valuesByMode": {
|
|
9211
9307
|
"1928:7": {
|
|
9212
|
-
"
|
|
9213
|
-
"
|
|
9308
|
+
"r": 0.9529411792755127,
|
|
9309
|
+
"g": 0.95686274766922,
|
|
9310
|
+
"b": 0.9607843160629272,
|
|
9311
|
+
"a": 0.019999999552965164
|
|
9312
|
+
},
|
|
9313
|
+
"1928:8": {
|
|
9314
|
+
"r": 0,
|
|
9315
|
+
"g": 0,
|
|
9316
|
+
"b": 0,
|
|
9317
|
+
"a": 0.019999999552965164
|
|
9318
|
+
}
|
|
9319
|
+
},
|
|
9320
|
+
"scopes": [
|
|
9321
|
+
"ALL_SCOPES"
|
|
9322
|
+
],
|
|
9323
|
+
"codeSyntax": {}
|
|
9324
|
+
},
|
|
9325
|
+
"VariableID:51280:230222": {
|
|
9326
|
+
"name": "_scroll-fog/layer-basement/22%",
|
|
9327
|
+
"id": "VariableID:51280:230222",
|
|
9328
|
+
"remote": false,
|
|
9329
|
+
"key": "46b542913d5c41a1eef9ba7965e8dbee475415c5",
|
|
9330
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
9331
|
+
"resolvedType": "COLOR",
|
|
9332
|
+
"description": "",
|
|
9333
|
+
"hiddenFromPublishing": false,
|
|
9334
|
+
"valuesByMode": {
|
|
9335
|
+
"1928:7": {
|
|
9336
|
+
"r": 0.9529411792755127,
|
|
9337
|
+
"g": 0.95686274766922,
|
|
9338
|
+
"b": 0.9607843160629272,
|
|
9339
|
+
"a": 0.05000000074505806
|
|
9340
|
+
},
|
|
9341
|
+
"1928:8": {
|
|
9342
|
+
"r": 0,
|
|
9343
|
+
"g": 0,
|
|
9344
|
+
"b": 0,
|
|
9345
|
+
"a": 0.05000000074505806
|
|
9346
|
+
}
|
|
9347
|
+
},
|
|
9348
|
+
"scopes": [
|
|
9349
|
+
"ALL_SCOPES"
|
|
9350
|
+
],
|
|
9351
|
+
"codeSyntax": {}
|
|
9352
|
+
},
|
|
9353
|
+
"VariableID:51280:230226": {
|
|
9354
|
+
"name": "_scroll-fog/layer-basement/29%",
|
|
9355
|
+
"id": "VariableID:51280:230226",
|
|
9356
|
+
"remote": false,
|
|
9357
|
+
"key": "f479bae0eb4820f94650a738612d82a0d7074dfa",
|
|
9358
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
9359
|
+
"resolvedType": "COLOR",
|
|
9360
|
+
"description": "",
|
|
9361
|
+
"hiddenFromPublishing": false,
|
|
9362
|
+
"valuesByMode": {
|
|
9363
|
+
"1928:7": {
|
|
9364
|
+
"r": 0.9529411792755127,
|
|
9365
|
+
"g": 0.95686274766922,
|
|
9366
|
+
"b": 0.9607843160629272,
|
|
9367
|
+
"a": 0.07999999821186066
|
|
9368
|
+
},
|
|
9369
|
+
"1928:8": {
|
|
9370
|
+
"r": 0,
|
|
9371
|
+
"g": 0,
|
|
9372
|
+
"b": 0,
|
|
9373
|
+
"a": 0.07999999821186066
|
|
9374
|
+
}
|
|
9375
|
+
},
|
|
9376
|
+
"scopes": [
|
|
9377
|
+
"ALL_SCOPES"
|
|
9378
|
+
],
|
|
9379
|
+
"codeSyntax": {}
|
|
9380
|
+
},
|
|
9381
|
+
"VariableID:51280:230230": {
|
|
9382
|
+
"name": "_scroll-fog/layer-basement/35%",
|
|
9383
|
+
"id": "VariableID:51280:230230",
|
|
9384
|
+
"remote": false,
|
|
9385
|
+
"key": "ae4654629b62d97d64968e5e6641dd8c3ca28bf8",
|
|
9386
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
9387
|
+
"resolvedType": "COLOR",
|
|
9388
|
+
"description": "",
|
|
9389
|
+
"hiddenFromPublishing": false,
|
|
9390
|
+
"valuesByMode": {
|
|
9391
|
+
"1928:7": {
|
|
9392
|
+
"r": 0.9529411792755127,
|
|
9393
|
+
"g": 0.95686274766922,
|
|
9394
|
+
"b": 0.9607843160629272,
|
|
9395
|
+
"a": 0.12999999523162842
|
|
9396
|
+
},
|
|
9397
|
+
"1928:8": {
|
|
9398
|
+
"r": 0,
|
|
9399
|
+
"g": 0,
|
|
9400
|
+
"b": 0,
|
|
9401
|
+
"a": 0.12999999523162842
|
|
9402
|
+
}
|
|
9403
|
+
},
|
|
9404
|
+
"scopes": [
|
|
9405
|
+
"ALL_SCOPES"
|
|
9406
|
+
],
|
|
9407
|
+
"codeSyntax": {}
|
|
9408
|
+
},
|
|
9409
|
+
"VariableID:51280:230234": {
|
|
9410
|
+
"name": "_scroll-fog/layer-basement/41%",
|
|
9411
|
+
"id": "VariableID:51280:230234",
|
|
9412
|
+
"remote": false,
|
|
9413
|
+
"key": "7bc43207548ff95fdf89ddc3242ab8499aa80722",
|
|
9414
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
9415
|
+
"resolvedType": "COLOR",
|
|
9416
|
+
"description": "",
|
|
9417
|
+
"hiddenFromPublishing": false,
|
|
9418
|
+
"valuesByMode": {
|
|
9419
|
+
"1928:7": {
|
|
9420
|
+
"r": 0.9529411792755127,
|
|
9421
|
+
"g": 0.95686274766922,
|
|
9422
|
+
"b": 0.9607843160629272,
|
|
9423
|
+
"a": 0.18000000715255737
|
|
9424
|
+
},
|
|
9425
|
+
"1928:8": {
|
|
9426
|
+
"r": 0,
|
|
9427
|
+
"g": 0,
|
|
9428
|
+
"b": 0,
|
|
9429
|
+
"a": 0.18000000715255737
|
|
9430
|
+
}
|
|
9431
|
+
},
|
|
9432
|
+
"scopes": [
|
|
9433
|
+
"ALL_SCOPES"
|
|
9434
|
+
],
|
|
9435
|
+
"codeSyntax": {}
|
|
9436
|
+
},
|
|
9437
|
+
"VariableID:51280:230238": {
|
|
9438
|
+
"name": "_scroll-fog/layer-basement/47%",
|
|
9439
|
+
"id": "VariableID:51280:230238",
|
|
9440
|
+
"remote": false,
|
|
9441
|
+
"key": "3e3ae436cdaa83a139006a4e268e7749630d3f32",
|
|
9442
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
9443
|
+
"resolvedType": "COLOR",
|
|
9444
|
+
"description": "",
|
|
9445
|
+
"hiddenFromPublishing": false,
|
|
9446
|
+
"valuesByMode": {
|
|
9447
|
+
"1928:7": {
|
|
9448
|
+
"r": 0.9529411792755127,
|
|
9449
|
+
"g": 0.95686274766922,
|
|
9450
|
+
"b": 0.9607843160629272,
|
|
9451
|
+
"a": 0.25
|
|
9452
|
+
},
|
|
9453
|
+
"1928:8": {
|
|
9454
|
+
"r": 0,
|
|
9455
|
+
"g": 0,
|
|
9456
|
+
"b": 0,
|
|
9457
|
+
"a": 0.25
|
|
9458
|
+
}
|
|
9459
|
+
},
|
|
9460
|
+
"scopes": [
|
|
9461
|
+
"ALL_SCOPES"
|
|
9462
|
+
],
|
|
9463
|
+
"codeSyntax": {}
|
|
9464
|
+
},
|
|
9465
|
+
"VariableID:51280:230242": {
|
|
9466
|
+
"name": "_scroll-fog/layer-basement/53%",
|
|
9467
|
+
"id": "VariableID:51280:230242",
|
|
9468
|
+
"remote": false,
|
|
9469
|
+
"key": "c97f040b3f9fc3456e4aa9327a4f8e7b88a65988",
|
|
9470
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
9471
|
+
"resolvedType": "COLOR",
|
|
9472
|
+
"description": "",
|
|
9473
|
+
"hiddenFromPublishing": false,
|
|
9474
|
+
"valuesByMode": {
|
|
9475
|
+
"1928:7": {
|
|
9476
|
+
"r": 0.9529411792755127,
|
|
9477
|
+
"g": 0.95686274766922,
|
|
9478
|
+
"b": 0.9607843160629272,
|
|
9479
|
+
"a": 0.3199999928474426
|
|
9480
|
+
},
|
|
9481
|
+
"1928:8": {
|
|
9482
|
+
"r": 0,
|
|
9483
|
+
"g": 0,
|
|
9484
|
+
"b": 0,
|
|
9485
|
+
"a": 0.3199999928474426
|
|
9486
|
+
}
|
|
9487
|
+
},
|
|
9488
|
+
"scopes": [
|
|
9489
|
+
"ALL_SCOPES"
|
|
9490
|
+
],
|
|
9491
|
+
"codeSyntax": {}
|
|
9492
|
+
},
|
|
9493
|
+
"VariableID:51280:230246": {
|
|
9494
|
+
"name": "_scroll-fog/layer-basement/59%",
|
|
9495
|
+
"id": "VariableID:51280:230246",
|
|
9496
|
+
"remote": false,
|
|
9497
|
+
"key": "64a31ff89019891a05221afd5764589e50be9f47",
|
|
9498
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
9499
|
+
"resolvedType": "COLOR",
|
|
9500
|
+
"description": "",
|
|
9501
|
+
"hiddenFromPublishing": false,
|
|
9502
|
+
"valuesByMode": {
|
|
9503
|
+
"1928:7": {
|
|
9504
|
+
"r": 0.9529411792755127,
|
|
9505
|
+
"g": 0.95686274766922,
|
|
9506
|
+
"b": 0.9607843160629272,
|
|
9507
|
+
"a": 0.4000000059604645
|
|
9508
|
+
},
|
|
9509
|
+
"1928:8": {
|
|
9510
|
+
"r": 0,
|
|
9511
|
+
"g": 0,
|
|
9512
|
+
"b": 0,
|
|
9513
|
+
"a": 0.4000000059604645
|
|
9514
|
+
}
|
|
9515
|
+
},
|
|
9516
|
+
"scopes": [
|
|
9517
|
+
"ALL_SCOPES"
|
|
9518
|
+
],
|
|
9519
|
+
"codeSyntax": {}
|
|
9520
|
+
},
|
|
9521
|
+
"VariableID:51280:230250": {
|
|
9522
|
+
"name": "_scroll-fog/layer-basement/65%",
|
|
9523
|
+
"id": "VariableID:51280:230250",
|
|
9524
|
+
"remote": false,
|
|
9525
|
+
"key": "52946a3432057e76deab6318e677fe893b79f69f",
|
|
9526
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
9527
|
+
"resolvedType": "COLOR",
|
|
9528
|
+
"description": "",
|
|
9529
|
+
"hiddenFromPublishing": false,
|
|
9530
|
+
"valuesByMode": {
|
|
9531
|
+
"1928:7": {
|
|
9532
|
+
"r": 0.9529411792755127,
|
|
9533
|
+
"g": 0.95686274766922,
|
|
9534
|
+
"b": 0.9607843160629272,
|
|
9535
|
+
"a": 0.47999998927116394
|
|
9536
|
+
},
|
|
9537
|
+
"1928:8": {
|
|
9538
|
+
"r": 0,
|
|
9539
|
+
"g": 0,
|
|
9540
|
+
"b": 0,
|
|
9541
|
+
"a": 0.47999998927116394
|
|
9542
|
+
}
|
|
9543
|
+
},
|
|
9544
|
+
"scopes": [
|
|
9545
|
+
"ALL_SCOPES"
|
|
9546
|
+
],
|
|
9547
|
+
"codeSyntax": {}
|
|
9548
|
+
},
|
|
9549
|
+
"VariableID:51280:230254": {
|
|
9550
|
+
"name": "_scroll-fog/layer-basement/71%",
|
|
9551
|
+
"id": "VariableID:51280:230254",
|
|
9552
|
+
"remote": false,
|
|
9553
|
+
"key": "97d974462a644454d20f761f515051c074d5290d",
|
|
9554
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
9555
|
+
"resolvedType": "COLOR",
|
|
9556
|
+
"description": "",
|
|
9557
|
+
"hiddenFromPublishing": false,
|
|
9558
|
+
"valuesByMode": {
|
|
9559
|
+
"1928:7": {
|
|
9560
|
+
"r": 0.9529411792755127,
|
|
9561
|
+
"g": 0.95686274766922,
|
|
9562
|
+
"b": 0.9607843160629272,
|
|
9563
|
+
"a": 0.5799999833106995
|
|
9564
|
+
},
|
|
9565
|
+
"1928:8": {
|
|
9566
|
+
"r": 0,
|
|
9567
|
+
"g": 0,
|
|
9568
|
+
"b": 0,
|
|
9569
|
+
"a": 0.5799999833106995
|
|
9570
|
+
}
|
|
9571
|
+
},
|
|
9572
|
+
"scopes": [
|
|
9573
|
+
"ALL_SCOPES"
|
|
9574
|
+
],
|
|
9575
|
+
"codeSyntax": {}
|
|
9576
|
+
},
|
|
9577
|
+
"VariableID:51280:230258": {
|
|
9578
|
+
"name": "_scroll-fog/layer-basement/78%",
|
|
9579
|
+
"id": "VariableID:51280:230258",
|
|
9580
|
+
"remote": false,
|
|
9581
|
+
"key": "745de01c18c441dc59e1f9d59d034bc11f19d513",
|
|
9582
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
9583
|
+
"resolvedType": "COLOR",
|
|
9584
|
+
"description": "",
|
|
9585
|
+
"hiddenFromPublishing": false,
|
|
9586
|
+
"valuesByMode": {
|
|
9587
|
+
"1928:7": {
|
|
9588
|
+
"r": 0.9529411792755127,
|
|
9589
|
+
"g": 0.95686274766922,
|
|
9590
|
+
"b": 0.9607843160629272,
|
|
9591
|
+
"a": 0.6700000166893005
|
|
9592
|
+
},
|
|
9593
|
+
"1928:8": {
|
|
9594
|
+
"r": 0,
|
|
9595
|
+
"g": 0,
|
|
9596
|
+
"b": 0,
|
|
9597
|
+
"a": 0.6700000166893005
|
|
9598
|
+
}
|
|
9599
|
+
},
|
|
9600
|
+
"scopes": [
|
|
9601
|
+
"ALL_SCOPES"
|
|
9602
|
+
],
|
|
9603
|
+
"codeSyntax": {}
|
|
9604
|
+
},
|
|
9605
|
+
"VariableID:51280:230214": {
|
|
9606
|
+
"name": "_scroll-fog/layer-basement/8%",
|
|
9607
|
+
"id": "VariableID:51280:230214",
|
|
9608
|
+
"remote": false,
|
|
9609
|
+
"key": "e8f2737a9b9c7182f65995e410dcf017302c0e86",
|
|
9610
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
9611
|
+
"resolvedType": "COLOR",
|
|
9612
|
+
"description": "",
|
|
9613
|
+
"hiddenFromPublishing": false,
|
|
9614
|
+
"valuesByMode": {
|
|
9615
|
+
"1928:7": {
|
|
9616
|
+
"r": 0.9529411792755127,
|
|
9617
|
+
"g": 0.95686274766922,
|
|
9618
|
+
"b": 0.9607843160629272,
|
|
9619
|
+
"a": 0.009999999776482582
|
|
9620
|
+
},
|
|
9621
|
+
"1928:8": {
|
|
9622
|
+
"r": 0,
|
|
9623
|
+
"g": 0,
|
|
9624
|
+
"b": 0,
|
|
9625
|
+
"a": 0.009999999776482582
|
|
9626
|
+
}
|
|
9627
|
+
},
|
|
9628
|
+
"scopes": [
|
|
9629
|
+
"ALL_SCOPES"
|
|
9630
|
+
],
|
|
9631
|
+
"codeSyntax": {}
|
|
9632
|
+
},
|
|
9633
|
+
"VariableID:51280:230262": {
|
|
9634
|
+
"name": "_scroll-fog/layer-basement/84%",
|
|
9635
|
+
"id": "VariableID:51280:230262",
|
|
9636
|
+
"remote": false,
|
|
9637
|
+
"key": "c85182e2fe8d80a4f25fa38d4fca0aa9ccabe81a",
|
|
9638
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
9639
|
+
"resolvedType": "COLOR",
|
|
9640
|
+
"description": "",
|
|
9641
|
+
"hiddenFromPublishing": false,
|
|
9642
|
+
"valuesByMode": {
|
|
9643
|
+
"1928:7": {
|
|
9644
|
+
"r": 0.9529411792755127,
|
|
9645
|
+
"g": 0.95686274766922,
|
|
9646
|
+
"b": 0.9607843160629272,
|
|
9647
|
+
"a": 0.7799999713897705
|
|
9648
|
+
},
|
|
9649
|
+
"1928:8": {
|
|
9650
|
+
"r": 0,
|
|
9651
|
+
"g": 0,
|
|
9652
|
+
"b": 0,
|
|
9653
|
+
"a": 0.7799999713897705
|
|
9654
|
+
}
|
|
9655
|
+
},
|
|
9656
|
+
"scopes": [
|
|
9657
|
+
"ALL_SCOPES"
|
|
9658
|
+
],
|
|
9659
|
+
"codeSyntax": {}
|
|
9660
|
+
},
|
|
9661
|
+
"VariableID:51280:230266": {
|
|
9662
|
+
"name": "_scroll-fog/layer-basement/92%",
|
|
9663
|
+
"id": "VariableID:51280:230266",
|
|
9664
|
+
"remote": false,
|
|
9665
|
+
"key": "1819902bcbe60e71eb6eeebd157a4e8bf6d8cb08",
|
|
9666
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
9667
|
+
"resolvedType": "COLOR",
|
|
9668
|
+
"description": "",
|
|
9669
|
+
"hiddenFromPublishing": false,
|
|
9670
|
+
"valuesByMode": {
|
|
9671
|
+
"1928:7": {
|
|
9672
|
+
"r": 0.9529411792755127,
|
|
9673
|
+
"g": 0.95686274766922,
|
|
9674
|
+
"b": 0.9607843160629272,
|
|
9675
|
+
"a": 0.8899999856948853
|
|
9676
|
+
},
|
|
9677
|
+
"1928:8": {
|
|
9678
|
+
"r": 0,
|
|
9679
|
+
"g": 0,
|
|
9680
|
+
"b": 0,
|
|
9681
|
+
"a": 0.8899999856948853
|
|
9682
|
+
}
|
|
9683
|
+
},
|
|
9684
|
+
"scopes": [
|
|
9685
|
+
"ALL_SCOPES"
|
|
9686
|
+
],
|
|
9687
|
+
"codeSyntax": {}
|
|
9688
|
+
},
|
|
9689
|
+
"VariableID:51280:230269": {
|
|
9690
|
+
"name": "_scroll-fog/layer-default/16%",
|
|
9691
|
+
"id": "VariableID:51280:230269",
|
|
9692
|
+
"remote": false,
|
|
9693
|
+
"key": "56e704c57cf966bf156bde685672a410606bc0b2",
|
|
9694
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
9695
|
+
"resolvedType": "COLOR",
|
|
9696
|
+
"description": "",
|
|
9697
|
+
"hiddenFromPublishing": false,
|
|
9698
|
+
"valuesByMode": {
|
|
9699
|
+
"1928:7": {
|
|
9700
|
+
"r": 1,
|
|
9701
|
+
"g": 1,
|
|
9702
|
+
"b": 1,
|
|
9703
|
+
"a": 0.019999999552965164
|
|
9704
|
+
},
|
|
9705
|
+
"1928:8": {
|
|
9706
|
+
"r": 0.08627451211214066,
|
|
9707
|
+
"g": 0.09019608050584793,
|
|
9708
|
+
"b": 0.10588235408067703,
|
|
9709
|
+
"a": 0.019999999552965164
|
|
9710
|
+
}
|
|
9711
|
+
},
|
|
9712
|
+
"scopes": [
|
|
9713
|
+
"ALL_SCOPES"
|
|
9714
|
+
],
|
|
9715
|
+
"codeSyntax": {}
|
|
9716
|
+
},
|
|
9717
|
+
"VariableID:51280:230270": {
|
|
9718
|
+
"name": "_scroll-fog/layer-default/22%",
|
|
9719
|
+
"id": "VariableID:51280:230270",
|
|
9720
|
+
"remote": false,
|
|
9721
|
+
"key": "0edb479e1df92713298e465cb698255892bd8a5a",
|
|
9722
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
9723
|
+
"resolvedType": "COLOR",
|
|
9724
|
+
"description": "",
|
|
9725
|
+
"hiddenFromPublishing": false,
|
|
9726
|
+
"valuesByMode": {
|
|
9727
|
+
"1928:7": {
|
|
9728
|
+
"r": 1,
|
|
9729
|
+
"g": 1,
|
|
9730
|
+
"b": 1,
|
|
9731
|
+
"a": 0.05000000074505806
|
|
9732
|
+
},
|
|
9733
|
+
"1928:8": {
|
|
9734
|
+
"r": 0.08627451211214066,
|
|
9735
|
+
"g": 0.09019608050584793,
|
|
9736
|
+
"b": 0.10588235408067703,
|
|
9737
|
+
"a": 0.05000000074505806
|
|
9738
|
+
}
|
|
9739
|
+
},
|
|
9740
|
+
"scopes": [
|
|
9741
|
+
"ALL_SCOPES"
|
|
9742
|
+
],
|
|
9743
|
+
"codeSyntax": {}
|
|
9744
|
+
},
|
|
9745
|
+
"VariableID:51280:230271": {
|
|
9746
|
+
"name": "_scroll-fog/layer-default/29%",
|
|
9747
|
+
"id": "VariableID:51280:230271",
|
|
9748
|
+
"remote": false,
|
|
9749
|
+
"key": "a7fa4c79d84828ad96174a4fd964a785077105a6",
|
|
9750
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
9751
|
+
"resolvedType": "COLOR",
|
|
9752
|
+
"description": "",
|
|
9753
|
+
"hiddenFromPublishing": false,
|
|
9754
|
+
"valuesByMode": {
|
|
9755
|
+
"1928:7": {
|
|
9756
|
+
"r": 1,
|
|
9757
|
+
"g": 1,
|
|
9758
|
+
"b": 1,
|
|
9759
|
+
"a": 0.07999999821186066
|
|
9760
|
+
},
|
|
9761
|
+
"1928:8": {
|
|
9762
|
+
"r": 0.08627451211214066,
|
|
9763
|
+
"g": 0.09019608050584793,
|
|
9764
|
+
"b": 0.10588235408067703,
|
|
9765
|
+
"a": 0.07999999821186066
|
|
9766
|
+
}
|
|
9767
|
+
},
|
|
9768
|
+
"scopes": [
|
|
9769
|
+
"ALL_SCOPES"
|
|
9770
|
+
],
|
|
9771
|
+
"codeSyntax": {}
|
|
9772
|
+
},
|
|
9773
|
+
"VariableID:51280:230272": {
|
|
9774
|
+
"name": "_scroll-fog/layer-default/35%",
|
|
9775
|
+
"id": "VariableID:51280:230272",
|
|
9776
|
+
"remote": false,
|
|
9777
|
+
"key": "4078c7007c28ca87e18629736ae13e65c2a28818",
|
|
9778
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
9779
|
+
"resolvedType": "COLOR",
|
|
9780
|
+
"description": "",
|
|
9781
|
+
"hiddenFromPublishing": false,
|
|
9782
|
+
"valuesByMode": {
|
|
9783
|
+
"1928:7": {
|
|
9784
|
+
"r": 1,
|
|
9785
|
+
"g": 1,
|
|
9786
|
+
"b": 1,
|
|
9787
|
+
"a": 0.12999999523162842
|
|
9788
|
+
},
|
|
9789
|
+
"1928:8": {
|
|
9790
|
+
"r": 0.08627451211214066,
|
|
9791
|
+
"g": 0.09019608050584793,
|
|
9792
|
+
"b": 0.10588235408067703,
|
|
9793
|
+
"a": 0.12999999523162842
|
|
9794
|
+
}
|
|
9795
|
+
},
|
|
9796
|
+
"scopes": [
|
|
9797
|
+
"ALL_SCOPES"
|
|
9798
|
+
],
|
|
9799
|
+
"codeSyntax": {}
|
|
9800
|
+
},
|
|
9801
|
+
"VariableID:51280:230273": {
|
|
9802
|
+
"name": "_scroll-fog/layer-default/41%",
|
|
9803
|
+
"id": "VariableID:51280:230273",
|
|
9804
|
+
"remote": false,
|
|
9805
|
+
"key": "2d85fc064ce4d068cf9367fa2e54a8c161cfd2cb",
|
|
9806
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
9807
|
+
"resolvedType": "COLOR",
|
|
9808
|
+
"description": "",
|
|
9809
|
+
"hiddenFromPublishing": false,
|
|
9810
|
+
"valuesByMode": {
|
|
9811
|
+
"1928:7": {
|
|
9812
|
+
"r": 1,
|
|
9813
|
+
"g": 1,
|
|
9814
|
+
"b": 1,
|
|
9815
|
+
"a": 0.18000000715255737
|
|
9816
|
+
},
|
|
9817
|
+
"1928:8": {
|
|
9818
|
+
"r": 0.08627451211214066,
|
|
9819
|
+
"g": 0.09019608050584793,
|
|
9820
|
+
"b": 0.10588235408067703,
|
|
9821
|
+
"a": 0.18000000715255737
|
|
9822
|
+
}
|
|
9823
|
+
},
|
|
9824
|
+
"scopes": [
|
|
9825
|
+
"ALL_SCOPES"
|
|
9826
|
+
],
|
|
9827
|
+
"codeSyntax": {}
|
|
9828
|
+
},
|
|
9829
|
+
"VariableID:51280:230274": {
|
|
9830
|
+
"name": "_scroll-fog/layer-default/47%",
|
|
9831
|
+
"id": "VariableID:51280:230274",
|
|
9832
|
+
"remote": false,
|
|
9833
|
+
"key": "77a84edd45b2959bbf5f4c393431d036c478c3dd",
|
|
9834
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
9835
|
+
"resolvedType": "COLOR",
|
|
9836
|
+
"description": "",
|
|
9837
|
+
"hiddenFromPublishing": false,
|
|
9838
|
+
"valuesByMode": {
|
|
9839
|
+
"1928:7": {
|
|
9840
|
+
"r": 1,
|
|
9841
|
+
"g": 1,
|
|
9842
|
+
"b": 1,
|
|
9843
|
+
"a": 0.25
|
|
9844
|
+
},
|
|
9845
|
+
"1928:8": {
|
|
9846
|
+
"r": 0.08627451211214066,
|
|
9847
|
+
"g": 0.09019608050584793,
|
|
9848
|
+
"b": 0.10588235408067703,
|
|
9849
|
+
"a": 0.25
|
|
9850
|
+
}
|
|
9851
|
+
},
|
|
9852
|
+
"scopes": [
|
|
9853
|
+
"ALL_SCOPES"
|
|
9854
|
+
],
|
|
9855
|
+
"codeSyntax": {}
|
|
9856
|
+
},
|
|
9857
|
+
"VariableID:51280:230275": {
|
|
9858
|
+
"name": "_scroll-fog/layer-default/53%",
|
|
9859
|
+
"id": "VariableID:51280:230275",
|
|
9860
|
+
"remote": false,
|
|
9861
|
+
"key": "7c53af1d03c8910596b707bdc9d9a4bb5896f4ec",
|
|
9862
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
9863
|
+
"resolvedType": "COLOR",
|
|
9864
|
+
"description": "",
|
|
9865
|
+
"hiddenFromPublishing": false,
|
|
9866
|
+
"valuesByMode": {
|
|
9867
|
+
"1928:7": {
|
|
9868
|
+
"r": 1,
|
|
9869
|
+
"g": 1,
|
|
9870
|
+
"b": 1,
|
|
9871
|
+
"a": 0.3199999928474426
|
|
9872
|
+
},
|
|
9873
|
+
"1928:8": {
|
|
9874
|
+
"r": 0.08627451211214066,
|
|
9875
|
+
"g": 0.09019608050584793,
|
|
9876
|
+
"b": 0.10588235408067703,
|
|
9877
|
+
"a": 0.3199999928474426
|
|
9878
|
+
}
|
|
9879
|
+
},
|
|
9880
|
+
"scopes": [
|
|
9881
|
+
"ALL_SCOPES"
|
|
9882
|
+
],
|
|
9883
|
+
"codeSyntax": {}
|
|
9884
|
+
},
|
|
9885
|
+
"VariableID:51280:230276": {
|
|
9886
|
+
"name": "_scroll-fog/layer-default/59%",
|
|
9887
|
+
"id": "VariableID:51280:230276",
|
|
9888
|
+
"remote": false,
|
|
9889
|
+
"key": "b6fa9e1a71fdbbd65d71750538d432a76fea2341",
|
|
9890
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
9891
|
+
"resolvedType": "COLOR",
|
|
9892
|
+
"description": "",
|
|
9893
|
+
"hiddenFromPublishing": false,
|
|
9894
|
+
"valuesByMode": {
|
|
9895
|
+
"1928:7": {
|
|
9896
|
+
"r": 1,
|
|
9897
|
+
"g": 1,
|
|
9898
|
+
"b": 1,
|
|
9899
|
+
"a": 0.4000000059604645
|
|
9900
|
+
},
|
|
9901
|
+
"1928:8": {
|
|
9902
|
+
"r": 0.08627451211214066,
|
|
9903
|
+
"g": 0.09019608050584793,
|
|
9904
|
+
"b": 0.10588235408067703,
|
|
9905
|
+
"a": 0.4000000059604645
|
|
9906
|
+
}
|
|
9907
|
+
},
|
|
9908
|
+
"scopes": [
|
|
9909
|
+
"ALL_SCOPES"
|
|
9910
|
+
],
|
|
9911
|
+
"codeSyntax": {}
|
|
9912
|
+
},
|
|
9913
|
+
"VariableID:51280:230277": {
|
|
9914
|
+
"name": "_scroll-fog/layer-default/65%",
|
|
9915
|
+
"id": "VariableID:51280:230277",
|
|
9916
|
+
"remote": false,
|
|
9917
|
+
"key": "aa0066cdbe0066f7cf4659bb9900fee512fc8f81",
|
|
9918
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
9919
|
+
"resolvedType": "COLOR",
|
|
9920
|
+
"description": "",
|
|
9921
|
+
"hiddenFromPublishing": false,
|
|
9922
|
+
"valuesByMode": {
|
|
9923
|
+
"1928:7": {
|
|
9924
|
+
"r": 1,
|
|
9925
|
+
"g": 1,
|
|
9926
|
+
"b": 1,
|
|
9927
|
+
"a": 0.47999998927116394
|
|
9928
|
+
},
|
|
9929
|
+
"1928:8": {
|
|
9930
|
+
"r": 0.08627451211214066,
|
|
9931
|
+
"g": 0.09019608050584793,
|
|
9932
|
+
"b": 0.10588235408067703,
|
|
9933
|
+
"a": 0.47999998927116394
|
|
9934
|
+
}
|
|
9935
|
+
},
|
|
9936
|
+
"scopes": [
|
|
9937
|
+
"ALL_SCOPES"
|
|
9938
|
+
],
|
|
9939
|
+
"codeSyntax": {}
|
|
9940
|
+
},
|
|
9941
|
+
"VariableID:51280:230278": {
|
|
9942
|
+
"name": "_scroll-fog/layer-default/71%",
|
|
9943
|
+
"id": "VariableID:51280:230278",
|
|
9944
|
+
"remote": false,
|
|
9945
|
+
"key": "55d9d7c012bbc3b111de940ee91037c9c06a06a1",
|
|
9946
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
9947
|
+
"resolvedType": "COLOR",
|
|
9948
|
+
"description": "",
|
|
9949
|
+
"hiddenFromPublishing": false,
|
|
9950
|
+
"valuesByMode": {
|
|
9951
|
+
"1928:7": {
|
|
9952
|
+
"r": 1,
|
|
9953
|
+
"g": 1,
|
|
9954
|
+
"b": 1,
|
|
9955
|
+
"a": 0.5799999833106995
|
|
9956
|
+
},
|
|
9957
|
+
"1928:8": {
|
|
9958
|
+
"r": 0.08627451211214066,
|
|
9959
|
+
"g": 0.09019608050584793,
|
|
9960
|
+
"b": 0.10588235408067703,
|
|
9961
|
+
"a": 0.5799999833106995
|
|
9962
|
+
}
|
|
9963
|
+
},
|
|
9964
|
+
"scopes": [
|
|
9965
|
+
"ALL_SCOPES"
|
|
9966
|
+
],
|
|
9967
|
+
"codeSyntax": {}
|
|
9968
|
+
},
|
|
9969
|
+
"VariableID:51280:230279": {
|
|
9970
|
+
"name": "_scroll-fog/layer-default/78%",
|
|
9971
|
+
"id": "VariableID:51280:230279",
|
|
9972
|
+
"remote": false,
|
|
9973
|
+
"key": "8a46d5642f285542b901771e0fc49bace45afe79",
|
|
9974
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
9975
|
+
"resolvedType": "COLOR",
|
|
9976
|
+
"description": "",
|
|
9977
|
+
"hiddenFromPublishing": false,
|
|
9978
|
+
"valuesByMode": {
|
|
9979
|
+
"1928:7": {
|
|
9980
|
+
"r": 1,
|
|
9981
|
+
"g": 1,
|
|
9982
|
+
"b": 1,
|
|
9983
|
+
"a": 0.6700000166893005
|
|
9984
|
+
},
|
|
9985
|
+
"1928:8": {
|
|
9986
|
+
"r": 0.08627451211214066,
|
|
9987
|
+
"g": 0.09019608050584793,
|
|
9988
|
+
"b": 0.10588235408067703,
|
|
9989
|
+
"a": 0.6700000166893005
|
|
9990
|
+
}
|
|
9991
|
+
},
|
|
9992
|
+
"scopes": [
|
|
9993
|
+
"ALL_SCOPES"
|
|
9994
|
+
],
|
|
9995
|
+
"codeSyntax": {}
|
|
9996
|
+
},
|
|
9997
|
+
"VariableID:51280:230268": {
|
|
9998
|
+
"name": "_scroll-fog/layer-default/8%",
|
|
9999
|
+
"id": "VariableID:51280:230268",
|
|
10000
|
+
"remote": false,
|
|
10001
|
+
"key": "703ae4f3531585e9bb341b1dbfef56fd41146bfa",
|
|
10002
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
10003
|
+
"resolvedType": "COLOR",
|
|
10004
|
+
"description": "",
|
|
10005
|
+
"hiddenFromPublishing": false,
|
|
10006
|
+
"valuesByMode": {
|
|
10007
|
+
"1928:7": {
|
|
10008
|
+
"r": 1,
|
|
10009
|
+
"g": 1,
|
|
10010
|
+
"b": 1,
|
|
10011
|
+
"a": 0.009999999776482582
|
|
10012
|
+
},
|
|
10013
|
+
"1928:8": {
|
|
10014
|
+
"r": 0.08627451211214066,
|
|
10015
|
+
"g": 0.09019608050584793,
|
|
10016
|
+
"b": 0.10588235408067703,
|
|
10017
|
+
"a": 0.009999999776482582
|
|
10018
|
+
}
|
|
10019
|
+
},
|
|
10020
|
+
"scopes": [
|
|
10021
|
+
"ALL_SCOPES"
|
|
10022
|
+
],
|
|
10023
|
+
"codeSyntax": {}
|
|
10024
|
+
},
|
|
10025
|
+
"VariableID:51280:230280": {
|
|
10026
|
+
"name": "_scroll-fog/layer-default/84%",
|
|
10027
|
+
"id": "VariableID:51280:230280",
|
|
10028
|
+
"remote": false,
|
|
10029
|
+
"key": "71a13ec448ed33abbc15d7372621fb304a349d59",
|
|
10030
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
10031
|
+
"resolvedType": "COLOR",
|
|
10032
|
+
"description": "",
|
|
10033
|
+
"hiddenFromPublishing": false,
|
|
10034
|
+
"valuesByMode": {
|
|
10035
|
+
"1928:7": {
|
|
10036
|
+
"r": 1,
|
|
10037
|
+
"g": 1,
|
|
10038
|
+
"b": 1,
|
|
10039
|
+
"a": 0.7799999713897705
|
|
10040
|
+
},
|
|
10041
|
+
"1928:8": {
|
|
10042
|
+
"r": 0.08627451211214066,
|
|
10043
|
+
"g": 0.09019608050584793,
|
|
10044
|
+
"b": 0.10588235408067703,
|
|
10045
|
+
"a": 0.7799999713897705
|
|
10046
|
+
}
|
|
10047
|
+
},
|
|
10048
|
+
"scopes": [
|
|
10049
|
+
"ALL_SCOPES"
|
|
10050
|
+
],
|
|
10051
|
+
"codeSyntax": {}
|
|
10052
|
+
},
|
|
10053
|
+
"VariableID:51280:230281": {
|
|
10054
|
+
"name": "_scroll-fog/layer-default/92%",
|
|
10055
|
+
"id": "VariableID:51280:230281",
|
|
10056
|
+
"remote": false,
|
|
10057
|
+
"key": "ba8d9f09005da3689880d0fc1628b3422197e463",
|
|
10058
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
10059
|
+
"resolvedType": "COLOR",
|
|
10060
|
+
"description": "",
|
|
10061
|
+
"hiddenFromPublishing": false,
|
|
10062
|
+
"valuesByMode": {
|
|
10063
|
+
"1928:7": {
|
|
10064
|
+
"r": 1,
|
|
10065
|
+
"g": 1,
|
|
10066
|
+
"b": 1,
|
|
10067
|
+
"a": 0.8899999856948853
|
|
10068
|
+
},
|
|
10069
|
+
"1928:8": {
|
|
10070
|
+
"r": 0.08627451211214066,
|
|
10071
|
+
"g": 0.09019608050584793,
|
|
10072
|
+
"b": 0.10588235408067703,
|
|
10073
|
+
"a": 0.8899999856948853
|
|
10074
|
+
}
|
|
10075
|
+
},
|
|
10076
|
+
"scopes": [
|
|
10077
|
+
"ALL_SCOPES"
|
|
10078
|
+
],
|
|
10079
|
+
"codeSyntax": {}
|
|
10080
|
+
},
|
|
10081
|
+
"VariableID:51280:230285": {
|
|
10082
|
+
"name": "_scroll-fog/layer-floating/16%",
|
|
10083
|
+
"id": "VariableID:51280:230285",
|
|
10084
|
+
"remote": false,
|
|
10085
|
+
"key": "90f8f46261183af299acf96aa989bbd1e3cfdfe9",
|
|
10086
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
10087
|
+
"resolvedType": "COLOR",
|
|
10088
|
+
"description": "",
|
|
10089
|
+
"hiddenFromPublishing": false,
|
|
10090
|
+
"valuesByMode": {
|
|
10091
|
+
"1928:7": {
|
|
10092
|
+
"r": 1,
|
|
10093
|
+
"g": 1,
|
|
10094
|
+
"b": 1,
|
|
10095
|
+
"a": 0.019999999552965164
|
|
10096
|
+
},
|
|
10097
|
+
"1928:8": {
|
|
10098
|
+
"r": 0.11372549086809158,
|
|
10099
|
+
"g": 0.125490203499794,
|
|
10100
|
+
"b": 0.14509804546833038,
|
|
10101
|
+
"a": 0.019999999552965164
|
|
10102
|
+
}
|
|
10103
|
+
},
|
|
10104
|
+
"scopes": [
|
|
10105
|
+
"ALL_SCOPES"
|
|
10106
|
+
],
|
|
10107
|
+
"codeSyntax": {}
|
|
10108
|
+
},
|
|
10109
|
+
"VariableID:51280:230286": {
|
|
10110
|
+
"name": "_scroll-fog/layer-floating/22%",
|
|
10111
|
+
"id": "VariableID:51280:230286",
|
|
10112
|
+
"remote": false,
|
|
10113
|
+
"key": "7755cb0a621ee2b6985998a115e7e4cf27a5f76a",
|
|
10114
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
10115
|
+
"resolvedType": "COLOR",
|
|
10116
|
+
"description": "",
|
|
10117
|
+
"hiddenFromPublishing": false,
|
|
10118
|
+
"valuesByMode": {
|
|
10119
|
+
"1928:7": {
|
|
10120
|
+
"r": 1,
|
|
10121
|
+
"g": 1,
|
|
10122
|
+
"b": 1,
|
|
10123
|
+
"a": 0.05000000074505806
|
|
10124
|
+
},
|
|
10125
|
+
"1928:8": {
|
|
10126
|
+
"r": 0.11372549086809158,
|
|
10127
|
+
"g": 0.125490203499794,
|
|
10128
|
+
"b": 0.14509804546833038,
|
|
10129
|
+
"a": 0.05000000074505806
|
|
10130
|
+
}
|
|
10131
|
+
},
|
|
10132
|
+
"scopes": [
|
|
10133
|
+
"ALL_SCOPES"
|
|
10134
|
+
],
|
|
10135
|
+
"codeSyntax": {}
|
|
10136
|
+
},
|
|
10137
|
+
"VariableID:51280:230287": {
|
|
10138
|
+
"name": "_scroll-fog/layer-floating/29%",
|
|
10139
|
+
"id": "VariableID:51280:230287",
|
|
10140
|
+
"remote": false,
|
|
10141
|
+
"key": "27d36355ff2f0cd15389502f5817177ecf637d6f",
|
|
10142
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
10143
|
+
"resolvedType": "COLOR",
|
|
10144
|
+
"description": "",
|
|
10145
|
+
"hiddenFromPublishing": false,
|
|
10146
|
+
"valuesByMode": {
|
|
10147
|
+
"1928:7": {
|
|
10148
|
+
"r": 1,
|
|
10149
|
+
"g": 1,
|
|
10150
|
+
"b": 1,
|
|
10151
|
+
"a": 0.07999999821186066
|
|
10152
|
+
},
|
|
10153
|
+
"1928:8": {
|
|
10154
|
+
"r": 0.11372549086809158,
|
|
10155
|
+
"g": 0.125490203499794,
|
|
10156
|
+
"b": 0.14509804546833038,
|
|
10157
|
+
"a": 0.07999999821186066
|
|
10158
|
+
}
|
|
10159
|
+
},
|
|
10160
|
+
"scopes": [
|
|
10161
|
+
"ALL_SCOPES"
|
|
10162
|
+
],
|
|
10163
|
+
"codeSyntax": {}
|
|
10164
|
+
},
|
|
10165
|
+
"VariableID:51280:230288": {
|
|
10166
|
+
"name": "_scroll-fog/layer-floating/35%",
|
|
10167
|
+
"id": "VariableID:51280:230288",
|
|
10168
|
+
"remote": false,
|
|
10169
|
+
"key": "c83b0df520c95a9a066388bc0066bd34ea08c4b5",
|
|
10170
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
10171
|
+
"resolvedType": "COLOR",
|
|
10172
|
+
"description": "",
|
|
10173
|
+
"hiddenFromPublishing": false,
|
|
10174
|
+
"valuesByMode": {
|
|
10175
|
+
"1928:7": {
|
|
10176
|
+
"r": 1,
|
|
10177
|
+
"g": 1,
|
|
10178
|
+
"b": 1,
|
|
10179
|
+
"a": 0.12999999523162842
|
|
10180
|
+
},
|
|
10181
|
+
"1928:8": {
|
|
10182
|
+
"r": 0.11372549086809158,
|
|
10183
|
+
"g": 0.125490203499794,
|
|
10184
|
+
"b": 0.14509804546833038,
|
|
10185
|
+
"a": 0.12999999523162842
|
|
10186
|
+
}
|
|
10187
|
+
},
|
|
10188
|
+
"scopes": [
|
|
10189
|
+
"ALL_SCOPES"
|
|
10190
|
+
],
|
|
10191
|
+
"codeSyntax": {}
|
|
10192
|
+
},
|
|
10193
|
+
"VariableID:51280:230289": {
|
|
10194
|
+
"name": "_scroll-fog/layer-floating/41%",
|
|
10195
|
+
"id": "VariableID:51280:230289",
|
|
10196
|
+
"remote": false,
|
|
10197
|
+
"key": "712e6095b79def69a17e1400ecc7a56397c1531f",
|
|
10198
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
10199
|
+
"resolvedType": "COLOR",
|
|
10200
|
+
"description": "",
|
|
10201
|
+
"hiddenFromPublishing": false,
|
|
10202
|
+
"valuesByMode": {
|
|
10203
|
+
"1928:7": {
|
|
10204
|
+
"r": 1,
|
|
10205
|
+
"g": 1,
|
|
10206
|
+
"b": 1,
|
|
10207
|
+
"a": 0.18000000715255737
|
|
10208
|
+
},
|
|
10209
|
+
"1928:8": {
|
|
10210
|
+
"r": 0.11372549086809158,
|
|
10211
|
+
"g": 0.125490203499794,
|
|
10212
|
+
"b": 0.14509804546833038,
|
|
10213
|
+
"a": 0.18000000715255737
|
|
10214
|
+
}
|
|
10215
|
+
},
|
|
10216
|
+
"scopes": [
|
|
10217
|
+
"ALL_SCOPES"
|
|
10218
|
+
],
|
|
10219
|
+
"codeSyntax": {}
|
|
10220
|
+
},
|
|
10221
|
+
"VariableID:51280:230290": {
|
|
10222
|
+
"name": "_scroll-fog/layer-floating/47%",
|
|
10223
|
+
"id": "VariableID:51280:230290",
|
|
10224
|
+
"remote": false,
|
|
10225
|
+
"key": "7339b9f9089c042352916559b081548e6a7b31c2",
|
|
10226
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
10227
|
+
"resolvedType": "COLOR",
|
|
10228
|
+
"description": "",
|
|
10229
|
+
"hiddenFromPublishing": false,
|
|
10230
|
+
"valuesByMode": {
|
|
10231
|
+
"1928:7": {
|
|
10232
|
+
"r": 1,
|
|
10233
|
+
"g": 1,
|
|
10234
|
+
"b": 1,
|
|
10235
|
+
"a": 0.25
|
|
10236
|
+
},
|
|
10237
|
+
"1928:8": {
|
|
10238
|
+
"r": 0.11372549086809158,
|
|
10239
|
+
"g": 0.125490203499794,
|
|
10240
|
+
"b": 0.14509804546833038,
|
|
10241
|
+
"a": 0.25
|
|
10242
|
+
}
|
|
10243
|
+
},
|
|
10244
|
+
"scopes": [
|
|
10245
|
+
"ALL_SCOPES"
|
|
10246
|
+
],
|
|
10247
|
+
"codeSyntax": {}
|
|
10248
|
+
},
|
|
10249
|
+
"VariableID:51280:230291": {
|
|
10250
|
+
"name": "_scroll-fog/layer-floating/53%",
|
|
10251
|
+
"id": "VariableID:51280:230291",
|
|
10252
|
+
"remote": false,
|
|
10253
|
+
"key": "b030b83e48541cc8eb462255ca830132adf64b2f",
|
|
10254
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
10255
|
+
"resolvedType": "COLOR",
|
|
10256
|
+
"description": "",
|
|
10257
|
+
"hiddenFromPublishing": false,
|
|
10258
|
+
"valuesByMode": {
|
|
10259
|
+
"1928:7": {
|
|
10260
|
+
"r": 1,
|
|
10261
|
+
"g": 1,
|
|
10262
|
+
"b": 1,
|
|
10263
|
+
"a": 0.3199999928474426
|
|
10264
|
+
},
|
|
10265
|
+
"1928:8": {
|
|
10266
|
+
"r": 0.11372549086809158,
|
|
10267
|
+
"g": 0.125490203499794,
|
|
10268
|
+
"b": 0.14509804546833038,
|
|
10269
|
+
"a": 0.3199999928474426
|
|
10270
|
+
}
|
|
10271
|
+
},
|
|
10272
|
+
"scopes": [
|
|
10273
|
+
"ALL_SCOPES"
|
|
10274
|
+
],
|
|
10275
|
+
"codeSyntax": {}
|
|
10276
|
+
},
|
|
10277
|
+
"VariableID:51280:230292": {
|
|
10278
|
+
"name": "_scroll-fog/layer-floating/59%",
|
|
10279
|
+
"id": "VariableID:51280:230292",
|
|
10280
|
+
"remote": false,
|
|
10281
|
+
"key": "e54168f561e8c34cf5eea0f1f5b151ab4aefbda9",
|
|
10282
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
10283
|
+
"resolvedType": "COLOR",
|
|
10284
|
+
"description": "",
|
|
10285
|
+
"hiddenFromPublishing": false,
|
|
10286
|
+
"valuesByMode": {
|
|
10287
|
+
"1928:7": {
|
|
10288
|
+
"r": 1,
|
|
10289
|
+
"g": 1,
|
|
10290
|
+
"b": 1,
|
|
10291
|
+
"a": 0.4000000059604645
|
|
9214
10292
|
},
|
|
9215
10293
|
"1928:8": {
|
|
10294
|
+
"r": 0.11372549086809158,
|
|
10295
|
+
"g": 0.125490203499794,
|
|
10296
|
+
"b": 0.14509804546833038,
|
|
10297
|
+
"a": 0.4000000059604645
|
|
10298
|
+
}
|
|
10299
|
+
},
|
|
10300
|
+
"scopes": [
|
|
10301
|
+
"ALL_SCOPES"
|
|
10302
|
+
],
|
|
10303
|
+
"codeSyntax": {}
|
|
10304
|
+
},
|
|
10305
|
+
"VariableID:51280:230293": {
|
|
10306
|
+
"name": "_scroll-fog/layer-floating/65%",
|
|
10307
|
+
"id": "VariableID:51280:230293",
|
|
10308
|
+
"remote": false,
|
|
10309
|
+
"key": "c6d8b2b3314559446b350c0fa7e41a93ba0f2652",
|
|
10310
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
10311
|
+
"resolvedType": "COLOR",
|
|
10312
|
+
"description": "",
|
|
10313
|
+
"hiddenFromPublishing": false,
|
|
10314
|
+
"valuesByMode": {
|
|
10315
|
+
"1928:7": {
|
|
9216
10316
|
"r": 1,
|
|
9217
10317
|
"g": 1,
|
|
9218
10318
|
"b": 1,
|
|
9219
|
-
"a":
|
|
10319
|
+
"a": 0.47999998927116394
|
|
10320
|
+
},
|
|
10321
|
+
"1928:8": {
|
|
10322
|
+
"r": 0.11372549086809158,
|
|
10323
|
+
"g": 0.125490203499794,
|
|
10324
|
+
"b": 0.14509804546833038,
|
|
10325
|
+
"a": 0.47999998927116394
|
|
9220
10326
|
}
|
|
9221
10327
|
},
|
|
9222
10328
|
"scopes": [
|
|
@@ -9224,23 +10330,27 @@ const FIGMA_VARIABLES = {
|
|
|
9224
10330
|
],
|
|
9225
10331
|
"codeSyntax": {}
|
|
9226
10332
|
},
|
|
9227
|
-
"VariableID:
|
|
9228
|
-
"name": "_scroll-fog/layer-
|
|
9229
|
-
"id": "VariableID:
|
|
10333
|
+
"VariableID:51280:230294": {
|
|
10334
|
+
"name": "_scroll-fog/layer-floating/71%",
|
|
10335
|
+
"id": "VariableID:51280:230294",
|
|
9230
10336
|
"remote": false,
|
|
9231
|
-
"key": "
|
|
10337
|
+
"key": "33f773d1835582de4bae89a8719b701f625b1e28",
|
|
9232
10338
|
"variableCollectionId": "VariableCollectionId:1:3",
|
|
9233
10339
|
"resolvedType": "COLOR",
|
|
9234
10340
|
"description": "",
|
|
9235
10341
|
"hiddenFromPublishing": false,
|
|
9236
10342
|
"valuesByMode": {
|
|
9237
10343
|
"1928:7": {
|
|
9238
|
-
"
|
|
9239
|
-
"
|
|
10344
|
+
"r": 1,
|
|
10345
|
+
"g": 1,
|
|
10346
|
+
"b": 1,
|
|
10347
|
+
"a": 0.5799999833106995
|
|
9240
10348
|
},
|
|
9241
10349
|
"1928:8": {
|
|
9242
|
-
"
|
|
9243
|
-
"
|
|
10350
|
+
"r": 0.11372549086809158,
|
|
10351
|
+
"g": 0.125490203499794,
|
|
10352
|
+
"b": 0.14509804546833038,
|
|
10353
|
+
"a": 0.5799999833106995
|
|
9244
10354
|
}
|
|
9245
10355
|
},
|
|
9246
10356
|
"scopes": [
|
|
@@ -9248,11 +10358,11 @@ const FIGMA_VARIABLES = {
|
|
|
9248
10358
|
],
|
|
9249
10359
|
"codeSyntax": {}
|
|
9250
10360
|
},
|
|
9251
|
-
"VariableID:
|
|
9252
|
-
"name": "_scroll-fog/layer-
|
|
9253
|
-
"id": "VariableID:
|
|
10361
|
+
"VariableID:51280:230295": {
|
|
10362
|
+
"name": "_scroll-fog/layer-floating/78%",
|
|
10363
|
+
"id": "VariableID:51280:230295",
|
|
9254
10364
|
"remote": false,
|
|
9255
|
-
"key": "
|
|
10365
|
+
"key": "6a7158757d7e4c09ea63279d9efd113178f7f035",
|
|
9256
10366
|
"variableCollectionId": "VariableCollectionId:1:3",
|
|
9257
10367
|
"resolvedType": "COLOR",
|
|
9258
10368
|
"description": "",
|
|
@@ -9262,13 +10372,13 @@ const FIGMA_VARIABLES = {
|
|
|
9262
10372
|
"r": 1,
|
|
9263
10373
|
"g": 1,
|
|
9264
10374
|
"b": 1,
|
|
9265
|
-
"a": 0
|
|
10375
|
+
"a": 0.6700000166893005
|
|
9266
10376
|
},
|
|
9267
10377
|
"1928:8": {
|
|
9268
|
-
"r": 0.
|
|
9269
|
-
"g": 0.
|
|
9270
|
-
"b": 0.
|
|
9271
|
-
"a": 0
|
|
10378
|
+
"r": 0.11372549086809158,
|
|
10379
|
+
"g": 0.125490203499794,
|
|
10380
|
+
"b": 0.14509804546833038,
|
|
10381
|
+
"a": 0.6700000166893005
|
|
9272
10382
|
}
|
|
9273
10383
|
},
|
|
9274
10384
|
"scopes": [
|
|
@@ -9276,23 +10386,27 @@ const FIGMA_VARIABLES = {
|
|
|
9276
10386
|
],
|
|
9277
10387
|
"codeSyntax": {}
|
|
9278
10388
|
},
|
|
9279
|
-
"VariableID:
|
|
9280
|
-
"name": "_scroll-fog/layer-floating/
|
|
9281
|
-
"id": "VariableID:
|
|
10389
|
+
"VariableID:51280:230284": {
|
|
10390
|
+
"name": "_scroll-fog/layer-floating/8%",
|
|
10391
|
+
"id": "VariableID:51280:230284",
|
|
9282
10392
|
"remote": false,
|
|
9283
|
-
"key": "
|
|
10393
|
+
"key": "2d3294520d04798e91282d86325aaa9364b3c6c8",
|
|
9284
10394
|
"variableCollectionId": "VariableCollectionId:1:3",
|
|
9285
10395
|
"resolvedType": "COLOR",
|
|
9286
10396
|
"description": "",
|
|
9287
10397
|
"hiddenFromPublishing": false,
|
|
9288
10398
|
"valuesByMode": {
|
|
9289
10399
|
"1928:7": {
|
|
9290
|
-
"
|
|
9291
|
-
"
|
|
10400
|
+
"r": 1,
|
|
10401
|
+
"g": 1,
|
|
10402
|
+
"b": 1,
|
|
10403
|
+
"a": 0.009999999776482582
|
|
9292
10404
|
},
|
|
9293
10405
|
"1928:8": {
|
|
9294
|
-
"
|
|
9295
|
-
"
|
|
10406
|
+
"r": 0.11372549086809158,
|
|
10407
|
+
"g": 0.125490203499794,
|
|
10408
|
+
"b": 0.14509804546833038,
|
|
10409
|
+
"a": 0.009999999776482582
|
|
9296
10410
|
}
|
|
9297
10411
|
},
|
|
9298
10412
|
"scopes": [
|
|
@@ -9300,11 +10414,11 @@ const FIGMA_VARIABLES = {
|
|
|
9300
10414
|
],
|
|
9301
10415
|
"codeSyntax": {}
|
|
9302
10416
|
},
|
|
9303
|
-
"VariableID:
|
|
9304
|
-
"name": "_scroll-fog/layer-floating/
|
|
9305
|
-
"id": "VariableID:
|
|
10417
|
+
"VariableID:51280:230296": {
|
|
10418
|
+
"name": "_scroll-fog/layer-floating/84%",
|
|
10419
|
+
"id": "VariableID:51280:230296",
|
|
9306
10420
|
"remote": false,
|
|
9307
|
-
"key": "
|
|
10421
|
+
"key": "86bfa7ba2bdab985c9d3d2f7997724ba0fdafecb",
|
|
9308
10422
|
"variableCollectionId": "VariableCollectionId:1:3",
|
|
9309
10423
|
"resolvedType": "COLOR",
|
|
9310
10424
|
"description": "",
|
|
@@ -9314,13 +10428,41 @@ const FIGMA_VARIABLES = {
|
|
|
9314
10428
|
"r": 1,
|
|
9315
10429
|
"g": 1,
|
|
9316
10430
|
"b": 1,
|
|
9317
|
-
"a": 0
|
|
10431
|
+
"a": 0.7799999713897705
|
|
9318
10432
|
},
|
|
9319
10433
|
"1928:8": {
|
|
9320
|
-
"r": 0.
|
|
9321
|
-
"g": 0.
|
|
9322
|
-
"b": 0.
|
|
9323
|
-
"a": 0
|
|
10434
|
+
"r": 0.11372549086809158,
|
|
10435
|
+
"g": 0.125490203499794,
|
|
10436
|
+
"b": 0.14509804546833038,
|
|
10437
|
+
"a": 0.7799999713897705
|
|
10438
|
+
}
|
|
10439
|
+
},
|
|
10440
|
+
"scopes": [
|
|
10441
|
+
"ALL_SCOPES"
|
|
10442
|
+
],
|
|
10443
|
+
"codeSyntax": {}
|
|
10444
|
+
},
|
|
10445
|
+
"VariableID:51280:230297": {
|
|
10446
|
+
"name": "_scroll-fog/layer-floating/92%",
|
|
10447
|
+
"id": "VariableID:51280:230297",
|
|
10448
|
+
"remote": false,
|
|
10449
|
+
"key": "48efc27ebadacee07fd9b8703c5c5f38232779d2",
|
|
10450
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
10451
|
+
"resolvedType": "COLOR",
|
|
10452
|
+
"description": "",
|
|
10453
|
+
"hiddenFromPublishing": false,
|
|
10454
|
+
"valuesByMode": {
|
|
10455
|
+
"1928:7": {
|
|
10456
|
+
"r": 1,
|
|
10457
|
+
"g": 1,
|
|
10458
|
+
"b": 1,
|
|
10459
|
+
"a": 0.8899999856948853
|
|
10460
|
+
},
|
|
10461
|
+
"1928:8": {
|
|
10462
|
+
"r": 0.11372549086809158,
|
|
10463
|
+
"g": 0.125490203499794,
|
|
10464
|
+
"b": 0.14509804546833038,
|
|
10465
|
+
"a": 0.8899999856948853
|
|
9324
10466
|
}
|
|
9325
10467
|
},
|
|
9326
10468
|
"scopes": [
|
|
@@ -9697,7 +10839,8 @@ const FIGMA_VARIABLES = {
|
|
|
9697
10839
|
"scopes": [
|
|
9698
10840
|
"FRAME_FILL",
|
|
9699
10841
|
"SHAPE_FILL",
|
|
9700
|
-
"STROKE_COLOR"
|
|
10842
|
+
"STROKE_COLOR",
|
|
10843
|
+
"EFFECT_COLOR"
|
|
9701
10844
|
],
|
|
9702
10845
|
"codeSyntax": {}
|
|
9703
10846
|
},
|
|
@@ -10228,6 +11371,58 @@ const FIGMA_VARIABLES = {
|
|
|
10228
11371
|
],
|
|
10229
11372
|
"codeSyntax": {}
|
|
10230
11373
|
},
|
|
11374
|
+
"VariableID:52349:2": {
|
|
11375
|
+
"name": "bg/transparent",
|
|
11376
|
+
"id": "VariableID:52349:2",
|
|
11377
|
+
"remote": false,
|
|
11378
|
+
"key": "00e78d0aac4330afd6729d7cce7b7821ef26ae29",
|
|
11379
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
11380
|
+
"resolvedType": "COLOR",
|
|
11381
|
+
"description": "",
|
|
11382
|
+
"hiddenFromPublishing": false,
|
|
11383
|
+
"valuesByMode": {
|
|
11384
|
+
"1928:7": {
|
|
11385
|
+
"r": 0,
|
|
11386
|
+
"g": 0,
|
|
11387
|
+
"b": 0,
|
|
11388
|
+
"a": 0
|
|
11389
|
+
},
|
|
11390
|
+
"1928:8": {
|
|
11391
|
+
"r": 1,
|
|
11392
|
+
"g": 1,
|
|
11393
|
+
"b": 1,
|
|
11394
|
+
"a": 0
|
|
11395
|
+
}
|
|
11396
|
+
},
|
|
11397
|
+
"scopes": [
|
|
11398
|
+
"ALL_SCOPES"
|
|
11399
|
+
],
|
|
11400
|
+
"codeSyntax": {}
|
|
11401
|
+
},
|
|
11402
|
+
"VariableID:52349:3": {
|
|
11403
|
+
"name": "bg/transparent-pressed",
|
|
11404
|
+
"id": "VariableID:52349:3",
|
|
11405
|
+
"remote": false,
|
|
11406
|
+
"key": "25d97fe91509757204110a16673a67adfe7b159b",
|
|
11407
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
11408
|
+
"resolvedType": "COLOR",
|
|
11409
|
+
"description": "",
|
|
11410
|
+
"hiddenFromPublishing": false,
|
|
11411
|
+
"valuesByMode": {
|
|
11412
|
+
"1928:7": {
|
|
11413
|
+
"type": "VARIABLE_ALIAS",
|
|
11414
|
+
"id": "VariableID:30894:36295"
|
|
11415
|
+
},
|
|
11416
|
+
"1928:8": {
|
|
11417
|
+
"type": "VARIABLE_ALIAS",
|
|
11418
|
+
"id": "VariableID:30894:36305"
|
|
11419
|
+
}
|
|
11420
|
+
},
|
|
11421
|
+
"scopes": [
|
|
11422
|
+
"ALL_SCOPES"
|
|
11423
|
+
],
|
|
11424
|
+
"codeSyntax": {}
|
|
11425
|
+
},
|
|
10231
11426
|
"VariableID:1:145": {
|
|
10232
11427
|
"name": "bg/warning-solid",
|
|
10233
11428
|
"id": "VariableID:1:145",
|
|
@@ -11312,7 +12507,8 @@ const FIGMA_VARIABLES = {
|
|
|
11312
12507
|
"1:5": "Figma Only iOS",
|
|
11313
12508
|
"1:6": "Figma Only iOS",
|
|
11314
12509
|
"1:7": "Figma Only iOS",
|
|
11315
|
-
"1:8": "Roboto"
|
|
12510
|
+
"1:8": "Roboto",
|
|
12511
|
+
"51907:0": "Roboto"
|
|
11316
12512
|
},
|
|
11317
12513
|
"scopes": [
|
|
11318
12514
|
"FONT_FAMILY"
|
|
@@ -11332,7 +12528,8 @@ const FIGMA_VARIABLES = {
|
|
|
11332
12528
|
"1:5": "Figma Only iOS Text",
|
|
11333
12529
|
"1:6": "Figma Only iOS Text",
|
|
11334
12530
|
"1:7": "Figma Only iOS Text",
|
|
11335
|
-
"1:8": "Roboto"
|
|
12531
|
+
"1:8": "Roboto",
|
|
12532
|
+
"51907:0": "Roboto"
|
|
11336
12533
|
},
|
|
11337
12534
|
"scopes": [
|
|
11338
12535
|
"FONT_FAMILY"
|
|
@@ -11352,7 +12549,8 @@ const FIGMA_VARIABLES = {
|
|
|
11352
12549
|
"1:5": 11,
|
|
11353
12550
|
"1:6": 17,
|
|
11354
12551
|
"1:7": 8,
|
|
11355
|
-
"1:8": 11
|
|
12552
|
+
"1:8": 11,
|
|
12553
|
+
"51907:0": 16.5
|
|
11356
12554
|
},
|
|
11357
12555
|
"scopes": [
|
|
11358
12556
|
"FONT_SIZE"
|
|
@@ -11372,7 +12570,8 @@ const FIGMA_VARIABLES = {
|
|
|
11372
12570
|
"1:5": 26,
|
|
11373
12571
|
"1:6": 32,
|
|
11374
12572
|
"1:7": 23,
|
|
11375
|
-
"1:8": 26
|
|
12573
|
+
"1:8": 26,
|
|
12574
|
+
"51907:0": 39
|
|
11376
12575
|
},
|
|
11377
12576
|
"scopes": [
|
|
11378
12577
|
"FONT_SIZE"
|
|
@@ -11392,7 +12591,8 @@ const FIGMA_VARIABLES = {
|
|
|
11392
12591
|
"1:5": 26,
|
|
11393
12592
|
"1:6": 26,
|
|
11394
12593
|
"1:7": 26,
|
|
11395
|
-
"1:8": 26
|
|
12594
|
+
"1:8": 26,
|
|
12595
|
+
"51907:0": 26
|
|
11396
12596
|
},
|
|
11397
12597
|
"scopes": [
|
|
11398
12598
|
"ALL_SCOPES"
|
|
@@ -11412,7 +12612,8 @@ const FIGMA_VARIABLES = {
|
|
|
11412
12612
|
"1:5": 12,
|
|
11413
12613
|
"1:6": 18,
|
|
11414
12614
|
"1:7": 9,
|
|
11415
|
-
"1:8": 12
|
|
12615
|
+
"1:8": 12,
|
|
12616
|
+
"51907:0": 18
|
|
11416
12617
|
},
|
|
11417
12618
|
"scopes": [
|
|
11418
12619
|
"FONT_SIZE"
|
|
@@ -11432,7 +12633,8 @@ const FIGMA_VARIABLES = {
|
|
|
11432
12633
|
"1:5": 13,
|
|
11433
12634
|
"1:6": 19,
|
|
11434
12635
|
"1:7": 10,
|
|
11435
|
-
"1:8": 13
|
|
12636
|
+
"1:8": 13,
|
|
12637
|
+
"51907:0": 19.5
|
|
11436
12638
|
},
|
|
11437
12639
|
"scopes": [
|
|
11438
12640
|
"FONT_SIZE"
|
|
@@ -11452,7 +12654,8 @@ const FIGMA_VARIABLES = {
|
|
|
11452
12654
|
"1:5": 14,
|
|
11453
12655
|
"1:6": 20,
|
|
11454
12656
|
"1:7": 11,
|
|
11455
|
-
"1:8": 14
|
|
12657
|
+
"1:8": 14,
|
|
12658
|
+
"51907:0": 21
|
|
11456
12659
|
},
|
|
11457
12660
|
"scopes": [
|
|
11458
12661
|
"FONT_SIZE"
|
|
@@ -11472,7 +12675,8 @@ const FIGMA_VARIABLES = {
|
|
|
11472
12675
|
"1:5": 16,
|
|
11473
12676
|
"1:6": 22,
|
|
11474
12677
|
"1:7": 13,
|
|
11475
|
-
"1:8": 16
|
|
12678
|
+
"1:8": 16,
|
|
12679
|
+
"51907:0": 24
|
|
11476
12680
|
},
|
|
11477
12681
|
"scopes": [
|
|
11478
12682
|
"FONT_SIZE"
|
|
@@ -11492,7 +12696,8 @@ const FIGMA_VARIABLES = {
|
|
|
11492
12696
|
"1:5": 18,
|
|
11493
12697
|
"1:6": 24,
|
|
11494
12698
|
"1:7": 15,
|
|
11495
|
-
"1:8": 18
|
|
12699
|
+
"1:8": 18,
|
|
12700
|
+
"51907:0": 27
|
|
11496
12701
|
},
|
|
11497
12702
|
"scopes": [
|
|
11498
12703
|
"FONT_SIZE"
|
|
@@ -11512,7 +12717,8 @@ const FIGMA_VARIABLES = {
|
|
|
11512
12717
|
"1:5": 20,
|
|
11513
12718
|
"1:6": 26,
|
|
11514
12719
|
"1:7": 17,
|
|
11515
|
-
"1:8": 20
|
|
12720
|
+
"1:8": 20,
|
|
12721
|
+
"51907:0": 30
|
|
11516
12722
|
},
|
|
11517
12723
|
"scopes": [
|
|
11518
12724
|
"FONT_SIZE"
|
|
@@ -11532,7 +12738,8 @@ const FIGMA_VARIABLES = {
|
|
|
11532
12738
|
"1:5": 22,
|
|
11533
12739
|
"1:6": 28,
|
|
11534
12740
|
"1:7": 19,
|
|
11535
|
-
"1:8": 22
|
|
12741
|
+
"1:8": 22,
|
|
12742
|
+
"51907:0": 33
|
|
11536
12743
|
},
|
|
11537
12744
|
"scopes": [
|
|
11538
12745
|
"FONT_SIZE"
|
|
@@ -11552,7 +12759,8 @@ const FIGMA_VARIABLES = {
|
|
|
11552
12759
|
"1:5": 24,
|
|
11553
12760
|
"1:6": 30,
|
|
11554
12761
|
"1:7": 21,
|
|
11555
|
-
"1:8": 24
|
|
12762
|
+
"1:8": 24,
|
|
12763
|
+
"51907:0": 36
|
|
11556
12764
|
},
|
|
11557
12765
|
"scopes": [
|
|
11558
12766
|
"FONT_SIZE"
|
|
@@ -11572,7 +12780,8 @@ const FIGMA_VARIABLES = {
|
|
|
11572
12780
|
"1:5": "bold",
|
|
11573
12781
|
"1:6": "bold",
|
|
11574
12782
|
"1:7": "bold",
|
|
11575
|
-
"1:8": "bold"
|
|
12783
|
+
"1:8": "bold",
|
|
12784
|
+
"51907:0": "bold"
|
|
11576
12785
|
},
|
|
11577
12786
|
"scopes": [
|
|
11578
12787
|
"FONT_STYLE"
|
|
@@ -11592,7 +12801,8 @@ const FIGMA_VARIABLES = {
|
|
|
11592
12801
|
"1:5": "medium",
|
|
11593
12802
|
"1:6": "medium",
|
|
11594
12803
|
"1:7": "medium",
|
|
11595
|
-
"1:8": "medium"
|
|
12804
|
+
"1:8": "medium",
|
|
12805
|
+
"51907:0": "medium"
|
|
11596
12806
|
},
|
|
11597
12807
|
"scopes": [
|
|
11598
12808
|
"FONT_STYLE"
|
|
@@ -11612,7 +12822,8 @@ const FIGMA_VARIABLES = {
|
|
|
11612
12822
|
"1:5": "regular",
|
|
11613
12823
|
"1:6": "regular",
|
|
11614
12824
|
"1:7": "regular",
|
|
11615
|
-
"1:8": "regular"
|
|
12825
|
+
"1:8": "regular",
|
|
12826
|
+
"51907:0": "regular"
|
|
11616
12827
|
},
|
|
11617
12828
|
"scopes": [
|
|
11618
12829
|
"FONT_STYLE"
|
|
@@ -11632,7 +12843,8 @@ const FIGMA_VARIABLES = {
|
|
|
11632
12843
|
"1:5": 30,
|
|
11633
12844
|
"1:6": 36,
|
|
11634
12845
|
"1:7": 27,
|
|
11635
|
-
"1:8": 30
|
|
12846
|
+
"1:8": 30,
|
|
12847
|
+
"51907:0": 30
|
|
11636
12848
|
},
|
|
11637
12849
|
"scopes": [
|
|
11638
12850
|
"LINE_HEIGHT"
|
|
@@ -11653,7 +12865,8 @@ const FIGMA_VARIABLES = {
|
|
|
11653
12865
|
"1:5": 15,
|
|
11654
12866
|
"1:6": 19,
|
|
11655
12867
|
"1:7": 10,
|
|
11656
|
-
"1:8": 15
|
|
12868
|
+
"1:8": 15,
|
|
12869
|
+
"51907:0": 22.5
|
|
11657
12870
|
},
|
|
11658
12871
|
"scopes": [
|
|
11659
12872
|
"LINE_HEIGHT"
|
|
@@ -11673,7 +12886,8 @@ const FIGMA_VARIABLES = {
|
|
|
11673
12886
|
"1:5": 35,
|
|
11674
12887
|
"1:6": 40,
|
|
11675
12888
|
"1:7": 31,
|
|
11676
|
-
"1:8": 35
|
|
12889
|
+
"1:8": 35,
|
|
12890
|
+
"51907:0": 52.5
|
|
11677
12891
|
},
|
|
11678
12892
|
"scopes": [
|
|
11679
12893
|
"LINE_HEIGHT"
|
|
@@ -11693,7 +12907,8 @@ const FIGMA_VARIABLES = {
|
|
|
11693
12907
|
"1:5": 35,
|
|
11694
12908
|
"1:6": 35,
|
|
11695
12909
|
"1:7": 35,
|
|
11696
|
-
"1:8": 35
|
|
12910
|
+
"1:8": 35,
|
|
12911
|
+
"51907:0": 35
|
|
11697
12912
|
},
|
|
11698
12913
|
"scopes": [
|
|
11699
12914
|
"ALL_SCOPES"
|
|
@@ -11713,7 +12928,8 @@ const FIGMA_VARIABLES = {
|
|
|
11713
12928
|
"1:5": 16,
|
|
11714
12929
|
"1:6": 22,
|
|
11715
12930
|
"1:7": 13,
|
|
11716
|
-
"1:8": 16
|
|
12931
|
+
"1:8": 16,
|
|
12932
|
+
"51907:0": 24
|
|
11717
12933
|
},
|
|
11718
12934
|
"scopes": [
|
|
11719
12935
|
"LINE_HEIGHT"
|
|
@@ -11733,7 +12949,8 @@ const FIGMA_VARIABLES = {
|
|
|
11733
12949
|
"1:5": 18,
|
|
11734
12950
|
"1:6": 24,
|
|
11735
12951
|
"1:7": 15,
|
|
11736
|
-
"1:8": 18
|
|
12952
|
+
"1:8": 18,
|
|
12953
|
+
"51907:0": 27
|
|
11737
12954
|
},
|
|
11738
12955
|
"scopes": [
|
|
11739
12956
|
"LINE_HEIGHT"
|
|
@@ -11753,7 +12970,8 @@ const FIGMA_VARIABLES = {
|
|
|
11753
12970
|
"1:5": 19,
|
|
11754
12971
|
"1:6": 25,
|
|
11755
12972
|
"1:7": 16,
|
|
11756
|
-
"1:8": 19
|
|
12973
|
+
"1:8": 19,
|
|
12974
|
+
"51907:0": 28.5
|
|
11757
12975
|
},
|
|
11758
12976
|
"scopes": [
|
|
11759
12977
|
"LINE_HEIGHT"
|
|
@@ -11773,7 +12991,8 @@ const FIGMA_VARIABLES = {
|
|
|
11773
12991
|
"1:5": 22,
|
|
11774
12992
|
"1:6": 27,
|
|
11775
12993
|
"1:7": 18,
|
|
11776
|
-
"1:8": 22
|
|
12994
|
+
"1:8": 22,
|
|
12995
|
+
"51907:0": 33
|
|
11777
12996
|
},
|
|
11778
12997
|
"scopes": [
|
|
11779
12998
|
"LINE_HEIGHT"
|
|
@@ -11793,7 +13012,8 @@ const FIGMA_VARIABLES = {
|
|
|
11793
13012
|
"1:5": 24,
|
|
11794
13013
|
"1:6": 29,
|
|
11795
13014
|
"1:7": 20,
|
|
11796
|
-
"1:8": 24
|
|
13015
|
+
"1:8": 24,
|
|
13016
|
+
"51907:0": 36
|
|
11797
13017
|
},
|
|
11798
13018
|
"scopes": [
|
|
11799
13019
|
"LINE_HEIGHT"
|
|
@@ -11813,7 +13033,8 @@ const FIGMA_VARIABLES = {
|
|
|
11813
13033
|
"1:5": 27,
|
|
11814
13034
|
"1:6": 31,
|
|
11815
13035
|
"1:7": 22,
|
|
11816
|
-
"1:8": 27
|
|
13036
|
+
"1:8": 27,
|
|
13037
|
+
"51907:0": 40.5
|
|
11817
13038
|
},
|
|
11818
13039
|
"scopes": [
|
|
11819
13040
|
"LINE_HEIGHT"
|
|
@@ -11833,7 +13054,8 @@ const FIGMA_VARIABLES = {
|
|
|
11833
13054
|
"1:5": 30,
|
|
11834
13055
|
"1:6": 34,
|
|
11835
13056
|
"1:7": 25,
|
|
11836
|
-
"1:8": 30
|
|
13057
|
+
"1:8": 30,
|
|
13058
|
+
"51907:0": 45
|
|
11837
13059
|
},
|
|
11838
13060
|
"scopes": [
|
|
11839
13061
|
"LINE_HEIGHT"
|
|
@@ -11853,7 +13075,8 @@ const FIGMA_VARIABLES = {
|
|
|
11853
13075
|
"1:5": 32,
|
|
11854
13076
|
"1:6": 38,
|
|
11855
13077
|
"1:7": 29,
|
|
11856
|
-
"1:8": 32
|
|
13078
|
+
"1:8": 32,
|
|
13079
|
+
"51907:0": 48
|
|
11857
13080
|
},
|
|
11858
13081
|
"scopes": [
|
|
11859
13082
|
"LINE_HEIGHT"
|
|
@@ -11888,35 +13111,6 @@ const FIGMA_VARIABLES = {
|
|
|
11888
13111
|
],
|
|
11889
13112
|
"codeSyntax": {}
|
|
11890
13113
|
},
|
|
11891
|
-
"VariableID:12548:1440": {
|
|
11892
|
-
"name": "manner-temp/l1/static",
|
|
11893
|
-
"id": "VariableID:12548:1440",
|
|
11894
|
-
"remote": false,
|
|
11895
|
-
"key": "b2e39001b13e619a940631b952ef0cd8156049cc",
|
|
11896
|
-
"variableCollectionId": "VariableCollectionId:1:3",
|
|
11897
|
-
"resolvedType": "COLOR",
|
|
11898
|
-
"description": "",
|
|
11899
|
-
"hiddenFromPublishing": false,
|
|
11900
|
-
"valuesByMode": {
|
|
11901
|
-
"1928:7": {
|
|
11902
|
-
"r": 0.46666666865348816,
|
|
11903
|
-
"g": 0.49803921580314636,
|
|
11904
|
-
"b": 0.529411792755127,
|
|
11905
|
-
"a": 1
|
|
11906
|
-
},
|
|
11907
|
-
"1928:8": {
|
|
11908
|
-
"r": 0.46666666865348816,
|
|
11909
|
-
"g": 0.49803921580314636,
|
|
11910
|
-
"b": 0.529411792755127,
|
|
11911
|
-
"a": 1
|
|
11912
|
-
}
|
|
11913
|
-
},
|
|
11914
|
-
"scopes": [
|
|
11915
|
-
"ALL_SCOPES"
|
|
11916
|
-
],
|
|
11917
|
-
"codeSyntax": {},
|
|
11918
|
-
"deletedButReferenced": true
|
|
11919
|
-
},
|
|
11920
13114
|
"VariableID:12479:23363": {
|
|
11921
13115
|
"name": "manner-temp/l1/text",
|
|
11922
13116
|
"id": "VariableID:12479:23363",
|
|
@@ -12029,35 +13223,6 @@ const FIGMA_VARIABLES = {
|
|
|
12029
13223
|
],
|
|
12030
13224
|
"codeSyntax": {}
|
|
12031
13225
|
},
|
|
12032
|
-
"VariableID:12548:1441": {
|
|
12033
|
-
"name": "manner-temp/l2/static",
|
|
12034
|
-
"id": "VariableID:12548:1441",
|
|
12035
|
-
"remote": false,
|
|
12036
|
-
"key": "eec52a8d360d27647570d4a53220bfbe0af644ac",
|
|
12037
|
-
"variableCollectionId": "VariableCollectionId:1:3",
|
|
12038
|
-
"resolvedType": "COLOR",
|
|
12039
|
-
"description": "",
|
|
12040
|
-
"hiddenFromPublishing": false,
|
|
12041
|
-
"valuesByMode": {
|
|
12042
|
-
"1928:7": {
|
|
12043
|
-
"r": 0.23963896930217743,
|
|
12044
|
-
"g": 0.605954647064209,
|
|
12045
|
-
"b": 0.9475748538970947,
|
|
12046
|
-
"a": 1
|
|
12047
|
-
},
|
|
12048
|
-
"1928:8": {
|
|
12049
|
-
"r": 0.21176470816135406,
|
|
12050
|
-
"g": 0.5607843399047852,
|
|
12051
|
-
"b": 0.886274516582489,
|
|
12052
|
-
"a": 1
|
|
12053
|
-
}
|
|
12054
|
-
},
|
|
12055
|
-
"scopes": [
|
|
12056
|
-
"ALL_SCOPES"
|
|
12057
|
-
],
|
|
12058
|
-
"codeSyntax": {},
|
|
12059
|
-
"deletedButReferenced": true
|
|
12060
|
-
},
|
|
12061
13226
|
"VariableID:12479:23364": {
|
|
12062
13227
|
"name": "manner-temp/l2/text",
|
|
12063
13228
|
"id": "VariableID:12479:23364",
|
|
@@ -12114,35 +13279,6 @@ const FIGMA_VARIABLES = {
|
|
|
12114
13279
|
],
|
|
12115
13280
|
"codeSyntax": {}
|
|
12116
13281
|
},
|
|
12117
|
-
"VariableID:12548:1442": {
|
|
12118
|
-
"name": "manner-temp/l3/static",
|
|
12119
|
-
"id": "VariableID:12548:1442",
|
|
12120
|
-
"remote": false,
|
|
12121
|
-
"key": "155ad6dee47603c9ae025559345083a8bbf224df",
|
|
12122
|
-
"variableCollectionId": "VariableCollectionId:1:3",
|
|
12123
|
-
"resolvedType": "COLOR",
|
|
12124
|
-
"description": "",
|
|
12125
|
-
"hiddenFromPublishing": false,
|
|
12126
|
-
"valuesByMode": {
|
|
12127
|
-
"1928:7": {
|
|
12128
|
-
"r": 0.08627451211214066,
|
|
12129
|
-
"g": 0.7137255072593689,
|
|
12130
|
-
"b": 0.9137254953384399,
|
|
12131
|
-
"a": 1
|
|
12132
|
-
},
|
|
12133
|
-
"1928:8": {
|
|
12134
|
-
"r": 0.08627451211214066,
|
|
12135
|
-
"g": 0.7137255072593689,
|
|
12136
|
-
"b": 0.9137254953384399,
|
|
12137
|
-
"a": 1
|
|
12138
|
-
}
|
|
12139
|
-
},
|
|
12140
|
-
"scopes": [
|
|
12141
|
-
"ALL_SCOPES"
|
|
12142
|
-
],
|
|
12143
|
-
"codeSyntax": {},
|
|
12144
|
-
"deletedButReferenced": true
|
|
12145
|
-
},
|
|
12146
13282
|
"VariableID:12479:23365": {
|
|
12147
13283
|
"name": "manner-temp/l3/text",
|
|
12148
13284
|
"id": "VariableID:12479:23365",
|
|
@@ -12199,35 +13335,6 @@ const FIGMA_VARIABLES = {
|
|
|
12199
13335
|
],
|
|
12200
13336
|
"codeSyntax": {}
|
|
12201
13337
|
},
|
|
12202
|
-
"VariableID:12548:1443": {
|
|
12203
|
-
"name": "manner-temp/l4/static",
|
|
12204
|
-
"id": "VariableID:12548:1443",
|
|
12205
|
-
"remote": false,
|
|
12206
|
-
"key": "01f8a395aab2c47497262b0da2e4b333abfdb96c",
|
|
12207
|
-
"variableCollectionId": "VariableCollectionId:1:3",
|
|
12208
|
-
"resolvedType": "COLOR",
|
|
12209
|
-
"description": "",
|
|
12210
|
-
"hiddenFromPublishing": false,
|
|
12211
|
-
"valuesByMode": {
|
|
12212
|
-
"1928:7": {
|
|
12213
|
-
"r": 0.1882352977991104,
|
|
12214
|
-
"g": 0.7803921699523926,
|
|
12215
|
-
"b": 0.5843137502670288,
|
|
12216
|
-
"a": 1
|
|
12217
|
-
},
|
|
12218
|
-
"1928:8": {
|
|
12219
|
-
"r": 0.1882352977991104,
|
|
12220
|
-
"g": 0.7803921699523926,
|
|
12221
|
-
"b": 0.5843137502670288,
|
|
12222
|
-
"a": 1
|
|
12223
|
-
}
|
|
12224
|
-
},
|
|
12225
|
-
"scopes": [
|
|
12226
|
-
"ALL_SCOPES"
|
|
12227
|
-
],
|
|
12228
|
-
"codeSyntax": {},
|
|
12229
|
-
"deletedButReferenced": true
|
|
12230
|
-
},
|
|
12231
13338
|
"VariableID:12479:23366": {
|
|
12232
13339
|
"name": "manner-temp/l4/text",
|
|
12233
13340
|
"id": "VariableID:12479:23366",
|
|
@@ -12284,35 +13391,6 @@ const FIGMA_VARIABLES = {
|
|
|
12284
13391
|
],
|
|
12285
13392
|
"codeSyntax": {}
|
|
12286
13393
|
},
|
|
12287
|
-
"VariableID:12548:1444": {
|
|
12288
|
-
"name": "manner-temp/l5/static",
|
|
12289
|
-
"id": "VariableID:12548:1444",
|
|
12290
|
-
"remote": false,
|
|
12291
|
-
"key": "9cedfcdca910a043de0cb216a1f2593a3029ff33",
|
|
12292
|
-
"variableCollectionId": "VariableCollectionId:1:3",
|
|
12293
|
-
"resolvedType": "COLOR",
|
|
12294
|
-
"description": "",
|
|
12295
|
-
"hiddenFromPublishing": false,
|
|
12296
|
-
"valuesByMode": {
|
|
12297
|
-
"1928:7": {
|
|
12298
|
-
"r": 1,
|
|
12299
|
-
"g": 0.6313725709915161,
|
|
12300
|
-
"b": 0.07450980693101883,
|
|
12301
|
-
"a": 1
|
|
12302
|
-
},
|
|
12303
|
-
"1928:8": {
|
|
12304
|
-
"r": 1,
|
|
12305
|
-
"g": 0.6313725709915161,
|
|
12306
|
-
"b": 0.07450980693101883,
|
|
12307
|
-
"a": 1
|
|
12308
|
-
}
|
|
12309
|
-
},
|
|
12310
|
-
"scopes": [
|
|
12311
|
-
"ALL_SCOPES"
|
|
12312
|
-
],
|
|
12313
|
-
"codeSyntax": {},
|
|
12314
|
-
"deletedButReferenced": true
|
|
12315
|
-
},
|
|
12316
13394
|
"VariableID:12479:23367": {
|
|
12317
13395
|
"name": "manner-temp/l5/text",
|
|
12318
13396
|
"id": "VariableID:12479:23367",
|
|
@@ -12369,35 +13447,6 @@ const FIGMA_VARIABLES = {
|
|
|
12369
13447
|
],
|
|
12370
13448
|
"codeSyntax": {}
|
|
12371
13449
|
},
|
|
12372
|
-
"VariableID:12548:1445": {
|
|
12373
|
-
"name": "manner-temp/l6/static",
|
|
12374
|
-
"id": "VariableID:12548:1445",
|
|
12375
|
-
"remote": false,
|
|
12376
|
-
"key": "b7d244e9c771ea91fcd18e6f1c566d84cfb396f8",
|
|
12377
|
-
"variableCollectionId": "VariableCollectionId:1:3",
|
|
12378
|
-
"resolvedType": "COLOR",
|
|
12379
|
-
"description": "",
|
|
12380
|
-
"hiddenFromPublishing": false,
|
|
12381
|
-
"valuesByMode": {
|
|
12382
|
-
"1928:7": {
|
|
12383
|
-
"r": 1,
|
|
12384
|
-
"g": 0.43529412150382996,
|
|
12385
|
-
"b": 0.05882352963089943,
|
|
12386
|
-
"a": 1
|
|
12387
|
-
},
|
|
12388
|
-
"1928:8": {
|
|
12389
|
-
"r": 1,
|
|
12390
|
-
"g": 0.43529412150382996,
|
|
12391
|
-
"b": 0.05882352963089943,
|
|
12392
|
-
"a": 1
|
|
12393
|
-
}
|
|
12394
|
-
},
|
|
12395
|
-
"scopes": [
|
|
12396
|
-
"ALL_SCOPES"
|
|
12397
|
-
],
|
|
12398
|
-
"codeSyntax": {},
|
|
12399
|
-
"deletedButReferenced": true
|
|
12400
|
-
},
|
|
12401
13450
|
"VariableID:12479:23368": {
|
|
12402
13451
|
"name": "manner-temp/l6/text",
|
|
12403
13452
|
"id": "VariableID:12479:23368",
|
|
@@ -12607,7 +13656,8 @@ const FIGMA_VARIABLES = {
|
|
|
12607
13656
|
"1:5": "iOS",
|
|
12608
13657
|
"1:6": "iOS",
|
|
12609
13658
|
"1:7": "iOS",
|
|
12610
|
-
"1:8": "Android"
|
|
13659
|
+
"1:8": "Android",
|
|
13660
|
+
"51907:0": "Android"
|
|
12611
13661
|
},
|
|
12612
13662
|
"scopes": [
|
|
12613
13663
|
"ALL_SCOPES"
|