@seed-design/figma 1.3.12 → 1.3.14
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 +1297 -394
- package/lib/codegen/index.js +1297 -394
- package/lib/codegen/targets/react/index.cjs +1462 -511
- package/lib/codegen/targets/react/index.js +1462 -511
- package/lib/index.cjs +1415 -446
- package/lib/index.js +1415 -446
- package/package.json +4 -4
- package/src/codegen/component-properties.ts +9 -9
- package/src/codegen/targets/react/component/handlers/app-bar.ts +1 -1
- package/src/codegen/targets/react/component/handlers/checkbox.ts +1 -1
- package/src/codegen/targets/react/component/handlers/field-button.ts +5 -5
- package/src/codegen/targets/react/component/handlers/index.ts +1 -1
- package/src/codegen/targets/react/component/handlers/legacy-chip.ts +96 -0
- package/src/codegen/targets/react/component/handlers/list-item.ts +3 -3
- package/src/codegen/targets/react/component/handlers/radio-group.ts +1 -1
- package/src/codegen/targets/react/component/handlers/select-box.ts +1 -1
- package/src/codegen/targets/react/component/handlers/slider.ts +1 -1
- package/src/codegen/targets/react/component/handlers/tabs.ts +11 -5
- package/src/codegen/targets/react/component/handlers/text-field.ts +2 -2
- package/src/entities/data/__generated__/component-sets/index.d.ts +503 -264
- package/src/entities/data/__generated__/component-sets/index.mjs +503 -264
- package/src/entities/data/__generated__/components/index.d.ts +258 -96
- package/src/entities/data/__generated__/components/index.mjs +258 -96
- package/src/entities/data/__generated__/icons/index.mjs +66 -0
- package/src/entities/data/__generated__/styles/index.mjs +252 -0
- package/src/entities/data/__generated__/variable-collections/index.mjs +25 -5
- package/src/entities/data/__generated__/variables/index.mjs +461 -69
- package/src/codegen/targets/react/component/handlers/chip.ts +0 -93
|
@@ -1116,7 +1116,7 @@ function createTextTransformer({ propsConverters }) {
|
|
|
1116
1116
|
});
|
|
1117
1117
|
}
|
|
1118
1118
|
|
|
1119
|
-
const templateButtonGroup
|
|
1119
|
+
const templateButtonGroup = {
|
|
1120
1120
|
"name": "templateButtonGroup",
|
|
1121
1121
|
"key": "29109a34197f2eb5d390b1d9ebba270979a7b302",
|
|
1122
1122
|
"componentPropertyDefinitions": {
|
|
@@ -1143,7 +1143,7 @@ const templateButtonGroup$1 = {
|
|
|
1143
1143
|
}
|
|
1144
1144
|
}
|
|
1145
1145
|
};
|
|
1146
|
-
const templateChipGroup
|
|
1146
|
+
const templateChipGroup = {
|
|
1147
1147
|
"name": "templateChipGroup",
|
|
1148
1148
|
"key": "5b1155aae0f90d1bce6a7499f53a547e88ec3b86",
|
|
1149
1149
|
"componentPropertyDefinitions": {
|
|
@@ -1200,7 +1200,7 @@ const templateCustomPickerField = {
|
|
|
1200
1200
|
}
|
|
1201
1201
|
}
|
|
1202
1202
|
};
|
|
1203
|
-
const templateDisclaimer
|
|
1203
|
+
const templateDisclaimer = {
|
|
1204
1204
|
"name": "templateDisclaimer",
|
|
1205
1205
|
"key": "e08d2594b76c6c0107e34c0071cab8ef844c8998",
|
|
1206
1206
|
"componentPropertyDefinitions": {
|
|
@@ -1235,7 +1235,7 @@ const templateResultPage$1 = {
|
|
|
1235
1235
|
}
|
|
1236
1236
|
}
|
|
1237
1237
|
};
|
|
1238
|
-
const templateSliderField
|
|
1238
|
+
const templateSliderField = {
|
|
1239
1239
|
"name": "templateSliderField",
|
|
1240
1240
|
"key": "7d2b449bcfb28ebf3c509ed76a141511f7d955eb",
|
|
1241
1241
|
"componentPropertyDefinitions": {
|
|
@@ -1257,7 +1257,7 @@ const templateSliderField$1 = {
|
|
|
1257
1257
|
}
|
|
1258
1258
|
}
|
|
1259
1259
|
};
|
|
1260
|
-
const templateTextField
|
|
1260
|
+
const templateTextField = {
|
|
1261
1261
|
"name": "templateTextField",
|
|
1262
1262
|
"key": "0a83a0ff9d18d98a14536b21aa5411622f9f0c05",
|
|
1263
1263
|
"componentPropertyDefinitions": {
|
|
@@ -1288,7 +1288,7 @@ const templateTextField$1 = {
|
|
|
1288
1288
|
}
|
|
1289
1289
|
}
|
|
1290
1290
|
};
|
|
1291
|
-
const templateTextareaField
|
|
1291
|
+
const templateTextareaField = {
|
|
1292
1292
|
"name": "templateTextareaField",
|
|
1293
1293
|
"key": "cdc688eccd78b947289e8089a620bdc494f6c809",
|
|
1294
1294
|
"componentPropertyDefinitions": {
|
|
@@ -3183,14 +3183,14 @@ var FIGMA_COMPONENTS_ARCHIVE = {
|
|
|
3183
3183
|
switchmark: switchmark,
|
|
3184
3184
|
tabs: tabs,
|
|
3185
3185
|
tagGroup: tagGroup,
|
|
3186
|
-
templateButtonGroup: templateButtonGroup
|
|
3187
|
-
templateChipGroup: templateChipGroup
|
|
3186
|
+
templateButtonGroup: templateButtonGroup,
|
|
3187
|
+
templateChipGroup: templateChipGroup,
|
|
3188
3188
|
templateCustomPickerField: templateCustomPickerField,
|
|
3189
|
-
templateDisclaimer: templateDisclaimer
|
|
3189
|
+
templateDisclaimer: templateDisclaimer,
|
|
3190
3190
|
templateResultPage: templateResultPage$1,
|
|
3191
|
-
templateSliderField: templateSliderField
|
|
3192
|
-
templateTextField: templateTextField
|
|
3193
|
-
templateTextareaField: templateTextareaField
|
|
3191
|
+
templateSliderField: templateSliderField,
|
|
3192
|
+
templateTextField: templateTextField,
|
|
3193
|
+
templateTextareaField: templateTextareaField,
|
|
3194
3194
|
templateTopNavigation: templateTopNavigation,
|
|
3195
3195
|
toggleButton: toggleButton,
|
|
3196
3196
|
topNavigation: topNavigation
|
|
@@ -3684,7 +3684,7 @@ const createChipIconSuffixHandler$1 = (ctx)=>{
|
|
|
3684
3684
|
}));
|
|
3685
3685
|
});
|
|
3686
3686
|
};
|
|
3687
|
-
const createChipHandler
|
|
3687
|
+
const createChipHandler = (ctx)=>{
|
|
3688
3688
|
const avatarHandler = createAvatarHandler$1();
|
|
3689
3689
|
const iconSuffixHandler = createChipIconSuffixHandler$1(ctx);
|
|
3690
3690
|
return defineComponentHandler(chip.key, (node, traverse)=>{
|
|
@@ -4683,7 +4683,7 @@ const createSliderFieldHandler$1 = (ctx)=>{
|
|
|
4683
4683
|
const sliderHandler = createSliderHandler$1();
|
|
4684
4684
|
const fieldHeaderHandler = createFieldHeaderHandler$1();
|
|
4685
4685
|
const fieldFooterHandler = createFieldFooterHandler$1();
|
|
4686
|
-
return defineComponentHandler(templateSliderField
|
|
4686
|
+
return defineComponentHandler(templateSliderField.key, (node, traverse)=>{
|
|
4687
4687
|
const props = node.componentProperties;
|
|
4688
4688
|
const [slider$1] = findAllInstances({
|
|
4689
4689
|
node,
|
|
@@ -5079,7 +5079,7 @@ const TEXTAREA_KEY = "22bb206483f00cd635188eea6ae8a6aac058b5d5";
|
|
|
5079
5079
|
const createTextInputFieldHandler$1 = (ctx)=>{
|
|
5080
5080
|
const fieldHeaderHandler = createFieldHeaderHandler$1();
|
|
5081
5081
|
const fieldFooterHandler = createFieldFooterHandler$1();
|
|
5082
|
-
return defineComponentHandler(templateTextField
|
|
5082
|
+
return defineComponentHandler(templateTextField.key, (node, traverse)=>{
|
|
5083
5083
|
const props = node.componentProperties;
|
|
5084
5084
|
const [textInputOutline] = findAllInstances({
|
|
5085
5085
|
node,
|
|
@@ -5192,7 +5192,7 @@ const createTextInputFieldHandler$1 = (ctx)=>{
|
|
|
5192
5192
|
const createTextareaFieldHandler$1 = (ctx)=>{
|
|
5193
5193
|
const fieldHeaderHandler = createFieldHeaderHandler$1();
|
|
5194
5194
|
const fieldFooterHandler = createFieldFooterHandler$1();
|
|
5195
|
-
return defineComponentHandler(templateTextareaField
|
|
5195
|
+
return defineComponentHandler(templateTextareaField.key, (node, traverse)=>{
|
|
5196
5196
|
const [textarea] = findAllInstances({
|
|
5197
5197
|
node,
|
|
5198
5198
|
key: TEXTAREA_KEY
|
|
@@ -5276,7 +5276,7 @@ var archivedHandlers = {
|
|
|
5276
5276
|
createCalloutHandler: createCalloutHandler$1,
|
|
5277
5277
|
createCheckboxHandler: createCheckboxHandler$1,
|
|
5278
5278
|
createCheckmarkHandler: createCheckmarkHandler$1,
|
|
5279
|
-
createChipHandler: createChipHandler
|
|
5279
|
+
createChipHandler: createChipHandler,
|
|
5280
5280
|
createContextualFloatingButtonHandler: createContextualFloatingButtonHandler$1,
|
|
5281
5281
|
createDatePickerFieldHandler: createDatePickerFieldHandler$1,
|
|
5282
5282
|
createDividerHandler: createDividerHandler$1,
|
|
@@ -5316,44 +5316,9 @@ var archivedHandlers = {
|
|
|
5316
5316
|
createToggleButtonHandler: createToggleButtonHandler$1
|
|
5317
5317
|
};
|
|
5318
5318
|
|
|
5319
|
-
const
|
|
5320
|
-
"name": "
|
|
5321
|
-
"key": "
|
|
5322
|
-
"componentPropertyDefinitions": {
|
|
5323
|
-
"Show Header#40606:8": {
|
|
5324
|
-
"type": "BOOLEAN"
|
|
5325
|
-
},
|
|
5326
|
-
"Show Footer#40606:9": {
|
|
5327
|
-
"type": "BOOLEAN"
|
|
5328
|
-
},
|
|
5329
|
-
"Type": {
|
|
5330
|
-
"type": "VARIANT",
|
|
5331
|
-
"variantOptions": [
|
|
5332
|
-
"Media",
|
|
5333
|
-
"File"
|
|
5334
|
-
]
|
|
5335
|
-
},
|
|
5336
|
-
"State": {
|
|
5337
|
-
"type": "VARIANT",
|
|
5338
|
-
"variantOptions": [
|
|
5339
|
-
"Enabled",
|
|
5340
|
-
"Error",
|
|
5341
|
-
"Disabled",
|
|
5342
|
-
"Read Only"
|
|
5343
|
-
]
|
|
5344
|
-
},
|
|
5345
|
-
"Has Value": {
|
|
5346
|
-
"type": "VARIANT",
|
|
5347
|
-
"variantOptions": [
|
|
5348
|
-
"False",
|
|
5349
|
-
"True"
|
|
5350
|
-
]
|
|
5351
|
-
}
|
|
5352
|
-
}
|
|
5353
|
-
};
|
|
5354
|
-
const privateTemplateChipGroupField = {
|
|
5355
|
-
"name": "privateTemplateChipGroupField",
|
|
5356
|
-
"key": "b6e9378d9ac76f812121d6aa7264cc38d2310e39",
|
|
5319
|
+
const privateComponentChipGroupField = {
|
|
5320
|
+
"name": "privateComponentChipGroupField",
|
|
5321
|
+
"key": "3b202396b4eb4486b5f2181c97d6576ebae94250",
|
|
5357
5322
|
"componentPropertyDefinitions": {
|
|
5358
5323
|
"Show Header#40606:8": {
|
|
5359
5324
|
"type": "BOOLEAN"
|
|
@@ -5372,9 +5337,9 @@ const privateTemplateChipGroupField = {
|
|
|
5372
5337
|
}
|
|
5373
5338
|
}
|
|
5374
5339
|
};
|
|
5375
|
-
const
|
|
5376
|
-
"name": "
|
|
5377
|
-
"key": "
|
|
5340
|
+
const privateComponentPhoneNumberField = {
|
|
5341
|
+
"name": "privateComponentPhoneNumberField",
|
|
5342
|
+
"key": "1aa9cf6ca847087540f16568c9ca86a07fafaf9b",
|
|
5378
5343
|
"componentPropertyDefinitions": {
|
|
5379
5344
|
"Show Header#40606:8": {
|
|
5380
5345
|
"type": "BOOLEAN"
|
|
@@ -5401,9 +5366,9 @@ const privateTemplatePhoneNumberField = {
|
|
|
5401
5366
|
}
|
|
5402
5367
|
}
|
|
5403
5368
|
};
|
|
5404
|
-
const
|
|
5405
|
-
"name": "
|
|
5406
|
-
"key": "
|
|
5369
|
+
const privateComponentPinField = {
|
|
5370
|
+
"name": "privateComponentPinField",
|
|
5371
|
+
"key": "7e11c6342399819db16b85e947c6d1aae4e8a442",
|
|
5407
5372
|
"componentPropertyDefinitions": {
|
|
5408
5373
|
"Show Header#40606:8": {
|
|
5409
5374
|
"type": "BOOLEAN"
|
|
@@ -5467,10 +5432,13 @@ const privateComponentBottomSheetHandle = {
|
|
|
5467
5432
|
}
|
|
5468
5433
|
}
|
|
5469
5434
|
};
|
|
5470
|
-
const
|
|
5471
|
-
"name": "
|
|
5472
|
-
"key": "
|
|
5435
|
+
const privateComponentChipGroup = {
|
|
5436
|
+
"name": "privateComponentChipGroup",
|
|
5437
|
+
"key": "3838d772ac3c7504d976b2f386ce521efe69d08f",
|
|
5473
5438
|
"componentPropertyDefinitions": {
|
|
5439
|
+
"Chip Group#12261:81": {
|
|
5440
|
+
"type": "SLOT"
|
|
5441
|
+
},
|
|
5474
5442
|
"Layout": {
|
|
5475
5443
|
"type": "VARIANT",
|
|
5476
5444
|
"variantOptions": [
|
|
@@ -5586,6 +5554,13 @@ const privateComponentInputButtonPrefix = {
|
|
|
5586
5554
|
"Icon#34021:2": {
|
|
5587
5555
|
"type": "INSTANCE_SWAP"
|
|
5588
5556
|
},
|
|
5557
|
+
"Size": {
|
|
5558
|
+
"type": "VARIANT",
|
|
5559
|
+
"variantOptions": [
|
|
5560
|
+
"Large",
|
|
5561
|
+
"Medium"
|
|
5562
|
+
]
|
|
5563
|
+
},
|
|
5589
5564
|
"Type": {
|
|
5590
5565
|
"type": "VARIANT",
|
|
5591
5566
|
"variantOptions": [
|
|
@@ -5605,6 +5580,13 @@ const privateComponentInputButtonSuffix = {
|
|
|
5605
5580
|
"Icon#37963:0": {
|
|
5606
5581
|
"type": "INSTANCE_SWAP"
|
|
5607
5582
|
},
|
|
5583
|
+
"Size": {
|
|
5584
|
+
"type": "VARIANT",
|
|
5585
|
+
"variantOptions": [
|
|
5586
|
+
"Large",
|
|
5587
|
+
"Medium"
|
|
5588
|
+
]
|
|
5589
|
+
},
|
|
5608
5590
|
"Type (Figma Only)": {
|
|
5609
5591
|
"type": "VARIANT",
|
|
5610
5592
|
"variantOptions": [
|
|
@@ -5628,6 +5610,13 @@ const privateComponentInputButtonValue = {
|
|
|
5628
5610
|
"Placeholder Text#34067:2": {
|
|
5629
5611
|
"type": "TEXT"
|
|
5630
5612
|
},
|
|
5613
|
+
"Size": {
|
|
5614
|
+
"type": "VARIANT",
|
|
5615
|
+
"variantOptions": [
|
|
5616
|
+
"Large",
|
|
5617
|
+
"Medium"
|
|
5618
|
+
]
|
|
5619
|
+
},
|
|
5631
5620
|
"Value": {
|
|
5632
5621
|
"type": "VARIANT",
|
|
5633
5622
|
"variantOptions": [
|
|
@@ -5647,12 +5636,16 @@ const privateComponentInputButtonValueDisabled = {
|
|
|
5647
5636
|
"Value Text#34067:0": {
|
|
5648
5637
|
"type": "TEXT"
|
|
5649
5638
|
},
|
|
5650
|
-
"Clear Button#34067:1": {
|
|
5651
|
-
"type": "BOOLEAN"
|
|
5652
|
-
},
|
|
5653
5639
|
"Placeholder Text#34067:2": {
|
|
5654
5640
|
"type": "TEXT"
|
|
5655
5641
|
},
|
|
5642
|
+
"Size": {
|
|
5643
|
+
"type": "VARIANT",
|
|
5644
|
+
"variantOptions": [
|
|
5645
|
+
"Large",
|
|
5646
|
+
"Medium"
|
|
5647
|
+
]
|
|
5648
|
+
},
|
|
5656
5649
|
"Value": {
|
|
5657
5650
|
"type": "VARIANT",
|
|
5658
5651
|
"variantOptions": [
|
|
@@ -5672,20 +5665,24 @@ const privateComponentInputButtonValueReadOnly = {
|
|
|
5672
5665
|
"Value Text#34067:0": {
|
|
5673
5666
|
"type": "TEXT"
|
|
5674
5667
|
},
|
|
5675
|
-
"Clear Button#34067:1": {
|
|
5676
|
-
"type": "BOOLEAN"
|
|
5677
|
-
},
|
|
5678
5668
|
"Placeholder Text#34067:2": {
|
|
5679
5669
|
"type": "TEXT"
|
|
5680
5670
|
},
|
|
5671
|
+
"Size": {
|
|
5672
|
+
"type": "VARIANT",
|
|
5673
|
+
"variantOptions": [
|
|
5674
|
+
"Large",
|
|
5675
|
+
"Medium"
|
|
5676
|
+
]
|
|
5677
|
+
},
|
|
5681
5678
|
"Value": {
|
|
5682
5679
|
"type": "VARIANT",
|
|
5683
5680
|
"variantOptions": [
|
|
5684
|
-
"
|
|
5685
|
-
"Chips-Overflow (Figma Only)",
|
|
5686
|
-
"Chips-Scrollable (Figma Only)",
|
|
5681
|
+
"Empty",
|
|
5687
5682
|
"Text",
|
|
5688
|
-
"
|
|
5683
|
+
"Chips-Scrollable (Figma Only)",
|
|
5684
|
+
"Chips-Overflow (Figma Only)",
|
|
5685
|
+
"Custom (Figma Only)"
|
|
5689
5686
|
]
|
|
5690
5687
|
}
|
|
5691
5688
|
}
|
|
@@ -6029,9 +6026,9 @@ const privateComponentRootTopNavigationIconButton = {
|
|
|
6029
6026
|
}
|
|
6030
6027
|
}
|
|
6031
6028
|
};
|
|
6032
|
-
const
|
|
6033
|
-
"name": "
|
|
6034
|
-
"key": "
|
|
6029
|
+
const privateComponentRootTopNavigationPreset = {
|
|
6030
|
+
"name": "privateComponentRootTopNavigationPreset",
|
|
6031
|
+
"key": "26e1de69cbbed91a577b0c962a92ebab2621bf5f",
|
|
6035
6032
|
"componentPropertyDefinitions": {
|
|
6036
6033
|
"Tab": {
|
|
6037
6034
|
"type": "VARIANT",
|
|
@@ -6382,8 +6379,8 @@ const privateComponentTabsChip = {
|
|
|
6382
6379
|
"name": "privateComponentTabsChip",
|
|
6383
6380
|
"key": "16bd9efbd95f4b5fa3dfe31c2e1acf4e8a88f6a5",
|
|
6384
6381
|
"componentPropertyDefinitions": {
|
|
6385
|
-
"
|
|
6386
|
-
"type": "
|
|
6382
|
+
"Container#12286:101": {
|
|
6383
|
+
"type": "SLOT"
|
|
6387
6384
|
},
|
|
6388
6385
|
"Size": {
|
|
6389
6386
|
"type": "VARIANT",
|
|
@@ -6405,8 +6402,8 @@ const privateComponentTabsLine = {
|
|
|
6405
6402
|
"name": "privateComponentTabsLine",
|
|
6406
6403
|
"key": "e5bf0d2582100280b410415b9d8742202edbb45c",
|
|
6407
6404
|
"componentPropertyDefinitions": {
|
|
6408
|
-
"
|
|
6409
|
-
"type": "
|
|
6405
|
+
"Container#12286:96": {
|
|
6406
|
+
"type": "SLOT"
|
|
6410
6407
|
},
|
|
6411
6408
|
"Size": {
|
|
6412
6409
|
"type": "VARIANT",
|
|
@@ -6427,24 +6424,7 @@ const privateComponentTabsLine = {
|
|
|
6427
6424
|
const privateComponentTextInputCardNumberInput = {
|
|
6428
6425
|
"name": "privateComponentTextInputCardNumberInput",
|
|
6429
6426
|
"key": "60888e1eba691721f0ec6a41df43c1c075e5beac",
|
|
6430
|
-
"componentPropertyDefinitions": {
|
|
6431
|
-
"Clear Button#34067:1": {
|
|
6432
|
-
"type": "BOOLEAN"
|
|
6433
|
-
},
|
|
6434
|
-
"Has Value": {
|
|
6435
|
-
"type": "VARIANT",
|
|
6436
|
-
"variantOptions": [
|
|
6437
|
-
"false",
|
|
6438
|
-
"true"
|
|
6439
|
-
]
|
|
6440
|
-
},
|
|
6441
|
-
"Variant": {
|
|
6442
|
-
"type": "VARIANT",
|
|
6443
|
-
"variantOptions": [
|
|
6444
|
-
"Plain Text"
|
|
6445
|
-
]
|
|
6446
|
-
}
|
|
6447
|
-
}
|
|
6427
|
+
"componentPropertyDefinitions": {}
|
|
6448
6428
|
};
|
|
6449
6429
|
const privateComponentTextInputIdNumberInput = {
|
|
6450
6430
|
"name": "privateComponentTextInputIdNumberInput",
|
|
@@ -6456,6 +6436,13 @@ const privateComponentTextInputIdNumberInput = {
|
|
|
6456
6436
|
"Clear Button#34067:1": {
|
|
6457
6437
|
"type": "BOOLEAN"
|
|
6458
6438
|
},
|
|
6439
|
+
"Size": {
|
|
6440
|
+
"type": "VARIANT",
|
|
6441
|
+
"variantOptions": [
|
|
6442
|
+
"Large",
|
|
6443
|
+
"Medium"
|
|
6444
|
+
]
|
|
6445
|
+
},
|
|
6459
6446
|
"Has Value": {
|
|
6460
6447
|
"type": "VARIANT",
|
|
6461
6448
|
"variantOptions": [
|
|
@@ -6475,18 +6462,25 @@ const privateComponentTextInputInput = {
|
|
|
6475
6462
|
"name": "privateComponentTextInputInput",
|
|
6476
6463
|
"key": "c030fb7107795ad42b4b2eea454b05fb4b4c9ac7",
|
|
6477
6464
|
"componentPropertyDefinitions": {
|
|
6465
|
+
"Show Clear Button#11049:0": {
|
|
6466
|
+
"type": "BOOLEAN"
|
|
6467
|
+
},
|
|
6478
6468
|
"Value Text#34067:0": {
|
|
6479
6469
|
"type": "TEXT"
|
|
6480
6470
|
},
|
|
6481
|
-
"Clear Button#34067:1": {
|
|
6482
|
-
"type": "BOOLEAN"
|
|
6483
|
-
},
|
|
6484
6471
|
"Placeholder Text#34067:2": {
|
|
6485
6472
|
"type": "TEXT"
|
|
6486
6473
|
},
|
|
6487
6474
|
"Show Cursor (Figma Only)#53584:0": {
|
|
6488
6475
|
"type": "BOOLEAN"
|
|
6489
6476
|
},
|
|
6477
|
+
"Size": {
|
|
6478
|
+
"type": "VARIANT",
|
|
6479
|
+
"variantOptions": [
|
|
6480
|
+
"Large",
|
|
6481
|
+
"Medium"
|
|
6482
|
+
]
|
|
6483
|
+
},
|
|
6490
6484
|
"Has Value": {
|
|
6491
6485
|
"type": "VARIANT",
|
|
6492
6486
|
"variantOptions": [
|
|
@@ -6503,12 +6497,16 @@ const privateComponentTextInputInputDisabled = {
|
|
|
6503
6497
|
"Value Text#34067:0": {
|
|
6504
6498
|
"type": "TEXT"
|
|
6505
6499
|
},
|
|
6506
|
-
"Clear Button#34067:1": {
|
|
6507
|
-
"type": "BOOLEAN"
|
|
6508
|
-
},
|
|
6509
6500
|
"Placeholder Text#34067:2": {
|
|
6510
6501
|
"type": "TEXT"
|
|
6511
6502
|
},
|
|
6503
|
+
"Size": {
|
|
6504
|
+
"type": "VARIANT",
|
|
6505
|
+
"variantOptions": [
|
|
6506
|
+
"Large",
|
|
6507
|
+
"Medium"
|
|
6508
|
+
]
|
|
6509
|
+
},
|
|
6512
6510
|
"Has Value": {
|
|
6513
6511
|
"type": "VARIANT",
|
|
6514
6512
|
"variantOptions": [
|
|
@@ -6525,12 +6523,16 @@ const privateComponentTextInputInputReadOnly = {
|
|
|
6525
6523
|
"Value Text#34067:0": {
|
|
6526
6524
|
"type": "TEXT"
|
|
6527
6525
|
},
|
|
6528
|
-
"Clear Button#34067:1": {
|
|
6529
|
-
"type": "BOOLEAN"
|
|
6530
|
-
},
|
|
6531
6526
|
"Placeholder Text#34067:2": {
|
|
6532
6527
|
"type": "TEXT"
|
|
6533
6528
|
},
|
|
6529
|
+
"Size": {
|
|
6530
|
+
"type": "VARIANT",
|
|
6531
|
+
"variantOptions": [
|
|
6532
|
+
"Large",
|
|
6533
|
+
"Medium"
|
|
6534
|
+
]
|
|
6535
|
+
},
|
|
6534
6536
|
"Has Value": {
|
|
6535
6537
|
"type": "VARIANT",
|
|
6536
6538
|
"variantOptions": [
|
|
@@ -6547,6 +6549,13 @@ const privateComponentTextInputPrefix = {
|
|
|
6547
6549
|
"Icon#34021:2": {
|
|
6548
6550
|
"type": "INSTANCE_SWAP"
|
|
6549
6551
|
},
|
|
6552
|
+
"Size": {
|
|
6553
|
+
"type": "VARIANT",
|
|
6554
|
+
"variantOptions": [
|
|
6555
|
+
"Medium",
|
|
6556
|
+
"Large"
|
|
6557
|
+
]
|
|
6558
|
+
},
|
|
6550
6559
|
"Type": {
|
|
6551
6560
|
"type": "VARIANT",
|
|
6552
6561
|
"variantOptions": [
|
|
@@ -6566,6 +6575,13 @@ const privateComponentTextInputSuffix = {
|
|
|
6566
6575
|
"Icon#45391:0": {
|
|
6567
6576
|
"type": "INSTANCE_SWAP"
|
|
6568
6577
|
},
|
|
6578
|
+
"Size": {
|
|
6579
|
+
"type": "VARIANT",
|
|
6580
|
+
"variantOptions": [
|
|
6581
|
+
"Medium",
|
|
6582
|
+
"Large"
|
|
6583
|
+
]
|
|
6584
|
+
},
|
|
6569
6585
|
"Type (Figma Only)": {
|
|
6570
6586
|
"type": "VARIANT",
|
|
6571
6587
|
"variantOptions": [
|
|
@@ -6587,6 +6603,13 @@ const privateComponentTextareaInput = {
|
|
|
6587
6603
|
"Placeholder Text#34067:2": {
|
|
6588
6604
|
"type": "TEXT"
|
|
6589
6605
|
},
|
|
6606
|
+
"Size": {
|
|
6607
|
+
"type": "VARIANT",
|
|
6608
|
+
"variantOptions": [
|
|
6609
|
+
"Large",
|
|
6610
|
+
"Medium"
|
|
6611
|
+
]
|
|
6612
|
+
},
|
|
6590
6613
|
"Has Value": {
|
|
6591
6614
|
"type": "VARIANT",
|
|
6592
6615
|
"variantOptions": [
|
|
@@ -6603,12 +6626,16 @@ const privateComponentTextareaInputDisabled = {
|
|
|
6603
6626
|
"Value Text#34067:0": {
|
|
6604
6627
|
"type": "TEXT"
|
|
6605
6628
|
},
|
|
6606
|
-
"Clear Button#34067:1": {
|
|
6607
|
-
"type": "BOOLEAN"
|
|
6608
|
-
},
|
|
6609
6629
|
"Placeholder Text#34067:2": {
|
|
6610
6630
|
"type": "TEXT"
|
|
6611
6631
|
},
|
|
6632
|
+
"Size": {
|
|
6633
|
+
"type": "VARIANT",
|
|
6634
|
+
"variantOptions": [
|
|
6635
|
+
"Large",
|
|
6636
|
+
"Medium"
|
|
6637
|
+
]
|
|
6638
|
+
},
|
|
6612
6639
|
"Has Value": {
|
|
6613
6640
|
"type": "VARIANT",
|
|
6614
6641
|
"variantOptions": [
|
|
@@ -6625,12 +6652,16 @@ const privateComponentTextareaInputReadOnly = {
|
|
|
6625
6652
|
"Value Text#34067:0": {
|
|
6626
6653
|
"type": "TEXT"
|
|
6627
6654
|
},
|
|
6628
|
-
"Clear Button#34067:1": {
|
|
6629
|
-
"type": "BOOLEAN"
|
|
6630
|
-
},
|
|
6631
6655
|
"Placeholder Text#34067:2": {
|
|
6632
6656
|
"type": "TEXT"
|
|
6633
6657
|
},
|
|
6658
|
+
"Size": {
|
|
6659
|
+
"type": "VARIANT",
|
|
6660
|
+
"variantOptions": [
|
|
6661
|
+
"Large",
|
|
6662
|
+
"Medium"
|
|
6663
|
+
]
|
|
6664
|
+
},
|
|
6634
6665
|
"Has Value": {
|
|
6635
6666
|
"type": "VARIANT",
|
|
6636
6667
|
"variantOptions": [
|
|
@@ -6711,7 +6742,7 @@ const privateComponentTopNavigationTitleLeft = {
|
|
|
6711
6742
|
"variantOptions": [
|
|
6712
6743
|
"Avatar",
|
|
6713
6744
|
"Custom",
|
|
6714
|
-
"
|
|
6745
|
+
"Custom Icon"
|
|
6715
6746
|
]
|
|
6716
6747
|
}
|
|
6717
6748
|
}
|
|
@@ -6738,6 +6769,9 @@ const privateComponentUnderlineTextInputInput = {
|
|
|
6738
6769
|
"name": "privateComponentUnderlineTextInputInput",
|
|
6739
6770
|
"key": "a8a39cf124e7b4c3b873429e81b4278639a7031b",
|
|
6740
6771
|
"componentPropertyDefinitions": {
|
|
6772
|
+
"Show Clear Button#10972:0": {
|
|
6773
|
+
"type": "BOOLEAN"
|
|
6774
|
+
},
|
|
6741
6775
|
"Value Text#34067:0": {
|
|
6742
6776
|
"type": "TEXT"
|
|
6743
6777
|
},
|
|
@@ -6747,6 +6781,13 @@ const privateComponentUnderlineTextInputInput = {
|
|
|
6747
6781
|
"Show Cursor (Figma Only)#53584:3": {
|
|
6748
6782
|
"type": "BOOLEAN"
|
|
6749
6783
|
},
|
|
6784
|
+
"Size": {
|
|
6785
|
+
"type": "VARIANT",
|
|
6786
|
+
"variantOptions": [
|
|
6787
|
+
"Large",
|
|
6788
|
+
"Medium"
|
|
6789
|
+
]
|
|
6790
|
+
},
|
|
6750
6791
|
"Has Value": {
|
|
6751
6792
|
"type": "VARIANT",
|
|
6752
6793
|
"variantOptions": [
|
|
@@ -6763,12 +6804,16 @@ const privateComponentUnderlineTextInputInputDisabled = {
|
|
|
6763
6804
|
"Value Text#34067:0": {
|
|
6764
6805
|
"type": "TEXT"
|
|
6765
6806
|
},
|
|
6766
|
-
"Clear Button#34067:1": {
|
|
6767
|
-
"type": "BOOLEAN"
|
|
6768
|
-
},
|
|
6769
6807
|
"Placeholder Text#34067:2": {
|
|
6770
6808
|
"type": "TEXT"
|
|
6771
6809
|
},
|
|
6810
|
+
"Size": {
|
|
6811
|
+
"type": "VARIANT",
|
|
6812
|
+
"variantOptions": [
|
|
6813
|
+
"Large",
|
|
6814
|
+
"Medium"
|
|
6815
|
+
]
|
|
6816
|
+
},
|
|
6772
6817
|
"Has Value": {
|
|
6773
6818
|
"type": "VARIANT",
|
|
6774
6819
|
"variantOptions": [
|
|
@@ -6785,12 +6830,16 @@ const privateComponentUnderlineTextInputInputReadOnly = {
|
|
|
6785
6830
|
"Value Text#34067:0": {
|
|
6786
6831
|
"type": "TEXT"
|
|
6787
6832
|
},
|
|
6788
|
-
"Clear Button#34067:1": {
|
|
6789
|
-
"type": "BOOLEAN"
|
|
6790
|
-
},
|
|
6791
6833
|
"Placeholder Text#34067:2": {
|
|
6792
6834
|
"type": "TEXT"
|
|
6793
6835
|
},
|
|
6836
|
+
"Size": {
|
|
6837
|
+
"type": "VARIANT",
|
|
6838
|
+
"variantOptions": [
|
|
6839
|
+
"Large",
|
|
6840
|
+
"Medium"
|
|
6841
|
+
]
|
|
6842
|
+
},
|
|
6794
6843
|
"Has Value": {
|
|
6795
6844
|
"type": "VARIANT",
|
|
6796
6845
|
"variantOptions": [
|
|
@@ -6807,6 +6856,13 @@ const privateComponentUnderlineTextInputPrefix = {
|
|
|
6807
6856
|
"Icon#34021:2": {
|
|
6808
6857
|
"type": "INSTANCE_SWAP"
|
|
6809
6858
|
},
|
|
6859
|
+
"Size": {
|
|
6860
|
+
"type": "VARIANT",
|
|
6861
|
+
"variantOptions": [
|
|
6862
|
+
"Large",
|
|
6863
|
+
"Medium"
|
|
6864
|
+
]
|
|
6865
|
+
},
|
|
6810
6866
|
"Type": {
|
|
6811
6867
|
"type": "VARIANT",
|
|
6812
6868
|
"variantOptions": [
|
|
@@ -6826,6 +6882,13 @@ const privateComponentUnderlineTextInputSuffix = {
|
|
|
6826
6882
|
"Icon#45391:5": {
|
|
6827
6883
|
"type": "INSTANCE_SWAP"
|
|
6828
6884
|
},
|
|
6885
|
+
"Size": {
|
|
6886
|
+
"type": "VARIANT",
|
|
6887
|
+
"variantOptions": [
|
|
6888
|
+
"Large",
|
|
6889
|
+
"Medium"
|
|
6890
|
+
]
|
|
6891
|
+
},
|
|
6829
6892
|
"Type (Figma Only)": {
|
|
6830
6893
|
"type": "VARIANT",
|
|
6831
6894
|
"variantOptions": [
|
|
@@ -6911,14 +6974,72 @@ const componentDeprecatedActionSheet = {
|
|
|
6911
6974
|
}
|
|
6912
6975
|
}
|
|
6913
6976
|
};
|
|
6914
|
-
const
|
|
6915
|
-
"name": "
|
|
6916
|
-
"key": "
|
|
6977
|
+
const componentDeprecatedChip = {
|
|
6978
|
+
"name": "componentDeprecatedChip",
|
|
6979
|
+
"key": "c947a926605cfd181998ddbb46554da84eebaab2",
|
|
6917
6980
|
"componentPropertyDefinitions": {
|
|
6918
|
-
"
|
|
6981
|
+
"Label#7185:0": {
|
|
6982
|
+
"type": "TEXT"
|
|
6983
|
+
},
|
|
6984
|
+
"Prefix Icon#8722:0": {
|
|
6985
|
+
"type": "INSTANCE_SWAP"
|
|
6986
|
+
},
|
|
6987
|
+
"Suffix Type#32538:0": {
|
|
6988
|
+
"type": "INSTANCE_SWAP"
|
|
6989
|
+
},
|
|
6990
|
+
"Has Suffix#32538:181": {
|
|
6919
6991
|
"type": "BOOLEAN"
|
|
6920
6992
|
},
|
|
6921
|
-
"
|
|
6993
|
+
"Variant": {
|
|
6994
|
+
"type": "VARIANT",
|
|
6995
|
+
"variantOptions": [
|
|
6996
|
+
"Solid",
|
|
6997
|
+
"Outline Strong",
|
|
6998
|
+
"Outline Weak"
|
|
6999
|
+
]
|
|
7000
|
+
},
|
|
7001
|
+
"Size": {
|
|
7002
|
+
"type": "VARIANT",
|
|
7003
|
+
"variantOptions": [
|
|
7004
|
+
"Large",
|
|
7005
|
+
"Medium",
|
|
7006
|
+
"Small"
|
|
7007
|
+
]
|
|
7008
|
+
},
|
|
7009
|
+
"Selected": {
|
|
7010
|
+
"type": "VARIANT",
|
|
7011
|
+
"variantOptions": [
|
|
7012
|
+
"False",
|
|
7013
|
+
"True"
|
|
7014
|
+
]
|
|
7015
|
+
},
|
|
7016
|
+
"State": {
|
|
7017
|
+
"type": "VARIANT",
|
|
7018
|
+
"variantOptions": [
|
|
7019
|
+
"Enabled",
|
|
7020
|
+
"Pressed",
|
|
7021
|
+
"Disabled"
|
|
7022
|
+
]
|
|
7023
|
+
},
|
|
7024
|
+
"Prefix Type": {
|
|
7025
|
+
"type": "VARIANT",
|
|
7026
|
+
"variantOptions": [
|
|
7027
|
+
"None",
|
|
7028
|
+
"Icon",
|
|
7029
|
+
"Avatar",
|
|
7030
|
+
"Image"
|
|
7031
|
+
]
|
|
7032
|
+
}
|
|
7033
|
+
}
|
|
7034
|
+
};
|
|
7035
|
+
const componentDeprecatedChipGroup = {
|
|
7036
|
+
"name": "componentDeprecatedChipGroup",
|
|
7037
|
+
"key": "0f2bfd4ee01f2bce58ebd7f4cc9332d0420e50fd",
|
|
7038
|
+
"componentPropertyDefinitions": {
|
|
7039
|
+
"Refresh Button#15888:2": {
|
|
7040
|
+
"type": "BOOLEAN"
|
|
7041
|
+
},
|
|
7042
|
+
"Type": {
|
|
6922
7043
|
"type": "VARIANT",
|
|
6923
7044
|
"variantOptions": [
|
|
6924
7045
|
"Filter",
|
|
@@ -7117,37 +7238,6 @@ const componentDeprecatedMultilineTextField = {
|
|
|
7117
7238
|
}
|
|
7118
7239
|
}
|
|
7119
7240
|
};
|
|
7120
|
-
const componentDeprecatedRangeSlider = {
|
|
7121
|
-
"name": "componentDeprecatedRangeSlider",
|
|
7122
|
-
"key": "acd9b25dba649748699d0a67f900857629d62e64",
|
|
7123
|
-
"componentPropertyDefinitions": {
|
|
7124
|
-
"Steps": {
|
|
7125
|
-
"type": "VARIANT",
|
|
7126
|
-
"variantOptions": [
|
|
7127
|
-
"0",
|
|
7128
|
-
"1",
|
|
7129
|
-
"2",
|
|
7130
|
-
"3",
|
|
7131
|
-
"4"
|
|
7132
|
-
]
|
|
7133
|
-
},
|
|
7134
|
-
"State": {
|
|
7135
|
-
"type": "VARIANT",
|
|
7136
|
-
"variantOptions": [
|
|
7137
|
-
"Enabled",
|
|
7138
|
-
"Disabled"
|
|
7139
|
-
]
|
|
7140
|
-
},
|
|
7141
|
-
"Marker": {
|
|
7142
|
-
"type": "VARIANT",
|
|
7143
|
-
"variantOptions": [
|
|
7144
|
-
"None",
|
|
7145
|
-
"Min Max",
|
|
7146
|
-
"All"
|
|
7147
|
-
]
|
|
7148
|
-
}
|
|
7149
|
-
}
|
|
7150
|
-
};
|
|
7151
7241
|
const componentDeprecatedSelectBox = {
|
|
7152
7242
|
"name": "componentDeprecatedSelectBox",
|
|
7153
7243
|
"key": "83d4bbb026d432c35f0b2c7b7b273eafdd28e1a1",
|
|
@@ -7208,37 +7298,6 @@ const componentDeprecatedSelectBoxGroup = {
|
|
|
7208
7298
|
}
|
|
7209
7299
|
}
|
|
7210
7300
|
};
|
|
7211
|
-
const componentDeprecatedSlider = {
|
|
7212
|
-
"name": "componentDeprecatedSlider",
|
|
7213
|
-
"key": "c103c0a6ec25de57bb41eb820648a467afc5788e",
|
|
7214
|
-
"componentPropertyDefinitions": {
|
|
7215
|
-
"Steps": {
|
|
7216
|
-
"type": "VARIANT",
|
|
7217
|
-
"variantOptions": [
|
|
7218
|
-
"0",
|
|
7219
|
-
"1",
|
|
7220
|
-
"2",
|
|
7221
|
-
"3",
|
|
7222
|
-
"4"
|
|
7223
|
-
]
|
|
7224
|
-
},
|
|
7225
|
-
"State": {
|
|
7226
|
-
"type": "VARIANT",
|
|
7227
|
-
"variantOptions": [
|
|
7228
|
-
"Enabled",
|
|
7229
|
-
"Disabled"
|
|
7230
|
-
]
|
|
7231
|
-
},
|
|
7232
|
-
"Marker": {
|
|
7233
|
-
"type": "VARIANT",
|
|
7234
|
-
"variantOptions": [
|
|
7235
|
-
"None",
|
|
7236
|
-
"Min Max",
|
|
7237
|
-
"All"
|
|
7238
|
-
]
|
|
7239
|
-
}
|
|
7240
|
-
}
|
|
7241
|
-
};
|
|
7242
7301
|
const componentDeprecatedTextField = {
|
|
7243
7302
|
"name": "componentDeprecatedTextField",
|
|
7244
7303
|
"key": "5e497fe23421ab30b245b7d7b6624be803cb4d67",
|
|
@@ -7365,6 +7424,29 @@ const componentDerpecatedTopNavigation = {
|
|
|
7365
7424
|
}
|
|
7366
7425
|
}
|
|
7367
7426
|
};
|
|
7427
|
+
const componentAccordion = {
|
|
7428
|
+
"name": "componentAccordion",
|
|
7429
|
+
"key": "0686a42b92941f42561f73e95ecff0699b86e3a9",
|
|
7430
|
+
"componentPropertyDefinitions": {
|
|
7431
|
+
"Accordion Group#10588:0": {
|
|
7432
|
+
"type": "SLOT"
|
|
7433
|
+
},
|
|
7434
|
+
"Size": {
|
|
7435
|
+
"type": "VARIANT",
|
|
7436
|
+
"variantOptions": [
|
|
7437
|
+
"Medium",
|
|
7438
|
+
"Large (Desktop)"
|
|
7439
|
+
]
|
|
7440
|
+
},
|
|
7441
|
+
"Variants": {
|
|
7442
|
+
"type": "VARIANT",
|
|
7443
|
+
"variantOptions": [
|
|
7444
|
+
"Inline",
|
|
7445
|
+
"Separated"
|
|
7446
|
+
]
|
|
7447
|
+
}
|
|
7448
|
+
}
|
|
7449
|
+
};
|
|
7368
7450
|
const componentActionButton = {
|
|
7369
7451
|
"name": "componentActionButton",
|
|
7370
7452
|
"key": "cd70496145efd7f5ffdb5413fb4db8e918561ffa",
|
|
@@ -7461,6 +7543,41 @@ const componentAndroidNowBarScreen = {
|
|
|
7461
7543
|
}
|
|
7462
7544
|
}
|
|
7463
7545
|
};
|
|
7546
|
+
const componentAttachmentField = {
|
|
7547
|
+
"name": "componentAttachmentField",
|
|
7548
|
+
"key": "7a1711f401793fb33ca9ceb599916a7440ef60b4",
|
|
7549
|
+
"componentPropertyDefinitions": {
|
|
7550
|
+
"Show Header#11576:30": {
|
|
7551
|
+
"type": "BOOLEAN"
|
|
7552
|
+
},
|
|
7553
|
+
"Show Footer#11576:47": {
|
|
7554
|
+
"type": "BOOLEAN"
|
|
7555
|
+
},
|
|
7556
|
+
"Type": {
|
|
7557
|
+
"type": "VARIANT",
|
|
7558
|
+
"variantOptions": [
|
|
7559
|
+
"Media",
|
|
7560
|
+
"File"
|
|
7561
|
+
]
|
|
7562
|
+
},
|
|
7563
|
+
"State": {
|
|
7564
|
+
"type": "VARIANT",
|
|
7565
|
+
"variantOptions": [
|
|
7566
|
+
"Enabled",
|
|
7567
|
+
"Error",
|
|
7568
|
+
"Disabled",
|
|
7569
|
+
"Read Only"
|
|
7570
|
+
]
|
|
7571
|
+
},
|
|
7572
|
+
"Has Value": {
|
|
7573
|
+
"type": "VARIANT",
|
|
7574
|
+
"variantOptions": [
|
|
7575
|
+
"False",
|
|
7576
|
+
"True"
|
|
7577
|
+
]
|
|
7578
|
+
}
|
|
7579
|
+
}
|
|
7580
|
+
};
|
|
7464
7581
|
const componentAvatar = {
|
|
7465
7582
|
"name": "componentAvatar",
|
|
7466
7583
|
"key": "f17031afc2c71f35e5a147f6937a2b918029d334",
|
|
@@ -7494,9 +7611,9 @@ const componentAvatar = {
|
|
|
7494
7611
|
}
|
|
7495
7612
|
}
|
|
7496
7613
|
};
|
|
7497
|
-
const
|
|
7498
|
-
"name": "
|
|
7499
|
-
"key": "
|
|
7614
|
+
const componentAvatarPreset = {
|
|
7615
|
+
"name": "componentAvatarPreset",
|
|
7616
|
+
"key": "539a0546169fb966bed1b07aa98db4b070206fc1",
|
|
7500
7617
|
"componentPropertyDefinitions": {
|
|
7501
7618
|
"Image": {
|
|
7502
7619
|
"type": "VARIANT",
|
|
@@ -7662,9 +7779,9 @@ const componentBottomSheet = {
|
|
|
7662
7779
|
}
|
|
7663
7780
|
}
|
|
7664
7781
|
};
|
|
7665
|
-
const
|
|
7666
|
-
"name": "
|
|
7667
|
-
"key": "
|
|
7782
|
+
const componentButtonGroup = {
|
|
7783
|
+
"name": "componentButtonGroup",
|
|
7784
|
+
"key": "2acf5a3240876b2b82e3e42f267856b8582c07f6",
|
|
7668
7785
|
"componentPropertyDefinitions": {
|
|
7669
7786
|
"Size": {
|
|
7670
7787
|
"type": "VARIANT",
|
|
@@ -7812,10 +7929,13 @@ const componentCheckbox = {
|
|
|
7812
7929
|
}
|
|
7813
7930
|
}
|
|
7814
7931
|
};
|
|
7815
|
-
const
|
|
7816
|
-
"name": "
|
|
7817
|
-
"key": "
|
|
7932
|
+
const componentCheckboxField = {
|
|
7933
|
+
"name": "componentCheckboxField",
|
|
7934
|
+
"key": "c157db7fe8d812716f2ed3f520b8bacfb9fb8416",
|
|
7818
7935
|
"componentPropertyDefinitions": {
|
|
7936
|
+
"Checkbox Group#12261:0": {
|
|
7937
|
+
"type": "SLOT"
|
|
7938
|
+
},
|
|
7819
7939
|
"Show Header#40606:8": {
|
|
7820
7940
|
"type": "BOOLEAN"
|
|
7821
7941
|
},
|
|
@@ -7878,27 +7998,34 @@ const componentCheckmark = {
|
|
|
7878
7998
|
};
|
|
7879
7999
|
const componentChip = {
|
|
7880
8000
|
"name": "componentChip",
|
|
7881
|
-
"key": "
|
|
8001
|
+
"key": "f23dfd7f48dd6fc6fbbdae95a091fd7a06a942e1",
|
|
7882
8002
|
"componentPropertyDefinitions": {
|
|
7883
|
-
"
|
|
7884
|
-
"type": "
|
|
8003
|
+
"Has Prefix#9822:0": {
|
|
8004
|
+
"type": "BOOLEAN"
|
|
7885
8005
|
},
|
|
7886
|
-
"Prefix
|
|
8006
|
+
"Prefix Type#9965:0": {
|
|
7887
8007
|
"type": "INSTANCE_SWAP"
|
|
7888
8008
|
},
|
|
7889
|
-
"Suffix Type#
|
|
8009
|
+
"Suffix Type#9965:109": {
|
|
7890
8010
|
"type": "INSTANCE_SWAP"
|
|
7891
8011
|
},
|
|
7892
|
-
"
|
|
8012
|
+
"Suffix Type Small#9981:218": {
|
|
8013
|
+
"type": "INSTANCE_SWAP"
|
|
8014
|
+
},
|
|
8015
|
+
"Prefix Type Small#9981:327": {
|
|
8016
|
+
"type": "INSTANCE_SWAP"
|
|
8017
|
+
},
|
|
8018
|
+
"Icon#10111:0": {
|
|
8019
|
+
"type": "INSTANCE_SWAP"
|
|
8020
|
+
},
|
|
8021
|
+
"Has Notification#10111:109": {
|
|
7893
8022
|
"type": "BOOLEAN"
|
|
7894
8023
|
},
|
|
7895
|
-
"
|
|
7896
|
-
"type": "
|
|
7897
|
-
|
|
7898
|
-
|
|
7899
|
-
|
|
7900
|
-
"Outline Weak"
|
|
7901
|
-
]
|
|
8024
|
+
"Label#12217:0": {
|
|
8025
|
+
"type": "TEXT"
|
|
8026
|
+
},
|
|
8027
|
+
"Has Suffix#32538:181": {
|
|
8028
|
+
"type": "BOOLEAN"
|
|
7902
8029
|
},
|
|
7903
8030
|
"Size": {
|
|
7904
8031
|
"type": "VARIANT",
|
|
@@ -7908,6 +8035,21 @@ const componentChip = {
|
|
|
7908
8035
|
"Small"
|
|
7909
8036
|
]
|
|
7910
8037
|
},
|
|
8038
|
+
"Layout": {
|
|
8039
|
+
"type": "VARIANT",
|
|
8040
|
+
"variantOptions": [
|
|
8041
|
+
"With Text",
|
|
8042
|
+
"Icon Only"
|
|
8043
|
+
]
|
|
8044
|
+
},
|
|
8045
|
+
"Variant": {
|
|
8046
|
+
"type": "VARIANT",
|
|
8047
|
+
"variantOptions": [
|
|
8048
|
+
"Solid",
|
|
8049
|
+
"Outline Strong",
|
|
8050
|
+
"Outline Weak"
|
|
8051
|
+
]
|
|
8052
|
+
},
|
|
7911
8053
|
"Selected": {
|
|
7912
8054
|
"type": "VARIANT",
|
|
7913
8055
|
"variantOptions": [
|
|
@@ -7922,22 +8064,16 @@ const componentChip = {
|
|
|
7922
8064
|
"Pressed",
|
|
7923
8065
|
"Disabled"
|
|
7924
8066
|
]
|
|
7925
|
-
},
|
|
7926
|
-
"Prefix Type": {
|
|
7927
|
-
"type": "VARIANT",
|
|
7928
|
-
"variantOptions": [
|
|
7929
|
-
"None",
|
|
7930
|
-
"Icon",
|
|
7931
|
-
"Avatar",
|
|
7932
|
-
"Image"
|
|
7933
|
-
]
|
|
7934
8067
|
}
|
|
7935
8068
|
}
|
|
7936
8069
|
};
|
|
7937
|
-
const
|
|
7938
|
-
"name": "
|
|
7939
|
-
"key": "
|
|
8070
|
+
const componentChipGroup = {
|
|
8071
|
+
"name": "componentChipGroup",
|
|
8072
|
+
"key": "dbef4539572f056c6a90c332299d9b9febd212de",
|
|
7940
8073
|
"componentPropertyDefinitions": {
|
|
8074
|
+
"Chip Group#12261:62": {
|
|
8075
|
+
"type": "SLOT"
|
|
8076
|
+
},
|
|
7941
8077
|
"Variant": {
|
|
7942
8078
|
"type": "VARIANT",
|
|
7943
8079
|
"variantOptions": [
|
|
@@ -8015,9 +8151,9 @@ const componentContextualFloatingButton = {
|
|
|
8015
8151
|
}
|
|
8016
8152
|
}
|
|
8017
8153
|
};
|
|
8018
|
-
const
|
|
8019
|
-
"name": "
|
|
8020
|
-
"key": "
|
|
8154
|
+
const componentDisclaimer = {
|
|
8155
|
+
"name": "componentDisclaimer",
|
|
8156
|
+
"key": "9532514879fc59d5b221b8cc4b85a569ed15d265",
|
|
8021
8157
|
"componentPropertyDefinitions": {
|
|
8022
8158
|
"Show Title#54910:2": {
|
|
8023
8159
|
"type": "BOOLEAN"
|
|
@@ -8075,9 +8211,9 @@ const componentEditorToolbarFigmaOnly = {
|
|
|
8075
8211
|
}
|
|
8076
8212
|
}
|
|
8077
8213
|
};
|
|
8078
|
-
const
|
|
8079
|
-
"name": "
|
|
8080
|
-
"key": "
|
|
8214
|
+
const componentFieldButton = {
|
|
8215
|
+
"name": "componentFieldButton",
|
|
8216
|
+
"key": "a9f6a5ee2d52881b87e22ef1a18fac67e92558f4",
|
|
8081
8217
|
"componentPropertyDefinitions": {
|
|
8082
8218
|
"Show Header#40606:8": {
|
|
8083
8219
|
"type": "BOOLEAN"
|
|
@@ -8085,6 +8221,13 @@ const templateFieldButton = {
|
|
|
8085
8221
|
"Show Footer#40606:9": {
|
|
8086
8222
|
"type": "BOOLEAN"
|
|
8087
8223
|
},
|
|
8224
|
+
"Size": {
|
|
8225
|
+
"type": "VARIANT",
|
|
8226
|
+
"variantOptions": [
|
|
8227
|
+
"Large",
|
|
8228
|
+
"Medium (Desktop Only)"
|
|
8229
|
+
]
|
|
8230
|
+
},
|
|
8088
8231
|
"State": {
|
|
8089
8232
|
"type": "VARIANT",
|
|
8090
8233
|
"variantOptions": [
|
|
@@ -8221,8 +8364,8 @@ const componentImageFrame = {
|
|
|
8221
8364
|
}
|
|
8222
8365
|
}
|
|
8223
8366
|
};
|
|
8224
|
-
const
|
|
8225
|
-
"name": "
|
|
8367
|
+
const componentIOsLiveActivityScreen = {
|
|
8368
|
+
"name": "componentIOsLiveActivityScreen",
|
|
8226
8369
|
"key": "3d7ff6cf68e769096237bcc0122be08caf8b6ce4",
|
|
8227
8370
|
"componentPropertyDefinitions": {
|
|
8228
8371
|
"Type": {
|
|
@@ -8330,11 +8473,11 @@ const componentListItem = {
|
|
|
8330
8473
|
"Disabled"
|
|
8331
8474
|
]
|
|
8332
8475
|
},
|
|
8333
|
-
"
|
|
8476
|
+
"Align": {
|
|
8334
8477
|
"type": "VARIANT",
|
|
8335
8478
|
"variantOptions": [
|
|
8336
|
-
"
|
|
8337
|
-
"
|
|
8479
|
+
"Center",
|
|
8480
|
+
"Top"
|
|
8338
8481
|
]
|
|
8339
8482
|
},
|
|
8340
8483
|
"Highlighted": {
|
|
@@ -8440,6 +8583,37 @@ const componentMenuSheet = {
|
|
|
8440
8583
|
}
|
|
8441
8584
|
}
|
|
8442
8585
|
};
|
|
8586
|
+
const componentMultilineTextField = {
|
|
8587
|
+
"name": "componentMultilineTextField",
|
|
8588
|
+
"key": "e1b7b5bfa5ff6a633cecc5110b958520a9e79ddf",
|
|
8589
|
+
"componentPropertyDefinitions": {
|
|
8590
|
+
"Show Header#11576:0": {
|
|
8591
|
+
"type": "BOOLEAN"
|
|
8592
|
+
},
|
|
8593
|
+
"Show Footer#11576:15": {
|
|
8594
|
+
"type": "BOOLEAN"
|
|
8595
|
+
},
|
|
8596
|
+
"Size": {
|
|
8597
|
+
"type": "VARIANT",
|
|
8598
|
+
"variantOptions": [
|
|
8599
|
+
"Large",
|
|
8600
|
+
"Medium (Desktop Only)"
|
|
8601
|
+
]
|
|
8602
|
+
},
|
|
8603
|
+
"State": {
|
|
8604
|
+
"type": "VARIANT",
|
|
8605
|
+
"variantOptions": [
|
|
8606
|
+
"AI Loading (Figma Only)",
|
|
8607
|
+
"Disabled",
|
|
8608
|
+
"Read Only",
|
|
8609
|
+
"Error Focused",
|
|
8610
|
+
"Error",
|
|
8611
|
+
"Focused",
|
|
8612
|
+
"Enabled"
|
|
8613
|
+
]
|
|
8614
|
+
}
|
|
8615
|
+
}
|
|
8616
|
+
};
|
|
8443
8617
|
const componentOsBottomIndicatorFigmaOnly = {
|
|
8444
8618
|
"name": "componentOsBottomIndicatorFigmaOnly",
|
|
8445
8619
|
"key": "291fcfece0247fd59a6ef14312347267523a5152",
|
|
@@ -8631,10 +8805,13 @@ const componentRadio = {
|
|
|
8631
8805
|
}
|
|
8632
8806
|
}
|
|
8633
8807
|
};
|
|
8634
|
-
const
|
|
8635
|
-
"name": "
|
|
8636
|
-
"key": "
|
|
8808
|
+
const componentRadioField = {
|
|
8809
|
+
"name": "componentRadioField",
|
|
8810
|
+
"key": "7a1c06315434813d0c4256366e2f478954cd6f14",
|
|
8637
8811
|
"componentPropertyDefinitions": {
|
|
8812
|
+
"Radio Group#12285:87": {
|
|
8813
|
+
"type": "SLOT"
|
|
8814
|
+
},
|
|
8638
8815
|
"Show Header#40606:8": {
|
|
8639
8816
|
"type": "BOOLEAN"
|
|
8640
8817
|
},
|
|
@@ -8864,9 +9041,9 @@ const componentSegmentedControl = {
|
|
|
8864
9041
|
}
|
|
8865
9042
|
}
|
|
8866
9043
|
};
|
|
8867
|
-
const
|
|
8868
|
-
"name": "
|
|
8869
|
-
"key": "
|
|
9044
|
+
const componentSelectBoxField = {
|
|
9045
|
+
"name": "componentSelectBoxField",
|
|
9046
|
+
"key": "a4202b1d4bbb185f25f937dd6a71cfc580e58cb5",
|
|
8870
9047
|
"componentPropertyDefinitions": {
|
|
8871
9048
|
"Show Header#40606:8": {
|
|
8872
9049
|
"type": "BOOLEAN"
|
|
@@ -8889,6 +9066,9 @@ const componentSelectBoxGroup = {
|
|
|
8889
9066
|
"name": "componentSelectBoxGroup",
|
|
8890
9067
|
"key": "cbf6ddeb6d6f889e983399291ec8b60ee3390177",
|
|
8891
9068
|
"componentPropertyDefinitions": {
|
|
9069
|
+
"Select Box Group#12285:92": {
|
|
9070
|
+
"type": "SLOT"
|
|
9071
|
+
},
|
|
8892
9072
|
"Column": {
|
|
8893
9073
|
"type": "VARIANT",
|
|
8894
9074
|
"variantOptions": [
|
|
@@ -8991,9 +9171,9 @@ const componentSkeleton = {
|
|
|
8991
9171
|
}
|
|
8992
9172
|
}
|
|
8993
9173
|
};
|
|
8994
|
-
const
|
|
8995
|
-
"name": "
|
|
8996
|
-
"key": "
|
|
9174
|
+
const componentSkeletonPreset = {
|
|
9175
|
+
"name": "componentSkeletonPreset",
|
|
9176
|
+
"key": "f59d479beaf5d5d73da2ff8984778a40dd2e65bd",
|
|
8997
9177
|
"componentPropertyDefinitions": {
|
|
8998
9178
|
"Preset (Figma-Only)": {
|
|
8999
9179
|
"type": "VARIANT",
|
|
@@ -9039,9 +9219,9 @@ const componentSlider = {
|
|
|
9039
9219
|
}
|
|
9040
9220
|
}
|
|
9041
9221
|
};
|
|
9042
|
-
const
|
|
9043
|
-
"name": "
|
|
9044
|
-
"key": "
|
|
9222
|
+
const componentSliderField = {
|
|
9223
|
+
"name": "componentSliderField",
|
|
9224
|
+
"key": "a0d06d2084b3ab2d0dc4a9dc23fa3500043dddc4",
|
|
9045
9225
|
"componentPropertyDefinitions": {
|
|
9046
9226
|
"Show Header#40606:8": {
|
|
9047
9227
|
"type": "BOOLEAN"
|
|
@@ -9217,9 +9397,9 @@ const componentTagGroup = {
|
|
|
9217
9397
|
}
|
|
9218
9398
|
}
|
|
9219
9399
|
};
|
|
9220
|
-
const
|
|
9221
|
-
"name": "
|
|
9222
|
-
"key": "
|
|
9400
|
+
const componentTextField = {
|
|
9401
|
+
"name": "componentTextField",
|
|
9402
|
+
"key": "8b134244cb1038a13e6365aa9664a3fcb8b7e352",
|
|
9223
9403
|
"componentPropertyDefinitions": {
|
|
9224
9404
|
"Show Header#40606:8": {
|
|
9225
9405
|
"type": "BOOLEAN"
|
|
@@ -9227,6 +9407,13 @@ const templateTextField = {
|
|
|
9227
9407
|
"Show Footer#40606:9": {
|
|
9228
9408
|
"type": "BOOLEAN"
|
|
9229
9409
|
},
|
|
9410
|
+
"Size": {
|
|
9411
|
+
"type": "VARIANT",
|
|
9412
|
+
"variantOptions": [
|
|
9413
|
+
"Large",
|
|
9414
|
+
"Medium (Desktop Only)"
|
|
9415
|
+
]
|
|
9416
|
+
},
|
|
9230
9417
|
"Variant": {
|
|
9231
9418
|
"type": "VARIANT",
|
|
9232
9419
|
"variantOptions": [
|
|
@@ -9248,27 +9435,9 @@ const templateTextField = {
|
|
|
9248
9435
|
}
|
|
9249
9436
|
}
|
|
9250
9437
|
};
|
|
9251
|
-
const
|
|
9252
|
-
"name": "
|
|
9253
|
-
"key": "
|
|
9254
|
-
"componentPropertyDefinitions": {
|
|
9255
|
-
"State": {
|
|
9256
|
-
"type": "VARIANT",
|
|
9257
|
-
"variantOptions": [
|
|
9258
|
-
"AI Loading (Figma Only)",
|
|
9259
|
-
"Disabled",
|
|
9260
|
-
"Read Only",
|
|
9261
|
-
"Error Focused",
|
|
9262
|
-
"Error",
|
|
9263
|
-
"Focused",
|
|
9264
|
-
"Enabled"
|
|
9265
|
-
]
|
|
9266
|
-
}
|
|
9267
|
-
}
|
|
9268
|
-
};
|
|
9269
|
-
const componentToggleButton = {
|
|
9270
|
-
"name": "componentToggleButton",
|
|
9271
|
-
"key": "eb1eac49eb281c1029e659821f4091619d0b74e4",
|
|
9438
|
+
const componentToggleButton = {
|
|
9439
|
+
"name": "componentToggleButton",
|
|
9440
|
+
"key": "eb1eac49eb281c1029e659821f4091619d0b74e4",
|
|
9272
9441
|
"componentPropertyDefinitions": {
|
|
9273
9442
|
"Label#6122:49": {
|
|
9274
9443
|
"type": "TEXT"
|
|
@@ -9359,9 +9528,9 @@ const componentTopNavigation = {
|
|
|
9359
9528
|
}
|
|
9360
9529
|
}
|
|
9361
9530
|
};
|
|
9362
|
-
const
|
|
9363
|
-
"name": "
|
|
9364
|
-
"key": "
|
|
9531
|
+
const componentTopNavigationPreset = {
|
|
9532
|
+
"name": "componentTopNavigationPreset",
|
|
9533
|
+
"key": "0dd628c49a9e02b1a5f3208a0b870b567cff59a7",
|
|
9365
9534
|
"componentPropertyDefinitions": {
|
|
9366
9535
|
"Action Button#17406:0": {
|
|
9367
9536
|
"type": "BOOLEAN"
|
|
@@ -9400,6 +9569,40 @@ const componentUserSelectionFigmaOnly = {
|
|
|
9400
9569
|
}
|
|
9401
9570
|
}
|
|
9402
9571
|
};
|
|
9572
|
+
const componentAttachmentInput = {
|
|
9573
|
+
"name": "componentAttachmentInput",
|
|
9574
|
+
"key": "912d312b7a25ab698708e196a7d3f2f91d2bd2f5",
|
|
9575
|
+
"componentPropertyDefinitions": {
|
|
9576
|
+
"Type": {
|
|
9577
|
+
"type": "VARIANT",
|
|
9578
|
+
"variantOptions": [
|
|
9579
|
+
"Media",
|
|
9580
|
+
"File"
|
|
9581
|
+
]
|
|
9582
|
+
},
|
|
9583
|
+
"Trigger Type": {
|
|
9584
|
+
"type": "VARIANT",
|
|
9585
|
+
"variantOptions": [
|
|
9586
|
+
"Button",
|
|
9587
|
+
"Dropzone"
|
|
9588
|
+
]
|
|
9589
|
+
},
|
|
9590
|
+
"State": {
|
|
9591
|
+
"type": "VARIANT",
|
|
9592
|
+
"variantOptions": [
|
|
9593
|
+
"Enabled",
|
|
9594
|
+
"Disabled"
|
|
9595
|
+
]
|
|
9596
|
+
},
|
|
9597
|
+
"Has Value": {
|
|
9598
|
+
"type": "VARIANT",
|
|
9599
|
+
"variantOptions": [
|
|
9600
|
+
"False",
|
|
9601
|
+
"True"
|
|
9602
|
+
]
|
|
9603
|
+
}
|
|
9604
|
+
}
|
|
9605
|
+
};
|
|
9403
9606
|
const componentFieldFooter = {
|
|
9404
9607
|
"name": "componentFieldFooter",
|
|
9405
9608
|
"key": "a2e73c375b787756a11e84c5915f8251c621ee3a",
|
|
@@ -9443,6 +9646,13 @@ const componentFieldHeader = {
|
|
|
9443
9646
|
"Has Suffix#34796:2": {
|
|
9444
9647
|
"type": "BOOLEAN"
|
|
9445
9648
|
},
|
|
9649
|
+
"Size": {
|
|
9650
|
+
"type": "VARIANT",
|
|
9651
|
+
"variantOptions": [
|
|
9652
|
+
"Large",
|
|
9653
|
+
"Medium (Desktop Only)"
|
|
9654
|
+
]
|
|
9655
|
+
},
|
|
9446
9656
|
"Weight": {
|
|
9447
9657
|
"type": "VARIANT",
|
|
9448
9658
|
"variantOptions": [
|
|
@@ -9462,15 +9672,22 @@ const componentInputButton = {
|
|
|
9462
9672
|
"Has Suffix#32865:68": {
|
|
9463
9673
|
"type": "BOOLEAN"
|
|
9464
9674
|
},
|
|
9675
|
+
"Size": {
|
|
9676
|
+
"type": "VARIANT",
|
|
9677
|
+
"variantOptions": [
|
|
9678
|
+
"Large",
|
|
9679
|
+
"Medium (Desktop Only)"
|
|
9680
|
+
]
|
|
9681
|
+
},
|
|
9465
9682
|
"State": {
|
|
9466
9683
|
"type": "VARIANT",
|
|
9467
9684
|
"variantOptions": [
|
|
9468
9685
|
"Enabled",
|
|
9686
|
+
"Pressed",
|
|
9469
9687
|
"Error",
|
|
9688
|
+
"Error Pressed",
|
|
9470
9689
|
"Disabled",
|
|
9471
|
-
"Read Only"
|
|
9472
|
-
"Pressed",
|
|
9473
|
-
"Error Pressed"
|
|
9690
|
+
"Read Only"
|
|
9474
9691
|
]
|
|
9475
9692
|
}
|
|
9476
9693
|
}
|
|
@@ -9488,6 +9705,13 @@ const componentTextInput = {
|
|
|
9488
9705
|
"Has Suffix#32865:68": {
|
|
9489
9706
|
"type": "BOOLEAN"
|
|
9490
9707
|
},
|
|
9708
|
+
"Size": {
|
|
9709
|
+
"type": "VARIANT",
|
|
9710
|
+
"variantOptions": [
|
|
9711
|
+
"Large",
|
|
9712
|
+
"Medium (Desktop Only)"
|
|
9713
|
+
]
|
|
9714
|
+
},
|
|
9491
9715
|
"State": {
|
|
9492
9716
|
"type": "VARIANT",
|
|
9493
9717
|
"variantOptions": [
|
|
@@ -9506,6 +9730,13 @@ const componentTextarea = {
|
|
|
9506
9730
|
"name": "componentTextarea",
|
|
9507
9731
|
"key": "e20ec5b725e0fdbaca728cecdc72b0c485728b4d",
|
|
9508
9732
|
"componentPropertyDefinitions": {
|
|
9733
|
+
"Size": {
|
|
9734
|
+
"type": "VARIANT",
|
|
9735
|
+
"variantOptions": [
|
|
9736
|
+
"Large",
|
|
9737
|
+
"Medium (Desktop Only)"
|
|
9738
|
+
]
|
|
9739
|
+
},
|
|
9509
9740
|
"Auto Size (Figma Only)": {
|
|
9510
9741
|
"type": "VARIANT",
|
|
9511
9742
|
"variantOptions": [
|
|
@@ -9548,6 +9779,13 @@ const componentUnderlineTextInput = {
|
|
|
9548
9779
|
"Read Only",
|
|
9549
9780
|
"AI Loading (Figma Only)"
|
|
9550
9781
|
]
|
|
9782
|
+
},
|
|
9783
|
+
"Size": {
|
|
9784
|
+
"type": "VARIANT",
|
|
9785
|
+
"variantOptions": [
|
|
9786
|
+
"Medium (Desktop Only)",
|
|
9787
|
+
"Large"
|
|
9788
|
+
]
|
|
9551
9789
|
}
|
|
9552
9790
|
}
|
|
9553
9791
|
};
|
|
@@ -9577,7 +9815,7 @@ const componentActionButtonGhostButton = {
|
|
|
9577
9815
|
"Size": {
|
|
9578
9816
|
"type": "VARIANT",
|
|
9579
9817
|
"variantOptions": [
|
|
9580
|
-
"
|
|
9818
|
+
"XSmall",
|
|
9581
9819
|
"Small",
|
|
9582
9820
|
"Medium",
|
|
9583
9821
|
"Large"
|
|
@@ -9915,42 +10153,51 @@ const templateShareSheet = {
|
|
|
9915
10153
|
|
|
9916
10154
|
var FIGMA_COMPONENTS = {
|
|
9917
10155
|
__proto__: null,
|
|
10156
|
+
componentAccordion: componentAccordion,
|
|
9918
10157
|
componentActionButton: componentActionButton,
|
|
9919
10158
|
componentActionButtonGhostButton: componentActionButtonGhostButton,
|
|
9920
10159
|
componentAlertDialog: componentAlertDialog,
|
|
9921
10160
|
componentAndroidNowBarScreen: componentAndroidNowBarScreen,
|
|
10161
|
+
componentAttachmentField: componentAttachmentField,
|
|
10162
|
+
componentAttachmentInput: componentAttachmentInput,
|
|
9922
10163
|
componentAvatar: componentAvatar,
|
|
10164
|
+
componentAvatarPreset: componentAvatarPreset,
|
|
9923
10165
|
componentAvatarStack: componentAvatarStack,
|
|
9924
10166
|
componentBadge: componentBadge,
|
|
9925
10167
|
componentBottomActionBarFigmaOnly: componentBottomActionBarFigmaOnly,
|
|
9926
10168
|
componentBottomNavigationGlobal: componentBottomNavigationGlobal,
|
|
9927
10169
|
componentBottomNavigationKr: componentBottomNavigationKr,
|
|
9928
10170
|
componentBottomSheet: componentBottomSheet,
|
|
10171
|
+
componentButtonGroup: componentButtonGroup,
|
|
9929
10172
|
componentCallout: componentCallout,
|
|
9930
10173
|
componentCheckbox: componentCheckbox,
|
|
10174
|
+
componentCheckboxField: componentCheckboxField,
|
|
9931
10175
|
componentCheckmark: componentCheckmark,
|
|
9932
10176
|
componentChip: componentChip,
|
|
10177
|
+
componentChipGroup: componentChipGroup,
|
|
9933
10178
|
componentChlid: componentChlid,
|
|
9934
10179
|
componentContextualFloatingButton: componentContextualFloatingButton,
|
|
9935
10180
|
componentDeprecatedActionChip: componentDeprecatedActionChip,
|
|
9936
10181
|
componentDeprecatedActionSheet: componentDeprecatedActionSheet,
|
|
10182
|
+
componentDeprecatedChip: componentDeprecatedChip,
|
|
10183
|
+
componentDeprecatedChipGroup: componentDeprecatedChipGroup,
|
|
9937
10184
|
componentDeprecatedCompletion: componentDeprecatedCompletion,
|
|
9938
10185
|
componentDeprecatedControlChip: componentDeprecatedControlChip,
|
|
9939
10186
|
componentDeprecatedErrorState: componentDeprecatedErrorState,
|
|
9940
10187
|
componentDeprecatedMultilineTextField: componentDeprecatedMultilineTextField,
|
|
9941
|
-
componentDeprecatedRangeSlider: componentDeprecatedRangeSlider,
|
|
9942
10188
|
componentDeprecatedSelectBox: componentDeprecatedSelectBox,
|
|
9943
10189
|
componentDeprecatedSelectBoxGroup: componentDeprecatedSelectBoxGroup,
|
|
9944
|
-
componentDeprecatedSlider: componentDeprecatedSlider,
|
|
9945
10190
|
componentDeprecatedTextField: componentDeprecatedTextField,
|
|
9946
10191
|
componentDerpecatedTopNavigation: componentDerpecatedTopNavigation,
|
|
10192
|
+
componentDisclaimer: componentDisclaimer,
|
|
9947
10193
|
componentDivider: componentDivider,
|
|
9948
10194
|
componentEditorToolbarFigmaOnly: componentEditorToolbarFigmaOnly,
|
|
10195
|
+
componentFieldButton: componentFieldButton,
|
|
9949
10196
|
componentFieldFooter: componentFieldFooter,
|
|
9950
10197
|
componentFieldHeader: componentFieldHeader,
|
|
9951
10198
|
componentFloatingActionButton: componentFloatingActionButton,
|
|
9952
10199
|
componentHelpBubble: componentHelpBubble,
|
|
9953
|
-
|
|
10200
|
+
componentIOsLiveActivityScreen: componentIOsLiveActivityScreen,
|
|
9954
10201
|
componentImageFrame: componentImageFrame,
|
|
9955
10202
|
componentImageFrameReactionButton: componentImageFrameReactionButton,
|
|
9956
10203
|
componentInputButton: componentInputButton,
|
|
@@ -9963,6 +10210,7 @@ var FIGMA_COMPONENTS = {
|
|
|
9963
10210
|
componentMannerTempBadge: componentMannerTempBadge,
|
|
9964
10211
|
componentMenu: componentMenu,
|
|
9965
10212
|
componentMenuSheet: componentMenuSheet,
|
|
10213
|
+
componentMultilineTextField: componentMultilineTextField,
|
|
9966
10214
|
componentOsBottomIndicatorFigmaOnly: componentOsBottomIndicatorFigmaOnly,
|
|
9967
10215
|
componentOsKeyboardFigmaOnly: componentOsKeyboardFigmaOnly,
|
|
9968
10216
|
componentOsPushScreenFigmaOnly: componentOsPushScreenFigmaOnly,
|
|
@@ -9970,6 +10218,7 @@ var FIGMA_COMPONENTS = {
|
|
|
9970
10218
|
componentPageBanner: componentPageBanner,
|
|
9971
10219
|
componentProgressCircle: componentProgressCircle,
|
|
9972
10220
|
componentRadio: componentRadio,
|
|
10221
|
+
componentRadioField: componentRadioField,
|
|
9973
10222
|
componentRadiomark: componentRadiomark,
|
|
9974
10223
|
componentReactionButton: componentReactionButton,
|
|
9975
10224
|
componentResizableChild: componentResizableChild,
|
|
@@ -9980,6 +10229,7 @@ var FIGMA_COMPONENTS = {
|
|
|
9980
10229
|
componentScrollFog: componentScrollFog,
|
|
9981
10230
|
componentSearchBarFigmaOnly: componentSearchBarFigmaOnly,
|
|
9982
10231
|
componentSegmentedControl: componentSegmentedControl,
|
|
10232
|
+
componentSelectBoxField: componentSelectBoxField,
|
|
9983
10233
|
componentSelectBoxGroup: componentSelectBoxGroup,
|
|
9984
10234
|
componentSelectBoxItemHorizontal: componentSelectBoxItemHorizontal,
|
|
9985
10235
|
componentSelectBoxItemVertical: componentSelectBoxItemVertical,
|
|
@@ -9987,22 +10237,28 @@ var FIGMA_COMPONENTS = {
|
|
|
9987
10237
|
componentSideNavigation: componentSideNavigation,
|
|
9988
10238
|
componentSideNavigationPreset: componentSideNavigationPreset,
|
|
9989
10239
|
componentSkeleton: componentSkeleton,
|
|
10240
|
+
componentSkeletonPreset: componentSkeletonPreset,
|
|
9990
10241
|
componentSlider: componentSlider,
|
|
10242
|
+
componentSliderField: componentSliderField,
|
|
9991
10243
|
componentSnackbar: componentSnackbar,
|
|
9992
10244
|
componentSuperscriptChild: componentSuperscriptChild,
|
|
9993
10245
|
componentSwitch: componentSwitch,
|
|
9994
10246
|
componentSwitchmark: componentSwitchmark,
|
|
9995
10247
|
componentTabs: componentTabs,
|
|
9996
10248
|
componentTagGroup: componentTagGroup,
|
|
10249
|
+
componentTextField: componentTextField,
|
|
9997
10250
|
componentTextInput: componentTextInput,
|
|
9998
10251
|
componentTextarea: componentTextarea,
|
|
9999
10252
|
componentToggleButton: componentToggleButton,
|
|
10000
10253
|
componentTopNavigation: componentTopNavigation,
|
|
10254
|
+
componentTopNavigationPreset: componentTopNavigationPreset,
|
|
10001
10255
|
componentUnderlineTextInput: componentUnderlineTextInput,
|
|
10002
10256
|
componentUserSelectionFigmaOnly: componentUserSelectionFigmaOnly,
|
|
10003
10257
|
privateComponentAlertDialogActions: privateComponentAlertDialogActions,
|
|
10004
10258
|
privateComponentBottomSheetCloseButton: privateComponentBottomSheetCloseButton,
|
|
10005
10259
|
privateComponentBottomSheetHandle: privateComponentBottomSheetHandle,
|
|
10260
|
+
privateComponentChipGroup: privateComponentChipGroup,
|
|
10261
|
+
privateComponentChipGroupField: privateComponentChipGroupField,
|
|
10006
10262
|
privateComponentContentPlaceholder: privateComponentContentPlaceholder,
|
|
10007
10263
|
privateComponentFieldFooterCharacterCount: privateComponentFieldFooterCharacterCount,
|
|
10008
10264
|
privateComponentFieldHeaderIndicator: privateComponentFieldHeaderIndicator,
|
|
@@ -10025,8 +10281,11 @@ var FIGMA_COMPONENTS = {
|
|
|
10025
10281
|
privateComponentMenuSheetCloseButton: privateComponentMenuSheetCloseButton,
|
|
10026
10282
|
privateComponentMenuSheetMenuGroup: privateComponentMenuSheetMenuGroup,
|
|
10027
10283
|
privateComponentMenuSheetMenuItem: privateComponentMenuSheetMenuItem,
|
|
10284
|
+
privateComponentPhoneNumberField: privateComponentPhoneNumberField,
|
|
10285
|
+
privateComponentPinField: privateComponentPinField,
|
|
10028
10286
|
privateComponentRootTopNavigationActionList: privateComponentRootTopNavigationActionList,
|
|
10029
10287
|
privateComponentRootTopNavigationIconButton: privateComponentRootTopNavigationIconButton,
|
|
10288
|
+
privateComponentRootTopNavigationPreset: privateComponentRootTopNavigationPreset,
|
|
10030
10289
|
privateComponentSegmentedControlItem: privateComponentSegmentedControlItem,
|
|
10031
10290
|
privateComponentSelectBoxItemCheckmark: privateComponentSelectBoxItemCheckmark,
|
|
10032
10291
|
privateComponentSidebarMenuItem: privateComponentSidebarMenuItem,
|
|
@@ -10060,32 +10319,12 @@ var FIGMA_COMPONENTS = {
|
|
|
10060
10319
|
privateComponentUnderlineTextInputInputReadOnly: privateComponentUnderlineTextInputInputReadOnly,
|
|
10061
10320
|
privateComponentUnderlineTextInputPrefix: privateComponentUnderlineTextInputPrefix,
|
|
10062
10321
|
privateComponentUnderlineTextInputSuffix: privateComponentUnderlineTextInputSuffix,
|
|
10063
|
-
privateTemplateAttachmentField: privateTemplateAttachmentField,
|
|
10064
|
-
privateTemplateChipGroup: privateTemplateChipGroup,
|
|
10065
|
-
privateTemplateChipGroupField: privateTemplateChipGroupField,
|
|
10066
|
-
privateTemplatePhoneNumberField: privateTemplatePhoneNumberField,
|
|
10067
|
-
privateTemplatePinField: privateTemplatePinField,
|
|
10068
|
-
privateTemplateRootTopNavigationPreset: privateTemplateRootTopNavigationPreset,
|
|
10069
10322
|
privateTemplateShareSheetMenuGroup: privateTemplateShareSheetMenuGroup,
|
|
10070
10323
|
privateTemplateShareSheetMenuItem: privateTemplateShareSheetMenuItem,
|
|
10071
|
-
templateAvatarPreset: templateAvatarPreset,
|
|
10072
|
-
templateButtonGroup: templateButtonGroup,
|
|
10073
10324
|
templateChatScreenPreset: templateChatScreenPreset,
|
|
10074
|
-
templateCheckboxField: templateCheckboxField,
|
|
10075
|
-
templateChipGroup: templateChipGroup,
|
|
10076
|
-
templateDeprecatedChipGroup: templateDeprecatedChipGroup,
|
|
10077
|
-
templateDisclaimer: templateDisclaimer,
|
|
10078
10325
|
templateEmbedViewType: templateEmbedViewType,
|
|
10079
|
-
templateFieldButton: templateFieldButton,
|
|
10080
|
-
templateRadioField: templateRadioField,
|
|
10081
10326
|
templateResultPage: templateResultPage,
|
|
10082
|
-
|
|
10083
|
-
templateShareSheet: templateShareSheet,
|
|
10084
|
-
templateSkeletonPreset: templateSkeletonPreset,
|
|
10085
|
-
templateSliderField: templateSliderField,
|
|
10086
|
-
templateTextField: templateTextField,
|
|
10087
|
-
templateTextareaField: templateTextareaField,
|
|
10088
|
-
templateTopNavigationPreset: templateTopNavigationPreset
|
|
10327
|
+
templateShareSheet: templateShareSheet
|
|
10089
10328
|
};
|
|
10090
10329
|
|
|
10091
10330
|
const { createLocalSnippetElement: createLocalSnippetElement$B } = createLocalSnippetHelper("action-button");
|
|
@@ -10259,80 +10498,62 @@ const createAlertDialogHandler = (ctx)=>{
|
|
|
10259
10498
|
});
|
|
10260
10499
|
};
|
|
10261
10500
|
|
|
10262
|
-
const
|
|
10263
|
-
"key": "
|
|
10264
|
-
|
|
10265
|
-
|
|
10266
|
-
|
|
10267
|
-
};
|
|
10268
|
-
const
|
|
10269
|
-
"key": "
|
|
10270
|
-
};
|
|
10271
|
-
const privateTemplateTimePickerField = {
|
|
10272
|
-
"key": "e38df17cf1e0f96e09774b015739dfde30d46115"
|
|
10273
|
-
};
|
|
10501
|
+
const privateComponentAddressPickerField = {
|
|
10502
|
+
"key": "014c59a3a937f0ef9eab9d64a3e75071474fd251"};
|
|
10503
|
+
const privateComponentDatePickerField = {
|
|
10504
|
+
"key": "cea4ffa312ceb2985022ddc0f5cc465f66d247ce"};
|
|
10505
|
+
const privateComponentSelectField = {
|
|
10506
|
+
"key": "7c6371809b9f0f21365bc2d9009d9872458768d8"};
|
|
10507
|
+
const privateComponentTimePickerField = {
|
|
10508
|
+
"key": "e14c34bd55fb9b18ca569011355b9f5f1f976180"};
|
|
10274
10509
|
const privateComponentTopNavigationLeftIconButton = {
|
|
10275
10510
|
"key": "c3e708bab11d8ea90a909b4539b6ba6b2a4e7b9c"};
|
|
10276
10511
|
const componentChipSuffixIcon = {
|
|
10277
10512
|
"key": "2f79e3c5a78315c854d7bd4499d142cfcc94548f"};
|
|
10278
10513
|
const componentImageFrameBadge = {
|
|
10279
|
-
"key": "6a1feb47139040d6f7522528f7c91bf4fe7bcc84"
|
|
10280
|
-
};
|
|
10514
|
+
"key": "6a1feb47139040d6f7522528f7c91bf4fe7bcc84"};
|
|
10281
10515
|
const componentImageFrameIcon = {
|
|
10282
10516
|
"key": "4f495448eeda5d10f41e6195e16b4eff49aaec17"};
|
|
10283
10517
|
const componentImageFrameOverlayIndicator = {
|
|
10284
10518
|
"key": "e3e3596f8c535facae4d23c21bc1d62dd721fe23"};
|
|
10285
10519
|
const componentListItemPrefixAvatar = {
|
|
10286
|
-
"key": "27e33754113178be97e07195528c4ea020b3d3b7"
|
|
10287
|
-
};
|
|
10520
|
+
"key": "27e33754113178be97e07195528c4ea020b3d3b7"};
|
|
10288
10521
|
const componentListItemPrefixCheckbox = {
|
|
10289
|
-
"key": "563275de82ea1282cece0c35c0cd8d1625bc3a9d"
|
|
10290
|
-
};
|
|
10522
|
+
"key": "563275de82ea1282cece0c35c0cd8d1625bc3a9d"};
|
|
10291
10523
|
const componentListItemPrefixCustom = {
|
|
10292
|
-
"key": "b8059f5e0f85e0745fc61ff70f04571177c2cdfc"
|
|
10293
|
-
};
|
|
10524
|
+
"key": "b8059f5e0f85e0745fc61ff70f04571177c2cdfc"};
|
|
10294
10525
|
const componentListItemPrefixIcon = {
|
|
10295
10526
|
"key": "6c03690f1ce9f6c8b2fcdf4a7c57784f6cca12b9"};
|
|
10296
10527
|
const componentListItemPrefixImage = {
|
|
10297
|
-
"key": "d06216ff143a960844799c0b8f9212628f78c69d"
|
|
10298
|
-
};
|
|
10528
|
+
"key": "d06216ff143a960844799c0b8f9212628f78c69d"};
|
|
10299
10529
|
const componentListItemPrefixRadiomark = {
|
|
10300
|
-
"key": "51f7c0917ebc559d81e63d0639cb632a792f40de"
|
|
10301
|
-
};
|
|
10530
|
+
"key": "51f7c0917ebc559d81e63d0639cb632a792f40de"};
|
|
10302
10531
|
const componentListItemSuffixCheckbox = {
|
|
10303
|
-
"key": "385ba8d607029e15e0d38ab415f783016488b185"
|
|
10304
|
-
};
|
|
10532
|
+
"key": "385ba8d607029e15e0d38ab415f783016488b185"};
|
|
10305
10533
|
const componentListItemSuffixChevron = {
|
|
10306
10534
|
"key": "259054ad63bb89ca119c7f45ddad6452acc731f2"};
|
|
10307
10535
|
const componentListItemSuffixChevronWithText = {
|
|
10308
10536
|
"key": "7bd907ab44dff56fb07317c7b74d7ad9377994f0"};
|
|
10309
10537
|
const componentListItemSuffixCustom = {
|
|
10310
|
-
"key": "26b86c9f8965d38aa5a1181a5cdc89fa487988d1"
|
|
10311
|
-
};
|
|
10538
|
+
"key": "26b86c9f8965d38aa5a1181a5cdc89fa487988d1"};
|
|
10312
10539
|
const componentListItemSuffixIcon = {
|
|
10313
10540
|
"key": "b7582e74a4bae29df8bc3f81368e528701a75855"};
|
|
10314
10541
|
const componentListItemSuffixRadiomark = {
|
|
10315
|
-
"key": "09871d64c5c30407da586fb34425c2e83e147c81"
|
|
10316
|
-
};
|
|
10542
|
+
"key": "09871d64c5c30407da586fb34425c2e83e147c81"};
|
|
10317
10543
|
const componentListItemSuffixSwitch = {
|
|
10318
|
-
"key": "0c26bd64e117e168b06eea69be903e4be762a728"
|
|
10319
|
-
};
|
|
10544
|
+
"key": "0c26bd64e117e168b06eea69be903e4be762a728"};
|
|
10320
10545
|
const componentPageBannerSuffixAction = {
|
|
10321
10546
|
"key": "1bbd6fff9a32b4211bbe3eeb09fde4e12e87caed"};
|
|
10322
10547
|
const componentSelectBoxItemPrefixAvatar = {
|
|
10323
|
-
"key": "3d1ea583297f35880d9ec588326d9b82608565cc"
|
|
10324
|
-
};
|
|
10548
|
+
"key": "3d1ea583297f35880d9ec588326d9b82608565cc"};
|
|
10325
10549
|
const componentSelectBoxItemPrefixBadge = {
|
|
10326
|
-
"key": "d8c60ae70dee3a35795d83a9fd68282c0a90b554"
|
|
10327
|
-
};
|
|
10550
|
+
"key": "d8c60ae70dee3a35795d83a9fd68282c0a90b554"};
|
|
10328
10551
|
const componentSelectBoxItemPrefixCustom = {
|
|
10329
|
-
"key": "8129b7b7804c8b22cf67d42df2383c1f5152298e"
|
|
10330
|
-
};
|
|
10552
|
+
"key": "8129b7b7804c8b22cf67d42df2383c1f5152298e"};
|
|
10331
10553
|
const componentSelectBoxItemPrefixIcon = {
|
|
10332
10554
|
"key": "7184053a74eef18503170d08a1bdb74d37cbb65f"};
|
|
10333
10555
|
const componentSelectBoxItemPrefixImage = {
|
|
10334
|
-
"key": "d4a3d2da63f6da1552f5d8f947105390248c9018"
|
|
10335
|
-
};
|
|
10556
|
+
"key": "d4a3d2da63f6da1552f5d8f947105390248c9018"};
|
|
10336
10557
|
|
|
10337
10558
|
const { createLocalSnippetElement: createLocalSnippetElement$z } = createLocalSnippetHelper("app-bar");
|
|
10338
10559
|
const createAppBarMainHandler = (_ctx)=>{
|
|
@@ -10420,7 +10641,7 @@ const createAppBarHandler = (ctx)=>{
|
|
|
10420
10641
|
};
|
|
10421
10642
|
const createAppBarPresetHandler = (ctx)=>{
|
|
10422
10643
|
const appBarHandler = createAppBarHandler(ctx);
|
|
10423
|
-
return defineComponentHandler(
|
|
10644
|
+
return defineComponentHandler(componentTopNavigationPreset.key, (node, traverse)=>{
|
|
10424
10645
|
const [appBarNode] = findAllInstances({
|
|
10425
10646
|
node,
|
|
10426
10647
|
key: componentTopNavigation.key
|
|
@@ -10712,7 +10933,7 @@ const createCheckboxGroupFieldHandler = (ctx)=>{
|
|
|
10712
10933
|
const checkboxHandler = createCheckboxHandler();
|
|
10713
10934
|
const fieldHeaderHandler = createFieldHeaderHandler();
|
|
10714
10935
|
const fieldFooterHandler = createFieldFooterHandler();
|
|
10715
|
-
return defineComponentHandler(
|
|
10936
|
+
return defineComponentHandler(componentCheckboxField.key, (node, traverse)=>{
|
|
10716
10937
|
const { componentProperties: props } = node;
|
|
10717
10938
|
const items = findAllInstances({
|
|
10718
10939
|
node,
|
|
@@ -10771,10 +10992,10 @@ const createChipIconSuffixHandler = (ctx)=>{
|
|
|
10771
10992
|
}));
|
|
10772
10993
|
});
|
|
10773
10994
|
};
|
|
10774
|
-
const
|
|
10995
|
+
const createLegacyChipHandler = (ctx)=>{
|
|
10775
10996
|
const avatarHandler = createAvatarHandler();
|
|
10776
10997
|
const iconSuffixHandler = createChipIconSuffixHandler(ctx);
|
|
10777
|
-
return defineComponentHandler(
|
|
10998
|
+
return defineComponentHandler(componentDeprecatedChip.key, (node, traverse)=>{
|
|
10778
10999
|
const props = node.componentProperties;
|
|
10779
11000
|
const prefix = tsPattern.match(props["Prefix Type"].value).with("None", "Image", ()=>undefined).with("Icon", ()=>createLocalSnippetElement$r("Chip.PrefixIcon", undefined, createSeedReactElement("Icon", {
|
|
10780
11001
|
svg: ctx.iconHandler.transform(props["Prefix Icon#8722:0"])
|
|
@@ -10869,7 +11090,7 @@ const { createLocalSnippetElement: createLocalSnippetElement$o } = createLocalSn
|
|
|
10869
11090
|
const createFieldButtonHandler = (ctx)=>{
|
|
10870
11091
|
const fieldHeaderHandler = createFieldHeaderHandler();
|
|
10871
11092
|
const fieldFooterHandler = createFieldFooterHandler();
|
|
10872
|
-
return defineComponentHandler(
|
|
11093
|
+
return defineComponentHandler(componentFieldButton.key, (node, traverse)=>{
|
|
10873
11094
|
const props = node.componentProperties;
|
|
10874
11095
|
const [inputButton] = findAllInstances({
|
|
10875
11096
|
node,
|
|
@@ -10933,7 +11154,7 @@ const createFieldButtonHandler = (ctx)=>{
|
|
|
10933
11154
|
// TODO: those 4 are basically the same
|
|
10934
11155
|
const createSelectFieldHandler = (ctx)=>{
|
|
10935
11156
|
const fieldButtonHandler = createFieldButtonHandler(ctx);
|
|
10936
|
-
return defineComponentHandler(
|
|
11157
|
+
return defineComponentHandler(privateComponentSelectField.key, (node, traverse)=>{
|
|
10937
11158
|
const [fieldButton] = findAllInstances({
|
|
10938
11159
|
node,
|
|
10939
11160
|
key: fieldButtonHandler.key
|
|
@@ -10943,7 +11164,7 @@ const createSelectFieldHandler = (ctx)=>{
|
|
|
10943
11164
|
};
|
|
10944
11165
|
const createDatePickerFieldHandler = (ctx)=>{
|
|
10945
11166
|
const fieldButtonHandler = createFieldButtonHandler(ctx);
|
|
10946
|
-
return defineComponentHandler(
|
|
11167
|
+
return defineComponentHandler(privateComponentDatePickerField.key, (node, traverse)=>{
|
|
10947
11168
|
const [fieldButton] = findAllInstances({
|
|
10948
11169
|
node,
|
|
10949
11170
|
key: fieldButtonHandler.key
|
|
@@ -10953,7 +11174,7 @@ const createDatePickerFieldHandler = (ctx)=>{
|
|
|
10953
11174
|
};
|
|
10954
11175
|
const createTimePickerFieldHandler = (ctx)=>{
|
|
10955
11176
|
const fieldButtonHandler = createFieldButtonHandler(ctx);
|
|
10956
|
-
return defineComponentHandler(
|
|
11177
|
+
return defineComponentHandler(privateComponentTimePickerField.key, (node, traverse)=>{
|
|
10957
11178
|
const [fieldButton] = findAllInstances({
|
|
10958
11179
|
node,
|
|
10959
11180
|
key: fieldButtonHandler.key
|
|
@@ -10963,7 +11184,7 @@ const createTimePickerFieldHandler = (ctx)=>{
|
|
|
10963
11184
|
};
|
|
10964
11185
|
const createAddressFieldHandler = (ctx)=>{
|
|
10965
11186
|
const fieldButtonHandler = createFieldButtonHandler(ctx);
|
|
10966
|
-
return defineComponentHandler(
|
|
11187
|
+
return defineComponentHandler(privateComponentAddressPickerField.key, (node, traverse)=>{
|
|
10967
11188
|
const [fieldButton] = findAllInstances({
|
|
10968
11189
|
node,
|
|
10969
11190
|
key: fieldButtonHandler.key
|
|
@@ -11326,10 +11547,10 @@ const SUFFIX_KEYS = [
|
|
|
11326
11547
|
];
|
|
11327
11548
|
const createListItemHandler = (ctx)=>defineComponentHandler(componentListItem.key, (node, traverse)=>{
|
|
11328
11549
|
const { componentProperties: props } = node;
|
|
11329
|
-
const { alignItems, title } = tsPattern.match(props.
|
|
11550
|
+
const { alignItems, title } = tsPattern.match(props.Align.value).with("Center", ()=>({
|
|
11330
11551
|
alignItems: undefined,
|
|
11331
11552
|
title: props["Title#28452:21"].value
|
|
11332
|
-
})).with("
|
|
11553
|
+
})).with("Top", ()=>({
|
|
11333
11554
|
alignItems: "flex-start",
|
|
11334
11555
|
title: props["Title #28487:0"].value
|
|
11335
11556
|
})).exhaustive();
|
|
@@ -11633,7 +11854,7 @@ const createRadioGroupFieldHandler = (ctx)=>{
|
|
|
11633
11854
|
const radioItemHandler = createRadioGroupItemHandler();
|
|
11634
11855
|
const fieldHeaderHandler = createFieldHeaderHandler();
|
|
11635
11856
|
const fieldFooterHandler = createFieldFooterHandler();
|
|
11636
|
-
return defineComponentHandler(
|
|
11857
|
+
return defineComponentHandler(componentRadioField.key, (node, traverse)=>{
|
|
11637
11858
|
const { componentProperties: props } = node;
|
|
11638
11859
|
const items = findAllInstances({
|
|
11639
11860
|
node,
|
|
@@ -11965,7 +12186,7 @@ const createSelectBoxGroupFieldHandler = (ctx)=>{
|
|
|
11965
12186
|
const fieldHeaderHandler = createFieldHeaderHandler();
|
|
11966
12187
|
const fieldFooterHandler = createFieldFooterHandler();
|
|
11967
12188
|
const selectBoxGroupHandler = createSelectBoxGroupHandler(ctx);
|
|
11968
|
-
return defineComponentHandler(
|
|
12189
|
+
return defineComponentHandler(componentSelectBoxField.key, (node, traverse)=>{
|
|
11969
12190
|
const { componentProperties: props } = node;
|
|
11970
12191
|
const [group] = findAllInstances({
|
|
11971
12192
|
node,
|
|
@@ -12037,7 +12258,7 @@ const createSliderFieldHandler = (ctx)=>{
|
|
|
12037
12258
|
const sliderHandler = createSliderHandler();
|
|
12038
12259
|
const fieldHeaderHandler = createFieldHeaderHandler();
|
|
12039
12260
|
const fieldFooterHandler = createFieldFooterHandler();
|
|
12040
|
-
return defineComponentHandler(
|
|
12261
|
+
return defineComponentHandler(componentSliderField.key, (node, traverse)=>{
|
|
12041
12262
|
const props = node.componentProperties;
|
|
12042
12263
|
const [slider] = findAllInstances({
|
|
12043
12264
|
node,
|
|
@@ -12297,7 +12518,7 @@ const createLineTriggerFillHandler = (_ctx)=>defineComponentHandler(privateCompo
|
|
|
12297
12518
|
// this is redundant; can this be better?
|
|
12298
12519
|
const [chip] = findAllInstances({
|
|
12299
12520
|
node,
|
|
12300
|
-
key:
|
|
12521
|
+
key: componentDeprecatedChip.key
|
|
12301
12522
|
});
|
|
12302
12523
|
if (!chip) throw new Error("Chip not found in ChipTabsTrigger");
|
|
12303
12524
|
return {
|
|
@@ -12308,7 +12529,7 @@ const createLineTriggerFillHandler = (_ctx)=>defineComponentHandler(privateCompo
|
|
|
12308
12529
|
const selectedTrigger = nodes.find((node)=>node.componentProperties.State.value === "Selected");
|
|
12309
12530
|
const [selectedChip] = selectedTrigger ? findAllInstances({
|
|
12310
12531
|
node: selectedTrigger,
|
|
12311
|
-
key:
|
|
12532
|
+
key: componentDeprecatedChip.key
|
|
12312
12533
|
}) : [
|
|
12313
12534
|
undefined
|
|
12314
12535
|
];
|
|
@@ -12335,7 +12556,7 @@ const createLineTriggerFillHandler = (_ctx)=>defineComponentHandler(privateCompo
|
|
|
12335
12556
|
const createChipTabsTriggerHandler = (_ctx)=>defineComponentHandler(privateComponentTabItemChip.key, (node)=>{
|
|
12336
12557
|
const [chip] = findAllInstances({
|
|
12337
12558
|
node,
|
|
12338
|
-
key:
|
|
12559
|
+
key: componentDeprecatedChip.key
|
|
12339
12560
|
});
|
|
12340
12561
|
if (!chip) throw new Error("Chip not found in ChipTabsTrigger");
|
|
12341
12562
|
const props = node.componentProperties;
|
|
@@ -12415,7 +12636,7 @@ const { createLocalSnippetElement: createLocalSnippetElement$1 } = createLocalSn
|
|
|
12415
12636
|
const createTextInputFieldHandler = (ctx)=>{
|
|
12416
12637
|
const fieldHeaderHandler = createFieldHeaderHandler();
|
|
12417
12638
|
const fieldFooterHandler = createFieldFooterHandler();
|
|
12418
|
-
return defineComponentHandler(
|
|
12639
|
+
return defineComponentHandler(componentTextField.key, (node, traverse)=>{
|
|
12419
12640
|
const props = node.componentProperties;
|
|
12420
12641
|
const [textInputOutline] = findAllInstances({
|
|
12421
12642
|
node,
|
|
@@ -12528,7 +12749,7 @@ const createTextInputFieldHandler = (ctx)=>{
|
|
|
12528
12749
|
const createTextareaFieldHandler = (ctx)=>{
|
|
12529
12750
|
const fieldHeaderHandler = createFieldHeaderHandler();
|
|
12530
12751
|
const fieldFooterHandler = createFieldFooterHandler();
|
|
12531
|
-
return defineComponentHandler(
|
|
12752
|
+
return defineComponentHandler(componentMultilineTextField.key, (node, traverse)=>{
|
|
12532
12753
|
const [textarea] = findAllInstances({
|
|
12533
12754
|
node,
|
|
12534
12755
|
key: componentTextarea.key
|
|
@@ -12614,7 +12835,6 @@ var currentHandlers = {
|
|
|
12614
12835
|
createCheckboxGroupFieldHandler: createCheckboxGroupFieldHandler,
|
|
12615
12836
|
createCheckboxHandler: createCheckboxHandler,
|
|
12616
12837
|
createCheckmarkHandler: createCheckmarkHandler,
|
|
12617
|
-
createChipHandler: createChipHandler,
|
|
12618
12838
|
createContentPlaceholderHandler: createContentPlaceholderHandler,
|
|
12619
12839
|
createContextualFloatingButtonHandler: createContextualFloatingButtonHandler,
|
|
12620
12840
|
createDatePickerFieldHandler: createDatePickerFieldHandler,
|
|
@@ -12628,6 +12848,7 @@ var currentHandlers = {
|
|
|
12628
12848
|
createImageFrameIconHandler: createImageFrameIconHandler,
|
|
12629
12849
|
createImageFrameOverlayIndicatorHandler: createImageFrameOverlayIndicatorHandler,
|
|
12630
12850
|
createImageFrameReactionButtonHandler: createImageFrameReactionButtonHandler,
|
|
12851
|
+
createLegacyChipHandler: createLegacyChipHandler,
|
|
12631
12852
|
createLegacyMultilineTextFieldHandler: createLegacyMultilineTextFieldHandler,
|
|
12632
12853
|
createLegacySelectBoxGroupHandler: createLegacySelectBoxGroupHandler,
|
|
12633
12854
|
createLegacyTextFieldHandler: createLegacyTextFieldHandler,
|
|
@@ -13191,6 +13412,16 @@ const FIGMA_ICONS = {
|
|
|
13191
13412
|
"type": "monochrome",
|
|
13192
13413
|
"weight": "Line"
|
|
13193
13414
|
},
|
|
13415
|
+
"c0ca1bc45d70e9e6d45c107f19a488b4550f4a35": {
|
|
13416
|
+
"name": "icon_building2_twosize",
|
|
13417
|
+
"type": "monochrome",
|
|
13418
|
+
"weight": "Fill"
|
|
13419
|
+
},
|
|
13420
|
+
"7b4c6f3b3626b280ac3b50968b94f4271a4d8e4d": {
|
|
13421
|
+
"name": "icon_building2_twosize",
|
|
13422
|
+
"type": "monochrome",
|
|
13423
|
+
"weight": "Line"
|
|
13424
|
+
},
|
|
13194
13425
|
"43c561a67ed28579eae47ee9be1f6c35cfa73fce": {
|
|
13195
13426
|
"name": "icon_calendar",
|
|
13196
13427
|
"type": "monochrome",
|
|
@@ -13751,6 +13982,16 @@ const FIGMA_ICONS = {
|
|
|
13751
13982
|
"type": "monochrome",
|
|
13752
13983
|
"weight": "Line"
|
|
13753
13984
|
},
|
|
13985
|
+
"a3521e42bb1fa701e873483e992d1866e4441e5e": {
|
|
13986
|
+
"name": "icon_document_tray",
|
|
13987
|
+
"type": "monochrome",
|
|
13988
|
+
"weight": "Fill"
|
|
13989
|
+
},
|
|
13990
|
+
"1dd922b43ab2bc137bf9a7b0b4223c058070a65b": {
|
|
13991
|
+
"name": "icon_document_tray",
|
|
13992
|
+
"type": "monochrome",
|
|
13993
|
+
"weight": "Line"
|
|
13994
|
+
},
|
|
13754
13995
|
"9f45d12a768e4e2e3d351b305af8c995456cd70a": {
|
|
13755
13996
|
"name": "icon_dollar_circle_arrow_right",
|
|
13756
13997
|
"type": "monochrome",
|
|
@@ -14361,6 +14602,16 @@ const FIGMA_ICONS = {
|
|
|
14361
14602
|
"type": "monochrome",
|
|
14362
14603
|
"weight": "Line"
|
|
14363
14604
|
},
|
|
14605
|
+
"919dd621ff599b66929ea7cbaef462359e756304": {
|
|
14606
|
+
"name": "icon_hospitalcross_shield",
|
|
14607
|
+
"type": "monochrome",
|
|
14608
|
+
"weight": "Fill"
|
|
14609
|
+
},
|
|
14610
|
+
"0cfa81f9264814aeae13a81266539dd2f57c86eb": {
|
|
14611
|
+
"name": "icon_hospitalcross_shield",
|
|
14612
|
+
"type": "monochrome",
|
|
14613
|
+
"weight": "Line"
|
|
14614
|
+
},
|
|
14364
14615
|
"aff5ba9298b12d5090002f5ef2bce35c31d377dd": {
|
|
14365
14616
|
"name": "icon_hospitalcross_square",
|
|
14366
14617
|
"type": "monochrome",
|
|
@@ -14371,6 +14622,16 @@ const FIGMA_ICONS = {
|
|
|
14371
14622
|
"type": "monochrome",
|
|
14372
14623
|
"weight": "Line"
|
|
14373
14624
|
},
|
|
14625
|
+
"cafd8deff46ff81b4de508caff7cac5a2680a2ae": {
|
|
14626
|
+
"name": "icon_house_card",
|
|
14627
|
+
"type": "monochrome",
|
|
14628
|
+
"weight": "Fill"
|
|
14629
|
+
},
|
|
14630
|
+
"7a72f879fdbc3da6023476fa67f05aba8a7ca440": {
|
|
14631
|
+
"name": "icon_house_card",
|
|
14632
|
+
"type": "monochrome",
|
|
14633
|
+
"weight": "Line"
|
|
14634
|
+
},
|
|
14374
14635
|
"9f8658f4928d8ab5b98e0186dfcd6847bc5fc3ad": {
|
|
14375
14636
|
"name": "icon_house",
|
|
14376
14637
|
"type": "monochrome",
|
|
@@ -15791,6 +16052,16 @@ const FIGMA_ICONS = {
|
|
|
15791
16052
|
"type": "monochrome",
|
|
15792
16053
|
"weight": "Line"
|
|
15793
16054
|
},
|
|
16055
|
+
"6ff0cf0bf12ac4667cec8798f5171f514e85a168": {
|
|
16056
|
+
"name": "icon_wand_plus_circle",
|
|
16057
|
+
"type": "monochrome",
|
|
16058
|
+
"weight": "Fill"
|
|
16059
|
+
},
|
|
16060
|
+
"f6c709faea19968faa15079b935ba533ea72c1eb": {
|
|
16061
|
+
"name": "icon_wand_plus_circle",
|
|
16062
|
+
"type": "monochrome",
|
|
16063
|
+
"weight": "Line"
|
|
16064
|
+
},
|
|
15794
16065
|
"2747dd7daf6035c6b5c39951651db705797e9d9c": {
|
|
15795
16066
|
"name": "icon_washingmachine",
|
|
15796
16067
|
"type": "monochrome",
|
|
@@ -15967,6 +16238,10 @@ const FIGMA_ICONS = {
|
|
|
15967
16238
|
"name": "icon_asterisk_horizrectangle_coolwave3",
|
|
15968
16239
|
"type": "multicolor"
|
|
15969
16240
|
},
|
|
16241
|
+
"66c144646951f969436426357da8791f78d8f057": {
|
|
16242
|
+
"name": "icon_book",
|
|
16243
|
+
"type": "multicolor"
|
|
16244
|
+
},
|
|
15970
16245
|
"38dda34eb04fba2f3239bcc93b870db61901f720": {
|
|
15971
16246
|
"name": "icon_box_flap",
|
|
15972
16247
|
"type": "multicolor"
|
|
@@ -16071,6 +16346,10 @@ const FIGMA_ICONS = {
|
|
|
16071
16346
|
"name": "icon_fish_wave2",
|
|
16072
16347
|
"type": "multicolor"
|
|
16073
16348
|
},
|
|
16349
|
+
"d5b7d0efa3d85021bd831c5141a43cd4a0fde530": {
|
|
16350
|
+
"name": "icon_flower",
|
|
16351
|
+
"type": "multicolor"
|
|
16352
|
+
},
|
|
16074
16353
|
"fe769cca256bb3fc7fa70682e1d85169ba104f53": {
|
|
16075
16354
|
"name": "icon_fork_spoon",
|
|
16076
16355
|
"type": "multicolor"
|
|
@@ -16211,6 +16490,10 @@ const FIGMA_ICONS = {
|
|
|
16211
16490
|
"name": "icon_spraybottle_sponge",
|
|
16212
16491
|
"type": "multicolor"
|
|
16213
16492
|
},
|
|
16493
|
+
"53729bb72150963fd5a7dd04aa6c8569a81f7e5e": {
|
|
16494
|
+
"name": "icon_star_calendar",
|
|
16495
|
+
"type": "multicolor"
|
|
16496
|
+
},
|
|
16214
16497
|
"86bfe331ab4d3a5bf29019345e208ce7b73371bd": {
|
|
16215
16498
|
"name": "icon_tree",
|
|
16216
16499
|
"type": "multicolor"
|
|
@@ -16235,6 +16518,10 @@ const FIGMA_ICONS = {
|
|
|
16235
16518
|
"name": "icon_vest_horizstripe",
|
|
16236
16519
|
"type": "multicolor"
|
|
16237
16520
|
},
|
|
16521
|
+
"d8579af735e0f286ddefdffc811b12469d9bb24b": {
|
|
16522
|
+
"name": "icon_wand_plus_circle",
|
|
16523
|
+
"type": "multicolor"
|
|
16524
|
+
},
|
|
16238
16525
|
"7ddb6f0f63708485a75cb21a25fae01671a34562": {
|
|
16239
16526
|
"name": "icon_warninglight",
|
|
16240
16527
|
"type": "multicolor"
|
|
@@ -24325,184 +24612,380 @@ const FIGMA_STYLES = [
|
|
|
24325
24612
|
},
|
|
24326
24613
|
{
|
|
24327
24614
|
"styleType": "TEXT",
|
|
24328
|
-
"key": "
|
|
24329
|
-
"name": "scale/t10-
|
|
24615
|
+
"key": "f1b075bf372e390817956ac334349f42ec368ccd",
|
|
24616
|
+
"name": "scale/t10-medium",
|
|
24330
24617
|
"description": "26",
|
|
24331
24618
|
"remote": false
|
|
24332
24619
|
},
|
|
24333
24620
|
{
|
|
24334
24621
|
"styleType": "TEXT",
|
|
24335
|
-
"key": "
|
|
24336
|
-
"name": "scale/
|
|
24337
|
-
"description": "
|
|
24622
|
+
"key": "58575457da24cac686bda44738f925bf7fb1000f",
|
|
24623
|
+
"name": "scale/t10-regular",
|
|
24624
|
+
"description": "26",
|
|
24338
24625
|
"remote": false
|
|
24339
24626
|
},
|
|
24340
24627
|
{
|
|
24341
24628
|
"styleType": "TEXT",
|
|
24342
|
-
"key": "
|
|
24343
|
-
"name": "scale/
|
|
24344
|
-
"description": "
|
|
24629
|
+
"key": "08861e25c3f74a29c2ae4ce007fe50b63e302392",
|
|
24630
|
+
"name": "scale/t10-static-bold",
|
|
24631
|
+
"description": "26",
|
|
24345
24632
|
"remote": false
|
|
24346
24633
|
},
|
|
24347
24634
|
{
|
|
24348
24635
|
"styleType": "TEXT",
|
|
24349
|
-
"key": "
|
|
24350
|
-
"name": "scale/
|
|
24351
|
-
"description": "
|
|
24636
|
+
"key": "7b382c6819df53c004f4bb6464cc1159437d28f4",
|
|
24637
|
+
"name": "scale/t10-static-medium",
|
|
24638
|
+
"description": "26",
|
|
24352
24639
|
"remote": false
|
|
24353
24640
|
},
|
|
24354
24641
|
{
|
|
24355
24642
|
"styleType": "TEXT",
|
|
24356
|
-
"key": "
|
|
24357
|
-
"name": "scale/
|
|
24358
|
-
"description": "
|
|
24643
|
+
"key": "7ac0425bf2720501638e207801bdc83188776606",
|
|
24644
|
+
"name": "scale/t10-static-regular",
|
|
24645
|
+
"description": "26",
|
|
24359
24646
|
"remote": false
|
|
24360
24647
|
},
|
|
24361
24648
|
{
|
|
24362
24649
|
"styleType": "TEXT",
|
|
24363
|
-
"key": "
|
|
24364
|
-
"name": "scale/
|
|
24365
|
-
"description": "
|
|
24650
|
+
"key": "c4098caa6dadf9d0313a5cd3bf1954aa428806bc",
|
|
24651
|
+
"name": "scale/t11-bold",
|
|
24652
|
+
"description": "28",
|
|
24366
24653
|
"remote": false
|
|
24367
24654
|
},
|
|
24368
24655
|
{
|
|
24369
24656
|
"styleType": "TEXT",
|
|
24370
|
-
"key": "
|
|
24371
|
-
"name": "scale/
|
|
24372
|
-
"description": "
|
|
24657
|
+
"key": "7f9079e1462525cba38c2bf1eef30868a3604c1f",
|
|
24658
|
+
"name": "scale/t11-medium",
|
|
24659
|
+
"description": "28",
|
|
24373
24660
|
"remote": false
|
|
24374
24661
|
},
|
|
24375
24662
|
{
|
|
24376
24663
|
"styleType": "TEXT",
|
|
24377
|
-
"key": "
|
|
24378
|
-
"name": "scale/
|
|
24379
|
-
"description": "
|
|
24664
|
+
"key": "ea8f44eb90bc314a4afffcb2cd01df65e62e71ac",
|
|
24665
|
+
"name": "scale/t11-regular",
|
|
24666
|
+
"description": "28",
|
|
24380
24667
|
"remote": false
|
|
24381
24668
|
},
|
|
24382
24669
|
{
|
|
24383
24670
|
"styleType": "TEXT",
|
|
24384
|
-
"key": "
|
|
24385
|
-
"name": "scale/
|
|
24386
|
-
"description": "
|
|
24671
|
+
"key": "3fe2b88e352b6983ca3f1ba3564116c9df17d1f4",
|
|
24672
|
+
"name": "scale/t11-static-bold",
|
|
24673
|
+
"description": "28",
|
|
24387
24674
|
"remote": false
|
|
24388
24675
|
},
|
|
24389
24676
|
{
|
|
24390
24677
|
"styleType": "TEXT",
|
|
24391
|
-
"key": "
|
|
24392
|
-
"name": "scale/
|
|
24393
|
-
"description": "
|
|
24678
|
+
"key": "d75f42739e281be648feeba353a88a2beb6cd6b3",
|
|
24679
|
+
"name": "scale/t11-static-medium",
|
|
24680
|
+
"description": "28",
|
|
24394
24681
|
"remote": false
|
|
24395
24682
|
},
|
|
24396
24683
|
{
|
|
24397
24684
|
"styleType": "TEXT",
|
|
24398
|
-
"key": "
|
|
24399
|
-
"name": "scale/
|
|
24400
|
-
"description": "
|
|
24685
|
+
"key": "2ec7180151eb92cf7dda82e2e9d44e17db597aa7",
|
|
24686
|
+
"name": "scale/t11-static-regular",
|
|
24687
|
+
"description": "28",
|
|
24401
24688
|
"remote": false
|
|
24402
24689
|
},
|
|
24403
24690
|
{
|
|
24404
24691
|
"styleType": "TEXT",
|
|
24405
|
-
"key": "
|
|
24406
|
-
"name": "scale/
|
|
24407
|
-
"description": "
|
|
24692
|
+
"key": "8848230f95a4b768c3fb4586d6cf00c4b7871597",
|
|
24693
|
+
"name": "scale/t12-bold",
|
|
24694
|
+
"description": "32",
|
|
24408
24695
|
"remote": false
|
|
24409
24696
|
},
|
|
24410
24697
|
{
|
|
24411
24698
|
"styleType": "TEXT",
|
|
24412
|
-
"key": "
|
|
24413
|
-
"name": "scale/
|
|
24414
|
-
"description": "
|
|
24699
|
+
"key": "d03833cfa1fc42209eaaf75ac4ac7563c3ce05db",
|
|
24700
|
+
"name": "scale/t12-medium",
|
|
24701
|
+
"description": "32",
|
|
24415
24702
|
"remote": false
|
|
24416
24703
|
},
|
|
24417
24704
|
{
|
|
24418
24705
|
"styleType": "TEXT",
|
|
24419
|
-
"key": "
|
|
24420
|
-
"name": "scale/
|
|
24421
|
-
"description": "
|
|
24706
|
+
"key": "f520df58299347b765369130e1cc35c4d5777ee5",
|
|
24707
|
+
"name": "scale/t12-regular",
|
|
24708
|
+
"description": "32",
|
|
24422
24709
|
"remote": false
|
|
24423
24710
|
},
|
|
24424
24711
|
{
|
|
24425
24712
|
"styleType": "TEXT",
|
|
24426
|
-
"key": "
|
|
24427
|
-
"name": "scale/
|
|
24428
|
-
"description": "
|
|
24713
|
+
"key": "078207b0210a5e730107f7e9434ccf73fe4aa037",
|
|
24714
|
+
"name": "scale/t12-static-bold",
|
|
24715
|
+
"description": "32",
|
|
24429
24716
|
"remote": false
|
|
24430
24717
|
},
|
|
24431
24718
|
{
|
|
24432
24719
|
"styleType": "TEXT",
|
|
24433
|
-
"key": "
|
|
24434
|
-
"name": "scale/
|
|
24435
|
-
"description": "
|
|
24720
|
+
"key": "0bbb0b5109594a030af1b31fa4a2fec97c888898",
|
|
24721
|
+
"name": "scale/t12-static-medium",
|
|
24722
|
+
"description": "32",
|
|
24436
24723
|
"remote": false
|
|
24437
24724
|
},
|
|
24438
24725
|
{
|
|
24439
24726
|
"styleType": "TEXT",
|
|
24440
|
-
"key": "
|
|
24441
|
-
"name": "scale/
|
|
24442
|
-
"description": "
|
|
24727
|
+
"key": "7b5c555d3b6b442c7c2560d40687ad511fccd2bf",
|
|
24728
|
+
"name": "scale/t12-static-regular",
|
|
24729
|
+
"description": "32",
|
|
24443
24730
|
"remote": false
|
|
24444
24731
|
},
|
|
24445
24732
|
{
|
|
24446
24733
|
"styleType": "TEXT",
|
|
24447
|
-
"key": "
|
|
24448
|
-
"name": "scale/
|
|
24449
|
-
"description": "
|
|
24734
|
+
"key": "f8246d0f7aac99e4bedf442e7705eb8c6fbd287f",
|
|
24735
|
+
"name": "scale/t13-large",
|
|
24736
|
+
"description": "40",
|
|
24450
24737
|
"remote": false
|
|
24451
24738
|
},
|
|
24452
24739
|
{
|
|
24453
24740
|
"styleType": "TEXT",
|
|
24454
|
-
"key": "
|
|
24455
|
-
"name": "scale/
|
|
24456
|
-
"description": "
|
|
24741
|
+
"key": "aa030de3cc69647ac9261dde645751902cb034fa",
|
|
24742
|
+
"name": "scale/t13-medium",
|
|
24743
|
+
"description": "40",
|
|
24457
24744
|
"remote": false
|
|
24458
24745
|
},
|
|
24459
24746
|
{
|
|
24460
24747
|
"styleType": "TEXT",
|
|
24461
|
-
"key": "
|
|
24462
|
-
"name": "scale/
|
|
24463
|
-
"description": "
|
|
24748
|
+
"key": "5f319de1ecd415b8046b8104dee700d68276f591",
|
|
24749
|
+
"name": "scale/t13-regular",
|
|
24750
|
+
"description": "40",
|
|
24464
24751
|
"remote": false
|
|
24465
24752
|
},
|
|
24466
24753
|
{
|
|
24467
24754
|
"styleType": "TEXT",
|
|
24468
|
-
"key": "
|
|
24469
|
-
"name": "scale/
|
|
24470
|
-
"description": "
|
|
24755
|
+
"key": "c431b4007e9dc95ca040323d7bfbfc93506dcb1b",
|
|
24756
|
+
"name": "scale/t13-static-bold",
|
|
24757
|
+
"description": "40",
|
|
24471
24758
|
"remote": false
|
|
24472
24759
|
},
|
|
24473
24760
|
{
|
|
24474
24761
|
"styleType": "TEXT",
|
|
24475
|
-
"key": "
|
|
24476
|
-
"name": "scale/
|
|
24477
|
-
"description": "
|
|
24762
|
+
"key": "f27b6a9f531a34f06cc33c6f051f178b78d7b42a",
|
|
24763
|
+
"name": "scale/t13-static-medium",
|
|
24764
|
+
"description": "40",
|
|
24478
24765
|
"remote": false
|
|
24479
24766
|
},
|
|
24480
24767
|
{
|
|
24481
24768
|
"styleType": "TEXT",
|
|
24482
|
-
"key": "
|
|
24483
|
-
"name": "scale/
|
|
24484
|
-
"description": "
|
|
24769
|
+
"key": "25aafb51bb53e8ad6a4fd3888c4cd0fe22fe1484",
|
|
24770
|
+
"name": "scale/t13-static-regular",
|
|
24771
|
+
"description": "40",
|
|
24485
24772
|
"remote": false
|
|
24486
24773
|
},
|
|
24487
24774
|
{
|
|
24488
24775
|
"styleType": "TEXT",
|
|
24489
|
-
"key": "
|
|
24490
|
-
"name": "scale/
|
|
24491
|
-
"description": "
|
|
24776
|
+
"key": "cb4871a19bfe5793fb62e8cb2af414077dbb554f",
|
|
24777
|
+
"name": "scale/t14-bold",
|
|
24778
|
+
"description": "48",
|
|
24492
24779
|
"remote": false
|
|
24493
24780
|
},
|
|
24494
24781
|
{
|
|
24495
24782
|
"styleType": "TEXT",
|
|
24496
|
-
"key": "
|
|
24497
|
-
"name": "scale/
|
|
24498
|
-
"description": "
|
|
24783
|
+
"key": "7a65a36ff5664459014003876f7e008f7f9a29ac",
|
|
24784
|
+
"name": "scale/t14-medium",
|
|
24785
|
+
"description": "48",
|
|
24499
24786
|
"remote": false
|
|
24500
24787
|
},
|
|
24501
24788
|
{
|
|
24502
24789
|
"styleType": "TEXT",
|
|
24503
|
-
"key": "
|
|
24504
|
-
"name": "scale/
|
|
24505
|
-
"description": "
|
|
24790
|
+
"key": "319ce219a9a7d266cdc86525f6a9d15d33d3fbc5",
|
|
24791
|
+
"name": "scale/t14-regular",
|
|
24792
|
+
"description": "48",
|
|
24793
|
+
"remote": false
|
|
24794
|
+
},
|
|
24795
|
+
{
|
|
24796
|
+
"styleType": "TEXT",
|
|
24797
|
+
"key": "a901e969dec12e78cc4e12e2dedd49490d3f9b6c",
|
|
24798
|
+
"name": "scale/t14-static-bold",
|
|
24799
|
+
"description": "48",
|
|
24800
|
+
"remote": false
|
|
24801
|
+
},
|
|
24802
|
+
{
|
|
24803
|
+
"styleType": "TEXT",
|
|
24804
|
+
"key": "a8b4a10427f553ab3675471396389a0aab9cba74",
|
|
24805
|
+
"name": "scale/t14-static-medium",
|
|
24806
|
+
"description": "48",
|
|
24807
|
+
"remote": false
|
|
24808
|
+
},
|
|
24809
|
+
{
|
|
24810
|
+
"styleType": "TEXT",
|
|
24811
|
+
"key": "cdcbb93f6e2c0785bd3bb0e9f7ecad7568c1be5e",
|
|
24812
|
+
"name": "scale/t14-static-regular",
|
|
24813
|
+
"description": "48",
|
|
24814
|
+
"remote": false
|
|
24815
|
+
},
|
|
24816
|
+
{
|
|
24817
|
+
"styleType": "TEXT",
|
|
24818
|
+
"key": "8378bd59b14f5682dcaf20110efde4b7a1fb18e3",
|
|
24819
|
+
"name": "scale/t2-bold",
|
|
24820
|
+
"description": "12",
|
|
24821
|
+
"remote": false
|
|
24822
|
+
},
|
|
24823
|
+
{
|
|
24824
|
+
"styleType": "TEXT",
|
|
24825
|
+
"key": "2aff06b0ad8be136acbfb3090fa4dde1f9eac48e",
|
|
24826
|
+
"name": "scale/t2-medium",
|
|
24827
|
+
"description": "12",
|
|
24828
|
+
"remote": false
|
|
24829
|
+
},
|
|
24830
|
+
{
|
|
24831
|
+
"styleType": "TEXT",
|
|
24832
|
+
"key": "711eaf0bd91b906e108f3508cf7845fc82294b1a",
|
|
24833
|
+
"name": "scale/t2-regular",
|
|
24834
|
+
"description": "12",
|
|
24835
|
+
"remote": false
|
|
24836
|
+
},
|
|
24837
|
+
{
|
|
24838
|
+
"styleType": "TEXT",
|
|
24839
|
+
"key": "4c6e5c31b949694aa08bf8d4d5cc445e22cf301f",
|
|
24840
|
+
"name": "scale/t2-static-bold",
|
|
24841
|
+
"description": "12",
|
|
24842
|
+
"remote": false
|
|
24843
|
+
},
|
|
24844
|
+
{
|
|
24845
|
+
"styleType": "TEXT",
|
|
24846
|
+
"key": "7d4bb16ddefb735fd197123b013864e7c412a934",
|
|
24847
|
+
"name": "scale/t2-static-medium",
|
|
24848
|
+
"description": "12",
|
|
24849
|
+
"remote": false
|
|
24850
|
+
},
|
|
24851
|
+
{
|
|
24852
|
+
"styleType": "TEXT",
|
|
24853
|
+
"key": "e05fbcacd044da0c9e6b73c7382bc4562a4a5d30",
|
|
24854
|
+
"name": "scale/t2-static-regular",
|
|
24855
|
+
"description": "12",
|
|
24856
|
+
"remote": false
|
|
24857
|
+
},
|
|
24858
|
+
{
|
|
24859
|
+
"styleType": "TEXT",
|
|
24860
|
+
"key": "f749d659a689cbbecbdbb1b559056731234332a3",
|
|
24861
|
+
"name": "scale/t3-bold",
|
|
24862
|
+
"description": "13",
|
|
24863
|
+
"remote": false
|
|
24864
|
+
},
|
|
24865
|
+
{
|
|
24866
|
+
"styleType": "TEXT",
|
|
24867
|
+
"key": "96a2f248d201c246587d63eb4d00cb7610897400",
|
|
24868
|
+
"name": "scale/t3-medium",
|
|
24869
|
+
"description": "13",
|
|
24870
|
+
"remote": false
|
|
24871
|
+
},
|
|
24872
|
+
{
|
|
24873
|
+
"styleType": "TEXT",
|
|
24874
|
+
"key": "22ead16ee07b342df4a26952bc987f3155988779",
|
|
24875
|
+
"name": "scale/t3-regular",
|
|
24876
|
+
"description": "13",
|
|
24877
|
+
"remote": false
|
|
24878
|
+
},
|
|
24879
|
+
{
|
|
24880
|
+
"styleType": "TEXT",
|
|
24881
|
+
"key": "3174e2a628cf75bc8f906af35b9b5d04595267c8",
|
|
24882
|
+
"name": "scale/t3-static-bold",
|
|
24883
|
+
"description": "13",
|
|
24884
|
+
"remote": false
|
|
24885
|
+
},
|
|
24886
|
+
{
|
|
24887
|
+
"styleType": "TEXT",
|
|
24888
|
+
"key": "c19d7f5ec3290802216aa3b0993931835d8fa3b5",
|
|
24889
|
+
"name": "scale/t3-static-medium",
|
|
24890
|
+
"description": "13",
|
|
24891
|
+
"remote": false
|
|
24892
|
+
},
|
|
24893
|
+
{
|
|
24894
|
+
"styleType": "TEXT",
|
|
24895
|
+
"key": "0cda3e483e52409e3ca59a019f29c16be078355f",
|
|
24896
|
+
"name": "scale/t3-static-regular",
|
|
24897
|
+
"description": "13",
|
|
24898
|
+
"remote": false
|
|
24899
|
+
},
|
|
24900
|
+
{
|
|
24901
|
+
"styleType": "TEXT",
|
|
24902
|
+
"key": "a85ea49c1625319427c047bc206c26e708012030",
|
|
24903
|
+
"name": "scale/t4-bold",
|
|
24904
|
+
"description": "14",
|
|
24905
|
+
"remote": false
|
|
24906
|
+
},
|
|
24907
|
+
{
|
|
24908
|
+
"styleType": "TEXT",
|
|
24909
|
+
"key": "2c143ba862b3c1af10a0bd5d2e723bd12e7878ef",
|
|
24910
|
+
"name": "scale/t4-medium",
|
|
24911
|
+
"description": "14",
|
|
24912
|
+
"remote": false
|
|
24913
|
+
},
|
|
24914
|
+
{
|
|
24915
|
+
"styleType": "TEXT",
|
|
24916
|
+
"key": "b23d3e206b0244690c19472fd78bfc33b9b46d06",
|
|
24917
|
+
"name": "scale/t4-regular",
|
|
24918
|
+
"description": "14",
|
|
24919
|
+
"remote": false
|
|
24920
|
+
},
|
|
24921
|
+
{
|
|
24922
|
+
"styleType": "TEXT",
|
|
24923
|
+
"key": "35fd98a75610254f7c8c15c6e7b71d67fccd9eed",
|
|
24924
|
+
"name": "scale/t4-static-bold",
|
|
24925
|
+
"description": "14",
|
|
24926
|
+
"remote": false
|
|
24927
|
+
},
|
|
24928
|
+
{
|
|
24929
|
+
"styleType": "TEXT",
|
|
24930
|
+
"key": "c785ba7fed186bd4c98295bdc2292933faed98ef",
|
|
24931
|
+
"name": "scale/t4-static-medium",
|
|
24932
|
+
"description": "14",
|
|
24933
|
+
"remote": false
|
|
24934
|
+
},
|
|
24935
|
+
{
|
|
24936
|
+
"styleType": "TEXT",
|
|
24937
|
+
"key": "51a90741bcc1a7dc81293eae0f085a8d5fb01855",
|
|
24938
|
+
"name": "scale/t4-static-regular",
|
|
24939
|
+
"description": "14",
|
|
24940
|
+
"remote": false
|
|
24941
|
+
},
|
|
24942
|
+
{
|
|
24943
|
+
"styleType": "TEXT",
|
|
24944
|
+
"key": "8eff229c53f06eeb418f39ad1cb3dbe12480f12b",
|
|
24945
|
+
"name": "scale/t5-bold",
|
|
24946
|
+
"description": "16",
|
|
24947
|
+
"remote": false
|
|
24948
|
+
},
|
|
24949
|
+
{
|
|
24950
|
+
"styleType": "TEXT",
|
|
24951
|
+
"key": "bc8bcf3caa904cdc2e1c2983d0f12d32832d7374",
|
|
24952
|
+
"name": "scale/t5-medium",
|
|
24953
|
+
"description": "16",
|
|
24954
|
+
"remote": false
|
|
24955
|
+
},
|
|
24956
|
+
{
|
|
24957
|
+
"styleType": "TEXT",
|
|
24958
|
+
"key": "54a5a4c2bfc09573fba3a8efe0dafff067cf53bd",
|
|
24959
|
+
"name": "scale/t5-regular",
|
|
24960
|
+
"description": "16",
|
|
24961
|
+
"remote": false
|
|
24962
|
+
},
|
|
24963
|
+
{
|
|
24964
|
+
"styleType": "TEXT",
|
|
24965
|
+
"key": "37a672b087c5d72461b75c679924245ad89bcb06",
|
|
24966
|
+
"name": "scale/t5-static-bold",
|
|
24967
|
+
"description": "16",
|
|
24968
|
+
"remote": false
|
|
24969
|
+
},
|
|
24970
|
+
{
|
|
24971
|
+
"styleType": "TEXT",
|
|
24972
|
+
"key": "8b295f9759faed27b6a03cc50a8b257bf3af5cd0",
|
|
24973
|
+
"name": "scale/t5-static-medium",
|
|
24974
|
+
"description": "16",
|
|
24975
|
+
"remote": false
|
|
24976
|
+
},
|
|
24977
|
+
{
|
|
24978
|
+
"styleType": "TEXT",
|
|
24979
|
+
"key": "2011f31d265d6bb4535da4f16eb4f5d68f48d56e",
|
|
24980
|
+
"name": "scale/t5-static-regular",
|
|
24981
|
+
"description": "16",
|
|
24982
|
+
"remote": false
|
|
24983
|
+
},
|
|
24984
|
+
{
|
|
24985
|
+
"styleType": "TEXT",
|
|
24986
|
+
"key": "adf921a56e89b5737a6b626034cfea184e828370",
|
|
24987
|
+
"name": "scale/t6-bold",
|
|
24988
|
+
"description": "18",
|
|
24506
24989
|
"remote": false
|
|
24507
24990
|
},
|
|
24508
24991
|
{
|
|
@@ -24589,6 +25072,20 @@ const FIGMA_STYLES = [
|
|
|
24589
25072
|
"description": "22",
|
|
24590
25073
|
"remote": false
|
|
24591
25074
|
},
|
|
25075
|
+
{
|
|
25076
|
+
"styleType": "TEXT",
|
|
25077
|
+
"key": "6e0e3a4652ac72a7bdf4f6ca5e3b3e88e6e91a1f",
|
|
25078
|
+
"name": "scale/t8-medium",
|
|
25079
|
+
"description": "22",
|
|
25080
|
+
"remote": false
|
|
25081
|
+
},
|
|
25082
|
+
{
|
|
25083
|
+
"styleType": "TEXT",
|
|
25084
|
+
"key": "ba43d7fc601a61769f623e1ec54a569fcf80d0d2",
|
|
25085
|
+
"name": "scale/t8-regular",
|
|
25086
|
+
"description": "22",
|
|
25087
|
+
"remote": false
|
|
25088
|
+
},
|
|
24592
25089
|
{
|
|
24593
25090
|
"styleType": "TEXT",
|
|
24594
25091
|
"key": "37821f18bc4416d7a81fa429d89240317a8f17e6",
|
|
@@ -24596,6 +25093,20 @@ const FIGMA_STYLES = [
|
|
|
24596
25093
|
"description": "22",
|
|
24597
25094
|
"remote": false
|
|
24598
25095
|
},
|
|
25096
|
+
{
|
|
25097
|
+
"styleType": "TEXT",
|
|
25098
|
+
"key": "759499dc9fc172011297eee2b8b96c3b369708c9",
|
|
25099
|
+
"name": "scale/t8-static-medium",
|
|
25100
|
+
"description": "22",
|
|
25101
|
+
"remote": false
|
|
25102
|
+
},
|
|
25103
|
+
{
|
|
25104
|
+
"styleType": "TEXT",
|
|
25105
|
+
"key": "2643414348304d2a7f712f321a7ee07c3f20cff6",
|
|
25106
|
+
"name": "scale/t8-static-regular",
|
|
25107
|
+
"description": "22",
|
|
25108
|
+
"remote": false
|
|
25109
|
+
},
|
|
24599
25110
|
{
|
|
24600
25111
|
"styleType": "TEXT",
|
|
24601
25112
|
"key": "b146e1317c67db787834f1890493225bdbba4e48",
|
|
@@ -24603,6 +25114,20 @@ const FIGMA_STYLES = [
|
|
|
24603
25114
|
"description": "24",
|
|
24604
25115
|
"remote": false
|
|
24605
25116
|
},
|
|
25117
|
+
{
|
|
25118
|
+
"styleType": "TEXT",
|
|
25119
|
+
"key": "2c069c359d4d880a09a0ff025ae70e56e5e6cfda",
|
|
25120
|
+
"name": "scale/t9-medium",
|
|
25121
|
+
"description": "24",
|
|
25122
|
+
"remote": false
|
|
25123
|
+
},
|
|
25124
|
+
{
|
|
25125
|
+
"styleType": "TEXT",
|
|
25126
|
+
"key": "9e695936bfe469d21c072346744f0ce73c808336",
|
|
25127
|
+
"name": "scale/t9-regular",
|
|
25128
|
+
"description": "24",
|
|
25129
|
+
"remote": false
|
|
25130
|
+
},
|
|
24606
25131
|
{
|
|
24607
25132
|
"styleType": "TEXT",
|
|
24608
25133
|
"key": "c06e147e98440109199e2e3fa2a63390d19afb0c",
|
|
@@ -24610,6 +25135,20 @@ const FIGMA_STYLES = [
|
|
|
24610
25135
|
"description": "24",
|
|
24611
25136
|
"remote": false
|
|
24612
25137
|
},
|
|
25138
|
+
{
|
|
25139
|
+
"styleType": "TEXT",
|
|
25140
|
+
"key": "6e6b4cd794df40335e9f3f6ec3ba519e71e5db5d",
|
|
25141
|
+
"name": "scale/t9-static-medium",
|
|
25142
|
+
"description": "24",
|
|
25143
|
+
"remote": false
|
|
25144
|
+
},
|
|
25145
|
+
{
|
|
25146
|
+
"styleType": "TEXT",
|
|
25147
|
+
"key": "25fd249f85598595696ee12df23f3c0209287199",
|
|
25148
|
+
"name": "scale/t9-static-regular",
|
|
25149
|
+
"description": "24",
|
|
25150
|
+
"remote": false
|
|
25151
|
+
},
|
|
24613
25152
|
{
|
|
24614
25153
|
"styleType": "TEXT",
|
|
24615
25154
|
"key": "85422ef9f0230f821f1a9e6d2f8f86b3ba87f20d",
|
|
@@ -25023,20 +25562,24 @@ const FIGMA_VARIABLE_COLLECTIONS = {
|
|
|
25023
25562
|
"name": "iOS"
|
|
25024
25563
|
},
|
|
25025
25564
|
{
|
|
25026
|
-
"modeId": "1:
|
|
25027
|
-
"name": "iOS
|
|
25565
|
+
"modeId": "1:7",
|
|
25566
|
+
"name": "iOS (80%)"
|
|
25028
25567
|
},
|
|
25029
25568
|
{
|
|
25030
|
-
"modeId": "1:
|
|
25031
|
-
"name": "iOS
|
|
25569
|
+
"modeId": "1:6",
|
|
25570
|
+
"name": "iOS (135%)"
|
|
25032
25571
|
},
|
|
25033
25572
|
{
|
|
25034
25573
|
"modeId": "1:8",
|
|
25035
25574
|
"name": "Android"
|
|
25036
25575
|
},
|
|
25576
|
+
{
|
|
25577
|
+
"modeId": "62468:0",
|
|
25578
|
+
"name": "Android (80%)"
|
|
25579
|
+
},
|
|
25037
25580
|
{
|
|
25038
25581
|
"modeId": "51907:0",
|
|
25039
|
-
"name": "Android
|
|
25582
|
+
"name": "Android (150%)"
|
|
25040
25583
|
}
|
|
25041
25584
|
],
|
|
25042
25585
|
"key": "75a9a164e0f9d49ba07e82176cbc7240569928a5",
|
|
@@ -25102,6 +25645,22 @@ const FIGMA_VARIABLE_COLLECTIONS = {
|
|
|
25102
25645
|
"VariableID:58766:15457",
|
|
25103
25646
|
"VariableID:58766:15458",
|
|
25104
25647
|
"VariableID:58766:15459",
|
|
25648
|
+
"VariableID:62466:5",
|
|
25649
|
+
"VariableID:62472:10",
|
|
25650
|
+
"VariableID:62472:11",
|
|
25651
|
+
"VariableID:62472:12",
|
|
25652
|
+
"VariableID:62472:6",
|
|
25653
|
+
"VariableID:62472:7",
|
|
25654
|
+
"VariableID:62472:8",
|
|
25655
|
+
"VariableID:62472:9",
|
|
25656
|
+
"VariableID:62476:13",
|
|
25657
|
+
"VariableID:62476:14",
|
|
25658
|
+
"VariableID:62476:15",
|
|
25659
|
+
"VariableID:62476:16",
|
|
25660
|
+
"VariableID:62476:17",
|
|
25661
|
+
"VariableID:62476:18",
|
|
25662
|
+
"VariableID:62476:19",
|
|
25663
|
+
"VariableID:62476:20",
|
|
25105
25664
|
"VariableID:796:4448"
|
|
25106
25665
|
]
|
|
25107
25666
|
},
|
|
@@ -25833,7 +26392,9 @@ const FIGMA_VARIABLES = {
|
|
|
25833
26392
|
},
|
|
25834
26393
|
"scopes": [
|
|
25835
26394
|
"FRAME_FILL",
|
|
25836
|
-
"SHAPE_FILL"
|
|
26395
|
+
"SHAPE_FILL",
|
|
26396
|
+
"STROKE_COLOR",
|
|
26397
|
+
"EFFECT_COLOR"
|
|
25837
26398
|
],
|
|
25838
26399
|
"codeSyntax": {}
|
|
25839
26400
|
},
|
|
@@ -25885,7 +26446,9 @@ const FIGMA_VARIABLES = {
|
|
|
25885
26446
|
},
|
|
25886
26447
|
"scopes": [
|
|
25887
26448
|
"FRAME_FILL",
|
|
25888
|
-
"SHAPE_FILL"
|
|
26449
|
+
"SHAPE_FILL",
|
|
26450
|
+
"STROKE_COLOR",
|
|
26451
|
+
"EFFECT_COLOR"
|
|
25889
26452
|
],
|
|
25890
26453
|
"codeSyntax": {}
|
|
25891
26454
|
},
|
|
@@ -25936,7 +26499,9 @@ const FIGMA_VARIABLES = {
|
|
|
25936
26499
|
},
|
|
25937
26500
|
"scopes": [
|
|
25938
26501
|
"FRAME_FILL",
|
|
25939
|
-
"SHAPE_FILL"
|
|
26502
|
+
"SHAPE_FILL",
|
|
26503
|
+
"STROKE_COLOR",
|
|
26504
|
+
"EFFECT_COLOR"
|
|
25940
26505
|
],
|
|
25941
26506
|
"codeSyntax": {}
|
|
25942
26507
|
},
|
|
@@ -25961,7 +26526,9 @@ const FIGMA_VARIABLES = {
|
|
|
25961
26526
|
},
|
|
25962
26527
|
"scopes": [
|
|
25963
26528
|
"FRAME_FILL",
|
|
25964
|
-
"SHAPE_FILL"
|
|
26529
|
+
"SHAPE_FILL",
|
|
26530
|
+
"STROKE_COLOR",
|
|
26531
|
+
"EFFECT_COLOR"
|
|
25965
26532
|
],
|
|
25966
26533
|
"codeSyntax": {}
|
|
25967
26534
|
},
|
|
@@ -26576,7 +27143,8 @@ const FIGMA_VARIABLES = {
|
|
|
26576
27143
|
"1:6": 358,
|
|
26577
27144
|
"1:7": 358,
|
|
26578
27145
|
"1:8": 358,
|
|
26579
|
-
"51907:0": 358
|
|
27146
|
+
"51907:0": 358,
|
|
27147
|
+
"62468:0": 358
|
|
26580
27148
|
},
|
|
26581
27149
|
"scopes": [
|
|
26582
27150
|
"WIDTH_HEIGHT"
|
|
@@ -26597,7 +27165,8 @@ const FIGMA_VARIABLES = {
|
|
|
26597
27165
|
"1:6": 173,
|
|
26598
27166
|
"1:7": 173,
|
|
26599
27167
|
"1:8": 173,
|
|
26600
|
-
"51907:0": 173
|
|
27168
|
+
"51907:0": 173,
|
|
27169
|
+
"62468:0": 173
|
|
26601
27170
|
},
|
|
26602
27171
|
"scopes": [
|
|
26603
27172
|
"WIDTH_HEIGHT"
|
|
@@ -26618,7 +27187,8 @@ const FIGMA_VARIABLES = {
|
|
|
26618
27187
|
"1:6": 111.33000183105469,
|
|
26619
27188
|
"1:7": 111.33000183105469,
|
|
26620
27189
|
"1:8": 111.33000183105469,
|
|
26621
|
-
"51907:0": 111.33000183105469
|
|
27190
|
+
"51907:0": 111.33000183105469,
|
|
27191
|
+
"62468:0": 111.33000183105469
|
|
26622
27192
|
},
|
|
26623
27193
|
"scopes": [
|
|
26624
27194
|
"WIDTH_HEIGHT"
|
|
@@ -27576,7 +28146,8 @@ const FIGMA_VARIABLES = {
|
|
|
27576
28146
|
"1:6": "Figma Only iOS",
|
|
27577
28147
|
"1:7": "Figma Only iOS",
|
|
27578
28148
|
"1:8": "Roboto",
|
|
27579
|
-
"51907:0": "Roboto"
|
|
28149
|
+
"51907:0": "Roboto",
|
|
28150
|
+
"62468:0": "Roboto"
|
|
27580
28151
|
},
|
|
27581
28152
|
"scopes": [
|
|
27582
28153
|
"FONT_FAMILY"
|
|
@@ -27597,7 +28168,8 @@ const FIGMA_VARIABLES = {
|
|
|
27597
28168
|
"1:6": "Figma Only iOS Text",
|
|
27598
28169
|
"1:7": "Figma Only iOS Text",
|
|
27599
28170
|
"1:8": "Roboto",
|
|
27600
|
-
"51907:0": "Roboto"
|
|
28171
|
+
"51907:0": "Roboto",
|
|
28172
|
+
"62468:0": "Roboto"
|
|
27601
28173
|
},
|
|
27602
28174
|
"scopes": [
|
|
27603
28175
|
"FONT_FAMILY"
|
|
@@ -27615,10 +28187,11 @@ const FIGMA_VARIABLES = {
|
|
|
27615
28187
|
"hiddenFromPublishing": false,
|
|
27616
28188
|
"valuesByMode": {
|
|
27617
28189
|
"1:5": 11,
|
|
27618
|
-
"1:6":
|
|
27619
|
-
"1:7":
|
|
28190
|
+
"1:6": 15,
|
|
28191
|
+
"1:7": 10,
|
|
27620
28192
|
"1:8": 11,
|
|
27621
|
-
"51907:0": 16.5
|
|
28193
|
+
"51907:0": 16.5,
|
|
28194
|
+
"62468:0": 10
|
|
27622
28195
|
},
|
|
27623
28196
|
"scopes": [
|
|
27624
28197
|
"FONT_SIZE"
|
|
@@ -27636,10 +28209,11 @@ const FIGMA_VARIABLES = {
|
|
|
27636
28209
|
"hiddenFromPublishing": false,
|
|
27637
28210
|
"valuesByMode": {
|
|
27638
28211
|
"1:5": 26,
|
|
27639
|
-
"1:6":
|
|
27640
|
-
"1:7":
|
|
28212
|
+
"1:6": 34,
|
|
28213
|
+
"1:7": 22,
|
|
27641
28214
|
"1:8": 26,
|
|
27642
|
-
"51907:0":
|
|
28215
|
+
"51907:0": 28.700000762939453,
|
|
28216
|
+
"62468:0": 22
|
|
27643
28217
|
},
|
|
27644
28218
|
"scopes": [
|
|
27645
28219
|
"FONT_SIZE"
|
|
@@ -27660,7 +28234,184 @@ const FIGMA_VARIABLES = {
|
|
|
27660
28234
|
"1:6": 26,
|
|
27661
28235
|
"1:7": 26,
|
|
27662
28236
|
"1:8": 26,
|
|
27663
|
-
"51907:0": 26
|
|
28237
|
+
"51907:0": 26,
|
|
28238
|
+
"62468:0": 26
|
|
28239
|
+
},
|
|
28240
|
+
"scopes": [
|
|
28241
|
+
"FONT_SIZE"
|
|
28242
|
+
],
|
|
28243
|
+
"codeSyntax": {}
|
|
28244
|
+
},
|
|
28245
|
+
"VariableID:62466:5": {
|
|
28246
|
+
"name": "font-size/t11",
|
|
28247
|
+
"id": "VariableID:62466:5",
|
|
28248
|
+
"remote": false,
|
|
28249
|
+
"key": "3563ead0527fe20304f480fdf272d3cbaeef6e5b",
|
|
28250
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
28251
|
+
"resolvedType": "FLOAT",
|
|
28252
|
+
"description": "",
|
|
28253
|
+
"hiddenFromPublishing": false,
|
|
28254
|
+
"valuesByMode": {
|
|
28255
|
+
"1:5": 28,
|
|
28256
|
+
"1:6": 37,
|
|
28257
|
+
"1:7": 24,
|
|
28258
|
+
"1:8": 28,
|
|
28259
|
+
"51907:0": 29.299999237060547,
|
|
28260
|
+
"62468:0": 24
|
|
28261
|
+
},
|
|
28262
|
+
"scopes": [
|
|
28263
|
+
"FONT_SIZE"
|
|
28264
|
+
],
|
|
28265
|
+
"codeSyntax": {}
|
|
28266
|
+
},
|
|
28267
|
+
"VariableID:62476:13": {
|
|
28268
|
+
"name": "font-size/t11-static",
|
|
28269
|
+
"id": "VariableID:62476:13",
|
|
28270
|
+
"remote": false,
|
|
28271
|
+
"key": "7cc056f6a2fac299e9ceacafcfb254fdb944f253",
|
|
28272
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
28273
|
+
"resolvedType": "FLOAT",
|
|
28274
|
+
"description": "데스크탑 화면에서 사용을 권장합니다.",
|
|
28275
|
+
"hiddenFromPublishing": false,
|
|
28276
|
+
"valuesByMode": {
|
|
28277
|
+
"1:5": 28,
|
|
28278
|
+
"1:6": 28,
|
|
28279
|
+
"1:7": 28,
|
|
28280
|
+
"1:8": 28,
|
|
28281
|
+
"51907:0": 28,
|
|
28282
|
+
"62468:0": 28
|
|
28283
|
+
},
|
|
28284
|
+
"scopes": [
|
|
28285
|
+
"FONT_SIZE"
|
|
28286
|
+
],
|
|
28287
|
+
"codeSyntax": {}
|
|
28288
|
+
},
|
|
28289
|
+
"VariableID:62472:6": {
|
|
28290
|
+
"name": "font-size/t12",
|
|
28291
|
+
"id": "VariableID:62472:6",
|
|
28292
|
+
"remote": false,
|
|
28293
|
+
"key": "aca82384301101930a35313139af734732889256",
|
|
28294
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
28295
|
+
"resolvedType": "FLOAT",
|
|
28296
|
+
"description": "",
|
|
28297
|
+
"hiddenFromPublishing": false,
|
|
28298
|
+
"valuesByMode": {
|
|
28299
|
+
"1:5": 32,
|
|
28300
|
+
"1:6": 42,
|
|
28301
|
+
"1:7": 28,
|
|
28302
|
+
"1:8": 32,
|
|
28303
|
+
"51907:0": 32,
|
|
28304
|
+
"62468:0": 28
|
|
28305
|
+
},
|
|
28306
|
+
"scopes": [
|
|
28307
|
+
"FONT_SIZE"
|
|
28308
|
+
],
|
|
28309
|
+
"codeSyntax": {}
|
|
28310
|
+
},
|
|
28311
|
+
"VariableID:62476:14": {
|
|
28312
|
+
"name": "font-size/t12-static",
|
|
28313
|
+
"id": "VariableID:62476:14",
|
|
28314
|
+
"remote": false,
|
|
28315
|
+
"key": "9f630e581a9e3088abfb03affa31df636abf4775",
|
|
28316
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
28317
|
+
"resolvedType": "FLOAT",
|
|
28318
|
+
"description": "",
|
|
28319
|
+
"hiddenFromPublishing": false,
|
|
28320
|
+
"valuesByMode": {
|
|
28321
|
+
"1:5": 32,
|
|
28322
|
+
"1:6": 32,
|
|
28323
|
+
"1:7": 32,
|
|
28324
|
+
"1:8": 32,
|
|
28325
|
+
"51907:0": 32,
|
|
28326
|
+
"62468:0": 32
|
|
28327
|
+
},
|
|
28328
|
+
"scopes": [
|
|
28329
|
+
"FONT_SIZE"
|
|
28330
|
+
],
|
|
28331
|
+
"codeSyntax": {}
|
|
28332
|
+
},
|
|
28333
|
+
"VariableID:62472:7": {
|
|
28334
|
+
"name": "font-size/t13",
|
|
28335
|
+
"id": "VariableID:62472:7",
|
|
28336
|
+
"remote": false,
|
|
28337
|
+
"key": "59e47f16abe04be510a235a69014b408e154ff3a",
|
|
28338
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
28339
|
+
"resolvedType": "FLOAT",
|
|
28340
|
+
"description": "데스크탑 화면에서 사용을 권장합니다.",
|
|
28341
|
+
"hiddenFromPublishing": false,
|
|
28342
|
+
"valuesByMode": {
|
|
28343
|
+
"1:5": 40,
|
|
28344
|
+
"1:6": 53,
|
|
28345
|
+
"1:7": 35,
|
|
28346
|
+
"1:8": 40,
|
|
28347
|
+
"51907:0": 40,
|
|
28348
|
+
"62468:0": 35
|
|
28349
|
+
},
|
|
28350
|
+
"scopes": [
|
|
28351
|
+
"FONT_SIZE"
|
|
28352
|
+
],
|
|
28353
|
+
"codeSyntax": {}
|
|
28354
|
+
},
|
|
28355
|
+
"VariableID:62476:15": {
|
|
28356
|
+
"name": "font-size/t13-static",
|
|
28357
|
+
"id": "VariableID:62476:15",
|
|
28358
|
+
"remote": false,
|
|
28359
|
+
"key": "b96e169bb2bee076af0a08323544e561f49c04e1",
|
|
28360
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
28361
|
+
"resolvedType": "FLOAT",
|
|
28362
|
+
"description": "데스크탑 화면에서 사용을 권장합니다.",
|
|
28363
|
+
"hiddenFromPublishing": false,
|
|
28364
|
+
"valuesByMode": {
|
|
28365
|
+
"1:5": 40,
|
|
28366
|
+
"1:6": 40,
|
|
28367
|
+
"1:7": 40,
|
|
28368
|
+
"1:8": 40,
|
|
28369
|
+
"51907:0": 40,
|
|
28370
|
+
"62468:0": 40
|
|
28371
|
+
},
|
|
28372
|
+
"scopes": [
|
|
28373
|
+
"FONT_SIZE"
|
|
28374
|
+
],
|
|
28375
|
+
"codeSyntax": {}
|
|
28376
|
+
},
|
|
28377
|
+
"VariableID:62472:8": {
|
|
28378
|
+
"name": "font-size/t14",
|
|
28379
|
+
"id": "VariableID:62472:8",
|
|
28380
|
+
"remote": false,
|
|
28381
|
+
"key": "b5f8c29e5c6634fdb76775de9b17f3f8dd133d7b",
|
|
28382
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
28383
|
+
"resolvedType": "FLOAT",
|
|
28384
|
+
"description": "데스크탑 화면에서 사용을 권장합니다.",
|
|
28385
|
+
"hiddenFromPublishing": false,
|
|
28386
|
+
"valuesByMode": {
|
|
28387
|
+
"1:5": 48,
|
|
28388
|
+
"1:6": 63,
|
|
28389
|
+
"1:7": 41,
|
|
28390
|
+
"1:8": 48,
|
|
28391
|
+
"51907:0": 48,
|
|
28392
|
+
"62468:0": 41
|
|
28393
|
+
},
|
|
28394
|
+
"scopes": [
|
|
28395
|
+
"FONT_SIZE"
|
|
28396
|
+
],
|
|
28397
|
+
"codeSyntax": {}
|
|
28398
|
+
},
|
|
28399
|
+
"VariableID:62476:16": {
|
|
28400
|
+
"name": "font-size/t14-static",
|
|
28401
|
+
"id": "VariableID:62476:16",
|
|
28402
|
+
"remote": false,
|
|
28403
|
+
"key": "6cc1ef8cf0a807be4a7765a5387a1d1efa1cb732",
|
|
28404
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
28405
|
+
"resolvedType": "FLOAT",
|
|
28406
|
+
"description": "데스크탑 화면에서 사용을 권장합니다.",
|
|
28407
|
+
"hiddenFromPublishing": false,
|
|
28408
|
+
"valuesByMode": {
|
|
28409
|
+
"1:5": 48,
|
|
28410
|
+
"1:6": 48,
|
|
28411
|
+
"1:7": 48,
|
|
28412
|
+
"1:8": 48,
|
|
28413
|
+
"51907:0": 48,
|
|
28414
|
+
"62468:0": 48
|
|
27664
28415
|
},
|
|
27665
28416
|
"scopes": [
|
|
27666
28417
|
"FONT_SIZE"
|
|
@@ -27678,10 +28429,11 @@ const FIGMA_VARIABLES = {
|
|
|
27678
28429
|
"hiddenFromPublishing": false,
|
|
27679
28430
|
"valuesByMode": {
|
|
27680
28431
|
"1:5": 12,
|
|
27681
|
-
"1:6":
|
|
27682
|
-
"1:7":
|
|
28432
|
+
"1:6": 16,
|
|
28433
|
+
"1:7": 10,
|
|
27683
28434
|
"1:8": 12,
|
|
27684
|
-
"51907:0": 18
|
|
28435
|
+
"51907:0": 18,
|
|
28436
|
+
"62468:0": 10
|
|
27685
28437
|
},
|
|
27686
28438
|
"scopes": [
|
|
27687
28439
|
"FONT_SIZE"
|
|
@@ -27699,10 +28451,11 @@ const FIGMA_VARIABLES = {
|
|
|
27699
28451
|
"hiddenFromPublishing": false,
|
|
27700
28452
|
"valuesByMode": {
|
|
27701
28453
|
"1:5": 13,
|
|
27702
|
-
"1:6":
|
|
27703
|
-
"1:7":
|
|
28454
|
+
"1:6": 17,
|
|
28455
|
+
"1:7": 11,
|
|
27704
28456
|
"1:8": 13,
|
|
27705
|
-
"51907:0":
|
|
28457
|
+
"51907:0": 20,
|
|
28458
|
+
"62468:0": 11
|
|
27706
28459
|
},
|
|
27707
28460
|
"scopes": [
|
|
27708
28461
|
"FONT_SIZE"
|
|
@@ -27720,10 +28473,11 @@ const FIGMA_VARIABLES = {
|
|
|
27720
28473
|
"hiddenFromPublishing": false,
|
|
27721
28474
|
"valuesByMode": {
|
|
27722
28475
|
"1:5": 14,
|
|
27723
|
-
"1:6":
|
|
27724
|
-
"1:7":
|
|
28476
|
+
"1:6": 18,
|
|
28477
|
+
"1:7": 12,
|
|
27725
28478
|
"1:8": 14,
|
|
27726
|
-
"51907:0":
|
|
28479
|
+
"51907:0": 22,
|
|
28480
|
+
"62468:0": 12
|
|
27727
28481
|
},
|
|
27728
28482
|
"scopes": [
|
|
27729
28483
|
"FONT_SIZE"
|
|
@@ -27741,10 +28495,11 @@ const FIGMA_VARIABLES = {
|
|
|
27741
28495
|
"hiddenFromPublishing": false,
|
|
27742
28496
|
"valuesByMode": {
|
|
27743
28497
|
"1:5": 16,
|
|
27744
|
-
"1:6":
|
|
27745
|
-
"1:7":
|
|
28498
|
+
"1:6": 21,
|
|
28499
|
+
"1:7": 14,
|
|
27746
28500
|
"1:8": 16,
|
|
27747
|
-
"51907:0":
|
|
28501
|
+
"51907:0": 23,
|
|
28502
|
+
"62468:0": 14
|
|
27748
28503
|
},
|
|
27749
28504
|
"scopes": [
|
|
27750
28505
|
"FONT_SIZE"
|
|
@@ -27763,9 +28518,10 @@ const FIGMA_VARIABLES = {
|
|
|
27763
28518
|
"valuesByMode": {
|
|
27764
28519
|
"1:5": 18,
|
|
27765
28520
|
"1:6": 24,
|
|
27766
|
-
"1:7":
|
|
28521
|
+
"1:7": 16,
|
|
27767
28522
|
"1:8": 18,
|
|
27768
|
-
"51907:0":
|
|
28523
|
+
"51907:0": 24,
|
|
28524
|
+
"62468:0": 16
|
|
27769
28525
|
},
|
|
27770
28526
|
"scopes": [
|
|
27771
28527
|
"FONT_SIZE"
|
|
@@ -27786,7 +28542,8 @@ const FIGMA_VARIABLES = {
|
|
|
27786
28542
|
"1:6": 26,
|
|
27787
28543
|
"1:7": 17,
|
|
27788
28544
|
"1:8": 20,
|
|
27789
|
-
"51907:0":
|
|
28545
|
+
"51907:0": 26,
|
|
28546
|
+
"62468:0": 17
|
|
27790
28547
|
},
|
|
27791
28548
|
"scopes": [
|
|
27792
28549
|
"FONT_SIZE"
|
|
@@ -27804,10 +28561,11 @@ const FIGMA_VARIABLES = {
|
|
|
27804
28561
|
"hiddenFromPublishing": false,
|
|
27805
28562
|
"valuesByMode": {
|
|
27806
28563
|
"1:5": 22,
|
|
27807
|
-
"1:6":
|
|
28564
|
+
"1:6": 29,
|
|
27808
28565
|
"1:7": 19,
|
|
27809
28566
|
"1:8": 22,
|
|
27810
|
-
"51907:0":
|
|
28567
|
+
"51907:0": 27,
|
|
28568
|
+
"62468:0": 19
|
|
27811
28569
|
},
|
|
27812
28570
|
"scopes": [
|
|
27813
28571
|
"FONT_SIZE"
|
|
@@ -27825,10 +28583,11 @@ const FIGMA_VARIABLES = {
|
|
|
27825
28583
|
"hiddenFromPublishing": false,
|
|
27826
28584
|
"valuesByMode": {
|
|
27827
28585
|
"1:5": 24,
|
|
27828
|
-
"1:6":
|
|
28586
|
+
"1:6": 32,
|
|
27829
28587
|
"1:7": 21,
|
|
27830
28588
|
"1:8": 24,
|
|
27831
|
-
"51907:0":
|
|
28589
|
+
"51907:0": 28,
|
|
28590
|
+
"62468:0": 21
|
|
27832
28591
|
},
|
|
27833
28592
|
"scopes": [
|
|
27834
28593
|
"FONT_SIZE"
|
|
@@ -27849,7 +28608,8 @@ const FIGMA_VARIABLES = {
|
|
|
27849
28608
|
"1:6": "bold",
|
|
27850
28609
|
"1:7": "bold",
|
|
27851
28610
|
"1:8": "bold",
|
|
27852
|
-
"51907:0": "bold"
|
|
28611
|
+
"51907:0": "bold",
|
|
28612
|
+
"62468:0": "bold"
|
|
27853
28613
|
},
|
|
27854
28614
|
"scopes": [
|
|
27855
28615
|
"FONT_STYLE"
|
|
@@ -27870,7 +28630,8 @@ const FIGMA_VARIABLES = {
|
|
|
27870
28630
|
"1:6": "medium",
|
|
27871
28631
|
"1:7": "medium",
|
|
27872
28632
|
"1:8": "medium",
|
|
27873
|
-
"51907:0": "medium"
|
|
28633
|
+
"51907:0": "medium",
|
|
28634
|
+
"62468:0": "medium"
|
|
27874
28635
|
},
|
|
27875
28636
|
"scopes": [
|
|
27876
28637
|
"FONT_STYLE"
|
|
@@ -27891,7 +28652,8 @@ const FIGMA_VARIABLES = {
|
|
|
27891
28652
|
"1:6": "regular",
|
|
27892
28653
|
"1:7": "regular",
|
|
27893
28654
|
"1:8": "regular",
|
|
27894
|
-
"51907:0": "regular"
|
|
28655
|
+
"51907:0": "regular",
|
|
28656
|
+
"62468:0": "regular"
|
|
27895
28657
|
},
|
|
27896
28658
|
"scopes": [
|
|
27897
28659
|
"FONT_STYLE"
|
|
@@ -27912,7 +28674,8 @@ const FIGMA_VARIABLES = {
|
|
|
27912
28674
|
"1:6": 36,
|
|
27913
28675
|
"1:7": 27,
|
|
27914
28676
|
"1:8": 30,
|
|
27915
|
-
"51907:0": 30
|
|
28677
|
+
"51907:0": 30,
|
|
28678
|
+
"62468:0": 30
|
|
27916
28679
|
},
|
|
27917
28680
|
"scopes": [
|
|
27918
28681
|
"LINE_HEIGHT"
|
|
@@ -27931,10 +28694,11 @@ const FIGMA_VARIABLES = {
|
|
|
27931
28694
|
"hiddenFromPublishing": false,
|
|
27932
28695
|
"valuesByMode": {
|
|
27933
28696
|
"1:5": 15,
|
|
27934
|
-
"1:6":
|
|
27935
|
-
"1:7":
|
|
28697
|
+
"1:6": 20,
|
|
28698
|
+
"1:7": 13,
|
|
27936
28699
|
"1:8": 15,
|
|
27937
|
-
"51907:0": 22.5
|
|
28700
|
+
"51907:0": 22.5,
|
|
28701
|
+
"62468:0": 13
|
|
27938
28702
|
},
|
|
27939
28703
|
"scopes": [
|
|
27940
28704
|
"LINE_HEIGHT"
|
|
@@ -27952,10 +28716,11 @@ const FIGMA_VARIABLES = {
|
|
|
27952
28716
|
"hiddenFromPublishing": false,
|
|
27953
28717
|
"valuesByMode": {
|
|
27954
28718
|
"1:5": 35,
|
|
27955
|
-
"1:6":
|
|
27956
|
-
"1:7":
|
|
28719
|
+
"1:6": 46,
|
|
28720
|
+
"1:7": 30,
|
|
27957
28721
|
"1:8": 35,
|
|
27958
|
-
"51907:0":
|
|
28722
|
+
"51907:0": 35,
|
|
28723
|
+
"62468:0": 30
|
|
27959
28724
|
},
|
|
27960
28725
|
"scopes": [
|
|
27961
28726
|
"LINE_HEIGHT"
|
|
@@ -27976,10 +28741,187 @@ const FIGMA_VARIABLES = {
|
|
|
27976
28741
|
"1:6": 35,
|
|
27977
28742
|
"1:7": 35,
|
|
27978
28743
|
"1:8": 35,
|
|
27979
|
-
"51907:0": 35
|
|
28744
|
+
"51907:0": 35,
|
|
28745
|
+
"62468:0": 35
|
|
27980
28746
|
},
|
|
27981
28747
|
"scopes": [
|
|
27982
|
-
"
|
|
28748
|
+
"LINE_HEIGHT"
|
|
28749
|
+
],
|
|
28750
|
+
"codeSyntax": {}
|
|
28751
|
+
},
|
|
28752
|
+
"VariableID:62472:9": {
|
|
28753
|
+
"name": "line-height/t11",
|
|
28754
|
+
"id": "VariableID:62472:9",
|
|
28755
|
+
"remote": false,
|
|
28756
|
+
"key": "89e04793b4b7e39331fedb38362d822718c87acd",
|
|
28757
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
28758
|
+
"resolvedType": "FLOAT",
|
|
28759
|
+
"description": "데스크탑 화면에서 사용을 권장합니다.",
|
|
28760
|
+
"hiddenFromPublishing": false,
|
|
28761
|
+
"valuesByMode": {
|
|
28762
|
+
"1:5": 38,
|
|
28763
|
+
"1:6": 50,
|
|
28764
|
+
"1:7": 33,
|
|
28765
|
+
"1:8": 38,
|
|
28766
|
+
"51907:0": 38,
|
|
28767
|
+
"62468:0": 33
|
|
28768
|
+
},
|
|
28769
|
+
"scopes": [
|
|
28770
|
+
"LINE_HEIGHT"
|
|
28771
|
+
],
|
|
28772
|
+
"codeSyntax": {}
|
|
28773
|
+
},
|
|
28774
|
+
"VariableID:62476:17": {
|
|
28775
|
+
"name": "line-height/t11-static",
|
|
28776
|
+
"id": "VariableID:62476:17",
|
|
28777
|
+
"remote": false,
|
|
28778
|
+
"key": "acc664c45622b6656965d7211f556484a93f3169",
|
|
28779
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
28780
|
+
"resolvedType": "FLOAT",
|
|
28781
|
+
"description": "데스크탑 화면에서 사용을 권장합니다.",
|
|
28782
|
+
"hiddenFromPublishing": false,
|
|
28783
|
+
"valuesByMode": {
|
|
28784
|
+
"1:5": 38,
|
|
28785
|
+
"1:6": 38,
|
|
28786
|
+
"1:7": 38,
|
|
28787
|
+
"1:8": 38,
|
|
28788
|
+
"51907:0": 38,
|
|
28789
|
+
"62468:0": 38
|
|
28790
|
+
},
|
|
28791
|
+
"scopes": [
|
|
28792
|
+
"LINE_HEIGHT"
|
|
28793
|
+
],
|
|
28794
|
+
"codeSyntax": {}
|
|
28795
|
+
},
|
|
28796
|
+
"VariableID:62472:10": {
|
|
28797
|
+
"name": "line-height/t12",
|
|
28798
|
+
"id": "VariableID:62472:10",
|
|
28799
|
+
"remote": false,
|
|
28800
|
+
"key": "e2270c2ee82cb86f8128de21a66e52112b646f2c",
|
|
28801
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
28802
|
+
"resolvedType": "FLOAT",
|
|
28803
|
+
"description": "데스크탑 화면에서 사용을 권장합니다.",
|
|
28804
|
+
"hiddenFromPublishing": false,
|
|
28805
|
+
"valuesByMode": {
|
|
28806
|
+
"1:5": 42,
|
|
28807
|
+
"1:6": 55,
|
|
28808
|
+
"1:7": 36,
|
|
28809
|
+
"1:8": 42,
|
|
28810
|
+
"51907:0": 42,
|
|
28811
|
+
"62468:0": 36
|
|
28812
|
+
},
|
|
28813
|
+
"scopes": [
|
|
28814
|
+
"LINE_HEIGHT"
|
|
28815
|
+
],
|
|
28816
|
+
"codeSyntax": {}
|
|
28817
|
+
},
|
|
28818
|
+
"VariableID:62476:18": {
|
|
28819
|
+
"name": "line-height/t12-static",
|
|
28820
|
+
"id": "VariableID:62476:18",
|
|
28821
|
+
"remote": false,
|
|
28822
|
+
"key": "d07735edf82009980756985967ba030d2cb4122f",
|
|
28823
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
28824
|
+
"resolvedType": "FLOAT",
|
|
28825
|
+
"description": "데스크탑 화면에서 사용을 권장합니다.",
|
|
28826
|
+
"hiddenFromPublishing": false,
|
|
28827
|
+
"valuesByMode": {
|
|
28828
|
+
"1:5": 42,
|
|
28829
|
+
"1:6": 42,
|
|
28830
|
+
"1:7": 42,
|
|
28831
|
+
"1:8": 42,
|
|
28832
|
+
"51907:0": 42,
|
|
28833
|
+
"62468:0": 42
|
|
28834
|
+
},
|
|
28835
|
+
"scopes": [
|
|
28836
|
+
"LINE_HEIGHT"
|
|
28837
|
+
],
|
|
28838
|
+
"codeSyntax": {}
|
|
28839
|
+
},
|
|
28840
|
+
"VariableID:62472:11": {
|
|
28841
|
+
"name": "line-height/t13",
|
|
28842
|
+
"id": "VariableID:62472:11",
|
|
28843
|
+
"remote": false,
|
|
28844
|
+
"key": "b210b31f1274150a48b1874db4c076a39fee3d3e",
|
|
28845
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
28846
|
+
"resolvedType": "FLOAT",
|
|
28847
|
+
"description": "데스크탑 화면에서 사용을 권장합니다.",
|
|
28848
|
+
"hiddenFromPublishing": false,
|
|
28849
|
+
"valuesByMode": {
|
|
28850
|
+
"1:5": 52,
|
|
28851
|
+
"1:6": 69,
|
|
28852
|
+
"1:7": 45,
|
|
28853
|
+
"1:8": 52,
|
|
28854
|
+
"51907:0": 52,
|
|
28855
|
+
"62468:0": 45
|
|
28856
|
+
},
|
|
28857
|
+
"scopes": [
|
|
28858
|
+
"LINE_HEIGHT"
|
|
28859
|
+
],
|
|
28860
|
+
"codeSyntax": {}
|
|
28861
|
+
},
|
|
28862
|
+
"VariableID:62476:19": {
|
|
28863
|
+
"name": "line-height/t13-static",
|
|
28864
|
+
"id": "VariableID:62476:19",
|
|
28865
|
+
"remote": false,
|
|
28866
|
+
"key": "8715c03818edfadb6048ac375e7f9ca13e8e5efa",
|
|
28867
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
28868
|
+
"resolvedType": "FLOAT",
|
|
28869
|
+
"description": "데스크탑 화면에서 사용을 권장합니다.",
|
|
28870
|
+
"hiddenFromPublishing": false,
|
|
28871
|
+
"valuesByMode": {
|
|
28872
|
+
"1:5": 52,
|
|
28873
|
+
"1:6": 52,
|
|
28874
|
+
"1:7": 52,
|
|
28875
|
+
"1:8": 52,
|
|
28876
|
+
"51907:0": 52,
|
|
28877
|
+
"62468:0": 52
|
|
28878
|
+
},
|
|
28879
|
+
"scopes": [
|
|
28880
|
+
"LINE_HEIGHT"
|
|
28881
|
+
],
|
|
28882
|
+
"codeSyntax": {}
|
|
28883
|
+
},
|
|
28884
|
+
"VariableID:62472:12": {
|
|
28885
|
+
"name": "line-height/t14",
|
|
28886
|
+
"id": "VariableID:62472:12",
|
|
28887
|
+
"remote": false,
|
|
28888
|
+
"key": "5ea22e5d70b679313c0cb0a09d445f1157b0a7d7",
|
|
28889
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
28890
|
+
"resolvedType": "FLOAT",
|
|
28891
|
+
"description": "데스크탑 화면에서 사용을 권장합니다.",
|
|
28892
|
+
"hiddenFromPublishing": false,
|
|
28893
|
+
"valuesByMode": {
|
|
28894
|
+
"1:5": 60,
|
|
28895
|
+
"1:6": 79,
|
|
28896
|
+
"1:7": 52,
|
|
28897
|
+
"1:8": 60,
|
|
28898
|
+
"51907:0": 60,
|
|
28899
|
+
"62468:0": 52
|
|
28900
|
+
},
|
|
28901
|
+
"scopes": [
|
|
28902
|
+
"LINE_HEIGHT"
|
|
28903
|
+
],
|
|
28904
|
+
"codeSyntax": {}
|
|
28905
|
+
},
|
|
28906
|
+
"VariableID:62476:20": {
|
|
28907
|
+
"name": "line-height/t14-static",
|
|
28908
|
+
"id": "VariableID:62476:20",
|
|
28909
|
+
"remote": false,
|
|
28910
|
+
"key": "65bf38bfd71e74b161767b5a665028eaad679bb1",
|
|
28911
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
28912
|
+
"resolvedType": "FLOAT",
|
|
28913
|
+
"description": "데스크탑 화면에서 사용을 권장합니다.",
|
|
28914
|
+
"hiddenFromPublishing": false,
|
|
28915
|
+
"valuesByMode": {
|
|
28916
|
+
"1:5": 60,
|
|
28917
|
+
"1:6": 60,
|
|
28918
|
+
"1:7": 60,
|
|
28919
|
+
"1:8": 60,
|
|
28920
|
+
"51907:0": 60,
|
|
28921
|
+
"62468:0": 60
|
|
28922
|
+
},
|
|
28923
|
+
"scopes": [
|
|
28924
|
+
"LINE_HEIGHT"
|
|
27983
28925
|
],
|
|
27984
28926
|
"codeSyntax": {}
|
|
27985
28927
|
},
|
|
@@ -27994,10 +28936,11 @@ const FIGMA_VARIABLES = {
|
|
|
27994
28936
|
"hiddenFromPublishing": false,
|
|
27995
28937
|
"valuesByMode": {
|
|
27996
28938
|
"1:5": 16,
|
|
27997
|
-
"1:6":
|
|
27998
|
-
"1:7":
|
|
28939
|
+
"1:6": 21,
|
|
28940
|
+
"1:7": 14,
|
|
27999
28941
|
"1:8": 16,
|
|
28000
|
-
"51907:0":
|
|
28942
|
+
"51907:0": 23,
|
|
28943
|
+
"62468:0": 14
|
|
28001
28944
|
},
|
|
28002
28945
|
"scopes": [
|
|
28003
28946
|
"LINE_HEIGHT"
|
|
@@ -28016,9 +28959,10 @@ const FIGMA_VARIABLES = {
|
|
|
28016
28959
|
"valuesByMode": {
|
|
28017
28960
|
"1:5": 18,
|
|
28018
28961
|
"1:6": 24,
|
|
28019
|
-
"1:7":
|
|
28962
|
+
"1:7": 16,
|
|
28020
28963
|
"1:8": 18,
|
|
28021
|
-
"51907:0":
|
|
28964
|
+
"51907:0": 24,
|
|
28965
|
+
"62468:0": 16
|
|
28022
28966
|
},
|
|
28023
28967
|
"scopes": [
|
|
28024
28968
|
"LINE_HEIGHT"
|
|
@@ -28039,7 +28983,8 @@ const FIGMA_VARIABLES = {
|
|
|
28039
28983
|
"1:6": 25,
|
|
28040
28984
|
"1:7": 16,
|
|
28041
28985
|
"1:8": 19,
|
|
28042
|
-
"51907:0":
|
|
28986
|
+
"51907:0": 25,
|
|
28987
|
+
"62468:0": 16
|
|
28043
28988
|
},
|
|
28044
28989
|
"scopes": [
|
|
28045
28990
|
"LINE_HEIGHT"
|
|
@@ -28057,10 +29002,11 @@ const FIGMA_VARIABLES = {
|
|
|
28057
29002
|
"hiddenFromPublishing": false,
|
|
28058
29003
|
"valuesByMode": {
|
|
28059
29004
|
"1:5": 22,
|
|
28060
|
-
"1:6":
|
|
28061
|
-
"1:7":
|
|
29005
|
+
"1:6": 29,
|
|
29006
|
+
"1:7": 19,
|
|
28062
29007
|
"1:8": 22,
|
|
28063
|
-
"51907:0":
|
|
29008
|
+
"51907:0": 27,
|
|
29009
|
+
"62468:0": 19
|
|
28064
29010
|
},
|
|
28065
29011
|
"scopes": [
|
|
28066
29012
|
"LINE_HEIGHT"
|
|
@@ -28078,10 +29024,11 @@ const FIGMA_VARIABLES = {
|
|
|
28078
29024
|
"hiddenFromPublishing": false,
|
|
28079
29025
|
"valuesByMode": {
|
|
28080
29026
|
"1:5": 24,
|
|
28081
|
-
"1:6":
|
|
28082
|
-
"1:7":
|
|
29027
|
+
"1:6": 32,
|
|
29028
|
+
"1:7": 21,
|
|
28083
29029
|
"1:8": 24,
|
|
28084
|
-
"51907:0":
|
|
29030
|
+
"51907:0": 28,
|
|
29031
|
+
"62468:0": 21
|
|
28085
29032
|
},
|
|
28086
29033
|
"scopes": [
|
|
28087
29034
|
"LINE_HEIGHT"
|
|
@@ -28099,10 +29046,11 @@ const FIGMA_VARIABLES = {
|
|
|
28099
29046
|
"hiddenFromPublishing": false,
|
|
28100
29047
|
"valuesByMode": {
|
|
28101
29048
|
"1:5": 27,
|
|
28102
|
-
"1:6":
|
|
28103
|
-
"1:7":
|
|
29049
|
+
"1:6": 36,
|
|
29050
|
+
"1:7": 23,
|
|
28104
29051
|
"1:8": 27,
|
|
28105
|
-
"51907:0":
|
|
29052
|
+
"51907:0": 29,
|
|
29053
|
+
"62468:0": 23
|
|
28106
29054
|
},
|
|
28107
29055
|
"scopes": [
|
|
28108
29056
|
"LINE_HEIGHT"
|
|
@@ -28120,10 +29068,11 @@ const FIGMA_VARIABLES = {
|
|
|
28120
29068
|
"hiddenFromPublishing": false,
|
|
28121
29069
|
"valuesByMode": {
|
|
28122
29070
|
"1:5": 30,
|
|
28123
|
-
"1:6":
|
|
28124
|
-
"1:7":
|
|
29071
|
+
"1:6": 40,
|
|
29072
|
+
"1:7": 26,
|
|
28125
29073
|
"1:8": 30,
|
|
28126
|
-
"51907:0":
|
|
29074
|
+
"51907:0": 30,
|
|
29075
|
+
"62468:0": 26
|
|
28127
29076
|
},
|
|
28128
29077
|
"scopes": [
|
|
28129
29078
|
"LINE_HEIGHT"
|
|
@@ -28141,10 +29090,11 @@ const FIGMA_VARIABLES = {
|
|
|
28141
29090
|
"hiddenFromPublishing": false,
|
|
28142
29091
|
"valuesByMode": {
|
|
28143
29092
|
"1:5": 32,
|
|
28144
|
-
"1:6":
|
|
28145
|
-
"1:7":
|
|
29093
|
+
"1:6": 42,
|
|
29094
|
+
"1:7": 28,
|
|
28146
29095
|
"1:8": 32,
|
|
28147
|
-
"51907:0":
|
|
29096
|
+
"51907:0": 32,
|
|
29097
|
+
"62468:0": 28
|
|
28148
29098
|
},
|
|
28149
29099
|
"scopes": [
|
|
28150
29100
|
"LINE_HEIGHT"
|
|
@@ -28725,7 +29675,8 @@ const FIGMA_VARIABLES = {
|
|
|
28725
29675
|
"1:6": "iOS",
|
|
28726
29676
|
"1:7": "iOS",
|
|
28727
29677
|
"1:8": "Android",
|
|
28728
|
-
"51907:0": "Android"
|
|
29678
|
+
"51907:0": "Android",
|
|
29679
|
+
"62468:0": "Android"
|
|
28729
29680
|
},
|
|
28730
29681
|
"scopes": [
|
|
28731
29682
|
"ALL_SCOPES"
|