@omnia/fx 8.0.150-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 (231) 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/Exposes.d.ts +1 -0
  4. package/internal-do-not-import-from-here/ux/UxModels.d.ts +0 -1
  5. package/internal-do-not-import-from-here/ux/alignmentpicker/docs/AlignmentPickerExample.d.ts +54 -15
  6. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
  7. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +10 -10
  8. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +1 -1
  9. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +9 -9
  10. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +9 -9
  11. package/internal-do-not-import-from-here/ux/appprovisioning/summary/InformationStepSummary.d.ts +56 -18
  12. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/FillBladeEdit.d.ts +16 -0
  13. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/FillsBlade.d.ts +16 -0
  14. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
  15. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +53 -2
  16. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/FillsEditorStore.d.ts +50 -0
  17. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/blades/EditTypographyFillBlade.d.ts +16 -0
  18. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +46 -6
  19. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
  20. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/docs/SampleComponent.d.ts +54 -15
  21. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
  22. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/docs/BorderPickerExample.d.ts +54 -15
  23. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/docs/SampleComponent.d.ts +54 -15
  25. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
  26. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
  27. package/internal-do-not-import-from-here/ux/aurora/components/chrome/docs/SampleComponent.d.ts +54 -15
  28. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +10 -10
  29. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/docs/SampleComponent.d.ts +54 -15
  30. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
  31. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/docs/SampleComponent.d.ts +54 -15
  32. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +12 -5
  33. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +16 -16
  34. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/docs/FillPickerExample.d.ts +54 -15
  35. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
  36. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
  37. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/docs/SampleComponent.d.ts +54 -15
  38. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/docs/SampleComponent.d.ts +54 -15
  39. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
  40. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/docs/SampleComponent.d.ts +54 -15
  41. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStyleEditor.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/aurora/components/tabs/docs/SampleComponent.d.ts +54 -15
  43. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.css.d.ts +3 -0
  44. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +8 -5
  45. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/docs/SampleComponent.d.ts +54 -15
  46. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +21 -0
  48. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +6 -4
  49. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.d.ts +6 -4
  50. package/internal-do-not-import-from-here/ux/aurora/components/typography/docs/SampleComponent.d.ts +54 -15
  51. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/FillStyleDefinitions.d.ts +5 -0
  52. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/TypographyBlueprints.d.ts +31 -1
  53. package/internal-do-not-import-from-here/ux/aurora/store/ChromeBlueprintStore.d.ts +526 -308
  54. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +531 -313
  55. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +526 -308
  56. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +72 -60
  57. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStoreV2.d.ts +2 -1
  58. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +526 -308
  59. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +0 -1
  60. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +2 -2
  61. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
  62. package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/DateTimeZonePickerExample.d.ts +54 -15
  63. package/internal-do-not-import-from-here/ux/dynamicplaceholder/DynamicPlaceholder.d.ts +56 -0
  64. package/internal-do-not-import-from-here/ux/dynamicplaceholder/DynamicPlaceholderSettings.d.ts +55 -0
  65. package/internal-do-not-import-from-here/ux/dynamicplaceholder/loc/localize.d.ts +7 -0
  66. package/internal-do-not-import-from-here/ux/dynamicplaceholder/models/DynamicPlaceholderSettings.d.ts +8 -0
  67. package/internal-do-not-import-from-here/ux/filterpicker/docs/SampleComponent.d.ts +54 -15
  68. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +9 -9
  69. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +3 -3
  70. package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
  71. package/internal-do-not-import-from-here/ux/journey/docs/SampleButtons.d.ts +54 -15
  72. package/internal-do-not-import-from-here/ux/journey/docs/SampleComponent.d.ts +54 -15
  73. package/internal-do-not-import-from-here/ux/journey/docs/SampleComponentMenu.d.ts +54 -15
  74. package/internal-do-not-import-from-here/ux/journey/docs/SampleVariants.d.ts +54 -15
  75. package/internal-do-not-import-from-here/ux/jsonexportimport/docs/SampleComponent.d.ts +54 -15
  76. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +11 -10
  77. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
  78. package/internal-do-not-import-from-here/ux/layoutcanvas/factories/EditorLayoutItemFactory.d.ts +1 -3
  79. package/internal-do-not-import-from-here/ux/layoutcanvas/factories/LayoutItemFactory.d.ts +1 -3
  80. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +11 -10
  81. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/BlockCatalogStore.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +1 -0
  83. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
  84. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -9
  85. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
  86. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
  87. package/internal-do-not-import-from-here/ux/oxide/alert/docs/SampleComponent.d.ts +54 -15
  88. package/internal-do-not-import-from-here/ux/oxide/appbar/docs/AppbarExample.d.ts +54 -15
  89. package/internal-do-not-import-from-here/ux/oxide/avatar/docs/AvatarExample.d.ts +54 -15
  90. package/internal-do-not-import-from-here/ux/oxide/badge/docs/BadgeExample.d.ts +54 -15
  91. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +10 -10
  92. package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonIntro.d.ts +54 -15
  93. package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ButtonIntro.d.ts +54 -15
  94. package/internal-do-not-import-from-here/ux/oxide/card/docs/CardSample.d.ts +54 -15
  95. package/internal-do-not-import-from-here/ux/oxide/chart/docs/SampleComponent.d.ts +54 -15
  96. package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/SampleComponent.d.ts +54 -15
  97. package/internal-do-not-import-from-here/ux/oxide/chip/docs/ChipExample.d.ts +54 -15
  98. package/internal-do-not-import-from-here/ux/oxide/colorpicker/docs/SampleComponent.d.ts +54 -15
  99. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +10 -10
  100. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -64
  101. package/internal-do-not-import-from-here/ux/oxide/column/docs/SampleComponent.d.ts +54 -15
  102. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +538 -319
  103. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +1078 -640
  104. package/internal-do-not-import-from-here/ux/oxide/datatable/docs/SampleComponent.d.ts +54 -15
  105. package/internal-do-not-import-from-here/ux/oxide/datepicker/docs/SampleComponent.d.ts +54 -15
  106. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +48 -22
  107. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithAppNavigation.d.ts +54 -15
  108. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithFixedContent.d.ts +54 -15
  109. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithLeftBar.d.ts +54 -15
  110. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithNavigation.d.ts +54 -15
  111. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithTabs.d.ts +54 -15
  112. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithoutNavigation.d.ts +8 -4
  113. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +10 -10
  114. package/internal-do-not-import-from-here/ux/oxide/divider/docs/SampleComponent.d.ts +54 -15
  115. package/internal-do-not-import-from-here/ux/oxide/draggable/docs/SampleComponent.d.ts +54 -15
  116. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
  117. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +9 -9
  118. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/SampleComponent.d.ts +54 -15
  119. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +20 -20
  120. package/internal-do-not-import-from-here/ux/oxide/flex/docs/BasicFlexTypes.d.ts +54 -15
  121. package/internal-do-not-import-from-here/ux/oxide/form/docs/SampleComponent.d.ts +54 -15
  122. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +9 -9
  123. package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/SampleComponent.d.ts +54 -15
  124. package/internal-do-not-import-from-here/ux/oxide/icon/docs/SampleComponent.d.ts +54 -15
  125. package/internal-do-not-import-from-here/ux/oxide/image/docs/SampleComponent.d.ts +54 -15
  126. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/SampleComponent.d.ts +54 -15
  127. package/internal-do-not-import-from-here/ux/oxide/layout/docs/SampleComponent.d.ts +54 -15
  128. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +9 -9
  129. package/internal-do-not-import-from-here/ux/oxide/link/docs/SampleComponent.d.ts +54 -15
  130. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
  131. package/internal-do-not-import-from-here/ux/oxide/list/docs/SampleComponent.d.ts +54 -15
  132. package/internal-do-not-import-from-here/ux/oxide/main/docs/SampleComponent.d.ts +54 -15
  133. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +9 -9
  134. package/internal-do-not-import-from-here/ux/oxide/menu/docs/SampleComponent.d.ts +54 -15
  135. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/SampleComponent.d.ts +54 -15
  136. package/internal-do-not-import-from-here/ux/oxide/notification/docs/SampleComponent.d.ts +54 -15
  137. package/internal-do-not-import-from-here/ux/oxide/pagination/docs/SampleComponent.d.ts +54 -15
  138. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +9 -9
  139. package/internal-do-not-import-from-here/ux/oxide/panel/docs/BasicPanelTypes.d.ts +54 -15
  140. package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +54 -15
  141. package/internal-do-not-import-from-here/ux/oxide/panel/docs/SettingsPanel.d.ts +54 -15
  142. package/internal-do-not-import-from-here/ux/oxide/panel/docs/ShowHide.d.ts +54 -15
  143. package/internal-do-not-import-from-here/ux/oxide/progress/docs/SampleComponent.d.ts +54 -15
  144. package/internal-do-not-import-from-here/ux/oxide/radio/docs/SampleComponent.d.ts +54 -15
  145. package/internal-do-not-import-from-here/ux/oxide/rangeslider/docs/SampleComponent.d.ts +54 -15
  146. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/docs/SampleComponent.d.ts +54 -15
  147. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1078 -640
  148. package/internal-do-not-import-from-here/ux/oxide/select/docs/SampleComponent.d.ts +54 -15
  149. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/SampleComponent.d.ts +54 -15
  150. package/internal-do-not-import-from-here/ux/oxide/slidepanel/docs/SampleComponent.d.ts +54 -15
  151. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent.d.ts +54 -15
  152. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent2.d.ts +54 -15
  153. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent3.d.ts +54 -15
  154. package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/SampleComponent.d.ts +54 -15
  155. package/internal-do-not-import-from-here/ux/oxide/spacer/docs/SampleComponent.d.ts +54 -15
  156. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
  157. package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent.d.ts +54 -15
  158. package/internal-do-not-import-from-here/ux/oxide/switch/docs/SampleComponent.d.ts +54 -15
  159. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
  160. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +10 -10
  161. package/internal-do-not-import-from-here/ux/oxide/tab/docs/SampleComponent.d.ts +54 -15
  162. package/internal-do-not-import-from-here/ux/oxide/table/docs/SampleComponent.d.ts +54 -15
  163. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +10 -36
  164. package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleComponent.d.ts +54 -15
  165. package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleGradients.d.ts +54 -15
  166. package/internal-do-not-import-from-here/ux/oxide/textfield/docs/SampleComponent.d.ts +54 -15
  167. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  168. package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarIntro.d.ts +54 -15
  169. package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/SampleComponent.d.ts +54 -15
  170. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/SampleComponent.d.ts +54 -15
  171. package/internal-do-not-import-from-here/ux/oxide/validation/docs/AdvanceExample.d.ts +54 -15
  172. package/internal-do-not-import-from-here/ux/oxide/validation/docs/SimpleExample.d.ts +54 -15
  173. package/internal-do-not-import-from-here/ux/pickerwrapper/docs/SampleComponent.d.ts +54 -15
  174. package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +91 -91
  175. package/internal-do-not-import-from-here/ux/social/docs/SampleComponent.d.ts +54 -15
  176. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +538 -319
  177. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +1 -1
  178. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +27 -1
  179. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +11 -11
  180. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +15 -3
  181. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +18 -42
  182. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -0
  183. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronPropertyEditors.d.ts +2 -2
  184. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  185. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronColorSchemaEditor.d.ts +2 -2
  186. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronContentEditor.d.ts +2 -2
  187. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder.d.ts +2 -2
  188. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder2.d.ts +2 -2
  189. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilderBase.d.ts +3 -3
  190. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronImageEditor.d.ts +2 -2
  191. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronPropertyMappingEditorBuilder.d.ts +2 -2
  192. package/internal-do-not-import-from-here/ux/velcron/editor/components/AppExplorer.d.ts +9 -3
  193. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditEditorsPane.d.ts +55 -0
  194. package/internal-do-not-import-from-here/ux/velcron/editor/components/StateTree.d.ts +11 -5
  195. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-editors/EditEditorsPanel.d.ts +16 -0
  196. package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentDescriptors.d.ts +17 -0
  197. package/internal-do-not-import-from-here/ux/velcron/editor/models/Enums.d.ts +6 -2
  198. package/internal-do-not-import-from-here/ux/velcron/editor/models/EventDescriptors.d.ts +6 -0
  199. package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +10 -7
  200. package/internal-do-not-import-from-here/ux/velcron/editor/models/StateDescriptors.d.ts +8 -0
  201. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +26 -2
  202. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +21 -0
  203. package/internal-do-not-import-from-here/ux/velcron/editor/models/index.d.ts +5 -1
  204. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronComponentStore.d.ts +21 -0
  205. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +82 -25
  206. package/internal-do-not-import-from-here/ux/velcron/editor/templates/ContentTemplates.d.ts +8 -0
  207. package/internal-do-not-import-from-here/ux/velcron/index.d.ts +1 -0
  208. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
  209. package/internal-do-not-import-from-here/ux/velcron/renderer/components/SlidePanel.d.ts +32 -0
  210. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
  211. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/PropertyEditorCreator.d.ts +10 -10
  212. package/internal-do-not-import-from-here/ux/{aurora/store → velcron/stores}/VelcronDefinitionStore.d.ts +21 -1
  213. package/internal-do-not-import-from-here/ux/velcron/stores/index.d.ts +1 -0
  214. package/internal-do-not-import-from-here/ux/versionedlayout/blade/Shared.d.ts +1 -1
  215. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +7 -3
  216. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutStyle.css.d.ts +3 -0
  217. package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +26 -0
  218. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
  219. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItemFactory.d.ts +1 -0
  220. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +70 -58
  221. package/internal-do-not-import-from-here/wctypings.d.ts +131 -86
  222. package/package.json +3 -3
  223. package/internal-do-not-import-from-here/ux/aurora/store/tmpUseIndexDb.d.ts +0 -69
  224. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/PlaceHolderListingSettingsPanel.d.ts +0 -43
  225. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/placeholders/PlaceHolderRegistrationApis.d.ts +0 -1
  226. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.css.d.ts +0 -3
  227. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.d.ts +0 -31
  228. package/internal-do-not-import-from-here/ux/velcron/editor/models/BuiltInDescriptors.d.ts +0 -38
  229. /package/internal-do-not-import-from-here/ux/app/{AppLayoutPlaceHolderRegistration.d.ts → AppDynamicPlaceHolderRegistration.d.ts} +0 -0
  230. /package/internal-do-not-import-from-here/ux/{layoutcanvas/apis/PlaceHolderApis.d.ts → dynamicplaceholder/DynamicPlaceholderApis.d.ts} +0 -0
  231. /package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/{store → stores}/ContentEditorStore.d.ts +0 -0
