@omnia/fx 8.0.159-dev → 8.0.162-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 (133) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/services/ReindexOmniaSearchUserService.d.ts +11 -0
  4. package/internal-do-not-import-from-here/services/index.d.ts +1 -0
  5. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +12 -12
  6. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +1 -0
  7. package/internal-do-not-import-from-here/ux/Exposes.d.ts +56 -55
  8. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
  9. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +1 -1
  10. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +16 -16
  11. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +15 -15
  12. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +9 -9
  13. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
  14. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +4 -4
  15. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -2
  16. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +5 -5
  17. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
  18. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
  19. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
  20. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
  21. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +34 -34
  22. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
  23. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +2 -2
  24. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +10 -10
  25. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -2
  26. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
  27. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
  28. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
  29. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -2
  30. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -2
  31. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +416 -400
  32. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +411 -395
  33. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +60 -60
  34. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +411 -395
  35. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
  36. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +42 -0
  37. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +2 -0
  39. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/IDateTimeFieldEdit.d.ts +2 -0
  40. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +2 -2
  41. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/identities/loc/Localize.d.ts +39 -37
  43. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +12 -5
  44. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +9 -9
  45. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +53 -43
  48. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -2
  49. package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
  52. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -9
  53. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +6 -6
  54. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +1 -1
  55. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/models/TypographyEditorModel.d.ts +5 -0
  57. package/internal-do-not-import-from-here/ux/models/index.d.ts +1 -0
  58. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
  59. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +2 -2
  60. package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
  62. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +10 -10
  63. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +29 -0
  64. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +10 -10
  65. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -64
  66. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +422 -406
  67. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +846 -814
  68. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +1 -1
  69. package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +26 -345
  70. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +10 -10
  71. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +10 -10
  72. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +4 -12
  73. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
  74. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +9 -9
  75. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +20 -20
  76. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +19 -19
  77. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +2 -2
  78. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +9 -9
  79. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
  80. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +11 -11
  81. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +45 -45
  82. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.css.d.ts +1 -0
  85. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +26 -0
  86. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +849 -817
  87. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
  88. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +10 -10
  90. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +9 -9
  91. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
  92. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +2 -2
  93. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  94. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +1 -1
  95. package/internal-do-not-import-from-here/ux/post/Post.d.ts +3 -3
  96. package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +4 -4
  97. package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +3 -3
  98. package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +2 -2
  99. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
  100. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorStore.d.ts +38 -0
  101. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts +1 -1
  102. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/Heading.d.ts +5 -23
  103. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +2 -3
  104. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +2 -50
  105. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +2 -49
  106. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaImageNode.d.ts +15 -2
  107. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNode.d.ts +22 -2
  108. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNodeView.d.ts +0 -22
  109. package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
  110. package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRendererSignIn.d.ts +39 -0
  111. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
  112. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +7 -7
  113. package/internal-do-not-import-from-here/ux/texttranslator/TextTranslator.d.ts +0 -8
  114. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +422 -406
  115. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +90 -30
  116. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.css.d.ts +1 -0
  117. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +1 -0
  118. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/ContentDefinitionRegistration.d.ts +1 -0
  119. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +5 -0
  120. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +20 -10
  121. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
  122. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +10 -2
  123. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +3 -0
  124. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  125. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -2
  126. package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentDescriptors.d.ts +1 -0
  127. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +26 -5
  128. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +3 -3
  129. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +32 -0
  130. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +95 -95
  131. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SliderEditor.d.ts +8 -0
  132. package/internal-do-not-import-from-here/wctypings.d.ts +14 -1
  133. package/package.json +2 -2
@@ -10,7 +10,7 @@ declare const _default: {
10
10
  onContainer: ColorDefinition;
11
11
  isContainer: boolean;
12
12
  name: string;
13
- colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
13
+ colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
14
14
  id: import("@omnia/fx-models").GuidValue;
15
15
  };
16
16
  events: {
@@ -20,13 +20,13 @@ declare const _default: {
20
20
  onMutatedOnContainer: import("../../..").MessageBusExposeOnlySubscription<ColorDefinition>;
21
21
  onMutatedIsContainer: import("../../..").MessageBusExposeOnlySubscription<boolean>;
22
22
  onMutatedName: import("../../..").MessageBusExposeOnlySubscription<string>;
23
- onMutatedColorSchemaType: import("../../..").MessageBusExposeOnlySubscription<"info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
23
+ onMutatedColorSchemaType: import("../../..").MessageBusExposeOnlySubscription<"primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
24
24
  onMutatedId: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").GuidValue>;
25
25
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
26
26
  actions: {
27
27
  onDispatching: {
28
28
  setColorSchema: {
29
- 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;
29
+ 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;
30
30
  };
31
31
  setCustomColorSchema: {
32
32
  subscribe(fn: (colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -118,16 +118,16 @@ declare const _default: {
118
118
  };
119
119
  deactivated(): void;
120
120
  };
121
- colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
121
+ colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): import("@omnia/fx-models").ColorSchema;
122
122
  typography(): import("@omnia/fx-models").TypographyBlueprints;
123
123
  fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
124
124
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
125
125
  component(): import("@omnia/fx-models").ComponentBlueprints;
126
- 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;
127
- 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): ColorDefinition;
126
+ 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;
127
+ 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): ColorDefinition;
128
128
  complementaryColorType(colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
129
- 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;
130
- 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): ColorDefinition;
129
+ 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;
130
+ 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): ColorDefinition;
131
131
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
132
132
  };
133
133
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -135,7 +135,7 @@ declare const _default: {
135
135
  };
136
136
  onDispatched: {
137
137
  setColorSchema: {
138
- 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;
138
+ 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;
139
139
  };
140
140
  setCustomColorSchema: {
141
141
  subscribe(fn: (result: void, colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -227,16 +227,16 @@ declare const _default: {
227
227
  };
228
228
  deactivated(): void;
229
229
  };
230
- colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
230
+ colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): import("@omnia/fx-models").ColorSchema;
231
231
  typography(): import("@omnia/fx-models").TypographyBlueprints;
232
232
  fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
233
233
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
234
234
  component(): import("@omnia/fx-models").ComponentBlueprints;
235
- 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;
236
- 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): ColorDefinition;
235
+ 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;
236
+ 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): ColorDefinition;
237
237
  complementaryColorType(colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
238
- 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;
239
- 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): ColorDefinition;
238
+ 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;
239
+ 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): ColorDefinition;
240
240
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
241
241
  };
242
242
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -244,7 +244,7 @@ declare const _default: {
244
244
  };
245
245
  onFailure: {
246
246
  setColorSchema: {
247
- 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;
247
+ 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;
248
248
  };
249
249
  setCustomColorSchema: {
250
250
  subscribe(fn: (failureReason: any, colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -336,23 +336,23 @@ declare const _default: {
336
336
  };
337
337
  deactivated(): void;
338
338
  };
339
- colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
339
+ colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): import("@omnia/fx-models").ColorSchema;
340
340
  typography(): import("@omnia/fx-models").TypographyBlueprints;
341
341
  fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
342
342
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
343
343
  component(): import("@omnia/fx-models").ComponentBlueprints;
344
- 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;
345
- 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): ColorDefinition;
344
+ 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;
345
+ 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): ColorDefinition;
346
346
  complementaryColorType(colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
347
- 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;
348
- 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): ColorDefinition;
347
+ 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;
348
+ 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): ColorDefinition;
349
349
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
350
350
  };
351
351
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
352
352
  };
353
353
  };
354
354
  } & {
355
- setColorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", container?: boolean): void;
355
+ setColorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", container?: boolean): void;
356
356
  setCustomColorSchema(colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean): void;
357
357
  setColor(colorDefinition: ColorDefinition, colorType: import("@omnia/fx-models").ColorTypes): void;
358
358
  setThemeStore(themeStoreInstance: {
@@ -438,16 +438,16 @@ declare const _default: {
438
438
  };
439
439
  deactivated(): void;
440
440
  };
441
- colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
441
+ colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): import("@omnia/fx-models").ColorSchema;
442
442
  typography(): import("@omnia/fx-models").TypographyBlueprints;
443
443
  fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
444
444
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
445
445
  component(): import("@omnia/fx-models").ComponentBlueprints;
446
- 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;
447
- 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): ColorDefinition;
446
+ 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;
447
+ 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): ColorDefinition;
448
448
  complementaryColorType(colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
449
- 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;
450
- 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): ColorDefinition;
449
+ 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;
450
+ 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): ColorDefinition;
451
451
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
452
452
  };
453
453
  }): void;
