@seed-design/figma 1.2.1 → 1.3.2

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.
Files changed (31) hide show
  1. package/lib/codegen/index.cjs +201 -163
  2. package/lib/codegen/index.js +201 -163
  3. package/lib/codegen/targets/react/index.cjs +980 -573
  4. package/lib/codegen/targets/react/index.js +980 -573
  5. package/lib/index.cjs +201 -163
  6. package/lib/index.js +201 -163
  7. package/package.json +1 -1
  8. package/src/codegen/component-properties.ts +34 -6
  9. package/src/codegen/core/infer-layout.test.ts +1 -1
  10. package/src/codegen/targets/react/component/handlers/archive/checkbox.ts +3 -1
  11. package/src/codegen/targets/react/component/handlers/archive/field-button.ts +2 -2
  12. package/src/codegen/targets/react/component/handlers/archive/index.ts +0 -1
  13. package/src/codegen/targets/react/component/handlers/archive/slider.ts +2 -2
  14. package/src/codegen/targets/react/component/handlers/bottom-sheet.ts +4 -6
  15. package/src/codegen/targets/react/component/handlers/checkbox.ts +90 -2
  16. package/src/codegen/targets/react/component/handlers/chip.ts +1 -1
  17. package/src/codegen/targets/react/component/handlers/field-button.ts +10 -17
  18. package/src/codegen/targets/react/component/handlers/field.ts +4 -4
  19. package/src/codegen/targets/react/component/handlers/index.ts +1 -1
  20. package/src/codegen/targets/react/component/handlers/legacy-select-box.ts +1 -1
  21. package/src/codegen/targets/react/component/handlers/list-item.ts +22 -22
  22. package/src/codegen/targets/react/component/handlers/radio-group.ts +98 -20
  23. package/src/codegen/targets/react/component/handlers/select-box.ts +333 -0
  24. package/src/codegen/targets/react/component/handlers/slider.ts +5 -5
  25. package/src/codegen/targets/react/component/handlers/tabs.ts +5 -5
  26. package/src/codegen/targets/react/component/handlers/tag-group.ts +2 -2
  27. package/src/codegen/targets/react/component/handlers/text-field.ts +7 -7
  28. package/src/entities/data/__generated__/component-sets/index.d.ts +199 -161
  29. package/src/entities/data/__generated__/component-sets/index.mjs +199 -161
  30. package/src/entities/data/__generated__/components/index.d.ts +260 -0
  31. package/src/entities/data/__generated__/components/index.mjs +260 -0
@@ -18815,36 +18815,6 @@ const privateTemplateChipGroup = {
18815
18815
  }
18816
18816
  }
18817
18817
  };
18818
- const privateComponentFieldFooter = {
18819
- "name": "privateComponentFieldFooter",
18820
- "key": "a2e73c375b787756a11e84c5915f8251c621ee3a",
18821
- "componentPropertyDefinitions": {
18822
- "Text#2770:0": {
18823
- "type": "TEXT"
18824
- },
18825
- "Has Prefix#2778:13": {
18826
- "type": "BOOLEAN"
18827
- },
18828
- "Error Text#32821:0": {
18829
- "type": "TEXT"
18830
- },
18831
- "Type": {
18832
- "type": "VARIANT",
18833
- "variantOptions": [
18834
- "Description",
18835
- "Description With Character Count",
18836
- "Character Count"
18837
- ]
18838
- },
18839
- "Error": {
18840
- "type": "VARIANT",
18841
- "variantOptions": [
18842
- "true",
18843
- "false"
18844
- ]
18845
- }
18846
- }
18847
- };
18848
18818
  const privateComponentFieldFooterCharacterCount = {
18849
18819
  "name": "privateComponentFieldFooterCharacterCount",
18850
18820
  "key": "73f1a9275275c87b563e879e6948318523faf8e4",
@@ -18865,28 +18835,6 @@ const privateComponentFieldFooterCharacterCount = {
18865
18835
  }
18866
18836
  }
18867
18837
  };
