@omnia/fx 8.0.161-dev → 8.0.163-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 (130) hide show
  1. package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +13 -0
  2. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +12 -12
  3. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -0
  4. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
  5. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +10 -10
  6. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +9 -9
  7. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +9 -9
  8. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
  9. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +4 -4
  10. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -2
  11. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +5 -5
  12. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
  13. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
  14. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
  15. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
  16. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +10 -10
  17. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
  18. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +2 -2
  19. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +10 -10
  20. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -2
  21. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
  22. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
  23. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
  24. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -2
  25. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -2
  26. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +404 -400
  27. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +399 -395
  28. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +60 -60
  29. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +399 -395
  30. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
  31. package/internal-do-not-import-from-here/ux/datetimepicker/IDateTimePicker.d.ts +2 -1
  32. package/internal-do-not-import-from-here/ux/{velcron/editor/components/AddComponent.d.ts → datetimepicker/docs/DateTimePickerExample.d.ts} +8 -4
  33. package/internal-do-not-import-from-here/ux/datetimepicker/docs/ExampleComponents.d.ts +1 -0
  34. package/internal-do-not-import-from-here/ux/datetimepicker/docs/index.d.ts +1 -0
  35. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +22 -1
  36. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +9 -9
  38. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
  42. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -9
  43. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
  44. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
  45. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +22 -1
  46. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +10 -10
  48. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +10 -10
  49. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -64
  50. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +410 -406
  51. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +822 -814
  52. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +21 -0
  53. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +10 -10
  55. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +9 -9
  57. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +20 -20
  58. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +19 -19
  59. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +9 -9
  60. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +9 -9
  62. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +9 -9
  63. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +822 -814
  65. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
  66. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
  67. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +10 -10
  68. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +9 -9
  69. package/internal-do-not-import-from-here/ux/oxide/timepicker/TimePicker.d.ts +65 -0
  70. package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/ExampleComponents.d.ts +1 -0
  71. package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/SampleComponent.d.ts +55 -0
  72. package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/index.d.ts +1 -0
  73. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +10 -10
  74. package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +1 -1
  75. package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +91 -91
  76. package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRendererSignIn.d.ts +39 -0
  77. package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilter.d.ts +2 -1
  78. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +410 -406
  79. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
  80. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +1 -1
  81. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +80 -0
  82. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.css.d.ts +3 -0
  83. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.d.ts +60 -0
  84. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +2 -1
  85. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +3 -2
  86. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +16 -0
  87. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
  88. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +11 -11
  89. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +4 -4
  90. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +16 -212
  91. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +201 -0
  92. package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +1 -0
  93. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +6 -6
  94. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  95. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor/VelcronEditorBuilder2.d.ts → VelcronEditorBuilder.d.ts} +10 -10
  96. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronColorSchemaEditor.d.ts +2 -2
  97. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronContentEditor.d.ts +2 -2
  98. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilder.d.ts +2 -2
  99. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilderBase.d.ts +3 -3
  100. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronImageEditor.d.ts +2 -2
  101. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronPropertyMappingEditorBuilder.d.ts +2 -2
  102. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronEditorBuilder.d.ts +2 -2
  103. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronTemplateBuilder.d.ts +3 -3
  104. package/internal-do-not-import-from-here/ux/velcron/editor/components/{AddComponent.css.d.ts → AddItem.css.d.ts} +1 -1
  105. package/internal-do-not-import-from-here/ux/velcron/editor/components/AddItem.d.ts +56 -0
  106. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +3 -3
  107. package/internal-do-not-import-from-here/ux/velcron/editor/models/Enums.d.ts +2 -0
  108. package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -2
  109. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +3 -3
  110. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +5 -5
  111. package/internal-do-not-import-from-here/ux/velcron/editor/templates/EditorTemplates.d.ts +5 -0
  112. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
  113. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +6 -6
  114. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +95 -95
  115. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +10 -10
  116. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +6 -4
  117. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
  118. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +6 -4
  119. package/internal-do-not-import-from-here/wctypings.d.ts +27 -14
  120. package/package.json +2 -2
  121. package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +0 -138
  122. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutStyle.css.d.ts +0 -3
  123. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronBlockHeaderStateBuilder.d.ts +0 -0
  124. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronColorSchemaBuilder.d.ts +0 -0
  125. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronContentStateBuilder.d.ts +0 -0
  126. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronImageStateBuilder.d.ts +0 -0
  127. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronPropertyMappingStateBuilder.d.ts +0 -0
  128. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilder.d.ts +0 -0
  129. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilderBase.d.ts +0 -0
  130. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronTextContentBuilder.d.ts +0 -0
@@ -6,7 +6,7 @@ export declare function useColorSchemaSetup(props: object): {
6
6
  onContainer: import("@omnia/fx-models").ColorDefinition;
7
7
  isContainer: boolean;
8
8
  name: string;
9
- colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
9
+ colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
10
10
  id: import("@omnia/fx-models").GuidValue;
11
11
  };
