@omnia/fx 8.0.159-dev → 8.0.162-dev

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -100,16 +100,16 @@ export declare const useSpacingBlueprintStore: () => {
100
100
  };
101
101
  deactivated(): void;
102
102
  };
103
- colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
103
+ colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): import("@omnia/fx-models").ColorSchema;
104
104
  typography(): import("@omnia/fx-models").TypographyBlueprints;
105
105
  fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
106
106
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
107
107
  component(): import("@omnia/fx-models").ComponentBlueprints;
108
- 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;
109
- colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
108
+ 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;
109
+ colorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
110
110
  complementaryColorType(colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
111
- 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;
112
- complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
111
+ 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;
112
+ complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
113
113
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
114
114
  };
115
115
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -203,16 +203,16 @@ export declare const useSpacingBlueprintStore: () => {
203
203
  };
204
204
  deactivated(): void;
205
205
  };
206
- colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
206
+ colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): import("@omnia/fx-models").ColorSchema;
207
207
  typography(): import("@omnia/fx-models").TypographyBlueprints;
208
208
  fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
209
209
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
210
210
  component(): import("@omnia/fx-models").ComponentBlueprints;
211
- 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;
212
- colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
211
+ 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;
212
+ colorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
213
213
  complementaryColorType(colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
214
- 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;
215
- complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
214
+ 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;
215
+ complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
216
216
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
217
217
  };
218
218
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -306,16 +306,16 @@ export declare const useSpacingBlueprintStore: () => {
306
306
  };
307
307
  deactivated(): void;
308
308
  };
309
- colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
309
+ colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): import("@omnia/fx-models").ColorSchema;
310
310
  typography(): import("@omnia/fx-models").TypographyBlueprints;
311
311
  fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
312
312
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
313
313
  component(): import("@omnia/fx-models").ComponentBlueprints;
314
- 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;
315
- colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
314
+ 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;
315
+ colorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
316
316
  complementaryColorType(colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
317
- 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;
318
- complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
317
+ 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;
318
+ complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
319
319
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
320
320
  };
