@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.cjs
CHANGED
|
@@ -8742,7 +8742,7 @@ const FIGMA_VARIABLES$1 = {
|
|
|
8742
8742
|
}
|
|
8743
8743
|
};
|
|
8744
8744
|
|
|
8745
|
-
const templateButtonGroup
|
|
8745
|
+
const templateButtonGroup = {
|
|
8746
8746
|
"name": "templateButtonGroup",
|
|
8747
8747
|
"key": "29109a34197f2eb5d390b1d9ebba270979a7b302",
|
|
8748
8748
|
"componentPropertyDefinitions": {
|
|
@@ -8769,7 +8769,7 @@ const templateButtonGroup$1 = {
|
|
|
8769
8769
|
}
|
|
8770
8770
|
}
|
|
8771
8771
|
};
|
|
8772
|
-
const templateChipGroup
|
|
8772
|
+
const templateChipGroup = {
|
|
8773
8773
|
"name": "templateChipGroup",
|
|
8774
8774
|
"key": "5b1155aae0f90d1bce6a7499f53a547e88ec3b86",
|
|
8775
8775
|
"componentPropertyDefinitions": {
|
|
@@ -8826,7 +8826,7 @@ const templateCustomPickerField = {
|
|
|
8826
8826
|
}
|
|
8827
8827
|
}
|
|
8828
8828
|
};
|
|
8829
|
-
const templateDisclaimer
|
|
8829
|
+
const templateDisclaimer = {
|
|
8830
8830
|
"name": "templateDisclaimer",
|
|
8831
8831
|
"key": "e08d2594b76c6c0107e34c0071cab8ef844c8998",
|
|
8832
8832
|
"componentPropertyDefinitions": {
|
|
@@ -8861,7 +8861,7 @@ const templateResultPage$1 = {
|
|
|
8861
8861
|
}
|
|
8862
8862
|
}
|
|
8863
8863
|
};
|
|
8864
|
-
const templateSliderField
|
|
8864
|
+
const templateSliderField = {
|
|
8865
8865
|
"name": "templateSliderField",
|
|
8866
8866
|
"key": "7d2b449bcfb28ebf3c509ed76a141511f7d955eb",
|
|
8867
8867
|
"componentPropertyDefinitions": {
|
|
@@ -8883,7 +8883,7 @@ const templateSliderField$1 = {
|
|
|
8883
8883
|
}
|
|
8884
8884
|
}
|
|
8885
8885
|
};
|
|
8886
|
-
const templateTextField
|
|
8886
|
+
const templateTextField = {
|
|
8887
8887
|
"name": "templateTextField",
|
|
8888
8888
|
"key": "0a83a0ff9d18d98a14536b21aa5411622f9f0c05",
|
|
8889
8889
|
"componentPropertyDefinitions": {
|
|
@@ -8914,7 +8914,7 @@ const templateTextField$1 = {
|
|
|
8914
8914
|
}
|
|
8915
8915
|
}
|
|
8916
8916
|
};
|
|
8917
|
-
const templateTextareaField
|
|
8917
|
+
const templateTextareaField = {
|
|
8918
8918
|
"name": "templateTextareaField",
|
|
8919
8919
|
"key": "cdc688eccd78b947289e8089a620bdc494f6c809",
|
|
8920
8920
|
"componentPropertyDefinitions": {
|
|
@@ -10809,14 +10809,14 @@ var FIGMA_COMPONENTS_ARCHIVE = {
|
|
|
10809
10809
|
switchmark: switchmark,
|
|
10810
10810
|
tabs: tabs,
|
|
10811
10811
|
tagGroup: tagGroup,
|
|
10812
|
-
templateButtonGroup: templateButtonGroup
|
|
10813
|
-
templateChipGroup: templateChipGroup
|
|
10812
|
+
templateButtonGroup: templateButtonGroup,
|
|
10813
|
+
templateChipGroup: templateChipGroup,
|
|
10814
10814
|
templateCustomPickerField: templateCustomPickerField,
|
|
10815
|
-
templateDisclaimer: templateDisclaimer
|
|
10815
|
+
templateDisclaimer: templateDisclaimer,
|
|
10816
10816
|
templateResultPage: templateResultPage$1,
|
|
10817
|
-
templateSliderField: templateSliderField
|
|
10818
|
-
templateTextField: templateTextField
|
|
10819
|
-
templateTextareaField: templateTextareaField
|
|
10817
|
+
templateSliderField: templateSliderField,
|
|
10818
|
+
templateTextField: templateTextField,
|
|
10819
|
+
templateTextareaField: templateTextareaField,
|
|
10820
10820
|
templateTopNavigation: templateTopNavigation,
|
|
10821
10821
|
toggleButton: toggleButton,
|
|
10822
10822
|
topNavigation: topNavigation
|
|
@@ -19383,9 +19383,9 @@ const FIGMA_VARIABLES = {
|
|
|
19383
19383
|
}
|
|
19384
19384
|
};
|
|
19385
19385
|
|
|
19386
|
-
const
|
|
19387
|
-
"name": "
|
|
19388
|
-
"key": "
|
|
19386
|
+
const privateComponentChipGroupField = {
|
|
19387
|
+
"name": "privateComponentChipGroupField",
|
|
19388
|
+
"key": "3b202396b4eb4486b5f2181c97d6576ebae94250",
|
|
19389
19389
|
"componentPropertyDefinitions": {
|
|
19390
19390
|
"Show Header#40606:8": {
|
|
19391
19391
|
"type": "BOOLEAN"
|
|
@@ -19404,9 +19404,9 @@ const privateTemplateChipGroupField = {
|
|
|
19404
19404
|
}
|
|
19405
19405
|
}
|
|
19406
19406
|
};
|
|
19407
|
-
const
|
|
19408
|
-
"name": "
|
|
19409
|
-
"key": "
|
|
19407
|
+
const privateComponentPhoneNumberField = {
|
|
19408
|
+
"name": "privateComponentPhoneNumberField",
|
|
19409
|
+
"key": "1aa9cf6ca847087540f16568c9ca86a07fafaf9b",
|
|
19410
19410
|
"componentPropertyDefinitions": {
|
|
19411
19411
|
"Show Header#40606:8": {
|
|
19412
19412
|
"type": "BOOLEAN"
|
|
@@ -19433,9 +19433,9 @@ const privateTemplatePhoneNumberField = {
|
|
|
19433
19433
|
}
|
|
19434
19434
|
}
|
|
19435
19435
|
};
|
|
19436
|
-
const
|
|
19437
|
-
"name": "
|
|
19438
|
-
"key": "
|
|
19436
|
+
const privateComponentPinField = {
|
|
19437
|
+
"name": "privateComponentPinField",
|
|
19438
|
+
"key": "7e11c6342399819db16b85e947c6d1aae4e8a442",
|
|
19439
19439
|
"componentPropertyDefinitions": {
|
|
19440
19440
|
"Show Header#40606:8": {
|
|
19441
19441
|
"type": "BOOLEAN"
|
|
@@ -19499,10 +19499,13 @@ const privateComponentBottomSheetHandle = {
|
|
|
19499
19499
|
}
|
|
19500
19500
|
}
|
|
19501
19501
|
};
|
|
19502
|
-
const
|
|
19503
|
-
"name": "
|
|
19504
|
-
"key": "
|
|
19502
|
+
const privateComponentChipGroup = {
|
|
19503
|
+
"name": "privateComponentChipGroup",
|
|
19504
|
+
"key": "3838d772ac3c7504d976b2f386ce521efe69d08f",
|
|
19505
19505
|
"componentPropertyDefinitions": {
|
|
19506
|
+
"Chip Group#12261:81": {
|
|
19507
|
+
"type": "SLOT"
|
|
19508
|
+
},
|
|
19506
19509
|
"Layout": {
|
|
19507
19510
|
"type": "VARIANT",
|
|
19508
19511
|
"variantOptions": [
|
|
@@ -20090,9 +20093,9 @@ const privateComponentRootTopNavigationIconButton = {
|
|
|
20090
20093
|
}
|
|
20091
20094
|
}
|
|
20092
20095
|
};
|
|
20093
|
-
const
|
|
20094
|
-
"name": "
|
|
20095
|
-
"key": "
|
|
20096
|
+
const privateComponentRootTopNavigationPreset = {
|
|
20097
|
+
"name": "privateComponentRootTopNavigationPreset",
|
|
20098
|
+
"key": "26e1de69cbbed91a577b0c962a92ebab2621bf5f",
|
|
20096
20099
|
"componentPropertyDefinitions": {
|
|
20097
20100
|
"Tab": {
|
|
20098
20101
|
"type": "VARIANT",
|
|
@@ -20443,8 +20446,8 @@ const privateComponentTabsChip = {
|
|
|
20443
20446
|
"name": "privateComponentTabsChip",
|
|
20444
20447
|
"key": "16bd9efbd95f4b5fa3dfe31c2e1acf4e8a88f6a5",
|
|
20445
20448
|
"componentPropertyDefinitions": {
|
|
20446
|
-
"
|
|
20447
|
-
"type": "
|
|
20449
|
+
"Container#12286:101": {
|
|
20450
|
+
"type": "SLOT"
|
|
20448
20451
|
},
|
|
20449
20452
|
"Size": {
|
|
20450
20453
|
"type": "VARIANT",
|
|
@@ -20466,8 +20469,8 @@ const privateComponentTabsLine = {
|
|
|
20466
20469
|
"name": "privateComponentTabsLine",
|
|
20467
20470
|
"key": "e5bf0d2582100280b410415b9d8742202edbb45c",
|
|
20468
20471
|
"componentPropertyDefinitions": {
|
|
20469
|
-
"
|
|
20470
|
-
"type": "
|
|
20472
|
+
"Container#12286:96": {
|
|
20473
|
+
"type": "SLOT"
|
|
20471
20474
|
},
|
|
20472
20475
|
"Size": {
|
|
20473
20476
|
"type": "VARIANT",
|
|
@@ -21038,9 +21041,67 @@ const componentDeprecatedActionSheet = {
|
|
|
21038
21041
|
}
|
|
21039
21042
|
}
|
|
21040
21043
|
};
|
|
21041
|
-
const
|
|
21042
|
-
"name": "
|
|
21043
|
-
"key": "
|
|
21044
|
+
const componentDeprecatedChip = {
|
|
21045
|
+
"name": "componentDeprecatedChip",
|
|
21046
|
+
"key": "c947a926605cfd181998ddbb46554da84eebaab2",
|
|
21047
|
+
"componentPropertyDefinitions": {
|
|
21048
|
+
"Label#7185:0": {
|
|
21049
|
+
"type": "TEXT"
|
|
21050
|
+
},
|
|
21051
|
+
"Prefix Icon#8722:0": {
|
|
21052
|
+
"type": "INSTANCE_SWAP"
|
|
21053
|
+
},
|
|
21054
|
+
"Suffix Type#32538:0": {
|
|
21055
|
+
"type": "INSTANCE_SWAP"
|
|
21056
|
+
},
|
|
21057
|
+
"Has Suffix#32538:181": {
|
|
21058
|
+
"type": "BOOLEAN"
|
|
21059
|
+
},
|
|
21060
|
+
"Variant": {
|
|
21061
|
+
"type": "VARIANT",
|
|
21062
|
+
"variantOptions": [
|
|
21063
|
+
"Solid",
|
|
21064
|
+
"Outline Strong",
|
|
21065
|
+
"Outline Weak"
|
|
21066
|
+
]
|
|
21067
|
+
},
|
|
21068
|
+
"Size": {
|
|
21069
|
+
"type": "VARIANT",
|
|
21070
|
+
"variantOptions": [
|
|
21071
|
+
"Large",
|
|
21072
|
+
"Medium",
|
|
21073
|
+
"Small"
|
|
21074
|
+
]
|
|
21075
|
+
},
|
|
21076
|
+
"Selected": {
|
|
21077
|
+
"type": "VARIANT",
|
|
21078
|
+
"variantOptions": [
|
|
21079
|
+
"False",
|
|
21080
|
+
"True"
|
|
21081
|
+
]
|
|
21082
|
+
},
|
|
21083
|
+
"State": {
|
|
21084
|
+
"type": "VARIANT",
|
|
21085
|
+
"variantOptions": [
|
|
21086
|
+
"Enabled",
|
|
21087
|
+
"Pressed",
|
|
21088
|
+
"Disabled"
|
|
21089
|
+
]
|
|
21090
|
+
},
|
|
21091
|
+
"Prefix Type": {
|
|
21092
|
+
"type": "VARIANT",
|
|
21093
|
+
"variantOptions": [
|
|
21094
|
+
"None",
|
|
21095
|
+
"Icon",
|
|
21096
|
+
"Avatar",
|
|
21097
|
+
"Image"
|
|
21098
|
+
]
|
|
21099
|
+
}
|
|
21100
|
+
}
|
|
21101
|
+
};
|
|
21102
|
+
const componentDeprecatedChipGroup = {
|
|
21103
|
+
"name": "componentDeprecatedChipGroup",
|
|
21104
|
+
"key": "0f2bfd4ee01f2bce58ebd7f4cc9332d0420e50fd",
|
|
21044
21105
|
"componentPropertyDefinitions": {
|
|
21045
21106
|
"Refresh Button#15888:2": {
|
|
21046
21107
|
"type": "BOOLEAN"
|
|
@@ -21430,6 +21491,29 @@ const componentDerpecatedTopNavigation = {
|
|
|
21430
21491
|
}
|
|
21431
21492
|
}
|
|
21432
21493
|
};
|
|
21494
|
+
const componentAccordion = {
|
|
21495
|
+
"name": "componentAccordion",
|
|
21496
|
+
"key": "0686a42b92941f42561f73e95ecff0699b86e3a9",
|
|
21497
|
+
"componentPropertyDefinitions": {
|
|
21498
|
+
"Accordion Group#10588:0": {
|
|
21499
|
+
"type": "SLOT"
|
|
21500
|
+
},
|
|
21501
|
+
"Size": {
|
|
21502
|
+
"type": "VARIANT",
|
|
21503
|
+
"variantOptions": [
|
|
21504
|
+
"Medium",
|
|
21505
|
+
"Large (Desktop)"
|
|
21506
|
+
]
|
|
21507
|
+
},
|
|
21508
|
+
"Variants": {
|
|
21509
|
+
"type": "VARIANT",
|
|
21510
|
+
"variantOptions": [
|
|
21511
|
+
"Inline",
|
|
21512
|
+
"Separated"
|
|
21513
|
+
]
|
|
21514
|
+
}
|
|
21515
|
+
}
|
|
21516
|
+
};
|
|
21433
21517
|
const componentActionButton = {
|
|
21434
21518
|
"name": "componentActionButton",
|
|
21435
21519
|
"key": "cd70496145efd7f5ffdb5413fb4db8e918561ffa",
|
|
@@ -21526,10 +21610,16 @@ const componentAndroidNowBarScreen = {
|
|
|
21526
21610
|
}
|
|
21527
21611
|
}
|
|
21528
21612
|
};
|
|
21529
|
-
const
|
|
21530
|
-
"name": "
|
|
21531
|
-
"key": "
|
|
21613
|
+
const componentAttachmentField = {
|
|
21614
|
+
"name": "componentAttachmentField",
|
|
21615
|
+
"key": "7a1711f401793fb33ca9ceb599916a7440ef60b4",
|
|
21532
21616
|
"componentPropertyDefinitions": {
|
|
21617
|
+
"Show Header#11576:30": {
|
|
21618
|
+
"type": "BOOLEAN"
|
|
21619
|
+
},
|
|
21620
|
+
"Show Footer#11576:47": {
|
|
21621
|
+
"type": "BOOLEAN"
|
|
21622
|
+
},
|
|
21533
21623
|
"Type": {
|
|
21534
21624
|
"type": "VARIANT",
|
|
21535
21625
|
"variantOptions": [
|
|
@@ -21588,9 +21678,9 @@ const componentAvatar = {
|
|
|
21588
21678
|
}
|
|
21589
21679
|
}
|
|
21590
21680
|
};
|
|
21591
|
-
const
|
|
21592
|
-
"name": "
|
|
21593
|
-
"key": "
|
|
21681
|
+
const componentAvatarPreset = {
|
|
21682
|
+
"name": "componentAvatarPreset",
|
|
21683
|
+
"key": "539a0546169fb966bed1b07aa98db4b070206fc1",
|
|
21594
21684
|
"componentPropertyDefinitions": {
|
|
21595
21685
|
"Image": {
|
|
21596
21686
|
"type": "VARIANT",
|
|
@@ -21756,9 +21846,9 @@ const componentBottomSheet = {
|
|
|
21756
21846
|
}
|
|
21757
21847
|
}
|
|
21758
21848
|
};
|
|
21759
|
-
const
|
|
21760
|
-
"name": "
|
|
21761
|
-
"key": "
|
|
21849
|
+
const componentButtonGroup = {
|
|
21850
|
+
"name": "componentButtonGroup",
|
|
21851
|
+
"key": "2acf5a3240876b2b82e3e42f267856b8582c07f6",
|
|
21762
21852
|
"componentPropertyDefinitions": {
|
|
21763
21853
|
"Size": {
|
|
21764
21854
|
"type": "VARIANT",
|
|
@@ -21906,10 +21996,13 @@ const componentCheckbox = {
|
|
|
21906
21996
|
}
|
|
21907
21997
|
}
|
|
21908
21998
|
};
|
|
21909
|
-
const
|
|
21910
|
-
"name": "
|
|
21911
|
-
"key": "
|
|
21999
|
+
const componentCheckboxField = {
|
|
22000
|
+
"name": "componentCheckboxField",
|
|
22001
|
+
"key": "c157db7fe8d812716f2ed3f520b8bacfb9fb8416",
|
|
21912
22002
|
"componentPropertyDefinitions": {
|
|
22003
|
+
"Checkbox Group#12261:0": {
|
|
22004
|
+
"type": "SLOT"
|
|
22005
|
+
},
|
|
21913
22006
|
"Show Header#40606:8": {
|
|
21914
22007
|
"type": "BOOLEAN"
|
|
21915
22008
|
},
|
|
@@ -21972,27 +22065,34 @@ const componentCheckmark = {
|
|
|
21972
22065
|
};
|
|
21973
22066
|
const componentChip = {
|
|
21974
22067
|
"name": "componentChip",
|
|
21975
|
-
"key": "
|
|
22068
|
+
"key": "f23dfd7f48dd6fc6fbbdae95a091fd7a06a942e1",
|
|
21976
22069
|
"componentPropertyDefinitions": {
|
|
21977
|
-
"
|
|
21978
|
-
"type": "
|
|
22070
|
+
"Has Prefix#9822:0": {
|
|
22071
|
+
"type": "BOOLEAN"
|
|
21979
22072
|
},
|
|
21980
|
-
"Prefix
|
|
22073
|
+
"Prefix Type#9965:0": {
|
|
21981
22074
|
"type": "INSTANCE_SWAP"
|
|
21982
22075
|
},
|
|
21983
|
-
"Suffix Type#
|
|
22076
|
+
"Suffix Type#9965:109": {
|
|
21984
22077
|
"type": "INSTANCE_SWAP"
|
|
21985
22078
|
},
|
|
21986
|
-
"
|
|
22079
|
+
"Suffix Type Small#9981:218": {
|
|
22080
|
+
"type": "INSTANCE_SWAP"
|
|
22081
|
+
},
|
|
22082
|
+
"Prefix Type Small#9981:327": {
|
|
22083
|
+
"type": "INSTANCE_SWAP"
|
|
22084
|
+
},
|
|
22085
|
+
"Icon#10111:0": {
|
|
22086
|
+
"type": "INSTANCE_SWAP"
|
|
22087
|
+
},
|
|
22088
|
+
"Has Notification#10111:109": {
|
|
21987
22089
|
"type": "BOOLEAN"
|
|
21988
22090
|
},
|
|
21989
|
-
"
|
|
21990
|
-
"type": "
|
|
21991
|
-
|
|
21992
|
-
|
|
21993
|
-
|
|
21994
|
-
"Outline Weak"
|
|
21995
|
-
]
|
|
22091
|
+
"Label#12217:0": {
|
|
22092
|
+
"type": "TEXT"
|
|
22093
|
+
},
|
|
22094
|
+
"Has Suffix#32538:181": {
|
|
22095
|
+
"type": "BOOLEAN"
|
|
21996
22096
|
},
|
|
21997
22097
|
"Size": {
|
|
21998
22098
|
"type": "VARIANT",
|
|
@@ -22002,6 +22102,21 @@ const componentChip = {
|
|
|
22002
22102
|
"Small"
|
|
22003
22103
|
]
|
|
22004
22104
|
},
|
|
22105
|
+
"Layout": {
|
|
22106
|
+
"type": "VARIANT",
|
|
22107
|
+
"variantOptions": [
|
|
22108
|
+
"With Text",
|
|
22109
|
+
"Icon Only"
|
|
22110
|
+
]
|
|
22111
|
+
},
|
|
22112
|
+
"Variant": {
|
|
22113
|
+
"type": "VARIANT",
|
|
22114
|
+
"variantOptions": [
|
|
22115
|
+
"Solid",
|
|
22116
|
+
"Outline Strong",
|
|
22117
|
+
"Outline Weak"
|
|
22118
|
+
]
|
|
22119
|
+
},
|
|
22005
22120
|
"Selected": {
|
|
22006
22121
|
"type": "VARIANT",
|
|
22007
22122
|
"variantOptions": [
|
|
@@ -22016,22 +22131,16 @@ const componentChip = {
|
|
|
22016
22131
|
"Pressed",
|
|
22017
22132
|
"Disabled"
|
|
22018
22133
|
]
|
|
22019
|
-
},
|
|
22020
|
-
"Prefix Type": {
|
|
22021
|
-
"type": "VARIANT",
|
|
22022
|
-
"variantOptions": [
|
|
22023
|
-
"None",
|
|
22024
|
-
"Icon",
|
|
22025
|
-
"Avatar",
|
|
22026
|
-
"Image"
|
|
22027
|
-
]
|
|
22028
22134
|
}
|
|
22029
22135
|
}
|
|
22030
22136
|
};
|
|
22031
|
-
const
|
|
22032
|
-
"name": "
|
|
22033
|
-
"key": "
|
|
22137
|
+
const componentChipGroup = {
|
|
22138
|
+
"name": "componentChipGroup",
|
|
22139
|
+
"key": "dbef4539572f056c6a90c332299d9b9febd212de",
|
|
22034
22140
|
"componentPropertyDefinitions": {
|
|
22141
|
+
"Chip Group#12261:62": {
|
|
22142
|
+
"type": "SLOT"
|
|
22143
|
+
},
|
|
22035
22144
|
"Variant": {
|
|
22036
22145
|
"type": "VARIANT",
|
|
22037
22146
|
"variantOptions": [
|
|
@@ -22109,9 +22218,9 @@ const componentContextualFloatingButton = {
|
|
|
22109
22218
|
}
|
|
22110
22219
|
}
|
|
22111
22220
|
};
|
|
22112
|
-
const
|
|
22113
|
-
"name": "
|
|
22114
|
-
"key": "
|
|
22221
|
+
const componentDisclaimer = {
|
|
22222
|
+
"name": "componentDisclaimer",
|
|
22223
|
+
"key": "9532514879fc59d5b221b8cc4b85a569ed15d265",
|
|
22115
22224
|
"componentPropertyDefinitions": {
|
|
22116
22225
|
"Show Title#54910:2": {
|
|
22117
22226
|
"type": "BOOLEAN"
|
|
@@ -22169,9 +22278,9 @@ const componentEditorToolbarFigmaOnly = {
|
|
|
22169
22278
|
}
|
|
22170
22279
|
}
|
|
22171
22280
|
};
|
|
22172
|
-
const
|
|
22173
|
-
"name": "
|
|
22174
|
-
"key": "
|
|
22281
|
+
const componentFieldButton = {
|
|
22282
|
+
"name": "componentFieldButton",
|
|
22283
|
+
"key": "a9f6a5ee2d52881b87e22ef1a18fac67e92558f4",
|
|
22175
22284
|
"componentPropertyDefinitions": {
|
|
22176
22285
|
"Show Header#40606:8": {
|
|
22177
22286
|
"type": "BOOLEAN"
|
|
@@ -22179,6 +22288,13 @@ const templateFieldButton = {
|
|
|
22179
22288
|
"Show Footer#40606:9": {
|
|
22180
22289
|
"type": "BOOLEAN"
|
|
22181
22290
|
},
|
|
22291
|
+
"Size": {
|
|
22292
|
+
"type": "VARIANT",
|
|
22293
|
+
"variantOptions": [
|
|
22294
|
+
"Large",
|
|
22295
|
+
"Medium (Desktop Only)"
|
|
22296
|
+
]
|
|
22297
|
+
},
|
|
22182
22298
|
"State": {
|
|
22183
22299
|
"type": "VARIANT",
|
|
22184
22300
|
"variantOptions": [
|
|
@@ -22534,6 +22650,37 @@ const componentMenuSheet = {
|
|
|
22534
22650
|
}
|
|
22535
22651
|
}
|
|
22536
22652
|
};
|
|
22653
|
+
const componentMultilineTextField = {
|
|
22654
|
+
"name": "componentMultilineTextField",
|
|
22655
|
+
"key": "e1b7b5bfa5ff6a633cecc5110b958520a9e79ddf",
|
|
22656
|
+
"componentPropertyDefinitions": {
|
|
22657
|
+
"Show Header#11576:0": {
|
|
22658
|
+
"type": "BOOLEAN"
|
|
22659
|
+
},
|
|
22660
|
+
"Show Footer#11576:15": {
|
|
22661
|
+
"type": "BOOLEAN"
|
|
22662
|
+
},
|
|
22663
|
+
"Size": {
|
|
22664
|
+
"type": "VARIANT",
|
|
22665
|
+
"variantOptions": [
|
|
22666
|
+
"Large",
|
|
22667
|
+
"Medium (Desktop Only)"
|
|
22668
|
+
]
|
|
22669
|
+
},
|
|
22670
|
+
"State": {
|
|
22671
|
+
"type": "VARIANT",
|
|
22672
|
+
"variantOptions": [
|
|
22673
|
+
"AI Loading (Figma Only)",
|
|
22674
|
+
"Disabled",
|
|
22675
|
+
"Read Only",
|
|
22676
|
+
"Error Focused",
|
|
22677
|
+
"Error",
|
|
22678
|
+
"Focused",
|
|
22679
|
+
"Enabled"
|
|
22680
|
+
]
|
|
22681
|
+
}
|
|
22682
|
+
}
|
|
22683
|
+
};
|
|
22537
22684
|
const componentOsBottomIndicatorFigmaOnly = {
|
|
22538
22685
|
"name": "componentOsBottomIndicatorFigmaOnly",
|
|
22539
22686
|
"key": "291fcfece0247fd59a6ef14312347267523a5152",
|
|
@@ -22725,10 +22872,13 @@ const componentRadio = {
|
|
|
22725
22872
|
}
|
|
22726
22873
|
}
|
|
22727
22874
|
};
|
|
22728
|
-
const
|
|
22729
|
-
"name": "
|
|
22730
|
-
"key": "
|
|
22875
|
+
const componentRadioField = {
|
|
22876
|
+
"name": "componentRadioField",
|
|
22877
|
+
"key": "7a1c06315434813d0c4256366e2f478954cd6f14",
|
|
22731
22878
|
"componentPropertyDefinitions": {
|
|
22879
|
+
"Radio Group#12285:87": {
|
|
22880
|
+
"type": "SLOT"
|
|
22881
|
+
},
|
|
22732
22882
|
"Show Header#40606:8": {
|
|
22733
22883
|
"type": "BOOLEAN"
|
|
22734
22884
|
},
|
|
@@ -22958,9 +23108,9 @@ const componentSegmentedControl = {
|
|
|
22958
23108
|
}
|
|
22959
23109
|
}
|
|
22960
23110
|
};
|
|
22961
|
-
const
|
|
22962
|
-
"name": "
|
|
22963
|
-
"key": "
|
|
23111
|
+
const componentSelectBoxField = {
|
|
23112
|
+
"name": "componentSelectBoxField",
|
|
23113
|
+
"key": "a4202b1d4bbb185f25f937dd6a71cfc580e58cb5",
|
|
22964
23114
|
"componentPropertyDefinitions": {
|
|
22965
23115
|
"Show Header#40606:8": {
|
|
22966
23116
|
"type": "BOOLEAN"
|
|
@@ -22983,6 +23133,9 @@ const componentSelectBoxGroup = {
|
|
|
22983
23133
|
"name": "componentSelectBoxGroup",
|
|
22984
23134
|
"key": "cbf6ddeb6d6f889e983399291ec8b60ee3390177",
|
|
22985
23135
|
"componentPropertyDefinitions": {
|
|
23136
|
+
"Select Box Group#12285:92": {
|
|
23137
|
+
"type": "SLOT"
|
|
23138
|
+
},
|
|
22986
23139
|
"Column": {
|
|
22987
23140
|
"type": "VARIANT",
|
|
22988
23141
|
"variantOptions": [
|
|
@@ -23085,9 +23238,9 @@ const componentSkeleton = {
|
|
|
23085
23238
|
}
|
|
23086
23239
|
}
|
|
23087
23240
|
};
|
|
23088
|
-
const
|
|
23089
|
-
"name": "
|
|
23090
|
-
"key": "
|
|
23241
|
+
const componentSkeletonPreset = {
|
|
23242
|
+
"name": "componentSkeletonPreset",
|
|
23243
|
+
"key": "f59d479beaf5d5d73da2ff8984778a40dd2e65bd",
|
|
23091
23244
|
"componentPropertyDefinitions": {
|
|
23092
23245
|
"Preset (Figma-Only)": {
|
|
23093
23246
|
"type": "VARIANT",
|
|
@@ -23133,9 +23286,9 @@ const componentSlider = {
|
|
|
23133
23286
|
}
|
|
23134
23287
|
}
|
|
23135
23288
|
};
|
|
23136
|
-
const
|
|
23137
|
-
"name": "
|
|
23138
|
-
"key": "
|
|
23289
|
+
const componentSliderField = {
|
|
23290
|
+
"name": "componentSliderField",
|
|
23291
|
+
"key": "a0d06d2084b3ab2d0dc4a9dc23fa3500043dddc4",
|
|
23139
23292
|
"componentPropertyDefinitions": {
|
|
23140
23293
|
"Show Header#40606:8": {
|
|
23141
23294
|
"type": "BOOLEAN"
|
|
@@ -23311,9 +23464,9 @@ const componentTagGroup = {
|
|
|
23311
23464
|
}
|
|
23312
23465
|
}
|
|
23313
23466
|
};
|
|
23314
|
-
const
|
|
23315
|
-
"name": "
|
|
23316
|
-
"key": "
|
|
23467
|
+
const componentTextField = {
|
|
23468
|
+
"name": "componentTextField",
|
|
23469
|
+
"key": "8b134244cb1038a13e6365aa9664a3fcb8b7e352",
|
|
23317
23470
|
"componentPropertyDefinitions": {
|
|
23318
23471
|
"Show Header#40606:8": {
|
|
23319
23472
|
"type": "BOOLEAN"
|
|
@@ -23321,6 +23474,13 @@ const templateTextField = {
|
|
|
23321
23474
|
"Show Footer#40606:9": {
|
|
23322
23475
|
"type": "BOOLEAN"
|
|
23323
23476
|
},
|
|
23477
|
+
"Size": {
|
|
23478
|
+
"type": "VARIANT",
|
|
23479
|
+
"variantOptions": [
|
|
23480
|
+
"Large",
|
|
23481
|
+
"Medium (Desktop Only)"
|
|
23482
|
+
]
|
|
23483
|
+
},
|
|
23324
23484
|
"Variant": {
|
|
23325
23485
|
"type": "VARIANT",
|
|
23326
23486
|
"variantOptions": [
|
|
@@ -23342,24 +23502,6 @@ const templateTextField = {
|
|
|
23342
23502
|
}
|
|
23343
23503
|
}
|
|
23344
23504
|
};
|
|
23345
|
-
const templateTextareaField = {
|
|
23346
|
-
"name": "templateTextareaField",
|
|
23347
|
-
"key": "1e0375ed8a5dc490008d6e0dcc20b812b6e39114",
|
|
23348
|
-
"componentPropertyDefinitions": {
|
|
23349
|
-
"State": {
|
|
23350
|
-
"type": "VARIANT",
|
|
23351
|
-
"variantOptions": [
|
|
23352
|
-
"AI Loading (Figma Only)",
|
|
23353
|
-
"Disabled",
|
|
23354
|
-
"Read Only",
|
|
23355
|
-
"Error Focused",
|
|
23356
|
-
"Error",
|
|
23357
|
-
"Focused",
|
|
23358
|
-
"Enabled"
|
|
23359
|
-
]
|
|
23360
|
-
}
|
|
23361
|
-
}
|
|
23362
|
-
};
|
|
23363
23505
|
const componentToggleButton = {
|
|
23364
23506
|
"name": "componentToggleButton",
|
|
23365
23507
|
"key": "eb1eac49eb281c1029e659821f4091619d0b74e4",
|
|
@@ -23453,9 +23595,9 @@ const componentTopNavigation = {
|
|
|
23453
23595
|
}
|
|
23454
23596
|
}
|
|
23455
23597
|
};
|
|
23456
|
-
const
|
|
23457
|
-
"name": "
|
|
23458
|
-
"key": "
|
|
23598
|
+
const componentTopNavigationPreset = {
|
|
23599
|
+
"name": "componentTopNavigationPreset",
|
|
23600
|
+
"key": "0dd628c49a9e02b1a5f3208a0b870b567cff59a7",
|
|
23459
23601
|
"componentPropertyDefinitions": {
|
|
23460
23602
|
"Action Button#17406:0": {
|
|
23461
23603
|
"type": "BOOLEAN"
|
|
@@ -23571,6 +23713,13 @@ const componentFieldHeader = {
|
|
|
23571
23713
|
"Has Suffix#34796:2": {
|
|
23572
23714
|
"type": "BOOLEAN"
|
|
23573
23715
|
},
|
|
23716
|
+
"Size": {
|
|
23717
|
+
"type": "VARIANT",
|
|
23718
|
+
"variantOptions": [
|
|
23719
|
+
"Large",
|
|
23720
|
+
"Medium (Desktop Only)"
|
|
23721
|
+
]
|
|
23722
|
+
},
|
|
23574
23723
|
"Weight": {
|
|
23575
23724
|
"type": "VARIANT",
|
|
23576
23725
|
"variantOptions": [
|
|
@@ -23623,6 +23772,13 @@ const componentTextInput = {
|
|
|
23623
23772
|
"Has Suffix#32865:68": {
|
|
23624
23773
|
"type": "BOOLEAN"
|
|
23625
23774
|
},
|
|
23775
|
+
"Size": {
|
|
23776
|
+
"type": "VARIANT",
|
|
23777
|
+
"variantOptions": [
|
|
23778
|
+
"Large",
|
|
23779
|
+
"Medium (Desktop Only)"
|
|
23780
|
+
]
|
|
23781
|
+
},
|
|
23626
23782
|
"State": {
|
|
23627
23783
|
"type": "VARIANT",
|
|
23628
23784
|
"variantOptions": [
|
|
@@ -23634,13 +23790,6 @@ const componentTextInput = {
|
|
|
23634
23790
|
"Read Only",
|
|
23635
23791
|
"AI Loading (Figma Only)"
|
|
23636
23792
|
]
|
|
23637
|
-
},
|
|
23638
|
-
"Size": {
|
|
23639
|
-
"type": "VARIANT",
|
|
23640
|
-
"variantOptions": [
|
|
23641
|
-
"Large",
|
|
23642
|
-
"Medium (Desktop Only)"
|
|
23643
|
-
]
|
|
23644
23793
|
}
|
|
23645
23794
|
}
|
|
23646
23795
|
};
|
|
@@ -24071,26 +24220,34 @@ const templateShareSheet = {
|
|
|
24071
24220
|
|
|
24072
24221
|
var FIGMA_COMPONENTS = {
|
|
24073
24222
|
__proto__: null,
|
|
24223
|
+
componentAccordion: componentAccordion,
|
|
24074
24224
|
componentActionButton: componentActionButton,
|
|
24075
24225
|
componentActionButtonGhostButton: componentActionButtonGhostButton,
|
|
24076
24226
|
componentAlertDialog: componentAlertDialog,
|
|
24077
24227
|
componentAndroidNowBarScreen: componentAndroidNowBarScreen,
|
|
24228
|
+
componentAttachmentField: componentAttachmentField,
|
|
24078
24229
|
componentAttachmentInput: componentAttachmentInput,
|
|
24079
24230
|
componentAvatar: componentAvatar,
|
|
24231
|
+
componentAvatarPreset: componentAvatarPreset,
|
|
24080
24232
|
componentAvatarStack: componentAvatarStack,
|
|
24081
24233
|
componentBadge: componentBadge,
|
|
24082
24234
|
componentBottomActionBarFigmaOnly: componentBottomActionBarFigmaOnly,
|
|
24083
24235
|
componentBottomNavigationGlobal: componentBottomNavigationGlobal,
|
|
24084
24236
|
componentBottomNavigationKr: componentBottomNavigationKr,
|
|
24085
24237
|
componentBottomSheet: componentBottomSheet,
|
|
24238
|
+
componentButtonGroup: componentButtonGroup,
|
|
24086
24239
|
componentCallout: componentCallout,
|
|
24087
24240
|
componentCheckbox: componentCheckbox,
|
|
24241
|
+
componentCheckboxField: componentCheckboxField,
|
|
24088
24242
|
componentCheckmark: componentCheckmark,
|
|
24089
24243
|
componentChip: componentChip,
|
|
24244
|
+
componentChipGroup: componentChipGroup,
|
|
24090
24245
|
componentChlid: componentChlid,
|
|
24091
24246
|
componentContextualFloatingButton: componentContextualFloatingButton,
|
|
24092
24247
|
componentDeprecatedActionChip: componentDeprecatedActionChip,
|
|
24093
24248
|
componentDeprecatedActionSheet: componentDeprecatedActionSheet,
|
|
24249
|
+
componentDeprecatedChip: componentDeprecatedChip,
|
|
24250
|
+
componentDeprecatedChipGroup: componentDeprecatedChipGroup,
|
|
24094
24251
|
componentDeprecatedCompletion: componentDeprecatedCompletion,
|
|
24095
24252
|
componentDeprecatedControlChip: componentDeprecatedControlChip,
|
|
24096
24253
|
componentDeprecatedErrorState: componentDeprecatedErrorState,
|
|
@@ -24099,8 +24256,10 @@ var FIGMA_COMPONENTS = {
|
|
|
24099
24256
|
componentDeprecatedSelectBoxGroup: componentDeprecatedSelectBoxGroup,
|
|
24100
24257
|
componentDeprecatedTextField: componentDeprecatedTextField,
|
|
24101
24258
|
componentDerpecatedTopNavigation: componentDerpecatedTopNavigation,
|
|
24259
|
+
componentDisclaimer: componentDisclaimer,
|
|
24102
24260
|
componentDivider: componentDivider,
|
|
24103
24261
|
componentEditorToolbarFigmaOnly: componentEditorToolbarFigmaOnly,
|
|
24262
|
+
componentFieldButton: componentFieldButton,
|
|
24104
24263
|
componentFieldFooter: componentFieldFooter,
|
|
24105
24264
|
componentFieldHeader: componentFieldHeader,
|
|
24106
24265
|
componentFloatingActionButton: componentFloatingActionButton,
|
|
@@ -24118,6 +24277,7 @@ var FIGMA_COMPONENTS = {
|
|
|
24118
24277
|
componentMannerTempBadge: componentMannerTempBadge,
|
|
24119
24278
|
componentMenu: componentMenu,
|
|
24120
24279
|
componentMenuSheet: componentMenuSheet,
|
|
24280
|
+
componentMultilineTextField: componentMultilineTextField,
|
|
24121
24281
|
componentOsBottomIndicatorFigmaOnly: componentOsBottomIndicatorFigmaOnly,
|
|
24122
24282
|
componentOsKeyboardFigmaOnly: componentOsKeyboardFigmaOnly,
|
|
24123
24283
|
componentOsPushScreenFigmaOnly: componentOsPushScreenFigmaOnly,
|
|
@@ -24125,6 +24285,7 @@ var FIGMA_COMPONENTS = {
|
|
|
24125
24285
|
componentPageBanner: componentPageBanner,
|
|
24126
24286
|
componentProgressCircle: componentProgressCircle,
|
|
24127
24287
|
componentRadio: componentRadio,
|
|
24288
|
+
componentRadioField: componentRadioField,
|
|
24128
24289
|
componentRadiomark: componentRadiomark,
|
|
24129
24290
|
componentReactionButton: componentReactionButton,
|
|
24130
24291
|
componentResizableChild: componentResizableChild,
|
|
@@ -24135,6 +24296,7 @@ var FIGMA_COMPONENTS = {
|
|
|
24135
24296
|
componentScrollFog: componentScrollFog,
|
|
24136
24297
|
componentSearchBarFigmaOnly: componentSearchBarFigmaOnly,
|
|
24137
24298
|
componentSegmentedControl: componentSegmentedControl,
|
|
24299
|
+
componentSelectBoxField: componentSelectBoxField,
|
|
24138
24300
|
componentSelectBoxGroup: componentSelectBoxGroup,
|
|
24139
24301
|
componentSelectBoxItemHorizontal: componentSelectBoxItemHorizontal,
|
|
24140
24302
|
componentSelectBoxItemVertical: componentSelectBoxItemVertical,
|
|
@@ -24142,22 +24304,28 @@ var FIGMA_COMPONENTS = {
|
|
|
24142
24304
|
componentSideNavigation: componentSideNavigation,
|
|
24143
24305
|
componentSideNavigationPreset: componentSideNavigationPreset,
|
|
24144
24306
|
componentSkeleton: componentSkeleton,
|
|
24307
|
+
componentSkeletonPreset: componentSkeletonPreset,
|
|
24145
24308
|
componentSlider: componentSlider,
|
|
24309
|
+
componentSliderField: componentSliderField,
|
|
24146
24310
|
componentSnackbar: componentSnackbar,
|
|
24147
24311
|
componentSuperscriptChild: componentSuperscriptChild,
|
|
24148
24312
|
componentSwitch: componentSwitch,
|
|
24149
24313
|
componentSwitchmark: componentSwitchmark,
|
|
24150
24314
|
componentTabs: componentTabs,
|
|
24151
24315
|
componentTagGroup: componentTagGroup,
|
|
24316
|
+
componentTextField: componentTextField,
|
|
24152
24317
|
componentTextInput: componentTextInput,
|
|
24153
24318
|
componentTextarea: componentTextarea,
|
|
24154
24319
|
componentToggleButton: componentToggleButton,
|
|
24155
24320
|
componentTopNavigation: componentTopNavigation,
|
|
24321
|
+
componentTopNavigationPreset: componentTopNavigationPreset,
|
|
24156
24322
|
componentUnderlineTextInput: componentUnderlineTextInput,
|
|
24157
24323
|
componentUserSelectionFigmaOnly: componentUserSelectionFigmaOnly,
|
|
24158
24324
|
privateComponentAlertDialogActions: privateComponentAlertDialogActions,
|
|
24159
24325
|
privateComponentBottomSheetCloseButton: privateComponentBottomSheetCloseButton,
|
|
24160
24326
|
privateComponentBottomSheetHandle: privateComponentBottomSheetHandle,
|
|
24327
|
+
privateComponentChipGroup: privateComponentChipGroup,
|
|
24328
|
+
privateComponentChipGroupField: privateComponentChipGroupField,
|
|
24161
24329
|
privateComponentContentPlaceholder: privateComponentContentPlaceholder,
|
|
24162
24330
|
privateComponentFieldFooterCharacterCount: privateComponentFieldFooterCharacterCount,
|
|
24163
24331
|
privateComponentFieldHeaderIndicator: privateComponentFieldHeaderIndicator,
|
|
@@ -24180,8 +24348,11 @@ var FIGMA_COMPONENTS = {
|
|
|
24180
24348
|
privateComponentMenuSheetCloseButton: privateComponentMenuSheetCloseButton,
|
|
24181
24349
|
privateComponentMenuSheetMenuGroup: privateComponentMenuSheetMenuGroup,
|
|
24182
24350
|
privateComponentMenuSheetMenuItem: privateComponentMenuSheetMenuItem,
|
|
24351
|
+
privateComponentPhoneNumberField: privateComponentPhoneNumberField,
|
|
24352
|
+
privateComponentPinField: privateComponentPinField,
|
|
24183
24353
|
privateComponentRootTopNavigationActionList: privateComponentRootTopNavigationActionList,
|
|
24184
24354
|
privateComponentRootTopNavigationIconButton: privateComponentRootTopNavigationIconButton,
|
|
24355
|
+
privateComponentRootTopNavigationPreset: privateComponentRootTopNavigationPreset,
|
|
24185
24356
|
privateComponentSegmentedControlItem: privateComponentSegmentedControlItem,
|
|
24186
24357
|
privateComponentSelectBoxItemCheckmark: privateComponentSelectBoxItemCheckmark,
|
|
24187
24358
|
privateComponentSidebarMenuItem: privateComponentSidebarMenuItem,
|
|
@@ -24215,32 +24386,12 @@ var FIGMA_COMPONENTS = {
|
|
|
24215
24386
|
privateComponentUnderlineTextInputInputReadOnly: privateComponentUnderlineTextInputInputReadOnly,
|
|
24216
24387
|
privateComponentUnderlineTextInputPrefix: privateComponentUnderlineTextInputPrefix,
|
|
24217
24388
|
privateComponentUnderlineTextInputSuffix: privateComponentUnderlineTextInputSuffix,
|
|
24218
|
-
privateTemplateChipGroup: privateTemplateChipGroup,
|
|
24219
|
-
privateTemplateChipGroupField: privateTemplateChipGroupField,
|
|
24220
|
-
privateTemplatePhoneNumberField: privateTemplatePhoneNumberField,
|
|
24221
|
-
privateTemplatePinField: privateTemplatePinField,
|
|
24222
|
-
privateTemplateRootTopNavigationPreset: privateTemplateRootTopNavigationPreset,
|
|
24223
24389
|
privateTemplateShareSheetMenuGroup: privateTemplateShareSheetMenuGroup,
|
|
24224
24390
|
privateTemplateShareSheetMenuItem: privateTemplateShareSheetMenuItem,
|
|
24225
|
-
templateAttachmentField: templateAttachmentField,
|
|
24226
|
-
templateAvatarPreset: templateAvatarPreset,
|
|
24227
|
-
templateButtonGroup: templateButtonGroup,
|
|
24228
24391
|
templateChatScreenPreset: templateChatScreenPreset,
|
|
24229
|
-
templateCheckboxField: templateCheckboxField,
|
|
24230
|
-
templateChipGroup: templateChipGroup,
|
|
24231
|
-
templateDeprecatedChipGroup: templateDeprecatedChipGroup,
|
|
24232
|
-
templateDisclaimer: templateDisclaimer,
|
|
24233
24392
|
templateEmbedViewType: templateEmbedViewType,
|
|
24234
|
-
templateFieldButton: templateFieldButton,
|
|
24235
|
-
templateRadioField: templateRadioField,
|
|
24236
24393
|
templateResultPage: templateResultPage,
|
|
24237
|
-
|
|
24238
|
-
templateShareSheet: templateShareSheet,
|
|
24239
|
-
templateSkeletonPreset: templateSkeletonPreset,
|
|
24240
|
-
templateSliderField: templateSliderField,
|
|
24241
|
-
templateTextField: templateTextField,
|
|
24242
|
-
templateTextareaField: templateTextareaField,
|
|
24243
|
-
templateTopNavigationPreset: templateTopNavigationPreset
|
|
24394
|
+
templateShareSheet: templateShareSheet
|
|
24244
24395
|
};
|
|
24245
24396
|
|
|
24246
24397
|
// TODO: inferStyleName 추가해야 함, rest api에서 style value가 제공되지 않고 있어 보류
|