18868
- const privateComponentFieldHeader = {
18869
- "name": "privateComponentFieldHeader",
18870
- "key": "8371fe9083cb9bebfb4ee51b0791bfb00a799dd6",
18871
- "componentPropertyDefinitions": {
18872
- "Label#34796:0": {
18873
- "type": "TEXT"
18874
- },
18875
- "Has Indicator#34796:1": {
18876
- "type": "BOOLEAN"
18877
- },
18878
- "Has Suffix#34796:2": {
18879
- "type": "BOOLEAN"
18880
- },
18881
- "Weight": {
18882
- "type": "VARIANT",
18883
- "variantOptions": [
18884
- "Medium",
18885
- "Bold"
18886
- ]
18887
- }
18888
- }
18889
- };
18890
18838
  const privateComponentFieldHeaderIndicator = {
18891
18839
  "name": "privateComponentFieldHeaderIndicator",
18892
18840
  "key": "c3f7843103c1efcc3a8ac365b1175df6d10173e2",
@@ -18917,29 +18865,6 @@ const privateComponentFieldHeaderSuffix = {
18917
18865
  }
18918
18866
  }
18919
18867
  };
18920
- const privateComponentInputButton = {
18921
- "name": "privateComponentInputButton",
18922
- "key": "1220e63a59a31b50eefe5c4ec1a4e516ba70b07b",
18923
- "componentPropertyDefinitions": {
18924
- "Has Prefix#32514:10": {
18925
- "type": "BOOLEAN"
18926
- },
18927
- "Has Suffix#32865:68": {
18928
- "type": "BOOLEAN"
18929
- },
18930
- "State": {
18931
- "type": "VARIANT",
18932
- "variantOptions": [
18933
- "Enabled",
18934
- "Error",
18935
- "Disabled",
18936
- "Read Only",
18937
- "Pressed",
18938
- "Error Pressed"
18939
- ]
18940
- }
18941
- }
18942
- };
18943
18868
  const privateComponentInputButtonPrefix = {
18944
18869
  "name": "privateComponentInputButtonPrefix",
18945
18870
  "key": "c7d12be4056a8171f6857ec4ef15d81bd18d8cae",
@@ -19304,6 +19229,21 @@ const privateComponentSegmentedControlItem = {
19304
19229
  }
19305
19230
  }
19306
19231
  };
19232
+ const privateComponentSelectBoxItemCheckmark = {
19233
+ "name": "privateComponentSelectBoxItemCheckmark",
19234
+ "key": "2d91bde3c21bc38b2b07d8e1b87a03116e96555d",
19235
+ "componentPropertyDefinitions": {
19236
+ "State": {
19237
+ "type": "VARIANT",
19238
+ "variantOptions": [
19239
+ "Enabled",
19240
+ "Pressed",
19241
+ "Selected",
19242
+ "Disabled"
19243
+ ]
19244
+ }
19245
+ }
19246
+ };
19307
19247
  const privateComponentSliderItemHandles = {
19308
19248
  "name": "privateComponentSliderItemHandles",
19309
19249
  "key": "950b33735d6dda594436c876386b921908dedf64",
@@ -19528,33 +19468,6 @@ const privateComponentTabsLine = {
19528
19468
  }
19529
19469
  }
19530
19470
  };
19531
- const privateComponentTextInput = {
19532
- "name": "privateComponentTextInput",
19533
- "key": "1f3e7bd2f1d39a76e304188b5a8b800d7c87aff2",
19534
- "componentPropertyDefinitions": {
19535
- "Has Prefix#32514:10": {
19536
- "type": "BOOLEAN"
19537
- },
19538
- "Loading Text#32734:0": {
19539
- "type": "TEXT"
19540
- },
19541
- "Has Suffix#32865:68": {
19542
- "type": "BOOLEAN"
19543
- },
19544
- "State": {
19545
- "type": "VARIANT",
19546
- "variantOptions": [
19547
- "Enabled",
19548
- "Focused",
19549
- "Error",
19550
- "Error Focused",
19551
- "Disabled",
19552
- "Read Only",
19553
- "AI Loading (Figma Only)"
19554
- ]
19555
- }
19556
- }
19557
- };
19558
19471
  const privateComponentTextInputCardNumberInput = {
19559
19472
  "name": "privateComponentTextInputCardNumberInput",
19560
19473
  "key": "60888e1eba691721f0ec6a41df43c1c075e5beac",
@@ -19708,31 +19621,6 @@ const privateComponentTextInputSuffix = {
19708
19621
  }
19709
19622
  }
19710
19623
  };