@@ -8,7 +8,7 @@ export declare const useColorSchemaStore: () => {
8
8
  onContainer: ColorDefinition;
9
9
  isContainer: boolean;
10
10
  name: string;
11
- colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
11
+ colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
12
12
  id: import("@omnia/fx-models").GuidValue;
13
13
  };
14
14
  events: {
@@ -18,13 +18,13 @@ export declare const useColorSchemaStore: () => {
18
18
  onMutatedOnContainer: import("@omnia/fx").MessageBusExposeOnlySubscription<ColorDefinition>;
19
19
  onMutatedIsContainer: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
20
20
  onMutatedName: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
21
- onMutatedColorSchemaType: import("@omnia/fx").MessageBusExposeOnlySubscription<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
21
+ onMutatedColorSchemaType: import("@omnia/fx").MessageBusExposeOnlySubscription<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
22
22
  onMutatedId: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").GuidValue>;
23
23
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
24
24
  actions: {
25
25
  onDispatching: {
26
26
  setColorSchema: {
27
- subscribe(fn: (colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
27
+ subscribe(fn: (colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
28
28
  };
29
29
  setCustomColorSchema: {
30
30
  subscribe(fn: (colorSchema: ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -104,15 +104,16 @@ export declare const useColorSchemaStore: () => {
104
104
  };
105
105
  deactivated(): void;
106
106
  };
107
- colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): ColorSchema;
107
+ colorSchema(colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): ColorSchema;
108
108
  typography(): import("@omnia/fx-models").TypographyBlueprints;
109
+ fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
109
110
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
110
111
  component(): import("@omnia/fx-models").ComponentBlueprints;
111
- color(colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): string;
112
- colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorDefinition;
112
+ color(colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): string;
113
+ colorDefinition(colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorDefinition;
113
114
  complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorTypes;
114
- complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): string;
115
- complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorDefinition;
115
+ complementaryColor(colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): string;
116
+ complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorDefinition;
116
117
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
117
118
  };
118
119
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -120,7 +121,7 @@ export declare const useColorSchemaStore: () => {
120
121
  };
121
122
  onDispatched: {
122
123
  setColorSchema: {
123
- subscribe(fn: (result: void, colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
124
+ subscribe(fn: (result: void, colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
124
125
  };
125
126
  setCustomColorSchema: {
126
127
  subscribe(fn: (result: void, colorSchema: ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -200,15 +201,16 @@ export declare const useColorSchemaStore: () => {
200
201
  };
201
202
  deactivated(): void;
202
203
  };
203
- colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): ColorSchema;
204
+ colorSchema(colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): ColorSchema;
204
205
  typography(): import("@omnia/fx-models").TypographyBlueprints;
206
+ fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
205
207
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
206
208
  component(): import("@omnia/fx-models").ComponentBlueprints;
207
- color(colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): string;
208
- colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorDefinition;
209
+ color(colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): string;
210
+ colorDefinition(colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorDefinition;
209
211
  complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorTypes;
210
- complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): string;
211
- complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorDefinition;
212
+ complementaryColor(colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): string;
213
+ complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorDefinition;
212
214
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
213
215
  };
214
216
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -216,7 +218,7 @@ export declare const useColorSchemaStore: () => {
216
218
  };
217
219
  onFailure: {
218
220
  setColorSchema: {
219
- subscribe(fn: (failureReason: any, colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
221
+ subscribe(fn: (failureReason: any, colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
220
222
  };
221
223
  setCustomColorSchema: {
222
224
  subscribe(fn: (failureReason: any, colorSchema: ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -296,15 +298,16 @@ export declare const useColorSchemaStore: () => {
296
298
  };
297
299
  deactivated(): void;
298
300
  };
299
- colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): ColorSchema;
301
+ colorSchema(colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): ColorSchema;
300
302
  typography(): import("@omnia/fx-models").TypographyBlueprints;
303
+ fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
301
304
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
302
305
  component(): import("@omnia/fx-models").ComponentBlueprints;
303
- color(colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): string;
304
- colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorDefinition;
306
+ color(colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): string;
307
+ colorDefinition(colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorDefinition;
305
308
  complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorTypes;
306
- complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): string;
307
- complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorDefinition;
309
+ complementaryColor(colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): string;
310
+ complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorDefinition;
308
311
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
309
312
  };
310
313
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -654,6 +657,56 @@ export declare const useColorSchemaStore: () => {
654
657
  family: string;
655
658
  cdn?: string;
656
659
  };
660
+ fills?: {
661
+ variant1?: {
662
+ colors: (string | {
663
+ colorType: "base" | "onBase" | "container" | "onContainer";
664
+ toned?: boolean;
665
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
666
+ } | {
667
+ color: string | {
668
+ colorType: "base" | "onBase" | "container" | "onContainer";
669
+ toned?: boolean;
670
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
671
+ };
672
+ stop?: number;
673
+ })[];
674
+ acrylic?: boolean;
675
+ opacity?: number;
676
+ };
677
+ variant2?: {
678
+ colors: (string | {
679
+ colorType: "base" | "onBase" | "container" | "onContainer";
680
+ toned?: boolean;
681
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
682
+ } | {
683
+ color: string | {
684
+ colorType: "base" | "onBase" | "container" | "onContainer";
685
+ toned?: boolean;
686
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
687
+ };
688
+ stop?: number;
689
+ })[];
690
+ acrylic?: boolean;
691
+ opacity?: number;
692
+ };
693
+ variant3?: {
694
+ colors: (string | {
695
+ colorType: "base" | "onBase" | "container" | "onContainer";
696
+ toned?: boolean;
697
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
698
+ } | {
699
+ color: string | {
700
+ colorType: "base" | "onBase" | "container" | "onContainer";
701
+ toned?: boolean;
702
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
703
+ };
704
+ stop?: number;
705
+ })[];
706
+ acrylic?: boolean;
707
+ opacity?: number;
708
+ };
709
+ };
657
710
  title: {
658
711
  xl: {
659
712
  decoration?: string;
@@ -745,6 +798,16 @@ export declare const useColorSchemaStore: () => {
745
798
  lineHeight: number;
746
799
  };
747
800
  };
801
+ font?: {
802
+ id: {
803
+ toString: () => string;
804
+ equals?: {
805
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
806
+ };
807
+ };
808
+ family: string;
809
+ cdn?: string;
810
+ };
748
811
  };
749
812
  text: {
750
813
  l: {
@@ -819,6 +882,16 @@ export declare const useColorSchemaStore: () => {
819
882
  lineHeight: number;
820
883
  };
821
884
  };
885
+ font?: {
886
+ id: {
887
+ toString: () => string;
888
+ equals?: {
889
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
890
+ };
891
+ };
892
+ family: string;
893
+ cdn?: string;
894
+ };
822
895
  };
823
896
  navigation: {
824
897
  l: {
@@ -857,6 +930,16 @@ export declare const useColorSchemaStore: () => {
857
930
  lineHeight: number;
858
931
  };
859
932
  };
933
+ font?: {
934
+ id: {
935
+ toString: () => string;
936
+ equals?: {
937
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
938
+ };
939
+ };
940
+ family: string;
941
+ cdn?: string;
942
+ };
860
943
  };
861
944
  link: {
862
945
  m: {
@@ -877,6 +960,16 @@ export declare const useColorSchemaStore: () => {
877
960
  lineHeight: number;
878
961
  };
879
962
  };
963
+ font?: {
964
+ id: {
965
+ toString: () => string;
966
+ equals?: {
967
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
968
+ };
969
+ };
970
+ family: string;
971
+ cdn?: string;
972
+ };
880
973
  };
881
974
  };
882
975
  name?: string;
@@ -929,12 +1022,12 @@ export declare const useColorSchemaStore: () => {
929
1022
  colors: (string | {
930
1023
  colorType: "base" | "onBase" | "container" | "onContainer";
931
1024
  toned?: boolean;
932
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1025
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
933
1026
  } | {
934
1027
  color: string | {
935
1028
  colorType: "base" | "onBase" | "container" | "onContainer";
936
1029
  toned?: boolean;
937
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1030
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
938
1031
  };
939
1032
  stop?: number;
940
1033
  })[];
@@ -958,7 +1051,7 @@ export declare const useColorSchemaStore: () => {
958
1051
  colors: (string | {
959
1052
  colorType: "base" | "onBase" | "container" | "onContainer";
960
1053
  toned?: boolean;
961
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1054
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
962
1055
  } | {
963
1056
  color: string | any;
964
1057
  stop?: number;
@@ -971,21 +1064,25 @@ export declare const useColorSchemaStore: () => {
971
1064
  };
972
1065
  alterCase?: boolean;
973
1066
  text?: {
974
- color?: {
1067
+ color?: string | {
975
1068
  colors: (string | {
976
1069
  colorType: "base" | "onBase" | "container" | "onContainer";
977
1070
  toned?: boolean;
978
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1071
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
979
1072
  } | {
980
1073
  color: string | {
981
1074
  colorType: "base" | "onBase" | "container" | "onContainer";
982
1075
  toned?: boolean;
983
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1076
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
984
1077
  };
985
1078
  stop?: number;
986
1079
  })[];
987
1080
  acrylic?: boolean;
988
1081
  opacity?: number;
1082
+ } | {
1083
+ colorType: "base" | "onBase" | "container" | "onContainer";
1084
+ toned?: boolean;
1085
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
989
1086
  };
990
1087
  typography?: {
991
1088
  decoration?: string;
@@ -1005,7 +1102,7 @@ export declare const useColorSchemaStore: () => {
1005
1102
  lineHeight: number;
1006
1103
  };
1007
1104
  } | {
1008
- type: "title" | "text" | "navigation";
1105
+ type: "text" | "title" | "navigation";
1009
1106
  size: "xs" | "s" | "m" | "l" | "xl";
1010
1107
  };
1011
1108
  };
@@ -1014,12 +1111,12 @@ export declare const useColorSchemaStore: () => {
1014
1111
  colors: (string | {
1015
1112
  colorType: "base" | "onBase" | "container" | "onContainer";
1016
1113
  toned?: boolean;
1017
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1114
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1018
1115
  } | {
1019
1116
  color: string | {
1020
1117
  colorType: "base" | "onBase" | "container" | "onContainer";
1021
1118
  toned?: boolean;
1022
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1119
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1023
1120
  };
1024
1121
  stop?: number;
1025
1122
  })[];
@@ -1041,12 +1138,12 @@ export declare const useColorSchemaStore: () => {
1041
1138
  colors: (string | {
1042
1139
  colorType: "base" | "onBase" | "container" | "onContainer";
1043
1140
  toned?: boolean;
1044
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1141
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1045
1142
  } | {
1046
1143
  color: string | {
1047
1144
  colorType: "base" | "onBase" | "container" | "onContainer";
1048
1145
  toned?: boolean;
1049
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1146
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1050
1147
  };
1051
1148
  stop?: number;
1052
1149
  })[];
@@ -1070,7 +1167,7 @@ export declare const useColorSchemaStore: () => {
1070
1167
  colors: (string | {
1071
1168
  colorType: "base" | "onBase" | "container" | "onContainer";
1072
1169
  toned?: boolean;
1073
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1170
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1074
1171
  } | {
1075
1172
  color: string | any;
1076
1173
  stop?: number;
@@ -1083,21 +1180,25 @@ export declare const useColorSchemaStore: () => {
1083
1180
  };
1084
1181
  alterCase?: boolean;
1085
1182
  text?: {
1086
- color?: {
1183
+ color?: string | {
1087
1184
  colors: (string | {
1088
1185
  colorType: "base" | "onBase" | "container" | "onContainer";
1089
1186
  toned?: boolean;
1090
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1187
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1091
1188
  } | {
1092
1189
  color: string | {
1093
1190
  colorType: "base" | "onBase" | "container" | "onContainer";
1094
1191
  toned?: boolean;
1095
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1192
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1096
1193
  };
1097
1194
  stop?: number;
1098
1195
  })[];
1099
1196
  acrylic?: boolean;
1100
1197
  opacity?: number;
1198
+ } | {
1199
+ colorType: "base" | "onBase" | "container" | "onContainer";
1200
+ toned?: boolean;
1201
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1101
1202
  };
1102
1203
  typography?: {
1103
1204
  decoration?: string;
@@ -1117,7 +1218,7 @@ export declare const useColorSchemaStore: () => {
1117
1218
  lineHeight: number;
1118
1219
  };
1119
1220
  } | {
1120
- type: "title" | "text" | "navigation";
1221
+ type: "text" | "title" | "navigation";
1121
1222
  size: "xs" | "s" | "m" | "l" | "xl";
1122
1223
  };
1123
1224
  };
@@ -1126,12 +1227,12 @@ export declare const useColorSchemaStore: () => {
1126
1227
  colors: (string | {
1127
1228
  colorType: "base" | "onBase" | "container" | "onContainer";
1128
1229
  toned?: boolean;
1129
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1230
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1130
1231
  } | {
1131
1232
  color: string | {
1132
1233
  colorType: "base" | "onBase" | "container" | "onContainer";
1133
1234
  toned?: boolean;
1134
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1235
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1135
1236
  };
1136
1237
  stop?: number;
1137
1238
  })[];
@@ -1153,12 +1254,12 @@ export declare const useColorSchemaStore: () => {
1153
1254
  colors: (string | {
1154
1255
  colorType: "base" | "onBase" | "container" | "onContainer";
1155
1256
  toned?: boolean;
1156
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1257
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1157
1258
  } | {
1158
1259
  color: string | {
1159
1260
  colorType: "base" | "onBase" | "container" | "onContainer";
1160
1261
  toned?: boolean;
1161
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1262
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1162
1263
  };
1163
1264
  stop?: number;
1164
1265
  })[];
@@ -1182,7 +1283,7 @@ export declare const useColorSchemaStore: () => {
1182
1283
  colors: (string | {
1183
1284
  colorType: "base" | "onBase" | "container" | "onContainer";
1184
1285
  toned?: boolean;
1185
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1286
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1186
1287
  } | {
1187
1288
  color: string | any;
1188
1289
  stop?: number;
@@ -1195,21 +1296,25 @@ export declare const useColorSchemaStore: () => {
1195
1296
  };
1196
1297
  alterCase?: boolean;
1197
1298
  text?: {
1198
- color?: {
1299
+ color?: string | {
1199
1300
  colors: (string | {
1200
1301
  colorType: "base" | "onBase" | "container" | "onContainer";
1201
1302
  toned?: boolean;
1202
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1303
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1203
1304
  } | {
1204
1305
  color: string | {
1205
1306
  colorType: "base" | "onBase" | "container" | "onContainer";
1206
1307
  toned?: boolean;
1207
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1308
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1208
1309
  };
1209
1310
  stop?: number;
1210
1311
  })[];
1211
1312
  acrylic?: boolean;
1212
1313
  opacity?: number;
1314
+ } | {
1315
+ colorType: "base" | "onBase" | "container" | "onContainer";
1316
+ toned?: boolean;
1317
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1213
1318
  };
1214
1319
  typography?: {
1215
1320
  decoration?: string;
@@ -1229,7 +1334,7 @@ export declare const useColorSchemaStore: () => {
1229
1334
  lineHeight: number;
1230
1335
  };
1231
1336
  } | {
1232
- type: "title" | "text" | "navigation";
1337
+ type: "text" | "title" | "navigation";
1233
1338
  size: "xs" | "s" | "m" | "l" | "xl";
1234
1339
  };
1235
1340
  };
@@ -1238,12 +1343,12 @@ export declare const useColorSchemaStore: () => {
1238
1343
  colors: (string | {
1239
1344
  colorType: "base" | "onBase" | "container" | "onContainer";
1240
1345
  toned?: boolean;
1241
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1346
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1242
1347
  } | {
1243
1348
  color: string | {
1244
1349
  colorType: "base" | "onBase" | "container" | "onContainer";
1245
1350
  toned?: boolean;
1246
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1351
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1247
1352
  };
1248
1353
  stop?: number;
1249
1354
  })[];
@@ -1265,12 +1370,12 @@ export declare const useColorSchemaStore: () => {
1265
1370
  colors: (string | {
1266
1371
  colorType: "base" | "onBase" | "container" | "onContainer";
1267
1372
  toned?: boolean;
1268
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1373
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1269
1374
  } | {
1270
1375
  color: string | {
1271
1376
  colorType: "base" | "onBase" | "container" | "onContainer";
1272
1377
  toned?: boolean;
1273
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1378
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1274
1379
  };
1275
1380
  stop?: number;
1276
1381
  })[];
@@ -1294,7 +1399,7 @@ export declare const useColorSchemaStore: () => {
1294
1399
  colors: (string | {
1295
1400
  colorType: "base" | "onBase" | "container" | "onContainer";
1296
1401
  toned?: boolean;
1297
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1402
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1298
1403
  } | {
1299
1404
  color: string | any;
1300
1405
  stop?: number;
@@ -1307,21 +1412,25 @@ export declare const useColorSchemaStore: () => {
1307
1412
  };
1308
1413
  alterCase?: boolean;
1309
1414
  text?: {
1310
- color?: {
1415
+ color?: string | {
1311
1416
  colors: (string | {
1312
1417
  colorType: "base" | "onBase" | "container" | "onContainer";
1313
1418
  toned?: boolean;
1314
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1419
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1315
1420
  } | {
1316
1421
  color: string | {
1317
1422
  colorType: "base" | "onBase" | "container" | "onContainer";
1318
1423
  toned?: boolean;
1319
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1424
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1320
1425
  };
1321
1426
  stop?: number;
1322
1427
  })[];
1323
1428
  acrylic?: boolean;
1324
1429
  opacity?: number;
1430
+ } | {
1431
+ colorType: "base" | "onBase" | "container" | "onContainer";
1432
+ toned?: boolean;
1433
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1325
1434
  };
1326
1435
  typography?: {
1327
1436
  decoration?: string;
@@ -1341,7 +1450,7 @@ export declare const useColorSchemaStore: () => {
1341
1450
  lineHeight: number;
1342
1451
  };
1343
1452
  } | {
1344
- type: "title" | "text" | "navigation";
1453
+ type: "text" | "title" | "navigation";
1345
1454
  size: "xs" | "s" | "m" | "l" | "xl";
1346
1455
  };
1347
1456
  };
@@ -1350,12 +1459,12 @@ export declare const useColorSchemaStore: () => {
1350
1459
  colors: (string | {
1351
1460
  colorType: "base" | "onBase" | "container" | "onContainer";
1352
1461
  toned?: boolean;
1353
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1462
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1354
1463
  } | {
1355
1464
  color: string | {
1356
1465
  colorType: "base" | "onBase" | "container" | "onContainer";
1357
1466
  toned?: boolean;
1358
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1467
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1359
1468
  };
1360
1469
  stop?: number;
1361
1470
  })[];
@@ -1377,12 +1486,12 @@ export declare const useColorSchemaStore: () => {
1377
1486
  colors: (string | {
1378
1487
  colorType: "base" | "onBase" | "container" | "onContainer";
1379
1488
  toned?: boolean;
1380
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1489
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1381
1490
  } | {
1382
1491
  color: string | {
1383
1492
  colorType: "base" | "onBase" | "container" | "onContainer";
1384
1493
  toned?: boolean;
1385
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1494
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1386
1495
  };
1387
1496
  stop?: number;
1388
1497
  })[];
@@ -1406,7 +1515,7 @@ export declare const useColorSchemaStore: () => {
1406
1515
  colors: (string | {
1407
1516
  colorType: "base" | "onBase" | "container" | "onContainer";
1408
1517
  toned?: boolean;
1409
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1518
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1410
1519
  } | {
1411
1520
  color: string | any;
1412
1521
  stop?: number;
@@ -1419,21 +1528,25 @@ export declare const useColorSchemaStore: () => {
1419
1528
  };
1420
1529
  alterCase?: boolean;
1421
1530
  text?: {
1422
- color?: {
1531
+ color?: string | {
1423
1532
  colors: (string | {
1424
1533
  colorType: "base" | "onBase" | "container" | "onContainer";
1425
1534
  toned?: boolean;
1426
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1535
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1427
1536
  } | {
1428
1537
  color: string | {
1429
1538
  colorType: "base" | "onBase" | "container" | "onContainer";
1430
1539
  toned?: boolean;
1431
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1540
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1432
1541
  };
1433
1542
  stop?: number;
1434
1543
  })[];
1435
1544
  acrylic?: boolean;
1436
1545
  opacity?: number;
1546
+ } | {
1547
+ colorType: "base" | "onBase" | "container" | "onContainer";
1548
+ toned?: boolean;
1549
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1437
1550
  };
1438
1551
  typography?: {
1439
1552
  decoration?: string;
@@ -1453,7 +1566,7 @@ export declare const useColorSchemaStore: () => {
1453
1566
  lineHeight: number;
1454
1567
  };
1455
1568
  } | {
1456
- type: "title" | "text" | "navigation";
1569
+ type: "text" | "title" | "navigation";
1457
1570
  size: "xs" | "s" | "m" | "l" | "xl";
1458
1571
  };
1459
1572
  };
@@ -1462,12 +1575,12 @@ export declare const useColorSchemaStore: () => {
1462
1575
  colors: (string | {
1463
1576
  colorType: "base" | "onBase" | "container" | "onContainer";
1464
1577
  toned?: boolean;
1465
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1578
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1466
1579
  } | {
1467
1580
  color: string | {
1468
1581
  colorType: "base" | "onBase" | "container" | "onContainer";
1469
1582
  toned?: boolean;
1470
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1583
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1471
1584
  };
1472
1585
  stop?: number;
1473
1586
  })[];
@@ -1489,12 +1602,12 @@ export declare const useColorSchemaStore: () => {
1489
1602
  colors: (string | {
1490
1603
  colorType: "base" | "onBase" | "container" | "onContainer";
1491
1604
  toned?: boolean;
1492
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1605
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1493
1606
  } | {
1494
1607
  color: string | {
1495
1608
  colorType: "base" | "onBase" | "container" | "onContainer";
1496
1609
  toned?: boolean;
1497
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1610
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1498
1611
  };
1499
1612
  stop?: number;
1500
1613
  })[];
@@ -1518,7 +1631,7 @@ export declare const useColorSchemaStore: () => {
1518
1631
  colors: (string | {
1519
1632
  colorType: "base" | "onBase" | "container" | "onContainer";
1520
1633
  toned?: boolean;
1521
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1634
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1522
1635
  } | {
1523
1636
  color: string | any;
1524
1637
  stop?: number;
@@ -1531,21 +1644,25 @@ export declare const useColorSchemaStore: () => {
1531
1644
  };
1532
1645
  alterCase?: boolean;
1533
1646
  text?: {
1534
- color?: {
1647
+ color?: string | {
1535
1648
  colors: (string | {
1536
1649
  colorType: "base" | "onBase" | "container" | "onContainer";
1537
1650
  toned?: boolean;
1538
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1651
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1539
1652
  } | {
1540
1653
  color: string | {
1541
1654
  colorType: "base" | "onBase" | "container" | "onContainer";
1542
1655
  toned?: boolean;
1543
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1656
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1544
1657
  };
1545
1658
  stop?: number;
1546
1659
  })[];
1547
1660
  acrylic?: boolean;
1548
1661
  opacity?: number;
1662
+ } | {
1663
+ colorType: "base" | "onBase" | "container" | "onContainer";
1664
+ toned?: boolean;
1665
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1549
1666
  };
1550
1667
  typography?: {
1551
1668
  decoration?: string;
@@ -1565,7 +1682,7 @@ export declare const useColorSchemaStore: () => {
1565
1682
  lineHeight: number;
1566
1683
  };
1567
1684
  } | {
1568
- type: "title" | "text" | "navigation";
1685
+ type: "text" | "title" | "navigation";
1569
1686
  size: "xs" | "s" | "m" | "l" | "xl";
1570
1687
  };
1571
1688
  };
@@ -1574,12 +1691,12 @@ export declare const useColorSchemaStore: () => {
1574
1691
  colors: (string | {
1575
1692
  colorType: "base" | "onBase" | "container" | "onContainer";
1576
1693
  toned?: boolean;
1577
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1694
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1578
1695
  } | {
1579
1696
  color: string | {
1580
1697
  colorType: "base" | "onBase" | "container" | "onContainer";
1581
1698
  toned?: boolean;
1582
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1699
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1583
1700
  };
1584
1701
  stop?: number;
1585
1702
  })[];
@@ -1601,12 +1718,12 @@ export declare const useColorSchemaStore: () => {
1601
1718
  colors: (string | {
1602
1719
  colorType: "base" | "onBase" | "container" | "onContainer";
1603
1720
  toned?: boolean;
1604
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1721
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1605
1722
  } | {
1606
1723
  color: string | {
1607
1724
  colorType: "base" | "onBase" | "container" | "onContainer";
1608
1725
  toned?: boolean;
1609
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1726
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1610
1727
  };
1611
1728
  stop?: number;
1612
1729
  })[];
@@ -1630,7 +1747,7 @@ export declare const useColorSchemaStore: () => {
1630
1747
  colors: (string | {
1631
1748
  colorType: "base" | "onBase" | "container" | "onContainer";
1632
1749
  toned?: boolean;
1633
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1750
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1634
1751
  } | {
1635
1752
  color: string | any;
1636
1753
  stop?: number;
@@ -1643,21 +1760,25 @@ export declare const useColorSchemaStore: () => {
1643
1760
  };
1644
1761
  alterCase?: boolean;
1645
1762
  text?: {
1646
- color?: {
1763
+ color?: string | {
1647
1764
  colors: (string | {
1648
1765
  colorType: "base" | "onBase" | "container" | "onContainer";
1649
1766
  toned?: boolean;
1650
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1767
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1651
1768
  } | {
1652
1769
  color: string | {
1653
1770
  colorType: "base" | "onBase" | "container" | "onContainer";
1654
1771
  toned?: boolean;
1655
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1772
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1656
1773
  };
1657
1774
  stop?: number;
1658
1775
  })[];
1659
1776
  acrylic?: boolean;
1660
1777
  opacity?: number;
1778
+ } | {
1779
+ colorType: "base" | "onBase" | "container" | "onContainer";
1780
+ toned?: boolean;
1781
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1661
1782
  };
1662
1783
  typography?: {
1663
1784
  decoration?: string;
@@ -1677,7 +1798,7 @@ export declare const useColorSchemaStore: () => {
1677
1798
  lineHeight: number;
1678
1799
  };
1679
1800
  } | {
1680
- type: "title" | "text" | "navigation";
1801
+ type: "text" | "title" | "navigation";
1681
1802
  size: "xs" | "s" | "m" | "l" | "xl";
1682
1803
  };
1683
1804
  };
@@ -1686,12 +1807,12 @@ export declare const useColorSchemaStore: () => {
1686
1807
  colors: (string | {
1687
1808
  colorType: "base" | "onBase" | "container" | "onContainer";
1688
1809
  toned?: boolean;
1689
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1810
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1690
1811
  } | {
1691
1812
  color: string | {
1692
1813
  colorType: "base" | "onBase" | "container" | "onContainer";
1693
1814
  toned?: boolean;
1694
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1815
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1695
1816
  };
1696
1817
  stop?: number;
1697
1818
  })[];
@@ -1713,12 +1834,12 @@ export declare const useColorSchemaStore: () => {
1713
1834
  colors: (string | {
1714
1835
  colorType: "base" | "onBase" | "container" | "onContainer";
1715
1836
  toned?: boolean;
1716
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1837
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1717
1838
  } | {
1718
1839
  color: string | {
1719
1840
  colorType: "base" | "onBase" | "container" | "onContainer";
1720
1841
  toned?: boolean;
1721
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1842
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1722
1843
  };
1723
1844
  stop?: number;
1724
1845
  })[];
@@ -1742,7 +1863,7 @@ export declare const useColorSchemaStore: () => {
1742
1863
  colors: (string | {
1743
1864
  colorType: "base" | "onBase" | "container" | "onContainer";
1744
1865
  toned?: boolean;
1745
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1866
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1746
1867
  } | {
1747
1868
  color: string | any;
1748
1869
  stop?: number;
@@ -1755,21 +1876,25 @@ export declare const useColorSchemaStore: () => {
1755
1876
  };
1756
1877
  alterCase?: boolean;
1757
1878
  text?: {
1758
- color?: {
1879
+ color?: string | {
1759
1880
  colors: (string | {
1760
1881
  colorType: "base" | "onBase" | "container" | "onContainer";
1761
1882
  toned?: boolean;
1762
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1883
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1763
1884
  } | {
1764
1885
  color: string | {
1765
1886
  colorType: "base" | "onBase" | "container" | "onContainer";
1766
1887
  toned?: boolean;
1767
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1888
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1768
1889
  };
1769
1890
  stop?: number;
1770
1891
  })[];
1771
1892
  acrylic?: boolean;
1772
1893
  opacity?: number;
1894
+ } | {
1895
+ colorType: "base" | "onBase" | "container" | "onContainer";
1896
+ toned?: boolean;
1897
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1773
1898
  };
1774
1899
  typography?: {
1775
1900
  decoration?: string;
@@ -1789,7 +1914,7 @@ export declare const useColorSchemaStore: () => {
1789
1914
  lineHeight: number;
1790
1915
  };
1791
1916
  } | {
1792
- type: "title" | "text" | "navigation";
1917
+ type: "text" | "title" | "navigation";
1793
1918
  size: "xs" | "s" | "m" | "l" | "xl";
1794
1919
  };
1795
1920
  };
@@ -1798,12 +1923,12 @@ export declare const useColorSchemaStore: () => {
1798
1923
  colors: (string | {
1799
1924
  colorType: "base" | "onBase" | "container" | "onContainer";
1800
1925
  toned?: boolean;
1801
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1926
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1802
1927
  } | {
1803
1928
  color: string | {
1804
1929
  colorType: "base" | "onBase" | "container" | "onContainer";
1805
1930
  toned?: boolean;
1806
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1931
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1807
1932
  };
1808
1933
  stop?: number;
1809
1934
  })[];
@@ -1825,12 +1950,12 @@ export declare const useColorSchemaStore: () => {
1825
1950
  colors: (string | {
1826
1951
  colorType: "base" | "onBase" | "container" | "onContainer";
1827
1952
  toned?: boolean;
1828
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1953
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1829
1954
  } | {
1830
1955
  color: string | {
1831
1956
  colorType: "base" | "onBase" | "container" | "onContainer";
1832
1957
  toned?: boolean;
1833
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1958
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1834
1959
  };
1835
1960
  stop?: number;
1836
1961
  })[];
@@ -1854,7 +1979,7 @@ export declare const useColorSchemaStore: () => {
1854
1979
  colors: (string | {
1855
1980
  colorType: "base" | "onBase" | "container" | "onContainer";
1856
1981
  toned?: boolean;
1857
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1982
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1858
1983
  } | {
1859
1984
  color: string | any;
1860
1985
  stop?: number;
@@ -1867,21 +1992,25 @@ export declare const useColorSchemaStore: () => {
1867
1992
  };
1868
1993
  alterCase?: boolean;
1869
1994
  text?: {
1870
- color?: {
1995
+ color?: string | {
1871
1996
  colors: (string | {
1872
1997
  colorType: "base" | "onBase" | "container" | "onContainer";
1873
1998
  toned?: boolean;
1874
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1999
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1875
2000
  } | {
1876
2001
  color: string | {
1877
2002
  colorType: "base" | "onBase" | "container" | "onContainer";
1878
2003
  toned?: boolean;
1879
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2004
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1880
2005
  };
1881
2006
  stop?: number;
1882
2007
  })[];
1883
2008
  acrylic?: boolean;
1884
2009
  opacity?: number;
2010
+ } | {
2011
+ colorType: "base" | "onBase" | "container" | "onContainer";
2012
+ toned?: boolean;
2013
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1885
2014
  };
1886
2015
  typography?: {
1887
2016
  decoration?: string;
@@ -1901,7 +2030,7 @@ export declare const useColorSchemaStore: () => {
1901
2030
  lineHeight: number;
1902
2031
  };
1903
2032
  } | {
1904
- type: "title" | "text" | "navigation";
2033
+ type: "text" | "title" | "navigation";
1905
2034
  size: "xs" | "s" | "m" | "l" | "xl";
1906
2035
  };
1907
2036
  };
@@ -1910,12 +2039,12 @@ export declare const useColorSchemaStore: () => {
1910
2039
  colors: (string | {
1911
2040
  colorType: "base" | "onBase" | "container" | "onContainer";
1912
2041
  toned?: boolean;
1913
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2042
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1914
2043
  } | {
1915
2044
  color: string | {
1916
2045
  colorType: "base" | "onBase" | "container" | "onContainer";
1917
2046
  toned?: boolean;
1918
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2047
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1919
2048
  };
1920
2049
  stop?: number;
1921
2050
  })[];
@@ -1939,12 +2068,12 @@ export declare const useColorSchemaStore: () => {
1939
2068
  colors: (string | {
1940
2069
  colorType: "base" | "onBase" | "container" | "onContainer";
1941
2070
  toned?: boolean;
1942
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2071
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1943
2072
  } | {
1944
2073
  color: string | {
1945
2074
  colorType: "base" | "onBase" | "container" | "onContainer";
1946
2075
  toned?: boolean;
1947
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2076
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1948
2077
  };
1949
2078
  stop?: number;
1950
2079
  })[];
@@ -1968,7 +2097,7 @@ export declare const useColorSchemaStore: () => {
1968
2097
  colors: (string | {
1969
2098
  colorType: "base" | "onBase" | "container" | "onContainer";
1970
2099
  toned?: boolean;
1971
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2100
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1972
2101
  } | {
1973
2102
  color: string | any;
1974
2103
  stop?: number;
@@ -1981,21 +2110,25 @@ export declare const useColorSchemaStore: () => {
1981
2110
  };
1982
2111
  alterCase?: boolean;
1983
2112
  text?: {
1984
- color?: {
2113
+ color?: string | {
1985
2114
  colors: (string | {
1986
2115
  colorType: "base" | "onBase" | "container" | "onContainer";
1987
2116
  toned?: boolean;
1988
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2117
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1989
2118
  } | {
1990
2119
  color: string | {
1991
2120
  colorType: "base" | "onBase" | "container" | "onContainer";
1992
2121
  toned?: boolean;
1993
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2122
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1994
2123
  };
1995
2124
  stop?: number;
1996
2125
  })[];
1997
2126
  acrylic?: boolean;
1998
2127
  opacity?: number;
2128
+ } | {
2129
+ colorType: "base" | "onBase" | "container" | "onContainer";
2130
+ toned?: boolean;
2131
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1999
2132
  };
2000
2133
  typography?: {
2001
2134
  decoration?: string;
@@ -2015,7 +2148,7 @@ export declare const useColorSchemaStore: () => {
2015
2148
  lineHeight: number;
2016
2149
  };
2017
2150
  } | {
2018
- type: "title" | "text" | "navigation";
2151
+ type: "text" | "title" | "navigation";
2019
2152
  size: "xs" | "s" | "m" | "l" | "xl";
2020
2153
  };
2021
2154
  };
@@ -2024,12 +2157,12 @@ export declare const useColorSchemaStore: () => {
2024
2157
  colors: (string | {
2025
2158
  colorType: "base" | "onBase" | "container" | "onContainer";
2026
2159
  toned?: boolean;
2027
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2160
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2028
2161
  } | {
2029
2162
  color: string | {
2030
2163
  colorType: "base" | "onBase" | "container" | "onContainer";
2031
2164
  toned?: boolean;
2032
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2165
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2033
2166
  };
2034
2167
  stop?: number;
2035
2168
  })[];
@@ -2051,12 +2184,12 @@ export declare const useColorSchemaStore: () => {
2051
2184
  colors: (string | {
2052
2185
  colorType: "base" | "onBase" | "container" | "onContainer";
2053
2186
  toned?: boolean;
2054
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2187
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2055
2188
  } | {
2056
2189
  color: string | {
2057
2190
  colorType: "base" | "onBase" | "container" | "onContainer";
2058
2191
  toned?: boolean;
2059
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2192
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2060
2193
  };
2061
2194
  stop?: number;
2062
2195
  })[];
@@ -2080,7 +2213,7 @@ export declare const useColorSchemaStore: () => {
2080
2213
  colors: (string | {
2081
2214
  colorType: "base" | "onBase" | "container" | "onContainer";
2082
2215
  toned?: boolean;
2083
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2216
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2084
2217
  } | {
2085
2218
  color: string | any;
2086
2219
  stop?: number;
@@ -2093,21 +2226,25 @@ export declare const useColorSchemaStore: () => {
2093
2226
  };
2094
2227
  alterCase?: boolean;
2095
2228
  text?: {
2096
- color?: {
2229
+ color?: string | {
2097
2230
  colors: (string | {
2098
2231
  colorType: "base" | "onBase" | "container" | "onContainer";
2099
2232
  toned?: boolean;
2100
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2233
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2101
2234
  } | {
2102
2235
  color: string | {
2103
2236
  colorType: "base" | "onBase" | "container" | "onContainer";
2104
2237
  toned?: boolean;
2105
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2238
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2106
2239
  };
2107
2240
  stop?: number;
2108
2241
  })[];
2109
2242
  acrylic?: boolean;
2110
2243
  opacity?: number;
2244
+ } | {
2245
+ colorType: "base" | "onBase" | "container" | "onContainer";
2246
+ toned?: boolean;
2247
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2111
2248
  };
2112
2249
  typography?: {
2113
2250
  decoration?: string;
@@ -2127,7 +2264,7 @@ export declare const useColorSchemaStore: () => {
2127
2264
  lineHeight: number;
2128
2265
  };
2129
2266
  } | {
2130
- type: "title" | "text" | "navigation";
2267
+ type: "text" | "title" | "navigation";
2131
2268
  size: "xs" | "s" | "m" | "l" | "xl";
2132
2269
  };
2133
2270
  };
@@ -2136,12 +2273,12 @@ export declare const useColorSchemaStore: () => {
2136
2273
  colors: (string | {
2137
2274
  colorType: "base" | "onBase" | "container" | "onContainer";
2138
2275
  toned?: boolean;
2139
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2276
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2140
2277
  } | {
2141
2278
  color: string | {
2142
2279
  colorType: "base" | "onBase" | "container" | "onContainer";
2143
2280
  toned?: boolean;
2144
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2281
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2145
2282
  };
2146
2283
  stop?: number;
2147
2284
  })[];
@@ -2163,12 +2300,12 @@ export declare const useColorSchemaStore: () => {
2163
2300
  colors: (string | {
2164
2301
  colorType: "base" | "onBase" | "container" | "onContainer";
2165
2302
  toned?: boolean;
2166
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2303
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2167
2304
  } | {
2168
2305
  color: string | {
2169
2306
  colorType: "base" | "onBase" | "container" | "onContainer";
2170
2307
  toned?: boolean;
2171
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2308
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2172
2309
  };
2173
2310
  stop?: number;
2174
2311
  })[];
@@ -2192,7 +2329,7 @@ export declare const useColorSchemaStore: () => {
2192
2329
  colors: (string | {
2193
2330
  colorType: "base" | "onBase" | "container" | "onContainer";
2194
2331
  toned?: boolean;
2195
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2332
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2196
2333
  } | {
2197
2334
  color: string | any;
2198
2335
  stop?: number;
@@ -2205,21 +2342,25 @@ export declare const useColorSchemaStore: () => {
2205
2342
  };
2206
2343
  alterCase?: boolean;
2207
2344
  text?: {
2208
- color?: {
2345
+ color?: string | {
2209
2346
  colors: (string | {
2210
2347
  colorType: "base" | "onBase" | "container" | "onContainer";
2211
2348
  toned?: boolean;
2212
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2349
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2213
2350
  } | {
2214
2351
  color: string | {
2215
2352
  colorType: "base" | "onBase" | "container" | "onContainer";
2216
2353
  toned?: boolean;
2217
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2354
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2218
2355
  };
2219
2356
  stop?: number;
2220
2357
  })[];
2221
2358
  acrylic?: boolean;
2222
2359
  opacity?: number;
2360
+ } | {
2361
+ colorType: "base" | "onBase" | "container" | "onContainer";
2362
+ toned?: boolean;
2363
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2223
2364
  };
2224
2365
  typography?: {
2225
2366
  decoration?: string;
@@ -2239,7 +2380,7 @@ export declare const useColorSchemaStore: () => {
2239
2380
  lineHeight: number;
2240
2381
  };
2241
2382
  } | {
2242
- type: "title" | "text" | "navigation";
2383
+ type: "text" | "title" | "navigation";
2243
2384
  size: "xs" | "s" | "m" | "l" | "xl";
2244
2385
  };
2245
2386
  };
@@ -2248,12 +2389,12 @@ export declare const useColorSchemaStore: () => {
2248
2389
  colors: (string | {
2249
2390
  colorType: "base" | "onBase" | "container" | "onContainer";
2250
2391
  toned?: boolean;
2251
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2392
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2252
2393
  } | {
2253
2394
  color: string | {
2254
2395
  colorType: "base" | "onBase" | "container" | "onContainer";
2255
2396
  toned?: boolean;
2256
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2397
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2257
2398
  };
2258
2399
  stop?: number;
2259
2400
  })[];
@@ -2275,12 +2416,12 @@ export declare const useColorSchemaStore: () => {
2275
2416
  colors: (string | {
2276
2417
  colorType: "base" | "onBase" | "container" | "onContainer";
2277
2418
  toned?: boolean;
2278
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2419
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2279
2420
  } | {
2280
2421
  color: string | {
2281
2422
  colorType: "base" | "onBase" | "container" | "onContainer";
2282
2423
  toned?: boolean;
2283
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2424
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2284
2425
  };
2285
2426
  stop?: number;
2286
2427
  })[];
@@ -2304,7 +2445,7 @@ export declare const useColorSchemaStore: () => {
2304
2445
  colors: (string | {
2305
2446
  colorType: "base" | "onBase" | "container" | "onContainer";
2306
2447
  toned?: boolean;
2307
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2448
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2308
2449
  } | {
2309
2450
  color: string | any;
2310
2451
  stop?: number;
@@ -2317,21 +2458,25 @@ export declare const useColorSchemaStore: () => {
2317
2458
  };
2318
2459
  alterCase?: boolean;
2319
2460
  text?: {
2320
- color?: {
2461
+ color?: string | {
2321
2462
  colors: (string | {
2322
2463
  colorType: "base" | "onBase" | "container" | "onContainer";
2323
2464
  toned?: boolean;
2324
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2465
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2325
2466
  } | {
2326
2467
  color: string | {
2327
2468
  colorType: "base" | "onBase" | "container" | "onContainer";
2328
2469
  toned?: boolean;
2329
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2470
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2330
2471
  };
2331
2472
  stop?: number;
2332
2473
  })[];
2333
2474
  acrylic?: boolean;
2334
2475
  opacity?: number;
2476
+ } | {
2477
+ colorType: "base" | "onBase" | "container" | "onContainer";
2478
+ toned?: boolean;
2479
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2335
2480
  };
2336
2481
  typography?: {
2337
2482
  decoration?: string;
@@ -2351,7 +2496,7 @@ export declare const useColorSchemaStore: () => {
2351
2496
  lineHeight: number;
2352
2497
  };
2353
2498
  } | {
2354
- type: "title" | "text" | "navigation";
2499
+ type: "text" | "title" | "navigation";
2355
2500
  size: "xs" | "s" | "m" | "l" | "xl";
2356
2501
  };
2357
2502
  };
@@ -2360,12 +2505,12 @@ export declare const useColorSchemaStore: () => {
2360
2505
  colors: (string | {
2361
2506
  colorType: "base" | "onBase" | "container" | "onContainer";
2362
2507
  toned?: boolean;
2363
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2508
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2364
2509
  } | {
2365
2510
  color: string | {
2366
2511
  colorType: "base" | "onBase" | "container" | "onContainer";
2367
2512
  toned?: boolean;
2368
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2513
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2369
2514
  };
2370
2515
  stop?: number;
2371
2516
  })[];
@@ -2387,12 +2532,12 @@ export declare const useColorSchemaStore: () => {
2387
2532
  colors: (string | {
2388
2533
  colorType: "base" | "onBase" | "container" | "onContainer";
2389
2534
  toned?: boolean;
2390
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2535
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2391
2536
  } | {
2392
2537
  color: string | {
2393
2538
  colorType: "base" | "onBase" | "container" | "onContainer";
2394
2539
  toned?: boolean;
2395
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2540
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2396
2541
  };
2397
2542
  stop?: number;
2398
2543
  })[];
@@ -2416,7 +2561,7 @@ export declare const useColorSchemaStore: () => {
2416
2561
  colors: (string | {
2417
2562
  colorType: "base" | "onBase" | "container" | "onContainer";
2418
2563
  toned?: boolean;
2419
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2564
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2420
2565
  } | {
2421
2566
  color: string | any;
2422
2567
  stop?: number;
@@ -2429,21 +2574,25 @@ export declare const useColorSchemaStore: () => {
2429
2574
  };
2430
2575
  alterCase?: boolean;
2431
2576
  text?: {
2432
- color?: {
2577
+ color?: string | {
2433
2578
  colors: (string | {
2434
2579
  colorType: "base" | "onBase" | "container" | "onContainer";
2435
2580
  toned?: boolean;
2436
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2581
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2437
2582
  } | {
2438
2583
  color: string | {
2439
2584
  colorType: "base" | "onBase" | "container" | "onContainer";
2440
2585
  toned?: boolean;
2441
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2586
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2442
2587
  };
2443
2588
  stop?: number;
2444
2589
  })[];
2445
2590
  acrylic?: boolean;
2446
2591
  opacity?: number;
2592
+ } | {
2593
+ colorType: "base" | "onBase" | "container" | "onContainer";
2594
+ toned?: boolean;
2595
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2447
2596
  };
2448
2597
  typography?: {
2449
2598
  decoration?: string;
@@ -2463,7 +2612,7 @@ export declare const useColorSchemaStore: () => {
2463
2612
  lineHeight: number;
2464
2613
  };
2465
2614
  } | {
2466
- type: "title" | "text" | "navigation";
2615
+ type: "text" | "title" | "navigation";
2467
2616
  size: "xs" | "s" | "m" | "l" | "xl";
2468
2617
  };
2469
2618
  };
@@ -2472,12 +2621,12 @@ export declare const useColorSchemaStore: () => {
2472
2621
  colors: (string | {
2473
2622
  colorType: "base" | "onBase" | "container" | "onContainer";
2474
2623
  toned?: boolean;
2475
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2624
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2476
2625
  } | {
2477
2626
  color: string | {
2478
2627
  colorType: "base" | "onBase" | "container" | "onContainer";
2479
2628
  toned?: boolean;
2480
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2629
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2481
2630
  };
2482
2631
  stop?: number;
2483
2632
  })[];
@@ -2499,12 +2648,12 @@ export declare const useColorSchemaStore: () => {
2499
2648
  colors: (string | {
2500
2649
  colorType: "base" | "onBase" | "container" | "onContainer";
2501
2650
  toned?: boolean;
2502
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2651
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2503
2652
  } | {
2504
2653
  color: string | {
2505
2654
  colorType: "base" | "onBase" | "container" | "onContainer";
2506
2655
  toned?: boolean;
2507
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2656
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2508
2657
  };
2509
2658
  stop?: number;
2510
2659
  })[];
@@ -2528,7 +2677,7 @@ export declare const useColorSchemaStore: () => {
2528
2677
  colors: (string | {
2529
2678
  colorType: "base" | "onBase" | "container" | "onContainer";
2530
2679
  toned?: boolean;
2531
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2680
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2532
2681
  } | {
2533
2682
  color: string | any;
2534
2683
  stop?: number;
@@ -2541,21 +2690,25 @@ export declare const useColorSchemaStore: () => {
2541
2690
  };
2542
2691
  alterCase?: boolean;
2543
2692
  text?: {
2544
- color?: {
2693
+ color?: string | {
2545
2694
  colors: (string | {
2546
2695
  colorType: "base" | "onBase" | "container" | "onContainer";
2547
2696
  toned?: boolean;
2548
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2697
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2549
2698
  } | {
2550
2699
  color: string | {
2551
2700
  colorType: "base" | "onBase" | "container" | "onContainer";
2552
2701
  toned?: boolean;
2553
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2702
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2554
2703
  };
2555
2704
  stop?: number;
2556
2705
  })[];
2557
2706
  acrylic?: boolean;
2558
2707
  opacity?: number;
2708
+ } | {
2709
+ colorType: "base" | "onBase" | "container" | "onContainer";
2710
+ toned?: boolean;
2711
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2559
2712
  };
2560
2713
  typography?: {
2561
2714
  decoration?: string;
@@ -2575,7 +2728,7 @@ export declare const useColorSchemaStore: () => {
2575
2728
  lineHeight: number;
2576
2729
  };
2577
2730
  } | {
2578
- type: "title" | "text" | "navigation";
2731
+ type: "text" | "title" | "navigation";
2579
2732
  size: "xs" | "s" | "m" | "l" | "xl";
2580
2733
  };
2581
2734
  };
@@ -2584,12 +2737,12 @@ export declare const useColorSchemaStore: () => {
2584
2737
  colors: (string | {
2585
2738
  colorType: "base" | "onBase" | "container" | "onContainer";
2586
2739
  toned?: boolean;
2587
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2740
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2588
2741
  } | {
2589
2742
  color: string | {
2590
2743
  colorType: "base" | "onBase" | "container" | "onContainer";
2591
2744
  toned?: boolean;
2592
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2745
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2593
2746
  };
2594
2747
  stop?: number;
2595
2748
  })[];
@@ -2611,12 +2764,12 @@ export declare const useColorSchemaStore: () => {
2611
2764
  colors: (string | {
2612
2765
  colorType: "base" | "onBase" | "container" | "onContainer";
2613
2766
  toned?: boolean;
2614
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2767
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2615
2768
  } | {
2616
2769
  color: string | {
2617
2770
  colorType: "base" | "onBase" | "container" | "onContainer";
2618
2771
  toned?: boolean;
2619
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2772
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2620
2773
  };
2621
2774
  stop?: number;
2622
2775
  })[];
@@ -2640,7 +2793,7 @@ export declare const useColorSchemaStore: () => {
2640
2793
  colors: (string | {
2641
2794
  colorType: "base" | "onBase" | "container" | "onContainer";
2642
2795
  toned?: boolean;
2643
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2796
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2644
2797
  } | {
2645
2798
  color: string | any;
2646
2799
  stop?: number;
@@ -2653,21 +2806,25 @@ export declare const useColorSchemaStore: () => {
2653
2806
  };
2654
2807
  alterCase?: boolean;
2655
2808
  text?: {
2656
- color?: {
2809
+ color?: string | {
2657
2810
  colors: (string | {
2658
2811
  colorType: "base" | "onBase" | "container" | "onContainer";
2659
2812
  toned?: boolean;
2660
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2813
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2661
2814
  } | {
2662
2815
  color: string | {
2663
2816
  colorType: "base" | "onBase" | "container" | "onContainer";
2664
2817
  toned?: boolean;
2665
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2818
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2666
2819
  };
2667
2820
  stop?: number;
2668
2821
  })[];
2669
2822
  acrylic?: boolean;
2670
2823
  opacity?: number;
2824
+ } | {
2825
+ colorType: "base" | "onBase" | "container" | "onContainer";
2826
+ toned?: boolean;
2827
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2671
2828
  };
2672
2829
  typography?: {
2673
2830
  decoration?: string;
@@ -2687,7 +2844,7 @@ export declare const useColorSchemaStore: () => {
2687
2844
  lineHeight: number;
2688
2845
  };
2689
2846
  } | {
2690
- type: "title" | "text" | "navigation";
2847
+ type: "text" | "title" | "navigation";
2691
2848
  size: "xs" | "s" | "m" | "l" | "xl";
2692
2849
  };
2693
2850
  };
@@ -2696,12 +2853,12 @@ export declare const useColorSchemaStore: () => {
2696
2853
  colors: (string | {
2697
2854
  colorType: "base" | "onBase" | "container" | "onContainer";
2698
2855
  toned?: boolean;
2699
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2856
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2700
2857
  } | {
2701
2858
  color: string | {
2702
2859
  colorType: "base" | "onBase" | "container" | "onContainer";
2703
2860
  toned?: boolean;
2704
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2861
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2705
2862
  };
2706
2863
  stop?: number;
2707
2864
  })[];
@@ -2723,12 +2880,12 @@ export declare const useColorSchemaStore: () => {
2723
2880
  colors: (string | {
2724
2881
  colorType: "base" | "onBase" | "container" | "onContainer";
2725
2882
  toned?: boolean;
2726
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2883
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2727
2884
  } | {
2728
2885
  color: string | {
2729
2886
  colorType: "base" | "onBase" | "container" | "onContainer";
2730
2887
  toned?: boolean;
2731
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2888
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2732
2889
  };
2733
2890
  stop?: number;
2734
2891
  })[];
@@ -2752,7 +2909,7 @@ export declare const useColorSchemaStore: () => {
2752
2909
  colors: (string | {
2753
2910
  colorType: "base" | "onBase" | "container" | "onContainer";
2754
2911
  toned?: boolean;
2755
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2912
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2756
2913
  } | {
2757
2914
  color: string | any;
2758
2915
  stop?: number;
@@ -2765,21 +2922,25 @@ export declare const useColorSchemaStore: () => {
2765
2922
  };
2766
2923
  alterCase?: boolean;
2767
2924
  text?: {
2768
- color?: {
2925
+ color?: string | {
2769
2926
  colors: (string | {
2770
2927
  colorType: "base" | "onBase" | "container" | "onContainer";
2771
2928
  toned?: boolean;
2772
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2929
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2773
2930
  } | {
2774
2931
  color: string | {
2775
2932
  colorType: "base" | "onBase" | "container" | "onContainer";
2776
2933
  toned?: boolean;
2777
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2934
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2778
2935
  };
2779
2936
  stop?: number;
2780
2937
  })[];
2781
2938
  acrylic?: boolean;
2782
2939
  opacity?: number;
2940
+ } | {
2941
+ colorType: "base" | "onBase" | "container" | "onContainer";
2942
+ toned?: boolean;
2943
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2783
2944
  };
2784
2945
  typography?: {
2785
2946
  decoration?: string;
@@ -2799,7 +2960,7 @@ export declare const useColorSchemaStore: () => {
2799
2960
  lineHeight: number;
2800
2961
  };
2801
2962
  } | {
2802
- type: "title" | "text" | "navigation";
2963
+ type: "text" | "title" | "navigation";
2803
2964
  size: "xs" | "s" | "m" | "l" | "xl";
2804
2965
  };
2805
2966
  };
@@ -2808,12 +2969,12 @@ export declare const useColorSchemaStore: () => {
2808
2969
  colors: (string | {
2809
2970
  colorType: "base" | "onBase" | "container" | "onContainer";
2810
2971
  toned?: boolean;
2811
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2972
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2812
2973
  } | {
2813
2974
  color: string | {
2814
2975
  colorType: "base" | "onBase" | "container" | "onContainer";
2815
2976
  toned?: boolean;
2816
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2977
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2817
2978
  };
2818
2979
  stop?: number;
2819
2980
  })[];
@@ -2835,12 +2996,12 @@ export declare const useColorSchemaStore: () => {
2835
2996
  colors: (string | {
2836
2997
  colorType: "base" | "onBase" | "container" | "onContainer";
2837
2998
  toned?: boolean;
2838
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2999
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2839
3000
  } | {
2840
3001
  color: string | {
2841
3002
  colorType: "base" | "onBase" | "container" | "onContainer";
2842
3003
  toned?: boolean;
2843
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3004
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2844
3005
  };
2845
3006
  stop?: number;
2846
3007
  })[];
@@ -2864,7 +3025,7 @@ export declare const useColorSchemaStore: () => {
2864
3025
  colors: (string | {
2865
3026
  colorType: "base" | "onBase" | "container" | "onContainer";
2866
3027
  toned?: boolean;
2867
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3028
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2868
3029
  } | {
2869
3030
  color: string | any;
2870
3031
  stop?: number;
@@ -2877,21 +3038,25 @@ export declare const useColorSchemaStore: () => {
2877
3038
  };
2878
3039
  alterCase?: boolean;
2879
3040
  text?: {
2880
- color?: {
3041
+ color?: string | {
2881
3042
  colors: (string | {
2882
3043
  colorType: "base" | "onBase" | "container" | "onContainer";
2883
3044
  toned?: boolean;
2884
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3045
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2885
3046
  } | {
2886
3047
  color: string | {
2887
3048
  colorType: "base" | "onBase" | "container" | "onContainer";
2888
3049
  toned?: boolean;
2889
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3050
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2890
3051
  };
2891
3052
  stop?: number;
2892
3053
  })[];
2893
3054
  acrylic?: boolean;
2894
3055
  opacity?: number;
3056
+ } | {
3057
+ colorType: "base" | "onBase" | "container" | "onContainer";
3058
+ toned?: boolean;
3059
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2895
3060
  };
2896
3061
  typography?: {
2897
3062
  decoration?: string;
@@ -2911,7 +3076,7 @@ export declare const useColorSchemaStore: () => {
2911
3076
  lineHeight: number;
2912
3077
  };
2913
3078
  } | {
2914
- type: "title" | "text" | "navigation";
3079
+ type: "text" | "title" | "navigation";
2915
3080
  size: "xs" | "s" | "m" | "l" | "xl";
2916
3081
  };
2917
3082
  };
@@ -2920,12 +3085,12 @@ export declare const useColorSchemaStore: () => {
2920
3085
  colors: (string | {
2921
3086
  colorType: "base" | "onBase" | "container" | "onContainer";
2922
3087
  toned?: boolean;
2923
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3088
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2924
3089
  } | {
2925
3090
  color: string | {
2926
3091
  colorType: "base" | "onBase" | "container" | "onContainer";
2927
3092
  toned?: boolean;
2928
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3093
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2929
3094
  };
2930
3095
  stop?: number;
2931
3096
  })[];
@@ -2945,12 +3110,12 @@ export declare const useColorSchemaStore: () => {
2945
3110
  colors: (string | {
2946
3111
  colorType: "base" | "onBase" | "container" | "onContainer";
2947
3112
  toned?: boolean;
2948
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3113
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2949
3114
  } | {
2950
3115
  color: string | {
2951
3116
  colorType: "base" | "onBase" | "container" | "onContainer";
2952
3117
  toned?: boolean;
2953
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3118
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2954
3119
  };
2955
3120
  stop?: number;
2956
3121
  })[];
@@ -2974,12 +3139,12 @@ export declare const useColorSchemaStore: () => {
2974
3139
  colors: (string | {
2975
3140
  colorType: "base" | "onBase" | "container" | "onContainer";
2976
3141
  toned?: boolean;
2977
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3142
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2978
3143
  } | {
2979
3144
  color: string | {
2980
3145
  colorType: "base" | "onBase" | "container" | "onContainer";
2981
3146
  toned?: boolean;
2982
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3147
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2983
3148
  };
2984
3149
  stop?: number;
2985
3150
  })[];
@@ -3007,28 +3172,32 @@ export declare const useColorSchemaStore: () => {
3007
3172
  grow?: boolean;
3008
3173
  minHeight?: number;
3009
3174
  minWidth?: number;
3010
- alignment?: "center" | "start" | "end";
3175
+ alignment?: "start" | "center" | "end";
3011
3176
  sliderColor?: string | {
3012
3177
  colorType: "base" | "onBase" | "container" | "onContainer";
3013
3178
  toned?: boolean;
3014
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3179
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3015
3180
  };
3016
3181
  text?: {
3017
- color?: {
3182
+ color?: string | {
3018
3183
  colors: (string | {
3019
3184
  colorType: "base" | "onBase" | "container" | "onContainer";
3020
3185
  toned?: boolean;
3021
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3186
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3022
3187
  } | {
3023
3188
  color: string | {
3024
3189
  colorType: "base" | "onBase" | "container" | "onContainer";
3025
3190
  toned?: boolean;
3026
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3191
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3027
3192
  };
3028
3193
  stop?: number;
3029
3194
  })[];
3030
3195
  acrylic?: boolean;
3031
3196
  opacity?: number;
3197
+ } | {
3198
+ colorType: "base" | "onBase" | "container" | "onContainer";
3199
+ toned?: boolean;
3200
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3032
3201
  };
3033
3202
  typography?: {
3034
3203
  decoration?: string;
@@ -3048,7 +3217,7 @@ export declare const useColorSchemaStore: () => {
3048
3217
  lineHeight: number;
3049
3218
  };
3050
3219
  } | {
3051
- type: "title" | "text" | "navigation";
3220
+ type: "text" | "title" | "navigation";
3052
3221
  size: "xs" | "s" | "m" | "l" | "xl";
3053
3222
  };
3054
3223
  };
@@ -3057,12 +3226,12 @@ export declare const useColorSchemaStore: () => {
3057
3226
  colors: (string | {
3058
3227
  colorType: "base" | "onBase" | "container" | "onContainer";
3059
3228
  toned?: boolean;
3060
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3229
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3061
3230
  } | {
3062
3231
  color: string | {
3063
3232
  colorType: "base" | "onBase" | "container" | "onContainer";
3064
3233
  toned?: boolean;
3065
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3234
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3066
3235
  };
3067
3236
  stop?: number;
3068
3237
  })[];
@@ -3083,12 +3252,12 @@ export declare const useColorSchemaStore: () => {
3083
3252
  colors: (string | {
3084
3253
  colorType: "base" | "onBase" | "container" | "onContainer";
3085
3254
  toned?: boolean;
3086
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3255
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3087
3256
  } | {
3088
3257
  color: string | {
3089
3258
  colorType: "base" | "onBase" | "container" | "onContainer";
3090
3259
  toned?: boolean;
3091
- 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";
3092
3261
  };
3093
3262
  stop?: number;
3094
3263
  })[];
@@ -3112,7 +3281,7 @@ export declare const useColorSchemaStore: () => {
3112
3281
  colors: (string | {
3113
3282
  colorType: "base" | "onBase" | "container" | "onContainer";
3114
3283
  toned?: boolean;
3115
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3284
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3116
3285
  } | {
3117
3286
  color: string | any;
3118
3287
  stop?: number;
@@ -3124,21 +3293,25 @@ export declare const useColorSchemaStore: () => {
3124
3293
  elevation?: number;
3125
3294
  };
3126
3295
  text?: {
3127
- color?: {
3296
+ color?: string | {
3128
3297
  colors: (string | {
3129
3298
  colorType: "base" | "onBase" | "container" | "onContainer";
3130
3299
  toned?: boolean;
3131
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3300
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3132
3301
  } | {
3133
3302
  color: string | {
3134
3303
  colorType: "base" | "onBase" | "container" | "onContainer";
3135
3304
  toned?: boolean;
3136
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3305
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3137
3306
  };
3138
3307
  stop?: number;
3139
3308
  })[];
3140
3309
  acrylic?: boolean;
3141
3310
  opacity?: number;
3311
+ } | {
3312
+ colorType: "base" | "onBase" | "container" | "onContainer";
3313
+ toned?: boolean;
3314
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3142
3315
  };
3143
3316
  typography?: {
3144
3317
  decoration?: string;
@@ -3158,7 +3331,7 @@ export declare const useColorSchemaStore: () => {
3158
3331
  lineHeight: number;
3159
3332
  };
3160
3333
  } | {
3161
- type: "title" | "text" | "navigation";
3334
+ type: "text" | "title" | "navigation";
3162
3335
  size: "xs" | "s" | "m" | "l" | "xl";
3163
3336
  };
3164
3337
  };
@@ -3167,12 +3340,12 @@ export declare const useColorSchemaStore: () => {
3167
3340
  colors: (string | {
3168
3341
  colorType: "base" | "onBase" | "container" | "onContainer";
3169
3342
  toned?: boolean;
3170
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3343
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3171
3344
  } | {
3172
3345
  color: string | {
3173
3346
  colorType: "base" | "onBase" | "container" | "onContainer";
3174
3347
  toned?: boolean;
3175
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3348
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3176
3349
  };
3177
3350
  stop?: number;
3178
3351
  })[];
@@ -3188,12 +3361,12 @@ export declare const useColorSchemaStore: () => {
3188
3361
  colors: (string | {
3189
3362
  colorType: "base" | "onBase" | "container" | "onContainer";
3190
3363
  toned?: boolean;
3191
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3364
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3192
3365
  } | {
3193
3366
  color: string | {
3194
3367
  colorType: "base" | "onBase" | "container" | "onContainer";
3195
3368
  toned?: boolean;
3196
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3369
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3197
3370
  };
3198
3371
  stop?: number;
3199
3372
  })[];
@@ -3217,7 +3390,7 @@ export declare const useColorSchemaStore: () => {
3217
3390
  colors: (string | {
3218
3391
  colorType: "base" | "onBase" | "container" | "onContainer";
3219
3392
  toned?: boolean;
3220
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3393
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3221
3394
  } | {
3222
3395
  color: string | any;
3223
3396
  stop?: number;
@@ -3236,12 +3409,12 @@ export declare const useColorSchemaStore: () => {
3236
3409
  colors: (string | {
3237
3410
  colorType: "base" | "onBase" | "container" | "onContainer";
3238
3411
  toned?: boolean;
3239
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3412
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3240
3413
  } | {
3241
3414
  color: string | {
3242
3415
  colorType: "base" | "onBase" | "container" | "onContainer";
3243
3416
  toned?: boolean;
3244
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3417
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3245
3418
  };
3246
3419
  stop?: number;
3247
3420
  })[];
@@ -3265,12 +3438,12 @@ export declare const useColorSchemaStore: () => {
3265
3438
  colors: (string | {
3266
3439
  colorType: "base" | "onBase" | "container" | "onContainer";
3267
3440
  toned?: boolean;
3268
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3441
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3269
3442
  } | {
3270
3443
  color: string | {
3271
3444
  colorType: "base" | "onBase" | "container" | "onContainer";
3272
3445
  toned?: boolean;
3273
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3446
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3274
3447
  };
3275
3448
  stop?: number;
3276
3449
  })[];
@@ -3298,28 +3471,32 @@ export declare const useColorSchemaStore: () => {
3298
3471
  grow?: boolean;
3299
3472
  minHeight?: number;
3300
3473
  minWidth?: number;
3301
- alignment?: "center" | "start" | "end";
3474
+ alignment?: "start" | "center" | "end";
3302
3475
  sliderColor?: string | {
3303
3476
  colorType: "base" | "onBase" | "container" | "onContainer";
3304
3477
  toned?: boolean;
3305
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3478
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3306
3479
  };
3307
3480
  text?: {
3308
- color?: {
3481
+ color?: string | {
3309
3482
  colors: (string | {
3310
3483
  colorType: "base" | "onBase" | "container" | "onContainer";
3311
3484
  toned?: boolean;
3312
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3485
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3313
3486
  } | {
3314
3487
  color: string | {
3315
3488
  colorType: "base" | "onBase" | "container" | "onContainer";
3316
3489
  toned?: boolean;
3317
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3490
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3318
3491
  };
3319
3492
  stop?: number;
3320
3493
  })[];
3321
3494
  acrylic?: boolean;
3322
3495
  opacity?: number;
3496
+ } | {
3497
+ colorType: "base" | "onBase" | "container" | "onContainer";
3498
+ toned?: boolean;
3499
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3323
3500
  };
3324
3501
  typography?: {
3325
3502
  decoration?: string;
@@ -3339,7 +3516,7 @@ export declare const useColorSchemaStore: () => {
3339
3516
  lineHeight: number;
3340
3517
  };
3341
3518
  } | {
3342
- type: "title" | "text" | "navigation";
3519
+ type: "text" | "title" | "navigation";
3343
3520
  size: "xs" | "s" | "m" | "l" | "xl";
3344
3521
  };
3345
3522
  };
@@ -3348,12 +3525,12 @@ export declare const useColorSchemaStore: () => {
3348
3525
  colors: (string | {
3349
3526
  colorType: "base" | "onBase" | "container" | "onContainer";
3350
3527
  toned?: boolean;
3351
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3528
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3352
3529
  } | {
3353
3530
  color: string | {
3354
3531
  colorType: "base" | "onBase" | "container" | "onContainer";
3355
3532
  toned?: boolean;
3356
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3533
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3357
3534
  };
3358
3535
  stop?: number;
3359
3536
  })[];
@@ -3374,12 +3551,12 @@ export declare const useColorSchemaStore: () => {
3374
3551
  colors: (string | {
3375
3552
  colorType: "base" | "onBase" | "container" | "onContainer";
3376
3553
  toned?: boolean;
3377
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3554
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3378
3555
  } | {
3379
3556
  color: string | {
3380
3557
  colorType: "base" | "onBase" | "container" | "onContainer";
3381
3558
  toned?: boolean;
3382
- 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";
3383
3560
  };
3384
3561
  stop?: number;
3385
3562
  })[];
@@ -3403,7 +3580,7 @@ export declare const useColorSchemaStore: () => {
3403
3580
  colors: (string | {
3404
3581
  colorType: "base" | "onBase" | "container" | "onContainer";
3405
3582
  toned?: boolean;
3406
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3583
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3407
3584
  } | {
3408
3585
  color: string | any;
3409
3586
  stop?: number;
@@ -3415,21 +3592,25 @@ export declare const useColorSchemaStore: () => {
3415
3592
  elevation?: number;
3416
3593
  };
3417
3594
  text?: {
3418
- color?: {
3595
+ color?: string | {
3419
3596
  colors: (string | {
3420
3597
  colorType: "base" | "onBase" | "container" | "onContainer";
3421
3598
  toned?: boolean;
3422
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3599
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3423
3600
  } | {
3424
3601
  color: string | {
3425
3602
  colorType: "base" | "onBase" | "container" | "onContainer";
3426
3603
  toned?: boolean;
3427
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3604
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3428
3605
  };
3429
3606
  stop?: number;
3430
3607
  })[];
3431
3608
  acrylic?: boolean;
3432
3609
  opacity?: number;
3610
+ } | {
3611
+ colorType: "base" | "onBase" | "container" | "onContainer";
3612
+ toned?: boolean;
3613
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3433
3614
  };
3434
3615
  typography?: {
3435
3616
  decoration?: string;
@@ -3449,7 +3630,7 @@ export declare const useColorSchemaStore: () => {
3449
3630
  lineHeight: number;
3450
3631
  };
3451
3632
  } | {
3452
- type: "title" | "text" | "navigation";
3633
+ type: "text" | "title" | "navigation";
3453
3634
  size: "xs" | "s" | "m" | "l" | "xl";
3454
3635
  };
3455
3636
  };
@@ -3458,12 +3639,12 @@ export declare const useColorSchemaStore: () => {
3458
3639
  colors: (string | {
3459
3640
  colorType: "base" | "onBase" | "container" | "onContainer";
3460
3641
  toned?: boolean;
3461
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3642
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3462
3643
  } | {
3463
3644
  color: string | {
3464
3645
  colorType: "base" | "onBase" | "container" | "onContainer";
3465
3646
  toned?: boolean;
3466
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3647
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3467
3648
  };
3468
3649
  stop?: number;
3469
3650
  })[];
@@ -3479,12 +3660,12 @@ export declare const useColorSchemaStore: () => {
3479
3660
  colors: (string | {
3480
3661
  colorType: "base" | "onBase" | "container" | "onContainer";
3481
3662
  toned?: boolean;
3482
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3663
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3483
3664
  } | {
3484
3665
  color: string | {
3485
3666
  colorType: "base" | "onBase" | "container" | "onContainer";
3486
3667
  toned?: boolean;
3487
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3668
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3488
3669
  };
3489
3670
  stop?: number;
3490
3671
  })[];
@@ -3508,7 +3689,7 @@ export declare const useColorSchemaStore: () => {
3508
3689
  colors: (string | {
3509
3690
  colorType: "base" | "onBase" | "container" | "onContainer";
3510
3691
  toned?: boolean;
3511
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3692
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3512
3693
  } | {
3513
3694
  color: string | any;
3514
3695
  stop?: number;
@@ -3527,12 +3708,12 @@ export declare const useColorSchemaStore: () => {
3527
3708
  colors: (string | {
3528
3709
  colorType: "base" | "onBase" | "container" | "onContainer";
3529
3710
  toned?: boolean;
3530
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3711
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3531
3712
  } | {
3532
3713
  color: string | {
3533
3714
  colorType: "base" | "onBase" | "container" | "onContainer";
3534
3715
  toned?: boolean;
3535
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3716
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3536
3717
  };
3537
3718
  stop?: number;
3538
3719
  })[];
@@ -3556,12 +3737,12 @@ export declare const useColorSchemaStore: () => {
3556
3737
  colors: (string | {
3557
3738
  colorType: "base" | "onBase" | "container" | "onContainer";
3558
3739
  toned?: boolean;
3559
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3740
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3560
3741
  } | {
3561
3742
  color: string | {
3562
3743
  colorType: "base" | "onBase" | "container" | "onContainer";
3563
3744
  toned?: boolean;
3564
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3745
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3565
3746
  };
3566
3747
  stop?: number;
3567
3748
  })[];
@@ -3589,28 +3770,32 @@ export declare const useColorSchemaStore: () => {
3589
3770
  grow?: boolean;
3590
3771
  minHeight?: number;
3591
3772
  minWidth?: number;
3592
- alignment?: "center" | "start" | "end";
3773
+ alignment?: "start" | "center" | "end";
3593
3774
  sliderColor?: string | {
3594
3775
  colorType: "base" | "onBase" | "container" | "onContainer";
3595
3776
  toned?: boolean;
3596
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3777
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3597
3778
  };
3598
3779
  text?: {
3599
- color?: {
3780
+ color?: string | {
3600
3781
  colors: (string | {
3601
3782
  colorType: "base" | "onBase" | "container" | "onContainer";
3602
3783
  toned?: boolean;
3603
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3784
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3604
3785
  } | {
3605
3786
  color: string | {
3606
3787
  colorType: "base" | "onBase" | "container" | "onContainer";
3607
3788
  toned?: boolean;
3608
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3789
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3609
3790
  };
3610
3791
  stop?: number;
3611
3792
  })[];
3612
3793
  acrylic?: boolean;
3613
3794
  opacity?: number;
3795
+ } | {
3796
+ colorType: "base" | "onBase" | "container" | "onContainer";
3797
+ toned?: boolean;
3798
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3614
3799
  };
3615
3800
  typography?: {
3616
3801
  decoration?: string;
@@ -3630,7 +3815,7 @@ export declare const useColorSchemaStore: () => {
3630
3815
  lineHeight: number;
3631
3816
  };
3632
3817
  } | {
3633
- type: "title" | "text" | "navigation";
3818
+ type: "text" | "title" | "navigation";
3634
3819
  size: "xs" | "s" | "m" | "l" | "xl";
3635
3820
  };
3636
3821
  };
@@ -3639,12 +3824,12 @@ export declare const useColorSchemaStore: () => {
3639
3824
  colors: (string | {
3640
3825
  colorType: "base" | "onBase" | "container" | "onContainer";
3641
3826
  toned?: boolean;
3642
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3827
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3643
3828
  } | {
3644
3829
  color: string | {
3645
3830
  colorType: "base" | "onBase" | "container" | "onContainer";
3646
3831
  toned?: boolean;
3647
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3832
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3648
3833
  };
3649
3834
  stop?: number;
3650
3835
  })[];
@@ -3665,12 +3850,12 @@ export declare const useColorSchemaStore: () => {
3665
3850
  colors: (string | {
3666
3851
  colorType: "base" | "onBase" | "container" | "onContainer";
3667
3852
  toned?: boolean;
3668
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3853
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3669
3854
  } | {
3670
3855
  color: string | {
3671
3856
  colorType: "base" | "onBase" | "container" | "onContainer";
3672
3857
  toned?: boolean;
3673
- 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";
3674
3859
  };
3675
3860
  stop?: number;
3676
3861
  })[];
@@ -3694,7 +3879,7 @@ export declare const useColorSchemaStore: () => {
3694
3879
  colors: (string | {
3695
3880
  colorType: "base" | "onBase" | "container" | "onContainer";
3696
3881
  toned?: boolean;
3697
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3882
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3698
3883
  } | {
3699
3884
  color: string | any;
3700
3885
  stop?: number;
@@ -3706,21 +3891,25 @@ export declare const useColorSchemaStore: () => {
3706
3891
  elevation?: number;
3707
3892
  };
3708
3893
  text?: {
3709
- color?: {
3894
+ color?: string | {
3710
3895
  colors: (string | {
3711
3896
  colorType: "base" | "onBase" | "container" | "onContainer";
3712
3897
  toned?: boolean;
3713
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3898
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3714
3899
  } | {
3715
3900
  color: string | {
3716
3901
  colorType: "base" | "onBase" | "container" | "onContainer";
3717
3902
  toned?: boolean;
3718
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3903
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3719
3904
  };
3720
3905
  stop?: number;
3721
3906
  })[];
3722
3907
  acrylic?: boolean;
3723
3908
  opacity?: number;
3909
+ } | {
3910
+ colorType: "base" | "onBase" | "container" | "onContainer";
3911
+ toned?: boolean;
3912
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3724
3913
  };
3725
3914
  typography?: {
3726
3915
  decoration?: string;
@@ -3740,7 +3929,7 @@ export declare const useColorSchemaStore: () => {
3740
3929
  lineHeight: number;
3741
3930
  };
3742
3931
  } | {
3743
- type: "title" | "text" | "navigation";
3932
+ type: "text" | "title" | "navigation";
3744
3933
  size: "xs" | "s" | "m" | "l" | "xl";
3745
3934
  };
3746
3935
  };
@@ -3749,12 +3938,12 @@ export declare const useColorSchemaStore: () => {
3749
3938
  colors: (string | {
3750
3939
  colorType: "base" | "onBase" | "container" | "onContainer";
3751
3940
  toned?: boolean;
3752
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3941
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3753
3942
  } | {
3754
3943
  color: string | {
3755
3944
  colorType: "base" | "onBase" | "container" | "onContainer";
3756
3945
  toned?: boolean;
3757
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3946
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3758
3947
  };
3759
3948
  stop?: number;
3760
3949
  })[];
@@ -3770,12 +3959,12 @@ export declare const useColorSchemaStore: () => {
3770
3959
  colors: (string | {
3771
3960
  colorType: "base" | "onBase" | "container" | "onContainer";
3772
3961
  toned?: boolean;
3773
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3962
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3774
3963
  } | {
3775
3964
  color: string | {
3776
3965
  colorType: "base" | "onBase" | "container" | "onContainer";
3777
3966
  toned?: boolean;
3778
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3967
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3779
3968
  };
3780
3969
  stop?: number;
3781
3970
  })[];
@@ -3799,7 +3988,7 @@ export declare const useColorSchemaStore: () => {
3799
3988
  colors: (string | {
3800
3989
  colorType: "base" | "onBase" | "container" | "onContainer";
3801
3990
  toned?: boolean;
3802
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3991
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3803
3992
  } | {
3804
3993
  color: string | any;
3805
3994
  stop?: number;
@@ -3818,12 +4007,12 @@ export declare const useColorSchemaStore: () => {
3818
4007
  colors: (string | {
3819
4008
  colorType: "base" | "onBase" | "container" | "onContainer";
3820
4009
  toned?: boolean;
3821
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4010
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3822
4011
  } | {
3823
4012
  color: string | {
3824
4013
  colorType: "base" | "onBase" | "container" | "onContainer";
3825
4014
  toned?: boolean;
3826
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4015
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3827
4016
  };
3828
4017
  stop?: number;
3829
4018
  })[];
@@ -3847,12 +4036,12 @@ export declare const useColorSchemaStore: () => {
3847
4036
  colors: (string | {
3848
4037
  colorType: "base" | "onBase" | "container" | "onContainer";
3849
4038
  toned?: boolean;
3850
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4039
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3851
4040
  } | {
3852
4041
  color: string | {
3853
4042
  colorType: "base" | "onBase" | "container" | "onContainer";
3854
4043
  toned?: boolean;
3855
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4044
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3856
4045
  };
3857
4046
  stop?: number;
3858
4047
  })[];
@@ -3880,28 +4069,32 @@ export declare const useColorSchemaStore: () => {
3880
4069
  grow?: boolean;
3881
4070
  minHeight?: number;
3882
4071
  minWidth?: number;
3883
- alignment?: "center" | "start" | "end";
4072
+ alignment?: "start" | "center" | "end";
3884
4073
  sliderColor?: string | {
3885
4074
  colorType: "base" | "onBase" | "container" | "onContainer";
3886
4075
  toned?: boolean;
3887
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4076
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3888
4077
  };
3889
4078
  text?: {
3890
- color?: {
4079
+ color?: string | {
3891
4080
  colors: (string | {
3892
4081
  colorType: "base" | "onBase" | "container" | "onContainer";
3893
4082
  toned?: boolean;
3894
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4083
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3895
4084
  } | {
3896
4085
  color: string | {
3897
4086
  colorType: "base" | "onBase" | "container" | "onContainer";
3898
4087
  toned?: boolean;
3899
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4088
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3900
4089
  };
3901
4090
  stop?: number;
3902
4091
  })[];
3903
4092
  acrylic?: boolean;
3904
4093
  opacity?: number;
4094
+ } | {
4095
+ colorType: "base" | "onBase" | "container" | "onContainer";
4096
+ toned?: boolean;
4097
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3905
4098
  };
3906
4099
  typography?: {
3907
4100
  decoration?: string;
@@ -3921,7 +4114,7 @@ export declare const useColorSchemaStore: () => {
3921
4114
  lineHeight: number;
3922
4115
  };
3923
4116
  } | {
3924
- type: "title" | "text" | "navigation";
4117
+ type: "text" | "title" | "navigation";
3925
4118
  size: "xs" | "s" | "m" | "l" | "xl";
3926
4119
  };
3927
4120
  };
@@ -3930,12 +4123,12 @@ export declare const useColorSchemaStore: () => {
3930
4123
  colors: (string | {
3931
4124
  colorType: "base" | "onBase" | "container" | "onContainer";
3932
4125
  toned?: boolean;
3933
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4126
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3934
4127
  } | {
3935
4128
  color: string | {
3936
4129
  colorType: "base" | "onBase" | "container" | "onContainer";
3937
4130
  toned?: boolean;
3938
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4131
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3939
4132
  };
3940
4133
  stop?: number;
3941
4134
  })[];
@@ -3956,12 +4149,12 @@ export declare const useColorSchemaStore: () => {
3956
4149
  colors: (string | {
3957
4150
  colorType: "base" | "onBase" | "container" | "onContainer";
3958
4151
  toned?: boolean;
3959
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4152
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3960
4153
  } | {
3961
4154
  color: string | {
3962
4155
  colorType: "base" | "onBase" | "container" | "onContainer";
3963
4156
  toned?: boolean;
3964
- 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";
3965
4158
  };
3966
4159
  stop?: number;
3967
4160
  })[];
@@ -3985,7 +4178,7 @@ export declare const useColorSchemaStore: () => {
3985
4178
  colors: (string | {
3986
4179
  colorType: "base" | "onBase" | "container" | "onContainer";
3987
4180
  toned?: boolean;
3988
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4181
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3989
4182
  } | {
3990
4183
  color: string | any;
3991
4184
  stop?: number;
@@ -3997,21 +4190,25 @@ export declare const useColorSchemaStore: () => {
3997
4190
  elevation?: number;
3998
4191
  };
3999
4192
  text?: {
4000
- color?: {
4193
+ color?: string | {
4001
4194
  colors: (string | {
4002
4195
  colorType: "base" | "onBase" | "container" | "onContainer";
4003
4196
  toned?: boolean;
4004
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4197
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4005
4198
  } | {
4006
4199
  color: string | {
4007
4200
  colorType: "base" | "onBase" | "container" | "onContainer";
4008
4201
  toned?: boolean;
4009
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4202
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4010
4203
  };
4011
4204
  stop?: number;
4012
4205
  })[];
4013
4206
  acrylic?: boolean;
4014
4207
  opacity?: number;
4208
+ } | {
4209
+ colorType: "base" | "onBase" | "container" | "onContainer";
4210
+ toned?: boolean;
4211
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4015
4212
  };
4016
4213
  typography?: {
4017
4214
  decoration?: string;
@@ -4031,7 +4228,7 @@ export declare const useColorSchemaStore: () => {
4031
4228
  lineHeight: number;
4032
4229
  };
4033
4230
  } | {
4034
- type: "title" | "text" | "navigation";
4231
+ type: "text" | "title" | "navigation";
4035
4232
  size: "xs" | "s" | "m" | "l" | "xl";
4036
4233
  };
4037
4234
  };
@@ -4040,12 +4237,12 @@ export declare const useColorSchemaStore: () => {
4040
4237
  colors: (string | {
4041
4238
  colorType: "base" | "onBase" | "container" | "onContainer";
4042
4239
  toned?: boolean;
4043
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4240
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4044
4241
  } | {
4045
4242
  color: string | {
4046
4243
  colorType: "base" | "onBase" | "container" | "onContainer";
4047
4244
  toned?: boolean;
4048
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4245
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4049
4246
  };
4050
4247
  stop?: number;
4051
4248
  })[];
@@ -4061,12 +4258,12 @@ export declare const useColorSchemaStore: () => {
4061
4258
  colors: (string | {
4062
4259
  colorType: "base" | "onBase" | "container" | "onContainer";
4063
4260
  toned?: boolean;
4064
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4261
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4065
4262
  } | {
4066
4263
  color: string | {
4067
4264
  colorType: "base" | "onBase" | "container" | "onContainer";
4068
4265
  toned?: boolean;
4069
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4266
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4070
4267
  };
4071
4268
  stop?: number;
4072
4269
  })[];
@@ -4090,7 +4287,7 @@ export declare const useColorSchemaStore: () => {
4090
4287
  colors: (string | {
4091
4288
  colorType: "base" | "onBase" | "container" | "onContainer";
4092
4289
  toned?: boolean;
4093
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4290
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4094
4291
  } | {
4095
4292
  color: string | any;
4096
4293
  stop?: number;
@@ -4108,7 +4305,7 @@ export declare const useColorSchemaStore: () => {
4108
4305
  blocks?: {
4109
4306
  primary: {
4110
4307
  name?: string;
4111
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4308
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4112
4309
  header: {
4113
4310
  definitionId: {
4114
4311
  toString: () => string;
@@ -4238,8 +4435,13 @@ export declare const useColorSchemaStore: () => {
4238
4435
  left?: string | number;
4239
4436
  };
4240
4437
  }[];
4241
- propEditors?: {
4438
+ editors?: {
4242
4439
  name?: string;
4440
+ icon?: {
4441
+ faClass: string;
4442
+ iconType: import("@omnia/fx-models").IconTypes;
4443
+ role?: string;
4444
+ };
4243
4445
  category?: string;
4244
4446
  type: string;
4245
4447
  settings?: any;
@@ -4261,12 +4463,12 @@ export declare const useColorSchemaStore: () => {
4261
4463
  colors: (string | {
4262
4464
  colorType: "base" | "onBase" | "container" | "onContainer";
4263
4465
  toned?: boolean;
4264
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4466
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4265
4467
  } | {
4266
4468
  color: string | {
4267
4469
  colorType: "base" | "onBase" | "container" | "onContainer";
4268
4470
  toned?: boolean;
4269
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4471
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4270
4472
  };
4271
4473
  stop?: number;
4272
4474
  })[];
@@ -4290,7 +4492,7 @@ export declare const useColorSchemaStore: () => {
4290
4492
  colors: (string | {
4291
4493
  colorType: "base" | "onBase" | "container" | "onContainer";
4292
4494
  toned?: boolean;
4293
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4495
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4294
4496
  } | {
4295
4497
  color: string | any;
4296
4498
  stop?: number;
@@ -4311,7 +4513,7 @@ export declare const useColorSchemaStore: () => {
4311
4513
  };
4312
4514
  variant1?: {
4313
4515
  name?: string;
4314
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4516
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4315
4517
  header: {
4316
4518
  definitionId: {
4317
4519
  toString: () => string;
@@ -4441,8 +4643,13 @@ export declare const useColorSchemaStore: () => {
4441
4643
  left?: string | number;
4442
4644
  };
4443
4645
  }[];
4444
- propEditors?: {
4646
+ editors?: {
4445
4647
  name?: string;
4648
+ icon?: {
4649
+ faClass: string;
4650
+ iconType: import("@omnia/fx-models").IconTypes;
4651
+ role?: string;
4652
+ };
4446
4653
  category?: string;
4447
4654
  type: string;
4448
4655
  settings?: any;
@@ -4464,12 +4671,12 @@ export declare const useColorSchemaStore: () => {
4464
4671
  colors: (string | {
4465
4672
  colorType: "base" | "onBase" | "container" | "onContainer";
4466
4673
  toned?: boolean;
4467
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4674
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4468
4675
  } | {
4469
4676
  color: string | {
4470
4677
  colorType: "base" | "onBase" | "container" | "onContainer";
4471
4678
  toned?: boolean;
4472
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4679
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4473
4680
  };
4474
4681
  stop?: number;
4475
4682
  })[];
@@ -4493,7 +4700,7 @@ export declare const useColorSchemaStore: () => {
4493
4700
  colors: (string | {
4494
4701
  colorType: "base" | "onBase" | "container" | "onContainer";
4495
4702
  toned?: boolean;
4496
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4703
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4497
4704
  } | {
4498
4705
  color: string | any;
4499
4706
  stop?: number;
@@ -4514,7 +4721,7 @@ export declare const useColorSchemaStore: () => {
4514
4721
  };
4515
4722
  variant2?: {
4516
4723
  name?: string;
4517
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4724
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4518
4725
  header: {
4519
4726
  definitionId: {
4520
4727
  toString: () => string;
@@ -4644,8 +4851,13 @@ export declare const useColorSchemaStore: () => {
4644
4851
  left?: string | number;
4645
4852
  };
4646
4853
  }[];
4647
- propEditors?: {
4854
+ editors?: {
4648
4855
  name?: string;
4856
+ icon?: {
4857
+ faClass: string;
4858
+ iconType: import("@omnia/fx-models").IconTypes;
4859
+ role?: string;
4860
+ };
4649
4861
  category?: string;
4650
4862
  type: string;
4651
4863
  settings?: any;
@@ -4667,12 +4879,12 @@ export declare const useColorSchemaStore: () => {
4667
4879
  colors: (string | {
4668
4880
  colorType: "base" | "onBase" | "container" | "onContainer";
4669
4881
  toned?: boolean;
4670
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4882
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4671
4883
  } | {
4672
4884
  color: string | {
4673
4885
  colorType: "base" | "onBase" | "container" | "onContainer";
4674
4886
  toned?: boolean;
4675
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4887
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4676
4888
  };
4677
4889
  stop?: number;
4678
4890
  })[];
@@ -4696,7 +4908,7 @@ export declare const useColorSchemaStore: () => {
4696
4908
  colors: (string | {
4697
4909
  colorType: "base" | "onBase" | "container" | "onContainer";
4698
4910
  toned?: boolean;
4699
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4911
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4700
4912
  } | {
4701
4913
  color: string | any;
4702
4914
  stop?: number;
@@ -4717,7 +4929,7 @@ export declare const useColorSchemaStore: () => {
4717
4929
  };
4718
4930
  variant3?: {
4719
4931
  name?: string;
4720
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4932
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4721
4933
  header: {
4722
4934
  definitionId: {
4723
4935
  toString: () => string;
@@ -4847,8 +5059,13 @@ export declare const useColorSchemaStore: () => {
4847
5059
  left?: string | number;
4848
5060
  };
4849
5061
  }[];
4850
- propEditors?: {
5062
+ editors?: {
4851
5063
  name?: string;
5064
+ icon?: {
5065
+ faClass: string;
5066
+ iconType: import("@omnia/fx-models").IconTypes;
5067
+ role?: string;
5068
+ };
4852
5069
  category?: string;
4853
5070
  type: string;
4854
5071
  settings?: any;
@@ -4870,12 +5087,12 @@ export declare const useColorSchemaStore: () => {
4870
5087
  colors: (string | {
4871
5088
  colorType: "base" | "onBase" | "container" | "onContainer";
4872
5089
  toned?: boolean;
4873
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5090
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4874
5091
  } | {
4875
5092
  color: string | {
4876
5093
  colorType: "base" | "onBase" | "container" | "onContainer";
4877
5094
  toned?: boolean;
4878
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5095
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4879
5096
  };
4880
5097
  stop?: number;
4881
5098
  })[];
@@ -4899,7 +5116,7 @@ export declare const useColorSchemaStore: () => {
4899
5116
  colors: (string | {
4900
5117
  colorType: "base" | "onBase" | "container" | "onContainer";
4901
5118
  toned?: boolean;
4902
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5119
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4903
5120
  } | {
4904
5121
  color: string | any;
4905
5122
  stop?: number;
@@ -4932,12 +5149,12 @@ export declare const useColorSchemaStore: () => {
4932
5149
  colors: (string | {
4933
5150
  colorType: "base" | "onBase" | "container" | "onContainer";
4934
5151
  toned?: boolean;
4935
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5152
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4936
5153
  } | {
4937
5154
  color: string | {
4938
5155
  colorType: "base" | "onBase" | "container" | "onContainer";
4939
5156
  toned?: boolean;
4940
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5157
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4941
5158
  };
4942
5159
  stop?: number;
4943
5160
  })[];
@@ -4951,12 +5168,12 @@ export declare const useColorSchemaStore: () => {
4951
5168
  colors: (string | {
4952
5169
  colorType: "base" | "onBase" | "container" | "onContainer";
4953
5170
  toned?: boolean;
4954
- 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";
4955
5172
  } | {
4956
5173
  color: string | {
4957
5174
  colorType: "base" | "onBase" | "container" | "onContainer";
4958
5175
  toned?: boolean;
4959
- 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";
4960
5177
  };
4961
5178
  stop?: number;
4962
5179
  })[];
@@ -4970,12 +5187,12 @@ export declare const useColorSchemaStore: () => {
4970
5187
  colors: (string | {
4971
5188
  colorType: "base" | "onBase" | "container" | "onContainer";
4972
5189
  toned?: boolean;
4973
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5190
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4974
5191
  } | {
4975
5192
  color: string | {
4976
5193
  colorType: "base" | "onBase" | "container" | "onContainer";
4977
5194
  toned?: boolean;
4978
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5195
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4979
5196
  };
4980
5197
  stop?: number;
4981
5198
  })[];
@@ -4989,12 +5206,12 @@ export declare const useColorSchemaStore: () => {
4989
5206
  colors: (string | {
4990
5207
  colorType: "base" | "onBase" | "container" | "onContainer";
4991
5208
  toned?: boolean;
4992
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5209
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4993
5210
  } | {
4994
5211
  color: string | {
4995
5212
  colorType: "base" | "onBase" | "container" | "onContainer";
4996
5213
  toned?: boolean;
4997
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5214
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4998
5215
  };
4999
5216
  stop?: number;
5000
5217
  })[];
@@ -5008,12 +5225,12 @@ export declare const useColorSchemaStore: () => {
5008
5225
  colors: (string | {
5009
5226
  colorType: "base" | "onBase" | "container" | "onContainer";
5010
5227
  toned?: boolean;
5011
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5228
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5012
5229
  } | {
5013
5230
  color: string | {
5014
5231
  colorType: "base" | "onBase" | "container" | "onContainer";
5015
5232
  toned?: boolean;
5016
- 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";
5017
5234
  };
5018
5235
  stop?: number;
5019
5236
  })[];
@@ -5113,15 +5330,16 @@ export declare const useColorSchemaStore: () => {
5113
5330
  };
5114
5331
  deactivated(): void;
5115
5332
  };
5116
- colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => ColorSchema;
5333
+ colorSchema: (colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic") => ColorSchema;
5117
5334
  typography: () => import("@omnia/fx-models").TypographyBlueprints;
5335
+ fillValue: (value: import("@omnia/fx-models").FillDefinitionValue, type: "typography") => any;
5118
5336
  spacing: () => import("@omnia/fx-models").SpacingBlueprints;
5119
5337
  component: () => import("@omnia/fx-models").ComponentBlueprints;
5120
- color: (colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes) => string;
5121
- colorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes) => ColorDefinition;
5338
+ color: (colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes) => string;
5339
+ colorDefinition: (colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes) => ColorDefinition;
5122
5340
  complementaryColorType: (colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes) => ColorTypes;
5123
- complementaryColor: (colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes) => string;
5124
- complementaryColorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes) => ColorDefinition;
5341
+ complementaryColor: (colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes) => string;
5342
+ complementaryColorDefinition: (colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes) => ColorDefinition;
5125
5343
  currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
5126
5344
  };
5127
5345
  };