@seed-design/figma 1.1.16 → 1.1.18
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 +291 -58
- package/lib/codegen/index.d.ts +34 -65
- package/lib/codegen/index.d.ts.map +1 -1
- package/lib/codegen/index.js +291 -58
- package/lib/codegen/targets/react/index.cjs +389 -126
- package/lib/codegen/targets/react/index.d.ts.map +1 -1
- package/lib/codegen/targets/react/index.js +389 -126
- package/lib/index.cjs +317 -59
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +317 -59
- package/package.json +3 -3
- package/src/codegen/component-properties.ts +35 -8
- package/src/codegen/targets/react/component/handlers/{select-box.ts → legacy-select-box.ts} +23 -12
- package/src/codegen/targets/react/component/handlers/legacy-text-field.ts +4 -2
- package/src/codegen/targets/react/component/index.ts +8 -3
- package/src/entities/data/__generated__/component-sets/index.d.ts +170 -53
- package/src/entities/data/__generated__/component-sets/index.mjs +170 -53
- package/src/entities/data/__generated__/components/index.d.ts +0 -13
- package/src/entities/data/__generated__/components/index.mjs +0 -13
- package/src/entities/data/__generated__/icons/index.mjs +24 -0
- package/src/entities/data/__generated__/variable-collections/index.mjs +9 -4
- package/src/entities/data/__generated__/variables/index.mjs +111 -0
- package/src/normalizer/from-rest.ts +2 -1
package/lib/codegen/index.js
CHANGED
|
@@ -1159,9 +1159,11 @@ const FIGMA_VARIABLE_COLLECTIONS = {
|
|
|
1159
1159
|
"VariableID:654:20851",
|
|
1160
1160
|
"VariableID:1:171",
|
|
1161
1161
|
"VariableID:41186:6437",
|
|
1162
|
-
"VariableID:1:158",
|
|
1163
1162
|
"VariableID:1:172",
|
|
1163
|
+
"VariableID:1:158",
|
|
1164
1164
|
"VariableID:1:161",
|
|
1165
|
+
"VariableID:59176:2",
|
|
1166
|
+
"VariableID:59176:3",
|
|
1165
1167
|
"VariableID:1:159",
|
|
1166
1168
|
"VariableID:576:22878",
|
|
1167
1169
|
"VariableID:10181:32557",
|
|
@@ -1206,8 +1208,8 @@ const FIGMA_VARIABLE_COLLECTIONS = {
|
|
|
1206
1208
|
"VariableID:12479:23364",
|
|
1207
1209
|
"VariableID:12479:23365",
|
|
1208
1210
|
"VariableID:12479:23366",
|
|
1209
|
-
"VariableID:12548:1437",
|
|
1210
1211
|
"VariableID:1:7",
|
|
1212
|
+
"VariableID:12548:1437",
|
|
1211
1213
|
"VariableID:12479:23367",
|
|
1212
1214
|
"VariableID:12479:23368",
|
|
1213
1215
|
"VariableID:12479:23371",
|
|
@@ -1558,9 +1560,9 @@ const FIGMA_VARIABLE_COLLECTIONS = {
|
|
|
1558
1560
|
"VariableID:289:13772",
|
|
1559
1561
|
"VariableID:1886:93038",
|
|
1560
1562
|
"VariableID:289:13773",
|
|
1561
|
-
"VariableID:796:4448",
|
|
1562
1563
|
"VariableID:15518:15916",
|
|
1563
1564
|
"VariableID:19225:68732",
|
|
1565
|
+
"VariableID:796:4448",
|
|
1564
1566
|
"VariableID:17955:50606",
|
|
1565
1567
|
"VariableID:514:13178",
|
|
1566
1568
|
"VariableID:535:1747",
|
|
@@ -1568,7 +1570,10 @@ const FIGMA_VARIABLE_COLLECTIONS = {
|
|
|
1568
1570
|
"VariableID:1700:4280",
|
|
1569
1571
|
"VariableID:1700:4281",
|
|
1570
1572
|
"VariableID:1700:4282",
|
|
1571
|
-
"VariableID:40279:20413"
|
|
1573
|
+
"VariableID:40279:20413",
|
|
1574
|
+
"VariableID:58766:15457",
|
|
1575
|
+
"VariableID:58766:15458",
|
|
1576
|
+
"VariableID:58766:15459"
|
|
1572
1577
|
]
|
|
1573
1578
|
},
|
|
1574
1579
|
"VariableCollectionId:6075:34487": {
|
|
@@ -2685,6 +2690,54 @@ const FIGMA_VARIABLES = {
|
|
|
2685
2690
|
],
|
|
2686
2691
|
"codeSyntax": {}
|
|
2687
2692
|
},
|
|
2693
|
+
"VariableID:59176:2": {
|
|
2694
|
+
"name": "bg/neutral-weak-alpha",
|
|
2695
|
+
"id": "VariableID:59176:2",
|
|
2696
|
+
"remote": false,
|
|
2697
|
+
"key": "082218bada1fc4e2688ad59f30a980c191caf7b7",
|
|
2698
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
2699
|
+
"resolvedType": "COLOR",
|
|
2700
|
+
"description": "",
|
|
2701
|
+
"hiddenFromPublishing": false,
|
|
2702
|
+
"valuesByMode": {
|
|
2703
|
+
"1928:7": {
|
|
2704
|
+
"type": "VARIABLE_ALIAS",
|
|
2705
|
+
"id": "VariableID:30894:36296"
|
|
2706
|
+
},
|
|
2707
|
+
"1928:8": {
|
|
2708
|
+
"type": "VARIABLE_ALIAS",
|
|
2709
|
+
"id": "VariableID:30894:36307"
|
|
2710
|
+
}
|
|
2711
|
+
},
|
|
2712
|
+
"scopes": [
|
|
2713
|
+
"ALL_SCOPES"
|
|
2714
|
+
],
|
|
2715
|
+
"codeSyntax": {}
|
|
2716
|
+
},
|
|
2717
|
+
"VariableID:59176:3": {
|
|
2718
|
+
"name": "bg/neutral-weak-alpha-pressed",
|
|
2719
|
+
"id": "VariableID:59176:3",
|
|
2720
|
+
"remote": false,
|
|
2721
|
+
"key": "b67dd2511e5e4f41e0e392925fcccc752c67631f",
|
|
2722
|
+
"variableCollectionId": "VariableCollectionId:1:3",
|
|
2723
|
+
"resolvedType": "COLOR",
|
|
2724
|
+
"description": "",
|
|
2725
|
+
"hiddenFromPublishing": false,
|
|
2726
|
+
"valuesByMode": {
|
|
2727
|
+
"1928:7": {
|
|
2728
|
+
"type": "VARIABLE_ALIAS",
|
|
2729
|
+
"id": "VariableID:30894:36297"
|
|
2730
|
+
},
|
|
2731
|
+
"1928:8": {
|
|
2732
|
+
"type": "VARIABLE_ALIAS",
|
|
2733
|
+
"id": "VariableID:30894:36308"
|
|
2734
|
+
}
|
|
2735
|
+
},
|
|
2736
|
+
"scopes": [
|
|
2737
|
+
"ALL_SCOPES"
|
|
2738
|
+
],
|
|
2739
|
+
"codeSyntax": {}
|
|
2740
|
+
},
|
|
2688
2741
|
"VariableID:1:161": {
|
|
2689
2742
|
"name": "bg/neutral-weak-pressed",
|
|
2690
2743
|
"id": "VariableID:1:161",
|
|
@@ -3009,6 +3062,69 @@ const FIGMA_VARIABLES = {
|
|
|
3009
3062
|
],
|
|
3010
3063
|
"codeSyntax": {}
|
|
3011
3064
|
},
|
|
3065
|
+
"VariableID:58766:15459": {
|
|
3066
|
+
"name": "Component utility (Figma Only)/Select Box/1-column",
|
|
3067
|
+
"id": "VariableID:58766:15459",
|
|
3068
|
+
"remote": false,
|
|
3069
|
+
"key": "676178acd6e038ee5fe034a25818c16a4670a5b1",
|
|
3070
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
3071
|
+
"resolvedType": "FLOAT",
|
|
3072
|
+
"description": "(preview-width - x3 ) / 1 값입니다.",
|
|
3073
|
+
"hiddenFromPublishing": false,
|
|
3074
|
+
"valuesByMode": {
|
|
3075
|
+
"1:5": 358,
|
|
3076
|
+
"1:6": 358,
|
|
3077
|
+
"1:7": 358,
|
|
3078
|
+
"1:8": 358,
|
|
3079
|
+
"51907:0": 358
|
|
3080
|
+
},
|
|
3081
|
+
"scopes": [
|
|
3082
|
+
"ALL_SCOPES"
|
|
3083
|
+
],
|
|
3084
|
+
"codeSyntax": {}
|
|
3085
|
+
},
|
|
3086
|
+
"VariableID:58766:15458": {
|
|
3087
|
+
"name": "Component utility (Figma Only)/Select Box/2-column",
|
|
3088
|
+
"id": "VariableID:58766:15458",
|
|
3089
|
+
"remote": false,
|
|
3090
|
+
"key": "932afae9533322f9192fc8274b77a547d42a8804",
|
|
3091
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
3092
|
+
"resolvedType": "FLOAT",
|
|
3093
|
+
"description": "(preview-width - x3 ) / 2 값입니다.",
|
|
3094
|
+
"hiddenFromPublishing": false,
|
|
3095
|
+
"valuesByMode": {
|
|
3096
|
+
"1:5": 173,
|
|
3097
|
+
"1:6": 173,
|
|
3098
|
+
"1:7": 173,
|
|
3099
|
+
"1:8": 173,
|
|
3100
|
+
"51907:0": 173
|
|
3101
|
+
},
|
|
3102
|
+
"scopes": [
|
|
3103
|
+
"ALL_SCOPES"
|
|
3104
|
+
],
|
|
3105
|
+
"codeSyntax": {}
|
|
3106
|
+
},
|
|
3107
|
+
"VariableID:58766:15457": {
|
|
3108
|
+
"name": "Component utility (Figma Only)/Select Box/3-column",
|
|
3109
|
+
"id": "VariableID:58766:15457",
|
|
3110
|
+
"remote": false,
|
|
3111
|
+
"key": "f2cf2dfa2088f54ceafd7206b47bc2d3dbb057b0",
|
|
3112
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
3113
|
+
"resolvedType": "FLOAT",
|
|
3114
|
+
"description": "(preview-width - x3 ) / 3 값입니다.",
|
|
3115
|
+
"hiddenFromPublishing": false,
|
|
3116
|
+
"valuesByMode": {
|
|
3117
|
+
"1:5": 111.33000183105469,
|
|
3118
|
+
"1:6": 111.33000183105469,
|
|
3119
|
+
"1:7": 111.33000183105469,
|
|
3120
|
+
"1:8": 111.33000183105469,
|
|
3121
|
+
"51907:0": 111.33000183105469
|
|
3122
|
+
},
|
|
3123
|
+
"scopes": [
|
|
3124
|
+
"ALL_SCOPES"
|
|
3125
|
+
],
|
|
3126
|
+
"codeSyntax": {}
|
|
3127
|
+
},
|
|
3012
3128
|
"VariableID:6421:24605": {
|
|
3013
3129
|
"name": "dimension/spacing-x/between-chips",
|
|
3014
3130
|
"id": "VariableID:6421:24605",
|
|
@@ -8610,26 +8726,21 @@ const templateDisclaimer = {
|
|
|
8610
8726
|
}
|
|
8611
8727
|
}
|
|
8612
8728
|
};
|
|
8613
|
-
const
|
|
8614
|
-
"name": "
|
|
8615
|
-
"key": "
|
|
8729
|
+
const templateResultPage = {
|
|
8730
|
+
"name": "templateResultPage",
|
|
8731
|
+
"key": "4cc94782abbe7e58f0401c29ad8880a62e512ae7",
|
|
8616
8732
|
"componentPropertyDefinitions": {
|
|
8617
|
-
"
|
|
8618
|
-
"type": "
|
|
8619
|
-
"variantOptions": [
|
|
8620
|
-
"Checkbox",
|
|
8621
|
-
"Radio"
|
|
8622
|
-
]
|
|
8733
|
+
"Show Top Navigation#58717:0": {
|
|
8734
|
+
"type": "BOOLEAN"
|
|
8623
8735
|
},
|
|
8624
|
-
"
|
|
8736
|
+
"Show Bottom Action Bar#59845:0": {
|
|
8737
|
+
"type": "BOOLEAN"
|
|
8738
|
+
},
|
|
8739
|
+
"Show Bottom Action Bar": {
|
|
8625
8740
|
"type": "VARIANT",
|
|
8626
8741
|
"variantOptions": [
|
|
8627
|
-
"
|
|
8628
|
-
"
|
|
8629
|
-
"3",
|
|
8630
|
-
"4",
|
|
8631
|
-
"5",
|
|
8632
|
-
"6"
|
|
8742
|
+
"True",
|
|
8743
|
+
"False"
|
|
8633
8744
|
]
|
|
8634
8745
|
}
|
|
8635
8746
|
}
|
|
@@ -9375,6 +9486,164 @@ const helpBubble = {
|
|
|
9375
9486
|
}
|
|
9376
9487
|
}
|
|
9377
9488
|
};
|
|
9489
|
+
const imageFrame = {
|
|
9490
|
+
"name": "imageFrame",
|
|
9491
|
+
"key": "b12f0bdeb6c6a61e0d50fe7e0dfae8ecd323f0aa",
|
|
9492
|
+
"componentPropertyDefinitions": {
|
|
9493
|
+
"Has Image Contents#29729:0": {
|
|
9494
|
+
"type": "BOOLEAN"
|
|
9495
|
+
},
|
|
9496
|
+
"Left Top#58686:0": {
|
|
9497
|
+
"type": "INSTANCE_SWAP",
|
|
9498
|
+
"preferredValues": [
|
|
9499
|
+
{
|
|
9500
|
+
"type": "COMPONENT",
|
|
9501
|
+
"key": "00da9dcf0cc4e408d2e36da56d0701dce6cee6b0"
|
|
9502
|
+
},
|
|
9503
|
+
{
|
|
9504
|
+
"type": "COMPONENT",
|
|
9505
|
+
"key": "0135e13dd2ded277e5d024f2d9ccc37f9aa7cf38"
|
|
9506
|
+
},
|
|
9507
|
+
{
|
|
9508
|
+
"type": "COMPONENT",
|
|
9509
|
+
"key": "146925b01e772269f042df51f8d2cd5b4e492111"
|
|
9510
|
+
},
|
|
9511
|
+
{
|
|
9512
|
+
"type": "COMPONENT",
|
|
9513
|
+
"key": "a711c13770db66a6a9d8dfec9205b301fb4abf4d"
|
|
9514
|
+
},
|
|
9515
|
+
{
|
|
9516
|
+
"type": "COMPONENT",
|
|
9517
|
+
"key": "4907a3a324539a374a81c8255ac8ae2fc6769622"
|
|
9518
|
+
}
|
|
9519
|
+
]
|
|
9520
|
+
},
|
|
9521
|
+
"Show Overlay#58686:33": {
|
|
9522
|
+
"type": "BOOLEAN"
|
|
9523
|
+
},
|
|
9524
|
+
"Right Top#58686:66": {
|
|
9525
|
+
"type": "INSTANCE_SWAP",
|
|
9526
|
+
"preferredValues": [
|
|
9527
|
+
{
|
|
9528
|
+
"type": "COMPONENT",
|
|
9529
|
+
"key": "a711c13770db66a6a9d8dfec9205b301fb4abf4d"
|
|
9530
|
+
},
|
|
9531
|
+
{
|
|
9532
|
+
"type": "COMPONENT",
|
|
9533
|
+
"key": "00da9dcf0cc4e408d2e36da56d0701dce6cee6b0"
|
|
9534
|
+
},
|
|
9535
|
+
{
|
|
9536
|
+
"type": "COMPONENT",
|
|
9537
|
+
"key": "0135e13dd2ded277e5d024f2d9ccc37f9aa7cf38"
|
|
9538
|
+
},
|
|
9539
|
+
{
|
|
9540
|
+
"type": "COMPONENT",
|
|
9541
|
+
"key": "146925b01e772269f042df51f8d2cd5b4e492111"
|
|
9542
|
+
},
|
|
9543
|
+
{
|
|
9544
|
+
"type": "COMPONENT",
|
|
9545
|
+
"key": "4907a3a324539a374a81c8255ac8ae2fc6769622"
|
|
9546
|
+
}
|
|
9547
|
+
]
|
|
9548
|
+
},
|
|
9549
|
+
"Left Bottom#58686:99": {
|
|
9550
|
+
"type": "INSTANCE_SWAP",
|
|
9551
|
+
"preferredValues": [
|
|
9552
|
+
{
|
|
9553
|
+
"type": "COMPONENT",
|
|
9554
|
+
"key": "00da9dcf0cc4e408d2e36da56d0701dce6cee6b0"
|
|
9555
|
+
},
|
|
9556
|
+
{
|
|
9557
|
+
"type": "COMPONENT",
|
|
9558
|
+
"key": "0135e13dd2ded277e5d024f2d9ccc37f9aa7cf38"
|
|
9559
|
+
},
|
|
9560
|
+
{
|
|
9561
|
+
"type": "COMPONENT",
|
|
9562
|
+
"key": "146925b01e772269f042df51f8d2cd5b4e492111"
|
|
9563
|
+
},
|
|
9564
|
+
{
|
|
9565
|
+
"type": "COMPONENT",
|
|
9566
|
+
"key": "a711c13770db66a6a9d8dfec9205b301fb4abf4d"
|
|
9567
|
+
},
|
|
9568
|
+
{
|
|
9569
|
+
"type": "COMPONENT",
|
|
9570
|
+
"key": "4907a3a324539a374a81c8255ac8ae2fc6769622"
|
|
9571
|
+
}
|
|
9572
|
+
]
|
|
9573
|
+
},
|
|
9574
|
+
"Right Bottom#58686:132": {
|
|
9575
|
+
"type": "INSTANCE_SWAP",
|
|
9576
|
+
"preferredValues": [
|
|
9577
|
+
{
|
|
9578
|
+
"type": "COMPONENT",
|
|
9579
|
+
"key": "a711c13770db66a6a9d8dfec9205b301fb4abf4d"
|
|
9580
|
+
},
|
|
9581
|
+
{
|
|
9582
|
+
"type": "COMPONENT",
|
|
9583
|
+
"key": "00da9dcf0cc4e408d2e36da56d0701dce6cee6b0"
|
|
9584
|
+
},
|
|
9585
|
+
{
|
|
9586
|
+
"type": "COMPONENT",
|
|
9587
|
+
"key": "0135e13dd2ded277e5d024f2d9ccc37f9aa7cf38"
|
|
9588
|
+
},
|
|
9589
|
+
{
|
|
9590
|
+
"type": "COMPONENT",
|
|
9591
|
+
"key": "146925b01e772269f042df51f8d2cd5b4e492111"
|
|
9592
|
+
},
|
|
9593
|
+
{
|
|
9594
|
+
"type": "COMPONENT",
|
|
9595
|
+
"key": "4907a3a324539a374a81c8255ac8ae2fc6769622"
|
|
9596
|
+
}
|
|
9597
|
+
]
|
|
9598
|
+
},
|
|
9599
|
+
"ㄴ Left Top#58686:165": {
|
|
9600
|
+
"type": "BOOLEAN"
|
|
9601
|
+
},
|
|
9602
|
+
"ㄴ Right Top#58686:198": {
|
|
9603
|
+
"type": "BOOLEAN"
|
|
9604
|
+
},
|
|
9605
|
+
"ㄴ Left Bottom#58686:231": {
|
|
9606
|
+
"type": "BOOLEAN"
|
|
9607
|
+
},
|
|
9608
|
+
"ㄴ Right Bottom#58686:264": {
|
|
9609
|
+
"type": "BOOLEAN"
|
|
9610
|
+
},
|
|
9611
|
+
"Ratio": {
|
|
9612
|
+
"type": "VARIANT",
|
|
9613
|
+
"variantOptions": [
|
|
9614
|
+
"1:1",
|
|
9615
|
+
"2:1",
|
|
9616
|
+
"16:9",
|
|
9617
|
+
"4:3",
|
|
9618
|
+
"6:7",
|
|
9619
|
+
"4:5",
|
|
9620
|
+
"2:3"
|
|
9621
|
+
]
|
|
9622
|
+
},
|
|
9623
|
+
"Size": {
|
|
9624
|
+
"type": "VARIANT",
|
|
9625
|
+
"variantOptions": [
|
|
9626
|
+
"20",
|
|
9627
|
+
"24",
|
|
9628
|
+
"36",
|
|
9629
|
+
"42",
|
|
9630
|
+
"48",
|
|
9631
|
+
"64",
|
|
9632
|
+
"80",
|
|
9633
|
+
"96",
|
|
9634
|
+
"120",
|
|
9635
|
+
"\bFree"
|
|
9636
|
+
]
|
|
9637
|
+
},
|
|
9638
|
+
"Rounded": {
|
|
9639
|
+
"type": "VARIANT",
|
|
9640
|
+
"variantOptions": [
|
|
9641
|
+
"True",
|
|
9642
|
+
"False"
|
|
9643
|
+
]
|
|
9644
|
+
}
|
|
9645
|
+
}
|
|
9646
|
+
};
|
|
9378
9647
|
const listHeader = {
|
|
9379
9648
|
"name": "listHeader",
|
|
9380
9649
|
"key": "609f93ed0608ef0a6d9a351e47595ad631bae0fa",
|
|
@@ -10001,42 +10270,6 @@ const segmentedControl = {
|
|
|
10001
10270
|
}
|
|
10002
10271
|
}
|
|
10003
10272
|
};
|
|
10004
|
-
const selectBox = {
|
|
10005
|
-
"name": "selectBox",
|
|
10006
|
-
"key": "38722ffeb4c966256a709155e8ddac50c93d7c60",
|
|
10007
|
-
"componentPropertyDefinitions": {
|
|
10008
|
-
"Show Description#3033:0": {
|
|
10009
|
-
"type": "BOOLEAN"
|
|
10010
|
-
},
|
|
10011
|
-
"Description #3033:5": {
|
|
10012
|
-
"type": "TEXT"
|
|
10013
|
-
},
|
|
10014
|
-
"Label#3635:0": {
|
|
10015
|
-
"type": "TEXT"
|
|
10016
|
-
},
|
|
10017
|
-
"Control": {
|
|
10018
|
-
"type": "VARIANT",
|
|
10019
|
-
"variantOptions": [
|
|
10020
|
-
"Checkbox",
|
|
10021
|
-
"Radio"
|
|
10022
|
-
]
|
|
10023
|
-
},
|
|
10024
|
-
"Selected": {
|
|
10025
|
-
"type": "VARIANT",
|
|
10026
|
-
"variantOptions": [
|
|
10027
|
-
"True",
|
|
10028
|
-
"False"
|
|
10029
|
-
]
|
|
10030
|
-
},
|
|
10031
|
-
"State": {
|
|
10032
|
-
"type": "VARIANT",
|
|
10033
|
-
"variantOptions": [
|
|
10034
|
-
"Enabled",
|
|
10035
|
-
"Pressed"
|
|
10036
|
-
]
|
|
10037
|
-
}
|
|
10038
|
-
}
|
|
10039
|
-
};
|
|
10040
10273
|
const skeleton = {
|
|
10041
10274
|
"name": "skeleton",
|
|
10042
10275
|
"key": "ef22c3288722fbfa64a5ab73df397ade88f8e05a",
|
|
@@ -10436,6 +10669,7 @@ var FIGMA_COMPONENTS = {
|
|
|
10436
10669
|
divider: divider,
|
|
10437
10670
|
floatingActionButton: floatingActionButton,
|
|
10438
10671
|
helpBubble: helpBubble,
|
|
10672
|
+
imageFrame: imageFrame,
|
|
10439
10673
|
listHeader: listHeader,
|
|
10440
10674
|
listItem: listItem,
|
|
10441
10675
|
mannerTemp: mannerTemp,
|
|
@@ -10452,7 +10686,6 @@ var FIGMA_COMPONENTS = {
|
|
|
10452
10686
|
rootTopNavigationGlobal: rootTopNavigationGlobal,
|
|
10453
10687
|
rootTopNavigationKr: rootTopNavigationKr,
|
|
10454
10688
|
segmentedControl: segmentedControl,
|
|
10455
|
-
selectBox: selectBox,
|
|
10456
10689
|
skeleton: skeleton,
|
|
10457
10690
|
slider: slider,
|
|
10458
10691
|
snackbar: snackbar,
|
|
@@ -10464,7 +10697,7 @@ var FIGMA_COMPONENTS = {
|
|
|
10464
10697
|
templateChipGroup: templateChipGroup,
|
|
10465
10698
|
templateCustomPickerField: templateCustomPickerField,
|
|
10466
10699
|
templateDisclaimer: templateDisclaimer,
|
|
10467
|
-
|
|
10700
|
+
templateResultPage: templateResultPage,
|
|
10468
10701
|
templateSliderField: templateSliderField,
|
|
10469
10702
|
templateTextField: templateTextField,
|
|
10470
10703
|
templateTextareaField: templateTextareaField,
|