@seed-design/figma 1.3.13 → 1.3.14
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 +292 -141
- package/lib/codegen/index.js +292 -141
- package/lib/codegen/targets/react/index.cjs +389 -172
- package/lib/codegen/targets/react/index.js +389 -172
- package/lib/index.cjs +358 -141
- package/lib/index.js +358 -141
- package/package.json +3 -3
- package/src/codegen/component-properties.ts +9 -9
- package/src/codegen/targets/react/component/handlers/app-bar.ts +1 -1
- package/src/codegen/targets/react/component/handlers/checkbox.ts +1 -1
- package/src/codegen/targets/react/component/handlers/field-button.ts +5 -5
- package/src/codegen/targets/react/component/handlers/index.ts +1 -1
- package/src/codegen/targets/react/component/handlers/legacy-chip.ts +96 -0
- package/src/codegen/targets/react/component/handlers/radio-group.ts +1 -1
- package/src/codegen/targets/react/component/handlers/select-box.ts +1 -1
- package/src/codegen/targets/react/component/handlers/slider.ts +1 -1
- package/src/codegen/targets/react/component/handlers/tabs.ts +11 -5
- package/src/codegen/targets/react/component/handlers/text-field.ts +2 -2
- package/src/entities/data/__generated__/component-sets/index.d.ts +260 -109
- package/src/entities/data/__generated__/component-sets/index.mjs +260 -109
- package/src/entities/data/__generated__/components/index.d.ts +163 -58
- package/src/entities/data/__generated__/components/index.mjs +163 -58
- package/src/entities/data/__generated__/icons/index.mjs +66 -0
- package/src/codegen/targets/react/component/handlers/chip.ts +0 -93
package/lib/codegen/index.js
CHANGED
|
@@ -8723,7 +8723,7 @@ const FIGMA_VARIABLES$1 = {
|
|
|
8723
8723
|
}
|
|
8724
8724
|
};
|
|
8725
8725
|
|
|
8726
|
-
const templateButtonGroup
|
|
8726
|
+
const templateButtonGroup = {
|
|
8727
8727
|
"name": "templateButtonGroup",
|
|
8728
8728
|
"key": "29109a34197f2eb5d390b1d9ebba270979a7b302",
|
|
8729
8729
|
"componentPropertyDefinitions": {
|
|
@@ -8750,7 +8750,7 @@ const templateButtonGroup$1 = {
|
|
|
8750
8750
|
}
|
|
8751
8751
|
}
|
|
8752
8752
|
};
|
|
8753
|
-
const templateChipGroup
|
|
8753
|
+
const templateChipGroup = {
|
|
8754
8754
|
"name": "templateChipGroup",
|
|
8755
8755
|
"key": "5b1155aae0f90d1bce6a7499f53a547e88ec3b86",
|
|
8756
8756
|
"componentPropertyDefinitions": {
|
|
@@ -8807,7 +8807,7 @@ const templateCustomPickerField = {
|
|
|
8807
8807
|
}
|
|
8808
8808
|
}
|
|
8809
8809
|
};
|
|
8810
|
-
const templateDisclaimer
|
|
8810
|
+
const templateDisclaimer = {
|
|
8811
8811
|
"name": "templateDisclaimer",
|
|
8812
8812
|
"key": "e08d2594b76c6c0107e34c0071cab8ef844c8998",
|
|
8813
8813
|
"componentPropertyDefinitions": {
|
|
@@ -8842,7 +8842,7 @@ const templateResultPage$1 = {
|
|
|
8842
8842
|
}
|
|
8843
8843
|
}
|
|
8844
8844
|
};
|
|
8845
|
-
const templateSliderField
|
|
8845
|
+
const templateSliderField = {
|
|
8846
8846
|
"name": "templateSliderField",
|
|
8847
8847
|
"key": "7d2b449bcfb28ebf3c509ed76a141511f7d955eb",
|
|
8848
8848
|
"componentPropertyDefinitions": {
|
|
@@ -8864,7 +8864,7 @@ const templateSliderField$1 = {
|
|
|
8864
8864
|
}
|
|
8865
8865
|
}
|
|
8866
8866
|
};
|
|
8867
|
-
const templateTextField
|
|
8867
|
+
const templateTextField = {
|
|
8868
8868
|
"name": "templateTextField",
|
|
8869
8869
|
"key": "0a83a0ff9d18d98a14536b21aa5411622f9f0c05",
|
|
8870
8870
|
"componentPropertyDefinitions": {
|
|
@@ -8895,7 +8895,7 @@ const templateTextField$1 = {
|
|
|
8895
8895
|
}
|
|
8896
8896
|
}
|
|
8897
8897
|
};
|
|
8898
|
-
const templateTextareaField
|
|
8898
|
+
const templateTextareaField = {
|
|
8899
8899
|
"name": "templateTextareaField",
|
|
8900
8900
|
"key": "cdc688eccd78b947289e8089a620bdc494f6c809",
|
|
8901
8901
|
"componentPropertyDefinitions": {
|
|
@@ -10790,14 +10790,14 @@ var FIGMA_COMPONENTS_ARCHIVE = {
|
|
|
10790
10790
|
switchmark: switchmark,
|
|
10791
10791
|
tabs: tabs,
|
|
10792
10792
|
tagGroup: tagGroup,
|
|
10793
|
-
templateButtonGroup: templateButtonGroup
|
|
10794
|
-
templateChipGroup: templateChipGroup
|
|
10793
|
+
templateButtonGroup: templateButtonGroup,
|
|
10794
|
+
templateChipGroup: templateChipGroup,
|
|
10795
10795
|
templateCustomPickerField: templateCustomPickerField,
|
|
10796
|
-
templateDisclaimer: templateDisclaimer
|
|
10796
|
+
templateDisclaimer: templateDisclaimer,
|
|
10797
10797
|
templateResultPage: templateResultPage$1,
|
|
10798
|
-
templateSliderField: templateSliderField
|
|
10799
|
-
templateTextField: templateTextField
|
|
10800
|
-
templateTextareaField: templateTextareaField
|
|
10798
|
+
templateSliderField: templateSliderField,
|
|
10799
|
+
templateTextField: templateTextField,
|
|
10800
|
+
templateTextareaField: templateTextareaField,
|
|
10801
10801
|
templateTopNavigation: templateTopNavigation,
|
|
10802
10802
|
toggleButton: toggleButton,
|
|
10803
10803
|
topNavigation: topNavigation
|
|
@@ -19364,9 +19364,9 @@ const FIGMA_VARIABLES = {
|
|
|
19364
19364
|
}
|
|
19365
19365
|
};
|
|
19366
19366
|
|
|
19367
|
-
const
|
|
19368
|
-
"name": "
|
|
19369
|
-
"key": "
|
|
19367
|
+
const privateComponentChipGroupField = {
|
|
19368
|
+
"name": "privateComponentChipGroupField",
|
|
19369
|
+
"key": "3b202396b4eb4486b5f2181c97d6576ebae94250",
|
|
19370
19370
|
"componentPropertyDefinitions": {
|
|
19371
19371
|
"Show Header#40606:8": {
|
|
19372
19372
|
"type": "BOOLEAN"
|
|
@@ -19385,9 +19385,9 @@ const privateTemplateChipGroupField = {
|
|
|
19385
19385
|
}
|
|
19386
19386
|
}
|
|
19387
19387
|
};
|
|
19388
|
-
const
|
|
19389
|
-
"name": "
|
|
19390
|
-
"key": "
|
|
19388
|
+
const privateComponentPhoneNumberField = {
|
|
19389
|
+
"name": "privateComponentPhoneNumberField",
|
|
19390
|
+
"key": "1aa9cf6ca847087540f16568c9ca86a07fafaf9b",
|
|
19391
19391
|
"componentPropertyDefinitions": {
|
|
19392
19392
|
"Show Header#40606:8": {
|
|
19393
19393
|
"type": "BOOLEAN"
|
|
@@ -19414,9 +19414,9 @@ const privateTemplatePhoneNumberField = {
|
|
|
19414
19414
|
}
|
|
19415
19415
|
}
|
|
19416
19416
|
};
|
|
19417
|
-
const
|
|
19418
|
-
"name": "
|
|
19419
|
-
"key": "
|
|
19417
|
+
const privateComponentPinField = {
|
|
19418
|
+
"name": "privateComponentPinField",
|
|
19419
|
+
"key": "7e11c6342399819db16b85e947c6d1aae4e8a442",
|
|
19420
19420
|
"componentPropertyDefinitions": {
|
|
19421
19421
|
"Show Header#40606:8": {
|
|
19422
19422
|
"type": "BOOLEAN"
|
|
@@ -19480,10 +19480,13 @@ const privateComponentBottomSheetHandle = {
|
|
|
19480
19480
|
}
|
|
19481
19481
|
}
|
|
19482
19482
|
};
|
|
19483
|
-
const
|
|
19484
|
-
"name": "
|
|
19485
|
-
"key": "
|
|
19483
|
+
const privateComponentChipGroup = {
|
|
19484
|
+
"name": "privateComponentChipGroup",
|
|
19485
|
+
"key": "3838d772ac3c7504d976b2f386ce521efe69d08f",
|
|
19486
19486
|
"componentPropertyDefinitions": {
|
|
19487
|
+
"Chip Group#12261:81": {
|
|
19488
|
+
"type": "SLOT"
|
|
19489
|
+
},
|
|
19487
19490
|
"Layout": {
|
|
19488
19491
|
"type": "VARIANT",
|
|
19489
19492
|
"variantOptions": [
|
|
@@ -20071,9 +20074,9 @@ const privateComponentRootTopNavigationIconButton = {
|
|
|
20071
20074
|
}
|
|
20072
20075
|
}
|
|
20073
20076
|
};
|
|
20074
|
-
const
|
|
20075
|
-
"name": "
|
|
20076
|
-
"key": "
|
|
20077
|
+
const privateComponentRootTopNavigationPreset = {
|
|
20078
|
+
"name": "privateComponentRootTopNavigationPreset",
|
|
20079
|
+
"key": "26e1de69cbbed91a577b0c962a92ebab2621bf5f",
|
|
20077
20080
|
"componentPropertyDefinitions": {
|
|
20078
20081
|
"Tab": {
|
|
20079
20082
|
"type": "VARIANT",
|
|
@@ -20424,8 +20427,8 @@ const privateComponentTabsChip = {
|
|
|
20424
20427
|
"name": "privateComponentTabsChip",
|
|
20425
20428
|
"key": "16bd9efbd95f4b5fa3dfe31c2e1acf4e8a88f6a5",
|
|
20426
20429
|
"componentPropertyDefinitions": {
|
|
20427
|
-
"
|
|
20428
|
-
"type": "
|
|
20430
|
+
"Container#12286:101": {
|
|
20431
|
+
"type": "SLOT"
|
|
20429
20432
|
},
|
|
20430
20433
|
"Size": {
|
|
20431
20434
|
"type": "VARIANT",
|
|
@@ -20447,8 +20450,8 @@ const privateComponentTabsLine = {
|
|
|
20447
20450
|
"name": "privateComponentTabsLine",
|
|
20448
20451
|
"key": "e5bf0d2582100280b410415b9d8742202edbb45c",
|
|
20449
20452
|
"componentPropertyDefinitions": {
|
|
20450
|
-
"
|
|
20451
|
-
"type": "
|
|
20453
|
+
"Container#12286:96": {
|
|
20454
|
+
"type": "SLOT"
|
|
20452
20455
|
},
|
|
20453
20456
|
"Size": {
|
|
20454
20457
|
"type": "VARIANT",
|
|
@@ -21019,9 +21022,67 @@ const componentDeprecatedActionSheet = {
|
|
|
21019
21022
|
}
|
|
21020
21023
|
}
|
|
21021
21024
|
};
|
|
21022
|
-
const
|
|
21023
|
-
"name": "
|
|
21024
|
-
"key": "
|
|
21025
|
+
const componentDeprecatedChip = {
|
|
21026
|
+
"name": "componentDeprecatedChip",
|
|
21027
|
+
"key": "c947a926605cfd181998ddbb46554da84eebaab2",
|
|
21028
|
+
"componentPropertyDefinitions": {
|
|
21029
|
+
"Label#7185:0": {
|
|
21030
|
+
"type": "TEXT"
|
|
21031
|
+
},
|
|
21032
|
+
"Prefix Icon#8722:0": {
|
|
21033
|
+
"type": "INSTANCE_SWAP"
|
|
21034
|
+
},
|
|
21035
|
+
"Suffix Type#32538:0": {
|
|
21036
|
+
"type": "INSTANCE_SWAP"
|
|
21037
|
+
},
|
|
21038
|
+
"Has Suffix#32538:181": {
|
|
21039
|
+
"type": "BOOLEAN"
|
|
21040
|
+
},
|
|
21041
|
+
"Variant": {
|
|
21042
|
+
"type": "VARIANT",
|
|
21043
|
+
"variantOptions": [
|
|
21044
|
+
"Solid",
|
|
21045
|
+
"Outline Strong",
|
|
21046
|
+
"Outline Weak"
|
|
21047
|
+
]
|
|
21048
|
+
},
|
|
21049
|
+
"Size": {
|
|
21050
|
+
"type": "VARIANT",
|
|
21051
|
+
"variantOptions": [
|
|
21052
|
+
"Large",
|
|
21053
|
+
"Medium",
|
|
21054
|
+
"Small"
|
|
21055
|
+
]
|
|
21056
|
+
},
|
|
21057
|
+
"Selected": {
|
|
21058
|
+
"type": "VARIANT",
|
|
21059
|
+
"variantOptions": [
|
|
21060
|
+
"False",
|
|
21061
|
+
"True"
|
|
21062
|
+
]
|
|
21063
|
+
},
|
|
21064
|
+
"State": {
|
|
21065
|
+
"type": "VARIANT",
|
|
21066
|
+
"variantOptions": [
|
|
21067
|
+
"Enabled",
|
|
21068
|
+
"Pressed",
|
|
21069
|
+
"Disabled"
|
|
21070
|
+
]
|
|
21071
|
+
},
|
|
21072
|
+
"Prefix Type": {
|
|
21073
|
+
"type": "VARIANT",
|
|
21074
|
+
"variantOptions": [
|
|
21075
|
+
"None",
|
|
21076
|
+
"Icon",
|
|
21077
|
+
"Avatar",
|
|
21078
|
+
"Image"
|
|
21079
|
+
]
|
|
21080
|
+
}
|
|
21081
|
+
}
|
|
21082
|
+
};
|
|
21083
|
+
const componentDeprecatedChipGroup = {
|
|
21084
|
+
"name": "componentDeprecatedChipGroup",
|
|
21085
|
+
"key": "0f2bfd4ee01f2bce58ebd7f4cc9332d0420e50fd",
|
|
21025
21086
|
"componentPropertyDefinitions": {
|
|
21026
21087
|
"Refresh Button#15888:2": {
|
|
21027
21088
|
"type": "BOOLEAN"
|
|
@@ -21411,6 +21472,29 @@ const componentDerpecatedTopNavigation = {
|
|
|
21411
21472
|
}
|
|
21412
21473
|
}
|
|
21413
21474
|
};
|
|
21475
|
+
const componentAccordion = {
|
|
21476
|
+
"name": "componentAccordion",
|
|
21477
|
+
"key": "0686a42b92941f42561f73e95ecff0699b86e3a9",
|
|
21478
|
+
"componentPropertyDefinitions": {
|
|
21479
|
+
"Accordion Group#10588:0": {
|
|
21480
|
+
"type": "SLOT"
|
|
21481
|
+
},
|
|
21482
|
+
"Size": {
|
|
21483
|
+
"type": "VARIANT",
|
|
21484
|
+
"variantOptions": [
|
|
21485
|
+
"Medium",
|
|
21486
|
+
"Large (Desktop)"
|
|
21487
|
+
]
|
|
21488
|
+
},
|
|
21489
|
+
"Variants": {
|
|
21490
|
+
"type": "VARIANT",
|
|
21491
|
+
"variantOptions": [
|
|
21492
|
+
"Inline",
|
|
21493
|
+
"Separated"
|
|
21494
|
+
]
|
|
21495
|
+
}
|
|
21496
|
+
}
|
|
21497
|
+
};
|
|
21414
21498
|
const componentActionButton = {
|
|
21415
21499
|
"name": "componentActionButton",
|
|
21416
21500
|
"key": "cd70496145efd7f5ffdb5413fb4db8e918561ffa",
|
|
@@ -21507,10 +21591,16 @@ const componentAndroidNowBarScreen = {
|
|
|
21507
21591
|
}
|
|
21508
21592
|
}
|
|
21509
21593
|
};
|
|
21510
|
-
const
|
|
21511
|
-
"name": "
|
|
21512
|
-
"key": "
|
|
21594
|
+
const componentAttachmentField = {
|
|
21595
|
+
"name": "componentAttachmentField",
|
|
21596
|
+
"key": "7a1711f401793fb33ca9ceb599916a7440ef60b4",
|
|
21513
21597
|
"componentPropertyDefinitions": {
|
|
21598
|
+
"Show Header#11576:30": {
|
|
21599
|
+
"type": "BOOLEAN"
|
|
21600
|
+
},
|
|
21601
|
+
"Show Footer#11576:47": {
|
|
21602
|
+
"type": "BOOLEAN"
|
|
21603
|
+
},
|
|
21514
21604
|
"Type": {
|
|
21515
21605
|
"type": "VARIANT",
|
|
21516
21606
|
"variantOptions": [
|
|
@@ -21569,9 +21659,9 @@ const componentAvatar = {
|
|
|
21569
21659
|
}
|
|
21570
21660
|
}
|
|
21571
21661
|
};
|
|
21572
|
-
const
|
|
21573
|
-
"name": "
|
|
21574
|
-
"key": "
|
|
21662
|
+
const componentAvatarPreset = {
|
|
21663
|
+
"name": "componentAvatarPreset",
|
|
21664
|
+
"key": "539a0546169fb966bed1b07aa98db4b070206fc1",
|
|
21575
21665
|
"componentPropertyDefinitions": {
|
|
21576
21666
|
"Image": {
|
|
21577
21667
|
"type": "VARIANT",
|
|
@@ -21737,9 +21827,9 @@ const componentBottomSheet = {
|
|
|
21737
21827
|
}
|
|
21738
21828
|
}
|
|
21739
21829
|
};
|
|
21740
|
-
const
|
|
21741
|
-
"name": "
|
|
21742
|
-
"key": "
|
|
21830
|
+
const componentButtonGroup = {
|
|
21831
|
+
"name": "componentButtonGroup",
|
|
21832
|
+
"key": "2acf5a3240876b2b82e3e42f267856b8582c07f6",
|
|
21743
21833
|
"componentPropertyDefinitions": {
|
|
21744
21834
|
"Size": {
|
|
21745
21835
|
"type": "VARIANT",
|
|
@@ -21887,10 +21977,13 @@ const componentCheckbox = {
|
|
|
21887
21977
|
}
|
|
21888
21978
|
}
|
|
21889
21979
|
};
|
|
21890
|
-
const
|
|
21891
|
-
"name": "
|
|
21892
|
-
"key": "
|
|
21980
|
+
const componentCheckboxField = {
|
|
21981
|
+
"name": "componentCheckboxField",
|
|
21982
|
+
"key": "c157db7fe8d812716f2ed3f520b8bacfb9fb8416",
|
|
21893
21983
|
"componentPropertyDefinitions": {
|
|
21984
|
+
"Checkbox Group#12261:0": {
|
|
21985
|
+
"type": "SLOT"
|
|
21986
|
+
},
|
|
21894
21987
|
"Show Header#40606:8": {
|
|
21895
21988
|
"type": "BOOLEAN"
|
|
21896
21989
|
},
|
|
@@ -21953,27 +22046,34 @@ const componentCheckmark = {
|
|
|
21953
22046
|
};
|
|
21954
22047
|
const componentChip = {
|
|
21955
22048
|
"name": "componentChip",
|
|
21956
|
-
"key": "
|
|
22049
|
+
"key": "f23dfd7f48dd6fc6fbbdae95a091fd7a06a942e1",
|
|
21957
22050
|
"componentPropertyDefinitions": {
|
|
21958
|
-
"
|
|
21959
|
-
"type": "
|
|
22051
|
+
"Has Prefix#9822:0": {
|
|
22052
|
+
"type": "BOOLEAN"
|
|
21960
22053
|
},
|
|
21961
|
-
"Prefix
|
|
22054
|
+
"Prefix Type#9965:0": {
|
|
21962
22055
|
"type": "INSTANCE_SWAP"
|
|
21963
22056
|
},
|
|
21964
|
-
"Suffix Type#
|
|
22057
|
+
"Suffix Type#9965:109": {
|
|
21965
22058
|
"type": "INSTANCE_SWAP"
|
|
21966
22059
|
},
|
|
21967
|
-
"
|
|
22060
|
+
"Suffix Type Small#9981:218": {
|
|
22061
|
+
"type": "INSTANCE_SWAP"
|
|
22062
|
+
},
|
|
22063
|
+
"Prefix Type Small#9981:327": {
|
|
22064
|
+
"type": "INSTANCE_SWAP"
|
|
22065
|
+
},
|
|
22066
|
+
"Icon#10111:0": {
|
|
22067
|
+
"type": "INSTANCE_SWAP"
|
|
22068
|
+
},
|
|
22069
|
+
"Has Notification#10111:109": {
|
|
21968
22070
|
"type": "BOOLEAN"
|
|
21969
22071
|
},
|
|
21970
|
-
"
|
|
21971
|
-
"type": "
|
|
21972
|
-
|
|
21973
|
-
|
|
21974
|
-
|
|
21975
|
-
"Outline Weak"
|
|
21976
|
-
]
|
|
22072
|
+
"Label#12217:0": {
|
|
22073
|
+
"type": "TEXT"
|
|
22074
|
+
},
|
|
22075
|
+
"Has Suffix#32538:181": {
|
|
22076
|
+
"type": "BOOLEAN"
|
|
21977
22077
|
},
|
|
21978
22078
|
"Size": {
|
|
21979
22079
|
"type": "VARIANT",
|
|
@@ -21983,6 +22083,21 @@ const componentChip = {
|
|
|
21983
22083
|
"Small"
|
|
21984
22084
|
]
|
|
21985
22085
|
},
|
|
22086
|
+
"Layout": {
|
|
22087
|
+
"type": "VARIANT",
|
|
22088
|
+
"variantOptions": [
|
|
22089
|
+
"With Text",
|
|
22090
|
+
"Icon Only"
|
|
22091
|
+
]
|
|
22092
|
+
},
|
|
22093
|
+
"Variant": {
|
|
22094
|
+
"type": "VARIANT",
|
|
22095
|
+
"variantOptions": [
|
|
22096
|
+
"Solid",
|
|
22097
|
+
"Outline Strong",
|
|
22098
|
+
"Outline Weak"
|
|
22099
|
+
]
|
|
22100
|
+
},
|
|
21986
22101
|
"Selected": {
|
|
21987
22102
|
"type": "VARIANT",
|
|
21988
22103
|
"variantOptions": [
|
|
@@ -21997,22 +22112,16 @@ const componentChip = {
|
|
|
21997
22112
|
"Pressed",
|
|
21998
22113
|
"Disabled"
|
|
21999
22114
|
]
|
|
22000
|
-
},
|
|
22001
|
-
"Prefix Type": {
|
|
22002
|
-
"type": "VARIANT",
|
|
22003
|
-
"variantOptions": [
|
|
22004
|
-
"None",
|
|
22005
|
-
"Icon",
|
|
22006
|
-
"Avatar",
|
|
22007
|
-
"Image"
|
|
22008
|
-
]
|
|
22009
22115
|
}
|
|
22010
22116
|
}
|
|
22011
22117
|
};
|
|
22012
|
-
const
|
|
22013
|
-
"name": "
|
|
22014
|
-
"key": "
|
|
22118
|
+
const componentChipGroup = {
|
|
22119
|
+
"name": "componentChipGroup",
|
|
22120
|
+
"key": "dbef4539572f056c6a90c332299d9b9febd212de",
|
|
22015
22121
|
"componentPropertyDefinitions": {
|
|
22122
|
+
"Chip Group#12261:62": {
|
|
22123
|
+
"type": "SLOT"
|
|
22124
|
+
},
|
|
22016
22125
|
"Variant": {
|
|
22017
22126
|
"type": "VARIANT",
|
|
22018
22127
|
"variantOptions": [
|
|
@@ -22090,9 +22199,9 @@ const componentContextualFloatingButton = {
|
|
|
22090
22199
|
}
|
|
22091
22200
|
}
|
|
22092
22201
|
};
|
|
22093
|
-
const
|
|
22094
|
-
"name": "
|
|
22095
|
-
"key": "
|
|
22202
|
+
const componentDisclaimer = {
|
|
22203
|
+
"name": "componentDisclaimer",
|
|
22204
|
+
"key": "9532514879fc59d5b221b8cc4b85a569ed15d265",
|
|
22096
22205
|
"componentPropertyDefinitions": {
|
|
22097
22206
|
"Show Title#54910:2": {
|
|
22098
22207
|
"type": "BOOLEAN"
|
|
@@ -22150,9 +22259,9 @@ const componentEditorToolbarFigmaOnly = {
|
|
|
22150
22259
|
}
|
|
22151
22260
|
}
|
|
22152
22261
|
};
|
|
22153
|
-
const
|
|
22154
|
-
"name": "
|
|
22155
|
-
"key": "
|
|
22262
|
+
const componentFieldButton = {
|
|
22263
|
+
"name": "componentFieldButton",
|
|
22264
|
+
"key": "a9f6a5ee2d52881b87e22ef1a18fac67e92558f4",
|
|
22156
22265
|
"componentPropertyDefinitions": {
|
|
22157
22266
|
"Show Header#40606:8": {
|
|
22158
22267
|
"type": "BOOLEAN"
|
|
@@ -22160,6 +22269,13 @@ const templateFieldButton = {
|
|
|
22160
22269
|
"Show Footer#40606:9": {
|
|
22161
22270
|
"type": "BOOLEAN"
|
|
22162
22271
|
},
|
|
22272
|
+
"Size": {
|
|
22273
|
+
"type": "VARIANT",
|
|
22274
|
+
"variantOptions": [
|
|
22275
|
+
"Large",
|
|
22276
|
+
"Medium (Desktop Only)"
|
|
22277
|
+
]
|
|
22278
|
+
},
|
|
22163
22279
|
"State": {
|
|
22164
22280
|
"type": "VARIANT",
|
|
22165
22281
|
"variantOptions": [
|
|
@@ -22515,6 +22631,37 @@ const componentMenuSheet = {
|
|
|
22515
22631
|
}
|
|
22516
22632
|
}
|
|
22517
22633
|
};
|
|
22634
|
+
const componentMultilineTextField = {
|
|
22635
|
+
"name": "componentMultilineTextField",
|
|
22636
|
+
"key": "e1b7b5bfa5ff6a633cecc5110b958520a9e79ddf",
|
|
22637
|
+
"componentPropertyDefinitions": {
|
|
22638
|
+
"Show Header#11576:0": {
|
|
22639
|
+
"type": "BOOLEAN"
|
|
22640
|
+
},
|
|
22641
|
+
"Show Footer#11576:15": {
|
|
22642
|
+
"type": "BOOLEAN"
|
|
22643
|
+
},
|
|
22644
|
+
"Size": {
|
|
22645
|
+
"type": "VARIANT",
|
|
22646
|
+
"variantOptions": [
|
|
22647
|
+
"Large",
|
|
22648
|
+
"Medium (Desktop Only)"
|
|
22649
|
+
]
|
|
22650
|
+
},
|
|
22651
|
+
"State": {
|
|
22652
|
+
"type": "VARIANT",
|
|
22653
|
+
"variantOptions": [
|
|
22654
|
+
"AI Loading (Figma Only)",
|
|
22655
|
+
"Disabled",
|
|
22656
|
+
"Read Only",
|
|
22657
|
+
"Error Focused",
|
|
22658
|
+
"Error",
|
|
22659
|
+
"Focused",
|
|
22660
|
+
"Enabled"
|
|
22661
|
+
]
|
|
22662
|
+
}
|
|
22663
|
+
}
|
|
22664
|
+
};
|
|
22518
22665
|
const componentOsBottomIndicatorFigmaOnly = {
|
|
22519
22666
|
"name": "componentOsBottomIndicatorFigmaOnly",
|
|
22520
22667
|
"key": "291fcfece0247fd59a6ef14312347267523a5152",
|
|
@@ -22706,10 +22853,13 @@ const componentRadio = {
|
|
|
22706
22853
|
}
|
|
22707
22854
|
}
|
|
22708
22855
|
};
|
|
22709
|
-
const
|
|
22710
|
-
"name": "
|
|
22711
|
-
"key": "
|
|
22856
|
+
const componentRadioField = {
|
|
22857
|
+
"name": "componentRadioField",
|
|
22858
|
+
"key": "7a1c06315434813d0c4256366e2f478954cd6f14",
|
|
22712
22859
|
"componentPropertyDefinitions": {
|
|
22860
|
+
"Radio Group#12285:87": {
|
|
22861
|
+
"type": "SLOT"
|
|
22862
|
+
},
|
|
22713
22863
|
"Show Header#40606:8": {
|
|
22714
22864
|
"type": "BOOLEAN"
|
|
22715
22865
|
},
|
|
@@ -22939,9 +23089,9 @@ const componentSegmentedControl = {
|
|
|
22939
23089
|
}
|
|
22940
23090
|
}
|
|
22941
23091
|
};
|
|
22942
|
-
const
|
|
22943
|
-
"name": "
|
|
22944
|
-
"key": "
|
|
23092
|
+
const componentSelectBoxField = {
|
|
23093
|
+
"name": "componentSelectBoxField",
|
|
23094
|
+
"key": "a4202b1d4bbb185f25f937dd6a71cfc580e58cb5",
|
|
22945
23095
|
"componentPropertyDefinitions": {
|
|
22946
23096
|
"Show Header#40606:8": {
|
|
22947
23097
|
"type": "BOOLEAN"
|
|
@@ -22964,6 +23114,9 @@ const componentSelectBoxGroup = {
|
|
|
22964
23114
|
"name": "componentSelectBoxGroup",
|
|
22965
23115
|
"key": "cbf6ddeb6d6f889e983399291ec8b60ee3390177",
|
|
22966
23116
|
"componentPropertyDefinitions": {
|
|
23117
|
+
"Select Box Group#12285:92": {
|
|
23118
|
+
"type": "SLOT"
|
|
23119
|
+
},
|
|
22967
23120
|
"Column": {
|
|
22968
23121
|
"type": "VARIANT",
|
|
22969
23122
|
"variantOptions": [
|
|
@@ -23066,9 +23219,9 @@ const componentSkeleton = {
|
|
|
23066
23219
|
}
|
|
23067
23220
|
}
|
|
23068
23221
|
};
|
|
23069
|
-
const
|
|
23070
|
-
"name": "
|
|
23071
|
-
"key": "
|
|
23222
|
+
const componentSkeletonPreset = {
|
|
23223
|
+
"name": "componentSkeletonPreset",
|
|
23224
|
+
"key": "f59d479beaf5d5d73da2ff8984778a40dd2e65bd",
|
|
23072
23225
|
"componentPropertyDefinitions": {
|
|
23073
23226
|
"Preset (Figma-Only)": {
|
|
23074
23227
|
"type": "VARIANT",
|
|
@@ -23114,9 +23267,9 @@ const componentSlider = {
|
|
|
23114
23267
|
}
|
|
23115
23268
|
}
|
|
23116
23269
|
};
|
|
23117
|
-
const
|
|
23118
|
-
"name": "
|
|
23119
|
-
"key": "
|
|
23270
|
+
const componentSliderField = {
|
|
23271
|
+
"name": "componentSliderField",
|
|
23272
|
+
"key": "a0d06d2084b3ab2d0dc4a9dc23fa3500043dddc4",
|
|
23120
23273
|
"componentPropertyDefinitions": {
|
|
23121
23274
|
"Show Header#40606:8": {
|
|
23122
23275
|
"type": "BOOLEAN"
|
|
@@ -23292,9 +23445,9 @@ const componentTagGroup = {
|
|
|
23292
23445
|
}
|
|
23293
23446
|
}
|
|
23294
23447
|
};
|
|
23295
|
-
const
|
|
23296
|
-
"name": "
|
|
23297
|
-
"key": "
|
|
23448
|
+
const componentTextField = {
|
|
23449
|
+
"name": "componentTextField",
|
|
23450
|
+
"key": "8b134244cb1038a13e6365aa9664a3fcb8b7e352",
|
|
23298
23451
|
"componentPropertyDefinitions": {
|
|
23299
23452
|
"Show Header#40606:8": {
|
|
23300
23453
|
"type": "BOOLEAN"
|
|
@@ -23302,6 +23455,13 @@ const templateTextField = {
|
|
|
23302
23455
|
"Show Footer#40606:9": {
|
|
23303
23456
|
"type": "BOOLEAN"
|
|
23304
23457
|
},
|
|
23458
|
+
"Size": {
|
|
23459
|
+
"type": "VARIANT",
|
|
23460
|
+
"variantOptions": [
|
|
23461
|
+
"Large",
|
|
23462
|
+
"Medium (Desktop Only)"
|
|
23463
|
+
]
|
|
23464
|
+
},
|
|
23305
23465
|
"Variant": {
|
|
23306
23466
|
"type": "VARIANT",
|
|
23307
23467
|
"variantOptions": [
|
|
@@ -23323,24 +23483,6 @@ const templateTextField = {
|
|
|
23323
23483
|
}
|
|
23324
23484
|
}
|
|
23325
23485
|
};
|
|
23326
|
-
const templateTextareaField = {
|
|
23327
|
-
"name": "templateTextareaField",
|
|
23328
|
-
"key": "1e0375ed8a5dc490008d6e0dcc20b812b6e39114",
|
|
23329
|
-
"componentPropertyDefinitions": {
|
|
23330
|
-
"State": {
|
|
23331
|
-
"type": "VARIANT",
|
|
23332
|
-
"variantOptions": [
|
|
23333
|
-
"AI Loading (Figma Only)",
|
|
23334
|
-
"Disabled",
|
|
23335
|
-
"Read Only",
|
|
23336
|
-
"Error Focused",
|
|
23337
|
-
"Error",
|
|
23338
|
-
"Focused",
|
|
23339
|
-
"Enabled"
|
|
23340
|
-
]
|
|
23341
|
-
}
|
|
23342
|
-
}
|
|
23343
|
-
};
|
|
23344
23486
|
const componentToggleButton = {
|
|
23345
23487
|
"name": "componentToggleButton",
|
|
23346
23488
|
"key": "eb1eac49eb281c1029e659821f4091619d0b74e4",
|
|
@@ -23434,9 +23576,9 @@ const componentTopNavigation = {
|
|
|
23434
23576
|
}
|
|
23435
23577
|
}
|
|
23436
23578
|
};
|
|
23437
|
-
const
|
|
23438
|
-
"name": "
|
|
23439
|
-
"key": "
|
|
23579
|
+
const componentTopNavigationPreset = {
|
|
23580
|
+
"name": "componentTopNavigationPreset",
|
|
23581
|
+
"key": "0dd628c49a9e02b1a5f3208a0b870b567cff59a7",
|
|
23440
23582
|
"componentPropertyDefinitions": {
|
|
23441
23583
|
"Action Button#17406:0": {
|
|
23442
23584
|
"type": "BOOLEAN"
|
|
@@ -23552,6 +23694,13 @@ const componentFieldHeader = {
|
|
|
23552
23694
|
"Has Suffix#34796:2": {
|
|
23553
23695
|
"type": "BOOLEAN"
|
|
23554
23696
|
},
|
|
23697
|
+
"Size": {
|
|
23698
|
+
"type": "VARIANT",
|
|
23699
|
+
"variantOptions": [
|
|
23700
|
+
"Large",
|
|
23701
|
+
"Medium (Desktop Only)"
|
|
23702
|
+
]
|
|
23703
|
+
},
|
|
23555
23704
|
"Weight": {
|
|
23556
23705
|
"type": "VARIANT",
|
|
23557
23706
|
"variantOptions": [
|
|
@@ -23604,6 +23753,13 @@ const componentTextInput = {
|
|
|
23604
23753
|
"Has Suffix#32865:68": {
|
|
23605
23754
|
"type": "BOOLEAN"
|
|
23606
23755
|
},
|
|
23756
|
+
"Size": {
|
|
23757
|
+
"type": "VARIANT",
|
|
23758
|
+
"variantOptions": [
|
|
23759
|
+
"Large",
|
|
23760
|
+
"Medium (Desktop Only)"
|
|
23761
|
+
]
|
|
23762
|
+
},
|
|
23607
23763
|
"State": {
|
|
23608
23764
|
"type": "VARIANT",
|
|
23609
23765
|
"variantOptions": [
|
|
@@ -23615,13 +23771,6 @@ const componentTextInput = {
|
|
|
23615
23771
|
"Read Only",
|
|
23616
23772
|
"AI Loading (Figma Only)"
|
|
23617
23773
|
]
|
|
23618
|
-
},
|
|
23619
|
-
"Size": {
|
|
23620
|
-
"type": "VARIANT",
|
|
23621
|
-
"variantOptions": [
|
|
23622
|
-
"Large",
|
|
23623
|
-
"Medium (Desktop Only)"
|
|
23624
|
-
]
|
|
23625
23774
|
}
|
|
23626
23775
|
}
|
|
23627
23776
|
};
|
|
@@ -24052,26 +24201,34 @@ const templateShareSheet = {
|
|
|
24052
24201
|
|
|
24053
24202
|
var FIGMA_COMPONENTS = {
|
|
24054
24203
|
__proto__: null,
|
|
24204
|
+
componentAccordion: componentAccordion,
|
|
24055
24205
|
componentActionButton: componentActionButton,
|
|
24056
24206
|
componentActionButtonGhostButton: componentActionButtonGhostButton,
|
|
24057
24207
|
componentAlertDialog: componentAlertDialog,
|
|
24058
24208
|
componentAndroidNowBarScreen: componentAndroidNowBarScreen,
|
|
24209
|
+
componentAttachmentField: componentAttachmentField,
|
|
24059
24210
|
componentAttachmentInput: componentAttachmentInput,
|
|
24060
24211
|
componentAvatar: componentAvatar,
|
|
24212
|
+
componentAvatarPreset: componentAvatarPreset,
|
|
24061
24213
|
componentAvatarStack: componentAvatarStack,
|
|
24062
24214
|
componentBadge: componentBadge,
|
|
24063
24215
|
componentBottomActionBarFigmaOnly: componentBottomActionBarFigmaOnly,
|
|
24064
24216
|
componentBottomNavigationGlobal: componentBottomNavigationGlobal,
|
|
24065
24217
|
componentBottomNavigationKr: componentBottomNavigationKr,
|
|
24066
24218
|
componentBottomSheet: componentBottomSheet,
|
|
24219
|
+
componentButtonGroup: componentButtonGroup,
|
|
24067
24220
|
componentCallout: componentCallout,
|
|
24068
24221
|
componentCheckbox: componentCheckbox,
|
|
24222
|
+
componentCheckboxField: componentCheckboxField,
|
|
24069
24223
|
componentCheckmark: componentCheckmark,
|
|
24070
24224
|
componentChip: componentChip,
|
|
24225
|
+
componentChipGroup: componentChipGroup,
|
|
24071
24226
|
componentChlid: componentChlid,
|
|
24072
24227
|
componentContextualFloatingButton: componentContextualFloatingButton,
|
|
24073
24228
|
componentDeprecatedActionChip: componentDeprecatedActionChip,
|
|
24074
24229
|
componentDeprecatedActionSheet: componentDeprecatedActionSheet,
|
|
24230
|
+
componentDeprecatedChip: componentDeprecatedChip,
|
|
24231
|
+
componentDeprecatedChipGroup: componentDeprecatedChipGroup,
|
|
24075
24232
|
componentDeprecatedCompletion: componentDeprecatedCompletion,
|
|
24076
24233
|
componentDeprecatedControlChip: componentDeprecatedControlChip,
|
|
24077
24234
|
componentDeprecatedErrorState: componentDeprecatedErrorState,
|
|
@@ -24080,8 +24237,10 @@ var FIGMA_COMPONENTS = {
|
|
|
24080
24237
|
componentDeprecatedSelectBoxGroup: componentDeprecatedSelectBoxGroup,
|
|
24081
24238
|
componentDeprecatedTextField: componentDeprecatedTextField,
|
|
24082
24239
|
componentDerpecatedTopNavigation: componentDerpecatedTopNavigation,
|
|
24240
|
+
componentDisclaimer: componentDisclaimer,
|
|
24083
24241
|
componentDivider: componentDivider,
|
|
24084
24242
|
componentEditorToolbarFigmaOnly: componentEditorToolbarFigmaOnly,
|
|
24243
|
+
componentFieldButton: componentFieldButton,
|
|
24085
24244
|
componentFieldFooter: componentFieldFooter,
|
|
24086
24245
|
componentFieldHeader: componentFieldHeader,
|
|
24087
24246
|
componentFloatingActionButton: componentFloatingActionButton,
|
|
@@ -24099,6 +24258,7 @@ var FIGMA_COMPONENTS = {
|
|
|
24099
24258
|
componentMannerTempBadge: componentMannerTempBadge,
|
|
24100
24259
|
componentMenu: componentMenu,
|
|
24101
24260
|
componentMenuSheet: componentMenuSheet,
|
|
24261
|
+
componentMultilineTextField: componentMultilineTextField,
|
|
24102
24262
|
componentOsBottomIndicatorFigmaOnly: componentOsBottomIndicatorFigmaOnly,
|
|
24103
24263
|
componentOsKeyboardFigmaOnly: componentOsKeyboardFigmaOnly,
|
|
24104
24264
|
componentOsPushScreenFigmaOnly: componentOsPushScreenFigmaOnly,
|
|
@@ -24106,6 +24266,7 @@ var FIGMA_COMPONENTS = {
|
|
|
24106
24266
|
componentPageBanner: componentPageBanner,
|
|
24107
24267
|
componentProgressCircle: componentProgressCircle,
|
|
24108
24268
|
componentRadio: componentRadio,
|
|
24269
|
+
componentRadioField: componentRadioField,
|
|
24109
24270
|
componentRadiomark: componentRadiomark,
|
|
24110
24271
|
componentReactionButton: componentReactionButton,
|
|
24111
24272
|
componentResizableChild: componentResizableChild,
|
|
@@ -24116,6 +24277,7 @@ var FIGMA_COMPONENTS = {
|
|
|
24116
24277
|
componentScrollFog: componentScrollFog,
|
|
24117
24278
|
componentSearchBarFigmaOnly: componentSearchBarFigmaOnly,
|
|
24118
24279
|
componentSegmentedControl: componentSegmentedControl,
|
|
24280
|
+
componentSelectBoxField: componentSelectBoxField,
|
|
24119
24281
|
componentSelectBoxGroup: componentSelectBoxGroup,
|
|
24120
24282
|
componentSelectBoxItemHorizontal: componentSelectBoxItemHorizontal,
|
|
24121
24283
|
componentSelectBoxItemVertical: componentSelectBoxItemVertical,
|
|
@@ -24123,22 +24285,28 @@ var FIGMA_COMPONENTS = {
|
|
|
24123
24285
|
componentSideNavigation: componentSideNavigation,
|
|
24124
24286
|
componentSideNavigationPreset: componentSideNavigationPreset,
|
|
24125
24287
|
componentSkeleton: componentSkeleton,
|
|
24288
|
+
componentSkeletonPreset: componentSkeletonPreset,
|
|
24126
24289
|
componentSlider: componentSlider,
|
|
24290
|
+
componentSliderField: componentSliderField,
|
|
24127
24291
|
componentSnackbar: componentSnackbar,
|
|
24128
24292
|
componentSuperscriptChild: componentSuperscriptChild,
|
|
24129
24293
|
componentSwitch: componentSwitch,
|
|
24130
24294
|
componentSwitchmark: componentSwitchmark,
|
|
24131
24295
|
componentTabs: componentTabs,
|
|
24132
24296
|
componentTagGroup: componentTagGroup,
|
|
24297
|
+
componentTextField: componentTextField,
|
|
24133
24298
|
componentTextInput: componentTextInput,
|
|
24134
24299
|
componentTextarea: componentTextarea,
|
|
24135
24300
|
componentToggleButton: componentToggleButton,
|
|
24136
24301
|
componentTopNavigation: componentTopNavigation,
|
|
24302
|
+
componentTopNavigationPreset: componentTopNavigationPreset,
|
|
24137
24303
|
componentUnderlineTextInput: componentUnderlineTextInput,
|
|
24138
24304
|
componentUserSelectionFigmaOnly: componentUserSelectionFigmaOnly,
|
|
24139
24305
|
privateComponentAlertDialogActions: privateComponentAlertDialogActions,
|
|
24140
24306
|
privateComponentBottomSheetCloseButton: privateComponentBottomSheetCloseButton,
|
|
24141
24307
|
privateComponentBottomSheetHandle: privateComponentBottomSheetHandle,
|
|
24308
|
+
privateComponentChipGroup: privateComponentChipGroup,
|
|
24309
|
+
privateComponentChipGroupField: privateComponentChipGroupField,
|
|
24142
24310
|
privateComponentContentPlaceholder: privateComponentContentPlaceholder,
|
|
24143
24311
|
privateComponentFieldFooterCharacterCount: privateComponentFieldFooterCharacterCount,
|
|
24144
24312
|
privateComponentFieldHeaderIndicator: privateComponentFieldHeaderIndicator,
|
|
@@ -24161,8 +24329,11 @@ var FIGMA_COMPONENTS = {
|
|
|
24161
24329
|
privateComponentMenuSheetCloseButton: privateComponentMenuSheetCloseButton,
|
|
24162
24330
|
privateComponentMenuSheetMenuGroup: privateComponentMenuSheetMenuGroup,
|
|
24163
24331
|
privateComponentMenuSheetMenuItem: privateComponentMenuSheetMenuItem,
|
|
24332
|
+
privateComponentPhoneNumberField: privateComponentPhoneNumberField,
|
|
24333
|
+
privateComponentPinField: privateComponentPinField,
|
|
24164
24334
|
privateComponentRootTopNavigationActionList: privateComponentRootTopNavigationActionList,
|
|
24165
24335
|
privateComponentRootTopNavigationIconButton: privateComponentRootTopNavigationIconButton,
|
|
24336
|
+
privateComponentRootTopNavigationPreset: privateComponentRootTopNavigationPreset,
|
|
24166
24337
|
privateComponentSegmentedControlItem: privateComponentSegmentedControlItem,
|
|
24167
24338
|
privateComponentSelectBoxItemCheckmark: privateComponentSelectBoxItemCheckmark,
|
|
24168
24339
|
privateComponentSidebarMenuItem: privateComponentSidebarMenuItem,
|
|
@@ -24196,32 +24367,12 @@ var FIGMA_COMPONENTS = {
|
|
|
24196
24367
|
privateComponentUnderlineTextInputInputReadOnly: privateComponentUnderlineTextInputInputReadOnly,
|
|
24197
24368
|
privateComponentUnderlineTextInputPrefix: privateComponentUnderlineTextInputPrefix,
|
|
24198
24369
|
privateComponentUnderlineTextInputSuffix: privateComponentUnderlineTextInputSuffix,
|
|
24199
|
-
privateTemplateChipGroup: privateTemplateChipGroup,
|
|
24200
|
-
privateTemplateChipGroupField: privateTemplateChipGroupField,
|
|
24201
|
-
privateTemplatePhoneNumberField: privateTemplatePhoneNumberField,
|
|
24202
|
-
privateTemplatePinField: privateTemplatePinField,
|
|
24203
|
-
privateTemplateRootTopNavigationPreset: privateTemplateRootTopNavigationPreset,
|
|
24204
24370
|
privateTemplateShareSheetMenuGroup: privateTemplateShareSheetMenuGroup,
|
|
24205
24371
|
privateTemplateShareSheetMenuItem: privateTemplateShareSheetMenuItem,
|
|
24206
|
-
templateAttachmentField: templateAttachmentField,
|
|
24207
|
-
templateAvatarPreset: templateAvatarPreset,
|
|
24208
|
-
templateButtonGroup: templateButtonGroup,
|
|
24209
24372
|
templateChatScreenPreset: templateChatScreenPreset,
|
|
24210
|
-
templateCheckboxField: templateCheckboxField,
|
|
24211
|
-
templateChipGroup: templateChipGroup,
|
|
24212
|
-
templateDeprecatedChipGroup: templateDeprecatedChipGroup,
|
|
24213
|
-
templateDisclaimer: templateDisclaimer,
|
|
24214
24373
|
templateEmbedViewType: templateEmbedViewType,
|
|
24215
|
-
templateFieldButton: templateFieldButton,
|
|
24216
|
-
templateRadioField: templateRadioField,
|
|
24217
24374
|
templateResultPage: templateResultPage,
|
|
24218
|
-
|
|
24219
|
-
templateShareSheet: templateShareSheet,
|
|
24220
|
-
templateSkeletonPreset: templateSkeletonPreset,
|
|
24221
|
-
templateSliderField: templateSliderField,
|
|
24222
|
-
templateTextField: templateTextField,
|
|
24223
|
-
templateTextareaField: templateTextareaField,
|
|
24224
|
-
templateTopNavigationPreset: templateTopNavigationPreset
|
|
24375
|
+
templateShareSheet: templateShareSheet
|
|
24225
24376
|
};
|
|
24226
24377
|
|
|
24227
24378
|
// TODO: inferStyleName 추가해야 함, rest api에서 style value가 제공되지 않고 있어 보류
|