@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.
Files changed (28) hide show
  1. package/lib/codegen/index.cjs +1297 -394
  2. package/lib/codegen/index.js +1297 -394
  3. package/lib/codegen/targets/react/index.cjs +1462 -511
  4. package/lib/codegen/targets/react/index.js +1462 -511
  5. package/lib/index.cjs +1415 -446
  6. package/lib/index.js +1415 -446
  7. package/package.json +4 -4
  8. package/src/codegen/component-properties.ts +9 -9
  9. package/src/codegen/targets/react/component/handlers/app-bar.ts +1 -1
  10. package/src/codegen/targets/react/component/handlers/checkbox.ts +1 -1
  11. package/src/codegen/targets/react/component/handlers/field-button.ts +5 -5
  12. package/src/codegen/targets/react/component/handlers/index.ts +1 -1
  13. package/src/codegen/targets/react/component/handlers/legacy-chip.ts +96 -0
  14. package/src/codegen/targets/react/component/handlers/list-item.ts +3 -3
  15. package/src/codegen/targets/react/component/handlers/radio-group.ts +1 -1
  16. package/src/codegen/targets/react/component/handlers/select-box.ts +1 -1
  17. package/src/codegen/targets/react/component/handlers/slider.ts +1 -1
  18. package/src/codegen/targets/react/component/handlers/tabs.ts +11 -5
  19. package/src/codegen/targets/react/component/handlers/text-field.ts +2 -2
  20. package/src/entities/data/__generated__/component-sets/index.d.ts +503 -264
  21. package/src/entities/data/__generated__/component-sets/index.mjs +503 -264
  22. package/src/entities/data/__generated__/components/index.d.ts +258 -96
  23. package/src/entities/data/__generated__/components/index.mjs +258 -96
  24. package/src/entities/data/__generated__/icons/index.mjs +66 -0
  25. package/src/entities/data/__generated__/styles/index.mjs +252 -0
  26. package/src/entities/data/__generated__/variable-collections/index.mjs +25 -5
  27. package/src/entities/data/__generated__/variables/index.mjs +461 -69
  28. 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$1 = {
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$1 = {
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$1 = {
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$1 = {
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$1 = {
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$1 = {
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$1,
14603
- templateChipGroup: templateChipGroup$1,
14668
+ templateButtonGroup: templateButtonGroup,
14669
+ templateChipGroup: templateChipGroup,
14604
14670
  templateCustomPickerField: templateCustomPickerField,
14605
- templateDisclaimer: templateDisclaimer$1,
14671
+ templateDisclaimer: templateDisclaimer,
14606
14672
  templateResultPage: templateResultPage$1,
14607
- templateSliderField: templateSliderField$1,
14608
- templateTextField: templateTextField$1,
14609
- templateTextareaField: templateTextareaField$1,
14673
+ templateSliderField: templateSliderField,
14674
+ templateTextField: templateTextField,
14675
+ templateTextareaField: templateTextareaField,
14610
14676
  templateTopNavigation: templateTopNavigation,
14611
14677
  toggleButton: toggleButton,
14612
14678
  topNavigation: topNavigation
@@ -14718,6 +14784,20 @@ const FIGMA_STYLES = [
14718
14784
  "description": "26",
14719
14785
  "remote": false
14720
14786
  },
14787
+ {
14788
+ "styleType": "TEXT",
14789
+ "key": "f1b075bf372e390817956ac334349f42ec368ccd",
14790
+ "name": "scale/t10-medium",
14791
+ "description": "26",
14792
+ "remote": false
14793
+ },
14794
+ {
14795
+ "styleType": "TEXT",
14796
+ "key": "58575457da24cac686bda44738f925bf7fb1000f",
14797
+ "name": "scale/t10-regular",
14798
+ "description": "26",
14799
+ "remote": false
14800
+ },
14721
14801
  {
14722
14802
  "styleType": "TEXT",
14723
14803
  "key": "08861e25c3f74a29c2ae4ce007fe50b63e302392",
@@ -14725,6 +14805,188 @@ const FIGMA_STYLES = [
14725
14805
  "description": "26",
14726
14806
  "remote": false
14727
14807
  },
14808
+ {
14809
+ "styleType": "TEXT",
14810
+ "key": "7b382c6819df53c004f4bb6464cc1159437d28f4",
14811
+ "name": "scale/t10-static-medium",
14812
+ "description": "26",
14813
+ "remote": false
14814
+ },
14815
+ {
14816
+ "styleType": "TEXT",
14817
+ "key": "7ac0425bf2720501638e207801bdc83188776606",
14818
+ "name": "scale/t10-static-regular",
14819
+ "description": "26",
14820
+ "remote": false
14821
+ },
14822
+ {
14823
+ "styleType": "TEXT",
14824
+ "key": "c4098caa6dadf9d0313a5cd3bf1954aa428806bc",
14825
+ "name": "scale/t11-bold",
14826
+ "description": "28",
14827
+ "remote": false
14828
+ },
14829
+ {
14830
+ "styleType": "TEXT",
14831
+ "key": "7f9079e1462525cba38c2bf1eef30868a3604c1f",
14832
+ "name": "scale/t11-medium",
14833
+ "description": "28",
14834
+ "remote": false
14835
+ },
14836
+ {
14837
+ "styleType": "TEXT",
14838
+ "key": "ea8f44eb90bc314a4afffcb2cd01df65e62e71ac",
14839
+ "name": "scale/t11-regular",
14840
+ "description": "28",
14841
+ "remote": false
14842
+ },
14843
+ {
14844
+ "styleType": "TEXT",
14845
+ "key": "3fe2b88e352b6983ca3f1ba3564116c9df17d1f4",
14846
+ "name": "scale/t11-static-bold",
14847
+ "description": "28",
14848
+ "remote": false
14849
+ },
14850
+ {
14851
+ "styleType": "TEXT",
14852
+ "key": "d75f42739e281be648feeba353a88a2beb6cd6b3",
14853
+ "name": "scale/t11-static-medium",
14854
+ "description": "28",
14855
+ "remote": false
14856
+ },
14857
+ {
14858
+ "styleType": "TEXT",
14859
+ "key": "2ec7180151eb92cf7dda82e2e9d44e17db597aa7",
14860
+ "name": "scale/t11-static-regular",
14861
+ "description": "28",
14862
+ "remote": false
14863
+ },
14864
+ {
14865
+ "styleType": "TEXT",
14866
+ "key": "8848230f95a4b768c3fb4586d6cf00c4b7871597",
14867
+ "name": "scale/t12-bold",
14868
+ "description": "32",
14869
+ "remote": false
14870
+ },
14871
+ {
14872
+ "styleType": "TEXT",
14873
+ "key": "d03833cfa1fc42209eaaf75ac4ac7563c3ce05db",
14874
+ "name": "scale/t12-medium",
14875
+ "description": "32",
14876
+ "remote": false
14877
+ },
14878
+ {
14879
+ "styleType": "TEXT",
14880
+ "key": "f520df58299347b765369130e1cc35c4d5777ee5",
14881
+ "name": "scale/t12-regular",
14882
+ "description": "32",
14883
+ "remote": false
14884
+ },
14885
+ {
14886
+ "styleType": "TEXT",
14887
+ "key": "078207b0210a5e730107f7e9434ccf73fe4aa037",
14888
+ "name": "scale/t12-static-bold",
14889
+ "description": "32",
14890
+ "remote": false
14891
+ },
14892
+ {
14893
+ "styleType": "TEXT",
14894
+ "key": "0bbb0b5109594a030af1b31fa4a2fec97c888898",
14895
+ "name": "scale/t12-static-medium",
14896
+ "description": "32",
14897
+ "remote": false
14898
+ },
14899
+ {
14900
+ "styleType": "TEXT",
14901
+ "key": "7b5c555d3b6b442c7c2560d40687ad511fccd2bf",
14902
+ "name": "scale/t12-static-regular",
14903
+ "description": "32",
14904
+ "remote": false
14905
+ },
14906
+ {
14907
+ "styleType": "TEXT",
14908
+ "key": "f8246d0f7aac99e4bedf442e7705eb8c6fbd287f",
14909
+ "name": "scale/t13-large",
14910
+ "description": "40",
14911
+ "remote": false
14912
+ },
14913
+ {
14914
+ "styleType": "TEXT",
14915
+ "key": "aa030de3cc69647ac9261dde645751902cb034fa",
14916
+ "name": "scale/t13-medium",
14917
+ "description": "40",
14918
+ "remote": false
14919
+ },
14920
+ {
14921
+ "styleType": "TEXT",
14922
+ "key": "5f319de1ecd415b8046b8104dee700d68276f591",
14923
+ "name": "scale/t13-regular",
14924
+ "description": "40",
14925
+ "remote": false
14926
+ },
14927
+ {
14928
+ "styleType": "TEXT",
14929
+ "key": "c431b4007e9dc95ca040323d7bfbfc93506dcb1b",
14930
+ "name": "scale/t13-static-bold",
14931
+ "description": "40",
14932
+ "remote": false
14933
+ },
14934
+ {
14935
+ "styleType": "TEXT",
14936
+ "key": "f27b6a9f531a34f06cc33c6f051f178b78d7b42a",
14937
+ "name": "scale/t13-static-medium",
14938
+ "description": "40",
14939
+ "remote": false
14940
+ },
14941
+ {
14942
+ "styleType": "TEXT",
14943
+ "key": "25aafb51bb53e8ad6a4fd3888c4cd0fe22fe1484",
14944
+ "name": "scale/t13-static-regular",
14945
+ "description": "40",
14946
+ "remote": false
14947
+ },
14948
+ {
14949
+ "styleType": "TEXT",
14950
+ "key": "cb4871a19bfe5793fb62e8cb2af414077dbb554f",
14951
+ "name": "scale/t14-bold",
14952
+ "description": "48",
14953
+ "remote": false
14954
+ },
14955
+ {
14956
+ "styleType": "TEXT",
14957
+ "key": "7a65a36ff5664459014003876f7e008f7f9a29ac",
14958
+ "name": "scale/t14-medium",
14959
+ "description": "48",
14960
+ "remote": false
14961
+ },
14962
+ {
14963
+ "styleType": "TEXT",
14964
+ "key": "319ce219a9a7d266cdc86525f6a9d15d33d3fbc5",
14965
+ "name": "scale/t14-regular",
14966
+ "description": "48",
14967
+ "remote": false
14968
+ },
14969
+ {
14970
+ "styleType": "TEXT",
14971
+ "key": "a901e969dec12e78cc4e12e2dedd49490d3f9b6c",
14972
+ "name": "scale/t14-static-bold",
14973
+ "description": "48",
14974
+ "remote": false
14975
+ },
14976
+ {
14977
+ "styleType": "TEXT",
14978
+ "key": "a8b4a10427f553ab3675471396389a0aab9cba74",
14979
+ "name": "scale/t14-static-medium",
14980
+ "description": "48",
14981
+ "remote": false
14982
+ },
14983
+ {
14984
+ "styleType": "TEXT",
14985
+ "key": "cdcbb93f6e2c0785bd3bb0e9f7ecad7568c1be5e",
14986
+ "name": "scale/t14-static-regular",
14987
+ "description": "48",
14988
+ "remote": false
14989
+ },
14728
14990
  {
14729
14991
  "styleType": "TEXT",
14730
14992
  "key": "8378bd59b14f5682dcaf20110efde4b7a1fb18e3",
@@ -14984,6 +15246,20 @@ const FIGMA_STYLES = [
14984
15246
  "description": "22",
14985
15247
  "remote": false
14986
15248
  },
15249
+ {
15250
+ "styleType": "TEXT",
15251
+ "key": "6e0e3a4652ac72a7bdf4f6ca5e3b3e88e6e91a1f",
15252
+ "name": "scale/t8-medium",
15253
+ "description": "22",
15254
+ "remote": false
15255
+ },
15256
+ {
15257
+ "styleType": "TEXT",
15258
+ "key": "ba43d7fc601a61769f623e1ec54a569fcf80d0d2",
15259
+ "name": "scale/t8-regular",
15260
+ "description": "22",
15261
+ "remote": false
15262
+ },
14987
15263
  {
14988
15264
  "styleType": "TEXT",
14989
15265
  "key": "37821f18bc4416d7a81fa429d89240317a8f17e6",
@@ -14991,6 +15267,20 @@ const FIGMA_STYLES = [
14991
15267
  "description": "22",
14992
15268
  "remote": false
14993
15269
  },
15270
+ {
15271
+ "styleType": "TEXT",
15272
+ "key": "759499dc9fc172011297eee2b8b96c3b369708c9",
15273
+ "name": "scale/t8-static-medium",
15274
+ "description": "22",
15275
+ "remote": false
15276
+ },
15277
+ {
15278
+ "styleType": "TEXT",
15279
+ "key": "2643414348304d2a7f712f321a7ee07c3f20cff6",
15280
+ "name": "scale/t8-static-regular",
15281
+ "description": "22",
15282
+ "remote": false
15283
+ },
14994
15284
  {
14995
15285
  "styleType": "TEXT",
14996
15286
  "key": "b146e1317c67db787834f1890493225bdbba4e48",
@@ -14998,6 +15288,20 @@ const FIGMA_STYLES = [
14998
15288
  "description": "24",
14999
15289
  "remote": false
15000
15290
  },
15291
+ {
15292
+ "styleType": "TEXT",
15293
+ "key": "2c069c359d4d880a09a0ff025ae70e56e5e6cfda",
15294
+ "name": "scale/t9-medium",
15295
+ "description": "24",
15296
+ "remote": false
15297
+ },
15298
+ {
15299
+ "styleType": "TEXT",
15300
+ "key": "9e695936bfe469d21c072346744f0ce73c808336",
15301
+ "name": "scale/t9-regular",
15302
+ "description": "24",
15303
+ "remote": false
15304
+ },
15001
15305
  {
15002
15306
  "styleType": "TEXT",
15003
15307
  "key": "c06e147e98440109199e2e3fa2a63390d19afb0c",
@@ -15005,6 +15309,20 @@ const FIGMA_STYLES = [
15005
15309
  "description": "24",
15006
15310
  "remote": false
15007
15311
  },
15312
+ {
15313
+ "styleType": "TEXT",
15314
+ "key": "6e6b4cd794df40335e9f3f6ec3ba519e71e5db5d",
15315
+ "name": "scale/t9-static-medium",
15316
+ "description": "24",
15317
+ "remote": false
15318
+ },
15319
+ {
15320
+ "styleType": "TEXT",
15321
+ "key": "25fd249f85598595696ee12df23f3c0209287199",
15322
+ "name": "scale/t9-static-regular",
15323
+ "description": "24",
15324
+ "remote": false
15325
+ },
15008
15326
  {
15009
15327
  "styleType": "TEXT",
15010
15328
  "key": "85422ef9f0230f821f1a9e6d2f8f86b3ba87f20d",
@@ -15418,20 +15736,24 @@ const FIGMA_VARIABLE_COLLECTIONS = {
15418
15736
  "name": "iOS"
15419
15737
  },
15420
15738
  {
15421
- "modeId": "1:6",
15422
- "name": "iOS-xxxlarge"
15739
+ "modeId": "1:7",
15740
+ "name": "iOS (80%)"
15423
15741
  },
15424
15742
  {
15425
- "modeId": "1:7",
15426
- "name": "iOS-xsmall"
15743
+ "modeId": "1:6",
15744
+ "name": "iOS (135%)"
15427
15745
  },
15428
15746
  {
15429
15747
  "modeId": "1:8",
15430
15748
  "name": "Android"
15431
15749
  },
15750
+ {
15751
+ "modeId": "62468:0",
15752
+ "name": "Android (80%)"
15753
+ },
15432
15754
  {
15433
15755
  "modeId": "51907:0",
15434
- "name": "Android-xlarge"
15756
+ "name": "Android (150%)"
15435
15757
  }
15436
15758
  ],
15437
15759
  "key": "75a9a164e0f9d49ba07e82176cbc7240569928a5",
@@ -15497,6 +15819,22 @@ const FIGMA_VARIABLE_COLLECTIONS = {
15497
15819
  "VariableID:58766:15457",
15498
15820
  "VariableID:58766:15458",
15499
15821
  "VariableID:58766:15459",
15822
+ "VariableID:62466:5",
15823
+ "VariableID:62472:10",
15824
+ "VariableID:62472:11",
15825
+ "VariableID:62472:12",
15826
+ "VariableID:62472:6",
15827
+ "VariableID:62472:7",
15828
+ "VariableID:62472:8",
15829
+ "VariableID:62472:9",
15830
+ "VariableID:62476:13",
15831
+ "VariableID:62476:14",
15832
+ "VariableID:62476:15",
15833
+ "VariableID:62476:16",
15834
+ "VariableID:62476:17",
15835
+ "VariableID:62476:18",
15836
+ "VariableID:62476:19",
15837
+ "VariableID:62476:20",
15500
15838
  "VariableID:796:4448"
15501
15839
  ]
15502
15840
  },
@@ -16228,7 +16566,9 @@ const FIGMA_VARIABLES = {
16228
16566
  },
16229
16567
  "scopes": [
16230
16568
  "FRAME_FILL",
16231
- "SHAPE_FILL"
16569
+ "SHAPE_FILL",
16570
+ "STROKE_COLOR",
16571
+ "EFFECT_COLOR"
16232
16572
  ],
16233
16573
  "codeSyntax": {}
16234
16574
  },
@@ -16280,7 +16620,9 @@ const FIGMA_VARIABLES = {
16280
16620
  },
16281
16621
  "scopes": [
16282
16622
  "FRAME_FILL",
16283
- "SHAPE_FILL"
16623
+ "SHAPE_FILL",
16624
+ "STROKE_COLOR",
16625
+ "EFFECT_COLOR"
16284
16626
  ],
16285
16627
  "codeSyntax": {}
16286
16628
  },
@@ -16331,7 +16673,9 @@ const FIGMA_VARIABLES = {
16331
16673
  },
16332
16674
  "scopes": [
16333
16675
  "FRAME_FILL",
16334
- "SHAPE_FILL"
16676
+ "SHAPE_FILL",
16677
+ "STROKE_COLOR",
16678
+ "EFFECT_COLOR"
16335
16679
  ],
16336
16680
  "codeSyntax": {}
16337
16681
  },
@@ -16356,7 +16700,9 @@ const FIGMA_VARIABLES = {
16356
16700
  },
16357
16701
  "scopes": [
16358
16702
  "FRAME_FILL",
16359
- "SHAPE_FILL"
16703
+ "SHAPE_FILL",
16704
+ "STROKE_COLOR",
16705
+ "EFFECT_COLOR"
16360
16706
  ],
16361
16707
  "codeSyntax": {}
16362
16708
  },
@@ -16971,7 +17317,8 @@ const FIGMA_VARIABLES = {
16971
17317
  "1:6": 358,
16972
17318
  "1:7": 358,
16973
17319
  "1:8": 358,
16974
- "51907:0": 358
17320
+ "51907:0": 358,
17321
+ "62468:0": 358
16975
17322
  },
16976
17323
  "scopes": [
16977
17324
  "WIDTH_HEIGHT"
@@ -16992,7 +17339,8 @@ const FIGMA_VARIABLES = {
16992
17339
  "1:6": 173,
16993
17340
  "1:7": 173,
16994
17341
  "1:8": 173,
16995
- "51907:0": 173
17342
+ "51907:0": 173,
17343
+ "62468:0": 173
16996
17344
  },
16997
17345
  "scopes": [
16998
17346
  "WIDTH_HEIGHT"
@@ -17013,7 +17361,8 @@ const FIGMA_VARIABLES = {
17013
17361
  "1:6": 111.33000183105469,
17014
17362
  "1:7": 111.33000183105469,
17015
17363
  "1:8": 111.33000183105469,
17016
- "51907:0": 111.33000183105469
17364
+ "51907:0": 111.33000183105469,
17365
+ "62468:0": 111.33000183105469
17017
17366
  },
17018
17367
  "scopes": [
17019
17368
  "WIDTH_HEIGHT"
@@ -17971,7 +18320,8 @@ const FIGMA_VARIABLES = {
17971
18320
  "1:6": "Figma Only iOS",
17972
18321
  "1:7": "Figma Only iOS",
17973
18322
  "1:8": "Roboto",
17974
- "51907:0": "Roboto"
18323
+ "51907:0": "Roboto",
18324
+ "62468:0": "Roboto"
17975
18325
  },
17976
18326
  "scopes": [
17977
18327
  "FONT_FAMILY"
@@ -17992,7 +18342,8 @@ const FIGMA_VARIABLES = {
17992
18342
  "1:6": "Figma Only iOS Text",
17993
18343
  "1:7": "Figma Only iOS Text",
17994
18344
  "1:8": "Roboto",
17995
- "51907:0": "Roboto"
18345
+ "51907:0": "Roboto",
18346
+ "62468:0": "Roboto"
17996
18347
  },
17997
18348
  "scopes": [
17998
18349
  "FONT_FAMILY"
@@ -18010,10 +18361,11 @@ const FIGMA_VARIABLES = {
18010
18361
  "hiddenFromPublishing": false,
18011
18362
  "valuesByMode": {
18012
18363
  "1:5": 11,
18013
- "1:6": 17,
18014
- "1:7": 8,
18364
+ "1:6": 15,
18365
+ "1:7": 10,
18015
18366
  "1:8": 11,
18016
- "51907:0": 16.5
18367
+ "51907:0": 16.5,
18368
+ "62468:0": 10
18017
18369
  },
18018
18370
  "scopes": [
18019
18371
  "FONT_SIZE"
@@ -18031,10 +18383,11 @@ const FIGMA_VARIABLES = {
18031
18383
  "hiddenFromPublishing": false,
18032
18384
  "valuesByMode": {
18033
18385
  "1:5": 26,
18034
- "1:6": 32,
18035
- "1:7": 23,
18386
+ "1:6": 34,
18387
+ "1:7": 22,
18036
18388
  "1:8": 26,
18037
- "51907:0": 39
18389
+ "51907:0": 28.700000762939453,
18390
+ "62468:0": 22
18038
18391
  },
18039
18392
  "scopes": [
18040
18393
  "FONT_SIZE"
@@ -18055,7 +18408,184 @@ const FIGMA_VARIABLES = {
18055
18408
  "1:6": 26,
18056
18409
  "1:7": 26,
18057
18410
  "1:8": 26,
18058
- "51907:0": 26
18411
+ "51907:0": 26,
18412
+ "62468:0": 26
18413
+ },
18414
+ "scopes": [
18415
+ "FONT_SIZE"
18416
+ ],
18417
+ "codeSyntax": {}
18418
+ },
18419
+ "VariableID:62466:5": {
18420
+ "name": "font-size/t11",
18421
+ "id": "VariableID:62466:5",
18422
+ "remote": false,
18423
+ "key": "3563ead0527fe20304f480fdf272d3cbaeef6e5b",
18424
+ "variableCollectionId": "VariableCollectionId:1:197",
18425
+ "resolvedType": "FLOAT",
18426
+ "description": "",
18427
+ "hiddenFromPublishing": false,
18428
+ "valuesByMode": {
18429
+ "1:5": 28,
18430
+ "1:6": 37,
18431
+ "1:7": 24,
18432
+ "1:8": 28,
18433
+ "51907:0": 29.299999237060547,
18434
+ "62468:0": 24
18435
+ },
18436
+ "scopes": [
18437
+ "FONT_SIZE"
18438
+ ],
18439
+ "codeSyntax": {}
18440
+ },
18441
+ "VariableID:62476:13": {
18442
+ "name": "font-size/t11-static",
18443
+ "id": "VariableID:62476:13",
18444
+ "remote": false,
18445
+ "key": "7cc056f6a2fac299e9ceacafcfb254fdb944f253",
18446
+ "variableCollectionId": "VariableCollectionId:1:197",
18447
+ "resolvedType": "FLOAT",
18448
+ "description": "데스크탑 화면에서 사용을 권장합니다.",
18449
+ "hiddenFromPublishing": false,
18450
+ "valuesByMode": {
18451
+ "1:5": 28,
18452
+ "1:6": 28,
18453
+ "1:7": 28,
18454
+ "1:8": 28,
18455
+ "51907:0": 28,
18456
+ "62468:0": 28
18457
+ },
18458
+ "scopes": [
18459
+ "FONT_SIZE"
18460
+ ],
18461
+ "codeSyntax": {}
18462
+ },
18463
+ "VariableID:62472:6": {
18464
+ "name": "font-size/t12",
18465
+ "id": "VariableID:62472:6",
18466
+ "remote": false,
18467
+ "key": "aca82384301101930a35313139af734732889256",
18468
+ "variableCollectionId": "VariableCollectionId:1:197",
18469
+ "resolvedType": "FLOAT",
18470
+ "description": "",
18471
+ "hiddenFromPublishing": false,
18472
+ "valuesByMode": {
18473
+ "1:5": 32,
18474
+ "1:6": 42,
18475
+ "1:7": 28,
18476
+ "1:8": 32,
18477
+ "51907:0": 32,
18478
+ "62468:0": 28
18479
+ },
18480
+ "scopes": [
18481
+ "FONT_SIZE"
18482
+ ],
18483
+ "codeSyntax": {}
18484
+ },
18485
+ "VariableID:62476:14": {
18486
+ "name": "font-size/t12-static",
18487
+ "id": "VariableID:62476:14",
18488
+ "remote": false,
18489
+ "key": "9f630e581a9e3088abfb03affa31df636abf4775",
18490
+ "variableCollectionId": "VariableCollectionId:1:197",
18491
+ "resolvedType": "FLOAT",
18492
+ "description": "",
18493
+ "hiddenFromPublishing": false,
18494
+ "valuesByMode": {
18495
+ "1:5": 32,
18496
+ "1:6": 32,
18497
+ "1:7": 32,
18498
+ "1:8": 32,
18499
+ "51907:0": 32,
18500
+ "62468:0": 32
18501
+ },
18502
+ "scopes": [
18503
+ "FONT_SIZE"
18504
+ ],
18505
+ "codeSyntax": {}
18506
+ },
18507
+ "VariableID:62472:7": {
18508
+ "name": "font-size/t13",
18509
+ "id": "VariableID:62472:7",
18510
+ "remote": false,
18511
+ "key": "59e47f16abe04be510a235a69014b408e154ff3a",
18512
+ "variableCollectionId": "VariableCollectionId:1:197",
18513
+ "resolvedType": "FLOAT",
18514
+ "description": "데스크탑 화면에서 사용을 권장합니다.",
18515
+ "hiddenFromPublishing": false,
18516
+ "valuesByMode": {
18517
+ "1:5": 40,
18518
+ "1:6": 53,
18519
+ "1:7": 35,
18520
+ "1:8": 40,
18521
+ "51907:0": 40,
18522
+ "62468:0": 35
18523
+ },
18524
+ "scopes": [
18525
+ "FONT_SIZE"
18526
+ ],
18527
+ "codeSyntax": {}
18528
+ },
18529
+ "VariableID:62476:15": {
18530
+ "name": "font-size/t13-static",
18531
+ "id": "VariableID:62476:15",
18532
+ "remote": false,
18533
+ "key": "b96e169bb2bee076af0a08323544e561f49c04e1",
18534
+ "variableCollectionId": "VariableCollectionId:1:197",
18535
+ "resolvedType": "FLOAT",
18536
+ "description": "데스크탑 화면에서 사용을 권장합니다.",
18537
+ "hiddenFromPublishing": false,
18538
+ "valuesByMode": {
18539
+ "1:5": 40,
18540
+ "1:6": 40,
18541
+ "1:7": 40,
18542
+ "1:8": 40,
18543
+ "51907:0": 40,
18544
+ "62468:0": 40
18545
+ },
18546
+ "scopes": [
18547
+ "FONT_SIZE"
18548
+ ],
18549
+ "codeSyntax": {}
18550
+ },
18551
+ "VariableID:62472:8": {
18552
+ "name": "font-size/t14",
18553
+ "id": "VariableID:62472:8",
18554
+ "remote": false,
18555
+ "key": "b5f8c29e5c6634fdb76775de9b17f3f8dd133d7b",
18556
+ "variableCollectionId": "VariableCollectionId:1:197",
18557
+ "resolvedType": "FLOAT",
18558
+ "description": "데스크탑 화면에서 사용을 권장합니다.",
18559
+ "hiddenFromPublishing": false,
18560
+ "valuesByMode": {
18561
+ "1:5": 48,
18562
+ "1:6": 63,
18563
+ "1:7": 41,
18564
+ "1:8": 48,
18565
+ "51907:0": 48,
18566
+ "62468:0": 41
18567
+ },
18568
+ "scopes": [
18569
+ "FONT_SIZE"
18570
+ ],
18571
+ "codeSyntax": {}
18572
+ },
18573
+ "VariableID:62476:16": {
18574
+ "name": "font-size/t14-static",
18575
+ "id": "VariableID:62476:16",
18576
+ "remote": false,
18577
+ "key": "6cc1ef8cf0a807be4a7765a5387a1d1efa1cb732",
18578
+ "variableCollectionId": "VariableCollectionId:1:197",
18579
+ "resolvedType": "FLOAT",
18580
+ "description": "데스크탑 화면에서 사용을 권장합니다.",
18581
+ "hiddenFromPublishing": false,
18582
+ "valuesByMode": {
18583
+ "1:5": 48,
18584
+ "1:6": 48,
18585
+ "1:7": 48,
18586
+ "1:8": 48,
18587
+ "51907:0": 48,
18588
+ "62468:0": 48
18059
18589
  },
18060
18590
  "scopes": [
18061
18591
  "FONT_SIZE"
@@ -18073,10 +18603,11 @@ const FIGMA_VARIABLES = {
18073
18603
  "hiddenFromPublishing": false,
18074
18604
  "valuesByMode": {
18075
18605
  "1:5": 12,
18076
- "1:6": 18,
18077
- "1:7": 9,
18606
+ "1:6": 16,
18607
+ "1:7": 10,
18078
18608
  "1:8": 12,
18079
- "51907:0": 18
18609
+ "51907:0": 18,
18610
+ "62468:0": 10
18080
18611
  },
18081
18612
  "scopes": [
18082
18613
  "FONT_SIZE"
@@ -18094,10 +18625,11 @@ const FIGMA_VARIABLES = {
18094
18625
  "hiddenFromPublishing": false,
18095
18626
  "valuesByMode": {
18096
18627
  "1:5": 13,
18097
- "1:6": 19,
18098
- "1:7": 10,
18628
+ "1:6": 17,
18629
+ "1:7": 11,
18099
18630
  "1:8": 13,
18100
- "51907:0": 19.5
18631
+ "51907:0": 20,
18632
+ "62468:0": 11
18101
18633
  },
18102
18634
  "scopes": [
18103
18635
  "FONT_SIZE"
@@ -18115,10 +18647,11 @@ const FIGMA_VARIABLES = {
18115
18647
  "hiddenFromPublishing": false,
18116
18648
  "valuesByMode": {
18117
18649
  "1:5": 14,
18118
- "1:6": 20,
18119
- "1:7": 11,
18650
+ "1:6": 18,
18651
+ "1:7": 12,
18120
18652
  "1:8": 14,
18121
- "51907:0": 21
18653
+ "51907:0": 22,
18654
+ "62468:0": 12
18122
18655
  },
18123
18656
  "scopes": [
18124
18657
  "FONT_SIZE"
@@ -18136,10 +18669,11 @@ const FIGMA_VARIABLES = {
18136
18669
  "hiddenFromPublishing": false,
18137
18670
  "valuesByMode": {
18138
18671
  "1:5": 16,
18139
- "1:6": 22,
18140
- "1:7": 13,
18672
+ "1:6": 21,
18673
+ "1:7": 14,
18141
18674
  "1:8": 16,
18142
- "51907:0": 24
18675
+ "51907:0": 23,
18676
+ "62468:0": 14
18143
18677
  },
18144
18678
  "scopes": [
18145
18679
  "FONT_SIZE"
@@ -18158,9 +18692,10 @@ const FIGMA_VARIABLES = {
18158
18692
  "valuesByMode": {
18159
18693
  "1:5": 18,
18160
18694
  "1:6": 24,
18161
- "1:7": 15,
18695
+ "1:7": 16,
18162
18696
  "1:8": 18,
18163
- "51907:0": 27
18697
+ "51907:0": 24,
18698
+ "62468:0": 16
18164
18699
  },
18165
18700
  "scopes": [
18166
18701
  "FONT_SIZE"
@@ -18181,7 +18716,8 @@ const FIGMA_VARIABLES = {
18181
18716
  "1:6": 26,
18182
18717
  "1:7": 17,
18183
18718
  "1:8": 20,
18184
- "51907:0": 30
18719
+ "51907:0": 26,
18720
+ "62468:0": 17
18185
18721
  },
18186
18722
  "scopes": [
18187
18723
  "FONT_SIZE"
@@ -18199,10 +18735,11 @@ const FIGMA_VARIABLES = {
18199
18735
  "hiddenFromPublishing": false,
18200
18736
  "valuesByMode": {
18201
18737
  "1:5": 22,
18202
- "1:6": 28,
18738
+ "1:6": 29,
18203
18739
  "1:7": 19,
18204
18740
  "1:8": 22,
18205
- "51907:0": 33
18741
+ "51907:0": 27,
18742
+ "62468:0": 19
18206
18743
  },
18207
18744
  "scopes": [
18208
18745
  "FONT_SIZE"
@@ -18220,10 +18757,11 @@ const FIGMA_VARIABLES = {
18220
18757
  "hiddenFromPublishing": false,
18221
18758
  "valuesByMode": {
18222
18759
  "1:5": 24,
18223
- "1:6": 30,
18760
+ "1:6": 32,
18224
18761
  "1:7": 21,
18225
18762
  "1:8": 24,
18226
- "51907:0": 36
18763
+ "51907:0": 28,
18764
+ "62468:0": 21
18227
18765
  },
18228
18766
  "scopes": [
18229
18767
  "FONT_SIZE"
@@ -18244,7 +18782,8 @@ const FIGMA_VARIABLES = {
18244
18782
  "1:6": "bold",
18245
18783
  "1:7": "bold",
18246
18784
  "1:8": "bold",
18247
- "51907:0": "bold"
18785
+ "51907:0": "bold",
18786
+ "62468:0": "bold"
18248
18787
  },
18249
18788
  "scopes": [
18250
18789
  "FONT_STYLE"
@@ -18265,7 +18804,8 @@ const FIGMA_VARIABLES = {
18265
18804
  "1:6": "medium",
18266
18805
  "1:7": "medium",
18267
18806
  "1:8": "medium",
18268
- "51907:0": "medium"
18807
+ "51907:0": "medium",
18808
+ "62468:0": "medium"
18269
18809
  },
18270
18810
  "scopes": [
18271
18811
  "FONT_STYLE"
@@ -18286,7 +18826,8 @@ const FIGMA_VARIABLES = {
18286
18826
  "1:6": "regular",
18287
18827
  "1:7": "regular",
18288
18828
  "1:8": "regular",
18289
- "51907:0": "regular"
18829
+ "51907:0": "regular",
18830
+ "62468:0": "regular"
18290
18831
  },
18291
18832
  "scopes": [
18292
18833
  "FONT_STYLE"
@@ -18307,7 +18848,8 @@ const FIGMA_VARIABLES = {
18307
18848
  "1:6": 36,
18308
18849
  "1:7": 27,
18309
18850
  "1:8": 30,
18310
- "51907:0": 30
18851
+ "51907:0": 30,
18852
+ "62468:0": 30
18311
18853
  },
18312
18854
  "scopes": [
18313
18855
  "LINE_HEIGHT"
@@ -18326,10 +18868,11 @@ const FIGMA_VARIABLES = {
18326
18868
  "hiddenFromPublishing": false,
18327
18869
  "valuesByMode": {
18328
18870
  "1:5": 15,
18329
- "1:6": 19,
18330
- "1:7": 10,
18871
+ "1:6": 20,
18872
+ "1:7": 13,
18331
18873
  "1:8": 15,
18332
- "51907:0": 22.5
18874
+ "51907:0": 22.5,
18875
+ "62468:0": 13
18333
18876
  },
18334
18877
  "scopes": [
18335
18878
  "LINE_HEIGHT"
@@ -18347,10 +18890,11 @@ const FIGMA_VARIABLES = {
18347
18890
  "hiddenFromPublishing": false,
18348
18891
  "valuesByMode": {
18349
18892
  "1:5": 35,
18350
- "1:6": 40,
18351
- "1:7": 31,
18893
+ "1:6": 46,
18894
+ "1:7": 30,
18352
18895
  "1:8": 35,
18353
- "51907:0": 52.5
18896
+ "51907:0": 35,
18897
+ "62468:0": 30
18354
18898
  },
18355
18899
  "scopes": [
18356
18900
  "LINE_HEIGHT"
@@ -18371,195 +18915,380 @@ const FIGMA_VARIABLES = {
18371
18915
  "1:6": 35,
18372
18916
  "1:7": 35,
18373
18917
  "1:8": 35,
18374
- "51907:0": 35
18918
+ "51907:0": 35,
18919
+ "62468:0": 35
18375
18920
  },
18376
18921
  "scopes": [
18377
- "FONT_SIZE"
18922
+ "LINE_HEIGHT"
18378
18923
  ],
18379
18924
  "codeSyntax": {}
18380
18925
  },
18381
- "VariableID:1:212": {
18382
- "name": "line-height/t2",
18383
- "id": "VariableID:1:212",
18926
+ "VariableID:62472:9": {
18927
+ "name": "line-height/t11",
18928
+ "id": "VariableID:62472:9",
18384
18929
  "remote": false,
18385
- "key": "5830b7dc1a2c1bc7c191b123b10ff6f8620781e9",
18930
+ "key": "89e04793b4b7e39331fedb38362d822718c87acd",
18386
18931
  "variableCollectionId": "VariableCollectionId:1:197",
18387
18932
  "resolvedType": "FLOAT",
18388
- "description": "",
18933
+ "description": "데스크탑 화면에서 사용을 권장합니다.",
18389
18934
  "hiddenFromPublishing": false,
18390
18935
  "valuesByMode": {
18391
- "1:5": 16,
18392
- "1:6": 22,
18393
- "1:7": 13,
18394
- "1:8": 16,
18395
- "51907:0": 24
18936
+ "1:5": 38,
18937
+ "1:6": 50,
18938
+ "1:7": 33,
18939
+ "1:8": 38,
18940
+ "51907:0": 38,
18941
+ "62468:0": 33
18396
18942
  },
18397
18943
  "scopes": [
18398
18944
  "LINE_HEIGHT"
18399
18945
  ],
18400
18946
  "codeSyntax": {}
18401
18947
  },
18402
- "VariableID:1:213": {
18403
- "name": "line-height/t3",
18404
- "id": "VariableID:1:213",
18948
+ "VariableID:62476:17": {
18949
+ "name": "line-height/t11-static",
18950
+ "id": "VariableID:62476:17",
18405
18951
  "remote": false,
18406
- "key": "2a36c86cc8a33d6553e9a3a0dda78f2a32fe4c54",
18952
+ "key": "acc664c45622b6656965d7211f556484a93f3169",
18407
18953
  "variableCollectionId": "VariableCollectionId:1:197",
18408
18954
  "resolvedType": "FLOAT",
18409
- "description": "",
18955
+ "description": "데스크탑 화면에서 사용을 권장합니다.",
18410
18956
  "hiddenFromPublishing": false,
18411
18957
  "valuesByMode": {
18412
- "1:5": 18,
18413
- "1:6": 24,
18414
- "1:7": 15,
18415
- "1:8": 18,
18416
- "51907:0": 27
18958
+ "1:5": 38,
18959
+ "1:6": 38,
18960
+ "1:7": 38,
18961
+ "1:8": 38,
18962
+ "51907:0": 38,
18963
+ "62468:0": 38
18417
18964
  },
18418
18965
  "scopes": [
18419
18966
  "LINE_HEIGHT"
18420
18967
  ],
18421
18968
  "codeSyntax": {}
18422
18969
  },
18423
- "VariableID:1:214": {
18424
- "name": "line-height/t4",
18425
- "id": "VariableID:1:214",
18970
+ "VariableID:62472:10": {
18971
+ "name": "line-height/t12",
18972
+ "id": "VariableID:62472:10",
18426
18973
  "remote": false,
18427
- "key": "7611046ad3b371985dad3cf5761aea0c59554888",
18974
+ "key": "e2270c2ee82cb86f8128de21a66e52112b646f2c",
18428
18975
  "variableCollectionId": "VariableCollectionId:1:197",
18429
18976
  "resolvedType": "FLOAT",
18430
- "description": "",
18977
+ "description": "데스크탑 화면에서 사용을 권장합니다.",
18431
18978
  "hiddenFromPublishing": false,
18432
18979
  "valuesByMode": {
18433
- "1:5": 19,
18434
- "1:6": 25,
18435
- "1:7": 16,
18436
- "1:8": 19,
18437
- "51907:0": 28.5
18980
+ "1:5": 42,
18981
+ "1:6": 55,
18982
+ "1:7": 36,
18983
+ "1:8": 42,
18984
+ "51907:0": 42,
18985
+ "62468:0": 36
18438
18986
  },
18439
18987
  "scopes": [
18440
18988
  "LINE_HEIGHT"
18441
18989
  ],
18442
18990
  "codeSyntax": {}
18443
18991
  },
18444
- "VariableID:1:215": {
18445
- "name": "line-height/t5",
18446
- "id": "VariableID:1:215",
18992
+ "VariableID:62476:18": {
18993
+ "name": "line-height/t12-static",
18994
+ "id": "VariableID:62476:18",
18447
18995
  "remote": false,
18448
- "key": "056cd55dc83b43474e34af99aa6f7d90a7664e3f",
18996
+ "key": "d07735edf82009980756985967ba030d2cb4122f",
18449
18997
  "variableCollectionId": "VariableCollectionId:1:197",
18450
18998
  "resolvedType": "FLOAT",
18451
- "description": "",
18999
+ "description": "데스크탑 화면에서 사용을 권장합니다.",
18452
19000
  "hiddenFromPublishing": false,
18453
19001
  "valuesByMode": {
18454
- "1:5": 22,
18455
- "1:6": 27,
18456
- "1:7": 18,
18457
- "1:8": 22,
18458
- "51907:0": 33
19002
+ "1:5": 42,
19003
+ "1:6": 42,
19004
+ "1:7": 42,
19005
+ "1:8": 42,
19006
+ "51907:0": 42,
19007
+ "62468:0": 42
18459
19008
  },
18460
19009
  "scopes": [
18461
19010
  "LINE_HEIGHT"
18462
19011
  ],
18463
19012
  "codeSyntax": {}
18464
19013
  },
18465
- "VariableID:1:216": {
18466
- "name": "line-height/t6",
18467
- "id": "VariableID:1:216",
19014
+ "VariableID:62472:11": {
19015
+ "name": "line-height/t13",
19016
+ "id": "VariableID:62472:11",
18468
19017
  "remote": false,
18469
- "key": "d915b963cd23b952aba409e787920b4781b75bbb",
19018
+ "key": "b210b31f1274150a48b1874db4c076a39fee3d3e",
18470
19019
  "variableCollectionId": "VariableCollectionId:1:197",
18471
19020
  "resolvedType": "FLOAT",
18472
- "description": "",
19021
+ "description": "데스크탑 화면에서 사용을 권장합니다.",
18473
19022
  "hiddenFromPublishing": false,
18474
19023
  "valuesByMode": {
18475
- "1:5": 24,
18476
- "1:6": 29,
18477
- "1:7": 20,
18478
- "1:8": 24,
18479
- "51907:0": 36
19024
+ "1:5": 52,
19025
+ "1:6": 69,
19026
+ "1:7": 45,
19027
+ "1:8": 52,
19028
+ "51907:0": 52,
19029
+ "62468:0": 45
18480
19030
  },
18481
19031
  "scopes": [
18482
19032
  "LINE_HEIGHT"
18483
19033
  ],
18484
19034
  "codeSyntax": {}
18485
19035
  },
18486
- "VariableID:1:217": {
18487
- "name": "line-height/t7",
18488
- "id": "VariableID:1:217",
19036
+ "VariableID:62476:19": {
19037
+ "name": "line-height/t13-static",
19038
+ "id": "VariableID:62476:19",
18489
19039
  "remote": false,
18490
- "key": "1468bc751cf686aebf93a456c9eefad2bcdea12d",
19040
+ "key": "8715c03818edfadb6048ac375e7f9ca13e8e5efa",
18491
19041
  "variableCollectionId": "VariableCollectionId:1:197",
18492
19042
  "resolvedType": "FLOAT",
18493
- "description": "",
19043
+ "description": "데스크탑 화면에서 사용을 권장합니다.",
18494
19044
  "hiddenFromPublishing": false,
18495
19045
  "valuesByMode": {
18496
- "1:5": 27,
18497
- "1:6": 31,
18498
- "1:7": 22,
18499
- "1:8": 27,
18500
- "51907:0": 40.5
19046
+ "1:5": 52,
19047
+ "1:6": 52,
19048
+ "1:7": 52,
19049
+ "1:8": 52,
19050
+ "51907:0": 52,
19051
+ "62468:0": 52
18501
19052
  },
18502
19053
  "scopes": [
18503
19054
  "LINE_HEIGHT"
18504
19055
  ],
18505
19056
  "codeSyntax": {}
18506
19057
  },
18507
- "VariableID:1:218": {
18508
- "name": "line-height/t8",
18509
- "id": "VariableID:1:218",
19058
+ "VariableID:62472:12": {
19059
+ "name": "line-height/t14",
19060
+ "id": "VariableID:62472:12",
18510
19061
  "remote": false,
18511
- "key": "5d3fc6486fe1218a68ae8579ede9e170583c62f7",
19062
+ "key": "5ea22e5d70b679313c0cb0a09d445f1157b0a7d7",
18512
19063
  "variableCollectionId": "VariableCollectionId:1:197",
18513
19064
  "resolvedType": "FLOAT",
18514
- "description": "",
19065
+ "description": "데스크탑 화면에서 사용을 권장합니다.",
18515
19066
  "hiddenFromPublishing": false,
18516
19067
  "valuesByMode": {
18517
- "1:5": 30,
18518
- "1:6": 34,
18519
- "1:7": 25,
18520
- "1:8": 30,
18521
- "51907:0": 45
19068
+ "1:5": 60,
19069
+ "1:6": 79,
19070
+ "1:7": 52,
19071
+ "1:8": 60,
19072
+ "51907:0": 60,
19073
+ "62468:0": 52
18522
19074
  },
18523
19075
  "scopes": [
18524
19076
  "LINE_HEIGHT"
18525
19077
  ],
18526
19078
  "codeSyntax": {}
18527
19079
  },
18528
- "VariableID:1886:93036": {
18529
- "name": "line-height/t9",
18530
- "id": "VariableID:1886:93036",
19080
+ "VariableID:62476:20": {
19081
+ "name": "line-height/t14-static",
19082
+ "id": "VariableID:62476:20",
18531
19083
  "remote": false,
18532
- "key": "5c005ae6491da8ed628f69c83dd73019ed1aee66",
19084
+ "key": "65bf38bfd71e74b161767b5a665028eaad679bb1",
18533
19085
  "variableCollectionId": "VariableCollectionId:1:197",
18534
19086
  "resolvedType": "FLOAT",
18535
- "description": "",
19087
+ "description": "데스크탑 화면에서 사용을 권장합니다.",
18536
19088
  "hiddenFromPublishing": false,
18537
19089
  "valuesByMode": {
18538
- "1:5": 32,
18539
- "1:6": 38,
18540
- "1:7": 29,
18541
- "1:8": 32,
18542
- "51907:0": 48
19090
+ "1:5": 60,
19091
+ "1:6": 60,
19092
+ "1:7": 60,
19093
+ "1:8": 60,
19094
+ "51907:0": 60,
19095
+ "62468:0": 60
18543
19096
  },
18544
19097
  "scopes": [
18545
19098
  "LINE_HEIGHT"
18546
19099
  ],
18547
19100
  "codeSyntax": {}
18548
19101
  },
18549
- "VariableID:12479:23371": {
18550
- "name": "manner-temp/l1/bg",
18551
- "id": "VariableID:12479:23371",
19102
+ "VariableID:1:212": {
19103
+ "name": "line-height/t2",
19104
+ "id": "VariableID:1:212",
18552
19105
  "remote": false,
18553
- "key": "67b29c8994b3da7a2102e878547f639b0ac311df",
18554
- "variableCollectionId": "VariableCollectionId:1:3",
18555
- "resolvedType": "COLOR",
19106
+ "key": "5830b7dc1a2c1bc7c191b123b10ff6f8620781e9",
19107
+ "variableCollectionId": "VariableCollectionId:1:197",
19108
+ "resolvedType": "FLOAT",
18556
19109
  "description": "",
18557
19110
  "hiddenFromPublishing": false,
18558
19111
  "valuesByMode": {
18559
- "1928:7": {
18560
- "r": 0.9450980424880981,
18561
- "g": 0.9490196108818054,
18562
- "b": 0.9529411792755127,
19112
+ "1:5": 16,
19113
+ "1:6": 21,
19114
+ "1:7": 14,
19115
+ "1:8": 16,
19116
+ "51907:0": 23,
19117
+ "62468:0": 14
19118
+ },
19119
+ "scopes": [
19120
+ "LINE_HEIGHT"
19121
+ ],
19122
+ "codeSyntax": {}
19123
+ },
19124
+ "VariableID:1:213": {
19125
+ "name": "line-height/t3",
19126
+ "id": "VariableID:1:213",
19127
+ "remote": false,
19128
+ "key": "2a36c86cc8a33d6553e9a3a0dda78f2a32fe4c54",
19129
+ "variableCollectionId": "VariableCollectionId:1:197",
19130
+ "resolvedType": "FLOAT",
19131
+ "description": "",
19132
+ "hiddenFromPublishing": false,
19133
+ "valuesByMode": {
19134
+ "1:5": 18,
19135
+ "1:6": 24,
19136
+ "1:7": 16,
19137
+ "1:8": 18,
19138
+ "51907:0": 24,
19139
+ "62468:0": 16
19140
+ },
19141
+ "scopes": [
19142
+ "LINE_HEIGHT"
19143
+ ],
19144
+ "codeSyntax": {}
19145
+ },
19146
+ "VariableID:1:214": {
19147
+ "name": "line-height/t4",
19148
+ "id": "VariableID:1:214",
19149
+ "remote": false,
19150
+ "key": "7611046ad3b371985dad3cf5761aea0c59554888",
19151
+ "variableCollectionId": "VariableCollectionId:1:197",
19152
+ "resolvedType": "FLOAT",
19153
+ "description": "",
19154
+ "hiddenFromPublishing": false,
19155
+ "valuesByMode": {
19156
+ "1:5": 19,
19157
+ "1:6": 25,
19158
+ "1:7": 16,
19159
+ "1:8": 19,
19160
+ "51907:0": 25,
19161
+ "62468:0": 16
19162
+ },
19163
+ "scopes": [
19164
+ "LINE_HEIGHT"
19165
+ ],
19166
+ "codeSyntax": {}
19167
+ },
19168
+ "VariableID:1:215": {
19169
+ "name": "line-height/t5",
19170
+ "id": "VariableID:1:215",
19171
+ "remote": false,
19172
+ "key": "056cd55dc83b43474e34af99aa6f7d90a7664e3f",
19173
+ "variableCollectionId": "VariableCollectionId:1:197",
19174
+ "resolvedType": "FLOAT",
19175
+ "description": "",
19176
+ "hiddenFromPublishing": false,
19177
+ "valuesByMode": {
19178
+ "1:5": 22,
19179
+ "1:6": 29,
19180
+ "1:7": 19,
19181
+ "1:8": 22,
19182
+ "51907:0": 27,
19183
+ "62468:0": 19
19184
+ },
19185
+ "scopes": [
19186
+ "LINE_HEIGHT"
19187
+ ],
19188
+ "codeSyntax": {}
19189
+ },
19190
+ "VariableID:1:216": {
19191
+ "name": "line-height/t6",
19192
+ "id": "VariableID:1:216",
19193
+ "remote": false,
19194
+ "key": "d915b963cd23b952aba409e787920b4781b75bbb",
19195
+ "variableCollectionId": "VariableCollectionId:1:197",
19196
+ "resolvedType": "FLOAT",
19197
+ "description": "",
19198
+ "hiddenFromPublishing": false,
19199
+ "valuesByMode": {
19200
+ "1:5": 24,
19201
+ "1:6": 32,
19202
+ "1:7": 21,
19203
+ "1:8": 24,
19204
+ "51907:0": 28,
19205
+ "62468:0": 21
19206
+ },
19207
+ "scopes": [
19208
+ "LINE_HEIGHT"
19209
+ ],
19210
+ "codeSyntax": {}
19211
+ },
19212
+ "VariableID:1:217": {
19213
+ "name": "line-height/t7",
19214
+ "id": "VariableID:1:217",
19215
+ "remote": false,
19216
+ "key": "1468bc751cf686aebf93a456c9eefad2bcdea12d",
19217
+ "variableCollectionId": "VariableCollectionId:1:197",
19218
+ "resolvedType": "FLOAT",
19219
+ "description": "",
19220
+ "hiddenFromPublishing": false,
19221
+ "valuesByMode": {
19222
+ "1:5": 27,
19223
+ "1:6": 36,
19224
+ "1:7": 23,
19225
+ "1:8": 27,
19226
+ "51907:0": 29,
19227
+ "62468:0": 23
19228
+ },
19229
+ "scopes": [
19230
+ "LINE_HEIGHT"
19231
+ ],
19232
+ "codeSyntax": {}
19233
+ },
19234
+ "VariableID:1:218": {
19235
+ "name": "line-height/t8",
19236
+ "id": "VariableID:1:218",
19237
+ "remote": false,
19238
+ "key": "5d3fc6486fe1218a68ae8579ede9e170583c62f7",
19239
+ "variableCollectionId": "VariableCollectionId:1:197",
19240
+ "resolvedType": "FLOAT",
19241
+ "description": "",
19242
+ "hiddenFromPublishing": false,
19243
+ "valuesByMode": {
19244
+ "1:5": 30,
19245
+ "1:6": 40,
19246
+ "1:7": 26,
19247
+ "1:8": 30,
19248
+ "51907:0": 30,
19249
+ "62468:0": 26
19250
+ },
19251
+ "scopes": [
19252
+ "LINE_HEIGHT"
19253
+ ],
19254
+ "codeSyntax": {}
19255
+ },
19256
+ "VariableID:1886:93036": {
19257
+ "name": "line-height/t9",
19258
+ "id": "VariableID:1886:93036",
19259
+ "remote": false,
19260
+ "key": "5c005ae6491da8ed628f69c83dd73019ed1aee66",
19261
+ "variableCollectionId": "VariableCollectionId:1:197",
19262
+ "resolvedType": "FLOAT",
19263
+ "description": "",
19264
+ "hiddenFromPublishing": false,
19265
+ "valuesByMode": {
19266
+ "1:5": 32,
19267
+ "1:6": 42,
19268
+ "1:7": 28,
19269
+ "1:8": 32,
19270
+ "51907:0": 32,
19271
+ "62468:0": 28
19272
+ },
19273
+ "scopes": [
19274
+ "LINE_HEIGHT"
19275
+ ],
19276
+ "codeSyntax": {}
19277
+ },
19278
+ "VariableID:12479:23371": {
19279
+ "name": "manner-temp/l1/bg",
19280
+ "id": "VariableID:12479:23371",
19281
+ "remote": false,
19282
+ "key": "67b29c8994b3da7a2102e878547f639b0ac311df",
19283
+ "variableCollectionId": "VariableCollectionId:1:3",
19284
+ "resolvedType": "COLOR",
19285
+ "description": "",
19286
+ "hiddenFromPublishing": false,
19287
+ "valuesByMode": {
19288
+ "1928:7": {
19289
+ "r": 0.9450980424880981,
19290
+ "g": 0.9490196108818054,
19291
+ "b": 0.9529411792755127,
18563
19292
  "a": 1
18564
19293
  },
18565
19294
  "1928:8": {
@@ -19120,7 +19849,8 @@ const FIGMA_VARIABLES = {
19120
19849
  "1:6": "iOS",
19121
19850
  "1:7": "iOS",
19122
19851
  "1:8": "Android",
19123
- "51907:0": "Android"
19852
+ "51907:0": "Android",
19853
+ "62468:0": "Android"
19124
19854
  },
19125
19855
  "scopes": [
19126
19856
  "ALL_SCOPES"
@@ -22509,9 +23239,9 @@ const FIGMA_VARIABLES = {
22509
23239
  }
22510
23240
  };
22511
23241
 
22512
- const privateTemplateAttachmentField = {
22513
- "name": "privateTemplateAttachmentField",
22514
- "key": "5ba20e248e9cd0292fc285488b2ed3b3145d37b0",
23242
+ const privateComponentChipGroupField = {
23243
+ "name": "privateComponentChipGroupField",
23244
+ "key": "3b202396b4eb4486b5f2181c97d6576ebae94250",
22515
23245
  "componentPropertyDefinitions": {
22516
23246
  "Show Header#40606:8": {
22517
23247
  "type": "BOOLEAN"
@@ -22519,13 +23249,6 @@ const privateTemplateAttachmentField = {
22519
23249
  "Show Footer#40606:9": {
22520
23250
  "type": "BOOLEAN"
22521
23251
  },
22522
- "Type": {
22523
- "type": "VARIANT",
22524
- "variantOptions": [
22525
- "Media",
22526
- "File"
22527
- ]
22528
- },
22529
23252
  "State": {
22530
23253
  "type": "VARIANT",
22531
23254
  "variantOptions": [
@@ -22534,40 +23257,12 @@ const privateTemplateAttachmentField = {
22534
23257
  "Disabled",
22535
23258
  "Read Only"
22536
23259
  ]
22537
- },
22538
- "Has Value": {
22539
- "type": "VARIANT",
22540
- "variantOptions": [
22541
- "False",
22542
- "True"
22543
- ]
22544
23260
  }
22545
23261
  }
22546
23262
  };
22547
- const privateTemplateChipGroupField = {
22548
- "name": "privateTemplateChipGroupField",
22549
- "key": "b6e9378d9ac76f812121d6aa7264cc38d2310e39",
22550
- "componentPropertyDefinitions": {
22551
- "Show Header#40606:8": {
22552
- "type": "BOOLEAN"
22553
- },
22554
- "Show Footer#40606:9": {
22555
- "type": "BOOLEAN"
22556
- },
22557
- "State": {
22558
- "type": "VARIANT",
22559
- "variantOptions": [
22560
- "Enabled",
22561
- "Error",
22562
- "Disabled",
22563
- "Read Only"
22564
- ]
22565
- }
22566
- }
22567
- };
22568
- const privateTemplatePhoneNumberField = {
22569
- "name": "privateTemplatePhoneNumberField",
22570
- "key": "b9c5726a5d6d25938fcc2b84281a3a0f513c7495",
23263
+ const privateComponentPhoneNumberField = {
23264
+ "name": "privateComponentPhoneNumberField",
23265
+ "key": "1aa9cf6ca847087540f16568c9ca86a07fafaf9b",
22571
23266
  "componentPropertyDefinitions": {
22572
23267
  "Show Header#40606:8": {
22573
23268
  "type": "BOOLEAN"
@@ -22594,9 +23289,9 @@ const privateTemplatePhoneNumberField = {
22594
23289
  }
22595
23290
  }
22596
23291
  };
22597
- const privateTemplatePinField = {
22598
- "name": "privateTemplatePinField",
22599
- "key": "0abee679553f912b4cbe9839d048cc64494a3b51",
23292
+ const privateComponentPinField = {
23293
+ "name": "privateComponentPinField",
23294
+ "key": "7e11c6342399819db16b85e947c6d1aae4e8a442",
22600
23295
  "componentPropertyDefinitions": {
22601
23296
  "Show Header#40606:8": {
22602
23297
  "type": "BOOLEAN"
@@ -22660,10 +23355,13 @@ const privateComponentBottomSheetHandle = {
22660
23355
  }
22661
23356
  }
22662
23357
  };
22663
- const privateTemplateChipGroup = {
22664
- "name": "privateTemplateChipGroup",
22665
- "key": "a6819019971fb8f472a4c07f6952014393da1859",
23358
+ const privateComponentChipGroup = {
23359
+ "name": "privateComponentChipGroup",
23360
+ "key": "3838d772ac3c7504d976b2f386ce521efe69d08f",
22666
23361
  "componentPropertyDefinitions": {
23362
+ "Chip Group#12261:81": {
23363
+ "type": "SLOT"
23364
+ },
22667
23365
  "Layout": {
22668
23366
  "type": "VARIANT",
22669
23367
  "variantOptions": [
@@ -22779,6 +23477,13 @@ const privateComponentInputButtonPrefix = {
22779
23477
  "Icon#34021:2": {
22780
23478
  "type": "INSTANCE_SWAP"
22781
23479
  },
23480
+ "Size": {
23481
+ "type": "VARIANT",
23482
+ "variantOptions": [
23483
+ "Large",
23484
+ "Medium"
23485
+ ]
23486
+ },
22782
23487
  "Type": {
22783
23488
  "type": "VARIANT",
22784
23489
  "variantOptions": [
@@ -22798,6 +23503,13 @@ const privateComponentInputButtonSuffix = {
22798
23503
  "Icon#37963:0": {
22799
23504
  "type": "INSTANCE_SWAP"
22800
23505
  },
23506
+ "Size": {
23507
+ "type": "VARIANT",
23508
+ "variantOptions": [
23509
+ "Large",
23510
+ "Medium"
23511
+ ]
23512
+ },
22801
23513
  "Type (Figma Only)": {
22802
23514
  "type": "VARIANT",
22803
23515
  "variantOptions": [
@@ -22821,6 +23533,13 @@ const privateComponentInputButtonValue = {
22821
23533
  "Placeholder Text#34067:2": {
22822
23534
  "type": "TEXT"
22823
23535
  },
23536
+ "Size": {
23537
+ "type": "VARIANT",
23538
+ "variantOptions": [
23539
+ "Large",
23540
+ "Medium"
23541
+ ]
23542
+ },
22824
23543
  "Value": {
22825
23544
  "type": "VARIANT",
22826
23545
  "variantOptions": [
@@ -22840,12 +23559,16 @@ const privateComponentInputButtonValueDisabled = {
22840
23559
  "Value Text#34067:0": {
22841
23560
  "type": "TEXT"
22842
23561
  },
22843
- "Clear Button#34067:1": {
22844
- "type": "BOOLEAN"
22845
- },
22846
23562
  "Placeholder Text#34067:2": {
22847
23563
  "type": "TEXT"
22848
23564
  },
23565
+ "Size": {
23566
+ "type": "VARIANT",
23567
+ "variantOptions": [
23568
+ "Large",
23569
+ "Medium"
23570
+ ]
23571
+ },
22849
23572
  "Value": {
22850
23573
  "type": "VARIANT",
22851
23574
  "variantOptions": [
@@ -22865,20 +23588,24 @@ const privateComponentInputButtonValueReadOnly = {
22865
23588
  "Value Text#34067:0": {
22866
23589
  "type": "TEXT"
22867
23590
  },
22868
- "Clear Button#34067:1": {
22869
- "type": "BOOLEAN"
22870
- },
22871
23591
  "Placeholder Text#34067:2": {
22872
23592
  "type": "TEXT"
22873
23593
  },
23594
+ "Size": {
23595
+ "type": "VARIANT",
23596
+ "variantOptions": [
23597
+ "Large",
23598
+ "Medium"
23599
+ ]
23600
+ },
22874
23601
  "Value": {
22875
23602
  "type": "VARIANT",
22876
23603
  "variantOptions": [
22877
- "Custom (Figma Only)",
22878
- "Chips-Overflow (Figma Only)",
22879
- "Chips-Scrollable (Figma Only)",
23604
+ "Empty",
22880
23605
  "Text",
22881
- "Empty"
23606
+ "Chips-Scrollable (Figma Only)",
23607
+ "Chips-Overflow (Figma Only)",
23608
+ "Custom (Figma Only)"
22882
23609
  ]
22883
23610
  }
22884
23611
  }
@@ -23222,9 +23949,9 @@ const privateComponentRootTopNavigationIconButton = {
23222
23949
  }
23223
23950
  }
23224
23951
  };
23225
- const privateTemplateRootTopNavigationPreset = {
23226
- "name": "privateTemplateRootTopNavigationPreset",
23227
- "key": "524bbc05ea9fb5910d36618720ea82d96d8f211f",
23952
+ const privateComponentRootTopNavigationPreset = {
23953
+ "name": "privateComponentRootTopNavigationPreset",
23954
+ "key": "26e1de69cbbed91a577b0c962a92ebab2621bf5f",
23228
23955
  "componentPropertyDefinitions": {
23229
23956
  "Tab": {
23230
23957
  "type": "VARIANT",
@@ -23575,8 +24302,8 @@ const privateComponentTabsChip = {
23575
24302
  "name": "privateComponentTabsChip",
23576
24303
  "key": "16bd9efbd95f4b5fa3dfe31c2e1acf4e8a88f6a5",
23577
24304
  "componentPropertyDefinitions": {
23578
- "Show Scroll Fog(Figma Only)#53171:9": {
23579
- "type": "BOOLEAN"
24305
+ "Container#12286:101": {
24306
+ "type": "SLOT"
23580
24307
  },
23581
24308
  "Size": {
23582
24309
  "type": "VARIANT",
@@ -23598,8 +24325,8 @@ const privateComponentTabsLine = {
23598
24325
  "name": "privateComponentTabsLine",
23599
24326
  "key": "e5bf0d2582100280b410415b9d8742202edbb45c",
23600
24327
  "componentPropertyDefinitions": {
23601
- "Show Scroll Fog(Figma Only)#53171:14": {
23602
- "type": "BOOLEAN"
24328
+ "Container#12286:96": {
24329
+ "type": "SLOT"
23603
24330
  },
23604
24331
  "Size": {
23605
24332
  "type": "VARIANT",
@@ -23620,24 +24347,7 @@ const privateComponentTabsLine = {
23620
24347
  const privateComponentTextInputCardNumberInput = {
23621
24348
  "name": "privateComponentTextInputCardNumberInput",
23622
24349
  "key": "60888e1eba691721f0ec6a41df43c1c075e5beac",
23623
- "componentPropertyDefinitions": {
23624
- "Clear Button#34067:1": {
23625
- "type": "BOOLEAN"
23626
- },
23627
- "Has Value": {
23628
- "type": "VARIANT",
23629
- "variantOptions": [
23630
- "false",
23631
- "true"
23632
- ]
23633
- },
23634
- "Variant": {
23635
- "type": "VARIANT",
23636
- "variantOptions": [
23637
- "Plain Text"
23638
- ]
23639
- }
23640
- }
24350
+ "componentPropertyDefinitions": {}
23641
24351
  };
23642
24352
  const privateComponentTextInputIdNumberInput = {
23643
24353
  "name": "privateComponentTextInputIdNumberInput",
@@ -23649,6 +24359,13 @@ const privateComponentTextInputIdNumberInput = {
23649
24359
  "Clear Button#34067:1": {
23650
24360
  "type": "BOOLEAN"
23651
24361
  },
24362
+ "Size": {
24363
+ "type": "VARIANT",
24364
+ "variantOptions": [
24365
+ "Large",
24366
+ "Medium"
24367
+ ]
24368
+ },
23652
24369
  "Has Value": {
23653
24370
  "type": "VARIANT",
23654
24371
  "variantOptions": [
@@ -23668,18 +24385,25 @@ const privateComponentTextInputInput = {
23668
24385
  "name": "privateComponentTextInputInput",
23669
24386
  "key": "c030fb7107795ad42b4b2eea454b05fb4b4c9ac7",
23670
24387
  "componentPropertyDefinitions": {
24388
+ "Show Clear Button#11049:0": {
24389
+ "type": "BOOLEAN"
24390
+ },
23671
24391
  "Value Text#34067:0": {
23672
24392
  "type": "TEXT"
23673
24393
  },
23674
- "Clear Button#34067:1": {
23675
- "type": "BOOLEAN"
23676
- },
23677
24394
  "Placeholder Text#34067:2": {
23678
24395
  "type": "TEXT"
23679
24396
  },
23680
24397
  "Show Cursor (Figma Only)#53584:0": {
23681
24398
  "type": "BOOLEAN"
23682
24399
  },
24400
+ "Size": {
24401
+ "type": "VARIANT",
24402
+ "variantOptions": [
24403
+ "Large",
24404
+ "Medium"
24405
+ ]
24406
+ },
23683
24407
  "Has Value": {
23684
24408
  "type": "VARIANT",
23685
24409
  "variantOptions": [
@@ -23696,12 +24420,16 @@ const privateComponentTextInputInputDisabled = {
23696
24420
  "Value Text#34067:0": {
23697
24421
  "type": "TEXT"
23698
24422
  },
23699
- "Clear Button#34067:1": {
23700
- "type": "BOOLEAN"
23701
- },
23702
24423
  "Placeholder Text#34067:2": {
23703
24424
  "type": "TEXT"
23704
24425
  },
24426
+ "Size": {
24427
+ "type": "VARIANT",
24428
+ "variantOptions": [
24429
+ "Large",
24430
+ "Medium"
24431
+ ]
24432
+ },
23705
24433
  "Has Value": {
23706
24434
  "type": "VARIANT",
23707
24435
  "variantOptions": [
@@ -23718,12 +24446,16 @@ const privateComponentTextInputInputReadOnly = {
23718
24446
  "Value Text#34067:0": {
23719
24447
  "type": "TEXT"
23720
24448
  },
23721
- "Clear Button#34067:1": {
23722
- "type": "BOOLEAN"
23723
- },
23724
24449
  "Placeholder Text#34067:2": {
23725
24450
  "type": "TEXT"
23726
24451
  },
24452
+ "Size": {
24453
+ "type": "VARIANT",
24454
+ "variantOptions": [
24455
+ "Large",
24456
+ "Medium"
24457
+ ]
24458
+ },
23727
24459
  "Has Value": {
23728
24460
  "type": "VARIANT",
23729
24461
  "variantOptions": [
@@ -23740,6 +24472,13 @@ const privateComponentTextInputPrefix = {
23740
24472
  "Icon#34021:2": {
23741
24473
  "type": "INSTANCE_SWAP"
23742
24474
  },
24475
+ "Size": {
24476
+ "type": "VARIANT",
24477
+ "variantOptions": [
24478
+ "Medium",
24479
+ "Large"
24480
+ ]
24481
+ },
23743
24482
  "Type": {
23744
24483
  "type": "VARIANT",
23745
24484
  "variantOptions": [
@@ -23759,6 +24498,13 @@ const privateComponentTextInputSuffix = {
23759
24498
  "Icon#45391:0": {
23760
24499
  "type": "INSTANCE_SWAP"
23761
24500
  },
24501
+ "Size": {
24502
+ "type": "VARIANT",
24503
+ "variantOptions": [
24504
+ "Medium",
24505
+ "Large"
24506
+ ]
24507
+ },
23762
24508
  "Type (Figma Only)": {
23763
24509
  "type": "VARIANT",
23764
24510
  "variantOptions": [
@@ -23780,6 +24526,13 @@ const privateComponentTextareaInput = {
23780
24526
  "Placeholder Text#34067:2": {
23781
24527
  "type": "TEXT"
23782
24528
  },
24529
+ "Size": {
24530
+ "type": "VARIANT",
24531
+ "variantOptions": [
24532
+ "Large",
24533
+ "Medium"
24534
+ ]
24535
+ },
23783
24536
  "Has Value": {
23784
24537
  "type": "VARIANT",
23785
24538
  "variantOptions": [
@@ -23796,12 +24549,16 @@ const privateComponentTextareaInputDisabled = {
23796
24549
  "Value Text#34067:0": {
23797
24550
  "type": "TEXT"
23798
24551
  },
23799
- "Clear Button#34067:1": {
23800
- "type": "BOOLEAN"
23801
- },
23802
24552
  "Placeholder Text#34067:2": {
23803
24553
  "type": "TEXT"
23804
24554
  },
24555
+ "Size": {
24556
+ "type": "VARIANT",
24557
+ "variantOptions": [
24558
+ "Large",
24559
+ "Medium"
24560
+ ]
24561
+ },
23805
24562
  "Has Value": {
23806
24563
  "type": "VARIANT",
23807
24564
  "variantOptions": [
@@ -23818,12 +24575,16 @@ const privateComponentTextareaInputReadOnly = {
23818
24575
  "Value Text#34067:0": {
23819
24576
  "type": "TEXT"
23820
24577
  },
23821
- "Clear Button#34067:1": {
23822
- "type": "BOOLEAN"
23823
- },
23824
24578
  "Placeholder Text#34067:2": {
23825
24579
  "type": "TEXT"
23826
24580
  },
24581
+ "Size": {
24582
+ "type": "VARIANT",
24583
+ "variantOptions": [
24584
+ "Large",
24585
+ "Medium"
24586
+ ]
24587
+ },
23827
24588
  "Has Value": {
23828
24589
  "type": "VARIANT",
23829
24590
  "variantOptions": [
@@ -23904,7 +24665,7 @@ const privateComponentTopNavigationTitleLeft = {
23904
24665
  "variantOptions": [
23905
24666
  "Avatar",
23906
24667
  "Custom",
23907
- "Cutom Icon"
24668
+ "Custom Icon"
23908
24669
  ]
23909
24670
  }
23910
24671
  }
@@ -23931,6 +24692,9 @@ const privateComponentUnderlineTextInputInput = {
23931
24692
  "name": "privateComponentUnderlineTextInputInput",
23932
24693
  "key": "a8a39cf124e7b4c3b873429e81b4278639a7031b",
23933
24694
  "componentPropertyDefinitions": {
24695
+ "Show Clear Button#10972:0": {
24696
+ "type": "BOOLEAN"
24697
+ },
23934
24698
  "Value Text#34067:0": {
23935
24699
  "type": "TEXT"
23936
24700
  },
@@ -23940,6 +24704,13 @@ const privateComponentUnderlineTextInputInput = {
23940
24704
  "Show Cursor (Figma Only)#53584:3": {
23941
24705
  "type": "BOOLEAN"
23942
24706
  },
24707
+ "Size": {
24708
+ "type": "VARIANT",
24709
+ "variantOptions": [
24710
+ "Large",
24711
+ "Medium"
24712
+ ]
24713
+ },
23943
24714
  "Has Value": {
23944
24715
  "type": "VARIANT",
23945
24716
  "variantOptions": [
@@ -23956,12 +24727,16 @@ const privateComponentUnderlineTextInputInputDisabled = {
23956
24727
  "Value Text#34067:0": {
23957
24728
  "type": "TEXT"
23958
24729
  },
23959
- "Clear Button#34067:1": {
23960
- "type": "BOOLEAN"
23961
- },
23962
24730
  "Placeholder Text#34067:2": {
23963
24731
  "type": "TEXT"
23964
24732
  },
24733
+ "Size": {
24734
+ "type": "VARIANT",
24735
+ "variantOptions": [
24736
+ "Large",
24737
+ "Medium"
24738
+ ]
24739
+ },
23965
24740
  "Has Value": {
23966
24741
  "type": "VARIANT",
23967
24742
  "variantOptions": [
@@ -23978,12 +24753,16 @@ const privateComponentUnderlineTextInputInputReadOnly = {
23978
24753
  "Value Text#34067:0": {
23979
24754
  "type": "TEXT"
23980
24755
  },
23981
- "Clear Button#34067:1": {
23982
- "type": "BOOLEAN"
23983
- },
23984
24756
  "Placeholder Text#34067:2": {
23985
24757
  "type": "TEXT"
23986
24758
  },
24759
+ "Size": {
24760
+ "type": "VARIANT",
24761
+ "variantOptions": [
24762
+ "Large",
24763
+ "Medium"
24764
+ ]
24765
+ },
23987
24766
  "Has Value": {
23988
24767
  "type": "VARIANT",
23989
24768
  "variantOptions": [
@@ -24000,6 +24779,13 @@ const privateComponentUnderlineTextInputPrefix = {
24000
24779
  "Icon#34021:2": {
24001
24780
  "type": "INSTANCE_SWAP"
24002
24781
  },
24782
+ "Size": {
24783
+ "type": "VARIANT",
24784
+ "variantOptions": [
24785
+ "Large",
24786
+ "Medium"
24787
+ ]
24788
+ },
24003
24789
  "Type": {
24004
24790
  "type": "VARIANT",
24005
24791
  "variantOptions": [
@@ -24019,6 +24805,13 @@ const privateComponentUnderlineTextInputSuffix = {
24019
24805
  "Icon#45391:5": {
24020
24806
  "type": "INSTANCE_SWAP"
24021
24807
  },
24808
+ "Size": {
24809
+ "type": "VARIANT",
24810
+ "variantOptions": [
24811
+ "Large",
24812
+ "Medium"
24813
+ ]
24814
+ },
24022
24815
  "Type (Figma Only)": {
24023
24816
  "type": "VARIANT",
24024
24817
  "variantOptions": [
@@ -24104,9 +24897,67 @@ const componentDeprecatedActionSheet = {
24104
24897
  }
24105
24898
  }
24106
24899
  };
24107
- const templateDeprecatedChipGroup = {
24108
- "name": "templateDeprecatedChipGroup",
24109
- "key": "c6b8406eed754f43da93e17a1887ea331d168bdc",
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",
24110
24961
  "componentPropertyDefinitions": {
24111
24962
  "Refresh Button#15888:2": {
24112
24963
  "type": "BOOLEAN"
@@ -24310,37 +25161,6 @@ const componentDeprecatedMultilineTextField = {
24310
25161
  }
24311
25162
  }
24312
25163
  };
24313
- const componentDeprecatedRangeSlider = {
24314
- "name": "componentDeprecatedRangeSlider",
24315
- "key": "acd9b25dba649748699d0a67f900857629d62e64",
24316
- "componentPropertyDefinitions": {
24317
- "Steps": {
24318
- "type": "VARIANT",
24319
- "variantOptions": [
24320
- "0",
24321
- "1",
24322
- "2",
24323
- "3",
24324
- "4"
24325
- ]
24326
- },
24327
- "State": {
24328
- "type": "VARIANT",
24329
- "variantOptions": [
24330
- "Enabled",
24331
- "Disabled"
24332
- ]
24333
- },
24334
- "Marker": {
24335
- "type": "VARIANT",
24336
- "variantOptions": [
24337
- "None",
24338
- "Min Max",
24339
- "All"
24340
- ]
24341
- }
24342
- }
24343
- };
24344
25164
  const componentDeprecatedSelectBox = {
24345
25165
  "name": "componentDeprecatedSelectBox",
24346
25166
  "key": "83d4bbb026d432c35f0b2c7b7b273eafdd28e1a1",
@@ -24378,56 +25198,25 @@ const componentDeprecatedSelectBox = {
24378
25198
  }
24379
25199
  };
24380
25200
  const componentDeprecatedSelectBoxGroup = {
24381
- "name": "componentDeprecatedSelectBoxGroup",
24382
- "key": "558248a78625c79a55953956531738e490bf38fd",
24383
- "componentPropertyDefinitions": {
24384
- "Control": {
24385
- "type": "VARIANT",
24386
- "variantOptions": [
24387
- "Checkbox",
24388
- "Radio"
24389
- ]
24390
- },
24391
- "Item Count": {
24392
- "type": "VARIANT",
24393
- "variantOptions": [
24394
- "1",
24395
- "2",
24396
- "3",
24397
- "4",
24398
- "5",
24399
- "6"
24400
- ]
24401
- }
24402
- }
24403
- };
24404
- const componentDeprecatedSlider = {
24405
- "name": "componentDeprecatedSlider",
24406
- "key": "c103c0a6ec25de57bb41eb820648a467afc5788e",
24407
- "componentPropertyDefinitions": {
24408
- "Steps": {
24409
- "type": "VARIANT",
24410
- "variantOptions": [
24411
- "0",
24412
- "1",
24413
- "2",
24414
- "3",
24415
- "4"
24416
- ]
24417
- },
24418
- "State": {
25201
+ "name": "componentDeprecatedSelectBoxGroup",
25202
+ "key": "558248a78625c79a55953956531738e490bf38fd",
25203
+ "componentPropertyDefinitions": {
25204
+ "Control": {
24419
25205
  "type": "VARIANT",
24420
25206
  "variantOptions": [
24421
- "Enabled",
24422
- "Disabled"
25207
+ "Checkbox",
25208
+ "Radio"
24423
25209
  ]
24424
25210
  },
24425
- "Marker": {
25211
+ "Item Count": {
24426
25212
  "type": "VARIANT",
24427
25213
  "variantOptions": [
24428
- "None",
24429
- "Min Max",
24430
- "All"
25214
+ "1",
25215
+ "2",
25216
+ "3",
25217
+ "4",
25218
+ "5",
25219
+ "6"
24431
25220
  ]
24432
25221
  }
24433
25222
  }
@@ -24558,6 +25347,29 @@ const componentDerpecatedTopNavigation = {
24558
25347
  }
24559
25348
  }
24560
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
+ };
24561
25373
  const componentActionButton = {
24562
25374
  "name": "componentActionButton",
24563
25375
  "key": "cd70496145efd7f5ffdb5413fb4db8e918561ffa",
@@ -24654,6 +25466,41 @@ const componentAndroidNowBarScreen = {
24654
25466
  }
24655
25467
  }
24656
25468
  };
25469
+ const componentAttachmentField = {
25470
+ "name": "componentAttachmentField",
25471
+ "key": "7a1711f401793fb33ca9ceb599916a7440ef60b4",
25472
+ "componentPropertyDefinitions": {
25473
+ "Show Header#11576:30": {
25474
+ "type": "BOOLEAN"
25475
+ },
25476
+ "Show Footer#11576:47": {
25477
+ "type": "BOOLEAN"
25478
+ },
25479
+ "Type": {
25480
+ "type": "VARIANT",
25481
+ "variantOptions": [
25482
+ "Media",
25483
+ "File"
25484
+ ]
25485
+ },
25486
+ "State": {
25487
+ "type": "VARIANT",
25488
+ "variantOptions": [
25489
+ "Enabled",
25490
+ "Error",
25491
+ "Disabled",
25492
+ "Read Only"
25493
+ ]
25494
+ },
25495
+ "Has Value": {
25496
+ "type": "VARIANT",
25497
+ "variantOptions": [
25498
+ "False",
25499
+ "True"
25500
+ ]
25501
+ }
25502
+ }
25503
+ };
24657
25504
  const componentAvatar = {
24658
25505
  "name": "componentAvatar",
24659
25506
  "key": "f17031afc2c71f35e5a147f6937a2b918029d334",
@@ -24687,9 +25534,9 @@ const componentAvatar = {
24687
25534
  }
24688
25535
  }
24689
25536
  };
24690
- const templateAvatarPreset = {
24691
- "name": "templateAvatarPreset",
24692
- "key": "42eefce6a1ab0d45780d2be5346d8ec5f6bace6e",
25537
+ const componentAvatarPreset = {
25538
+ "name": "componentAvatarPreset",
25539
+ "key": "539a0546169fb966bed1b07aa98db4b070206fc1",
24693
25540
  "componentPropertyDefinitions": {
24694
25541
  "Image": {
24695
25542
  "type": "VARIANT",
@@ -24855,9 +25702,9 @@ const componentBottomSheet = {
24855
25702
  }
24856
25703
  }
24857
25704
  };
24858
- const templateButtonGroup = {
24859
- "name": "templateButtonGroup",
24860
- "key": "c36b74a90e2321ac498f59ed8bf9ce4b365a5547",
25705
+ const componentButtonGroup = {
25706
+ "name": "componentButtonGroup",
25707
+ "key": "2acf5a3240876b2b82e3e42f267856b8582c07f6",
24861
25708
  "componentPropertyDefinitions": {
24862
25709
  "Size": {
24863
25710
  "type": "VARIANT",
@@ -25005,10 +25852,13 @@ const componentCheckbox = {
25005
25852
  }
25006
25853
  }
25007
25854
  };
25008
- const templateCheckboxField = {
25009
- "name": "templateCheckboxField",
25010
- "key": "214dd0fc8a3c5bc1e0c90cce29936f1ec6a26c3c",
25855
+ const componentCheckboxField = {
25856
+ "name": "componentCheckboxField",
25857
+ "key": "c157db7fe8d812716f2ed3f520b8bacfb9fb8416",
25011
25858
  "componentPropertyDefinitions": {
25859
+ "Checkbox Group#12261:0": {
25860
+ "type": "SLOT"
25861
+ },
25012
25862
  "Show Header#40606:8": {
25013
25863
  "type": "BOOLEAN"
25014
25864
  },
@@ -25071,27 +25921,34 @@ const componentCheckmark = {
25071
25921
  };
25072
25922
  const componentChip = {
25073
25923
  "name": "componentChip",
25074
- "key": "c947a926605cfd181998ddbb46554da84eebaab2",
25924
+ "key": "f23dfd7f48dd6fc6fbbdae95a091fd7a06a942e1",
25075
25925
  "componentPropertyDefinitions": {
25076
- "Label#7185:0": {
25077
- "type": "TEXT"
25926
+ "Has Prefix#9822:0": {
25927
+ "type": "BOOLEAN"
25078
25928
  },
25079
- "Prefix Icon#8722:0": {
25929
+ "Prefix Type#9965:0": {
25080
25930
  "type": "INSTANCE_SWAP"
25081
25931
  },
25082
- "Suffix Type#32538:0": {
25932
+ "Suffix Type#9965:109": {
25083
25933
  "type": "INSTANCE_SWAP"
25084
25934
  },
25085
- "Has Suffix#32538:181": {
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": {
25086
25945
  "type": "BOOLEAN"
25087
25946
  },
25088
- "Variant": {
25089
- "type": "VARIANT",
25090
- "variantOptions": [
25091
- "Solid",
25092
- "Outline Strong",
25093
- "Outline Weak"
25094
- ]
25947
+ "Label#12217:0": {
25948
+ "type": "TEXT"
25949
+ },
25950
+ "Has Suffix#32538:181": {
25951
+ "type": "BOOLEAN"
25095
25952
  },
25096
25953
  "Size": {
25097
25954
  "type": "VARIANT",
@@ -25101,6 +25958,21 @@ const componentChip = {
25101
25958
  "Small"
25102
25959
  ]
25103
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
+ },
25104
25976
  "Selected": {
25105
25977
  "type": "VARIANT",
25106
25978
  "variantOptions": [
@@ -25115,22 +25987,16 @@ const componentChip = {
25115
25987
  "Pressed",
25116
25988
  "Disabled"
25117
25989
  ]
25118
- },
25119
- "Prefix Type": {
25120
- "type": "VARIANT",
25121
- "variantOptions": [
25122
- "None",
25123
- "Icon",
25124
- "Avatar",
25125
- "Image"
25126
- ]
25127
25990
  }
25128
25991
  }
25129
25992
  };
25130
- const templateChipGroup = {
25131
- "name": "templateChipGroup",
25132
- "key": "cb2a0fa6e04cf2099baeced91ee74f9d93d36069",
25993
+ const componentChipGroup = {
25994
+ "name": "componentChipGroup",
25995
+ "key": "dbef4539572f056c6a90c332299d9b9febd212de",
25133
25996
  "componentPropertyDefinitions": {
25997
+ "Chip Group#12261:62": {
25998
+ "type": "SLOT"
25999
+ },
25134
26000
  "Variant": {
25135
26001
  "type": "VARIANT",
25136
26002
  "variantOptions": [
@@ -25208,9 +26074,9 @@ const componentContextualFloatingButton = {
25208
26074
  }
25209
26075
  }
25210
26076
  };
25211
- const templateDisclaimer = {
25212
- "name": "templateDisclaimer",
25213
- "key": "c56cb5f18959ad92f6638b588e8d248335dcc03b",
26077
+ const componentDisclaimer = {
26078
+ "name": "componentDisclaimer",
26079
+ "key": "9532514879fc59d5b221b8cc4b85a569ed15d265",
25214
26080
  "componentPropertyDefinitions": {
25215
26081
  "Show Title#54910:2": {
25216
26082
  "type": "BOOLEAN"
@@ -25268,9 +26134,9 @@ const componentEditorToolbarFigmaOnly = {
25268
26134
  }
25269
26135
  }
25270
26136
  };
25271
- const templateFieldButton = {
25272
- "name": "templateFieldButton",
25273
- "key": "e706abd7be0d1a2ea0aeeb656b47d3b03aa5cda8",
26137
+ const componentFieldButton = {
26138
+ "name": "componentFieldButton",
26139
+ "key": "a9f6a5ee2d52881b87e22ef1a18fac67e92558f4",
25274
26140
  "componentPropertyDefinitions": {
25275
26141
  "Show Header#40606:8": {
25276
26142
  "type": "BOOLEAN"
@@ -25278,6 +26144,13 @@ const templateFieldButton = {
25278
26144
  "Show Footer#40606:9": {
25279
26145
  "type": "BOOLEAN"
25280
26146
  },
26147
+ "Size": {
26148
+ "type": "VARIANT",
26149
+ "variantOptions": [
26150
+ "Large",
26151
+ "Medium (Desktop Only)"
26152
+ ]
26153
+ },
25281
26154
  "State": {
25282
26155
  "type": "VARIANT",
25283
26156
  "variantOptions": [
@@ -25414,8 +26287,8 @@ const componentImageFrame = {
25414
26287
  }
25415
26288
  }
25416
26289
  };
25417
- const componentIOsLiveAcitivityScreen = {
25418
- "name": "componentIOsLiveAcitivityScreen",
26290
+ const componentIOsLiveActivityScreen = {
26291
+ "name": "componentIOsLiveActivityScreen",
25419
26292
  "key": "3d7ff6cf68e769096237bcc0122be08caf8b6ce4",
25420
26293
  "componentPropertyDefinitions": {
25421
26294
  "Type": {
@@ -25523,11 +26396,11 @@ const componentListItem = {
25523
26396
  "Disabled"
25524
26397
  ]
25525
26398
  },
25526
- "Variants": {
26399
+ "Align": {
25527
26400
  "type": "VARIANT",
25528
26401
  "variantOptions": [
25529
- "Single Line",
25530
- "Multi Line"
26402
+ "Center",
26403
+ "Top"
25531
26404
  ]
25532
26405
  },
25533
26406
  "Highlighted": {
@@ -25633,6 +26506,37 @@ const componentMenuSheet = {
25633
26506
  }
25634
26507
  }
25635
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
+ };
25636
26540
  const componentOsBottomIndicatorFigmaOnly = {
25637
26541
  "name": "componentOsBottomIndicatorFigmaOnly",
25638
26542
  "key": "291fcfece0247fd59a6ef14312347267523a5152",
@@ -25824,10 +26728,13 @@ const componentRadio = {
25824
26728
  }
25825
26729
  }
25826
26730
  };
25827
- const templateRadioField = {
25828
- "name": "templateRadioField",
25829
- "key": "a3f159c223e3a0888fc48098c1580793297f82e9",
26731
+ const componentRadioField = {
26732
+ "name": "componentRadioField",
26733
+ "key": "7a1c06315434813d0c4256366e2f478954cd6f14",
25830
26734
  "componentPropertyDefinitions": {
26735
+ "Radio Group#12285:87": {
26736
+ "type": "SLOT"
26737
+ },
25831
26738
  "Show Header#40606:8": {
25832
26739
  "type": "BOOLEAN"
25833
26740
  },
@@ -26057,9 +26964,9 @@ const componentSegmentedControl = {
26057
26964
  }
26058
26965
  }
26059
26966
  };
26060
- const templateSelectBoxField = {
26061
- "name": "templateSelectBoxField",
26062
- "key": "cddac54129eed15830319d1e30480f42ea80d4d3",
26967
+ const componentSelectBoxField = {
26968
+ "name": "componentSelectBoxField",
26969
+ "key": "a4202b1d4bbb185f25f937dd6a71cfc580e58cb5",
26063
26970
  "componentPropertyDefinitions": {
26064
26971
  "Show Header#40606:8": {
26065
26972
  "type": "BOOLEAN"
@@ -26082,6 +26989,9 @@ const componentSelectBoxGroup = {
26082
26989
  "name": "componentSelectBoxGroup",
26083
26990
  "key": "cbf6ddeb6d6f889e983399291ec8b60ee3390177",
26084
26991
  "componentPropertyDefinitions": {
26992
+ "Select Box Group#12285:92": {
26993
+ "type": "SLOT"
26994
+ },
26085
26995
  "Column": {
26086
26996
  "type": "VARIANT",
26087
26997
  "variantOptions": [
@@ -26184,9 +27094,9 @@ const componentSkeleton = {
26184
27094
  }
26185
27095
  }
26186
27096
  };
26187
- const templateSkeletonPreset = {
26188
- "name": "templateSkeletonPreset",
26189
- "key": "6ef44f7c25caf577c58486f7dd9a6d2dbccdbae2",
27097
+ const componentSkeletonPreset = {
27098
+ "name": "componentSkeletonPreset",
27099
+ "key": "f59d479beaf5d5d73da2ff8984778a40dd2e65bd",
26190
27100
  "componentPropertyDefinitions": {
26191
27101
  "Preset (Figma-Only)": {
26192
27102
  "type": "VARIANT",
@@ -26232,9 +27142,9 @@ const componentSlider = {
26232
27142
  }
26233
27143
  }
26234
27144
  };
26235
- const templateSliderField = {
26236
- "name": "templateSliderField",
26237
- "key": "28779a6663ce9d43b08050f128a925513e36a2e6",
27145
+ const componentSliderField = {
27146
+ "name": "componentSliderField",
27147
+ "key": "a0d06d2084b3ab2d0dc4a9dc23fa3500043dddc4",
26238
27148
  "componentPropertyDefinitions": {
26239
27149
  "Show Header#40606:8": {
26240
27150
  "type": "BOOLEAN"
@@ -26410,9 +27320,9 @@ const componentTagGroup = {
26410
27320
  }
26411
27321
  }
26412
27322
  };
26413
- const templateTextField = {
26414
- "name": "templateTextField",
26415
- "key": "d23c5e730ba19fe6ba3c376a5abbf3df7a54672e",
27323
+ const componentTextField = {
27324
+ "name": "componentTextField",
27325
+ "key": "8b134244cb1038a13e6365aa9664a3fcb8b7e352",
26416
27326
  "componentPropertyDefinitions": {
26417
27327
  "Show Header#40606:8": {
26418
27328
  "type": "BOOLEAN"
@@ -26420,6 +27330,13 @@ const templateTextField = {
26420
27330
  "Show Footer#40606:9": {
26421
27331
  "type": "BOOLEAN"
26422
27332
  },
27333
+ "Size": {
27334
+ "type": "VARIANT",
27335
+ "variantOptions": [
27336
+ "Large",
27337
+ "Medium (Desktop Only)"
27338
+ ]
27339
+ },
26423
27340
  "Variant": {
26424
27341
  "type": "VARIANT",
26425
27342
  "variantOptions": [
@@ -26441,24 +27358,6 @@ const templateTextField = {
26441
27358
  }
26442
27359
  }
26443
27360
  };
26444
- const templateTextareaField = {
26445
- "name": "templateTextareaField",
26446
- "key": "1e0375ed8a5dc490008d6e0dcc20b812b6e39114",
26447
- "componentPropertyDefinitions": {
26448
- "State": {
26449
- "type": "VARIANT",
26450
- "variantOptions": [
26451
- "AI Loading (Figma Only)",
26452
- "Disabled",
26453
- "Read Only",
26454
- "Error Focused",
26455
- "Error",
26456
- "Focused",
26457
- "Enabled"
26458
- ]
26459
- }
26460
- }
26461
- };
26462
27361
  const componentToggleButton = {
26463
27362
  "name": "componentToggleButton",
26464
27363
  "key": "eb1eac49eb281c1029e659821f4091619d0b74e4",
@@ -26552,9 +27451,9 @@ const componentTopNavigation = {
26552
27451
  }
26553
27452
  }
26554
27453
  };
26555
- const templateTopNavigationPreset = {
26556
- "name": "templateTopNavigationPreset",
26557
- "key": "392ae70c701b8f657d3114498801c5672decc547",
27454
+ const componentTopNavigationPreset = {
27455
+ "name": "componentTopNavigationPreset",
27456
+ "key": "0dd628c49a9e02b1a5f3208a0b870b567cff59a7",
26558
27457
  "componentPropertyDefinitions": {
26559
27458
  "Action Button#17406:0": {
26560
27459
  "type": "BOOLEAN"
@@ -26593,6 +27492,40 @@ const componentUserSelectionFigmaOnly = {
26593
27492
  }
26594
27493
  }
26595
27494
  };
27495
+ const componentAttachmentInput = {
27496
+ "name": "componentAttachmentInput",
27497
+ "key": "912d312b7a25ab698708e196a7d3f2f91d2bd2f5",
27498
+ "componentPropertyDefinitions": {
27499
+ "Type": {
27500
+ "type": "VARIANT",
27501
+ "variantOptions": [
27502
+ "Media",
27503
+ "File"
27504
+ ]
27505
+ },
27506
+ "Trigger Type": {
27507
+ "type": "VARIANT",
27508
+ "variantOptions": [
27509
+ "Button",
27510
+ "Dropzone"
27511
+ ]
27512
+ },
27513
+ "State": {
27514
+ "type": "VARIANT",
27515
+ "variantOptions": [
27516
+ "Enabled",
27517
+ "Disabled"
27518
+ ]
27519
+ },
27520
+ "Has Value": {
27521
+ "type": "VARIANT",
27522
+ "variantOptions": [
27523
+ "False",
27524
+ "True"
27525
+ ]
27526
+ }
27527
+ }
27528
+ };
26596
27529
  const componentFieldFooter = {
26597
27530
  "name": "componentFieldFooter",
26598
27531
  "key": "a2e73c375b787756a11e84c5915f8251c621ee3a",
@@ -26636,6 +27569,13 @@ const componentFieldHeader = {
26636
27569
  "Has Suffix#34796:2": {
26637
27570
  "type": "BOOLEAN"
26638
27571
  },
27572
+ "Size": {
27573
+ "type": "VARIANT",
27574
+ "variantOptions": [
27575
+ "Large",
27576
+ "Medium (Desktop Only)"
27577
+ ]
27578
+ },
26639
27579
  "Weight": {
26640
27580
  "type": "VARIANT",
26641
27581
  "variantOptions": [
@@ -26655,15 +27595,22 @@ const componentInputButton = {
26655
27595
  "Has Suffix#32865:68": {
26656
27596
  "type": "BOOLEAN"
26657
27597
  },
27598
+ "Size": {
27599
+ "type": "VARIANT",
27600
+ "variantOptions": [
27601
+ "Large",
27602
+ "Medium (Desktop Only)"
27603
+ ]
27604
+ },
26658
27605
  "State": {
26659
27606
  "type": "VARIANT",
26660
27607
  "variantOptions": [
26661
27608
  "Enabled",
27609
+ "Pressed",
26662
27610
  "Error",
27611
+ "Error Pressed",
26663
27612
  "Disabled",
26664
- "Read Only",
26665
- "Pressed",
26666
- "Error Pressed"
27613
+ "Read Only"
26667
27614
  ]
26668
27615
  }
26669
27616
  }
@@ -26681,6 +27628,13 @@ const componentTextInput = {
26681
27628
  "Has Suffix#32865:68": {
26682
27629
  "type": "BOOLEAN"
26683
27630
  },
27631
+ "Size": {
27632
+ "type": "VARIANT",
27633
+ "variantOptions": [
27634
+ "Large",
27635
+ "Medium (Desktop Only)"
27636
+ ]
27637
+ },
26684
27638
  "State": {
26685
27639
  "type": "VARIANT",
26686
27640
  "variantOptions": [
@@ -26699,6 +27653,13 @@ const componentTextarea = {
26699
27653
  "name": "componentTextarea",
26700
27654
  "key": "e20ec5b725e0fdbaca728cecdc72b0c485728b4d",
26701
27655
  "componentPropertyDefinitions": {
27656
+ "Size": {
27657
+ "type": "VARIANT",
27658
+ "variantOptions": [
27659
+ "Large",
27660
+ "Medium (Desktop Only)"
27661
+ ]
27662
+ },
26702
27663
  "Auto Size (Figma Only)": {
26703
27664
  "type": "VARIANT",
26704
27665
  "variantOptions": [
@@ -26741,6 +27702,13 @@ const componentUnderlineTextInput = {
26741
27702
  "Read Only",
26742
27703
  "AI Loading (Figma Only)"
26743
27704
  ]
27705
+ },
27706
+ "Size": {
27707
+ "type": "VARIANT",
27708
+ "variantOptions": [
27709
+ "Medium (Desktop Only)",
27710
+ "Large"
27711
+ ]
26744
27712
  }
26745
27713
  }
26746
27714
  };
@@ -26770,7 +27738,7 @@ const componentActionButtonGhostButton = {
26770
27738
  "Size": {
26771
27739
  "type": "VARIANT",
26772
27740
  "variantOptions": [
26773
- "Xsmall",
27741
+ "XSmall",
26774
27742
  "Small",
26775
27743
  "Medium",
26776
27744
  "Large"
@@ -27108,42 +28076,51 @@ const templateShareSheet = {
27108
28076
 
27109
28077
  var FIGMA_COMPONENTS = {
27110
28078
  __proto__: null,
28079
+ componentAccordion: componentAccordion,
27111
28080
  componentActionButton: componentActionButton,
27112
28081
  componentActionButtonGhostButton: componentActionButtonGhostButton,
27113
28082
  componentAlertDialog: componentAlertDialog,
27114
28083
  componentAndroidNowBarScreen: componentAndroidNowBarScreen,
28084
+ componentAttachmentField: componentAttachmentField,
28085
+ componentAttachmentInput: componentAttachmentInput,
27115
28086
  componentAvatar: componentAvatar,
28087
+ componentAvatarPreset: componentAvatarPreset,
27116
28088
  componentAvatarStack: componentAvatarStack,
27117
28089
  componentBadge: componentBadge,
27118
28090
  componentBottomActionBarFigmaOnly: componentBottomActionBarFigmaOnly,
27119
28091
  componentBottomNavigationGlobal: componentBottomNavigationGlobal,
27120
28092
  componentBottomNavigationKr: componentBottomNavigationKr,
27121
28093
  componentBottomSheet: componentBottomSheet,
28094
+ componentButtonGroup: componentButtonGroup,
27122
28095
  componentCallout: componentCallout,
27123
28096
  componentCheckbox: componentCheckbox,
28097
+ componentCheckboxField: componentCheckboxField,
27124
28098
  componentCheckmark: componentCheckmark,
27125
28099
  componentChip: componentChip,
28100
+ componentChipGroup: componentChipGroup,
27126
28101
  componentChlid: componentChlid,
27127
28102
  componentContextualFloatingButton: componentContextualFloatingButton,
27128
28103
  componentDeprecatedActionChip: componentDeprecatedActionChip,
27129
28104
  componentDeprecatedActionSheet: componentDeprecatedActionSheet,
28105
+ componentDeprecatedChip: componentDeprecatedChip,
28106
+ componentDeprecatedChipGroup: componentDeprecatedChipGroup,
27130
28107
  componentDeprecatedCompletion: componentDeprecatedCompletion,
27131
28108
  componentDeprecatedControlChip: componentDeprecatedControlChip,
27132
28109
  componentDeprecatedErrorState: componentDeprecatedErrorState,
27133
28110
  componentDeprecatedMultilineTextField: componentDeprecatedMultilineTextField,
27134
- componentDeprecatedRangeSlider: componentDeprecatedRangeSlider,
27135
28111
  componentDeprecatedSelectBox: componentDeprecatedSelectBox,
27136
28112
  componentDeprecatedSelectBoxGroup: componentDeprecatedSelectBoxGroup,
27137
- componentDeprecatedSlider: componentDeprecatedSlider,
27138
28113
  componentDeprecatedTextField: componentDeprecatedTextField,
27139
28114
  componentDerpecatedTopNavigation: componentDerpecatedTopNavigation,
28115
+ componentDisclaimer: componentDisclaimer,
27140
28116
  componentDivider: componentDivider,
27141
28117
  componentEditorToolbarFigmaOnly: componentEditorToolbarFigmaOnly,
28118
+ componentFieldButton: componentFieldButton,
27142
28119
  componentFieldFooter: componentFieldFooter,
27143
28120
  componentFieldHeader: componentFieldHeader,
27144
28121
  componentFloatingActionButton: componentFloatingActionButton,
27145
28122
  componentHelpBubble: componentHelpBubble,
27146
- componentIOsLiveAcitivityScreen: componentIOsLiveAcitivityScreen,
28123
+ componentIOsLiveActivityScreen: componentIOsLiveActivityScreen,
27147
28124
  componentImageFrame: componentImageFrame,
27148
28125
  componentImageFrameReactionButton: componentImageFrameReactionButton,
27149
28126
  componentInputButton: componentInputButton,
@@ -27156,6 +28133,7 @@ var FIGMA_COMPONENTS = {
27156
28133
  componentMannerTempBadge: componentMannerTempBadge,
27157
28134
  componentMenu: componentMenu,
27158
28135
  componentMenuSheet: componentMenuSheet,
28136
+ componentMultilineTextField: componentMultilineTextField,
27159
28137
  componentOsBottomIndicatorFigmaOnly: componentOsBottomIndicatorFigmaOnly,
27160
28138
  componentOsKeyboardFigmaOnly: componentOsKeyboardFigmaOnly,
27161
28139
  componentOsPushScreenFigmaOnly: componentOsPushScreenFigmaOnly,
@@ -27163,6 +28141,7 @@ var FIGMA_COMPONENTS = {
27163
28141
  componentPageBanner: componentPageBanner,
27164
28142
  componentProgressCircle: componentProgressCircle,
27165
28143
  componentRadio: componentRadio,
28144
+ componentRadioField: componentRadioField,
27166
28145
  componentRadiomark: componentRadiomark,
27167
28146
  componentReactionButton: componentReactionButton,
27168
28147
  componentResizableChild: componentResizableChild,
@@ -27173,6 +28152,7 @@ var FIGMA_COMPONENTS = {
27173
28152
  componentScrollFog: componentScrollFog,
27174
28153
  componentSearchBarFigmaOnly: componentSearchBarFigmaOnly,
27175
28154
  componentSegmentedControl: componentSegmentedControl,
28155
+ componentSelectBoxField: componentSelectBoxField,
27176
28156
  componentSelectBoxGroup: componentSelectBoxGroup,
27177
28157
  componentSelectBoxItemHorizontal: componentSelectBoxItemHorizontal,
27178
28158
  componentSelectBoxItemVertical: componentSelectBoxItemVertical,
@@ -27180,22 +28160,28 @@ var FIGMA_COMPONENTS = {
27180
28160
  componentSideNavigation: componentSideNavigation,
27181
28161
  componentSideNavigationPreset: componentSideNavigationPreset,
27182
28162
  componentSkeleton: componentSkeleton,
28163
+ componentSkeletonPreset: componentSkeletonPreset,
27183
28164
  componentSlider: componentSlider,
28165
+ componentSliderField: componentSliderField,
27184
28166
  componentSnackbar: componentSnackbar,
27185
28167
  componentSuperscriptChild: componentSuperscriptChild,
27186
28168
  componentSwitch: componentSwitch,
27187
28169
  componentSwitchmark: componentSwitchmark,
27188
28170
  componentTabs: componentTabs,
27189
28171
  componentTagGroup: componentTagGroup,
28172
+ componentTextField: componentTextField,
27190
28173
  componentTextInput: componentTextInput,
27191
28174
  componentTextarea: componentTextarea,
27192
28175
  componentToggleButton: componentToggleButton,
27193
28176
  componentTopNavigation: componentTopNavigation,
28177
+ componentTopNavigationPreset: componentTopNavigationPreset,
27194
28178
  componentUnderlineTextInput: componentUnderlineTextInput,
27195
28179
  componentUserSelectionFigmaOnly: componentUserSelectionFigmaOnly,
27196
28180
  privateComponentAlertDialogActions: privateComponentAlertDialogActions,
27197
28181
  privateComponentBottomSheetCloseButton: privateComponentBottomSheetCloseButton,
27198
28182
  privateComponentBottomSheetHandle: privateComponentBottomSheetHandle,
28183
+ privateComponentChipGroup: privateComponentChipGroup,
28184
+ privateComponentChipGroupField: privateComponentChipGroupField,
27199
28185
  privateComponentContentPlaceholder: privateComponentContentPlaceholder,
27200
28186
  privateComponentFieldFooterCharacterCount: privateComponentFieldFooterCharacterCount,
27201
28187
  privateComponentFieldHeaderIndicator: privateComponentFieldHeaderIndicator,
@@ -27218,8 +28204,11 @@ var FIGMA_COMPONENTS = {
27218
28204
  privateComponentMenuSheetCloseButton: privateComponentMenuSheetCloseButton,
27219
28205
  privateComponentMenuSheetMenuGroup: privateComponentMenuSheetMenuGroup,
27220
28206
  privateComponentMenuSheetMenuItem: privateComponentMenuSheetMenuItem,
28207
+ privateComponentPhoneNumberField: privateComponentPhoneNumberField,
28208
+ privateComponentPinField: privateComponentPinField,
27221
28209
  privateComponentRootTopNavigationActionList: privateComponentRootTopNavigationActionList,
27222
28210
  privateComponentRootTopNavigationIconButton: privateComponentRootTopNavigationIconButton,
28211
+ privateComponentRootTopNavigationPreset: privateComponentRootTopNavigationPreset,
27223
28212
  privateComponentSegmentedControlItem: privateComponentSegmentedControlItem,
27224
28213
  privateComponentSelectBoxItemCheckmark: privateComponentSelectBoxItemCheckmark,
27225
28214
  privateComponentSidebarMenuItem: privateComponentSidebarMenuItem,
@@ -27253,32 +28242,12 @@ var FIGMA_COMPONENTS = {
27253
28242
  privateComponentUnderlineTextInputInputReadOnly: privateComponentUnderlineTextInputInputReadOnly,
27254
28243
  privateComponentUnderlineTextInputPrefix: privateComponentUnderlineTextInputPrefix,
27255
28244
  privateComponentUnderlineTextInputSuffix: privateComponentUnderlineTextInputSuffix,
27256
- privateTemplateAttachmentField: privateTemplateAttachmentField,
27257
- privateTemplateChipGroup: privateTemplateChipGroup,
27258
- privateTemplateChipGroupField: privateTemplateChipGroupField,
27259
- privateTemplatePhoneNumberField: privateTemplatePhoneNumberField,
27260
- privateTemplatePinField: privateTemplatePinField,
27261
- privateTemplateRootTopNavigationPreset: privateTemplateRootTopNavigationPreset,
27262
28245
  privateTemplateShareSheetMenuGroup: privateTemplateShareSheetMenuGroup,
27263
28246
  privateTemplateShareSheetMenuItem: privateTemplateShareSheetMenuItem,
27264
- templateAvatarPreset: templateAvatarPreset,
27265
- templateButtonGroup: templateButtonGroup,
27266
28247
  templateChatScreenPreset: templateChatScreenPreset,
27267
- templateCheckboxField: templateCheckboxField,
27268
- templateChipGroup: templateChipGroup,
27269
- templateDeprecatedChipGroup: templateDeprecatedChipGroup,
27270
- templateDisclaimer: templateDisclaimer,
27271
28248
  templateEmbedViewType: templateEmbedViewType,
27272
- templateFieldButton: templateFieldButton,
27273
- templateRadioField: templateRadioField,
27274
28249
  templateResultPage: templateResultPage,
27275
- templateSelectBoxField: templateSelectBoxField,
27276
- templateShareSheet: templateShareSheet,
27277
- templateSkeletonPreset: templateSkeletonPreset,
27278
- templateSliderField: templateSliderField,
27279
- templateTextField: templateTextField,
27280
- templateTextareaField: templateTextareaField,
27281
- templateTopNavigationPreset: templateTopNavigationPreset
28250
+ templateShareSheet: templateShareSheet
27282
28251
  };
27283
28252
 
27284
28253
  function createIconService({ iconRepository }) {