12
12
  events: {
@@ -16,13 +16,13 @@ export declare function useColorSchemaSetup(props: object): {
16
16
  onMutatedOnContainer: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ColorDefinition>;
17
17
  onMutatedIsContainer: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
18
18
  onMutatedName: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
19
- onMutatedColorSchemaType: import("@omnia/fx").MessageBusExposeOnlySubscription<"info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
19
+ onMutatedColorSchemaType: import("@omnia/fx").MessageBusExposeOnlySubscription<"primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
20
20
  onMutatedId: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").GuidValue>;
21
21
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
22
22
  actions: {
23
23
  onDispatching: {
24
24
  setColorSchema: {
25
- subscribe(fn: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
25
+ subscribe(fn: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
26
26
  };
27
27
  setCustomColorSchema: {
28
28
  subscribe(fn: (colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -114,16 +114,16 @@ export declare function useColorSchemaSetup(props: object): {
114
114
  };
115
115
  deactivated(): void;
116
116
  };
117
- colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
117
+ colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): import("@omnia/fx-models").ColorSchema;
118
118
  typography(): import("@omnia/fx-models").TypographyBlueprints;
119
119
  fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
120
120
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
121
121
  component(): import("@omnia/fx-models").ComponentBlueprints;
122
- color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
123
- colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
122
+ color(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
123
+ colorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
124
124
  complementaryColorType(colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
125
- complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
126
- complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
125
+ complementaryColor(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
126
+ complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
127
127
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
128
128
  };
129
129
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -131,7 +131,7 @@ export declare function useColorSchemaSetup(props: object): {
131
131
  };
132
132
  onDispatched: {
133
133
  setColorSchema: {
134
- subscribe(fn: (result: void, colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
134
+ subscribe(fn: (result: void, colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
135
135
  };
136
136
  setCustomColorSchema: {
137
137
  subscribe(fn: (result: void, colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -223,16 +223,16 @@ export declare function useColorSchemaSetup(props: object): {
223
223
  };
224
224
  deactivated(): void;
225
225
  };
226
- colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
226
+ colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): import("@omnia/fx-models").ColorSchema;
227
227
  typography(): import("@omnia/fx-models").TypographyBlueprints;
228
228
  fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
229
229
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
230
230
  component(): import("@omnia/fx-models").ComponentBlueprints;
231
- color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
232
- colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
231
+ color(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
232
+ colorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
233
233
  complementaryColorType(colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
234
- complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
235
- complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
234
+ complementaryColor(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
235
+ complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
236
236
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
237
237
  };
238
238
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -240,7 +240,7 @@ export declare function useColorSchemaSetup(props: object): {
240
240
  };
241
241
  onFailure: {
242
242
  setColorSchema: {
243
- subscribe(fn: (failureReason: any, colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
243
+ subscribe(fn: (failureReason: any, colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
244
244
  };
245
245
  setCustomColorSchema: {
246
246
  subscribe(fn: (failureReason: any, colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -332,23 +332,23 @@ export declare function useColorSchemaSetup(props: object): {
332
332
  };
333
333
  deactivated(): void;
334
334
  };
335
- colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
335
+ colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): import("@omnia/fx-models").ColorSchema;
336
336
  typography(): import("@omnia/fx-models").TypographyBlueprints;
337
337
  fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
338
338
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
339
339
  component(): import("@omnia/fx-models").ComponentBlueprints;
340
- color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
341
- colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
340
+ color(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
341
+ colorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
342
342
  complementaryColorType(colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
343
- complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
344
- complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
343
+ complementaryColor(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
344
+ complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
345
345
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
346
346
  };
347
347
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
348
348
  };
349
349
  };
350
350
  } & {
351
- setColorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", container?: boolean): void;
351
+ setColorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", container?: boolean): void;
352
352
  setCustomColorSchema(colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean): void;
353
353
  setColor(colorDefinition: import("@omnia/fx-models").ColorDefinition, colorType: import("@omnia/fx-models").ColorTypes): void;
354
354
  setThemeStore(themeStoreInstance: {
@@ -434,16 +434,16 @@ export declare function useColorSchemaSetup(props: object): {
434
434
  };
435
435
  deactivated(): void;
436
436
  };
437
- colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
437
+ colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): import("@omnia/fx-models").ColorSchema;
438
438
  typography(): import("@omnia/fx-models").TypographyBlueprints;
439
439
  fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
440
440
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
441
441
  component(): import("@omnia/fx-models").ComponentBlueprints;
442
- color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
443
- colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
442
+ color(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
443
+ colorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
444
444
  complementaryColorType(colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
445
- complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
446
- complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
445
+ complementaryColor(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
446
+ complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
447
447
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
448
448
  };
449
449
  }): void;
@@ -791,12 +791,12 @@ export declare function useColorSchemaSetup(props: object): {
791
791
  colors: (string | {
792
792
  colorType: "container" | "base" | "onBase" | "onContainer";
793
793
  toned?: boolean;
794
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
794
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
795
795
  } | {
796
796
  color: string | {
797
797
  colorType: "container" | "base" | "onBase" | "onContainer";
798
798
  toned?: boolean;
799
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
799
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
800
800
  };
801
801
  stop?: number;
802
802
  })[];
@@ -807,12 +807,12 @@ export declare function useColorSchemaSetup(props: object): {
807
807
  colors: (string | {
808
808
  colorType: "container" | "base" | "onBase" | "onContainer";
809
809
  toned?: boolean;
810
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
810
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
811
811
  } | {
812
812
  color: string | {
813
813
  colorType: "container" | "base" | "onBase" | "onContainer";
814
814
  toned?: boolean;
815
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
815
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
816
816
  };
817
817
  stop?: number;
818
818
  })[];
@@ -823,12 +823,12 @@ export declare function useColorSchemaSetup(props: object): {
823
823
  colors: (string | {
824
824
  colorType: "container" | "base" | "onBase" | "onContainer";
825
825
  toned?: boolean;
826
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
826
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
827
827
  } | {
828
828
  color: string | {
829
829
  colorType: "container" | "base" | "onBase" | "onContainer";
830
830
  toned?: boolean;
831
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
831
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
832
832
  };
833
833
  stop?: number;
834
834
  })[];
@@ -1151,12 +1151,12 @@ export declare function useColorSchemaSetup(props: object): {
1151
1151
  colors: (string | {
1152
1152
  colorType: "container" | "base" | "onBase" | "onContainer";
1153
1153
  toned?: boolean;
1154
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1154
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1155
1155
  } | {
1156
1156
  color: string | {
1157
1157
  colorType: "container" | "base" | "onBase" | "onContainer";
1158
1158
  toned?: boolean;
1159
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1159
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1160
1160
  };
1161
1161
  stop?: number;
1162
1162
  })[];
@@ -1165,7 +1165,7 @@ export declare function useColorSchemaSetup(props: object): {
1165
1165
  } | {
1166
1166
  colorType: "container" | "base" | "onBase" | "onContainer";
1167
1167
  toned?: boolean;
1168
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1168
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1169
1169
  };
1170
1170
  border?: {
1171
1171
  radius?: {
@@ -1184,7 +1184,7 @@ export declare function useColorSchemaSetup(props: object): {
1184
1184
  colors: (string | {
1185
1185
  colorType: "container" | "base" | "onBase" | "onContainer";
1186
1186
  toned?: boolean;
1187
- 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";
1188
1188
  } | {
1189
1189
  color: string | any;
1190
1190
  stop?: number;
@@ -1205,12 +1205,12 @@ export declare function useColorSchemaSetup(props: object): {
1205
1205
  colors: (string | {
1206
1206
  colorType: "container" | "base" | "onBase" | "onContainer";
1207
1207
  toned?: boolean;
1208
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1208
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1209
1209
  } | {
1210
1210
  color: string | {
1211
1211
  colorType: "container" | "base" | "onBase" | "onContainer";
1212
1212
  toned?: boolean;
1213
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1213
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1214
1214
  };
1215
1215
  stop?: number;
1216
1216
  })[];
@@ -1219,7 +1219,7 @@ export declare function useColorSchemaSetup(props: object): {
1219
1219
  } | {
1220
1220
  colorType: "container" | "base" | "onBase" | "onContainer";
1221
1221
  toned?: boolean;
1222
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1222
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1223
1223
  };
1224
1224
  typography?: {
1225
1225
  decoration?: string;
@@ -1239,7 +1239,7 @@ export declare function useColorSchemaSetup(props: object): {
1239
1239
  lineHeight: number;
1240
1240
  };
1241
1241
  } | {
1242
- type: "title" | "text" | "navigation";
1242
+ type: "text" | "title" | "navigation";
1243
1243
  size: "xs" | "s" | "m" | "l" | "xl";
1244
1244
  };
1245
1245
  };
@@ -1248,12 +1248,12 @@ export declare function useColorSchemaSetup(props: object): {
1248
1248
  colors: (string | {
1249
1249
  colorType: "container" | "base" | "onBase" | "onContainer";
1250
1250
  toned?: boolean;
1251
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1251
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1252
1252
  } | {
1253
1253
  color: string | {
1254
1254
  colorType: "container" | "base" | "onBase" | "onContainer";
1255
1255
  toned?: boolean;
1256
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1256
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1257
1257
  };
1258
1258
  stop?: number;
1259
1259
  })[];
@@ -1262,7 +1262,7 @@ export declare function useColorSchemaSetup(props: object): {
1262
1262
  } | {
1263
1263
  colorType: "container" | "base" | "onBase" | "onContainer";
1264
1264
  toned?: boolean;
1265
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1265
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1266
1266
  };
1267
1267
  size?: number;
1268
1268
  };
@@ -1279,12 +1279,12 @@ export declare function useColorSchemaSetup(props: object): {
1279
1279
  colors: (string | {
1280
1280
  colorType: "container" | "base" | "onBase" | "onContainer";
1281
1281
  toned?: boolean;
1282
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1282
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1283
1283
  } | {
1284
1284
  color: string | {
1285
1285
  colorType: "container" | "base" | "onBase" | "onContainer";
1286
1286
  toned?: boolean;
1287
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1287
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1288
1288
  };
1289
1289
  stop?: number;
1290
1290
  })[];
@@ -1293,7 +1293,7 @@ export declare function useColorSchemaSetup(props: object): {
1293
1293
  } | {
1294
1294
  colorType: "container" | "base" | "onBase" | "onContainer";
1295
1295
  toned?: boolean;
1296
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1296
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1297
1297
  };
1298
1298
  border?: {
1299
1299
  radius?: {
@@ -1312,7 +1312,7 @@ export declare function useColorSchemaSetup(props: object): {
1312
1312
  colors: (string | {
1313
1313
  colorType: "container" | "base" | "onBase" | "onContainer";
1314
1314
  toned?: boolean;
1315
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1315
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1316
1316
  } | {
1317
1317
  color: string | any;
1318
1318
  stop?: number;
@@ -1333,12 +1333,12 @@ export declare function useColorSchemaSetup(props: object): {
1333
1333
  colors: (string | {
1334
1334
  colorType: "container" | "base" | "onBase" | "onContainer";
1335
1335
  toned?: boolean;
1336
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1336
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1337
1337
  } | {
1338
1338
  color: string | {
1339
1339
  colorType: "container" | "base" | "onBase" | "onContainer";
1340
1340
  toned?: boolean;
1341
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1341
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1342
1342
  };
1343
1343
  stop?: number;
1344
1344
  })[];
@@ -1347,7 +1347,7 @@ export declare function useColorSchemaSetup(props: object): {
1347
1347
  } | {
1348
1348
  colorType: "container" | "base" | "onBase" | "onContainer";
1349
1349
  toned?: boolean;
1350
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1350
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1351
1351
  };
1352
1352
  typography?: {
1353
1353
  decoration?: string;
@@ -1367,7 +1367,7 @@ export declare function useColorSchemaSetup(props: object): {
1367
1367
  lineHeight: number;
1368
1368
  };
1369
1369
  } | {
1370
- type: "title" | "text" | "navigation";
1370
+ type: "text" | "title" | "navigation";
1371
1371
  size: "xs" | "s" | "m" | "l" | "xl";
1372
1372
  };
1373
1373
  };
@@ -1376,12 +1376,12 @@ export declare function useColorSchemaSetup(props: object): {
1376
1376
  colors: (string | {
1377
1377
  colorType: "container" | "base" | "onBase" | "onContainer";
1378
1378
  toned?: boolean;
1379
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1379
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1380
1380
  } | {
1381
1381
  color: string | {
1382
1382
  colorType: "container" | "base" | "onBase" | "onContainer";
1383
1383
  toned?: boolean;
1384
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1384
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1385
1385
  };
1386
1386
  stop?: number;
1387
1387
  })[];
@@ -1390,7 +1390,7 @@ export declare function useColorSchemaSetup(props: object): {
1390
1390
  } | {
1391
1391
  colorType: "container" | "base" | "onBase" | "onContainer";
1392
1392
  toned?: boolean;
1393
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1393
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1394
1394
  };
1395
1395
  size?: number;
1396
1396
  };
@@ -1407,12 +1407,12 @@ export declare function useColorSchemaSetup(props: object): {
1407
1407
  colors: (string | {
1408
1408
  colorType: "container" | "base" | "onBase" | "onContainer";
1409
1409
  toned?: boolean;
1410
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1410
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1411
1411
  } | {
1412
1412
  color: string | {
1413
1413
  colorType: "container" | "base" | "onBase" | "onContainer";
1414
1414
  toned?: boolean;
1415
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1415
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1416
1416
  };
1417
1417
  stop?: number;
1418
1418
  })[];
@@ -1421,7 +1421,7 @@ export declare function useColorSchemaSetup(props: object): {
1421
1421
  } | {
1422
1422
  colorType: "container" | "base" | "onBase" | "onContainer";
1423
1423
  toned?: boolean;
1424
- 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";
1425
1425
  };
1426
1426
  border?: {
1427
1427
  radius?: {
@@ -1440,7 +1440,7 @@ export declare function useColorSchemaSetup(props: object): {
1440
1440
  colors: (string | {
1441
1441
  colorType: "container" | "base" | "onBase" | "onContainer";
1442
1442
  toned?: boolean;
1443
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1443
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1444
1444
  } | {
1445
1445
  color: string | any;
1446
1446
  stop?: number;
@@ -1461,12 +1461,12 @@ export declare function useColorSchemaSetup(props: object): {
1461
1461
  colors: (string | {
1462
1462
  colorType: "container" | "base" | "onBase" | "onContainer";
1463
1463
  toned?: boolean;
1464
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1464
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1465
1465
  } | {
1466
1466
  color: string | {
1467
1467
  colorType: "container" | "base" | "onBase" | "onContainer";
1468
1468
  toned?: boolean;
1469
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1469
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1470
1470
  };
1471
1471
  stop?: number;
1472
1472
  })[];
@@ -1475,7 +1475,7 @@ export declare function useColorSchemaSetup(props: object): {
1475
1475
  } | {
1476
1476
  colorType: "container" | "base" | "onBase" | "onContainer";
1477
1477
  toned?: boolean;
1478
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1478
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1479
1479
  };
1480
1480
  typography?: {
1481
1481
  decoration?: string;
@@ -1495,7 +1495,7 @@ export declare function useColorSchemaSetup(props: object): {
1495
1495
  lineHeight: number;
1496
1496
  };
1497
1497
  } | {
1498
- type: "title" | "text" | "navigation";
1498
+ type: "text" | "title" | "navigation";
1499
1499
  size: "xs" | "s" | "m" | "l" | "xl";
1500
1500
  };
1501
1501
  };
@@ -1504,12 +1504,12 @@ export declare function useColorSchemaSetup(props: object): {
1504
1504
  colors: (string | {
1505
1505
  colorType: "container" | "base" | "onBase" | "onContainer";
1506
1506
  toned?: boolean;
1507
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1507
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1508
1508
  } | {
1509
1509
  color: string | {
1510
1510
  colorType: "container" | "base" | "onBase" | "onContainer";
1511
1511
  toned?: boolean;
1512
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1512
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1513
1513
  };
1514
1514
  stop?: number;
1515
1515
  })[];
@@ -1518,7 +1518,7 @@ export declare function useColorSchemaSetup(props: object): {
1518
1518
  } | {
1519
1519
  colorType: "container" | "base" | "onBase" | "onContainer";
1520
1520
  toned?: boolean;
1521
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1521
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1522
1522
  };
1523
1523
  size?: number;
1524
1524
  };
@@ -1535,12 +1535,12 @@ export declare function useColorSchemaSetup(props: object): {
1535
1535
  colors: (string | {
1536
1536
  colorType: "container" | "base" | "onBase" | "onContainer";
1537
1537
  toned?: boolean;
1538
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1538
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1539
1539
  } | {
1540
1540
  color: string | {
1541
1541
  colorType: "container" | "base" | "onBase" | "onContainer";
1542
1542
  toned?: boolean;
1543
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1543
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1544
1544
  };
1545
1545
  stop?: number;
1546
1546
  })[];
@@ -1549,7 +1549,7 @@ export declare function useColorSchemaSetup(props: object): {
1549
1549
  } | {
1550
1550
  colorType: "container" | "base" | "onBase" | "onContainer";
1551
1551
  toned?: boolean;
1552
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1552
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1553
1553
  };
1554
1554
  border?: {
1555
1555
  radius?: {
@@ -1568,7 +1568,7 @@ export declare function useColorSchemaSetup(props: object): {
1568
1568
  colors: (string | {
1569
1569
  colorType: "container" | "base" | "onBase" | "onContainer";
1570
1570
  toned?: boolean;
1571
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1571
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1572
1572
  } | {
1573
1573
  color: string | any;
1574
1574
  stop?: number;
@@ -1589,12 +1589,12 @@ export declare function useColorSchemaSetup(props: object): {
1589
1589
  colors: (string | {
1590
1590
  colorType: "container" | "base" | "onBase" | "onContainer";
1591
1591
  toned?: boolean;
1592
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1592
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1593
1593
  } | {
1594
1594
  color: string | {
1595
1595
  colorType: "container" | "base" | "onBase" | "onContainer";
1596
1596
  toned?: boolean;
1597
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1597
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1598
1598
  };
1599
1599
  stop?: number;
1600
1600
  })[];
@@ -1603,7 +1603,7 @@ export declare function useColorSchemaSetup(props: object): {
1603
1603
  } | {
1604
1604
  colorType: "container" | "base" | "onBase" | "onContainer";
1605
1605
  toned?: boolean;
1606
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1606
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1607
1607
  };
1608
1608
  typography?: {
1609
1609
  decoration?: string;
@@ -1623,7 +1623,7 @@ export declare function useColorSchemaSetup(props: object): {
1623
1623
  lineHeight: number;
1624
1624
  };
1625
1625
  } | {
1626
- type: "title" | "text" | "navigation";
1626
+ type: "text" | "title" | "navigation";
1627
1627
  size: "xs" | "s" | "m" | "l" | "xl";
1628
1628
  };
1629
1629
  };
@@ -1632,12 +1632,12 @@ export declare function useColorSchemaSetup(props: object): {
1632
1632
  colors: (string | {
1633
1633
  colorType: "container" | "base" | "onBase" | "onContainer";
1634
1634
  toned?: boolean;
1635
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1635
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1636
1636
  } | {
1637
1637
  color: string | {
1638
1638
  colorType: "container" | "base" | "onBase" | "onContainer";
1639
1639
  toned?: boolean;
1640
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1640
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1641
1641
  };
1642
1642
  stop?: number;
1643
1643
  })[];
@@ -1646,7 +1646,7 @@ export declare function useColorSchemaSetup(props: object): {
1646
1646
  } | {
1647
1647
  colorType: "container" | "base" | "onBase" | "onContainer";
1648
1648
  toned?: boolean;
1649
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1649
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1650
1650
  };
1651
1651
  size?: number;
1652
1652
  };
@@ -1663,12 +1663,12 @@ export declare function useColorSchemaSetup(props: object): {
1663
1663
  colors: (string | {
1664
1664
  colorType: "container" | "base" | "onBase" | "onContainer";
1665
1665
  toned?: boolean;
1666
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1666
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1667
1667
  } | {
1668
1668
  color: string | {
1669
1669
  colorType: "container" | "base" | "onBase" | "onContainer";
1670
1670
  toned?: boolean;
1671
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1671
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1672
1672
  };
1673
1673
  stop?: number;
1674
1674
  })[];
@@ -1677,7 +1677,7 @@ export declare function useColorSchemaSetup(props: object): {
1677
1677
  } | {
1678
1678
  colorType: "container" | "base" | "onBase" | "onContainer";
1679
1679
  toned?: boolean;
1680
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1680
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1681
1681
  };
1682
1682
  border?: {
1683
1683
  radius?: {
@@ -1696,7 +1696,7 @@ export declare function useColorSchemaSetup(props: object): {
1696
1696
  colors: (string | {
1697
1697
  colorType: "container" | "base" | "onBase" | "onContainer";
1698
1698
  toned?: boolean;
1699
- 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";
1700
1700
  } | {
1701
1701
  color: string | any;
1702
1702
  stop?: number;
@@ -1717,12 +1717,12 @@ export declare function useColorSchemaSetup(props: object): {
1717
1717
  colors: (string | {
1718
1718
  colorType: "container" | "base" | "onBase" | "onContainer";
1719
1719
  toned?: boolean;
1720
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1720
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1721
1721
  } | {
1722
1722
  color: string | {
1723
1723
  colorType: "container" | "base" | "onBase" | "onContainer";
1724
1724
  toned?: boolean;
1725
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1725
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1726
1726
  };
1727
1727
  stop?: number;
1728
1728
  })[];
@@ -1731,7 +1731,7 @@ export declare function useColorSchemaSetup(props: object): {
1731
1731
  } | {
1732
1732
  colorType: "container" | "base" | "onBase" | "onContainer";
1733
1733
  toned?: boolean;
1734
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1734
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1735
1735
  };
1736
1736
  typography?: {
1737
1737
  decoration?: string;
@@ -1751,7 +1751,7 @@ export declare function useColorSchemaSetup(props: object): {
1751
1751
  lineHeight: number;
1752
1752
  };
1753
1753
  } | {
1754
- type: "title" | "text" | "navigation";
1754
+ type: "text" | "title" | "navigation";
1755
1755
  size: "xs" | "s" | "m" | "l" | "xl";
1756
1756
  };
1757
1757
  };
@@ -1760,12 +1760,12 @@ export declare function useColorSchemaSetup(props: object): {
1760
1760
  colors: (string | {
1761
1761
  colorType: "container" | "base" | "onBase" | "onContainer";
1762
1762
  toned?: boolean;
1763
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1763
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1764
1764
  } | {
1765
1765
  color: string | {
1766
1766
  colorType: "container" | "base" | "onBase" | "onContainer";
1767
1767
  toned?: boolean;
1768
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1768
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1769
1769
  };
1770
1770
  stop?: number;
1771
1771
  })[];
@@ -1774,7 +1774,7 @@ export declare function useColorSchemaSetup(props: object): {
1774
1774
  } | {
1775
1775
  colorType: "container" | "base" | "onBase" | "onContainer";
1776
1776
  toned?: boolean;
1777
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1777
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1778
1778
  };
1779
1779
  size?: number;
1780
1780
  };
@@ -1791,12 +1791,12 @@ export declare function useColorSchemaSetup(props: object): {
1791
1791
  colors: (string | {
1792
1792
  colorType: "container" | "base" | "onBase" | "onContainer";
1793
1793
  toned?: boolean;
1794
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1794
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1795
1795
  } | {
1796
1796
  color: string | {
1797
1797
  colorType: "container" | "base" | "onBase" | "onContainer";
1798
1798
  toned?: boolean;
1799
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1799
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1800
1800
  };
1801
1801
  stop?: number;
1802
1802
  })[];
@@ -1805,7 +1805,7 @@ export declare function useColorSchemaSetup(props: object): {
1805
1805
  } | {
1806
1806
  colorType: "container" | "base" | "onBase" | "onContainer";
1807
1807
  toned?: boolean;
1808
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1808
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1809
1809
  };
1810
1810
  border?: {
1811
1811
  radius?: {
@@ -1824,7 +1824,7 @@ export declare function useColorSchemaSetup(props: object): {
1824
1824
  colors: (string | {
1825
1825
  colorType: "container" | "base" | "onBase" | "onContainer";
1826
1826
  toned?: boolean;
1827
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1827
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1828
1828
  } | {
1829
1829
  color: string | any;
1830
1830
  stop?: number;
@@ -1845,12 +1845,12 @@ export declare function useColorSchemaSetup(props: object): {
1845
1845
  colors: (string | {
1846
1846
  colorType: "container" | "base" | "onBase" | "onContainer";
1847
1847
  toned?: boolean;
1848
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1848
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1849
1849
  } | {
1850
1850
  color: string | {
1851
1851
  colorType: "container" | "base" | "onBase" | "onContainer";
1852
1852
  toned?: boolean;
1853
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1853
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1854
1854
  };
1855
1855
  stop?: number;
1856
1856
  })[];
@@ -1859,7 +1859,7 @@ export declare function useColorSchemaSetup(props: object): {
1859
1859
  } | {
1860
1860
  colorType: "container" | "base" | "onBase" | "onContainer";
1861
1861
  toned?: boolean;
1862
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1862
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1863
1863
  };
1864
1864
  typography?: {
1865
1865
  decoration?: string;
@@ -1879,7 +1879,7 @@ export declare function useColorSchemaSetup(props: object): {
1879
1879
  lineHeight: number;
1880
1880
  };
1881
1881
  } | {
1882
- type: "title" | "text" | "navigation";
1882
+ type: "text" | "title" | "navigation";
1883
1883
  size: "xs" | "s" | "m" | "l" | "xl";
1884
1884
  };
1885
1885
  };
@@ -1888,12 +1888,12 @@ export declare function useColorSchemaSetup(props: object): {
1888
1888
  colors: (string | {
1889
1889
  colorType: "container" | "base" | "onBase" | "onContainer";
1890
1890
  toned?: boolean;
1891
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1891
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1892
1892
  } | {
1893
1893
  color: string | {
1894
1894
  colorType: "container" | "base" | "onBase" | "onContainer";
1895
1895
  toned?: boolean;
1896
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1896
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1897
1897
  };
1898
1898
  stop?: number;
1899
1899
  })[];
@@ -1902,7 +1902,7 @@ export declare function useColorSchemaSetup(props: object): {
1902
1902
  } | {
1903
1903
  colorType: "container" | "base" | "onBase" | "onContainer";
1904
1904
  toned?: boolean;
1905
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1905
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1906
1906
  };
1907
1907
  size?: number;
1908
1908
  };
@@ -1919,12 +1919,12 @@ export declare function useColorSchemaSetup(props: object): {
1919
1919
  colors: (string | {
1920
1920
  colorType: "container" | "base" | "onBase" | "onContainer";
1921
1921
  toned?: boolean;
1922
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1922
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1923
1923
  } | {
1924
1924
  color: string | {
1925
1925
  colorType: "container" | "base" | "onBase" | "onContainer";
1926
1926
  toned?: boolean;
1927
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1927
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1928
1928
  };
1929
1929
  stop?: number;
1930
1930
  })[];
@@ -1933,7 +1933,7 @@ export declare function useColorSchemaSetup(props: object): {
1933
1933
  } | {
1934
1934
  colorType: "container" | "base" | "onBase" | "onContainer";
1935
1935
  toned?: boolean;
1936
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1936
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1937
1937
  };
1938
1938
  border?: {
1939
1939
  radius?: {
@@ -1952,7 +1952,7 @@ export declare function useColorSchemaSetup(props: object): {
1952
1952
  colors: (string | {
1953
1953
  colorType: "container" | "base" | "onBase" | "onContainer";
1954
1954
  toned?: boolean;
1955
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1955
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1956
1956
  } | {
1957
1957
  color: string | any;
1958
1958
  stop?: number;
@@ -1973,12 +1973,12 @@ export declare function useColorSchemaSetup(props: object): {
1973
1973
  colors: (string | {
1974
1974
  colorType: "container" | "base" | "onBase" | "onContainer";
1975
1975
  toned?: boolean;
1976
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1976
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1977
1977
  } | {
1978
1978
  color: string | {
1979
1979
  colorType: "container" | "base" | "onBase" | "onContainer";
1980
1980
  toned?: boolean;
1981
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1981
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1982
1982
  };
1983
1983
  stop?: number;
1984
1984
  })[];
@@ -1987,7 +1987,7 @@ export declare function useColorSchemaSetup(props: object): {
1987
1987
  } | {
1988
1988
  colorType: "container" | "base" | "onBase" | "onContainer";
1989
1989
  toned?: boolean;
1990
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1990
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1991
1991
  };
1992
1992
  typography?: {
1993
1993
  decoration?: string;
@@ -2007,7 +2007,7 @@ export declare function useColorSchemaSetup(props: object): {
2007
2007
  lineHeight: number;
2008
2008
  };
2009
2009
  } | {
2010
- type: "title" | "text" | "navigation";
2010
+ type: "text" | "title" | "navigation";
2011
2011
  size: "xs" | "s" | "m" | "l" | "xl";
2012
2012
  };
2013
2013
  };
@@ -2016,12 +2016,12 @@ export declare function useColorSchemaSetup(props: object): {
2016
2016
  colors: (string | {
2017
2017
  colorType: "container" | "base" | "onBase" | "onContainer";
2018
2018
  toned?: boolean;
2019
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2019
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2020
2020
  } | {
2021
2021
  color: string | {
2022
2022
  colorType: "container" | "base" | "onBase" | "onContainer";
2023
2023
  toned?: boolean;
2024
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2024
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2025
2025
  };
2026
2026
  stop?: number;
2027
2027
  })[];
@@ -2030,7 +2030,7 @@ export declare function useColorSchemaSetup(props: object): {
2030
2030
  } | {
2031
2031
  colorType: "container" | "base" | "onBase" | "onContainer";
2032
2032
  toned?: boolean;
2033
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2033
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2034
2034
  };
2035
2035
  size?: number;
2036
2036
  };
@@ -2047,12 +2047,12 @@ export declare function useColorSchemaSetup(props: object): {
2047
2047
  colors: (string | {
2048
2048
  colorType: "container" | "base" | "onBase" | "onContainer";
2049
2049
  toned?: boolean;
2050
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2050
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2051
2051
  } | {
2052
2052
  color: string | {
2053
2053
  colorType: "container" | "base" | "onBase" | "onContainer";
2054
2054
  toned?: boolean;
2055
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2055
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2056
2056
  };
2057
2057
  stop?: number;
2058
2058
  })[];
@@ -2061,7 +2061,7 @@ export declare function useColorSchemaSetup(props: object): {
2061
2061
  } | {
2062
2062
  colorType: "container" | "base" | "onBase" | "onContainer";
2063
2063
  toned?: boolean;
2064
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2064
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2065
2065
  };
2066
2066
  border?: {
2067
2067
  radius?: {
@@ -2080,7 +2080,7 @@ export declare function useColorSchemaSetup(props: object): {
2080
2080
  colors: (string | {
2081
2081
  colorType: "container" | "base" | "onBase" | "onContainer";
2082
2082
  toned?: boolean;
2083
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2083
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2084
2084
  } | {
2085
2085
  color: string | any;
2086
2086
  stop?: number;
@@ -2101,12 +2101,12 @@ export declare function useColorSchemaSetup(props: object): {
2101
2101
  colors: (string | {
2102
2102
  colorType: "container" | "base" | "onBase" | "onContainer";
2103
2103
  toned?: boolean;
2104
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2104
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2105
2105
  } | {
2106
2106
  color: string | {
2107
2107
  colorType: "container" | "base" | "onBase" | "onContainer";
2108
2108
  toned?: boolean;
2109
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2109
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2110
2110
  };
2111
2111
  stop?: number;
2112
2112
  })[];
@@ -2115,7 +2115,7 @@ export declare function useColorSchemaSetup(props: object): {
2115
2115
  } | {
2116
2116
  colorType: "container" | "base" | "onBase" | "onContainer";
2117
2117
  toned?: boolean;
2118
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2118
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2119
2119
  };
2120
2120
  typography?: {
2121
2121
  decoration?: string;
@@ -2135,7 +2135,7 @@ export declare function useColorSchemaSetup(props: object): {
2135
2135
  lineHeight: number;
2136
2136
  };
2137
2137
  } | {
2138
- type: "title" | "text" | "navigation";
2138
+ type: "text" | "title" | "navigation";
2139
2139
  size: "xs" | "s" | "m" | "l" | "xl";
2140
2140
  };
2141
2141
  };
@@ -2144,12 +2144,12 @@ export declare function useColorSchemaSetup(props: object): {
2144
2144
  colors: (string | {
2145
2145
  colorType: "container" | "base" | "onBase" | "onContainer";
2146
2146
  toned?: boolean;
2147
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2147
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2148
2148
  } | {
2149
2149
  color: string | {
2150
2150
  colorType: "container" | "base" | "onBase" | "onContainer";
2151
2151
  toned?: boolean;
2152
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2152
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2153
2153
  };
2154
2154
  stop?: number;
2155
2155
  })[];
@@ -2158,7 +2158,7 @@ export declare function useColorSchemaSetup(props: object): {
2158
2158
  } | {
2159
2159
  colorType: "container" | "base" | "onBase" | "onContainer";
2160
2160
  toned?: boolean;
2161
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2161
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2162
2162
  };
2163
2163
  size?: number;
2164
2164
  };
@@ -2175,12 +2175,12 @@ export declare function useColorSchemaSetup(props: object): {
2175
2175
  colors: (string | {
2176
2176
  colorType: "container" | "base" | "onBase" | "onContainer";
2177
2177
  toned?: boolean;
2178
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2178
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2179
2179
  } | {
2180
2180
  color: string | {
2181
2181
  colorType: "container" | "base" | "onBase" | "onContainer";
2182
2182
  toned?: boolean;
2183
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2183
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2184
2184
  };
2185
2185
  stop?: number;
2186
2186
  })[];
@@ -2189,7 +2189,7 @@ export declare function useColorSchemaSetup(props: object): {
2189
2189
  } | {
2190
2190
  colorType: "container" | "base" | "onBase" | "onContainer";
2191
2191
  toned?: boolean;
2192
- 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";
2193
2193
  };
2194
2194
  border?: {
2195
2195
  radius?: {
@@ -2208,7 +2208,7 @@ export declare function useColorSchemaSetup(props: object): {
2208
2208
  colors: (string | {
2209
2209
  colorType: "container" | "base" | "onBase" | "onContainer";
2210
2210
  toned?: boolean;
2211
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2211
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2212
2212
  } | {
2213
2213
  color: string | any;
2214
2214
  stop?: number;
@@ -2229,12 +2229,12 @@ export declare function useColorSchemaSetup(props: object): {
2229
2229
  colors: (string | {
2230
2230
  colorType: "container" | "base" | "onBase" | "onContainer";
2231
2231
  toned?: boolean;
2232
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2232
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2233
2233
  } | {
2234
2234
  color: string | {
2235
2235
  colorType: "container" | "base" | "onBase" | "onContainer";
2236
2236
  toned?: boolean;
2237
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2237
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2238
2238
  };
2239
2239
  stop?: number;
2240
2240
  })[];
@@ -2243,7 +2243,7 @@ export declare function useColorSchemaSetup(props: object): {
2243
2243
  } | {
2244
2244
  colorType: "container" | "base" | "onBase" | "onContainer";
2245
2245
  toned?: boolean;
2246
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2246
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2247
2247
  };
2248
2248
  typography?: {
2249
2249
  decoration?: string;
@@ -2263,7 +2263,7 @@ export declare function useColorSchemaSetup(props: object): {
2263
2263
  lineHeight: number;
2264
2264
  };
2265
2265
  } | {
2266
- type: "title" | "text" | "navigation";
2266
+ type: "text" | "title" | "navigation";
2267
2267
  size: "xs" | "s" | "m" | "l" | "xl";
2268
2268
  };
2269
2269
  };
@@ -2272,12 +2272,12 @@ export declare function useColorSchemaSetup(props: object): {
2272
2272
  colors: (string | {
2273
2273
  colorType: "container" | "base" | "onBase" | "onContainer";
2274
2274
  toned?: boolean;
2275
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2275
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2276
2276
  } | {
2277
2277
  color: string | {
2278
2278
  colorType: "container" | "base" | "onBase" | "onContainer";
2279
2279
  toned?: boolean;
2280
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2280
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2281
2281
  };
2282
2282
  stop?: number;
2283
2283
  })[];
@@ -2286,7 +2286,7 @@ export declare function useColorSchemaSetup(props: object): {
2286
2286
  } | {
2287
2287
  colorType: "container" | "base" | "onBase" | "onContainer";
2288
2288
  toned?: boolean;
2289
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2289
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2290
2290
  };
2291
2291
  size?: number;
2292
2292
  };
@@ -2305,12 +2305,12 @@ export declare function useColorSchemaSetup(props: object): {
2305
2305
  colors: (string | {
2306
2306
  colorType: "container" | "base" | "onBase" | "onContainer";
2307
2307
  toned?: boolean;
2308
- 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";
2309
2309
  } | {
2310
2310
  color: string | {
2311
2311
  colorType: "container" | "base" | "onBase" | "onContainer";
2312
2312
  toned?: boolean;
2313
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2313
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2314
2314
  };
2315
2315
  stop?: number;
2316
2316
  })[];
@@ -2319,7 +2319,7 @@ export declare function useColorSchemaSetup(props: object): {
2319
2319
  } | {
2320
2320
  colorType: "container" | "base" | "onBase" | "onContainer";
2321
2321
  toned?: boolean;
2322
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2322
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2323
2323
  };
2324
2324
  border?: {
2325
2325
  radius?: {
@@ -2338,7 +2338,7 @@ export declare function useColorSchemaSetup(props: object): {
2338
2338
  colors: (string | {
2339
2339
  colorType: "container" | "base" | "onBase" | "onContainer";
2340
2340
  toned?: boolean;
2341
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2341
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2342
2342
  } | {
2343
2343
  color: string | any;
2344
2344
  stop?: number;
@@ -2359,12 +2359,12 @@ export declare function useColorSchemaSetup(props: object): {
2359
2359
  colors: (string | {
2360
2360
  colorType: "container" | "base" | "onBase" | "onContainer";
2361
2361
  toned?: boolean;
2362
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2362
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2363
2363
  } | {
2364
2364
  color: string | {
2365
2365
  colorType: "container" | "base" | "onBase" | "onContainer";
2366
2366
  toned?: boolean;
2367
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2367
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2368
2368
  };
2369
2369
  stop?: number;
2370
2370
  })[];
@@ -2373,7 +2373,7 @@ export declare function useColorSchemaSetup(props: object): {
2373
2373
  } | {
2374
2374
  colorType: "container" | "base" | "onBase" | "onContainer";
2375
2375
  toned?: boolean;
2376
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2376
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2377
2377
  };
2378
2378
  typography?: {
2379
2379
  decoration?: string;
@@ -2393,7 +2393,7 @@ export declare function useColorSchemaSetup(props: object): {
2393
2393
  lineHeight: number;
2394
2394
  };
2395
2395
  } | {
2396
- type: "title" | "text" | "navigation";
2396
+ type: "text" | "title" | "navigation";
2397
2397
  size: "xs" | "s" | "m" | "l" | "xl";
2398
2398
  };
2399
2399
  };
@@ -2402,12 +2402,12 @@ export declare function useColorSchemaSetup(props: object): {
2402
2402
  colors: (string | {
2403
2403
  colorType: "container" | "base" | "onBase" | "onContainer";
2404
2404
  toned?: boolean;
2405
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2405
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2406
2406
  } | {
2407
2407
  color: string | {
2408
2408
  colorType: "container" | "base" | "onBase" | "onContainer";
2409
2409
  toned?: boolean;
2410
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2410
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2411
2411
  };
2412
2412
  stop?: number;
2413
2413
  })[];
@@ -2416,7 +2416,7 @@ export declare function useColorSchemaSetup(props: object): {
2416
2416
  } | {
2417
2417
  colorType: "container" | "base" | "onBase" | "onContainer";
2418
2418
  toned?: boolean;
2419
- 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";
2420
2420
  };
2421
2421
  size?: number;
2422
2422
  };
@@ -2433,12 +2433,12 @@ export declare function useColorSchemaSetup(props: object): {
2433
2433
  colors: (string | {
2434
2434
  colorType: "container" | "base" | "onBase" | "onContainer";
2435
2435
  toned?: boolean;
2436
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2436
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2437
2437
  } | {
2438
2438
  color: string | {
2439
2439
  colorType: "container" | "base" | "onBase" | "onContainer";
2440
2440
  toned?: boolean;
2441
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2441
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2442
2442
  };
2443
2443
  stop?: number;
2444
2444
  })[];
@@ -2447,7 +2447,7 @@ export declare function useColorSchemaSetup(props: object): {
2447
2447
  } | {
2448
2448
  colorType: "container" | "base" | "onBase" | "onContainer";
2449
2449
  toned?: boolean;
2450
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2450
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2451
2451
  };
2452
2452
  border?: {
2453
2453
  radius?: {
@@ -2466,7 +2466,7 @@ export declare function useColorSchemaSetup(props: object): {
2466
2466
  colors: (string | {
2467
2467
  colorType: "container" | "base" | "onBase" | "onContainer";
2468
2468
  toned?: boolean;
2469
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2469
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2470
2470
  } | {
2471
2471
  color: string | any;
2472
2472
  stop?: number;
@@ -2487,12 +2487,12 @@ export declare function useColorSchemaSetup(props: object): {
2487
2487
  colors: (string | {
2488
2488
  colorType: "container" | "base" | "onBase" | "onContainer";
2489
2489
  toned?: boolean;
2490
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2490
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2491
2491
  } | {
2492
2492
  color: string | {
2493
2493
  colorType: "container" | "base" | "onBase" | "onContainer";
2494
2494
  toned?: boolean;
2495
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2495
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2496
2496
  };
2497
2497
  stop?: number;
2498
2498
  })[];
@@ -2501,7 +2501,7 @@ export declare function useColorSchemaSetup(props: object): {
2501
2501
  } | {
2502
2502
  colorType: "container" | "base" | "onBase" | "onContainer";
2503
2503
  toned?: boolean;
2504
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2504
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2505
2505
  };
2506
2506
  typography?: {
2507
2507
  decoration?: string;
@@ -2521,7 +2521,7 @@ export declare function useColorSchemaSetup(props: object): {
2521
2521
  lineHeight: number;
2522
2522
  };
2523
2523
  } | {
2524
- type: "title" | "text" | "navigation";
2524
+ type: "text" | "title" | "navigation";
2525
2525
  size: "xs" | "s" | "m" | "l" | "xl";
2526
2526
  };
2527
2527
  };
@@ -2530,12 +2530,12 @@ export declare function useColorSchemaSetup(props: object): {
2530
2530
  colors: (string | {
2531
2531
  colorType: "container" | "base" | "onBase" | "onContainer";
2532
2532
  toned?: boolean;
2533
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2533
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2534
2534
  } | {
2535
2535
  color: string | {
2536
2536
  colorType: "container" | "base" | "onBase" | "onContainer";
2537
2537
  toned?: boolean;
2538
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2538
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2539
2539
  };
2540
2540
  stop?: number;
2541
2541
  })[];
@@ -2544,7 +2544,7 @@ export declare function useColorSchemaSetup(props: object): {
2544
2544
  } | {
2545
2545
  colorType: "container" | "base" | "onBase" | "onContainer";
2546
2546
  toned?: boolean;
2547
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2547
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2548
2548
  };
2549
2549
  size?: number;
2550
2550
  };
@@ -2561,12 +2561,12 @@ export declare function useColorSchemaSetup(props: object): {
2561
2561
  colors: (string | {
2562
2562
  colorType: "container" | "base" | "onBase" | "onContainer";
2563
2563
  toned?: boolean;
2564
- 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";
2565
2565
  } | {
2566
2566
  color: string | {
2567
2567
  colorType: "container" | "base" | "onBase" | "onContainer";
2568
2568
  toned?: boolean;
2569
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2569
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2570
2570
  };
2571
2571
  stop?: number;
2572
2572
  })[];
@@ -2575,7 +2575,7 @@ export declare function useColorSchemaSetup(props: object): {
2575
2575
  } | {
2576
2576
  colorType: "container" | "base" | "onBase" | "onContainer";
2577
2577
  toned?: boolean;
2578
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2578
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2579
2579
  };
2580
2580
  border?: {
2581
2581
  radius?: {
@@ -2594,7 +2594,7 @@ export declare function useColorSchemaSetup(props: object): {
2594
2594
  colors: (string | {
2595
2595
  colorType: "container" | "base" | "onBase" | "onContainer";
2596
2596
  toned?: boolean;
2597
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2597
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2598
2598
  } | {
2599
2599
  color: string | any;
2600
2600
  stop?: number;
@@ -2615,12 +2615,12 @@ export declare function useColorSchemaSetup(props: object): {
2615
2615
  colors: (string | {
2616
2616
  colorType: "container" | "base" | "onBase" | "onContainer";
2617
2617
  toned?: boolean;
2618
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2618
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2619
2619
  } | {
2620
2620
  color: string | {
2621
2621
  colorType: "container" | "base" | "onBase" | "onContainer";
2622
2622
  toned?: boolean;
2623
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2623
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2624
2624
  };
2625
2625
  stop?: number;
2626
2626
  })[];
@@ -2629,7 +2629,7 @@ export declare function useColorSchemaSetup(props: object): {
2629
2629
  } | {
2630
2630
  colorType: "container" | "base" | "onBase" | "onContainer";
2631
2631
  toned?: boolean;
2632
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2632
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2633
2633
  };
2634
2634
  typography?: {
2635
2635
  decoration?: string;
@@ -2649,7 +2649,7 @@ export declare function useColorSchemaSetup(props: object): {
2649
2649
  lineHeight: number;
2650
2650
  };
2651
2651
  } | {
2652
- type: "title" | "text" | "navigation";
2652
+ type: "text" | "title" | "navigation";
2653
2653
  size: "xs" | "s" | "m" | "l" | "xl";
2654
2654
  };
2655
2655
  };
@@ -2658,12 +2658,12 @@ export declare function useColorSchemaSetup(props: object): {
2658
2658
  colors: (string | {
2659
2659
  colorType: "container" | "base" | "onBase" | "onContainer";
2660
2660
  toned?: boolean;
2661
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2661
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2662
2662
  } | {
2663
2663
  color: string | {
2664
2664
  colorType: "container" | "base" | "onBase" | "onContainer";
2665
2665
  toned?: boolean;
2666
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2666
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2667
2667
  };
2668
2668
  stop?: number;
2669
2669
  })[];
@@ -2672,7 +2672,7 @@ export declare function useColorSchemaSetup(props: object): {
2672
2672
  } | {
2673
2673
  colorType: "container" | "base" | "onBase" | "onContainer";
2674
2674
  toned?: boolean;
2675
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2675
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2676
2676
  };
2677
2677
  size?: number;
2678
2678
  };
@@ -2689,12 +2689,12 @@ export declare function useColorSchemaSetup(props: object): {
2689
2689
  colors: (string | {
2690
2690
  colorType: "container" | "base" | "onBase" | "onContainer";
2691
2691
  toned?: boolean;
2692
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2692
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2693
2693
  } | {
2694
2694
  color: string | {
2695
2695
  colorType: "container" | "base" | "onBase" | "onContainer";
2696
2696
  toned?: boolean;
2697
- 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";
2698
2698
  };
2699
2699
  stop?: number;
2700
2700
  })[];
@@ -2703,7 +2703,7 @@ export declare function useColorSchemaSetup(props: object): {
2703
2703
  } | {
2704
2704
  colorType: "container" | "base" | "onBase" | "onContainer";
2705
2705
  toned?: boolean;
2706
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2706
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2707
2707
  };
2708
2708
  border?: {
2709
2709
  radius?: {
@@ -2722,7 +2722,7 @@ export declare function useColorSchemaSetup(props: object): {
2722
2722
  colors: (string | {
2723
2723
  colorType: "container" | "base" | "onBase" | "onContainer";
2724
2724
  toned?: boolean;
2725
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2725
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2726
2726
  } | {
2727
2727
  color: string | any;
2728
2728
  stop?: number;
@@ -2743,12 +2743,12 @@ export declare function useColorSchemaSetup(props: object): {
2743
2743
  colors: (string | {
2744
2744
  colorType: "container" | "base" | "onBase" | "onContainer";
2745
2745
  toned?: boolean;
2746
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2746
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2747
2747
  } | {
2748
2748
  color: string | {
2749
2749
  colorType: "container" | "base" | "onBase" | "onContainer";
2750
2750
  toned?: boolean;
2751
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2751
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2752
2752
  };
2753
2753
  stop?: number;
2754
2754
  })[];
@@ -2757,7 +2757,7 @@ export declare function useColorSchemaSetup(props: object): {
2757
2757
  } | {
2758
2758
  colorType: "container" | "base" | "onBase" | "onContainer";
2759
2759
  toned?: boolean;
2760
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2760
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2761
2761
  };
2762
2762
  typography?: {
2763
2763
  decoration?: string;
@@ -2777,7 +2777,7 @@ export declare function useColorSchemaSetup(props: object): {
2777
2777
  lineHeight: number;
2778
2778
  };
2779
2779
  } | {
2780
- type: "title" | "text" | "navigation";
2780
+ type: "text" | "title" | "navigation";
2781
2781
  size: "xs" | "s" | "m" | "l" | "xl";
2782
2782
  };
2783
2783
  };
@@ -2786,12 +2786,12 @@ export declare function useColorSchemaSetup(props: object): {
2786
2786
  colors: (string | {
2787
2787
  colorType: "container" | "base" | "onBase" | "onContainer";
2788
2788
  toned?: boolean;
2789
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2789
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2790
2790
  } | {
2791
2791
  color: string | {
2792
2792
  colorType: "container" | "base" | "onBase" | "onContainer";
2793
2793
  toned?: boolean;
2794
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2794
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2795
2795
  };
2796
2796
  stop?: number;
2797
2797
  })[];
@@ -2800,7 +2800,7 @@ export declare function useColorSchemaSetup(props: object): {
2800
2800
  } | {
2801
2801
  colorType: "container" | "base" | "onBase" | "onContainer";
2802
2802
  toned?: boolean;
2803
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2803
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2804
2804
  };
2805
2805
  size?: number;
2806
2806
  };
@@ -2817,12 +2817,12 @@ export declare function useColorSchemaSetup(props: object): {
2817
2817
  colors: (string | {
2818
2818
  colorType: "container" | "base" | "onBase" | "onContainer";
2819
2819
  toned?: boolean;
2820
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2820
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2821
2821
  } | {
2822
2822
  color: string | {
2823
2823
  colorType: "container" | "base" | "onBase" | "onContainer";
2824
2824
  toned?: boolean;
2825
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2825
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2826
2826
  };
2827
2827
  stop?: number;
2828
2828
  })[];
@@ -2831,7 +2831,7 @@ export declare function useColorSchemaSetup(props: object): {
2831
2831
  } | {
2832
2832
  colorType: "container" | "base" | "onBase" | "onContainer";
2833
2833
  toned?: boolean;
2834
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2834
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2835
2835
  };
2836
2836
  border?: {
2837
2837
  radius?: {
@@ -2850,7 +2850,7 @@ export declare function useColorSchemaSetup(props: object): {
2850
2850
  colors: (string | {
2851
2851
  colorType: "container" | "base" | "onBase" | "onContainer";
2852
2852
  toned?: boolean;
2853
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2853
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2854
2854
  } | {
2855
2855
  color: string | any;
2856
2856
  stop?: number;
@@ -2871,12 +2871,12 @@ export declare function useColorSchemaSetup(props: object): {
2871
2871
  colors: (string | {
2872
2872
  colorType: "container" | "base" | "onBase" | "onContainer";
2873
2873
  toned?: boolean;
2874
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2874
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2875
2875
  } | {
2876
2876
  color: string | {
2877
2877
  colorType: "container" | "base" | "onBase" | "onContainer";
2878
2878
  toned?: boolean;
2879
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2879
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2880
2880
  };
2881
2881
  stop?: number;
2882
2882
  })[];
@@ -2885,7 +2885,7 @@ export declare function useColorSchemaSetup(props: object): {
2885
2885
  } | {
2886
2886
  colorType: "container" | "base" | "onBase" | "onContainer";
2887
2887
  toned?: boolean;
2888
- 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";
2889
2889
  };
2890
2890
  typography?: {
2891
2891
  decoration?: string;
@@ -2905,7 +2905,7 @@ export declare function useColorSchemaSetup(props: object): {
2905
2905
  lineHeight: number;
2906
2906
  };
2907
2907
  } | {
2908
- type: "title" | "text" | "navigation";
2908
+ type: "text" | "title" | "navigation";
2909
2909
  size: "xs" | "s" | "m" | "l" | "xl";
2910
2910
  };
2911
2911
  };
@@ -2914,12 +2914,12 @@ export declare function useColorSchemaSetup(props: object): {
2914
2914
  colors: (string | {
2915
2915
  colorType: "container" | "base" | "onBase" | "onContainer";
2916
2916
  toned?: boolean;
2917
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2917
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2918
2918
  } | {
2919
2919
  color: string | {
2920
2920
  colorType: "container" | "base" | "onBase" | "onContainer";
2921
2921
  toned?: boolean;
2922
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2922
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2923
2923
  };
2924
2924
  stop?: number;
2925
2925
  })[];
@@ -2928,7 +2928,7 @@ export declare function useColorSchemaSetup(props: object): {
2928
2928
  } | {
2929
2929
  colorType: "container" | "base" | "onBase" | "onContainer";
2930
2930
  toned?: boolean;
2931
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2931
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2932
2932
  };
2933
2933
  size?: number;
2934
2934
  };
@@ -2945,12 +2945,12 @@ export declare function useColorSchemaSetup(props: object): {
2945
2945
  colors: (string | {
2946
2946
  colorType: "container" | "base" | "onBase" | "onContainer";
2947
2947
  toned?: boolean;
2948
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2948
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2949
2949
  } | {
2950
2950
  color: string | {
2951
2951
  colorType: "container" | "base" | "onBase" | "onContainer";
2952
2952
  toned?: boolean;
2953
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2953
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2954
2954
  };
2955
2955
  stop?: number;
2956
2956
  })[];
@@ -2959,7 +2959,7 @@ export declare function useColorSchemaSetup(props: object): {
2959
2959
  } | {
2960
2960
  colorType: "container" | "base" | "onBase" | "onContainer";
2961
2961
  toned?: boolean;
2962
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2962
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2963
2963
  };
2964
2964
  border?: {
2965
2965
  radius?: {
@@ -2978,7 +2978,7 @@ export declare function useColorSchemaSetup(props: object): {
2978
2978
  colors: (string | {
2979
2979
  colorType: "container" | "base" | "onBase" | "onContainer";
2980
2980
  toned?: boolean;
2981
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2981
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2982
2982
  } | {
2983
2983
  color: string | any;
2984
2984
  stop?: number;
@@ -2999,12 +2999,12 @@ export declare function useColorSchemaSetup(props: object): {
2999
2999
  colors: (string | {
3000
3000
  colorType: "container" | "base" | "onBase" | "onContainer";
3001
3001
  toned?: boolean;
3002
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3002
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3003
3003
  } | {
3004
3004
  color: string | {
3005
3005
  colorType: "container" | "base" | "onBase" | "onContainer";
3006
3006
  toned?: boolean;
3007
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3007
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3008
3008
  };
3009
3009
  stop?: number;
3010
3010
  })[];
@@ -3013,7 +3013,7 @@ export declare function useColorSchemaSetup(props: object): {
3013
3013
  } | {
3014
3014
  colorType: "container" | "base" | "onBase" | "onContainer";
3015
3015
  toned?: boolean;
3016
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3016
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3017
3017
  };
3018
3018
  typography?: {
3019
3019
  decoration?: string;
@@ -3033,7 +3033,7 @@ export declare function useColorSchemaSetup(props: object): {
3033
3033
  lineHeight: number;
3034
3034
  };
3035
3035
  } | {
3036
- type: "title" | "text" | "navigation";
3036
+ type: "text" | "title" | "navigation";
3037
3037
  size: "xs" | "s" | "m" | "l" | "xl";
3038
3038
  };
3039
3039
  };
@@ -3042,12 +3042,12 @@ export declare function useColorSchemaSetup(props: object): {
3042
3042
  colors: (string | {
3043
3043
  colorType: "container" | "base" | "onBase" | "onContainer";
3044
3044
  toned?: boolean;
3045
- 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";
3046
3046
  } | {
3047
3047
  color: string | {
3048
3048
  colorType: "container" | "base" | "onBase" | "onContainer";
3049
3049
  toned?: boolean;
3050
- 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";
3051
3051
  };
3052
3052
  stop?: number;
3053
3053
  })[];
@@ -3056,7 +3056,7 @@ export declare function useColorSchemaSetup(props: object): {
3056
3056
  } | {
3057
3057
  colorType: "container" | "base" | "onBase" | "onContainer";
3058
3058
  toned?: boolean;
3059
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3059
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3060
3060
  };
3061
3061
  size?: number;
3062
3062
  };
@@ -3073,12 +3073,12 @@ export declare function useColorSchemaSetup(props: object): {
3073
3073
  colors: (string | {
3074
3074
  colorType: "container" | "base" | "onBase" | "onContainer";
3075
3075
  toned?: boolean;
3076
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3076
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3077
3077
  } | {
3078
3078
  color: string | {
3079
3079
  colorType: "container" | "base" | "onBase" | "onContainer";
3080
3080
  toned?: boolean;
3081
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3081
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3082
3082
  };
3083
3083
  stop?: number;
3084
3084
  })[];
@@ -3087,7 +3087,7 @@ export declare function useColorSchemaSetup(props: object): {
3087
3087
  } | {
3088
3088
  colorType: "container" | "base" | "onBase" | "onContainer";
3089
3089
  toned?: boolean;
3090
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3090
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3091
3091
  };
3092
3092
  border?: {
3093
3093
  radius?: {
@@ -3106,7 +3106,7 @@ export declare function useColorSchemaSetup(props: object): {
3106
3106
  colors: (string | {
3107
3107
  colorType: "container" | "base" | "onBase" | "onContainer";
3108
3108
  toned?: boolean;
3109
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3109
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3110
3110
  } | {
3111
3111
  color: string | any;
3112
3112
  stop?: number;
@@ -3127,12 +3127,12 @@ export declare function useColorSchemaSetup(props: object): {
3127
3127
  colors: (string | {
3128
3128
  colorType: "container" | "base" | "onBase" | "onContainer";
3129
3129
  toned?: boolean;
3130
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3130
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3131
3131
  } | {
3132
3132
  color: string | {
3133
3133
  colorType: "container" | "base" | "onBase" | "onContainer";
3134
3134
  toned?: boolean;
3135
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3135
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3136
3136
  };
3137
3137
  stop?: number;
3138
3138
  })[];
@@ -3141,7 +3141,7 @@ export declare function useColorSchemaSetup(props: object): {
3141
3141
  } | {
3142
3142
  colorType: "container" | "base" | "onBase" | "onContainer";
3143
3143
  toned?: boolean;
3144
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3144
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3145
3145
  };
3146
3146
  typography?: {
3147
3147
  decoration?: string;
@@ -3161,7 +3161,7 @@ export declare function useColorSchemaSetup(props: object): {
3161
3161
  lineHeight: number;
3162
3162
  };
3163
3163
  } | {
3164
- type: "title" | "text" | "navigation";
3164
+ type: "text" | "title" | "navigation";
3165
3165
  size: "xs" | "s" | "m" | "l" | "xl";
3166
3166
  };
3167
3167
  };
@@ -3170,12 +3170,12 @@ export declare function useColorSchemaSetup(props: object): {
3170
3170
  colors: (string | {
3171
3171
  colorType: "container" | "base" | "onBase" | "onContainer";
3172
3172
  toned?: boolean;
3173
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3173
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3174
3174
  } | {
3175
3175
  color: string | {
3176
3176
  colorType: "container" | "base" | "onBase" | "onContainer";
3177
3177
  toned?: boolean;
3178
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3178
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3179
3179
  };
3180
3180
  stop?: number;
3181
3181
  })[];
@@ -3184,7 +3184,7 @@ export declare function useColorSchemaSetup(props: object): {
3184
3184
  } | {
3185
3185
  colorType: "container" | "base" | "onBase" | "onContainer";
3186
3186
  toned?: boolean;
3187
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3187
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3188
3188
  };
3189
3189
  size?: number;
3190
3190
  };
@@ -3201,12 +3201,12 @@ export declare function useColorSchemaSetup(props: object): {
3201
3201
  colors: (string | {
3202
3202
  colorType: "container" | "base" | "onBase" | "onContainer";
3203
3203
  toned?: boolean;
3204
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3204
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3205
3205
  } | {
3206
3206
  color: string | {
3207
3207
  colorType: "container" | "base" | "onBase" | "onContainer";
3208
3208
  toned?: boolean;
3209
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3209
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3210
3210
  };
3211
3211
  stop?: number;
3212
3212
  })[];
@@ -3215,7 +3215,7 @@ export declare function useColorSchemaSetup(props: object): {
3215
3215
  } | {
3216
3216
  colorType: "container" | "base" | "onBase" | "onContainer";
3217
3217
  toned?: boolean;
3218
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3218
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3219
3219
  };
3220
3220
  border?: {
3221
3221
  radius?: {
@@ -3234,7 +3234,7 @@ export declare function useColorSchemaSetup(props: object): {
3234
3234
  colors: (string | {
3235
3235
  colorType: "container" | "base" | "onBase" | "onContainer";
3236
3236
  toned?: boolean;
3237
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3237
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3238
3238
  } | {
3239
3239
  color: string | any;
3240
3240
  stop?: number;
@@ -3255,12 +3255,12 @@ export declare function useColorSchemaSetup(props: object): {
3255
3255
  colors: (string | {
3256
3256
  colorType: "container" | "base" | "onBase" | "onContainer";
3257
3257
  toned?: boolean;
3258
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3258
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3259
3259
  } | {
3260
3260
  color: string | {
3261
3261
  colorType: "container" | "base" | "onBase" | "onContainer";
3262
3262
  toned?: boolean;
3263
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3263
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3264
3264
  };
3265
3265
  stop?: number;
3266
3266
  })[];
@@ -3269,7 +3269,7 @@ export declare function useColorSchemaSetup(props: object): {
3269
3269
  } | {
3270
3270
  colorType: "container" | "base" | "onBase" | "onContainer";
3271
3271
  toned?: boolean;
3272
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3272
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3273
3273
  };
3274
3274
  typography?: {
3275
3275
  decoration?: string;
@@ -3289,7 +3289,7 @@ export declare function useColorSchemaSetup(props: object): {
3289
3289
  lineHeight: number;
3290
3290
  };
3291
3291
  } | {
3292
- type: "title" | "text" | "navigation";
3292
+ type: "text" | "title" | "navigation";
3293
3293
  size: "xs" | "s" | "m" | "l" | "xl";
3294
3294
  };
3295
3295
  };
@@ -3298,12 +3298,12 @@ export declare function useColorSchemaSetup(props: object): {
3298
3298
  colors: (string | {
3299
3299
  colorType: "container" | "base" | "onBase" | "onContainer";
3300
3300
  toned?: boolean;
3301
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3301
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3302
3302
  } | {
3303
3303
  color: string | {
3304
3304
  colorType: "container" | "base" | "onBase" | "onContainer";
3305
3305
  toned?: boolean;
3306
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3306
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3307
3307
  };
3308
3308
  stop?: number;
3309
3309
  })[];
@@ -3312,7 +3312,7 @@ export declare function useColorSchemaSetup(props: object): {
3312
3312
  } | {
3313
3313
  colorType: "container" | "base" | "onBase" | "onContainer";
3314
3314
  toned?: boolean;
3315
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3315
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3316
3316
  };
3317
3317
  size?: number;
3318
3318
  };
@@ -3329,12 +3329,12 @@ export declare function useColorSchemaSetup(props: object): {
3329
3329
  colors: (string | {
3330
3330
  colorType: "container" | "base" | "onBase" | "onContainer";
3331
3331
  toned?: boolean;
3332
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3332
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3333
3333
  } | {
3334
3334
  color: string | {
3335
3335
  colorType: "container" | "base" | "onBase" | "onContainer";
3336
3336
  toned?: boolean;
3337
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3337
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3338
3338
  };
3339
3339
  stop?: number;
3340
3340
  })[];
@@ -3343,7 +3343,7 @@ export declare function useColorSchemaSetup(props: object): {
3343
3343
  } | {
3344
3344
  colorType: "container" | "base" | "onBase" | "onContainer";
3345
3345
  toned?: boolean;
3346
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3346
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3347
3347
  };
3348
3348
  border?: {
3349
3349
  radius?: {
@@ -3362,7 +3362,7 @@ export declare function useColorSchemaSetup(props: object): {
3362
3362
  colors: (string | {
3363
3363
  colorType: "container" | "base" | "onBase" | "onContainer";
3364
3364
  toned?: boolean;
3365
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3365
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3366
3366
  } | {
3367
3367
  color: string | any;
3368
3368
  stop?: number;
@@ -3383,12 +3383,12 @@ export declare function useColorSchemaSetup(props: object): {
3383
3383
  colors: (string | {
3384
3384
  colorType: "container" | "base" | "onBase" | "onContainer";
3385
3385
  toned?: boolean;
3386
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3386
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3387
3387
  } | {
3388
3388
  color: string | {
3389
3389
  colorType: "container" | "base" | "onBase" | "onContainer";
3390
3390
  toned?: boolean;
3391
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3391
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3392
3392
  };
3393
3393
  stop?: number;
3394
3394
  })[];
@@ -3397,7 +3397,7 @@ export declare function useColorSchemaSetup(props: object): {
3397
3397
  } | {
3398
3398
  colorType: "container" | "base" | "onBase" | "onContainer";
3399
3399
  toned?: boolean;
3400
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3400
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3401
3401
  };
3402
3402
  typography?: {
3403
3403
  decoration?: string;
@@ -3417,7 +3417,7 @@ export declare function useColorSchemaSetup(props: object): {
3417
3417
  lineHeight: number;
3418
3418
  };
3419
3419
  } | {
3420
- type: "title" | "text" | "navigation";
3420
+ type: "text" | "title" | "navigation";
3421
3421
  size: "xs" | "s" | "m" | "l" | "xl";
3422
3422
  };
3423
3423
  };
@@ -3426,12 +3426,12 @@ export declare function useColorSchemaSetup(props: object): {
3426
3426
  colors: (string | {
3427
3427
  colorType: "container" | "base" | "onBase" | "onContainer";
3428
3428
  toned?: boolean;
3429
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3429
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3430
3430
  } | {
3431
3431
  color: string | {
3432
3432
  colorType: "container" | "base" | "onBase" | "onContainer";
3433
3433
  toned?: boolean;
3434
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3434
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3435
3435
  };
3436
3436
  stop?: number;
3437
3437
  })[];
@@ -3440,7 +3440,7 @@ export declare function useColorSchemaSetup(props: object): {
3440
3440
  } | {
3441
3441
  colorType: "container" | "base" | "onBase" | "onContainer";
3442
3442
  toned?: boolean;
3443
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3443
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3444
3444
  };
3445
3445
  size?: number;
3446
3446
  };
@@ -3455,12 +3455,12 @@ export declare function useColorSchemaSetup(props: object): {
3455
3455
  colors: (string | {
3456
3456
  colorType: "container" | "base" | "onBase" | "onContainer";
3457
3457
  toned?: boolean;
3458
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3458
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3459
3459
  } | {
3460
3460
  color: string | {
3461
3461
  colorType: "container" | "base" | "onBase" | "onContainer";
3462
3462
  toned?: boolean;
3463
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3463
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3464
3464
  };
3465
3465
  stop?: number;
3466
3466
  })[];
@@ -3469,7 +3469,7 @@ export declare function useColorSchemaSetup(props: object): {
3469
3469
  } | {
3470
3470
  colorType: "container" | "base" | "onBase" | "onContainer";
3471
3471
  toned?: boolean;
3472
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3472
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3473
3473
  };
3474
3474
  border?: {
3475
3475
  radius?: {
@@ -3488,12 +3488,12 @@ export declare function useColorSchemaSetup(props: object): {
3488
3488
  colors: (string | {
3489
3489
  colorType: "container" | "base" | "onBase" | "onContainer";
3490
3490
  toned?: boolean;
3491
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3491
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3492
3492
  } | {
3493
3493
  color: string | {
3494
3494
  colorType: "container" | "base" | "onBase" | "onContainer";
3495
3495
  toned?: boolean;
3496
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3496
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3497
3497
  };
3498
3498
  stop?: number;
3499
3499
  })[];
@@ -3525,23 +3525,23 @@ export declare function useColorSchemaSetup(props: object): {
3525
3525
  grow?: boolean;
3526
3526
  minHeight?: number;
3527
3527
  minWidth?: number;
3528
- alignment?: "center" | "start" | "end";
3528
+ alignment?: "start" | "center" | "end";
3529
3529
  sliderColor?: string | {
3530
3530
  colorType: "container" | "base" | "onBase" | "onContainer";
3531
3531
  toned?: boolean;
3532
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3532
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3533
3533
  };
3534
3534
  text?: {
3535
3535
  color?: string | {
3536
3536
  colors: (string | {
3537
3537
  colorType: "container" | "base" | "onBase" | "onContainer";
3538
3538
  toned?: boolean;
3539
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3539
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3540
3540
  } | {
3541
3541
  color: string | {
3542
3542
  colorType: "container" | "base" | "onBase" | "onContainer";
3543
3543
  toned?: boolean;
3544
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3544
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3545
3545
  };
3546
3546
  stop?: number;
3547
3547
  })[];
@@ -3550,7 +3550,7 @@ export declare function useColorSchemaSetup(props: object): {
3550
3550
  } | {
3551
3551
  colorType: "container" | "base" | "onBase" | "onContainer";
3552
3552
  toned?: boolean;
3553
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3553
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3554
3554
  };
3555
3555
  typography?: {
3556
3556
  decoration?: string;
@@ -3570,7 +3570,7 @@ export declare function useColorSchemaSetup(props: object): {
3570
3570
  lineHeight: number;
3571
3571
  };
3572
3572
  } | {
3573
- type: "title" | "text" | "navigation";
3573
+ type: "text" | "title" | "navigation";
3574
3574
  size: "xs" | "s" | "m" | "l" | "xl";
3575
3575
  };
3576
3576
  };
@@ -3579,12 +3579,12 @@ export declare function useColorSchemaSetup(props: object): {
3579
3579
  colors: (string | {
3580
3580
  colorType: "container" | "base" | "onBase" | "onContainer";
3581
3581
  toned?: boolean;
3582
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3582
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3583
3583
  } | {
3584
3584
  color: string | {
3585
3585
  colorType: "container" | "base" | "onBase" | "onContainer";
3586
3586
  toned?: boolean;
3587
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3587
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3588
3588
  };
3589
3589
  stop?: number;
3590
3590
  })[];
@@ -3593,7 +3593,7 @@ export declare function useColorSchemaSetup(props: object): {
3593
3593
  } | {
3594
3594
  colorType: "container" | "base" | "onBase" | "onContainer";
3595
3595
  toned?: boolean;
3596
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3596
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3597
3597
  };
3598
3598
  size?: number;
3599
3599
  };
@@ -3609,12 +3609,12 @@ export declare function useColorSchemaSetup(props: object): {
3609
3609
  colors: (string | {
3610
3610
  colorType: "container" | "base" | "onBase" | "onContainer";
3611
3611
  toned?: boolean;
3612
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3612
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3613
3613
  } | {
3614
3614
  color: string | {
3615
3615
  colorType: "container" | "base" | "onBase" | "onContainer";
3616
3616
  toned?: boolean;
3617
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3617
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3618
3618
  };
3619
3619
  stop?: number;
3620
3620
  })[];
@@ -3623,7 +3623,7 @@ export declare function useColorSchemaSetup(props: object): {
3623
3623
  } | {
3624
3624
  colorType: "container" | "base" | "onBase" | "onContainer";
3625
3625
  toned?: boolean;
3626
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3626
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3627
3627
  };
3628
3628
  border?: {
3629
3629
  radius?: {
@@ -3642,7 +3642,7 @@ export declare function useColorSchemaSetup(props: object): {
3642
3642
  colors: (string | {
3643
3643
  colorType: "container" | "base" | "onBase" | "onContainer";
3644
3644
  toned?: boolean;
3645
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3645
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3646
3646
  } | {
3647
3647
  color: string | any;
3648
3648
  stop?: number;
@@ -3662,12 +3662,12 @@ export declare function useColorSchemaSetup(props: object): {
3662
3662
  colors: (string | {
3663
3663
  colorType: "container" | "base" | "onBase" | "onContainer";
3664
3664
  toned?: boolean;
3665
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3665
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3666
3666
  } | {
3667
3667
  color: string | {
3668
3668
  colorType: "container" | "base" | "onBase" | "onContainer";
3669
3669
  toned?: boolean;
3670
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3670
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3671
3671
  };
3672
3672
  stop?: number;
3673
3673
  })[];
@@ -3676,7 +3676,7 @@ export declare function useColorSchemaSetup(props: object): {
3676
3676
  } | {
3677
3677
  colorType: "container" | "base" | "onBase" | "onContainer";
3678
3678
  toned?: boolean;
3679
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3679
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3680
3680
  };
3681
3681
  typography?: {
3682
3682
  decoration?: string;
@@ -3696,7 +3696,7 @@ export declare function useColorSchemaSetup(props: object): {
3696
3696
  lineHeight: number;
3697
3697
  };
3698
3698
  } | {
3699
- type: "title" | "text" | "navigation";
3699
+ type: "text" | "title" | "navigation";
3700
3700
  size: "xs" | "s" | "m" | "l" | "xl";
3701
3701
  };
3702
3702
  };
@@ -3705,12 +3705,12 @@ export declare function useColorSchemaSetup(props: object): {
3705
3705
  colors: (string | {
3706
3706
  colorType: "container" | "base" | "onBase" | "onContainer";
3707
3707
  toned?: boolean;
3708
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3708
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3709
3709
  } | {
3710
3710
  color: string | {
3711
3711
  colorType: "container" | "base" | "onBase" | "onContainer";
3712
3712
  toned?: boolean;
3713
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3713
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3714
3714
  };
3715
3715
  stop?: number;
3716
3716
  })[];
@@ -3719,7 +3719,7 @@ export declare function useColorSchemaSetup(props: object): {
3719
3719
  } | {
3720
3720
  colorType: "container" | "base" | "onBase" | "onContainer";
3721
3721
  toned?: boolean;
3722
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3722
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3723
3723
  };
3724
3724
  size?: number;
3725
3725
  };
@@ -3730,12 +3730,12 @@ export declare function useColorSchemaSetup(props: object): {
3730
3730
  colors: (string | {
3731
3731
  colorType: "container" | "base" | "onBase" | "onContainer";
3732
3732
  toned?: boolean;
3733
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3733
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3734
3734
  } | {
3735
3735
  color: string | {
3736
3736
  colorType: "container" | "base" | "onBase" | "onContainer";
3737
3737
  toned?: boolean;
3738
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3738
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3739
3739
  };
3740
3740
  stop?: number;
3741
3741
  })[];
@@ -3744,7 +3744,7 @@ export declare function useColorSchemaSetup(props: object): {
3744
3744
  } | {
3745
3745
  colorType: "container" | "base" | "onBase" | "onContainer";
3746
3746
  toned?: boolean;
3747
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3747
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3748
3748
  };
3749
3749
  border?: {
3750
3750
  radius?: {
@@ -3763,7 +3763,7 @@ export declare function useColorSchemaSetup(props: object): {
3763
3763
  colors: (string | {
3764
3764
  colorType: "container" | "base" | "onBase" | "onContainer";
3765
3765
  toned?: boolean;
3766
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3766
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3767
3767
  } | {
3768
3768
  color: string | any;
3769
3769
  stop?: number;
@@ -3786,12 +3786,12 @@ export declare function useColorSchemaSetup(props: object): {
3786
3786
  colors: (string | {
3787
3787
  colorType: "container" | "base" | "onBase" | "onContainer";
3788
3788
  toned?: boolean;
3789
- 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";
3790
3790
  } | {
3791
3791
  color: string | {
3792
3792
  colorType: "container" | "base" | "onBase" | "onContainer";
3793
3793
  toned?: boolean;
3794
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3794
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3795
3795
  };
3796
3796
  stop?: number;
3797
3797
  })[];
@@ -3800,7 +3800,7 @@ export declare function useColorSchemaSetup(props: object): {
3800
3800
  } | {
3801
3801
  colorType: "container" | "base" | "onBase" | "onContainer";
3802
3802
  toned?: boolean;
3803
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3803
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3804
3804
  };
3805
3805
  border?: {
3806
3806
  radius?: {
@@ -3819,12 +3819,12 @@ export declare function useColorSchemaSetup(props: object): {
3819
3819
  colors: (string | {
3820
3820
  colorType: "container" | "base" | "onBase" | "onContainer";
3821
3821
  toned?: boolean;
3822
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3822
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3823
3823
  } | {
3824
3824
  color: string | {
3825
3825
  colorType: "container" | "base" | "onBase" | "onContainer";
3826
3826
  toned?: boolean;
3827
- 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";
3828
3828
  };
3829
3829
  stop?: number;
3830
3830
  })[];
@@ -3856,23 +3856,23 @@ export declare function useColorSchemaSetup(props: object): {
3856
3856
  grow?: boolean;
3857
3857
  minHeight?: number;
3858
3858
  minWidth?: number;
3859
- alignment?: "center" | "start" | "end";
3859
+ alignment?: "start" | "center" | "end";
3860
3860
  sliderColor?: string | {
3861
3861
  colorType: "container" | "base" | "onBase" | "onContainer";
3862
3862
  toned?: boolean;
3863
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3863
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3864
3864
  };
3865
3865
  text?: {
3866
3866
  color?: string | {
3867
3867
  colors: (string | {
3868
3868
  colorType: "container" | "base" | "onBase" | "onContainer";
3869
3869
  toned?: boolean;
3870
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3870
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3871
3871
  } | {
3872
3872
  color: string | {
3873
3873
  colorType: "container" | "base" | "onBase" | "onContainer";
3874
3874
  toned?: boolean;
3875
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3875
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3876
3876
  };
3877
3877
  stop?: number;
3878
3878
  })[];
@@ -3881,7 +3881,7 @@ export declare function useColorSchemaSetup(props: object): {
3881
3881
  } | {
3882
3882
  colorType: "container" | "base" | "onBase" | "onContainer";
3883
3883
  toned?: boolean;
3884
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3884
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3885
3885
  };
3886
3886
  typography?: {
3887
3887
  decoration?: string;
@@ -3901,7 +3901,7 @@ export declare function useColorSchemaSetup(props: object): {
3901
3901
  lineHeight: number;
3902
3902
  };
3903
3903
  } | {
3904
- type: "title" | "text" | "navigation";
3904
+ type: "text" | "title" | "navigation";
3905
3905
  size: "xs" | "s" | "m" | "l" | "xl";
3906
3906
  };
3907
3907
  };
@@ -3910,12 +3910,12 @@ export declare function useColorSchemaSetup(props: object): {
3910
3910
  colors: (string | {
3911
3911
  colorType: "container" | "base" | "onBase" | "onContainer";
3912
3912
  toned?: boolean;
3913
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3913
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3914
3914
  } | {
3915
3915
  color: string | {
3916
3916
  colorType: "container" | "base" | "onBase" | "onContainer";
3917
3917
  toned?: boolean;
3918
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3918
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3919
3919
  };
3920
3920
  stop?: number;
3921
3921
  })[];
@@ -3924,7 +3924,7 @@ export declare function useColorSchemaSetup(props: object): {
3924
3924
  } | {
3925
3925
  colorType: "container" | "base" | "onBase" | "onContainer";
3926
3926
  toned?: boolean;
3927
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3927
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3928
3928
  };
3929
3929
  size?: number;
3930
3930
  };
@@ -3940,12 +3940,12 @@ export declare function useColorSchemaSetup(props: object): {
3940
3940
  colors: (string | {
3941
3941
  colorType: "container" | "base" | "onBase" | "onContainer";
3942
3942
  toned?: boolean;
3943
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3943
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3944
3944
  } | {
3945
3945
  color: string | {
3946
3946
  colorType: "container" | "base" | "onBase" | "onContainer";
3947
3947
  toned?: boolean;
3948
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3948
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3949
3949
  };
3950
3950
  stop?: number;
3951
3951
  })[];
@@ -3954,7 +3954,7 @@ export declare function useColorSchemaSetup(props: object): {
3954
3954
  } | {
3955
3955
  colorType: "container" | "base" | "onBase" | "onContainer";
3956
3956
  toned?: boolean;
3957
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3957
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3958
3958
  };
3959
3959
  border?: {
3960
3960
  radius?: {
@@ -3973,7 +3973,7 @@ export declare function useColorSchemaSetup(props: object): {
3973
3973
  colors: (string | {
3974
3974
  colorType: "container" | "base" | "onBase" | "onContainer";
3975
3975
  toned?: boolean;
3976
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3976
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3977
3977
  } | {
3978
3978
  color: string | any;
3979
3979
  stop?: number;
@@ -3993,12 +3993,12 @@ export declare function useColorSchemaSetup(props: object): {
3993
3993
  colors: (string | {
3994
3994
  colorType: "container" | "base" | "onBase" | "onContainer";
3995
3995
  toned?: boolean;
3996
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3996
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3997
3997
  } | {
3998
3998
  color: string | {
3999
3999
  colorType: "container" | "base" | "onBase" | "onContainer";
4000
4000
  toned?: boolean;
4001
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4001
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4002
4002
  };
4003
4003
  stop?: number;
4004
4004
  })[];
@@ -4007,7 +4007,7 @@ export declare function useColorSchemaSetup(props: object): {
4007
4007
  } | {
4008
4008
  colorType: "container" | "base" | "onBase" | "onContainer";
4009
4009
  toned?: boolean;
4010
- 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";
4011
4011
  };
4012
4012
  typography?: {
4013
4013
  decoration?: string;
@@ -4027,7 +4027,7 @@ export declare function useColorSchemaSetup(props: object): {
4027
4027
  lineHeight: number;
4028
4028
  };
4029
4029
  } | {
4030
- type: "title" | "text" | "navigation";
4030
+ type: "text" | "title" | "navigation";
4031
4031
  size: "xs" | "s" | "m" | "l" | "xl";
4032
4032
  };
4033
4033
  };
@@ -4036,12 +4036,12 @@ export declare function useColorSchemaSetup(props: object): {
4036
4036
  colors: (string | {
4037
4037
  colorType: "container" | "base" | "onBase" | "onContainer";
4038
4038
  toned?: boolean;
4039
- 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";
4040
4040
  } | {
4041
4041
  color: string | {
4042
4042
  colorType: "container" | "base" | "onBase" | "onContainer";
4043
4043
  toned?: boolean;
4044
- 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";
4045
4045
  };
4046
4046
  stop?: number;
4047
4047
  })[];
@@ -4050,7 +4050,7 @@ export declare function useColorSchemaSetup(props: object): {
4050
4050
  } | {
4051
4051
  colorType: "container" | "base" | "onBase" | "onContainer";
4052
4052
  toned?: boolean;
4053
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4053
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4054
4054
  };
4055
4055
  size?: number;
4056
4056
  };
@@ -4061,12 +4061,12 @@ export declare function useColorSchemaSetup(props: object): {
4061
4061
  colors: (string | {
4062
4062
  colorType: "container" | "base" | "onBase" | "onContainer";
4063
4063
  toned?: boolean;
4064
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4064
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4065
4065
  } | {
4066
4066
  color: string | {
4067
4067
  colorType: "container" | "base" | "onBase" | "onContainer";
4068
4068
  toned?: boolean;
4069
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4069
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4070
4070
  };
4071
4071
  stop?: number;
4072
4072
  })[];
@@ -4075,7 +4075,7 @@ export declare function useColorSchemaSetup(props: object): {
4075
4075
  } | {
4076
4076
  colorType: "container" | "base" | "onBase" | "onContainer";
4077
4077
  toned?: boolean;
4078
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4078
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4079
4079
  };
4080
4080
  border?: {
4081
4081
  radius?: {
@@ -4094,7 +4094,7 @@ export declare function useColorSchemaSetup(props: object): {
4094
4094
  colors: (string | {
4095
4095
  colorType: "container" | "base" | "onBase" | "onContainer";
4096
4096
  toned?: boolean;
4097
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4097
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4098
4098
  } | {
4099
4099
  color: string | any;
4100
4100
  stop?: number;
@@ -4117,12 +4117,12 @@ export declare function useColorSchemaSetup(props: object): {
4117
4117
  colors: (string | {
4118
4118
  colorType: "container" | "base" | "onBase" | "onContainer";
4119
4119
  toned?: boolean;
4120
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4120
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4121
4121
  } | {
4122
4122
  color: string | {
4123
4123
  colorType: "container" | "base" | "onBase" | "onContainer";
4124
4124
  toned?: boolean;
4125
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4125
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4126
4126
  };
4127
4127
  stop?: number;
4128
4128
  })[];
@@ -4131,7 +4131,7 @@ export declare function useColorSchemaSetup(props: object): {
4131
4131
  } | {
4132
4132
  colorType: "container" | "base" | "onBase" | "onContainer";
4133
4133
  toned?: boolean;
4134
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4134
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4135
4135
  };
4136
4136
  border?: {
4137
4137
  radius?: {
@@ -4150,12 +4150,12 @@ export declare function useColorSchemaSetup(props: object): {
4150
4150
  colors: (string | {
4151
4151
  colorType: "container" | "base" | "onBase" | "onContainer";
4152
4152
  toned?: boolean;
4153
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4153
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4154
4154
  } | {
4155
4155
  color: string | {
4156
4156
  colorType: "container" | "base" | "onBase" | "onContainer";
4157
4157
  toned?: boolean;
4158
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4158
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4159
4159
  };
4160
4160
  stop?: number;
4161
4161
  })[];
@@ -4187,23 +4187,23 @@ export declare function useColorSchemaSetup(props: object): {
4187
4187
  grow?: boolean;
4188
4188
  minHeight?: number;
4189
4189
  minWidth?: number;
4190
- alignment?: "center" | "start" | "end";
4190
+ alignment?: "start" | "center" | "end";
4191
4191
  sliderColor?: string | {
4192
4192
  colorType: "container" | "base" | "onBase" | "onContainer";
4193
4193
  toned?: boolean;
4194
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4194
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4195
4195
  };
4196
4196
  text?: {
4197
4197
  color?: string | {
4198
4198
  colors: (string | {
4199
4199
  colorType: "container" | "base" | "onBase" | "onContainer";
4200
4200
  toned?: boolean;
4201
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4201
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4202
4202
  } | {
4203
4203
  color: string | {
4204
4204
  colorType: "container" | "base" | "onBase" | "onContainer";
4205
4205
  toned?: boolean;
4206
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4206
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4207
4207
  };
4208
4208
  stop?: number;
4209
4209
  })[];
@@ -4212,7 +4212,7 @@ export declare function useColorSchemaSetup(props: object): {
4212
4212
  } | {
4213
4213
  colorType: "container" | "base" | "onBase" | "onContainer";
4214
4214
  toned?: boolean;
4215
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4215
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4216
4216
  };
4217
4217
  typography?: {
4218
4218
  decoration?: string;
@@ -4232,7 +4232,7 @@ export declare function useColorSchemaSetup(props: object): {
4232
4232
  lineHeight: number;
4233
4233
  };
4234
4234
  } | {
4235
- type: "title" | "text" | "navigation";
4235
+ type: "text" | "title" | "navigation";
4236
4236
  size: "xs" | "s" | "m" | "l" | "xl";
4237
4237
  };
4238
4238
  };
@@ -4241,12 +4241,12 @@ export declare function useColorSchemaSetup(props: object): {
4241
4241
  colors: (string | {
4242
4242
  colorType: "container" | "base" | "onBase" | "onContainer";
4243
4243
  toned?: boolean;
4244
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4244
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4245
4245
  } | {
4246
4246
  color: string | {
4247
4247
  colorType: "container" | "base" | "onBase" | "onContainer";
4248
4248
  toned?: boolean;
4249
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4249
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4250
4250
  };
4251
4251
  stop?: number;
4252
4252
  })[];
@@ -4255,7 +4255,7 @@ export declare function useColorSchemaSetup(props: object): {
4255
4255
  } | {
4256
4256
  colorType: "container" | "base" | "onBase" | "onContainer";
4257
4257
  toned?: boolean;
4258
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4258
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4259
4259
  };
4260
4260
  size?: number;
4261
4261
  };
@@ -4271,12 +4271,12 @@ export declare function useColorSchemaSetup(props: object): {
4271
4271
  colors: (string | {
4272
4272
  colorType: "container" | "base" | "onBase" | "onContainer";
4273
4273
  toned?: boolean;
4274
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4274
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4275
4275
  } | {
4276
4276
  color: string | {
4277
4277
  colorType: "container" | "base" | "onBase" | "onContainer";
4278
4278
  toned?: boolean;
4279
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4279
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4280
4280
  };
4281
4281
  stop?: number;
4282
4282
  })[];
@@ -4285,7 +4285,7 @@ export declare function useColorSchemaSetup(props: object): {
4285
4285
  } | {
4286
4286
  colorType: "container" | "base" | "onBase" | "onContainer";
4287
4287
  toned?: boolean;
4288
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4288
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4289
4289
  };
4290
4290
  border?: {
4291
4291
  radius?: {
@@ -4304,7 +4304,7 @@ export declare function useColorSchemaSetup(props: object): {
4304
4304
  colors: (string | {
4305
4305
  colorType: "container" | "base" | "onBase" | "onContainer";
4306
4306
  toned?: boolean;
4307
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4307
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4308
4308
  } | {
4309
4309
  color: string | any;
4310
4310
  stop?: number;
@@ -4324,12 +4324,12 @@ export declare function useColorSchemaSetup(props: object): {
4324
4324
  colors: (string | {
4325
4325
  colorType: "container" | "base" | "onBase" | "onContainer";
4326
4326
  toned?: boolean;
4327
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4327
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4328
4328
  } | {
4329
4329
  color: string | {
4330
4330
  colorType: "container" | "base" | "onBase" | "onContainer";
4331
4331
  toned?: boolean;
4332
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4332
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4333
4333
  };
4334
4334
  stop?: number;
4335
4335
  })[];
@@ -4338,7 +4338,7 @@ export declare function useColorSchemaSetup(props: object): {
4338
4338
  } | {
4339
4339
  colorType: "container" | "base" | "onBase" | "onContainer";
4340
4340
  toned?: boolean;
4341
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4341
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4342
4342
  };
4343
4343
  typography?: {
4344
4344
  decoration?: string;
@@ -4358,7 +4358,7 @@ export declare function useColorSchemaSetup(props: object): {
4358
4358
  lineHeight: number;
4359
4359
  };
4360
4360
  } | {
4361
- type: "title" | "text" | "navigation";
4361
+ type: "text" | "title" | "navigation";
4362
4362
  size: "xs" | "s" | "m" | "l" | "xl";
4363
4363
  };
4364
4364
  };
@@ -4367,12 +4367,12 @@ export declare function useColorSchemaSetup(props: object): {
4367
4367
  colors: (string | {
4368
4368
  colorType: "container" | "base" | "onBase" | "onContainer";
4369
4369
  toned?: boolean;
4370
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4370
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4371
4371
  } | {
4372
4372
  color: string | {
4373
4373
  colorType: "container" | "base" | "onBase" | "onContainer";
4374
4374
  toned?: boolean;
4375
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4375
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4376
4376
  };
4377
4377
  stop?: number;
4378
4378
  })[];
@@ -4381,7 +4381,7 @@ export declare function useColorSchemaSetup(props: object): {
4381
4381
  } | {
4382
4382
  colorType: "container" | "base" | "onBase" | "onContainer";
4383
4383
  toned?: boolean;
4384
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4384
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4385
4385
  };
4386
4386
  size?: number;
4387
4387
  };
@@ -4392,12 +4392,12 @@ export declare function useColorSchemaSetup(props: object): {
4392
4392
  colors: (string | {
4393
4393
  colorType: "container" | "base" | "onBase" | "onContainer";
4394
4394
  toned?: boolean;
4395
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4395
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4396
4396
  } | {
4397
4397
  color: string | {
4398
4398
  colorType: "container" | "base" | "onBase" | "onContainer";
4399
4399
  toned?: boolean;
4400
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4400
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4401
4401
  };
4402
4402
  stop?: number;
4403
4403
  })[];
@@ -4406,7 +4406,7 @@ export declare function useColorSchemaSetup(props: object): {
4406
4406
  } | {
4407
4407
  colorType: "container" | "base" | "onBase" | "onContainer";
4408
4408
  toned?: boolean;
4409
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4409
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4410
4410
  };
4411
4411
  border?: {
4412
4412
  radius?: {
@@ -4425,7 +4425,7 @@ export declare function useColorSchemaSetup(props: object): {
4425
4425
  colors: (string | {
4426
4426
  colorType: "container" | "base" | "onBase" | "onContainer";
4427
4427
  toned?: boolean;
4428
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4428
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4429
4429
  } | {
4430
4430
  color: string | any;
4431
4431
  stop?: number;
@@ -4448,12 +4448,12 @@ export declare function useColorSchemaSetup(props: object): {
4448
4448
  colors: (string | {
4449
4449
  colorType: "container" | "base" | "onBase" | "onContainer";
4450
4450
  toned?: boolean;
4451
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4451
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4452
4452
  } | {
4453
4453
  color: string | {
4454
4454
  colorType: "container" | "base" | "onBase" | "onContainer";
4455
4455
  toned?: boolean;
4456
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4456
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4457
4457
  };
4458
4458
  stop?: number;
4459
4459
  })[];
@@ -4462,7 +4462,7 @@ export declare function useColorSchemaSetup(props: object): {
4462
4462
  } | {
4463
4463
  colorType: "container" | "base" | "onBase" | "onContainer";
4464
4464
  toned?: boolean;
4465
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4465
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4466
4466
  };
4467
4467
  border?: {
4468
4468
  radius?: {
@@ -4481,12 +4481,12 @@ export declare function useColorSchemaSetup(props: object): {
4481
4481
  colors: (string | {
4482
4482
  colorType: "container" | "base" | "onBase" | "onContainer";
4483
4483
  toned?: boolean;
4484
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4484
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4485
4485
  } | {
4486
4486
  color: string | {
4487
4487
  colorType: "container" | "base" | "onBase" | "onContainer";
4488
4488
  toned?: boolean;
4489
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4489
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4490
4490
  };
4491
4491
  stop?: number;
4492
4492
  })[];
@@ -4518,23 +4518,23 @@ export declare function useColorSchemaSetup(props: object): {
4518
4518
  grow?: boolean;
4519
4519
  minHeight?: number;
4520
4520
  minWidth?: number;
4521
- alignment?: "center" | "start" | "end";
4521
+ alignment?: "start" | "center" | "end";
4522
4522
  sliderColor?: string | {
4523
4523
  colorType: "container" | "base" | "onBase" | "onContainer";
4524
4524
  toned?: boolean;
4525
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4525
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4526
4526
  };
4527
4527
  text?: {
4528
4528
  color?: string | {
4529
4529
  colors: (string | {
4530
4530
  colorType: "container" | "base" | "onBase" | "onContainer";
4531
4531
  toned?: boolean;
4532
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4532
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4533
4533
  } | {
4534
4534
  color: string | {
4535
4535
  colorType: "container" | "base" | "onBase" | "onContainer";
4536
4536
  toned?: boolean;
4537
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4537
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4538
4538
  };
4539
4539
  stop?: number;
4540
4540
  })[];
@@ -4543,7 +4543,7 @@ export declare function useColorSchemaSetup(props: object): {
4543
4543
  } | {
4544
4544
  colorType: "container" | "base" | "onBase" | "onContainer";
4545
4545
  toned?: boolean;
4546
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4546
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4547
4547
  };
4548
4548
  typography?: {
4549
4549
  decoration?: string;
@@ -4563,7 +4563,7 @@ export declare function useColorSchemaSetup(props: object): {
4563
4563
  lineHeight: number;
4564
4564
  };
4565
4565
  } | {
4566
- type: "title" | "text" | "navigation";
4566
+ type: "text" | "title" | "navigation";
4567
4567
  size: "xs" | "s" | "m" | "l" | "xl";
4568
4568
  };
4569
4569
  };
@@ -4572,12 +4572,12 @@ export declare function useColorSchemaSetup(props: object): {
4572
4572
  colors: (string | {
4573
4573
  colorType: "container" | "base" | "onBase" | "onContainer";
4574
4574
  toned?: boolean;
4575
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4575
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4576
4576
  } | {
4577
4577
  color: string | {
4578
4578
  colorType: "container" | "base" | "onBase" | "onContainer";
4579
4579
  toned?: boolean;
4580
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4580
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4581
4581
  };
4582
4582
  stop?: number;
4583
4583
  })[];
@@ -4586,7 +4586,7 @@ export declare function useColorSchemaSetup(props: object): {
4586
4586
  } | {
4587
4587
  colorType: "container" | "base" | "onBase" | "onContainer";
4588
4588
  toned?: boolean;
4589
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4589
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4590
4590
  };
4591
4591
  size?: number;
4592
4592
  };
@@ -4602,12 +4602,12 @@ export declare function useColorSchemaSetup(props: object): {
4602
4602
  colors: (string | {
4603
4603
  colorType: "container" | "base" | "onBase" | "onContainer";
4604
4604
  toned?: boolean;
4605
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4605
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4606
4606
  } | {
4607
4607
  color: string | {
4608
4608
  colorType: "container" | "base" | "onBase" | "onContainer";
4609
4609
  toned?: boolean;
4610
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4610
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4611
4611
  };
4612
4612
  stop?: number;
4613
4613
  })[];
@@ -4616,7 +4616,7 @@ export declare function useColorSchemaSetup(props: object): {
4616
4616
  } | {
4617
4617
  colorType: "container" | "base" | "onBase" | "onContainer";
4618
4618
  toned?: boolean;
4619
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4619
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4620
4620
  };
4621
4621
  border?: {
4622
4622
  radius?: {
@@ -4635,7 +4635,7 @@ export declare function useColorSchemaSetup(props: object): {
4635
4635
  colors: (string | {
4636
4636
  colorType: "container" | "base" | "onBase" | "onContainer";
4637
4637
  toned?: boolean;
4638
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4638
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4639
4639
  } | {
4640
4640
  color: string | any;
4641
4641
  stop?: number;
@@ -4655,12 +4655,12 @@ export declare function useColorSchemaSetup(props: object): {
4655
4655
  colors: (string | {
4656
4656
  colorType: "container" | "base" | "onBase" | "onContainer";
4657
4657
  toned?: boolean;
4658
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4658
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4659
4659
  } | {
4660
4660
  color: string | {
4661
4661
  colorType: "container" | "base" | "onBase" | "onContainer";
4662
4662
  toned?: boolean;
4663
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4663
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4664
4664
  };
4665
4665
  stop?: number;
4666
4666
  })[];
@@ -4669,7 +4669,7 @@ export declare function useColorSchemaSetup(props: object): {
4669
4669
  } | {
4670
4670
  colorType: "container" | "base" | "onBase" | "onContainer";
4671
4671
  toned?: boolean;
4672
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4672
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4673
4673
  };
4674
4674
  typography?: {
4675
4675
  decoration?: string;
@@ -4689,7 +4689,7 @@ export declare function useColorSchemaSetup(props: object): {
4689
4689
  lineHeight: number;
4690
4690
  };
4691
4691
  } | {
4692
- type: "title" | "text" | "navigation";
4692
+ type: "text" | "title" | "navigation";
4693
4693
  size: "xs" | "s" | "m" | "l" | "xl";
4694
4694
  };
4695
4695
  };
@@ -4698,12 +4698,12 @@ export declare function useColorSchemaSetup(props: object): {
4698
4698
  colors: (string | {
4699
4699
  colorType: "container" | "base" | "onBase" | "onContainer";
4700
4700
  toned?: boolean;
4701
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4701
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4702
4702
  } | {
4703
4703
  color: string | {
4704
4704
  colorType: "container" | "base" | "onBase" | "onContainer";
4705
4705
  toned?: boolean;
4706
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4706
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4707
4707
  };
4708
4708
  stop?: number;
4709
4709
  })[];
@@ -4712,7 +4712,7 @@ export declare function useColorSchemaSetup(props: object): {
4712
4712
  } | {
4713
4713
  colorType: "container" | "base" | "onBase" | "onContainer";
4714
4714
  toned?: boolean;
4715
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4715
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4716
4716
  };
4717
4717
  size?: number;
4718
4718
  };
@@ -4723,12 +4723,12 @@ export declare function useColorSchemaSetup(props: object): {
4723
4723
  colors: (string | {
4724
4724
  colorType: "container" | "base" | "onBase" | "onContainer";
4725
4725
  toned?: boolean;
4726
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4726
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4727
4727
  } | {
4728
4728
  color: string | {
4729
4729
  colorType: "container" | "base" | "onBase" | "onContainer";
4730
4730
  toned?: boolean;
4731
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4731
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4732
4732
  };
4733
4733
  stop?: number;
4734
4734
  })[];
@@ -4737,7 +4737,7 @@ export declare function useColorSchemaSetup(props: object): {
4737
4737
  } | {
4738
4738
  colorType: "container" | "base" | "onBase" | "onContainer";
4739
4739
  toned?: boolean;
4740
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4740
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4741
4741
  };
4742
4742
  border?: {
4743
4743
  radius?: {
@@ -4756,7 +4756,7 @@ export declare function useColorSchemaSetup(props: object): {
4756
4756
  colors: (string | {
4757
4757
  colorType: "container" | "base" | "onBase" | "onContainer";
4758
4758
  toned?: boolean;
4759
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4759
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4760
4760
  } | {
4761
4761
  color: string | any;
4762
4762
  stop?: number;
@@ -4778,7 +4778,7 @@ export declare function useColorSchemaSetup(props: object): {
4778
4778
  blocks?: {
4779
4779
  primary: {
4780
4780
  name?: string;
4781
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4781
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4782
4782
  header?: {
4783
4783
  definitionId: {
4784
4784
  toString: () => string;
@@ -4920,6 +4920,7 @@ export declare function useColorSchemaSetup(props: object): {
4920
4920
  role?: string;
4921
4921
  };
4922
4922
  category?: string;
4923
+ locations?: ("inline" | "pane" | "menu")[];
4923
4924
  type: string;
4924
4925
  settings?: any;
4925
4926
  stateMapping?: string;
@@ -4940,12 +4941,12 @@ export declare function useColorSchemaSetup(props: object): {
4940
4941
  colors: (string | {
4941
4942
  colorType: "container" | "base" | "onBase" | "onContainer";
4942
4943
  toned?: boolean;
4943
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4944
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4944
4945
  } | {
4945
4946
  color: string | {
4946
4947
  colorType: "container" | "base" | "onBase" | "onContainer";
4947
4948
  toned?: boolean;
4948
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4949
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4949
4950
  };
4950
4951
  stop?: number;
4951
4952
  })[];
@@ -4954,7 +4955,7 @@ export declare function useColorSchemaSetup(props: object): {
4954
4955
  } | {
4955
4956
  colorType: "container" | "base" | "onBase" | "onContainer";
4956
4957
  toned?: boolean;
4957
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4958
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4958
4959
  };
4959
4960
  border?: {
4960
4961
  radius?: {
@@ -4973,7 +4974,7 @@ export declare function useColorSchemaSetup(props: object): {
4973
4974
  colors: (string | {
4974
4975
  colorType: "container" | "base" | "onBase" | "onContainer";
4975
4976
  toned?: boolean;
4976
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4977
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4977
4978
  } | {
4978
4979
  color: string | any;
4979
4980
  stop?: number;
@@ -4998,7 +4999,7 @@ export declare function useColorSchemaSetup(props: object): {
4998
4999
  };
4999
5000
  variant1?: {
5000
5001
  name?: string;
5001
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5002
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5002
5003
  header?: {
5003
5004
  definitionId: {
5004
5005
  toString: () => string;
@@ -5140,6 +5141,7 @@ export declare function useColorSchemaSetup(props: object): {
5140
5141
  role?: string;
5141
5142
  };
5142
5143
  category?: string;
5144
+ locations?: ("inline" | "pane" | "menu")[];
5143
5145
  type: string;
5144
5146
  settings?: any;
5145
5147
  stateMapping?: string;
@@ -5160,12 +5162,12 @@ export declare function useColorSchemaSetup(props: object): {
5160
5162
  colors: (string | {
5161
5163
  colorType: "container" | "base" | "onBase" | "onContainer";
5162
5164
  toned?: boolean;
5163
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5165
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5164
5166
  } | {
5165
5167
  color: string | {
5166
5168
  colorType: "container" | "base" | "onBase" | "onContainer";
5167
5169
  toned?: boolean;
5168
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5170
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5169
5171
  };
5170
5172
  stop?: number;
5171
5173
  })[];
@@ -5174,7 +5176,7 @@ export declare function useColorSchemaSetup(props: object): {
5174
5176
  } | {
5175
5177
  colorType: "container" | "base" | "onBase" | "onContainer";
5176
5178
  toned?: boolean;
5177
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5179
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5178
5180
  };
5179
5181
  border?: {
5180
5182
  radius?: {
@@ -5193,7 +5195,7 @@ export declare function useColorSchemaSetup(props: object): {
5193
5195
  colors: (string | {
5194
5196
  colorType: "container" | "base" | "onBase" | "onContainer";
5195
5197
  toned?: boolean;
5196
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5198
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5197
5199
  } | {
5198
5200
  color: string | any;
5199
5201
  stop?: number;
@@ -5218,7 +5220,7 @@ export declare function useColorSchemaSetup(props: object): {
5218
5220
  };
5219
5221
  variant2?: {
5220
5222
  name?: string;
5221
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5223
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5222
5224
  header?: {
5223
5225
  definitionId: {
5224
5226
  toString: () => string;
@@ -5360,6 +5362,7 @@ export declare function useColorSchemaSetup(props: object): {
5360
5362
  role?: string;
5361
5363
  };
5362
5364
  category?: string;
5365
+ locations?: ("inline" | "pane" | "menu")[];
5363
5366
  type: string;
5364
5367
  settings?: any;
5365
5368
  stateMapping?: string;
@@ -5380,12 +5383,12 @@ export declare function useColorSchemaSetup(props: object): {
5380
5383
  colors: (string | {
5381
5384
  colorType: "container" | "base" | "onBase" | "onContainer";
5382
5385
  toned?: boolean;
5383
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5386
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5384
5387
  } | {
5385
5388
  color: string | {
5386
5389
  colorType: "container" | "base" | "onBase" | "onContainer";
5387
5390
  toned?: boolean;
5388
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5391
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5389
5392
  };
5390
5393
  stop?: number;
5391
5394
  })[];
@@ -5394,7 +5397,7 @@ export declare function useColorSchemaSetup(props: object): {
5394
5397
  } | {
5395
5398
  colorType: "container" | "base" | "onBase" | "onContainer";
5396
5399
  toned?: boolean;
5397
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5400
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5398
5401
  };
5399
5402
  border?: {
5400
5403
  radius?: {
@@ -5413,7 +5416,7 @@ export declare function useColorSchemaSetup(props: object): {
5413
5416
  colors: (string | {
5414
5417
  colorType: "container" | "base" | "onBase" | "onContainer";
5415
5418
  toned?: boolean;
5416
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5419
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5417
5420
  } | {
5418
5421
  color: string | any;
5419
5422
  stop?: number;
@@ -5438,7 +5441,7 @@ export declare function useColorSchemaSetup(props: object): {
5438
5441
  };
5439
5442
  variant3?: {
5440
5443
  name?: string;
5441
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5444
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5442
5445
  header?: {
5443
5446
  definitionId: {
5444
5447
  toString: () => string;
@@ -5580,6 +5583,7 @@ export declare function useColorSchemaSetup(props: object): {
5580
5583
  role?: string;
5581
5584
  };
5582
5585
  category?: string;
5586
+ locations?: ("inline" | "pane" | "menu")[];
5583
5587
  type: string;
5584
5588
  settings?: any;
5585
5589
  stateMapping?: string;
@@ -5600,12 +5604,12 @@ export declare function useColorSchemaSetup(props: object): {
5600
5604
  colors: (string | {
5601
5605
  colorType: "container" | "base" | "onBase" | "onContainer";
5602
5606
  toned?: boolean;
5603
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5607
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5604
5608
  } | {
5605
5609
  color: string | {
5606
5610
  colorType: "container" | "base" | "onBase" | "onContainer";
5607
5611
  toned?: boolean;
5608
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5612
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5609
5613
  };
5610
5614
  stop?: number;
5611
5615
  })[];
@@ -5614,7 +5618,7 @@ export declare function useColorSchemaSetup(props: object): {
5614
5618
  } | {
5615
5619
  colorType: "container" | "base" | "onBase" | "onContainer";
5616
5620
  toned?: boolean;
5617
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5621
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5618
5622
  };
5619
5623
  border?: {
5620
5624
  radius?: {
@@ -5633,7 +5637,7 @@ export declare function useColorSchemaSetup(props: object): {
5633
5637
  colors: (string | {
5634
5638
  colorType: "container" | "base" | "onBase" | "onContainer";
5635
5639
  toned?: boolean;
5636
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5640
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5637
5641
  } | {
5638
5642
  color: string | any;
5639
5643
  stop?: number;
@@ -5670,12 +5674,12 @@ export declare function useColorSchemaSetup(props: object): {
5670
5674
  colors: (string | {
5671
5675
  colorType: "container" | "base" | "onBase" | "onContainer";
5672
5676
  toned?: boolean;
5673
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5677
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5674
5678
  } | {
5675
5679
  color: string | {
5676
5680
  colorType: "container" | "base" | "onBase" | "onContainer";
5677
5681
  toned?: boolean;
5678
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5682
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5679
5683
  };
5680
5684
  stop?: number;
5681
5685
  })[];
@@ -5684,7 +5688,7 @@ export declare function useColorSchemaSetup(props: object): {
5684
5688
  } | {
5685
5689
  colorType: "container" | "base" | "onBase" | "onContainer";
5686
5690
  toned?: boolean;
5687
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5691
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5688
5692
  };
5689
5693
  size?: number;
5690
5694
  };
@@ -5693,12 +5697,12 @@ export declare function useColorSchemaSetup(props: object): {
5693
5697
  colors: (string | {
5694
5698
  colorType: "container" | "base" | "onBase" | "onContainer";
5695
5699
  toned?: boolean;
5696
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5700
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5697
5701
  } | {
5698
5702
  color: string | {
5699
5703
  colorType: "container" | "base" | "onBase" | "onContainer";
5700
5704
  toned?: boolean;
5701
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5705
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5702
5706
  };
5703
5707
  stop?: number;
5704
5708
  })[];
@@ -5707,7 +5711,7 @@ export declare function useColorSchemaSetup(props: object): {
5707
5711
  } | {
5708
5712
  colorType: "container" | "base" | "onBase" | "onContainer";
5709
5713
  toned?: boolean;
5710
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5714
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5711
5715
  };
5712
5716
  size?: number;
5713
5717
  };
@@ -5716,12 +5720,12 @@ export declare function useColorSchemaSetup(props: object): {
5716
5720
  colors: (string | {
5717
5721
  colorType: "container" | "base" | "onBase" | "onContainer";
5718
5722
  toned?: boolean;
5719
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5723
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5720
5724
  } | {
5721
5725
  color: string | {
5722
5726
  colorType: "container" | "base" | "onBase" | "onContainer";
5723
5727
  toned?: boolean;
5724
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5728
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5725
5729
  };
5726
5730
  stop?: number;
5727
5731
  })[];
@@ -5730,7 +5734,7 @@ export declare function useColorSchemaSetup(props: object): {
5730
5734
  } | {
5731
5735
  colorType: "container" | "base" | "onBase" | "onContainer";
5732
5736
  toned?: boolean;
5733
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5737
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5734
5738
  };
5735
5739
  size?: number;
5736
5740
  };
@@ -5739,12 +5743,12 @@ export declare function useColorSchemaSetup(props: object): {
5739
5743
  colors: (string | {
5740
5744
  colorType: "container" | "base" | "onBase" | "onContainer";
5741
5745
  toned?: boolean;
5742
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5746
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5743
5747
  } | {
5744
5748
  color: string | {
5745
5749
  colorType: "container" | "base" | "onBase" | "onContainer";
5746
5750
  toned?: boolean;
5747
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5751
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5748
5752
  };
5749
5753
  stop?: number;
5750
5754
  })[];
@@ -5753,7 +5757,7 @@ export declare function useColorSchemaSetup(props: object): {
5753
5757
  } | {
5754
5758
  colorType: "container" | "base" | "onBase" | "onContainer";
5755
5759
  toned?: boolean;
5756
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5760
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5757
5761
  };
5758
5762
  size?: number;
5759
5763
  };
@@ -5762,12 +5766,12 @@ export declare function useColorSchemaSetup(props: object): {
5762
5766
  colors: (string | {
5763
5767
  colorType: "container" | "base" | "onBase" | "onContainer";
5764
5768
  toned?: boolean;
5765
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5769
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5766
5770
  } | {
5767
5771
  color: string | {
5768
5772
  colorType: "container" | "base" | "onBase" | "onContainer";
5769
5773
  toned?: boolean;
5770
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5774
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5771
5775
  };
5772
5776
  stop?: number;
5773
5777
  })[];
@@ -5776,7 +5780,7 @@ export declare function useColorSchemaSetup(props: object): {
5776
5780
  } | {
5777
5781
  colorType: "container" | "base" | "onBase" | "onContainer";
5778
5782
  toned?: boolean;
5779
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5783
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5780
5784
  };
5781
5785
  size?: number;
5782
5786
  };
@@ -5790,12 +5794,12 @@ export declare function useColorSchemaSetup(props: object): {
5790
5794
  colors: (string | {
5791
5795
  colorType: "container" | "base" | "onBase" | "onContainer";
5792
5796
  toned?: boolean;
5793
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5797
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5794
5798
  } | {
5795
5799
  color: string | {
5796
5800
  colorType: "container" | "base" | "onBase" | "onContainer";
5797
5801
  toned?: boolean;
5798
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5802
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5799
5803
  };
5800
5804
  stop?: number;
5801
5805
  })[];
@@ -5804,7 +5808,7 @@ export declare function useColorSchemaSetup(props: object): {
5804
5808
  } | {
5805
5809
  colorType: "container" | "base" | "onBase" | "onContainer";
5806
5810
  toned?: boolean;
5807
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5811
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5808
5812
  };
5809
5813
  border?: {
5810
5814
  radius?: {
@@ -5823,12 +5827,12 @@ export declare function useColorSchemaSetup(props: object): {
5823
5827
  colors: (string | {
5824
5828
  colorType: "container" | "base" | "onBase" | "onContainer";
5825
5829
  toned?: boolean;
5826
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5830
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5827
5831
  } | {
5828
5832
  color: string | {
5829
5833
  colorType: "container" | "base" | "onBase" | "onContainer";
5830
5834
  toned?: boolean;
5831
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5835
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5832
5836
  };
5833
5837
  stop?: number;
5834
5838
  })[];
@@ -5856,12 +5860,12 @@ export declare function useColorSchemaSetup(props: object): {
5856
5860
  colors: (string | {
5857
5861
  colorType: "container" | "base" | "onBase" | "onContainer";
5858
5862
  toned?: boolean;
5859
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5863
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5860
5864
  } | {
5861
5865
  color: string | {
5862
5866
  colorType: "container" | "base" | "onBase" | "onContainer";
5863
5867
  toned?: boolean;
5864
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5868
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5865
5869
  };
5866
5870
  stop?: number;
5867
5871
  })[];
@@ -5870,7 +5874,7 @@ export declare function useColorSchemaSetup(props: object): {
5870
5874
  } | {
5871
5875
  colorType: "container" | "base" | "onBase" | "onContainer";
5872
5876
  toned?: boolean;
5873
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5877
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5874
5878
  };
5875
5879
  border?: {
5876
5880
  radius?: {
@@ -5889,12 +5893,12 @@ export declare function useColorSchemaSetup(props: object): {
5889
5893
  colors: (string | {
5890
5894
  colorType: "container" | "base" | "onBase" | "onContainer";
5891
5895
  toned?: boolean;
5892
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5896
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5893
5897
  } | {
5894
5898
  color: string | {
5895
5899
  colorType: "container" | "base" | "onBase" | "onContainer";
5896
5900
  toned?: boolean;
5897
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5901
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5898
5902
  };
5899
5903
  stop?: number;
5900
5904
  })[];
@@ -5922,12 +5926,12 @@ export declare function useColorSchemaSetup(props: object): {
5922
5926
  colors: (string | {
5923
5927
  colorType: "container" | "base" | "onBase" | "onContainer";
5924
5928
  toned?: boolean;
5925
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5929
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5926
5930
  } | {
5927
5931
  color: string | {
5928
5932
  colorType: "container" | "base" | "onBase" | "onContainer";
5929
5933
  toned?: boolean;
5930
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5934
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5931
5935
  };
5932
5936
  stop?: number;
5933
5937
  })[];
@@ -5936,7 +5940,7 @@ export declare function useColorSchemaSetup(props: object): {
5936
5940
  } | {
5937
5941
  colorType: "container" | "base" | "onBase" | "onContainer";
5938
5942
  toned?: boolean;
5939
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5943
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5940
5944
  };
5941
5945
  border?: {
5942
5946
  radius?: {
@@ -5955,12 +5959,12 @@ export declare function useColorSchemaSetup(props: object): {
5955
5959
  colors: (string | {
5956
5960
  colorType: "container" | "base" | "onBase" | "onContainer";
5957
5961
  toned?: boolean;
5958
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5962
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5959
5963
  } | {
5960
5964
  color: string | {
5961
5965
  colorType: "container" | "base" | "onBase" | "onContainer";
5962
5966
  toned?: boolean;
5963
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5967
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5964
5968
  };
5965
5969
  stop?: number;
5966
5970
  })[];
@@ -5988,12 +5992,12 @@ export declare function useColorSchemaSetup(props: object): {
5988
5992
  colors: (string | {
5989
5993
  colorType: "container" | "base" | "onBase" | "onContainer";
5990
5994
  toned?: boolean;
5991
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5995
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5992
5996
  } | {
5993
5997
  color: string | {
5994
5998
  colorType: "container" | "base" | "onBase" | "onContainer";
5995
5999
  toned?: boolean;
5996
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
6000
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5997
6001
  };
5998
6002
  stop?: number;
5999
6003
  })[];
@@ -6002,7 +6006,7 @@ export declare function useColorSchemaSetup(props: object): {
6002
6006
  } | {
6003
6007
  colorType: "container" | "base" | "onBase" | "onContainer";
6004
6008
  toned?: boolean;
6005
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
6009
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
6006
6010
  };
6007
6011
  border?: {
6008
6012
  radius?: {
@@ -6021,12 +6025,12 @@ export declare function useColorSchemaSetup(props: object): {
6021
6025
  colors: (string | {
6022
6026
  colorType: "container" | "base" | "onBase" | "onContainer";
6023
6027
  toned?: boolean;
6024
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
6028
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
6025
6029
  } | {
6026
6030
  color: string | {
6027
6031
  colorType: "container" | "base" | "onBase" | "onContainer";
6028
6032
  toned?: boolean;
6029
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
6033
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
6030
6034
  };
6031
6035
  stop?: number;
6032
6036
  })[];
@@ -6156,16 +6160,16 @@ export declare function useColorSchemaSetup(props: object): {
6156
6160
  };
6157
6161
  deactivated(): void;
6158
6162
  };
6159
- colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => import("@omnia/fx-models").ColorSchema;
6163
+ colorSchema: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic") => import("@omnia/fx-models").ColorSchema;
6160
6164
  typography: () => import("@omnia/fx-models").TypographyBlueprints;
6161
6165
  fillValue: (value: import("@omnia/fx-models").FillDefinitionValue, type: "typography") => any;
6162
6166
  spacing: () => import("@omnia/fx-models").SpacingBlueprints;
6163
6167
  component: () => import("@omnia/fx-models").ComponentBlueprints;
6164
- color: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
6165
- colorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
6168
+ color: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
6169
+ colorDefinition: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
6166
6170
  complementaryColorType: (colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
6167
- complementaryColor: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
6168
- complementaryColorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
6171
+ complementaryColor: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
6172
+ complementaryColorDefinition: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
6169
6173
  currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
6170
6174
  };
6171
6175
  };