@omnia/fx 8.0.151-dev → 8.0.152-dev

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 (224) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +6 -6
  3. package/internal-do-not-import-from-here/ux/UxModels.d.ts +0 -1
  4. package/internal-do-not-import-from-here/ux/alignmentpicker/docs/AlignmentPickerExample.d.ts +54 -15
  5. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
  6. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +10 -10
  7. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +9 -9
  8. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +9 -9
  9. package/internal-do-not-import-from-here/ux/appprovisioning/summary/InformationStepSummary.d.ts +56 -18
  10. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/FillBladeEdit.d.ts +16 -0
  11. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/FillsBlade.d.ts +16 -0
  12. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
  13. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +53 -2
  14. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/FillsEditorStore.d.ts +50 -0
  15. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/blades/EditTypographyFillBlade.d.ts +16 -0
  16. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +46 -6
  17. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
  18. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/docs/SampleComponent.d.ts +54 -15
  19. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
  20. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/docs/BorderPickerExample.d.ts +54 -15
  21. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +1 -1
  22. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/docs/SampleComponent.d.ts +54 -15
  23. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
  24. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
  25. package/internal-do-not-import-from-here/ux/aurora/components/chrome/docs/SampleComponent.d.ts +54 -15
  26. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +10 -10
  27. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/docs/SampleComponent.d.ts +54 -15
  28. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
  29. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/docs/SampleComponent.d.ts +54 -15
  30. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +12 -5
  31. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +16 -16
  32. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/docs/FillPickerExample.d.ts +54 -15
  33. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
  34. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
  35. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/docs/SampleComponent.d.ts +54 -15
  36. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/docs/SampleComponent.d.ts +54 -15
  37. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
  38. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/docs/SampleComponent.d.ts +54 -15
  39. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStyleEditor.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/aurora/components/tabs/docs/SampleComponent.d.ts +54 -15
  41. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.css.d.ts +3 -0
  42. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +8 -5
  43. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/docs/SampleComponent.d.ts +54 -15
  44. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +21 -0
  46. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +6 -4
  47. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.d.ts +6 -4
  48. package/internal-do-not-import-from-here/ux/aurora/components/typography/docs/SampleComponent.d.ts +54 -15
  49. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/FillStyleDefinitions.d.ts +5 -0
  50. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/TypographyBlueprints.d.ts +31 -1
  51. package/internal-do-not-import-from-here/ux/aurora/store/ChromeBlueprintStore.d.ts +526 -308
  52. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +531 -313
  53. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +526 -308
  54. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +72 -60
  55. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStoreV2.d.ts +2 -1
  56. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +526 -308
  57. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +2 -2
  58. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
  59. package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/DateTimeZonePickerExample.d.ts +54 -15
  60. package/internal-do-not-import-from-here/ux/dynamicplaceholder/DynamicPlaceholder.d.ts +56 -0
  61. package/internal-do-not-import-from-here/ux/dynamicplaceholder/DynamicPlaceholderSettings.d.ts +55 -0
  62. package/internal-do-not-import-from-here/ux/dynamicplaceholder/loc/localize.d.ts +7 -0
  63. package/internal-do-not-import-from-here/ux/dynamicplaceholder/models/DynamicPlaceholderSettings.d.ts +8 -0
  64. package/internal-do-not-import-from-here/ux/filterpicker/docs/SampleComponent.d.ts +54 -15
  65. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +9 -9
  66. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
  67. package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
  68. package/internal-do-not-import-from-here/ux/journey/docs/SampleButtons.d.ts +54 -15
  69. package/internal-do-not-import-from-here/ux/journey/docs/SampleComponent.d.ts +54 -15
  70. package/internal-do-not-import-from-here/ux/journey/docs/SampleComponentMenu.d.ts +54 -15
  71. package/internal-do-not-import-from-here/ux/journey/docs/SampleVariants.d.ts +54 -15
  72. package/internal-do-not-import-from-here/ux/jsonexportimport/docs/SampleComponent.d.ts +54 -15
  73. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +11 -10
  74. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
  75. package/internal-do-not-import-from-here/ux/layoutcanvas/factories/EditorLayoutItemFactory.d.ts +1 -3
  76. package/internal-do-not-import-from-here/ux/layoutcanvas/factories/LayoutItemFactory.d.ts +1 -3
  77. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +11 -10
  78. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/BlockCatalogStore.d.ts +1 -1
  79. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +1 -0
  80. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
  81. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -9
  82. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
  83. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
  84. package/internal-do-not-import-from-here/ux/oxide/alert/docs/SampleComponent.d.ts +54 -15
  85. package/internal-do-not-import-from-here/ux/oxide/appbar/docs/AppbarExample.d.ts +54 -15
  86. package/internal-do-not-import-from-here/ux/oxide/avatar/docs/AvatarExample.d.ts +54 -15
  87. package/internal-do-not-import-from-here/ux/oxide/badge/docs/BadgeExample.d.ts +54 -15
  88. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonIntro.d.ts +54 -15
  90. package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ButtonIntro.d.ts +54 -15
  91. package/internal-do-not-import-from-here/ux/oxide/card/docs/CardSample.d.ts +54 -15
  92. package/internal-do-not-import-from-here/ux/oxide/chart/docs/SampleComponent.d.ts +54 -15
  93. package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/SampleComponent.d.ts +54 -15
  94. package/internal-do-not-import-from-here/ux/oxide/chip/docs/ChipExample.d.ts +54 -15
  95. package/internal-do-not-import-from-here/ux/oxide/colorpicker/docs/SampleComponent.d.ts +54 -15
  96. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +10 -10
  97. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -64
  98. package/internal-do-not-import-from-here/ux/oxide/column/docs/SampleComponent.d.ts +54 -15
  99. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +538 -319
  100. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +1078 -640
  101. package/internal-do-not-import-from-here/ux/oxide/datatable/docs/SampleComponent.d.ts +54 -15
  102. package/internal-do-not-import-from-here/ux/oxide/datepicker/docs/SampleComponent.d.ts +54 -15
  103. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
  104. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithAppNavigation.d.ts +54 -15
  105. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithFixedContent.d.ts +54 -15
  106. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithLeftBar.d.ts +54 -15
  107. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithNavigation.d.ts +54 -15
  108. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithTabs.d.ts +54 -15
  109. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithoutNavigation.d.ts +8 -4
  110. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +10 -10
  111. package/internal-do-not-import-from-here/ux/oxide/divider/docs/SampleComponent.d.ts +54 -15
  112. package/internal-do-not-import-from-here/ux/oxide/draggable/docs/SampleComponent.d.ts +54 -15
  113. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
  114. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +9 -9
  115. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/SampleComponent.d.ts +54 -15
  116. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +20 -20
  117. package/internal-do-not-import-from-here/ux/oxide/flex/docs/BasicFlexTypes.d.ts +54 -15
  118. package/internal-do-not-import-from-here/ux/oxide/form/docs/SampleComponent.d.ts +54 -15
  119. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +9 -9
  120. package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/SampleComponent.d.ts +54 -15
  121. package/internal-do-not-import-from-here/ux/oxide/icon/docs/SampleComponent.d.ts +54 -15
  122. package/internal-do-not-import-from-here/ux/oxide/image/docs/SampleComponent.d.ts +54 -15
  123. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/SampleComponent.d.ts +54 -15
  124. package/internal-do-not-import-from-here/ux/oxide/layout/docs/SampleComponent.d.ts +54 -15
  125. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +9 -9
  126. package/internal-do-not-import-from-here/ux/oxide/link/docs/SampleComponent.d.ts +54 -15
  127. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
  128. package/internal-do-not-import-from-here/ux/oxide/list/docs/SampleComponent.d.ts +54 -15
  129. package/internal-do-not-import-from-here/ux/oxide/main/docs/SampleComponent.d.ts +54 -15
  130. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +9 -9
  131. package/internal-do-not-import-from-here/ux/oxide/menu/docs/SampleComponent.d.ts +54 -15
  132. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/SampleComponent.d.ts +54 -15
  133. package/internal-do-not-import-from-here/ux/oxide/notification/docs/SampleComponent.d.ts +54 -15
  134. package/internal-do-not-import-from-here/ux/oxide/pagination/docs/SampleComponent.d.ts +54 -15
  135. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +9 -9
  136. package/internal-do-not-import-from-here/ux/oxide/panel/docs/BasicPanelTypes.d.ts +54 -15
  137. package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +54 -15
  138. package/internal-do-not-import-from-here/ux/oxide/panel/docs/SettingsPanel.d.ts +54 -15
  139. package/internal-do-not-import-from-here/ux/oxide/panel/docs/ShowHide.d.ts +54 -15
  140. package/internal-do-not-import-from-here/ux/oxide/progress/docs/SampleComponent.d.ts +54 -15
  141. package/internal-do-not-import-from-here/ux/oxide/radio/docs/SampleComponent.d.ts +54 -15
  142. package/internal-do-not-import-from-here/ux/oxide/rangeslider/docs/SampleComponent.d.ts +54 -15
  143. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/docs/SampleComponent.d.ts +54 -15
  144. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1078 -640
  145. package/internal-do-not-import-from-here/ux/oxide/select/docs/SampleComponent.d.ts +54 -15
  146. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/SampleComponent.d.ts +54 -15
  147. package/internal-do-not-import-from-here/ux/oxide/slidepanel/docs/SampleComponent.d.ts +54 -15
  148. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent.d.ts +54 -15
  149. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent2.d.ts +54 -15
  150. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent3.d.ts +54 -15
  151. package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/SampleComponent.d.ts +54 -15
  152. package/internal-do-not-import-from-here/ux/oxide/spacer/docs/SampleComponent.d.ts +54 -15
  153. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
  154. package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent.d.ts +54 -15
  155. package/internal-do-not-import-from-here/ux/oxide/switch/docs/SampleComponent.d.ts +54 -15
  156. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
  157. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +10 -10
  158. package/internal-do-not-import-from-here/ux/oxide/tab/docs/SampleComponent.d.ts +54 -15
  159. package/internal-do-not-import-from-here/ux/oxide/table/docs/SampleComponent.d.ts +54 -15
  160. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +10 -36
  161. package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleComponent.d.ts +54 -15
  162. package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleGradients.d.ts +54 -15
  163. package/internal-do-not-import-from-here/ux/oxide/textfield/docs/SampleComponent.d.ts +54 -15
  164. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  165. package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarIntro.d.ts +54 -15
  166. package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/SampleComponent.d.ts +54 -15
  167. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/SampleComponent.d.ts +54 -15
  168. package/internal-do-not-import-from-here/ux/oxide/validation/docs/AdvanceExample.d.ts +54 -15
  169. package/internal-do-not-import-from-here/ux/oxide/validation/docs/SimpleExample.d.ts +54 -15
  170. package/internal-do-not-import-from-here/ux/pickerwrapper/docs/SampleComponent.d.ts +54 -15
  171. package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +91 -91
  172. package/internal-do-not-import-from-here/ux/social/docs/SampleComponent.d.ts +54 -15
  173. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +538 -319
  174. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +1 -1
  175. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +27 -1
  176. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +11 -11
  177. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +15 -3
  178. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +18 -42
  179. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -0
  180. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronPropertyEditors.d.ts +2 -2
  181. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  182. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronColorSchemaEditor.d.ts +2 -2
  183. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronContentEditor.d.ts +2 -2
  184. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder.d.ts +2 -2
  185. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder2.d.ts +2 -2
  186. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilderBase.d.ts +3 -3
  187. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronImageEditor.d.ts +2 -2
  188. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronPropertyMappingEditorBuilder.d.ts +2 -2
  189. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditEditorsPane.d.ts +55 -0
  190. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-editors/EditEditorsPanel.d.ts +16 -0
  191. package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentDescriptors.d.ts +17 -0
  192. package/internal-do-not-import-from-here/ux/velcron/editor/models/Enums.d.ts +6 -2
  193. package/internal-do-not-import-from-here/ux/velcron/editor/models/EventDescriptors.d.ts +6 -0
  194. package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +10 -7
  195. package/internal-do-not-import-from-here/ux/velcron/editor/models/StateDescriptors.d.ts +8 -0
  196. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +26 -2
  197. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +21 -0
  198. package/internal-do-not-import-from-here/ux/velcron/editor/models/index.d.ts +5 -1
  199. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronComponentStore.d.ts +21 -0
  200. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +78 -23
  201. package/internal-do-not-import-from-here/ux/velcron/editor/templates/ContentTemplates.d.ts +8 -0
  202. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
  203. package/internal-do-not-import-from-here/ux/velcron/renderer/components/SlidePanel.d.ts +32 -0
  204. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
  205. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/PropertyEditorCreator.d.ts +10 -10
  206. package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +21 -1
  207. package/internal-do-not-import-from-here/ux/versionedlayout/blade/Shared.d.ts +1 -1
  208. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +7 -3
  209. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutStyle.css.d.ts +3 -0
  210. package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +26 -0
  211. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
  212. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItemFactory.d.ts +1 -0
  213. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +70 -58
  214. package/internal-do-not-import-from-here/wctypings.d.ts +131 -86
  215. package/package.json +3 -3
  216. package/internal-do-not-import-from-here/ux/aurora/store/tmpUseIndexDb.d.ts +0 -69
  217. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/PlaceHolderListingSettingsPanel.d.ts +0 -43
  218. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/placeholders/PlaceHolderRegistrationApis.d.ts +0 -1
  219. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.css.d.ts +0 -3
  220. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.d.ts +0 -31
  221. package/internal-do-not-import-from-here/ux/velcron/editor/models/BuiltInDescriptors.d.ts +0 -38
  222. /package/internal-do-not-import-from-here/ux/app/{AppLayoutPlaceHolderRegistration.d.ts → AppDynamicPlaceHolderRegistration.d.ts} +0 -0
  223. /package/internal-do-not-import-from-here/ux/{layoutcanvas/apis/PlaceHolderApis.d.ts → dynamicplaceholder/DynamicPlaceholderApis.d.ts} +0 -0
  224. /package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/{store → stores}/ContentEditorStore.d.ts +0 -0
