@seed-design/figma 0.2.3 → 0.2.4

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 (47) hide show
  1. package/lib/codegen/index.cjs +294 -62
  2. package/lib/codegen/index.d.ts +460 -68
  3. package/lib/codegen/index.d.ts.map +1 -1
  4. package/lib/codegen/index.js +294 -62
  5. package/lib/codegen/targets/react/index.cjs +856 -242
  6. package/lib/codegen/targets/react/index.d.ts.map +1 -1
  7. package/lib/codegen/targets/react/index.js +856 -242
  8. package/lib/index.cjs +285 -60
  9. package/lib/index.js +285 -60
  10. package/package.json +2 -2
  11. package/src/codegen/component-properties.ts +82 -6
  12. package/src/codegen/core/jsx.ts +14 -2
  13. package/src/codegen/targets/react/component/handlers/checkbox.ts +7 -0
  14. package/src/codegen/targets/react/component/handlers/checkmark.ts +29 -0
  15. package/src/codegen/targets/react/component/handlers/chip.ts +5 -2
  16. package/src/codegen/targets/react/component/handlers/divider.ts +8 -2
  17. package/src/codegen/targets/react/component/handlers/help-bubble.ts +2 -0
  18. package/src/codegen/targets/react/component/handlers/list-item.ts +155 -0
  19. package/src/codegen/targets/react/component/handlers/radio-group.ts +31 -0
  20. package/src/codegen/targets/react/component/handlers/radio-mark.ts +27 -0
  21. package/src/codegen/targets/react/component/handlers/switch.ts +7 -0
  22. package/src/codegen/targets/react/component/handlers/tabs.ts +288 -5
  23. package/src/codegen/targets/react/component/index.ts +12 -2
  24. package/src/entities/data/__generated__/component-sets/checkbox.d.ts +9 -2
  25. package/src/entities/data/__generated__/component-sets/checkbox.mjs +9 -2
  26. package/src/entities/data/__generated__/component-sets/checkmark.d.ts +13 -6
  27. package/src/entities/data/__generated__/component-sets/checkmark.mjs +13 -6
  28. package/src/entities/data/__generated__/component-sets/divider.d.ts +2 -2
  29. package/src/entities/data/__generated__/component-sets/divider.mjs +2 -2
  30. package/src/entities/data/__generated__/component-sets/help-bubble.d.ts +3 -0
  31. package/src/entities/data/__generated__/component-sets/help-bubble.mjs +3 -0
  32. package/src/entities/data/__generated__/component-sets/index.d.ts +2 -0
  33. package/src/entities/data/__generated__/component-sets/index.mjs +2 -0
  34. package/src/entities/data/__generated__/component-sets/list-header.d.ts +24 -0
  35. package/src/entities/data/__generated__/component-sets/list-header.mjs +24 -0
  36. package/src/entities/data/__generated__/component-sets/list-item.d.ts +152 -0
  37. package/src/entities/data/__generated__/component-sets/list-item.mjs +152 -0
  38. package/src/entities/data/__generated__/component-sets/radio-mark.d.ts +7 -0
  39. package/src/entities/data/__generated__/component-sets/radio-mark.mjs +7 -0
  40. package/src/entities/data/__generated__/component-sets/radio.d.ts +14 -0
  41. package/src/entities/data/__generated__/component-sets/radio.mjs +14 -0
  42. package/src/entities/data/__generated__/component-sets/switch.d.ts +10 -3
  43. package/src/entities/data/__generated__/component-sets/switch.mjs +10 -3
  44. package/src/entities/data/__generated__/component-sets/tabs.d.ts +1 -1
  45. package/src/entities/data/__generated__/component-sets/tabs.mjs +1 -1
  46. package/src/entities/data/__generated__/component-sets/inline-banner.d.ts +0 -40
  47. package/src/entities/data/__generated__/component-sets/inline-banner.mjs +0 -40
package/lib/index.js CHANGED
@@ -10361,7 +10361,7 @@ const FIGMA_VARIABLES = {
10361
10361
  }
10362
10362
  };
10363
10363
 
