@seed-design/figma 1.3.13 → 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 +292 -141
- package/lib/codegen/index.js +292 -141
- package/lib/codegen/targets/react/index.cjs +389 -172
- package/lib/codegen/targets/react/index.js +389 -172
- package/lib/index.cjs +358 -141
- package/lib/index.js +358 -141
- package/package.json +3 -3
- 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/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 +260 -109
- package/src/entities/data/__generated__/component-sets/index.mjs +260 -109
- package/src/entities/data/__generated__/components/index.d.ts +163 -58
- package/src/entities/data/__generated__/components/index.mjs +163 -58
- package/src/entities/data/__generated__/icons/index.mjs +66 -0
- package/src/codegen/targets/react/component/handlers/chip.ts +0 -93
package/lib/index.js
CHANGED
|
@@ -1506,6 +1506,16 @@ const FIGMA_ICONS = {
|
|
|
1506
1506
|
"type": "monochrome",
|
|
1507
1507
|
"weight": "Line"
|
|
1508
1508
|
},
|
|
1509
|
+
"c0ca1bc45d70e9e6d45c107f19a488b4550f4a35": {
|
|
1510
|
+
"name": "icon_building2_twosize",
|
|
1511
|
+
"type": "monochrome",
|
|
1512
|
+
"weight": "Fill"
|
|
1513
|
+
},
|
|
1514
|
+
"7b4c6f3b3626b280ac3b50968b94f4271a4d8e4d": {
|
|
1515
|
+
"name": "icon_building2_twosize",
|
|
1516
|
+
"type": "monochrome",
|
|
1517
|
+
"weight": "Line"
|
|
1518
|
+
},
|
|
1509
1519
|
"43c561a67ed28579eae47ee9be1f6c35cfa73fce": {
|
|
1510
1520
|
"name": "icon_calendar",
|
|
1511
1521
|
"type": "monochrome",
|
|
@@ -2066,6 +2076,16 @@ const FIGMA_ICONS = {
|
|
|
2066
2076
|
"type": "monochrome",
|
|
2067
2077
|
"weight": "Line"
|
|
2068
2078
|
},
|
|
2079
|
+
"a3521e42bb1fa701e873483e992d1866e4441e5e": {
|
|
2080
|
+
"name": "icon_document_tray",
|
|
2081
|
+
"type": "monochrome",
|
|
2082
|
+
"weight": "Fill"
|
|
2083
|
+
},
|
|
2084
|
+
"1dd922b43ab2bc137bf9a7b0b4223c058070a65b": {
|
|
2085
|
+
"name": "icon_document_tray",
|
|
2086
|
+
"type": "monochrome",
|
|
2087
|
+
"weight": "Line"
|
|
2088
|
+
},
|
|
2069
2089
|
"9f45d12a768e4e2e3d351b305af8c995456cd70a": {
|
|
2070
2090
|
"name": "icon_dollar_circle_arrow_right",
|
|
2071
2091
|
"type": "monochrome",
|
|
@@ -2676,6 +2696,16 @@ const FIGMA_ICONS = {
|
|
|
2676
2696
|
"type": "monochrome",
|
|
2677
2697
|
"weight": "Line"
|
|
2678
2698
|
},
|
|
2699
|
+
"919dd621ff599b66929ea7cbaef462359e756304": {
|
|
2700
|
+
"name": "icon_hospitalcross_shield",
|
|
2701
|
+
"type": "monochrome",
|
|
2702
|
+
"weight": "Fill"
|
|
2703
|
+
},
|
|
2704
|
+
"0cfa81f9264814aeae13a81266539dd2f57c86eb": {
|
|
2705
|
+
"name": "icon_hospitalcross_shield",
|
|
2706
|
+
"type": "monochrome",
|
|
2707
|
+
"weight": "Line"
|
|
2708
|
+
},
|
|
2679
2709
|
"aff5ba9298b12d5090002f5ef2bce35c31d377dd": {
|
|
2680
2710
|
"name": "icon_hospitalcross_square",
|
|
2681
2711
|
"type": "monochrome",
|
|
@@ -2686,6 +2716,16 @@ const FIGMA_ICONS = {
|
|
|
2686
2716
|
"type": "monochrome",
|
|
2687
2717
|
"weight": "Line"
|
|
2688
2718
|
},
|
|
2719
|
+
"cafd8deff46ff81b4de508caff7cac5a2680a2ae": {
|
|
2720
|
+
"name": "icon_house_card",
|
|
2721
|
+
"type": "monochrome",
|
|
2722
|
+
"weight": "Fill"
|
|
2723
|
+
},
|
|
2724
|
+
"7a72f879fdbc3da6023476fa67f05aba8a7ca440": {
|
|
2725
|
+
"name": "icon_house_card",
|
|
2726
|
+
"type": "monochrome",
|
|
2727
|
+
"weight": "Line"
|
|
2728
|
+
},
|
|
2689
2729
|
"9f8658f4928d8ab5b98e0186dfcd6847bc5fc3ad": {
|
|
2690
2730
|
"name": "icon_house",
|
|
2691
2731
|
"type": "monochrome",
|
|
@@ -4106,6 +4146,16 @@ const FIGMA_ICONS = {
|
|
|
4106
4146
|
"type": "monochrome",
|
|
4107
4147
|
"weight": "Line"
|
|
4108
4148
|
},
|
|
4149
|
+
"6ff0cf0bf12ac4667cec8798f5171f514e85a168": {
|
|
4150
|
+
"name": "icon_wand_plus_circle",
|
|
4151
|
+
"type": "monochrome",
|
|
4152
|
+
"weight": "Fill"
|
|
4153
|
+
},
|
|
4154
|
+
"f6c709faea19968faa15079b935ba533ea72c1eb": {
|
|
4155
|
+
"name": "icon_wand_plus_circle",
|
|
4156
|
+
"type": "monochrome",
|
|
4157
|
+
"weight": "Line"
|
|
4158
|
+
},
|
|
4109
4159
|
"2747dd7daf6035c6b5c39951651db705797e9d9c": {
|
|
4110
4160
|
"name": "icon_washingmachine",
|
|
4111
4161
|
"type": "monochrome",
|
|
@@ -4282,6 +4332,10 @@ const FIGMA_ICONS = {
|
|
|
4282
4332
|
"name": "icon_asterisk_horizrectangle_coolwave3",
|
|
4283
4333
|
"type": "multicolor"
|
|
4284
4334
|
},
|
|
4335
|
+
"66c144646951f969436426357da8791f78d8f057": {
|
|
4336
|
+
"name": "icon_book",
|
|
4337
|
+
"type": "multicolor"
|
|
4338
|
+
},
|
|
4285
4339
|
"38dda34eb04fba2f3239bcc93b870db61901f720": {
|
|
4286
4340
|
"name": "icon_box_flap",
|
|
4287
4341
|
"type": "multicolor"
|
|
@@ -4386,6 +4440,10 @@ const FIGMA_ICONS = {
|
|
|
4386
4440
|
"name": "icon_fish_wave2",
|
|
4387
4441
|
"type": "multicolor"
|
|
4388
4442
|
},
|
|
4443
|
+
"d5b7d0efa3d85021bd831c5141a43cd4a0fde530": {
|
|
4444
|
+
"name": "icon_flower",
|
|
4445
|
+
"type": "multicolor"
|
|
4446
|
+
},
|
|
4389
4447
|
"fe769cca256bb3fc7fa70682e1d85169ba104f53": {
|
|
4390
4448
|
"name": "icon_fork_spoon",
|
|
4391
4449
|
"type": "multicolor"
|
|
@@ -4526,6 +4584,10 @@ const FIGMA_ICONS = {
|
|
|
4526
4584
|
"name": "icon_spraybottle_sponge",
|
|
4527
4585
|
"type": "multicolor"
|
|
4528
4586
|
},
|
|
4587
|
+
"53729bb72150963fd5a7dd04aa6c8569a81f7e5e": {
|
|
4588
|
+
"name": "icon_star_calendar",
|
|
4589
|
+
"type": "multicolor"
|
|
4590
|
+
},
|
|
4529
4591
|
"86bfe331ab4d3a5bf29019345e208ce7b73371bd": {
|
|
4530
4592
|
"name": "icon_tree",
|
|
4531
4593
|
"type": "multicolor"
|
|
@@ -4550,6 +4612,10 @@ const FIGMA_ICONS = {
|
|
|
4550
4612
|
"name": "icon_vest_horizstripe",
|
|
4551
4613
|
"type": "multicolor"
|
|
4552
4614
|
},
|
|
4615
|
+
"d8579af735e0f286ddefdffc811b12469d9bb24b": {
|
|
4616
|
+
"name": "icon_wand_plus_circle",
|
|
4617
|
+
"type": "multicolor"
|
|
4618
|
+
},
|
|
4553
4619
|
"7ddb6f0f63708485a75cb21a25fae01671a34562": {
|
|
4554
4620
|
"name": "icon_warninglight",
|
|
4555
4621
|
"type": "multicolor"
|
|
@@ -12532,7 +12598,7 @@ const FIGMA_VARIABLES$1 = {
|
|
|
12532
12598
|
}
|
|
12533
12599
|
};
|
|
12534
12600
|
|
|
12535
|
-
const templateButtonGroup
|
|
12601
|
+
const templateButtonGroup = {
|
|
12536
12602
|
"name": "templateButtonGroup",
|
|
12537
12603
|
"key": "29109a34197f2eb5d390b1d9ebba270979a7b302",
|
|
12538
12604
|
"componentPropertyDefinitions": {
|
|
@@ -12559,7 +12625,7 @@ const templateButtonGroup$1 = {
|
|
|
12559
12625
|
}
|
|
12560
12626
|
}
|
|
12561
12627
|
};
|
|
12562
|
-
const templateChipGroup
|
|
12628
|
+
const templateChipGroup = {
|
|
12563
12629
|
"name": "templateChipGroup",
|
|
12564
12630
|
"key": "5b1155aae0f90d1bce6a7499f53a547e88ec3b86",
|
|
12565
12631
|
"componentPropertyDefinitions": {
|
|
@@ -12616,7 +12682,7 @@ const templateCustomPickerField = {
|
|
|
12616
12682
|
}
|
|
12617
12683
|
}
|
|
12618
12684
|
};
|
|
12619
|
-
const templateDisclaimer
|
|
12685
|
+
const templateDisclaimer = {
|
|
12620
12686
|
"name": "templateDisclaimer",
|
|
12621
12687
|
"key": "e08d2594b76c6c0107e34c0071cab8ef844c8998",
|
|
12622
12688
|
"componentPropertyDefinitions": {
|
|
@@ -12651,7 +12717,7 @@ const templateResultPage$1 = {
|
|
|
12651
12717
|
}
|
|
12652
12718
|
}
|
|
12653
12719
|
};
|
|
12654
|
-
const templateSliderField
|
|
12720
|
+
const templateSliderField = {
|
|
12655
12721
|
"name": "templateSliderField",
|
|
12656
12722
|
"key": "7d2b449bcfb28ebf3c509ed76a141511f7d955eb",
|
|
12657
12723
|
"componentPropertyDefinitions": {
|
|
@@ -12673,7 +12739,7 @@ const templateSliderField$1 = {
|
|
|
12673
12739
|
}
|
|
12674
12740
|
}
|
|
12675
12741
|
};
|
|
12676
|
-
const templateTextField
|
|
12742
|
+
const templateTextField = {
|
|
12677
12743
|
"name": "templateTextField",
|
|
12678
12744
|
"key": "0a83a0ff9d18d98a14536b21aa5411622f9f0c05",
|
|
12679
12745
|
"componentPropertyDefinitions": {
|
|
@@ -12704,7 +12770,7 @@ const templateTextField$1 = {
|
|
|
12704
12770
|
}
|
|
12705
12771
|
}
|
|
12706
12772
|
};
|
|
12707
|
-
const templateTextareaField
|
|
12773
|
+
const templateTextareaField = {
|
|
12708
12774
|
"name": "templateTextareaField",
|
|
12709
12775
|
"key": "cdc688eccd78b947289e8089a620bdc494f6c809",
|
|
12710
12776
|
"componentPropertyDefinitions": {
|
|
@@ -14599,14 +14665,14 @@ var FIGMA_COMPONENTS_ARCHIVE = {
|
|
|
14599
14665
|
switchmark: switchmark,
|
|
14600
14666
|
tabs: tabs,
|
|
14601
14667
|
tagGroup: tagGroup,
|
|
14602
|
-
templateButtonGroup: templateButtonGroup
|
|
14603
|
-
templateChipGroup: templateChipGroup
|
|
14668
|
+
templateButtonGroup: templateButtonGroup,
|
|
14669
|
+
templateChipGroup: templateChipGroup,
|
|
14604
14670
|
templateCustomPickerField: templateCustomPickerField,
|
|
14605
|
-
templateDisclaimer: templateDisclaimer
|
|
14671
|
+
templateDisclaimer: templateDisclaimer,
|
|
14606
14672
|
templateResultPage: templateResultPage$1,
|
|
14607
|
-
templateSliderField: templateSliderField
|
|
14608
|
-
templateTextField: templateTextField
|
|
14609
|
-
templateTextareaField: templateTextareaField
|
|
14673
|
+
templateSliderField: templateSliderField,
|
|
14674
|
+
templateTextField: templateTextField,
|
|
14675
|
+
templateTextareaField: templateTextareaField,
|
|
14610
14676
|
templateTopNavigation: templateTopNavigation,
|
|
14611
14677
|
toggleButton: toggleButton,
|
|
14612
14678
|
topNavigation: topNavigation
|
|
@@ -23173,9 +23239,9 @@ const FIGMA_VARIABLES = {
|
|
|
23173
23239
|
}
|
|
23174
23240
|
};
|
|
23175
23241
|
|
|
23176
|
-
const
|
|
23177
|
-
"name": "
|
|
23178
|
-
"key": "
|
|
23242
|
+
const privateComponentChipGroupField = {
|
|
23243
|
+
"name": "privateComponentChipGroupField",
|
|
23244
|
+
"key": "3b202396b4eb4486b5f2181c97d6576ebae94250",
|
|
23179
23245
|
"componentPropertyDefinitions": {
|
|
23180
23246
|
"Show Header#40606:8": {
|
|
23181
23247
|
"type": "BOOLEAN"
|
|
@@ -23194,9 +23260,9 @@ const privateTemplateChipGroupField = {
|
|
|
23194
23260
|
}
|
|
23195
23261
|
}
|
|
23196
23262
|
};
|
|
23197
|
-
const
|
|
23198
|
-
"name": "
|
|
23199
|
-
"key": "
|
|
23263
|
+
const privateComponentPhoneNumberField = {
|
|
23264
|
+
"name": "privateComponentPhoneNumberField",
|
|
23265
|
+
"key": "1aa9cf6ca847087540f16568c9ca86a07fafaf9b",
|
|
23200
23266
|
"componentPropertyDefinitions": {
|
|
23201
23267
|
"Show Header#40606:8": {
|
|
23202
23268
|
"type": "BOOLEAN"
|
|
@@ -23223,9 +23289,9 @@ const privateTemplatePhoneNumberField = {
|
|
|
23223
23289
|
}
|
|
23224
23290
|
}
|
|
23225
23291
|
};
|
|
23226
|
-
const
|
|
23227
|
-
"name": "
|
|
23228
|
-
"key": "
|
|
23292
|
+
const privateComponentPinField = {
|
|
23293
|
+
"name": "privateComponentPinField",
|
|
23294
|
+
"key": "7e11c6342399819db16b85e947c6d1aae4e8a442",
|
|
23229
23295
|
"componentPropertyDefinitions": {
|
|
23230
23296
|
"Show Header#40606:8": {
|
|
23231
23297
|
"type": "BOOLEAN"
|
|
@@ -23289,10 +23355,13 @@ const privateComponentBottomSheetHandle = {
|
|
|
23289
23355
|
}
|
|
23290
23356
|
}
|
|
23291
23357
|
};
|
|
23292
|
-
const
|
|
23293
|
-
"name": "
|
|
23294
|
-
"key": "
|
|
23358
|
+
const privateComponentChipGroup = {
|
|
23359
|
+
"name": "privateComponentChipGroup",
|
|
23360
|
+
"key": "3838d772ac3c7504d976b2f386ce521efe69d08f",
|
|
23295
23361
|
"componentPropertyDefinitions": {
|
|
23362
|
+
"Chip Group#12261:81": {
|
|
23363
|
+
"type": "SLOT"
|
|
23364
|
+
},
|
|
23296
23365
|
"Layout": {
|
|
23297
23366
|
"type": "VARIANT",
|
|
23298
23367
|
"variantOptions": [
|
|
@@ -23880,9 +23949,9 @@ const privateComponentRootTopNavigationIconButton = {
|
|
|
23880
23949
|
}
|
|
23881
23950
|
}
|
|
23882
23951
|
};
|
|
23883
|
-
const
|
|
23884
|
-
"name": "
|
|
23885
|
-
"key": "
|
|
23952
|
+
const privateComponentRootTopNavigationPreset = {
|
|
23953
|
+
"name": "privateComponentRootTopNavigationPreset",
|
|
23954
|
+
"key": "26e1de69cbbed91a577b0c962a92ebab2621bf5f",
|
|
23886
23955
|
"componentPropertyDefinitions": {
|
|
23887
23956
|
"Tab": {
|
|
23888
23957
|
"type": "VARIANT",
|
|
@@ -24233,8 +24302,8 @@ const privateComponentTabsChip = {
|
|
|
24233
24302
|
"name": "privateComponentTabsChip",
|
|
24234
24303
|
"key": "16bd9efbd95f4b5fa3dfe31c2e1acf4e8a88f6a5",
|
|
24235
24304
|
"componentPropertyDefinitions": {
|
|
24236
|
-
"
|
|
24237
|
-
"type": "
|
|
24305
|
+
"Container#12286:101": {
|
|
24306
|
+
"type": "SLOT"
|
|
24238
24307
|
},
|
|
24239
24308
|
"Size": {
|
|
24240
24309
|
"type": "VARIANT",
|
|
@@ -24256,8 +24325,8 @@ const privateComponentTabsLine = {
|
|
|
24256
24325
|
"name": "privateComponentTabsLine",
|
|
24257
24326
|
"key": "e5bf0d2582100280b410415b9d8742202edbb45c",
|
|
24258
24327
|
"componentPropertyDefinitions": {
|
|
24259
|
-
"
|
|
24260
|
-
"type": "
|
|
24328
|
+
"Container#12286:96": {
|
|
24329
|
+
"type": "SLOT"
|
|
24261
24330
|
},
|
|
24262
24331
|
"Size": {
|
|
24263
24332
|
"type": "VARIANT",
|
|
@@ -24828,9 +24897,67 @@ const componentDeprecatedActionSheet = {
|
|
|
24828
24897
|
}
|
|
24829
24898
|
}
|
|
24830
24899
|
};
|
|
24831
|
-
const
|
|
24832
|
-
"name": "
|
|
24833
|
-
"key": "
|
|
24900
|
+
const componentDeprecatedChip = {
|
|
24901
|
+
"name": "componentDeprecatedChip",
|
|
24902
|
+
"key": "c947a926605cfd181998ddbb46554da84eebaab2",
|
|
24903
|
+
"componentPropertyDefinitions": {
|
|
24904
|
+
"Label#7185:0": {
|
|
24905
|
+
"type": "TEXT"
|
|
24906
|
+
},
|
|
24907
|
+
"Prefix Icon#8722:0": {
|
|
24908
|
+
"type": "INSTANCE_SWAP"
|
|
24909
|
+
},
|
|
24910
|
+
"Suffix Type#32538:0": {
|
|
24911
|
+
"type": "INSTANCE_SWAP"
|
|
24912
|
+
},
|
|
24913
|
+
"Has Suffix#32538:181": {
|
|
24914
|
+
"type": "BOOLEAN"
|
|
24915
|
+
},
|
|
24916
|
+
"Variant": {
|
|
24917
|
+
"type": "VARIANT",
|
|
24918
|
+
"variantOptions": [
|
|
24919
|
+
"Solid",
|
|
24920
|
+
"Outline Strong",
|
|
24921
|
+
"Outline Weak"
|
|
24922
|
+
]
|
|
24923
|
+
},
|
|
24924
|
+
"Size": {
|
|
24925
|
+
"type": "VARIANT",
|
|
24926
|
+
"variantOptions": [
|
|
24927
|
+
"Large",
|
|
24928
|
+
"Medium",
|
|
24929
|
+
"Small"
|
|
24930
|
+
]
|
|
24931
|
+
},
|
|
24932
|
+
"Selected": {
|
|
24933
|
+
"type": "VARIANT",
|
|
24934
|
+
"variantOptions": [
|
|
24935
|
+
"False",
|
|
24936
|
+
"True"
|
|
24937
|
+
]
|
|
24938
|
+
},
|
|
24939
|
+
"State": {
|
|
24940
|
+
"type": "VARIANT",
|
|
24941
|
+
"variantOptions": [
|
|
24942
|
+
"Enabled",
|
|
24943
|
+
"Pressed",
|
|
24944
|
+
"Disabled"
|
|
24945
|
+
]
|
|
24946
|
+
},
|
|
24947
|
+
"Prefix Type": {
|
|
24948
|
+
"type": "VARIANT",
|
|
24949
|
+
"variantOptions": [
|
|
24950
|
+
"None",
|
|
24951
|
+
"Icon",
|
|
24952
|
+
"Avatar",
|
|
24953
|
+
"Image"
|
|
24954
|
+
]
|
|
24955
|
+
}
|
|
24956
|
+
}
|
|
24957
|
+
};
|
|
24958
|
+
const componentDeprecatedChipGroup = {
|
|
24959
|
+
"name": "componentDeprecatedChipGroup",
|
|
24960
|
+
"key": "0f2bfd4ee01f2bce58ebd7f4cc9332d0420e50fd",
|
|
24834
24961
|
"componentPropertyDefinitions": {
|
|
24835
24962
|
"Refresh Button#15888:2": {
|
|
24836
24963
|
"type": "BOOLEAN"
|
|
@@ -25220,6 +25347,29 @@ const componentDerpecatedTopNavigation = {
|
|
|
25220
25347
|
}
|
|
25221
25348
|
}
|
|
25222
25349
|
};
|
|
25350
|
+
const componentAccordion = {
|
|
25351
|
+
"name": "componentAccordion",
|
|
25352
|
+
"key": "0686a42b92941f42561f73e95ecff0699b86e3a9",
|
|
25353
|
+
"componentPropertyDefinitions": {
|
|
25354
|
+
"Accordion Group#10588:0": {
|
|
25355
|
+
"type": "SLOT"
|
|
25356
|
+
},
|
|
25357
|
+
"Size": {
|
|
25358
|
+
"type": "VARIANT",
|
|
25359
|
+
"variantOptions": [
|
|
25360
|
+
"Medium",
|
|
25361
|
+
"Large (Desktop)"
|
|
25362
|
+
]
|
|
25363
|
+
},
|
|
25364
|
+
"Variants": {
|
|
25365
|
+
"type": "VARIANT",
|
|
25366
|
+
"variantOptions": [
|
|
25367
|
+
"Inline",
|
|
25368
|
+
"Separated"
|
|
25369
|
+
]
|
|
25370
|
+
}
|
|
25371
|
+
}
|
|
25372
|
+
};
|
|
25223
25373
|
const componentActionButton = {
|
|
25224
25374
|
"name": "componentActionButton",
|
|
25225
25375
|
"key": "cd70496145efd7f5ffdb5413fb4db8e918561ffa",
|
|
@@ -25316,10 +25466,16 @@ const componentAndroidNowBarScreen = {
|
|
|
25316
25466
|
}
|
|
25317
25467
|
}
|
|
25318
25468
|
};
|
|
25319
|
-
const
|
|
25320
|
-
"name": "
|
|
25321
|
-
"key": "
|
|
25469
|
+
const componentAttachmentField = {
|
|
25470
|
+
"name": "componentAttachmentField",
|
|
25471
|
+
"key": "7a1711f401793fb33ca9ceb599916a7440ef60b4",
|
|
25322
25472
|
"componentPropertyDefinitions": {
|
|
25473
|
+
"Show Header#11576:30": {
|
|
25474
|
+
"type": "BOOLEAN"
|
|
25475
|
+
},
|
|
25476
|
+
"Show Footer#11576:47": {
|
|
25477
|
+
"type": "BOOLEAN"
|
|
25478
|
+
},
|
|
25323
25479
|
"Type": {
|
|
25324
25480
|
"type": "VARIANT",
|
|
25325
25481
|
"variantOptions": [
|
|
@@ -25378,9 +25534,9 @@ const componentAvatar = {
|
|
|
25378
25534
|
}
|
|
25379
25535
|
}
|
|
25380
25536
|
};
|
|
25381
|
-
const
|
|
25382
|
-
"name": "
|
|
25383
|
-
"key": "
|
|
25537
|
+
const componentAvatarPreset = {
|
|
25538
|
+
"name": "componentAvatarPreset",
|
|
25539
|
+
"key": "539a0546169fb966bed1b07aa98db4b070206fc1",
|
|
25384
25540
|
"componentPropertyDefinitions": {
|
|
25385
25541
|
"Image": {
|
|
25386
25542
|
"type": "VARIANT",
|
|
@@ -25546,9 +25702,9 @@ const componentBottomSheet = {
|
|
|
25546
25702
|
}
|
|
25547
25703
|
}
|
|
25548
25704
|
};
|
|
25549
|
-
const
|
|
25550
|
-
"name": "
|
|
25551
|
-
"key": "
|
|
25705
|
+
const componentButtonGroup = {
|
|
25706
|
+
"name": "componentButtonGroup",
|
|
25707
|
+
"key": "2acf5a3240876b2b82e3e42f267856b8582c07f6",
|
|
25552
25708
|
"componentPropertyDefinitions": {
|
|
25553
25709
|
"Size": {
|
|
25554
25710
|
"type": "VARIANT",
|
|
@@ -25696,10 +25852,13 @@ const componentCheckbox = {
|
|
|
25696
25852
|
}
|
|
25697
25853
|
}
|
|
25698
25854
|
};
|
|
25699
|
-
const
|
|
25700
|
-
"name": "
|
|
25701
|
-
"key": "
|
|
25855
|
+
const componentCheckboxField = {
|
|
25856
|
+
"name": "componentCheckboxField",
|
|
25857
|
+
"key": "c157db7fe8d812716f2ed3f520b8bacfb9fb8416",
|
|
25702
25858
|
"componentPropertyDefinitions": {
|
|
25859
|
+
"Checkbox Group#12261:0": {
|
|
25860
|
+
"type": "SLOT"
|
|
25861
|
+
},
|
|
25703
25862
|
"Show Header#40606:8": {
|
|
25704
25863
|
"type": "BOOLEAN"
|
|
25705
25864
|
},
|
|
@@ -25762,27 +25921,34 @@ const componentCheckmark = {
|
|
|
25762
25921
|
};
|
|
25763
25922
|
const componentChip = {
|
|
25764
25923
|
"name": "componentChip",
|
|
25765
|
-
"key": "
|
|
25924
|
+
"key": "f23dfd7f48dd6fc6fbbdae95a091fd7a06a942e1",
|
|
25766
25925
|
"componentPropertyDefinitions": {
|
|
25767
|
-
"
|
|
25768
|
-
"type": "
|
|
25926
|
+
"Has Prefix#9822:0": {
|
|
25927
|
+
"type": "BOOLEAN"
|
|
25769
25928
|
},
|
|
25770
|
-
"Prefix
|
|
25929
|
+
"Prefix Type#9965:0": {
|
|
25771
25930
|
"type": "INSTANCE_SWAP"
|
|
25772
25931
|
},
|
|
25773
|
-
"Suffix Type#
|
|
25932
|
+
"Suffix Type#9965:109": {
|
|
25774
25933
|
"type": "INSTANCE_SWAP"
|
|
25775
25934
|
},
|
|
25776
|
-
"
|
|
25935
|
+
"Suffix Type Small#9981:218": {
|
|
25936
|
+
"type": "INSTANCE_SWAP"
|
|
25937
|
+
},
|
|
25938
|
+
"Prefix Type Small#9981:327": {
|
|
25939
|
+
"type": "INSTANCE_SWAP"
|
|
25940
|
+
},
|
|
25941
|
+
"Icon#10111:0": {
|
|
25942
|
+
"type": "INSTANCE_SWAP"
|
|
25943
|
+
},
|
|
25944
|
+
"Has Notification#10111:109": {
|
|
25777
25945
|
"type": "BOOLEAN"
|
|
25778
25946
|
},
|
|
25779
|
-
"
|
|
25780
|
-
"type": "
|
|
25781
|
-
|
|
25782
|
-
|
|
25783
|
-
|
|
25784
|
-
"Outline Weak"
|
|
25785
|
-
]
|
|
25947
|
+
"Label#12217:0": {
|
|
25948
|
+
"type": "TEXT"
|
|
25949
|
+
},
|
|
25950
|
+
"Has Suffix#32538:181": {
|
|
25951
|
+
"type": "BOOLEAN"
|
|
25786
25952
|
},
|
|
25787
25953
|
"Size": {
|
|
25788
25954
|
"type": "VARIANT",
|
|
@@ -25792,6 +25958,21 @@ const componentChip = {
|
|
|
25792
25958
|
"Small"
|
|
25793
25959
|
]
|
|
25794
25960
|
},
|
|
25961
|
+
"Layout": {
|
|
25962
|
+
"type": "VARIANT",
|
|
25963
|
+
"variantOptions": [
|
|
25964
|
+
"With Text",
|
|
25965
|
+
"Icon Only"
|
|
25966
|
+
]
|
|
25967
|
+
},
|
|
25968
|
+
"Variant": {
|
|
25969
|
+
"type": "VARIANT",
|
|
25970
|
+
"variantOptions": [
|
|
25971
|
+
"Solid",
|
|
25972
|
+
"Outline Strong",
|
|
25973
|
+
"Outline Weak"
|
|
25974
|
+
]
|
|
25975
|
+
},
|
|
25795
25976
|
"Selected": {
|
|
25796
25977
|
"type": "VARIANT",
|
|
25797
25978
|
"variantOptions": [
|
|
@@ -25806,22 +25987,16 @@ const componentChip = {
|
|
|
25806
25987
|
"Pressed",
|
|
25807
25988
|
"Disabled"
|
|
25808
25989
|
]
|
|
25809
|
-
},
|
|
25810
|
-
"Prefix Type": {
|
|
25811
|
-
"type": "VARIANT",
|
|
25812
|
-
"variantOptions": [
|
|
25813
|
-
"None",
|
|
25814
|
-
"Icon",
|
|
25815
|
-
"Avatar",
|
|
25816
|
-
"Image"
|
|
25817
|
-
]
|
|
25818
25990
|
}
|
|
25819
25991
|
}
|
|
25820
25992
|
};
|
|
25821
|
-
const
|
|
25822
|
-
"name": "
|
|
25823
|
-
"key": "
|
|
25993
|
+
const componentChipGroup = {
|
|
25994
|
+
"name": "componentChipGroup",
|
|
25995
|
+
"key": "dbef4539572f056c6a90c332299d9b9febd212de",
|
|
25824
25996
|
"componentPropertyDefinitions": {
|
|
25997
|
+
"Chip Group#12261:62": {
|
|
25998
|
+
"type": "SLOT"
|
|
25999
|
+
},
|
|
25825
26000
|
"Variant": {
|
|
25826
26001
|
"type": "VARIANT",
|
|
25827
26002
|
"variantOptions": [
|
|
@@ -25899,9 +26074,9 @@ const componentContextualFloatingButton = {
|
|
|
25899
26074
|
}
|
|
25900
26075
|
}
|
|
25901
26076
|
};
|
|
25902
|
-
const
|
|
25903
|
-
"name": "
|
|
25904
|
-
"key": "
|
|
26077
|
+
const componentDisclaimer = {
|
|
26078
|
+
"name": "componentDisclaimer",
|
|
26079
|
+
"key": "9532514879fc59d5b221b8cc4b85a569ed15d265",
|
|
25905
26080
|
"componentPropertyDefinitions": {
|
|
25906
26081
|
"Show Title#54910:2": {
|
|
25907
26082
|
"type": "BOOLEAN"
|
|
@@ -25959,9 +26134,9 @@ const componentEditorToolbarFigmaOnly = {
|
|
|
25959
26134
|
}
|
|
25960
26135
|
}
|
|
25961
26136
|
};
|
|
25962
|
-
const
|
|
25963
|
-
"name": "
|
|
25964
|
-
"key": "
|
|
26137
|
+
const componentFieldButton = {
|
|
26138
|
+
"name": "componentFieldButton",
|
|
26139
|
+
"key": "a9f6a5ee2d52881b87e22ef1a18fac67e92558f4",
|
|
25965
26140
|
"componentPropertyDefinitions": {
|
|
25966
26141
|
"Show Header#40606:8": {
|
|
25967
26142
|
"type": "BOOLEAN"
|
|
@@ -25969,6 +26144,13 @@ const templateFieldButton = {
|
|
|
25969
26144
|
"Show Footer#40606:9": {
|
|
25970
26145
|
"type": "BOOLEAN"
|
|
25971
26146
|
},
|
|
26147
|
+
"Size": {
|
|
26148
|
+
"type": "VARIANT",
|
|
26149
|
+
"variantOptions": [
|
|
26150
|
+
"Large",
|
|
26151
|
+
"Medium (Desktop Only)"
|
|
26152
|
+
]
|
|
26153
|
+
},
|
|
25972
26154
|
"State": {
|
|
25973
26155
|
"type": "VARIANT",
|
|
25974
26156
|
"variantOptions": [
|
|
@@ -26324,6 +26506,37 @@ const componentMenuSheet = {
|
|
|
26324
26506
|
}
|
|
26325
26507
|
}
|
|
26326
26508
|
};
|
|
26509
|
+
const componentMultilineTextField = {
|
|
26510
|
+
"name": "componentMultilineTextField",
|
|
26511
|
+
"key": "e1b7b5bfa5ff6a633cecc5110b958520a9e79ddf",
|
|
26512
|
+
"componentPropertyDefinitions": {
|
|
26513
|
+
"Show Header#11576:0": {
|
|
26514
|
+
"type": "BOOLEAN"
|
|
26515
|
+
},
|
|
26516
|
+
"Show Footer#11576:15": {
|
|
26517
|
+
"type": "BOOLEAN"
|
|
26518
|
+
},
|
|
26519
|
+
"Size": {
|
|
26520
|
+
"type": "VARIANT",
|
|
26521
|
+
"variantOptions": [
|
|
26522
|
+
"Large",
|
|
26523
|
+
"Medium (Desktop Only)"
|
|
26524
|
+
]
|
|
26525
|
+
},
|
|
26526
|
+
"State": {
|
|
26527
|
+
"type": "VARIANT",
|
|
26528
|
+
"variantOptions": [
|
|
26529
|
+
"AI Loading (Figma Only)",
|
|
26530
|
+
"Disabled",
|
|
26531
|
+
"Read Only",
|
|
26532
|
+
"Error Focused",
|
|
26533
|
+
"Error",
|
|
26534
|
+
"Focused",
|
|
26535
|
+
"Enabled"
|
|
26536
|
+
]
|
|
26537
|
+
}
|
|
26538
|
+
}
|
|
26539
|
+
};
|
|
26327
26540
|
const componentOsBottomIndicatorFigmaOnly = {
|
|
26328
26541
|
"name": "componentOsBottomIndicatorFigmaOnly",
|
|
26329
26542
|
"key": "291fcfece0247fd59a6ef14312347267523a5152",
|
|
@@ -26515,10 +26728,13 @@ const componentRadio = {
|
|
|
26515
26728
|
}
|
|
26516
26729
|
}
|
|
26517
26730
|
};
|
|
26518
|
-
const
|
|
26519
|
-
"name": "
|
|
26520
|
-
"key": "
|
|
26731
|
+
const componentRadioField = {
|
|
26732
|
+
"name": "componentRadioField",
|
|
26733
|
+
"key": "7a1c06315434813d0c4256366e2f478954cd6f14",
|
|
26521
26734
|
"componentPropertyDefinitions": {
|
|
26735
|
+
"Radio Group#12285:87": {
|
|
26736
|
+
"type": "SLOT"
|
|
26737
|
+
},
|
|
26522
26738
|
"Show Header#40606:8": {
|
|
26523
26739
|
"type": "BOOLEAN"
|
|
26524
26740
|
},
|
|
@@ -26748,9 +26964,9 @@ const componentSegmentedControl = {
|
|
|
26748
26964
|
}
|
|
26749
26965
|
}
|
|
26750
26966
|
};
|
|
26751
|
-
const
|
|
26752
|
-
"name": "
|
|
26753
|
-
"key": "
|
|
26967
|
+
const componentSelectBoxField = {
|
|
26968
|
+
"name": "componentSelectBoxField",
|
|
26969
|
+
"key": "a4202b1d4bbb185f25f937dd6a71cfc580e58cb5",
|
|
26754
26970
|
"componentPropertyDefinitions": {
|
|
26755
26971
|
"Show Header#40606:8": {
|
|
26756
26972
|
"type": "BOOLEAN"
|
|
@@ -26773,6 +26989,9 @@ const componentSelectBoxGroup = {
|
|
|
26773
26989
|
"name": "componentSelectBoxGroup",
|
|
26774
26990
|
"key": "cbf6ddeb6d6f889e983399291ec8b60ee3390177",
|
|
26775
26991
|
"componentPropertyDefinitions": {
|
|
26992
|
+
"Select Box Group#12285:92": {
|
|
26993
|
+
"type": "SLOT"
|
|
26994
|
+
},
|
|
26776
26995
|
"Column": {
|
|
26777
26996
|
"type": "VARIANT",
|
|
26778
26997
|
"variantOptions": [
|
|
@@ -26875,9 +27094,9 @@ const componentSkeleton = {
|
|
|
26875
27094
|
}
|
|
26876
27095
|
}
|
|
26877
27096
|
};
|
|
26878
|
-
const
|
|
26879
|
-
"name": "
|
|
26880
|
-
"key": "
|
|
27097
|
+
const componentSkeletonPreset = {
|
|
27098
|
+
"name": "componentSkeletonPreset",
|
|
27099
|
+
"key": "f59d479beaf5d5d73da2ff8984778a40dd2e65bd",
|
|
26881
27100
|
"componentPropertyDefinitions": {
|
|
26882
27101
|
"Preset (Figma-Only)": {
|
|
26883
27102
|
"type": "VARIANT",
|
|
@@ -26923,9 +27142,9 @@ const componentSlider = {
|
|
|
26923
27142
|
}
|
|
26924
27143
|
}
|
|
26925
27144
|
};
|
|
26926
|
-
const
|
|
26927
|
-
"name": "
|
|
26928
|
-
"key": "
|
|
27145
|
+
const componentSliderField = {
|
|
27146
|
+
"name": "componentSliderField",
|
|
27147
|
+
"key": "a0d06d2084b3ab2d0dc4a9dc23fa3500043dddc4",
|
|
26929
27148
|
"componentPropertyDefinitions": {
|
|
26930
27149
|
"Show Header#40606:8": {
|
|
26931
27150
|
"type": "BOOLEAN"
|
|
@@ -27101,9 +27320,9 @@ const componentTagGroup = {
|
|
|
27101
27320
|
}
|
|
27102
27321
|
}
|
|
27103
27322
|
};
|
|
27104
|
-
const
|
|
27105
|
-
"name": "
|
|
27106
|
-
"key": "
|
|
27323
|
+
const componentTextField = {
|
|
27324
|
+
"name": "componentTextField",
|
|
27325
|
+
"key": "8b134244cb1038a13e6365aa9664a3fcb8b7e352",
|
|
27107
27326
|
"componentPropertyDefinitions": {
|
|
27108
27327
|
"Show Header#40606:8": {
|
|
27109
27328
|
"type": "BOOLEAN"
|
|
@@ -27111,6 +27330,13 @@ const templateTextField = {
|
|
|
27111
27330
|
"Show Footer#40606:9": {
|
|
27112
27331
|
"type": "BOOLEAN"
|
|
27113
27332
|
},
|
|
27333
|
+
"Size": {
|
|
27334
|
+
"type": "VARIANT",
|
|
27335
|
+
"variantOptions": [
|
|
27336
|
+
"Large",
|
|
27337
|
+
"Medium (Desktop Only)"
|
|
27338
|
+
]
|
|
27339
|
+
},
|
|
27114
27340
|
"Variant": {
|
|
27115
27341
|
"type": "VARIANT",
|
|
27116
27342
|
"variantOptions": [
|
|
@@ -27132,24 +27358,6 @@ const templateTextField = {
|
|
|
27132
27358
|
}
|
|
27133
27359
|
}
|
|
27134
27360
|
};
|
|
27135
|
-
const templateTextareaField = {
|
|
27136
|
-
"name": "templateTextareaField",
|
|
27137
|
-
"key": "1e0375ed8a5dc490008d6e0dcc20b812b6e39114",
|
|
27138
|
-
"componentPropertyDefinitions": {
|
|
27139
|
-
"State": {
|
|
27140
|
-
"type": "VARIANT",
|
|
27141
|
-
"variantOptions": [
|
|
27142
|
-
"AI Loading (Figma Only)",
|
|
27143
|
-
"Disabled",
|
|
27144
|
-
"Read Only",
|
|
27145
|
-
"Error Focused",
|
|
27146
|
-
"Error",
|
|
27147
|
-
"Focused",
|
|
27148
|
-
"Enabled"
|
|
27149
|
-
]
|
|
27150
|
-
}
|
|
27151
|
-
}
|
|
27152
|
-
};
|
|
27153
27361
|
const componentToggleButton = {
|
|
27154
27362
|
"name": "componentToggleButton",
|
|
27155
27363
|
"key": "eb1eac49eb281c1029e659821f4091619d0b74e4",
|
|
@@ -27243,9 +27451,9 @@ const componentTopNavigation = {
|
|
|
27243
27451
|
}
|
|
27244
27452
|
}
|
|
27245
27453
|
};
|
|
27246
|
-
const
|
|
27247
|
-
"name": "
|
|
27248
|
-
"key": "
|
|
27454
|
+
const componentTopNavigationPreset = {
|
|
27455
|
+
"name": "componentTopNavigationPreset",
|
|
27456
|
+
"key": "0dd628c49a9e02b1a5f3208a0b870b567cff59a7",
|
|
27249
27457
|
"componentPropertyDefinitions": {
|
|
27250
27458
|
"Action Button#17406:0": {
|
|
27251
27459
|
"type": "BOOLEAN"
|
|
@@ -27361,6 +27569,13 @@ const componentFieldHeader = {
|
|
|
27361
27569
|
"Has Suffix#34796:2": {
|
|
27362
27570
|
"type": "BOOLEAN"
|
|
27363
27571
|
},
|
|
27572
|
+
"Size": {
|
|
27573
|
+
"type": "VARIANT",
|
|
27574
|
+
"variantOptions": [
|
|
27575
|
+
"Large",
|
|
27576
|
+
"Medium (Desktop Only)"
|
|
27577
|
+
]
|
|
27578
|
+
},
|
|
27364
27579
|
"Weight": {
|
|
27365
27580
|
"type": "VARIANT",
|
|
27366
27581
|
"variantOptions": [
|
|
@@ -27413,6 +27628,13 @@ const componentTextInput = {
|
|
|
27413
27628
|
"Has Suffix#32865:68": {
|
|
27414
27629
|
"type": "BOOLEAN"
|
|
27415
27630
|
},
|
|
27631
|
+
"Size": {
|
|
27632
|
+
"type": "VARIANT",
|
|
27633
|
+
"variantOptions": [
|
|
27634
|
+
"Large",
|
|
27635
|
+
"Medium (Desktop Only)"
|
|
27636
|
+
]
|
|
27637
|
+
},
|
|
27416
27638
|
"State": {
|
|
27417
27639
|
"type": "VARIANT",
|
|
27418
27640
|
"variantOptions": [
|
|
@@ -27424,13 +27646,6 @@ const componentTextInput = {
|
|
|
27424
27646
|
"Read Only",
|
|
27425
27647
|
"AI Loading (Figma Only)"
|
|
27426
27648
|
]
|
|
27427
|
-
},
|
|
27428
|
-
"Size": {
|
|
27429
|
-
"type": "VARIANT",
|
|
27430
|
-
"variantOptions": [
|
|
27431
|
-
"Large",
|
|
27432
|
-
"Medium (Desktop Only)"
|
|
27433
|
-
]
|
|
27434
27649
|
}
|
|
27435
27650
|
}
|
|
27436
27651
|
};
|
|
@@ -27861,26 +28076,34 @@ const templateShareSheet = {
|
|
|
27861
28076
|
|
|
27862
28077
|
var FIGMA_COMPONENTS = {
|
|
27863
28078
|
__proto__: null,
|
|
28079
|
+
componentAccordion: componentAccordion,
|
|
27864
28080
|
componentActionButton: componentActionButton,
|
|
27865
28081
|
componentActionButtonGhostButton: componentActionButtonGhostButton,
|
|
27866
28082
|
componentAlertDialog: componentAlertDialog,
|
|
27867
28083
|
componentAndroidNowBarScreen: componentAndroidNowBarScreen,
|
|
28084
|
+
componentAttachmentField: componentAttachmentField,
|
|
27868
28085
|
componentAttachmentInput: componentAttachmentInput,
|
|
27869
28086
|
componentAvatar: componentAvatar,
|
|
28087
|
+
componentAvatarPreset: componentAvatarPreset,
|
|
27870
28088
|
componentAvatarStack: componentAvatarStack,
|
|
27871
28089
|
componentBadge: componentBadge,
|
|
27872
28090
|
componentBottomActionBarFigmaOnly: componentBottomActionBarFigmaOnly,
|
|
27873
28091
|
componentBottomNavigationGlobal: componentBottomNavigationGlobal,
|
|
27874
28092
|
componentBottomNavigationKr: componentBottomNavigationKr,
|
|
27875
28093
|
componentBottomSheet: componentBottomSheet,
|
|
28094
|
+
componentButtonGroup: componentButtonGroup,
|
|
27876
28095
|
componentCallout: componentCallout,
|
|
27877
28096
|
componentCheckbox: componentCheckbox,
|
|
28097
|
+
componentCheckboxField: componentCheckboxField,
|
|
27878
28098
|
componentCheckmark: componentCheckmark,
|
|
27879
28099
|
componentChip: componentChip,
|
|
28100
|
+
componentChipGroup: componentChipGroup,
|
|
27880
28101
|
componentChlid: componentChlid,
|
|
27881
28102
|
componentContextualFloatingButton: componentContextualFloatingButton,
|
|
27882
28103
|
componentDeprecatedActionChip: componentDeprecatedActionChip,
|
|
27883
28104
|
componentDeprecatedActionSheet: componentDeprecatedActionSheet,
|
|
28105
|
+
componentDeprecatedChip: componentDeprecatedChip,
|
|
28106
|
+
componentDeprecatedChipGroup: componentDeprecatedChipGroup,
|
|
27884
28107
|
componentDeprecatedCompletion: componentDeprecatedCompletion,
|
|
27885
28108
|
componentDeprecatedControlChip: componentDeprecatedControlChip,
|
|
27886
28109
|
componentDeprecatedErrorState: componentDeprecatedErrorState,
|
|
@@ -27889,8 +28112,10 @@ var FIGMA_COMPONENTS = {
|
|
|
27889
28112
|
componentDeprecatedSelectBoxGroup: componentDeprecatedSelectBoxGroup,
|
|
27890
28113
|
componentDeprecatedTextField: componentDeprecatedTextField,
|
|
27891
28114
|
componentDerpecatedTopNavigation: componentDerpecatedTopNavigation,
|
|
28115
|
+
componentDisclaimer: componentDisclaimer,
|
|
27892
28116
|
componentDivider: componentDivider,
|
|
27893
28117
|
componentEditorToolbarFigmaOnly: componentEditorToolbarFigmaOnly,
|
|
28118
|
+
componentFieldButton: componentFieldButton,
|
|
27894
28119
|
componentFieldFooter: componentFieldFooter,
|
|
27895
28120
|
componentFieldHeader: componentFieldHeader,
|
|
27896
28121
|
componentFloatingActionButton: componentFloatingActionButton,
|
|
@@ -27908,6 +28133,7 @@ var FIGMA_COMPONENTS = {
|
|
|
27908
28133
|
componentMannerTempBadge: componentMannerTempBadge,
|
|
27909
28134
|
componentMenu: componentMenu,
|
|
27910
28135
|
componentMenuSheet: componentMenuSheet,
|
|
28136
|
+
componentMultilineTextField: componentMultilineTextField,
|
|
27911
28137
|
componentOsBottomIndicatorFigmaOnly: componentOsBottomIndicatorFigmaOnly,
|
|
27912
28138
|
componentOsKeyboardFigmaOnly: componentOsKeyboardFigmaOnly,
|
|
27913
28139
|
componentOsPushScreenFigmaOnly: componentOsPushScreenFigmaOnly,
|
|
@@ -27915,6 +28141,7 @@ var FIGMA_COMPONENTS = {
|
|
|
27915
28141
|
componentPageBanner: componentPageBanner,
|
|
27916
28142
|
componentProgressCircle: componentProgressCircle,
|
|
27917
28143
|
componentRadio: componentRadio,
|
|
28144
|
+
componentRadioField: componentRadioField,
|
|
27918
28145
|
componentRadiomark: componentRadiomark,
|
|
27919
28146
|
componentReactionButton: componentReactionButton,
|
|
27920
28147
|
componentResizableChild: componentResizableChild,
|
|
@@ -27925,6 +28152,7 @@ var FIGMA_COMPONENTS = {
|
|
|
27925
28152
|
componentScrollFog: componentScrollFog,
|
|
27926
28153
|
componentSearchBarFigmaOnly: componentSearchBarFigmaOnly,
|
|
27927
28154
|
componentSegmentedControl: componentSegmentedControl,
|
|
28155
|
+
componentSelectBoxField: componentSelectBoxField,
|
|
27928
28156
|
componentSelectBoxGroup: componentSelectBoxGroup,
|
|
27929
28157
|
componentSelectBoxItemHorizontal: componentSelectBoxItemHorizontal,
|
|
27930
28158
|
componentSelectBoxItemVertical: componentSelectBoxItemVertical,
|
|
@@ -27932,22 +28160,28 @@ var FIGMA_COMPONENTS = {
|
|
|
27932
28160
|
componentSideNavigation: componentSideNavigation,
|
|
27933
28161
|
componentSideNavigationPreset: componentSideNavigationPreset,
|
|
27934
28162
|
componentSkeleton: componentSkeleton,
|
|
28163
|
+
componentSkeletonPreset: componentSkeletonPreset,
|
|
27935
28164
|
componentSlider: componentSlider,
|
|
28165
|
+
componentSliderField: componentSliderField,
|
|
27936
28166
|
componentSnackbar: componentSnackbar,
|
|
27937
28167
|
componentSuperscriptChild: componentSuperscriptChild,
|
|
27938
28168
|
componentSwitch: componentSwitch,
|
|
27939
28169
|
componentSwitchmark: componentSwitchmark,
|
|
27940
28170
|
componentTabs: componentTabs,
|
|
27941
28171
|
componentTagGroup: componentTagGroup,
|
|
28172
|
+
componentTextField: componentTextField,
|
|
27942
28173
|
componentTextInput: componentTextInput,
|
|
27943
28174
|
componentTextarea: componentTextarea,
|
|
27944
28175
|
componentToggleButton: componentToggleButton,
|
|
27945
28176
|
componentTopNavigation: componentTopNavigation,
|
|
28177
|
+
componentTopNavigationPreset: componentTopNavigationPreset,
|
|
27946
28178
|
componentUnderlineTextInput: componentUnderlineTextInput,
|
|
27947
28179
|
componentUserSelectionFigmaOnly: componentUserSelectionFigmaOnly,
|
|
27948
28180
|
privateComponentAlertDialogActions: privateComponentAlertDialogActions,
|
|
27949
28181
|
privateComponentBottomSheetCloseButton: privateComponentBottomSheetCloseButton,
|
|
27950
28182
|
privateComponentBottomSheetHandle: privateComponentBottomSheetHandle,
|
|
28183
|
+
privateComponentChipGroup: privateComponentChipGroup,
|
|
28184
|
+
privateComponentChipGroupField: privateComponentChipGroupField,
|
|
27951
28185
|
privateComponentContentPlaceholder: privateComponentContentPlaceholder,
|
|
27952
28186
|
privateComponentFieldFooterCharacterCount: privateComponentFieldFooterCharacterCount,
|
|
27953
28187
|
privateComponentFieldHeaderIndicator: privateComponentFieldHeaderIndicator,
|
|
@@ -27970,8 +28204,11 @@ var FIGMA_COMPONENTS = {
|
|
|
27970
28204
|
privateComponentMenuSheetCloseButton: privateComponentMenuSheetCloseButton,
|
|
27971
28205
|
privateComponentMenuSheetMenuGroup: privateComponentMenuSheetMenuGroup,
|
|
27972
28206
|
privateComponentMenuSheetMenuItem: privateComponentMenuSheetMenuItem,
|
|
28207
|
+
privateComponentPhoneNumberField: privateComponentPhoneNumberField,
|
|
28208
|
+
privateComponentPinField: privateComponentPinField,
|
|
27973
28209
|
privateComponentRootTopNavigationActionList: privateComponentRootTopNavigationActionList,
|
|
27974
28210
|
privateComponentRootTopNavigationIconButton: privateComponentRootTopNavigationIconButton,
|
|
28211
|
+
privateComponentRootTopNavigationPreset: privateComponentRootTopNavigationPreset,
|
|
27975
28212
|
privateComponentSegmentedControlItem: privateComponentSegmentedControlItem,
|
|
27976
28213
|
privateComponentSelectBoxItemCheckmark: privateComponentSelectBoxItemCheckmark,
|
|
27977
28214
|
privateComponentSidebarMenuItem: privateComponentSidebarMenuItem,
|
|
@@ -28005,32 +28242,12 @@ var FIGMA_COMPONENTS = {
|
|
|
28005
28242
|
privateComponentUnderlineTextInputInputReadOnly: privateComponentUnderlineTextInputInputReadOnly,
|
|
28006
28243
|
privateComponentUnderlineTextInputPrefix: privateComponentUnderlineTextInputPrefix,
|
|
28007
28244
|
privateComponentUnderlineTextInputSuffix: privateComponentUnderlineTextInputSuffix,
|
|
28008
|
-
privateTemplateChipGroup: privateTemplateChipGroup,
|
|
28009
|
-
privateTemplateChipGroupField: privateTemplateChipGroupField,
|
|
28010
|
-
privateTemplatePhoneNumberField: privateTemplatePhoneNumberField,
|
|
28011
|
-
privateTemplatePinField: privateTemplatePinField,
|
|
28012
|
-
privateTemplateRootTopNavigationPreset: privateTemplateRootTopNavigationPreset,
|
|
28013
28245
|
privateTemplateShareSheetMenuGroup: privateTemplateShareSheetMenuGroup,
|
|
28014
28246
|
privateTemplateShareSheetMenuItem: privateTemplateShareSheetMenuItem,
|
|
28015
|
-
templateAttachmentField: templateAttachmentField,
|
|
28016
|
-
templateAvatarPreset: templateAvatarPreset,
|
|
28017
|
-
templateButtonGroup: templateButtonGroup,
|
|
28018
28247
|
templateChatScreenPreset: templateChatScreenPreset,
|
|
28019
|
-
templateCheckboxField: templateCheckboxField,
|
|
28020
|
-
templateChipGroup: templateChipGroup,
|
|
28021
|
-
templateDeprecatedChipGroup: templateDeprecatedChipGroup,
|
|
28022
|
-
templateDisclaimer: templateDisclaimer,
|
|
28023
28248
|
templateEmbedViewType: templateEmbedViewType,
|
|
28024
|
-
templateFieldButton: templateFieldButton,
|
|
28025
|
-
templateRadioField: templateRadioField,
|
|
28026
28249
|
templateResultPage: templateResultPage,
|
|
28027
|
-
|
|
28028
|
-
templateShareSheet: templateShareSheet,
|
|
28029
|
-
templateSkeletonPreset: templateSkeletonPreset,
|
|
28030
|
-
templateSliderField: templateSliderField,
|
|
28031
|
-
templateTextField: templateTextField,
|
|
28032
|
-
templateTextareaField: templateTextareaField,
|
|
28033
|
-
templateTopNavigationPreset: templateTopNavigationPreset
|
|
28250
|
+
templateShareSheet: templateShareSheet
|
|
28034
28251
|
};
|
|
28035
28252
|
|
|
28036
28253
|
function createIconService({ iconRepository }) {
|