@@ -6,7 +6,7 @@ export declare function useColorSchemaSetup(props: object): {
6
6
  onContainer: import("@omnia/fx-models").ColorDefinition;
7
7
  isContainer: boolean;
8
8
  name: string;
9
- colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
9
+ colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
10
10
  id: import("@omnia/fx-models").GuidValue;
11
11
  };
12
12
  events: {
@@ -16,13 +16,13 @@ export declare function useColorSchemaSetup(props: object): {
16
16
  onMutatedOnContainer: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ColorDefinition>;
17
17
  onMutatedIsContainer: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
18
18
  onMutatedName: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
19
- onMutatedColorSchemaType: import("@omnia/fx").MessageBusExposeOnlySubscription<"info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
19
+ onMutatedColorSchemaType: import("@omnia/fx").MessageBusExposeOnlySubscription<"primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
20
20
  onMutatedId: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").GuidValue>;
21
21
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
22
22
  actions: {
23
23
  onDispatching: {
24
24
  setColorSchema: {
25
- subscribe(fn: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
25
+ subscribe(fn: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
26
26
  };
27
27
  setCustomColorSchema: {
28
28
  subscribe(fn: (colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -102,15 +102,16 @@ export declare function useColorSchemaSetup(props: object): {
102
102
  };
103
103
  deactivated(): void;
104
104
  };
105
- colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
105
+ colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): import("@omnia/fx-models").ColorSchema;
106
106
  typography(): import("@omnia/fx-models").TypographyBlueprints;
107
+ fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
107
108
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
108
109
  component(): import("@omnia/fx-models").ComponentBlueprints;
109
- color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
110
- colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
110
+ color(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
111
+ colorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
111
112
  complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
112
- complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
113
- complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
113
+ complementaryColor(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
114
+ complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
114
115
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
115
116
  };
116
117
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -118,7 +119,7 @@ export declare function useColorSchemaSetup(props: object): {
118
119
  };
119
120
  onDispatched: {
120
121
  setColorSchema: {
121
- subscribe(fn: (result: void, colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
122
+ subscribe(fn: (result: void, colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
122
123
  };
123
124
  setCustomColorSchema: {
124
125
  subscribe(fn: (result: void, colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -198,15 +199,16 @@ export declare function useColorSchemaSetup(props: object): {
198
199
  };
199
200
  deactivated(): void;
200
201
  };
201
- colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
202
+ colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): import("@omnia/fx-models").ColorSchema;
202
203
  typography(): import("@omnia/fx-models").TypographyBlueprints;
204
+ fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
203
205
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
204
206
  component(): import("@omnia/fx-models").ComponentBlueprints;
205
- color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
206
- colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
207
+ color(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
208
+ colorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
207
209
  complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
208
- complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
209
- complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
210
+ complementaryColor(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
211
+ complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
210
212
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
211
213
  };
212
214
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -214,7 +216,7 @@ export declare function useColorSchemaSetup(props: object): {
214
216
  };
215
217
  onFailure: {
216
218
  setColorSchema: {
217
- subscribe(fn: (failureReason: any, colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
219
+ subscribe(fn: (failureReason: any, colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
218
220
  };
219
221
  setCustomColorSchema: {
220
222
  subscribe(fn: (failureReason: any, colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -294,22 +296,23 @@ export declare function useColorSchemaSetup(props: object): {
294
296
  };
295
297
  deactivated(): void;
296
298
  };
297
- colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
299
+ colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): import("@omnia/fx-models").ColorSchema;
298
300
  typography(): import("@omnia/fx-models").TypographyBlueprints;
301
+ fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
299
302
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
300
303
  component(): import("@omnia/fx-models").ComponentBlueprints;
301
- color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
302
- colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
304
+ color(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
305
+ colorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
303
306
  complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
304
- complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
305
- complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
307
+ complementaryColor(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
308
+ complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
306
309
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
307
310
  };
308
311
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
309
312
  };
310
313
  };
311
314
  } & {
312
- setColorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", container?: boolean): void;
315
+ setColorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", container?: boolean): void;
313
316
  setCustomColorSchema(colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean): void;
314
317
  setColor(colorDefinition: import("@omnia/fx-models").ColorDefinition, colorType: import("@omnia/fx-models").ColorTypes): void;
315
318
  setThemeStore(themeStoreInstance: {
@@ -383,15 +386,16 @@ export declare function useColorSchemaSetup(props: object): {
383
386
  };
384
387
  deactivated(): void;
385
388
  };
386
- colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
389
+ colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): import("@omnia/fx-models").ColorSchema;
387
390
  typography(): import("@omnia/fx-models").TypographyBlueprints;
391
+ fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
388
392
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
389
393
  component(): import("@omnia/fx-models").ComponentBlueprints;
390
- color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
391
- colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
394
+ color(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
395
+ colorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
392
396
  complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
393
- complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
394
- complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
397
+ complementaryColor(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
398
+ complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
395
399
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
396
400
  };
397
401
  }): void;
@@ -734,6 +738,56 @@ export declare function useColorSchemaSetup(props: object): {
734
738
  family: string;
735
739
  cdn?: string;
736
740
  };
741
+ fills?: {
742
+ variant1?: {
743
+ colors: (string | {
744
+ colorType: "base" | "onBase" | "container" | "onContainer";
745
+ toned?: boolean;
746
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
747
+ } | {
748
+ color: string | {
749
+ colorType: "base" | "onBase" | "container" | "onContainer";
750
+ toned?: boolean;
751
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
752
+ };
753
+ stop?: number;
754
+ })[];
755
+ acrylic?: boolean;
756
+ opacity?: number;
757
+ };
758
+ variant2?: {
759
+ colors: (string | {
760
+ colorType: "base" | "onBase" | "container" | "onContainer";
761
+ toned?: boolean;
762
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
763
+ } | {
764
+ color: string | {
765
+ colorType: "base" | "onBase" | "container" | "onContainer";
766
+ toned?: boolean;
767
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
768
+ };
769
+ stop?: number;
770
+ })[];
771
+ acrylic?: boolean;
772
+ opacity?: number;
773
+ };
774
+ variant3?: {
775
+ colors: (string | {
776
+ colorType: "base" | "onBase" | "container" | "onContainer";
777
+ toned?: boolean;
778
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
779
+ } | {
780
+ color: string | {
781
+ colorType: "base" | "onBase" | "container" | "onContainer";
782
+ toned?: boolean;
783
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
784
+ };
785
+ stop?: number;
786
+ })[];
787
+ acrylic?: boolean;
788
+ opacity?: number;
789
+ };
790
+ };
737
791
  title: {
738
792
  xl: {
739
793
  decoration?: string;
@@ -825,6 +879,16 @@ export declare function useColorSchemaSetup(props: object): {
825
879
  lineHeight: number;
826
880
  };
827
881
  };
882
+ font?: {
883
+ id: {
884
+ toString: () => string;
885
+ equals?: {
886
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
887
+ };
888
+ };
889
+ family: string;
890
+ cdn?: string;
891
+ };
828
892
  };
829
893
  text: {
830
894
  l: {
@@ -899,6 +963,16 @@ export declare function useColorSchemaSetup(props: object): {
899
963
  lineHeight: number;
900
964
  };
901
965
  };
966
+ font?: {
967
+ id: {
968
+ toString: () => string;
969
+ equals?: {
970
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
971
+ };
972
+ };
973
+ family: string;
974
+ cdn?: string;
975
+ };
902
976
  };
903
977
  navigation: {
904
978
  l: {
@@ -937,6 +1011,16 @@ export declare function useColorSchemaSetup(props: object): {
937
1011
  lineHeight: number;
938
1012
  };
939
1013
  };
1014
+ font?: {
1015
+ id: {
1016
+ toString: () => string;
1017
+ equals?: {
1018
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
1019
+ };
1020
+ };
1021
+ family: string;
1022
+ cdn?: string;
1023
+ };
940
1024
  };
941
1025
  link: {
942
1026
  m: {
@@ -957,6 +1041,16 @@ export declare function useColorSchemaSetup(props: object): {
957
1041
  lineHeight: number;
958
1042
  };
959
1043
  };
1044
+ font?: {
1045
+ id: {
1046
+ toString: () => string;
1047
+ equals?: {
1048
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
1049
+ };
1050
+ };
1051
+ family: string;
1052
+ cdn?: string;
1053
+ };
960
1054
  };
961
1055
  };
962
1056
  name?: string;
@@ -1009,12 +1103,12 @@ export declare function useColorSchemaSetup(props: object): {
1009
1103
  colors: (string | {
1010
1104
  colorType: "base" | "onBase" | "container" | "onContainer";
1011
1105
  toned?: boolean;
1012
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1106
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1013
1107
  } | {
1014
1108
  color: string | {
1015
1109
  colorType: "base" | "onBase" | "container" | "onContainer";
1016
1110
  toned?: boolean;
1017
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1111
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1018
1112
  };
1019
1113
  stop?: number;
1020
1114
  })[];
@@ -1038,7 +1132,7 @@ export declare function useColorSchemaSetup(props: object): {
1038
1132
  colors: (string | {
1039
1133
  colorType: "base" | "onBase" | "container" | "onContainer";
1040
1134
  toned?: boolean;
1041
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1135
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1042
1136
  } | {
1043
1137
  color: string | any;
1044
1138
  stop?: number;
@@ -1051,21 +1145,25 @@ export declare function useColorSchemaSetup(props: object): {
1051
1145
  };
1052
1146
  alterCase?: boolean;
1053
1147
  text?: {
1054
- color?: {
1148
+ color?: string | {
1055
1149
  colors: (string | {
1056
1150
  colorType: "base" | "onBase" | "container" | "onContainer";
1057
1151
  toned?: boolean;
1058
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1152
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1059
1153
  } | {
1060
1154
  color: string | {
1061
1155
  colorType: "base" | "onBase" | "container" | "onContainer";
1062
1156
  toned?: boolean;
1063
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1157
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1064
1158
  };
1065
1159
  stop?: number;
1066
1160
  })[];
1067
1161
  acrylic?: boolean;
1068
1162
  opacity?: number;
1163
+ } | {
1164
+ colorType: "base" | "onBase" | "container" | "onContainer";
1165
+ toned?: boolean;
1166
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1069
1167
  };
1070
1168
  typography?: {
1071
1169
  decoration?: string;
@@ -1085,7 +1183,7 @@ export declare function useColorSchemaSetup(props: object): {
1085
1183
  lineHeight: number;
1086
1184
  };
1087
1185
  } | {
1088
- type: "title" | "text" | "navigation";
1186
+ type: "text" | "title" | "navigation";
1089
1187
  size: "xs" | "s" | "m" | "l" | "xl";
1090
1188
  };
1091
1189
  };
@@ -1094,12 +1192,12 @@ export declare function useColorSchemaSetup(props: object): {
1094
1192
  colors: (string | {
1095
1193
  colorType: "base" | "onBase" | "container" | "onContainer";
1096
1194
  toned?: boolean;
1097
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1195
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1098
1196
  } | {
1099
1197
  color: string | {
1100
1198
  colorType: "base" | "onBase" | "container" | "onContainer";
1101
1199
  toned?: boolean;
1102
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1200
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1103
1201
  };
1104
1202
  stop?: number;
1105
1203
  })[];
@@ -1121,12 +1219,12 @@ export declare function useColorSchemaSetup(props: object): {
1121
1219
  colors: (string | {
1122
1220
  colorType: "base" | "onBase" | "container" | "onContainer";
1123
1221
  toned?: boolean;
1124
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1222
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1125
1223
  } | {
1126
1224
  color: string | {
1127
1225
  colorType: "base" | "onBase" | "container" | "onContainer";
1128
1226
  toned?: boolean;
1129
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1227
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1130
1228
  };
1131
1229
  stop?: number;
1132
1230
  })[];
@@ -1150,7 +1248,7 @@ export declare function useColorSchemaSetup(props: object): {
1150
1248
  colors: (string | {
1151
1249
  colorType: "base" | "onBase" | "container" | "onContainer";
1152
1250
  toned?: boolean;
1153
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1251
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1154
1252
  } | {
1155
1253
  color: string | any;
1156
1254
  stop?: number;
@@ -1163,21 +1261,25 @@ export declare function useColorSchemaSetup(props: object): {
1163
1261
  };
1164
1262
  alterCase?: boolean;
1165
1263
  text?: {
1166
- color?: {
1264
+ color?: string | {
1167
1265
  colors: (string | {
1168
1266
  colorType: "base" | "onBase" | "container" | "onContainer";
1169
1267
  toned?: boolean;
1170
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1268
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1171
1269
  } | {
1172
1270
  color: string | {
1173
1271
  colorType: "base" | "onBase" | "container" | "onContainer";
1174
1272
  toned?: boolean;
1175
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1273
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1176
1274
  };
1177
1275
  stop?: number;
1178
1276
  })[];
1179
1277
  acrylic?: boolean;
1180
1278
  opacity?: number;
1279
+ } | {
1280
+ colorType: "base" | "onBase" | "container" | "onContainer";
1281
+ toned?: boolean;
1282
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1181
1283
  };
1182
1284
  typography?: {
1183
1285
  decoration?: string;
@@ -1197,7 +1299,7 @@ export declare function useColorSchemaSetup(props: object): {
1197
1299
  lineHeight: number;
1198
1300
  };
1199
1301
  } | {
1200
- type: "title" | "text" | "navigation";
1302
+ type: "text" | "title" | "navigation";
1201
1303
  size: "xs" | "s" | "m" | "l" | "xl";
1202
1304
  };
1203
1305
  };
@@ -1206,12 +1308,12 @@ export declare function useColorSchemaSetup(props: object): {
1206
1308
  colors: (string | {
1207
1309
  colorType: "base" | "onBase" | "container" | "onContainer";
1208
1310
  toned?: boolean;
1209
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1311
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1210
1312
  } | {
1211
1313
  color: string | {
1212
1314
  colorType: "base" | "onBase" | "container" | "onContainer";
1213
1315
  toned?: boolean;
1214
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1316
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1215
1317
  };
1216
1318
  stop?: number;
1217
1319
  })[];
@@ -1233,12 +1335,12 @@ export declare function useColorSchemaSetup(props: object): {
1233
1335
  colors: (string | {
1234
1336
  colorType: "base" | "onBase" | "container" | "onContainer";
1235
1337
  toned?: boolean;
1236
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1338
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1237
1339
  } | {
1238
1340
  color: string | {
1239
1341
  colorType: "base" | "onBase" | "container" | "onContainer";
1240
1342
  toned?: boolean;
1241
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1343
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1242
1344
  };
1243
1345
  stop?: number;
1244
1346
  })[];
@@ -1262,7 +1364,7 @@ export declare function useColorSchemaSetup(props: object): {
1262
1364
  colors: (string | {
1263
1365
  colorType: "base" | "onBase" | "container" | "onContainer";
1264
1366
  toned?: boolean;
1265
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1367
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1266
1368
  } | {
1267
1369
  color: string | any;
1268
1370
  stop?: number;
@@ -1275,21 +1377,25 @@ export declare function useColorSchemaSetup(props: object): {
1275
1377
  };
1276
1378
  alterCase?: boolean;
1277
1379
  text?: {
1278
- color?: {
1380
+ color?: string | {
1279
1381
  colors: (string | {
1280
1382
  colorType: "base" | "onBase" | "container" | "onContainer";
1281
1383
  toned?: boolean;
1282
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1384
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1283
1385
  } | {
1284
1386
  color: string | {
1285
1387
  colorType: "base" | "onBase" | "container" | "onContainer";
1286
1388
  toned?: boolean;
1287
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1389
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1288
1390
  };
1289
1391
  stop?: number;
1290
1392
  })[];
1291
1393
  acrylic?: boolean;
1292
1394
  opacity?: number;
1395
+ } | {
1396
+ colorType: "base" | "onBase" | "container" | "onContainer";
1397
+ toned?: boolean;
1398
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1293
1399
  };
1294
1400
  typography?: {
1295
1401
  decoration?: string;
@@ -1309,7 +1415,7 @@ export declare function useColorSchemaSetup(props: object): {
1309
1415
  lineHeight: number;
1310
1416
  };
1311
1417
  } | {
1312
- type: "title" | "text" | "navigation";
1418
+ type: "text" | "title" | "navigation";
1313
1419
  size: "xs" | "s" | "m" | "l" | "xl";
1314
1420
  };
1315
1421
  };
@@ -1318,12 +1424,12 @@ export declare function useColorSchemaSetup(props: object): {
1318
1424
  colors: (string | {
1319
1425
  colorType: "base" | "onBase" | "container" | "onContainer";
1320
1426
  toned?: boolean;
1321
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1427
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1322
1428
  } | {
1323
1429
  color: string | {
1324
1430
  colorType: "base" | "onBase" | "container" | "onContainer";
1325
1431
  toned?: boolean;
1326
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1432
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1327
1433
  };
1328
1434
  stop?: number;
1329
1435
  })[];
@@ -1345,12 +1451,12 @@ export declare function useColorSchemaSetup(props: object): {
1345
1451
  colors: (string | {
1346
1452
  colorType: "base" | "onBase" | "container" | "onContainer";
1347
1453
  toned?: boolean;
1348
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1454
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1349
1455
  } | {
1350
1456
  color: string | {
1351
1457
  colorType: "base" | "onBase" | "container" | "onContainer";
1352
1458
  toned?: boolean;
1353
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1459
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1354
1460
  };
1355
1461
  stop?: number;
1356
1462
  })[];
@@ -1374,7 +1480,7 @@ export declare function useColorSchemaSetup(props: object): {
1374
1480
  colors: (string | {
1375
1481
  colorType: "base" | "onBase" | "container" | "onContainer";
1376
1482
  toned?: boolean;
1377
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1483
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1378
1484
  } | {
1379
1485
  color: string | any;
1380
1486
  stop?: number;
@@ -1387,21 +1493,25 @@ export declare function useColorSchemaSetup(props: object): {
1387
1493
  };
1388
1494
  alterCase?: boolean;
1389
1495
  text?: {
1390
- color?: {
1496
+ color?: string | {
1391
1497
  colors: (string | {
1392
1498
  colorType: "base" | "onBase" | "container" | "onContainer";
1393
1499
  toned?: boolean;
1394
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1500
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1395
1501
  } | {
1396
1502
  color: string | {
1397
1503
  colorType: "base" | "onBase" | "container" | "onContainer";
1398
1504
  toned?: boolean;
1399
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1505
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1400
1506
  };
1401
1507
  stop?: number;
1402
1508
  })[];
1403
1509
  acrylic?: boolean;
1404
1510
  opacity?: number;
1511
+ } | {
1512
+ colorType: "base" | "onBase" | "container" | "onContainer";
1513
+ toned?: boolean;
1514
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1405
1515
  };
1406
1516
  typography?: {
1407
1517
  decoration?: string;
@@ -1421,7 +1531,7 @@ export declare function useColorSchemaSetup(props: object): {
1421
1531
  lineHeight: number;
1422
1532
  };
1423
1533
  } | {
1424
- type: "title" | "text" | "navigation";
1534
+ type: "text" | "title" | "navigation";
1425
1535
  size: "xs" | "s" | "m" | "l" | "xl";
1426
1536
  };
1427
1537
  };
@@ -1430,12 +1540,12 @@ export declare function useColorSchemaSetup(props: object): {
1430
1540
  colors: (string | {
1431
1541
  colorType: "base" | "onBase" | "container" | "onContainer";
1432
1542
  toned?: boolean;
1433
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1543
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1434
1544
  } | {
1435
1545
  color: string | {
1436
1546
  colorType: "base" | "onBase" | "container" | "onContainer";
1437
1547
  toned?: boolean;
1438
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1548
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1439
1549
  };
1440
1550
  stop?: number;
1441
1551
  })[];
@@ -1457,12 +1567,12 @@ export declare function useColorSchemaSetup(props: object): {
1457
1567
  colors: (string | {
1458
1568
  colorType: "base" | "onBase" | "container" | "onContainer";
1459
1569
  toned?: boolean;
1460
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1570
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1461
1571
  } | {
1462
1572
  color: string | {
1463
1573
  colorType: "base" | "onBase" | "container" | "onContainer";
1464
1574
  toned?: boolean;
1465
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1575
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1466
1576
  };
1467
1577
  stop?: number;
1468
1578
  })[];
@@ -1486,7 +1596,7 @@ export declare function useColorSchemaSetup(props: object): {
1486
1596
  colors: (string | {
1487
1597
  colorType: "base" | "onBase" | "container" | "onContainer";
1488
1598
  toned?: boolean;
1489
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1599
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1490
1600
  } | {
1491
1601
  color: string | any;
1492
1602
  stop?: number;
@@ -1499,21 +1609,25 @@ export declare function useColorSchemaSetup(props: object): {
1499
1609
  };
1500
1610
  alterCase?: boolean;
1501
1611
  text?: {
1502
- color?: {
1612
+ color?: string | {
1503
1613
  colors: (string | {
1504
1614
  colorType: "base" | "onBase" | "container" | "onContainer";
1505
1615
  toned?: boolean;
1506
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1616
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1507
1617
  } | {
1508
1618
  color: string | {
1509
1619
  colorType: "base" | "onBase" | "container" | "onContainer";
1510
1620
  toned?: boolean;
1511
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1621
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1512
1622
  };
1513
1623
  stop?: number;
1514
1624
  })[];
1515
1625
  acrylic?: boolean;
1516
1626
  opacity?: number;
1627
+ } | {
1628
+ colorType: "base" | "onBase" | "container" | "onContainer";
1629
+ toned?: boolean;
1630
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1517
1631
  };
1518
1632
  typography?: {
1519
1633
  decoration?: string;
@@ -1533,7 +1647,7 @@ export declare function useColorSchemaSetup(props: object): {
1533
1647
  lineHeight: number;
1534
1648
  };
1535
1649
  } | {
1536
- type: "title" | "text" | "navigation";
1650
+ type: "text" | "title" | "navigation";
1537
1651
  size: "xs" | "s" | "m" | "l" | "xl";
1538
1652
  };
1539
1653
  };
@@ -1542,12 +1656,12 @@ export declare function useColorSchemaSetup(props: object): {
1542
1656
  colors: (string | {
1543
1657
  colorType: "base" | "onBase" | "container" | "onContainer";
1544
1658
  toned?: boolean;
1545
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1659
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1546
1660
  } | {
1547
1661
  color: string | {
1548
1662
  colorType: "base" | "onBase" | "container" | "onContainer";
1549
1663
  toned?: boolean;
1550
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1664
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1551
1665
  };
1552
1666
  stop?: number;
1553
1667
  })[];
@@ -1569,12 +1683,12 @@ export declare function useColorSchemaSetup(props: object): {
1569
1683
  colors: (string | {
1570
1684
  colorType: "base" | "onBase" | "container" | "onContainer";
1571
1685
  toned?: boolean;
1572
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1686
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1573
1687
  } | {
1574
1688
  color: string | {
1575
1689
  colorType: "base" | "onBase" | "container" | "onContainer";
1576
1690
  toned?: boolean;
1577
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1691
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1578
1692
  };
1579
1693
  stop?: number;
1580
1694
  })[];
@@ -1598,7 +1712,7 @@ export declare function useColorSchemaSetup(props: object): {
1598
1712
  colors: (string | {
1599
1713
  colorType: "base" | "onBase" | "container" | "onContainer";
1600
1714
  toned?: boolean;
1601
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1715
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1602
1716
  } | {
1603
1717
  color: string | any;
1604
1718
  stop?: number;
@@ -1611,21 +1725,25 @@ export declare function useColorSchemaSetup(props: object): {
1611
1725
  };
1612
1726
  alterCase?: boolean;
1613
1727
  text?: {
1614
- color?: {
1728
+ color?: string | {
1615
1729
  colors: (string | {
1616
1730
  colorType: "base" | "onBase" | "container" | "onContainer";
1617
1731
  toned?: boolean;
1618
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1732
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1619
1733
  } | {
1620
1734
  color: string | {
1621
1735
  colorType: "base" | "onBase" | "container" | "onContainer";
1622
1736
  toned?: boolean;
1623
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1737
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1624
1738
  };
1625
1739
  stop?: number;
1626
1740
  })[];
1627
1741
  acrylic?: boolean;
1628
1742
  opacity?: number;
1743
+ } | {
1744
+ colorType: "base" | "onBase" | "container" | "onContainer";
1745
+ toned?: boolean;
1746
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1629
1747
  };
1630
1748
  typography?: {
1631
1749
  decoration?: string;
@@ -1645,7 +1763,7 @@ export declare function useColorSchemaSetup(props: object): {
1645
1763
  lineHeight: number;
1646
1764
  };
1647
1765
  } | {
1648
- type: "title" | "text" | "navigation";
1766
+ type: "text" | "title" | "navigation";
1649
1767
  size: "xs" | "s" | "m" | "l" | "xl";
1650
1768
  };
1651
1769
  };
@@ -1654,12 +1772,12 @@ export declare function useColorSchemaSetup(props: object): {
1654
1772
  colors: (string | {
1655
1773
  colorType: "base" | "onBase" | "container" | "onContainer";
1656
1774
  toned?: boolean;
1657
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1775
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1658
1776
  } | {
1659
1777
  color: string | {
1660
1778
  colorType: "base" | "onBase" | "container" | "onContainer";
1661
1779
  toned?: boolean;
1662
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1780
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1663
1781
  };
1664
1782
  stop?: number;
1665
1783
  })[];
@@ -1681,12 +1799,12 @@ export declare function useColorSchemaSetup(props: object): {
1681
1799
  colors: (string | {
1682
1800
  colorType: "base" | "onBase" | "container" | "onContainer";
1683
1801
  toned?: boolean;
1684
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1802
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1685
1803
  } | {
1686
1804
  color: string | {
1687
1805
  colorType: "base" | "onBase" | "container" | "onContainer";
1688
1806
  toned?: boolean;
1689
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1807
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1690
1808
  };
1691
1809
  stop?: number;
1692
1810
  })[];
@@ -1710,7 +1828,7 @@ export declare function useColorSchemaSetup(props: object): {
1710
1828
  colors: (string | {
1711
1829
  colorType: "base" | "onBase" | "container" | "onContainer";
1712
1830
  toned?: boolean;
1713
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1831
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1714
1832
  } | {
1715
1833
  color: string | any;
1716
1834
  stop?: number;
@@ -1723,21 +1841,25 @@ export declare function useColorSchemaSetup(props: object): {
1723
1841
  };
1724
1842
  alterCase?: boolean;
1725
1843
  text?: {
1726
- color?: {
1844
+ color?: string | {
1727
1845
  colors: (string | {
1728
1846
  colorType: "base" | "onBase" | "container" | "onContainer";
1729
1847
  toned?: boolean;
1730
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1848
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1731
1849
  } | {
1732
1850
  color: string | {
1733
1851
  colorType: "base" | "onBase" | "container" | "onContainer";
1734
1852
  toned?: boolean;
1735
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1853
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1736
1854
  };
1737
1855
  stop?: number;
1738
1856
  })[];
1739
1857
  acrylic?: boolean;
1740
1858
  opacity?: number;
1859
+ } | {
1860
+ colorType: "base" | "onBase" | "container" | "onContainer";
1861
+ toned?: boolean;
1862
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1741
1863
  };
1742
1864
  typography?: {
1743
1865
  decoration?: string;
@@ -1757,7 +1879,7 @@ export declare function useColorSchemaSetup(props: object): {
1757
1879
  lineHeight: number;
1758
1880
  };
1759
1881
  } | {
1760
- type: "title" | "text" | "navigation";
1882
+ type: "text" | "title" | "navigation";
1761
1883
  size: "xs" | "s" | "m" | "l" | "xl";
1762
1884
  };
1763
1885
  };
@@ -1766,12 +1888,12 @@ export declare function useColorSchemaSetup(props: object): {
1766
1888
  colors: (string | {
1767
1889
  colorType: "base" | "onBase" | "container" | "onContainer";
1768
1890
  toned?: boolean;
1769
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1891
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1770
1892
  } | {
1771
1893
  color: string | {
1772
1894
  colorType: "base" | "onBase" | "container" | "onContainer";
1773
1895
  toned?: boolean;
1774
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1896
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1775
1897
  };
1776
1898
  stop?: number;
1777
1899
  })[];
@@ -1793,12 +1915,12 @@ export declare function useColorSchemaSetup(props: object): {
1793
1915
  colors: (string | {
1794
1916
  colorType: "base" | "onBase" | "container" | "onContainer";
1795
1917
  toned?: boolean;
1796
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1918
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1797
1919
  } | {
1798
1920
  color: string | {
1799
1921
  colorType: "base" | "onBase" | "container" | "onContainer";
1800
1922
  toned?: boolean;
1801
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1923
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1802
1924
  };
1803
1925
  stop?: number;
1804
1926
  })[];
@@ -1822,7 +1944,7 @@ export declare function useColorSchemaSetup(props: object): {
1822
1944
  colors: (string | {
1823
1945
  colorType: "base" | "onBase" | "container" | "onContainer";
1824
1946
  toned?: boolean;
1825
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1947
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1826
1948
  } | {
1827
1949
  color: string | any;
1828
1950
  stop?: number;
@@ -1835,21 +1957,25 @@ export declare function useColorSchemaSetup(props: object): {
1835
1957
  };
1836
1958
  alterCase?: boolean;
1837
1959
  text?: {
1838
- color?: {
1960
+ color?: string | {
1839
1961
  colors: (string | {
1840
1962
  colorType: "base" | "onBase" | "container" | "onContainer";
1841
1963
  toned?: boolean;
1842
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1964
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1843
1965
  } | {
1844
1966
  color: string | {
1845
1967
  colorType: "base" | "onBase" | "container" | "onContainer";
1846
1968
  toned?: boolean;
1847
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1969
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1848
1970
  };
1849
1971
  stop?: number;
1850
1972
  })[];
1851
1973
  acrylic?: boolean;
1852
1974
  opacity?: number;
1975
+ } | {
1976
+ colorType: "base" | "onBase" | "container" | "onContainer";
1977
+ toned?: boolean;
1978
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1853
1979
  };
1854
1980
  typography?: {
1855
1981
  decoration?: string;
@@ -1869,7 +1995,7 @@ export declare function useColorSchemaSetup(props: object): {
1869
1995
  lineHeight: number;
1870
1996
  };
1871
1997
  } | {
1872
- type: "title" | "text" | "navigation";
1998
+ type: "text" | "title" | "navigation";
1873
1999
  size: "xs" | "s" | "m" | "l" | "xl";
1874
2000
  };
1875
2001
  };
@@ -1878,12 +2004,12 @@ export declare function useColorSchemaSetup(props: object): {
1878
2004
  colors: (string | {
1879
2005
  colorType: "base" | "onBase" | "container" | "onContainer";
1880
2006
  toned?: boolean;
1881
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2007
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1882
2008
  } | {
1883
2009
  color: string | {
1884
2010
  colorType: "base" | "onBase" | "container" | "onContainer";
1885
2011
  toned?: boolean;
1886
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2012
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1887
2013
  };
1888
2014
  stop?: number;
1889
2015
  })[];
@@ -1905,12 +2031,12 @@ export declare function useColorSchemaSetup(props: object): {
1905
2031
  colors: (string | {
1906
2032
  colorType: "base" | "onBase" | "container" | "onContainer";
1907
2033
  toned?: boolean;
1908
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2034
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1909
2035
  } | {
1910
2036
  color: string | {
1911
2037
  colorType: "base" | "onBase" | "container" | "onContainer";
1912
2038
  toned?: boolean;
1913
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2039
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1914
2040
  };
1915
2041
  stop?: number;
1916
2042
  })[];
@@ -1934,7 +2060,7 @@ export declare function useColorSchemaSetup(props: object): {
1934
2060
  colors: (string | {
1935
2061
  colorType: "base" | "onBase" | "container" | "onContainer";
1936
2062
  toned?: boolean;
1937
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2063
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1938
2064
  } | {
1939
2065
  color: string | any;
1940
2066
  stop?: number;
@@ -1947,21 +2073,25 @@ export declare function useColorSchemaSetup(props: object): {
1947
2073
  };
1948
2074
  alterCase?: boolean;
1949
2075
  text?: {
1950
- color?: {
2076
+ color?: string | {
1951
2077
  colors: (string | {
1952
2078
  colorType: "base" | "onBase" | "container" | "onContainer";
1953
2079
  toned?: boolean;
1954
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2080
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1955
2081
  } | {
1956
2082
  color: string | {
1957
2083
  colorType: "base" | "onBase" | "container" | "onContainer";
1958
2084
  toned?: boolean;
1959
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2085
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1960
2086
  };
1961
2087
  stop?: number;
1962
2088
  })[];
1963
2089
  acrylic?: boolean;
1964
2090
  opacity?: number;
2091
+ } | {
2092
+ colorType: "base" | "onBase" | "container" | "onContainer";
2093
+ toned?: boolean;
2094
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1965
2095
  };
1966
2096
  typography?: {
1967
2097
  decoration?: string;
@@ -1981,7 +2111,7 @@ export declare function useColorSchemaSetup(props: object): {
1981
2111
  lineHeight: number;
1982
2112
  };
1983
2113
  } | {
1984
- type: "title" | "text" | "navigation";
2114
+ type: "text" | "title" | "navigation";
1985
2115
  size: "xs" | "s" | "m" | "l" | "xl";
1986
2116
  };
1987
2117
  };
@@ -1990,12 +2120,12 @@ export declare function useColorSchemaSetup(props: object): {
1990
2120
  colors: (string | {
1991
2121
  colorType: "base" | "onBase" | "container" | "onContainer";
1992
2122
  toned?: boolean;
1993
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2123
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1994
2124
  } | {
1995
2125
  color: string | {
1996
2126
  colorType: "base" | "onBase" | "container" | "onContainer";
1997
2127
  toned?: boolean;
1998
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2128
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1999
2129
  };
2000
2130
  stop?: number;
2001
2131
  })[];
@@ -2019,12 +2149,12 @@ export declare function useColorSchemaSetup(props: object): {
2019
2149
  colors: (string | {
2020
2150
  colorType: "base" | "onBase" | "container" | "onContainer";
2021
2151
  toned?: boolean;
2022
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2152
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2023
2153
  } | {
2024
2154
  color: string | {
2025
2155
  colorType: "base" | "onBase" | "container" | "onContainer";
2026
2156
  toned?: boolean;
2027
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2157
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2028
2158
  };
2029
2159
  stop?: number;
2030
2160
  })[];
@@ -2048,7 +2178,7 @@ export declare function useColorSchemaSetup(props: object): {
2048
2178
  colors: (string | {
2049
2179
  colorType: "base" | "onBase" | "container" | "onContainer";
2050
2180
  toned?: boolean;
2051
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2181
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2052
2182
  } | {
2053
2183
  color: string | any;
2054
2184
  stop?: number;
@@ -2061,21 +2191,25 @@ export declare function useColorSchemaSetup(props: object): {
2061
2191
  };
2062
2192
  alterCase?: boolean;
2063
2193
  text?: {
2064
- color?: {
2194
+ color?: string | {
2065
2195
  colors: (string | {
2066
2196
  colorType: "base" | "onBase" | "container" | "onContainer";
2067
2197
  toned?: boolean;
2068
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2198
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2069
2199
  } | {
2070
2200
  color: string | {
2071
2201
  colorType: "base" | "onBase" | "container" | "onContainer";
2072
2202
  toned?: boolean;
2073
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2203
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2074
2204
  };
2075
2205
  stop?: number;
2076
2206
  })[];
2077
2207
  acrylic?: boolean;
2078
2208
  opacity?: number;
2209
+ } | {
2210
+ colorType: "base" | "onBase" | "container" | "onContainer";
2211
+ toned?: boolean;
2212
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2079
2213
  };
2080
2214
  typography?: {
2081
2215
  decoration?: string;
@@ -2095,7 +2229,7 @@ export declare function useColorSchemaSetup(props: object): {
2095
2229
  lineHeight: number;
2096
2230
  };
2097
2231
  } | {
2098
- type: "title" | "text" | "navigation";
2232
+ type: "text" | "title" | "navigation";
2099
2233
  size: "xs" | "s" | "m" | "l" | "xl";
2100
2234
  };
2101
2235
  };
@@ -2104,12 +2238,12 @@ export declare function useColorSchemaSetup(props: object): {
2104
2238
  colors: (string | {
2105
2239
  colorType: "base" | "onBase" | "container" | "onContainer";
2106
2240
  toned?: boolean;
2107
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2241
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2108
2242
  } | {
2109
2243
  color: string | {
2110
2244
  colorType: "base" | "onBase" | "container" | "onContainer";
2111
2245
  toned?: boolean;
2112
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2246
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2113
2247
  };
2114
2248
  stop?: number;
2115
2249
  })[];
@@ -2131,12 +2265,12 @@ export declare function useColorSchemaSetup(props: object): {
2131
2265
  colors: (string | {
2132
2266
  colorType: "base" | "onBase" | "container" | "onContainer";
2133
2267
  toned?: boolean;
2134
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2268
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2135
2269
  } | {
2136
2270
  color: string | {
2137
2271
  colorType: "base" | "onBase" | "container" | "onContainer";
2138
2272
  toned?: boolean;
2139
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2273
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2140
2274
  };
2141
2275
  stop?: number;
2142
2276
  })[];
@@ -2160,7 +2294,7 @@ export declare function useColorSchemaSetup(props: object): {
2160
2294
  colors: (string | {
2161
2295
  colorType: "base" | "onBase" | "container" | "onContainer";
2162
2296
  toned?: boolean;
2163
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2297
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2164
2298
  } | {
2165
2299
  color: string | any;
2166
2300
  stop?: number;
@@ -2173,21 +2307,25 @@ export declare function useColorSchemaSetup(props: object): {
2173
2307
  };
2174
2308
  alterCase?: boolean;
2175
2309
  text?: {
2176
- color?: {
2310
+ color?: string | {
2177
2311
  colors: (string | {
2178
2312
  colorType: "base" | "onBase" | "container" | "onContainer";
2179
2313
  toned?: boolean;
2180
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2314
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2181
2315
  } | {
2182
2316
  color: string | {
2183
2317
  colorType: "base" | "onBase" | "container" | "onContainer";
2184
2318
  toned?: boolean;
2185
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2319
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2186
2320
  };
2187
2321
  stop?: number;
2188
2322
  })[];
2189
2323
  acrylic?: boolean;
2190
2324
  opacity?: number;
2325
+ } | {
2326
+ colorType: "base" | "onBase" | "container" | "onContainer";
2327
+ toned?: boolean;
2328
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2191
2329
  };
2192
2330
  typography?: {
2193
2331
  decoration?: string;
@@ -2207,7 +2345,7 @@ export declare function useColorSchemaSetup(props: object): {
2207
2345
  lineHeight: number;
2208
2346
  };
2209
2347
  } | {
2210
- type: "title" | "text" | "navigation";
2348
+ type: "text" | "title" | "navigation";
2211
2349
  size: "xs" | "s" | "m" | "l" | "xl";
2212
2350
  };
2213
2351
  };
@@ -2216,12 +2354,12 @@ export declare function useColorSchemaSetup(props: object): {
2216
2354
  colors: (string | {
2217
2355
  colorType: "base" | "onBase" | "container" | "onContainer";
2218
2356
  toned?: boolean;
2219
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2357
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2220
2358
  } | {
2221
2359
  color: string | {
2222
2360
  colorType: "base" | "onBase" | "container" | "onContainer";
2223
2361
  toned?: boolean;
2224
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2362
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2225
2363
  };
2226
2364
  stop?: number;
2227
2365
  })[];
@@ -2243,12 +2381,12 @@ export declare function useColorSchemaSetup(props: object): {
2243
2381
  colors: (string | {
2244
2382
  colorType: "base" | "onBase" | "container" | "onContainer";
2245
2383
  toned?: boolean;
2246
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2384
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2247
2385
  } | {
2248
2386
  color: string | {
2249
2387
  colorType: "base" | "onBase" | "container" | "onContainer";
2250
2388
  toned?: boolean;
2251
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2389
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2252
2390
  };
2253
2391
  stop?: number;
2254
2392
  })[];
@@ -2272,7 +2410,7 @@ export declare function useColorSchemaSetup(props: object): {
2272
2410
  colors: (string | {
2273
2411
  colorType: "base" | "onBase" | "container" | "onContainer";
2274
2412
  toned?: boolean;
2275
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2413
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2276
2414
  } | {
2277
2415
  color: string | any;
2278
2416
  stop?: number;
@@ -2285,21 +2423,25 @@ export declare function useColorSchemaSetup(props: object): {
2285
2423
  };
2286
2424
  alterCase?: boolean;
2287
2425
  text?: {
2288
- color?: {
2426
+ color?: string | {
2289
2427
  colors: (string | {
2290
2428
  colorType: "base" | "onBase" | "container" | "onContainer";
2291
2429
  toned?: boolean;
2292
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2430
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2293
2431
  } | {
2294
2432
  color: string | {
2295
2433
  colorType: "base" | "onBase" | "container" | "onContainer";
2296
2434
  toned?: boolean;
2297
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2435
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2298
2436
  };
2299
2437
  stop?: number;
2300
2438
  })[];
2301
2439
  acrylic?: boolean;
2302
2440
  opacity?: number;
2441
+ } | {
2442
+ colorType: "base" | "onBase" | "container" | "onContainer";
2443
+ toned?: boolean;
2444
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2303
2445
  };
2304
2446
  typography?: {
2305
2447
  decoration?: string;
@@ -2319,7 +2461,7 @@ export declare function useColorSchemaSetup(props: object): {
2319
2461
  lineHeight: number;
2320
2462
  };
2321
2463
  } | {
2322
- type: "title" | "text" | "navigation";
2464
+ type: "text" | "title" | "navigation";
2323
2465
  size: "xs" | "s" | "m" | "l" | "xl";
2324
2466
  };
2325
2467
  };
@@ -2328,12 +2470,12 @@ export declare function useColorSchemaSetup(props: object): {
2328
2470
  colors: (string | {
2329
2471
  colorType: "base" | "onBase" | "container" | "onContainer";
2330
2472
  toned?: boolean;
2331
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2473
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2332
2474
  } | {
2333
2475
  color: string | {
2334
2476
  colorType: "base" | "onBase" | "container" | "onContainer";
2335
2477
  toned?: boolean;
2336
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2478
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2337
2479
  };
2338
2480
  stop?: number;
2339
2481
  })[];
@@ -2355,12 +2497,12 @@ export declare function useColorSchemaSetup(props: object): {
2355
2497
  colors: (string | {
2356
2498
  colorType: "base" | "onBase" | "container" | "onContainer";
2357
2499
  toned?: boolean;
2358
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2500
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2359
2501
  } | {
2360
2502
  color: string | {
2361
2503
  colorType: "base" | "onBase" | "container" | "onContainer";
2362
2504
  toned?: boolean;
2363
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2505
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2364
2506
  };
2365
2507
  stop?: number;
2366
2508
  })[];
@@ -2384,7 +2526,7 @@ export declare function useColorSchemaSetup(props: object): {
2384
2526
  colors: (string | {
2385
2527
  colorType: "base" | "onBase" | "container" | "onContainer";
2386
2528
  toned?: boolean;
2387
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2529
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2388
2530
  } | {
2389
2531
  color: string | any;
2390
2532
  stop?: number;
@@ -2397,21 +2539,25 @@ export declare function useColorSchemaSetup(props: object): {
2397
2539
  };
2398
2540
  alterCase?: boolean;
2399
2541
  text?: {
2400
- color?: {
2542
+ color?: string | {
2401
2543
  colors: (string | {
2402
2544
  colorType: "base" | "onBase" | "container" | "onContainer";
2403
2545
  toned?: boolean;
2404
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2546
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2405
2547
  } | {
2406
2548
  color: string | {
2407
2549
  colorType: "base" | "onBase" | "container" | "onContainer";
2408
2550
  toned?: boolean;
2409
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2551
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2410
2552
  };
2411
2553
  stop?: number;
2412
2554
  })[];
2413
2555
  acrylic?: boolean;
2414
2556
  opacity?: number;
2557
+ } | {
2558
+ colorType: "base" | "onBase" | "container" | "onContainer";
2559
+ toned?: boolean;
2560
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2415
2561
  };
2416
2562
  typography?: {
2417
2563
  decoration?: string;
@@ -2431,7 +2577,7 @@ export declare function useColorSchemaSetup(props: object): {
2431
2577
  lineHeight: number;
2432
2578
  };
2433
2579
  } | {
2434
- type: "title" | "text" | "navigation";
2580
+ type: "text" | "title" | "navigation";
2435
2581
  size: "xs" | "s" | "m" | "l" | "xl";
2436
2582
  };
2437
2583
  };
@@ -2440,12 +2586,12 @@ export declare function useColorSchemaSetup(props: object): {
2440
2586
  colors: (string | {
2441
2587
  colorType: "base" | "onBase" | "container" | "onContainer";
2442
2588
  toned?: boolean;
2443
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2589
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2444
2590
  } | {
2445
2591
  color: string | {
2446
2592
  colorType: "base" | "onBase" | "container" | "onContainer";
2447
2593
  toned?: boolean;
2448
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2594
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2449
2595
  };
2450
2596
  stop?: number;
2451
2597
  })[];
@@ -2467,12 +2613,12 @@ export declare function useColorSchemaSetup(props: object): {
2467
2613
  colors: (string | {
2468
2614
  colorType: "base" | "onBase" | "container" | "onContainer";
2469
2615
  toned?: boolean;
2470
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2616
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2471
2617
  } | {
2472
2618
  color: string | {
2473
2619
  colorType: "base" | "onBase" | "container" | "onContainer";
2474
2620
  toned?: boolean;
2475
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2621
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2476
2622
  };
2477
2623
  stop?: number;
2478
2624
  })[];
@@ -2496,7 +2642,7 @@ export declare function useColorSchemaSetup(props: object): {
2496
2642
  colors: (string | {
2497
2643
  colorType: "base" | "onBase" | "container" | "onContainer";
2498
2644
  toned?: boolean;
2499
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2645
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2500
2646
  } | {
2501
2647
  color: string | any;
2502
2648
  stop?: number;
@@ -2509,21 +2655,25 @@ export declare function useColorSchemaSetup(props: object): {
2509
2655
  };
2510
2656
  alterCase?: boolean;
2511
2657
  text?: {
2512
- color?: {
2658
+ color?: string | {
2513
2659
  colors: (string | {
2514
2660
  colorType: "base" | "onBase" | "container" | "onContainer";
2515
2661
  toned?: boolean;
2516
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2662
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2517
2663
  } | {
2518
2664
  color: string | {
2519
2665
  colorType: "base" | "onBase" | "container" | "onContainer";
2520
2666
  toned?: boolean;
2521
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2667
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2522
2668
  };
2523
2669
  stop?: number;
2524
2670
  })[];
2525
2671
  acrylic?: boolean;
2526
2672
  opacity?: number;
2673
+ } | {
2674
+ colorType: "base" | "onBase" | "container" | "onContainer";
2675
+ toned?: boolean;
2676
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2527
2677
  };
2528
2678
  typography?: {
2529
2679
  decoration?: string;
@@ -2543,7 +2693,7 @@ export declare function useColorSchemaSetup(props: object): {
2543
2693
  lineHeight: number;
2544
2694
  };
2545
2695
  } | {
2546
- type: "title" | "text" | "navigation";
2696
+ type: "text" | "title" | "navigation";
2547
2697
  size: "xs" | "s" | "m" | "l" | "xl";
2548
2698
  };
2549
2699
  };
@@ -2552,12 +2702,12 @@ export declare function useColorSchemaSetup(props: object): {
2552
2702
  colors: (string | {
2553
2703
  colorType: "base" | "onBase" | "container" | "onContainer";
2554
2704
  toned?: boolean;
2555
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2705
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2556
2706
  } | {
2557
2707
  color: string | {
2558
2708
  colorType: "base" | "onBase" | "container" | "onContainer";
2559
2709
  toned?: boolean;
2560
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2710
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2561
2711
  };
2562
2712
  stop?: number;
2563
2713
  })[];
@@ -2579,12 +2729,12 @@ export declare function useColorSchemaSetup(props: object): {
2579
2729
  colors: (string | {
2580
2730
  colorType: "base" | "onBase" | "container" | "onContainer";
2581
2731
  toned?: boolean;
2582
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2732
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2583
2733
  } | {
2584
2734
  color: string | {
2585
2735
  colorType: "base" | "onBase" | "container" | "onContainer";
2586
2736
  toned?: boolean;
2587
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2737
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2588
2738
  };
2589
2739
  stop?: number;
2590
2740
  })[];
@@ -2608,7 +2758,7 @@ export declare function useColorSchemaSetup(props: object): {
2608
2758
  colors: (string | {
2609
2759
  colorType: "base" | "onBase" | "container" | "onContainer";
2610
2760
  toned?: boolean;
2611
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2761
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2612
2762
  } | {
2613
2763
  color: string | any;
2614
2764
  stop?: number;
@@ -2621,21 +2771,25 @@ export declare function useColorSchemaSetup(props: object): {
2621
2771
  };
2622
2772
  alterCase?: boolean;
2623
2773
  text?: {
2624
- color?: {
2774
+ color?: string | {
2625
2775
  colors: (string | {
2626
2776
  colorType: "base" | "onBase" | "container" | "onContainer";
2627
2777
  toned?: boolean;
2628
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2778
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2629
2779
  } | {
2630
2780
  color: string | {
2631
2781
  colorType: "base" | "onBase" | "container" | "onContainer";
2632
2782
  toned?: boolean;
2633
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2783
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2634
2784
  };
2635
2785
  stop?: number;
2636
2786
  })[];
2637
2787
  acrylic?: boolean;
2638
2788
  opacity?: number;
2789
+ } | {
2790
+ colorType: "base" | "onBase" | "container" | "onContainer";
2791
+ toned?: boolean;
2792
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2639
2793
  };
2640
2794
  typography?: {
2641
2795
  decoration?: string;
@@ -2655,7 +2809,7 @@ export declare function useColorSchemaSetup(props: object): {
2655
2809
  lineHeight: number;
2656
2810
  };
2657
2811
  } | {
2658
- type: "title" | "text" | "navigation";
2812
+ type: "text" | "title" | "navigation";
2659
2813
  size: "xs" | "s" | "m" | "l" | "xl";
2660
2814
  };
2661
2815
  };
@@ -2664,12 +2818,12 @@ export declare function useColorSchemaSetup(props: object): {
2664
2818
  colors: (string | {
2665
2819
  colorType: "base" | "onBase" | "container" | "onContainer";
2666
2820
  toned?: boolean;
2667
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2821
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2668
2822
  } | {
2669
2823
  color: string | {
2670
2824
  colorType: "base" | "onBase" | "container" | "onContainer";
2671
2825
  toned?: boolean;
2672
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2826
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2673
2827
  };
2674
2828
  stop?: number;
2675
2829
  })[];
@@ -2691,12 +2845,12 @@ export declare function useColorSchemaSetup(props: object): {
2691
2845
  colors: (string | {
2692
2846
  colorType: "base" | "onBase" | "container" | "onContainer";
2693
2847
  toned?: boolean;
2694
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2848
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2695
2849
  } | {
2696
2850
  color: string | {
2697
2851
  colorType: "base" | "onBase" | "container" | "onContainer";
2698
2852
  toned?: boolean;
2699
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2853
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2700
2854
  };
2701
2855
  stop?: number;
2702
2856
  })[];
@@ -2720,7 +2874,7 @@ export declare function useColorSchemaSetup(props: object): {
2720
2874
  colors: (string | {
2721
2875
  colorType: "base" | "onBase" | "container" | "onContainer";
2722
2876
  toned?: boolean;
2723
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2877
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2724
2878
  } | {
2725
2879
  color: string | any;
2726
2880
  stop?: number;
@@ -2733,21 +2887,25 @@ export declare function useColorSchemaSetup(props: object): {
2733
2887
  };
2734
2888
  alterCase?: boolean;
2735
2889
  text?: {
2736
- color?: {
2890
+ color?: string | {
2737
2891
  colors: (string | {
2738
2892
  colorType: "base" | "onBase" | "container" | "onContainer";
2739
2893
  toned?: boolean;
2740
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2894
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2741
2895
  } | {
2742
2896
  color: string | {
2743
2897
  colorType: "base" | "onBase" | "container" | "onContainer";
2744
2898
  toned?: boolean;
2745
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2899
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2746
2900
  };
2747
2901
  stop?: number;
2748
2902
  })[];
2749
2903
  acrylic?: boolean;
2750
2904
  opacity?: number;
2905
+ } | {
2906
+ colorType: "base" | "onBase" | "container" | "onContainer";
2907
+ toned?: boolean;
2908
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2751
2909
  };
2752
2910
  typography?: {
2753
2911
  decoration?: string;
@@ -2767,7 +2925,7 @@ export declare function useColorSchemaSetup(props: object): {
2767
2925
  lineHeight: number;
2768
2926
  };
2769
2927
  } | {
2770
- type: "title" | "text" | "navigation";
2928
+ type: "text" | "title" | "navigation";
2771
2929
  size: "xs" | "s" | "m" | "l" | "xl";
2772
2930
  };
2773
2931
  };
@@ -2776,12 +2934,12 @@ export declare function useColorSchemaSetup(props: object): {
2776
2934
  colors: (string | {
2777
2935
  colorType: "base" | "onBase" | "container" | "onContainer";
2778
2936
  toned?: boolean;
2779
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2937
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2780
2938
  } | {
2781
2939
  color: string | {
2782
2940
  colorType: "base" | "onBase" | "container" | "onContainer";
2783
2941
  toned?: boolean;
2784
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2942
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2785
2943
  };
2786
2944
  stop?: number;
2787
2945
  })[];
@@ -2803,12 +2961,12 @@ export declare function useColorSchemaSetup(props: object): {
2803
2961
  colors: (string | {
2804
2962
  colorType: "base" | "onBase" | "container" | "onContainer";
2805
2963
  toned?: boolean;
2806
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2964
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2807
2965
  } | {
2808
2966
  color: string | {
2809
2967
  colorType: "base" | "onBase" | "container" | "onContainer";
2810
2968
  toned?: boolean;
2811
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2969
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2812
2970
  };
2813
2971
  stop?: number;
2814
2972
  })[];
@@ -2832,7 +2990,7 @@ export declare function useColorSchemaSetup(props: object): {
2832
2990
  colors: (string | {
2833
2991
  colorType: "base" | "onBase" | "container" | "onContainer";
2834
2992
  toned?: boolean;
2835
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2993
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2836
2994
  } | {
2837
2995
  color: string | any;
2838
2996
  stop?: number;
@@ -2845,21 +3003,25 @@ export declare function useColorSchemaSetup(props: object): {
2845
3003
  };
2846
3004
  alterCase?: boolean;
2847
3005
  text?: {
2848
- color?: {
3006
+ color?: string | {
2849
3007
  colors: (string | {
2850
3008
  colorType: "base" | "onBase" | "container" | "onContainer";
2851
3009
  toned?: boolean;
2852
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3010
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2853
3011
  } | {
2854
3012
  color: string | {
2855
3013
  colorType: "base" | "onBase" | "container" | "onContainer";
2856
3014
  toned?: boolean;
2857
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3015
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2858
3016
  };
2859
3017
  stop?: number;
2860
3018
  })[];
2861
3019
  acrylic?: boolean;
2862
3020
  opacity?: number;
3021
+ } | {
3022
+ colorType: "base" | "onBase" | "container" | "onContainer";
3023
+ toned?: boolean;
3024
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2863
3025
  };
2864
3026
  typography?: {
2865
3027
  decoration?: string;
@@ -2879,7 +3041,7 @@ export declare function useColorSchemaSetup(props: object): {
2879
3041
  lineHeight: number;
2880
3042
  };
2881
3043
  } | {
2882
- type: "title" | "text" | "navigation";
3044
+ type: "text" | "title" | "navigation";
2883
3045
  size: "xs" | "s" | "m" | "l" | "xl";
2884
3046
  };
2885
3047
  };
@@ -2888,12 +3050,12 @@ export declare function useColorSchemaSetup(props: object): {
2888
3050
  colors: (string | {
2889
3051
  colorType: "base" | "onBase" | "container" | "onContainer";
2890
3052
  toned?: boolean;
2891
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3053
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2892
3054
  } | {
2893
3055
  color: string | {
2894
3056
  colorType: "base" | "onBase" | "container" | "onContainer";
2895
3057
  toned?: boolean;
2896
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3058
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2897
3059
  };
2898
3060
  stop?: number;
2899
3061
  })[];
@@ -2915,12 +3077,12 @@ export declare function useColorSchemaSetup(props: object): {
2915
3077
  colors: (string | {
2916
3078
  colorType: "base" | "onBase" | "container" | "onContainer";
2917
3079
  toned?: boolean;
2918
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3080
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2919
3081
  } | {
2920
3082
  color: string | {
2921
3083
  colorType: "base" | "onBase" | "container" | "onContainer";
2922
3084
  toned?: boolean;
2923
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3085
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2924
3086
  };
2925
3087
  stop?: number;
2926
3088
  })[];
@@ -2944,7 +3106,7 @@ export declare function useColorSchemaSetup(props: object): {
2944
3106
  colors: (string | {
2945
3107
  colorType: "base" | "onBase" | "container" | "onContainer";
2946
3108
  toned?: boolean;
2947
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3109
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2948
3110
  } | {
2949
3111
  color: string | any;
2950
3112
  stop?: number;
@@ -2957,21 +3119,25 @@ export declare function useColorSchemaSetup(props: object): {
2957
3119
  };
2958
3120
  alterCase?: boolean;
2959
3121
  text?: {
2960
- color?: {
3122
+ color?: string | {
2961
3123
  colors: (string | {
2962
3124
  colorType: "base" | "onBase" | "container" | "onContainer";
2963
3125
  toned?: boolean;
2964
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3126
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2965
3127
  } | {
2966
3128
  color: string | {
2967
3129
  colorType: "base" | "onBase" | "container" | "onContainer";
2968
3130
  toned?: boolean;
2969
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3131
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2970
3132
  };
2971
3133
  stop?: number;
2972
3134
  })[];
2973
3135
  acrylic?: boolean;
2974
3136
  opacity?: number;
3137
+ } | {
3138
+ colorType: "base" | "onBase" | "container" | "onContainer";
3139
+ toned?: boolean;
3140
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2975
3141
  };
2976
3142
  typography?: {
2977
3143
  decoration?: string;
@@ -2991,7 +3157,7 @@ export declare function useColorSchemaSetup(props: object): {
2991
3157
  lineHeight: number;
2992
3158
  };
2993
3159
  } | {
2994
- type: "title" | "text" | "navigation";
3160
+ type: "text" | "title" | "navigation";
2995
3161
  size: "xs" | "s" | "m" | "l" | "xl";
2996
3162
  };
2997
3163
  };
@@ -3000,12 +3166,12 @@ export declare function useColorSchemaSetup(props: object): {
3000
3166
  colors: (string | {
3001
3167
  colorType: "base" | "onBase" | "container" | "onContainer";
3002
3168
  toned?: boolean;
3003
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3169
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3004
3170
  } | {
3005
3171
  color: string | {
3006
3172
  colorType: "base" | "onBase" | "container" | "onContainer";
3007
3173
  toned?: boolean;
3008
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3174
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3009
3175
  };
3010
3176
  stop?: number;
3011
3177
  })[];
@@ -3025,12 +3191,12 @@ export declare function useColorSchemaSetup(props: object): {
3025
3191
  colors: (string | {
3026
3192
  colorType: "base" | "onBase" | "container" | "onContainer";
3027
3193
  toned?: boolean;
3028
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3194
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3029
3195
  } | {
3030
3196
  color: string | {
3031
3197
  colorType: "base" | "onBase" | "container" | "onContainer";
3032
3198
  toned?: boolean;
3033
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3199
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3034
3200
  };
3035
3201
  stop?: number;
3036
3202
  })[];
@@ -3054,12 +3220,12 @@ export declare function useColorSchemaSetup(props: object): {
3054
3220
  colors: (string | {
3055
3221
  colorType: "base" | "onBase" | "container" | "onContainer";
3056
3222
  toned?: boolean;
3057
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3223
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3058
3224
  } | {
3059
3225
  color: string | {
3060
3226
  colorType: "base" | "onBase" | "container" | "onContainer";
3061
3227
  toned?: boolean;
3062
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3228
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3063
3229
  };
3064
3230
  stop?: number;
3065
3231
  })[];
@@ -3087,28 +3253,32 @@ export declare function useColorSchemaSetup(props: object): {
3087
3253
  grow?: boolean;
3088
3254
  minHeight?: number;
3089
3255
  minWidth?: number;
3090
- alignment?: "center" | "start" | "end";
3256
+ alignment?: "start" | "center" | "end";
3091
3257
  sliderColor?: string | {
3092
3258
  colorType: "base" | "onBase" | "container" | "onContainer";
3093
3259
  toned?: boolean;
3094
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3260
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3095
3261
  };
3096
3262
  text?: {
3097
- color?: {
3263
+ color?: string | {
3098
3264
  colors: (string | {
3099
3265
  colorType: "base" | "onBase" | "container" | "onContainer";
3100
3266
  toned?: boolean;
3101
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3267
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3102
3268
  } | {
3103
3269
  color: string | {
3104
3270
  colorType: "base" | "onBase" | "container" | "onContainer";
3105
3271
  toned?: boolean;
3106
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3272
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3107
3273
  };
3108
3274
  stop?: number;
3109
3275
  })[];
3110
3276
  acrylic?: boolean;
3111
3277
  opacity?: number;
3278
+ } | {
3279
+ colorType: "base" | "onBase" | "container" | "onContainer";
3280
+ toned?: boolean;
3281
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3112
3282
  };
3113
3283
  typography?: {
3114
3284
  decoration?: string;
@@ -3128,7 +3298,7 @@ export declare function useColorSchemaSetup(props: object): {
3128
3298
  lineHeight: number;
3129
3299
  };
3130
3300
  } | {
3131
- type: "title" | "text" | "navigation";
3301
+ type: "text" | "title" | "navigation";
3132
3302
  size: "xs" | "s" | "m" | "l" | "xl";
3133
3303
  };
3134
3304
  };
@@ -3137,12 +3307,12 @@ export declare function useColorSchemaSetup(props: object): {
3137
3307
  colors: (string | {
3138
3308
  colorType: "base" | "onBase" | "container" | "onContainer";
3139
3309
  toned?: boolean;
3140
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3310
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3141
3311
  } | {
3142
3312
  color: string | {
3143
3313
  colorType: "base" | "onBase" | "container" | "onContainer";
3144
3314
  toned?: boolean;
3145
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3315
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3146
3316
  };
3147
3317
  stop?: number;
3148
3318
  })[];
@@ -3163,12 +3333,12 @@ export declare function useColorSchemaSetup(props: object): {
3163
3333
  colors: (string | {
3164
3334
  colorType: "base" | "onBase" | "container" | "onContainer";
3165
3335
  toned?: boolean;
3166
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3336
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3167
3337
  } | {
3168
3338
  color: string | {
3169
3339
  colorType: "base" | "onBase" | "container" | "onContainer";
3170
3340
  toned?: boolean;
3171
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3341
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3172
3342
  };
3173
3343
  stop?: number;
3174
3344
  })[];
@@ -3192,7 +3362,7 @@ export declare function useColorSchemaSetup(props: object): {
3192
3362
  colors: (string | {
3193
3363
  colorType: "base" | "onBase" | "container" | "onContainer";
3194
3364
  toned?: boolean;
3195
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3365
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3196
3366
  } | {
3197
3367
  color: string | any;
3198
3368
  stop?: number;
@@ -3204,21 +3374,25 @@ export declare function useColorSchemaSetup(props: object): {
3204
3374
  elevation?: number;
3205
3375
  };
3206
3376
  text?: {
3207
- color?: {
3377
+ color?: string | {
3208
3378
  colors: (string | {
3209
3379
  colorType: "base" | "onBase" | "container" | "onContainer";
3210
3380
  toned?: boolean;
3211
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3381
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3212
3382
  } | {
3213
3383
  color: string | {
3214
3384
  colorType: "base" | "onBase" | "container" | "onContainer";
3215
3385
  toned?: boolean;
3216
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3386
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3217
3387
  };
3218
3388
  stop?: number;
3219
3389
  })[];
3220
3390
  acrylic?: boolean;
3221
3391
  opacity?: number;
3392
+ } | {
3393
+ colorType: "base" | "onBase" | "container" | "onContainer";
3394
+ toned?: boolean;
3395
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3222
3396
  };
3223
3397
  typography?: {
3224
3398
  decoration?: string;
@@ -3238,7 +3412,7 @@ export declare function useColorSchemaSetup(props: object): {
3238
3412
  lineHeight: number;
3239
3413
  };
3240
3414
  } | {
3241
- type: "title" | "text" | "navigation";
3415
+ type: "text" | "title" | "navigation";
3242
3416
  size: "xs" | "s" | "m" | "l" | "xl";
3243
3417
  };
3244
3418
  };
@@ -3247,12 +3421,12 @@ export declare function useColorSchemaSetup(props: object): {
3247
3421
  colors: (string | {
3248
3422
  colorType: "base" | "onBase" | "container" | "onContainer";
3249
3423
  toned?: boolean;
3250
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3424
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3251
3425
  } | {
3252
3426
  color: string | {
3253
3427
  colorType: "base" | "onBase" | "container" | "onContainer";
3254
3428
  toned?: boolean;
3255
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3429
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3256
3430
  };
3257
3431
  stop?: number;
3258
3432
  })[];
@@ -3268,12 +3442,12 @@ export declare function useColorSchemaSetup(props: object): {
3268
3442
  colors: (string | {
3269
3443
  colorType: "base" | "onBase" | "container" | "onContainer";
3270
3444
  toned?: boolean;
3271
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3445
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3272
3446
  } | {
3273
3447
  color: string | {
3274
3448
  colorType: "base" | "onBase" | "container" | "onContainer";
3275
3449
  toned?: boolean;
3276
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3450
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3277
3451
  };
3278
3452
  stop?: number;
3279
3453
  })[];
@@ -3297,7 +3471,7 @@ export declare function useColorSchemaSetup(props: object): {
3297
3471
  colors: (string | {
3298
3472
  colorType: "base" | "onBase" | "container" | "onContainer";
3299
3473
  toned?: boolean;
3300
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3474
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3301
3475
  } | {
3302
3476
  color: string | any;
3303
3477
  stop?: number;
@@ -3316,12 +3490,12 @@ export declare function useColorSchemaSetup(props: object): {
3316
3490
  colors: (string | {
3317
3491
  colorType: "base" | "onBase" | "container" | "onContainer";
3318
3492
  toned?: boolean;
3319
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3493
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3320
3494
  } | {
3321
3495
  color: string | {
3322
3496
  colorType: "base" | "onBase" | "container" | "onContainer";
3323
3497
  toned?: boolean;
3324
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3498
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3325
3499
  };
3326
3500
  stop?: number;
3327
3501
  })[];
@@ -3345,12 +3519,12 @@ export declare function useColorSchemaSetup(props: object): {
3345
3519
  colors: (string | {
3346
3520
  colorType: "base" | "onBase" | "container" | "onContainer";
3347
3521
  toned?: boolean;
3348
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3522
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3349
3523
  } | {
3350
3524
  color: string | {
3351
3525
  colorType: "base" | "onBase" | "container" | "onContainer";
3352
3526
  toned?: boolean;
3353
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3527
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3354
3528
  };
3355
3529
  stop?: number;
3356
3530
  })[];
@@ -3378,28 +3552,32 @@ export declare function useColorSchemaSetup(props: object): {
3378
3552
  grow?: boolean;
3379
3553
  minHeight?: number;
3380
3554
  minWidth?: number;
3381
- alignment?: "center" | "start" | "end";
3555
+ alignment?: "start" | "center" | "end";
3382
3556
  sliderColor?: string | {
3383
3557
  colorType: "base" | "onBase" | "container" | "onContainer";
3384
3558
  toned?: boolean;
3385
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3559
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3386
3560
  };
3387
3561
  text?: {
3388
- color?: {
3562
+ color?: string | {
3389
3563
  colors: (string | {
3390
3564
  colorType: "base" | "onBase" | "container" | "onContainer";
3391
3565
  toned?: boolean;
3392
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3566
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3393
3567
  } | {
3394
3568
  color: string | {
3395
3569
  colorType: "base" | "onBase" | "container" | "onContainer";
3396
3570
  toned?: boolean;
3397
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3571
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3398
3572
  };
3399
3573
  stop?: number;
3400
3574
  })[];
3401
3575
  acrylic?: boolean;
3402
3576
  opacity?: number;
3577
+ } | {
3578
+ colorType: "base" | "onBase" | "container" | "onContainer";
3579
+ toned?: boolean;
3580
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3403
3581
  };
3404
3582
  typography?: {
3405
3583
  decoration?: string;
@@ -3419,7 +3597,7 @@ export declare function useColorSchemaSetup(props: object): {
3419
3597
  lineHeight: number;
3420
3598
  };
3421
3599
  } | {
3422
- type: "title" | "text" | "navigation";
3600
+ type: "text" | "title" | "navigation";
3423
3601
  size: "xs" | "s" | "m" | "l" | "xl";
3424
3602
  };
3425
3603
  };
@@ -3428,12 +3606,12 @@ export declare function useColorSchemaSetup(props: object): {
3428
3606
  colors: (string | {
3429
3607
  colorType: "base" | "onBase" | "container" | "onContainer";
3430
3608
  toned?: boolean;
3431
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3609
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3432
3610
  } | {
3433
3611
  color: string | {
3434
3612
  colorType: "base" | "onBase" | "container" | "onContainer";
3435
3613
  toned?: boolean;
3436
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3614
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3437
3615
  };
3438
3616
  stop?: number;
3439
3617
  })[];
@@ -3454,12 +3632,12 @@ export declare function useColorSchemaSetup(props: object): {
3454
3632
  colors: (string | {
3455
3633
  colorType: "base" | "onBase" | "container" | "onContainer";
3456
3634
  toned?: boolean;
3457
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3635
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3458
3636
  } | {
3459
3637
  color: string | {
3460
3638
  colorType: "base" | "onBase" | "container" | "onContainer";
3461
3639
  toned?: boolean;
3462
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3640
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3463
3641
  };
3464
3642
  stop?: number;
3465
3643
  })[];
@@ -3483,7 +3661,7 @@ export declare function useColorSchemaSetup(props: object): {
3483
3661
  colors: (string | {
3484
3662
  colorType: "base" | "onBase" | "container" | "onContainer";
3485
3663
  toned?: boolean;
3486
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3664
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3487
3665
  } | {
3488
3666
  color: string | any;
3489
3667
  stop?: number;
@@ -3495,21 +3673,25 @@ export declare function useColorSchemaSetup(props: object): {
3495
3673
  elevation?: number;
3496
3674
  };
3497
3675
  text?: {
3498
- color?: {
3676
+ color?: string | {
3499
3677
  colors: (string | {
3500
3678
  colorType: "base" | "onBase" | "container" | "onContainer";
3501
3679
  toned?: boolean;
3502
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3680
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3503
3681
  } | {
3504
3682
  color: string | {
3505
3683
  colorType: "base" | "onBase" | "container" | "onContainer";
3506
3684
  toned?: boolean;
3507
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3685
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3508
3686
  };
3509
3687
  stop?: number;
3510
3688
  })[];
3511
3689
  acrylic?: boolean;
3512
3690
  opacity?: number;
3691
+ } | {
3692
+ colorType: "base" | "onBase" | "container" | "onContainer";
3693
+ toned?: boolean;
3694
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3513
3695
  };
3514
3696
  typography?: {
3515
3697
  decoration?: string;
@@ -3529,7 +3711,7 @@ export declare function useColorSchemaSetup(props: object): {
3529
3711
  lineHeight: number;
3530
3712
  };
3531
3713
  } | {
3532
- type: "title" | "text" | "navigation";
3714
+ type: "text" | "title" | "navigation";
3533
3715
  size: "xs" | "s" | "m" | "l" | "xl";
3534
3716
  };
3535
3717
  };
@@ -3538,12 +3720,12 @@ export declare function useColorSchemaSetup(props: object): {
3538
3720
  colors: (string | {
3539
3721
  colorType: "base" | "onBase" | "container" | "onContainer";
3540
3722
  toned?: boolean;
3541
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3723
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3542
3724
  } | {
3543
3725
  color: string | {
3544
3726
  colorType: "base" | "onBase" | "container" | "onContainer";
3545
3727
  toned?: boolean;
3546
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3728
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3547
3729
  };
3548
3730
  stop?: number;
3549
3731
  })[];
@@ -3559,12 +3741,12 @@ export declare function useColorSchemaSetup(props: object): {
3559
3741
  colors: (string | {
3560
3742
  colorType: "base" | "onBase" | "container" | "onContainer";
3561
3743
  toned?: boolean;
3562
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3744
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3563
3745
  } | {
3564
3746
  color: string | {
3565
3747
  colorType: "base" | "onBase" | "container" | "onContainer";
3566
3748
  toned?: boolean;
3567
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3749
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3568
3750
  };
3569
3751
  stop?: number;
3570
3752
  })[];
@@ -3588,7 +3770,7 @@ export declare function useColorSchemaSetup(props: object): {
3588
3770
  colors: (string | {
3589
3771
  colorType: "base" | "onBase" | "container" | "onContainer";
3590
3772
  toned?: boolean;
3591
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3773
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3592
3774
  } | {
3593
3775
  color: string | any;
3594
3776
  stop?: number;
@@ -3607,12 +3789,12 @@ export declare function useColorSchemaSetup(props: object): {
3607
3789
  colors: (string | {
3608
3790
  colorType: "base" | "onBase" | "container" | "onContainer";
3609
3791
  toned?: boolean;
3610
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3792
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3611
3793
  } | {
3612
3794
  color: string | {
3613
3795
  colorType: "base" | "onBase" | "container" | "onContainer";
3614
3796
  toned?: boolean;
3615
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3797
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3616
3798
  };
3617
3799
  stop?: number;
3618
3800
  })[];
@@ -3636,12 +3818,12 @@ export declare function useColorSchemaSetup(props: object): {
3636
3818
  colors: (string | {
3637
3819
  colorType: "base" | "onBase" | "container" | "onContainer";
3638
3820
  toned?: boolean;
3639
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3821
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3640
3822
  } | {
3641
3823
  color: string | {
3642
3824
  colorType: "base" | "onBase" | "container" | "onContainer";
3643
3825
  toned?: boolean;
3644
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3826
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3645
3827
  };
3646
3828
  stop?: number;
3647
3829
  })[];
@@ -3669,28 +3851,32 @@ export declare function useColorSchemaSetup(props: object): {
3669
3851
  grow?: boolean;
3670
3852
  minHeight?: number;
3671
3853
  minWidth?: number;
3672
- alignment?: "center" | "start" | "end";
3854
+ alignment?: "start" | "center" | "end";
3673
3855
  sliderColor?: string | {
3674
3856
  colorType: "base" | "onBase" | "container" | "onContainer";
3675
3857
  toned?: boolean;
3676
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3858
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3677
3859
  };
3678
3860
  text?: {
3679
- color?: {
3861
+ color?: string | {
3680
3862
  colors: (string | {
3681
3863
  colorType: "base" | "onBase" | "container" | "onContainer";
3682
3864
  toned?: boolean;
3683
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3865
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3684
3866
  } | {
3685
3867
  color: string | {
3686
3868
  colorType: "base" | "onBase" | "container" | "onContainer";
3687
3869
  toned?: boolean;
3688
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3870
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3689
3871
  };
3690
3872
  stop?: number;
3691
3873
  })[];
3692
3874
  acrylic?: boolean;
3693
3875
  opacity?: number;
3876
+ } | {
3877
+ colorType: "base" | "onBase" | "container" | "onContainer";
3878
+ toned?: boolean;
3879
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3694
3880
  };
3695
3881
  typography?: {
3696
3882
  decoration?: string;
@@ -3710,7 +3896,7 @@ export declare function useColorSchemaSetup(props: object): {
3710
3896
  lineHeight: number;
3711
3897
  };
3712
3898
  } | {
3713
- type: "title" | "text" | "navigation";
3899
+ type: "text" | "title" | "navigation";
3714
3900
  size: "xs" | "s" | "m" | "l" | "xl";
3715
3901
  };
3716
3902
  };
@@ -3719,12 +3905,12 @@ export declare function useColorSchemaSetup(props: object): {
3719
3905
  colors: (string | {
3720
3906
  colorType: "base" | "onBase" | "container" | "onContainer";
3721
3907
  toned?: boolean;
3722
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3908
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3723
3909
  } | {
3724
3910
  color: string | {
3725
3911
  colorType: "base" | "onBase" | "container" | "onContainer";
3726
3912
  toned?: boolean;
3727
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3913
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3728
3914
  };
3729
3915
  stop?: number;
3730
3916
  })[];
@@ -3745,12 +3931,12 @@ export declare function useColorSchemaSetup(props: object): {
3745
3931
  colors: (string | {
3746
3932
  colorType: "base" | "onBase" | "container" | "onContainer";
3747
3933
  toned?: boolean;
3748
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3934
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3749
3935
  } | {
3750
3936
  color: string | {
3751
3937
  colorType: "base" | "onBase" | "container" | "onContainer";
3752
3938
  toned?: boolean;
3753
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3939
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3754
3940
  };
3755
3941
  stop?: number;
3756
3942
  })[];
@@ -3774,7 +3960,7 @@ export declare function useColorSchemaSetup(props: object): {
3774
3960
  colors: (string | {
3775
3961
  colorType: "base" | "onBase" | "container" | "onContainer";
3776
3962
  toned?: boolean;
3777
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3963
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3778
3964
  } | {
3779
3965
  color: string | any;
3780
3966
  stop?: number;
@@ -3786,21 +3972,25 @@ export declare function useColorSchemaSetup(props: object): {
3786
3972
  elevation?: number;
3787
3973
  };
3788
3974
  text?: {
3789
- color?: {
3975
+ color?: string | {
3790
3976
  colors: (string | {
3791
3977
  colorType: "base" | "onBase" | "container" | "onContainer";
3792
3978
  toned?: boolean;
3793
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3979
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3794
3980
  } | {
3795
3981
  color: string | {
3796
3982
  colorType: "base" | "onBase" | "container" | "onContainer";
3797
3983
  toned?: boolean;
3798
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3984
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3799
3985
  };
3800
3986
  stop?: number;
3801
3987
  })[];
3802
3988
  acrylic?: boolean;
3803
3989
  opacity?: number;
3990
+ } | {
3991
+ colorType: "base" | "onBase" | "container" | "onContainer";
3992
+ toned?: boolean;
3993
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3804
3994
  };
3805
3995
  typography?: {
3806
3996
  decoration?: string;
@@ -3820,7 +4010,7 @@ export declare function useColorSchemaSetup(props: object): {
3820
4010
  lineHeight: number;
3821
4011
  };
3822
4012
  } | {
3823
- type: "title" | "text" | "navigation";
4013
+ type: "text" | "title" | "navigation";
3824
4014
  size: "xs" | "s" | "m" | "l" | "xl";
3825
4015
  };
3826
4016
  };
@@ -3829,12 +4019,12 @@ export declare function useColorSchemaSetup(props: object): {
3829
4019
  colors: (string | {
3830
4020
  colorType: "base" | "onBase" | "container" | "onContainer";
3831
4021
  toned?: boolean;
3832
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4022
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3833
4023
  } | {
3834
4024
  color: string | {
3835
4025
  colorType: "base" | "onBase" | "container" | "onContainer";
3836
4026
  toned?: boolean;
3837
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4027
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3838
4028
  };
3839
4029
  stop?: number;
3840
4030
  })[];
@@ -3850,12 +4040,12 @@ export declare function useColorSchemaSetup(props: object): {
3850
4040
  colors: (string | {
3851
4041
  colorType: "base" | "onBase" | "container" | "onContainer";
3852
4042
  toned?: boolean;
3853
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4043
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3854
4044
  } | {
3855
4045
  color: string | {
3856
4046
  colorType: "base" | "onBase" | "container" | "onContainer";
3857
4047
  toned?: boolean;
3858
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4048
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3859
4049
  };
3860
4050
  stop?: number;
3861
4051
  })[];
@@ -3879,7 +4069,7 @@ export declare function useColorSchemaSetup(props: object): {
3879
4069
  colors: (string | {
3880
4070
  colorType: "base" | "onBase" | "container" | "onContainer";
3881
4071
  toned?: boolean;
3882
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4072
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3883
4073
  } | {
3884
4074
  color: string | any;
3885
4075
  stop?: number;
@@ -3898,12 +4088,12 @@ export declare function useColorSchemaSetup(props: object): {
3898
4088
  colors: (string | {
3899
4089
  colorType: "base" | "onBase" | "container" | "onContainer";
3900
4090
  toned?: boolean;
3901
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4091
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3902
4092
  } | {
3903
4093
  color: string | {
3904
4094
  colorType: "base" | "onBase" | "container" | "onContainer";
3905
4095
  toned?: boolean;
3906
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4096
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3907
4097
  };
3908
4098
  stop?: number;
3909
4099
  })[];
@@ -3927,12 +4117,12 @@ export declare function useColorSchemaSetup(props: object): {
3927
4117
  colors: (string | {
3928
4118
  colorType: "base" | "onBase" | "container" | "onContainer";
3929
4119
  toned?: boolean;
3930
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4120
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3931
4121
  } | {
3932
4122
  color: string | {
3933
4123
  colorType: "base" | "onBase" | "container" | "onContainer";
3934
4124
  toned?: boolean;
3935
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4125
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3936
4126
  };
3937
4127
  stop?: number;
3938
4128
  })[];
@@ -3960,28 +4150,32 @@ export declare function useColorSchemaSetup(props: object): {
3960
4150
  grow?: boolean;
3961
4151
  minHeight?: number;
3962
4152
  minWidth?: number;
3963
- alignment?: "center" | "start" | "end";
4153
+ alignment?: "start" | "center" | "end";
3964
4154
  sliderColor?: string | {
3965
4155
  colorType: "base" | "onBase" | "container" | "onContainer";
3966
4156
  toned?: boolean;
3967
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4157
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3968
4158
  };
3969
4159
  text?: {
3970
- color?: {
4160
+ color?: string | {
3971
4161
  colors: (string | {
3972
4162
  colorType: "base" | "onBase" | "container" | "onContainer";
3973
4163
  toned?: boolean;
3974
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4164
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3975
4165
  } | {
3976
4166
  color: string | {
3977
4167
  colorType: "base" | "onBase" | "container" | "onContainer";
3978
4168
  toned?: boolean;
3979
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4169
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3980
4170
  };
3981
4171
  stop?: number;
3982
4172
  })[];
3983
4173
  acrylic?: boolean;
3984
4174
  opacity?: number;
4175
+ } | {
4176
+ colorType: "base" | "onBase" | "container" | "onContainer";
4177
+ toned?: boolean;
4178
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3985
4179
  };
3986
4180
  typography?: {
3987
4181
  decoration?: string;
@@ -4001,7 +4195,7 @@ export declare function useColorSchemaSetup(props: object): {
4001
4195
  lineHeight: number;
4002
4196
  };
4003
4197
  } | {
4004
- type: "title" | "text" | "navigation";
4198
+ type: "text" | "title" | "navigation";
4005
4199
  size: "xs" | "s" | "m" | "l" | "xl";
4006
4200
  };
4007
4201
  };
@@ -4010,12 +4204,12 @@ export declare function useColorSchemaSetup(props: object): {
4010
4204
  colors: (string | {
4011
4205
  colorType: "base" | "onBase" | "container" | "onContainer";
4012
4206
  toned?: boolean;
4013
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4207
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4014
4208
  } | {
4015
4209
  color: string | {
4016
4210
  colorType: "base" | "onBase" | "container" | "onContainer";
4017
4211
  toned?: boolean;
4018
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4212
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4019
4213
  };
4020
4214
  stop?: number;
4021
4215
  })[];
@@ -4036,12 +4230,12 @@ export declare function useColorSchemaSetup(props: object): {
4036
4230
  colors: (string | {
4037
4231
  colorType: "base" | "onBase" | "container" | "onContainer";
4038
4232
  toned?: boolean;
4039
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4233
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4040
4234
  } | {
4041
4235
  color: string | {
4042
4236
  colorType: "base" | "onBase" | "container" | "onContainer";
4043
4237
  toned?: boolean;
4044
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4238
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4045
4239
  };
4046
4240
  stop?: number;
4047
4241
  })[];
@@ -4065,7 +4259,7 @@ export declare function useColorSchemaSetup(props: object): {
4065
4259
  colors: (string | {
4066
4260
  colorType: "base" | "onBase" | "container" | "onContainer";
4067
4261
  toned?: boolean;
4068
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4262
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4069
4263
  } | {
4070
4264
  color: string | any;
4071
4265
  stop?: number;
@@ -4077,21 +4271,25 @@ export declare function useColorSchemaSetup(props: object): {
4077
4271
  elevation?: number;
4078
4272
  };
4079
4273
  text?: {
4080
- color?: {
4274
+ color?: string | {
4081
4275
  colors: (string | {
4082
4276
  colorType: "base" | "onBase" | "container" | "onContainer";
4083
4277
  toned?: boolean;
4084
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4278
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4085
4279
  } | {
4086
4280
  color: string | {
4087
4281
  colorType: "base" | "onBase" | "container" | "onContainer";
4088
4282
  toned?: boolean;
4089
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4283
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4090
4284
  };
4091
4285
  stop?: number;
4092
4286
  })[];
4093
4287
  acrylic?: boolean;
4094
4288
  opacity?: number;
4289
+ } | {
4290
+ colorType: "base" | "onBase" | "container" | "onContainer";
4291
+ toned?: boolean;
4292
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4095
4293
  };
4096
4294
  typography?: {
4097
4295
  decoration?: string;
@@ -4111,7 +4309,7 @@ export declare function useColorSchemaSetup(props: object): {
4111
4309
  lineHeight: number;
4112
4310
  };
4113
4311
  } | {
4114
- type: "title" | "text" | "navigation";
4312
+ type: "text" | "title" | "navigation";
4115
4313
  size: "xs" | "s" | "m" | "l" | "xl";
4116
4314
  };
4117
4315
  };
@@ -4120,12 +4318,12 @@ export declare function useColorSchemaSetup(props: object): {
4120
4318
  colors: (string | {
4121
4319
  colorType: "base" | "onBase" | "container" | "onContainer";
4122
4320
  toned?: boolean;
4123
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4321
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4124
4322
  } | {
4125
4323
  color: string | {
4126
4324
  colorType: "base" | "onBase" | "container" | "onContainer";
4127
4325
  toned?: boolean;
4128
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4326
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4129
4327
  };
4130
4328
  stop?: number;
4131
4329
  })[];
@@ -4141,12 +4339,12 @@ export declare function useColorSchemaSetup(props: object): {
4141
4339
  colors: (string | {
4142
4340
  colorType: "base" | "onBase" | "container" | "onContainer";
4143
4341
  toned?: boolean;
4144
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4342
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4145
4343
  } | {
4146
4344
  color: string | {
4147
4345
  colorType: "base" | "onBase" | "container" | "onContainer";
4148
4346
  toned?: boolean;
4149
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4347
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4150
4348
  };
4151
4349
  stop?: number;
4152
4350
  })[];
@@ -4170,7 +4368,7 @@ export declare function useColorSchemaSetup(props: object): {
4170
4368
  colors: (string | {
4171
4369
  colorType: "base" | "onBase" | "container" | "onContainer";
4172
4370
  toned?: boolean;
4173
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4371
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4174
4372
  } | {
4175
4373
  color: string | any;
4176
4374
  stop?: number;
@@ -4188,7 +4386,7 @@ export declare function useColorSchemaSetup(props: object): {
4188
4386
  blocks?: {
4189
4387
  primary: {
4190
4388
  name?: string;
4191
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4389
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4192
4390
  header: {
4193
4391
  definitionId: {
4194
4392
  toString: () => string;
@@ -4318,8 +4516,13 @@ export declare function useColorSchemaSetup(props: object): {
4318
4516
  left?: string | number;
4319
4517
  };
4320
4518
  }[];
4321
- propEditors?: {
4519
+ editors?: {
4322
4520
  name?: string;
4521
+ icon?: {
4522
+ faClass: string;
4523
+ iconType: import("@omnia/fx-models").IconTypes;
4524
+ role?: string;
4525
+ };
4323
4526
  category?: string;
4324
4527
  type: string;
4325
4528
  settings?: any;
@@ -4341,12 +4544,12 @@ export declare function useColorSchemaSetup(props: object): {
4341
4544
  colors: (string | {
4342
4545
  colorType: "base" | "onBase" | "container" | "onContainer";
4343
4546
  toned?: boolean;
4344
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4547
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4345
4548
  } | {
4346
4549
  color: string | {
4347
4550
  colorType: "base" | "onBase" | "container" | "onContainer";
4348
4551
  toned?: boolean;
4349
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4552
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4350
4553
  };
4351
4554
  stop?: number;
4352
4555
  })[];
@@ -4370,7 +4573,7 @@ export declare function useColorSchemaSetup(props: object): {
4370
4573
  colors: (string | {
4371
4574
  colorType: "base" | "onBase" | "container" | "onContainer";
4372
4575
  toned?: boolean;
4373
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4576
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4374
4577
  } | {
4375
4578
  color: string | any;
4376
4579
  stop?: number;
@@ -4391,7 +4594,7 @@ export declare function useColorSchemaSetup(props: object): {
4391
4594
  };
4392
4595
  variant1?: {
4393
4596
  name?: string;
4394
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4597
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4395
4598
  header: {
4396
4599
  definitionId: {
4397
4600
  toString: () => string;
@@ -4521,8 +4724,13 @@ export declare function useColorSchemaSetup(props: object): {
4521
4724
  left?: string | number;
4522
4725
  };
4523
4726
  }[];
4524
- propEditors?: {
4727
+ editors?: {
4525
4728
  name?: string;
4729
+ icon?: {
4730
+ faClass: string;
4731
+ iconType: import("@omnia/fx-models").IconTypes;
4732
+ role?: string;
4733
+ };
4526
4734
  category?: string;
4527
4735
  type: string;
4528
4736
  settings?: any;
@@ -4544,12 +4752,12 @@ export declare function useColorSchemaSetup(props: object): {
4544
4752
  colors: (string | {
4545
4753
  colorType: "base" | "onBase" | "container" | "onContainer";
4546
4754
  toned?: boolean;
4547
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4755
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4548
4756
  } | {
4549
4757
  color: string | {
4550
4758
  colorType: "base" | "onBase" | "container" | "onContainer";
4551
4759
  toned?: boolean;
4552
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4760
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4553
4761
  };
4554
4762
  stop?: number;
4555
4763
  })[];
@@ -4573,7 +4781,7 @@ export declare function useColorSchemaSetup(props: object): {
4573
4781
  colors: (string | {
4574
4782
  colorType: "base" | "onBase" | "container" | "onContainer";
4575
4783
  toned?: boolean;
4576
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4784
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4577
4785
  } | {
4578
4786
  color: string | any;
4579
4787
  stop?: number;
@@ -4594,7 +4802,7 @@ export declare function useColorSchemaSetup(props: object): {
4594
4802
  };
4595
4803
  variant2?: {
4596
4804
  name?: string;
4597
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4805
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4598
4806
  header: {
4599
4807
  definitionId: {
4600
4808
  toString: () => string;
@@ -4724,8 +4932,13 @@ export declare function useColorSchemaSetup(props: object): {
4724
4932
  left?: string | number;
4725
4933
  };
4726
4934
  }[];
4727
- propEditors?: {
4935
+ editors?: {
4728
4936
  name?: string;
4937
+ icon?: {
4938
+ faClass: string;
4939
+ iconType: import("@omnia/fx-models").IconTypes;
4940
+ role?: string;
4941
+ };
4729
4942
  category?: string;
4730
4943
  type: string;
4731
4944
  settings?: any;
@@ -4747,12 +4960,12 @@ export declare function useColorSchemaSetup(props: object): {
4747
4960
  colors: (string | {
4748
4961
  colorType: "base" | "onBase" | "container" | "onContainer";
4749
4962
  toned?: boolean;
4750
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4963
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4751
4964
  } | {
4752
4965
  color: string | {
4753
4966
  colorType: "base" | "onBase" | "container" | "onContainer";
4754
4967
  toned?: boolean;
4755
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4968
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4756
4969
  };
4757
4970
  stop?: number;
4758
4971
  })[];
@@ -4776,7 +4989,7 @@ export declare function useColorSchemaSetup(props: object): {
4776
4989
  colors: (string | {
4777
4990
  colorType: "base" | "onBase" | "container" | "onContainer";
4778
4991
  toned?: boolean;
4779
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4992
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4780
4993
  } | {
4781
4994
  color: string | any;
4782
4995
  stop?: number;
@@ -4797,7 +5010,7 @@ export declare function useColorSchemaSetup(props: object): {
4797
5010
  };
4798
5011
  variant3?: {
4799
5012
  name?: string;
4800
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5013
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4801
5014
  header: {
4802
5015
  definitionId: {
4803
5016
  toString: () => string;
@@ -4927,8 +5140,13 @@ export declare function useColorSchemaSetup(props: object): {
4927
5140
  left?: string | number;
4928
5141
  };
4929
5142
  }[];
4930
- propEditors?: {
5143
+ editors?: {
4931
5144
  name?: string;
5145
+ icon?: {
5146
+ faClass: string;
5147
+ iconType: import("@omnia/fx-models").IconTypes;
5148
+ role?: string;
5149
+ };
4932
5150
  category?: string;
4933
5151
  type: string;
4934
5152
  settings?: any;
@@ -4950,12 +5168,12 @@ export declare function useColorSchemaSetup(props: object): {
4950
5168
  colors: (string | {
4951
5169
  colorType: "base" | "onBase" | "container" | "onContainer";
4952
5170
  toned?: boolean;
4953
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5171
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4954
5172
  } | {
4955
5173
  color: string | {
4956
5174
  colorType: "base" | "onBase" | "container" | "onContainer";
4957
5175
  toned?: boolean;
4958
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5176
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4959
5177
  };
4960
5178
  stop?: number;
4961
5179
  })[];
@@ -4979,7 +5197,7 @@ export declare function useColorSchemaSetup(props: object): {
4979
5197
  colors: (string | {
4980
5198
  colorType: "base" | "onBase" | "container" | "onContainer";
4981
5199
  toned?: boolean;
4982
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5200
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4983
5201
  } | {
4984
5202
  color: string | any;
4985
5203
  stop?: number;
@@ -5012,12 +5230,12 @@ export declare function useColorSchemaSetup(props: object): {
5012
5230
  colors: (string | {
5013
5231
  colorType: "base" | "onBase" | "container" | "onContainer";
5014
5232
  toned?: boolean;
5015
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5233
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5016
5234
  } | {
5017
5235
  color: string | {
5018
5236
  colorType: "base" | "onBase" | "container" | "onContainer";
5019
5237
  toned?: boolean;
5020
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5238
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5021
5239
  };
5022
5240
  stop?: number;
5023
5241
  })[];
@@ -5031,12 +5249,12 @@ export declare function useColorSchemaSetup(props: object): {
5031
5249
  colors: (string | {
5032
5250
  colorType: "base" | "onBase" | "container" | "onContainer";
5033
5251
  toned?: boolean;
5034
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5252
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5035
5253
  } | {
5036
5254
  color: string | {
5037
5255
  colorType: "base" | "onBase" | "container" | "onContainer";
5038
5256
  toned?: boolean;
5039
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5257
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5040
5258
  };
5041
5259
  stop?: number;
5042
5260
  })[];
@@ -5050,12 +5268,12 @@ export declare function useColorSchemaSetup(props: object): {
5050
5268
  colors: (string | {
5051
5269
  colorType: "base" | "onBase" | "container" | "onContainer";
5052
5270
  toned?: boolean;
5053
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5271
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5054
5272
  } | {
5055
5273
  color: string | {
5056
5274
  colorType: "base" | "onBase" | "container" | "onContainer";
5057
5275
  toned?: boolean;
5058
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5276
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5059
5277
  };
5060
5278
  stop?: number;
5061
5279
  })[];
@@ -5069,12 +5287,12 @@ export declare function useColorSchemaSetup(props: object): {
5069
5287
  colors: (string | {
5070
5288
  colorType: "base" | "onBase" | "container" | "onContainer";
5071
5289
  toned?: boolean;
5072
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5290
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5073
5291
  } | {
5074
5292
  color: string | {
5075
5293
  colorType: "base" | "onBase" | "container" | "onContainer";
5076
5294
  toned?: boolean;
5077
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5295
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5078
5296
  };
5079
5297
  stop?: number;
5080
5298
  })[];
@@ -5088,12 +5306,12 @@ export declare function useColorSchemaSetup(props: object): {
5088
5306
  colors: (string | {
5089
5307
  colorType: "base" | "onBase" | "container" | "onContainer";
5090
5308
  toned?: boolean;
5091
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5309
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5092
5310
  } | {
5093
5311
  color: string | {
5094
5312
  colorType: "base" | "onBase" | "container" | "onContainer";
5095
5313
  toned?: boolean;
5096
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5314
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5097
5315
  };
5098
5316
  stop?: number;
5099
5317
  })[];
@@ -5193,15 +5411,16 @@ export declare function useColorSchemaSetup(props: object): {
5193
5411
  };
5194
5412
  deactivated(): void;
5195
5413
  };
5196
- colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => import("@omnia/fx-models").ColorSchema;
5414
+ colorSchema: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic") => import("@omnia/fx-models").ColorSchema;
5197
5415
  typography: () => import("@omnia/fx-models").TypographyBlueprints;
5416
+ fillValue: (value: import("@omnia/fx-models").FillDefinitionValue, type: "typography") => any;
5198
5417
  spacing: () => import("@omnia/fx-models").SpacingBlueprints;
5199
5418
  component: () => import("@omnia/fx-models").ComponentBlueprints;
5200
- color: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
5201
- colorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
5419
+ color: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
5420
+ colorDefinition: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
5202
5421
  complementaryColorType: (colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
5203
- complementaryColor: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
5204
- complementaryColorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
5422
+ complementaryColor: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
5423
+ complementaryColorDefinition: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
5205
5424
  currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
5206
5425
  };
5207
5426
  };