@seed-design/figma 0.0.27 โ†’ 0.0.29

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.
@@ -1,5 +1,5 @@
1
1
  import { match } from 'ts-pattern';
2
- import 'change-case';
2
+ import { camelCase } from 'change-case';
3
3
  import * as index_js from './targets/react/index.js';
4
4
  export { index_js as react };
5
5
 
@@ -7528,6 +7528,1675 @@ const FIGMA_VARIABLES = {
7528
7528
  }
7529
7529
  };
7530
7530
 
7531
+ const metadata$K = {
7532
+ "name": "๐Ÿ”ต [Template] Bottom Fixed Bar",
7533
+ "key": "bac8592d10ee12452d79d5db6353850c0f0c9c3f",
7534
+ "componentPropertyDefinitions": {
7535
+ "Text#30483:84": {
7536
+ "type": "TEXT"
7537
+ },
7538
+ "Show Text Button#30483:80": {
7539
+ "type": "BOOLEAN"
7540
+ },
7541
+ "Show Favorite#29056:0": {
7542
+ "type": "BOOLEAN"
7543
+ },
7544
+ "Show Indicator#28768:0": {
7545
+ "type": "BOOLEAN"
7546
+ },
7547
+ "Show Pay Logo#15354:5": {
7548
+ "type": "BOOLEAN"
7549
+ },
7550
+ "Type": {
7551
+ "type": "VARIANT",
7552
+ "variantOptions": [
7553
+ "Information",
7554
+ "Multi Actions"
7555
+ ]
7556
+ },
7557
+ "OS": {
7558
+ "type": "VARIANT",
7559
+ "variantOptions": [
7560
+ "iOS",
7561
+ "Andorid"
7562
+ ]
7563
+ },
7564
+ "Show Divider": {
7565
+ "type": "VARIANT",
7566
+ "variantOptions": [
7567
+ "True",
7568
+ "False"
7569
+ ]
7570
+ }
7571
+ }
7572
+ };
7573
+
7574
+ const metadata$J = {
7575
+ "name": "๐Ÿ”ต [Template] Button Group",
7576
+ "key": "de6c65d34cc4a01c18c9a7c0ded34635170ca11f",
7577
+ "componentPropertyDefinitions": {
7578
+ "Show Secondary Button#29056:29": {
7579
+ "type": "BOOLEAN"
7580
+ },
7581
+ "Show Favorite Button#29056:0": {
7582
+ "type": "BOOLEAN"
7583
+ },
7584
+ "Show Step Indicator#25896:0": {
7585
+ "type": "BOOLEAN"
7586
+ },
7587
+ "Show Indicator#28768:0": {
7588
+ "type": "BOOLEAN"
7589
+ },
7590
+ "Text#16839:0": {
7591
+ "type": "TEXT"
7592
+ },
7593
+ "OS": {
7594
+ "type": "VARIANT",
7595
+ "variantOptions": [
7596
+ "iOS",
7597
+ "Andorid"
7598
+ ]
7599
+ },
7600
+ "Position": {
7601
+ "type": "VARIANT",
7602
+ "variantOptions": [
7603
+ "Bottom fixed",
7604
+ "On keyboard"
7605
+ ]
7606
+ },
7607
+ "Type": {
7608
+ "type": "VARIANT",
7609
+ "variantOptions": [
7610
+ "Single",
7611
+ "Vertical",
7612
+ "Horizontal",
7613
+ "Horizontal ratio"
7614
+ ]
7615
+ },
7616
+ "Show Divider": {
7617
+ "type": "VARIANT",
7618
+ "variantOptions": [
7619
+ "True",
7620
+ "False"
7621
+ ]
7622
+ }
7623
+ }
7624
+ };
7625
+
7626
+ const metadata$I = {
7627
+ "name": "๐Ÿ”ต [Template] Chip Group",
7628
+ "key": "d46dc9059bf351928a2d403317ad7db34e70826e",
7629
+ "componentPropertyDefinitions": {
7630
+ "Refresh Button#15888:2": {
7631
+ "type": "BOOLEAN"
7632
+ },
7633
+ "Type": {
7634
+ "type": "VARIANT",
7635
+ "variantOptions": [
7636
+ "Filter",
7637
+ "Control",
7638
+ "Action"
7639
+ ]
7640
+ },
7641
+ "Chip Count": {
7642
+ "type": "VARIANT",
7643
+ "variantOptions": [
7644
+ "Full",
7645
+ "3",
7646
+ "2",
7647
+ "4"
7648
+ ]
7649
+ }
7650
+ }
7651
+ };
7652
+
7653
+ const metadata$H = {
7654
+ "name": "๐Ÿ”ต [Template] Select Box Group",
7655
+ "key": "a3d58bb8540600878742cdcf2608a4b3851667ec",
7656
+ "componentPropertyDefinitions": {
7657
+ "Control": {
7658
+ "type": "VARIANT",
7659
+ "variantOptions": [
7660
+ "Checkbox",
7661
+ "Radio"
7662
+ ]
7663
+ },
7664
+ "Item Count": {
7665
+ "type": "VARIANT",
7666
+ "variantOptions": [
7667
+ "1",
7668
+ "2",
7669
+ "3",
7670
+ "4",
7671
+ "5",
7672
+ "6"
7673
+ ]
7674
+ }
7675
+ }
7676
+ };
7677
+
7678
+ const metadata$G = {
7679
+ "name": "๐Ÿ”ต [Template] Top Navigation",
7680
+ "key": "74f045c1972dc31d0fddd0a0027537b6779cd0e8",
7681
+ "componentPropertyDefinitions": {
7682
+ "Action Button#17406:0": {
7683
+ "type": "BOOLEAN"
7684
+ },
7685
+ "Variants": {
7686
+ "type": "VARIANT",
7687
+ "variantOptions": [
7688
+ "Main Tab",
7689
+ "Standard",
7690
+ "Standard Transparent",
7691
+ "Large Title"
7692
+ ]
7693
+ },
7694
+ "OS": {
7695
+ "type": "VARIANT",
7696
+ "variantOptions": [
7697
+ "iOS",
7698
+ "Android"
7699
+ ]
7700
+ }
7701
+ }
7702
+ };
7703
+
7704
+ const metadata$F = {
7705
+ "name": "๐ŸŸข Action Button",
7706
+ "key": "450ede9d0bf42fc6ef14345c77e6e407d6d5ee89",
7707
+ "componentPropertyDefinitions": {
7708
+ "Suffix Icon#5987:244": {
7709
+ "type": "INSTANCE_SWAP",
7710
+ "preferredValues": []
7711
+ },
7712
+ "Icon#7574:0": {
7713
+ "type": "INSTANCE_SWAP",
7714
+ "preferredValues": []
7715
+ },
7716
+ "Prefix Icon#5987:305": {
7717
+ "type": "INSTANCE_SWAP",
7718
+ "preferredValues": []
7719
+ },
7720
+ "Label#5987:61": {
7721
+ "type": "TEXT"
7722
+ },
7723
+ "Size": {
7724
+ "type": "VARIANT",
7725
+ "variantOptions": [
7726
+ "XSmall",
7727
+ "Small",
7728
+ "Medium",
7729
+ "Large"
7730
+ ]
7731
+ },
7732
+ "Layout": {
7733
+ "type": "VARIANT",
7734
+ "variantOptions": [
7735
+ "Text Only",
7736
+ "Icon First",
7737
+ "Icon Last",
7738
+ "Icon Only"
7739
+ ]
7740
+ },
7741
+ "Variant": {
7742
+ "type": "VARIANT",
7743
+ "variantOptions": [
7744
+ "Neutral Solid",
7745
+ "Neutral Weak",
7746
+ "Neutral Outline",
7747
+ "Brand Solid",
7748
+ "Brand Outline",
7749
+ "Critical Solid"
7750
+ ]
7751
+ },
7752
+ "State": {
7753
+ "type": "VARIANT",
7754
+ "variantOptions": [
7755
+ "Enabled",
7756
+ "Pressed",
7757
+ "Loading",
7758
+ "Disabled"
7759
+ ]
7760
+ }
7761
+ }
7762
+ };
7763
+
7764
+ const metadata$E = {
7765
+ "name": "๐ŸŸข Action Chip",
7766
+ "key": "3d21594ef116e94a9465d507447b858aea062575",
7767
+ "componentPropertyDefinitions": {
7768
+ "Icon#8714:0": {
7769
+ "type": "INSTANCE_SWAP",
7770
+ "preferredValues": []
7771
+ },
7772
+ "Prefix Icon#8711:0": {
7773
+ "type": "INSTANCE_SWAP",
7774
+ "preferredValues": [
7775
+ {
7776
+ "type": "COMPONENT_SET",
7777
+ "key": "8ed05ef62a40f2dc034ee7eb6945bd0e63ad49aa"
7778
+ }
7779
+ ]
7780
+ },
7781
+ "Suffix Icon#8711:3": {
7782
+ "type": "INSTANCE_SWAP",
7783
+ "preferredValues": []
7784
+ },
7785
+ "Label#7185:0": {
7786
+ "type": "TEXT"
7787
+ },
7788
+ "Show Count#7185:42": {
7789
+ "type": "BOOLEAN"
7790
+ },
7791
+ "Count#7185:21": {
7792
+ "type": "TEXT"
7793
+ },
7794
+ "Size": {
7795
+ "type": "VARIANT",
7796
+ "variantOptions": [
7797
+ "Medium",
7798
+ "Small"
7799
+ ]
7800
+ },
7801
+ "Layout": {
7802
+ "type": "VARIANT",
7803
+ "variantOptions": [
7804
+ "Text Only",
7805
+ "Icon First",
7806
+ "Icon Last",
7807
+ "Icon Both",
7808
+ "Icon Only"
7809
+ ]
7810
+ },
7811
+ "State": {
7812
+ "type": "VARIANT",
7813
+ "variantOptions": [
7814
+ "Enabled",
7815
+ "Pressed",
7816
+ "Disabled"
7817
+ ]
7818
+ }
7819
+ }
7820
+ };
7821
+
7822
+ const metadata$D = {
7823
+ "name": "๐ŸŸข Action Sheet",
7824
+ "key": "7c29b70b7e71618e1894c26f61f336de2730d76e",
7825
+ "componentPropertyDefinitions": {
7826
+ "Description#15641:70": {
7827
+ "type": "TEXT"
7828
+ },
7829
+ "Title#15641:37": {
7830
+ "type": "TEXT"
7831
+ },
7832
+ "OS Indicator (Figma Only)#15641:20": {
7833
+ "type": "BOOLEAN"
7834
+ },
7835
+ "Type": {
7836
+ "type": "VARIANT",
7837
+ "variantOptions": [
7838
+ "Normal",
7839
+ "Destructive"
7840
+ ]
7841
+ },
7842
+ "Header": {
7843
+ "type": "VARIANT",
7844
+ "variantOptions": [
7845
+ "Title Only",
7846
+ "Description Only",
7847
+ "Title With Description",
7848
+ "None"
7849
+ ]
7850
+ },
7851
+ "Action Count": {
7852
+ "type": "VARIANT",
7853
+ "variantOptions": [
7854
+ "1",
7855
+ "2",
7856
+ "3",
7857
+ "4"
7858
+ ]
7859
+ }
7860
+ }
7861
+ };
7862
+
7863
+ const metadata$C = {
7864
+ "name": "๐ŸŸข Avatar",
7865
+ "key": "d71644aeba2e29deda366798fdfe35977166d120",
7866
+ "componentPropertyDefinitions": {
7867
+ "Show Image#71850:57": {
7868
+ "type": "BOOLEAN"
7869
+ },
7870
+ "Show Badge#1398:26": {
7871
+ "type": "BOOLEAN"
7872
+ },
7873
+ "Size": {
7874
+ "type": "VARIANT",
7875
+ "variantOptions": [
7876
+ "20",
7877
+ "24",
7878
+ "36",
7879
+ "42",
7880
+ "48",
7881
+ "64",
7882
+ "80",
7883
+ "96"
7884
+ ]
7885
+ }
7886
+ }
7887
+ };
7888
+
7889
+ const metadata$B = {
7890
+ "name": "๐ŸŸข Avatar Stack",
7891
+ "key": "019467fdad2192abb48699dcfb79e344df04b799",
7892
+ "componentPropertyDefinitions": {
7893
+ "Size": {
7894
+ "type": "VARIANT",
7895
+ "variantOptions": [
7896
+ "20",
7897
+ "24",
7898
+ "36",
7899
+ "48",
7900
+ "64"
7901
+ ]
7902
+ },
7903
+ "Item Count": {
7904
+ "type": "VARIANT",
7905
+ "variantOptions": [
7906
+ "2",
7907
+ "3",
7908
+ "4",
7909
+ "5"
7910
+ ]
7911
+ },
7912
+ "Top Item": {
7913
+ "type": "VARIANT",
7914
+ "variantOptions": [
7915
+ "Last Item",
7916
+ "First Item"
7917
+ ]
7918
+ }
7919
+ }
7920
+ };
7921
+
7922
+ const metadata$A = {
7923
+ "name": "๐ŸŸข Badge",
7924
+ "key": "04609a35d47a1a0ef4904b3c25f79451892a85a1",
7925
+ "componentPropertyDefinitions": {
7926
+ "Label#1584:0": {
7927
+ "type": "TEXT"
7928
+ },
7929
+ "Size": {
7930
+ "type": "VARIANT",
7931
+ "variantOptions": [
7932
+ "Medium",
7933
+ "Large"
7934
+ ]
7935
+ },
7936
+ "Tone": {
7937
+ "type": "VARIANT",
7938
+ "variantOptions": [
7939
+ "Neutral",
7940
+ "Brand",
7941
+ "Informative",
7942
+ "Positive",
7943
+ "Critical"
7944
+ ]
7945
+ },
7946
+ "Variant": {
7947
+ "type": "VARIANT",
7948
+ "variantOptions": [
7949
+ "Solid",
7950
+ "Weak",
7951
+ "Outline"
7952
+ ]
7953
+ },
7954
+ "Shape": {
7955
+ "type": "VARIANT",
7956
+ "variantOptions": [
7957
+ "Rectangle",
7958
+ "Pill"
7959
+ ]
7960
+ }
7961
+ }
7962
+ };
7963
+
7964
+ const metadata$z = {
7965
+ "name": "๐ŸŸข Bottom Navigation / Global",
7966
+ "key": "983650a4dff639b38bf68ff6004efc8ec4fb5c20",
7967
+ "componentPropertyDefinitions": {
7968
+ "OS": {
7969
+ "type": "VARIANT",
7970
+ "variantOptions": [
7971
+ "iOS",
7972
+ "Android"
7973
+ ]
7974
+ },
7975
+ "Language": {
7976
+ "type": "VARIANT",
7977
+ "variantOptions": [
7978
+ "English",
7979
+ "Japanese"
7980
+ ]
7981
+ }
7982
+ }
7983
+ };
7984
+
7985
+ const metadata$y = {
7986
+ "name": "๐ŸŸข Bottom Navigation / KR",
7987
+ "key": "accc7cea2d0250cdfbf0197ce00a677c6b9e0dae",
7988
+ "componentPropertyDefinitions": {
7989
+ "OS": {
7990
+ "type": "VARIANT",
7991
+ "variantOptions": [
7992
+ "\biOS",
7993
+ "Android"
7994
+ ]
7995
+ }
7996
+ }
7997
+ };
7998
+
7999
+ const metadata$x = {
8000
+ "name": "๐ŸŸข Bottom Sheet",
8001
+ "key": "16bafa5d1155896fe18fb6f52f904f5cd2048686",
8002
+ "componentPropertyDefinitions": {
8003
+ "Layout": {
8004
+ "type": "VARIANT",
8005
+ "variantOptions": [
8006
+ "Center",
8007
+ "Left",
8008
+ "None"
8009
+ ]
8010
+ }
8011
+ }
8012
+ };
8013
+
8014
+ const metadata$w = {
8015
+ "name": "๐ŸŸข Callout",
8016
+ "key": "ec46d38baac3c367c4a5ffa47a2110d51ba0a4fe",
8017
+ "componentPropertyDefinitions": {
8018
+ "Show Icon#12598:229": {
8019
+ "type": "BOOLEAN"
8020
+ },
8021
+ "Icon#12598:210": {
8022
+ "type": "INSTANCE_SWAP",
8023
+ "preferredValues": [
8024
+ {
8025
+ "type": "COMPONENT_SET",
8026
+ "key": "f2c04b68b0bec4ec9145d832de45947030d3b653"
8027
+ }
8028
+ ]
8029
+ },
8030
+ "Interaction": {
8031
+ "type": "VARIANT",
8032
+ "variantOptions": [
8033
+ "Default",
8034
+ "Actionable",
8035
+ "Dismissible"
8036
+ ]
8037
+ },
8038
+ "Tone": {
8039
+ "type": "VARIANT",
8040
+ "variantOptions": [
8041
+ "Neutral",
8042
+ "Informative",
8043
+ "Warning",
8044
+ "Critical",
8045
+ "Magic"
8046
+ ]
8047
+ },
8048
+ "State": {
8049
+ "type": "VARIANT",
8050
+ "variantOptions": [
8051
+ "Enabled",
8052
+ "Pressed"
8053
+ ]
8054
+ },
8055
+ "Show Title": {
8056
+ "type": "VARIANT",
8057
+ "variantOptions": [
8058
+ "True",
8059
+ "False"
8060
+ ]
8061
+ },
8062
+ "Show Link Label": {
8063
+ "type": "VARIANT",
8064
+ "variantOptions": [
8065
+ "True",
8066
+ "False"
8067
+ ]
8068
+ }
8069
+ }
8070
+ };
8071
+
8072
+ const metadata$v = {
8073
+ "name": "๐ŸŸข Checkbox",
8074
+ "key": "94a2f6957a86f8ae3b8c7ca200dfcd5e29f6075b",
8075
+ "componentPropertyDefinitions": {
8076
+ "Label#49990:0": {
8077
+ "type": "TEXT"
8078
+ },
8079
+ "Size": {
8080
+ "type": "VARIANT",
8081
+ "variantOptions": [
8082
+ "Medium",
8083
+ "Large"
8084
+ ]
8085
+ },
8086
+ "Shape": {
8087
+ "type": "VARIANT",
8088
+ "variantOptions": [
8089
+ "Square",
8090
+ "Ghost"
8091
+ ]
8092
+ },
8093
+ "Weight": {
8094
+ "type": "VARIANT",
8095
+ "variantOptions": [
8096
+ "Default",
8097
+ "Stronger"
8098
+ ]
8099
+ },
8100
+ "State": {
8101
+ "type": "VARIANT",
8102
+ "variantOptions": [
8103
+ "Enabled",
8104
+ "Pressed",
8105
+ "Selected",
8106
+ "Selected-Pressed",
8107
+ "Indeterminate",
8108
+ "Indeterminate-Pressed",
8109
+ "Disabled",
8110
+ "Disabled-Selected",
8111
+ "Disabled-Indeterminate"
8112
+ ]
8113
+ }
8114
+ }
8115
+ };
8116
+
8117
+ const metadata$u = {
8118
+ "name": "๐ŸŸข Chip Tablist",
8119
+ "key": "d098159beacf7713e9116f0ef38d8a20f64ec84f",
8120
+ "componentPropertyDefinitions": {
8121
+ "Tab Count": {
8122
+ "type": "VARIANT",
8123
+ "variantOptions": [
8124
+ "2",
8125
+ "3",
8126
+ "4",
8127
+ "5",
8128
+ "6",
8129
+ "Max"
8130
+ ]
8131
+ },
8132
+ "Variant": {
8133
+ "type": "VARIANT",
8134
+ "variantOptions": [
8135
+ "Neutral Solid",
8136
+ "Brand Solid"
8137
+ ]
8138
+ }
8139
+ }
8140
+ };
8141
+
8142
+ const metadata$t = {
8143
+ "name": "๐ŸŸข Control Chip",
8144
+ "key": "5780d56fc2f9bc4bbd6bc3db93949d8a8b7b7563",
8145
+ "componentPropertyDefinitions": {
8146
+ "Suffix Icon#8722:82": {
8147
+ "type": "INSTANCE_SWAP",
8148
+ "preferredValues": []
8149
+ },
8150
+ "Label#7185:0": {
8151
+ "type": "TEXT"
8152
+ },
8153
+ "Show Count#7185:42": {
8154
+ "type": "BOOLEAN"
8155
+ },
8156
+ "Icon#8722:41": {
8157
+ "type": "INSTANCE_SWAP",
8158
+ "preferredValues": []
8159
+ },
8160
+ "Prefix Icon#8722:0": {
8161
+ "type": "INSTANCE_SWAP",
8162
+ "preferredValues": [
8163
+ {
8164
+ "type": "COMPONENT_SET",
8165
+ "key": "8ed05ef62a40f2dc034ee7eb6945bd0e63ad49aa"
8166
+ }
8167
+ ]
8168
+ },
8169
+ "Count#7185:21": {
8170
+ "type": "TEXT"
8171
+ },
8172
+ "Size": {
8173
+ "type": "VARIANT",
8174
+ "variantOptions": [
8175
+ "Medium",
8176
+ "Small"
8177
+ ]
8178
+ },
8179
+ "Layout": {
8180
+ "type": "VARIANT",
8181
+ "variantOptions": [
8182
+ "Text Only",
8183
+ "Icon First",
8184
+ "Icon Last",
8185
+ "Icon Both",
8186
+ "Icon Only"
8187
+ ]
8188
+ },
8189
+ "State": {
8190
+ "type": "VARIANT",
8191
+ "variantOptions": [
8192
+ "Enabled",
8193
+ "Pressed",
8194
+ "Selected",
8195
+ "Selected-Pressed",
8196
+ "Disabled",
8197
+ "Disabled-Selected"
8198
+ ]
8199
+ }
8200
+ }
8201
+ };
8202
+
8203
+ const metadata$s = {
8204
+ "name": "๐ŸŸข Divider",
8205
+ "key": "848e953725f757ea1a79e1fecc0b608a035032d3",
8206
+ "componentPropertyDefinitions": {
8207
+ "Tone": {
8208
+ "type": "VARIANT",
8209
+ "variantOptions": [
8210
+ "Neutral",
8211
+ "Neutral Muted"
8212
+ ]
8213
+ }
8214
+ }
8215
+ };
8216
+
8217
+ const metadata$r = {
8218
+ "name": "๐ŸŸข Error State",
8219
+ "key": "39b4ecd0b5b4d35f4dc5791765ca04aa062a5172",
8220
+ "componentPropertyDefinitions": {
8221
+ "Secondary Action Label#17042:0": {
8222
+ "type": "TEXT"
8223
+ },
8224
+ "Title#16237:0": {
8225
+ "type": "TEXT"
8226
+ },
8227
+ "Description#16237:5": {
8228
+ "type": "TEXT"
8229
+ },
8230
+ "Show Buttons#9080:5": {
8231
+ "type": "BOOLEAN"
8232
+ },
8233
+ "Variant": {
8234
+ "type": "VARIANT",
8235
+ "variantOptions": [
8236
+ "Default",
8237
+ "Basement"
8238
+ ]
8239
+ },
8240
+ "Layout": {
8241
+ "type": "VARIANT",
8242
+ "variantOptions": [
8243
+ "With Title",
8244
+ "Description Only"
8245
+ ]
8246
+ }
8247
+ }
8248
+ };
8249
+
8250
+ const metadata$q = {
8251
+ "name": "๐ŸŸข Extended Action Sheet",
8252
+ "key": "cd4cf8a850bf3de87b79080b36b421a649bf3fcb",
8253
+ "componentPropertyDefinitions": {
8254
+ "Show Title#17043:12": {
8255
+ "type": "BOOLEAN"
8256
+ },
8257
+ "OS Indicator (Figma Only)#81637:129": {
8258
+ "type": "BOOLEAN"
8259
+ },
8260
+ "Description#14599:13": {
8261
+ "type": "TEXT"
8262
+ },
8263
+ "Title#14599:0": {
8264
+ "type": "TEXT"
8265
+ },
8266
+ "Type": {
8267
+ "type": "VARIANT",
8268
+ "variantOptions": [
8269
+ "Normal",
8270
+ "Destructive"
8271
+ ]
8272
+ },
8273
+ "Action Group Count": {
8274
+ "type": "VARIANT",
8275
+ "variantOptions": [
8276
+ "1",
8277
+ "2"
8278
+ ]
8279
+ }
8280
+ }
8281
+ };
8282
+
8283
+ const metadata$p = {
8284
+ "name": "๐ŸŸข Extended Floating Action Button",
8285
+ "key": "032f3fddaad0aa3fa5a7f680768c1f5d02fb463f",
8286
+ "componentPropertyDefinitions": {
8287
+ "Label#28936:0": {
8288
+ "type": "TEXT"
8289
+ },
8290
+ "Icon#28796:0": {
8291
+ "type": "INSTANCE_SWAP",
8292
+ "preferredValues": []
8293
+ },
8294
+ "Size": {
8295
+ "type": "VARIANT",
8296
+ "variantOptions": [
8297
+ "Small",
8298
+ "Medium"
8299
+ ]
8300
+ },
8301
+ "Variant": {
8302
+ "type": "VARIANT",
8303
+ "variantOptions": [
8304
+ "Neutral Solid",
8305
+ "Layer Floating"
8306
+ ]
8307
+ },
8308
+ "State": {
8309
+ "type": "VARIANT",
8310
+ "variantOptions": [
8311
+ "Enabled",
8312
+ "Pressed"
8313
+ ]
8314
+ }
8315
+ }
8316
+ };
8317
+
8318
+ const metadata$o = {
8319
+ "name": "๐ŸŸข Floating Action Button",
8320
+ "key": "1974b94703032585bb9e20bd54743e01094b965c",
8321
+ "componentPropertyDefinitions": {
8322
+ "Icon#28796:0": {
8323
+ "type": "INSTANCE_SWAP",
8324
+ "preferredValues": []
8325
+ },
8326
+ "State": {
8327
+ "type": "VARIANT",
8328
+ "variantOptions": [
8329
+ "Enabled",
8330
+ "Pressed"
8331
+ ]
8332
+ }
8333
+ }
8334
+ };
8335
+
8336
+ const metadata$n = {
8337
+ "name": "๐ŸŸข Help Bubble",
8338
+ "key": "804b327c091278a40d5891939eaed90bb2889659",
8339
+ "componentPropertyDefinitions": {
8340
+ "Title#62535:0": {
8341
+ "type": "TEXT"
8342
+ },
8343
+ "Description#62535:98": {
8344
+ "type": "TEXT"
8345
+ },
8346
+ "Show Description#62499:0": {
8347
+ "type": "BOOLEAN"
8348
+ },
8349
+ "Placement": {
8350
+ "type": "VARIANT",
8351
+ "variantOptions": [
8352
+ "Right-Top",
8353
+ "Right-Center",
8354
+ "Right-Bottom",
8355
+ "Left-Top",
8356
+ "Left-Center",
8357
+ "Left-Bottom",
8358
+ "Bottom-Left",
8359
+ "Bottom-Center",
8360
+ "Bottom-Right",
8361
+ "Top-Left",
8362
+ "Top-Center",
8363
+ "Top-Right"
8364
+ ]
8365
+ },
8366
+ "Show Close Button": {
8367
+ "type": "VARIANT",
8368
+ "variantOptions": [
8369
+ "True",
8370
+ "False"
8371
+ ]
8372
+ }
8373
+ }
8374
+ };
8375
+
8376
+ const metadata$m = {
8377
+ "name": "๐ŸŸข Identity Placeholder",
8378
+ "key": "808206c07408aa1056ec85a55925e9844e9265c2",
8379
+ "componentPropertyDefinitions": {
8380
+ "Identity": {
8381
+ "type": "VARIANT",
8382
+ "variantOptions": [
8383
+ "Person",
8384
+ "Business"
8385
+ ]
8386
+ }
8387
+ }
8388
+ };
8389
+
8390
+ const metadata$l = {
8391
+ "name": "๐ŸŸข Inline Banner",
8392
+ "key": "ce587d0f21754af05240cb32a4880227cb0ea1e1",
8393
+ "componentPropertyDefinitions": {
8394
+ "Show Icon#11840:27": {
8395
+ "type": "BOOLEAN"
8396
+ },
8397
+ "Link Label#1547:81": {
8398
+ "type": "TEXT"
8399
+ },
8400
+ "Interaction": {
8401
+ "type": "VARIANT",
8402
+ "variantOptions": [
8403
+ "Default",
8404
+ "Link",
8405
+ "Actionable",
8406
+ "Dismissible"
8407
+ ]
8408
+ },
8409
+ "Variant": {
8410
+ "type": "VARIANT",
8411
+ "variantOptions": [
8412
+ "Neutral Weak",
8413
+ "Informative Weak",
8414
+ "Positive Weak",
8415
+ "Warning Solid",
8416
+ "Warning Weak",
8417
+ "Critical Solid",
8418
+ "Critical Weak"
8419
+ ]
8420
+ },
8421
+ "Show Title": {
8422
+ "type": "VARIANT",
8423
+ "variantOptions": [
8424
+ "True",
8425
+ "False"
8426
+ ]
8427
+ }
8428
+ }
8429
+ };
8430
+
8431
+ const metadata$k = {
8432
+ "name": "๐ŸŸข Main Tab Navigation / Global",
8433
+ "key": "a694a1da14a5c1d7d5c66bc78218c0c61fb388ab",
8434
+ "componentPropertyDefinitions": {
8435
+ "Button Label#6409:18": {
8436
+ "type": "TEXT"
8437
+ },
8438
+ "Title#6406:6": {
8439
+ "type": "TEXT"
8440
+ },
8441
+ "Title Type": {
8442
+ "type": "VARIANT",
8443
+ "variantOptions": [
8444
+ "Text",
8445
+ "Text + Button"
8446
+ ]
8447
+ },
8448
+ "Variant": {
8449
+ "type": "VARIANT",
8450
+ "variantOptions": [
8451
+ "Layer Default",
8452
+ "Transparent"
8453
+ ]
8454
+ }
8455
+ }
8456
+ };
8457
+
8458
+ const metadata$j = {
8459
+ "name": "๐ŸŸข Main Tab Navigation / KR",
8460
+ "key": "41d3601e6b4c632a56cdc8fad485a76c026fdd8e",
8461
+ "componentPropertyDefinitions": {
8462
+ "Title#6406:6": {
8463
+ "type": "TEXT"
8464
+ },
8465
+ "Title Type": {
8466
+ "type": "VARIANT",
8467
+ "variantOptions": [
8468
+ "Text",
8469
+ "Button"
8470
+ ]
8471
+ },
8472
+ "Variant": {
8473
+ "type": "VARIANT",
8474
+ "variantOptions": [
8475
+ "Layer Default",
8476
+ "Transparent"
8477
+ ]
8478
+ }
8479
+ }
8480
+ };
8481
+
8482
+ const metadata$i = {
8483
+ "name": "๐ŸŸข Manner Temp",
8484
+ "key": "030dc68a26c24c37090c8b95ae21043855b5d589",
8485
+ "componentPropertyDefinitions": {
8486
+ "State": {
8487
+ "type": "VARIANT",
8488
+ "variantOptions": [
8489
+ "L1 (~29.9)",
8490
+ "L2 (30.0~36.2)",
8491
+ "L3 (36.3~37.5)",
8492
+ "L4 (37.6~41.9)",
8493
+ "L5 (42~51.9)",
8494
+ "L6 (52~)"
8495
+ ]
8496
+ }
8497
+ }
8498
+ };
8499
+
8500
+ const metadata$h = {
8501
+ "name": "๐ŸŸข Manner Temp (Bar)",
8502
+ "key": "49ca92c450fb5d450be00f69fae709dbb8edc494",
8503
+ "componentPropertyDefinitions": {
8504
+ "Size": {
8505
+ "type": "VARIANT",
8506
+ "variantOptions": [
8507
+ "Medium"
8508
+ ]
8509
+ },
8510
+ "State": {
8511
+ "type": "VARIANT",
8512
+ "variantOptions": [
8513
+ "L1 (29.9 ์ดํ•˜)",
8514
+ "L2 (29.9~36.2)",
8515
+ "L3 (36.3~37.5)",
8516
+ "L4 (37.6~41.9)",
8517
+ "L5 (42~51.9)",
8518
+ "L6 (52~)"
8519
+ ]
8520
+ }
8521
+ }
8522
+ };
8523
+
8524
+ const metadata$g = {
8525
+ "name": "๐ŸŸข Manner Temp Badge",
8526
+ "key": "ac5331cec7a2c75b671df5b85ef247dfd820dd2f",
8527
+ "componentPropertyDefinitions": {
8528
+ "State": {
8529
+ "type": "VARIANT",
8530
+ "variantOptions": [
8531
+ "L1 (~29.9)",
8532
+ "L2 (30.0~36.2)",
8533
+ "L3 (36.3~37.5)",
8534
+ "L4 (37.6~41.9)",
8535
+ "L5 (42~51.9)",
8536
+ "L6 (52~)"
8537
+ ]
8538
+ }
8539
+ }
8540
+ };
8541
+
8542
+ const metadata$f = {
8543
+ "name": "๐ŸŸข Multiline Text Field",
8544
+ "key": "88b2399c930c85f9ce2972163a078bc684b84bbe",
8545
+ "componentPropertyDefinitions": {
8546
+ "Indicator#15327:286": {
8547
+ "type": "TEXT"
8548
+ },
8549
+ "Character Count#15327:360": {
8550
+ "type": "TEXT"
8551
+ },
8552
+ "Max Character Count#15327:175": {
8553
+ "type": "TEXT"
8554
+ },
8555
+ "Label#15327:323": {
8556
+ "type": "TEXT"
8557
+ },
8558
+ "Filled Text#1304:0": {
8559
+ "type": "TEXT"
8560
+ },
8561
+ "Show Character count#958:75": {
8562
+ "type": "BOOLEAN"
8563
+ },
8564
+ "Show Footer#958:25": {
8565
+ "type": "BOOLEAN"
8566
+ },
8567
+ "Show Description#958:50": {
8568
+ "type": "BOOLEAN"
8569
+ },
8570
+ "Description#15327:212": {
8571
+ "type": "TEXT"
8572
+ },
8573
+ "Show Indicator#1259:0": {
8574
+ "type": "BOOLEAN"
8575
+ },
8576
+ "Placeholder#958:0": {
8577
+ "type": "TEXT"
8578
+ },
8579
+ "Show Header#870:0": {
8580
+ "type": "BOOLEAN"
8581
+ },
8582
+ "Size": {
8583
+ "type": "VARIANT",
8584
+ "variantOptions": [
8585
+ "Medium",
8586
+ "Large",
8587
+ "XLarge"
8588
+ ]
8589
+ },
8590
+ "State": {
8591
+ "type": "VARIANT",
8592
+ "variantOptions": [
8593
+ "Enabled",
8594
+ "Focused",
8595
+ "Invalid",
8596
+ "Invalid-Focused",
8597
+ "Disabled",
8598
+ "Read Only"
8599
+ ]
8600
+ },
8601
+ "Filled": {
8602
+ "type": "VARIANT",
8603
+ "variantOptions": [
8604
+ "True",
8605
+ "False"
8606
+ ]
8607
+ }
8608
+ }
8609
+ };
8610
+
8611
+ const metadata$e = {
8612
+ "name": "๐ŸŸข Progress Circle",
8613
+ "key": "6e6779a372cab2485a0e25529bc4dbc9932a7346",
8614
+ "componentPropertyDefinitions": {
8615
+ "Size": {
8616
+ "type": "VARIANT",
8617
+ "variantOptions": [
8618
+ "24",
8619
+ "40"
8620
+ ]
8621
+ },
8622
+ "Tone": {
8623
+ "type": "VARIANT",
8624
+ "variantOptions": [
8625
+ "Neutral",
8626
+ "Brand",
8627
+ "Static White"
8628
+ ]
8629
+ },
8630
+ "Value": {
8631
+ "type": "VARIANT",
8632
+ "variantOptions": [
8633
+ "Indeterminate",
8634
+ "0%",
8635
+ "25%",
8636
+ "75%",
8637
+ "100%"
8638
+ ]
8639
+ }
8640
+ }
8641
+ };
8642
+
8643
+ const metadata$d = {
8644
+ "name": "๐ŸŸข Radio",
8645
+ "key": "ac72d9e5ab04a1d59eaf77dffd380fd6e491ecf8",
8646
+ "componentPropertyDefinitions": {
8647
+ "Label#49990:171": {
8648
+ "type": "TEXT"
8649
+ },
8650
+ "Size": {
8651
+ "type": "VARIANT",
8652
+ "variantOptions": [
8653
+ "Medium",
8654
+ "Large"
8655
+ ]
8656
+ },
8657
+ "State": {
8658
+ "type": "VARIANT",
8659
+ "variantOptions": [
8660
+ "Enabled",
8661
+ "Pressed",
8662
+ "Selected",
8663
+ "Selected-Pressed",
8664
+ "Disabled",
8665
+ "Disabled-Selected"
8666
+ ]
8667
+ }
8668
+ }
8669
+ };
8670
+
8671
+ const metadata$c = {
8672
+ "name": "๐ŸŸข Range Slider",
8673
+ "key": "64fc49184979e0be40aa367ca98868601eb7dad5",
8674
+ "componentPropertyDefinitions": {
8675
+ "Steps": {
8676
+ "type": "VARIANT",
8677
+ "variantOptions": [
8678
+ "0",
8679
+ "1",
8680
+ "2",
8681
+ "3",
8682
+ "4"
8683
+ ]
8684
+ },
8685
+ "State": {
8686
+ "type": "VARIANT",
8687
+ "variantOptions": [
8688
+ "Enabled",
8689
+ "Disabled"
8690
+ ]
8691
+ },
8692
+ "Marker": {
8693
+ "type": "VARIANT",
8694
+ "variantOptions": [
8695
+ "None",
8696
+ "Min Max",
8697
+ "All"
8698
+ ]
8699
+ }
8700
+ }
8701
+ };
8702
+
8703
+ const metadata$b = {
8704
+ "name": "๐ŸŸข Reaction Button",
8705
+ "key": "ec43e4e881f7048e95601f8b58c01a0905a174e0",
8706
+ "componentPropertyDefinitions": {
8707
+ "Icon#12379:0": {
8708
+ "type": "INSTANCE_SWAP",
8709
+ "preferredValues": []
8710
+ },
8711
+ "Show Count#6397:33": {
8712
+ "type": "BOOLEAN"
8713
+ },
8714
+ "Count#15816:0": {
8715
+ "type": "TEXT"
8716
+ },
8717
+ "Label#6397:0": {
8718
+ "type": "TEXT"
8719
+ },
8720
+ "Size": {
8721
+ "type": "VARIANT",
8722
+ "variantOptions": [
8723
+ "XSmall",
8724
+ "Small"
8725
+ ]
8726
+ },
8727
+ "State": {
8728
+ "type": "VARIANT",
8729
+ "variantOptions": [
8730
+ "Enabled",
8731
+ "Pressed",
8732
+ "Loading",
8733
+ "Selected",
8734
+ "Selected-Pressed",
8735
+ "Selected-Loading",
8736
+ "Disabled",
8737
+ "Disabled-Selected"
8738
+ ]
8739
+ }
8740
+ }
8741
+ };
8742
+
8743
+ const metadata$a = {
8744
+ "name": "๐ŸŸข Segmented Control",
8745
+ "key": "3ad7133ba52755867f42f9232375f75639e00d58",
8746
+ "componentPropertyDefinitions": {
8747
+ "Item Count": {
8748
+ "type": "VARIANT",
8749
+ "variantOptions": [
8750
+ "2",
8751
+ "3",
8752
+ "4"
8753
+ ]
8754
+ },
8755
+ "Selected Item": {
8756
+ "type": "VARIANT",
8757
+ "variantOptions": [
8758
+ "1",
8759
+ "2",
8760
+ "3",
8761
+ "4"
8762
+ ]
8763
+ }
8764
+ }
8765
+ };
8766
+
8767
+ const metadata$9 = {
8768
+ "name": "๐ŸŸข Select Box",
8769
+ "key": "38722ffeb4c966256a709155e8ddac50c93d7c60",
8770
+ "componentPropertyDefinitions": {
8771
+ "Label#3635:0": {
8772
+ "type": "TEXT"
8773
+ },
8774
+ "Description #3033:5": {
8775
+ "type": "TEXT"
8776
+ },
8777
+ "Show Description#3033:0": {
8778
+ "type": "BOOLEAN"
8779
+ },
8780
+ "Control": {
8781
+ "type": "VARIANT",
8782
+ "variantOptions": [
8783
+ "Checkbox",
8784
+ "Radio"
8785
+ ]
8786
+ },
8787
+ "State": {
8788
+ "type": "VARIANT",
8789
+ "variantOptions": [
8790
+ "Enabled",
8791
+ "Pressed",
8792
+ "Selected",
8793
+ "Selected-Pressed"
8794
+ ]
8795
+ }
8796
+ }
8797
+ };
8798
+
8799
+ const metadata$8 = {
8800
+ "name": "๐ŸŸข Skeleton",
8801
+ "key": "ef22c3288722fbfa64a5ab73df397ade88f8e05a",
8802
+ "componentPropertyDefinitions": {
8803
+ "Radius": {
8804
+ "type": "VARIANT",
8805
+ "variantOptions": [
8806
+ "0",
8807
+ "8",
8808
+ "16",
8809
+ "Full"
8810
+ ]
8811
+ }
8812
+ }
8813
+ };
8814
+
8815
+ const metadata$7 = {
8816
+ "name": "๐ŸŸข Slider",
8817
+ "key": "aee027230a478315e380704c4523141e67e464ee",
8818
+ "componentPropertyDefinitions": {
8819
+ "Steps": {
8820
+ "type": "VARIANT",
8821
+ "variantOptions": [
8822
+ "0",
8823
+ "1",
8824
+ "2",
8825
+ "3",
8826
+ "4"
8827
+ ]
8828
+ },
8829
+ "State": {
8830
+ "type": "VARIANT",
8831
+ "variantOptions": [
8832
+ "Enabled",
8833
+ "Disabled"
8834
+ ]
8835
+ },
8836
+ "Marker": {
8837
+ "type": "VARIANT",
8838
+ "variantOptions": [
8839
+ "None",
8840
+ "Min Max",
8841
+ "All"
8842
+ ]
8843
+ }
8844
+ }
8845
+ };
8846
+
8847
+ const metadata$6 = {
8848
+ "name": "๐ŸŸข Snackbar",
8849
+ "key": "81b17fb8c7d731a19cf8d36a8605559d41414eca",
8850
+ "componentPropertyDefinitions": {
8851
+ "Action Button Label#1528:8": {
8852
+ "type": "TEXT"
8853
+ },
8854
+ "Message#1528:4": {
8855
+ "type": "TEXT"
8856
+ },
8857
+ "Show Action Button#1528:0": {
8858
+ "type": "BOOLEAN"
8859
+ },
8860
+ "Variant": {
8861
+ "type": "VARIANT",
8862
+ "variantOptions": [
8863
+ "Default",
8864
+ "Positive",
8865
+ "Critical"
8866
+ ]
8867
+ }
8868
+ }
8869
+ };
8870
+
8871
+ const metadata$5 = {
8872
+ "name": "๐ŸŸข Standard Navigation",
8873
+ "key": "c07bfe331cf214375fce9ad47cb6fdb459d1fb1b",
8874
+ "componentPropertyDefinitions": {
8875
+ "Title#28176:5": {
8876
+ "type": "BOOLEAN"
8877
+ },
8878
+ "Variant": {
8879
+ "type": "VARIANT",
8880
+ "variantOptions": [
8881
+ "Layer Default",
8882
+ "Transparent"
8883
+ ]
8884
+ },
8885
+ "OS": {
8886
+ "type": "VARIANT",
8887
+ "variantOptions": [
8888
+ "iOS",
8889
+ "Android"
8890
+ ]
8891
+ }
8892
+ }
8893
+ };
8894
+
8895
+ const metadata$4 = {
8896
+ "name": "๐ŸŸข Switch",
8897
+ "key": "80ce5a33b5ab713ab3bd2449472e2fb13d78c7f3",
8898
+ "componentPropertyDefinitions": {
8899
+ "Label#15191:2": {
8900
+ "type": "TEXT"
8901
+ },
8902
+ "Size": {
8903
+ "type": "VARIANT",
8904
+ "variantOptions": [
8905
+ "Small",
8906
+ "Medium"
8907
+ ]
8908
+ },
8909
+ "State": {
8910
+ "type": "VARIANT",
8911
+ "variantOptions": [
8912
+ "Enabled",
8913
+ "Selected",
8914
+ "Disabled",
8915
+ "Disabled-Selected"
8916
+ ]
8917
+ }
8918
+ }
8919
+ };
8920
+
8921
+ const metadata$3 = {
8922
+ "name": "๐ŸŸข Tablist",
8923
+ "key": "ffe33411fb8796f7a95d3637b90150007f0dd954",
8924
+ "componentPropertyDefinitions": {
8925
+ "Size": {
8926
+ "type": "VARIANT",
8927
+ "variantOptions": [
8928
+ "Small",
8929
+ "Medium"
8930
+ ]
8931
+ },
8932
+ "Layout": {
8933
+ "type": "VARIANT",
8934
+ "variantOptions": [
8935
+ "Hug",
8936
+ "Fill"
8937
+ ]
8938
+ },
8939
+ "Tab Count": {
8940
+ "type": "VARIANT",
8941
+ "variantOptions": [
8942
+ "2",
8943
+ "3",
8944
+ "4",
8945
+ "5+"
8946
+ ]
8947
+ }
8948
+ }
8949
+ };
8950
+
8951
+ const metadata$2 = {
8952
+ "name": "๐ŸŸข Text Button",
8953
+ "key": "601f788792916250e33d04bd3165dee1404342df",
8954
+ "componentPropertyDefinitions": {
8955
+ "Prefix Icon#7561:0": {
8956
+ "type": "INSTANCE_SWAP",
8957
+ "preferredValues": []
8958
+ },
8959
+ "Label#6148:0": {
8960
+ "type": "TEXT"
8961
+ },
8962
+ "Size": {
8963
+ "type": "VARIANT",
8964
+ "variantOptions": [
8965
+ "Small",
8966
+ "Medium",
8967
+ "Large"
8968
+ ]
8969
+ },
8970
+ "Layout": {
8971
+ "type": "VARIANT",
8972
+ "variantOptions": [
8973
+ "Icon First",
8974
+ "Icon Last"
8975
+ ]
8976
+ },
8977
+ "Tone": {
8978
+ "type": "VARIANT",
8979
+ "variantOptions": [
8980
+ "Neutral",
8981
+ "Neutral Subtle",
8982
+ "Brand",
8983
+ "Critical"
8984
+ ]
8985
+ },
8986
+ "State": {
8987
+ "type": "VARIANT",
8988
+ "variantOptions": [
8989
+ "Enabled",
8990
+ "Pressed",
8991
+ "Disabled"
8992
+ ]
8993
+ }
8994
+ }
8995
+ };
8996
+
8997
+ const metadata$1 = {
8998
+ "name": "๐ŸŸข Text Field",
8999
+ "key": "c49873c37a639f0dffdea4efd0eb43760d66c141",
9000
+ "componentPropertyDefinitions": {
9001
+ "Suffix Text#15327:138": {
9002
+ "type": "TEXT"
9003
+ },
9004
+ "Indicator#15327:249": {
9005
+ "type": "TEXT"
9006
+ },
9007
+ "Label#14964:0": {
9008
+ "type": "TEXT"
9009
+ },
9010
+ "Character Count#15327:64": {
9011
+ "type": "TEXT"
9012
+ },
9013
+ "Description#12626:5": {
9014
+ "type": "TEXT"
9015
+ },
9016
+ "Filled Text#1304:0": {
9017
+ "type": "TEXT"
9018
+ },
9019
+ "Show Suffix Icon#1267:75": {
9020
+ "type": "BOOLEAN"
9021
+ },
9022
+ "Show Prefix Icon#1267:50": {
9023
+ "type": "BOOLEAN"
9024
+ },
9025
+ "Prefix Icon#1267:25": {
9026
+ "type": "INSTANCE_SWAP",
9027
+ "preferredValues": []
9028
+ },
9029
+ "Show Prefix#958:125": {
9030
+ "type": "BOOLEAN"
9031
+ },
9032
+ "Show Suffix#958:100": {
9033
+ "type": "BOOLEAN"
9034
+ },
9035
+ "Show Character Count#958:75": {
9036
+ "type": "BOOLEAN"
9037
+ },
9038
+ "Show Footer#958:25": {
9039
+ "type": "BOOLEAN"
9040
+ },
9041
+ "Max Character Count#15327:27": {
9042
+ "type": "TEXT"
9043
+ },
9044
+ "Show Prefix Text#1267:0": {
9045
+ "type": "BOOLEAN"
9046
+ },
9047
+ "Show Suffix Text#1267:125": {
9048
+ "type": "BOOLEAN"
9049
+ },
9050
+ "Suffix Icon #1267:100": {
9051
+ "type": "INSTANCE_SWAP",
9052
+ "preferredValues": []
9053
+ },
9054
+ "Show Description#958:50": {
9055
+ "type": "BOOLEAN"
9056
+ },
9057
+ "Prefix Text#15327:101": {
9058
+ "type": "TEXT"
9059
+ },
9060
+ "Show Indicator#1259:0": {
9061
+ "type": "BOOLEAN"
9062
+ },
9063
+ "Placeholder#958:0": {
9064
+ "type": "TEXT"
9065
+ },
9066
+ "Show Header#870:0": {
9067
+ "type": "BOOLEAN"
9068
+ },
9069
+ "Size": {
9070
+ "type": "VARIANT",
9071
+ "variantOptions": [
9072
+ "Medium",
9073
+ "Large",
9074
+ "XLarge"
9075
+ ]
9076
+ },
9077
+ "State": {
9078
+ "type": "VARIANT",
9079
+ "variantOptions": [
9080
+ "Enabled",
9081
+ "Focused",
9082
+ "Invalid",
9083
+ "Invalid-Focused",
9084
+ "Disabled",
9085
+ "Read Only"
9086
+ ]
9087
+ },
9088
+ "Filled": {
9089
+ "type": "VARIANT",
9090
+ "variantOptions": [
9091
+ "True",
9092
+ "False"
9093
+ ]
9094
+ }
9095
+ }
9096
+ };
9097
+
9098
+ const metadata = {
9099
+ "name": "๐ŸŸข Toggle Button",
9100
+ "key": "1d240ee5fd7a56879713e69cbea1b6f006f0ea22",
9101
+ "componentPropertyDefinitions": {
9102
+ "Suffix Icon#6122:343": {
9103
+ "type": "INSTANCE_SWAP",
9104
+ "preferredValues": []
9105
+ },
9106
+ "Show Prefix Icon#6122:392": {
9107
+ "type": "BOOLEAN"
9108
+ },
9109
+ "Show Suffix Icon#6122:147": {
9110
+ "type": "BOOLEAN"
9111
+ },
9112
+ "Prefix Icon#6122:98": {
9113
+ "type": "INSTANCE_SWAP",
9114
+ "preferredValues": []
9115
+ },
9116
+ "Label#6122:49": {
9117
+ "type": "TEXT"
9118
+ },
9119
+ "Size": {
9120
+ "type": "VARIANT",
9121
+ "variantOptions": [
9122
+ "Small",
9123
+ "XSmall"
9124
+ ]
9125
+ },
9126
+ "Variant": {
9127
+ "type": "VARIANT",
9128
+ "variantOptions": [
9129
+ "Neutral Weak",
9130
+ "Brand Solid"
9131
+ ]
9132
+ },
9133
+ "State": {
9134
+ "type": "VARIANT",
9135
+ "variantOptions": [
9136
+ "Enabled",
9137
+ "Pressed",
9138
+ "Loading",
9139
+ "Selected",
9140
+ "Selected-Pressed",
9141
+ "Selected-Loading",
9142
+ "Disabled",
9143
+ "Disabled-Selected"
9144
+ ]
9145
+ }
9146
+ }
9147
+ };
9148
+
9149
+ var FIGMA_COMPONENTS = {
9150
+ __proto__: null,
9151
+ actionButton: metadata$F,
9152
+ actionChip: metadata$E,
9153
+ actionSheet: metadata$D,
9154
+ avatar: metadata$C,
9155
+ avatarStack: metadata$B,
9156
+ badge: metadata$A,
9157
+ bottomNavigationGlobal: metadata$z,
9158
+ bottomNavigationKr: metadata$y,
9159
+ bottomSheet: metadata$x,
9160
+ callout: metadata$w,
9161
+ checkbox: metadata$v,
9162
+ chipTablist: metadata$u,
9163
+ controlChip: metadata$t,
9164
+ divider: metadata$s,
9165
+ errorState: metadata$r,
9166
+ extendedActionSheet: metadata$q,
9167
+ extendedFloatingActionButton: metadata$p,
9168
+ floatingActionButton: metadata$o,
9169
+ helpBubble: metadata$n,
9170
+ identityPlaceholder: metadata$m,
9171
+ inlineBanner: metadata$l,
9172
+ mainTabNavigationGlobal: metadata$k,
9173
+ mainTabNavigationKr: metadata$j,
9174
+ mannerTemp: metadata$i,
9175
+ mannerTempBadge: metadata$g,
9176
+ mannerTempBar: metadata$h,
9177
+ multilineTextField: metadata$f,
9178
+ progressCircle: metadata$e,
9179
+ radio: metadata$d,
9180
+ rangeSlider: metadata$c,
9181
+ reactionButton: metadata$b,
9182
+ segmentedControl: metadata$a,
9183
+ selectBox: metadata$9,
9184
+ skeleton: metadata$8,
9185
+ slider: metadata$7,
9186
+ snackbar: metadata$6,
9187
+ standardNavigation: metadata$5,
9188
+ switch: metadata$4,
9189
+ tablist: metadata$3,
9190
+ templateBottomFixedBar: metadata$K,
9191
+ templateButtonGroup: metadata$J,
9192
+ templateChipGroup: metadata$I,
9193
+ templateSelectBoxGroup: metadata$H,
9194
+ templateTopNavigation: metadata$G,
9195
+ textButton: metadata$2,
9196
+ textField: metadata$1,
9197
+ toggleButton: metadata
9198
+ };
9199
+
7531
9200
  function createStaticStyleRepository(styles) {
7532
9201
  const stylesMap = new Map();
7533
9202
  const stylesNameMap = new Map();
@@ -7582,6 +9251,16 @@ function createStaticVariableRepository({ variables, variableCollections }) {
7582
9251
  };
7583
9252
  }