10364
- const metadata$L = {
10364
+ const metadata$N = {
10365
10365
  "name": "🔵 [Template] Button Group",
10366
10366
  "key": "29109a34197f2eb5d390b1d9ebba270979a7b302",
10367
10367
  "componentPropertyDefinitions": {
@@ -10389,7 +10389,7 @@ const metadata$L = {
10389
10389
  }
10390
10390
  };
10391
10391
 
10392
- const metadata$K = {
10392
+ const metadata$M = {
10393
10393
  "name": "🔵 [Template] Chip Group",
10394
10394
  "key": "5b1155aae0f90d1bce6a7499f53a547e88ec3b86",
10395
10395
  "componentPropertyDefinitions": {
@@ -10419,7 +10419,7 @@ const metadata$K = {
10419
10419
  }
10420
10420
  };
10421
10421
 
10422
- const metadata$J = {
10422
+ const metadata$L = {
10423
10423
  "name": "🔵 [Template] Completion",
10424
10424
  "key": "d91c789c66c2da665d820318f1a4d8671946eb79",
10425
10425
  "componentPropertyDefinitions": {
@@ -10448,7 +10448,7 @@ const metadata$J = {
10448
10448
  }
10449
10449
  };
10450
10450
 
10451
- const metadata$I = {
10451
+ const metadata$K = {
10452
10452
  "name": "🔵 [Template] Error State",
10453
10453
  "key": "39b4ecd0b5b4d35f4dc5791765ca04aa062a5172",
10454
10454
  "componentPropertyDefinitions": {
@@ -10481,7 +10481,7 @@ const metadata$I = {
10481
10481
  }
10482
10482
  };
10483
10483
 
10484
- const metadata$H = {
10484
+ const metadata$J = {
10485
10485
  "name": "🔵 [Template] Select Box Group",
10486
10486
  "key": "a3d58bb8540600878742cdcf2608a4b3851667ec",
10487
10487
  "componentPropertyDefinitions": {
@@ -10506,7 +10506,7 @@ const metadata$H = {
10506
10506
  }
10507
10507
  };
10508
10508
 
10509
- const metadata$G = {
10509
+ const metadata$I = {
10510
10510
  "name": "🔵 [Template] Top Navigation",
10511
10511
  "key": "74f045c1972dc31d0fddd0a0027537b6779cd0e8",
10512
10512
  "componentPropertyDefinitions": {
@@ -10534,7 +10534,7 @@ const metadata$G = {
10534
10534
  }
10535
10535
  };
10536
10536
 
10537
- const metadata$F = {
10537
+ const metadata$H = {
10538
10538
  "name": "🟢 Action Button",
10539
10539
  "key": "450ede9d0bf42fc6ef14345c77e6e407d6d5ee89",
10540
10540
  "componentPropertyDefinitions": {
@@ -10594,7 +10594,7 @@ const metadata$F = {
10594
10594
  }
10595
10595
  };
10596
10596
 
10597
- const metadata$E = {
10597
+ const metadata$G = {
10598
10598
  "name": "🟢 Alert Dialog",
10599
10599
  "key": "e0c89524a554ca1bf95c016b7255f29e257624aa",
10600
10600
  "componentPropertyDefinitions": {
@@ -10621,7 +10621,7 @@ const metadata$E = {
10621
10621
  }
10622
10622
  };
10623
10623
 
10624
- const metadata$D = {
10624
+ const metadata$F = {
10625
10625
  "name": "🟢 Avatar",
10626
10626
  "key": "4a8853c3068c08b69b13e71dd42ce186e968697e",
10627
10627
  "componentPropertyDefinitions": {
@@ -10654,7 +10654,7 @@ const metadata$D = {
10654
10654
  }
10655
10655
  };
10656
10656
 
10657
- const metadata$C = {
10657
+ const metadata$E = {
10658
10658
  "name": "🟢 Avatar Stack",
10659
10659
  "key": "e8e91e01000d878742c55cd6e44b6786460440f7",
10660
10660
  "componentPropertyDefinitions": {
@@ -10675,7 +10675,7 @@ const metadata$C = {
10675
10675
  }
10676
10676
  };
10677
10677
 
10678
- const metadata$B = {
10678
+ const metadata$D = {
10679
10679
  "name": "🟢 Badge",
10680
10680
  "key": "04609a35d47a1a0ef4904b3c25f79451892a85a1",
10681
10681
  "componentPropertyDefinitions": {
@@ -10711,7 +10711,7 @@ const metadata$B = {
10711
10711
  }
10712
10712
  };
10713
10713
 
10714
- const metadata$A = {
10714
+ const metadata$C = {
10715
10715
  "name": "🟢 Bottom Navigation / Global",
10716
10716
  "key": "983650a4dff639b38bf68ff6004efc8ec4fb5c20",
10717
10717
  "componentPropertyDefinitions": {
@@ -10735,7 +10735,7 @@ const metadata$A = {
10735
10735
  }
10736
10736
  };
10737
10737
 
10738
- const metadata$z = {
10738
+ const metadata$B = {
10739
10739
  "name": "🟢 Bottom Navigation / KR",
10740
10740
  "key": "accc7cea2d0250cdfbf0197ce00a677c6b9e0dae",
10741
10741
  "componentPropertyDefinitions": {
@@ -10752,7 +10752,7 @@ const metadata$z = {
10752
10752
  }
10753
10753
  };
10754
10754
 
10755
- const metadata$y = {
10755
+ const metadata$A = {
10756
10756
  "name": "🟢 Bottom Sheet",
10757
10757
  "key": "16bafa5d1155896fe18fb6f52f904f5cd2048686",
10758
10758
  "componentPropertyDefinitions": {
@@ -10816,7 +10816,7 @@ const metadata$y = {
10816
10816
  }
10817
10817
  };
10818
10818
 
10819
- const metadata$x = {
10819
+ const metadata$z = {
10820
10820
  "name": "🟢 Callout",
10821
10821
  "key": "ec46d38baac3c367c4a5ffa47a2110d51ba0a4fe",
10822
10822
  "componentPropertyDefinitions": {
@@ -10865,7 +10865,7 @@ const metadata$x = {
10865
10865
  }
10866
10866
  };
10867
10867
 
10868
- const metadata$w = {
10868
+ const metadata$y = {
10869
10869
  "name": "🟢 Checkbox",
10870
10870
  "key": "94a2f6957a86f8ae3b8c7ca200dfcd5e29f6075b",
10871
10871
  "componentPropertyDefinitions": {
@@ -10879,6 +10879,13 @@ const metadata$w = {
10879
10879
  "Large"
10880
10880
  ]
10881
10881
  },
10882
+ "Tone": {
10883
+ "type": "VARIANT",
10884
+ "variantOptions": [
10885
+ "🚫[Deprecated]Brand",
10886
+ "Neutral"
10887
+ ]
10888
+ },
10882
10889
  "Shape": {
10883
10890
  "type": "VARIANT",
10884
10891
  "variantOptions": [
@@ -10889,8 +10896,8 @@ const metadata$w = {
10889
10896
  "Weight": {
10890
10897
  "type": "VARIANT",
10891
10898
  "variantOptions": [
10892
- "Default",
10893
- "Stronger"
10899
+ "Bold",
10900
+ "Regular"
10894
10901
  ]
10895
10902
  },
10896
10903
  "Selected": {
@@ -10912,22 +10919,29 @@ const metadata$w = {
10912
10919
  }
10913
10920
  };
10914
10921
 
10915
- const metadata$v = {
10922
+ const metadata$x = {
10916
10923
  "name": "🟢 Checkmark",
10917
10924
  "key": "fae60fb392f55bde60de1dbccb2f453320068805",
10918
10925
  "componentPropertyDefinitions": {
10919
- "Shape": {
10926
+ "Size": {
10920
10927
  "type": "VARIANT",
10921
10928
  "variantOptions": [
10922
- "Square",
10923
- "Ghost"
10929
+ "Medium",
10930
+ "Large"
10924
10931
  ]
10925
10932
  },
10926
- "Size": {
10933
+ "Tone": {
10927
10934
  "type": "VARIANT",
10928
10935
  "variantOptions": [
10929
- "Medium",
10930
- "Large"
10936
+ "🚫[Deprecated]Brand",
10937
+ "Neutral"
10938
+ ]
10939
+ },
10940
+ "Shape": {
10941
+ "type": "VARIANT",
10942
+ "variantOptions": [
10943
+ "Square",
10944
+ "Ghost"
10931
10945
  ]
10932
10946
  },
10933
10947
  "Selected": {
@@ -10949,7 +10963,7 @@ const metadata$v = {
10949
10963
  }
10950
10964
  };
10951
10965
 
10952
- const metadata$u = {
10966
+ const metadata$w = {
10953
10967
  "name": "🟢 Chip",
10954
10968
  "key": "8156ef08d9aaa2b0de1cc4a113ec0c9d0586f831",
10955
10969
  "componentPropertyDefinitions": {
@@ -11040,7 +11054,7 @@ const metadata$u = {
11040
11054
  }
11041
11055
  };
11042
11056
 
11043
- const metadata$t = {
11057
+ const metadata$v = {
11044
11058
  "name": "🟢 Chlid",
11045
11059
  "key": "aa9ffdd60fbfdea42f0d11162cd64f4b4389ddcc",
11046
11060
  "componentPropertyDefinitions": {
@@ -11055,7 +11069,7 @@ const metadata$t = {
11055
11069
  }
11056
11070
  };
11057
11071
 
11058
- const metadata$s = {
11072
+ const metadata$u = {
11059
11073
  "name": "🟢 Contextual Floating Button",
11060
11074
  "key": "032f3fddaad0aa3fa5a7f680768c1f5d02fb463f",
11061
11075
  "componentPropertyDefinitions": {
@@ -11092,7 +11106,7 @@ const metadata$s = {
11092
11106
  }
11093
11107
  };
11094
11108
 
11095
- const metadata$r = {
11109
+ const metadata$t = {
11096
11110
  "name": "🟢 Divider",
11097
11111
  "key": "848e953725f757ea1a79e1fecc0b608a035032d3",
11098
11112
  "componentPropertyDefinitions": {
@@ -11102,8 +11116,8 @@ const metadata$r = {
11102
11116
  "Tone": {
11103
11117
  "type": "VARIANT",
11104
11118
  "variantOptions": [
11105
- "Neutral",
11106
- "Neutral Muted"
11119
+ "Neutral Muted",
11120
+ "Neutral Subtle"
11107
11121
  ]
11108
11122
  },
11109
11123
  "Orientation": {
@@ -11116,7 +11130,7 @@ const metadata$r = {
11116
11130
  }
11117
11131
  };
11118
11132
 
11119
- const metadata$q = {
11133
+ const metadata$s = {
11120
11134
  "name": "🟢 Floating Action Button",
11121
11135
  "key": "65f9e7eede627b893fb8ff94ed9a7d0db900c464",
11122
11136
  "componentPropertyDefinitions": {
@@ -11130,10 +11144,13 @@ const metadata$q = {
11130
11144
  }
11131
11145
  };
11132
11146
 
11133
- const metadata$p = {
11147
+ const metadata$r = {
11134
11148
  "name": "🟢 Help Bubble",
11135
11149
  "key": "804b327c091278a40d5891939eaed90bb2889659",
11136
11150
  "componentPropertyDefinitions": {
11151
+ "Show Close Button#40538:0": {
11152
+ "type": "BOOLEAN"
11153
+ },
11137
11154
  "Show Description#62499:0": {
11138
11155
  "type": "BOOLEAN"
11139
11156
  },
@@ -11163,6 +11180,184 @@ const metadata$p = {
11163
11180
  }
11164
11181
  };
11165
11182
 
11183
+ const metadata$q = {
11184
+ "name": "🟢 List Header",
11185
+ "key": "609f93ed0608ef0a6d9a351e47595ad631bae0fa",
11186
+ "componentPropertyDefinitions": {
11187
+ "Title#28588:0": {
11188
+ "type": "TEXT"
11189
+ },
11190
+ "Suffix": {
11191
+ "type": "VARIANT",
11192
+ "variantOptions": [
11193
+ "None",
11194
+ "Button",
11195
+ "Custom"
11196
+ ]
11197
+ },
11198
+ "Title Weight": {
11199
+ "type": "VARIANT",
11200
+ "variantOptions": [
11201
+ "Medium",
11202
+ "Bold"
11203
+ ]
11204
+ }
11205
+ }
11206
+ };
11207
+
11208
+ const metadata$p = {
11209
+ "name": "🟢 List Item",
11210
+ "key": "b51b7d07c659fee5d696565b8e1151636573b27c",
11211
+ "componentPropertyDefinitions": {
11212
+ "Divider#28441:0": {
11213
+ "type": "BOOLEAN"
11214
+ },
11215
+ "Suffix Type#28441:42": {
11216
+ "type": "INSTANCE_SWAP",
11217
+ "preferredValues": [
11218
+ {
11219
+ "type": "COMPONENT",
11220
+ "key": "8c52207687ffed15cd5931d71ed9d196b3358a68"
11221
+ },
11222
+ {
11223
+ "type": "COMPONENT",
11224
+ "key": "fe0e25f4fecda59d0a3730ead7c5bc0a66a41e7e"
11225
+ },
11226
+ {
11227
+ "type": "COMPONENT",
11228
+ "key": "abf9810103ae6e6afe8fa253ec5f05d6a7304b38"
11229
+ },
11230
+ {
11231
+ "type": "COMPONENT",
11232
+ "key": "0a9464ad270bfd7f56438f62bb0155a25ca146a9"
11233
+ },
11234
+ {
11235
+ "type": "COMPONENT",
11236
+ "key": "4cc7e9b84a8388a36cb3898c6c02e6110a3281b9"
11237
+ },
11238
+ {
11239
+ "type": "COMPONENT",
11240
+ "key": "1e933f75dd6bb4b21c3289b5c3b4402d2c623125"
11241
+ },
11242
+ {
11243
+ "type": "COMPONENT",
11244
+ "key": "11ba71b11b336199654cd2801967a44996705449"
11245
+ },
11246
+ {
11247
+ "type": "COMPONENT",
11248
+ "key": "c0eaee6146c6dc92bfd9b081d667f45ee611b1d2"
11249
+ },
11250
+ {
11251
+ "type": "COMPONENT_SET",
11252
+ "key": "3d788f28c785d1c60b937b253c39ce582dbe1ed3"
11253
+ },
11254
+ {
11255
+ "type": "COMPONENT_SET",
11256
+ "key": "5636566f6de6f58200dce388f7b1ac9f517b30e1"
11257
+ },
11258
+ {
11259
+ "type": "COMPONENT",
11260
+ "key": "3a70bf5bb9856c13893931b7a0df652bcf0be895"
11261
+ }
11262
+ ]
11263
+ },
11264
+ "Title#28452:21": {
11265
+ "type": "TEXT"
11266
+ },
11267
+ "Has Suffix#28452:64": {
11268
+ "type": "BOOLEAN"
11269
+ },
11270
+ "Has Prefix#28452:85": {
11271
+ "type": "BOOLEAN"
11272
+ },
11273
+ "Prefix Type#28452:106": {
11274
+ "type": "INSTANCE_SWAP",
11275
+ "preferredValues": [
11276
+ {
11277
+ "type": "COMPONENT",
11278
+ "key": "0e4c05f097d3fa2dc0cbfdbf8db2662bcf8439ca"
11279
+ },
11280
+ {
11281
+ "type": "COMPONENT",
11282
+ "key": "ef0e8bd6c2f92e620acf204bb9a8079ef25a1e5c"
11283
+ },
11284
+ {
11285
+ "type": "COMPONENT",
11286
+ "key": "82239325aa1cb65af7c649fc71a8f2b48fb9b9f3"
11287
+ },
11288
+ {
11289
+ "type": "COMPONENT",
11290
+ "key": "f24c9ef42ef08df79483fbae0fa7d9037e566748"
11291
+ },
11292
+ {
11293
+ "type": "COMPONENT",
11294
+ "key": "5a77ad37a2291989dfe77c44ddee9aa39e447f90"
11295
+ },
11296
+ {
11297
+ "type": "COMPONENT",
11298
+ "key": "81f201fc876e38f016ab7427a6b3da000ee919a2"
11299
+ }
11300
+ ]
11301
+ },
11302
+ "Has Detail#28469:1": {
11303
+ "type": "BOOLEAN"
11304
+ },
11305
+ "Detail Type#28469:11": {
11306
+ "type": "INSTANCE_SWAP",
11307
+ "preferredValues": [
11308
+ {
11309
+ "type": "COMPONENT",
11310
+ "key": "b27f70404d8f055ec39f9049a5a86920c11be979"
11311
+ },
11312
+ {
11313
+ "type": "COMPONENT",
11314
+ "key": "43795c2e3e507dc555f9ec08bf4bf1abf8c2051a"
11315
+ },
11316
+ {
11317
+ "type": "COMPONENT",
11318
+ "key": "73bcdff1b73998d1f440fb8827df2eafc4338c1d"
11319
+ }
11320
+ ]
11321
+ },
11322
+ "Title #28487:0": {
11323
+ "type": "TEXT"
11324
+ },
11325
+ "Detail Type #28487:11": {
11326
+ "type": "INSTANCE_SWAP",
11327
+ "preferredValues": [
11328
+ {
11329
+ "type": "COMPONENT",
11330
+ "key": "870d50d39feae5bcfd59d7fbf8ae510233a97a8b"
11331
+ },
11332
+ {
11333
+ "type": "COMPONENT",
11334
+ "key": "43795c2e3e507dc555f9ec08bf4bf1abf8c2051a"
11335
+ },
11336
+ {
11337
+ "type": "COMPONENT",
11338
+ "key": "73bcdff1b73998d1f440fb8827df2eafc4338c1d"
11339
+ }
11340
+ ]
11341
+ },
11342
+ "State": {
11343
+ "type": "VARIANT",
11344
+ "variantOptions": [
11345
+ "Enabled",
11346
+ "Pressed",
11347
+ "Disabled",
11348
+ "Highlighted"
11349
+ ]
11350
+ },
11351
+ "Variants": {
11352
+ "type": "VARIANT",
11353
+ "variantOptions": [
11354
+ "Single Line",
11355
+ "Multi Line"
11356
+ ]
11357
+ }
11358
+ }
11359
+ };
11360
+
11166
11361
  const metadata$o = {
11167
11362
  "name": "🟢 Main Tab Navigation / Global",
11168
11363
  "key": "a694a1da14a5c1d7d5c66bc78218c0c61fb388ab",
@@ -11454,6 +11649,20 @@ const metadata$g = {
11454
11649
  "Large"
11455
11650
  ]
11456
11651
  },
11652
+ "Tone": {
11653
+ "type": "VARIANT",
11654
+ "variantOptions": [
11655
+ "🚫[Deprecated]Brand",
11656
+ "Neutral"
11657
+ ]
11658
+ },
11659
+ "Weight": {
11660
+ "type": "VARIANT",
11661
+ "variantOptions": [
11662
+ "Regular",
11663
+ "Bold"
11664
+ ]
11665
+ },
11457
11666
  "Selected": {
11458
11667
  "type": "VARIANT",
11459
11668
  "variantOptions": [
@@ -11483,6 +11692,13 @@ const metadata$f = {
11483
11692
  "Large"
11484
11693
  ]
11485
11694
  },
11695
+ "Tone": {
11696
+ "type": "VARIANT",
11697
+ "variantOptions": [
11698
+ "Neutral",
11699
+ "🚫[Deprecated]Brand"
11700
+ ]
11701
+ },
11486
11702
  "Selected": {
11487
11703
  "type": "VARIANT",
11488
11704
  "variantOptions": [
@@ -11788,6 +12004,13 @@ const metadata$4 = {
11788
12004
  "32"
11789
12005
  ]
11790
12006
  },
12007
+ "Tone": {
12008
+ "type": "VARIANT",
12009
+ "variantOptions": [
12010
+ "Neutral",
12011
+ "🚫[Deprecated] Brand"
12012
+ ]
12013
+ },
11791
12014
  "Selected": {
11792
12015
  "type": "VARIANT",
11793
12016
  "variantOptions": [
@@ -11805,9 +12028,9 @@ const metadata$4 = {
11805
12028
  "Label Layout(Figma Only)": {
11806
12029
  "type": "VARIANT",
11807
12030
  "variantOptions": [
11808
- "None",
11809
- "Right",
11810
- "Left"
12031
+ "Label Last",
12032
+ "Label First",
12033
+ "Switch Only"
11811
12034
  ]
11812
12035
  }
11813
12036
  }
@@ -11820,7 +12043,7 @@ const metadata$3 = {
11820
12043
  "Variant": {
11821
12044
  "type": "VARIANT",
11822
12045
  "variantOptions": [
11823
- "Underline",
12046
+ "Line",
11824
12047
  "Chip"
11825
12048
  ]
11826
12049
  }
@@ -12026,23 +12249,25 @@ const metadata = {
12026
12249
 
12027
12250
  var FIGMA_COMPONENTS = {
12028
12251
  __proto__: null,
12029
- actionButton: metadata$F,
12030
- alertDialog: metadata$E,
12031
- avatar: metadata$D,
12032
- avatarStack: metadata$C,
12033
- badge: metadata$B,
12034
- bottomNavigationGlobal: metadata$A,
12035
- bottomNavigationKr: metadata$z,
12036
- bottomSheet: metadata$y,
12037
- callout: metadata$x,
12038
- checkbox: metadata$w,
12039
- checkmark: metadata$v,
12040
- chip: metadata$u,
12041
- chlid: metadata$t,
12042
- contextualFloatingButton: metadata$s,
12043
- divider: metadata$r,
12044
- floatingActionButton: metadata$q,
12045
- helpBubble: metadata$p,
12252
+ actionButton: metadata$H,
12253
+ alertDialog: metadata$G,
12254
+ avatar: metadata$F,
12255
+ avatarStack: metadata$E,
12256
+ badge: metadata$D,
12257
+ bottomNavigationGlobal: metadata$C,
12258
+ bottomNavigationKr: metadata$B,
12259
+ bottomSheet: metadata$A,
12260
+ callout: metadata$z,
12261
+ checkbox: metadata$y,
12262
+ checkmark: metadata$x,
12263
+ chip: metadata$w,
12264
+ chlid: metadata$v,
12265
+ contextualFloatingButton: metadata$u,
12266
+ divider: metadata$t,
12267
+ floatingActionButton: metadata$s,
12268
+ helpBubble: metadata$r,
12269
+ listHeader: metadata$q,
12270
+ listItem: metadata$p,
12046
12271
  mainTabNavigationGlobal: metadata$o,
12047
12272
  mainTabNavigationKr: metadata$n,
12048
12273
  mannerTemp: metadata$m,
@@ -12065,12 +12290,12 @@ var FIGMA_COMPONENTS = {
12065
12290
  superscriptChild: metadata$5,
12066
12291
  switch: metadata$4,
12067
12292
  tabs: metadata$3,
12068
- templateButtonGroup: metadata$L,
12069
- templateChipGroup: metadata$K,
12070
- templateCompletion: metadata$J,
12071
- templateErrorState: metadata$I,
12072
- templateSelectBoxGroup: metadata$H,
12073
- templateTopNavigation: metadata$G,
12293
+ templateButtonGroup: metadata$N,
12294
+ templateChipGroup: metadata$M,
12295
+ templateCompletion: metadata$L,
12296
+ templateErrorState: metadata$K,
12297
+ templateSelectBoxGroup: metadata$J,
12298
+ templateTopNavigation: metadata$I,
12074
12299
  textField: metadata$2,
12075
12300
  toggleButton: metadata$1,
12076
12301
  topNavigation: metadata
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seed-design/figma",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/daangn/seed-design.git",
@@ -38,7 +38,7 @@
38
38
  "lint:publish": "bun publint"
39
39
  },
40
40
  "dependencies": {
41
- "@seed-design/css": "0.2.3",
41
+ "@seed-design/css": "0.2.4",
42
42
  "change-case": "^5.4.4",
43
43
  "ts-pattern": "^5.7.0"
44
44
  },