19711
- const privateComponentTextarea = {
19712
- "name": "privateComponentTextarea",
19713
- "key": "e20ec5b725e0fdbaca728cecdc72b0c485728b4d",
19714
- "componentPropertyDefinitions": {
19715
- "Auto Size (Figma Only)": {
19716
- "type": "VARIANT",
19717
- "variantOptions": [
19718
- "true",
19719
- "false"
19720
- ]
19721
- },
19722
- "State": {
19723
- "type": "VARIANT",
19724
- "variantOptions": [
19725
- "Enabled",
19726
- "Focused",
19727
- "Error",
19728
- "Error Focused",
19729
- "Disabled",
19730
- "Read Only",
19731
- "AI Loading (Figma Only)"
19732
- ]
19733
- }
19734
- }
19735
- };
19736
19624
  const privateComponentTextareaInput = {
19737
19625
  "name": "privateComponentTextareaInput",
19738
19626
  "key": "a75e057f13d05ee57003a90cc91c74f130b22135",
@@ -19890,30 +19778,6 @@ const privateComponentTopNavigationTitleRight = {
19890
19778
  }
19891
19779
  }
19892
19780
  };
19893
- const privateComponentUnderlineTextInput = {
19894
- "name": "privateComponentUnderlineTextInput",
19895
- "key": "004c8591153865af3fe3efb9c552cd280b9fd31d",
19896
- "componentPropertyDefinitions": {
19897
- "Has Prefix#34125:0": {
19898
- "type": "BOOLEAN"
19899
- },
19900
- "Has Suffix#34125:8": {
19901
- "type": "BOOLEAN"
19902
- },
19903
- "State": {
19904
- "type": "VARIANT",
19905
- "variantOptions": [
19906
- "Enabled",
19907
- "Focused",
19908
- "Error",
19909
- "Error Focused",
19910
- "Disabled",
19911
- "Read Only",
19912
- "AI Loading (Figma Only)"
19913
- ]
19914
- }
19915
- }
19916
- };
19917
19781
  const privateComponentUnderlineTextInputInput = {
19918
19782
  "name": "privateComponentUnderlineTextInputInput",
19919
19783
  "key": "a8a39cf124e7b4c3b873429e81b4278639a7031b",
@@ -20951,8 +20815,8 @@ const componentCheckbox = {
20951
20815
  }
20952
20816
  }
20953
20817
  };