7584
9253
 
9254
+ function createStaticComponentRepository(data) {
9255
+ const componentRecord = {};
9256
+ Object.values(data).forEach((component)=>{
9257
+ componentRecord[component.key] = component;
9258
+ });
9259
+ return {
9260
+ getOne: (key)=>componentRecord[key]
9261
+ };
9262
+ }
9263
+
7585
9264
  // TODO: inferStyleName ์ถ”๊ฐ€ํ•ด์•ผ ํ•จ, rest api์—์„œ style value๊ฐ€ ์ œ๊ณต๋˜์ง€ ์•Š๊ณ  ์žˆ์–ด ๋ณด๋ฅ˜
7586
9265
  function createStyleService({ styleRepository }) {
7587
9266
  function getName(id) {
@@ -7690,6 +9369,7 @@ const variableRepository = createStaticVariableRepository({
7690
9369
  variables: FIGMA_VARIABLES,
7691
9370
  variableCollections: FIGMA_VARIABLE_COLLECTIONS
7692
9371
  });
9372
+ const componentRepository = createStaticComponentRepository(FIGMA_COMPONENTS);
7693
9373
 
7694
9374
  const styleService = createStyleService({
7695
9375
  styleRepository
@@ -7737,8 +9417,18 @@ function createFrameTransformer({ propsConverters }) {
7737
9417
  });
7738
9418
  }
7739
9419
 
7740
- function createInstanceTransformer({ frameTransformer }) {
9420
+ function createInstanceTransformer({ frameTransformer, componentRepository }) {
7741
9421
  const transform = defineElementTransformer((node, traverse)=>{
9422
+ const component = componentRepository?.getOne(node.componentSetKey ?? node.componentKey);
9423
+ if (component) {
9424
+ return createElement("Instance", {
9425
+ componentName: component.name,
9426
+ ...Object.fromEntries(Object.entries(node.componentProperties).filter(([_, props])=>props.type === "VARIANT" || props.type === "TEXT").map(([key, props])=>[
9427
+ camelCase(key.split("#")[0]),
9428
+ camelCase(props.value)
9429
+ ]))
9430
+ });
9431
+ }
7742
9432
  return frameTransformer(node, traverse);
7743
9433
  });
7744
9434
  return transform;
@@ -7958,7 +9648,8 @@ function createPipeline(options = {}) {
7958
9648
  propsConverters
7959
9649
  });
7960
9650
  const instanceTransformer = createInstanceTransformer({
7961
- frameTransformer
9651
+ frameTransformer,
9652
+ componentRepository
7962
9653
  });
7963
9654
  const textTransformer = createTextTransformer({
7964
9655
  propsConverters