321
321
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -668,12 +668,12 @@ export declare const useSpacingBlueprintStore: () => {
668
668
  colors: (string | {
669
669
  colorType: "container" | "base" | "onBase" | "onContainer";
670
670
  toned?: boolean;
671
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
671
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
672
672
  } | {
673
673
  color: string | {
674
674
  colorType: "container" | "base" | "onBase" | "onContainer";
675
675
  toned?: boolean;
676
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
676
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
677
677
  };
678
678
  stop?: number;
679
679
  })[];
@@ -684,12 +684,12 @@ export declare const useSpacingBlueprintStore: () => {
684
684
  colors: (string | {
685
685
  colorType: "container" | "base" | "onBase" | "onContainer";
686
686
  toned?: boolean;
687
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
687
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
688
688
  } | {
689
689
  color: string | {
690
690
  colorType: "container" | "base" | "onBase" | "onContainer";
691
691
  toned?: boolean;
692
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
692
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
693
693
  };
694
694
  stop?: number;
695
695
  })[];
@@ -700,12 +700,12 @@ export declare const useSpacingBlueprintStore: () => {
700
700
  colors: (string | {
701
701
  colorType: "container" | "base" | "onBase" | "onContainer";
702
702
  toned?: boolean;
703
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
703
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
704
704
  } | {
705
705
  color: string | {
706
706
  colorType: "container" | "base" | "onBase" | "onContainer";
707
707
  toned?: boolean;
708
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
708
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
709
709
  };
710
710
  stop?: number;
711
711
  })[];
@@ -1028,12 +1028,12 @@ export declare const useSpacingBlueprintStore: () => {
1028
1028
  colors: (string | {
1029
1029
  colorType: "container" | "base" | "onBase" | "onContainer";
1030
1030
  toned?: boolean;
1031
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1031
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1032
1032
  } | {
1033
1033
  color: string | {
1034
1034
  colorType: "container" | "base" | "onBase" | "onContainer";
1035
1035
  toned?: boolean;
1036
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1036
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1037
1037
  };
1038
1038
  stop?: number;
1039
1039
  })[];
@@ -1042,7 +1042,7 @@ export declare const useSpacingBlueprintStore: () => {
1042
1042
  } | {
1043
1043
  colorType: "container" | "base" | "onBase" | "onContainer";
1044
1044
  toned?: boolean;
1045
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1045
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1046
1046
  };
1047
1047
  border?: {
1048
1048
  radius?: {
@@ -1061,7 +1061,7 @@ export declare const useSpacingBlueprintStore: () => {
1061
1061
  colors: (string | {
1062
1062
  colorType: "container" | "base" | "onBase" | "onContainer";
1063
1063
  toned?: boolean;
1064
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1064
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1065
1065
  } | {
1066
1066
  color: string | any;
1067
1067
  stop?: number;
@@ -1082,12 +1082,12 @@ export declare const useSpacingBlueprintStore: () => {
1082
1082
  colors: (string | {
1083
1083
  colorType: "container" | "base" | "onBase" | "onContainer";
1084
1084
  toned?: boolean;
1085
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1085
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1086
1086
  } | {
1087
1087
  color: string | {
1088
1088
  colorType: "container" | "base" | "onBase" | "onContainer";
1089
1089
  toned?: boolean;
1090
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1090
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1091
1091
  };
1092
1092
  stop?: number;
1093
1093
  })[];
@@ -1096,7 +1096,7 @@ export declare const useSpacingBlueprintStore: () => {
1096
1096
  } | {
1097
1097
  colorType: "container" | "base" | "onBase" | "onContainer";
1098
1098
  toned?: boolean;
1099
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1099
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1100
1100
  };
1101
1101
  typography?: {
1102
1102
  decoration?: string;
@@ -1116,7 +1116,7 @@ export declare const useSpacingBlueprintStore: () => {
1116
1116
  lineHeight: number;
1117
1117
  };
1118
1118
  } | {
1119
- type: "title" | "text" | "navigation";
1119
+ type: "text" | "title" | "navigation";
1120
1120
  size: "xs" | "s" | "m" | "l" | "xl";
1121
1121
  };
1122
1122
  };
@@ -1125,12 +1125,12 @@ export declare const useSpacingBlueprintStore: () => {
1125
1125
  colors: (string | {
1126
1126
  colorType: "container" | "base" | "onBase" | "onContainer";
1127
1127
  toned?: boolean;
1128
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1128
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1129
1129
  } | {
1130
1130
  color: string | {
1131
1131
  colorType: "container" | "base" | "onBase" | "onContainer";
1132
1132
  toned?: boolean;
1133
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1133
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1134
1134
  };
1135
1135
  stop?: number;
1136
1136
  })[];
@@ -1139,7 +1139,7 @@ export declare const useSpacingBlueprintStore: () => {
1139
1139
  } | {
1140
1140
  colorType: "container" | "base" | "onBase" | "onContainer";
1141
1141
  toned?: boolean;
1142
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1142
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1143
1143
  };
1144
1144
  size?: number;
1145
1145
  };
@@ -1156,12 +1156,12 @@ export declare const useSpacingBlueprintStore: () => {
1156
1156
  colors: (string | {
1157
1157
  colorType: "container" | "base" | "onBase" | "onContainer";
1158
1158
  toned?: boolean;
1159
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1159
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1160
1160
  } | {
1161
1161
  color: string | {
1162
1162
  colorType: "container" | "base" | "onBase" | "onContainer";
1163
1163
  toned?: boolean;
1164
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1164
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1165
1165
  };
1166
1166
  stop?: number;
1167
1167
  })[];
@@ -1170,7 +1170,7 @@ export declare const useSpacingBlueprintStore: () => {
1170
1170
  } | {
1171
1171
  colorType: "container" | "base" | "onBase" | "onContainer";
1172
1172
  toned?: boolean;
1173
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1173
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1174
1174
  };
1175
1175
  border?: {
1176
1176
  radius?: {
@@ -1189,7 +1189,7 @@ export declare const useSpacingBlueprintStore: () => {
1189
1189
  colors: (string | {
1190
1190
  colorType: "container" | "base" | "onBase" | "onContainer";
1191
1191
  toned?: boolean;
1192
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1192
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1193
1193
  } | {
1194
1194
  color: string | any;
1195
1195
  stop?: number;
@@ -1210,12 +1210,12 @@ export declare const useSpacingBlueprintStore: () => {
1210
1210
  colors: (string | {
1211
1211
  colorType: "container" | "base" | "onBase" | "onContainer";
1212
1212
  toned?: boolean;
1213
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1213
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1214
1214
  } | {
1215
1215
  color: string | {
1216
1216
  colorType: "container" | "base" | "onBase" | "onContainer";
1217
1217
  toned?: boolean;
1218
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1218
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1219
1219
  };
1220
1220
  stop?: number;
1221
1221
  })[];
@@ -1224,7 +1224,7 @@ export declare const useSpacingBlueprintStore: () => {
1224
1224
  } | {
1225
1225
  colorType: "container" | "base" | "onBase" | "onContainer";
1226
1226
  toned?: boolean;
1227
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1227
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1228
1228
  };
1229
1229
  typography?: {
1230
1230
  decoration?: string;
@@ -1244,7 +1244,7 @@ export declare const useSpacingBlueprintStore: () => {
1244
1244
  lineHeight: number;
1245
1245
  };
1246
1246
  } | {
1247
- type: "title" | "text" | "navigation";
1247
+ type: "text" | "title" | "navigation";
1248
1248
  size: "xs" | "s" | "m" | "l" | "xl";
1249
1249
  };
1250
1250
  };
@@ -1253,12 +1253,12 @@ export declare const useSpacingBlueprintStore: () => {
1253
1253
  colors: (string | {
1254
1254
  colorType: "container" | "base" | "onBase" | "onContainer";
1255
1255
  toned?: boolean;
1256
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1256
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1257
1257
  } | {
1258
1258
  color: string | {
1259
1259
  colorType: "container" | "base" | "onBase" | "onContainer";
1260
1260
  toned?: boolean;
1261
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1261
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1262
1262
  };
1263
1263
  stop?: number;
1264
1264
  })[];
@@ -1267,7 +1267,7 @@ export declare const useSpacingBlueprintStore: () => {
1267
1267
  } | {
1268
1268
  colorType: "container" | "base" | "onBase" | "onContainer";
1269
1269
  toned?: boolean;
1270
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1270
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1271
1271
  };
1272
1272
  size?: number;
1273
1273
  };
@@ -1284,12 +1284,12 @@ export declare const useSpacingBlueprintStore: () => {
1284
1284
  colors: (string | {
1285
1285
  colorType: "container" | "base" | "onBase" | "onContainer";
1286
1286
  toned?: boolean;
1287
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1287
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1288
1288
  } | {
1289
1289
  color: string | {
1290
1290
  colorType: "container" | "base" | "onBase" | "onContainer";
1291
1291
  toned?: boolean;
1292
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1292
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1293
1293
  };
1294
1294
  stop?: number;
1295
1295
  })[];
@@ -1298,7 +1298,7 @@ export declare const useSpacingBlueprintStore: () => {
1298
1298
  } | {
1299
1299
  colorType: "container" | "base" | "onBase" | "onContainer";
1300
1300
  toned?: boolean;
1301
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1301
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1302
1302
  };
1303
1303
  border?: {
1304
1304
  radius?: {
@@ -1317,7 +1317,7 @@ export declare const useSpacingBlueprintStore: () => {
1317
1317
  colors: (string | {
1318
1318
  colorType: "container" | "base" | "onBase" | "onContainer";
1319
1319
  toned?: boolean;
1320
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1320
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1321
1321
  } | {
1322
1322
  color: string | any;
1323
1323
  stop?: number;
@@ -1338,12 +1338,12 @@ export declare const useSpacingBlueprintStore: () => {
1338
1338
  colors: (string | {
1339
1339
  colorType: "container" | "base" | "onBase" | "onContainer";
1340
1340
  toned?: boolean;
1341
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1341
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1342
1342
  } | {
1343
1343
  color: string | {
1344
1344
  colorType: "container" | "base" | "onBase" | "onContainer";
1345
1345
  toned?: boolean;
1346
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1346
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1347
1347
  };
1348
1348
  stop?: number;
1349
1349
  })[];
@@ -1352,7 +1352,7 @@ export declare const useSpacingBlueprintStore: () => {
1352
1352
  } | {
1353
1353
  colorType: "container" | "base" | "onBase" | "onContainer";
1354
1354
  toned?: boolean;
1355
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1355
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1356
1356
  };
1357
1357
  typography?: {
1358
1358
  decoration?: string;
@@ -1372,7 +1372,7 @@ export declare const useSpacingBlueprintStore: () => {
1372
1372
  lineHeight: number;
1373
1373
  };
1374
1374
  } | {
1375
- type: "title" | "text" | "navigation";
1375
+ type: "text" | "title" | "navigation";
1376
1376
  size: "xs" | "s" | "m" | "l" | "xl";
1377
1377
  };
1378
1378
  };
@@ -1381,12 +1381,12 @@ export declare const useSpacingBlueprintStore: () => {
1381
1381
  colors: (string | {
1382
1382
  colorType: "container" | "base" | "onBase" | "onContainer";
1383
1383
  toned?: boolean;
1384
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1384
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1385
1385
  } | {
1386
1386
  color: string | {
1387
1387
  colorType: "container" | "base" | "onBase" | "onContainer";
1388
1388
  toned?: boolean;
1389
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1389
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1390
1390
  };
1391
1391
  stop?: number;
1392
1392
  })[];
@@ -1395,7 +1395,7 @@ export declare const useSpacingBlueprintStore: () => {
1395
1395
  } | {
1396
1396
  colorType: "container" | "base" | "onBase" | "onContainer";
1397
1397
  toned?: boolean;
1398
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1398
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1399
1399
  };
1400
1400
  size?: number;
1401
1401
  };
@@ -1412,12 +1412,12 @@ export declare const useSpacingBlueprintStore: () => {
1412
1412
  colors: (string | {
1413
1413
  colorType: "container" | "base" | "onBase" | "onContainer";
1414
1414
  toned?: boolean;
1415
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1415
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1416
1416
  } | {
1417
1417
  color: string | {
1418
1418
  colorType: "container" | "base" | "onBase" | "onContainer";
1419
1419
  toned?: boolean;
1420
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1420
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1421
1421
  };
1422
1422
  stop?: number;
1423
1423
  })[];
@@ -1426,7 +1426,7 @@ export declare const useSpacingBlueprintStore: () => {
1426
1426
  } | {
1427
1427
  colorType: "container" | "base" | "onBase" | "onContainer";
1428
1428
  toned?: boolean;
1429
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1429
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1430
1430
  };
1431
1431
  border?: {
1432
1432
  radius?: {
@@ -1445,7 +1445,7 @@ export declare const useSpacingBlueprintStore: () => {
1445
1445
  colors: (string | {
1446
1446
  colorType: "container" | "base" | "onBase" | "onContainer";
1447
1447
  toned?: boolean;
1448
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1448
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1449
1449
  } | {
1450
1450
  color: string | any;
1451
1451
  stop?: number;
@@ -1466,12 +1466,12 @@ export declare const useSpacingBlueprintStore: () => {
1466
1466
  colors: (string | {
1467
1467
  colorType: "container" | "base" | "onBase" | "onContainer";
1468
1468
  toned?: boolean;
1469
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1469
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1470
1470
  } | {
1471
1471
  color: string | {
1472
1472
  colorType: "container" | "base" | "onBase" | "onContainer";
1473
1473
  toned?: boolean;
1474
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1474
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1475
1475
  };
1476
1476
  stop?: number;
1477
1477
  })[];
@@ -1480,7 +1480,7 @@ export declare const useSpacingBlueprintStore: () => {
1480
1480
  } | {
1481
1481
  colorType: "container" | "base" | "onBase" | "onContainer";
1482
1482
  toned?: boolean;
1483
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1483
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1484
1484
  };
1485
1485
  typography?: {
1486
1486
  decoration?: string;
@@ -1500,7 +1500,7 @@ export declare const useSpacingBlueprintStore: () => {
1500
1500
  lineHeight: number;
1501
1501
  };
1502
1502
  } | {
1503
- type: "title" | "text" | "navigation";
1503
+ type: "text" | "title" | "navigation";
1504
1504
  size: "xs" | "s" | "m" | "l" | "xl";
1505
1505
  };
1506
1506
  };
@@ -1509,12 +1509,12 @@ export declare const useSpacingBlueprintStore: () => {
1509
1509
  colors: (string | {
1510
1510
  colorType: "container" | "base" | "onBase" | "onContainer";
1511
1511
  toned?: boolean;
1512
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1512
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1513
1513
  } | {
1514
1514
  color: string | {
1515
1515
  colorType: "container" | "base" | "onBase" | "onContainer";
1516
1516
  toned?: boolean;
1517
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1517
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1518
1518
  };
1519
1519
  stop?: number;
1520
1520
  })[];
@@ -1523,7 +1523,7 @@ export declare const useSpacingBlueprintStore: () => {
1523
1523
  } | {
1524
1524
  colorType: "container" | "base" | "onBase" | "onContainer";
1525
1525
  toned?: boolean;
1526
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1526
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1527
1527
  };
1528
1528
  size?: number;
1529
1529
  };
@@ -1540,12 +1540,12 @@ export declare const useSpacingBlueprintStore: () => {
1540
1540
  colors: (string | {
1541
1541
  colorType: "container" | "base" | "onBase" | "onContainer";
1542
1542
  toned?: boolean;
1543
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1543
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1544
1544
  } | {
1545
1545
  color: string | {
1546
1546
  colorType: "container" | "base" | "onBase" | "onContainer";
1547
1547
  toned?: boolean;
1548
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1548
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1549
1549
  };
1550
1550
  stop?: number;
1551
1551
  })[];
@@ -1554,7 +1554,7 @@ export declare const useSpacingBlueprintStore: () => {
1554
1554
  } | {
1555
1555
  colorType: "container" | "base" | "onBase" | "onContainer";
1556
1556
  toned?: boolean;
1557
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1557
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1558
1558
  };
1559
1559
  border?: {
1560
1560
  radius?: {
@@ -1573,7 +1573,7 @@ export declare const useSpacingBlueprintStore: () => {
1573
1573
  colors: (string | {
1574
1574
  colorType: "container" | "base" | "onBase" | "onContainer";
1575
1575
  toned?: boolean;
1576
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1576
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1577
1577
  } | {
1578
1578
  color: string | any;
1579
1579
  stop?: number;
@@ -1594,12 +1594,12 @@ export declare const useSpacingBlueprintStore: () => {
1594
1594
  colors: (string | {
1595
1595
  colorType: "container" | "base" | "onBase" | "onContainer";
1596
1596
  toned?: boolean;
1597
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1597
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1598
1598
  } | {
1599
1599
  color: string | {
1600
1600
  colorType: "container" | "base" | "onBase" | "onContainer";
1601
1601
  toned?: boolean;
1602
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1602
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1603
1603
  };
1604
1604
  stop?: number;
1605
1605
  })[];
@@ -1608,7 +1608,7 @@ export declare const useSpacingBlueprintStore: () => {
1608
1608
  } | {
1609
1609
  colorType: "container" | "base" | "onBase" | "onContainer";
1610
1610
  toned?: boolean;
1611
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1611
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1612
1612
  };
1613
1613
  typography?: {
1614
1614
  decoration?: string;
@@ -1628,7 +1628,7 @@ export declare const useSpacingBlueprintStore: () => {
1628
1628
  lineHeight: number;
1629
1629
  };
1630
1630
  } | {
1631
- type: "title" | "text" | "navigation";
1631
+ type: "text" | "title" | "navigation";
1632
1632
  size: "xs" | "s" | "m" | "l" | "xl";
1633
1633
  };
1634
1634
  };
@@ -1637,12 +1637,12 @@ export declare const useSpacingBlueprintStore: () => {
1637
1637
  colors: (string | {
1638
1638
  colorType: "container" | "base" | "onBase" | "onContainer";
1639
1639
  toned?: boolean;
1640
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1640
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1641
1641
  } | {
1642
1642
  color: string | {
1643
1643
  colorType: "container" | "base" | "onBase" | "onContainer";
1644
1644
  toned?: boolean;
1645
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1645
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1646
1646
  };
1647
1647
  stop?: number;
1648
1648
  })[];
@@ -1651,7 +1651,7 @@ export declare const useSpacingBlueprintStore: () => {
1651
1651
  } | {
1652
1652
  colorType: "container" | "base" | "onBase" | "onContainer";
1653
1653
  toned?: boolean;
1654
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1654
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1655
1655
  };
1656
1656
  size?: number;
1657
1657
  };
@@ -1668,12 +1668,12 @@ export declare const useSpacingBlueprintStore: () => {
1668
1668
  colors: (string | {
1669
1669
  colorType: "container" | "base" | "onBase" | "onContainer";
1670
1670
  toned?: boolean;
1671
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1671
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1672
1672
  } | {
1673
1673
  color: string | {
1674
1674
  colorType: "container" | "base" | "onBase" | "onContainer";
1675
1675
  toned?: boolean;
1676
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1676
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1677
1677
  };
1678
1678
  stop?: number;
1679
1679
  })[];
@@ -1682,7 +1682,7 @@ export declare const useSpacingBlueprintStore: () => {
1682
1682
  } | {
1683
1683
  colorType: "container" | "base" | "onBase" | "onContainer";
1684
1684
  toned?: boolean;
1685
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1685
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1686
1686
  };
1687
1687
  border?: {
1688
1688
  radius?: {
@@ -1701,7 +1701,7 @@ export declare const useSpacingBlueprintStore: () => {
1701
1701
  colors: (string | {
1702
1702
  colorType: "container" | "base" | "onBase" | "onContainer";
1703
1703
  toned?: boolean;
1704
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1704
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1705
1705
  } | {
1706
1706
  color: string | any;
1707
1707
  stop?: number;
@@ -1722,12 +1722,12 @@ export declare const useSpacingBlueprintStore: () => {
1722
1722
  colors: (string | {
1723
1723
  colorType: "container" | "base" | "onBase" | "onContainer";
1724
1724
  toned?: boolean;
1725
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1725
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1726
1726
  } | {
1727
1727
  color: string | {
1728
1728
  colorType: "container" | "base" | "onBase" | "onContainer";
1729
1729
  toned?: boolean;
1730
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1730
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1731
1731
  };
1732
1732
  stop?: number;
1733
1733
  })[];
@@ -1736,7 +1736,7 @@ export declare const useSpacingBlueprintStore: () => {
1736
1736
  } | {
1737
1737
  colorType: "container" | "base" | "onBase" | "onContainer";
1738
1738
  toned?: boolean;
1739
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1739
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1740
1740
  };
1741
1741
  typography?: {
1742
1742
  decoration?: string;
@@ -1756,7 +1756,7 @@ export declare const useSpacingBlueprintStore: () => {
1756
1756
  lineHeight: number;
1757
1757
  };
1758
1758
  } | {
1759
- type: "title" | "text" | "navigation";
1759
+ type: "text" | "title" | "navigation";
1760
1760
  size: "xs" | "s" | "m" | "l" | "xl";
1761
1761
  };
1762
1762
  };
@@ -1765,12 +1765,12 @@ export declare const useSpacingBlueprintStore: () => {
1765
1765
  colors: (string | {
1766
1766
  colorType: "container" | "base" | "onBase" | "onContainer";
1767
1767
  toned?: boolean;
1768
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1768
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1769
1769
  } | {
1770
1770
  color: string | {
1771
1771
  colorType: "container" | "base" | "onBase" | "onContainer";
1772
1772
  toned?: boolean;
1773
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1773
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1774
1774
  };
1775
1775
  stop?: number;
1776
1776
  })[];
@@ -1779,7 +1779,7 @@ export declare const useSpacingBlueprintStore: () => {
1779
1779
  } | {
1780
1780
  colorType: "container" | "base" | "onBase" | "onContainer";
1781
1781
  toned?: boolean;
1782
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1782
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1783
1783
  };
1784
1784
  size?: number;
1785
1785
  };
@@ -1796,12 +1796,12 @@ export declare const useSpacingBlueprintStore: () => {
1796
1796
  colors: (string | {
1797
1797
  colorType: "container" | "base" | "onBase" | "onContainer";
1798
1798
  toned?: boolean;
1799
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1799
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1800
1800
  } | {
1801
1801
  color: string | {
1802
1802
  colorType: "container" | "base" | "onBase" | "onContainer";
1803
1803
  toned?: boolean;
1804
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1804
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1805
1805
  };
1806
1806
  stop?: number;
1807
1807
  })[];
@@ -1810,7 +1810,7 @@ export declare const useSpacingBlueprintStore: () => {
1810
1810
  } | {
1811
1811
  colorType: "container" | "base" | "onBase" | "onContainer";
1812
1812
  toned?: boolean;
1813
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1813
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1814
1814
  };
1815
1815
  border?: {
1816
1816
  radius?: {
@@ -1829,7 +1829,7 @@ export declare const useSpacingBlueprintStore: () => {
1829
1829
  colors: (string | {
1830
1830
  colorType: "container" | "base" | "onBase" | "onContainer";
1831
1831
  toned?: boolean;
1832
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1832
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1833
1833
  } | {
1834
1834
  color: string | any;
1835
1835
  stop?: number;
@@ -1850,12 +1850,12 @@ export declare const useSpacingBlueprintStore: () => {
1850
1850
  colors: (string | {
1851
1851
  colorType: "container" | "base" | "onBase" | "onContainer";
1852
1852
  toned?: boolean;
1853
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1853
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1854
1854
  } | {
1855
1855
  color: string | {
1856
1856
  colorType: "container" | "base" | "onBase" | "onContainer";
1857
1857
  toned?: boolean;
1858
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1858
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1859
1859
  };
1860
1860
  stop?: number;
1861
1861
  })[];
@@ -1864,7 +1864,7 @@ export declare const useSpacingBlueprintStore: () => {
1864
1864
  } | {
1865
1865
  colorType: "container" | "base" | "onBase" | "onContainer";
1866
1866
  toned?: boolean;
1867
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1867
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1868
1868
  };
1869
1869
  typography?: {
1870
1870
  decoration?: string;
@@ -1884,7 +1884,7 @@ export declare const useSpacingBlueprintStore: () => {
1884
1884
  lineHeight: number;
1885
1885
  };
1886
1886
  } | {
1887
- type: "title" | "text" | "navigation";
1887
+ type: "text" | "title" | "navigation";
1888
1888
  size: "xs" | "s" | "m" | "l" | "xl";
1889
1889
  };
1890
1890
  };
@@ -1893,12 +1893,12 @@ export declare const useSpacingBlueprintStore: () => {
1893
1893
  colors: (string | {
1894
1894
  colorType: "container" | "base" | "onBase" | "onContainer";
1895
1895
  toned?: boolean;
1896
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1896
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1897
1897
  } | {
1898
1898
  color: string | {
1899
1899
  colorType: "container" | "base" | "onBase" | "onContainer";
1900
1900
  toned?: boolean;
1901
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1901
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1902
1902
  };
1903
1903
  stop?: number;
1904
1904
  })[];
@@ -1907,7 +1907,7 @@ export declare const useSpacingBlueprintStore: () => {
1907
1907
  } | {
1908
1908
  colorType: "container" | "base" | "onBase" | "onContainer";
1909
1909
  toned?: boolean;
1910
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1910
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1911
1911
  };
1912
1912
  size?: number;
1913
1913
  };
@@ -1924,12 +1924,12 @@ export declare const useSpacingBlueprintStore: () => {
1924
1924
  colors: (string | {
1925
1925
  colorType: "container" | "base" | "onBase" | "onContainer";
1926
1926
  toned?: boolean;
1927
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1927
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1928
1928
  } | {
1929
1929
  color: string | {
1930
1930
  colorType: "container" | "base" | "onBase" | "onContainer";
1931
1931
  toned?: boolean;
1932
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1932
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1933
1933
  };
1934
1934
  stop?: number;
1935
1935
  })[];
@@ -1938,7 +1938,7 @@ export declare const useSpacingBlueprintStore: () => {
1938
1938
  } | {
1939
1939
  colorType: "container" | "base" | "onBase" | "onContainer";
1940
1940
  toned?: boolean;
1941
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1941
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1942
1942
  };
1943
1943
  border?: {
1944
1944
  radius?: {
@@ -1957,7 +1957,7 @@ export declare const useSpacingBlueprintStore: () => {
1957
1957
  colors: (string | {
1958
1958
  colorType: "container" | "base" | "onBase" | "onContainer";
1959
1959
  toned?: boolean;
1960
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1960
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1961
1961
  } | {
1962
1962
  color: string | any;
1963
1963
  stop?: number;
@@ -1978,12 +1978,12 @@ export declare const useSpacingBlueprintStore: () => {
1978
1978
  colors: (string | {
1979
1979
  colorType: "container" | "base" | "onBase" | "onContainer";
1980
1980
  toned?: boolean;
1981
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1981
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1982
1982
  } | {
1983
1983
  color: string | {
1984
1984
  colorType: "container" | "base" | "onBase" | "onContainer";
1985
1985
  toned?: boolean;
1986
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1986
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1987
1987
  };
1988
1988
  stop?: number;
1989
1989
  })[];
@@ -1992,7 +1992,7 @@ export declare const useSpacingBlueprintStore: () => {
1992
1992
  } | {
1993
1993
  colorType: "container" | "base" | "onBase" | "onContainer";
1994
1994
  toned?: boolean;
1995
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1995
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1996
1996
  };
1997
1997
  typography?: {
1998
1998
  decoration?: string;
@@ -2012,7 +2012,7 @@ export declare const useSpacingBlueprintStore: () => {
2012
2012
  lineHeight: number;
2013
2013
  };
2014
2014
  } | {
2015
- type: "title" | "text" | "navigation";
2015
+ type: "text" | "title" | "navigation";
2016
2016
  size: "xs" | "s" | "m" | "l" | "xl";
2017
2017
  };
2018
2018
  };
@@ -2021,12 +2021,12 @@ export declare const useSpacingBlueprintStore: () => {
2021
2021
  colors: (string | {
2022
2022
  colorType: "container" | "base" | "onBase" | "onContainer";
2023
2023
  toned?: boolean;
2024
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2024
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2025
2025
  } | {
2026
2026
  color: string | {
2027
2027
  colorType: "container" | "base" | "onBase" | "onContainer";
2028
2028
  toned?: boolean;
2029
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2029
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2030
2030
  };
2031
2031
  stop?: number;
2032
2032
  })[];
@@ -2035,7 +2035,7 @@ export declare const useSpacingBlueprintStore: () => {
2035
2035
  } | {
2036
2036
  colorType: "container" | "base" | "onBase" | "onContainer";
2037
2037
  toned?: boolean;
2038
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2038
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2039
2039
  };
2040
2040
  size?: number;
2041
2041
  };
@@ -2052,12 +2052,12 @@ export declare const useSpacingBlueprintStore: () => {
2052
2052
  colors: (string | {
2053
2053
  colorType: "container" | "base" | "onBase" | "onContainer";
2054
2054
  toned?: boolean;
2055
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2055
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2056
2056
  } | {
2057
2057
  color: string | {
2058
2058
  colorType: "container" | "base" | "onBase" | "onContainer";
2059
2059
  toned?: boolean;
2060
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2060
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2061
2061
  };
2062
2062
  stop?: number;
2063
2063
  })[];
@@ -2066,7 +2066,7 @@ export declare const useSpacingBlueprintStore: () => {
2066
2066
  } | {
2067
2067
  colorType: "container" | "base" | "onBase" | "onContainer";
2068
2068
  toned?: boolean;
2069
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2069
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2070
2070
  };
2071
2071
  border?: {
2072
2072
  radius?: {
@@ -2085,7 +2085,7 @@ export declare const useSpacingBlueprintStore: () => {
2085
2085
  colors: (string | {
2086
2086
  colorType: "container" | "base" | "onBase" | "onContainer";
2087
2087
  toned?: boolean;
2088
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2088
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2089
2089
  } | {
2090
2090
  color: string | any;
2091
2091
  stop?: number;
@@ -2106,12 +2106,12 @@ export declare const useSpacingBlueprintStore: () => {
2106
2106
  colors: (string | {
2107
2107
  colorType: "container" | "base" | "onBase" | "onContainer";
2108
2108
  toned?: boolean;
2109
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2109
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2110
2110
  } | {
2111
2111
  color: string | {
2112
2112
  colorType: "container" | "base" | "onBase" | "onContainer";
2113
2113
  toned?: boolean;
2114
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2114
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2115
2115
  };
2116
2116
  stop?: number;
2117
2117
  })[];
@@ -2120,7 +2120,7 @@ export declare const useSpacingBlueprintStore: () => {
2120
2120
  } | {
2121
2121
  colorType: "container" | "base" | "onBase" | "onContainer";
2122
2122
  toned?: boolean;
2123
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2123
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2124
2124
  };
2125
2125
  typography?: {
2126
2126
  decoration?: string;
@@ -2140,7 +2140,7 @@ export declare const useSpacingBlueprintStore: () => {
2140
2140
  lineHeight: number;
2141
2141
  };
2142
2142
  } | {
2143
- type: "title" | "text" | "navigation";
2143
+ type: "text" | "title" | "navigation";
2144
2144
  size: "xs" | "s" | "m" | "l" | "xl";
2145
2145
  };
2146
2146
  };
@@ -2149,12 +2149,12 @@ export declare const useSpacingBlueprintStore: () => {
2149
2149
  colors: (string | {
2150
2150
  colorType: "container" | "base" | "onBase" | "onContainer";
2151
2151
  toned?: boolean;
2152
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2152
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2153
2153
  } | {
2154
2154
  color: string | {
2155
2155
  colorType: "container" | "base" | "onBase" | "onContainer";
2156
2156
  toned?: boolean;
2157
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2157
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2158
2158
  };
2159
2159
  stop?: number;
2160
2160
  })[];
@@ -2163,7 +2163,7 @@ export declare const useSpacingBlueprintStore: () => {
2163
2163
  } | {
2164
2164
  colorType: "container" | "base" | "onBase" | "onContainer";
2165
2165
  toned?: boolean;
2166
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2166
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2167
2167
  };
2168
2168
  size?: number;
2169
2169
  };
@@ -2182,12 +2182,12 @@ export declare const useSpacingBlueprintStore: () => {
2182
2182
  colors: (string | {
2183
2183
  colorType: "container" | "base" | "onBase" | "onContainer";
2184
2184
  toned?: boolean;
2185
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2185
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2186
2186
  } | {
2187
2187
  color: string | {
2188
2188
  colorType: "container" | "base" | "onBase" | "onContainer";
2189
2189
  toned?: boolean;
2190
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2190
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2191
2191
  };
2192
2192
  stop?: number;
2193
2193
  })[];
@@ -2196,7 +2196,7 @@ export declare const useSpacingBlueprintStore: () => {
2196
2196
  } | {
2197
2197
  colorType: "container" | "base" | "onBase" | "onContainer";
2198
2198
  toned?: boolean;
2199
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2199
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2200
2200
  };
2201
2201
  border?: {
2202
2202
  radius?: {
@@ -2215,7 +2215,7 @@ export declare const useSpacingBlueprintStore: () => {
2215
2215
  colors: (string | {
2216
2216
  colorType: "container" | "base" | "onBase" | "onContainer";
2217
2217
  toned?: boolean;
2218
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2218
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2219
2219
  } | {
2220
2220
  color: string | any;
2221
2221
  stop?: number;
@@ -2236,12 +2236,12 @@ export declare const useSpacingBlueprintStore: () => {
2236
2236
  colors: (string | {
2237
2237
  colorType: "container" | "base" | "onBase" | "onContainer";
2238
2238
  toned?: boolean;
2239
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2239
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2240
2240
  } | {
2241
2241
  color: string | {
2242
2242
  colorType: "container" | "base" | "onBase" | "onContainer";
2243
2243
  toned?: boolean;
2244
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2244
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2245
2245
  };
2246
2246
  stop?: number;
2247
2247
  })[];
@@ -2250,7 +2250,7 @@ export declare const useSpacingBlueprintStore: () => {
2250
2250
  } | {
2251
2251
  colorType: "container" | "base" | "onBase" | "onContainer";
2252
2252
  toned?: boolean;
2253
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2253
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2254
2254
  };
2255
2255
  typography?: {
2256
2256
  decoration?: string;
@@ -2270,7 +2270,7 @@ export declare const useSpacingBlueprintStore: () => {
2270
2270
  lineHeight: number;
2271
2271
  };
2272
2272
  } | {
2273
- type: "title" | "text" | "navigation";
2273
+ type: "text" | "title" | "navigation";
2274
2274
  size: "xs" | "s" | "m" | "l" | "xl";
2275
2275
  };
2276
2276
  };
@@ -2279,12 +2279,12 @@ export declare const useSpacingBlueprintStore: () => {
2279
2279
  colors: (string | {
2280
2280
  colorType: "container" | "base" | "onBase" | "onContainer";
2281
2281
  toned?: boolean;
2282
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2282
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2283
2283
  } | {
2284
2284
  color: string | {
2285
2285
  colorType: "container" | "base" | "onBase" | "onContainer";
2286
2286
  toned?: boolean;
2287
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2287
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2288
2288
  };
2289
2289
  stop?: number;
2290
2290
  })[];
@@ -2293,7 +2293,7 @@ export declare const useSpacingBlueprintStore: () => {
2293
2293
  } | {
2294
2294
  colorType: "container" | "base" | "onBase" | "onContainer";
2295
2295
  toned?: boolean;
2296
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2296
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2297
2297
  };
2298
2298
  size?: number;
2299
2299
  };
@@ -2310,12 +2310,12 @@ export declare const useSpacingBlueprintStore: () => {
2310
2310
  colors: (string | {
2311
2311
  colorType: "container" | "base" | "onBase" | "onContainer";
2312
2312
  toned?: boolean;
2313
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2313
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2314
2314
  } | {
2315
2315
  color: string | {
2316
2316
  colorType: "container" | "base" | "onBase" | "onContainer";
2317
2317
  toned?: boolean;
2318
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2318
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2319
2319
  };
2320
2320
  stop?: number;
2321
2321
  })[];
@@ -2324,7 +2324,7 @@ export declare const useSpacingBlueprintStore: () => {
2324
2324
  } | {
2325
2325
  colorType: "container" | "base" | "onBase" | "onContainer";
2326
2326
  toned?: boolean;
2327
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2327
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2328
2328
  };
2329
2329
  border?: {
2330
2330
  radius?: {
@@ -2343,7 +2343,7 @@ export declare const useSpacingBlueprintStore: () => {
2343
2343
  colors: (string | {
2344
2344
  colorType: "container" | "base" | "onBase" | "onContainer";
2345
2345
  toned?: boolean;
2346
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2346
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2347
2347
  } | {
2348
2348
  color: string | any;
2349
2349
  stop?: number;
@@ -2364,12 +2364,12 @@ export declare const useSpacingBlueprintStore: () => {
2364
2364
  colors: (string | {
2365
2365
  colorType: "container" | "base" | "onBase" | "onContainer";
2366
2366
  toned?: boolean;
2367
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2367
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2368
2368
  } | {
2369
2369
  color: string | {
2370
2370
  colorType: "container" | "base" | "onBase" | "onContainer";
2371
2371
  toned?: boolean;
2372
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2372
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2373
2373
  };
2374
2374
  stop?: number;
2375
2375
  })[];
@@ -2378,7 +2378,7 @@ export declare const useSpacingBlueprintStore: () => {
2378
2378
  } | {
2379
2379
  colorType: "container" | "base" | "onBase" | "onContainer";
2380
2380
  toned?: boolean;
2381
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2381
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2382
2382
  };
2383
2383
  typography?: {
2384
2384
  decoration?: string;
@@ -2398,7 +2398,7 @@ export declare const useSpacingBlueprintStore: () => {
2398
2398
  lineHeight: number;
2399
2399
  };
2400
2400
  } | {
2401
- type: "title" | "text" | "navigation";
2401
+ type: "text" | "title" | "navigation";
2402
2402
  size: "xs" | "s" | "m" | "l" | "xl";
2403
2403
  };
2404
2404
  };
@@ -2407,12 +2407,12 @@ export declare const useSpacingBlueprintStore: () => {
2407
2407
  colors: (string | {
2408
2408
  colorType: "container" | "base" | "onBase" | "onContainer";
2409
2409
  toned?: boolean;
2410
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2410
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2411
2411
  } | {
2412
2412
  color: string | {
2413
2413
  colorType: "container" | "base" | "onBase" | "onContainer";
2414
2414
  toned?: boolean;
2415
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2415
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2416
2416
  };
2417
2417
  stop?: number;
2418
2418
  })[];
@@ -2421,7 +2421,7 @@ export declare const useSpacingBlueprintStore: () => {
2421
2421
  } | {
2422
2422
  colorType: "container" | "base" | "onBase" | "onContainer";
2423
2423
  toned?: boolean;
2424
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2424
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2425
2425
  };
2426
2426
  size?: number;
2427
2427
  };
@@ -2438,12 +2438,12 @@ export declare const useSpacingBlueprintStore: () => {
2438
2438
  colors: (string | {
2439
2439
  colorType: "container" | "base" | "onBase" | "onContainer";
2440
2440
  toned?: boolean;
2441
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2441
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2442
2442
  } | {
2443
2443
  color: string | {
2444
2444
  colorType: "container" | "base" | "onBase" | "onContainer";
2445
2445
  toned?: boolean;
2446
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2446
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2447
2447
  };
2448
2448
  stop?: number;
2449
2449
  })[];
@@ -2452,7 +2452,7 @@ export declare const useSpacingBlueprintStore: () => {
2452
2452
  } | {
2453
2453
  colorType: "container" | "base" | "onBase" | "onContainer";
2454
2454
  toned?: boolean;
2455
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2455
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2456
2456
  };
2457
2457
  border?: {
2458
2458
  radius?: {
@@ -2471,7 +2471,7 @@ export declare const useSpacingBlueprintStore: () => {
2471
2471
  colors: (string | {
2472
2472
  colorType: "container" | "base" | "onBase" | "onContainer";
2473
2473
  toned?: boolean;
2474
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2474
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2475
2475
  } | {
2476
2476
  color: string | any;
2477
2477
  stop?: number;
@@ -2492,12 +2492,12 @@ export declare const useSpacingBlueprintStore: () => {
2492
2492
  colors: (string | {
2493
2493
  colorType: "container" | "base" | "onBase" | "onContainer";
2494
2494
  toned?: boolean;
2495
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2495
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2496
2496
  } | {
2497
2497
  color: string | {
2498
2498
  colorType: "container" | "base" | "onBase" | "onContainer";
2499
2499
  toned?: boolean;
2500
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2500
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2501
2501
  };
2502
2502
  stop?: number;
2503
2503
  })[];
@@ -2506,7 +2506,7 @@ export declare const useSpacingBlueprintStore: () => {
2506
2506
  } | {
2507
2507
  colorType: "container" | "base" | "onBase" | "onContainer";
2508
2508
  toned?: boolean;
2509
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2509
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2510
2510
  };
2511
2511
  typography?: {
2512
2512
  decoration?: string;
@@ -2526,7 +2526,7 @@ export declare const useSpacingBlueprintStore: () => {
2526
2526
  lineHeight: number;
2527
2527
  };
2528
2528
  } | {
2529
- type: "title" | "text" | "navigation";
2529
+ type: "text" | "title" | "navigation";
2530
2530
  size: "xs" | "s" | "m" | "l" | "xl";
2531
2531
  };
2532
2532
  };
@@ -2535,12 +2535,12 @@ export declare const useSpacingBlueprintStore: () => {
2535
2535
  colors: (string | {
2536
2536
  colorType: "container" | "base" | "onBase" | "onContainer";
2537
2537
  toned?: boolean;
2538
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2538
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2539
2539
  } | {
2540
2540
  color: string | {
2541
2541
  colorType: "container" | "base" | "onBase" | "onContainer";
2542
2542
  toned?: boolean;
2543
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2543
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2544
2544
  };
2545
2545
  stop?: number;
2546
2546
  })[];
@@ -2549,7 +2549,7 @@ export declare const useSpacingBlueprintStore: () => {
2549
2549
  } | {
2550
2550
  colorType: "container" | "base" | "onBase" | "onContainer";
2551
2551
  toned?: boolean;
2552
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2552
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2553
2553
  };
2554
2554
  size?: number;
2555
2555
  };
@@ -2566,12 +2566,12 @@ export declare const useSpacingBlueprintStore: () => {
2566
2566
  colors: (string | {
2567
2567
  colorType: "container" | "base" | "onBase" | "onContainer";
2568
2568
  toned?: boolean;
2569
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2569
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2570
2570
  } | {
2571
2571
  color: string | {
2572
2572
  colorType: "container" | "base" | "onBase" | "onContainer";
2573
2573
  toned?: boolean;
2574
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2574
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2575
2575
  };
2576
2576
  stop?: number;
2577
2577
  })[];
@@ -2580,7 +2580,7 @@ export declare const useSpacingBlueprintStore: () => {
2580
2580
  } | {
2581
2581
  colorType: "container" | "base" | "onBase" | "onContainer";
2582
2582
  toned?: boolean;
2583
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2583
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2584
2584
  };
2585
2585
  border?: {
2586
2586
  radius?: {
@@ -2599,7 +2599,7 @@ export declare const useSpacingBlueprintStore: () => {
2599
2599
  colors: (string | {
2600
2600
  colorType: "container" | "base" | "onBase" | "onContainer";
2601
2601
  toned?: boolean;
2602
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2602
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2603
2603
  } | {
2604
2604
  color: string | any;
2605
2605
  stop?: number;
@@ -2620,12 +2620,12 @@ export declare const useSpacingBlueprintStore: () => {
2620
2620
  colors: (string | {
2621
2621
  colorType: "container" | "base" | "onBase" | "onContainer";
2622
2622
  toned?: boolean;
2623
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2623
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2624
2624
  } | {
2625
2625
  color: string | {
2626
2626
  colorType: "container" | "base" | "onBase" | "onContainer";
2627
2627
  toned?: boolean;
2628
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2628
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2629
2629
  };
2630
2630
  stop?: number;
2631
2631
  })[];
@@ -2634,7 +2634,7 @@ export declare const useSpacingBlueprintStore: () => {
2634
2634
  } | {
2635
2635
  colorType: "container" | "base" | "onBase" | "onContainer";
2636
2636
  toned?: boolean;
2637
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2637
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2638
2638
  };
2639
2639
  typography?: {
2640
2640
  decoration?: string;
@@ -2654,7 +2654,7 @@ export declare const useSpacingBlueprintStore: () => {
2654
2654
  lineHeight: number;
2655
2655
  };
2656
2656
  } | {
2657
- type: "title" | "text" | "navigation";
2657
+ type: "text" | "title" | "navigation";
2658
2658
  size: "xs" | "s" | "m" | "l" | "xl";
2659
2659
  };
2660
2660
  };
@@ -2663,12 +2663,12 @@ export declare const useSpacingBlueprintStore: () => {
2663
2663
  colors: (string | {
2664
2664
  colorType: "container" | "base" | "onBase" | "onContainer";
2665
2665
  toned?: boolean;
2666
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2666
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2667
2667
  } | {
2668
2668
  color: string | {
2669
2669
  colorType: "container" | "base" | "onBase" | "onContainer";
2670
2670
  toned?: boolean;
2671
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2671
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2672
2672
  };
2673
2673
  stop?: number;
2674
2674
  })[];
@@ -2677,7 +2677,7 @@ export declare const useSpacingBlueprintStore: () => {
2677
2677
  } | {
2678
2678
  colorType: "container" | "base" | "onBase" | "onContainer";
2679
2679
  toned?: boolean;
2680
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2680
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2681
2681
  };
2682
2682
  size?: number;
2683
2683
  };
@@ -2694,12 +2694,12 @@ export declare const useSpacingBlueprintStore: () => {
2694
2694
  colors: (string | {
2695
2695
  colorType: "container" | "base" | "onBase" | "onContainer";
2696
2696
  toned?: boolean;
2697
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2697
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2698
2698
  } | {
2699
2699
  color: string | {
2700
2700
  colorType: "container" | "base" | "onBase" | "onContainer";
2701
2701
  toned?: boolean;
2702
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2702
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2703
2703
  };
2704
2704
  stop?: number;
2705
2705
  })[];
@@ -2708,7 +2708,7 @@ export declare const useSpacingBlueprintStore: () => {
2708
2708
  } | {
2709
2709
  colorType: "container" | "base" | "onBase" | "onContainer";
2710
2710
  toned?: boolean;
2711
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2711
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2712
2712
  };
2713
2713
  border?: {
2714
2714
  radius?: {
@@ -2727,7 +2727,7 @@ export declare const useSpacingBlueprintStore: () => {
2727
2727
  colors: (string | {
2728
2728
  colorType: "container" | "base" | "onBase" | "onContainer";
2729
2729
  toned?: boolean;
2730
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2730
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2731
2731
  } | {
2732
2732
  color: string | any;
2733
2733
  stop?: number;
@@ -2748,12 +2748,12 @@ export declare const useSpacingBlueprintStore: () => {
2748
2748
  colors: (string | {
2749
2749
  colorType: "container" | "base" | "onBase" | "onContainer";
2750
2750
  toned?: boolean;
2751
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2751
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2752
2752
  } | {
2753
2753
  color: string | {
2754
2754
  colorType: "container" | "base" | "onBase" | "onContainer";
2755
2755
  toned?: boolean;
2756
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2756
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2757
2757
  };
2758
2758
  stop?: number;
2759
2759
  })[];
@@ -2762,7 +2762,7 @@ export declare const useSpacingBlueprintStore: () => {
2762
2762
  } | {
2763
2763
  colorType: "container" | "base" | "onBase" | "onContainer";
2764
2764
  toned?: boolean;
2765
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2765
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2766
2766
  };
2767
2767
  typography?: {
2768
2768
  decoration?: string;
@@ -2782,7 +2782,7 @@ export declare const useSpacingBlueprintStore: () => {
2782
2782
  lineHeight: number;
2783
2783
  };
2784
2784
  } | {
2785
- type: "title" | "text" | "navigation";
2785
+ type: "text" | "title" | "navigation";
2786
2786
  size: "xs" | "s" | "m" | "l" | "xl";
2787
2787
  };
2788
2788
  };
@@ -2791,12 +2791,12 @@ export declare const useSpacingBlueprintStore: () => {
2791
2791
  colors: (string | {
2792
2792
  colorType: "container" | "base" | "onBase" | "onContainer";
2793
2793
  toned?: boolean;
2794
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2794
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2795
2795
  } | {
2796
2796
  color: string | {
2797
2797
  colorType: "container" | "base" | "onBase" | "onContainer";
2798
2798
  toned?: boolean;
2799
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2799
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2800
2800
  };
2801
2801
  stop?: number;
2802
2802
  })[];
@@ -2805,7 +2805,7 @@ export declare const useSpacingBlueprintStore: () => {
2805
2805
  } | {
2806
2806
  colorType: "container" | "base" | "onBase" | "onContainer";
2807
2807
  toned?: boolean;
2808
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2808
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2809
2809
  };
2810
2810
  size?: number;
2811
2811
  };
@@ -2822,12 +2822,12 @@ export declare const useSpacingBlueprintStore: () => {
2822
2822
  colors: (string | {
2823
2823
  colorType: "container" | "base" | "onBase" | "onContainer";
2824
2824
  toned?: boolean;
2825
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2825
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2826
2826
  } | {
2827
2827
  color: string | {
2828
2828
  colorType: "container" | "base" | "onBase" | "onContainer";
2829
2829
  toned?: boolean;
2830
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2830
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2831
2831
  };
2832
2832
  stop?: number;
2833
2833
  })[];
@@ -2836,7 +2836,7 @@ export declare const useSpacingBlueprintStore: () => {
2836
2836
  } | {
2837
2837
  colorType: "container" | "base" | "onBase" | "onContainer";
2838
2838
  toned?: boolean;
2839
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2839
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2840
2840
  };
2841
2841
  border?: {
2842
2842
  radius?: {
@@ -2855,7 +2855,7 @@ export declare const useSpacingBlueprintStore: () => {
2855
2855
  colors: (string | {
2856
2856
  colorType: "container" | "base" | "onBase" | "onContainer";
2857
2857
  toned?: boolean;
2858
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2858
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2859
2859
  } | {
2860
2860
  color: string | any;
2861
2861
  stop?: number;
@@ -2876,12 +2876,12 @@ export declare const useSpacingBlueprintStore: () => {
2876
2876
  colors: (string | {
2877
2877
  colorType: "container" | "base" | "onBase" | "onContainer";
2878
2878
  toned?: boolean;
2879
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2879
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2880
2880
  } | {
2881
2881
  color: string | {
2882
2882
  colorType: "container" | "base" | "onBase" | "onContainer";
2883
2883
  toned?: boolean;
2884
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2884
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2885
2885
  };
2886
2886
  stop?: number;
2887
2887
  })[];
@@ -2890,7 +2890,7 @@ export declare const useSpacingBlueprintStore: () => {
2890
2890
  } | {
2891
2891
  colorType: "container" | "base" | "onBase" | "onContainer";
2892
2892
  toned?: boolean;
2893
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2893
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2894
2894
  };
2895
2895
  typography?: {
2896
2896
  decoration?: string;
@@ -2910,7 +2910,7 @@ export declare const useSpacingBlueprintStore: () => {
2910
2910
  lineHeight: number;
2911
2911
  };
2912
2912
  } | {
2913
- type: "title" | "text" | "navigation";
2913
+ type: "text" | "title" | "navigation";
2914
2914
  size: "xs" | "s" | "m" | "l" | "xl";
2915
2915
  };
2916
2916
  };
@@ -2919,12 +2919,12 @@ export declare const useSpacingBlueprintStore: () => {
2919
2919
  colors: (string | {
2920
2920
  colorType: "container" | "base" | "onBase" | "onContainer";
2921
2921
  toned?: boolean;
2922
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2922
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2923
2923
  } | {
2924
2924
  color: string | {
2925
2925
  colorType: "container" | "base" | "onBase" | "onContainer";
2926
2926
  toned?: boolean;
2927
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2927
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2928
2928
  };
2929
2929
  stop?: number;
2930
2930
  })[];
@@ -2933,7 +2933,7 @@ export declare const useSpacingBlueprintStore: () => {
2933
2933
  } | {
2934
2934
  colorType: "container" | "base" | "onBase" | "onContainer";
2935
2935
  toned?: boolean;
2936
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2936
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2937
2937
  };
2938
2938
  size?: number;
2939
2939
  };
@@ -2950,12 +2950,12 @@ export declare const useSpacingBlueprintStore: () => {
2950
2950
  colors: (string | {
2951
2951
  colorType: "container" | "base" | "onBase" | "onContainer";
2952
2952
  toned?: boolean;
2953
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2953
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2954
2954
  } | {
2955
2955
  color: string | {
2956
2956
  colorType: "container" | "base" | "onBase" | "onContainer";
2957
2957
  toned?: boolean;
2958
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2958
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2959
2959
  };
2960
2960
  stop?: number;
2961
2961
  })[];
@@ -2964,7 +2964,7 @@ export declare const useSpacingBlueprintStore: () => {
2964
2964
  } | {
2965
2965
  colorType: "container" | "base" | "onBase" | "onContainer";
2966
2966
  toned?: boolean;
2967
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2967
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2968
2968
  };
2969
2969
  border?: {
2970
2970
  radius?: {
@@ -2983,7 +2983,7 @@ export declare const useSpacingBlueprintStore: () => {
2983
2983
  colors: (string | {
2984
2984
  colorType: "container" | "base" | "onBase" | "onContainer";
2985
2985
  toned?: boolean;
2986
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2986
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2987
2987
  } | {
2988
2988
  color: string | any;
2989
2989
  stop?: number;
@@ -3004,12 +3004,12 @@ export declare const useSpacingBlueprintStore: () => {
3004
3004
  colors: (string | {
3005
3005
  colorType: "container" | "base" | "onBase" | "onContainer";
3006
3006
  toned?: boolean;
3007
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3007
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3008
3008
  } | {
3009
3009
  color: string | {
3010
3010
  colorType: "container" | "base" | "onBase" | "onContainer";
3011
3011
  toned?: boolean;
3012
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3012
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3013
3013
  };
3014
3014
  stop?: number;
3015
3015
  })[];
@@ -3018,7 +3018,7 @@ export declare const useSpacingBlueprintStore: () => {
3018
3018
  } | {
3019
3019
  colorType: "container" | "base" | "onBase" | "onContainer";
3020
3020
  toned?: boolean;
3021
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3021
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3022
3022
  };
3023
3023
  typography?: {
3024
3024
  decoration?: string;
@@ -3038,7 +3038,7 @@ export declare const useSpacingBlueprintStore: () => {
3038
3038
  lineHeight: number;
3039
3039
  };
3040
3040
  } | {
3041
- type: "title" | "text" | "navigation";
3041
+ type: "text" | "title" | "navigation";
3042
3042
  size: "xs" | "s" | "m" | "l" | "xl";
3043
3043
  };
3044
3044
  };
@@ -3047,12 +3047,12 @@ export declare const useSpacingBlueprintStore: () => {
3047
3047
  colors: (string | {
3048
3048
  colorType: "container" | "base" | "onBase" | "onContainer";
3049
3049
  toned?: boolean;
3050
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3050
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3051
3051
  } | {
3052
3052
  color: string | {
3053
3053
  colorType: "container" | "base" | "onBase" | "onContainer";
3054
3054
  toned?: boolean;
3055
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3055
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3056
3056
  };
3057
3057
  stop?: number;
3058
3058
  })[];
@@ -3061,7 +3061,7 @@ export declare const useSpacingBlueprintStore: () => {
3061
3061
  } | {
3062
3062
  colorType: "container" | "base" | "onBase" | "onContainer";
3063
3063
  toned?: boolean;
3064
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3064
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3065
3065
  };
3066
3066
  size?: number;
3067
3067
  };
@@ -3078,12 +3078,12 @@ export declare const useSpacingBlueprintStore: () => {
3078
3078
  colors: (string | {
3079
3079
  colorType: "container" | "base" | "onBase" | "onContainer";
3080
3080
  toned?: boolean;
3081
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3081
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3082
3082
  } | {
3083
3083
  color: string | {
3084
3084
  colorType: "container" | "base" | "onBase" | "onContainer";
3085
3085
  toned?: boolean;
3086
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3086
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3087
3087
  };
3088
3088
  stop?: number;
3089
3089
  })[];
@@ -3092,7 +3092,7 @@ export declare const useSpacingBlueprintStore: () => {
3092
3092
  } | {
3093
3093
  colorType: "container" | "base" | "onBase" | "onContainer";
3094
3094
  toned?: boolean;
3095
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3095
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3096
3096
  };
3097
3097
  border?: {
3098
3098
  radius?: {
@@ -3111,7 +3111,7 @@ export declare const useSpacingBlueprintStore: () => {
3111
3111
  colors: (string | {
3112
3112
  colorType: "container" | "base" | "onBase" | "onContainer";
3113
3113
  toned?: boolean;
3114
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3114
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3115
3115
  } | {
3116
3116
  color: string | any;
3117
3117
  stop?: number;
@@ -3132,12 +3132,12 @@ export declare const useSpacingBlueprintStore: () => {
3132
3132
  colors: (string | {
3133
3133
  colorType: "container" | "base" | "onBase" | "onContainer";
3134
3134
  toned?: boolean;
3135
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3135
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3136
3136
  } | {
3137
3137
  color: string | {
3138
3138
  colorType: "container" | "base" | "onBase" | "onContainer";
3139
3139
  toned?: boolean;
3140
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3140
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3141
3141
  };
3142
3142
  stop?: number;
3143
3143
  })[];
@@ -3146,7 +3146,7 @@ export declare const useSpacingBlueprintStore: () => {
3146
3146
  } | {
3147
3147
  colorType: "container" | "base" | "onBase" | "onContainer";
3148
3148
  toned?: boolean;
3149
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3149
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3150
3150
  };
3151
3151
  typography?: {
3152
3152
  decoration?: string;
@@ -3166,7 +3166,7 @@ export declare const useSpacingBlueprintStore: () => {
3166
3166
  lineHeight: number;
3167
3167
  };
3168
3168
  } | {
3169
- type: "title" | "text" | "navigation";
3169
+ type: "text" | "title" | "navigation";
3170
3170
  size: "xs" | "s" | "m" | "l" | "xl";
3171
3171
  };
3172
3172
  };
@@ -3175,12 +3175,12 @@ export declare const useSpacingBlueprintStore: () => {
3175
3175
  colors: (string | {
3176
3176
  colorType: "container" | "base" | "onBase" | "onContainer";
3177
3177
  toned?: boolean;
3178
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3178
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3179
3179
  } | {
3180
3180
  color: string | {
3181
3181
  colorType: "container" | "base" | "onBase" | "onContainer";
3182
3182
  toned?: boolean;
3183
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3183
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3184
3184
  };
3185
3185
  stop?: number;
3186
3186
  })[];
@@ -3189,7 +3189,7 @@ export declare const useSpacingBlueprintStore: () => {
3189
3189
  } | {
3190
3190
  colorType: "container" | "base" | "onBase" | "onContainer";
3191
3191
  toned?: boolean;
3192
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3192
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3193
3193
  };
3194
3194
  size?: number;
3195
3195
  };
@@ -3206,12 +3206,12 @@ export declare const useSpacingBlueprintStore: () => {
3206
3206
  colors: (string | {
3207
3207
  colorType: "container" | "base" | "onBase" | "onContainer";
3208
3208
  toned?: boolean;
3209
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3209
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3210
3210
  } | {
3211
3211
  color: string | {
3212
3212
  colorType: "container" | "base" | "onBase" | "onContainer";
3213
3213
  toned?: boolean;
3214
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3214
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3215
3215
  };
3216
3216
  stop?: number;
3217
3217
  })[];
@@ -3220,7 +3220,7 @@ export declare const useSpacingBlueprintStore: () => {
3220
3220
  } | {
3221
3221
  colorType: "container" | "base" | "onBase" | "onContainer";
3222
3222
  toned?: boolean;
3223
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3223
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3224
3224
  };
3225
3225
  border?: {
3226
3226
  radius?: {
@@ -3239,7 +3239,7 @@ export declare const useSpacingBlueprintStore: () => {
3239
3239
  colors: (string | {
3240
3240
  colorType: "container" | "base" | "onBase" | "onContainer";
3241
3241
  toned?: boolean;
3242
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3242
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3243
3243
  } | {
3244
3244
  color: string | any;
3245
3245
  stop?: number;
@@ -3260,12 +3260,12 @@ export declare const useSpacingBlueprintStore: () => {
3260
3260
  colors: (string | {
3261
3261
  colorType: "container" | "base" | "onBase" | "onContainer";
3262
3262
  toned?: boolean;
3263
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3263
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3264
3264
  } | {
3265
3265
  color: string | {
3266
3266
  colorType: "container" | "base" | "onBase" | "onContainer";
3267
3267
  toned?: boolean;
3268
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3268
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3269
3269
  };
3270
3270
  stop?: number;
3271
3271
  })[];
@@ -3274,7 +3274,7 @@ export declare const useSpacingBlueprintStore: () => {
3274
3274
  } | {
3275
3275
  colorType: "container" | "base" | "onBase" | "onContainer";
3276
3276
  toned?: boolean;
3277
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3277
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3278
3278
  };
3279
3279
  typography?: {
3280
3280
  decoration?: string;
@@ -3294,7 +3294,7 @@ export declare const useSpacingBlueprintStore: () => {
3294
3294
  lineHeight: number;
3295
3295
  };
3296
3296
  } | {
3297
- type: "title" | "text" | "navigation";
3297
+ type: "text" | "title" | "navigation";
3298
3298
  size: "xs" | "s" | "m" | "l" | "xl";
3299
3299
  };
3300
3300
  };
@@ -3303,12 +3303,12 @@ export declare const useSpacingBlueprintStore: () => {
3303
3303
  colors: (string | {
3304
3304
  colorType: "container" | "base" | "onBase" | "onContainer";
3305
3305
  toned?: boolean;
3306
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3306
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3307
3307
  } | {
3308
3308
  color: string | {
3309
3309
  colorType: "container" | "base" | "onBase" | "onContainer";
3310
3310
  toned?: boolean;
3311
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3311
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3312
3312
  };
3313
3313
  stop?: number;
3314
3314
  })[];
@@ -3317,7 +3317,7 @@ export declare const useSpacingBlueprintStore: () => {
3317
3317
  } | {
3318
3318
  colorType: "container" | "base" | "onBase" | "onContainer";
3319
3319
  toned?: boolean;
3320
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3320
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3321
3321
  };
3322
3322
  size?: number;
3323
3323
  };
@@ -3332,12 +3332,12 @@ export declare const useSpacingBlueprintStore: () => {
3332
3332
  colors: (string | {
3333
3333
  colorType: "container" | "base" | "onBase" | "onContainer";
3334
3334
  toned?: boolean;
3335
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3335
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3336
3336
  } | {
3337
3337
  color: string | {
3338
3338
  colorType: "container" | "base" | "onBase" | "onContainer";
3339
3339
  toned?: boolean;
3340
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3340
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3341
3341
  };
3342
3342
  stop?: number;
3343
3343
  })[];
@@ -3346,7 +3346,7 @@ export declare const useSpacingBlueprintStore: () => {
3346
3346
  } | {
3347
3347
  colorType: "container" | "base" | "onBase" | "onContainer";
3348
3348
  toned?: boolean;
3349
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3349
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3350
3350
  };
3351
3351
  border?: {
3352
3352
  radius?: {
@@ -3365,12 +3365,12 @@ export declare const useSpacingBlueprintStore: () => {
3365
3365
  colors: (string | {
3366
3366
  colorType: "container" | "base" | "onBase" | "onContainer";
3367
3367
  toned?: boolean;
3368
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3368
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3369
3369
  } | {
3370
3370
  color: string | {
3371
3371
  colorType: "container" | "base" | "onBase" | "onContainer";
3372
3372
  toned?: boolean;
3373
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3373
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3374
3374
  };
3375
3375
  stop?: number;
3376
3376
  })[];
@@ -3402,23 +3402,23 @@ export declare const useSpacingBlueprintStore: () => {
3402
3402
  grow?: boolean;
3403
3403
  minHeight?: number;
3404
3404
  minWidth?: number;
3405
- alignment?: "center" | "start" | "end";
3405
+ alignment?: "start" | "center" | "end";
3406
3406
  sliderColor?: string | {
3407
3407
  colorType: "container" | "base" | "onBase" | "onContainer";
3408
3408
  toned?: boolean;
3409
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3409
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3410
3410
  };
3411
3411
  text?: {
3412
3412
  color?: string | {
3413
3413
  colors: (string | {
3414
3414
  colorType: "container" | "base" | "onBase" | "onContainer";
3415
3415
  toned?: boolean;
3416
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3416
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3417
3417
  } | {
3418
3418
  color: string | {
3419
3419
  colorType: "container" | "base" | "onBase" | "onContainer";
3420
3420
  toned?: boolean;
3421
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3421
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3422
3422
  };
3423
3423
  stop?: number;
3424
3424
  })[];
@@ -3427,7 +3427,7 @@ export declare const useSpacingBlueprintStore: () => {
3427
3427
  } | {
3428
3428
  colorType: "container" | "base" | "onBase" | "onContainer";
3429
3429
  toned?: boolean;
3430
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3430
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3431
3431
  };
3432
3432
  typography?: {
3433
3433
  decoration?: string;
@@ -3447,7 +3447,7 @@ export declare const useSpacingBlueprintStore: () => {
3447
3447
  lineHeight: number;
3448
3448
  };
3449
3449
  } | {
3450
- type: "title" | "text" | "navigation";
3450
+ type: "text" | "title" | "navigation";
3451
3451
  size: "xs" | "s" | "m" | "l" | "xl";
3452
3452
  };
3453
3453
  };
@@ -3456,12 +3456,12 @@ export declare const useSpacingBlueprintStore: () => {
3456
3456
  colors: (string | {
3457
3457
  colorType: "container" | "base" | "onBase" | "onContainer";
3458
3458
  toned?: boolean;
3459
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3459
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3460
3460
  } | {
3461
3461
  color: string | {
3462
3462
  colorType: "container" | "base" | "onBase" | "onContainer";
3463
3463
  toned?: boolean;
3464
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3464
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3465
3465
  };
3466
3466
  stop?: number;
3467
3467
  })[];
@@ -3470,7 +3470,7 @@ export declare const useSpacingBlueprintStore: () => {
3470
3470
  } | {
3471
3471
  colorType: "container" | "base" | "onBase" | "onContainer";
3472
3472
  toned?: boolean;
3473
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3473
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3474
3474
  };
3475
3475
  size?: number;
3476
3476
  };
@@ -3486,12 +3486,12 @@ export declare const useSpacingBlueprintStore: () => {
3486
3486
  colors: (string | {
3487
3487
  colorType: "container" | "base" | "onBase" | "onContainer";
3488
3488
  toned?: boolean;
3489
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3489
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3490
3490
  } | {
3491
3491
  color: string | {
3492
3492
  colorType: "container" | "base" | "onBase" | "onContainer";
3493
3493
  toned?: boolean;
3494
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3494
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3495
3495
  };
3496
3496
  stop?: number;
3497
3497
  })[];
@@ -3500,7 +3500,7 @@ export declare const useSpacingBlueprintStore: () => {
3500
3500
  } | {
3501
3501
  colorType: "container" | "base" | "onBase" | "onContainer";
3502
3502
  toned?: boolean;
3503
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3503
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3504
3504
  };
3505
3505
  border?: {
3506
3506
  radius?: {
@@ -3519,7 +3519,7 @@ export declare const useSpacingBlueprintStore: () => {
3519
3519
  colors: (string | {
3520
3520
  colorType: "container" | "base" | "onBase" | "onContainer";
3521
3521
  toned?: boolean;
3522
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3522
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3523
3523
  } | {
3524
3524
  color: string | any;
3525
3525
  stop?: number;
@@ -3539,12 +3539,12 @@ export declare const useSpacingBlueprintStore: () => {
3539
3539
  colors: (string | {
3540
3540
  colorType: "container" | "base" | "onBase" | "onContainer";
3541
3541
  toned?: boolean;
3542
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3542
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3543
3543
  } | {
3544
3544
  color: string | {
3545
3545
  colorType: "container" | "base" | "onBase" | "onContainer";
3546
3546
  toned?: boolean;
3547
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3547
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3548
3548
  };
3549
3549
  stop?: number;
3550
3550
  })[];
@@ -3553,7 +3553,7 @@ export declare const useSpacingBlueprintStore: () => {
3553
3553
  } | {
3554
3554
  colorType: "container" | "base" | "onBase" | "onContainer";
3555
3555
  toned?: boolean;
3556
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3556
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3557
3557
  };
3558
3558
  typography?: {
3559
3559
  decoration?: string;
@@ -3573,7 +3573,7 @@ export declare const useSpacingBlueprintStore: () => {
3573
3573
  lineHeight: number;
3574
3574
  };
3575
3575
  } | {
3576
- type: "title" | "text" | "navigation";
3576
+ type: "text" | "title" | "navigation";
3577
3577
  size: "xs" | "s" | "m" | "l" | "xl";
3578
3578
  };
3579
3579
  };
@@ -3582,12 +3582,12 @@ export declare const useSpacingBlueprintStore: () => {
3582
3582
  colors: (string | {
3583
3583
  colorType: "container" | "base" | "onBase" | "onContainer";
3584
3584
  toned?: boolean;
3585
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3585
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3586
3586
  } | {
3587
3587
  color: string | {
3588
3588
  colorType: "container" | "base" | "onBase" | "onContainer";
3589
3589
  toned?: boolean;
3590
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3590
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3591
3591
  };
3592
3592
  stop?: number;
3593
3593
  })[];
@@ -3596,7 +3596,7 @@ export declare const useSpacingBlueprintStore: () => {
3596
3596
  } | {
3597
3597
  colorType: "container" | "base" | "onBase" | "onContainer";
3598
3598
  toned?: boolean;
3599
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3599
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3600
3600
  };
3601
3601
  size?: number;
3602
3602
  };
@@ -3607,12 +3607,12 @@ export declare const useSpacingBlueprintStore: () => {
3607
3607
  colors: (string | {
3608
3608
  colorType: "container" | "base" | "onBase" | "onContainer";
3609
3609
  toned?: boolean;
3610
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3610
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3611
3611
  } | {
3612
3612
  color: string | {
3613
3613
  colorType: "container" | "base" | "onBase" | "onContainer";
3614
3614
  toned?: boolean;
3615
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3615
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3616
3616
  };
3617
3617
  stop?: number;
3618
3618
  })[];
@@ -3621,7 +3621,7 @@ export declare const useSpacingBlueprintStore: () => {
3621
3621
  } | {
3622
3622
  colorType: "container" | "base" | "onBase" | "onContainer";
3623
3623
  toned?: boolean;
3624
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3624
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3625
3625
  };
3626
3626
  border?: {
3627
3627
  radius?: {
@@ -3640,7 +3640,7 @@ export declare const useSpacingBlueprintStore: () => {
3640
3640
  colors: (string | {
3641
3641
  colorType: "container" | "base" | "onBase" | "onContainer";
3642
3642
  toned?: boolean;
3643
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3643
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3644
3644
  } | {
3645
3645
  color: string | any;
3646
3646
  stop?: number;
@@ -3663,12 +3663,12 @@ export declare const useSpacingBlueprintStore: () => {
3663
3663
  colors: (string | {
3664
3664
  colorType: "container" | "base" | "onBase" | "onContainer";
3665
3665
  toned?: boolean;
3666
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3666
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3667
3667
  } | {
3668
3668
  color: string | {
3669
3669
  colorType: "container" | "base" | "onBase" | "onContainer";
3670
3670
  toned?: boolean;
3671
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3671
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3672
3672
  };
3673
3673
  stop?: number;
3674
3674
  })[];
@@ -3677,7 +3677,7 @@ export declare const useSpacingBlueprintStore: () => {
3677
3677
  } | {
3678
3678
  colorType: "container" | "base" | "onBase" | "onContainer";
3679
3679
  toned?: boolean;
3680
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3680
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3681
3681
  };
3682
3682
  border?: {
3683
3683
  radius?: {
@@ -3696,12 +3696,12 @@ export declare const useSpacingBlueprintStore: () => {
3696
3696
  colors: (string | {
3697
3697
  colorType: "container" | "base" | "onBase" | "onContainer";
3698
3698
  toned?: boolean;
3699
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3699
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3700
3700
  } | {
3701
3701
  color: string | {
3702
3702
  colorType: "container" | "base" | "onBase" | "onContainer";
3703
3703
  toned?: boolean;
3704
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3704
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3705
3705
  };
3706
3706
  stop?: number;
3707
3707
  })[];
@@ -3733,23 +3733,23 @@ export declare const useSpacingBlueprintStore: () => {
3733
3733
  grow?: boolean;
3734
3734
  minHeight?: number;
3735
3735
  minWidth?: number;
3736
- alignment?: "center" | "start" | "end";
3736
+ alignment?: "start" | "center" | "end";
3737
3737
  sliderColor?: string | {
3738
3738
  colorType: "container" | "base" | "onBase" | "onContainer";
3739
3739
  toned?: boolean;
3740
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3740
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3741
3741
  };
3742
3742
  text?: {
3743
3743
  color?: string | {
3744
3744
  colors: (string | {
3745
3745
  colorType: "container" | "base" | "onBase" | "onContainer";
3746
3746
  toned?: boolean;
3747
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3747
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3748
3748
  } | {
3749
3749
  color: string | {
3750
3750
  colorType: "container" | "base" | "onBase" | "onContainer";
3751
3751
  toned?: boolean;
3752
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3752
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3753
3753
  };
3754
3754
  stop?: number;
3755
3755
  })[];
@@ -3758,7 +3758,7 @@ export declare const useSpacingBlueprintStore: () => {
3758
3758
  } | {
3759
3759
  colorType: "container" | "base" | "onBase" | "onContainer";
3760
3760
  toned?: boolean;
3761
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3761
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3762
3762
  };
3763
3763
  typography?: {
3764
3764
  decoration?: string;
@@ -3778,7 +3778,7 @@ export declare const useSpacingBlueprintStore: () => {
3778
3778
  lineHeight: number;
3779
3779
  };
3780
3780
  } | {
3781
- type: "title" | "text" | "navigation";
3781
+ type: "text" | "title" | "navigation";
3782
3782
  size: "xs" | "s" | "m" | "l" | "xl";
3783
3783
  };
3784
3784
  };
@@ -3787,12 +3787,12 @@ export declare const useSpacingBlueprintStore: () => {
3787
3787
  colors: (string | {
3788
3788
  colorType: "container" | "base" | "onBase" | "onContainer";
3789
3789
  toned?: boolean;
3790
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3790
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3791
3791
  } | {
3792
3792
  color: string | {
3793
3793
  colorType: "container" | "base" | "onBase" | "onContainer";
3794
3794
  toned?: boolean;
3795
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3795
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3796
3796
  };
3797
3797
  stop?: number;
3798
3798
  })[];
@@ -3801,7 +3801,7 @@ export declare const useSpacingBlueprintStore: () => {
3801
3801
  } | {
3802
3802
  colorType: "container" | "base" | "onBase" | "onContainer";
3803
3803
  toned?: boolean;
3804
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3804
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3805
3805
  };
3806
3806
  size?: number;
3807
3807
  };
@@ -3817,12 +3817,12 @@ export declare const useSpacingBlueprintStore: () => {
3817
3817
  colors: (string | {
3818
3818
  colorType: "container" | "base" | "onBase" | "onContainer";
3819
3819
  toned?: boolean;
3820
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3820
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3821
3821
  } | {
3822
3822
  color: string | {
3823
3823
  colorType: "container" | "base" | "onBase" | "onContainer";
3824
3824
  toned?: boolean;
3825
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3825
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3826
3826
  };
3827
3827
  stop?: number;
3828
3828
  })[];
@@ -3831,7 +3831,7 @@ export declare const useSpacingBlueprintStore: () => {
3831
3831
  } | {
3832
3832
  colorType: "container" | "base" | "onBase" | "onContainer";
3833
3833
  toned?: boolean;
3834
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3834
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3835
3835
  };
3836
3836
  border?: {
3837
3837
  radius?: {
@@ -3850,7 +3850,7 @@ export declare const useSpacingBlueprintStore: () => {
3850
3850
  colors: (string | {
3851
3851
  colorType: "container" | "base" | "onBase" | "onContainer";
3852
3852
  toned?: boolean;
3853
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3853
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3854
3854
  } | {
3855
3855
  color: string | any;
3856
3856
  stop?: number;
@@ -3870,12 +3870,12 @@ export declare const useSpacingBlueprintStore: () => {
3870
3870
  colors: (string | {
3871
3871
  colorType: "container" | "base" | "onBase" | "onContainer";
3872
3872
  toned?: boolean;
3873
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3873
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3874
3874
  } | {
3875
3875
  color: string | {
3876
3876
  colorType: "container" | "base" | "onBase" | "onContainer";
3877
3877
  toned?: boolean;
3878
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3878
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3879
3879
  };
3880
3880
  stop?: number;
3881
3881
  })[];
@@ -3884,7 +3884,7 @@ export declare const useSpacingBlueprintStore: () => {
3884
3884
  } | {
3885
3885
  colorType: "container" | "base" | "onBase" | "onContainer";
3886
3886
  toned?: boolean;
3887
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3887
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3888
3888
  };
3889
3889
  typography?: {
3890
3890
  decoration?: string;
@@ -3904,7 +3904,7 @@ export declare const useSpacingBlueprintStore: () => {
3904
3904
  lineHeight: number;
3905
3905
  };
3906
3906
  } | {
3907
- type: "title" | "text" | "navigation";
3907
+ type: "text" | "title" | "navigation";
3908
3908
  size: "xs" | "s" | "m" | "l" | "xl";
3909
3909
  };
3910
3910
  };
@@ -3913,12 +3913,12 @@ export declare const useSpacingBlueprintStore: () => {
3913
3913
  colors: (string | {
3914
3914
  colorType: "container" | "base" | "onBase" | "onContainer";
3915
3915
  toned?: boolean;
3916
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3916
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3917
3917
  } | {
3918
3918
  color: string | {
3919
3919
  colorType: "container" | "base" | "onBase" | "onContainer";
3920
3920
  toned?: boolean;
3921
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3921
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3922
3922
  };
3923
3923
  stop?: number;
3924
3924
  })[];
@@ -3927,7 +3927,7 @@ export declare const useSpacingBlueprintStore: () => {
3927
3927
  } | {
3928
3928
  colorType: "container" | "base" | "onBase" | "onContainer";
3929
3929
  toned?: boolean;
3930
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3930
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3931
3931
  };
3932
3932
  size?: number;
3933
3933
  };
@@ -3938,12 +3938,12 @@ export declare const useSpacingBlueprintStore: () => {
3938
3938
  colors: (string | {
3939
3939
  colorType: "container" | "base" | "onBase" | "onContainer";
3940
3940
  toned?: boolean;
3941
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3941
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3942
3942
  } | {
3943
3943
  color: string | {
3944
3944
  colorType: "container" | "base" | "onBase" | "onContainer";
3945
3945
  toned?: boolean;
3946
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3946
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3947
3947
  };
3948
3948
  stop?: number;
3949
3949
  })[];
@@ -3952,7 +3952,7 @@ export declare const useSpacingBlueprintStore: () => {
3952
3952
  } | {
3953
3953
  colorType: "container" | "base" | "onBase" | "onContainer";
3954
3954
  toned?: boolean;
3955
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3955
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3956
3956
  };
3957
3957
  border?: {
3958
3958
  radius?: {
@@ -3971,7 +3971,7 @@ export declare const useSpacingBlueprintStore: () => {
3971
3971
  colors: (string | {
3972
3972
  colorType: "container" | "base" | "onBase" | "onContainer";
3973
3973
  toned?: boolean;
3974
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3974
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3975
3975
  } | {
3976
3976
  color: string | any;
3977
3977
  stop?: number;
@@ -3994,12 +3994,12 @@ export declare const useSpacingBlueprintStore: () => {
3994
3994
  colors: (string | {
3995
3995
  colorType: "container" | "base" | "onBase" | "onContainer";
3996
3996
  toned?: boolean;
3997
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3997
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3998
3998
  } | {
3999
3999
  color: string | {
4000
4000
  colorType: "container" | "base" | "onBase" | "onContainer";
4001
4001
  toned?: boolean;
4002
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4002
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4003
4003
  };
4004
4004
  stop?: number;
4005
4005
  })[];
@@ -4008,7 +4008,7 @@ export declare const useSpacingBlueprintStore: () => {
4008
4008
  } | {
4009
4009
  colorType: "container" | "base" | "onBase" | "onContainer";
4010
4010
  toned?: boolean;
4011
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4011
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4012
4012
  };
4013
4013
  border?: {
4014
4014
  radius?: {
@@ -4027,12 +4027,12 @@ export declare const useSpacingBlueprintStore: () => {
4027
4027
  colors: (string | {
4028
4028
  colorType: "container" | "base" | "onBase" | "onContainer";
4029
4029
  toned?: boolean;
4030
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4030
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4031
4031
  } | {
4032
4032
  color: string | {
4033
4033
  colorType: "container" | "base" | "onBase" | "onContainer";
4034
4034
  toned?: boolean;
4035
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4035
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4036
4036
  };
4037
4037
  stop?: number;
4038
4038
  })[];
@@ -4064,23 +4064,23 @@ export declare const useSpacingBlueprintStore: () => {
4064
4064
  grow?: boolean;
4065
4065
  minHeight?: number;
4066
4066
  minWidth?: number;
4067
- alignment?: "center" | "start" | "end";
4067
+ alignment?: "start" | "center" | "end";
4068
4068
  sliderColor?: string | {
4069
4069
  colorType: "container" | "base" | "onBase" | "onContainer";
4070
4070
  toned?: boolean;
4071
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4071
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4072
4072
  };
4073
4073
  text?: {
4074
4074
  color?: string | {
4075
4075
  colors: (string | {
4076
4076
  colorType: "container" | "base" | "onBase" | "onContainer";
4077
4077
  toned?: boolean;
4078
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4078
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4079
4079
  } | {
4080
4080
  color: string | {
4081
4081
  colorType: "container" | "base" | "onBase" | "onContainer";
4082
4082
  toned?: boolean;
4083
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4083
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4084
4084
  };
4085
4085
  stop?: number;
4086
4086
  })[];
@@ -4089,7 +4089,7 @@ export declare const useSpacingBlueprintStore: () => {
4089
4089
  } | {
4090
4090
  colorType: "container" | "base" | "onBase" | "onContainer";
4091
4091
  toned?: boolean;
4092
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4092
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4093
4093
  };
4094
4094
  typography?: {
4095
4095
  decoration?: string;
@@ -4109,7 +4109,7 @@ export declare const useSpacingBlueprintStore: () => {
4109
4109
  lineHeight: number;
4110
4110
  };
4111
4111
  } | {
4112
- type: "title" | "text" | "navigation";
4112
+ type: "text" | "title" | "navigation";
4113
4113
  size: "xs" | "s" | "m" | "l" | "xl";
4114
4114
  };
4115
4115
  };
@@ -4118,12 +4118,12 @@ export declare const useSpacingBlueprintStore: () => {
4118
4118
  colors: (string | {
4119
4119
  colorType: "container" | "base" | "onBase" | "onContainer";
4120
4120
  toned?: boolean;
4121
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4121
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4122
4122
  } | {
4123
4123
  color: string | {
4124
4124
  colorType: "container" | "base" | "onBase" | "onContainer";
4125
4125
  toned?: boolean;
4126
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4126
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4127
4127
  };
4128
4128
  stop?: number;
4129
4129
  })[];
@@ -4132,7 +4132,7 @@ export declare const useSpacingBlueprintStore: () => {
4132
4132
  } | {
4133
4133
  colorType: "container" | "base" | "onBase" | "onContainer";
4134
4134
  toned?: boolean;
4135
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4135
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4136
4136
  };
4137
4137
  size?: number;
4138
4138
  };
@@ -4148,12 +4148,12 @@ export declare const useSpacingBlueprintStore: () => {
4148
4148
  colors: (string | {
4149
4149
  colorType: "container" | "base" | "onBase" | "onContainer";
4150
4150
  toned?: boolean;
4151
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4151
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4152
4152
  } | {
4153
4153
  color: string | {
4154
4154
  colorType: "container" | "base" | "onBase" | "onContainer";
4155
4155
  toned?: boolean;
4156
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4156
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4157
4157
  };
4158
4158
  stop?: number;
4159
4159
  })[];
@@ -4162,7 +4162,7 @@ export declare const useSpacingBlueprintStore: () => {
4162
4162
  } | {
4163
4163
  colorType: "container" | "base" | "onBase" | "onContainer";
4164
4164
  toned?: boolean;
4165
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4165
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4166
4166
  };
4167
4167
  border?: {
4168
4168
  radius?: {
@@ -4181,7 +4181,7 @@ export declare const useSpacingBlueprintStore: () => {
4181
4181
  colors: (string | {
4182
4182
  colorType: "container" | "base" | "onBase" | "onContainer";
4183
4183
  toned?: boolean;
4184
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4184
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4185
4185
  } | {
4186
4186
  color: string | any;
4187
4187
  stop?: number;
@@ -4201,12 +4201,12 @@ export declare const useSpacingBlueprintStore: () => {
4201
4201
  colors: (string | {
4202
4202
  colorType: "container" | "base" | "onBase" | "onContainer";
4203
4203
  toned?: boolean;
4204
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4204
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4205
4205
  } | {
4206
4206
  color: string | {
4207
4207
  colorType: "container" | "base" | "onBase" | "onContainer";
4208
4208
  toned?: boolean;
4209
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4209
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4210
4210
  };
4211
4211
  stop?: number;
4212
4212
  })[];
@@ -4215,7 +4215,7 @@ export declare const useSpacingBlueprintStore: () => {
4215
4215
  } | {
4216
4216
  colorType: "container" | "base" | "onBase" | "onContainer";
4217
4217
  toned?: boolean;
4218
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4218
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4219
4219
  };
4220
4220
  typography?: {
4221
4221
  decoration?: string;
@@ -4235,7 +4235,7 @@ export declare const useSpacingBlueprintStore: () => {
4235
4235
  lineHeight: number;
4236
4236
  };
4237
4237
  } | {
4238
- type: "title" | "text" | "navigation";
4238
+ type: "text" | "title" | "navigation";
4239
4239
  size: "xs" | "s" | "m" | "l" | "xl";
4240
4240
  };
4241
4241
  };
@@ -4244,12 +4244,12 @@ export declare const useSpacingBlueprintStore: () => {
4244
4244
  colors: (string | {
4245
4245
  colorType: "container" | "base" | "onBase" | "onContainer";
4246
4246
  toned?: boolean;
4247
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4247
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4248
4248
  } | {
4249
4249
  color: string | {
4250
4250
  colorType: "container" | "base" | "onBase" | "onContainer";
4251
4251
  toned?: boolean;
4252
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4252
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4253
4253
  };
4254
4254
  stop?: number;
4255
4255
  })[];
@@ -4258,7 +4258,7 @@ export declare const useSpacingBlueprintStore: () => {
4258
4258
  } | {
4259
4259
  colorType: "container" | "base" | "onBase" | "onContainer";
4260
4260
  toned?: boolean;
4261
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4261
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4262
4262
  };
4263
4263
  size?: number;
4264
4264
  };
@@ -4269,12 +4269,12 @@ export declare const useSpacingBlueprintStore: () => {
4269
4269
  colors: (string | {
4270
4270
  colorType: "container" | "base" | "onBase" | "onContainer";
4271
4271
  toned?: boolean;
4272
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4272
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4273
4273
  } | {
4274
4274
  color: string | {
4275
4275
  colorType: "container" | "base" | "onBase" | "onContainer";
4276
4276
  toned?: boolean;
4277
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4277
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4278
4278
  };
4279
4279
  stop?: number;
4280
4280
  })[];
@@ -4283,7 +4283,7 @@ export declare const useSpacingBlueprintStore: () => {
4283
4283
  } | {
4284
4284
  colorType: "container" | "base" | "onBase" | "onContainer";
4285
4285
  toned?: boolean;
4286
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4286
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4287
4287
  };
4288
4288
  border?: {
4289
4289
  radius?: {
@@ -4302,7 +4302,7 @@ export declare const useSpacingBlueprintStore: () => {
4302
4302
  colors: (string | {
4303
4303
  colorType: "container" | "base" | "onBase" | "onContainer";
4304
4304
  toned?: boolean;
4305
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4305
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4306
4306
  } | {
4307
4307
  color: string | any;
4308
4308
  stop?: number;
@@ -4325,12 +4325,12 @@ export declare const useSpacingBlueprintStore: () => {
4325
4325
  colors: (string | {
4326
4326
  colorType: "container" | "base" | "onBase" | "onContainer";
4327
4327
  toned?: boolean;
4328
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4328
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4329
4329
  } | {
4330
4330
  color: string | {
4331
4331
  colorType: "container" | "base" | "onBase" | "onContainer";
4332
4332
  toned?: boolean;
4333
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4333
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4334
4334
  };
4335
4335
  stop?: number;
4336
4336
  })[];
@@ -4339,7 +4339,7 @@ export declare const useSpacingBlueprintStore: () => {
4339
4339
  } | {
4340
4340
  colorType: "container" | "base" | "onBase" | "onContainer";
4341
4341
  toned?: boolean;
4342
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4342
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4343
4343
  };
4344
4344
  border?: {
4345
4345
  radius?: {
@@ -4358,12 +4358,12 @@ export declare const useSpacingBlueprintStore: () => {
4358
4358
  colors: (string | {
4359
4359
  colorType: "container" | "base" | "onBase" | "onContainer";
4360
4360
  toned?: boolean;
4361
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4361
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4362
4362
  } | {
4363
4363
  color: string | {
4364
4364
  colorType: "container" | "base" | "onBase" | "onContainer";
4365
4365
  toned?: boolean;
4366
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4366
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4367
4367
  };
4368
4368
  stop?: number;
4369
4369
  })[];
@@ -4395,23 +4395,23 @@ export declare const useSpacingBlueprintStore: () => {
4395
4395
  grow?: boolean;
4396
4396
  minHeight?: number;
4397
4397
  minWidth?: number;
4398
- alignment?: "center" | "start" | "end";
4398
+ alignment?: "start" | "center" | "end";
4399
4399
  sliderColor?: string | {
4400
4400
  colorType: "container" | "base" | "onBase" | "onContainer";
4401
4401
  toned?: boolean;
4402
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4402
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4403
4403
  };
4404
4404
  text?: {
4405
4405
  color?: string | {
4406
4406
  colors: (string | {
4407
4407
  colorType: "container" | "base" | "onBase" | "onContainer";
4408
4408
  toned?: boolean;
4409
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4409
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4410
4410
  } | {
4411
4411
  color: string | {
4412
4412
  colorType: "container" | "base" | "onBase" | "onContainer";
4413
4413
  toned?: boolean;
4414
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4414
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4415
4415
  };
4416
4416
  stop?: number;
4417
4417
  })[];
@@ -4420,7 +4420,7 @@ export declare const useSpacingBlueprintStore: () => {
4420
4420
  } | {
4421
4421
  colorType: "container" | "base" | "onBase" | "onContainer";
4422
4422
  toned?: boolean;
4423
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4423
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4424
4424
  };
4425
4425
  typography?: {
4426
4426
  decoration?: string;
@@ -4440,7 +4440,7 @@ export declare const useSpacingBlueprintStore: () => {
4440
4440
  lineHeight: number;
4441
4441
  };
4442
4442
  } | {
4443
- type: "title" | "text" | "navigation";
4443
+ type: "text" | "title" | "navigation";
4444
4444
  size: "xs" | "s" | "m" | "l" | "xl";
4445
4445
  };
4446
4446
  };
@@ -4449,12 +4449,12 @@ export declare const useSpacingBlueprintStore: () => {
4449
4449
  colors: (string | {
4450
4450
  colorType: "container" | "base" | "onBase" | "onContainer";
4451
4451
  toned?: boolean;
4452
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4452
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4453
4453
  } | {
4454
4454
  color: string | {
4455
4455
  colorType: "container" | "base" | "onBase" | "onContainer";
4456
4456
  toned?: boolean;
4457
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4457
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4458
4458
  };
4459
4459
  stop?: number;
4460
4460
  })[];
@@ -4463,7 +4463,7 @@ export declare const useSpacingBlueprintStore: () => {
4463
4463
  } | {
4464
4464
  colorType: "container" | "base" | "onBase" | "onContainer";
4465
4465
  toned?: boolean;
4466
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4466
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4467
4467
  };
4468
4468
  size?: number;
4469
4469
  };
@@ -4479,12 +4479,12 @@ export declare const useSpacingBlueprintStore: () => {
4479
4479
  colors: (string | {
4480
4480
  colorType: "container" | "base" | "onBase" | "onContainer";
4481
4481
  toned?: boolean;
4482
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4482
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4483
4483
  } | {
4484
4484
  color: string | {
4485
4485
  colorType: "container" | "base" | "onBase" | "onContainer";
4486
4486
  toned?: boolean;
4487
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4487
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4488
4488
  };
4489
4489
  stop?: number;
4490
4490
  })[];
@@ -4493,7 +4493,7 @@ export declare const useSpacingBlueprintStore: () => {
4493
4493
  } | {
4494
4494
  colorType: "container" | "base" | "onBase" | "onContainer";
4495
4495
  toned?: boolean;
4496
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4496
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4497
4497
  };
4498
4498
  border?: {
4499
4499
  radius?: {
@@ -4512,7 +4512,7 @@ export declare const useSpacingBlueprintStore: () => {
4512
4512
  colors: (string | {
4513
4513
  colorType: "container" | "base" | "onBase" | "onContainer";
4514
4514
  toned?: boolean;
4515
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4515
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4516
4516
  } | {
4517
4517
  color: string | any;
4518
4518
  stop?: number;
@@ -4532,12 +4532,12 @@ export declare const useSpacingBlueprintStore: () => {
4532
4532
  colors: (string | {
4533
4533
  colorType: "container" | "base" | "onBase" | "onContainer";
4534
4534
  toned?: boolean;
4535
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4535
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4536
4536
  } | {
4537
4537
  color: string | {
4538
4538
  colorType: "container" | "base" | "onBase" | "onContainer";
4539
4539
  toned?: boolean;
4540
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4540
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4541
4541
  };
4542
4542
  stop?: number;
4543
4543
  })[];
@@ -4546,7 +4546,7 @@ export declare const useSpacingBlueprintStore: () => {
4546
4546
  } | {
4547
4547
  colorType: "container" | "base" | "onBase" | "onContainer";
4548
4548
  toned?: boolean;
4549
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4549
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4550
4550
  };
4551
4551
  typography?: {
4552
4552
  decoration?: string;
@@ -4566,7 +4566,7 @@ export declare const useSpacingBlueprintStore: () => {
4566
4566
  lineHeight: number;
4567
4567
  };
4568
4568
  } | {
4569
- type: "title" | "text" | "navigation";
4569
+ type: "text" | "title" | "navigation";
4570
4570
  size: "xs" | "s" | "m" | "l" | "xl";
4571
4571
  };
4572
4572
  };
@@ -4575,12 +4575,12 @@ export declare const useSpacingBlueprintStore: () => {
4575
4575
  colors: (string | {
4576
4576
  colorType: "container" | "base" | "onBase" | "onContainer";
4577
4577
  toned?: boolean;
4578
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4578
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4579
4579
  } | {
4580
4580
  color: string | {
4581
4581
  colorType: "container" | "base" | "onBase" | "onContainer";
4582
4582
  toned?: boolean;
4583
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4583
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4584
4584
  };
4585
4585
  stop?: number;
4586
4586
  })[];
@@ -4589,7 +4589,7 @@ export declare const useSpacingBlueprintStore: () => {
4589
4589
  } | {
4590
4590
  colorType: "container" | "base" | "onBase" | "onContainer";
4591
4591
  toned?: boolean;
4592
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4592
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4593
4593
  };
4594
4594
  size?: number;
4595
4595
  };
@@ -4600,12 +4600,12 @@ export declare const useSpacingBlueprintStore: () => {
4600
4600
  colors: (string | {
4601
4601
  colorType: "container" | "base" | "onBase" | "onContainer";
4602
4602
  toned?: boolean;
4603
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4603
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4604
4604
  } | {
4605
4605
  color: string | {
4606
4606
  colorType: "container" | "base" | "onBase" | "onContainer";
4607
4607
  toned?: boolean;
4608
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4608
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4609
4609
  };
4610
4610
  stop?: number;
4611
4611
  })[];
@@ -4614,7 +4614,7 @@ export declare const useSpacingBlueprintStore: () => {
4614
4614
  } | {
4615
4615
  colorType: "container" | "base" | "onBase" | "onContainer";
4616
4616
  toned?: boolean;
4617
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4617
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4618
4618
  };
4619
4619
  border?: {
4620
4620
  radius?: {
@@ -4633,7 +4633,7 @@ export declare const useSpacingBlueprintStore: () => {
4633
4633
  colors: (string | {
4634
4634
  colorType: "container" | "base" | "onBase" | "onContainer";
4635
4635
  toned?: boolean;
4636
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4636
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4637
4637
  } | {
4638
4638
  color: string | any;
4639
4639
  stop?: number;
@@ -4655,7 +4655,7 @@ export declare const useSpacingBlueprintStore: () => {
4655
4655
  blocks?: {
4656
4656
  primary: {
4657
4657
  name?: string;
4658
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4658
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4659
4659
  header?: {
4660
4660
  definitionId: {
4661
4661
  toString: () => string;
@@ -4701,6 +4701,7 @@ export declare const useSpacingBlueprintStore: () => {
4701
4701
  bottom?: string | number;
4702
4702
  left?: string | number;
4703
4703
  };
4704
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
4704
4705
  }[];
4705
4706
  events?: {
4706
4707
  onLoaded?: string[];
@@ -4708,6 +4709,7 @@ export declare const useSpacingBlueprintStore: () => {
4708
4709
  onSaving?: string[];
4709
4710
  onPersistState?: string[];
4710
4711
  onRestoreState?: string[];
4712
+ onActive?: string[];
4711
4713
  };
4712
4714
  actions?: {
4713
4715
  [name: string]: string[];
@@ -4753,6 +4755,7 @@ export declare const useSpacingBlueprintStore: () => {
4753
4755
  bottom?: string | number;
4754
4756
  left?: string | number;
4755
4757
  };
4758
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
4756
4759
  }[];
4757
4760
  style?: {
4758
4761
  margin?: number;
@@ -4784,6 +4787,7 @@ export declare const useSpacingBlueprintStore: () => {
4784
4787
  bottom?: string | number;
4785
4788
  left?: string | number;
4786
4789
  };
4790
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
4787
4791
  }[];
4788
4792
  editors?: {
4789
4793
  name?: string;
@@ -4813,12 +4817,12 @@ export declare const useSpacingBlueprintStore: () => {
4813
4817
  colors: (string | {
4814
4818
  colorType: "container" | "base" | "onBase" | "onContainer";
4815
4819
  toned?: boolean;
4816
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4820
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4817
4821
  } | {
4818
4822
  color: string | {
4819
4823
  colorType: "container" | "base" | "onBase" | "onContainer";
4820
4824
  toned?: boolean;
4821
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4825
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4822
4826
  };
4823
4827
  stop?: number;
4824
4828
  })[];
@@ -4827,7 +4831,7 @@ export declare const useSpacingBlueprintStore: () => {
4827
4831
  } | {
4828
4832
  colorType: "container" | "base" | "onBase" | "onContainer";
4829
4833
  toned?: boolean;
4830
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4834
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4831
4835
  };
4832
4836
  border?: {
4833
4837
  radius?: {
@@ -4846,7 +4850,7 @@ export declare const useSpacingBlueprintStore: () => {
4846
4850
  colors: (string | {
4847
4851
  colorType: "container" | "base" | "onBase" | "onContainer";
4848
4852
  toned?: boolean;
4849
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4853
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4850
4854
  } | {
4851
4855
  color: string | any;
4852
4856
  stop?: number;
@@ -4871,7 +4875,7 @@ export declare const useSpacingBlueprintStore: () => {
4871
4875
  };
4872
4876
  variant1?: {
4873
4877
  name?: string;
4874
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4878
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4875
4879
  header?: {
4876
4880
  definitionId: {
4877
4881
  toString: () => string;
@@ -4917,6 +4921,7 @@ export declare const useSpacingBlueprintStore: () => {
4917
4921
  bottom?: string | number;
4918
4922
  left?: string | number;
4919
4923
  };
4924
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
4920
4925
  }[];
4921
4926
  events?: {
4922
4927
  onLoaded?: string[];
@@ -4924,6 +4929,7 @@ export declare const useSpacingBlueprintStore: () => {
4924
4929
  onSaving?: string[];
4925
4930
  onPersistState?: string[];
4926
4931
  onRestoreState?: string[];
4932
+ onActive?: string[];
4927
4933
  };
4928
4934
  actions?: {
4929
4935
  [name: string]: string[];
@@ -4969,6 +4975,7 @@ export declare const useSpacingBlueprintStore: () => {
4969
4975
  bottom?: string | number;
4970
4976
  left?: string | number;
4971
4977
  };
4978
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
4972
4979
  }[];
4973
4980
  style?: {
4974
4981
  margin?: number;
@@ -5000,6 +5007,7 @@ export declare const useSpacingBlueprintStore: () => {
5000
5007
  bottom?: string | number;
5001
5008
  left?: string | number;
5002
5009
  };
5010
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5003
5011
  }[];
5004
5012
  editors?: {
5005
5013
  name?: string;
@@ -5029,12 +5037,12 @@ export declare const useSpacingBlueprintStore: () => {
5029
5037
  colors: (string | {
5030
5038
  colorType: "container" | "base" | "onBase" | "onContainer";
5031
5039
  toned?: boolean;
5032
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5040
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5033
5041
  } | {
5034
5042
  color: string | {
5035
5043
  colorType: "container" | "base" | "onBase" | "onContainer";
5036
5044
  toned?: boolean;
5037
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5045
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5038
5046
  };
5039
5047
  stop?: number;
5040
5048
  })[];
@@ -5043,7 +5051,7 @@ export declare const useSpacingBlueprintStore: () => {
5043
5051
  } | {
5044
5052
  colorType: "container" | "base" | "onBase" | "onContainer";
5045
5053
  toned?: boolean;
5046
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5054
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5047
5055
  };
5048
5056
  border?: {
5049
5057
  radius?: {
@@ -5062,7 +5070,7 @@ export declare const useSpacingBlueprintStore: () => {
5062
5070
  colors: (string | {
5063
5071
  colorType: "container" | "base" | "onBase" | "onContainer";
5064
5072
  toned?: boolean;
5065
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5073
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5066
5074
  } | {
5067
5075
  color: string | any;
5068
5076
  stop?: number;
@@ -5087,7 +5095,7 @@ export declare const useSpacingBlueprintStore: () => {
5087
5095
  };
5088
5096
  variant2?: {
5089
5097
  name?: string;
5090
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5098
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5091
5099
  header?: {
5092
5100
  definitionId: {
5093
5101
  toString: () => string;
@@ -5133,6 +5141,7 @@ export declare const useSpacingBlueprintStore: () => {
5133
5141
  bottom?: string | number;
5134
5142
  left?: string | number;
5135
5143
  };
5144
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5136
5145
  }[];
5137
5146
  events?: {
5138
5147
  onLoaded?: string[];
@@ -5140,6 +5149,7 @@ export declare const useSpacingBlueprintStore: () => {
5140
5149
  onSaving?: string[];
5141
5150
  onPersistState?: string[];
5142
5151
  onRestoreState?: string[];
5152
+ onActive?: string[];
5143
5153
  };
5144
5154
  actions?: {
5145
5155
  [name: string]: string[];
@@ -5185,6 +5195,7 @@ export declare const useSpacingBlueprintStore: () => {
5185
5195
  bottom?: string | number;
5186
5196
  left?: string | number;
5187
5197
  };
5198
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5188
5199
  }[];
5189
5200
  style?: {
5190
5201
  margin?: number;
@@ -5216,6 +5227,7 @@ export declare const useSpacingBlueprintStore: () => {
5216
5227
  bottom?: string | number;
5217
5228
  left?: string | number;
5218
5229
  };
5230
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5219
5231
  }[];
5220
5232
  editors?: {
5221
5233
  name?: string;
@@ -5245,12 +5257,12 @@ export declare const useSpacingBlueprintStore: () => {
5245
5257
  colors: (string | {
5246
5258
  colorType: "container" | "base" | "onBase" | "onContainer";
5247
5259
  toned?: boolean;
5248
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5260
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5249
5261
  } | {
5250
5262
  color: string | {
5251
5263
  colorType: "container" | "base" | "onBase" | "onContainer";
5252
5264
  toned?: boolean;
5253
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5265
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5254
5266
  };
5255
5267
  stop?: number;
5256
5268
  })[];
@@ -5259,7 +5271,7 @@ export declare const useSpacingBlueprintStore: () => {
5259
5271
  } | {
5260
5272
  colorType: "container" | "base" | "onBase" | "onContainer";
5261
5273
  toned?: boolean;
5262
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5274
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5263
5275
  };
5264
5276
  border?: {
5265
5277
  radius?: {
@@ -5278,7 +5290,7 @@ export declare const useSpacingBlueprintStore: () => {
5278
5290
  colors: (string | {
5279
5291
  colorType: "container" | "base" | "onBase" | "onContainer";
5280
5292
  toned?: boolean;
5281
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5293
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5282
5294
  } | {
5283
5295
  color: string | any;
5284
5296
  stop?: number;
@@ -5303,7 +5315,7 @@ export declare const useSpacingBlueprintStore: () => {
5303
5315
  };
5304
5316
  variant3?: {
5305
5317
  name?: string;
5306
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5318
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5307
5319
  header?: {
5308
5320
  definitionId: {
5309
5321
  toString: () => string;
@@ -5349,6 +5361,7 @@ export declare const useSpacingBlueprintStore: () => {
5349
5361
  bottom?: string | number;
5350
5362
  left?: string | number;
5351
5363
  };
5364
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5352
5365
  }[];
5353
5366
  events?: {
5354
5367
  onLoaded?: string[];
@@ -5356,6 +5369,7 @@ export declare const useSpacingBlueprintStore: () => {
5356
5369
  onSaving?: string[];
5357
5370
  onPersistState?: string[];
5358
5371
  onRestoreState?: string[];
5372
+ onActive?: string[];
5359
5373
  };
5360
5374
  actions?: {
5361
5375
  [name: string]: string[];
@@ -5401,6 +5415,7 @@ export declare const useSpacingBlueprintStore: () => {
5401
5415
  bottom?: string | number;
5402
5416
  left?: string | number;
5403
5417
  };
5418
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5404
5419
  }[];
5405
5420
  style?: {
5406
5421
  margin?: number;
@@ -5432,6 +5447,7 @@ export declare const useSpacingBlueprintStore: () => {
5432
5447
  bottom?: string | number;
5433
5448
  left?: string | number;
5434
5449
  };
5450
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5435
5451
  }[];
5436
5452
  editors?: {
5437
5453
  name?: string;
@@ -5461,12 +5477,12 @@ export declare const useSpacingBlueprintStore: () => {
5461
5477
  colors: (string | {
5462
5478
  colorType: "container" | "base" | "onBase" | "onContainer";
5463
5479
  toned?: boolean;
5464
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5480
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5465
5481
  } | {
5466
5482
  color: string | {
5467
5483
  colorType: "container" | "base" | "onBase" | "onContainer";
5468
5484
  toned?: boolean;
5469
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5485
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5470
5486
  };
5471
5487
  stop?: number;
5472
5488
  })[];
@@ -5475,7 +5491,7 @@ export declare const useSpacingBlueprintStore: () => {
5475
5491
  } | {
5476
5492
  colorType: "container" | "base" | "onBase" | "onContainer";
5477
5493
  toned?: boolean;
5478
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5494
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5479
5495
  };
5480
5496
  border?: {
5481
5497
  radius?: {
@@ -5494,7 +5510,7 @@ export declare const useSpacingBlueprintStore: () => {
5494
5510
  colors: (string | {
5495
5511
  colorType: "container" | "base" | "onBase" | "onContainer";
5496
5512
  toned?: boolean;
5497
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5513
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5498
5514
  } | {
5499
5515
  color: string | any;
5500
5516
  stop?: number;
@@ -5531,12 +5547,12 @@ export declare const useSpacingBlueprintStore: () => {
5531
5547
  colors: (string | {
5532
5548
  colorType: "container" | "base" | "onBase" | "onContainer";
5533
5549
  toned?: boolean;
5534
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5550
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5535
5551
  } | {
5536
5552
  color: string | {
5537
5553
  colorType: "container" | "base" | "onBase" | "onContainer";
5538
5554
  toned?: boolean;
5539
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5555
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5540
5556
  };
5541
5557
  stop?: number;
5542
5558
  })[];
@@ -5545,7 +5561,7 @@ export declare const useSpacingBlueprintStore: () => {
5545
5561
  } | {
5546
5562
  colorType: "container" | "base" | "onBase" | "onContainer";
5547
5563
  toned?: boolean;
5548
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5564
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5549
5565
  };
5550
5566
  size?: number;
5551
5567
  };
@@ -5554,12 +5570,12 @@ export declare const useSpacingBlueprintStore: () => {
5554
5570
  colors: (string | {
5555
5571
  colorType: "container" | "base" | "onBase" | "onContainer";
5556
5572
  toned?: boolean;
5557
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5573
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5558
5574
  } | {
5559
5575
  color: string | {
5560
5576
  colorType: "container" | "base" | "onBase" | "onContainer";
5561
5577
  toned?: boolean;
5562
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5578
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5563
5579
  };
5564
5580
  stop?: number;
5565
5581
  })[];
@@ -5568,7 +5584,7 @@ export declare const useSpacingBlueprintStore: () => {
5568
5584
  } | {
5569
5585
  colorType: "container" | "base" | "onBase" | "onContainer";
5570
5586
  toned?: boolean;
5571
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5587
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5572
5588
  };
5573
5589
  size?: number;
5574
5590
  };
@@ -5577,12 +5593,12 @@ export declare const useSpacingBlueprintStore: () => {
5577
5593
  colors: (string | {
5578
5594
  colorType: "container" | "base" | "onBase" | "onContainer";
5579
5595
  toned?: boolean;
5580
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5596
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5581
5597
  } | {
5582
5598
  color: string | {
5583
5599
  colorType: "container" | "base" | "onBase" | "onContainer";
5584
5600
  toned?: boolean;
5585
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5601
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5586
5602
  };
5587
5603
  stop?: number;
5588
5604
  })[];
@@ -5591,7 +5607,7 @@ export declare const useSpacingBlueprintStore: () => {
5591
5607
  } | {
5592
5608
  colorType: "container" | "base" | "onBase" | "onContainer";
5593
5609
  toned?: boolean;
5594
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5610
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5595
5611
  };
5596
5612
  size?: number;
5597
5613
  };
@@ -5600,12 +5616,12 @@ export declare const useSpacingBlueprintStore: () => {
5600
5616
  colors: (string | {
5601
5617
  colorType: "container" | "base" | "onBase" | "onContainer";
5602
5618
  toned?: boolean;
5603
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5619
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5604
5620
  } | {
5605
5621
  color: string | {
5606
5622
  colorType: "container" | "base" | "onBase" | "onContainer";
5607
5623
  toned?: boolean;
5608
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5624
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5609
5625
  };
5610
5626
  stop?: number;
5611
5627
  })[];
@@ -5614,7 +5630,7 @@ export declare const useSpacingBlueprintStore: () => {
5614
5630
  } | {
5615
5631
  colorType: "container" | "base" | "onBase" | "onContainer";
5616
5632
  toned?: boolean;
5617
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5633
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5618
5634
  };
5619
5635
  size?: number;
5620
5636
  };
@@ -5623,12 +5639,12 @@ export declare const useSpacingBlueprintStore: () => {
5623
5639
  colors: (string | {
5624
5640
  colorType: "container" | "base" | "onBase" | "onContainer";
5625
5641
  toned?: boolean;
5626
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5642
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5627
5643
  } | {
5628
5644
  color: string | {
5629
5645
  colorType: "container" | "base" | "onBase" | "onContainer";
5630
5646
  toned?: boolean;
5631
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5647
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5632
5648
  };
5633
5649
  stop?: number;
5634
5650
  })[];
@@ -5637,7 +5653,7 @@ export declare const useSpacingBlueprintStore: () => {
5637
5653
  } | {
5638
5654
  colorType: "container" | "base" | "onBase" | "onContainer";
5639
5655
  toned?: boolean;
5640
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5656
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5641
5657
  };
5642
5658
  size?: number;
5643
5659
  };
@@ -5651,12 +5667,12 @@ export declare const useSpacingBlueprintStore: () => {
5651
5667
  colors: (string | {
5652
5668
  colorType: "container" | "base" | "onBase" | "onContainer";
5653
5669
  toned?: boolean;
5654
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5670
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5655
5671
  } | {
5656
5672
  color: string | {
5657
5673
  colorType: "container" | "base" | "onBase" | "onContainer";
5658
5674
  toned?: boolean;
5659
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5675
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5660
5676
  };
5661
5677
  stop?: number;
5662
5678
  })[];
@@ -5665,7 +5681,7 @@ export declare const useSpacingBlueprintStore: () => {
5665
5681
  } | {
5666
5682
  colorType: "container" | "base" | "onBase" | "onContainer";
5667
5683
  toned?: boolean;
5668
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5684
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5669
5685
  };
5670
5686
  border?: {
5671
5687
  radius?: {
@@ -5684,12 +5700,12 @@ export declare const useSpacingBlueprintStore: () => {
5684
5700
  colors: (string | {
5685
5701
  colorType: "container" | "base" | "onBase" | "onContainer";
5686
5702
  toned?: boolean;
5687
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5703
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5688
5704
  } | {
5689
5705
  color: string | {
5690
5706
  colorType: "container" | "base" | "onBase" | "onContainer";
5691
5707
  toned?: boolean;
5692
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5708
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5693
5709
  };
5694
5710
  stop?: number;
5695
5711
  })[];
@@ -5717,12 +5733,12 @@ export declare const useSpacingBlueprintStore: () => {
5717
5733
  colors: (string | {
5718
5734
  colorType: "container" | "base" | "onBase" | "onContainer";
5719
5735
  toned?: boolean;
5720
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5736
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5721
5737
  } | {
5722
5738
  color: string | {
5723
5739
  colorType: "container" | "base" | "onBase" | "onContainer";
5724
5740
  toned?: boolean;
5725
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5741
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5726
5742
  };
5727
5743
  stop?: number;
5728
5744
  })[];
@@ -5731,7 +5747,7 @@ export declare const useSpacingBlueprintStore: () => {
5731
5747
  } | {
5732
5748
  colorType: "container" | "base" | "onBase" | "onContainer";
5733
5749
  toned?: boolean;
5734
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5750
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5735
5751
  };
5736
5752
  border?: {
5737
5753
  radius?: {
@@ -5750,12 +5766,12 @@ export declare const useSpacingBlueprintStore: () => {
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
  })[];
@@ -5783,12 +5799,12 @@ export declare const useSpacingBlueprintStore: () => {
5783
5799
  colors: (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
  color: string | {
5789
5805
  colorType: "container" | "base" | "onBase" | "onContainer";
5790
5806
  toned?: boolean;
5791
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5807
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5792
5808
  };
5793
5809
  stop?: number;
5794
5810
  })[];
@@ -5797,7 +5813,7 @@ export declare const useSpacingBlueprintStore: () => {
5797
5813
  } | {
5798
5814
  colorType: "container" | "base" | "onBase" | "onContainer";
5799
5815
  toned?: boolean;
5800
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5816
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5801
5817
  };
5802
5818
  border?: {
5803
5819
  radius?: {
@@ -5816,12 +5832,12 @@ export declare const useSpacingBlueprintStore: () => {
5816
5832
  colors: (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
  color: string | {
5822
5838
  colorType: "container" | "base" | "onBase" | "onContainer";
5823
5839
  toned?: boolean;
5824
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5840
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5825
5841
  };
5826
5842
  stop?: number;
5827
5843
  })[];
@@ -5849,12 +5865,12 @@ export declare const useSpacingBlueprintStore: () => {
5849
5865
  colors: (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
  color: string | {
5855
5871
  colorType: "container" | "base" | "onBase" | "onContainer";
5856
5872
  toned?: boolean;
5857
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5873
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5858
5874
  };
5859
5875
  stop?: number;
5860
5876
  })[];
@@ -5863,7 +5879,7 @@ export declare const useSpacingBlueprintStore: () => {
5863
5879
  } | {
5864
5880
  colorType: "container" | "base" | "onBase" | "onContainer";
5865
5881
  toned?: boolean;
5866
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5882
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5867
5883
  };
5868
5884
  border?: {
5869
5885
  radius?: {
@@ -5882,12 +5898,12 @@ export declare const useSpacingBlueprintStore: () => {
5882
5898
  colors: (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
  color: string | {
5888
5904
  colorType: "container" | "base" | "onBase" | "onContainer";
5889
5905
  toned?: boolean;
5890
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5906
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5891
5907
  };
5892
5908
  stop?: number;
5893
5909
  })[];
@@ -6017,16 +6033,16 @@ export declare const useSpacingBlueprintStore: () => {
6017
6033
  };
6018
6034
  deactivated(): void;
6019
6035
  };
6020
- colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => import("@omnia/fx-models").ColorSchema;
6036
+ colorSchema: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic") => import("@omnia/fx-models").ColorSchema;
6021
6037
  typography: () => import("@omnia/fx-models").TypographyBlueprints;
6022
6038
  fillValue: (value: import("@omnia/fx-models").FillDefinitionValue, type: "typography") => any;
6023
6039
  spacing: () => import("@omnia/fx-models").SpacingBlueprints;
6024
6040
  component: () => import("@omnia/fx-models").ComponentBlueprints;
6025
- 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;
6026
- colorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
6041
+ 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;
6042
+ colorDefinition: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
6027
6043
  complementaryColorType: (colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
6028
- 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;
6029
- complementaryColorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
6044
+ 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;
6045
+ complementaryColorDefinition: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
6030
6046
  currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
6031
6047
  };
6032
6048
  };