@seed-design/figma 0.2.5 β 1.0.1
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 +716 -448
- package/lib/codegen/index.d.ts +127 -91
- package/lib/codegen/index.d.ts.map +1 -1
- package/lib/codegen/index.js +716 -448
- package/lib/codegen/targets/react/index.cjs +1060 -764
- package/lib/codegen/targets/react/index.d.ts.map +1 -1
- package/lib/codegen/targets/react/index.js +1060 -764
- package/lib/index.cjs +716 -448
- package/lib/index.js +716 -448
- package/package.json +3 -3
- package/src/codegen/component-properties.ts +4 -0
- package/src/codegen/targets/react/component/handlers/list-header.ts +20 -0
- package/src/codegen/targets/react/component/handlers/list-item.ts +8 -1
- package/src/codegen/targets/react/component/handlers/switch-mark.ts +26 -0
- package/src/codegen/targets/react/component/handlers/switch.ts +9 -3
- package/src/codegen/targets/react/component/index.ts +6 -2
- package/src/entities/data/__generated__/component-sets/index.d.ts +1 -0
- package/src/entities/data/__generated__/component-sets/index.mjs +1 -0
- package/src/entities/data/__generated__/component-sets/list-header.d.ts +3 -3
- package/src/entities/data/__generated__/component-sets/list-header.mjs +3 -3
- package/src/entities/data/__generated__/component-sets/manner-temp-badge.d.ts +10 -6
- package/src/entities/data/__generated__/component-sets/manner-temp-badge.mjs +10 -6
- package/src/entities/data/__generated__/component-sets/manner-temp.d.ts +10 -6
- package/src/entities/data/__generated__/component-sets/manner-temp.mjs +10 -6
- package/src/entities/data/__generated__/component-sets/segmented-control.d.ts +0 -9
- package/src/entities/data/__generated__/component-sets/segmented-control.mjs +0 -9
- package/src/entities/data/__generated__/component-sets/switch-mark.d.ts +35 -0
- package/src/entities/data/__generated__/component-sets/switch-mark.mjs +35 -0
- package/src/entities/data/__generated__/component-sets/switch.d.ts +2 -2
- package/src/entities/data/__generated__/component-sets/switch.mjs +2 -2
- package/src/entities/data/__generated__/variable-collections/index.mjs +13 -5
- package/src/entities/data/__generated__/variables/index.mjs +546 -322
package/lib/codegen/index.d.ts
CHANGED
|
@@ -265,7 +265,7 @@ interface InferResult {
|
|
|
265
265
|
type LayoutNode = NormalizedIsLayerTrait & NormalizedHasFramePropertiesTrait & NormalizedHasChildrenTrait & NormalizedHasLayoutTrait;
|
|
266
266
|
declare function inferLayout(parentNode: LayoutNode): InferResult;
|
|
267
267
|
|
|
268
|
-
declare const metadata$
|
|
268
|
+
declare const metadata$A: {
|
|
269
269
|
"name": "π΅ [Template] Error State",
|
|
270
270
|
"key": "39b4ecd0b5b4d35f4dc5791765ca04aa062a5172",
|
|
271
271
|
"componentPropertyDefinitions": {
|
|
@@ -298,7 +298,7 @@ declare const metadata$z: {
|
|
|
298
298
|
}
|
|
299
299
|
};
|
|
300
300
|
|
|
301
|
-
declare const metadata$
|
|
301
|
+
declare const metadata$z: {
|
|
302
302
|
"name": "π΅ [Template] Select Box Group",
|
|
303
303
|
"key": "a3d58bb8540600878742cdcf2608a4b3851667ec",
|
|
304
304
|
"componentPropertyDefinitions": {
|
|
@@ -323,7 +323,7 @@ declare const metadata$y: {
|
|
|
323
323
|
}
|
|
324
324
|
};
|
|
325
325
|
|
|
326
|
-
declare const metadata$
|
|
326
|
+
declare const metadata$y: {
|
|
327
327
|
"name": "π’ Action Button",
|
|
328
328
|
"key": "450ede9d0bf42fc6ef14345c77e6e407d6d5ee89",
|
|
329
329
|
"componentPropertyDefinitions": {
|
|
@@ -383,7 +383,7 @@ declare const metadata$x: {
|
|
|
383
383
|
}
|
|
384
384
|
};
|
|
385
385
|
|
|
386
|
-
declare const metadata$
|
|
386
|
+
declare const metadata$x: {
|
|
387
387
|
"name": "π’ Alert Dialog",
|
|
388
388
|
"key": "e0c89524a554ca1bf95c016b7255f29e257624aa",
|
|
389
389
|
"componentPropertyDefinitions": {
|
|
@@ -410,7 +410,7 @@ declare const metadata$w: {
|
|
|
410
410
|
}
|
|
411
411
|
};
|
|
412
412
|
|
|
413
|
-
declare const metadata$
|
|
413
|
+
declare const metadata$w: {
|
|
414
414
|
"name": "π’ Avatar",
|
|
415
415
|
"key": "4a8853c3068c08b69b13e71dd42ce186e968697e",
|
|
416
416
|
"componentPropertyDefinitions": {
|
|
@@ -443,7 +443,7 @@ declare const metadata$v: {
|
|
|
443
443
|
}
|
|
444
444
|
};
|
|
445
445
|
|
|
446
|
-
declare const metadata$
|
|
446
|
+
declare const metadata$v: {
|
|
447
447
|
"name": "π’ Avatar Stack",
|
|
448
448
|
"key": "e8e91e01000d878742c55cd6e44b6786460440f7",
|
|
449
449
|
"componentPropertyDefinitions": {
|
|
@@ -464,7 +464,7 @@ declare const metadata$u: {
|
|
|
464
464
|
}
|
|
465
465
|
};
|
|
466
466
|
|
|
467
|
-
declare const metadata$
|
|
467
|
+
declare const metadata$u: {
|
|
468
468
|
"name": "π’ Badge",
|
|
469
469
|
"key": "04609a35d47a1a0ef4904b3c25f79451892a85a1",
|
|
470
470
|
"componentPropertyDefinitions": {
|
|
@@ -500,7 +500,7 @@ declare const metadata$t: {
|
|
|
500
500
|
}
|
|
501
501
|
};
|
|
502
502
|
|
|
503
|
-
declare const metadata$
|
|
503
|
+
declare const metadata$t: {
|
|
504
504
|
"name": "π’ Bottom Sheet",
|
|
505
505
|
"key": "16bafa5d1155896fe18fb6f52f904f5cd2048686",
|
|
506
506
|
"componentPropertyDefinitions": {
|
|
@@ -564,7 +564,7 @@ declare const metadata$s: {
|
|
|
564
564
|
}
|
|
565
565
|
};
|
|
566
566
|
|
|
567
|
-
declare const metadata$
|
|
567
|
+
declare const metadata$s: {
|
|
568
568
|
"name": "π’ Callout",
|
|
569
569
|
"key": "ec46d38baac3c367c4a5ffa47a2110d51ba0a4fe",
|
|
570
570
|
"componentPropertyDefinitions": {
|
|
@@ -613,7 +613,7 @@ declare const metadata$r: {
|
|
|
613
613
|
}
|
|
614
614
|
};
|
|
615
615
|
|
|
616
|
-
declare const metadata$
|
|
616
|
+
declare const metadata$r: {
|
|
617
617
|
"name": "π’ Checkbox",
|
|
618
618
|
"key": "94a2f6957a86f8ae3b8c7ca200dfcd5e29f6075b",
|
|
619
619
|
"componentPropertyDefinitions": {
|
|
@@ -667,7 +667,7 @@ declare const metadata$q: {
|
|
|
667
667
|
}
|
|
668
668
|
};
|
|
669
669
|
|
|
670
|
-
declare const metadata$
|
|
670
|
+
declare const metadata$q: {
|
|
671
671
|
"name": "π’ Checkmark",
|
|
672
672
|
"key": "fae60fb392f55bde60de1dbccb2f453320068805",
|
|
673
673
|
"componentPropertyDefinitions": {
|
|
@@ -711,7 +711,7 @@ declare const metadata$p: {
|
|
|
711
711
|
}
|
|
712
712
|
};
|
|
713
713
|
|
|
714
|
-
declare const metadata$
|
|
714
|
+
declare const metadata$p: {
|
|
715
715
|
"name": "π’ Chip",
|
|
716
716
|
"key": "8156ef08d9aaa2b0de1cc4a113ec0c9d0586f831",
|
|
717
717
|
"componentPropertyDefinitions": {
|
|
@@ -802,7 +802,7 @@ declare const metadata$o: {
|
|
|
802
802
|
}
|
|
803
803
|
};
|
|
804
804
|
|
|
805
|
-
declare const metadata$
|
|
805
|
+
declare const metadata$o: {
|
|
806
806
|
"name": "π’ Contextual Floating Button",
|
|
807
807
|
"key": "032f3fddaad0aa3fa5a7f680768c1f5d02fb463f",
|
|
808
808
|
"componentPropertyDefinitions": {
|
|
@@ -839,7 +839,7 @@ declare const metadata$n: {
|
|
|
839
839
|
}
|
|
840
840
|
};
|
|
841
841
|
|
|
842
|
-
declare const metadata$
|
|
842
|
+
declare const metadata$n: {
|
|
843
843
|
"name": "π’ Divider",
|
|
844
844
|
"key": "848e953725f757ea1a79e1fecc0b608a035032d3",
|
|
845
845
|
"componentPropertyDefinitions": {
|
|
@@ -863,7 +863,7 @@ declare const metadata$m: {
|
|
|
863
863
|
}
|
|
864
864
|
};
|
|
865
865
|
|
|
866
|
-
declare const metadata$
|
|
866
|
+
declare const metadata$m: {
|
|
867
867
|
"name": "π’ Floating Action Button",
|
|
868
868
|
"key": "65f9e7eede627b893fb8ff94ed9a7d0db900c464",
|
|
869
869
|
"componentPropertyDefinitions": {
|
|
@@ -877,7 +877,7 @@ declare const metadata$l: {
|
|
|
877
877
|
}
|
|
878
878
|
};
|
|
879
879
|
|
|
880
|
-
declare const metadata$
|
|
880
|
+
declare const metadata$l: {
|
|
881
881
|
"name": "π’ Help Bubble",
|
|
882
882
|
"key": "804b327c091278a40d5891939eaed90bb2889659",
|
|
883
883
|
"componentPropertyDefinitions": {
|
|
@@ -913,7 +913,7 @@ declare const metadata$k: {
|
|
|
913
913
|
}
|
|
914
914
|
};
|
|
915
915
|
|
|
916
|
-
declare const metadata$
|
|
916
|
+
declare const metadata$k: {
|
|
917
917
|
"name": "π’ List Header",
|
|
918
918
|
"key": "609f93ed0608ef0a6d9a351e47595ad631bae0fa",
|
|
919
919
|
"componentPropertyDefinitions": {
|
|
@@ -928,17 +928,17 @@ declare const metadata$j: {
|
|
|
928
928
|
"Custom"
|
|
929
929
|
]
|
|
930
930
|
},
|
|
931
|
-
"
|
|
931
|
+
"Variant": {
|
|
932
932
|
"type": "VARIANT",
|
|
933
933
|
"variantOptions": [
|
|
934
|
-
"Medium",
|
|
935
|
-
"Bold"
|
|
934
|
+
"Medium Weak",
|
|
935
|
+
"Bold Solid"
|
|
936
936
|
]
|
|
937
937
|
}
|
|
938
938
|
}
|
|
939
939
|
};
|
|
940
940
|
|
|
941
|
-
declare const metadata$
|
|
941
|
+
declare const metadata$j: {
|
|
942
942
|
"name": "π’ List Item",
|
|
943
943
|
"key": "b51b7d07c659fee5d696565b8e1151636573b27c",
|
|
944
944
|
"componentPropertyDefinitions": {
|
|
@@ -1091,43 +1091,51 @@ declare const metadata$i: {
|
|
|
1091
1091
|
}
|
|
1092
1092
|
};
|
|
1093
1093
|
|
|
1094
|
-
declare const metadata$
|
|
1094
|
+
declare const metadata$i: {
|
|
1095
1095
|
"name": "π’ Manner Temp",
|
|
1096
1096
|
"key": "37c0a35f73a730fdfba7929cea91a7590fc93733",
|
|
1097
1097
|
"componentPropertyDefinitions": {
|
|
1098
1098
|
"Level": {
|
|
1099
1099
|
"type": "VARIANT",
|
|
1100
1100
|
"variantOptions": [
|
|
1101
|
-
"L1
|
|
1102
|
-
"L2
|
|
1103
|
-
"L3
|
|
1104
|
-
"L4
|
|
1105
|
-
"L5
|
|
1106
|
-
"L6
|
|
1101
|
+
"L1",
|
|
1102
|
+
"L2",
|
|
1103
|
+
"L3",
|
|
1104
|
+
"L4",
|
|
1105
|
+
"L5",
|
|
1106
|
+
"L6",
|
|
1107
|
+
"L7",
|
|
1108
|
+
"L8",
|
|
1109
|
+
"L9",
|
|
1110
|
+
"L10"
|
|
1107
1111
|
]
|
|
1108
1112
|
}
|
|
1109
1113
|
}
|
|
1110
1114
|
};
|
|
1111
1115
|
|
|
1112
|
-
declare const metadata$
|
|
1116
|
+
declare const metadata$h: {
|
|
1113
1117
|
"name": "π’ Manner Temp Badge",
|
|
1114
1118
|
"key": "3ef9a84d4d80046ff9a581136bd56269554a6e00",
|
|
1115
1119
|
"componentPropertyDefinitions": {
|
|
1116
1120
|
"Level": {
|
|
1117
1121
|
"type": "VARIANT",
|
|
1118
1122
|
"variantOptions": [
|
|
1119
|
-
"L1
|
|
1120
|
-
"L2
|
|
1121
|
-
"L3
|
|
1122
|
-
"L4
|
|
1123
|
-
"L5
|
|
1124
|
-
"L6
|
|
1123
|
+
"L1",
|
|
1124
|
+
"L2",
|
|
1125
|
+
"L3",
|
|
1126
|
+
"L4",
|
|
1127
|
+
"L5",
|
|
1128
|
+
"L6",
|
|
1129
|
+
"L7",
|
|
1130
|
+
"L8",
|
|
1131
|
+
"L9",
|
|
1132
|
+
"L10"
|
|
1125
1133
|
]
|
|
1126
1134
|
}
|
|
1127
1135
|
}
|
|
1128
1136
|
};
|
|
1129
1137
|
|
|
1130
|
-
declare const metadata$
|
|
1138
|
+
declare const metadata$g: {
|
|
1131
1139
|
"name": "π’ Menu Sheet",
|
|
1132
1140
|
"key": "cd4cf8a850bf3de87b79080b36b421a649bf3fcb",
|
|
1133
1141
|
"componentPropertyDefinitions": {
|
|
@@ -1164,7 +1172,7 @@ declare const metadata$f: {
|
|
|
1164
1172
|
}
|
|
1165
1173
|
};
|
|
1166
1174
|
|
|
1167
|
-
declare const metadata$
|
|
1175
|
+
declare const metadata$f: {
|
|
1168
1176
|
"name": "π’ Multiline Text Field",
|
|
1169
1177
|
"key": "88b2399c930c85f9ce2972163a078bc684b84bbe",
|
|
1170
1178
|
"componentPropertyDefinitions": {
|
|
@@ -1233,7 +1241,7 @@ declare const metadata$e: {
|
|
|
1233
1241
|
}
|
|
1234
1242
|
};
|
|
1235
1243
|
|
|
1236
|
-
declare const metadata$
|
|
1244
|
+
declare const metadata$e: {
|
|
1237
1245
|
"name": "π’ Page Banner",
|
|
1238
1246
|
"key": "ce587d0f21754af05240cb32a4880227cb0ea1e1",
|
|
1239
1247
|
"componentPropertyDefinitions": {
|
|
@@ -1284,7 +1292,7 @@ declare const metadata$d: {
|
|
|
1284
1292
|
}
|
|
1285
1293
|
};
|
|
1286
1294
|
|
|
1287
|
-
declare const metadata$
|
|
1295
|
+
declare const metadata$d: {
|
|
1288
1296
|
"name": "π’ Progress Circle",
|
|
1289
1297
|
"key": "6e6779a372cab2485a0e25529bc4dbc9932a7346",
|
|
1290
1298
|
"componentPropertyDefinitions": {
|
|
@@ -1317,7 +1325,7 @@ declare const metadata$c: {
|
|
|
1317
1325
|
}
|
|
1318
1326
|
};
|
|
1319
1327
|
|
|
1320
|
-
declare const metadata$
|
|
1328
|
+
declare const metadata$c: {
|
|
1321
1329
|
"name": "π’ Radio",
|
|
1322
1330
|
"key": "ac72d9e5ab04a1d59eaf77dffd380fd6e491ecf8",
|
|
1323
1331
|
"componentPropertyDefinitions": {
|
|
@@ -1363,7 +1371,7 @@ declare const metadata$b: {
|
|
|
1363
1371
|
}
|
|
1364
1372
|
};
|
|
1365
1373
|
|
|
1366
|
-
declare const metadata$
|
|
1374
|
+
declare const metadata$b: {
|
|
1367
1375
|
"name": "π’ Radio Mark",
|
|
1368
1376
|
"key": "832d696d6e9566610968cd70f128f500ec009d6a",
|
|
1369
1377
|
"componentPropertyDefinitions": {
|
|
@@ -1399,7 +1407,7 @@ declare const metadata$a: {
|
|
|
1399
1407
|
}
|
|
1400
1408
|
};
|
|
1401
1409
|
|
|
1402
|
-
declare const metadata$
|
|
1410
|
+
declare const metadata$a: {
|
|
1403
1411
|
"name": "π’ Reaction Button",
|
|
1404
1412
|
"key": "ec43e4e881f7048e95601f8b58c01a0905a174e0",
|
|
1405
1413
|
"componentPropertyDefinitions": {
|
|
@@ -1442,7 +1450,7 @@ declare const metadata$9: {
|
|
|
1442
1450
|
}
|
|
1443
1451
|
};
|
|
1444
1452
|
|
|
1445
|
-
declare const metadata$
|
|
1453
|
+
declare const metadata$9: {
|
|
1446
1454
|
"name": "π’ Segmented Control",
|
|
1447
1455
|
"key": "3ad7133ba52755867f42f9232375f75639e00d58",
|
|
1448
1456
|
"componentPropertyDefinitions": {
|
|
@@ -1453,20 +1461,11 @@ declare const metadata$8: {
|
|
|
1453
1461
|
"3",
|
|
1454
1462
|
"4"
|
|
1455
1463
|
]
|
|
1456
|
-
},
|
|
1457
|
-
"Selected Item": {
|
|
1458
|
-
"type": "VARIANT",
|
|
1459
|
-
"variantOptions": [
|
|
1460
|
-
"1",
|
|
1461
|
-
"2",
|
|
1462
|
-
"3",
|
|
1463
|
-
"4"
|
|
1464
|
-
]
|
|
1465
1464
|
}
|
|
1466
1465
|
}
|
|
1467
1466
|
};
|
|
1468
1467
|
|
|
1469
|
-
declare const metadata$
|
|
1468
|
+
declare const metadata$8: {
|
|
1470
1469
|
"name": "π’ Select Box",
|
|
1471
1470
|
"key": "38722ffeb4c966256a709155e8ddac50c93d7c60",
|
|
1472
1471
|
"componentPropertyDefinitions": {
|
|
@@ -1503,7 +1502,7 @@ declare const metadata$7: {
|
|
|
1503
1502
|
}
|
|
1504
1503
|
};
|
|
1505
1504
|
|
|
1506
|
-
declare const metadata$
|
|
1505
|
+
declare const metadata$7: {
|
|
1507
1506
|
"name": "π’ Skeleton",
|
|
1508
1507
|
"key": "ef22c3288722fbfa64a5ab73df397ade88f8e05a",
|
|
1509
1508
|
"componentPropertyDefinitions": {
|
|
@@ -1526,7 +1525,7 @@ declare const metadata$6: {
|
|
|
1526
1525
|
}
|
|
1527
1526
|
};
|
|
1528
1527
|
|
|
1529
|
-
declare const metadata$
|
|
1528
|
+
declare const metadata$6: {
|
|
1530
1529
|
"name": "π’ Snackbar",
|
|
1531
1530
|
"key": "81b17fb8c7d731a19cf8d36a8605559d41414eca",
|
|
1532
1531
|
"componentPropertyDefinitions": {
|
|
@@ -1550,7 +1549,7 @@ declare const metadata$5: {
|
|
|
1550
1549
|
}
|
|
1551
1550
|
};
|
|
1552
1551
|
|
|
1553
|
-
declare const metadata$
|
|
1552
|
+
declare const metadata$5: {
|
|
1554
1553
|
"name": "π’ Switch",
|
|
1555
1554
|
"key": "65e0e7ba1a0c13b42e5fd0ceb17d5f756128dd6b",
|
|
1556
1555
|
"componentPropertyDefinitions": {
|
|
@@ -1586,12 +1585,48 @@ declare const metadata$4: {
|
|
|
1586
1585
|
"Disabled"
|
|
1587
1586
|
]
|
|
1588
1587
|
},
|
|
1589
|
-
"
|
|
1588
|
+
"Layout(Figma Only)": {
|
|
1590
1589
|
"type": "VARIANT",
|
|
1591
1590
|
"variantOptions": [
|
|
1592
1591
|
"Label Last",
|
|
1593
1592
|
"Label First",
|
|
1594
|
-
"Switch Only"
|
|
1593
|
+
"π«[Switch Mark μ¬μ©] Switch Only"
|
|
1594
|
+
]
|
|
1595
|
+
}
|
|
1596
|
+
}
|
|
1597
|
+
};
|
|
1598
|
+
|
|
1599
|
+
declare const metadata$4: {
|
|
1600
|
+
"name": "π’ Switch Mark",
|
|
1601
|
+
"key": "bc53f269089e02a1d241e2a21ac7631bfa49834e",
|
|
1602
|
+
"componentPropertyDefinitions": {
|
|
1603
|
+
"Size": {
|
|
1604
|
+
"type": "VARIANT",
|
|
1605
|
+
"variantOptions": [
|
|
1606
|
+
"16",
|
|
1607
|
+
"24",
|
|
1608
|
+
"32"
|
|
1609
|
+
]
|
|
1610
|
+
},
|
|
1611
|
+
"Tone": {
|
|
1612
|
+
"type": "VARIANT",
|
|
1613
|
+
"variantOptions": [
|
|
1614
|
+
"Neutral",
|
|
1615
|
+
"π«[Deprecated] Brand"
|
|
1616
|
+
]
|
|
1617
|
+
},
|
|
1618
|
+
"Selected": {
|
|
1619
|
+
"type": "VARIANT",
|
|
1620
|
+
"variantOptions": [
|
|
1621
|
+
"True",
|
|
1622
|
+
"False"
|
|
1623
|
+
]
|
|
1624
|
+
},
|
|
1625
|
+
"State": {
|
|
1626
|
+
"type": "VARIANT",
|
|
1627
|
+
"variantOptions": [
|
|
1628
|
+
"Enabled",
|
|
1629
|
+
"Disabled"
|
|
1595
1630
|
]
|
|
1596
1631
|
}
|
|
1597
1632
|
}
|
|
@@ -1808,7 +1843,7 @@ declare const metadata: {
|
|
|
1808
1843
|
}
|
|
1809
1844
|
};
|
|
1810
1845
|
|
|
1811
|
-
type ActionButtonProperties = InferComponentDefinition<typeof metadata$
|
|
1846
|
+
type ActionButtonProperties = InferComponentDefinition<typeof metadata$y.componentPropertyDefinitions>;
|
|
1812
1847
|
type ActionButtonGhostProperties = InferComponentDefinition<{
|
|
1813
1848
|
"Label#30511:2": {
|
|
1814
1849
|
type: "TEXT";
|
|
@@ -1867,7 +1902,7 @@ type ActionButtonGhostProperties = InferComponentDefinition<{
|
|
|
1867
1902
|
variantOptions: ["Enabled", "Pressed", "Loading", "Disabled"];
|
|
1868
1903
|
};
|
|
1869
1904
|
}>;
|
|
1870
|
-
type AlertDialogProperties = InferComponentDefinition<typeof metadata$
|
|
1905
|
+
type AlertDialogProperties = InferComponentDefinition<typeof metadata$x.componentPropertyDefinitions>;
|
|
1871
1906
|
type AlertDialogFooterProperties = InferComponentDefinition<{
|
|
1872
1907
|
Type: {
|
|
1873
1908
|
type: "VARIANT";
|
|
@@ -1882,14 +1917,14 @@ type AlertDialogFooterProperties = InferComponentDefinition<{
|
|
|
1882
1917
|
];
|
|
1883
1918
|
};
|
|
1884
1919
|
}>;
|
|
1885
|
-
type AvatarProperties = InferComponentDefinition<typeof metadata$
|
|
1886
|
-
type AvatarStackProperties = InferComponentDefinition<typeof metadata$
|
|
1887
|
-
type BadgeProperties = InferComponentDefinition<typeof metadata$
|
|
1888
|
-
type BottomSheetProperties = InferComponentDefinition<typeof metadata$
|
|
1889
|
-
type CalloutProperties = InferComponentDefinition<typeof metadata$
|
|
1890
|
-
type CheckboxProperties = InferComponentDefinition<typeof metadata$
|
|
1891
|
-
type CheckmarkProperties = InferComponentDefinition<typeof metadata$
|
|
1892
|
-
type ChipProperties = InferComponentDefinition<typeof metadata$
|
|
1920
|
+
type AvatarProperties = InferComponentDefinition<typeof metadata$w.componentPropertyDefinitions>;
|
|
1921
|
+
type AvatarStackProperties = InferComponentDefinition<typeof metadata$v.componentPropertyDefinitions>;
|
|
1922
|
+
type BadgeProperties = InferComponentDefinition<typeof metadata$u.componentPropertyDefinitions>;
|
|
1923
|
+
type BottomSheetProperties = InferComponentDefinition<typeof metadata$t.componentPropertyDefinitions>;
|
|
1924
|
+
type CalloutProperties = InferComponentDefinition<typeof metadata$s.componentPropertyDefinitions>;
|
|
1925
|
+
type CheckboxProperties = InferComponentDefinition<typeof metadata$r.componentPropertyDefinitions>;
|
|
1926
|
+
type CheckmarkProperties = InferComponentDefinition<typeof metadata$q.componentPropertyDefinitions>;
|
|
1927
|
+
type ChipProperties = InferComponentDefinition<typeof metadata$p.componentPropertyDefinitions>;
|
|
1893
1928
|
type ChipIconSuffixProperties = InferComponentDefinition<{
|
|
1894
1929
|
"Icon#33203:0": {
|
|
1895
1930
|
type: "INSTANCE_SWAP";
|
|
@@ -1897,10 +1932,10 @@ type ChipIconSuffixProperties = InferComponentDefinition<{
|
|
|
1897
1932
|
preferredValues: [];
|
|
1898
1933
|
};
|
|
1899
1934
|
}>;
|
|
1900
|
-
type ContextualFloatingButtonProperties = InferComponentDefinition<typeof metadata$
|
|
1901
|
-
type DividerProperties = InferComponentDefinition<typeof metadata$
|
|
1902
|
-
type ErrorStateProperties = InferComponentDefinition<typeof metadata$
|
|
1903
|
-
type MenuSheetProperties = InferComponentDefinition<typeof metadata$
|
|
1935
|
+
type ContextualFloatingButtonProperties = InferComponentDefinition<typeof metadata$o.componentPropertyDefinitions>;
|
|
1936
|
+
type DividerProperties = InferComponentDefinition<typeof metadata$n.componentPropertyDefinitions>;
|
|
1937
|
+
type ErrorStateProperties = InferComponentDefinition<typeof metadata$A.componentPropertyDefinitions>;
|
|
1938
|
+
type MenuSheetProperties = InferComponentDefinition<typeof metadata$g.componentPropertyDefinitions>;
|
|
1904
1939
|
type MenuSheetGroupProperties = InferComponentDefinition<{
|
|
1905
1940
|
"Action Count": {
|
|
1906
1941
|
type: "VARIANT";
|
|
@@ -1938,7 +1973,7 @@ type MenuSheetItemProperties = InferComponentDefinition<{
|
|
|
1938
1973
|
variantOptions: ["Text with Icon", "Text Only"];
|
|
1939
1974
|
};
|
|
1940
1975
|
}>;
|
|
1941
|
-
type FloatingActionButtonProperties = InferComponentDefinition<typeof metadata$
|
|
1976
|
+
type FloatingActionButtonProperties = InferComponentDefinition<typeof metadata$m.componentPropertyDefinitions>;
|
|
1942
1977
|
type FloatingActionButtonButtonItemProperties = InferComponentDefinition<{
|
|
1943
1978
|
"Icon#29766:18": {
|
|
1944
1979
|
type: "INSTANCE_SWAP";
|
|
@@ -1986,7 +2021,7 @@ type FloatingActionButtonMenuItemProperties = InferComponentDefinition<{
|
|
|
1986
2021
|
variantOptions: ["True", "False"];
|
|
1987
2022
|
};
|
|
1988
2023
|
}>;
|
|
1989
|
-
type HelpBubbleProperties = InferComponentDefinition<typeof metadata$
|
|
2024
|
+
type HelpBubbleProperties = InferComponentDefinition<typeof metadata$l.componentPropertyDefinitions>;
|
|
1990
2025
|
type IdentityPlaceholderProperties = InferComponentDefinition<{
|
|
1991
2026
|
Identity: {
|
|
1992
2027
|
type: "VARIANT";
|
|
@@ -1994,15 +2029,15 @@ type IdentityPlaceholderProperties = InferComponentDefinition<{
|
|
|
1994
2029
|
variantOptions: ["Person", "Business"];
|
|
1995
2030
|
};
|
|
1996
2031
|
}>;
|
|
1997
|
-
type PageBannerProperties = InferComponentDefinition<typeof metadata$
|
|
2032
|
+
type PageBannerProperties = InferComponentDefinition<typeof metadata$e.componentPropertyDefinitions>;
|
|
1998
2033
|
type PageBannerButtonProperties = InferComponentDefinition<{
|
|
1999
2034
|
"Label#39890:0": {
|
|
2000
2035
|
type: "TEXT";
|
|
2001
2036
|
defaultValue: "λΌλ²¨";
|
|
2002
2037
|
};
|
|
2003
2038
|
}>;
|
|
2004
|
-
type ListHeaderProperties = InferComponentDefinition<typeof metadata$
|
|
2005
|
-
type ListItemProperties = InferComponentDefinition<typeof metadata$
|
|
2039
|
+
type ListHeaderProperties = InferComponentDefinition<typeof metadata$k.componentPropertyDefinitions>;
|
|
2040
|
+
type ListItemProperties = InferComponentDefinition<typeof metadata$j.componentPropertyDefinitions>;
|
|
2006
2041
|
type ListItemPrefixIconProperties = InferComponentDefinition<{
|
|
2007
2042
|
"Icon#28452:111": {
|
|
2008
2043
|
type: "INSTANCE_SWAP";
|
|
@@ -2020,14 +2055,14 @@ type ListItemSuffixIconProperties = InferComponentDefinition<{
|
|
|
2020
2055
|
preferredValues: [];
|
|
2021
2056
|
};
|
|
2022
2057
|
}>;
|
|
2023
|
-
type MannerTempProperties = InferComponentDefinition<typeof metadata$
|
|
2024
|
-
type MannerTempBadgeProperties = InferComponentDefinition<typeof metadata$
|
|
2025
|
-
type MultilineTextFieldProperties = InferComponentDefinition<typeof metadata$
|
|
2026
|
-
type ProgressCircleProperties = InferComponentDefinition<typeof metadata$
|
|
2027
|
-
type RadioProperties = InferComponentDefinition<typeof metadata$
|
|
2028
|
-
type RadioMarkProperties = InferComponentDefinition<typeof metadata$
|
|
2029
|
-
type ReactionButtonProperties = InferComponentDefinition<typeof metadata$
|
|
2030
|
-
type SegmentedControlProperties = InferComponentDefinition<typeof metadata$
|
|
2058
|
+
type MannerTempProperties = InferComponentDefinition<typeof metadata$i.componentPropertyDefinitions>;
|
|
2059
|
+
type MannerTempBadgeProperties = InferComponentDefinition<typeof metadata$h.componentPropertyDefinitions>;
|
|
2060
|
+
type MultilineTextFieldProperties = InferComponentDefinition<typeof metadata$f.componentPropertyDefinitions>;
|
|
2061
|
+
type ProgressCircleProperties = InferComponentDefinition<typeof metadata$d.componentPropertyDefinitions>;
|
|
2062
|
+
type RadioProperties = InferComponentDefinition<typeof metadata$c.componentPropertyDefinitions>;
|
|
2063
|
+
type RadioMarkProperties = InferComponentDefinition<typeof metadata$b.componentPropertyDefinitions>;
|
|
2064
|
+
type ReactionButtonProperties = InferComponentDefinition<typeof metadata$a.componentPropertyDefinitions>;
|
|
2065
|
+
type SegmentedControlProperties = InferComponentDefinition<typeof metadata$9.componentPropertyDefinitions>;
|
|
2031
2066
|
type SegmentedControlItemProperties = InferComponentDefinition<{
|
|
2032
2067
|
"Label#11366:15": {
|
|
2033
2068
|
type: "TEXT";
|
|
@@ -2039,12 +2074,13 @@ type SegmentedControlItemProperties = InferComponentDefinition<{
|
|
|
2039
2074
|
variantOptions: ["Enabled", "Pressed", "Selected", "Disabled", "Disabled-Selected"];
|
|
2040
2075
|
};
|
|
2041
2076
|
}>;
|
|
2042
|
-
type SkeletonProperties = InferComponentDefinition<typeof metadata$
|
|
2043
|
-
type SnackbarProperties = InferComponentDefinition<typeof metadata$
|
|
2044
|
-
type SwitchProperties = InferComponentDefinition<typeof metadata$
|
|
2077
|
+
type SkeletonProperties = InferComponentDefinition<typeof metadata$7.componentPropertyDefinitions>;
|
|
2078
|
+
type SnackbarProperties = InferComponentDefinition<typeof metadata$6.componentPropertyDefinitions>;
|
|
2079
|
+
type SwitchProperties = InferComponentDefinition<typeof metadata$5.componentPropertyDefinitions>;
|
|
2080
|
+
type SwitchMarkProperties = InferComponentDefinition<typeof metadata$4.componentPropertyDefinitions>;
|
|
2045
2081
|
type ToggleButtonProperties = InferComponentDefinition<typeof metadata$1.componentPropertyDefinitions>;
|
|
2046
|
-
type SelectBoxGroupProperties = InferComponentDefinition<typeof metadata$
|
|
2047
|
-
type SelectBoxProperties = InferComponentDefinition<typeof metadata$
|
|
2082
|
+
type SelectBoxGroupProperties = InferComponentDefinition<typeof metadata$z.componentPropertyDefinitions>;
|
|
2083
|
+
type SelectBoxProperties = InferComponentDefinition<typeof metadata$8.componentPropertyDefinitions>;
|
|
2048
2084
|
type TextFieldProperties = InferComponentDefinition<typeof metadata$2.componentPropertyDefinitions>;
|
|
2049
2085
|
type AppBarProperties = InferComponentDefinition<typeof metadata.componentPropertyDefinitions>;
|
|
2050
2086
|
type AppBarMainProperties = InferComponentDefinition<{
|
|
@@ -2380,5 +2416,5 @@ declare namespace index {
|
|
|
2380
2416
|
}
|
|
2381
2417
|
|
|
2382
2418
|
export { cloneElement, createCodeGenerator, createElement, createPropsConverter, createValueResolver, defineComponentHandler, defineElementTransformer, definePropsConverter, index as figma, inferLayout };
|
|
2383
|
-
export type { ActionButtonGhostProperties, ActionButtonProperties, AlertDialogFooterProperties, AlertDialogProperties, AppBarLeftIconButtonProperties, AppBarMainProperties, AppBarProperties, AppBarRightIconButtonProperties, AvatarProperties, AvatarStackProperties, BadgeProperties, BottomSheetProperties, CalloutProperties, CheckboxProperties, CheckmarkProperties, ChipIconSuffixProperties, ChipProperties, ChipTabsTriggerProperties, CodeGeneratorDeps, ComponentHandler, ComponentPropertyDefinition, ContextualFloatingButtonProperties, DividerProperties, ElementNode, ElementTransformer, ErrorStateProperties, FloatingActionButtonButtonItemProperties, FloatingActionButtonMenuItemProperties, FloatingActionButtonProperties, HelpBubbleProperties, IdentityPlaceholderProperties, InferComponentDefinition, InferComponentPropertyType, ListHeaderProperties, ListItemPrefixIconProperties, ListItemProperties, ListItemSuffixIconProperties, MannerTempBadgeProperties, MannerTempProperties, MenuSheetGroupProperties, MenuSheetItemProperties, MenuSheetProperties, MultilineTextFieldProperties, PageBannerButtonProperties, PageBannerProperties, ProgressCircleProperties, PropsConverter, RadioMarkProperties, RadioProperties, ReactionButtonProperties, SegmentedControlItemProperties, SegmentedControlProperties, SelectBoxGroupProperties, SelectBoxProperties, SkeletonProperties, SnackbarProperties, SwitchProperties, TabsChipWrapperProperties, TabsLineTriggerFillProperties, TabsLineTriggerHugProperties, TabsLineWrapperProperties, TabsProperties, TextFieldProperties, ToggleButtonProperties, ValueResolver };
|
|
2419
|
+
export type { ActionButtonGhostProperties, ActionButtonProperties, AlertDialogFooterProperties, AlertDialogProperties, AppBarLeftIconButtonProperties, AppBarMainProperties, AppBarProperties, AppBarRightIconButtonProperties, AvatarProperties, AvatarStackProperties, BadgeProperties, BottomSheetProperties, CalloutProperties, CheckboxProperties, CheckmarkProperties, ChipIconSuffixProperties, ChipProperties, ChipTabsTriggerProperties, CodeGeneratorDeps, ComponentHandler, ComponentPropertyDefinition, ContextualFloatingButtonProperties, DividerProperties, ElementNode, ElementTransformer, ErrorStateProperties, FloatingActionButtonButtonItemProperties, FloatingActionButtonMenuItemProperties, FloatingActionButtonProperties, HelpBubbleProperties, IdentityPlaceholderProperties, InferComponentDefinition, InferComponentPropertyType, ListHeaderProperties, ListItemPrefixIconProperties, ListItemProperties, ListItemSuffixIconProperties, MannerTempBadgeProperties, MannerTempProperties, MenuSheetGroupProperties, MenuSheetItemProperties, MenuSheetProperties, MultilineTextFieldProperties, PageBannerButtonProperties, PageBannerProperties, ProgressCircleProperties, PropsConverter, RadioMarkProperties, RadioProperties, ReactionButtonProperties, SegmentedControlItemProperties, SegmentedControlProperties, SelectBoxGroupProperties, SelectBoxProperties, SkeletonProperties, SnackbarProperties, SwitchMarkProperties, SwitchProperties, TabsChipWrapperProperties, TabsLineTriggerFillProperties, TabsLineTriggerHugProperties, TabsLineWrapperProperties, TabsProperties, TextFieldProperties, ToggleButtonProperties, ValueResolver };
|
|
2384
2420
|
//# sourceMappingURL=index.d.ts.map
|