@@ -795,12 +795,12 @@ declare const _default: {
795
795
  colors: (string | {
796
796
  colorType: "container" | "base" | "onBase" | "onContainer";
797
797
  toned?: boolean;
798
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
798
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
799
799
  } | {
800
800
  color: string | {
801
801
  colorType: "container" | "base" | "onBase" | "onContainer";
802
802
  toned?: boolean;
803
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
803
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
804
804
  };
805
805
  stop?: number;
806
806
  })[];
@@ -811,12 +811,12 @@ declare const _default: {
811
811
  colors: (string | {
812
812
  colorType: "container" | "base" | "onBase" | "onContainer";
813
813
  toned?: boolean;
814
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
814
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
815
815
  } | {
816
816
  color: string | {
817
817
  colorType: "container" | "base" | "onBase" | "onContainer";
818
818
  toned?: boolean;
819
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
819
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
820
820
  };
821
821
  stop?: number;
822
822
  })[];
@@ -827,12 +827,12 @@ declare const _default: {
827
827
  colors: (string | {
828
828
  colorType: "container" | "base" | "onBase" | "onContainer";
829
829
  toned?: boolean;
830
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
830
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
831
831
  } | {
832
832
  color: string | {
833
833
  colorType: "container" | "base" | "onBase" | "onContainer";
834
834
  toned?: boolean;
835
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
835
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
836
836
  };
837
837
  stop?: number;
838
838
  })[];
@@ -1155,12 +1155,12 @@ declare const _default: {
1155
1155
  colors: (string | {
1156
1156
  colorType: "container" | "base" | "onBase" | "onContainer";
1157
1157
  toned?: boolean;
1158
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1158
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1159
1159
  } | {
1160
1160
  color: string | {
1161
1161
  colorType: "container" | "base" | "onBase" | "onContainer";
1162
1162
  toned?: boolean;
1163
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1163
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1164
1164
  };
1165
1165
  stop?: number;
1166
1166
  })[];
@@ -1169,7 +1169,7 @@ declare const _default: {
1169
1169
  } | {
1170
1170
  colorType: "container" | "base" | "onBase" | "onContainer";
1171
1171
  toned?: boolean;
1172
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1172
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1173
1173
  };
1174
1174
  border?: {
1175
1175
  radius?: {
@@ -1188,7 +1188,7 @@ declare const _default: {
1188
1188
  colors: (string | {
1189
1189
  colorType: "container" | "base" | "onBase" | "onContainer";
1190
1190
  toned?: boolean;
1191
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1191
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1192
1192
  } | {
1193
1193
  color: string | any;
1194
1194
  stop?: number;
@@ -1209,12 +1209,12 @@ declare const _default: {
1209
1209
  colors: (string | {
1210
1210
  colorType: "container" | "base" | "onBase" | "onContainer";
1211
1211
  toned?: boolean;
1212
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1212
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1213
1213
  } | {
1214
1214
  color: string | {
1215
1215
  colorType: "container" | "base" | "onBase" | "onContainer";
1216
1216
  toned?: boolean;
1217
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1217
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1218
1218
  };
1219
1219
  stop?: number;
1220
1220
  })[];
@@ -1223,7 +1223,7 @@ declare const _default: {
1223
1223
  } | {
1224
1224
  colorType: "container" | "base" | "onBase" | "onContainer";
1225
1225
  toned?: boolean;
1226
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1226
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1227
1227
  };
1228
1228
  typography?: {
1229
1229
  decoration?: string;
@@ -1243,7 +1243,7 @@ declare const _default: {
1243
1243
  lineHeight: number;
1244
1244
  };
1245
1245
  } | {
1246
- type: "title" | "text" | "navigation";
1246
+ type: "text" | "title" | "navigation";
1247
1247
  size: "xs" | "s" | "m" | "l" | "xl";
1248
1248
  };
1249
1249
  };
@@ -1252,12 +1252,12 @@ declare const _default: {
1252
1252
  colors: (string | {
1253
1253
  colorType: "container" | "base" | "onBase" | "onContainer";
1254
1254
  toned?: boolean;
1255
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1255
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1256
1256
  } | {
1257
1257
  color: string | {
1258
1258
  colorType: "container" | "base" | "onBase" | "onContainer";
1259
1259
  toned?: boolean;
1260
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1260
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1261
1261
  };
1262
1262
  stop?: number;
1263
1263
  })[];
@@ -1266,7 +1266,7 @@ declare const _default: {
1266
1266
  } | {
1267
1267
  colorType: "container" | "base" | "onBase" | "onContainer";
1268
1268
  toned?: boolean;
1269
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1269
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1270
1270
  };
1271
1271
  size?: number;
1272
1272
  };
@@ -1283,12 +1283,12 @@ declare const _default: {
1283
1283
  colors: (string | {
1284
1284
  colorType: "container" | "base" | "onBase" | "onContainer";
1285
1285
  toned?: boolean;
1286
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1286
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1287
1287
  } | {
1288
1288
  color: string | {
1289
1289
  colorType: "container" | "base" | "onBase" | "onContainer";
1290
1290
  toned?: boolean;
1291
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1291
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1292
1292
  };
1293
1293
  stop?: number;
1294
1294
  })[];
@@ -1297,7 +1297,7 @@ declare const _default: {
1297
1297
  } | {
1298
1298
  colorType: "container" | "base" | "onBase" | "onContainer";
1299
1299
  toned?: boolean;
1300
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1300
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1301
1301
  };
1302
1302
  border?: {
1303
1303
  radius?: {
@@ -1316,7 +1316,7 @@ declare const _default: {
1316
1316
  colors: (string | {
1317
1317
  colorType: "container" | "base" | "onBase" | "onContainer";
1318
1318
  toned?: boolean;
1319
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1319
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1320
1320
  } | {
1321
1321
  color: string | any;
1322
1322
  stop?: number;
@@ -1337,12 +1337,12 @@ declare const _default: {
1337
1337
  colors: (string | {
1338
1338
  colorType: "container" | "base" | "onBase" | "onContainer";
1339
1339
  toned?: boolean;
1340
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1340
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1341
1341
  } | {
1342
1342
  color: string | {
1343
1343
  colorType: "container" | "base" | "onBase" | "onContainer";
1344
1344
  toned?: boolean;
1345
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1345
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1346
1346
  };
1347
1347
  stop?: number;
1348
1348
  })[];
@@ -1351,7 +1351,7 @@ declare const _default: {
1351
1351
  } | {
1352
1352
  colorType: "container" | "base" | "onBase" | "onContainer";
1353
1353
  toned?: boolean;
1354
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1354
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1355
1355
  };
1356
1356
  typography?: {
1357
1357
  decoration?: string;
@@ -1371,7 +1371,7 @@ declare const _default: {
1371
1371
  lineHeight: number;
1372
1372
  };
1373
1373
  } | {
1374
- type: "title" | "text" | "navigation";
1374
+ type: "text" | "title" | "navigation";
1375
1375
  size: "xs" | "s" | "m" | "l" | "xl";
1376
1376
  };
1377
1377
  };
@@ -1380,12 +1380,12 @@ declare const _default: {
1380
1380
  colors: (string | {
1381
1381
  colorType: "container" | "base" | "onBase" | "onContainer";
1382
1382
  toned?: boolean;
1383
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1383
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1384
1384
  } | {
1385
1385
  color: string | {
1386
1386
  colorType: "container" | "base" | "onBase" | "onContainer";
1387
1387
  toned?: boolean;
1388
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1388
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1389
1389
  };
1390
1390
  stop?: number;
1391
1391
  })[];
@@ -1394,7 +1394,7 @@ declare const _default: {
1394
1394
  } | {
1395
1395
  colorType: "container" | "base" | "onBase" | "onContainer";
1396
1396
  toned?: boolean;
1397
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1397
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1398
1398
  };
1399
1399
  size?: number;
1400
1400
  };
@@ -1411,12 +1411,12 @@ declare const _default: {
1411
1411
  colors: (string | {
1412
1412
  colorType: "container" | "base" | "onBase" | "onContainer";
1413
1413
  toned?: boolean;
1414
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1414
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1415
1415
  } | {
1416
1416
  color: string | {
1417
1417
  colorType: "container" | "base" | "onBase" | "onContainer";
1418
1418
  toned?: boolean;
1419
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1419
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1420
1420
  };
1421
1421
  stop?: number;
1422
1422
  })[];
@@ -1425,7 +1425,7 @@ declare const _default: {
1425
1425
  } | {
1426
1426
  colorType: "container" | "base" | "onBase" | "onContainer";
1427
1427
  toned?: boolean;
1428
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1428
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1429
1429
  };
1430
1430
  border?: {
1431
1431
  radius?: {
@@ -1444,7 +1444,7 @@ declare const _default: {
1444
1444
  colors: (string | {
1445
1445
  colorType: "container" | "base" | "onBase" | "onContainer";
1446
1446
  toned?: boolean;
1447
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1447
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1448
1448
  } | {
1449
1449
  color: string | any;
1450
1450
  stop?: number;
@@ -1465,12 +1465,12 @@ declare const _default: {
1465
1465
  colors: (string | {
1466
1466
  colorType: "container" | "base" | "onBase" | "onContainer";
1467
1467
  toned?: boolean;
1468
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1468
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1469
1469
  } | {
1470
1470
  color: string | {
1471
1471
  colorType: "container" | "base" | "onBase" | "onContainer";
1472
1472
  toned?: boolean;
1473
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1473
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1474
1474
  };
1475
1475
  stop?: number;
1476
1476
  })[];
@@ -1479,7 +1479,7 @@ declare const _default: {
1479
1479
  } | {
1480
1480
  colorType: "container" | "base" | "onBase" | "onContainer";
1481
1481
  toned?: boolean;
1482
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1482
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1483
1483
  };
1484
1484
  typography?: {
1485
1485
  decoration?: string;
@@ -1499,7 +1499,7 @@ declare const _default: {
1499
1499
  lineHeight: number;
1500
1500
  };
1501
1501
  } | {
1502
- type: "title" | "text" | "navigation";
1502
+ type: "text" | "title" | "navigation";
1503
1503
  size: "xs" | "s" | "m" | "l" | "xl";
1504
1504
  };
1505
1505
  };
@@ -1508,12 +1508,12 @@ declare const _default: {
1508
1508
  colors: (string | {
1509
1509
  colorType: "container" | "base" | "onBase" | "onContainer";
1510
1510
  toned?: boolean;
1511
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1511
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1512
1512
  } | {
1513
1513
  color: string | {
1514
1514
  colorType: "container" | "base" | "onBase" | "onContainer";
1515
1515
  toned?: boolean;
1516
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1516
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1517
1517
  };
1518
1518
  stop?: number;
1519
1519
  })[];
@@ -1522,7 +1522,7 @@ declare const _default: {
1522
1522
  } | {
1523
1523
  colorType: "container" | "base" | "onBase" | "onContainer";
1524
1524
  toned?: boolean;
1525
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1525
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1526
1526
  };
1527
1527
  size?: number;
1528
1528
  };
@@ -1539,12 +1539,12 @@ declare const _default: {
1539
1539
  colors: (string | {
1540
1540
  colorType: "container" | "base" | "onBase" | "onContainer";
1541
1541
  toned?: boolean;
1542
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1542
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1543
1543
  } | {
1544
1544
  color: string | {
1545
1545
  colorType: "container" | "base" | "onBase" | "onContainer";
1546
1546
  toned?: boolean;
1547
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1547
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1548
1548
  };
1549
1549
  stop?: number;
1550
1550
  })[];
@@ -1553,7 +1553,7 @@ declare const _default: {
1553
1553
  } | {
1554
1554
  colorType: "container" | "base" | "onBase" | "onContainer";
1555
1555
  toned?: boolean;
1556
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1556
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1557
1557
  };
1558
1558
  border?: {
1559
1559
  radius?: {
@@ -1572,7 +1572,7 @@ declare const _default: {
1572
1572
  colors: (string | {
1573
1573
  colorType: "container" | "base" | "onBase" | "onContainer";
1574
1574
  toned?: boolean;
1575
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1575
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1576
1576
  } | {
1577
1577
  color: string | any;
1578
1578
  stop?: number;
@@ -1593,12 +1593,12 @@ declare const _default: {
1593
1593
  colors: (string | {
1594
1594
  colorType: "container" | "base" | "onBase" | "onContainer";
1595
1595
  toned?: boolean;
1596
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1596
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1597
1597
  } | {
1598
1598
  color: string | {
1599
1599
  colorType: "container" | "base" | "onBase" | "onContainer";
1600
1600
  toned?: boolean;
1601
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1601
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1602
1602
  };
1603
1603
  stop?: number;
1604
1604
  })[];
@@ -1607,7 +1607,7 @@ declare const _default: {
1607
1607
  } | {
1608
1608
  colorType: "container" | "base" | "onBase" | "onContainer";
1609
1609
  toned?: boolean;
1610
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1610
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1611
1611
  };
1612
1612
  typography?: {
1613
1613
  decoration?: string;
@@ -1627,7 +1627,7 @@ declare const _default: {
1627
1627
  lineHeight: number;
1628
1628
  };
1629
1629
  } | {
1630
- type: "title" | "text" | "navigation";
1630
+ type: "text" | "title" | "navigation";
1631
1631
  size: "xs" | "s" | "m" | "l" | "xl";
1632
1632
  };
1633
1633
  };
@@ -1636,12 +1636,12 @@ declare const _default: {
1636
1636
  colors: (string | {
1637
1637
  colorType: "container" | "base" | "onBase" | "onContainer";
1638
1638
  toned?: boolean;
1639
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1639
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1640
1640
  } | {
1641
1641
  color: string | {
1642
1642
  colorType: "container" | "base" | "onBase" | "onContainer";
1643
1643
  toned?: boolean;
1644
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1644
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1645
1645
  };
1646
1646
  stop?: number;
1647
1647
  })[];
@@ -1650,7 +1650,7 @@ declare const _default: {
1650
1650
  } | {
1651
1651
  colorType: "container" | "base" | "onBase" | "onContainer";
1652
1652
  toned?: boolean;
1653
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1653
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1654
1654
  };
1655
1655
  size?: number;
1656
1656
  };
@@ -1667,12 +1667,12 @@ declare const _default: {
1667
1667
  colors: (string | {
1668
1668
  colorType: "container" | "base" | "onBase" | "onContainer";
1669
1669
  toned?: boolean;
1670
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1670
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1671
1671
  } | {
1672
1672
  color: string | {
1673
1673
  colorType: "container" | "base" | "onBase" | "onContainer";
1674
1674
  toned?: boolean;
1675
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1675
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1676
1676
  };
1677
1677
  stop?: number;
1678
1678
  })[];
@@ -1681,7 +1681,7 @@ declare const _default: {
1681
1681
  } | {
1682
1682
  colorType: "container" | "base" | "onBase" | "onContainer";
1683
1683
  toned?: boolean;
1684
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1684
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1685
1685
  };
1686
1686
  border?: {
1687
1687
  radius?: {
@@ -1700,7 +1700,7 @@ declare const _default: {
1700
1700
  colors: (string | {
1701
1701
  colorType: "container" | "base" | "onBase" | "onContainer";
1702
1702
  toned?: boolean;
1703
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1703
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1704
1704
  } | {
1705
1705
  color: string | any;
1706
1706
  stop?: number;
@@ -1721,12 +1721,12 @@ declare const _default: {
1721
1721
  colors: (string | {
1722
1722
  colorType: "container" | "base" | "onBase" | "onContainer";
1723
1723
  toned?: boolean;
1724
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1724
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1725
1725
  } | {
1726
1726
  color: string | {
1727
1727
  colorType: "container" | "base" | "onBase" | "onContainer";
1728
1728
  toned?: boolean;
1729
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1729
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1730
1730
  };
1731
1731
  stop?: number;
1732
1732
  })[];
@@ -1735,7 +1735,7 @@ declare const _default: {
1735
1735
  } | {
1736
1736
  colorType: "container" | "base" | "onBase" | "onContainer";
1737
1737
  toned?: boolean;
1738
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1738
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1739
1739
  };
1740
1740
  typography?: {
1741
1741
  decoration?: string;
@@ -1755,7 +1755,7 @@ declare const _default: {
1755
1755
  lineHeight: number;
1756
1756
  };
1757
1757
  } | {
1758
- type: "title" | "text" | "navigation";
1758
+ type: "text" | "title" | "navigation";
1759
1759
  size: "xs" | "s" | "m" | "l" | "xl";
1760
1760
  };
1761
1761
  };
@@ -1764,12 +1764,12 @@ declare const _default: {
1764
1764
  colors: (string | {
1765
1765
  colorType: "container" | "base" | "onBase" | "onContainer";
1766
1766
  toned?: boolean;
1767
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1767
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1768
1768
  } | {
1769
1769
  color: string | {
1770
1770
  colorType: "container" | "base" | "onBase" | "onContainer";
1771
1771
  toned?: boolean;
1772
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1772
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1773
1773
  };
1774
1774
  stop?: number;
1775
1775
  })[];
@@ -1778,7 +1778,7 @@ declare const _default: {
1778
1778
  } | {
1779
1779
  colorType: "container" | "base" | "onBase" | "onContainer";
1780
1780
  toned?: boolean;
1781
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1781
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1782
1782
  };
1783
1783
  size?: number;
1784
1784
  };
@@ -1795,12 +1795,12 @@ declare const _default: {
1795
1795
  colors: (string | {
1796
1796
  colorType: "container" | "base" | "onBase" | "onContainer";
1797
1797
  toned?: boolean;
1798
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1798
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1799
1799
  } | {
1800
1800
  color: string | {
1801
1801
  colorType: "container" | "base" | "onBase" | "onContainer";
1802
1802
  toned?: boolean;
1803
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1803
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1804
1804
  };
1805
1805
  stop?: number;
1806
1806
  })[];
@@ -1809,7 +1809,7 @@ declare const _default: {
1809
1809
  } | {
1810
1810
  colorType: "container" | "base" | "onBase" | "onContainer";
1811
1811
  toned?: boolean;
1812
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1812
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1813
1813
  };
1814
1814
  border?: {
1815
1815
  radius?: {
@@ -1828,7 +1828,7 @@ declare const _default: {
1828
1828
  colors: (string | {
1829
1829
  colorType: "container" | "base" | "onBase" | "onContainer";
1830
1830
  toned?: boolean;
1831
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1831
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1832
1832
  } | {
1833
1833
  color: string | any;
1834
1834
  stop?: number;
@@ -1849,12 +1849,12 @@ declare const _default: {
1849
1849
  colors: (string | {
1850
1850
  colorType: "container" | "base" | "onBase" | "onContainer";
1851
1851
  toned?: boolean;
1852
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1852
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1853
1853
  } | {
1854
1854
  color: string | {
1855
1855
  colorType: "container" | "base" | "onBase" | "onContainer";
1856
1856
  toned?: boolean;
1857
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1857
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1858
1858
  };
1859
1859
  stop?: number;
1860
1860
  })[];
@@ -1863,7 +1863,7 @@ declare const _default: {
1863
1863
  } | {
1864
1864
  colorType: "container" | "base" | "onBase" | "onContainer";
1865
1865
  toned?: boolean;
1866
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1866
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1867
1867
  };
1868
1868
  typography?: {
1869
1869
  decoration?: string;
@@ -1883,7 +1883,7 @@ declare const _default: {
1883
1883
  lineHeight: number;
1884
1884
  };
1885
1885
  } | {
1886
- type: "title" | "text" | "navigation";
1886
+ type: "text" | "title" | "navigation";
1887
1887
  size: "xs" | "s" | "m" | "l" | "xl";
1888
1888
  };
1889
1889
  };
@@ -1892,12 +1892,12 @@ declare const _default: {
1892
1892
  colors: (string | {
1893
1893
  colorType: "container" | "base" | "onBase" | "onContainer";
1894
1894
  toned?: boolean;
1895
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1895
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1896
1896
  } | {
1897
1897
  color: string | {
1898
1898
  colorType: "container" | "base" | "onBase" | "onContainer";
1899
1899
  toned?: boolean;
1900
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1900
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1901
1901
  };
1902
1902
  stop?: number;
1903
1903
  })[];
@@ -1906,7 +1906,7 @@ declare const _default: {
1906
1906
  } | {
1907
1907
  colorType: "container" | "base" | "onBase" | "onContainer";
1908
1908
  toned?: boolean;
1909
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1909
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1910
1910
  };
1911
1911
  size?: number;
1912
1912
  };
@@ -1923,12 +1923,12 @@ declare const _default: {
1923
1923
  colors: (string | {
1924
1924
  colorType: "container" | "base" | "onBase" | "onContainer";
1925
1925
  toned?: boolean;
1926
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1926
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1927
1927
  } | {
1928
1928
  color: string | {
1929
1929
  colorType: "container" | "base" | "onBase" | "onContainer";
1930
1930
  toned?: boolean;
1931
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1931
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1932
1932
  };
1933
1933
  stop?: number;
1934
1934
  })[];
@@ -1937,7 +1937,7 @@ declare const _default: {
1937
1937
  } | {
1938
1938
  colorType: "container" | "base" | "onBase" | "onContainer";
1939
1939
  toned?: boolean;
1940
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1940
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1941
1941
  };
1942
1942
  border?: {
1943
1943
  radius?: {
@@ -1956,7 +1956,7 @@ declare const _default: {
1956
1956
  colors: (string | {
1957
1957
  colorType: "container" | "base" | "onBase" | "onContainer";
1958
1958
  toned?: boolean;
1959
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1959
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1960
1960
  } | {
1961
1961
  color: string | any;
1962
1962
  stop?: number;
@@ -1977,12 +1977,12 @@ declare const _default: {
1977
1977
  colors: (string | {
1978
1978
  colorType: "container" | "base" | "onBase" | "onContainer";
1979
1979
  toned?: boolean;
1980
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1980
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1981
1981
  } | {
1982
1982
  color: string | {
1983
1983
  colorType: "container" | "base" | "onBase" | "onContainer";
1984
1984
  toned?: boolean;
1985
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1985
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1986
1986
  };
1987
1987
  stop?: number;
1988
1988
  })[];
@@ -1991,7 +1991,7 @@ declare const _default: {
1991
1991
  } | {
1992
1992
  colorType: "container" | "base" | "onBase" | "onContainer";
1993
1993
  toned?: boolean;
1994
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1994
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1995
1995
  };
1996
1996
  typography?: {
1997
1997
  decoration?: string;
@@ -2011,7 +2011,7 @@ declare const _default: {
2011
2011
  lineHeight: number;
2012
2012
  };
2013
2013
  } | {
2014
- type: "title" | "text" | "navigation";
2014
+ type: "text" | "title" | "navigation";
2015
2015
  size: "xs" | "s" | "m" | "l" | "xl";
2016
2016
  };
2017
2017
  };
@@ -2020,12 +2020,12 @@ declare const _default: {
2020
2020
  colors: (string | {
2021
2021
  colorType: "container" | "base" | "onBase" | "onContainer";
2022
2022
  toned?: boolean;
2023
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2023
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2024
2024
  } | {
2025
2025
  color: string | {
2026
2026
  colorType: "container" | "base" | "onBase" | "onContainer";
2027
2027
  toned?: boolean;
2028
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2028
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2029
2029
  };
2030
2030
  stop?: number;
2031
2031
  })[];
@@ -2034,7 +2034,7 @@ declare const _default: {
2034
2034
  } | {
2035
2035
  colorType: "container" | "base" | "onBase" | "onContainer";
2036
2036
  toned?: boolean;
2037
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2037
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2038
2038
  };
2039
2039
  size?: number;
2040
2040
  };
@@ -2051,12 +2051,12 @@ declare const _default: {
2051
2051
  colors: (string | {
2052
2052
  colorType: "container" | "base" | "onBase" | "onContainer";
2053
2053
  toned?: boolean;
2054
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2054
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2055
2055
  } | {
2056
2056
  color: string | {
2057
2057
  colorType: "container" | "base" | "onBase" | "onContainer";
2058
2058
  toned?: boolean;
2059
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2059
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2060
2060
  };
2061
2061
  stop?: number;
2062
2062
  })[];
@@ -2065,7 +2065,7 @@ declare const _default: {
2065
2065
  } | {
2066
2066
  colorType: "container" | "base" | "onBase" | "onContainer";
2067
2067
  toned?: boolean;
2068
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2068
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2069
2069
  };
2070
2070
  border?: {
2071
2071
  radius?: {
@@ -2084,7 +2084,7 @@ declare const _default: {
2084
2084
  colors: (string | {
2085
2085
  colorType: "container" | "base" | "onBase" | "onContainer";
2086
2086
  toned?: boolean;
2087
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2087
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2088
2088
  } | {
2089
2089
  color: string | any;
2090
2090
  stop?: number;
@@ -2105,12 +2105,12 @@ declare const _default: {
2105
2105
  colors: (string | {
2106
2106
  colorType: "container" | "base" | "onBase" | "onContainer";
2107
2107
  toned?: boolean;
2108
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2108
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2109
2109
  } | {
2110
2110
  color: string | {
2111
2111
  colorType: "container" | "base" | "onBase" | "onContainer";
2112
2112
  toned?: boolean;
2113
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2113
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2114
2114
  };
2115
2115
  stop?: number;
2116
2116
  })[];
@@ -2119,7 +2119,7 @@ declare const _default: {
2119
2119
  } | {
2120
2120
  colorType: "container" | "base" | "onBase" | "onContainer";
2121
2121
  toned?: boolean;
2122
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2122
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2123
2123
  };
2124
2124
  typography?: {
2125
2125
  decoration?: string;
@@ -2139,7 +2139,7 @@ declare const _default: {
2139
2139
  lineHeight: number;
2140
2140
  };
2141
2141
  } | {
2142
- type: "title" | "text" | "navigation";
2142
+ type: "text" | "title" | "navigation";
2143
2143
  size: "xs" | "s" | "m" | "l" | "xl";
2144
2144
  };
2145
2145
  };
@@ -2148,12 +2148,12 @@ declare const _default: {
2148
2148
  colors: (string | {
2149
2149
  colorType: "container" | "base" | "onBase" | "onContainer";
2150
2150
  toned?: boolean;
2151
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2151
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2152
2152
  } | {
2153
2153
  color: string | {
2154
2154
  colorType: "container" | "base" | "onBase" | "onContainer";
2155
2155
  toned?: boolean;
2156
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2156
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2157
2157
  };
2158
2158
  stop?: number;
2159
2159
  })[];
@@ -2162,7 +2162,7 @@ declare const _default: {
2162
2162
  } | {
2163
2163
  colorType: "container" | "base" | "onBase" | "onContainer";
2164
2164
  toned?: boolean;
2165
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2165
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2166
2166
  };
2167
2167
  size?: number;
2168
2168
  };
@@ -2179,12 +2179,12 @@ declare const _default: {
2179
2179
  colors: (string | {
2180
2180
  colorType: "container" | "base" | "onBase" | "onContainer";
2181
2181
  toned?: boolean;
2182
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2182
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2183
2183
  } | {
2184
2184
  color: string | {
2185
2185
  colorType: "container" | "base" | "onBase" | "onContainer";
2186
2186
  toned?: boolean;
2187
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2187
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2188
2188
  };
2189
2189
  stop?: number;
2190
2190
  })[];
@@ -2193,7 +2193,7 @@ declare const _default: {
2193
2193
  } | {
2194
2194
  colorType: "container" | "base" | "onBase" | "onContainer";
2195
2195
  toned?: boolean;
2196
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2196
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2197
2197
  };
2198
2198
  border?: {
2199
2199
  radius?: {
@@ -2212,7 +2212,7 @@ declare const _default: {
2212
2212
  colors: (string | {
2213
2213
  colorType: "container" | "base" | "onBase" | "onContainer";
2214
2214
  toned?: boolean;
2215
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2215
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2216
2216
  } | {
2217
2217
  color: string | any;
2218
2218
  stop?: number;
@@ -2233,12 +2233,12 @@ declare const _default: {
2233
2233
  colors: (string | {
2234
2234
  colorType: "container" | "base" | "onBase" | "onContainer";
2235
2235
  toned?: boolean;
2236
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2236
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2237
2237
  } | {
2238
2238
  color: string | {
2239
2239
  colorType: "container" | "base" | "onBase" | "onContainer";
2240
2240
  toned?: boolean;
2241
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2241
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2242
2242
  };
2243
2243
  stop?: number;
2244
2244
  })[];
@@ -2247,7 +2247,7 @@ declare const _default: {
2247
2247
  } | {
2248
2248
  colorType: "container" | "base" | "onBase" | "onContainer";
2249
2249
  toned?: boolean;
2250
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2250
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2251
2251
  };
2252
2252
  typography?: {
2253
2253
  decoration?: string;
@@ -2267,7 +2267,7 @@ declare const _default: {
2267
2267
  lineHeight: number;
2268
2268
  };
2269
2269
  } | {
2270
- type: "title" | "text" | "navigation";
2270
+ type: "text" | "title" | "navigation";
2271
2271
  size: "xs" | "s" | "m" | "l" | "xl";
2272
2272
  };
2273
2273
  };
@@ -2276,12 +2276,12 @@ declare const _default: {
2276
2276
  colors: (string | {
2277
2277
  colorType: "container" | "base" | "onBase" | "onContainer";
2278
2278
  toned?: boolean;
2279
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2279
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2280
2280
  } | {
2281
2281
  color: string | {
2282
2282
  colorType: "container" | "base" | "onBase" | "onContainer";
2283
2283
  toned?: boolean;
2284
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2284
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2285
2285
  };
2286
2286
  stop?: number;
2287
2287
  })[];
@@ -2290,7 +2290,7 @@ declare const _default: {
2290
2290
  } | {
2291
2291
  colorType: "container" | "base" | "onBase" | "onContainer";
2292
2292
  toned?: boolean;
2293
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2293
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2294
2294
  };
2295
2295
  size?: number;
2296
2296
  };
@@ -2309,12 +2309,12 @@ declare const _default: {
2309
2309
  colors: (string | {
2310
2310
  colorType: "container" | "base" | "onBase" | "onContainer";
2311
2311
  toned?: boolean;
2312
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2312
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2313
2313
  } | {
2314
2314
  color: string | {
2315
2315
  colorType: "container" | "base" | "onBase" | "onContainer";
2316
2316
  toned?: boolean;
2317
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2317
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2318
2318
  };
2319
2319
  stop?: number;
2320
2320
  })[];
@@ -2323,7 +2323,7 @@ declare const _default: {
2323
2323
  } | {
2324
2324
  colorType: "container" | "base" | "onBase" | "onContainer";
2325
2325
  toned?: boolean;
2326
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2326
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2327
2327
  };
2328
2328
  border?: {
2329
2329
  radius?: {
@@ -2342,7 +2342,7 @@ declare const _default: {
2342
2342
  colors: (string | {
2343
2343
  colorType: "container" | "base" | "onBase" | "onContainer";
2344
2344
  toned?: boolean;
2345
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2345
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2346
2346
  } | {
2347
2347
  color: string | any;
2348
2348
  stop?: number;
@@ -2363,12 +2363,12 @@ declare const _default: {
2363
2363
  colors: (string | {
2364
2364
  colorType: "container" | "base" | "onBase" | "onContainer";
2365
2365
  toned?: boolean;
2366
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2366
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2367
2367
  } | {
2368
2368
  color: string | {
2369
2369
  colorType: "container" | "base" | "onBase" | "onContainer";
2370
2370
  toned?: boolean;
2371
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2371
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2372
2372
  };
2373
2373
  stop?: number;
2374
2374
  })[];
@@ -2377,7 +2377,7 @@ declare const _default: {
2377
2377
  } | {
2378
2378
  colorType: "container" | "base" | "onBase" | "onContainer";
2379
2379
  toned?: boolean;
2380
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2380
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2381
2381
  };
2382
2382
  typography?: {
2383
2383
  decoration?: string;
@@ -2397,7 +2397,7 @@ declare const _default: {
2397
2397
  lineHeight: number;
2398
2398
  };
2399
2399
  } | {
2400
- type: "title" | "text" | "navigation";
2400
+ type: "text" | "title" | "navigation";
2401
2401
  size: "xs" | "s" | "m" | "l" | "xl";
2402
2402
  };
2403
2403
  };
@@ -2406,12 +2406,12 @@ declare const _default: {
2406
2406
  colors: (string | {
2407
2407
  colorType: "container" | "base" | "onBase" | "onContainer";
2408
2408
  toned?: boolean;
2409
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2409
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2410
2410
  } | {
2411
2411
  color: string | {
2412
2412
  colorType: "container" | "base" | "onBase" | "onContainer";
2413
2413
  toned?: boolean;
2414
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2414
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2415
2415
  };
2416
2416
  stop?: number;
2417
2417
  })[];
@@ -2420,7 +2420,7 @@ declare const _default: {
2420
2420
  } | {
2421
2421
  colorType: "container" | "base" | "onBase" | "onContainer";
2422
2422
  toned?: boolean;
2423
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2423
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2424
2424
  };
2425
2425
  size?: number;
2426
2426
  };
@@ -2437,12 +2437,12 @@ declare const _default: {
2437
2437
  colors: (string | {
2438
2438
  colorType: "container" | "base" | "onBase" | "onContainer";
2439
2439
  toned?: boolean;
2440
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2440
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2441
2441
  } | {
2442
2442
  color: string | {
2443
2443
  colorType: "container" | "base" | "onBase" | "onContainer";
2444
2444
  toned?: boolean;
2445
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2445
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2446
2446
  };
2447
2447
  stop?: number;
2448
2448
  })[];
@@ -2451,7 +2451,7 @@ declare const _default: {
2451
2451
  } | {
2452
2452
  colorType: "container" | "base" | "onBase" | "onContainer";
2453
2453
  toned?: boolean;
2454
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2454
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2455
2455
  };
2456
2456
  border?: {
2457
2457
  radius?: {
@@ -2470,7 +2470,7 @@ declare const _default: {
2470
2470
  colors: (string | {
2471
2471
  colorType: "container" | "base" | "onBase" | "onContainer";
2472
2472
  toned?: boolean;
2473
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2473
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2474
2474
  } | {
2475
2475
  color: string | any;
2476
2476
  stop?: number;
@@ -2491,12 +2491,12 @@ declare const _default: {
2491
2491
  colors: (string | {
2492
2492
  colorType: "container" | "base" | "onBase" | "onContainer";
2493
2493
  toned?: boolean;
2494
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2494
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2495
2495
  } | {
2496
2496
  color: string | {
2497
2497
  colorType: "container" | "base" | "onBase" | "onContainer";
2498
2498
  toned?: boolean;
2499
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2499
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2500
2500
  };
2501
2501
  stop?: number;
2502
2502
  })[];
@@ -2505,7 +2505,7 @@ declare const _default: {
2505
2505
  } | {
2506
2506
  colorType: "container" | "base" | "onBase" | "onContainer";
2507
2507
  toned?: boolean;
2508
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2508
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2509
2509
  };
2510
2510
  typography?: {
2511
2511
  decoration?: string;
@@ -2525,7 +2525,7 @@ declare const _default: {
2525
2525
  lineHeight: number;
2526
2526
  };
2527
2527
  } | {
2528
- type: "title" | "text" | "navigation";
2528
+ type: "text" | "title" | "navigation";
2529
2529
  size: "xs" | "s" | "m" | "l" | "xl";
2530
2530
  };
2531
2531
  };
@@ -2534,12 +2534,12 @@ declare const _default: {
2534
2534
  colors: (string | {
2535
2535
  colorType: "container" | "base" | "onBase" | "onContainer";
2536
2536
  toned?: boolean;
2537
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2537
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2538
2538
  } | {
2539
2539
  color: string | {
2540
2540
  colorType: "container" | "base" | "onBase" | "onContainer";
2541
2541
  toned?: boolean;
2542
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2542
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2543
2543
  };
2544
2544
  stop?: number;
2545
2545
  })[];
@@ -2548,7 +2548,7 @@ declare const _default: {
2548
2548
  } | {
2549
2549
  colorType: "container" | "base" | "onBase" | "onContainer";
2550
2550
  toned?: boolean;
2551
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2551
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2552
2552
  };
2553
2553
  size?: number;
2554
2554
  };
@@ -2565,12 +2565,12 @@ declare const _default: {
2565
2565
  colors: (string | {
2566
2566
  colorType: "container" | "base" | "onBase" | "onContainer";
2567
2567
  toned?: boolean;
2568
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2568
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2569
2569
  } | {
2570
2570
  color: string | {
2571
2571
  colorType: "container" | "base" | "onBase" | "onContainer";
2572
2572
  toned?: boolean;
2573
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2573
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2574
2574
  };
2575
2575
  stop?: number;
2576
2576
  })[];
@@ -2579,7 +2579,7 @@ declare const _default: {
2579
2579
  } | {
2580
2580
  colorType: "container" | "base" | "onBase" | "onContainer";
2581
2581
  toned?: boolean;
2582
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2582
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2583
2583
  };
2584
2584
  border?: {
2585
2585
  radius?: {
@@ -2598,7 +2598,7 @@ declare const _default: {
2598
2598
  colors: (string | {
2599
2599
  colorType: "container" | "base" | "onBase" | "onContainer";
2600
2600
  toned?: boolean;
2601
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2601
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2602
2602
  } | {
2603
2603
  color: string | any;
2604
2604
  stop?: number;
@@ -2619,12 +2619,12 @@ declare const _default: {
2619
2619
  colors: (string | {
2620
2620
  colorType: "container" | "base" | "onBase" | "onContainer";
2621
2621
  toned?: boolean;
2622
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2622
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2623
2623
  } | {
2624
2624
  color: string | {
2625
2625
  colorType: "container" | "base" | "onBase" | "onContainer";
2626
2626
  toned?: boolean;
2627
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2627
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2628
2628
  };
2629
2629
  stop?: number;
2630
2630
  })[];
@@ -2633,7 +2633,7 @@ declare const _default: {
2633
2633
  } | {
2634
2634
  colorType: "container" | "base" | "onBase" | "onContainer";
2635
2635
  toned?: boolean;
2636
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2636
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2637
2637
  };
2638
2638
  typography?: {
2639
2639
  decoration?: string;
@@ -2653,7 +2653,7 @@ declare const _default: {
2653
2653
  lineHeight: number;
2654
2654
  };
2655
2655
  } | {
2656
- type: "title" | "text" | "navigation";
2656
+ type: "text" | "title" | "navigation";
2657
2657
  size: "xs" | "s" | "m" | "l" | "xl";
2658
2658
  };
2659
2659
  };
@@ -2662,12 +2662,12 @@ declare const _default: {
2662
2662
  colors: (string | {
2663
2663
  colorType: "container" | "base" | "onBase" | "onContainer";
2664
2664
  toned?: boolean;
2665
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2665
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2666
2666
  } | {
2667
2667
  color: string | {
2668
2668
  colorType: "container" | "base" | "onBase" | "onContainer";
2669
2669
  toned?: boolean;
2670
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2670
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2671
2671
  };
2672
2672
  stop?: number;
2673
2673
  })[];
@@ -2676,7 +2676,7 @@ declare const _default: {
2676
2676
  } | {
2677
2677
  colorType: "container" | "base" | "onBase" | "onContainer";
2678
2678
  toned?: boolean;
2679
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2679
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2680
2680
  };
2681
2681
  size?: number;
2682
2682
  };
@@ -2693,12 +2693,12 @@ declare const _default: {
2693
2693
  colors: (string | {
2694
2694
  colorType: "container" | "base" | "onBase" | "onContainer";
2695
2695
  toned?: boolean;
2696
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2696
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2697
2697
  } | {
2698
2698
  color: string | {
2699
2699
  colorType: "container" | "base" | "onBase" | "onContainer";
2700
2700
  toned?: boolean;
2701
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2701
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2702
2702
  };
2703
2703
  stop?: number;
2704
2704
  })[];
@@ -2707,7 +2707,7 @@ declare const _default: {
2707
2707
  } | {
2708
2708
  colorType: "container" | "base" | "onBase" | "onContainer";
2709
2709
  toned?: boolean;
2710
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2710
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2711
2711
  };
2712
2712
  border?: {
2713
2713
  radius?: {
@@ -2726,7 +2726,7 @@ declare const _default: {
2726
2726
  colors: (string | {
2727
2727
  colorType: "container" | "base" | "onBase" | "onContainer";
2728
2728
  toned?: boolean;
2729
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2729
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2730
2730
  } | {
2731
2731
  color: string | any;
2732
2732
  stop?: number;
@@ -2747,12 +2747,12 @@ declare const _default: {
2747
2747
  colors: (string | {
2748
2748
  colorType: "container" | "base" | "onBase" | "onContainer";
2749
2749
  toned?: boolean;
2750
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2750
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2751
2751
  } | {
2752
2752
  color: string | {
2753
2753
  colorType: "container" | "base" | "onBase" | "onContainer";
2754
2754
  toned?: boolean;
2755
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2755
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2756
2756
  };
2757
2757
  stop?: number;
2758
2758
  })[];
@@ -2761,7 +2761,7 @@ declare const _default: {
2761
2761
  } | {
2762
2762
  colorType: "container" | "base" | "onBase" | "onContainer";
2763
2763
  toned?: boolean;
2764
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2764
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2765
2765
  };
2766
2766
  typography?: {
2767
2767
  decoration?: string;
@@ -2781,7 +2781,7 @@ declare const _default: {
2781
2781
  lineHeight: number;
2782
2782
  };
2783
2783
  } | {
2784
- type: "title" | "text" | "navigation";
2784
+ type: "text" | "title" | "navigation";
2785
2785
  size: "xs" | "s" | "m" | "l" | "xl";
2786
2786
  };
2787
2787
  };
@@ -2790,12 +2790,12 @@ declare const _default: {
2790
2790
  colors: (string | {
2791
2791
  colorType: "container" | "base" | "onBase" | "onContainer";
2792
2792
  toned?: boolean;
2793
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2793
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2794
2794
  } | {
2795
2795
  color: string | {
2796
2796
  colorType: "container" | "base" | "onBase" | "onContainer";
2797
2797
  toned?: boolean;
2798
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2798
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2799
2799
  };
2800
2800
  stop?: number;
2801
2801
  })[];
@@ -2804,7 +2804,7 @@ declare const _default: {
2804
2804
  } | {
2805
2805
  colorType: "container" | "base" | "onBase" | "onContainer";
2806
2806
  toned?: boolean;
2807
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2807
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2808
2808
  };
2809
2809
  size?: number;
2810
2810
  };
@@ -2821,12 +2821,12 @@ declare const _default: {
2821
2821
  colors: (string | {
2822
2822
  colorType: "container" | "base" | "onBase" | "onContainer";
2823
2823
  toned?: boolean;
2824
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2824
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2825
2825
  } | {
2826
2826
  color: string | {
2827
2827
  colorType: "container" | "base" | "onBase" | "onContainer";
2828
2828
  toned?: boolean;
2829
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2829
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2830
2830
  };
2831
2831
  stop?: number;
2832
2832
  })[];
@@ -2835,7 +2835,7 @@ declare const _default: {
2835
2835
  } | {
2836
2836
  colorType: "container" | "base" | "onBase" | "onContainer";
2837
2837
  toned?: boolean;
2838
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2838
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2839
2839
  };
2840
2840
  border?: {
2841
2841
  radius?: {
@@ -2854,7 +2854,7 @@ declare const _default: {
2854
2854
  colors: (string | {
2855
2855
  colorType: "container" | "base" | "onBase" | "onContainer";
2856
2856
  toned?: boolean;
2857
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2857
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2858
2858
  } | {
2859
2859
  color: string | any;
2860
2860
  stop?: number;
@@ -2875,12 +2875,12 @@ declare const _default: {
2875
2875
  colors: (string | {
2876
2876
  colorType: "container" | "base" | "onBase" | "onContainer";
2877
2877
  toned?: boolean;
2878
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2878
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2879
2879
  } | {
2880
2880
  color: string | {
2881
2881
  colorType: "container" | "base" | "onBase" | "onContainer";
2882
2882
  toned?: boolean;
2883
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2883
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2884
2884
  };
2885
2885
  stop?: number;
2886
2886
  })[];
@@ -2889,7 +2889,7 @@ declare const _default: {
2889
2889
  } | {
2890
2890
  colorType: "container" | "base" | "onBase" | "onContainer";
2891
2891
  toned?: boolean;
2892
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2892
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2893
2893
  };
2894
2894
  typography?: {
2895
2895
  decoration?: string;
@@ -2909,7 +2909,7 @@ declare const _default: {
2909
2909
  lineHeight: number;
2910
2910
  };
2911
2911
  } | {
2912
- type: "title" | "text" | "navigation";
2912
+ type: "text" | "title" | "navigation";
2913
2913
  size: "xs" | "s" | "m" | "l" | "xl";
2914
2914
  };
2915
2915
  };
@@ -2918,12 +2918,12 @@ declare const _default: {
2918
2918
  colors: (string | {
2919
2919
  colorType: "container" | "base" | "onBase" | "onContainer";
2920
2920
  toned?: boolean;
2921
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2921
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2922
2922
  } | {
2923
2923
  color: string | {
2924
2924
  colorType: "container" | "base" | "onBase" | "onContainer";
2925
2925
  toned?: boolean;
2926
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2926
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2927
2927
  };
2928
2928
  stop?: number;
2929
2929
  })[];
@@ -2932,7 +2932,7 @@ declare const _default: {
2932
2932
  } | {
2933
2933
  colorType: "container" | "base" | "onBase" | "onContainer";
2934
2934
  toned?: boolean;
2935
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2935
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2936
2936
  };
2937
2937
  size?: number;
2938
2938
  };
@@ -2949,12 +2949,12 @@ declare const _default: {
2949
2949
  colors: (string | {
2950
2950
  colorType: "container" | "base" | "onBase" | "onContainer";
2951
2951
  toned?: boolean;
2952
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2952
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2953
2953
  } | {
2954
2954
  color: string | {
2955
2955
  colorType: "container" | "base" | "onBase" | "onContainer";
2956
2956
  toned?: boolean;
2957
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2957
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2958
2958
  };
2959
2959
  stop?: number;
2960
2960
  })[];
@@ -2963,7 +2963,7 @@ declare const _default: {
2963
2963
  } | {
2964
2964
  colorType: "container" | "base" | "onBase" | "onContainer";
2965
2965
  toned?: boolean;
2966
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2966
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2967
2967
  };
2968
2968
  border?: {
2969
2969
  radius?: {
@@ -2982,7 +2982,7 @@ declare const _default: {
2982
2982
  colors: (string | {
2983
2983
  colorType: "container" | "base" | "onBase" | "onContainer";
2984
2984
  toned?: boolean;
2985
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2985
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2986
2986
  } | {
2987
2987
  color: string | any;
2988
2988
  stop?: number;
@@ -3003,12 +3003,12 @@ declare const _default: {
3003
3003
  colors: (string | {
3004
3004
  colorType: "container" | "base" | "onBase" | "onContainer";
3005
3005
  toned?: boolean;
3006
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3006
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3007
3007
  } | {
3008
3008
  color: string | {
3009
3009
  colorType: "container" | "base" | "onBase" | "onContainer";
3010
3010
  toned?: boolean;
3011
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3011
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3012
3012
  };
3013
3013
  stop?: number;
3014
3014
  })[];
@@ -3017,7 +3017,7 @@ declare const _default: {
3017
3017
  } | {
3018
3018
  colorType: "container" | "base" | "onBase" | "onContainer";
3019
3019
  toned?: boolean;
3020
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3020
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3021
3021
  };
3022
3022
  typography?: {
3023
3023
  decoration?: string;
@@ -3037,7 +3037,7 @@ declare const _default: {
3037
3037
  lineHeight: number;
3038
3038
  };
3039
3039
  } | {
3040
- type: "title" | "text" | "navigation";
3040
+ type: "text" | "title" | "navigation";
3041
3041
  size: "xs" | "s" | "m" | "l" | "xl";
3042
3042
  };
3043
3043
  };
@@ -3046,12 +3046,12 @@ declare const _default: {
3046
3046
  colors: (string | {
3047
3047
  colorType: "container" | "base" | "onBase" | "onContainer";
3048
3048
  toned?: boolean;
3049
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3049
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3050
3050
  } | {
3051
3051
  color: string | {
3052
3052
  colorType: "container" | "base" | "onBase" | "onContainer";
3053
3053
  toned?: boolean;
3054
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3054
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3055
3055
  };
3056
3056
  stop?: number;
3057
3057
  })[];
@@ -3060,7 +3060,7 @@ declare const _default: {
3060
3060
  } | {
3061
3061
  colorType: "container" | "base" | "onBase" | "onContainer";
3062
3062
  toned?: boolean;
3063
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3063
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3064
3064
  };
3065
3065
  size?: number;
3066
3066
  };
@@ -3077,12 +3077,12 @@ declare const _default: {
3077
3077
  colors: (string | {
3078
3078
  colorType: "container" | "base" | "onBase" | "onContainer";
3079
3079
  toned?: boolean;
3080
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3080
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3081
3081
  } | {
3082
3082
  color: string | {
3083
3083
  colorType: "container" | "base" | "onBase" | "onContainer";
3084
3084
  toned?: boolean;
3085
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3085
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3086
3086
  };
3087
3087
  stop?: number;
3088
3088
  })[];
@@ -3091,7 +3091,7 @@ declare const _default: {
3091
3091
  } | {
3092
3092
  colorType: "container" | "base" | "onBase" | "onContainer";
3093
3093
  toned?: boolean;
3094
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3094
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3095
3095
  };
3096
3096
  border?: {
3097
3097
  radius?: {
@@ -3110,7 +3110,7 @@ declare const _default: {
3110
3110
  colors: (string | {
3111
3111
  colorType: "container" | "base" | "onBase" | "onContainer";
3112
3112
  toned?: boolean;
3113
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3113
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3114
3114
  } | {
3115
3115
  color: string | any;
3116
3116
  stop?: number;
@@ -3131,12 +3131,12 @@ declare const _default: {
3131
3131
  colors: (string | {
3132
3132
  colorType: "container" | "base" | "onBase" | "onContainer";
3133
3133
  toned?: boolean;
3134
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3134
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3135
3135
  } | {
3136
3136
  color: string | {
3137
3137
  colorType: "container" | "base" | "onBase" | "onContainer";
3138
3138
  toned?: boolean;
3139
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3139
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3140
3140
  };
3141
3141
  stop?: number;
3142
3142
  })[];
@@ -3145,7 +3145,7 @@ declare const _default: {
3145
3145
  } | {
3146
3146
  colorType: "container" | "base" | "onBase" | "onContainer";
3147
3147
  toned?: boolean;
3148
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3148
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3149
3149
  };
3150
3150
  typography?: {
3151
3151
  decoration?: string;
@@ -3165,7 +3165,7 @@ declare const _default: {
3165
3165
  lineHeight: number;
3166
3166
  };
3167
3167
  } | {
3168
- type: "title" | "text" | "navigation";
3168
+ type: "text" | "title" | "navigation";
3169
3169
  size: "xs" | "s" | "m" | "l" | "xl";
3170
3170
  };
3171
3171
  };
@@ -3174,12 +3174,12 @@ declare const _default: {
3174
3174
  colors: (string | {
3175
3175
  colorType: "container" | "base" | "onBase" | "onContainer";
3176
3176
  toned?: boolean;
3177
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3177
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3178
3178
  } | {
3179
3179
  color: string | {
3180
3180
  colorType: "container" | "base" | "onBase" | "onContainer";
3181
3181
  toned?: boolean;
3182
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3182
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3183
3183
  };
3184
3184
  stop?: number;
3185
3185
  })[];
@@ -3188,7 +3188,7 @@ declare const _default: {
3188
3188
  } | {
3189
3189
  colorType: "container" | "base" | "onBase" | "onContainer";
3190
3190
  toned?: boolean;
3191
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3191
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3192
3192
  };
3193
3193
  size?: number;
3194
3194
  };
@@ -3205,12 +3205,12 @@ declare const _default: {
3205
3205
  colors: (string | {
3206
3206
  colorType: "container" | "base" | "onBase" | "onContainer";
3207
3207
  toned?: boolean;
3208
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3208
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3209
3209
  } | {
3210
3210
  color: string | {
3211
3211
  colorType: "container" | "base" | "onBase" | "onContainer";
3212
3212
  toned?: boolean;
3213
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3213
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3214
3214
  };
3215
3215
  stop?: number;
3216
3216
  })[];
@@ -3219,7 +3219,7 @@ declare const _default: {
3219
3219
  } | {
3220
3220
  colorType: "container" | "base" | "onBase" | "onContainer";
3221
3221
  toned?: boolean;
3222
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3222
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3223
3223
  };
3224
3224
  border?: {
3225
3225
  radius?: {
@@ -3238,7 +3238,7 @@ declare const _default: {
3238
3238
  colors: (string | {
3239
3239
  colorType: "container" | "base" | "onBase" | "onContainer";
3240
3240
  toned?: boolean;
3241
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3241
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3242
3242
  } | {
3243
3243
  color: string | any;
3244
3244
  stop?: number;
@@ -3259,12 +3259,12 @@ declare const _default: {
3259
3259
  colors: (string | {
3260
3260
  colorType: "container" | "base" | "onBase" | "onContainer";
3261
3261
  toned?: boolean;
3262
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3262
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3263
3263
  } | {
3264
3264
  color: string | {
3265
3265
  colorType: "container" | "base" | "onBase" | "onContainer";
3266
3266
  toned?: boolean;
3267
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3267
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3268
3268
  };
3269
3269
  stop?: number;
3270
3270
  })[];
@@ -3273,7 +3273,7 @@ declare const _default: {
3273
3273
  } | {
3274
3274
  colorType: "container" | "base" | "onBase" | "onContainer";
3275
3275
  toned?: boolean;
3276
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3276
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3277
3277
  };
3278
3278
  typography?: {
3279
3279
  decoration?: string;
@@ -3293,7 +3293,7 @@ declare const _default: {
3293
3293
  lineHeight: number;
3294
3294
  };
3295
3295
  } | {
3296
- type: "title" | "text" | "navigation";
3296
+ type: "text" | "title" | "navigation";
3297
3297
  size: "xs" | "s" | "m" | "l" | "xl";
3298
3298
  };
3299
3299
  };
@@ -3302,12 +3302,12 @@ declare const _default: {
3302
3302
  colors: (string | {
3303
3303
  colorType: "container" | "base" | "onBase" | "onContainer";
3304
3304
  toned?: boolean;
3305
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3305
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3306
3306
  } | {
3307
3307
  color: string | {
3308
3308
  colorType: "container" | "base" | "onBase" | "onContainer";
3309
3309
  toned?: boolean;
3310
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3310
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3311
3311
  };
3312
3312
  stop?: number;
3313
3313
  })[];
@@ -3316,7 +3316,7 @@ declare const _default: {
3316
3316
  } | {
3317
3317
  colorType: "container" | "base" | "onBase" | "onContainer";
3318
3318
  toned?: boolean;
3319
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3319
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3320
3320
  };
3321
3321
  size?: number;
3322
3322
  };
@@ -3333,12 +3333,12 @@ declare const _default: {
3333
3333
  colors: (string | {
3334
3334
  colorType: "container" | "base" | "onBase" | "onContainer";
3335
3335
  toned?: boolean;
3336
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3336
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3337
3337
  } | {
3338
3338
  color: string | {
3339
3339
  colorType: "container" | "base" | "onBase" | "onContainer";
3340
3340
  toned?: boolean;
3341
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3341
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3342
3342
  };
3343
3343
  stop?: number;
3344
3344
  })[];
@@ -3347,7 +3347,7 @@ declare const _default: {
3347
3347
  } | {
3348
3348
  colorType: "container" | "base" | "onBase" | "onContainer";
3349
3349
  toned?: boolean;
3350
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3350
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3351
3351
  };
3352
3352
  border?: {
3353
3353
  radius?: {
@@ -3366,7 +3366,7 @@ declare const _default: {
3366
3366
  colors: (string | {
3367
3367
  colorType: "container" | "base" | "onBase" | "onContainer";
3368
3368
  toned?: boolean;
3369
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3369
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3370
3370
  } | {
3371
3371
  color: string | any;
3372
3372
  stop?: number;
@@ -3387,12 +3387,12 @@ declare const _default: {
3387
3387
  colors: (string | {
3388
3388
  colorType: "container" | "base" | "onBase" | "onContainer";
3389
3389
  toned?: boolean;
3390
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3390
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3391
3391
  } | {
3392
3392
  color: string | {
3393
3393
  colorType: "container" | "base" | "onBase" | "onContainer";
3394
3394
  toned?: boolean;
3395
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3395
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3396
3396
  };
3397
3397
  stop?: number;
3398
3398
  })[];
@@ -3401,7 +3401,7 @@ declare const _default: {
3401
3401
  } | {
3402
3402
  colorType: "container" | "base" | "onBase" | "onContainer";
3403
3403
  toned?: boolean;
3404
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3404
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3405
3405
  };
3406
3406
  typography?: {
3407
3407
  decoration?: string;
@@ -3421,7 +3421,7 @@ declare const _default: {
3421
3421
  lineHeight: number;
3422
3422
  };
3423
3423
  } | {
3424
- type: "title" | "text" | "navigation";
3424
+ type: "text" | "title" | "navigation";
3425
3425
  size: "xs" | "s" | "m" | "l" | "xl";
3426
3426
  };
3427
3427
  };
@@ -3430,12 +3430,12 @@ declare const _default: {
3430
3430
  colors: (string | {
3431
3431
  colorType: "container" | "base" | "onBase" | "onContainer";
3432
3432
  toned?: boolean;
3433
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3433
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3434
3434
  } | {
3435
3435
  color: string | {
3436
3436
  colorType: "container" | "base" | "onBase" | "onContainer";
3437
3437
  toned?: boolean;
3438
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3438
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3439
3439
  };
3440
3440
  stop?: number;
3441
3441
  })[];
@@ -3444,7 +3444,7 @@ declare const _default: {
3444
3444
  } | {
3445
3445
  colorType: "container" | "base" | "onBase" | "onContainer";
3446
3446
  toned?: boolean;
3447
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3447
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3448
3448
  };
3449
3449
  size?: number;
3450
3450
  };
@@ -3459,12 +3459,12 @@ declare const _default: {
3459
3459
  colors: (string | {
3460
3460
  colorType: "container" | "base" | "onBase" | "onContainer";
3461
3461
  toned?: boolean;
3462
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3462
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3463
3463
  } | {
3464
3464
  color: string | {
3465
3465
  colorType: "container" | "base" | "onBase" | "onContainer";
3466
3466
  toned?: boolean;
3467
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3467
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3468
3468
  };
3469
3469
  stop?: number;
3470
3470
  })[];
@@ -3473,7 +3473,7 @@ declare const _default: {
3473
3473
  } | {
3474
3474
  colorType: "container" | "base" | "onBase" | "onContainer";
3475
3475
  toned?: boolean;
3476
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3476
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3477
3477
  };
3478
3478
  border?: {
3479
3479
  radius?: {
@@ -3492,12 +3492,12 @@ declare const _default: {
3492
3492
  colors: (string | {
3493
3493
  colorType: "container" | "base" | "onBase" | "onContainer";
3494
3494
  toned?: boolean;
3495
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3495
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3496
3496
  } | {
3497
3497
  color: string | {
3498
3498
  colorType: "container" | "base" | "onBase" | "onContainer";
3499
3499
  toned?: boolean;
3500
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3500
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3501
3501
  };
3502
3502
  stop?: number;
3503
3503
  })[];
@@ -3529,23 +3529,23 @@ declare const _default: {
3529
3529
  grow?: boolean;
3530
3530
  minHeight?: number;
3531
3531
  minWidth?: number;
3532
- alignment?: "center" | "start" | "end";
3532
+ alignment?: "start" | "center" | "end";
3533
3533
  sliderColor?: string | {
3534
3534
  colorType: "container" | "base" | "onBase" | "onContainer";
3535
3535
  toned?: boolean;
3536
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3536
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3537
3537
  };
3538
3538
  text?: {
3539
3539
  color?: string | {
3540
3540
  colors: (string | {
3541
3541
  colorType: "container" | "base" | "onBase" | "onContainer";
3542
3542
  toned?: boolean;
3543
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3543
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3544
3544
  } | {
3545
3545
  color: string | {
3546
3546
  colorType: "container" | "base" | "onBase" | "onContainer";
3547
3547
  toned?: boolean;
3548
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3548
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3549
3549
  };
3550
3550
  stop?: number;
3551
3551
  })[];
@@ -3554,7 +3554,7 @@ declare const _default: {
3554
3554
  } | {
3555
3555
  colorType: "container" | "base" | "onBase" | "onContainer";
3556
3556
  toned?: boolean;
3557
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3557
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3558
3558
  };
3559
3559
  typography?: {
3560
3560
  decoration?: string;
@@ -3574,7 +3574,7 @@ declare const _default: {
3574
3574
  lineHeight: number;
3575
3575
  };
3576
3576
  } | {
3577
- type: "title" | "text" | "navigation";
3577
+ type: "text" | "title" | "navigation";
3578
3578
  size: "xs" | "s" | "m" | "l" | "xl";
3579
3579
  };
3580
3580
  };
@@ -3583,12 +3583,12 @@ declare const _default: {
3583
3583
  colors: (string | {
3584
3584
  colorType: "container" | "base" | "onBase" | "onContainer";
3585
3585
  toned?: boolean;
3586
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3586
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3587
3587
  } | {
3588
3588
  color: string | {
3589
3589
  colorType: "container" | "base" | "onBase" | "onContainer";
3590
3590
  toned?: boolean;
3591
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3591
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3592
3592
  };
3593
3593
  stop?: number;
3594
3594
  })[];
@@ -3597,7 +3597,7 @@ declare const _default: {
3597
3597
  } | {
3598
3598
  colorType: "container" | "base" | "onBase" | "onContainer";
3599
3599
  toned?: boolean;
3600
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3600
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3601
3601
  };
3602
3602
  size?: number;
3603
3603
  };
@@ -3613,12 +3613,12 @@ declare const _default: {
3613
3613
  colors: (string | {
3614
3614
  colorType: "container" | "base" | "onBase" | "onContainer";
3615
3615
  toned?: boolean;
3616
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3616
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3617
3617
  } | {
3618
3618
  color: string | {
3619
3619
  colorType: "container" | "base" | "onBase" | "onContainer";
3620
3620
  toned?: boolean;
3621
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3621
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3622
3622
  };
3623
3623
  stop?: number;
3624
3624
  })[];
@@ -3627,7 +3627,7 @@ declare const _default: {
3627
3627
  } | {
3628
3628
  colorType: "container" | "base" | "onBase" | "onContainer";
3629
3629
  toned?: boolean;
3630
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3630
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3631
3631
  };
3632
3632
  border?: {
3633
3633
  radius?: {
@@ -3646,7 +3646,7 @@ declare const _default: {
3646
3646
  colors: (string | {
3647
3647
  colorType: "container" | "base" | "onBase" | "onContainer";
3648
3648
  toned?: boolean;
3649
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3649
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3650
3650
  } | {
3651
3651
  color: string | any;
3652
3652
  stop?: number;
@@ -3666,12 +3666,12 @@ declare const _default: {
3666
3666
  colors: (string | {
3667
3667
  colorType: "container" | "base" | "onBase" | "onContainer";
3668
3668
  toned?: boolean;
3669
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3669
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3670
3670
  } | {
3671
3671
  color: string | {
3672
3672
  colorType: "container" | "base" | "onBase" | "onContainer";
3673
3673
  toned?: boolean;
3674
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3674
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3675
3675
  };
3676
3676
  stop?: number;
3677
3677
  })[];
@@ -3680,7 +3680,7 @@ declare const _default: {
3680
3680
  } | {
3681
3681
  colorType: "container" | "base" | "onBase" | "onContainer";
3682
3682
  toned?: boolean;
3683
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3683
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3684
3684
  };
3685
3685
  typography?: {
3686
3686
  decoration?: string;
@@ -3700,7 +3700,7 @@ declare const _default: {
3700
3700
  lineHeight: number;
3701
3701
  };
3702
3702
  } | {
3703
- type: "title" | "text" | "navigation";
3703
+ type: "text" | "title" | "navigation";
3704
3704
  size: "xs" | "s" | "m" | "l" | "xl";
3705
3705
  };
3706
3706
  };
@@ -3709,12 +3709,12 @@ declare const _default: {
3709
3709
  colors: (string | {
3710
3710
  colorType: "container" | "base" | "onBase" | "onContainer";
3711
3711
  toned?: boolean;
3712
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3712
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3713
3713
  } | {
3714
3714
  color: string | {
3715
3715
  colorType: "container" | "base" | "onBase" | "onContainer";
3716
3716
  toned?: boolean;
3717
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3717
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3718
3718
  };
3719
3719
  stop?: number;
3720
3720
  })[];
@@ -3723,7 +3723,7 @@ declare const _default: {
3723
3723
  } | {
3724
3724
  colorType: "container" | "base" | "onBase" | "onContainer";
3725
3725
  toned?: boolean;
3726
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3726
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3727
3727
  };
3728
3728
  size?: number;
3729
3729
  };
@@ -3734,12 +3734,12 @@ declare const _default: {
3734
3734
  colors: (string | {
3735
3735
  colorType: "container" | "base" | "onBase" | "onContainer";
3736
3736
  toned?: boolean;
3737
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3737
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3738
3738
  } | {
3739
3739
  color: string | {
3740
3740
  colorType: "container" | "base" | "onBase" | "onContainer";
3741
3741
  toned?: boolean;
3742
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3742
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3743
3743
  };
3744
3744
  stop?: number;
3745
3745
  })[];
@@ -3748,7 +3748,7 @@ declare const _default: {
3748
3748
  } | {
3749
3749
  colorType: "container" | "base" | "onBase" | "onContainer";
3750
3750
  toned?: boolean;
3751
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3751
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3752
3752
  };
3753
3753
  border?: {
3754
3754
  radius?: {
@@ -3767,7 +3767,7 @@ declare const _default: {
3767
3767
  colors: (string | {
3768
3768
  colorType: "container" | "base" | "onBase" | "onContainer";
3769
3769
  toned?: boolean;
3770
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3770
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3771
3771
  } | {
3772
3772
  color: string | any;
3773
3773
  stop?: number;
@@ -3790,12 +3790,12 @@ declare const _default: {
3790
3790
  colors: (string | {
3791
3791
  colorType: "container" | "base" | "onBase" | "onContainer";
3792
3792
  toned?: boolean;
3793
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3793
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3794
3794
  } | {
3795
3795
  color: string | {
3796
3796
  colorType: "container" | "base" | "onBase" | "onContainer";
3797
3797
  toned?: boolean;
3798
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3798
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3799
3799
  };
3800
3800
  stop?: number;
3801
3801
  })[];
@@ -3804,7 +3804,7 @@ declare const _default: {
3804
3804
  } | {
3805
3805
  colorType: "container" | "base" | "onBase" | "onContainer";
3806
3806
  toned?: boolean;
3807
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3807
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3808
3808
  };
3809
3809
  border?: {
3810
3810
  radius?: {
@@ -3823,12 +3823,12 @@ declare const _default: {
3823
3823
  colors: (string | {
3824
3824
  colorType: "container" | "base" | "onBase" | "onContainer";
3825
3825
  toned?: boolean;
3826
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3826
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3827
3827
  } | {
3828
3828
  color: string | {
3829
3829
  colorType: "container" | "base" | "onBase" | "onContainer";
3830
3830
  toned?: boolean;
3831
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3831
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3832
3832
  };
3833
3833
  stop?: number;
3834
3834
  })[];
@@ -3860,23 +3860,23 @@ declare const _default: {
3860
3860
  grow?: boolean;
3861
3861
  minHeight?: number;
3862
3862
  minWidth?: number;
3863
- alignment?: "center" | "start" | "end";
3863
+ alignment?: "start" | "center" | "end";
3864
3864
  sliderColor?: string | {
3865
3865
  colorType: "container" | "base" | "onBase" | "onContainer";
3866
3866
  toned?: boolean;
3867
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3867
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3868
3868
  };
3869
3869
  text?: {
3870
3870
  color?: string | {
3871
3871
  colors: (string | {
3872
3872
  colorType: "container" | "base" | "onBase" | "onContainer";
3873
3873
  toned?: boolean;
3874
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3874
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3875
3875
  } | {
3876
3876
  color: string | {
3877
3877
  colorType: "container" | "base" | "onBase" | "onContainer";
3878
3878
  toned?: boolean;
3879
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3879
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3880
3880
  };
3881
3881
  stop?: number;
3882
3882
  })[];
@@ -3885,7 +3885,7 @@ declare const _default: {
3885
3885
  } | {
3886
3886
  colorType: "container" | "base" | "onBase" | "onContainer";
3887
3887
  toned?: boolean;
3888
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3888
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3889
3889
  };
3890
3890
  typography?: {
3891
3891
  decoration?: string;
@@ -3905,7 +3905,7 @@ declare const _default: {
3905
3905
  lineHeight: number;
3906
3906
  };
3907
3907
  } | {
3908
- type: "title" | "text" | "navigation";
3908
+ type: "text" | "title" | "navigation";
3909
3909
  size: "xs" | "s" | "m" | "l" | "xl";
3910
3910
  };
3911
3911
  };
@@ -3914,12 +3914,12 @@ declare const _default: {
3914
3914
  colors: (string | {
3915
3915
  colorType: "container" | "base" | "onBase" | "onContainer";
3916
3916
  toned?: boolean;
3917
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3917
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3918
3918
  } | {
3919
3919
  color: string | {
3920
3920
  colorType: "container" | "base" | "onBase" | "onContainer";
3921
3921
  toned?: boolean;
3922
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3922
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3923
3923
  };
3924
3924
  stop?: number;
3925
3925
  })[];
@@ -3928,7 +3928,7 @@ declare const _default: {
3928
3928
  } | {
3929
3929
  colorType: "container" | "base" | "onBase" | "onContainer";
3930
3930
  toned?: boolean;
3931
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3931
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3932
3932
  };
3933
3933
  size?: number;
3934
3934
  };
@@ -3944,12 +3944,12 @@ declare const _default: {
3944
3944
  colors: (string | {
3945
3945
  colorType: "container" | "base" | "onBase" | "onContainer";
3946
3946
  toned?: boolean;
3947
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3947
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3948
3948
  } | {
3949
3949
  color: string | {
3950
3950
  colorType: "container" | "base" | "onBase" | "onContainer";
3951
3951
  toned?: boolean;
3952
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3952
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3953
3953
  };
3954
3954
  stop?: number;
3955
3955
  })[];
@@ -3958,7 +3958,7 @@ declare const _default: {
3958
3958
  } | {
3959
3959
  colorType: "container" | "base" | "onBase" | "onContainer";
3960
3960
  toned?: boolean;
3961
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3961
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3962
3962
  };
3963
3963
  border?: {
3964
3964
  radius?: {
@@ -3977,7 +3977,7 @@ declare const _default: {
3977
3977
  colors: (string | {
3978
3978
  colorType: "container" | "base" | "onBase" | "onContainer";
3979
3979
  toned?: boolean;
3980
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3980
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3981
3981
  } | {
3982
3982
  color: string | any;
3983
3983
  stop?: number;
@@ -3997,12 +3997,12 @@ declare const _default: {
3997
3997
  colors: (string | {
3998
3998
  colorType: "container" | "base" | "onBase" | "onContainer";
3999
3999
  toned?: boolean;
4000
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4000
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4001
4001
  } | {
4002
4002
  color: string | {
4003
4003
  colorType: "container" | "base" | "onBase" | "onContainer";
4004
4004
  toned?: boolean;
4005
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4005
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4006
4006
  };
4007
4007
  stop?: number;
4008
4008
  })[];
@@ -4011,7 +4011,7 @@ declare const _default: {
4011
4011
  } | {
4012
4012
  colorType: "container" | "base" | "onBase" | "onContainer";
4013
4013
  toned?: boolean;
4014
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4014
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4015
4015
  };
4016
4016
  typography?: {
4017
4017
  decoration?: string;
@@ -4031,7 +4031,7 @@ declare const _default: {
4031
4031
  lineHeight: number;
4032
4032
  };
4033
4033
  } | {
4034
- type: "title" | "text" | "navigation";
4034
+ type: "text" | "title" | "navigation";
4035
4035
  size: "xs" | "s" | "m" | "l" | "xl";
4036
4036
  };
4037
4037
  };
@@ -4040,12 +4040,12 @@ declare const _default: {
4040
4040
  colors: (string | {
4041
4041
  colorType: "container" | "base" | "onBase" | "onContainer";
4042
4042
  toned?: boolean;
4043
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4043
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4044
4044
  } | {
4045
4045
  color: string | {
4046
4046
  colorType: "container" | "base" | "onBase" | "onContainer";
4047
4047
  toned?: boolean;
4048
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4048
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4049
4049
  };
4050
4050
  stop?: number;
4051
4051
  })[];
@@ -4054,7 +4054,7 @@ declare const _default: {
4054
4054
  } | {
4055
4055
  colorType: "container" | "base" | "onBase" | "onContainer";
4056
4056
  toned?: boolean;
4057
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4057
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4058
4058
  };
4059
4059
  size?: number;
4060
4060
  };
@@ -4065,12 +4065,12 @@ declare const _default: {
4065
4065
  colors: (string | {
4066
4066
  colorType: "container" | "base" | "onBase" | "onContainer";
4067
4067
  toned?: boolean;
4068
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4068
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4069
4069
  } | {
4070
4070
  color: string | {
4071
4071
  colorType: "container" | "base" | "onBase" | "onContainer";
4072
4072
  toned?: boolean;
4073
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4073
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4074
4074
  };
4075
4075
  stop?: number;
4076
4076
  })[];
@@ -4079,7 +4079,7 @@ declare const _default: {
4079
4079
  } | {
4080
4080
  colorType: "container" | "base" | "onBase" | "onContainer";
4081
4081
  toned?: boolean;
4082
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4082
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4083
4083
  };
4084
4084
  border?: {
4085
4085
  radius?: {
@@ -4098,7 +4098,7 @@ declare const _default: {
4098
4098
  colors: (string | {
4099
4099
  colorType: "container" | "base" | "onBase" | "onContainer";
4100
4100
  toned?: boolean;
4101
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4101
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4102
4102
  } | {
4103
4103
  color: string | any;
4104
4104
  stop?: number;
@@ -4121,12 +4121,12 @@ declare const _default: {
4121
4121
  colors: (string | {
4122
4122
  colorType: "container" | "base" | "onBase" | "onContainer";
4123
4123
  toned?: boolean;
4124
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4124
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4125
4125
  } | {
4126
4126
  color: string | {
4127
4127
  colorType: "container" | "base" | "onBase" | "onContainer";
4128
4128
  toned?: boolean;
4129
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4129
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4130
4130
  };
4131
4131
  stop?: number;
4132
4132
  })[];
@@ -4135,7 +4135,7 @@ declare const _default: {
4135
4135
  } | {
4136
4136
  colorType: "container" | "base" | "onBase" | "onContainer";
4137
4137
  toned?: boolean;
4138
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4138
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4139
4139
  };
4140
4140
  border?: {
4141
4141
  radius?: {
@@ -4154,12 +4154,12 @@ declare const _default: {
4154
4154
  colors: (string | {
4155
4155
  colorType: "container" | "base" | "onBase" | "onContainer";
4156
4156
  toned?: boolean;
4157
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4157
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4158
4158
  } | {
4159
4159
  color: string | {
4160
4160
  colorType: "container" | "base" | "onBase" | "onContainer";
4161
4161
  toned?: boolean;
4162
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4162
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4163
4163
  };
4164
4164
  stop?: number;
4165
4165
  })[];
@@ -4191,23 +4191,23 @@ declare const _default: {
4191
4191
  grow?: boolean;
4192
4192
  minHeight?: number;
4193
4193
  minWidth?: number;
4194
- alignment?: "center" | "start" | "end";
4194
+ alignment?: "start" | "center" | "end";
4195
4195
  sliderColor?: string | {
4196
4196
  colorType: "container" | "base" | "onBase" | "onContainer";
4197
4197
  toned?: boolean;
4198
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4198
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4199
4199
  };
4200
4200
  text?: {
4201
4201
  color?: string | {
4202
4202
  colors: (string | {
4203
4203
  colorType: "container" | "base" | "onBase" | "onContainer";
4204
4204
  toned?: boolean;
4205
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4205
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4206
4206
  } | {
4207
4207
  color: string | {
4208
4208
  colorType: "container" | "base" | "onBase" | "onContainer";
4209
4209
  toned?: boolean;
4210
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4210
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4211
4211
  };
4212
4212
  stop?: number;
4213
4213
  })[];
@@ -4216,7 +4216,7 @@ declare const _default: {
4216
4216
  } | {
4217
4217
  colorType: "container" | "base" | "onBase" | "onContainer";
4218
4218
  toned?: boolean;
4219
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4219
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4220
4220
  };
4221
4221
  typography?: {
4222
4222
  decoration?: string;
@@ -4236,7 +4236,7 @@ declare const _default: {
4236
4236
  lineHeight: number;
4237
4237
  };
4238
4238
  } | {
4239
- type: "title" | "text" | "navigation";
4239
+ type: "text" | "title" | "navigation";
4240
4240
  size: "xs" | "s" | "m" | "l" | "xl";
4241
4241
  };
4242
4242
  };
@@ -4245,12 +4245,12 @@ declare const _default: {
4245
4245
  colors: (string | {
4246
4246
  colorType: "container" | "base" | "onBase" | "onContainer";
4247
4247
  toned?: boolean;
4248
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4248
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4249
4249
  } | {
4250
4250
  color: string | {
4251
4251
  colorType: "container" | "base" | "onBase" | "onContainer";
4252
4252
  toned?: boolean;
4253
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4253
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4254
4254
  };
4255
4255
  stop?: number;
4256
4256
  })[];
@@ -4259,7 +4259,7 @@ declare const _default: {
4259
4259
  } | {
4260
4260
  colorType: "container" | "base" | "onBase" | "onContainer";
4261
4261
  toned?: boolean;
4262
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4262
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4263
4263
  };
4264
4264
  size?: number;
4265
4265
  };
@@ -4275,12 +4275,12 @@ declare const _default: {
4275
4275
  colors: (string | {
4276
4276
  colorType: "container" | "base" | "onBase" | "onContainer";
4277
4277
  toned?: boolean;
4278
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4278
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4279
4279
  } | {
4280
4280
  color: string | {
4281
4281
  colorType: "container" | "base" | "onBase" | "onContainer";
4282
4282
  toned?: boolean;
4283
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4283
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4284
4284
  };
4285
4285
  stop?: number;
4286
4286
  })[];
@@ -4289,7 +4289,7 @@ declare const _default: {
4289
4289
  } | {
4290
4290
  colorType: "container" | "base" | "onBase" | "onContainer";
4291
4291
  toned?: boolean;
4292
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4292
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4293
4293
  };
4294
4294
  border?: {
4295
4295
  radius?: {
@@ -4308,7 +4308,7 @@ declare const _default: {
4308
4308
  colors: (string | {
4309
4309
  colorType: "container" | "base" | "onBase" | "onContainer";
4310
4310
  toned?: boolean;
4311
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4311
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4312
4312
  } | {
4313
4313
  color: string | any;
4314
4314
  stop?: number;
@@ -4328,12 +4328,12 @@ declare const _default: {
4328
4328
  colors: (string | {
4329
4329
  colorType: "container" | "base" | "onBase" | "onContainer";
4330
4330
  toned?: boolean;
4331
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4331
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4332
4332
  } | {
4333
4333
  color: string | {
4334
4334
  colorType: "container" | "base" | "onBase" | "onContainer";
4335
4335
  toned?: boolean;
4336
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4336
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4337
4337
  };
4338
4338
  stop?: number;
4339
4339
  })[];
@@ -4342,7 +4342,7 @@ declare const _default: {
4342
4342
  } | {
4343
4343
  colorType: "container" | "base" | "onBase" | "onContainer";
4344
4344
  toned?: boolean;
4345
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4345
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4346
4346
  };
4347
4347
  typography?: {
4348
4348
  decoration?: string;
@@ -4362,7 +4362,7 @@ declare const _default: {
4362
4362
  lineHeight: number;
4363
4363
  };
4364
4364
  } | {
4365
- type: "title" | "text" | "navigation";
4365
+ type: "text" | "title" | "navigation";
4366
4366
  size: "xs" | "s" | "m" | "l" | "xl";
4367
4367
  };
4368
4368
  };
@@ -4371,12 +4371,12 @@ declare const _default: {
4371
4371
  colors: (string | {
4372
4372
  colorType: "container" | "base" | "onBase" | "onContainer";
4373
4373
  toned?: boolean;
4374
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4374
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4375
4375
  } | {
4376
4376
  color: string | {
4377
4377
  colorType: "container" | "base" | "onBase" | "onContainer";
4378
4378
  toned?: boolean;
4379
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4379
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4380
4380
  };
4381
4381
  stop?: number;
4382
4382
  })[];
@@ -4385,7 +4385,7 @@ declare const _default: {
4385
4385
  } | {
4386
4386
  colorType: "container" | "base" | "onBase" | "onContainer";
4387
4387
  toned?: boolean;
4388
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4388
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4389
4389
  };
4390
4390
  size?: number;
4391
4391
  };
@@ -4396,12 +4396,12 @@ declare const _default: {
4396
4396
  colors: (string | {
4397
4397
  colorType: "container" | "base" | "onBase" | "onContainer";
4398
4398
  toned?: boolean;
4399
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4399
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4400
4400
  } | {
4401
4401
  color: string | {
4402
4402
  colorType: "container" | "base" | "onBase" | "onContainer";
4403
4403
  toned?: boolean;
4404
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4404
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4405
4405
  };
4406
4406
  stop?: number;
4407
4407
  })[];
@@ -4410,7 +4410,7 @@ declare const _default: {
4410
4410
  } | {
4411
4411
  colorType: "container" | "base" | "onBase" | "onContainer";
4412
4412
  toned?: boolean;
4413
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4413
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4414
4414
  };
4415
4415
  border?: {
4416
4416
  radius?: {
@@ -4429,7 +4429,7 @@ declare const _default: {
4429
4429
  colors: (string | {
4430
4430
  colorType: "container" | "base" | "onBase" | "onContainer";
4431
4431
  toned?: boolean;
4432
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4432
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4433
4433
  } | {
4434
4434
  color: string | any;
4435
4435
  stop?: number;
@@ -4452,12 +4452,12 @@ declare const _default: {
4452
4452
  colors: (string | {
4453
4453
  colorType: "container" | "base" | "onBase" | "onContainer";
4454
4454
  toned?: boolean;
4455
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4455
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4456
4456
  } | {
4457
4457
  color: string | {
4458
4458
  colorType: "container" | "base" | "onBase" | "onContainer";
4459
4459
  toned?: boolean;
4460
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4460
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4461
4461
  };
4462
4462
  stop?: number;
4463
4463
  })[];
@@ -4466,7 +4466,7 @@ declare const _default: {
4466
4466
  } | {
4467
4467
  colorType: "container" | "base" | "onBase" | "onContainer";
4468
4468
  toned?: boolean;
4469
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4469
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4470
4470
  };
4471
4471
  border?: {
4472
4472
  radius?: {
@@ -4485,12 +4485,12 @@ declare const _default: {
4485
4485
  colors: (string | {
4486
4486
  colorType: "container" | "base" | "onBase" | "onContainer";
4487
4487
  toned?: boolean;
4488
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4488
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4489
4489
  } | {
4490
4490
  color: string | {
4491
4491
  colorType: "container" | "base" | "onBase" | "onContainer";
4492
4492
  toned?: boolean;
4493
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4493
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4494
4494
  };
4495
4495
  stop?: number;
4496
4496
  })[];
@@ -4522,23 +4522,23 @@ declare const _default: {
4522
4522
  grow?: boolean;
4523
4523
  minHeight?: number;
4524
4524
  minWidth?: number;
4525
- alignment?: "center" | "start" | "end";
4525
+ alignment?: "start" | "center" | "end";
4526
4526
  sliderColor?: string | {
4527
4527
  colorType: "container" | "base" | "onBase" | "onContainer";
4528
4528
  toned?: boolean;
4529
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4529
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4530
4530
  };
4531
4531
  text?: {
4532
4532
  color?: string | {
4533
4533
  colors: (string | {
4534
4534
  colorType: "container" | "base" | "onBase" | "onContainer";
4535
4535
  toned?: boolean;
4536
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4536
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4537
4537
  } | {
4538
4538
  color: string | {
4539
4539
  colorType: "container" | "base" | "onBase" | "onContainer";
4540
4540
  toned?: boolean;
4541
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4541
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4542
4542
  };
4543
4543
  stop?: number;
4544
4544
  })[];
@@ -4547,7 +4547,7 @@ declare const _default: {
4547
4547
  } | {
4548
4548
  colorType: "container" | "base" | "onBase" | "onContainer";
4549
4549
  toned?: boolean;
4550
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4550
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4551
4551
  };
4552
4552
  typography?: {
4553
4553
  decoration?: string;
@@ -4567,7 +4567,7 @@ declare const _default: {
4567
4567
  lineHeight: number;
4568
4568
  };
4569
4569
  } | {
4570
- type: "title" | "text" | "navigation";
4570
+ type: "text" | "title" | "navigation";
4571
4571
  size: "xs" | "s" | "m" | "l" | "xl";
4572
4572
  };
4573
4573
  };
@@ -4576,12 +4576,12 @@ declare const _default: {
4576
4576
  colors: (string | {
4577
4577
  colorType: "container" | "base" | "onBase" | "onContainer";
4578
4578
  toned?: boolean;
4579
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4579
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4580
4580
  } | {
4581
4581
  color: string | {
4582
4582
  colorType: "container" | "base" | "onBase" | "onContainer";
4583
4583
  toned?: boolean;
4584
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4584
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4585
4585
  };
4586
4586
  stop?: number;
4587
4587
  })[];
@@ -4590,7 +4590,7 @@ declare const _default: {
4590
4590
  } | {
4591
4591
  colorType: "container" | "base" | "onBase" | "onContainer";
4592
4592
  toned?: boolean;
4593
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4593
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4594
4594
  };
4595
4595
  size?: number;
4596
4596
  };
@@ -4606,12 +4606,12 @@ declare const _default: {
4606
4606
  colors: (string | {
4607
4607
  colorType: "container" | "base" | "onBase" | "onContainer";
4608
4608
  toned?: boolean;
4609
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4609
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4610
4610
  } | {
4611
4611
  color: string | {
4612
4612
  colorType: "container" | "base" | "onBase" | "onContainer";
4613
4613
  toned?: boolean;
4614
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4614
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4615
4615
  };
4616
4616
  stop?: number;
4617
4617
  })[];
@@ -4620,7 +4620,7 @@ declare const _default: {
4620
4620
  } | {
4621
4621
  colorType: "container" | "base" | "onBase" | "onContainer";
4622
4622
  toned?: boolean;
4623
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4623
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4624
4624
  };
4625
4625
  border?: {
4626
4626
  radius?: {
@@ -4639,7 +4639,7 @@ declare const _default: {
4639
4639
  colors: (string | {
4640
4640
  colorType: "container" | "base" | "onBase" | "onContainer";
4641
4641
  toned?: boolean;
4642
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4642
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4643
4643
  } | {
4644
4644
  color: string | any;
4645
4645
  stop?: number;
@@ -4659,12 +4659,12 @@ declare const _default: {
4659
4659
  colors: (string | {
4660
4660
  colorType: "container" | "base" | "onBase" | "onContainer";
4661
4661
  toned?: boolean;
4662
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4662
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4663
4663
  } | {
4664
4664
  color: string | {
4665
4665
  colorType: "container" | "base" | "onBase" | "onContainer";
4666
4666
  toned?: boolean;
4667
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4667
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4668
4668
  };
4669
4669
  stop?: number;
4670
4670
  })[];
@@ -4673,7 +4673,7 @@ declare const _default: {
4673
4673
  } | {
4674
4674
  colorType: "container" | "base" | "onBase" | "onContainer";
4675
4675
  toned?: boolean;
4676
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4676
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4677
4677
  };
4678
4678
  typography?: {
4679
4679
  decoration?: string;
@@ -4693,7 +4693,7 @@ declare const _default: {
4693
4693
  lineHeight: number;
4694
4694
  };
4695
4695
  } | {
4696
- type: "title" | "text" | "navigation";
4696
+ type: "text" | "title" | "navigation";
4697
4697
  size: "xs" | "s" | "m" | "l" | "xl";
4698
4698
  };
4699
4699
  };
@@ -4702,12 +4702,12 @@ declare const _default: {
4702
4702
  colors: (string | {
4703
4703
  colorType: "container" | "base" | "onBase" | "onContainer";
4704
4704
  toned?: boolean;
4705
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4705
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4706
4706
  } | {
4707
4707
  color: string | {
4708
4708
  colorType: "container" | "base" | "onBase" | "onContainer";
4709
4709
  toned?: boolean;
4710
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4710
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4711
4711
  };
4712
4712
  stop?: number;
4713
4713
  })[];
@@ -4716,7 +4716,7 @@ declare const _default: {
4716
4716
  } | {
4717
4717
  colorType: "container" | "base" | "onBase" | "onContainer";
4718
4718
  toned?: boolean;
4719
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4719
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4720
4720
  };
4721
4721
  size?: number;
4722
4722
  };
@@ -4727,12 +4727,12 @@ declare const _default: {
4727
4727
  colors: (string | {
4728
4728
  colorType: "container" | "base" | "onBase" | "onContainer";
4729
4729
  toned?: boolean;
4730
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4730
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4731
4731
  } | {
4732
4732
  color: string | {
4733
4733
  colorType: "container" | "base" | "onBase" | "onContainer";
4734
4734
  toned?: boolean;
4735
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4735
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4736
4736
  };
4737
4737
  stop?: number;
4738
4738
  })[];
@@ -4741,7 +4741,7 @@ declare const _default: {
4741
4741
  } | {
4742
4742
  colorType: "container" | "base" | "onBase" | "onContainer";
4743
4743
  toned?: boolean;
4744
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4744
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4745
4745
  };
4746
4746
  border?: {
4747
4747
  radius?: {
@@ -4760,7 +4760,7 @@ declare const _default: {
4760
4760
  colors: (string | {
4761
4761
  colorType: "container" | "base" | "onBase" | "onContainer";
4762
4762
  toned?: boolean;
4763
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4763
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4764
4764
  } | {
4765
4765
  color: string | any;
4766
4766
  stop?: number;
@@ -4782,7 +4782,7 @@ declare const _default: {
4782
4782
  blocks?: {
4783
4783
  primary: {
4784
4784
  name?: string;
4785
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4785
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4786
4786
  header?: {
4787
4787
  definitionId: {
4788
4788
  toString: () => string;
@@ -4828,6 +4828,7 @@ declare const _default: {
4828
4828
  bottom?: string | number;
4829
4829
  left?: string | number;
4830
4830
  };
4831
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
4831
4832
  }[];
4832
4833
  events?: {
4833
4834
  onLoaded?: string[];
@@ -4835,6 +4836,7 @@ declare const _default: {
4835
4836
  onSaving?: string[];
4836
4837
  onPersistState?: string[];
4837
4838
  onRestoreState?: string[];
4839
+ onActive?: string[];
4838
4840
  };
4839
4841
  actions?: {
4840
4842
  [name: string]: string[];
@@ -4880,6 +4882,7 @@ declare const _default: {
4880
4882
  bottom?: string | number;
4881
4883
  left?: string | number;
4882
4884
  };
4885
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
4883
4886
  }[];
4884
4887
  style?: {
4885
4888
  margin?: number;
@@ -4911,6 +4914,7 @@ declare const _default: {
4911
4914
  bottom?: string | number;
4912
4915
  left?: string | number;
4913
4916
  };
4917
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
4914
4918
  }[];
4915
4919
  editors?: {
4916
4920
  name?: string;
@@ -4940,12 +4944,12 @@ declare const _default: {
4940
4944
  colors: (string | {
4941
4945
  colorType: "container" | "base" | "onBase" | "onContainer";
4942
4946
  toned?: boolean;
4943
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4947
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4944
4948
  } | {
4945
4949
  color: string | {
4946
4950
  colorType: "container" | "base" | "onBase" | "onContainer";
4947
4951
  toned?: boolean;
4948
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4952
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4949
4953
  };
4950
4954
  stop?: number;
4951
4955
  })[];
@@ -4954,7 +4958,7 @@ declare const _default: {
4954
4958
  } | {
4955
4959
  colorType: "container" | "base" | "onBase" | "onContainer";
4956
4960
  toned?: boolean;
4957
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4961
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4958
4962
  };
4959
4963
  border?: {
4960
4964
  radius?: {
@@ -4973,7 +4977,7 @@ declare const _default: {
4973
4977
  colors: (string | {
4974
4978
  colorType: "container" | "base" | "onBase" | "onContainer";
4975
4979
  toned?: boolean;
4976
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4980
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4977
4981
  } | {
4978
4982
  color: string | any;
4979
4983
  stop?: number;
@@ -4998,7 +5002,7 @@ declare const _default: {
4998
5002
  };
4999
5003
  variant1?: {
5000
5004
  name?: string;
5001
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5005
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5002
5006
  header?: {
5003
5007
  definitionId: {
5004
5008
  toString: () => string;
@@ -5044,6 +5048,7 @@ declare const _default: {
5044
5048
  bottom?: string | number;
5045
5049
  left?: string | number;
5046
5050
  };
5051
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5047
5052
  }[];
5048
5053
  events?: {
5049
5054
  onLoaded?: string[];
@@ -5051,6 +5056,7 @@ declare const _default: {
5051
5056
  onSaving?: string[];
5052
5057
  onPersistState?: string[];
5053
5058
  onRestoreState?: string[];
5059
+ onActive?: string[];
5054
5060
  };
5055
5061
  actions?: {
5056
5062
  [name: string]: string[];
@@ -5096,6 +5102,7 @@ declare const _default: {
5096
5102
  bottom?: string | number;
5097
5103
  left?: string | number;
5098
5104
  };
5105
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5099
5106
  }[];
5100
5107
  style?: {
5101
5108
  margin?: number;
@@ -5127,6 +5134,7 @@ declare const _default: {
5127
5134
  bottom?: string | number;
5128
5135
  left?: string | number;
5129
5136
  };
5137
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5130
5138
  }[];
5131
5139
  editors?: {
5132
5140
  name?: string;
@@ -5156,12 +5164,12 @@ declare const _default: {
5156
5164
  colors: (string | {
5157
5165
  colorType: "container" | "base" | "onBase" | "onContainer";
5158
5166
  toned?: boolean;
5159
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5167
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5160
5168
  } | {
5161
5169
  color: string | {
5162
5170
  colorType: "container" | "base" | "onBase" | "onContainer";
5163
5171
  toned?: boolean;
5164
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5172
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5165
5173
  };
5166
5174
  stop?: number;
5167
5175
  })[];
@@ -5170,7 +5178,7 @@ declare const _default: {
5170
5178
  } | {
5171
5179
  colorType: "container" | "base" | "onBase" | "onContainer";
5172
5180
  toned?: boolean;
5173
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5181
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5174
5182
  };
5175
5183
  border?: {
5176
5184
  radius?: {
@@ -5189,7 +5197,7 @@ declare const _default: {
5189
5197
  colors: (string | {
5190
5198
  colorType: "container" | "base" | "onBase" | "onContainer";
5191
5199
  toned?: boolean;
5192
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5200
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5193
5201
  } | {
5194
5202
  color: string | any;
5195
5203
  stop?: number;
@@ -5214,7 +5222,7 @@ declare const _default: {
5214
5222
  };
5215
5223
  variant2?: {
5216
5224
  name?: string;
5217
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5225
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5218
5226
  header?: {
5219
5227
  definitionId: {
5220
5228
  toString: () => string;
@@ -5260,6 +5268,7 @@ declare const _default: {
5260
5268
  bottom?: string | number;
5261
5269
  left?: string | number;
5262
5270
  };
5271
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5263
5272
  }[];
5264
5273
  events?: {
5265
5274
  onLoaded?: string[];
@@ -5267,6 +5276,7 @@ declare const _default: {
5267
5276
  onSaving?: string[];
5268
5277
  onPersistState?: string[];
5269
5278
  onRestoreState?: string[];
5279
+ onActive?: string[];
5270
5280
  };
5271
5281
  actions?: {
5272
5282
  [name: string]: string[];
@@ -5312,6 +5322,7 @@ declare const _default: {
5312
5322
  bottom?: string | number;
5313
5323
  left?: string | number;
5314
5324
  };
5325
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5315
5326
  }[];
5316
5327
  style?: {
5317
5328
  margin?: number;
@@ -5343,6 +5354,7 @@ declare const _default: {
5343
5354
  bottom?: string | number;
5344
5355
  left?: string | number;
5345
5356
  };
5357
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5346
5358
  }[];
5347
5359
  editors?: {
5348
5360
  name?: string;
@@ -5372,12 +5384,12 @@ declare const _default: {
5372
5384
  colors: (string | {
5373
5385
  colorType: "container" | "base" | "onBase" | "onContainer";
5374
5386
  toned?: boolean;
5375
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5387
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5376
5388
  } | {
5377
5389
  color: string | {
5378
5390
  colorType: "container" | "base" | "onBase" | "onContainer";
5379
5391
  toned?: boolean;
5380
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5392
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5381
5393
  };
5382
5394
  stop?: number;
5383
5395
  })[];
@@ -5386,7 +5398,7 @@ declare const _default: {
5386
5398
  } | {
5387
5399
  colorType: "container" | "base" | "onBase" | "onContainer";
5388
5400
  toned?: boolean;
5389
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5401
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5390
5402
  };
5391
5403
  border?: {
5392
5404
  radius?: {
@@ -5405,7 +5417,7 @@ declare const _default: {
5405
5417
  colors: (string | {
5406
5418
  colorType: "container" | "base" | "onBase" | "onContainer";
5407
5419
  toned?: boolean;
5408
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5420
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5409
5421
  } | {
5410
5422
  color: string | any;
5411
5423
  stop?: number;
@@ -5430,7 +5442,7 @@ declare const _default: {
5430
5442
  };
5431
5443
  variant3?: {
5432
5444
  name?: string;
5433
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5445
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5434
5446
  header?: {
5435
5447
  definitionId: {
5436
5448
  toString: () => string;
@@ -5476,6 +5488,7 @@ declare const _default: {
5476
5488
  bottom?: string | number;
5477
5489
  left?: string | number;
5478
5490
  };
5491
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5479
5492
  }[];
5480
5493
  events?: {
5481
5494
  onLoaded?: string[];
@@ -5483,6 +5496,7 @@ declare const _default: {
5483
5496
  onSaving?: string[];
5484
5497
  onPersistState?: string[];
5485
5498
  onRestoreState?: string[];
5499
+ onActive?: string[];
5486
5500
  };
5487
5501
  actions?: {
5488
5502
  [name: string]: string[];
@@ -5528,6 +5542,7 @@ declare const _default: {
5528
5542
  bottom?: string | number;
5529
5543
  left?: string | number;
5530
5544
  };
5545
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5531
5546
  }[];
5532
5547
  style?: {
5533
5548
  margin?: number;
@@ -5559,6 +5574,7 @@ declare const _default: {
5559
5574
  bottom?: string | number;
5560
5575
  left?: string | number;
5561
5576
  };
5577
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5562
5578
  }[];
5563
5579
  editors?: {
5564
5580
  name?: string;
@@ -5588,12 +5604,12 @@ declare const _default: {
5588
5604
  colors: (string | {
5589
5605
  colorType: "container" | "base" | "onBase" | "onContainer";
5590
5606
  toned?: boolean;
5591
- 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";
5592
5608
  } | {
5593
5609
  color: string | {
5594
5610
  colorType: "container" | "base" | "onBase" | "onContainer";
5595
5611
  toned?: boolean;
5596
- 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";
5597
5613
  };
5598
5614
  stop?: number;
5599
5615
  })[];
@@ -5602,7 +5618,7 @@ declare const _default: {
5602
5618
  } | {
5603
5619
  colorType: "container" | "base" | "onBase" | "onContainer";
5604
5620
  toned?: boolean;
5605
- 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";
5606
5622
  };
5607
5623
  border?: {
5608
5624
  radius?: {
@@ -5621,7 +5637,7 @@ declare const _default: {
5621
5637
  colors: (string | {
5622
5638
  colorType: "container" | "base" | "onBase" | "onContainer";
5623
5639
  toned?: boolean;
5624
- 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";
5625
5641
  } | {
5626
5642
  color: string | any;
5627
5643
  stop?: number;
@@ -5658,12 +5674,12 @@ declare const _default: {
5658
5674
  colors: (string | {
5659
5675
  colorType: "container" | "base" | "onBase" | "onContainer";
5660
5676
  toned?: boolean;
5661
- 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";
5662
5678
  } | {
5663
5679
  color: string | {
5664
5680
  colorType: "container" | "base" | "onBase" | "onContainer";
5665
5681
  toned?: boolean;
5666
- 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";
5667
5683
  };
5668
5684
  stop?: number;
5669
5685
  })[];
@@ -5672,7 +5688,7 @@ declare const _default: {
5672
5688
  } | {
5673
5689
  colorType: "container" | "base" | "onBase" | "onContainer";
5674
5690
  toned?: boolean;
5675
- 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";
5676
5692
  };
5677
5693
  size?: number;
5678
5694
  };
@@ -5681,12 +5697,12 @@ declare const _default: {
5681
5697
  colors: (string | {
5682
5698
  colorType: "container" | "base" | "onBase" | "onContainer";
5683
5699
  toned?: boolean;
5684
- 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";
5685
5701
  } | {
5686
5702
  color: string | {
5687
5703
  colorType: "container" | "base" | "onBase" | "onContainer";
5688
5704
  toned?: boolean;
5689
- 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";
5690
5706
  };
5691
5707
  stop?: number;
5692
5708
  })[];
@@ -5695,7 +5711,7 @@ declare const _default: {
5695
5711
  } | {
5696
5712
  colorType: "container" | "base" | "onBase" | "onContainer";
5697
5713
  toned?: boolean;
5698
- 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";
5699
5715
  };
5700
5716
  size?: number;
5701
5717
  };
@@ -5704,12 +5720,12 @@ declare const _default: {
5704
5720
  colors: (string | {
5705
5721
  colorType: "container" | "base" | "onBase" | "onContainer";
5706
5722
  toned?: boolean;
5707
- 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";
5708
5724
  } | {
5709
5725
  color: string | {
5710
5726
  colorType: "container" | "base" | "onBase" | "onContainer";
5711
5727
  toned?: boolean;
5712
- 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";
5713
5729
  };
5714
5730
  stop?: number;
5715
5731
  })[];
@@ -5718,7 +5734,7 @@ declare const _default: {
5718
5734
  } | {
5719
5735
  colorType: "container" | "base" | "onBase" | "onContainer";
5720
5736
  toned?: boolean;
5721
- 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";
5722
5738
  };
5723
5739
  size?: number;
5724
5740
  };
@@ -5727,12 +5743,12 @@ declare const _default: {
5727
5743
  colors: (string | {
5728
5744
  colorType: "container" | "base" | "onBase" | "onContainer";
5729
5745
  toned?: boolean;
5730
- 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";
5731
5747
  } | {
5732
5748
  color: string | {
5733
5749
  colorType: "container" | "base" | "onBase" | "onContainer";
5734
5750
  toned?: boolean;
5735
- 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";
5736
5752
  };
5737
5753
  stop?: number;
5738
5754
  })[];
@@ -5741,7 +5757,7 @@ declare const _default: {
5741
5757
  } | {
5742
5758
  colorType: "container" | "base" | "onBase" | "onContainer";
5743
5759
  toned?: boolean;
5744
- 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";
5745
5761
  };
5746
5762
  size?: number;
5747
5763
  };
@@ -5750,12 +5766,12 @@ declare const _default: {
5750
5766
  colors: (string | {
5751
5767
  colorType: "container" | "base" | "onBase" | "onContainer";
5752
5768
  toned?: boolean;
5753
- 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";
5754
5770
  } | {
5755
5771
  color: string | {
5756
5772
  colorType: "container" | "base" | "onBase" | "onContainer";
5757
5773
  toned?: boolean;
5758
- 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";
5759
5775
  };
5760
5776
  stop?: number;
5761
5777
  })[];
@@ -5764,7 +5780,7 @@ declare const _default: {
5764
5780
  } | {
5765
5781
  colorType: "container" | "base" | "onBase" | "onContainer";
5766
5782
  toned?: boolean;
5767
- 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";
5768
5784
  };
5769
5785
  size?: number;
5770
5786
  };
@@ -5778,12 +5794,12 @@ declare const _default: {
5778
5794
  colors: (string | {
5779
5795
  colorType: "container" | "base" | "onBase" | "onContainer";
5780
5796
  toned?: boolean;
5781
- 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";
5782
5798
  } | {
5783
5799
  color: string | {
5784
5800
  colorType: "container" | "base" | "onBase" | "onContainer";
5785
5801
  toned?: boolean;
5786
- 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";
5787
5803
  };
5788
5804
  stop?: number;
5789
5805
  })[];
@@ -5792,7 +5808,7 @@ declare const _default: {
5792
5808
  } | {
5793
5809
  colorType: "container" | "base" | "onBase" | "onContainer";
5794
5810
  toned?: boolean;
5795
- 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";
5796
5812
  };
5797
5813
  border?: {
5798
5814
  radius?: {
@@ -5811,12 +5827,12 @@ declare const _default: {
5811
5827
  colors: (string | {
5812
5828
  colorType: "container" | "base" | "onBase" | "onContainer";
5813
5829
  toned?: boolean;
5814
- 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";
5815
5831
  } | {
5816
5832
  color: string | {
5817
5833
  colorType: "container" | "base" | "onBase" | "onContainer";
5818
5834
  toned?: boolean;
5819
- 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";
5820
5836
  };
5821
5837
  stop?: number;
5822
5838
  })[];
@@ -5844,12 +5860,12 @@ declare const _default: {
5844
5860
  colors: (string | {
5845
5861
  colorType: "container" | "base" | "onBase" | "onContainer";
5846
5862
  toned?: boolean;
5847
- 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";
5848
5864
  } | {
5849
5865
  color: string | {
5850
5866
  colorType: "container" | "base" | "onBase" | "onContainer";
5851
5867
  toned?: boolean;
5852
- 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";
5853
5869
  };
5854
5870
  stop?: number;
5855
5871
  })[];
@@ -5858,7 +5874,7 @@ declare const _default: {
5858
5874
  } | {
5859
5875
  colorType: "container" | "base" | "onBase" | "onContainer";
5860
5876
  toned?: boolean;
5861
- 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";
5862
5878
  };
5863
5879
  border?: {
5864
5880
  radius?: {
@@ -5877,12 +5893,12 @@ declare const _default: {
5877
5893
  colors: (string | {
5878
5894
  colorType: "container" | "base" | "onBase" | "onContainer";
5879
5895
  toned?: boolean;
5880
- 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";
5881
5897
  } | {
5882
5898
  color: string | {
5883
5899
  colorType: "container" | "base" | "onBase" | "onContainer";
5884
5900
  toned?: boolean;
5885
- 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";
5886
5902
  };
5887
5903
  stop?: number;
5888
5904
  })[];
@@ -5910,12 +5926,12 @@ declare const _default: {
5910
5926
  colors: (string | {
5911
5927
  colorType: "container" | "base" | "onBase" | "onContainer";
5912
5928
  toned?: boolean;
5913
- 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";
5914
5930
  } | {
5915
5931
  color: string | {
5916
5932
  colorType: "container" | "base" | "onBase" | "onContainer";
5917
5933
  toned?: boolean;
5918
- 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";
5919
5935
  };
5920
5936
  stop?: number;
5921
5937
  })[];
@@ -5924,7 +5940,7 @@ declare const _default: {
5924
5940
  } | {
5925
5941
  colorType: "container" | "base" | "onBase" | "onContainer";
5926
5942
  toned?: boolean;
5927
- 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";
5928
5944
  };
5929
5945
  border?: {
5930
5946
  radius?: {
@@ -5943,12 +5959,12 @@ declare const _default: {
5943
5959
  colors: (string | {
5944
5960
  colorType: "container" | "base" | "onBase" | "onContainer";
5945
5961
  toned?: boolean;
5946
- 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";
5947
5963
  } | {
5948
5964
  color: string | {
5949
5965
  colorType: "container" | "base" | "onBase" | "onContainer";
5950
5966
  toned?: boolean;
5951
- 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";
5952
5968
  };
5953
5969
  stop?: number;
5954
5970
  })[];
@@ -5976,12 +5992,12 @@ declare const _default: {
5976
5992
  colors: (string | {
5977
5993
  colorType: "container" | "base" | "onBase" | "onContainer";
5978
5994
  toned?: boolean;
5979
- 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";
5980
5996
  } | {
5981
5997
  color: string | {
5982
5998
  colorType: "container" | "base" | "onBase" | "onContainer";
5983
5999
  toned?: boolean;
5984
- 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";
5985
6001
  };
5986
6002
  stop?: number;
5987
6003
  })[];
@@ -5990,7 +6006,7 @@ declare const _default: {
5990
6006
  } | {
5991
6007
  colorType: "container" | "base" | "onBase" | "onContainer";
5992
6008
  toned?: boolean;
5993
- 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";
5994
6010
  };
5995
6011
  border?: {
5996
6012
  radius?: {
@@ -6009,12 +6025,12 @@ declare const _default: {
6009
6025
  colors: (string | {
6010
6026
  colorType: "container" | "base" | "onBase" | "onContainer";
6011
6027
  toned?: boolean;
6012
- 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";
6013
6029
  } | {
6014
6030
  color: string | {
6015
6031
  colorType: "container" | "base" | "onBase" | "onContainer";
6016
6032
  toned?: boolean;
6017
- 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";
6018
6034
  };
6019
6035
  stop?: number;
6020
6036
  })[];
@@ -6144,16 +6160,16 @@ declare const _default: {
6144
6160
  };
6145
6161
  deactivated(): void;
6146
6162
  };
6147
- 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;
6148
6164
  typography: () => import("@omnia/fx-models").TypographyBlueprints;
6149
6165
  fillValue: (value: import("@omnia/fx-models").FillDefinitionValue, type: "typography") => any;
6150
6166
  spacing: () => import("@omnia/fx-models").SpacingBlueprints;
6151
6167
  component: () => import("@omnia/fx-models").ComponentBlueprints;
6152
- 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;
6153
- 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) => 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) => ColorDefinition;
6154
6170
  complementaryColorType: (colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
6155
- 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;
6156
- 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) => 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) => ColorDefinition;
6157
6173
  currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
6158
6174
  };
6159
6175
  };