20954
- const templateCheckboxGroupField = {
20955
- "name": "templateCheckboxGroupField",
20818
+ const templateCheckboxField = {
20819
+ "name": "templateCheckboxField",
20956
20820
  "key": "214dd0fc8a3c5bc1e0c90cce29936f1ec6a26c3c",
20957
20821
  "componentPropertyDefinitions": {
20958
20822
  "Show Header#40606:8": {
@@ -21751,8 +21615,8 @@ const componentRadio = {
21751
21615
  }
21752
21616
  }
21753
21617
  };
21754
- const templateRadioGroupField = {
21755
- "name": "templateRadioGroupField",
21618
+ const templateRadioField = {
21619
+ "name": "templateRadioField",
21756
21620
  "key": "a3f159c223e3a0888fc48098c1580793297f82e9",
21757
21621
  "componentPropertyDefinitions": {
21758
21622
  "Show Header#40606:8": {
@@ -21984,6 +21848,27 @@ const componentSegmentedControl = {
21984
21848
  }
21985
21849
  }
21986
21850
  };
21851
+ const templateSelectBoxField = {
21852
+ "name": "templateSelectBoxField",
21853
+ "key": "cddac54129eed15830319d1e30480f42ea80d4d3",
21854
+ "componentPropertyDefinitions": {
21855
+ "Show Header#40606:8": {
21856
+ "type": "BOOLEAN"
21857
+ },
21858
+ "Show Footer#40606:9": {
21859
+ "type": "BOOLEAN"
21860
+ },
21861
+ "State": {
21862
+ "type": "VARIANT",
21863
+ "variantOptions": [
21864
+ "Enabled",
21865
+ "Error",
21866
+ "Disabled",
21867
+ "Read Only"
21868
+ ]
21869
+ }
21870
+ }
21871
+ };
21987
21872
  const componentSelectBoxGroup = {
21988
21873
  "name": "componentSelectBoxGroup",
21989
21874
  "key": "cbf6ddeb6d6f889e983399291ec8b60ee3390177",
@@ -22443,6 +22328,157 @@ const componentUserSelectionFigmaOnly = {
22443
22328
  }
22444
22329
  }
22445
22330
  };
22331
+ const componentFieldFooter = {
22332
+ "name": "componentFieldFooter",
22333
+ "key": "a2e73c375b787756a11e84c5915f8251c621ee3a",
22334
+ "componentPropertyDefinitions": {
22335
+ "Text#2770:0": {
22336
+ "type": "TEXT"
22337
+ },
22338
+ "Has Prefix#2778:13": {
22339
+ "type": "BOOLEAN"
22340
+ },
22341
+ "Error Text#32821:0": {
22342
+ "type": "TEXT"
22343
+ },
22344
+ "Type": {
22345
+ "type": "VARIANT",
22346
+ "variantOptions": [
22347
+ "Description",
22348
+ "Description With Character Count",
22349
+ "Character Count"
22350
+ ]
22351
+ },
22352
+ "Error": {
22353
+ "type": "VARIANT",
22354
+ "variantOptions": [
22355
+ "true",
22356
+ "false"
22357
+ ]
22358
+ }
22359
+ }
22360
+ };
22361
+ const componentFieldHeader = {
22362
+ "name": "componentFieldHeader",
22363
+ "key": "8371fe9083cb9bebfb4ee51b0791bfb00a799dd6",
22364
+ "componentPropertyDefinitions": {
22365
+ "Label#34796:0": {
22366
+ "type": "TEXT"
22367
+ },
22368
+ "Has Indicator#34796:1": {
22369
+ "type": "BOOLEAN"
22370
+ },
22371
+ "Has Suffix#34796:2": {
22372
+ "type": "BOOLEAN"
22373
+ },
22374
+ "Weight": {
22375
+ "type": "VARIANT",
22376
+ "variantOptions": [
22377
+ "Medium",
22378
+ "Bold"
22379
+ ]
22380
+ }
22381
+ }
22382
+ };
22383
+ const componentInputButton = {
22384
+ "name": "componentInputButton",
22385
+ "key": "1220e63a59a31b50eefe5c4ec1a4e516ba70b07b",
22386
+ "componentPropertyDefinitions": {
22387
+ "Has Prefix#32514:10": {
22388
+ "type": "BOOLEAN"
22389
+ },
22390
+ "Has Suffix#32865:68": {
22391
+ "type": "BOOLEAN"
22392
+ },
22393
+ "State": {
22394
+ "type": "VARIANT",
22395
+ "variantOptions": [
22396
+ "Enabled",
22397
+ "Error",
22398
+ "Disabled",
22399
+ "Read Only",
22400
+ "Pressed",
22401
+ "Error Pressed"
22402
+ ]
22403
+ }
22404
+ }
22405
+ };
22406
+ const componentTextInput = {
22407
+ "name": "componentTextInput",
22408
+ "key": "1f3e7bd2f1d39a76e304188b5a8b800d7c87aff2",
22409
+ "componentPropertyDefinitions": {
22410
+ "Has Prefix#32514:10": {
22411
+ "type": "BOOLEAN"
22412
+ },
22413
+ "Loading Text#32734:0": {
22414
+ "type": "TEXT"
22415
+ },
22416
+ "Has Suffix#32865:68": {
22417
+ "type": "BOOLEAN"
22418
+ },
22419
+ "State": {
22420
+ "type": "VARIANT",
22421
+ "variantOptions": [
22422
+ "Enabled",
22423
+ "Focused",
22424
+ "Error",
22425
+ "Error Focused",
22426
+ "Disabled",
22427
+ "Read Only",
22428
+ "AI Loading (Figma Only)"
22429
+ ]
22430
+ }
22431
+ }
22432
+ };
22433
+ const componentTextarea = {
22434
+ "name": "componentTextarea",
22435
+ "key": "e20ec5b725e0fdbaca728cecdc72b0c485728b4d",
22436
+ "componentPropertyDefinitions": {
22437
+ "Auto Size (Figma Only)": {
22438
+ "type": "VARIANT",
22439
+ "variantOptions": [
22440
+ "true",
22441
+ "false"
22442
+ ]
22443
+ },
22444
+ "State": {
22445
+ "type": "VARIANT",
22446
+ "variantOptions": [
22447
+ "Enabled",
22448
+ "Focused",
22449
+ "Error",
22450
+ "Error Focused",
22451
+ "Disabled",
22452
+ "Read Only",
22453
+ "AI Loading (Figma Only)"
22454
+ ]
22455
+ }
22456
+ }
22457
+ };
22458
+ const componentUnderlineTextInput = {
22459
+ "name": "componentUnderlineTextInput",
22460
+ "key": "004c8591153865af3fe3efb9c552cd280b9fd31d",
22461
+ "componentPropertyDefinitions": {
22462
+ "Has Prefix#34125:0": {
22463
+ "type": "BOOLEAN"
22464
+ },
22465
+ "Has Suffix#34125:8": {
22466
+ "type": "BOOLEAN"
22467
+ },
22468
+ "State": {
22469
+ "type": "VARIANT",
22470
+ "variantOptions": [
22471
+ "Enabled",
22472
+ "Focused",
22473
+ "Error",
22474
+ "Error Focused",
22475
+ "Disabled",
22476
+ "Read Only",
22477
+ "AI Loading (Figma Only)"
22478
+ ]
22479
+ }
22480
+ }
22481
+ };
22446
22482
  const componentActionButtonGhostButton = {
22447
22483
  "name": "componentActionButtonGhostButton",
22448
22484
  "key": "0dd8c776368619b13886924cd65974f821887753",
@@ -22745,11 +22781,14 @@ var FIGMA_COMPONENTS = {
22745
22781
  componentDerpecatedTopNavigation: componentDerpecatedTopNavigation,
22746
22782
  componentDivider: componentDivider,
22747
22783
  componentEditorToolbarFigmaOnly: componentEditorToolbarFigmaOnly,
22784
+ componentFieldFooter: componentFieldFooter,
22785
+ componentFieldHeader: componentFieldHeader,
22748
22786
  componentFloatingActionButton: componentFloatingActionButton,
22749
22787
  componentHelpBubble: componentHelpBubble,
22750
22788
  componentIOsLiveAcitivityScreenFigmaOnly: componentIOsLiveAcitivityScreenFigmaOnly,
22751
22789
  componentImageFrame: componentImageFrame,
22752
22790
  componentImageFrameReactionButton: componentImageFrameReactionButton,
22791
+ componentInputButton: componentInputButton,
22753
22792
  componentKakaoTalkBubbleFigmaOnly: componentKakaoTalkBubbleFigmaOnly,
22754
22793
  componentListHeader: componentListHeader,
22755
22794
  componentListItem: componentListItem,
@@ -22787,18 +22826,18 @@ var FIGMA_COMPONENTS = {
22787
22826
  componentSwitchmark: componentSwitchmark,
22788
22827
  componentTabs: componentTabs,
22789
22828
  componentTagGroup: componentTagGroup,
22829
+ componentTextInput: componentTextInput,
22830
+ componentTextarea: componentTextarea,
22790
22831
  componentToggleButton: componentToggleButton,
22791
22832
  componentTopNavigation: componentTopNavigation,
22833
+ componentUnderlineTextInput: componentUnderlineTextInput,
22792
22834
  componentUserSelectionFigmaOnly: componentUserSelectionFigmaOnly,
22793
22835
  privateComponentAlertDialogActions: privateComponentAlertDialogActions,
22794
22836
  privateComponentBottomSheetCloseButton: privateComponentBottomSheetCloseButton,
22795
22837
  privateComponentBottomSheetHandle: privateComponentBottomSheetHandle,
22796
- privateComponentFieldFooter: privateComponentFieldFooter,
22797
22838
  privateComponentFieldFooterCharacterCount: privateComponentFieldFooterCharacterCount,
22798
- privateComponentFieldHeader: privateComponentFieldHeader,
22799
22839
  privateComponentFieldHeaderIndicator: privateComponentFieldHeaderIndicator,
22800
22840
  privateComponentFieldHeaderSuffix: privateComponentFieldHeaderSuffix,
22801
- privateComponentInputButton: privateComponentInputButton,
22802
22841
  privateComponentInputButtonPrefix: privateComponentInputButtonPrefix,
22803
22842
  privateComponentInputButtonSuffix: privateComponentInputButtonSuffix,
22804
22843
  privateComponentInputButtonValue: privateComponentInputButtonValue,
@@ -22813,6 +22852,7 @@ var FIGMA_COMPONENTS = {
22813
22852
  privateComponentRootTopNavigationActionList: privateComponentRootTopNavigationActionList,
22814
22853
  privateComponentRootTopNavigationIconButton: privateComponentRootTopNavigationIconButton,
22815
22854
  privateComponentSegmentedControlItem: privateComponentSegmentedControlItem,
22855
+ privateComponentSelectBoxItemCheckmark: privateComponentSelectBoxItemCheckmark,
22816
22856
  privateComponentSliderItemHandles: privateComponentSliderItemHandles,
22817
22857
  privateComponentSliderItemMarker: privateComponentSliderItemMarker,
22818
22858
  privateComponentSliderItemRange: privateComponentSliderItemRange,
@@ -22822,7 +22862,6 @@ var FIGMA_COMPONENTS = {
22822
22862
  privateComponentTabItemLineHug: privateComponentTabItemLineHug,
22823
22863
  privateComponentTabsChip: privateComponentTabsChip,
22824
22864
  privateComponentTabsLine: privateComponentTabsLine,
22825
- privateComponentTextInput: privateComponentTextInput,
22826
22865
  privateComponentTextInputCardNumberInput: privateComponentTextInputCardNumberInput,
22827
22866
  privateComponentTextInputIdNumberInput: privateComponentTextInputIdNumberInput,
22828
22867
  privateComponentTextInputInput: privateComponentTextInputInput,
@@ -22830,7 +22869,6 @@ var FIGMA_COMPONENTS = {
22830
22869
  privateComponentTextInputInputReadOnly: privateComponentTextInputInputReadOnly,
22831
22870
  privateComponentTextInputPrefix: privateComponentTextInputPrefix,
22832
22871
  privateComponentTextInputSuffix: privateComponentTextInputSuffix,
22833
- privateComponentTextarea: privateComponentTextarea,
22834
22872
  privateComponentTextareaInput: privateComponentTextareaInput,
22835
22873
  privateComponentTextareaInputDisabled: privateComponentTextareaInputDisabled,
22836
22874
  privateComponentTextareaInputReadOnly: privateComponentTextareaInputReadOnly,
@@ -22839,7 +22877,6 @@ var FIGMA_COMPONENTS = {
22839
22877
  privateComponentTopNavigationTitle: privateComponentTopNavigationTitle,
22840
22878
  privateComponentTopNavigationTitleLeft: privateComponentTopNavigationTitleLeft,
22841
22879
  privateComponentTopNavigationTitleRight: privateComponentTopNavigationTitleRight,
22842
- privateComponentUnderlineTextInput: privateComponentUnderlineTextInput,
22843
22880
  privateComponentUnderlineTextInputInput: privateComponentUnderlineTextInputInput,
22844
22881
  privateComponentUnderlineTextInputInputDisabled: privateComponentUnderlineTextInputInputDisabled,
22845
22882
  privateComponentUnderlineTextInputInputReadOnly: privateComponentUnderlineTextInputInputReadOnly,
@@ -22853,13 +22890,14 @@ var FIGMA_COMPONENTS = {
22853
22890
  privateTemplateRootTopNavigationPreset: privateTemplateRootTopNavigationPreset,
22854
22891
  templateButtonGroup: templateButtonGroup,
22855
22892
  templateChatScreenPreset: templateChatScreenPreset,
22856
- templateCheckboxGroupField: templateCheckboxGroupField,
22893
+ templateCheckboxField: templateCheckboxField,
22857
22894
  templateChipGroup: templateChipGroup,
22858
22895
  templateDeprecatedChipGroup: templateDeprecatedChipGroup,
22859
22896
  templateDisclaimer: templateDisclaimer,
22860
22897
  templateFieldButton: templateFieldButton,
22861
- templateRadioGroupField: templateRadioGroupField,
22898
+ templateRadioField: templateRadioField,
22862
22899
  templateResultPage: templateResultPage,
22900
+ templateSelectBoxField: templateSelectBoxField,
22863
22901
  templateSkeletonPreset: templateSkeletonPreset,
22864
22902
  templateSliderField: templateSliderField,
22865
22903
  templateTextField: templateTextField,