@seed-design/figma 0.0.27 → 0.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/codegen/index.cjs +1694 -3
- package/lib/codegen/index.d.ts +16 -13
- package/lib/codegen/index.js +1694 -3
- package/lib/codegen/targets/react/index.cjs +1641 -57
- package/lib/codegen/targets/react/index.d.ts +11 -9
- package/lib/codegen/targets/react/index.js +1641 -57
- package/lib/index.cjs +1682 -0
- package/lib/index.d.ts +19 -2
- package/lib/index.js +1681 -1
- package/package.json +2 -2
- package/src/codegen/core/codegen.ts +9 -1
- package/src/codegen/targets/figma/instance.ts +21 -1
- package/src/codegen/targets/figma/pipeline.ts +4 -1
- package/src/entities/component.interface.ts +7 -0
- package/src/entities/component.repository.ts +16 -0
- package/src/entities/index.ts +5 -0
package/lib/index.cjs
CHANGED
|
@@ -10120,6 +10120,1675 @@ const FIGMA_VARIABLES = {
|
|
|
10120
10120
|
}
|
|
10121
10121
|
};
|
|
10122
10122
|
|
|
10123
|
+
const metadata$K = {
|
|
10124
|
+
"name": "🔵 [Template] Bottom Fixed Bar",
|
|
10125
|
+
"key": "bac8592d10ee12452d79d5db6353850c0f0c9c3f",
|
|
10126
|
+
"componentPropertyDefinitions": {
|
|
10127
|
+
"Text#30483:84": {
|
|
10128
|
+
"type": "TEXT"
|
|
10129
|
+
},
|
|
10130
|
+
"Show Text Button#30483:80": {
|
|
10131
|
+
"type": "BOOLEAN"
|
|
10132
|
+
},
|
|
10133
|
+
"Show Favorite#29056:0": {
|
|
10134
|
+
"type": "BOOLEAN"
|
|
10135
|
+
},
|
|
10136
|
+
"Show Indicator#28768:0": {
|
|
10137
|
+
"type": "BOOLEAN"
|
|
10138
|
+
},
|
|
10139
|
+
"Show Pay Logo#15354:5": {
|
|
10140
|
+
"type": "BOOLEAN"
|
|
10141
|
+
},
|
|
10142
|
+
"Type": {
|
|
10143
|
+
"type": "VARIANT",
|
|
10144
|
+
"variantOptions": [
|
|
10145
|
+
"Information",
|
|
10146
|
+
"Multi Actions"
|
|
10147
|
+
]
|
|
10148
|
+
},
|
|
10149
|
+
"OS": {
|
|
10150
|
+
"type": "VARIANT",
|
|
10151
|
+
"variantOptions": [
|
|
10152
|
+
"iOS",
|
|
10153
|
+
"Andorid"
|
|
10154
|
+
]
|
|
10155
|
+
},
|
|
10156
|
+
"Show Divider": {
|
|
10157
|
+
"type": "VARIANT",
|
|
10158
|
+
"variantOptions": [
|
|
10159
|
+
"True",
|
|
10160
|
+
"False"
|
|
10161
|
+
]
|
|
10162
|
+
}
|
|
10163
|
+
}
|
|
10164
|
+
};
|
|
10165
|
+
|
|
10166
|
+
const metadata$J = {
|
|
10167
|
+
"name": "🔵 [Template] Button Group",
|
|
10168
|
+
"key": "de6c65d34cc4a01c18c9a7c0ded34635170ca11f",
|
|
10169
|
+
"componentPropertyDefinitions": {
|
|
10170
|
+
"Show Secondary Button#29056:29": {
|
|
10171
|
+
"type": "BOOLEAN"
|
|
10172
|
+
},
|
|
10173
|
+
"Show Favorite Button#29056:0": {
|
|
10174
|
+
"type": "BOOLEAN"
|
|
10175
|
+
},
|
|
10176
|
+
"Show Step Indicator#25896:0": {
|
|
10177
|
+
"type": "BOOLEAN"
|
|
10178
|
+
},
|
|
10179
|
+
"Show Indicator#28768:0": {
|
|
10180
|
+
"type": "BOOLEAN"
|
|
10181
|
+
},
|
|
10182
|
+
"Text#16839:0": {
|
|
10183
|
+
"type": "TEXT"
|
|
10184
|
+
},
|
|
10185
|
+
"OS": {
|
|
10186
|
+
"type": "VARIANT",
|
|
10187
|
+
"variantOptions": [
|
|
10188
|
+
"iOS",
|
|
10189
|
+
"Andorid"
|
|
10190
|
+
]
|
|
10191
|
+
},
|
|
10192
|
+
"Position": {
|
|
10193
|
+
"type": "VARIANT",
|
|
10194
|
+
"variantOptions": [
|
|
10195
|
+
"Bottom fixed",
|
|
10196
|
+
"On keyboard"
|
|
10197
|
+
]
|
|
10198
|
+
},
|
|
10199
|
+
"Type": {
|
|
10200
|
+
"type": "VARIANT",
|
|
10201
|
+
"variantOptions": [
|
|
10202
|
+
"Single",
|
|
10203
|
+
"Vertical",
|
|
10204
|
+
"Horizontal",
|
|
10205
|
+
"Horizontal ratio"
|
|
10206
|
+
]
|
|
10207
|
+
},
|
|
10208
|
+
"Show Divider": {
|
|
10209
|
+
"type": "VARIANT",
|
|
10210
|
+
"variantOptions": [
|
|
10211
|
+
"True",
|
|
10212
|
+
"False"
|
|
10213
|
+
]
|
|
10214
|
+
}
|
|
10215
|
+
}
|
|
10216
|
+
};
|
|
10217
|
+
|
|
10218
|
+
const metadata$I = {
|
|
10219
|
+
"name": "🔵 [Template] Chip Group",
|
|
10220
|
+
"key": "d46dc9059bf351928a2d403317ad7db34e70826e",
|
|
10221
|
+
"componentPropertyDefinitions": {
|
|
10222
|
+
"Refresh Button#15888:2": {
|
|
10223
|
+
"type": "BOOLEAN"
|
|
10224
|
+
},
|
|
10225
|
+
"Type": {
|
|
10226
|
+
"type": "VARIANT",
|
|
10227
|
+
"variantOptions": [
|
|
10228
|
+
"Filter",
|
|
10229
|
+
"Control",
|
|
10230
|
+
"Action"
|
|
10231
|
+
]
|
|
10232
|
+
},
|
|
10233
|
+
"Chip Count": {
|
|
10234
|
+
"type": "VARIANT",
|
|
10235
|
+
"variantOptions": [
|
|
10236
|
+
"Full",
|
|
10237
|
+
"3",
|
|
10238
|
+
"2",
|
|
10239
|
+
"4"
|
|
10240
|
+
]
|
|
10241
|
+
}
|
|
10242
|
+
}
|
|
10243
|
+
};
|
|
10244
|
+
|
|
10245
|
+
const metadata$H = {
|
|
10246
|
+
"name": "🔵 [Template] Select Box Group",
|
|
10247
|
+
"key": "a3d58bb8540600878742cdcf2608a4b3851667ec",
|
|
10248
|
+
"componentPropertyDefinitions": {
|
|
10249
|
+
"Control": {
|
|
10250
|
+
"type": "VARIANT",
|
|
10251
|
+
"variantOptions": [
|
|
10252
|
+
"Checkbox",
|
|
10253
|
+
"Radio"
|
|
10254
|
+
]
|
|
10255
|
+
},
|
|
10256
|
+
"Item Count": {
|
|
10257
|
+
"type": "VARIANT",
|
|
10258
|
+
"variantOptions": [
|
|
10259
|
+
"1",
|
|
10260
|
+
"2",
|
|
10261
|
+
"3",
|
|
10262
|
+
"4",
|
|
10263
|
+
"5",
|
|
10264
|
+
"6"
|
|
10265
|
+
]
|
|
10266
|
+
}
|
|
10267
|
+
}
|
|
10268
|
+
};
|
|
10269
|
+
|
|
10270
|
+
const metadata$G = {
|
|
10271
|
+
"name": "🔵 [Template] Top Navigation",
|
|
10272
|
+
"key": "74f045c1972dc31d0fddd0a0027537b6779cd0e8",
|
|
10273
|
+
"componentPropertyDefinitions": {
|
|
10274
|
+
"Action Button#17406:0": {
|
|
10275
|
+
"type": "BOOLEAN"
|
|
10276
|
+
},
|
|
10277
|
+
"Variants": {
|
|
10278
|
+
"type": "VARIANT",
|
|
10279
|
+
"variantOptions": [
|
|
10280
|
+
"Main Tab",
|
|
10281
|
+
"Standard",
|
|
10282
|
+
"Standard Transparent",
|
|
10283
|
+
"Large Title"
|
|
10284
|
+
]
|
|
10285
|
+
},
|
|
10286
|
+
"OS": {
|
|
10287
|
+
"type": "VARIANT",
|
|
10288
|
+
"variantOptions": [
|
|
10289
|
+
"iOS",
|
|
10290
|
+
"Android"
|
|
10291
|
+
]
|
|
10292
|
+
}
|
|
10293
|
+
}
|
|
10294
|
+
};
|
|
10295
|
+
|
|
10296
|
+
const metadata$F = {
|
|
10297
|
+
"name": "🟢 Action Button",
|
|
10298
|
+
"key": "450ede9d0bf42fc6ef14345c77e6e407d6d5ee89",
|
|
10299
|
+
"componentPropertyDefinitions": {
|
|
10300
|
+
"Suffix Icon#5987:244": {
|
|
10301
|
+
"type": "INSTANCE_SWAP",
|
|
10302
|
+
"preferredValues": []
|
|
10303
|
+
},
|
|
10304
|
+
"Icon#7574:0": {
|
|
10305
|
+
"type": "INSTANCE_SWAP",
|
|
10306
|
+
"preferredValues": []
|
|
10307
|
+
},
|
|
10308
|
+
"Prefix Icon#5987:305": {
|
|
10309
|
+
"type": "INSTANCE_SWAP",
|
|
10310
|
+
"preferredValues": []
|
|
10311
|
+
},
|
|
10312
|
+
"Label#5987:61": {
|
|
10313
|
+
"type": "TEXT"
|
|
10314
|
+
},
|
|
10315
|
+
"Size": {
|
|
10316
|
+
"type": "VARIANT",
|
|
10317
|
+
"variantOptions": [
|
|
10318
|
+
"XSmall",
|
|
10319
|
+
"Small",
|
|
10320
|
+
"Medium",
|
|
10321
|
+
"Large"
|
|
10322
|
+
]
|
|
10323
|
+
},
|
|
10324
|
+
"Layout": {
|
|
10325
|
+
"type": "VARIANT",
|
|
10326
|
+
"variantOptions": [
|
|
10327
|
+
"Text Only",
|
|
10328
|
+
"Icon First",
|
|
10329
|
+
"Icon Last",
|
|
10330
|
+
"Icon Only"
|
|
10331
|
+
]
|
|
10332
|
+
},
|
|
10333
|
+
"Variant": {
|
|
10334
|
+
"type": "VARIANT",
|
|
10335
|
+
"variantOptions": [
|
|
10336
|
+
"Neutral Solid",
|
|
10337
|
+
"Neutral Weak",
|
|
10338
|
+
"Neutral Outline",
|
|
10339
|
+
"Brand Solid",
|
|
10340
|
+
"Brand Outline",
|
|
10341
|
+
"Critical Solid"
|
|
10342
|
+
]
|
|
10343
|
+
},
|
|
10344
|
+
"State": {
|
|
10345
|
+
"type": "VARIANT",
|
|
10346
|
+
"variantOptions": [
|
|
10347
|
+
"Enabled",
|
|
10348
|
+
"Pressed",
|
|
10349
|
+
"Loading",
|
|
10350
|
+
"Disabled"
|
|
10351
|
+
]
|
|
10352
|
+
}
|
|
10353
|
+
}
|
|
10354
|
+
};
|
|
10355
|
+
|
|
10356
|
+
const metadata$E = {
|
|
10357
|
+
"name": "🟢 Action Chip",
|
|
10358
|
+
"key": "3d21594ef116e94a9465d507447b858aea062575",
|
|
10359
|
+
"componentPropertyDefinitions": {
|
|
10360
|
+
"Icon#8714:0": {
|
|
10361
|
+
"type": "INSTANCE_SWAP",
|
|
10362
|
+
"preferredValues": []
|
|
10363
|
+
},
|
|
10364
|
+
"Prefix Icon#8711:0": {
|
|
10365
|
+
"type": "INSTANCE_SWAP",
|
|
10366
|
+
"preferredValues": [
|
|
10367
|
+
{
|
|
10368
|
+
"type": "COMPONENT_SET",
|
|
10369
|
+
"key": "8ed05ef62a40f2dc034ee7eb6945bd0e63ad49aa"
|
|
10370
|
+
}
|
|
10371
|
+
]
|
|
10372
|
+
},
|
|
10373
|
+
"Suffix Icon#8711:3": {
|
|
10374
|
+
"type": "INSTANCE_SWAP",
|
|
10375
|
+
"preferredValues": []
|
|
10376
|
+
},
|
|
10377
|
+
"Label#7185:0": {
|
|
10378
|
+
"type": "TEXT"
|
|
10379
|
+
},
|
|
10380
|
+
"Show Count#7185:42": {
|
|
10381
|
+
"type": "BOOLEAN"
|
|
10382
|
+
},
|
|
10383
|
+
"Count#7185:21": {
|
|
10384
|
+
"type": "TEXT"
|
|
10385
|
+
},
|
|
10386
|
+
"Size": {
|
|
10387
|
+
"type": "VARIANT",
|
|
10388
|
+
"variantOptions": [
|
|
10389
|
+
"Medium",
|
|
10390
|
+
"Small"
|
|
10391
|
+
]
|
|
10392
|
+
},
|
|
10393
|
+
"Layout": {
|
|
10394
|
+
"type": "VARIANT",
|
|
10395
|
+
"variantOptions": [
|
|
10396
|
+
"Text Only",
|
|
10397
|
+
"Icon First",
|
|
10398
|
+
"Icon Last",
|
|
10399
|
+
"Icon Both",
|
|
10400
|
+
"Icon Only"
|
|
10401
|
+
]
|
|
10402
|
+
},
|
|
10403
|
+
"State": {
|
|
10404
|
+
"type": "VARIANT",
|
|
10405
|
+
"variantOptions": [
|
|
10406
|
+
"Enabled",
|
|
10407
|
+
"Pressed",
|
|
10408
|
+
"Disabled"
|
|
10409
|
+
]
|
|
10410
|
+
}
|
|
10411
|
+
}
|
|
10412
|
+
};
|
|
10413
|
+
|
|
10414
|
+
const metadata$D = {
|
|
10415
|
+
"name": "🟢 Action Sheet",
|
|
10416
|
+
"key": "7c29b70b7e71618e1894c26f61f336de2730d76e",
|
|
10417
|
+
"componentPropertyDefinitions": {
|
|
10418
|
+
"Description#15641:70": {
|
|
10419
|
+
"type": "TEXT"
|
|
10420
|
+
},
|
|
10421
|
+
"Title#15641:37": {
|
|
10422
|
+
"type": "TEXT"
|
|
10423
|
+
},
|
|
10424
|
+
"OS Indicator (Figma Only)#15641:20": {
|
|
10425
|
+
"type": "BOOLEAN"
|
|
10426
|
+
},
|
|
10427
|
+
"Type": {
|
|
10428
|
+
"type": "VARIANT",
|
|
10429
|
+
"variantOptions": [
|
|
10430
|
+
"Normal",
|
|
10431
|
+
"Destructive"
|
|
10432
|
+
]
|
|
10433
|
+
},
|
|
10434
|
+
"Header": {
|
|
10435
|
+
"type": "VARIANT",
|
|
10436
|
+
"variantOptions": [
|
|
10437
|
+
"Title Only",
|
|
10438
|
+
"Description Only",
|
|
10439
|
+
"Title With Description",
|
|
10440
|
+
"None"
|
|
10441
|
+
]
|
|
10442
|
+
},
|
|
10443
|
+
"Action Count": {
|
|
10444
|
+
"type": "VARIANT",
|
|
10445
|
+
"variantOptions": [
|
|
10446
|
+
"1",
|
|
10447
|
+
"2",
|
|
10448
|
+
"3",
|
|
10449
|
+
"4"
|
|
10450
|
+
]
|
|
10451
|
+
}
|
|
10452
|
+
}
|
|
10453
|
+
};
|
|
10454
|
+
|
|
10455
|
+
const metadata$C = {
|
|
10456
|
+
"name": "🟢 Avatar",
|
|
10457
|
+
"key": "d71644aeba2e29deda366798fdfe35977166d120",
|
|
10458
|
+
"componentPropertyDefinitions": {
|
|
10459
|
+
"Show Image#71850:57": {
|
|
10460
|
+
"type": "BOOLEAN"
|
|
10461
|
+
},
|
|
10462
|
+
"Show Badge#1398:26": {
|
|
10463
|
+
"type": "BOOLEAN"
|
|
10464
|
+
},
|
|
10465
|
+
"Size": {
|
|
10466
|
+
"type": "VARIANT",
|
|
10467
|
+
"variantOptions": [
|
|
10468
|
+
"20",
|
|
10469
|
+
"24",
|
|
10470
|
+
"36",
|
|
10471
|
+
"42",
|
|
10472
|
+
"48",
|
|
10473
|
+
"64",
|
|
10474
|
+
"80",
|
|
10475
|
+
"96"
|
|
10476
|
+
]
|
|
10477
|
+
}
|
|
10478
|
+
}
|
|
10479
|
+
};
|
|
10480
|
+
|
|
10481
|
+
const metadata$B = {
|
|
10482
|
+
"name": "🟢 Avatar Stack",
|
|
10483
|
+
"key": "019467fdad2192abb48699dcfb79e344df04b799",
|
|
10484
|
+
"componentPropertyDefinitions": {
|
|
10485
|
+
"Size": {
|
|
10486
|
+
"type": "VARIANT",
|
|
10487
|
+
"variantOptions": [
|
|
10488
|
+
"20",
|
|
10489
|
+
"24",
|
|
10490
|
+
"36",
|
|
10491
|
+
"48",
|
|
10492
|
+
"64"
|
|
10493
|
+
]
|
|
10494
|
+
},
|
|
10495
|
+
"Item Count": {
|
|
10496
|
+
"type": "VARIANT",
|
|
10497
|
+
"variantOptions": [
|
|
10498
|
+
"2",
|
|
10499
|
+
"3",
|
|
10500
|
+
"4",
|
|
10501
|
+
"5"
|
|
10502
|
+
]
|
|
10503
|
+
},
|
|
10504
|
+
"Top Item": {
|
|
10505
|
+
"type": "VARIANT",
|
|
10506
|
+
"variantOptions": [
|
|
10507
|
+
"Last Item",
|
|
10508
|
+
"First Item"
|
|
10509
|
+
]
|
|
10510
|
+
}
|
|
10511
|
+
}
|
|
10512
|
+
};
|
|
10513
|
+
|
|
10514
|
+
const metadata$A = {
|
|
10515
|
+
"name": "🟢 Badge",
|
|
10516
|
+
"key": "04609a35d47a1a0ef4904b3c25f79451892a85a1",
|
|
10517
|
+
"componentPropertyDefinitions": {
|
|
10518
|
+
"Label#1584:0": {
|
|
10519
|
+
"type": "TEXT"
|
|
10520
|
+
},
|
|
10521
|
+
"Size": {
|
|
10522
|
+
"type": "VARIANT",
|
|
10523
|
+
"variantOptions": [
|
|
10524
|
+
"Medium",
|
|
10525
|
+
"Large"
|
|
10526
|
+
]
|
|
10527
|
+
},
|
|
10528
|
+
"Tone": {
|
|
10529
|
+
"type": "VARIANT",
|
|
10530
|
+
"variantOptions": [
|
|
10531
|
+
"Neutral",
|
|
10532
|
+
"Brand",
|
|
10533
|
+
"Informative",
|
|
10534
|
+
"Positive",
|
|
10535
|
+
"Critical"
|
|
10536
|
+
]
|
|
10537
|
+
},
|
|
10538
|
+
"Variant": {
|
|
10539
|
+
"type": "VARIANT",
|
|
10540
|
+
"variantOptions": [
|
|
10541
|
+
"Solid",
|
|
10542
|
+
"Weak",
|
|
10543
|
+
"Outline"
|
|
10544
|
+
]
|
|
10545
|
+
},
|
|
10546
|
+
"Shape": {
|
|
10547
|
+
"type": "VARIANT",
|
|
10548
|
+
"variantOptions": [
|
|
10549
|
+
"Rectangle",
|
|
10550
|
+
"Pill"
|
|
10551
|
+
]
|
|
10552
|
+
}
|
|
10553
|
+
}
|
|
10554
|
+
};
|
|
10555
|
+
|
|
10556
|
+
const metadata$z = {
|
|
10557
|
+
"name": "🟢 Bottom Navigation / Global",
|
|
10558
|
+
"key": "983650a4dff639b38bf68ff6004efc8ec4fb5c20",
|
|
10559
|
+
"componentPropertyDefinitions": {
|
|
10560
|
+
"OS": {
|
|
10561
|
+
"type": "VARIANT",
|
|
10562
|
+
"variantOptions": [
|
|
10563
|
+
"iOS",
|
|
10564
|
+
"Android"
|
|
10565
|
+
]
|
|
10566
|
+
},
|
|
10567
|
+
"Language": {
|
|
10568
|
+
"type": "VARIANT",
|
|
10569
|
+
"variantOptions": [
|
|
10570
|
+
"English",
|
|
10571
|
+
"Japanese"
|
|
10572
|
+
]
|
|
10573
|
+
}
|
|
10574
|
+
}
|
|
10575
|
+
};
|
|
10576
|
+
|
|
10577
|
+
const metadata$y = {
|
|
10578
|
+
"name": "🟢 Bottom Navigation / KR",
|
|
10579
|
+
"key": "accc7cea2d0250cdfbf0197ce00a677c6b9e0dae",
|
|
10580
|
+
"componentPropertyDefinitions": {
|
|
10581
|
+
"OS": {
|
|
10582
|
+
"type": "VARIANT",
|
|
10583
|
+
"variantOptions": [
|
|
10584
|
+
"\biOS",
|
|
10585
|
+
"Android"
|
|
10586
|
+
]
|
|
10587
|
+
}
|
|
10588
|
+
}
|
|
10589
|
+
};
|
|
10590
|
+
|
|
10591
|
+
const metadata$x = {
|
|
10592
|
+
"name": "🟢 Bottom Sheet",
|
|
10593
|
+
"key": "16bafa5d1155896fe18fb6f52f904f5cd2048686",
|
|
10594
|
+
"componentPropertyDefinitions": {
|
|
10595
|
+
"Layout": {
|
|
10596
|
+
"type": "VARIANT",
|
|
10597
|
+
"variantOptions": [
|
|
10598
|
+
"Center",
|
|
10599
|
+
"Left",
|
|
10600
|
+
"None"
|
|
10601
|
+
]
|
|
10602
|
+
}
|
|
10603
|
+
}
|
|
10604
|
+
};
|
|
10605
|
+
|
|
10606
|
+
const metadata$w = {
|
|
10607
|
+
"name": "🟢 Callout",
|
|
10608
|
+
"key": "ec46d38baac3c367c4a5ffa47a2110d51ba0a4fe",
|
|
10609
|
+
"componentPropertyDefinitions": {
|
|
10610
|
+
"Show Icon#12598:229": {
|
|
10611
|
+
"type": "BOOLEAN"
|
|
10612
|
+
},
|
|
10613
|
+
"Icon#12598:210": {
|
|
10614
|
+
"type": "INSTANCE_SWAP",
|
|
10615
|
+
"preferredValues": [
|
|
10616
|
+
{
|
|
10617
|
+
"type": "COMPONENT_SET",
|
|
10618
|
+
"key": "f2c04b68b0bec4ec9145d832de45947030d3b653"
|
|
10619
|
+
}
|
|
10620
|
+
]
|
|
10621
|
+
},
|
|
10622
|
+
"Interaction": {
|
|
10623
|
+
"type": "VARIANT",
|
|
10624
|
+
"variantOptions": [
|
|
10625
|
+
"Default",
|
|
10626
|
+
"Actionable",
|
|
10627
|
+
"Dismissible"
|
|
10628
|
+
]
|
|
10629
|
+
},
|
|
10630
|
+
"Tone": {
|
|
10631
|
+
"type": "VARIANT",
|
|
10632
|
+
"variantOptions": [
|
|
10633
|
+
"Neutral",
|
|
10634
|
+
"Informative",
|
|
10635
|
+
"Warning",
|
|
10636
|
+
"Critical",
|
|
10637
|
+
"Magic"
|
|
10638
|
+
]
|
|
10639
|
+
},
|
|
10640
|
+
"State": {
|
|
10641
|
+
"type": "VARIANT",
|
|
10642
|
+
"variantOptions": [
|
|
10643
|
+
"Enabled",
|
|
10644
|
+
"Pressed"
|
|
10645
|
+
]
|
|
10646
|
+
},
|
|
10647
|
+
"Show Title": {
|
|
10648
|
+
"type": "VARIANT",
|
|
10649
|
+
"variantOptions": [
|
|
10650
|
+
"True",
|
|
10651
|
+
"False"
|
|
10652
|
+
]
|
|
10653
|
+
},
|
|
10654
|
+
"Show Link Label": {
|
|
10655
|
+
"type": "VARIANT",
|
|
10656
|
+
"variantOptions": [
|
|
10657
|
+
"True",
|
|
10658
|
+
"False"
|
|
10659
|
+
]
|
|
10660
|
+
}
|
|
10661
|
+
}
|
|
10662
|
+
};
|
|
10663
|
+
|
|
10664
|
+
const metadata$v = {
|
|
10665
|
+
"name": "🟢 Checkbox",
|
|
10666
|
+
"key": "94a2f6957a86f8ae3b8c7ca200dfcd5e29f6075b",
|
|
10667
|
+
"componentPropertyDefinitions": {
|
|
10668
|
+
"Label#49990:0": {
|
|
10669
|
+
"type": "TEXT"
|
|
10670
|
+
},
|
|
10671
|
+
"Size": {
|
|
10672
|
+
"type": "VARIANT",
|
|
10673
|
+
"variantOptions": [
|
|
10674
|
+
"Medium",
|
|
10675
|
+
"Large"
|
|
10676
|
+
]
|
|
10677
|
+
},
|
|
10678
|
+
"Shape": {
|
|
10679
|
+
"type": "VARIANT",
|
|
10680
|
+
"variantOptions": [
|
|
10681
|
+
"Square",
|
|
10682
|
+
"Ghost"
|
|
10683
|
+
]
|
|
10684
|
+
},
|
|
10685
|
+
"Weight": {
|
|
10686
|
+
"type": "VARIANT",
|
|
10687
|
+
"variantOptions": [
|
|
10688
|
+
"Default",
|
|
10689
|
+
"Stronger"
|
|
10690
|
+
]
|
|
10691
|
+
},
|
|
10692
|
+
"State": {
|
|
10693
|
+
"type": "VARIANT",
|
|
10694
|
+
"variantOptions": [
|
|
10695
|
+
"Enabled",
|
|
10696
|
+
"Pressed",
|
|
10697
|
+
"Selected",
|
|
10698
|
+
"Selected-Pressed",
|
|
10699
|
+
"Indeterminate",
|
|
10700
|
+
"Indeterminate-Pressed",
|
|
10701
|
+
"Disabled",
|
|
10702
|
+
"Disabled-Selected",
|
|
10703
|
+
"Disabled-Indeterminate"
|
|
10704
|
+
]
|
|
10705
|
+
}
|
|
10706
|
+
}
|
|
10707
|
+
};
|
|
10708
|
+
|
|
10709
|
+
const metadata$u = {
|
|
10710
|
+
"name": "🟢 Chip Tablist",
|
|
10711
|
+
"key": "d098159beacf7713e9116f0ef38d8a20f64ec84f",
|
|
10712
|
+
"componentPropertyDefinitions": {
|
|
10713
|
+
"Tab Count": {
|
|
10714
|
+
"type": "VARIANT",
|
|
10715
|
+
"variantOptions": [
|
|
10716
|
+
"2",
|
|
10717
|
+
"3",
|
|
10718
|
+
"4",
|
|
10719
|
+
"5",
|
|
10720
|
+
"6",
|
|
10721
|
+
"Max"
|
|
10722
|
+
]
|
|
10723
|
+
},
|
|
10724
|
+
"Variant": {
|
|
10725
|
+
"type": "VARIANT",
|
|
10726
|
+
"variantOptions": [
|
|
10727
|
+
"Neutral Solid",
|
|
10728
|
+
"Brand Solid"
|
|
10729
|
+
]
|
|
10730
|
+
}
|
|
10731
|
+
}
|
|
10732
|
+
};
|
|
10733
|
+
|
|
10734
|
+
const metadata$t = {
|
|
10735
|
+
"name": "🟢 Control Chip",
|
|
10736
|
+
"key": "5780d56fc2f9bc4bbd6bc3db93949d8a8b7b7563",
|
|
10737
|
+
"componentPropertyDefinitions": {
|
|
10738
|
+
"Suffix Icon#8722:82": {
|
|
10739
|
+
"type": "INSTANCE_SWAP",
|
|
10740
|
+
"preferredValues": []
|
|
10741
|
+
},
|
|
10742
|
+
"Label#7185:0": {
|
|
10743
|
+
"type": "TEXT"
|
|
10744
|
+
},
|
|
10745
|
+
"Show Count#7185:42": {
|
|
10746
|
+
"type": "BOOLEAN"
|
|
10747
|
+
},
|
|
10748
|
+
"Icon#8722:41": {
|
|
10749
|
+
"type": "INSTANCE_SWAP",
|
|
10750
|
+
"preferredValues": []
|
|
10751
|
+
},
|
|
10752
|
+
"Prefix Icon#8722:0": {
|
|
10753
|
+
"type": "INSTANCE_SWAP",
|
|
10754
|
+
"preferredValues": [
|
|
10755
|
+
{
|
|
10756
|
+
"type": "COMPONENT_SET",
|
|
10757
|
+
"key": "8ed05ef62a40f2dc034ee7eb6945bd0e63ad49aa"
|
|
10758
|
+
}
|
|
10759
|
+
]
|
|
10760
|
+
},
|
|
10761
|
+
"Count#7185:21": {
|
|
10762
|
+
"type": "TEXT"
|
|
10763
|
+
},
|
|
10764
|
+
"Size": {
|
|
10765
|
+
"type": "VARIANT",
|
|
10766
|
+
"variantOptions": [
|
|
10767
|
+
"Medium",
|
|
10768
|
+
"Small"
|
|
10769
|
+
]
|
|
10770
|
+
},
|
|
10771
|
+
"Layout": {
|
|
10772
|
+
"type": "VARIANT",
|
|
10773
|
+
"variantOptions": [
|
|
10774
|
+
"Text Only",
|
|
10775
|
+
"Icon First",
|
|
10776
|
+
"Icon Last",
|
|
10777
|
+
"Icon Both",
|
|
10778
|
+
"Icon Only"
|
|
10779
|
+
]
|
|
10780
|
+
},
|
|
10781
|
+
"State": {
|
|
10782
|
+
"type": "VARIANT",
|
|
10783
|
+
"variantOptions": [
|
|
10784
|
+
"Enabled",
|
|
10785
|
+
"Pressed",
|
|
10786
|
+
"Selected",
|
|
10787
|
+
"Selected-Pressed",
|
|
10788
|
+
"Disabled",
|
|
10789
|
+
"Disabled-Selected"
|
|
10790
|
+
]
|
|
10791
|
+
}
|
|
10792
|
+
}
|
|
10793
|
+
};
|
|
10794
|
+
|
|
10795
|
+
const metadata$s = {
|
|
10796
|
+
"name": "🟢 Divider",
|
|
10797
|
+
"key": "848e953725f757ea1a79e1fecc0b608a035032d3",
|
|
10798
|
+
"componentPropertyDefinitions": {
|
|
10799
|
+
"Tone": {
|
|
10800
|
+
"type": "VARIANT",
|
|
10801
|
+
"variantOptions": [
|
|
10802
|
+
"Neutral",
|
|
10803
|
+
"Neutral Muted"
|
|
10804
|
+
]
|
|
10805
|
+
}
|
|
10806
|
+
}
|
|
10807
|
+
};
|
|
10808
|
+
|
|
10809
|
+
const metadata$r = {
|
|
10810
|
+
"name": "🟢 Error State",
|
|
10811
|
+
"key": "39b4ecd0b5b4d35f4dc5791765ca04aa062a5172",
|
|
10812
|
+
"componentPropertyDefinitions": {
|
|
10813
|
+
"Secondary Action Label#17042:0": {
|
|
10814
|
+
"type": "TEXT"
|
|
10815
|
+
},
|
|
10816
|
+
"Title#16237:0": {
|
|
10817
|
+
"type": "TEXT"
|
|
10818
|
+
},
|
|
10819
|
+
"Description#16237:5": {
|
|
10820
|
+
"type": "TEXT"
|
|
10821
|
+
},
|
|
10822
|
+
"Show Buttons#9080:5": {
|
|
10823
|
+
"type": "BOOLEAN"
|
|
10824
|
+
},
|
|
10825
|
+
"Variant": {
|
|
10826
|
+
"type": "VARIANT",
|
|
10827
|
+
"variantOptions": [
|
|
10828
|
+
"Default",
|
|
10829
|
+
"Basement"
|
|
10830
|
+
]
|
|
10831
|
+
},
|
|
10832
|
+
"Layout": {
|
|
10833
|
+
"type": "VARIANT",
|
|
10834
|
+
"variantOptions": [
|
|
10835
|
+
"With Title",
|
|
10836
|
+
"Description Only"
|
|
10837
|
+
]
|
|
10838
|
+
}
|
|
10839
|
+
}
|
|
10840
|
+
};
|
|
10841
|
+
|
|
10842
|
+
const metadata$q = {
|
|
10843
|
+
"name": "🟢 Extended Action Sheet",
|
|
10844
|
+
"key": "cd4cf8a850bf3de87b79080b36b421a649bf3fcb",
|
|
10845
|
+
"componentPropertyDefinitions": {
|
|
10846
|
+
"Show Title#17043:12": {
|
|
10847
|
+
"type": "BOOLEAN"
|
|
10848
|
+
},
|
|
10849
|
+
"OS Indicator (Figma Only)#81637:129": {
|
|
10850
|
+
"type": "BOOLEAN"
|
|
10851
|
+
},
|
|
10852
|
+
"Description#14599:13": {
|
|
10853
|
+
"type": "TEXT"
|
|
10854
|
+
},
|
|
10855
|
+
"Title#14599:0": {
|
|
10856
|
+
"type": "TEXT"
|
|
10857
|
+
},
|
|
10858
|
+
"Type": {
|
|
10859
|
+
"type": "VARIANT",
|
|
10860
|
+
"variantOptions": [
|
|
10861
|
+
"Normal",
|
|
10862
|
+
"Destructive"
|
|
10863
|
+
]
|
|
10864
|
+
},
|
|
10865
|
+
"Action Group Count": {
|
|
10866
|
+
"type": "VARIANT",
|
|
10867
|
+
"variantOptions": [
|
|
10868
|
+
"1",
|
|
10869
|
+
"2"
|
|
10870
|
+
]
|
|
10871
|
+
}
|
|
10872
|
+
}
|
|
10873
|
+
};
|
|
10874
|
+
|
|
10875
|
+
const metadata$p = {
|
|
10876
|
+
"name": "🟢 Extended Floating Action Button",
|
|
10877
|
+
"key": "032f3fddaad0aa3fa5a7f680768c1f5d02fb463f",
|
|
10878
|
+
"componentPropertyDefinitions": {
|
|
10879
|
+
"Label#28936:0": {
|
|
10880
|
+
"type": "TEXT"
|
|
10881
|
+
},
|
|
10882
|
+
"Icon#28796:0": {
|
|
10883
|
+
"type": "INSTANCE_SWAP",
|
|
10884
|
+
"preferredValues": []
|
|
10885
|
+
},
|
|
10886
|
+
"Size": {
|
|
10887
|
+
"type": "VARIANT",
|
|
10888
|
+
"variantOptions": [
|
|
10889
|
+
"Small",
|
|
10890
|
+
"Medium"
|
|
10891
|
+
]
|
|
10892
|
+
},
|
|
10893
|
+
"Variant": {
|
|
10894
|
+
"type": "VARIANT",
|
|
10895
|
+
"variantOptions": [
|
|
10896
|
+
"Neutral Solid",
|
|
10897
|
+
"Layer Floating"
|
|
10898
|
+
]
|
|
10899
|
+
},
|
|
10900
|
+
"State": {
|
|
10901
|
+
"type": "VARIANT",
|
|
10902
|
+
"variantOptions": [
|
|
10903
|
+
"Enabled",
|
|
10904
|
+
"Pressed"
|
|
10905
|
+
]
|
|
10906
|
+
}
|
|
10907
|
+
}
|
|
10908
|
+
};
|
|
10909
|
+
|
|
10910
|
+
const metadata$o = {
|
|
10911
|
+
"name": "🟢 Floating Action Button",
|
|
10912
|
+
"key": "1974b94703032585bb9e20bd54743e01094b965c",
|
|
10913
|
+
"componentPropertyDefinitions": {
|
|
10914
|
+
"Icon#28796:0": {
|
|
10915
|
+
"type": "INSTANCE_SWAP",
|
|
10916
|
+
"preferredValues": []
|
|
10917
|
+
},
|
|
10918
|
+
"State": {
|
|
10919
|
+
"type": "VARIANT",
|
|
10920
|
+
"variantOptions": [
|
|
10921
|
+
"Enabled",
|
|
10922
|
+
"Pressed"
|
|
10923
|
+
]
|
|
10924
|
+
}
|
|
10925
|
+
}
|
|
10926
|
+
};
|
|
10927
|
+
|
|
10928
|
+
const metadata$n = {
|
|
10929
|
+
"name": "🟢 Help Bubble",
|
|
10930
|
+
"key": "804b327c091278a40d5891939eaed90bb2889659",
|
|
10931
|
+
"componentPropertyDefinitions": {
|
|
10932
|
+
"Title#62535:0": {
|
|
10933
|
+
"type": "TEXT"
|
|
10934
|
+
},
|
|
10935
|
+
"Description#62535:98": {
|
|
10936
|
+
"type": "TEXT"
|
|
10937
|
+
},
|
|
10938
|
+
"Show Description#62499:0": {
|
|
10939
|
+
"type": "BOOLEAN"
|
|
10940
|
+
},
|
|
10941
|
+
"Placement": {
|
|
10942
|
+
"type": "VARIANT",
|
|
10943
|
+
"variantOptions": [
|
|
10944
|
+
"Right-Top",
|
|
10945
|
+
"Right-Center",
|
|
10946
|
+
"Right-Bottom",
|
|
10947
|
+
"Left-Top",
|
|
10948
|
+
"Left-Center",
|
|
10949
|
+
"Left-Bottom",
|
|
10950
|
+
"Bottom-Left",
|
|
10951
|
+
"Bottom-Center",
|
|
10952
|
+
"Bottom-Right",
|
|
10953
|
+
"Top-Left",
|
|
10954
|
+
"Top-Center",
|
|
10955
|
+
"Top-Right"
|
|
10956
|
+
]
|
|
10957
|
+
},
|
|
10958
|
+
"Show Close Button": {
|
|
10959
|
+
"type": "VARIANT",
|
|
10960
|
+
"variantOptions": [
|
|
10961
|
+
"True",
|
|
10962
|
+
"False"
|
|
10963
|
+
]
|
|
10964
|
+
}
|
|
10965
|
+
}
|
|
10966
|
+
};
|
|
10967
|
+
|
|
10968
|
+
const metadata$m = {
|
|
10969
|
+
"name": "🟢 Identity Placeholder",
|
|
10970
|
+
"key": "808206c07408aa1056ec85a55925e9844e9265c2",
|
|
10971
|
+
"componentPropertyDefinitions": {
|
|
10972
|
+
"Identity": {
|
|
10973
|
+
"type": "VARIANT",
|
|
10974
|
+
"variantOptions": [
|
|
10975
|
+
"Person",
|
|
10976
|
+
"Business"
|
|
10977
|
+
]
|
|
10978
|
+
}
|
|
10979
|
+
}
|
|
10980
|
+
};
|
|
10981
|
+
|
|
10982
|
+
const metadata$l = {
|
|
10983
|
+
"name": "🟢 Inline Banner",
|
|
10984
|
+
"key": "ce587d0f21754af05240cb32a4880227cb0ea1e1",
|
|
10985
|
+
"componentPropertyDefinitions": {
|
|
10986
|
+
"Show Icon#11840:27": {
|
|
10987
|
+
"type": "BOOLEAN"
|
|
10988
|
+
},
|
|
10989
|
+
"Link Label#1547:81": {
|
|
10990
|
+
"type": "TEXT"
|
|
10991
|
+
},
|
|
10992
|
+
"Interaction": {
|
|
10993
|
+
"type": "VARIANT",
|
|
10994
|
+
"variantOptions": [
|
|
10995
|
+
"Default",
|
|
10996
|
+
"Link",
|
|
10997
|
+
"Actionable",
|
|
10998
|
+
"Dismissible"
|
|
10999
|
+
]
|
|
11000
|
+
},
|
|
11001
|
+
"Variant": {
|
|
11002
|
+
"type": "VARIANT",
|
|
11003
|
+
"variantOptions": [
|
|
11004
|
+
"Neutral Weak",
|
|
11005
|
+
"Informative Weak",
|
|
11006
|
+
"Positive Weak",
|
|
11007
|
+
"Warning Solid",
|
|
11008
|
+
"Warning Weak",
|
|
11009
|
+
"Critical Solid",
|
|
11010
|
+
"Critical Weak"
|
|
11011
|
+
]
|
|
11012
|
+
},
|
|
11013
|
+
"Show Title": {
|
|
11014
|
+
"type": "VARIANT",
|
|
11015
|
+
"variantOptions": [
|
|
11016
|
+
"True",
|
|
11017
|
+
"False"
|
|
11018
|
+
]
|
|
11019
|
+
}
|
|
11020
|
+
}
|
|
11021
|
+
};
|
|
11022
|
+
|
|
11023
|
+
const metadata$k = {
|
|
11024
|
+
"name": "🟢 Main Tab Navigation / Global",
|
|
11025
|
+
"key": "a694a1da14a5c1d7d5c66bc78218c0c61fb388ab",
|
|
11026
|
+
"componentPropertyDefinitions": {
|
|
11027
|
+
"Button Label#6409:18": {
|
|
11028
|
+
"type": "TEXT"
|
|
11029
|
+
},
|
|
11030
|
+
"Title#6406:6": {
|
|
11031
|
+
"type": "TEXT"
|
|
11032
|
+
},
|
|
11033
|
+
"Title Type": {
|
|
11034
|
+
"type": "VARIANT",
|
|
11035
|
+
"variantOptions": [
|
|
11036
|
+
"Text",
|
|
11037
|
+
"Text + Button"
|
|
11038
|
+
]
|
|
11039
|
+
},
|
|
11040
|
+
"Variant": {
|
|
11041
|
+
"type": "VARIANT",
|
|
11042
|
+
"variantOptions": [
|
|
11043
|
+
"Layer Default",
|
|
11044
|
+
"Transparent"
|
|
11045
|
+
]
|
|
11046
|
+
}
|
|
11047
|
+
}
|
|
11048
|
+
};
|
|
11049
|
+
|
|
11050
|
+
const metadata$j = {
|
|
11051
|
+
"name": "🟢 Main Tab Navigation / KR",
|
|
11052
|
+
"key": "41d3601e6b4c632a56cdc8fad485a76c026fdd8e",
|
|
11053
|
+
"componentPropertyDefinitions": {
|
|
11054
|
+
"Title#6406:6": {
|
|
11055
|
+
"type": "TEXT"
|
|
11056
|
+
},
|
|
11057
|
+
"Title Type": {
|
|
11058
|
+
"type": "VARIANT",
|
|
11059
|
+
"variantOptions": [
|
|
11060
|
+
"Text",
|
|
11061
|
+
"Button"
|
|
11062
|
+
]
|
|
11063
|
+
},
|
|
11064
|
+
"Variant": {
|
|
11065
|
+
"type": "VARIANT",
|
|
11066
|
+
"variantOptions": [
|
|
11067
|
+
"Layer Default",
|
|
11068
|
+
"Transparent"
|
|
11069
|
+
]
|
|
11070
|
+
}
|
|
11071
|
+
}
|
|
11072
|
+
};
|
|
11073
|
+
|
|
11074
|
+
const metadata$i = {
|
|
11075
|
+
"name": "🟢 Manner Temp",
|
|
11076
|
+
"key": "030dc68a26c24c37090c8b95ae21043855b5d589",
|
|
11077
|
+
"componentPropertyDefinitions": {
|
|
11078
|
+
"State": {
|
|
11079
|
+
"type": "VARIANT",
|
|
11080
|
+
"variantOptions": [
|
|
11081
|
+
"L1 (~29.9)",
|
|
11082
|
+
"L2 (30.0~36.2)",
|
|
11083
|
+
"L3 (36.3~37.5)",
|
|
11084
|
+
"L4 (37.6~41.9)",
|
|
11085
|
+
"L5 (42~51.9)",
|
|
11086
|
+
"L6 (52~)"
|
|
11087
|
+
]
|
|
11088
|
+
}
|
|
11089
|
+
}
|
|
11090
|
+
};
|
|
11091
|
+
|
|
11092
|
+
const metadata$h = {
|
|
11093
|
+
"name": "🟢 Manner Temp (Bar)",
|
|
11094
|
+
"key": "49ca92c450fb5d450be00f69fae709dbb8edc494",
|
|
11095
|
+
"componentPropertyDefinitions": {
|
|
11096
|
+
"Size": {
|
|
11097
|
+
"type": "VARIANT",
|
|
11098
|
+
"variantOptions": [
|
|
11099
|
+
"Medium"
|
|
11100
|
+
]
|
|
11101
|
+
},
|
|
11102
|
+
"State": {
|
|
11103
|
+
"type": "VARIANT",
|
|
11104
|
+
"variantOptions": [
|
|
11105
|
+
"L1 (29.9 이하)",
|
|
11106
|
+
"L2 (29.9~36.2)",
|
|
11107
|
+
"L3 (36.3~37.5)",
|
|
11108
|
+
"L4 (37.6~41.9)",
|
|
11109
|
+
"L5 (42~51.9)",
|
|
11110
|
+
"L6 (52~)"
|
|
11111
|
+
]
|
|
11112
|
+
}
|
|
11113
|
+
}
|
|
11114
|
+
};
|
|
11115
|
+
|
|
11116
|
+
const metadata$g = {
|
|
11117
|
+
"name": "🟢 Manner Temp Badge",
|
|
11118
|
+
"key": "ac5331cec7a2c75b671df5b85ef247dfd820dd2f",
|
|
11119
|
+
"componentPropertyDefinitions": {
|
|
11120
|
+
"State": {
|
|
11121
|
+
"type": "VARIANT",
|
|
11122
|
+
"variantOptions": [
|
|
11123
|
+
"L1 (~29.9)",
|
|
11124
|
+
"L2 (30.0~36.2)",
|
|
11125
|
+
"L3 (36.3~37.5)",
|
|
11126
|
+
"L4 (37.6~41.9)",
|
|
11127
|
+
"L5 (42~51.9)",
|
|
11128
|
+
"L6 (52~)"
|
|
11129
|
+
]
|
|
11130
|
+
}
|
|
11131
|
+
}
|
|
11132
|
+
};
|
|
11133
|
+
|
|
11134
|
+
const metadata$f = {
|
|
11135
|
+
"name": "🟢 Multiline Text Field",
|
|
11136
|
+
"key": "88b2399c930c85f9ce2972163a078bc684b84bbe",
|
|
11137
|
+
"componentPropertyDefinitions": {
|
|
11138
|
+
"Indicator#15327:286": {
|
|
11139
|
+
"type": "TEXT"
|
|
11140
|
+
},
|
|
11141
|
+
"Character Count#15327:360": {
|
|
11142
|
+
"type": "TEXT"
|
|
11143
|
+
},
|
|
11144
|
+
"Max Character Count#15327:175": {
|
|
11145
|
+
"type": "TEXT"
|
|
11146
|
+
},
|
|
11147
|
+
"Label#15327:323": {
|
|
11148
|
+
"type": "TEXT"
|
|
11149
|
+
},
|
|
11150
|
+
"Filled Text#1304:0": {
|
|
11151
|
+
"type": "TEXT"
|
|
11152
|
+
},
|
|
11153
|
+
"Show Character count#958:75": {
|
|
11154
|
+
"type": "BOOLEAN"
|
|
11155
|
+
},
|
|
11156
|
+
"Show Footer#958:25": {
|
|
11157
|
+
"type": "BOOLEAN"
|
|
11158
|
+
},
|
|
11159
|
+
"Show Description#958:50": {
|
|
11160
|
+
"type": "BOOLEAN"
|
|
11161
|
+
},
|
|
11162
|
+
"Description#15327:212": {
|
|
11163
|
+
"type": "TEXT"
|
|
11164
|
+
},
|
|
11165
|
+
"Show Indicator#1259:0": {
|
|
11166
|
+
"type": "BOOLEAN"
|
|
11167
|
+
},
|
|
11168
|
+
"Placeholder#958:0": {
|
|
11169
|
+
"type": "TEXT"
|
|
11170
|
+
},
|
|
11171
|
+
"Show Header#870:0": {
|
|
11172
|
+
"type": "BOOLEAN"
|
|
11173
|
+
},
|
|
11174
|
+
"Size": {
|
|
11175
|
+
"type": "VARIANT",
|
|
11176
|
+
"variantOptions": [
|
|
11177
|
+
"Medium",
|
|
11178
|
+
"Large",
|
|
11179
|
+
"XLarge"
|
|
11180
|
+
]
|
|
11181
|
+
},
|
|
11182
|
+
"State": {
|
|
11183
|
+
"type": "VARIANT",
|
|
11184
|
+
"variantOptions": [
|
|
11185
|
+
"Enabled",
|
|
11186
|
+
"Focused",
|
|
11187
|
+
"Invalid",
|
|
11188
|
+
"Invalid-Focused",
|
|
11189
|
+
"Disabled",
|
|
11190
|
+
"Read Only"
|
|
11191
|
+
]
|
|
11192
|
+
},
|
|
11193
|
+
"Filled": {
|
|
11194
|
+
"type": "VARIANT",
|
|
11195
|
+
"variantOptions": [
|
|
11196
|
+
"True",
|
|
11197
|
+
"False"
|
|
11198
|
+
]
|
|
11199
|
+
}
|
|
11200
|
+
}
|
|
11201
|
+
};
|
|
11202
|
+
|
|
11203
|
+
const metadata$e = {
|
|
11204
|
+
"name": "🟢 Progress Circle",
|
|
11205
|
+
"key": "6e6779a372cab2485a0e25529bc4dbc9932a7346",
|
|
11206
|
+
"componentPropertyDefinitions": {
|
|
11207
|
+
"Size": {
|
|
11208
|
+
"type": "VARIANT",
|
|
11209
|
+
"variantOptions": [
|
|
11210
|
+
"24",
|
|
11211
|
+
"40"
|
|
11212
|
+
]
|
|
11213
|
+
},
|
|
11214
|
+
"Tone": {
|
|
11215
|
+
"type": "VARIANT",
|
|
11216
|
+
"variantOptions": [
|
|
11217
|
+
"Neutral",
|
|
11218
|
+
"Brand",
|
|
11219
|
+
"Static White"
|
|
11220
|
+
]
|
|
11221
|
+
},
|
|
11222
|
+
"Value": {
|
|
11223
|
+
"type": "VARIANT",
|
|
11224
|
+
"variantOptions": [
|
|
11225
|
+
"Indeterminate",
|
|
11226
|
+
"0%",
|
|
11227
|
+
"25%",
|
|
11228
|
+
"75%",
|
|
11229
|
+
"100%"
|
|
11230
|
+
]
|
|
11231
|
+
}
|
|
11232
|
+
}
|
|
11233
|
+
};
|
|
11234
|
+
|
|
11235
|
+
const metadata$d = {
|
|
11236
|
+
"name": "🟢 Radio",
|
|
11237
|
+
"key": "ac72d9e5ab04a1d59eaf77dffd380fd6e491ecf8",
|
|
11238
|
+
"componentPropertyDefinitions": {
|
|
11239
|
+
"Label#49990:171": {
|
|
11240
|
+
"type": "TEXT"
|
|
11241
|
+
},
|
|
11242
|
+
"Size": {
|
|
11243
|
+
"type": "VARIANT",
|
|
11244
|
+
"variantOptions": [
|
|
11245
|
+
"Medium",
|
|
11246
|
+
"Large"
|
|
11247
|
+
]
|
|
11248
|
+
},
|
|
11249
|
+
"State": {
|
|
11250
|
+
"type": "VARIANT",
|
|
11251
|
+
"variantOptions": [
|
|
11252
|
+
"Enabled",
|
|
11253
|
+
"Pressed",
|
|
11254
|
+
"Selected",
|
|
11255
|
+
"Selected-Pressed",
|
|
11256
|
+
"Disabled",
|
|
11257
|
+
"Disabled-Selected"
|
|
11258
|
+
]
|
|
11259
|
+
}
|
|
11260
|
+
}
|
|
11261
|
+
};
|
|
11262
|
+
|
|
11263
|
+
const metadata$c = {
|
|
11264
|
+
"name": "🟢 Range Slider",
|
|
11265
|
+
"key": "64fc49184979e0be40aa367ca98868601eb7dad5",
|
|
11266
|
+
"componentPropertyDefinitions": {
|
|
11267
|
+
"Steps": {
|
|
11268
|
+
"type": "VARIANT",
|
|
11269
|
+
"variantOptions": [
|
|
11270
|
+
"0",
|
|
11271
|
+
"1",
|
|
11272
|
+
"2",
|
|
11273
|
+
"3",
|
|
11274
|
+
"4"
|
|
11275
|
+
]
|
|
11276
|
+
},
|
|
11277
|
+
"State": {
|
|
11278
|
+
"type": "VARIANT",
|
|
11279
|
+
"variantOptions": [
|
|
11280
|
+
"Enabled",
|
|
11281
|
+
"Disabled"
|
|
11282
|
+
]
|
|
11283
|
+
},
|
|
11284
|
+
"Marker": {
|
|
11285
|
+
"type": "VARIANT",
|
|
11286
|
+
"variantOptions": [
|
|
11287
|
+
"None",
|
|
11288
|
+
"Min Max",
|
|
11289
|
+
"All"
|
|
11290
|
+
]
|
|
11291
|
+
}
|
|
11292
|
+
}
|
|
11293
|
+
};
|
|
11294
|
+
|
|
11295
|
+
const metadata$b = {
|
|
11296
|
+
"name": "🟢 Reaction Button",
|
|
11297
|
+
"key": "ec43e4e881f7048e95601f8b58c01a0905a174e0",
|
|
11298
|
+
"componentPropertyDefinitions": {
|
|
11299
|
+
"Icon#12379:0": {
|
|
11300
|
+
"type": "INSTANCE_SWAP",
|
|
11301
|
+
"preferredValues": []
|
|
11302
|
+
},
|
|
11303
|
+
"Show Count#6397:33": {
|
|
11304
|
+
"type": "BOOLEAN"
|
|
11305
|
+
},
|
|
11306
|
+
"Count#15816:0": {
|
|
11307
|
+
"type": "TEXT"
|
|
11308
|
+
},
|
|
11309
|
+
"Label#6397:0": {
|
|
11310
|
+
"type": "TEXT"
|
|
11311
|
+
},
|
|
11312
|
+
"Size": {
|
|
11313
|
+
"type": "VARIANT",
|
|
11314
|
+
"variantOptions": [
|
|
11315
|
+
"XSmall",
|
|
11316
|
+
"Small"
|
|
11317
|
+
]
|
|
11318
|
+
},
|
|
11319
|
+
"State": {
|
|
11320
|
+
"type": "VARIANT",
|
|
11321
|
+
"variantOptions": [
|
|
11322
|
+
"Enabled",
|
|
11323
|
+
"Pressed",
|
|
11324
|
+
"Loading",
|
|
11325
|
+
"Selected",
|
|
11326
|
+
"Selected-Pressed",
|
|
11327
|
+
"Selected-Loading",
|
|
11328
|
+
"Disabled",
|
|
11329
|
+
"Disabled-Selected"
|
|
11330
|
+
]
|
|
11331
|
+
}
|
|
11332
|
+
}
|
|
11333
|
+
};
|
|
11334
|
+
|
|
11335
|
+
const metadata$a = {
|
|
11336
|
+
"name": "🟢 Segmented Control",
|
|
11337
|
+
"key": "3ad7133ba52755867f42f9232375f75639e00d58",
|
|
11338
|
+
"componentPropertyDefinitions": {
|
|
11339
|
+
"Item Count": {
|
|
11340
|
+
"type": "VARIANT",
|
|
11341
|
+
"variantOptions": [
|
|
11342
|
+
"2",
|
|
11343
|
+
"3",
|
|
11344
|
+
"4"
|
|
11345
|
+
]
|
|
11346
|
+
},
|
|
11347
|
+
"Selected Item": {
|
|
11348
|
+
"type": "VARIANT",
|
|
11349
|
+
"variantOptions": [
|
|
11350
|
+
"1",
|
|
11351
|
+
"2",
|
|
11352
|
+
"3",
|
|
11353
|
+
"4"
|
|
11354
|
+
]
|
|
11355
|
+
}
|
|
11356
|
+
}
|
|
11357
|
+
};
|
|
11358
|
+
|
|
11359
|
+
const metadata$9 = {
|
|
11360
|
+
"name": "🟢 Select Box",
|
|
11361
|
+
"key": "38722ffeb4c966256a709155e8ddac50c93d7c60",
|
|
11362
|
+
"componentPropertyDefinitions": {
|
|
11363
|
+
"Label#3635:0": {
|
|
11364
|
+
"type": "TEXT"
|
|
11365
|
+
},
|
|
11366
|
+
"Description #3033:5": {
|
|
11367
|
+
"type": "TEXT"
|
|
11368
|
+
},
|
|
11369
|
+
"Show Description#3033:0": {
|
|
11370
|
+
"type": "BOOLEAN"
|
|
11371
|
+
},
|
|
11372
|
+
"Control": {
|
|
11373
|
+
"type": "VARIANT",
|
|
11374
|
+
"variantOptions": [
|
|
11375
|
+
"Checkbox",
|
|
11376
|
+
"Radio"
|
|
11377
|
+
]
|
|
11378
|
+
},
|
|
11379
|
+
"State": {
|
|
11380
|
+
"type": "VARIANT",
|
|
11381
|
+
"variantOptions": [
|
|
11382
|
+
"Enabled",
|
|
11383
|
+
"Pressed",
|
|
11384
|
+
"Selected",
|
|
11385
|
+
"Selected-Pressed"
|
|
11386
|
+
]
|
|
11387
|
+
}
|
|
11388
|
+
}
|
|
11389
|
+
};
|
|
11390
|
+
|
|
11391
|
+
const metadata$8 = {
|
|
11392
|
+
"name": "🟢 Skeleton",
|
|
11393
|
+
"key": "ef22c3288722fbfa64a5ab73df397ade88f8e05a",
|
|
11394
|
+
"componentPropertyDefinitions": {
|
|
11395
|
+
"Radius": {
|
|
11396
|
+
"type": "VARIANT",
|
|
11397
|
+
"variantOptions": [
|
|
11398
|
+
"0",
|
|
11399
|
+
"8",
|
|
11400
|
+
"16",
|
|
11401
|
+
"Full"
|
|
11402
|
+
]
|
|
11403
|
+
}
|
|
11404
|
+
}
|
|
11405
|
+
};
|
|
11406
|
+
|
|
11407
|
+
const metadata$7 = {
|
|
11408
|
+
"name": "🟢 Slider",
|
|
11409
|
+
"key": "aee027230a478315e380704c4523141e67e464ee",
|
|
11410
|
+
"componentPropertyDefinitions": {
|
|
11411
|
+
"Steps": {
|
|
11412
|
+
"type": "VARIANT",
|
|
11413
|
+
"variantOptions": [
|
|
11414
|
+
"0",
|
|
11415
|
+
"1",
|
|
11416
|
+
"2",
|
|
11417
|
+
"3",
|
|
11418
|
+
"4"
|
|
11419
|
+
]
|
|
11420
|
+
},
|
|
11421
|
+
"State": {
|
|
11422
|
+
"type": "VARIANT",
|
|
11423
|
+
"variantOptions": [
|
|
11424
|
+
"Enabled",
|
|
11425
|
+
"Disabled"
|
|
11426
|
+
]
|
|
11427
|
+
},
|
|
11428
|
+
"Marker": {
|
|
11429
|
+
"type": "VARIANT",
|
|
11430
|
+
"variantOptions": [
|
|
11431
|
+
"None",
|
|
11432
|
+
"Min Max",
|
|
11433
|
+
"All"
|
|
11434
|
+
]
|
|
11435
|
+
}
|
|
11436
|
+
}
|
|
11437
|
+
};
|
|
11438
|
+
|
|
11439
|
+
const metadata$6 = {
|
|
11440
|
+
"name": "🟢 Snackbar",
|
|
11441
|
+
"key": "81b17fb8c7d731a19cf8d36a8605559d41414eca",
|
|
11442
|
+
"componentPropertyDefinitions": {
|
|
11443
|
+
"Action Button Label#1528:8": {
|
|
11444
|
+
"type": "TEXT"
|
|
11445
|
+
},
|
|
11446
|
+
"Message#1528:4": {
|
|
11447
|
+
"type": "TEXT"
|
|
11448
|
+
},
|
|
11449
|
+
"Show Action Button#1528:0": {
|
|
11450
|
+
"type": "BOOLEAN"
|
|
11451
|
+
},
|
|
11452
|
+
"Variant": {
|
|
11453
|
+
"type": "VARIANT",
|
|
11454
|
+
"variantOptions": [
|
|
11455
|
+
"Default",
|
|
11456
|
+
"Positive",
|
|
11457
|
+
"Critical"
|
|
11458
|
+
]
|
|
11459
|
+
}
|
|
11460
|
+
}
|
|
11461
|
+
};
|
|
11462
|
+
|
|
11463
|
+
const metadata$5 = {
|
|
11464
|
+
"name": "🟢 Standard Navigation",
|
|
11465
|
+
"key": "c07bfe331cf214375fce9ad47cb6fdb459d1fb1b",
|
|
11466
|
+
"componentPropertyDefinitions": {
|
|
11467
|
+
"Title#28176:5": {
|
|
11468
|
+
"type": "BOOLEAN"
|
|
11469
|
+
},
|
|
11470
|
+
"Variant": {
|
|
11471
|
+
"type": "VARIANT",
|
|
11472
|
+
"variantOptions": [
|
|
11473
|
+
"Layer Default",
|
|
11474
|
+
"Transparent"
|
|
11475
|
+
]
|
|
11476
|
+
},
|
|
11477
|
+
"OS": {
|
|
11478
|
+
"type": "VARIANT",
|
|
11479
|
+
"variantOptions": [
|
|
11480
|
+
"iOS",
|
|
11481
|
+
"Android"
|
|
11482
|
+
]
|
|
11483
|
+
}
|
|
11484
|
+
}
|
|
11485
|
+
};
|
|
11486
|
+
|
|
11487
|
+
const metadata$4 = {
|
|
11488
|
+
"name": "🟢 Switch",
|
|
11489
|
+
"key": "80ce5a33b5ab713ab3bd2449472e2fb13d78c7f3",
|
|
11490
|
+
"componentPropertyDefinitions": {
|
|
11491
|
+
"Label#15191:2": {
|
|
11492
|
+
"type": "TEXT"
|
|
11493
|
+
},
|
|
11494
|
+
"Size": {
|
|
11495
|
+
"type": "VARIANT",
|
|
11496
|
+
"variantOptions": [
|
|
11497
|
+
"Small",
|
|
11498
|
+
"Medium"
|
|
11499
|
+
]
|
|
11500
|
+
},
|
|
11501
|
+
"State": {
|
|
11502
|
+
"type": "VARIANT",
|
|
11503
|
+
"variantOptions": [
|
|
11504
|
+
"Enabled",
|
|
11505
|
+
"Selected",
|
|
11506
|
+
"Disabled",
|
|
11507
|
+
"Disabled-Selected"
|
|
11508
|
+
]
|
|
11509
|
+
}
|
|
11510
|
+
}
|
|
11511
|
+
};
|
|
11512
|
+
|
|
11513
|
+
const metadata$3 = {
|
|
11514
|
+
"name": "🟢 Tablist",
|
|
11515
|
+
"key": "ffe33411fb8796f7a95d3637b90150007f0dd954",
|
|
11516
|
+
"componentPropertyDefinitions": {
|
|
11517
|
+
"Size": {
|
|
11518
|
+
"type": "VARIANT",
|
|
11519
|
+
"variantOptions": [
|
|
11520
|
+
"Small",
|
|
11521
|
+
"Medium"
|
|
11522
|
+
]
|
|
11523
|
+
},
|
|
11524
|
+
"Layout": {
|
|
11525
|
+
"type": "VARIANT",
|
|
11526
|
+
"variantOptions": [
|
|
11527
|
+
"Hug",
|
|
11528
|
+
"Fill"
|
|
11529
|
+
]
|
|
11530
|
+
},
|
|
11531
|
+
"Tab Count": {
|
|
11532
|
+
"type": "VARIANT",
|
|
11533
|
+
"variantOptions": [
|
|
11534
|
+
"2",
|
|
11535
|
+
"3",
|
|
11536
|
+
"4",
|
|
11537
|
+
"5+"
|
|
11538
|
+
]
|
|
11539
|
+
}
|
|
11540
|
+
}
|
|
11541
|
+
};
|
|
11542
|
+
|
|
11543
|
+
const metadata$2 = {
|
|
11544
|
+
"name": "🟢 Text Button",
|
|
11545
|
+
"key": "601f788792916250e33d04bd3165dee1404342df",
|
|
11546
|
+
"componentPropertyDefinitions": {
|
|
11547
|
+
"Prefix Icon#7561:0": {
|
|
11548
|
+
"type": "INSTANCE_SWAP",
|
|
11549
|
+
"preferredValues": []
|
|
11550
|
+
},
|
|
11551
|
+
"Label#6148:0": {
|
|
11552
|
+
"type": "TEXT"
|
|
11553
|
+
},
|
|
11554
|
+
"Size": {
|
|
11555
|
+
"type": "VARIANT",
|
|
11556
|
+
"variantOptions": [
|
|
11557
|
+
"Small",
|
|
11558
|
+
"Medium",
|
|
11559
|
+
"Large"
|
|
11560
|
+
]
|
|
11561
|
+
},
|
|
11562
|
+
"Layout": {
|
|
11563
|
+
"type": "VARIANT",
|
|
11564
|
+
"variantOptions": [
|
|
11565
|
+
"Icon First",
|
|
11566
|
+
"Icon Last"
|
|
11567
|
+
]
|
|
11568
|
+
},
|
|
11569
|
+
"Tone": {
|
|
11570
|
+
"type": "VARIANT",
|
|
11571
|
+
"variantOptions": [
|
|
11572
|
+
"Neutral",
|
|
11573
|
+
"Neutral Subtle",
|
|
11574
|
+
"Brand",
|
|
11575
|
+
"Critical"
|
|
11576
|
+
]
|
|
11577
|
+
},
|
|
11578
|
+
"State": {
|
|
11579
|
+
"type": "VARIANT",
|
|
11580
|
+
"variantOptions": [
|
|
11581
|
+
"Enabled",
|
|
11582
|
+
"Pressed",
|
|
11583
|
+
"Disabled"
|
|
11584
|
+
]
|
|
11585
|
+
}
|
|
11586
|
+
}
|
|
11587
|
+
};
|
|
11588
|
+
|
|
11589
|
+
const metadata$1 = {
|
|
11590
|
+
"name": "🟢 Text Field",
|
|
11591
|
+
"key": "c49873c37a639f0dffdea4efd0eb43760d66c141",
|
|
11592
|
+
"componentPropertyDefinitions": {
|
|
11593
|
+
"Suffix Text#15327:138": {
|
|
11594
|
+
"type": "TEXT"
|
|
11595
|
+
},
|
|
11596
|
+
"Indicator#15327:249": {
|
|
11597
|
+
"type": "TEXT"
|
|
11598
|
+
},
|
|
11599
|
+
"Label#14964:0": {
|
|
11600
|
+
"type": "TEXT"
|
|
11601
|
+
},
|
|
11602
|
+
"Character Count#15327:64": {
|
|
11603
|
+
"type": "TEXT"
|
|
11604
|
+
},
|
|
11605
|
+
"Description#12626:5": {
|
|
11606
|
+
"type": "TEXT"
|
|
11607
|
+
},
|
|
11608
|
+
"Filled Text#1304:0": {
|
|
11609
|
+
"type": "TEXT"
|
|
11610
|
+
},
|
|
11611
|
+
"Show Suffix Icon#1267:75": {
|
|
11612
|
+
"type": "BOOLEAN"
|
|
11613
|
+
},
|
|
11614
|
+
"Show Prefix Icon#1267:50": {
|
|
11615
|
+
"type": "BOOLEAN"
|
|
11616
|
+
},
|
|
11617
|
+
"Prefix Icon#1267:25": {
|
|
11618
|
+
"type": "INSTANCE_SWAP",
|
|
11619
|
+
"preferredValues": []
|
|
11620
|
+
},
|
|
11621
|
+
"Show Prefix#958:125": {
|
|
11622
|
+
"type": "BOOLEAN"
|
|
11623
|
+
},
|
|
11624
|
+
"Show Suffix#958:100": {
|
|
11625
|
+
"type": "BOOLEAN"
|
|
11626
|
+
},
|
|
11627
|
+
"Show Character Count#958:75": {
|
|
11628
|
+
"type": "BOOLEAN"
|
|
11629
|
+
},
|
|
11630
|
+
"Show Footer#958:25": {
|
|
11631
|
+
"type": "BOOLEAN"
|
|
11632
|
+
},
|
|
11633
|
+
"Max Character Count#15327:27": {
|
|
11634
|
+
"type": "TEXT"
|
|
11635
|
+
},
|
|
11636
|
+
"Show Prefix Text#1267:0": {
|
|
11637
|
+
"type": "BOOLEAN"
|
|
11638
|
+
},
|
|
11639
|
+
"Show Suffix Text#1267:125": {
|
|
11640
|
+
"type": "BOOLEAN"
|
|
11641
|
+
},
|
|
11642
|
+
"Suffix Icon #1267:100": {
|
|
11643
|
+
"type": "INSTANCE_SWAP",
|
|
11644
|
+
"preferredValues": []
|
|
11645
|
+
},
|
|
11646
|
+
"Show Description#958:50": {
|
|
11647
|
+
"type": "BOOLEAN"
|
|
11648
|
+
},
|
|
11649
|
+
"Prefix Text#15327:101": {
|
|
11650
|
+
"type": "TEXT"
|
|
11651
|
+
},
|
|
11652
|
+
"Show Indicator#1259:0": {
|
|
11653
|
+
"type": "BOOLEAN"
|
|
11654
|
+
},
|
|
11655
|
+
"Placeholder#958:0": {
|
|
11656
|
+
"type": "TEXT"
|
|
11657
|
+
},
|
|
11658
|
+
"Show Header#870:0": {
|
|
11659
|
+
"type": "BOOLEAN"
|
|
11660
|
+
},
|
|
11661
|
+
"Size": {
|
|
11662
|
+
"type": "VARIANT",
|
|
11663
|
+
"variantOptions": [
|
|
11664
|
+
"Medium",
|
|
11665
|
+
"Large",
|
|
11666
|
+
"XLarge"
|
|
11667
|
+
]
|
|
11668
|
+
},
|
|
11669
|
+
"State": {
|
|
11670
|
+
"type": "VARIANT",
|
|
11671
|
+
"variantOptions": [
|
|
11672
|
+
"Enabled",
|
|
11673
|
+
"Focused",
|
|
11674
|
+
"Invalid",
|
|
11675
|
+
"Invalid-Focused",
|
|
11676
|
+
"Disabled",
|
|
11677
|
+
"Read Only"
|
|
11678
|
+
]
|
|
11679
|
+
},
|
|
11680
|
+
"Filled": {
|
|
11681
|
+
"type": "VARIANT",
|
|
11682
|
+
"variantOptions": [
|
|
11683
|
+
"True",
|
|
11684
|
+
"False"
|
|
11685
|
+
]
|
|
11686
|
+
}
|
|
11687
|
+
}
|
|
11688
|
+
};
|
|
11689
|
+
|
|
11690
|
+
const metadata = {
|
|
11691
|
+
"name": "🟢 Toggle Button",
|
|
11692
|
+
"key": "1d240ee5fd7a56879713e69cbea1b6f006f0ea22",
|
|
11693
|
+
"componentPropertyDefinitions": {
|
|
11694
|
+
"Suffix Icon#6122:343": {
|
|
11695
|
+
"type": "INSTANCE_SWAP",
|
|
11696
|
+
"preferredValues": []
|
|
11697
|
+
},
|
|
11698
|
+
"Show Prefix Icon#6122:392": {
|
|
11699
|
+
"type": "BOOLEAN"
|
|
11700
|
+
},
|
|
11701
|
+
"Show Suffix Icon#6122:147": {
|
|
11702
|
+
"type": "BOOLEAN"
|
|
11703
|
+
},
|
|
11704
|
+
"Prefix Icon#6122:98": {
|
|
11705
|
+
"type": "INSTANCE_SWAP",
|
|
11706
|
+
"preferredValues": []
|
|
11707
|
+
},
|
|
11708
|
+
"Label#6122:49": {
|
|
11709
|
+
"type": "TEXT"
|
|
11710
|
+
},
|
|
11711
|
+
"Size": {
|
|
11712
|
+
"type": "VARIANT",
|
|
11713
|
+
"variantOptions": [
|
|
11714
|
+
"Small",
|
|
11715
|
+
"XSmall"
|
|
11716
|
+
]
|
|
11717
|
+
},
|
|
11718
|
+
"Variant": {
|
|
11719
|
+
"type": "VARIANT",
|
|
11720
|
+
"variantOptions": [
|
|
11721
|
+
"Neutral Weak",
|
|
11722
|
+
"Brand Solid"
|
|
11723
|
+
]
|
|
11724
|
+
},
|
|
11725
|
+
"State": {
|
|
11726
|
+
"type": "VARIANT",
|
|
11727
|
+
"variantOptions": [
|
|
11728
|
+
"Enabled",
|
|
11729
|
+
"Pressed",
|
|
11730
|
+
"Loading",
|
|
11731
|
+
"Selected",
|
|
11732
|
+
"Selected-Pressed",
|
|
11733
|
+
"Selected-Loading",
|
|
11734
|
+
"Disabled",
|
|
11735
|
+
"Disabled-Selected"
|
|
11736
|
+
]
|
|
11737
|
+
}
|
|
11738
|
+
}
|
|
11739
|
+
};
|
|
11740
|
+
|
|
11741
|
+
var FIGMA_COMPONENTS = {
|
|
11742
|
+
__proto__: null,
|
|
11743
|
+
actionButton: metadata$F,
|
|
11744
|
+
actionChip: metadata$E,
|
|
11745
|
+
actionSheet: metadata$D,
|
|
11746
|
+
avatar: metadata$C,
|
|
11747
|
+
avatarStack: metadata$B,
|
|
11748
|
+
badge: metadata$A,
|
|
11749
|
+
bottomNavigationGlobal: metadata$z,
|
|
11750
|
+
bottomNavigationKr: metadata$y,
|
|
11751
|
+
bottomSheet: metadata$x,
|
|
11752
|
+
callout: metadata$w,
|
|
11753
|
+
checkbox: metadata$v,
|
|
11754
|
+
chipTablist: metadata$u,
|
|
11755
|
+
controlChip: metadata$t,
|
|
11756
|
+
divider: metadata$s,
|
|
11757
|
+
errorState: metadata$r,
|
|
11758
|
+
extendedActionSheet: metadata$q,
|
|
11759
|
+
extendedFloatingActionButton: metadata$p,
|
|
11760
|
+
floatingActionButton: metadata$o,
|
|
11761
|
+
helpBubble: metadata$n,
|
|
11762
|
+
identityPlaceholder: metadata$m,
|
|
11763
|
+
inlineBanner: metadata$l,
|
|
11764
|
+
mainTabNavigationGlobal: metadata$k,
|
|
11765
|
+
mainTabNavigationKr: metadata$j,
|
|
11766
|
+
mannerTemp: metadata$i,
|
|
11767
|
+
mannerTempBadge: metadata$g,
|
|
11768
|
+
mannerTempBar: metadata$h,
|
|
11769
|
+
multilineTextField: metadata$f,
|
|
11770
|
+
progressCircle: metadata$e,
|
|
11771
|
+
radio: metadata$d,
|
|
11772
|
+
rangeSlider: metadata$c,
|
|
11773
|
+
reactionButton: metadata$b,
|
|
11774
|
+
segmentedControl: metadata$a,
|
|
11775
|
+
selectBox: metadata$9,
|
|
11776
|
+
skeleton: metadata$8,
|
|
11777
|
+
slider: metadata$7,
|
|
11778
|
+
snackbar: metadata$6,
|
|
11779
|
+
standardNavigation: metadata$5,
|
|
11780
|
+
switch: metadata$4,
|
|
11781
|
+
tablist: metadata$3,
|
|
11782
|
+
templateBottomFixedBar: metadata$K,
|
|
11783
|
+
templateButtonGroup: metadata$J,
|
|
11784
|
+
templateChipGroup: metadata$I,
|
|
11785
|
+
templateSelectBoxGroup: metadata$H,
|
|
11786
|
+
templateTopNavigation: metadata$G,
|
|
11787
|
+
textButton: metadata$2,
|
|
11788
|
+
textField: metadata$1,
|
|
11789
|
+
toggleButton: metadata
|
|
11790
|
+
};
|
|
11791
|
+
|
|
10123
11792
|
function createStaticStyleRepository(styles) {
|
|
10124
11793
|
const stylesMap = new Map();
|
|
10125
11794
|
const stylesNameMap = new Map();
|
|
@@ -10174,6 +11843,16 @@ function createStaticVariableRepository({ variables, variableCollections }) {
|
|
|
10174
11843
|
};
|
|
10175
11844
|
}
|
|
10176
11845
|
|
|
11846
|
+
function createStaticComponentRepository(data) {
|
|
11847
|
+
const componentRecord = {};
|
|
11848
|
+
Object.values(data).forEach((component)=>{
|
|
11849
|
+
componentRecord[component.key] = component;
|
|
11850
|
+
});
|
|
11851
|
+
return {
|
|
11852
|
+
getOne: (key)=>componentRecord[key]
|
|
11853
|
+
};
|
|
11854
|
+
}
|
|
11855
|
+
|
|
10177
11856
|
function createIconService({ iconRepository }) {
|
|
10178
11857
|
function isAvailable(componentKey) {
|
|
10179
11858
|
return iconRepository.getOne(componentKey) !== undefined;
|
|
@@ -10296,6 +11975,7 @@ const variableRepository = createStaticVariableRepository({
|
|
|
10296
11975
|
variableCollections: FIGMA_VARIABLE_COLLECTIONS
|
|
10297
11976
|
});
|
|
10298
11977
|
const iconRepository = createStaticIconRepository(FIGMA_ICONS);
|
|
11978
|
+
const componentRepository = createStaticComponentRepository(FIGMA_COMPONENTS);
|
|
10299
11979
|
function getFigmaVariableKey(name) {
|
|
10300
11980
|
return variableRepository.findVariableByName(name)?.key;
|
|
10301
11981
|
}
|
|
@@ -10307,9 +11987,11 @@ function getFigmaColorVariableNames(scopes) {
|
|
|
10307
11987
|
return variables.filter((variable)=>scopes.includes(variable.name.split("/")[0])).map((variable)=>variable.name);
|
|
10308
11988
|
}
|
|
10309
11989
|
|
|
11990
|
+
exports.componentRepository = componentRepository;
|
|
10310
11991
|
exports.createIconService = createIconService;
|
|
10311
11992
|
exports.createPluginNormalizer = createPluginNormalizer;
|
|
10312
11993
|
exports.createRestNormalizer = createRestNormalizer;
|
|
11994
|
+
exports.createStaticComponentRepository = createStaticComponentRepository;
|
|
10313
11995
|
exports.createStaticIconRepository = createStaticIconRepository;
|
|
10314
11996
|
exports.createStaticStyleRepository = createStaticStyleRepository;
|
|
10315
11997
|
exports.createStaticVariableRepository = createStaticVariableRepository;
|