@seed-design/figma 1.1.9 → 1.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1060,9 +1060,7 @@ const templateBannerDetach = {
1060
1060
  "type": "VARIANT",
1061
1061
  "variantOptions": [
1062
1062
  "Title + Description",
1063
- "Description + Title",
1064
- "Layout3",
1065
- "Layout4"
1063
+ "Description + Title"
1066
1064
  ]
1067
1065
  },
1068
1066
  "Rounded": {
@@ -1130,34 +1128,6 @@ const templateChipGroup = {
1130
1128
  }
1131
1129
  }
1132
1130
  };
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
1131
  const templateCustomPickerField = {
1162
1132
  "name": "templateCustomPickerField",
1163
1133
  "key": "91d73dfc297a467d78dc91ade6ff9be9a152619e",
@@ -1171,7 +1141,7 @@ const templateCustomPickerField = {
1171
1141
  "State": {
1172
1142
  "type": "VARIANT",
1173
1143
  "variantOptions": [
1174
- "Default",
1144
+ "Enabled",
1175
1145
  "Error",
1176
1146
  "Disabled",
1177
1147
  "Read Only"
@@ -1186,31 +1156,70 @@ const templateCustomPickerField = {
1186
1156
  }
1187
1157
  }
1188
1158
  };
1189
- const templateErrorState = {
1190
- "name": "templateErrorState",
1191
- "key": "39b4ecd0b5b4d35f4dc5791765ca04aa062a5172",
1159
+ const templateResultSection = {
1160
+ "name": "templateResultSection",
1161
+ "key": "fabd52c41c63d921e37e0a1de373e4df2b496f30",
1192
1162
  "componentPropertyDefinitions": {
1193
- "Show Action Button#9080:5": {
1194
- "type": "BOOLEAN"
1195
- },
1196
1163
  "Title#16237:0": {
1197
1164
  "type": "TEXT"
1198
1165
  },
1199
1166
  "Description#16237:5": {
1200
1167
  "type": "TEXT"
1201
1168
  },
1202
- "Variant": {
1203
- "type": "VARIANT",
1204
- "variantOptions": [
1205
- "Default",
1206
- "Basement"
1169
+ "Asset Type#45154:9": {
1170
+ "type": "INSTANCE_SWAP",
1171
+ "preferredValues": [
1172
+ {
1173
+ "type": "COMPONENT",
1174
+ "key": "3f2ed06bd34fbaf24d371cefa973e09e2c2572bf"
1175
+ },
1176
+ {
1177
+ "type": "COMPONENT",
1178
+ "key": "bf1ad3ad5c45a2e94fd800f7f6ecbe52ba0667ab"
1179
+ },
1180
+ {
1181
+ "type": "COMPONENT",
1182
+ "key": "d357dcf0fbff80f3bfa70fe4fd5d48a9bddd1b49"
1183
+ },
1184
+ {
1185
+ "type": "COMPONENT",
1186
+ "key": "a53df434b562c1eeb04dab9abd88431989c5fc33"
1187
+ },
1188
+ {
1189
+ "type": "COMPONENT",
1190
+ "key": "5e53811a1e1444deccb5147b6a57196a3be467c9"
1191
+ },
1192
+ {
1193
+ "type": "COMPONENT",
1194
+ "key": "3ff3999d2d2bbed2c7656210793d4f083901f73b"
1195
+ },
1196
+ {
1197
+ "type": "COMPONENT",
1198
+ "key": "56fcf964b7784ca83eaf6c9b1531de6150d23a0d"
1199
+ },
1200
+ {
1201
+ "type": "COMPONENT",
1202
+ "key": "5652618ddd66c844ab977d083d0dc41cb98f98ae"
1203
+ }
1207
1204
  ]
1208
1205
  },
1209
- "Layout": {
1206
+ "Show Asset#45154:14": {
1207
+ "type": "BOOLEAN"
1208
+ },
1209
+ "Show Buttons#53435:0": {
1210
+ "type": "BOOLEAN"
1211
+ },
1212
+ "ㄴShow First Button#53766:0": {
1213
+ "type": "BOOLEAN"
1214
+ },
1215
+ "ㄴShow Second Button#53766:3": {
1216
+ "type": "BOOLEAN"
1217
+ },
1218
+ "Size": {
1210
1219
  "type": "VARIANT",
1211
1220
  "variantOptions": [
1212
- "With Title",
1213
- "Description Only"
1221
+ "Large",
1222
+ "Medium"
1214
1223
  ]
1215
1224
  }
1216
1225
  }
@@ -1252,11 +1261,11 @@ const templateSliderField = {
1252
1261
  "State": {
1253
1262
  "type": "VARIANT",
1254
1263
  "variantOptions": [
1255
- "Default",
1264
+ "Enabled",
1265
+ "Pressed",
1256
1266
  "Error",
1257
1267
  "Disabled",
1258
- "Read Only",
1259
- "Pressed"
1268
+ "Read Only"
1260
1269
  ]
1261
1270
  }
1262
1271
  }
@@ -1281,7 +1290,7 @@ const templateTextField = {
1281
1290
  "State": {
1282
1291
  "type": "VARIANT",
1283
1292
  "variantOptions": [
1284
- "Default",
1293
+ "Enabled",
1285
1294
  "Focused",
1286
1295
  "Error",
1287
1296
  "Error Focused",
@@ -1305,7 +1314,7 @@ const templateTextareaField = {
1305
1314
  "State": {
1306
1315
  "type": "VARIANT",
1307
1316
  "variantOptions": [
1308
- "Default",
1317
+ "Enabled",
1309
1318
  "Focused",
1310
1319
  "Error",
1311
1320
  "Error Focused",
@@ -1335,7 +1344,8 @@ const templateTopNavigation = {
1335
1344
  "Variants": {
1336
1345
  "type": "VARIANT",
1337
1346
  "variantOptions": [
1338
- "Main Tab",
1347
+ "Root",
1348
+ "Root Preset",
1339
1349
  "Standard",
1340
1350
  "Standard Transparent",
1341
1351
  "Large Title"
@@ -1608,6 +1618,9 @@ const bottomSheet = {
1608
1618
  "Show Handle#49774:6": {
1609
1619
  "type": "BOOLEAN"
1610
1620
  },
1621
+ "Show Scroll Fog(Figma Only)#53171:3": {
1622
+ "type": "BOOLEAN"
1623
+ },
1611
1624
  "Header Layout": {
1612
1625
  "type": "VARIANT",
1613
1626
  "variantOptions": [
@@ -2139,8 +2152,7 @@ const listItem = {
2139
2152
  "variantOptions": [
2140
2153
  "Enabled",
2141
2154
  "Pressed",
2142
- "Disabled",
2143
- "Highlighted"
2155
+ "Disabled"
2144
2156
  ]
2145
2157
  },
2146
2158
  "Variants": {
@@ -2149,54 +2161,12 @@ const listItem = {
2149
2161
  "Single Line",
2150
2162
  "Multi Line"
2151
2163
  ]
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
2164
  },
2195
- "Variant": {
2165
+ "Highlighted": {
2196
2166
  "type": "VARIANT",
2197
2167
  "variantOptions": [
2198
- "Layer Default",
2199
- "Transparent"
2168
+ "True",
2169
+ "False"
2200
2170
  ]
2201
2171
  }
2202
2172
  }
@@ -2259,7 +2229,7 @@ const menuSheet = {
2259
2229
  "Show Safe Area#25531:15": {
2260
2230
  "type": "BOOLEAN"
2261
2231
  },
2262
- "Show Description#32984:0": {
2232
+ "Show Header Description#32984:0": {
2263
2233
  "type": "BOOLEAN"
2264
2234
  },
2265
2235
  "Menu Group Count": {
@@ -2274,7 +2244,8 @@ const menuSheet = {
2274
2244
  "type": "VARIANT",
2275
2245
  "variantOptions": [
2276
2246
  "Text Only",
2277
- "Text with Icon"
2247
+ "Text with Icon",
2248
+ "Text with Subtext"
2278
2249
  ]
2279
2250
  }
2280
2251
  }
@@ -2310,7 +2281,8 @@ const pageBanner = {
2310
2281
  "Informative",
2311
2282
  "Positive",
2312
2283
  "Warning",
2313
- "Critical"
2284
+ "Critical",
2285
+ "Magic"
2314
2286
  ]
2315
2287
  },
2316
2288
  "Variant": {
@@ -2519,24 +2491,45 @@ const resizableChild = {
2519
2491
  }
2520
2492
  }
2521
2493
  };
2522
- const scrollFog = {
2523
- "name": "scrollFog",
2524
- "key": "0a06ea65fe164e0245fde6ac6c97135990a4de3c",
2494
+ const rootTopNavigationGlobal = {
2495
+ "name": "rootTopNavigationGlobal",
2496
+ "key": "a694a1da14a5c1d7d5c66bc78218c0c61fb388ab",
2525
2497
  "componentPropertyDefinitions": {
2526
- "Orientation": {
2498
+ "Title#6406:6": {
2499
+ "type": "TEXT"
2500
+ },
2501
+ "Button Label#6409:18": {
2502
+ "type": "TEXT"
2503
+ },
2504
+ "Show Button#52619:0": {
2505
+ "type": "BOOLEAN"
2506
+ },
2507
+ "Title Type": {
2527
2508
  "type": "VARIANT",
2528
2509
  "variantOptions": [
2529
- "Top ⬇️",
2530
- "Bottom ⬆️",
2531
- "Right ➡️",
2532
- "Left ⬅️"
2510
+ "Text"
2533
2511
  ]
2534
2512
  },
2535
- "Layer": {
2513
+ "Variant": {
2536
2514
  "type": "VARIANT",
2537
2515
  "variantOptions": [
2538
- "Default",
2539
- "Floating"
2516
+ "Layer Default"
2517
+ ]
2518
+ }
2519
+ }
2520
+ };
2521
+ const rootTopNavigationKr = {
2522
+ "name": "rootTopNavigationKr",
2523
+ "key": "41d3601e6b4c632a56cdc8fad485a76c026fdd8e",
2524
+ "componentPropertyDefinitions": {
2525
+ "Title#6406:6": {
2526
+ "type": "TEXT"
2527
+ },
2528
+ "Title Type": {
2529
+ "type": "VARIANT",
2530
+ "variantOptions": [
2531
+ "Text",
2532
+ "Button"
2540
2533
  ]
2541
2534
  }
2542
2535
  }
@@ -2615,7 +2608,7 @@ const skeleton = {
2615
2608
  };
2616
2609
  const slider = {
2617
2610
  "name": "slider",
2618
- "key": "c748f314f790eb804138bd105bfb0bd0584c9aa1",
2611
+ "key": "14b3278452f03fa01ecc8012a07f124766714566",
2619
2612
  "componentPropertyDefinitions": {
2620
2613
  "Has Tick Mark#47921:0": {
2621
2614
  "type": "BOOLEAN"
@@ -2992,8 +2985,6 @@ var FIGMA_COMPONENTS = {
2992
2985
  helpBubble: helpBubble,
2993
2986
  listHeader: listHeader,
2994
2987
  listItem: listItem,
2995
- mainTabNavigationGlobal: mainTabNavigationGlobal,
2996
- mainTabNavigationKr: mainTabNavigationKr,
2997
2988
  mannerTemp: mannerTemp,
2998
2989
  mannerTempBadge: mannerTempBadge,
2999
2990
  menuSheet: menuSheet,
@@ -3004,7 +2995,8 @@ var FIGMA_COMPONENTS = {
3004
2995
  reactionButton: reactionButton,
3005
2996
  resizableChild: resizableChild,
3006
2997
  resizableIcon: resizableIcon,
3007
- scrollFog: scrollFog,
2998
+ rootTopNavigationGlobal: rootTopNavigationGlobal,
2999
+ rootTopNavigationKr: rootTopNavigationKr,
3008
3000
  segmentedControl: segmentedControl,
3009
3001
  selectBox: selectBox,
3010
3002
  skeleton: skeleton,
@@ -3017,9 +3009,8 @@ var FIGMA_COMPONENTS = {
3017
3009
  templateBannerDetach: templateBannerDetach,
3018
3010
  templateButtonGroup: templateButtonGroup,
3019
3011
  templateChipGroup: templateChipGroup,
3020
- templateCompletion: templateCompletion,
3021
3012
  templateCustomPickerField: templateCustomPickerField,
3022
- templateErrorState: templateErrorState,
3013
+ templateResultSection: templateResultSection,
3023
3014
  templateSelectBoxGroup: templateSelectBoxGroup,
3024
3015
  templateSliderField: templateSliderField,
3025
3016
  templateTextField: templateTextField,
@@ -3152,7 +3143,10 @@ const createActionButtonGhostHandler = (ctx)=>defineComponentHandler(ACTION_BUTT
3152
3143
  const { createLocalSnippetElement: createLocalSnippetElement$x } = createLocalSnippetHelper("alert-dialog");
3153
3144
  const { createLocalSnippetElement: createLocalSnippetElementTrigger$3 } = createLocalSnippetHelper("action-button");
3154
3145
  const ALERT_DIALOG_FOOTER_KEY = "00b1b131d67edf2875a7a1df8dfa88098d7c04be";
3155
- const createAlertDialogHandler = (_ctx)=>defineComponentHandler(alertDialog.key, (node, traverse)=>{
3146
+ const createAlertDialogHandler = (ctx)=>{
3147
+ const actionButtonHandler = createActionButtonHandler(ctx);
3148
+ const actionButtonGhostHandler = createActionButtonGhostHandler(ctx);
3149
+ return defineComponentHandler(alertDialog.key, (node, traverse)=>{
3156
3150
  const props = node.componentProperties;
3157
3151
  const alertDialogHeader = createLocalSnippetElement$x("AlertDialogHeader", undefined, [
3158
3152
  ...props["Show Title#20361:14"].value ? [
@@ -3172,7 +3166,30 @@ const createAlertDialogHandler = (_ctx)=>defineComponentHandler(alertDialog.key,
3172
3166
  const footerNode = footerNodes[0];
3173
3167
  const footerNodeProps = traverse(footerNode)?.props;
3174
3168
  const buttons = footerNode.children.map(traverse);
3175
- const alertDialogFooterChildren = match(footerNode.componentProperties.Type.value).with("Single", ()=>buttons).with("Neutral", "Critical", ()=>createSeedReactElement("ResponsivePair", footerNodeProps, buttons)).with("Neutral (Overflow)", "Critical (Overflow)", "Nonpreferred", ()=>createSeedReactElement("VStack", footerNodeProps, buttons)).exhaustive();
3169
+ const alertDialogFooterChildren = match(footerNode.componentProperties.Type.value).with("Single", ()=>buttons).with("Neutral", "Critical", ()=>createSeedReactElement("ResponsivePair", footerNodeProps, buttons)).with("Neutral (Overflow)", "Critical (Overflow)", ()=>createSeedReactElement("VStack", footerNodeProps, buttons)).with("Nonpreferred", ()=>{
3170
+ const [actionButtonNode] = findAllInstances({
3171
+ node: footerNode,
3172
+ key: actionButtonHandler.key
3173
+ });
3174
+ const [ghostButtonNode] = findAllInstances({
3175
+ node: footerNode,
3176
+ key: actionButtonGhostHandler.key
3177
+ });
3178
+ const actionButton = actionButtonHandler.transform(actionButtonNode, traverse);
3179
+ const ghostButton = actionButtonGhostHandler.transform(ghostButtonNode, traverse);
3180
+ const buttons = [
3181
+ actionButton,
3182
+ {
3183
+ ...ghostButton,
3184
+ props: {
3185
+ ...ghostButton.props,
3186
+ // nonpreferred shouldn't have bleedX, but in Figma it's not possible to represent that
3187
+ bleedX: undefined
3188
+ }
3189
+ }
3190
+ ];
3191
+ return createSeedReactElement("VStack", footerNodeProps, buttons);
3192
+ }).exhaustive();
3176
3193
  const alertDialogFooter = createLocalSnippetElement$x("AlertDialogFooter", undefined, alertDialogFooterChildren);
3177
3194
  return createLocalSnippetElement$x("AlertDialogRoot", {
3178
3195
  open: true
@@ -3186,6 +3203,7 @@ const createAlertDialogHandler = (_ctx)=>defineComponentHandler(alertDialog.key,
3186
3203
  ])
3187
3204
  ]);
3188
3205
  });
3206
+ };
3189
3207
 
3190
3208
  const { createLocalSnippetElement: createLocalSnippetElement$w } = createLocalSnippetHelper("app-bar");
3191
3209
  const APP_BAR_TITLE_KEY = "d2cc4f615b2b44098be89448ad1c573f94af0355";
@@ -3574,41 +3592,6 @@ const createDividerHandler = (_ctx)=>defineComponentHandler(divider.key, ({ comp
3574
3592
  return createSeedReactElement("Divider", commonProps, undefined);
3575
3593
  });
3576
3594
 
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: 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
3595
  const templateAddressPickerField = {
3613
3596
  "key": "a6cb0e888094d95ca0e9862f4775b34407b3611d"
3614
3597
  };
@@ -3718,7 +3701,7 @@ const FIELD_KEYS = {
3718
3701
  });
3719
3702
  };
3720
3703
 
3721
- const { createLocalSnippetElement: createLocalSnippetElement$l } = createLocalSnippetHelper("field-button");
3704
+ const { createLocalSnippetElement: createLocalSnippetElement$m } = createLocalSnippetHelper("field-button");
3722
3705
  const INPUT_BUTTON_KEY = "965bdecb58755af9a08d60cc3c8d2d33b42e15f0";
3723
3706
  const INPUT_BUTTON_PREFIX_KEY = "12b40c736a098298c64ba16de85702b4b460d1f1";
3724
3707
  const INPUT_BUTTON_SUFFIX_KEY = "5dda27af9f4afafa471925c17acf97d81912877a";
@@ -3777,11 +3760,11 @@ const createFieldButtonHandler = (ctx)=>{
3777
3760
  // these can be fragile but better than having 9 different handlers
3778
3761
  const placeholder = findOne(node, (node)=>node.type === "TEXT" && node.name.toLowerCase().includes("placeholder"));
3779
3762
  const value = findOne(node, (node)=>node.type === "TEXT" && node.name.toLowerCase().includes("value"));
3780
- return createLocalSnippetElement$l("FieldButton", {
3763
+ return createLocalSnippetElement$m("FieldButton", {
3781
3764
  ...headerProps,
3782
3765
  ...footerProps,
3783
3766
  ...commonProps
3784
- }, props["Has Value"].value === "True" && value ? createLocalSnippetElement$l("FieldButtonValue", undefined, value.characters) : placeholder ? createLocalSnippetElement$l("FieldButtonPlaceholder", undefined, placeholder.characters) : undefined, {
3767
+ }, props["Has Value"].value === "True" && value ? createLocalSnippetElement$m("FieldButtonValue", undefined, value.characters) : placeholder ? createLocalSnippetElement$m("FieldButtonPlaceholder", undefined, placeholder.characters) : undefined, {
3785
3768
  comment: "buttonProps를 통해 aria-label을 제공하세요."
3786
3769
  });
3787
3770
  });
@@ -3828,7 +3811,7 @@ const createAddressFieldHandler = (ctx)=>{
3828
3811
  });
3829
3812
  };
3830
3813
 
3831
- const { createLocalSnippetElement: createLocalSnippetElement$k } = createLocalSnippetHelper("floating-action-button");
3814
+ const { createLocalSnippetElement: createLocalSnippetElement$l } = createLocalSnippetHelper("floating-action-button");
3832
3815
  const BUTTON_TYPE_KEY = "8cecc85275115d653579d4c3156567ebf19f7b27";
3833
3816
  const MENU_TYPE_KEY = "400124347392c15473f9cd2d8a6aedb64f3baf36";
3834
3817
  const createFloatingActionButtonHandler = (ctx)=>defineComponentHandler(floatingActionButton.key, (node)=>{
@@ -3852,10 +3835,10 @@ const createFloatingActionButtonHandler = (ctx)=>defineComponentHandler(floating
3852
3835
  label: menu.componentProperties["Label#29766:9"].value
3853
3836
  };
3854
3837
  })();
3855
- return createLocalSnippetElement$k("FloatingActionButton", commonProps);
3838
+ return createLocalSnippetElement$l("FloatingActionButton", commonProps);
3856
3839
  });
3857
3840
 
3858
- const { createLocalSnippetElement: createLocalSnippetElement$j } = createLocalSnippetHelper("help-bubble");
3841
+ const { createLocalSnippetElement: createLocalSnippetElement$k } = createLocalSnippetHelper("help-bubble");
3859
3842
  const { createLocalSnippetElement: createLocalSnippetElementTrigger$1 } = createLocalSnippetHelper("action-button");
3860
3843
  const createHelpBubbleHandler = (_ctx)=>defineComponentHandler(helpBubble.key, ({ componentProperties: props })=>{
3861
3844
  const placement = (()=>{
@@ -3895,20 +3878,20 @@ const createHelpBubbleHandler = (_ctx)=>defineComponentHandler(helpBubble.key, (
3895
3878
  showCloseButton: props["Show Close Button#40538:0"].value,
3896
3879
  placement
3897
3880
  };
3898
- return createLocalSnippetElement$j("HelpBubbleTrigger", commonProps, createLocalSnippetElementTrigger$1("ActionButton", {}, "HelpBubble 열기"), {
3881
+ return createLocalSnippetElement$k("HelpBubbleTrigger", commonProps, createLocalSnippetElementTrigger$1("ActionButton", {}, "HelpBubble 열기"), {
3899
3882
  comment: "필요에 따라 HelpBubbleAnchor로 변경하여 사용하세요."
3900
3883
  });
3901
3884
  });
3902
3885
 
3903
- const { createLocalSnippetElement: createLocalSnippetElement$i } = createLocalSnippetHelper("list-header");
3886
+ const { createLocalSnippetElement: createLocalSnippetElement$j } = createLocalSnippetHelper("list-header");
3904
3887
  const createListHeaderHandler = (_ctx)=>defineComponentHandler(listHeader.key, ({ componentProperties: props })=>{
3905
3888
  const commonProps = {
3906
3889
  variant: camelCase(props["Variant"].value)
3907
3890
  };
3908
- return createLocalSnippetElement$i("ListHeader", commonProps, props["Title#28588:0"].value);
3891
+ return createLocalSnippetElement$j("ListHeader", commonProps, props["Title#28588:0"].value);
3909
3892
  });
3910
3893
 
3911
- const { createLocalSnippetElement: createLocalSnippetElement$h } = createLocalSnippetHelper("list");
3894
+ const { createLocalSnippetElement: createLocalSnippetElement$i } = createLocalSnippetHelper("list");
3912
3895
  const PREFIX_KEYS = {
3913
3896
  checkmark: "f24c9ef42ef08df79483fbae0fa7d9037e566748",
3914
3897
  radioMark: "5a77ad37a2291989dfe77c44ddee9aa39e447f90",
@@ -4013,42 +3996,42 @@ const createListItemHandler = (ctx)=>defineComponentHandler(listItem.key, (node,
4013
3996
  ...disabled && (tag === "ListButtonItem" || tag === "ListCheckItem" || tag === "ListRadioItem" || tag === "ListSwitchItem") && {
4014
3997
  disabled: true
4015
3998
  },
4016
- ...props.State.value === "Highlighted" && {
3999
+ ...props.Highlighted.value === "True" && {
4017
4000
  highlighted: true
4018
4001
  }
4019
4002
  };
4020
4003
  const comment = match(tag).with("ListItem", ()=>"목적에 따라 ListButtonItem이나 ListLinkItem으로 바꿔 사용하세요.").with("ListCheckItem", ()=>`<List as="fieldset">과 함께 사용하세요.`).with("ListRadioItem", ()=>"<RadioGroup.Root>와 함께 사용하세요.").otherwise(()=>undefined);
4021
- const list = createLocalSnippetElement$h(tag, commonProps, undefined, {
4004
+ const list = createLocalSnippetElement$i(tag, commonProps, undefined, {
4022
4005
  comment
4023
4006
  });
4024
4007
  if (props["Divider#28441:0"].value) {
4025
4008
  return createElement("", {}, [
4026
4009
  list,
4027
- createLocalSnippetElement$h("ListDivider")
4010
+ createLocalSnippetElement$i("ListDivider")
4028
4011
  ]);
4029
4012
  }
4030
4013
  return list;
4031
4014
  });
4032
4015
 
4033
- const { createLocalSnippetElement: createLocalSnippetElement$g } = createLocalSnippetHelper("manner-temp-badge");
4016
+ const { createLocalSnippetElement: createLocalSnippetElement$h } = createLocalSnippetHelper("manner-temp-badge");
4034
4017
  const createMannerTempBadgeHandler = (_ctx)=>defineComponentHandler(mannerTempBadge.key, ({ children })=>{
4035
4018
  const textNode = children.find((child)=>child.type === "TEXT");
4036
4019
  const commonProps = {
4037
4020
  temperature: Number(textNode?.characters.replace(/[^\d.-]/g, "") ?? "-1")
4038
4021
  };
4039
- return createLocalSnippetElement$g("MannerTempBadge", commonProps);
4022
+ return createLocalSnippetElement$h("MannerTempBadge", commonProps);
4040
4023
  });
4041
4024
 
4042
- const { createLocalSnippetElement: createLocalSnippetElement$f } = createLocalSnippetHelper("manner-temp");
4025
+ const { createLocalSnippetElement: createLocalSnippetElement$g } = createLocalSnippetHelper("manner-temp");
4043
4026
  const createMannerTempHandler = (_ctx)=>defineComponentHandler(mannerTemp.key, ({ children })=>{
4044
4027
  const textNode = children.find((child)=>child.type === "TEXT");
4045
4028
  const commonProps = {
4046
4029
  temperature: Number(textNode?.characters.replace(/[^\d.-]/g, "") ?? "-1")
4047
4030
  };
4048
- return createLocalSnippetElement$f("MannerTemp", commonProps);
4031
+ return createLocalSnippetElement$g("MannerTemp", commonProps);
4049
4032
  });
4050
4033
 
4051
- const { createLocalSnippetElement: createLocalSnippetElement$e } = createLocalSnippetHelper("menu-sheet");
4034
+ const { createLocalSnippetElement: createLocalSnippetElement$f } = createLocalSnippetHelper("menu-sheet");
4052
4035
  const { createLocalSnippetElement: createLocalSnippetElementTrigger } = createLocalSnippetHelper("action-button");
4053
4036
  const MENU_SHEET_ITEM_KEY = "057083e95466da59051119eec0b41d4ad5a07f8f";
4054
4037
  const createMenuSheetItemHandler = (ctx)=>defineComponentHandler(MENU_SHEET_ITEM_KEY, ({ componentProperties: props })=>{
@@ -4059,7 +4042,7 @@ const createMenuSheetItemHandler = (ctx)=>defineComponentHandler(MENU_SHEET_ITEM
4059
4042
  disabled: true
4060
4043
  }
4061
4044
  };
4062
- return createLocalSnippetElement$e("MenuSheetItem", commonProps, [
4045
+ return createLocalSnippetElement$f("MenuSheetItem", commonProps, [
4063
4046
  props["Show Prefix Icon#17043:5"].value ? createSeedReactElement("PrefixIcon", {
4064
4047
  svg: ctx.iconHandler.transform(props["Prefix Icon#55948:0"])
4065
4048
  }) : undefined,
@@ -4075,7 +4058,7 @@ const createMenuSheetGroupHandler = (ctx)=>{
4075
4058
  key: menuSheetItemHandler.key
4076
4059
  });
4077
4060
  const contentChildren = items.map((item)=>menuSheetItemHandler.transform(item, traverse));
4078
- return createLocalSnippetElement$e("MenuSheetGroup", undefined, contentChildren);
4061
+ return createLocalSnippetElement$f("MenuSheetGroup", undefined, contentChildren);
4079
4062
  });
4080
4063
  };
4081
4064
  const createMenuSheetHandler = (ctx)=>{
@@ -4090,28 +4073,28 @@ const createMenuSheetHandler = (ctx)=>{
4090
4073
  const title = props["Show Header#17043:12"].value ? props["Title Text#14599:0"].value : undefined;
4091
4074
  // TODO: React 구현체에 description 추가 이후
4092
4075
  // const description = props["Description Text#21827:0"].value;
4093
- const { labelAlignment } = match(props.Layout.value).with("Text with Icon", ()=>({
4094
- labelAlignment: undefined
4076
+ const { labelAlign } = match(props.Layout.value).with("Text with Icon", "Text with Subtext", ()=>({
4077
+ labelAlign: "left"
4095
4078
  })).with("Text Only", ()=>({
4096
- labelAlignment: "center"
4079
+ labelAlign: "center"
4097
4080
  })).exhaustive();
4098
- const content = createLocalSnippetElement$e("MenuSheetContent", {
4081
+ const content = createLocalSnippetElement$f("MenuSheetContent", {
4099
4082
  title,
4100
- labelAlignment
4083
+ labelAlign
4101
4084
  }, contentChildren, {
4102
4085
  comment: title ? undefined : "title을 제공하지 않는 경우 aria-label이나 aria-labelledby 중 하나를 제공해야 합니다."
4103
4086
  });
4104
- const trigger = createLocalSnippetElement$e("MenuSheetTrigger", {
4087
+ const trigger = createLocalSnippetElement$f("MenuSheetTrigger", {
4105
4088
  asChild: true
4106
4089
  }, createLocalSnippetElementTrigger("ActionButton", {}, "MenuSheet 열기"));
4107
- return createLocalSnippetElement$e("MenuSheet", undefined, [
4090
+ return createLocalSnippetElement$f("MenuSheet", undefined, [
4108
4091
  trigger,
4109
4092
  content
4110
4093
  ]);
4111
4094
  });
4112
4095
  };
4113
4096
 
4114
- const { createLocalSnippetElement: createLocalSnippetElement$d } = createLocalSnippetHelper("page-banner");
4097
+ const { createLocalSnippetElement: createLocalSnippetElement$e } = createLocalSnippetHelper("page-banner");
4115
4098
  const SUFFIX_BUTTON_KEY = "7dce4e1242761ccd8e5da42278fc2d870918039c";
4116
4099
  const createPageBannerButtonHandler = (_ctx)=>defineComponentHandler(SUFFIX_BUTTON_KEY, (node)=>{
4117
4100
  return createElement("PageBannerButton", undefined, node.componentProperties["Label#39890:0"].value);
@@ -4145,7 +4128,7 @@ const createPageBannerHandler = (ctx)=>{
4145
4128
  })).exhaustive();
4146
4129
  const textNode = findOne(node, (child)=>child.type === "TEXT" && child.name === "Text");
4147
4130
  if (!textNode) {
4148
- return createLocalSnippetElement$d(tag, undefined, undefined, {
4131
+ return createLocalSnippetElement$e(tag, undefined, undefined, {
4149
4132
  comment: "내용을 제공해주세요."
4150
4133
  });
4151
4134
  }
@@ -4178,11 +4161,11 @@ const createPageBannerHandler = (ctx)=>{
4178
4161
  suffix
4179
4162
  }
4180
4163
  };
4181
- return createLocalSnippetElement$d(tag, commonProps);
4164
+ return createLocalSnippetElement$e(tag, commonProps);
4182
4165
  });
4183
4166
  };
4184
4167
 
4185
- const { createLocalSnippetElement: createLocalSnippetElement$c } = createLocalSnippetHelper("progress-circle");
4168
+ const { createLocalSnippetElement: createLocalSnippetElement$d } = createLocalSnippetHelper("progress-circle");
4186
4169
  const createProgressCircleHandler = (_ctx)=>defineComponentHandler(progressCircle.key, ({ componentProperties: props })=>{
4187
4170
  const { value, minValue, maxValue } = match(props.Value.value).with("Indeterminate", ()=>({
4188
4171
  value: undefined,
@@ -4214,10 +4197,10 @@ const createProgressCircleHandler = (_ctx)=>defineComponentHandler(progressCircl
4214
4197
  tone: camelCase(props.Tone.value)
4215
4198
  }
4216
4199
  };
4217
- return createLocalSnippetElement$c("ProgressCircle", commonProps);
4200
+ return createLocalSnippetElement$d("ProgressCircle", commonProps);
4218
4201
  });
4219
4202
 
4220
- const { createLocalSnippetElement: createLocalSnippetElement$b } = createLocalSnippetHelper("radio-group");
4203
+ const { createLocalSnippetElement: createLocalSnippetElement$c } = createLocalSnippetHelper("radio-group");
4221
4204
  const createRadioGroupItemHandler = (_ctx)=>defineComponentHandler(radio.key, ({ componentProperties: props })=>{
4222
4205
  const tone = match(props.Tone.value).with("Neutral", ()=>"neutral").with("🚫[Deprecated]Brand", ()=>"brand").exhaustive();
4223
4206
  const commonProps = {
@@ -4230,20 +4213,20 @@ const createRadioGroupItemHandler = (_ctx)=>defineComponentHandler(radio.key, ({
4230
4213
  tone,
4231
4214
  weight: camelCase(props.Weight.value)
4232
4215
  };
4233
- return createLocalSnippetElement$b("RadioGroupItem", commonProps);
4216
+ return createLocalSnippetElement$c("RadioGroupItem", commonProps);
4234
4217
  });
4235
4218
 
4236
- const { createLocalSnippetElement: createLocalSnippetElement$a } = createLocalSnippetHelper("radio-group");
4219
+ const { createLocalSnippetElement: createLocalSnippetElement$b } = createLocalSnippetHelper("radio-group");
4237
4220
  const createRadioMarkHandler = (_ctx)=>defineComponentHandler(radioMark.key, ({ componentProperties: props })=>{
4238
4221
  const tone = match(props.Tone.value).with("Neutral", ()=>"neutral").with("🚫[Deprecated]Brand", ()=>"brand").exhaustive();
4239
4222
  const commonProps = {
4240
4223
  tone,
4241
4224
  size: handleSizeProp(props.Size.value)
4242
4225
  };
4243
- return createLocalSnippetElement$a("RadioMark", commonProps);
4226
+ return createLocalSnippetElement$b("RadioMark", commonProps);
4244
4227
  });
4245
4228
 
4246
- const { createLocalSnippetElement: createLocalSnippetElement$9 } = createLocalSnippetHelper("reaction-button");
4229
+ const { createLocalSnippetElement: createLocalSnippetElement$a } = createLocalSnippetHelper("reaction-button");
4247
4230
  const createReactionButtonHandler = (ctx)=>defineComponentHandler(reactionButton.key, ({ componentProperties: props })=>{
4248
4231
  const commonProps = {
4249
4232
  size: handleSizeProp(props.Size.value),
@@ -4257,7 +4240,7 @@ const createReactionButtonHandler = (ctx)=>defineComponentHandler(reactionButton
4257
4240
  defaultPressed: true
4258
4241
  }
4259
4242
  };
4260
- return createLocalSnippetElement$9("ReactionButton", commonProps, [
4243
+ return createLocalSnippetElement$a("ReactionButton", commonProps, [
4261
4244
  createSeedReactElement("PrefixIcon", {
4262
4245
  svg: ctx.iconHandler.transform(props["Icon#12379:0"])
4263
4246
  }),
@@ -4266,6 +4249,48 @@ const createReactionButtonHandler = (ctx)=>defineComponentHandler(reactionButton
4266
4249
  ]);
4267
4250
  });
4268
4251
 
4252
+ const { createLocalSnippetElement: createLocalSnippetElement$9 } = createLocalSnippetHelper("result-section");
4253
+ const createResultSectionHandler = (ctx)=>{
4254
+ const actionButtonHandler = createActionButtonHandler(ctx);
4255
+ const ghostButtonHandler = createActionButtonGhostHandler(ctx);
4256
+ return defineComponentHandler(templateResultSection.key, (node, traverse)=>{
4257
+ const props = node.componentProperties;
4258
+ const [actionButton] = props["Show Buttons#53435:0"].value && props["ㄴShow First Button#53766:0"].value ? findAllInstances({
4259
+ node,
4260
+ key: actionButtonHandler.key
4261
+ }) : [
4262
+ undefined
4263
+ ];
4264
+ const [ghostButton] = props["Show Buttons#53435:0"].value && props["ㄴShow Second Button#53766:3"].value ? findAllInstances({
4265
+ node,
4266
+ key: ghostButtonHandler.key
4267
+ }) : [
4268
+ undefined
4269
+ ];
4270
+ const commonProps = {
4271
+ size: handleSizeProp(props.Size.value),
4272
+ ...props["Show Asset#45154:14"].value && {
4273
+ asset: createSeedReactElement("Box", undefined, createElement("div", undefined, undefined, {
4274
+ comment: "Asset Placeholder"
4275
+ }))
4276
+ },
4277
+ title: props["Title#16237:0"].value,
4278
+ description: props["Description#16237:5"].value,
4279
+ ...actionButton && {
4280
+ primaryActionProps: {
4281
+ children: actionButtonHandler.transform(actionButton, traverse).children[0]
4282
+ }
4283
+ },
4284
+ ...ghostButton && {
4285
+ secondaryActionProps: {
4286
+ children: ghostButtonHandler.transform(ghostButton, traverse).children[0]
4287
+ }
4288
+ }
4289
+ };
4290
+ return createLocalSnippetElement$9("ResultSection", commonProps);
4291
+ });
4292
+ };
4293
+
4269
4294
  const { createLocalSnippetElement: createLocalSnippetElement$8 } = createLocalSnippetHelper("segmented-control");
4270
4295
  const SEGMENTED_CONTROL_ITEM_KEY = "9a7ba0d4c041ddbce84ee48881788434fd6bccc8";
4271
4296
  const createSegmentedControlItemHandler = (_ctx)=>defineComponentHandler(SEGMENTED_CONTROL_ITEM_KEY, ({ componentProperties: props })=>{
@@ -5091,7 +5116,7 @@ const unboundSeedComponentHandlers = [
5091
5116
  createDatePickerFieldHandler,
5092
5117
  createSelectFieldHandler,
5093
5118
  createTimePickerFieldHandler,
5094
- createErrorStateHandler,
5119
+ createResultSectionHandler,
5095
5120
  createContextualFloatingButtonHandler,
5096
5121
  createFloatingActionButtonHandler,
5097
5122
  createHelpBubbleHandler,
@@ -5664,6 +5689,16 @@ const FIGMA_ICONS = {
5664
5689
  "type": "monochrome",
5665
5690
  "weight": "Line"
5666
5691
  },
5692
+ "070afb84fd59445e20d5ceac41203c4211cf48bd": {
5693
+ "name": "icon_carrot",
5694
+ "type": "monochrome",
5695
+ "weight": "Fill"
5696
+ },
5697
+ "a892412e4eddf35d5a48a5e6bfc70018287e532c": {
5698
+ "name": "icon_carrot",
5699
+ "type": "monochrome",
5700
+ "weight": "Line"
5701
+ },
5667
5702
  "4f15a5694c3c19f92fe4650601d97d485a65c4f9": {
5668
5703
  "name": "icon_cart",
5669
5704
  "type": "monochrome",
@@ -6394,6 +6429,16 @@ const FIGMA_ICONS = {
6394
6429
  "type": "monochrome",
6395
6430
  "weight": "Line"
6396
6431
  },
6432
+ "aeb546ca8da1616fc188ed81da905f689e2614df": {
6433
+ "name": "icon_fish_wave2",
6434
+ "type": "monochrome",
6435
+ "weight": "Fill"
6436
+ },
6437
+ "6772e68d0ff5041f1d40df574cac895a8f47260c": {
6438
+ "name": "icon_fish_wave2",
6439
+ "type": "monochrome",
6440
+ "weight": "Line"
6441
+ },
6397
6442
  "b237945ab37fbe826d1bb5fdd2f6bdba3d616c85": {
6398
6443
  "name": "icon_flag",
6399
6444
  "type": "monochrome",
@@ -6514,6 +6559,11 @@ const FIGMA_ICONS = {
6514
6559
  "type": "monochrome",
6515
6560
  "weight": "Line"
6516
6561
  },
6562
+ "de30fbf4eab742befbb46aa5487945e257a796b5": {
6563
+ "name": "icon_grid",
6564
+ "type": "monochrome",
6565
+ "weight": "Fill"
6566
+ },
6517
6567
  "94396773c3208ff19b7650bb7f48de6600492c83": {
6518
6568
  "name": "icon_grid_heart",
6519
6569
  "type": "monochrome",
@@ -6524,6 +6574,11 @@ const FIGMA_ICONS = {
6524
6574
  "type": "monochrome",
6525
6575
  "weight": "Line"
6526
6576
  },
6577
+ "e1595ab44ecfde3538e5945c3e529641cda50197": {
6578
+ "name": "icon_grid",
6579
+ "type": "monochrome",
6580
+ "weight": "Line"
6581
+ },
6527
6582
  "0076cc19d6b14f57194f3d8a5c8660010e9c1b45": {
6528
6583
  "name": "icon_hand_point_up",
6529
6584
  "type": "monochrome",
@@ -7994,6 +8049,26 @@ const FIGMA_ICONS = {
7994
8049
  "type": "monochrome",
7995
8050
  "weight": "Line"
7996
8051
  },
8052
+ "831d309f1a99b1f06cb17e2f69816ed1ce0be2fb": {
8053
+ "name": "icon_vertline_coupon",
8054
+ "type": "monochrome",
8055
+ "weight": "Fill"
8056
+ },
8057
+ "17c2d6e18ae4b5cc53ac7b4e2eb3a6cd12166793": {
8058
+ "name": "icon_vertline_coupon",
8059
+ "type": "monochrome",
8060
+ "weight": "Line"
8061
+ },
8062
+ "d8edabc61872457829905a0e0d11b2b222b29b94": {
8063
+ "name": "icon_vertline3_viewfinder",
8064
+ "type": "monochrome",
8065
+ "weight": "Fill"
8066
+ },
8067
+ "95b4017d83a1d3b09968b7bceeec4e06b0b950b4": {
8068
+ "name": "icon_vertline3_viewfinder",
8069
+ "type": "monochrome",
8070
+ "weight": "Line"
8071
+ },
7997
8072
  "a1a83f702b7d2144d67f73f521c385985e1c8fc7": {
7998
8073
  "name": "icon_vertline4_sparkle",
7999
8074
  "type": "monochrome",
@@ -8296,6 +8371,10 @@ const FIGMA_ICONS = {
8296
8371
  "name": "icon_figure_walk",
8297
8372
  "type": "multicolor"
8298
8373
  },
8374
+ "bfb3fa82c3642bd55ae5ab9da241fd4a6a593736": {
8375
+ "name": "icon_fish_wave2",
8376
+ "type": "multicolor"
8377
+ },
8299
8378
  "fe769cca256bb3fc7fa70682e1d85169ba104f53": {
8300
8379
  "name": "icon_fork_spoon",
8301
8380
  "type": "multicolor"
@@ -8729,6 +8808,7 @@ const FIGMA_VARIABLE_COLLECTIONS = {
8729
8808
  ],
8730
8809
  "key": "34e782f5d238a8c5be4618ff4a24ae0f4fc4e1da",
8731
8810
  "hiddenFromPublishing": false,
8811
+ "isExtension": false,
8732
8812
  "variableIds": [
8733
8813
  "VariableID:1:129",
8734
8814
  "VariableID:1:130",
@@ -8755,23 +8835,24 @@ const FIGMA_VARIABLE_COLLECTIONS = {
8755
8835
  "VariableID:8482:98909",
8756
8836
  "VariableID:1:155",
8757
8837
  "VariableID:1:156",
8758
- "VariableID:1:164",
8759
8838
  "VariableID:1:157",
8760
- "VariableID:1:165",
8761
8839
  "VariableID:238:17662",
8762
- "VariableID:17544:4057",
8763
- "VariableID:1:171",
8764
8840
  "VariableID:670:2700",
8765
- "VariableID:41186:6437",
8766
- "VariableID:1:172",
8767
- "VariableID:1:158",
8841
+ "VariableID:52349:2",
8842
+ "VariableID:52349:3",
8843
+ "VariableID:1:164",
8844
+ "VariableID:1:165",
8845
+ "VariableID:654:20851",
8846
+ "VariableID:1:171",
8847
+ "VariableID:41186:6437",
8848
+ "VariableID:1:172",
8849
+ "VariableID:1:158",
8768
8850
  "VariableID:1:161",
8769
8851
  "VariableID:1:159",
8770
8852
  "VariableID:576:22878",
8771
8853
  "VariableID:10181:32557",
8772
8854
  "VariableID:10181:8465",
8773
8855
  "VariableID:10181:35817",
8774
- "VariableID:654:20851",
8775
8856
  "VariableID:36929:111145",
8776
8857
  "VariableID:36929:111146",
8777
8858
  "VariableID:1:151",
@@ -8796,7 +8877,6 @@ const FIGMA_VARIABLE_COLLECTIONS = {
8796
8877
  "VariableID:33327:83273",
8797
8878
  "VariableID:1:167",
8798
8879
  "VariableID:764:14294",
8799
- "VariableID:1:170",
8800
8880
  "VariableID:1883:92911",
8801
8881
  "VariableID:1:169",
8802
8882
  "VariableID:41338:804",
@@ -8837,15 +8917,7 @@ const FIGMA_VARIABLE_COLLECTIONS = {
8837
8917
  "VariableID:14609:41561",
8838
8918
  "VariableID:14609:41562",
8839
8919
  "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
8920
  "VariableID:1:21",
8847
- "VariableID:12548:1444",
8848
- "VariableID:12548:1445",
8849
8921
  "VariableID:1:30",
8850
8922
  "VariableID:1883:92912",
8851
8923
  "VariableID:1883:92913",
@@ -8940,17 +9012,55 @@ const FIGMA_VARIABLE_COLLECTIONS = {
8940
9012
  "VariableID:30894:36313",
8941
9013
  "VariableID:30894:36314",
8942
9014
  "VariableID:30894:36315",
9015
+ "VariableID:54554:3095",
9016
+ "VariableID:54554:3097",
9017
+ "VariableID:54554:3098",
9018
+ "VariableID:50088:12999",
8943
9019
  "VariableID:1884:93034",
9020
+ "VariableID:1:168",
8944
9021
  "VariableID:1883:93030",
8945
9022
  "VariableID:1883:93031",
8946
9023
  "VariableID:30501:79135",
8947
9024
  "VariableID:12973:26217",
8948
9025
  "VariableID:10181:34417",
8949
- "VariableID:1:168",
9026
+ "VariableID:17544:4057",
9027
+ "VariableID:1:170",
9028
+ "VariableID:54461:116345",
9029
+ "VariableID:51280:230267",
9030
+ "VariableID:51280:230268",
9031
+ "VariableID:51280:230269",
9032
+ "VariableID:51280:230270",
9033
+ "VariableID:51280:230271",
9034
+ "VariableID:51280:230272",
9035
+ "VariableID:51280:230273",
9036
+ "VariableID:51280:230274",
9037
+ "VariableID:51280:230275",
9038
+ "VariableID:51280:230276",
9039
+ "VariableID:51280:230277",
9040
+ "VariableID:51280:230278",
9041
+ "VariableID:51280:230279",
9042
+ "VariableID:51280:230280",
9043
+ "VariableID:51280:230281",
9044
+ "VariableID:51280:230282",
9045
+ "VariableID:51280:230214",
9046
+ "VariableID:51280:230218",
9047
+ "VariableID:51280:230222",
9048
+ "VariableID:51280:230226",
9049
+ "VariableID:51280:230230",
9050
+ "VariableID:51280:230234",
9051
+ "VariableID:51280:230238",
9052
+ "VariableID:51280:230242",
9053
+ "VariableID:51280:230246",
9054
+ "VariableID:51280:230250",
9055
+ "VariableID:51280:230254",
9056
+ "VariableID:51280:230258",
9057
+ "VariableID:51280:230262",
9058
+ "VariableID:51280:230266",
9059
+ "VariableID:50088:12995",
8950
9060
  "VariableID:29913:8440",
8951
9061
  "VariableID:29917:362",
8952
- "VariableID:29917:5084",
8953
9062
  "VariableID:30009:40284",
9063
+ "VariableID:29917:5084",
8954
9064
  "VariableID:30009:40393",
8955
9065
  "VariableID:30021:1313",
8956
9066
  "VariableID:30023:1876",
@@ -8975,11 +9085,24 @@ const FIGMA_VARIABLE_COLLECTIONS = {
8975
9085
  "VariableID:43290:12822",
8976
9086
  "VariableID:43290:12823",
8977
9087
  "VariableID:43290:12824",
9088
+ "VariableID:51280:230283",
9089
+ "VariableID:51280:230284",
9090
+ "VariableID:51280:230285",
9091
+ "VariableID:51280:230286",
9092
+ "VariableID:51280:230287",
9093
+ "VariableID:51280:230288",
9094
+ "VariableID:51280:230289",
9095
+ "VariableID:51280:230290",
9096
+ "VariableID:51280:230291",
9097
+ "VariableID:51280:230292",
9098
+ "VariableID:51280:230293",
9099
+ "VariableID:51280:230294",
9100
+ "VariableID:51280:230295",
9101
+ "VariableID:51280:230296",
9102
+ "VariableID:51280:230297",
9103
+ "VariableID:51280:230298",
8978
9104
  "VariableID:49497:1643",
8979
- "VariableID:49497:1644",
8980
- "VariableID:49495:1861",
8981
- "VariableID:49497:1645",
8982
- "VariableID:49497:1646"
9105
+ "VariableID:49497:1644"
8983
9106
  ]
8984
9107
  },
8985
9108
  "VariableCollectionId:1:174": {
@@ -8995,6 +9118,7 @@ const FIGMA_VARIABLE_COLLECTIONS = {
8995
9118
  ],
8996
9119
  "key": "2d3b4ad8e4ba14ef53b92ba019942ca633ce21ba",
8997
9120
  "hiddenFromPublishing": false,
9121
+ "isExtension": false,
8998
9122
  "variableIds": [
8999
9123
  "VariableID:1:189",
9000
9124
  "VariableID:1:196",
@@ -9054,10 +9178,15 @@ const FIGMA_VARIABLE_COLLECTIONS = {
9054
9178
  {
9055
9179
  "modeId": "1:8",
9056
9180
  "name": "Android"
9181
+ },
9182
+ {
9183
+ "modeId": "51907:0",
9184
+ "name": "Android-xlarge"
9057
9185
  }
9058
9186
  ],
9059
9187
  "key": "75a9a164e0f9d49ba07e82176cbc7240569928a5",
9060
9188
  "hiddenFromPublishing": false,
9189
+ "isExtension": false,
9061
9190
  "variableIds": [
9062
9191
  "VariableID:1:199",
9063
9192
  "VariableID:1:200",
@@ -9139,6 +9268,7 @@ const FIGMA_VARIABLE_COLLECTIONS = {
9139
9268
  ],
9140
9269
  "key": "7b0f506ae5e0955f152efe15b7982265075ad655",
9141
9270
  "hiddenFromPublishing": false,
9271
+ "isExtension": false,
9142
9272
  "variableIds": [
9143
9273
  "VariableID:6075:34488",
9144
9274
  "VariableID:6075:34489",
@@ -9148,11 +9278,11 @@ const FIGMA_VARIABLE_COLLECTIONS = {
9148
9278
  };
9149
9279
 
9150
9280
  const FIGMA_VARIABLES = {
9151
- "VariableID:1:170": {
9152
- "name": "_legacy/stroke/field",
9153
- "id": "VariableID:1:170",
9281
+ "VariableID:54461:116345": {
9282
+ "name": "_legacy/bg/layer-fill",
9283
+ "id": "VariableID:54461:116345",
9154
9284
  "remote": false,
9155
- "key": "bffc4d796285b14756405c8faf1eb619eabf8b19",
9285
+ "key": "f015408caaf8301430455d23312a5b0a3cb9fb43",
9156
9286
  "variableCollectionId": "VariableCollectionId:1:3",
9157
9287
  "resolvedType": "COLOR",
9158
9288
  "description": "",
@@ -9160,63 +9290,11 @@ const FIGMA_VARIABLES = {
9160
9290
  "valuesByMode": {
9161
9291
  "1928:7": {
9162
9292
  "type": "VARIABLE_ALIAS",
9163
- "id": "VariableID:1883:92915"
9164
- },
9165
- "1928:8": {
9166
- "type": "VARIABLE_ALIAS",
9167
- "id": "VariableID:1883:92915"
9168
- }
9169
- },
9170
- "scopes": [
9171
- "FRAME_FILL",
9172
- "SHAPE_FILL",
9173
- "STROKE_COLOR"
9174
- ],
9175
- "codeSyntax": {}
9176
- },
9177
- "VariableID:17544:4057": {
9178
- "name": "_legacy/stroke/on-image",
9179
- "id": "VariableID:17544:4057",
9180
- "remote": false,
9181
- "key": "7dda7b5c673d7026f25eccc7533f6c81468b4518",
9182
- "variableCollectionId": "VariableCollectionId:1:3",
9183
- "resolvedType": "COLOR",
9184
- "description": "",
9185
- "hiddenFromPublishing": false,
9186
- "valuesByMode": {
9187
- "1928:7": {
9188
- "type": "VARIABLE_ALIAS",
9189
- "id": "VariableID:30894:36296"
9293
+ "id": "VariableID:1883:92912"
9190
9294
  },
9191
9295
  "1928:8": {
9192
9296
  "type": "VARIABLE_ALIAS",
9193
- "id": "VariableID:30894:36305"
9194
- }
9195
- },
9196
- "scopes": [
9197
- "ALL_SCOPES"
9198
- ],
9199
- "codeSyntax": {}
9200
- },
9201
- "VariableID:49495:1861": {
9202
- "name": "_scroll-fog",
9203
- "id": "VariableID:49495:1861",
9204
- "remote": false,
9205
- "key": "12f1d88d590090e396c9b283bb51d4e89d9016d2",
9206
- "variableCollectionId": "VariableCollectionId:1:3",
9207
- "resolvedType": "COLOR",
9208
- "description": "",
9209
- "hiddenFromPublishing": false,
9210
- "valuesByMode": {
9211
- "1928:7": {
9212
- "type": "VARIABLE_ALIAS",
9213
- "id": "VariableID:29453:35711"
9214
- },
9215
- "1928:8": {
9216
- "r": 1,
9217
- "g": 1,
9218
- "b": 1,
9219
- "a": 1
9297
+ "id": "VariableID:1883:92913"
9220
9298
  }
9221
9299
  },
9222
9300
  "scopes": [
@@ -9224,11 +9302,11 @@ const FIGMA_VARIABLES = {
9224
9302
  ],
9225
9303
  "codeSyntax": {}
9226
9304
  },
9227
- "VariableID:49497:1643": {
9228
- "name": "_scroll-fog/layer-default/0",
9229
- "id": "VariableID:49497:1643",
9305
+ "VariableID:1:170": {
9306
+ "name": "_legacy/stroke/field",
9307
+ "id": "VariableID:1:170",
9230
9308
  "remote": false,
9231
- "key": "fae00f7e2fc2ee7cd4bef58de19f468255ca4c5c",
9309
+ "key": "bffc4d796285b14756405c8faf1eb619eabf8b19",
9232
9310
  "variableCollectionId": "VariableCollectionId:1:3",
9233
9311
  "resolvedType": "COLOR",
9234
9312
  "description": "",
@@ -9236,51 +9314,25 @@ const FIGMA_VARIABLES = {
9236
9314
  "valuesByMode": {
9237
9315
  "1928:7": {
9238
9316
  "type": "VARIABLE_ALIAS",
9239
- "id": "VariableID:1:155"
9317
+ "id": "VariableID:1883:92915"
9240
9318
  },
9241
9319
  "1928:8": {
9242
9320
  "type": "VARIABLE_ALIAS",
9243
- "id": "VariableID:1:155"
9244
- }
9245
- },
9246
- "scopes": [
9247
- "ALL_SCOPES"
9248
- ],
9249
- "codeSyntax": {}
9250
- },
9251
- "VariableID:49497:1644": {
9252
- "name": "_scroll-fog/layer-default/1",
9253
- "id": "VariableID:49497:1644",
9254
- "remote": false,
9255
- "key": "fac0ada2e11c8d54997dce0fc72a723fce514a9f",
9256
- "variableCollectionId": "VariableCollectionId:1:3",
9257
- "resolvedType": "COLOR",
9258
- "description": "",
9259
- "hiddenFromPublishing": false,
9260
- "valuesByMode": {
9261
- "1928:7": {
9262
- "r": 1,
9263
- "g": 1,
9264
- "b": 1,
9265
- "a": 0
9266
- },
9267
- "1928:8": {
9268
- "r": 0.08627451211214066,
9269
- "g": 0.09019608050584793,
9270
- "b": 0.10588235408067703,
9271
- "a": 0
9321
+ "id": "VariableID:1883:92915"
9272
9322
  }
9273
9323
  },
9274
9324
  "scopes": [
9275
- "ALL_SCOPES"
9325
+ "FRAME_FILL",
9326
+ "SHAPE_FILL",
9327
+ "STROKE_COLOR"
9276
9328
  ],
9277
9329
  "codeSyntax": {}
9278
9330
  },
9279
- "VariableID:49497:1645": {
9280
- "name": "_scroll-fog/layer-floating/0",
9281
- "id": "VariableID:49497:1645",
9331
+ "VariableID:17544:4057": {
9332
+ "name": "_legacy/stroke/on-image",
9333
+ "id": "VariableID:17544:4057",
9282
9334
  "remote": false,
9283
- "key": "334d485b6f54e6ed8dce767cd150b578f4323ad3",
9335
+ "key": "7dda7b5c673d7026f25eccc7533f6c81468b4518",
9284
9336
  "variableCollectionId": "VariableCollectionId:1:3",
9285
9337
  "resolvedType": "COLOR",
9286
9338
  "description": "",
@@ -9288,39 +9340,11 @@ const FIGMA_VARIABLES = {
9288
9340
  "valuesByMode": {
9289
9341
  "1928:7": {
9290
9342
  "type": "VARIABLE_ALIAS",
9291
- "id": "VariableID:238:17662"
9343
+ "id": "VariableID:30894:36296"
9292
9344
  },
9293
9345
  "1928:8": {
9294
9346
  "type": "VARIABLE_ALIAS",
9295
- "id": "VariableID:238:17662"
9296
- }
9297
- },
9298
- "scopes": [
9299
- "ALL_SCOPES"
9300
- ],
9301
- "codeSyntax": {}
9302
- },
9303
- "VariableID:49497:1646": {
9304
- "name": "_scroll-fog/layer-floating/1",
9305
- "id": "VariableID:49497:1646",
9306
- "remote": false,
9307
- "key": "3259bea6c3999bc3ad72999fd3123648544bd002",
9308
- "variableCollectionId": "VariableCollectionId:1:3",
9309
- "resolvedType": "COLOR",
9310
- "description": "",
9311
- "hiddenFromPublishing": false,
9312
- "valuesByMode": {
9313
- "1928:7": {
9314
- "r": 1,
9315
- "g": 1,
9316
- "b": 1,
9317
- "a": 0
9318
- },
9319
- "1928:8": {
9320
- "r": 0.11555555462837219,
9321
- "g": 0.12638889253139496,
9322
- "b": 0.14444443583488464,
9323
- "a": 0
9347
+ "id": "VariableID:30894:36305"
9324
9348
  }
9325
9349
  },
9326
9350
  "scopes": [
@@ -9697,7 +9721,8 @@ const FIGMA_VARIABLES = {
9697
9721
  "scopes": [
9698
9722
  "FRAME_FILL",
9699
9723
  "SHAPE_FILL",
9700
- "STROKE_COLOR"
9724
+ "STROKE_COLOR",
9725
+ "EFFECT_COLOR"
9701
9726
  ],
9702
9727
  "codeSyntax": {}
9703
9728
  },
@@ -9727,7 +9752,7 @@ const FIGMA_VARIABLES = {
9727
9752
  "codeSyntax": {}
9728
9753
  },
9729
9754
  "VariableID:1:157": {
9730
- "name": "bg/layer-fill",
9755
+ "name": "bg/layer-elevated",
9731
9756
  "id": "VariableID:1:157",
9732
9757
  "remote": false,
9733
9758
  "key": "7f7f5cddc3c06ed9d96e55a9276273b642b0e3a8",
@@ -9738,7 +9763,7 @@ const FIGMA_VARIABLES = {
9738
9763
  "valuesByMode": {
9739
9764
  "1928:7": {
9740
9765
  "type": "VARIABLE_ALIAS",
9741
- "id": "VariableID:1883:92912"
9766
+ "id": "VariableID:1883:92911"
9742
9767
  },
9743
9768
  "1928:8": {
9744
9769
  "type": "VARIABLE_ALIAS",
@@ -9749,7 +9774,8 @@ const FIGMA_VARIABLES = {
9749
9774
  "FRAME_FILL",
9750
9775
  "SHAPE_FILL"
9751
9776
  ],
9752
- "codeSyntax": {}
9777
+ "codeSyntax": {},
9778
+ "deletedButReferenced": true
9753
9779
  },
9754
9780
  "VariableID:238:17662": {
9755
9781
  "name": "bg/layer-floating",
@@ -10228,6 +10254,58 @@ const FIGMA_VARIABLES = {
10228
10254
  ],
10229
10255
  "codeSyntax": {}
10230
10256
  },
10257
+ "VariableID:52349:2": {
10258
+ "name": "bg/transparent",
10259
+ "id": "VariableID:52349:2",
10260
+ "remote": false,
10261
+ "key": "00e78d0aac4330afd6729d7cce7b7821ef26ae29",
10262
+ "variableCollectionId": "VariableCollectionId:1:3",
10263
+ "resolvedType": "COLOR",
10264
+ "description": "",
10265
+ "hiddenFromPublishing": false,
10266
+ "valuesByMode": {
10267
+ "1928:7": {
10268
+ "r": 0,
10269
+ "g": 0,
10270
+ "b": 0,
10271
+ "a": 0
10272
+ },
10273
+ "1928:8": {
10274
+ "r": 1,
10275
+ "g": 1,
10276
+ "b": 1,
10277
+ "a": 0
10278
+ }
10279
+ },
10280
+ "scopes": [
10281
+ "ALL_SCOPES"
10282
+ ],
10283
+ "codeSyntax": {}
10284
+ },
10285
+ "VariableID:52349:3": {
10286
+ "name": "bg/transparent-pressed",
10287
+ "id": "VariableID:52349:3",
10288
+ "remote": false,
10289
+ "key": "25d97fe91509757204110a16673a67adfe7b159b",
10290
+ "variableCollectionId": "VariableCollectionId:1:3",
10291
+ "resolvedType": "COLOR",
10292
+ "description": "",
10293
+ "hiddenFromPublishing": false,
10294
+ "valuesByMode": {
10295
+ "1928:7": {
10296
+ "type": "VARIABLE_ALIAS",
10297
+ "id": "VariableID:30894:36295"
10298
+ },
10299
+ "1928:8": {
10300
+ "type": "VARIABLE_ALIAS",
10301
+ "id": "VariableID:30894:36305"
10302
+ }
10303
+ },
10304
+ "scopes": [
10305
+ "ALL_SCOPES"
10306
+ ],
10307
+ "codeSyntax": {}
10308
+ },
10231
10309
  "VariableID:1:145": {
10232
10310
  "name": "bg/warning-solid",
10233
10311
  "id": "VariableID:1:145",
@@ -11312,7 +11390,8 @@ const FIGMA_VARIABLES = {
11312
11390
  "1:5": "Figma Only iOS",
11313
11391
  "1:6": "Figma Only iOS",
11314
11392
  "1:7": "Figma Only iOS",
11315
- "1:8": "Roboto"
11393
+ "1:8": "Roboto",
11394
+ "51907:0": "Roboto"
11316
11395
  },
11317
11396
  "scopes": [
11318
11397
  "FONT_FAMILY"
@@ -11332,7 +11411,8 @@ const FIGMA_VARIABLES = {
11332
11411
  "1:5": "Figma Only iOS Text",
11333
11412
  "1:6": "Figma Only iOS Text",
11334
11413
  "1:7": "Figma Only iOS Text",
11335
- "1:8": "Roboto"
11414
+ "1:8": "Roboto",
11415
+ "51907:0": "Roboto"
11336
11416
  },
11337
11417
  "scopes": [
11338
11418
  "FONT_FAMILY"
@@ -11352,7 +11432,8 @@ const FIGMA_VARIABLES = {
11352
11432
  "1:5": 11,
11353
11433
  "1:6": 17,
11354
11434
  "1:7": 8,
11355
- "1:8": 11
11435
+ "1:8": 11,
11436
+ "51907:0": 16.5
11356
11437
  },
11357
11438
  "scopes": [
11358
11439
  "FONT_SIZE"
@@ -11372,7 +11453,8 @@ const FIGMA_VARIABLES = {
11372
11453
  "1:5": 26,
11373
11454
  "1:6": 32,
11374
11455
  "1:7": 23,
11375
- "1:8": 26
11456
+ "1:8": 26,
11457
+ "51907:0": 39
11376
11458
  },
11377
11459
  "scopes": [
11378
11460
  "FONT_SIZE"
@@ -11392,7 +11474,8 @@ const FIGMA_VARIABLES = {
11392
11474
  "1:5": 26,
11393
11475
  "1:6": 26,
11394
11476
  "1:7": 26,
11395
- "1:8": 26
11477
+ "1:8": 26,
11478
+ "51907:0": 26
11396
11479
  },
11397
11480
  "scopes": [
11398
11481
  "ALL_SCOPES"
@@ -11412,7 +11495,8 @@ const FIGMA_VARIABLES = {
11412
11495
  "1:5": 12,
11413
11496
  "1:6": 18,
11414
11497
  "1:7": 9,
11415
- "1:8": 12
11498
+ "1:8": 12,
11499
+ "51907:0": 18
11416
11500
  },
11417
11501
  "scopes": [
11418
11502
  "FONT_SIZE"
@@ -11432,7 +11516,8 @@ const FIGMA_VARIABLES = {
11432
11516
  "1:5": 13,
11433
11517
  "1:6": 19,
11434
11518
  "1:7": 10,
11435
- "1:8": 13
11519
+ "1:8": 13,
11520
+ "51907:0": 19.5
11436
11521
  },
11437
11522
  "scopes": [
11438
11523
  "FONT_SIZE"
@@ -11452,7 +11537,8 @@ const FIGMA_VARIABLES = {
11452
11537
  "1:5": 14,
11453
11538
  "1:6": 20,
11454
11539
  "1:7": 11,
11455
- "1:8": 14
11540
+ "1:8": 14,
11541
+ "51907:0": 21
11456
11542
  },
11457
11543
  "scopes": [
11458
11544
  "FONT_SIZE"
@@ -11472,7 +11558,8 @@ const FIGMA_VARIABLES = {
11472
11558
  "1:5": 16,
11473
11559
  "1:6": 22,
11474
11560
  "1:7": 13,
11475
- "1:8": 16
11561
+ "1:8": 16,
11562
+ "51907:0": 24
11476
11563
  },
11477
11564
  "scopes": [
11478
11565
  "FONT_SIZE"
@@ -11492,7 +11579,8 @@ const FIGMA_VARIABLES = {
11492
11579
  "1:5": 18,
11493
11580
  "1:6": 24,
11494
11581
  "1:7": 15,
11495
- "1:8": 18
11582
+ "1:8": 18,
11583
+ "51907:0": 27
11496
11584
  },
11497
11585
  "scopes": [
11498
11586
  "FONT_SIZE"
@@ -11512,7 +11600,8 @@ const FIGMA_VARIABLES = {
11512
11600
  "1:5": 20,
11513
11601
  "1:6": 26,
11514
11602
  "1:7": 17,
11515
- "1:8": 20
11603
+ "1:8": 20,
11604
+ "51907:0": 30
11516
11605
  },
11517
11606
  "scopes": [
11518
11607
  "FONT_SIZE"
@@ -11532,7 +11621,8 @@ const FIGMA_VARIABLES = {
11532
11621
  "1:5": 22,
11533
11622
  "1:6": 28,
11534
11623
  "1:7": 19,
11535
- "1:8": 22
11624
+ "1:8": 22,
11625
+ "51907:0": 33
11536
11626
  },
11537
11627
  "scopes": [
11538
11628
  "FONT_SIZE"
@@ -11552,7 +11642,8 @@ const FIGMA_VARIABLES = {
11552
11642
  "1:5": 24,
11553
11643
  "1:6": 30,
11554
11644
  "1:7": 21,
11555
- "1:8": 24
11645
+ "1:8": 24,
11646
+ "51907:0": 36
11556
11647
  },
11557
11648
  "scopes": [
11558
11649
  "FONT_SIZE"
@@ -11572,7 +11663,8 @@ const FIGMA_VARIABLES = {
11572
11663
  "1:5": "bold",
11573
11664
  "1:6": "bold",
11574
11665
  "1:7": "bold",
11575
- "1:8": "bold"
11666
+ "1:8": "bold",
11667
+ "51907:0": "bold"
11576
11668
  },
11577
11669
  "scopes": [
11578
11670
  "FONT_STYLE"
@@ -11592,7 +11684,8 @@ const FIGMA_VARIABLES = {
11592
11684
  "1:5": "medium",
11593
11685
  "1:6": "medium",
11594
11686
  "1:7": "medium",
11595
- "1:8": "medium"
11687
+ "1:8": "medium",
11688
+ "51907:0": "medium"
11596
11689
  },
11597
11690
  "scopes": [
11598
11691
  "FONT_STYLE"
@@ -11612,7 +11705,8 @@ const FIGMA_VARIABLES = {
11612
11705
  "1:5": "regular",
11613
11706
  "1:6": "regular",
11614
11707
  "1:7": "regular",
11615
- "1:8": "regular"
11708
+ "1:8": "regular",
11709
+ "51907:0": "regular"
11616
11710
  },
11617
11711
  "scopes": [
11618
11712
  "FONT_STYLE"
@@ -11632,7 +11726,8 @@ const FIGMA_VARIABLES = {
11632
11726
  "1:5": 30,
11633
11727
  "1:6": 36,
11634
11728
  "1:7": 27,
11635
- "1:8": 30
11729
+ "1:8": 30,
11730
+ "51907:0": 30
11636
11731
  },
11637
11732
  "scopes": [
11638
11733
  "LINE_HEIGHT"
@@ -11653,7 +11748,8 @@ const FIGMA_VARIABLES = {
11653
11748
  "1:5": 15,
11654
11749
  "1:6": 19,
11655
11750
  "1:7": 10,
11656
- "1:8": 15
11751
+ "1:8": 15,
11752
+ "51907:0": 22.5
11657
11753
  },
11658
11754
  "scopes": [
11659
11755
  "LINE_HEIGHT"
@@ -11673,7 +11769,8 @@ const FIGMA_VARIABLES = {
11673
11769
  "1:5": 35,
11674
11770
  "1:6": 40,
11675
11771
  "1:7": 31,
11676
- "1:8": 35
11772
+ "1:8": 35,
11773
+ "51907:0": 52.5
11677
11774
  },
11678
11775
  "scopes": [
11679
11776
  "LINE_HEIGHT"
@@ -11693,7 +11790,8 @@ const FIGMA_VARIABLES = {
11693
11790
  "1:5": 35,
11694
11791
  "1:6": 35,
11695
11792
  "1:7": 35,
11696
- "1:8": 35
11793
+ "1:8": 35,
11794
+ "51907:0": 35
11697
11795
  },
11698
11796
  "scopes": [
11699
11797
  "ALL_SCOPES"
@@ -11713,7 +11811,8 @@ const FIGMA_VARIABLES = {
11713
11811
  "1:5": 16,
11714
11812
  "1:6": 22,
11715
11813
  "1:7": 13,
11716
- "1:8": 16
11814
+ "1:8": 16,
11815
+ "51907:0": 24
11717
11816
  },
11718
11817
  "scopes": [
11719
11818
  "LINE_HEIGHT"
@@ -11733,7 +11832,8 @@ const FIGMA_VARIABLES = {
11733
11832
  "1:5": 18,
11734
11833
  "1:6": 24,
11735
11834
  "1:7": 15,
11736
- "1:8": 18
11835
+ "1:8": 18,
11836
+ "51907:0": 27
11737
11837
  },
11738
11838
  "scopes": [
11739
11839
  "LINE_HEIGHT"
@@ -11753,7 +11853,8 @@ const FIGMA_VARIABLES = {
11753
11853
  "1:5": 19,
11754
11854
  "1:6": 25,
11755
11855
  "1:7": 16,
11756
- "1:8": 19
11856
+ "1:8": 19,
11857
+ "51907:0": 28.5
11757
11858
  },
11758
11859
  "scopes": [
11759
11860
  "LINE_HEIGHT"
@@ -11773,7 +11874,8 @@ const FIGMA_VARIABLES = {
11773
11874
  "1:5": 22,
11774
11875
  "1:6": 27,
11775
11876
  "1:7": 18,
11776
- "1:8": 22
11877
+ "1:8": 22,
11878
+ "51907:0": 33
11777
11879
  },
11778
11880
  "scopes": [
11779
11881
  "LINE_HEIGHT"
@@ -11793,7 +11895,8 @@ const FIGMA_VARIABLES = {
11793
11895
  "1:5": 24,
11794
11896
  "1:6": 29,
11795
11897
  "1:7": 20,
11796
- "1:8": 24
11898
+ "1:8": 24,
11899
+ "51907:0": 36
11797
11900
  },
11798
11901
  "scopes": [
11799
11902
  "LINE_HEIGHT"
@@ -11813,7 +11916,8 @@ const FIGMA_VARIABLES = {
11813
11916
  "1:5": 27,
11814
11917
  "1:6": 31,
11815
11918
  "1:7": 22,
11816
- "1:8": 27
11919
+ "1:8": 27,
11920
+ "51907:0": 40.5
11817
11921
  },
11818
11922
  "scopes": [
11819
11923
  "LINE_HEIGHT"
@@ -11833,7 +11937,8 @@ const FIGMA_VARIABLES = {
11833
11937
  "1:5": 30,
11834
11938
  "1:6": 34,
11835
11939
  "1:7": 25,
11836
- "1:8": 30
11940
+ "1:8": 30,
11941
+ "51907:0": 45
11837
11942
  },
11838
11943
  "scopes": [
11839
11944
  "LINE_HEIGHT"
@@ -11853,7 +11958,8 @@ const FIGMA_VARIABLES = {
11853
11958
  "1:5": 32,
11854
11959
  "1:6": 38,
11855
11960
  "1:7": 29,
11856
- "1:8": 32
11961
+ "1:8": 32,
11962
+ "51907:0": 48
11857
11963
  },
11858
11964
  "scopes": [
11859
11965
  "LINE_HEIGHT"
@@ -11888,35 +11994,6 @@ const FIGMA_VARIABLES = {
11888
11994
  ],
11889
11995
  "codeSyntax": {}
11890
11996
  },
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
11997
  "VariableID:12479:23363": {
11921
11998
  "name": "manner-temp/l1/text",
11922
11999
  "id": "VariableID:12479:23363",
@@ -12029,35 +12106,6 @@ const FIGMA_VARIABLES = {
12029
12106
  ],
12030
12107
  "codeSyntax": {}
12031
12108
  },
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
12109
  "VariableID:12479:23364": {
12062
12110
  "name": "manner-temp/l2/text",
12063
12111
  "id": "VariableID:12479:23364",
@@ -12114,35 +12162,6 @@ const FIGMA_VARIABLES = {
12114
12162
  ],
12115
12163
  "codeSyntax": {}
12116
12164
  },
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
12165
  "VariableID:12479:23365": {
12147
12166
  "name": "manner-temp/l3/text",
12148
12167
  "id": "VariableID:12479:23365",
@@ -12199,35 +12218,6 @@ const FIGMA_VARIABLES = {
12199
12218
  ],
12200
12219
  "codeSyntax": {}
12201
12220
  },
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
12221
  "VariableID:12479:23366": {
12232
12222
  "name": "manner-temp/l4/text",
12233
12223
  "id": "VariableID:12479:23366",
@@ -12284,35 +12274,6 @@ const FIGMA_VARIABLES = {
12284
12274
  ],
12285
12275
  "codeSyntax": {}
12286
12276
  },
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
12277
  "VariableID:12479:23367": {
12317
12278
  "name": "manner-temp/l5/text",
12318
12279
  "id": "VariableID:12479:23367",
@@ -12369,35 +12330,6 @@ const FIGMA_VARIABLES = {
12369
12330
  ],
12370
12331
  "codeSyntax": {}
12371
12332
  },
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
12333
  "VariableID:12479:23368": {
12402
12334
  "name": "manner-temp/l6/text",
12403
12335
  "id": "VariableID:12479:23368",
@@ -12607,7 +12539,8 @@ const FIGMA_VARIABLES = {
12607
12539
  "1:5": "iOS",
12608
12540
  "1:6": "iOS",
12609
12541
  "1:7": "iOS",
12610
- "1:8": "Android"
12542
+ "1:8": "Android",
12543
+ "51907:0": "Android"
12611
12544
  },
12612
12545
  "scopes": [
12613
12546
  "ALL_SCOPES"