@omnia/fx 8.0.221-dev → 8.0.223-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (174) 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.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
  4. package/internal-do-not-import-from-here/stores/markdown/MarkdownEditorStore.d.ts +72 -0
  5. package/internal-do-not-import-from-here/stores/markdown/MarkdownStateStore.d.ts +38 -0
  6. package/internal-do-not-import-from-here/stores/markdown/index.d.ts +1 -0
  7. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +1 -1
  8. package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +120 -404
  9. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupMembershipListing.d.ts +7 -4
  10. package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +2 -0
  11. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/AuthenticationBlade.d.ts +47 -0
  12. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/DetailBlade.d.ts +47 -0
  13. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserDetailStore.d.ts +11 -6
  14. package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +8 -0
  15. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
  16. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +4 -4
  17. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -2
  18. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
  19. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +5 -5
  20. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
  21. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +5 -5
  22. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
  23. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +5 -5
  24. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeViewer.d.ts +5 -5
  25. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +10 -10
  26. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.css.d.ts +3 -0
  27. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +100 -100
  28. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +5 -5
  29. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +2 -2
  30. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +5 -5
  31. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -2
  32. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +5 -5
  33. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
  34. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
  35. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.d.ts +5 -5
  36. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
  37. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -2
  38. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +5 -5
  39. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +443 -371
  41. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +60 -60
  42. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +443 -371
  43. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +3 -1
  44. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Colors.d.ts +2 -12
  45. package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +5 -0
  46. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +5 -5
  47. package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +5 -5
  48. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +5 -5
  49. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +5 -5
  50. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +5 -5
  51. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +5 -5
  52. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +5 -5
  53. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +5 -5
  54. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +5 -5
  55. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +5 -5
  56. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +5 -5
  57. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +5 -5
  58. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +5 -5
  59. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +5 -5
  60. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.css_bak.d.ts +7 -0
  61. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +45 -5
  62. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor_bak.d.ts +500 -0
  63. package/internal-do-not-import-from-here/ux/markdown/MarkdownToolbar.css.d.ts +5 -0
  64. package/internal-do-not-import-from-here/ux/markdown/MarkdownToolbar.d.ts +52 -0
  65. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.css.d.ts +1 -6
  66. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +5 -5
  67. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.stylex.d.ts +6 -36
  68. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +5 -5
  69. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +5 -5
  70. package/internal-do-not-import-from-here/ux/oxide/btn/Button.stylex.d.ts +2 -7
  71. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +5 -5
  72. package/internal-do-not-import-from-here/ux/oxide/btngroup/{ButtonGroup.css.d.ts → ButtonGroup.stylex.d.ts} +1 -1
  73. package/internal-do-not-import-from-here/ux/oxide/card/Card.css.d.ts +1 -1
  74. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +5 -5
  75. package/internal-do-not-import-from-here/ux/oxide/chart/Chart.d.ts +5 -5
  76. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +5 -5
  77. package/internal-do-not-import-from-here/ux/oxide/checkbox/{Checkbox.css.d.ts → Checkbox.stylex.d.ts} +1 -1
  78. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +5 -5
  79. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.stylex.d.ts +4 -0
  80. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +5 -5
  81. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.stylex.d.ts +8 -0
  82. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +5 -5
  83. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +5 -5
  84. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +5 -5
  85. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +5 -5
  86. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.stylex.d.ts +5 -0
  87. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +5 -5
  88. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +5 -5
  89. package/internal-do-not-import-from-here/ux/oxide/flex/Flex.d.ts +5 -5
  90. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +5 -5
  91. package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +5 -5
  92. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +5 -5
  93. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +5 -5
  94. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.css.d.ts +1 -1
  95. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +5 -5
  96. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +5 -5
  97. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +5 -5
  98. package/internal-do-not-import-from-here/ux/oxide/list/{List.css.d.ts → List.stylex.d.ts} +1 -1
  99. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +5 -5
  100. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.stylex.d.ts +5 -0
  101. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +5 -5
  102. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +5 -5
  103. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +5 -5
  104. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +5 -5
  105. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +5 -5
  106. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +46 -46
  107. package/internal-do-not-import-from-here/ux/oxide/panel/{Panel.css.d.ts → Panel.stylex.d.ts} +6 -6
  108. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +5 -5
  109. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +5 -5
  110. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +5 -5
  111. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +5 -5
  112. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +5 -5
  113. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.stylex.d.ts +4 -0
  114. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +2 -2
  115. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +5 -5
  116. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +5 -5
  117. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +5 -5
  118. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +5 -5
  119. package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +5 -5
  120. package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +5 -5
  121. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +2 -2
  122. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +5 -5
  123. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +5 -5
  124. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +5 -5
  125. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +5 -5
  126. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +5 -5
  127. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +5 -5
  128. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -5
  129. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +5 -5
  130. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +5 -5
  131. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.stylex.d.ts +4 -24
  132. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +5 -5
  133. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +5 -5
  134. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +8 -0
  135. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +75 -0
  136. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionRenderer.d.ts +52 -0
  137. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionRendererPlugin.d.ts +5 -0
  138. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionTemplateSelectorButton.d.ts +52 -0
  139. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +15 -0
  140. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentEditor.css.d.ts +5 -0
  141. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentEditor.d.ts +1123 -0
  142. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentRenderer.d.ts +80 -0
  143. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/ActionMenu.css.d.ts +4 -0
  144. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/ActionMenu.d.ts +60 -0
  145. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector copy.d.ts +60 -0
  146. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector.css.d.ts +12 -0
  147. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector.d.ts +60 -0
  148. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar copy.d.ts +65 -0
  149. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar.css.d.ts +4 -0
  150. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar.d.ts +65 -0
  151. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/definitions/DefinitionRegistrations.d.ts +1 -0
  152. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/definitions/index.d.ts +1 -0
  153. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/editorHooks/ContentEditorHooks.css.d.ts +6 -0
  154. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/editorHooks/ContentEditorHooks.d.ts +2 -0
  155. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/models/EditorRenderingHooks.d.ts +24 -0
  156. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/models/index.d.ts +1 -0
  157. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/stores/ContentEditorStore.d.ts +220 -0
  158. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +5 -5
  159. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +5 -5
  160. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +5 -5
  161. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  162. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
  163. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +5 -5
  164. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +105 -105
  165. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +5 -5
  166. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +8 -0
  167. package/internal-do-not-import-from-here/wctypings.d.ts +17 -17
  168. package/package.json +2 -2
  169. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.css.d.ts +0 -24
  170. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.css.d.ts +0 -8
  171. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker_omfx.d.ts +0 -0
  172. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.css.d.ts +0 -5
  173. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.css.d.ts +0 -5
  174. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.css.d.ts +0 -4
@@ -103,16 +103,16 @@ export declare const useTypographyBlueprintStore: () => {
103
103
  };
104
104
  deactivated(): void;
105
105
  };
106
- colorSchema(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic" | import("@omnia/fx-models").ColorSchema): import("@omnia/fx-models").ColorSchema;
106
+ colorSchema(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchema): import("@omnia/fx-models").ColorSchema;
107
107
  typography(): import("@omnia/fx-models").TypographyBlueprints;
108
108
  fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
109
109
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
110
110
  component(): import("@omnia/fx-models").ComponentBlueprints;
111
- color(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
112
- colorDefinition(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
111
+ color(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
112
+ colorDefinition(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
113
113
  complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
114
- complementaryColor(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
115
- complementaryColorDefinition(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
114
+ complementaryColor(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
115
+ complementaryColorDefinition(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
116
116
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
117
117
  };
118
118
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -209,16 +209,16 @@ export declare const useTypographyBlueprintStore: () => {
209
209
  };
210
210
  deactivated(): void;
211
211
  };
212
- colorSchema(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic" | import("@omnia/fx-models").ColorSchema): import("@omnia/fx-models").ColorSchema;
212
+ colorSchema(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchema): import("@omnia/fx-models").ColorSchema;
213
213
  typography(): import("@omnia/fx-models").TypographyBlueprints;
214
214
  fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
215
215
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
216
216
  component(): import("@omnia/fx-models").ComponentBlueprints;
217
- color(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
218
- colorDefinition(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
217
+ color(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
218
+ colorDefinition(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
219
219
  complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
220
- complementaryColor(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
221
- complementaryColorDefinition(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
220
+ complementaryColor(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
221
+ complementaryColorDefinition(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
222
222
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
223
223
  };
224
224
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -315,16 +315,16 @@ export declare const useTypographyBlueprintStore: () => {
315
315
  };
316
316
  deactivated(): void;
317
317
  };
318
- colorSchema(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic" | import("@omnia/fx-models").ColorSchema): import("@omnia/fx-models").ColorSchema;
318
+ colorSchema(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchema): import("@omnia/fx-models").ColorSchema;
319
319
  typography(): import("@omnia/fx-models").TypographyBlueprints;
320
320
  fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
321
321
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
322
322
  component(): import("@omnia/fx-models").ComponentBlueprints;
323
- color(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
324
- colorDefinition(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
323
+ color(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
324
+ colorDefinition(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
325
325
  complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
326
- complementaryColor(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
327
- complementaryColorDefinition(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
326
+ complementaryColor(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
327
+ complementaryColorDefinition(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
328
328
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
329
329
  };
330
330
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -459,6 +459,54 @@ export declare const useTypographyBlueprintStore: () => {
459
459
  };
460
460
  id: guid;
461
461
  };
462
+ accent4: {
463
+ name: string;
464
+ base: {
465
+ dark: boolean;
466
+ color: string;
467
+ colorToned: string;
468
+ };
469
+ onBase: {
470
+ dark: boolean;
471
+ color: string;
472
+ colorToned: string;
473
+ };
474
+ container: {
475
+ dark: boolean;
476
+ color: string;
477
+ colorToned: string;
478
+ };
479
+ onContainer: {
480
+ dark: boolean;
481
+ color: string;
482
+ colorToned: string;
483
+ };
484
+ id: guid;
485
+ };
486
+ accent5: {
487
+ name: string;
488
+ base: {
489
+ dark: boolean;
490
+ color: string;
491
+ colorToned: string;
492
+ };
493
+ onBase: {
494
+ dark: boolean;
495
+ color: string;
496
+ colorToned: string;
497
+ };
498
+ container: {
499
+ dark: boolean;
500
+ color: string;
501
+ colorToned: string;
502
+ };
503
+ onContainer: {
504
+ dark: boolean;
505
+ color: string;
506
+ colorToned: string;
507
+ };
508
+ id: guid;
509
+ };
462
510
  neutral: {
463
511
  name: string;
464
512
  base: {
@@ -603,6 +651,30 @@ export declare const useTypographyBlueprintStore: () => {
603
651
  };
604
652
  id: guid;
605
653
  };
654
+ success: {
655
+ name: string;
656
+ base: {
657
+ dark: boolean;
658
+ color: string;
659
+ colorToned: string;
660
+ };
661
+ onBase: {
662
+ dark: boolean;
663
+ color: string;
664
+ colorToned: string;
665
+ };
666
+ container: {
667
+ dark: boolean;
668
+ color: string;
669
+ colorToned: string;
670
+ };
671
+ onContainer: {
672
+ dark: boolean;
673
+ color: string;
674
+ colorToned: string;
675
+ };
676
+ id: guid;
677
+ };
606
678
  };
607
679
  typography: {
608
680
  primary: {
@@ -617,13 +689,13 @@ export declare const useTypographyBlueprintStore: () => {
617
689
  colors: (string | {
618
690
  colorType: "base" | "onBase" | "container" | "onContainer";
619
691
  toned?: boolean;
620
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
692
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
621
693
  opacity?: number;
622
694
  } | {
623
695
  color: string | {
624
696
  colorType: "base" | "onBase" | "container" | "onContainer";
625
697
  toned?: boolean;
626
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
698
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
627
699
  opacity?: number;
628
700
  };
629
701
  stop?: number;
@@ -634,13 +706,13 @@ export declare const useTypographyBlueprintStore: () => {
634
706
  colors: (string | {
635
707
  colorType: "base" | "onBase" | "container" | "onContainer";
636
708
  toned?: boolean;
637
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
709
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
638
710
  opacity?: number;
639
711
  } | {
640
712
  color: string | {
641
713
  colorType: "base" | "onBase" | "container" | "onContainer";
642
714
  toned?: boolean;
643
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
715
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
644
716
  opacity?: number;
645
717
  };
646
718
  stop?: number;
@@ -651,13 +723,13 @@ export declare const useTypographyBlueprintStore: () => {
651
723
  colors: (string | {
652
724
  colorType: "base" | "onBase" | "container" | "onContainer";
653
725
  toned?: boolean;
654
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
726
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
655
727
  opacity?: number;
656
728
  } | {
657
729
  color: string | {
658
730
  colorType: "base" | "onBase" | "container" | "onContainer";
659
731
  toned?: boolean;
660
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
732
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
661
733
  opacity?: number;
662
734
  };
663
735
  stop?: number;
@@ -950,13 +1022,13 @@ export declare const useTypographyBlueprintStore: () => {
950
1022
  colors: (string | {
951
1023
  colorType: "base" | "onBase" | "container" | "onContainer";
952
1024
  toned?: boolean;
953
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1025
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
954
1026
  opacity?: number;
955
1027
  } | {
956
1028
  color: string | {
957
1029
  colorType: "base" | "onBase" | "container" | "onContainer";
958
1030
  toned?: boolean;
959
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1031
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
960
1032
  opacity?: number;
961
1033
  };
962
1034
  stop?: number;
@@ -965,7 +1037,7 @@ export declare const useTypographyBlueprintStore: () => {
965
1037
  } | {
966
1038
  colorType: "base" | "onBase" | "container" | "onContainer";
967
1039
  toned?: boolean;
968
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1040
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
969
1041
  opacity?: number;
970
1042
  };
971
1043
  border?: {
@@ -985,7 +1057,7 @@ export declare const useTypographyBlueprintStore: () => {
985
1057
  colors: (string | {
986
1058
  colorType: "base" | "onBase" | "container" | "onContainer";
987
1059
  toned?: boolean;
988
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1060
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
989
1061
  opacity?: number;
990
1062
  } | {
991
1063
  color: string | any;
@@ -1007,13 +1079,13 @@ export declare const useTypographyBlueprintStore: () => {
1007
1079
  colors: (string | {
1008
1080
  colorType: "base" | "onBase" | "container" | "onContainer";
1009
1081
  toned?: boolean;
1010
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1082
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1011
1083
  opacity?: number;
1012
1084
  } | {
1013
1085
  color: string | {
1014
1086
  colorType: "base" | "onBase" | "container" | "onContainer";
1015
1087
  toned?: boolean;
1016
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1088
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1017
1089
  opacity?: number;
1018
1090
  };
1019
1091
  stop?: number;
@@ -1022,7 +1094,7 @@ export declare const useTypographyBlueprintStore: () => {
1022
1094
  } | {
1023
1095
  colorType: "base" | "onBase" | "container" | "onContainer";
1024
1096
  toned?: boolean;
1025
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1097
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1026
1098
  opacity?: number;
1027
1099
  };
1028
1100
  typography?: {
@@ -1052,13 +1124,13 @@ export declare const useTypographyBlueprintStore: () => {
1052
1124
  colors: (string | {
1053
1125
  colorType: "base" | "onBase" | "container" | "onContainer";
1054
1126
  toned?: boolean;
1055
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1127
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1056
1128
  opacity?: number;
1057
1129
  } | {
1058
1130
  color: string | {
1059
1131
  colorType: "base" | "onBase" | "container" | "onContainer";
1060
1132
  toned?: boolean;
1061
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1133
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1062
1134
  opacity?: number;
1063
1135
  };
1064
1136
  stop?: number;
@@ -1067,7 +1139,7 @@ export declare const useTypographyBlueprintStore: () => {
1067
1139
  } | {
1068
1140
  colorType: "base" | "onBase" | "container" | "onContainer";
1069
1141
  toned?: boolean;
1070
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1142
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1071
1143
  opacity?: number;
1072
1144
  };
1073
1145
  size?: number;
@@ -1089,13 +1161,13 @@ export declare const useTypographyBlueprintStore: () => {
1089
1161
  colors: (string | {
1090
1162
  colorType: "base" | "onBase" | "container" | "onContainer";
1091
1163
  toned?: boolean;
1092
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1164
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1093
1165
  opacity?: number;
1094
1166
  } | {
1095
1167
  color: string | {
1096
1168
  colorType: "base" | "onBase" | "container" | "onContainer";
1097
1169
  toned?: boolean;
1098
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1170
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1099
1171
  opacity?: number;
1100
1172
  };
1101
1173
  stop?: number;
@@ -1104,7 +1176,7 @@ export declare const useTypographyBlueprintStore: () => {
1104
1176
  } | {
1105
1177
  colorType: "base" | "onBase" | "container" | "onContainer";
1106
1178
  toned?: boolean;
1107
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1179
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1108
1180
  opacity?: number;
1109
1181
  };
1110
1182
  border?: {
@@ -1124,7 +1196,7 @@ export declare const useTypographyBlueprintStore: () => {
1124
1196
  colors: (string | {
1125
1197
  colorType: "base" | "onBase" | "container" | "onContainer";
1126
1198
  toned?: boolean;
1127
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1199
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1128
1200
  opacity?: number;
1129
1201
  } | {
1130
1202
  color: string | any;
@@ -1146,13 +1218,13 @@ export declare const useTypographyBlueprintStore: () => {
1146
1218
  colors: (string | {
1147
1219
  colorType: "base" | "onBase" | "container" | "onContainer";
1148
1220
  toned?: boolean;
1149
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1221
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1150
1222
  opacity?: number;
1151
1223
  } | {
1152
1224
  color: string | {
1153
1225
  colorType: "base" | "onBase" | "container" | "onContainer";
1154
1226
  toned?: boolean;
1155
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1227
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1156
1228
  opacity?: number;
1157
1229
  };
1158
1230
  stop?: number;
@@ -1161,7 +1233,7 @@ export declare const useTypographyBlueprintStore: () => {
1161
1233
  } | {
1162
1234
  colorType: "base" | "onBase" | "container" | "onContainer";
1163
1235
  toned?: boolean;
1164
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1236
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1165
1237
  opacity?: number;
1166
1238
  };
1167
1239
  typography?: {
@@ -1191,13 +1263,13 @@ export declare const useTypographyBlueprintStore: () => {
1191
1263
  colors: (string | {
1192
1264
  colorType: "base" | "onBase" | "container" | "onContainer";
1193
1265
  toned?: boolean;
1194
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1266
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1195
1267
  opacity?: number;
1196
1268
  } | {
1197
1269
  color: string | {
1198
1270
  colorType: "base" | "onBase" | "container" | "onContainer";
1199
1271
  toned?: boolean;
1200
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1272
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1201
1273
  opacity?: number;
1202
1274
  };
1203
1275
  stop?: number;
@@ -1206,7 +1278,7 @@ export declare const useTypographyBlueprintStore: () => {
1206
1278
  } | {
1207
1279
  colorType: "base" | "onBase" | "container" | "onContainer";
1208
1280
  toned?: boolean;
1209
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1281
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1210
1282
  opacity?: number;
1211
1283
  };
1212
1284
  size?: number;
@@ -1228,13 +1300,13 @@ export declare const useTypographyBlueprintStore: () => {
1228
1300
  colors: (string | {
1229
1301
  colorType: "base" | "onBase" | "container" | "onContainer";
1230
1302
  toned?: boolean;
1231
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1303
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1232
1304
  opacity?: number;
1233
1305
  } | {
1234
1306
  color: string | {
1235
1307
  colorType: "base" | "onBase" | "container" | "onContainer";
1236
1308
  toned?: boolean;
1237
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1309
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1238
1310
  opacity?: number;
1239
1311
  };
1240
1312
  stop?: number;
@@ -1243,7 +1315,7 @@ export declare const useTypographyBlueprintStore: () => {
1243
1315
  } | {
1244
1316
  colorType: "base" | "onBase" | "container" | "onContainer";
1245
1317
  toned?: boolean;
1246
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1318
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1247
1319
  opacity?: number;
1248
1320
  };
1249
1321
  border?: {
@@ -1263,7 +1335,7 @@ export declare const useTypographyBlueprintStore: () => {
1263
1335
  colors: (string | {
1264
1336
  colorType: "base" | "onBase" | "container" | "onContainer";
1265
1337
  toned?: boolean;
1266
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1338
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1267
1339
  opacity?: number;
1268
1340
  } | {
1269
1341
  color: string | any;
@@ -1285,13 +1357,13 @@ export declare const useTypographyBlueprintStore: () => {
1285
1357
  colors: (string | {
1286
1358
  colorType: "base" | "onBase" | "container" | "onContainer";
1287
1359
  toned?: boolean;
1288
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1360
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1289
1361
  opacity?: number;
1290
1362
  } | {
1291
1363
  color: string | {
1292
1364
  colorType: "base" | "onBase" | "container" | "onContainer";
1293
1365
  toned?: boolean;
1294
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1366
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1295
1367
  opacity?: number;
1296
1368
  };
1297
1369
  stop?: number;
@@ -1300,7 +1372,7 @@ export declare const useTypographyBlueprintStore: () => {
1300
1372
  } | {
1301
1373
  colorType: "base" | "onBase" | "container" | "onContainer";
1302
1374
  toned?: boolean;
1303
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1375
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1304
1376
  opacity?: number;
1305
1377
  };
1306
1378
  typography?: {
@@ -1330,13 +1402,13 @@ export declare const useTypographyBlueprintStore: () => {
1330
1402
  colors: (string | {
1331
1403
  colorType: "base" | "onBase" | "container" | "onContainer";
1332
1404
  toned?: boolean;
1333
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1405
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1334
1406
  opacity?: number;
1335
1407
  } | {
1336
1408
  color: string | {
1337
1409
  colorType: "base" | "onBase" | "container" | "onContainer";
1338
1410
  toned?: boolean;
1339
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1411
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1340
1412
  opacity?: number;
1341
1413
  };
1342
1414
  stop?: number;
@@ -1345,7 +1417,7 @@ export declare const useTypographyBlueprintStore: () => {
1345
1417
  } | {
1346
1418
  colorType: "base" | "onBase" | "container" | "onContainer";
1347
1419
  toned?: boolean;
1348
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1420
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1349
1421
  opacity?: number;
1350
1422
  };
1351
1423
  size?: number;
@@ -1367,13 +1439,13 @@ export declare const useTypographyBlueprintStore: () => {
1367
1439
  colors: (string | {
1368
1440
  colorType: "base" | "onBase" | "container" | "onContainer";
1369
1441
  toned?: boolean;
1370
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1442
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1371
1443
  opacity?: number;
1372
1444
  } | {
1373
1445
  color: string | {
1374
1446
  colorType: "base" | "onBase" | "container" | "onContainer";
1375
1447
  toned?: boolean;
1376
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1448
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1377
1449
  opacity?: number;
1378
1450
  };
1379
1451
  stop?: number;
@@ -1382,7 +1454,7 @@ export declare const useTypographyBlueprintStore: () => {
1382
1454
  } | {
1383
1455
  colorType: "base" | "onBase" | "container" | "onContainer";
1384
1456
  toned?: boolean;
1385
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1457
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1386
1458
  opacity?: number;
1387
1459
  };
1388
1460
  border?: {
@@ -1402,7 +1474,7 @@ export declare const useTypographyBlueprintStore: () => {
1402
1474
  colors: (string | {
1403
1475
  colorType: "base" | "onBase" | "container" | "onContainer";
1404
1476
  toned?: boolean;
1405
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1477
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1406
1478
  opacity?: number;
1407
1479
  } | {
1408
1480
  color: string | any;
@@ -1424,13 +1496,13 @@ export declare const useTypographyBlueprintStore: () => {
1424
1496
  colors: (string | {
1425
1497
  colorType: "base" | "onBase" | "container" | "onContainer";
1426
1498
  toned?: boolean;
1427
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1499
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1428
1500
  opacity?: number;
1429
1501
  } | {
1430
1502
  color: string | {
1431
1503
  colorType: "base" | "onBase" | "container" | "onContainer";
1432
1504
  toned?: boolean;
1433
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1505
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1434
1506
  opacity?: number;
1435
1507
  };
1436
1508
  stop?: number;
@@ -1439,7 +1511,7 @@ export declare const useTypographyBlueprintStore: () => {
1439
1511
  } | {
1440
1512
  colorType: "base" | "onBase" | "container" | "onContainer";
1441
1513
  toned?: boolean;
1442
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1514
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1443
1515
  opacity?: number;
1444
1516
  };
1445
1517
  typography?: {
@@ -1469,13 +1541,13 @@ export declare const useTypographyBlueprintStore: () => {
1469
1541
  colors: (string | {
1470
1542
  colorType: "base" | "onBase" | "container" | "onContainer";
1471
1543
  toned?: boolean;
1472
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1544
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1473
1545
  opacity?: number;
1474
1546
  } | {
1475
1547
  color: string | {
1476
1548
  colorType: "base" | "onBase" | "container" | "onContainer";
1477
1549
  toned?: boolean;
1478
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1550
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1479
1551
  opacity?: number;
1480
1552
  };
1481
1553
  stop?: number;
@@ -1484,7 +1556,7 @@ export declare const useTypographyBlueprintStore: () => {
1484
1556
  } | {
1485
1557
  colorType: "base" | "onBase" | "container" | "onContainer";
1486
1558
  toned?: boolean;
1487
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1559
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1488
1560
  opacity?: number;
1489
1561
  };
1490
1562
  size?: number;
@@ -1506,13 +1578,13 @@ export declare const useTypographyBlueprintStore: () => {
1506
1578
  colors: (string | {
1507
1579
  colorType: "base" | "onBase" | "container" | "onContainer";
1508
1580
  toned?: boolean;
1509
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1581
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1510
1582
  opacity?: number;
1511
1583
  } | {
1512
1584
  color: string | {
1513
1585
  colorType: "base" | "onBase" | "container" | "onContainer";
1514
1586
  toned?: boolean;
1515
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1587
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1516
1588
  opacity?: number;
1517
1589
  };
1518
1590
  stop?: number;
@@ -1521,7 +1593,7 @@ export declare const useTypographyBlueprintStore: () => {
1521
1593
  } | {
1522
1594
  colorType: "base" | "onBase" | "container" | "onContainer";
1523
1595
  toned?: boolean;
1524
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1596
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1525
1597
  opacity?: number;
1526
1598
  };
1527
1599
  border?: {
@@ -1541,7 +1613,7 @@ export declare const useTypographyBlueprintStore: () => {
1541
1613
  colors: (string | {
1542
1614
  colorType: "base" | "onBase" | "container" | "onContainer";
1543
1615
  toned?: boolean;
1544
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1616
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1545
1617
  opacity?: number;
1546
1618
  } | {
1547
1619
  color: string | any;
@@ -1563,13 +1635,13 @@ export declare const useTypographyBlueprintStore: () => {
1563
1635
  colors: (string | {
1564
1636
  colorType: "base" | "onBase" | "container" | "onContainer";
1565
1637
  toned?: boolean;
1566
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1638
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1567
1639
  opacity?: number;
1568
1640
  } | {
1569
1641
  color: string | {
1570
1642
  colorType: "base" | "onBase" | "container" | "onContainer";
1571
1643
  toned?: boolean;
1572
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1644
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1573
1645
  opacity?: number;
1574
1646
  };
1575
1647
  stop?: number;
@@ -1578,7 +1650,7 @@ export declare const useTypographyBlueprintStore: () => {
1578
1650
  } | {
1579
1651
  colorType: "base" | "onBase" | "container" | "onContainer";
1580
1652
  toned?: boolean;
1581
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1653
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1582
1654
  opacity?: number;
1583
1655
  };
1584
1656
  typography?: {
@@ -1608,13 +1680,13 @@ export declare const useTypographyBlueprintStore: () => {
1608
1680
  colors: (string | {
1609
1681
  colorType: "base" | "onBase" | "container" | "onContainer";
1610
1682
  toned?: boolean;
1611
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1683
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1612
1684
  opacity?: number;
1613
1685
  } | {
1614
1686
  color: string | {
1615
1687
  colorType: "base" | "onBase" | "container" | "onContainer";
1616
1688
  toned?: boolean;
1617
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1689
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1618
1690
  opacity?: number;
1619
1691
  };
1620
1692
  stop?: number;
@@ -1623,7 +1695,7 @@ export declare const useTypographyBlueprintStore: () => {
1623
1695
  } | {
1624
1696
  colorType: "base" | "onBase" | "container" | "onContainer";
1625
1697
  toned?: boolean;
1626
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1698
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1627
1699
  opacity?: number;
1628
1700
  };
1629
1701
  size?: number;
@@ -1645,13 +1717,13 @@ export declare const useTypographyBlueprintStore: () => {
1645
1717
  colors: (string | {
1646
1718
  colorType: "base" | "onBase" | "container" | "onContainer";
1647
1719
  toned?: boolean;
1648
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1720
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1649
1721
  opacity?: number;
1650
1722
  } | {
1651
1723
  color: string | {
1652
1724
  colorType: "base" | "onBase" | "container" | "onContainer";
1653
1725
  toned?: boolean;
1654
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1726
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1655
1727
  opacity?: number;
1656
1728
  };
1657
1729
  stop?: number;
@@ -1660,7 +1732,7 @@ export declare const useTypographyBlueprintStore: () => {
1660
1732
  } | {
1661
1733
  colorType: "base" | "onBase" | "container" | "onContainer";
1662
1734
  toned?: boolean;
1663
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1735
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1664
1736
  opacity?: number;
1665
1737
  };
1666
1738
  border?: {
@@ -1680,7 +1752,7 @@ export declare const useTypographyBlueprintStore: () => {
1680
1752
  colors: (string | {
1681
1753
  colorType: "base" | "onBase" | "container" | "onContainer";
1682
1754
  toned?: boolean;
1683
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1755
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1684
1756
  opacity?: number;
1685
1757
  } | {
1686
1758
  color: string | any;
@@ -1702,13 +1774,13 @@ export declare const useTypographyBlueprintStore: () => {
1702
1774
  colors: (string | {
1703
1775
  colorType: "base" | "onBase" | "container" | "onContainer";
1704
1776
  toned?: boolean;
1705
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1777
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1706
1778
  opacity?: number;
1707
1779
  } | {
1708
1780
  color: string | {
1709
1781
  colorType: "base" | "onBase" | "container" | "onContainer";
1710
1782
  toned?: boolean;
1711
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1783
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1712
1784
  opacity?: number;
1713
1785
  };
1714
1786
  stop?: number;
@@ -1717,7 +1789,7 @@ export declare const useTypographyBlueprintStore: () => {
1717
1789
  } | {
1718
1790
  colorType: "base" | "onBase" | "container" | "onContainer";
1719
1791
  toned?: boolean;
1720
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1792
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1721
1793
  opacity?: number;
1722
1794
  };
1723
1795
  typography?: {
@@ -1747,13 +1819,13 @@ export declare const useTypographyBlueprintStore: () => {
1747
1819
  colors: (string | {
1748
1820
  colorType: "base" | "onBase" | "container" | "onContainer";
1749
1821
  toned?: boolean;
1750
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1822
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1751
1823
  opacity?: number;
1752
1824
  } | {
1753
1825
  color: string | {
1754
1826
  colorType: "base" | "onBase" | "container" | "onContainer";
1755
1827
  toned?: boolean;
1756
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1828
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1757
1829
  opacity?: number;
1758
1830
  };
1759
1831
  stop?: number;
@@ -1762,7 +1834,7 @@ export declare const useTypographyBlueprintStore: () => {
1762
1834
  } | {
1763
1835
  colorType: "base" | "onBase" | "container" | "onContainer";
1764
1836
  toned?: boolean;
1765
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1837
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1766
1838
  opacity?: number;
1767
1839
  };
1768
1840
  size?: number;
@@ -1784,13 +1856,13 @@ export declare const useTypographyBlueprintStore: () => {
1784
1856
  colors: (string | {
1785
1857
  colorType: "base" | "onBase" | "container" | "onContainer";
1786
1858
  toned?: boolean;
1787
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1859
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1788
1860
  opacity?: number;
1789
1861
  } | {
1790
1862
  color: string | {
1791
1863
  colorType: "base" | "onBase" | "container" | "onContainer";
1792
1864
  toned?: boolean;
1793
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1865
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1794
1866
  opacity?: number;
1795
1867
  };
1796
1868
  stop?: number;
@@ -1799,7 +1871,7 @@ export declare const useTypographyBlueprintStore: () => {
1799
1871
  } | {
1800
1872
  colorType: "base" | "onBase" | "container" | "onContainer";
1801
1873
  toned?: boolean;
1802
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1874
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1803
1875
  opacity?: number;
1804
1876
  };
1805
1877
  border?: {
@@ -1819,7 +1891,7 @@ export declare const useTypographyBlueprintStore: () => {
1819
1891
  colors: (string | {
1820
1892
  colorType: "base" | "onBase" | "container" | "onContainer";
1821
1893
  toned?: boolean;
1822
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1894
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1823
1895
  opacity?: number;
1824
1896
  } | {
1825
1897
  color: string | any;
@@ -1841,13 +1913,13 @@ export declare const useTypographyBlueprintStore: () => {
1841
1913
  colors: (string | {
1842
1914
  colorType: "base" | "onBase" | "container" | "onContainer";
1843
1915
  toned?: boolean;
1844
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1916
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1845
1917
  opacity?: number;
1846
1918
  } | {
1847
1919
  color: string | {
1848
1920
  colorType: "base" | "onBase" | "container" | "onContainer";
1849
1921
  toned?: boolean;
1850
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1922
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1851
1923
  opacity?: number;
1852
1924
  };
1853
1925
  stop?: number;
@@ -1856,7 +1928,7 @@ export declare const useTypographyBlueprintStore: () => {
1856
1928
  } | {
1857
1929
  colorType: "base" | "onBase" | "container" | "onContainer";
1858
1930
  toned?: boolean;
1859
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1931
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1860
1932
  opacity?: number;
1861
1933
  };
1862
1934
  typography?: {
@@ -1886,13 +1958,13 @@ export declare const useTypographyBlueprintStore: () => {
1886
1958
  colors: (string | {
1887
1959
  colorType: "base" | "onBase" | "container" | "onContainer";
1888
1960
  toned?: boolean;
1889
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1961
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1890
1962
  opacity?: number;
1891
1963
  } | {
1892
1964
  color: string | {
1893
1965
  colorType: "base" | "onBase" | "container" | "onContainer";
1894
1966
  toned?: boolean;
1895
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1967
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1896
1968
  opacity?: number;
1897
1969
  };
1898
1970
  stop?: number;
@@ -1901,7 +1973,7 @@ export declare const useTypographyBlueprintStore: () => {
1901
1973
  } | {
1902
1974
  colorType: "base" | "onBase" | "container" | "onContainer";
1903
1975
  toned?: boolean;
1904
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1976
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1905
1977
  opacity?: number;
1906
1978
  };
1907
1979
  size?: number;
@@ -1923,13 +1995,13 @@ export declare const useTypographyBlueprintStore: () => {
1923
1995
  colors: (string | {
1924
1996
  colorType: "base" | "onBase" | "container" | "onContainer";
1925
1997
  toned?: boolean;
1926
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
1998
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1927
1999
  opacity?: number;
1928
2000
  } | {
1929
2001
  color: string | {
1930
2002
  colorType: "base" | "onBase" | "container" | "onContainer";
1931
2003
  toned?: boolean;
1932
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2004
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1933
2005
  opacity?: number;
1934
2006
  };
1935
2007
  stop?: number;
@@ -1938,7 +2010,7 @@ export declare const useTypographyBlueprintStore: () => {
1938
2010
  } | {
1939
2011
  colorType: "base" | "onBase" | "container" | "onContainer";
1940
2012
  toned?: boolean;
1941
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2013
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1942
2014
  opacity?: number;
1943
2015
  };
1944
2016
  border?: {
@@ -1958,7 +2030,7 @@ export declare const useTypographyBlueprintStore: () => {
1958
2030
  colors: (string | {
1959
2031
  colorType: "base" | "onBase" | "container" | "onContainer";
1960
2032
  toned?: boolean;
1961
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2033
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1962
2034
  opacity?: number;
1963
2035
  } | {
1964
2036
  color: string | any;
@@ -1980,13 +2052,13 @@ export declare const useTypographyBlueprintStore: () => {
1980
2052
  colors: (string | {
1981
2053
  colorType: "base" | "onBase" | "container" | "onContainer";
1982
2054
  toned?: boolean;
1983
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2055
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1984
2056
  opacity?: number;
1985
2057
  } | {
1986
2058
  color: string | {
1987
2059
  colorType: "base" | "onBase" | "container" | "onContainer";
1988
2060
  toned?: boolean;
1989
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2061
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1990
2062
  opacity?: number;
1991
2063
  };
1992
2064
  stop?: number;
@@ -1995,7 +2067,7 @@ export declare const useTypographyBlueprintStore: () => {
1995
2067
  } | {
1996
2068
  colorType: "base" | "onBase" | "container" | "onContainer";
1997
2069
  toned?: boolean;
1998
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2070
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
1999
2071
  opacity?: number;
2000
2072
  };
2001
2073
  typography?: {
@@ -2025,13 +2097,13 @@ export declare const useTypographyBlueprintStore: () => {
2025
2097
  colors: (string | {
2026
2098
  colorType: "base" | "onBase" | "container" | "onContainer";
2027
2099
  toned?: boolean;
2028
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2100
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2029
2101
  opacity?: number;
2030
2102
  } | {
2031
2103
  color: string | {
2032
2104
  colorType: "base" | "onBase" | "container" | "onContainer";
2033
2105
  toned?: boolean;
2034
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2106
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2035
2107
  opacity?: number;
2036
2108
  };
2037
2109
  stop?: number;
@@ -2040,7 +2112,7 @@ export declare const useTypographyBlueprintStore: () => {
2040
2112
  } | {
2041
2113
  colorType: "base" | "onBase" | "container" | "onContainer";
2042
2114
  toned?: boolean;
2043
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2115
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2044
2116
  opacity?: number;
2045
2117
  };
2046
2118
  size?: number;
@@ -2062,13 +2134,13 @@ export declare const useTypographyBlueprintStore: () => {
2062
2134
  colors: (string | {
2063
2135
  colorType: "base" | "onBase" | "container" | "onContainer";
2064
2136
  toned?: boolean;
2065
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2137
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2066
2138
  opacity?: number;
2067
2139
  } | {
2068
2140
  color: string | {
2069
2141
  colorType: "base" | "onBase" | "container" | "onContainer";
2070
2142
  toned?: boolean;
2071
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2143
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2072
2144
  opacity?: number;
2073
2145
  };
2074
2146
  stop?: number;
@@ -2077,7 +2149,7 @@ export declare const useTypographyBlueprintStore: () => {
2077
2149
  } | {
2078
2150
  colorType: "base" | "onBase" | "container" | "onContainer";
2079
2151
  toned?: boolean;
2080
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2152
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2081
2153
  opacity?: number;
2082
2154
  };
2083
2155
  border?: {
@@ -2097,7 +2169,7 @@ export declare const useTypographyBlueprintStore: () => {
2097
2169
  colors: (string | {
2098
2170
  colorType: "base" | "onBase" | "container" | "onContainer";
2099
2171
  toned?: boolean;
2100
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2172
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2101
2173
  opacity?: number;
2102
2174
  } | {
2103
2175
  color: string | any;
@@ -2119,13 +2191,13 @@ export declare const useTypographyBlueprintStore: () => {
2119
2191
  colors: (string | {
2120
2192
  colorType: "base" | "onBase" | "container" | "onContainer";
2121
2193
  toned?: boolean;
2122
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2194
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2123
2195
  opacity?: number;
2124
2196
  } | {
2125
2197
  color: string | {
2126
2198
  colorType: "base" | "onBase" | "container" | "onContainer";
2127
2199
  toned?: boolean;
2128
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2200
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2129
2201
  opacity?: number;
2130
2202
  };
2131
2203
  stop?: number;
@@ -2134,7 +2206,7 @@ export declare const useTypographyBlueprintStore: () => {
2134
2206
  } | {
2135
2207
  colorType: "base" | "onBase" | "container" | "onContainer";
2136
2208
  toned?: boolean;
2137
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2209
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2138
2210
  opacity?: number;
2139
2211
  };
2140
2212
  typography?: {
@@ -2164,13 +2236,13 @@ export declare const useTypographyBlueprintStore: () => {
2164
2236
  colors: (string | {
2165
2237
  colorType: "base" | "onBase" | "container" | "onContainer";
2166
2238
  toned?: boolean;
2167
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2239
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2168
2240
  opacity?: number;
2169
2241
  } | {
2170
2242
  color: string | {
2171
2243
  colorType: "base" | "onBase" | "container" | "onContainer";
2172
2244
  toned?: boolean;
2173
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2245
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2174
2246
  opacity?: number;
2175
2247
  };
2176
2248
  stop?: number;
@@ -2179,7 +2251,7 @@ export declare const useTypographyBlueprintStore: () => {
2179
2251
  } | {
2180
2252
  colorType: "base" | "onBase" | "container" | "onContainer";
2181
2253
  toned?: boolean;
2182
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2254
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2183
2255
  opacity?: number;
2184
2256
  };
2185
2257
  size?: number;
@@ -2203,13 +2275,13 @@ export declare const useTypographyBlueprintStore: () => {
2203
2275
  colors: (string | {
2204
2276
  colorType: "base" | "onBase" | "container" | "onContainer";
2205
2277
  toned?: boolean;
2206
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2278
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2207
2279
  opacity?: number;
2208
2280
  } | {
2209
2281
  color: string | {
2210
2282
  colorType: "base" | "onBase" | "container" | "onContainer";
2211
2283
  toned?: boolean;
2212
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2284
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2213
2285
  opacity?: number;
2214
2286
  };
2215
2287
  stop?: number;
@@ -2218,7 +2290,7 @@ export declare const useTypographyBlueprintStore: () => {
2218
2290
  } | {
2219
2291
  colorType: "base" | "onBase" | "container" | "onContainer";
2220
2292
  toned?: boolean;
2221
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2293
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2222
2294
  opacity?: number;
2223
2295
  };
2224
2296
  border?: {
@@ -2238,7 +2310,7 @@ export declare const useTypographyBlueprintStore: () => {
2238
2310
  colors: (string | {
2239
2311
  colorType: "base" | "onBase" | "container" | "onContainer";
2240
2312
  toned?: boolean;
2241
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2313
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2242
2314
  opacity?: number;
2243
2315
  } | {
2244
2316
  color: string | any;
@@ -2260,13 +2332,13 @@ export declare const useTypographyBlueprintStore: () => {
2260
2332
  colors: (string | {
2261
2333
  colorType: "base" | "onBase" | "container" | "onContainer";
2262
2334
  toned?: boolean;
2263
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2335
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2264
2336
  opacity?: number;
2265
2337
  } | {
2266
2338
  color: string | {
2267
2339
  colorType: "base" | "onBase" | "container" | "onContainer";
2268
2340
  toned?: boolean;
2269
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2341
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2270
2342
  opacity?: number;
2271
2343
  };
2272
2344
  stop?: number;
@@ -2275,7 +2347,7 @@ export declare const useTypographyBlueprintStore: () => {
2275
2347
  } | {
2276
2348
  colorType: "base" | "onBase" | "container" | "onContainer";
2277
2349
  toned?: boolean;
2278
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2350
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2279
2351
  opacity?: number;
2280
2352
  };
2281
2353
  typography?: {
@@ -2305,13 +2377,13 @@ export declare const useTypographyBlueprintStore: () => {
2305
2377
  colors: (string | {
2306
2378
  colorType: "base" | "onBase" | "container" | "onContainer";
2307
2379
  toned?: boolean;
2308
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2380
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2309
2381
  opacity?: number;
2310
2382
  } | {
2311
2383
  color: string | {
2312
2384
  colorType: "base" | "onBase" | "container" | "onContainer";
2313
2385
  toned?: boolean;
2314
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2386
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2315
2387
  opacity?: number;
2316
2388
  };
2317
2389
  stop?: number;
@@ -2320,7 +2392,7 @@ export declare const useTypographyBlueprintStore: () => {
2320
2392
  } | {
2321
2393
  colorType: "base" | "onBase" | "container" | "onContainer";
2322
2394
  toned?: boolean;
2323
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2395
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2324
2396
  opacity?: number;
2325
2397
  };
2326
2398
  size?: number;
@@ -2342,13 +2414,13 @@ export declare const useTypographyBlueprintStore: () => {
2342
2414
  colors: (string | {
2343
2415
  colorType: "base" | "onBase" | "container" | "onContainer";
2344
2416
  toned?: boolean;
2345
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2417
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2346
2418
  opacity?: number;
2347
2419
  } | {
2348
2420
  color: string | {
2349
2421
  colorType: "base" | "onBase" | "container" | "onContainer";
2350
2422
  toned?: boolean;
2351
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2423
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2352
2424
  opacity?: number;
2353
2425
  };
2354
2426
  stop?: number;
@@ -2357,7 +2429,7 @@ export declare const useTypographyBlueprintStore: () => {
2357
2429
  } | {
2358
2430
  colorType: "base" | "onBase" | "container" | "onContainer";
2359
2431
  toned?: boolean;
2360
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2432
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2361
2433
  opacity?: number;
2362
2434
  };
2363
2435
  border?: {
@@ -2377,7 +2449,7 @@ export declare const useTypographyBlueprintStore: () => {
2377
2449
  colors: (string | {
2378
2450
  colorType: "base" | "onBase" | "container" | "onContainer";
2379
2451
  toned?: boolean;
2380
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2452
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2381
2453
  opacity?: number;
2382
2454
  } | {
2383
2455
  color: string | any;
@@ -2399,13 +2471,13 @@ export declare const useTypographyBlueprintStore: () => {
2399
2471
  colors: (string | {
2400
2472
  colorType: "base" | "onBase" | "container" | "onContainer";
2401
2473
  toned?: boolean;
2402
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2474
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2403
2475
  opacity?: number;
2404
2476
  } | {
2405
2477
  color: string | {
2406
2478
  colorType: "base" | "onBase" | "container" | "onContainer";
2407
2479
  toned?: boolean;
2408
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2480
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2409
2481
  opacity?: number;
2410
2482
  };
2411
2483
  stop?: number;
@@ -2414,7 +2486,7 @@ export declare const useTypographyBlueprintStore: () => {
2414
2486
  } | {
2415
2487
  colorType: "base" | "onBase" | "container" | "onContainer";
2416
2488
  toned?: boolean;
2417
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2489
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2418
2490
  opacity?: number;
2419
2491
  };
2420
2492
  typography?: {
@@ -2444,13 +2516,13 @@ export declare const useTypographyBlueprintStore: () => {
2444
2516
  colors: (string | {
2445
2517
  colorType: "base" | "onBase" | "container" | "onContainer";
2446
2518
  toned?: boolean;
2447
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2519
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2448
2520
  opacity?: number;
2449
2521
  } | {
2450
2522
  color: string | {
2451
2523
  colorType: "base" | "onBase" | "container" | "onContainer";
2452
2524
  toned?: boolean;
2453
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2525
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2454
2526
  opacity?: number;
2455
2527
  };
2456
2528
  stop?: number;
@@ -2459,7 +2531,7 @@ export declare const useTypographyBlueprintStore: () => {
2459
2531
  } | {
2460
2532
  colorType: "base" | "onBase" | "container" | "onContainer";
2461
2533
  toned?: boolean;
2462
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2534
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2463
2535
  opacity?: number;
2464
2536
  };
2465
2537
  size?: number;
@@ -2481,13 +2553,13 @@ export declare const useTypographyBlueprintStore: () => {
2481
2553
  colors: (string | {
2482
2554
  colorType: "base" | "onBase" | "container" | "onContainer";
2483
2555
  toned?: boolean;
2484
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2556
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2485
2557
  opacity?: number;
2486
2558
  } | {
2487
2559
  color: string | {
2488
2560
  colorType: "base" | "onBase" | "container" | "onContainer";
2489
2561
  toned?: boolean;
2490
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2562
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2491
2563
  opacity?: number;
2492
2564
  };
2493
2565
  stop?: number;
@@ -2496,7 +2568,7 @@ export declare const useTypographyBlueprintStore: () => {
2496
2568
  } | {
2497
2569
  colorType: "base" | "onBase" | "container" | "onContainer";
2498
2570
  toned?: boolean;
2499
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2571
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2500
2572
  opacity?: number;
2501
2573
  };
2502
2574
  border?: {
@@ -2516,7 +2588,7 @@ export declare const useTypographyBlueprintStore: () => {
2516
2588
  colors: (string | {
2517
2589
  colorType: "base" | "onBase" | "container" | "onContainer";
2518
2590
  toned?: boolean;
2519
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2591
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2520
2592
  opacity?: number;
2521
2593
  } | {
2522
2594
  color: string | any;
@@ -2538,13 +2610,13 @@ export declare const useTypographyBlueprintStore: () => {
2538
2610
  colors: (string | {
2539
2611
  colorType: "base" | "onBase" | "container" | "onContainer";
2540
2612
  toned?: boolean;
2541
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2613
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2542
2614
  opacity?: number;
2543
2615
  } | {
2544
2616
  color: string | {
2545
2617
  colorType: "base" | "onBase" | "container" | "onContainer";
2546
2618
  toned?: boolean;
2547
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2619
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2548
2620
  opacity?: number;
2549
2621
  };
2550
2622
  stop?: number;
@@ -2553,7 +2625,7 @@ export declare const useTypographyBlueprintStore: () => {
2553
2625
  } | {
2554
2626
  colorType: "base" | "onBase" | "container" | "onContainer";
2555
2627
  toned?: boolean;
2556
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2628
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2557
2629
  opacity?: number;
2558
2630
  };
2559
2631
  typography?: {
@@ -2583,13 +2655,13 @@ export declare const useTypographyBlueprintStore: () => {
2583
2655
  colors: (string | {
2584
2656
  colorType: "base" | "onBase" | "container" | "onContainer";
2585
2657
  toned?: boolean;
2586
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2658
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2587
2659
  opacity?: number;
2588
2660
  } | {
2589
2661
  color: string | {
2590
2662
  colorType: "base" | "onBase" | "container" | "onContainer";
2591
2663
  toned?: boolean;
2592
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2664
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2593
2665
  opacity?: number;
2594
2666
  };
2595
2667
  stop?: number;
@@ -2598,7 +2670,7 @@ export declare const useTypographyBlueprintStore: () => {
2598
2670
  } | {
2599
2671
  colorType: "base" | "onBase" | "container" | "onContainer";
2600
2672
  toned?: boolean;
2601
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2673
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2602
2674
  opacity?: number;
2603
2675
  };
2604
2676
  size?: number;
@@ -2620,13 +2692,13 @@ export declare const useTypographyBlueprintStore: () => {
2620
2692
  colors: (string | {
2621
2693
  colorType: "base" | "onBase" | "container" | "onContainer";
2622
2694
  toned?: boolean;
2623
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2695
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2624
2696
  opacity?: number;
2625
2697
  } | {
2626
2698
  color: string | {
2627
2699
  colorType: "base" | "onBase" | "container" | "onContainer";
2628
2700
  toned?: boolean;
2629
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2701
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2630
2702
  opacity?: number;
2631
2703
  };
2632
2704
  stop?: number;
@@ -2635,7 +2707,7 @@ export declare const useTypographyBlueprintStore: () => {
2635
2707
  } | {
2636
2708
  colorType: "base" | "onBase" | "container" | "onContainer";
2637
2709
  toned?: boolean;
2638
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2710
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2639
2711
  opacity?: number;
2640
2712
  };
2641
2713
  border?: {
@@ -2655,7 +2727,7 @@ export declare const useTypographyBlueprintStore: () => {
2655
2727
  colors: (string | {
2656
2728
  colorType: "base" | "onBase" | "container" | "onContainer";
2657
2729
  toned?: boolean;
2658
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2730
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2659
2731
  opacity?: number;
2660
2732
  } | {
2661
2733
  color: string | any;
@@ -2677,13 +2749,13 @@ export declare const useTypographyBlueprintStore: () => {
2677
2749
  colors: (string | {
2678
2750
  colorType: "base" | "onBase" | "container" | "onContainer";
2679
2751
  toned?: boolean;
2680
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2752
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2681
2753
  opacity?: number;
2682
2754
  } | {
2683
2755
  color: string | {
2684
2756
  colorType: "base" | "onBase" | "container" | "onContainer";
2685
2757
  toned?: boolean;
2686
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2758
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2687
2759
  opacity?: number;
2688
2760
  };
2689
2761
  stop?: number;
@@ -2692,7 +2764,7 @@ export declare const useTypographyBlueprintStore: () => {
2692
2764
  } | {
2693
2765
  colorType: "base" | "onBase" | "container" | "onContainer";
2694
2766
  toned?: boolean;
2695
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2767
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2696
2768
  opacity?: number;
2697
2769
  };
2698
2770
  typography?: {
@@ -2722,13 +2794,13 @@ export declare const useTypographyBlueprintStore: () => {
2722
2794
  colors: (string | {
2723
2795
  colorType: "base" | "onBase" | "container" | "onContainer";
2724
2796
  toned?: boolean;
2725
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2797
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2726
2798
  opacity?: number;
2727
2799
  } | {
2728
2800
  color: string | {
2729
2801
  colorType: "base" | "onBase" | "container" | "onContainer";
2730
2802
  toned?: boolean;
2731
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2803
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2732
2804
  opacity?: number;
2733
2805
  };
2734
2806
  stop?: number;
@@ -2737,7 +2809,7 @@ export declare const useTypographyBlueprintStore: () => {
2737
2809
  } | {
2738
2810
  colorType: "base" | "onBase" | "container" | "onContainer";
2739
2811
  toned?: boolean;
2740
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2812
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2741
2813
  opacity?: number;
2742
2814
  };
2743
2815
  size?: number;
@@ -2759,13 +2831,13 @@ export declare const useTypographyBlueprintStore: () => {
2759
2831
  colors: (string | {
2760
2832
  colorType: "base" | "onBase" | "container" | "onContainer";
2761
2833
  toned?: boolean;
2762
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2834
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2763
2835
  opacity?: number;
2764
2836
  } | {
2765
2837
  color: string | {
2766
2838
  colorType: "base" | "onBase" | "container" | "onContainer";
2767
2839
  toned?: boolean;
2768
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2840
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2769
2841
  opacity?: number;
2770
2842
  };
2771
2843
  stop?: number;
@@ -2774,7 +2846,7 @@ export declare const useTypographyBlueprintStore: () => {
2774
2846
  } | {
2775
2847
  colorType: "base" | "onBase" | "container" | "onContainer";
2776
2848
  toned?: boolean;
2777
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2849
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2778
2850
  opacity?: number;
2779
2851
  };
2780
2852
  border?: {
@@ -2794,7 +2866,7 @@ export declare const useTypographyBlueprintStore: () => {
2794
2866
  colors: (string | {
2795
2867
  colorType: "base" | "onBase" | "container" | "onContainer";
2796
2868
  toned?: boolean;
2797
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2869
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2798
2870
  opacity?: number;
2799
2871
  } | {
2800
2872
  color: string | any;
@@ -2816,13 +2888,13 @@ export declare const useTypographyBlueprintStore: () => {
2816
2888
  colors: (string | {
2817
2889
  colorType: "base" | "onBase" | "container" | "onContainer";
2818
2890
  toned?: boolean;
2819
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2891
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2820
2892
  opacity?: number;
2821
2893
  } | {
2822
2894
  color: string | {
2823
2895
  colorType: "base" | "onBase" | "container" | "onContainer";
2824
2896
  toned?: boolean;
2825
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2897
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2826
2898
  opacity?: number;
2827
2899
  };
2828
2900
  stop?: number;
@@ -2831,7 +2903,7 @@ export declare const useTypographyBlueprintStore: () => {
2831
2903
  } | {
2832
2904
  colorType: "base" | "onBase" | "container" | "onContainer";
2833
2905
  toned?: boolean;
2834
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2906
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2835
2907
  opacity?: number;
2836
2908
  };
2837
2909
  typography?: {
@@ -2861,13 +2933,13 @@ export declare const useTypographyBlueprintStore: () => {
2861
2933
  colors: (string | {
2862
2934
  colorType: "base" | "onBase" | "container" | "onContainer";
2863
2935
  toned?: boolean;
2864
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2936
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2865
2937
  opacity?: number;
2866
2938
  } | {
2867
2939
  color: string | {
2868
2940
  colorType: "base" | "onBase" | "container" | "onContainer";
2869
2941
  toned?: boolean;
2870
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2942
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2871
2943
  opacity?: number;
2872
2944
  };
2873
2945
  stop?: number;
@@ -2876,7 +2948,7 @@ export declare const useTypographyBlueprintStore: () => {
2876
2948
  } | {
2877
2949
  colorType: "base" | "onBase" | "container" | "onContainer";
2878
2950
  toned?: boolean;
2879
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2951
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2880
2952
  opacity?: number;
2881
2953
  };
2882
2954
  size?: number;
@@ -2898,13 +2970,13 @@ export declare const useTypographyBlueprintStore: () => {
2898
2970
  colors: (string | {
2899
2971
  colorType: "base" | "onBase" | "container" | "onContainer";
2900
2972
  toned?: boolean;
2901
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2973
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2902
2974
  opacity?: number;
2903
2975
  } | {
2904
2976
  color: string | {
2905
2977
  colorType: "base" | "onBase" | "container" | "onContainer";
2906
2978
  toned?: boolean;
2907
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2979
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2908
2980
  opacity?: number;
2909
2981
  };
2910
2982
  stop?: number;
@@ -2913,7 +2985,7 @@ export declare const useTypographyBlueprintStore: () => {
2913
2985
  } | {
2914
2986
  colorType: "base" | "onBase" | "container" | "onContainer";
2915
2987
  toned?: boolean;
2916
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
2988
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2917
2989
  opacity?: number;
2918
2990
  };
2919
2991
  border?: {
@@ -2933,7 +3005,7 @@ export declare const useTypographyBlueprintStore: () => {
2933
3005
  colors: (string | {
2934
3006
  colorType: "base" | "onBase" | "container" | "onContainer";
2935
3007
  toned?: boolean;
2936
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3008
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2937
3009
  opacity?: number;
2938
3010
  } | {
2939
3011
  color: string | any;
@@ -2955,13 +3027,13 @@ export declare const useTypographyBlueprintStore: () => {
2955
3027
  colors: (string | {
2956
3028
  colorType: "base" | "onBase" | "container" | "onContainer";
2957
3029
  toned?: boolean;
2958
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3030
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2959
3031
  opacity?: number;
2960
3032
  } | {
2961
3033
  color: string | {
2962
3034
  colorType: "base" | "onBase" | "container" | "onContainer";
2963
3035
  toned?: boolean;
2964
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3036
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2965
3037
  opacity?: number;
2966
3038
  };
2967
3039
  stop?: number;
@@ -2970,7 +3042,7 @@ export declare const useTypographyBlueprintStore: () => {
2970
3042
  } | {
2971
3043
  colorType: "base" | "onBase" | "container" | "onContainer";
2972
3044
  toned?: boolean;
2973
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3045
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2974
3046
  opacity?: number;
2975
3047
  };
2976
3048
  typography?: {
@@ -3000,13 +3072,13 @@ export declare const useTypographyBlueprintStore: () => {
3000
3072
  colors: (string | {
3001
3073
  colorType: "base" | "onBase" | "container" | "onContainer";
3002
3074
  toned?: boolean;
3003
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3075
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3004
3076
  opacity?: number;
3005
3077
  } | {
3006
3078
  color: string | {
3007
3079
  colorType: "base" | "onBase" | "container" | "onContainer";
3008
3080
  toned?: boolean;
3009
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3081
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3010
3082
  opacity?: number;
3011
3083
  };
3012
3084
  stop?: number;
@@ -3015,7 +3087,7 @@ export declare const useTypographyBlueprintStore: () => {
3015
3087
  } | {
3016
3088
  colorType: "base" | "onBase" | "container" | "onContainer";
3017
3089
  toned?: boolean;
3018
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3090
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3019
3091
  opacity?: number;
3020
3092
  };
3021
3093
  size?: number;
@@ -3037,13 +3109,13 @@ export declare const useTypographyBlueprintStore: () => {
3037
3109
  colors: (string | {
3038
3110
  colorType: "base" | "onBase" | "container" | "onContainer";
3039
3111
  toned?: boolean;
3040
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3112
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3041
3113
  opacity?: number;
3042
3114
  } | {
3043
3115
  color: string | {
3044
3116
  colorType: "base" | "onBase" | "container" | "onContainer";
3045
3117
  toned?: boolean;
3046
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3118
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3047
3119
  opacity?: number;
3048
3120
  };
3049
3121
  stop?: number;
@@ -3052,7 +3124,7 @@ export declare const useTypographyBlueprintStore: () => {
3052
3124
  } | {
3053
3125
  colorType: "base" | "onBase" | "container" | "onContainer";
3054
3126
  toned?: boolean;
3055
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3127
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3056
3128
  opacity?: number;
3057
3129
  };
3058
3130
  border?: {
@@ -3072,7 +3144,7 @@ export declare const useTypographyBlueprintStore: () => {
3072
3144
  colors: (string | {
3073
3145
  colorType: "base" | "onBase" | "container" | "onContainer";
3074
3146
  toned?: boolean;
3075
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3147
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3076
3148
  opacity?: number;
3077
3149
  } | {
3078
3150
  color: string | any;
@@ -3094,13 +3166,13 @@ export declare const useTypographyBlueprintStore: () => {
3094
3166
  colors: (string | {
3095
3167
  colorType: "base" | "onBase" | "container" | "onContainer";
3096
3168
  toned?: boolean;
3097
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3169
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3098
3170
  opacity?: number;
3099
3171
  } | {
3100
3172
  color: string | {
3101
3173
  colorType: "base" | "onBase" | "container" | "onContainer";
3102
3174
  toned?: boolean;
3103
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3175
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3104
3176
  opacity?: number;
3105
3177
  };
3106
3178
  stop?: number;
@@ -3109,7 +3181,7 @@ export declare const useTypographyBlueprintStore: () => {
3109
3181
  } | {
3110
3182
  colorType: "base" | "onBase" | "container" | "onContainer";
3111
3183
  toned?: boolean;
3112
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3184
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3113
3185
  opacity?: number;
3114
3186
  };
3115
3187
  typography?: {
@@ -3139,13 +3211,13 @@ export declare const useTypographyBlueprintStore: () => {
3139
3211
  colors: (string | {
3140
3212
  colorType: "base" | "onBase" | "container" | "onContainer";
3141
3213
  toned?: boolean;
3142
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3214
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3143
3215
  opacity?: number;
3144
3216
  } | {
3145
3217
  color: string | {
3146
3218
  colorType: "base" | "onBase" | "container" | "onContainer";
3147
3219
  toned?: boolean;
3148
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3220
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3149
3221
  opacity?: number;
3150
3222
  };
3151
3223
  stop?: number;
@@ -3154,7 +3226,7 @@ export declare const useTypographyBlueprintStore: () => {
3154
3226
  } | {
3155
3227
  colorType: "base" | "onBase" | "container" | "onContainer";
3156
3228
  toned?: boolean;
3157
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3229
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3158
3230
  opacity?: number;
3159
3231
  };
3160
3232
  size?: number;
@@ -3176,13 +3248,13 @@ export declare const useTypographyBlueprintStore: () => {
3176
3248
  colors: (string | {
3177
3249
  colorType: "base" | "onBase" | "container" | "onContainer";
3178
3250
  toned?: boolean;
3179
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3251
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3180
3252
  opacity?: number;
3181
3253
  } | {
3182
3254
  color: string | {
3183
3255
  colorType: "base" | "onBase" | "container" | "onContainer";
3184
3256
  toned?: boolean;
3185
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3257
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3186
3258
  opacity?: number;
3187
3259
  };
3188
3260
  stop?: number;
@@ -3191,7 +3263,7 @@ export declare const useTypographyBlueprintStore: () => {
3191
3263
  } | {
3192
3264
  colorType: "base" | "onBase" | "container" | "onContainer";
3193
3265
  toned?: boolean;
3194
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3266
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3195
3267
  opacity?: number;
3196
3268
  };
3197
3269
  border?: {
@@ -3211,7 +3283,7 @@ export declare const useTypographyBlueprintStore: () => {
3211
3283
  colors: (string | {
3212
3284
  colorType: "base" | "onBase" | "container" | "onContainer";
3213
3285
  toned?: boolean;
3214
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3286
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3215
3287
  opacity?: number;
3216
3288
  } | {
3217
3289
  color: string | any;
@@ -3233,13 +3305,13 @@ export declare const useTypographyBlueprintStore: () => {
3233
3305
  colors: (string | {
3234
3306
  colorType: "base" | "onBase" | "container" | "onContainer";
3235
3307
  toned?: boolean;
3236
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3308
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3237
3309
  opacity?: number;
3238
3310
  } | {
3239
3311
  color: string | {
3240
3312
  colorType: "base" | "onBase" | "container" | "onContainer";
3241
3313
  toned?: boolean;
3242
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3314
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3243
3315
  opacity?: number;
3244
3316
  };
3245
3317
  stop?: number;
@@ -3248,7 +3320,7 @@ export declare const useTypographyBlueprintStore: () => {
3248
3320
  } | {
3249
3321
  colorType: "base" | "onBase" | "container" | "onContainer";
3250
3322
  toned?: boolean;
3251
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3323
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3252
3324
  opacity?: number;
3253
3325
  };
3254
3326
  typography?: {
@@ -3278,13 +3350,13 @@ export declare const useTypographyBlueprintStore: () => {
3278
3350
  colors: (string | {
3279
3351
  colorType: "base" | "onBase" | "container" | "onContainer";
3280
3352
  toned?: boolean;
3281
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3353
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3282
3354
  opacity?: number;
3283
3355
  } | {
3284
3356
  color: string | {
3285
3357
  colorType: "base" | "onBase" | "container" | "onContainer";
3286
3358
  toned?: boolean;
3287
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3359
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3288
3360
  opacity?: number;
3289
3361
  };
3290
3362
  stop?: number;
@@ -3293,7 +3365,7 @@ export declare const useTypographyBlueprintStore: () => {
3293
3365
  } | {
3294
3366
  colorType: "base" | "onBase" | "container" | "onContainer";
3295
3367
  toned?: boolean;
3296
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3368
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3297
3369
  opacity?: number;
3298
3370
  };
3299
3371
  size?: number;
@@ -3315,13 +3387,13 @@ export declare const useTypographyBlueprintStore: () => {
3315
3387
  colors: (string | {
3316
3388
  colorType: "base" | "onBase" | "container" | "onContainer";
3317
3389
  toned?: boolean;
3318
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3390
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3319
3391
  opacity?: number;
3320
3392
  } | {
3321
3393
  color: string | {
3322
3394
  colorType: "base" | "onBase" | "container" | "onContainer";
3323
3395
  toned?: boolean;
3324
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3396
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3325
3397
  opacity?: number;
3326
3398
  };
3327
3399
  stop?: number;
@@ -3330,7 +3402,7 @@ export declare const useTypographyBlueprintStore: () => {
3330
3402
  } | {
3331
3403
  colorType: "base" | "onBase" | "container" | "onContainer";
3332
3404
  toned?: boolean;
3333
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3405
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3334
3406
  opacity?: number;
3335
3407
  };
3336
3408
  border?: {
@@ -3350,7 +3422,7 @@ export declare const useTypographyBlueprintStore: () => {
3350
3422
  colors: (string | {
3351
3423
  colorType: "base" | "onBase" | "container" | "onContainer";
3352
3424
  toned?: boolean;
3353
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3425
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3354
3426
  opacity?: number;
3355
3427
  } | {
3356
3428
  color: string | any;
@@ -3372,13 +3444,13 @@ export declare const useTypographyBlueprintStore: () => {
3372
3444
  colors: (string | {
3373
3445
  colorType: "base" | "onBase" | "container" | "onContainer";
3374
3446
  toned?: boolean;
3375
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3447
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3376
3448
  opacity?: number;
3377
3449
  } | {
3378
3450
  color: string | {
3379
3451
  colorType: "base" | "onBase" | "container" | "onContainer";
3380
3452
  toned?: boolean;
3381
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3453
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3382
3454
  opacity?: number;
3383
3455
  };
3384
3456
  stop?: number;
@@ -3387,7 +3459,7 @@ export declare const useTypographyBlueprintStore: () => {
3387
3459
  } | {
3388
3460
  colorType: "base" | "onBase" | "container" | "onContainer";
3389
3461
  toned?: boolean;
3390
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3462
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3391
3463
  opacity?: number;
3392
3464
  };
3393
3465
  typography?: {
@@ -3417,13 +3489,13 @@ export declare const useTypographyBlueprintStore: () => {
3417
3489
  colors: (string | {
3418
3490
  colorType: "base" | "onBase" | "container" | "onContainer";
3419
3491
  toned?: boolean;
3420
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3492
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3421
3493
  opacity?: number;
3422
3494
  } | {
3423
3495
  color: string | {
3424
3496
  colorType: "base" | "onBase" | "container" | "onContainer";
3425
3497
  toned?: boolean;
3426
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3498
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3427
3499
  opacity?: number;
3428
3500
  };
3429
3501
  stop?: number;
@@ -3432,7 +3504,7 @@ export declare const useTypographyBlueprintStore: () => {
3432
3504
  } | {
3433
3505
  colorType: "base" | "onBase" | "container" | "onContainer";
3434
3506
  toned?: boolean;
3435
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3507
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3436
3508
  opacity?: number;
3437
3509
  };
3438
3510
  size?: number;
@@ -3452,13 +3524,13 @@ export declare const useTypographyBlueprintStore: () => {
3452
3524
  colors: (string | {
3453
3525
  colorType: "base" | "onBase" | "container" | "onContainer";
3454
3526
  toned?: boolean;
3455
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3527
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3456
3528
  opacity?: number;
3457
3529
  } | {
3458
3530
  color: string | {
3459
3531
  colorType: "base" | "onBase" | "container" | "onContainer";
3460
3532
  toned?: boolean;
3461
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3533
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3462
3534
  opacity?: number;
3463
3535
  };
3464
3536
  stop?: number;
@@ -3467,7 +3539,7 @@ export declare const useTypographyBlueprintStore: () => {
3467
3539
  } | {
3468
3540
  colorType: "base" | "onBase" | "container" | "onContainer";
3469
3541
  toned?: boolean;
3470
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3542
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3471
3543
  opacity?: number;
3472
3544
  };
3473
3545
  border?: {
@@ -3487,13 +3559,13 @@ export declare const useTypographyBlueprintStore: () => {
3487
3559
  colors: (string | {
3488
3560
  colorType: "base" | "onBase" | "container" | "onContainer";
3489
3561
  toned?: boolean;
3490
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3562
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3491
3563
  opacity?: number;
3492
3564
  } | {
3493
3565
  color: string | {
3494
3566
  colorType: "base" | "onBase" | "container" | "onContainer";
3495
3567
  toned?: boolean;
3496
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3568
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3497
3569
  opacity?: number;
3498
3570
  };
3499
3571
  stop?: number;
@@ -3530,7 +3602,7 @@ export declare const useTypographyBlueprintStore: () => {
3530
3602
  sliderColor?: string | {
3531
3603
  colorType: "base" | "onBase" | "container" | "onContainer";
3532
3604
  toned?: boolean;
3533
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3605
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3534
3606
  opacity?: number;
3535
3607
  };
3536
3608
  text?: {
@@ -3538,13 +3610,13 @@ export declare const useTypographyBlueprintStore: () => {
3538
3610
  colors: (string | {
3539
3611
  colorType: "base" | "onBase" | "container" | "onContainer";
3540
3612
  toned?: boolean;
3541
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3613
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3542
3614
  opacity?: number;
3543
3615
  } | {
3544
3616
  color: string | {
3545
3617
  colorType: "base" | "onBase" | "container" | "onContainer";
3546
3618
  toned?: boolean;
3547
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3619
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3548
3620
  opacity?: number;
3549
3621
  };
3550
3622
  stop?: number;
@@ -3553,7 +3625,7 @@ export declare const useTypographyBlueprintStore: () => {
3553
3625
  } | {
3554
3626
  colorType: "base" | "onBase" | "container" | "onContainer";
3555
3627
  toned?: boolean;
3556
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3628
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3557
3629
  opacity?: number;
3558
3630
  };
3559
3631
  typography?: {
@@ -3583,13 +3655,13 @@ export declare const useTypographyBlueprintStore: () => {
3583
3655
  colors: (string | {
3584
3656
  colorType: "base" | "onBase" | "container" | "onContainer";
3585
3657
  toned?: boolean;
3586
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3658
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3587
3659
  opacity?: number;
3588
3660
  } | {
3589
3661
  color: string | {
3590
3662
  colorType: "base" | "onBase" | "container" | "onContainer";
3591
3663
  toned?: boolean;
3592
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3664
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3593
3665
  opacity?: number;
3594
3666
  };
3595
3667
  stop?: number;
@@ -3598,7 +3670,7 @@ export declare const useTypographyBlueprintStore: () => {
3598
3670
  } | {
3599
3671
  colorType: "base" | "onBase" | "container" | "onContainer";
3600
3672
  toned?: boolean;
3601
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3673
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3602
3674
  opacity?: number;
3603
3675
  };
3604
3676
  size?: number;
@@ -3615,13 +3687,13 @@ export declare const useTypographyBlueprintStore: () => {
3615
3687
  colors: (string | {
3616
3688
  colorType: "base" | "onBase" | "container" | "onContainer";
3617
3689
  toned?: boolean;
3618
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3690
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3619
3691
  opacity?: number;
3620
3692
  } | {
3621
3693
  color: string | {
3622
3694
  colorType: "base" | "onBase" | "container" | "onContainer";
3623
3695
  toned?: boolean;
3624
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3696
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3625
3697
  opacity?: number;
3626
3698
  };
3627
3699
  stop?: number;
@@ -3630,7 +3702,7 @@ export declare const useTypographyBlueprintStore: () => {
3630
3702
  } | {
3631
3703
  colorType: "base" | "onBase" | "container" | "onContainer";
3632
3704
  toned?: boolean;
3633
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3705
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3634
3706
  opacity?: number;
3635
3707
  };
3636
3708
  border?: {
@@ -3650,7 +3722,7 @@ export declare const useTypographyBlueprintStore: () => {
3650
3722
  colors: (string | {
3651
3723
  colorType: "base" | "onBase" | "container" | "onContainer";
3652
3724
  toned?: boolean;
3653
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3725
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3654
3726
  opacity?: number;
3655
3727
  } | {
3656
3728
  color: string | any;
@@ -3671,13 +3743,13 @@ export declare const useTypographyBlueprintStore: () => {
3671
3743
  colors: (string | {
3672
3744
  colorType: "base" | "onBase" | "container" | "onContainer";
3673
3745
  toned?: boolean;
3674
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3746
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3675
3747
  opacity?: number;
3676
3748
  } | {
3677
3749
  color: string | {
3678
3750
  colorType: "base" | "onBase" | "container" | "onContainer";
3679
3751
  toned?: boolean;
3680
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3752
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3681
3753
  opacity?: number;
3682
3754
  };
3683
3755
  stop?: number;
@@ -3686,7 +3758,7 @@ export declare const useTypographyBlueprintStore: () => {
3686
3758
  } | {
3687
3759
  colorType: "base" | "onBase" | "container" | "onContainer";
3688
3760
  toned?: boolean;
3689
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3761
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3690
3762
  opacity?: number;
3691
3763
  };
3692
3764
  typography?: {
@@ -3716,13 +3788,13 @@ export declare const useTypographyBlueprintStore: () => {
3716
3788
  colors: (string | {
3717
3789
  colorType: "base" | "onBase" | "container" | "onContainer";
3718
3790
  toned?: boolean;
3719
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3791
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3720
3792
  opacity?: number;
3721
3793
  } | {
3722
3794
  color: string | {
3723
3795
  colorType: "base" | "onBase" | "container" | "onContainer";
3724
3796
  toned?: boolean;
3725
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3797
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3726
3798
  opacity?: number;
3727
3799
  };
3728
3800
  stop?: number;
@@ -3731,7 +3803,7 @@ export declare const useTypographyBlueprintStore: () => {
3731
3803
  } | {
3732
3804
  colorType: "base" | "onBase" | "container" | "onContainer";
3733
3805
  toned?: boolean;
3734
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3806
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3735
3807
  opacity?: number;
3736
3808
  };
3737
3809
  size?: number;
@@ -3743,13 +3815,13 @@ export declare const useTypographyBlueprintStore: () => {
3743
3815
  colors: (string | {
3744
3816
  colorType: "base" | "onBase" | "container" | "onContainer";
3745
3817
  toned?: boolean;
3746
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3818
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3747
3819
  opacity?: number;
3748
3820
  } | {
3749
3821
  color: string | {
3750
3822
  colorType: "base" | "onBase" | "container" | "onContainer";
3751
3823
  toned?: boolean;
3752
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3824
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3753
3825
  opacity?: number;
3754
3826
  };
3755
3827
  stop?: number;
@@ -3758,7 +3830,7 @@ export declare const useTypographyBlueprintStore: () => {
3758
3830
  } | {
3759
3831
  colorType: "base" | "onBase" | "container" | "onContainer";
3760
3832
  toned?: boolean;
3761
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3833
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3762
3834
  opacity?: number;
3763
3835
  };
3764
3836
  border?: {
@@ -3778,7 +3850,7 @@ export declare const useTypographyBlueprintStore: () => {
3778
3850
  colors: (string | {
3779
3851
  colorType: "base" | "onBase" | "container" | "onContainer";
3780
3852
  toned?: boolean;
3781
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3853
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3782
3854
  opacity?: number;
3783
3855
  } | {
3784
3856
  color: string | any;
@@ -3802,13 +3874,13 @@ export declare const useTypographyBlueprintStore: () => {
3802
3874
  colors: (string | {
3803
3875
  colorType: "base" | "onBase" | "container" | "onContainer";
3804
3876
  toned?: boolean;
3805
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3877
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3806
3878
  opacity?: number;
3807
3879
  } | {
3808
3880
  color: string | {
3809
3881
  colorType: "base" | "onBase" | "container" | "onContainer";
3810
3882
  toned?: boolean;
3811
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3883
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3812
3884
  opacity?: number;
3813
3885
  };
3814
3886
  stop?: number;
@@ -3817,7 +3889,7 @@ export declare const useTypographyBlueprintStore: () => {
3817
3889
  } | {
3818
3890
  colorType: "base" | "onBase" | "container" | "onContainer";
3819
3891
  toned?: boolean;
3820
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3892
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3821
3893
  opacity?: number;
3822
3894
  };
3823
3895
  border?: {
@@ -3837,13 +3909,13 @@ export declare const useTypographyBlueprintStore: () => {
3837
3909
  colors: (string | {
3838
3910
  colorType: "base" | "onBase" | "container" | "onContainer";
3839
3911
  toned?: boolean;
3840
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3912
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3841
3913
  opacity?: number;
3842
3914
  } | {
3843
3915
  color: string | {
3844
3916
  colorType: "base" | "onBase" | "container" | "onContainer";
3845
3917
  toned?: boolean;
3846
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3918
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3847
3919
  opacity?: number;
3848
3920
  };
3849
3921
  stop?: number;
@@ -3880,7 +3952,7 @@ export declare const useTypographyBlueprintStore: () => {
3880
3952
  sliderColor?: string | {
3881
3953
  colorType: "base" | "onBase" | "container" | "onContainer";
3882
3954
  toned?: boolean;
3883
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3955
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3884
3956
  opacity?: number;
3885
3957
  };
3886
3958
  text?: {
@@ -3888,13 +3960,13 @@ export declare const useTypographyBlueprintStore: () => {
3888
3960
  colors: (string | {
3889
3961
  colorType: "base" | "onBase" | "container" | "onContainer";
3890
3962
  toned?: boolean;
3891
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3963
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3892
3964
  opacity?: number;
3893
3965
  } | {
3894
3966
  color: string | {
3895
3967
  colorType: "base" | "onBase" | "container" | "onContainer";
3896
3968
  toned?: boolean;
3897
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3969
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3898
3970
  opacity?: number;
3899
3971
  };
3900
3972
  stop?: number;
@@ -3903,7 +3975,7 @@ export declare const useTypographyBlueprintStore: () => {
3903
3975
  } | {
3904
3976
  colorType: "base" | "onBase" | "container" | "onContainer";
3905
3977
  toned?: boolean;
3906
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
3978
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3907
3979
  opacity?: number;
3908
3980
  };
3909
3981
  typography?: {
@@ -3933,13 +4005,13 @@ export declare const useTypographyBlueprintStore: () => {
3933
4005
  colors: (string | {
3934
4006
  colorType: "base" | "onBase" | "container" | "onContainer";
3935
4007
  toned?: boolean;
3936
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4008
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3937
4009
  opacity?: number;
3938
4010
  } | {
3939
4011
  color: string | {
3940
4012
  colorType: "base" | "onBase" | "container" | "onContainer";
3941
4013
  toned?: boolean;
3942
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4014
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3943
4015
  opacity?: number;
3944
4016
  };
3945
4017
  stop?: number;
@@ -3948,7 +4020,7 @@ export declare const useTypographyBlueprintStore: () => {
3948
4020
  } | {
3949
4021
  colorType: "base" | "onBase" | "container" | "onContainer";
3950
4022
  toned?: boolean;
3951
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4023
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3952
4024
  opacity?: number;
3953
4025
  };
3954
4026
  size?: number;
@@ -3965,13 +4037,13 @@ export declare const useTypographyBlueprintStore: () => {
3965
4037
  colors: (string | {
3966
4038
  colorType: "base" | "onBase" | "container" | "onContainer";
3967
4039
  toned?: boolean;
3968
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4040
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3969
4041
  opacity?: number;
3970
4042
  } | {
3971
4043
  color: string | {
3972
4044
  colorType: "base" | "onBase" | "container" | "onContainer";
3973
4045
  toned?: boolean;
3974
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4046
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3975
4047
  opacity?: number;
3976
4048
  };
3977
4049
  stop?: number;
@@ -3980,7 +4052,7 @@ export declare const useTypographyBlueprintStore: () => {
3980
4052
  } | {
3981
4053
  colorType: "base" | "onBase" | "container" | "onContainer";
3982
4054
  toned?: boolean;
3983
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4055
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
3984
4056
  opacity?: number;
3985
4057
  };
3986
4058
  border?: {
@@ -4000,7 +4072,7 @@ export declare const useTypographyBlueprintStore: () => {
4000
4072
  colors: (string | {
4001
4073
  colorType: "base" | "onBase" | "container" | "onContainer";
4002
4074
  toned?: boolean;
4003
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4075
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4004
4076
  opacity?: number;
4005
4077
  } | {
4006
4078
  color: string | any;
@@ -4021,13 +4093,13 @@ export declare const useTypographyBlueprintStore: () => {
4021
4093
  colors: (string | {
4022
4094
  colorType: "base" | "onBase" | "container" | "onContainer";
4023
4095
  toned?: boolean;
4024
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4096
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4025
4097
  opacity?: number;
4026
4098
  } | {
4027
4099
  color: string | {
4028
4100
  colorType: "base" | "onBase" | "container" | "onContainer";
4029
4101
  toned?: boolean;
4030
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4102
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4031
4103
  opacity?: number;
4032
4104
  };
4033
4105
  stop?: number;
@@ -4036,7 +4108,7 @@ export declare const useTypographyBlueprintStore: () => {
4036
4108
  } | {
4037
4109
  colorType: "base" | "onBase" | "container" | "onContainer";
4038
4110
  toned?: boolean;
4039
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4111
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4040
4112
  opacity?: number;
4041
4113
  };
4042
4114
  typography?: {
@@ -4066,13 +4138,13 @@ export declare const useTypographyBlueprintStore: () => {
4066
4138
  colors: (string | {
4067
4139
  colorType: "base" | "onBase" | "container" | "onContainer";
4068
4140
  toned?: boolean;
4069
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4141
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4070
4142
  opacity?: number;
4071
4143
  } | {
4072
4144
  color: string | {
4073
4145
  colorType: "base" | "onBase" | "container" | "onContainer";
4074
4146
  toned?: boolean;
4075
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4147
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4076
4148
  opacity?: number;
4077
4149
  };
4078
4150
  stop?: number;
@@ -4081,7 +4153,7 @@ export declare const useTypographyBlueprintStore: () => {
4081
4153
  } | {
4082
4154
  colorType: "base" | "onBase" | "container" | "onContainer";
4083
4155
  toned?: boolean;
4084
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4156
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4085
4157
  opacity?: number;
4086
4158
  };
4087
4159
  size?: number;
@@ -4093,13 +4165,13 @@ export declare const useTypographyBlueprintStore: () => {
4093
4165
  colors: (string | {
4094
4166
  colorType: "base" | "onBase" | "container" | "onContainer";
4095
4167
  toned?: boolean;
4096
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4168
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4097
4169
  opacity?: number;
4098
4170
  } | {
4099
4171
  color: string | {
4100
4172
  colorType: "base" | "onBase" | "container" | "onContainer";
4101
4173
  toned?: boolean;
4102
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4174
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4103
4175
  opacity?: number;
4104
4176
  };
4105
4177
  stop?: number;
@@ -4108,7 +4180,7 @@ export declare const useTypographyBlueprintStore: () => {
4108
4180
  } | {
4109
4181
  colorType: "base" | "onBase" | "container" | "onContainer";
4110
4182
  toned?: boolean;
4111
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4183
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4112
4184
  opacity?: number;
4113
4185
  };
4114
4186
  border?: {
@@ -4128,7 +4200,7 @@ export declare const useTypographyBlueprintStore: () => {
4128
4200
  colors: (string | {
4129
4201
  colorType: "base" | "onBase" | "container" | "onContainer";
4130
4202
  toned?: boolean;
4131
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4203
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4132
4204
  opacity?: number;
4133
4205
  } | {
4134
4206
  color: string | any;
@@ -4152,13 +4224,13 @@ export declare const useTypographyBlueprintStore: () => {
4152
4224
  colors: (string | {
4153
4225
  colorType: "base" | "onBase" | "container" | "onContainer";
4154
4226
  toned?: boolean;
4155
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4227
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4156
4228
  opacity?: number;
4157
4229
  } | {
4158
4230
  color: string | {
4159
4231
  colorType: "base" | "onBase" | "container" | "onContainer";
4160
4232
  toned?: boolean;
4161
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4233
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4162
4234
  opacity?: number;
4163
4235
  };
4164
4236
  stop?: number;
@@ -4167,7 +4239,7 @@ export declare const useTypographyBlueprintStore: () => {
4167
4239
  } | {
4168
4240
  colorType: "base" | "onBase" | "container" | "onContainer";
4169
4241
  toned?: boolean;
4170
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4242
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4171
4243
  opacity?: number;
4172
4244
  };
4173
4245
  border?: {
@@ -4187,13 +4259,13 @@ export declare const useTypographyBlueprintStore: () => {
4187
4259
  colors: (string | {
4188
4260
  colorType: "base" | "onBase" | "container" | "onContainer";
4189
4261
  toned?: boolean;
4190
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4262
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4191
4263
  opacity?: number;
4192
4264
  } | {
4193
4265
  color: string | {
4194
4266
  colorType: "base" | "onBase" | "container" | "onContainer";
4195
4267
  toned?: boolean;
4196
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4268
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4197
4269
  opacity?: number;
4198
4270
  };
4199
4271
  stop?: number;
@@ -4230,7 +4302,7 @@ export declare const useTypographyBlueprintStore: () => {
4230
4302
  sliderColor?: string | {
4231
4303
  colorType: "base" | "onBase" | "container" | "onContainer";
4232
4304
  toned?: boolean;
4233
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4305
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4234
4306
  opacity?: number;
4235
4307
  };
4236
4308
  text?: {
@@ -4238,13 +4310,13 @@ export declare const useTypographyBlueprintStore: () => {
4238
4310
  colors: (string | {
4239
4311
  colorType: "base" | "onBase" | "container" | "onContainer";
4240
4312
  toned?: boolean;
4241
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4313
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4242
4314
  opacity?: number;
4243
4315
  } | {
4244
4316
  color: string | {
4245
4317
  colorType: "base" | "onBase" | "container" | "onContainer";
4246
4318
  toned?: boolean;
4247
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4319
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4248
4320
  opacity?: number;
4249
4321
  };
4250
4322
  stop?: number;
@@ -4253,7 +4325,7 @@ export declare const useTypographyBlueprintStore: () => {
4253
4325
  } | {
4254
4326
  colorType: "base" | "onBase" | "container" | "onContainer";
4255
4327
  toned?: boolean;
4256
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4328
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4257
4329
  opacity?: number;
4258
4330
  };
4259
4331
  typography?: {
@@ -4283,13 +4355,13 @@ export declare const useTypographyBlueprintStore: () => {
4283
4355
  colors: (string | {
4284
4356
  colorType: "base" | "onBase" | "container" | "onContainer";
4285
4357
  toned?: boolean;
4286
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4358
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4287
4359
  opacity?: number;
4288
4360
  } | {
4289
4361
  color: string | {
4290
4362
  colorType: "base" | "onBase" | "container" | "onContainer";
4291
4363
  toned?: boolean;
4292
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4364
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4293
4365
  opacity?: number;
4294
4366
  };
4295
4367
  stop?: number;
@@ -4298,7 +4370,7 @@ export declare const useTypographyBlueprintStore: () => {
4298
4370
  } | {
4299
4371
  colorType: "base" | "onBase" | "container" | "onContainer";
4300
4372
  toned?: boolean;
4301
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4373
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4302
4374
  opacity?: number;
4303
4375
  };
4304
4376
  size?: number;
@@ -4315,13 +4387,13 @@ export declare const useTypographyBlueprintStore: () => {
4315
4387
  colors: (string | {
4316
4388
  colorType: "base" | "onBase" | "container" | "onContainer";
4317
4389
  toned?: boolean;
4318
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4390
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4319
4391
  opacity?: number;
4320
4392
  } | {
4321
4393
  color: string | {
4322
4394
  colorType: "base" | "onBase" | "container" | "onContainer";
4323
4395
  toned?: boolean;
4324
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4396
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4325
4397
  opacity?: number;
4326
4398
  };
4327
4399
  stop?: number;
@@ -4330,7 +4402,7 @@ export declare const useTypographyBlueprintStore: () => {
4330
4402
  } | {
4331
4403
  colorType: "base" | "onBase" | "container" | "onContainer";
4332
4404
  toned?: boolean;
4333
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4405
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4334
4406
  opacity?: number;
4335
4407
  };
4336
4408
  border?: {
@@ -4350,7 +4422,7 @@ export declare const useTypographyBlueprintStore: () => {
4350
4422
  colors: (string | {
4351
4423
  colorType: "base" | "onBase" | "container" | "onContainer";
4352
4424
  toned?: boolean;
4353
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4425
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4354
4426
  opacity?: number;
4355
4427
  } | {
4356
4428
  color: string | any;
@@ -4371,13 +4443,13 @@ export declare const useTypographyBlueprintStore: () => {
4371
4443
  colors: (string | {
4372
4444
  colorType: "base" | "onBase" | "container" | "onContainer";
4373
4445
  toned?: boolean;
4374
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4446
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4375
4447
  opacity?: number;
4376
4448
  } | {
4377
4449
  color: string | {
4378
4450
  colorType: "base" | "onBase" | "container" | "onContainer";
4379
4451
  toned?: boolean;
4380
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4452
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4381
4453
  opacity?: number;
4382
4454
  };
4383
4455
  stop?: number;
@@ -4386,7 +4458,7 @@ export declare const useTypographyBlueprintStore: () => {
4386
4458
  } | {
4387
4459
  colorType: "base" | "onBase" | "container" | "onContainer";
4388
4460
  toned?: boolean;
4389
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4461
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4390
4462
  opacity?: number;
4391
4463
  };
4392
4464
  typography?: {
@@ -4416,13 +4488,13 @@ export declare const useTypographyBlueprintStore: () => {
4416
4488
  colors: (string | {
4417
4489
  colorType: "base" | "onBase" | "container" | "onContainer";
4418
4490
  toned?: boolean;
4419
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4491
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4420
4492
  opacity?: number;
4421
4493
  } | {
4422
4494
  color: string | {
4423
4495
  colorType: "base" | "onBase" | "container" | "onContainer";
4424
4496
  toned?: boolean;
4425
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4497
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4426
4498
  opacity?: number;
4427
4499
  };
4428
4500
  stop?: number;
@@ -4431,7 +4503,7 @@ export declare const useTypographyBlueprintStore: () => {
4431
4503
  } | {
4432
4504
  colorType: "base" | "onBase" | "container" | "onContainer";
4433
4505
  toned?: boolean;
4434
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4506
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4435
4507
  opacity?: number;
4436
4508
  };
4437
4509
  size?: number;
@@ -4443,13 +4515,13 @@ export declare const useTypographyBlueprintStore: () => {
4443
4515
  colors: (string | {
4444
4516
  colorType: "base" | "onBase" | "container" | "onContainer";
4445
4517
  toned?: boolean;
4446
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4518
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4447
4519
  opacity?: number;
4448
4520
  } | {
4449
4521
  color: string | {
4450
4522
  colorType: "base" | "onBase" | "container" | "onContainer";
4451
4523
  toned?: boolean;
4452
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4524
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4453
4525
  opacity?: number;
4454
4526
  };
4455
4527
  stop?: number;
@@ -4458,7 +4530,7 @@ export declare const useTypographyBlueprintStore: () => {
4458
4530
  } | {
4459
4531
  colorType: "base" | "onBase" | "container" | "onContainer";
4460
4532
  toned?: boolean;
4461
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4533
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4462
4534
  opacity?: number;
4463
4535
  };
4464
4536
  border?: {
@@ -4478,7 +4550,7 @@ export declare const useTypographyBlueprintStore: () => {
4478
4550
  colors: (string | {
4479
4551
  colorType: "base" | "onBase" | "container" | "onContainer";
4480
4552
  toned?: boolean;
4481
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4553
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4482
4554
  opacity?: number;
4483
4555
  } | {
4484
4556
  color: string | any;
@@ -4502,13 +4574,13 @@ export declare const useTypographyBlueprintStore: () => {
4502
4574
  colors: (string | {
4503
4575
  colorType: "base" | "onBase" | "container" | "onContainer";
4504
4576
  toned?: boolean;
4505
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4577
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4506
4578
  opacity?: number;
4507
4579
  } | {
4508
4580
  color: string | {
4509
4581
  colorType: "base" | "onBase" | "container" | "onContainer";
4510
4582
  toned?: boolean;
4511
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4583
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4512
4584
  opacity?: number;
4513
4585
  };
4514
4586
  stop?: number;
@@ -4517,7 +4589,7 @@ export declare const useTypographyBlueprintStore: () => {
4517
4589
  } | {
4518
4590
  colorType: "base" | "onBase" | "container" | "onContainer";
4519
4591
  toned?: boolean;
4520
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4592
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4521
4593
  opacity?: number;
4522
4594
  };
4523
4595
  border?: {
@@ -4537,13 +4609,13 @@ export declare const useTypographyBlueprintStore: () => {
4537
4609
  colors: (string | {
4538
4610
  colorType: "base" | "onBase" | "container" | "onContainer";
4539
4611
  toned?: boolean;
4540
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4612
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4541
4613
  opacity?: number;
4542
4614
  } | {
4543
4615
  color: string | {
4544
4616
  colorType: "base" | "onBase" | "container" | "onContainer";
4545
4617
  toned?: boolean;
4546
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4618
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4547
4619
  opacity?: number;
4548
4620
  };
4549
4621
  stop?: number;
@@ -4580,7 +4652,7 @@ export declare const useTypographyBlueprintStore: () => {
4580
4652
  sliderColor?: string | {
4581
4653
  colorType: "base" | "onBase" | "container" | "onContainer";
4582
4654
  toned?: boolean;
4583
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4655
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4584
4656
  opacity?: number;
4585
4657
  };
4586
4658
  text?: {
@@ -4588,13 +4660,13 @@ export declare const useTypographyBlueprintStore: () => {
4588
4660
  colors: (string | {
4589
4661
  colorType: "base" | "onBase" | "container" | "onContainer";
4590
4662
  toned?: boolean;
4591
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4663
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4592
4664
  opacity?: number;
4593
4665
  } | {
4594
4666
  color: string | {
4595
4667
  colorType: "base" | "onBase" | "container" | "onContainer";
4596
4668
  toned?: boolean;
4597
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4669
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4598
4670
  opacity?: number;
4599
4671
  };
4600
4672
  stop?: number;
@@ -4603,7 +4675,7 @@ export declare const useTypographyBlueprintStore: () => {
4603
4675
  } | {
4604
4676
  colorType: "base" | "onBase" | "container" | "onContainer";
4605
4677
  toned?: boolean;
4606
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4678
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4607
4679
  opacity?: number;
4608
4680
  };
4609
4681
  typography?: {
@@ -4633,13 +4705,13 @@ export declare const useTypographyBlueprintStore: () => {
4633
4705
  colors: (string | {
4634
4706
  colorType: "base" | "onBase" | "container" | "onContainer";
4635
4707
  toned?: boolean;
4636
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4708
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4637
4709
  opacity?: number;
4638
4710
  } | {
4639
4711
  color: string | {
4640
4712
  colorType: "base" | "onBase" | "container" | "onContainer";
4641
4713
  toned?: boolean;
4642
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4714
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4643
4715
  opacity?: number;
4644
4716
  };
4645
4717
  stop?: number;
@@ -4648,7 +4720,7 @@ export declare const useTypographyBlueprintStore: () => {
4648
4720
  } | {
4649
4721
  colorType: "base" | "onBase" | "container" | "onContainer";
4650
4722
  toned?: boolean;
4651
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4723
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4652
4724
  opacity?: number;
4653
4725
  };
4654
4726
  size?: number;
@@ -4665,13 +4737,13 @@ export declare const useTypographyBlueprintStore: () => {
4665
4737
  colors: (string | {
4666
4738
  colorType: "base" | "onBase" | "container" | "onContainer";
4667
4739
  toned?: boolean;
4668
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4740
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4669
4741
  opacity?: number;
4670
4742
  } | {
4671
4743
  color: string | {
4672
4744
  colorType: "base" | "onBase" | "container" | "onContainer";
4673
4745
  toned?: boolean;
4674
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4746
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4675
4747
  opacity?: number;
4676
4748
  };
4677
4749
  stop?: number;
@@ -4680,7 +4752,7 @@ export declare const useTypographyBlueprintStore: () => {
4680
4752
  } | {
4681
4753
  colorType: "base" | "onBase" | "container" | "onContainer";
4682
4754
  toned?: boolean;
4683
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4755
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4684
4756
  opacity?: number;
4685
4757
  };
4686
4758
  border?: {
@@ -4700,7 +4772,7 @@ export declare const useTypographyBlueprintStore: () => {
4700
4772
  colors: (string | {
4701
4773
  colorType: "base" | "onBase" | "container" | "onContainer";
4702
4774
  toned?: boolean;
4703
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4775
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4704
4776
  opacity?: number;
4705
4777
  } | {
4706
4778
  color: string | any;
@@ -4721,13 +4793,13 @@ export declare const useTypographyBlueprintStore: () => {
4721
4793
  colors: (string | {
4722
4794
  colorType: "base" | "onBase" | "container" | "onContainer";
4723
4795
  toned?: boolean;
4724
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4796
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4725
4797
  opacity?: number;
4726
4798
  } | {
4727
4799
  color: string | {
4728
4800
  colorType: "base" | "onBase" | "container" | "onContainer";
4729
4801
  toned?: boolean;
4730
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4802
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4731
4803
  opacity?: number;
4732
4804
  };
4733
4805
  stop?: number;
@@ -4736,7 +4808,7 @@ export declare const useTypographyBlueprintStore: () => {
4736
4808
  } | {
4737
4809
  colorType: "base" | "onBase" | "container" | "onContainer";
4738
4810
  toned?: boolean;
4739
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4811
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4740
4812
  opacity?: number;
4741
4813
  };
4742
4814
  typography?: {
@@ -4766,13 +4838,13 @@ export declare const useTypographyBlueprintStore: () => {
4766
4838
  colors: (string | {
4767
4839
  colorType: "base" | "onBase" | "container" | "onContainer";
4768
4840
  toned?: boolean;
4769
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4841
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4770
4842
  opacity?: number;
4771
4843
  } | {
4772
4844
  color: string | {
4773
4845
  colorType: "base" | "onBase" | "container" | "onContainer";
4774
4846
  toned?: boolean;
4775
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4847
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4776
4848
  opacity?: number;
4777
4849
  };
4778
4850
  stop?: number;
@@ -4781,7 +4853,7 @@ export declare const useTypographyBlueprintStore: () => {
4781
4853
  } | {
4782
4854
  colorType: "base" | "onBase" | "container" | "onContainer";
4783
4855
  toned?: boolean;
4784
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4856
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4785
4857
  opacity?: number;
4786
4858
  };
4787
4859
  size?: number;
@@ -4793,13 +4865,13 @@ export declare const useTypographyBlueprintStore: () => {
4793
4865
  colors: (string | {
4794
4866
  colorType: "base" | "onBase" | "container" | "onContainer";
4795
4867
  toned?: boolean;
4796
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4868
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4797
4869
  opacity?: number;
4798
4870
  } | {
4799
4871
  color: string | {
4800
4872
  colorType: "base" | "onBase" | "container" | "onContainer";
4801
4873
  toned?: boolean;
4802
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4874
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4803
4875
  opacity?: number;
4804
4876
  };
4805
4877
  stop?: number;
@@ -4808,7 +4880,7 @@ export declare const useTypographyBlueprintStore: () => {
4808
4880
  } | {
4809
4881
  colorType: "base" | "onBase" | "container" | "onContainer";
4810
4882
  toned?: boolean;
4811
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4883
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4812
4884
  opacity?: number;
4813
4885
  };
4814
4886
  border?: {
@@ -4828,7 +4900,7 @@ export declare const useTypographyBlueprintStore: () => {
4828
4900
  colors: (string | {
4829
4901
  colorType: "base" | "onBase" | "container" | "onContainer";
4830
4902
  toned?: boolean;
4831
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4903
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4832
4904
  opacity?: number;
4833
4905
  } | {
4834
4906
  color: string | any;
@@ -4851,7 +4923,7 @@ export declare const useTypographyBlueprintStore: () => {
4851
4923
  blocks?: {
4852
4924
  primary: {
4853
4925
  name?: string;
4854
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
4926
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
4855
4927
  header?: {
4856
4928
  definitionId: guid;
4857
4929
  definition?: {
@@ -5010,13 +5082,13 @@ export declare const useTypographyBlueprintStore: () => {
5010
5082
  colors: (string | {
5011
5083
  colorType: "base" | "onBase" | "container" | "onContainer";
5012
5084
  toned?: boolean;
5013
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5085
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5014
5086
  opacity?: number;
5015
5087
  } | {
5016
5088
  color: string | {
5017
5089
  colorType: "base" | "onBase" | "container" | "onContainer";
5018
5090
  toned?: boolean;
5019
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5091
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5020
5092
  opacity?: number;
5021
5093
  };
5022
5094
  stop?: number;
@@ -5025,7 +5097,7 @@ export declare const useTypographyBlueprintStore: () => {
5025
5097
  } | {
5026
5098
  colorType: "base" | "onBase" | "container" | "onContainer";
5027
5099
  toned?: boolean;
5028
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5100
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5029
5101
  opacity?: number;
5030
5102
  };
5031
5103
  border?: {
@@ -5045,7 +5117,7 @@ export declare const useTypographyBlueprintStore: () => {
5045
5117
  colors: (string | {
5046
5118
  colorType: "base" | "onBase" | "container" | "onContainer";
5047
5119
  toned?: boolean;
5048
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5120
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5049
5121
  opacity?: number;
5050
5122
  } | {
5051
5123
  color: string | any;
@@ -5071,7 +5143,7 @@ export declare const useTypographyBlueprintStore: () => {
5071
5143
  };
5072
5144
  variant1?: {
5073
5145
  name?: string;
5074
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5146
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5075
5147
  header?: {
5076
5148
  definitionId: guid;
5077
5149
  definition?: {
@@ -5230,13 +5302,13 @@ export declare const useTypographyBlueprintStore: () => {
5230
5302
  colors: (string | {
5231
5303
  colorType: "base" | "onBase" | "container" | "onContainer";
5232
5304
  toned?: boolean;
5233
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5305
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5234
5306
  opacity?: number;
5235
5307
  } | {
5236
5308
  color: string | {
5237
5309
  colorType: "base" | "onBase" | "container" | "onContainer";
5238
5310
  toned?: boolean;
5239
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5311
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5240
5312
  opacity?: number;
5241
5313
  };
5242
5314
  stop?: number;
@@ -5245,7 +5317,7 @@ export declare const useTypographyBlueprintStore: () => {
5245
5317
  } | {
5246
5318
  colorType: "base" | "onBase" | "container" | "onContainer";
5247
5319
  toned?: boolean;
5248
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5320
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5249
5321
  opacity?: number;
5250
5322
  };
5251
5323
  border?: {
@@ -5265,7 +5337,7 @@ export declare const useTypographyBlueprintStore: () => {
5265
5337
  colors: (string | {
5266
5338
  colorType: "base" | "onBase" | "container" | "onContainer";
5267
5339
  toned?: boolean;
5268
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5340
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5269
5341
  opacity?: number;
5270
5342
  } | {
5271
5343
  color: string | any;
@@ -5291,7 +5363,7 @@ export declare const useTypographyBlueprintStore: () => {
5291
5363
  };
5292
5364
  variant2?: {
5293
5365
  name?: string;
5294
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5366
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5295
5367
  header?: {
5296
5368
  definitionId: guid;
5297
5369
  definition?: {
@@ -5450,13 +5522,13 @@ export declare const useTypographyBlueprintStore: () => {
5450
5522
  colors: (string | {
5451
5523
  colorType: "base" | "onBase" | "container" | "onContainer";
5452
5524
  toned?: boolean;
5453
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5525
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5454
5526
  opacity?: number;
5455
5527
  } | {
5456
5528
  color: string | {
5457
5529
  colorType: "base" | "onBase" | "container" | "onContainer";
5458
5530
  toned?: boolean;
5459
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5531
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5460
5532
  opacity?: number;
5461
5533
  };
5462
5534
  stop?: number;
@@ -5465,7 +5537,7 @@ export declare const useTypographyBlueprintStore: () => {
5465
5537
  } | {
5466
5538
  colorType: "base" | "onBase" | "container" | "onContainer";
5467
5539
  toned?: boolean;
5468
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5540
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5469
5541
  opacity?: number;
5470
5542
  };
5471
5543
  border?: {
@@ -5485,7 +5557,7 @@ export declare const useTypographyBlueprintStore: () => {
5485
5557
  colors: (string | {
5486
5558
  colorType: "base" | "onBase" | "container" | "onContainer";
5487
5559
  toned?: boolean;
5488
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5560
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5489
5561
  opacity?: number;
5490
5562
  } | {
5491
5563
  color: string | any;
@@ -5511,7 +5583,7 @@ export declare const useTypographyBlueprintStore: () => {
5511
5583
  };
5512
5584
  variant3?: {
5513
5585
  name?: string;
5514
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5586
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5515
5587
  header?: {
5516
5588
  definitionId: guid;
5517
5589
  definition?: {
@@ -5670,13 +5742,13 @@ export declare const useTypographyBlueprintStore: () => {
5670
5742
  colors: (string | {
5671
5743
  colorType: "base" | "onBase" | "container" | "onContainer";
5672
5744
  toned?: boolean;
5673
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5745
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5674
5746
  opacity?: number;
5675
5747
  } | {
5676
5748
  color: string | {
5677
5749
  colorType: "base" | "onBase" | "container" | "onContainer";
5678
5750
  toned?: boolean;
5679
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5751
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5680
5752
  opacity?: number;
5681
5753
  };
5682
5754
  stop?: number;
@@ -5685,7 +5757,7 @@ export declare const useTypographyBlueprintStore: () => {
5685
5757
  } | {
5686
5758
  colorType: "base" | "onBase" | "container" | "onContainer";
5687
5759
  toned?: boolean;
5688
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5760
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5689
5761
  opacity?: number;
5690
5762
  };
5691
5763
  border?: {
@@ -5705,7 +5777,7 @@ export declare const useTypographyBlueprintStore: () => {
5705
5777
  colors: (string | {
5706
5778
  colorType: "base" | "onBase" | "container" | "onContainer";
5707
5779
  toned?: boolean;
5708
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5780
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5709
5781
  opacity?: number;
5710
5782
  } | {
5711
5783
  color: string | any;
@@ -5738,13 +5810,13 @@ export declare const useTypographyBlueprintStore: () => {
5738
5810
  colors: (string | {
5739
5811
  colorType: "base" | "onBase" | "container" | "onContainer";
5740
5812
  toned?: boolean;
5741
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5813
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5742
5814
  opacity?: number;
5743
5815
  } | {
5744
5816
  color: string | {
5745
5817
  colorType: "base" | "onBase" | "container" | "onContainer";
5746
5818
  toned?: boolean;
5747
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5819
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5748
5820
  opacity?: number;
5749
5821
  };
5750
5822
  stop?: number;
@@ -5753,7 +5825,7 @@ export declare const useTypographyBlueprintStore: () => {
5753
5825
  } | {
5754
5826
  colorType: "base" | "onBase" | "container" | "onContainer";
5755
5827
  toned?: boolean;
5756
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5828
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5757
5829
  opacity?: number;
5758
5830
  };
5759
5831
  size?: number;
@@ -5763,13 +5835,13 @@ export declare const useTypographyBlueprintStore: () => {
5763
5835
  colors: (string | {
5764
5836
  colorType: "base" | "onBase" | "container" | "onContainer";
5765
5837
  toned?: boolean;
5766
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5838
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5767
5839
  opacity?: number;
5768
5840
  } | {
5769
5841
  color: string | {
5770
5842
  colorType: "base" | "onBase" | "container" | "onContainer";
5771
5843
  toned?: boolean;
5772
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5844
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5773
5845
  opacity?: number;
5774
5846
  };
5775
5847
  stop?: number;
@@ -5778,7 +5850,7 @@ export declare const useTypographyBlueprintStore: () => {
5778
5850
  } | {
5779
5851
  colorType: "base" | "onBase" | "container" | "onContainer";
5780
5852
  toned?: boolean;
5781
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5853
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5782
5854
  opacity?: number;
5783
5855
  };
5784
5856
  size?: number;
@@ -5788,13 +5860,13 @@ export declare const useTypographyBlueprintStore: () => {
5788
5860
  colors: (string | {
5789
5861
  colorType: "base" | "onBase" | "container" | "onContainer";
5790
5862
  toned?: boolean;
5791
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5863
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5792
5864
  opacity?: number;
5793
5865
  } | {
5794
5866
  color: string | {
5795
5867
  colorType: "base" | "onBase" | "container" | "onContainer";
5796
5868
  toned?: boolean;
5797
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5869
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5798
5870
  opacity?: number;
5799
5871
  };
5800
5872
  stop?: number;
@@ -5803,7 +5875,7 @@ export declare const useTypographyBlueprintStore: () => {
5803
5875
  } | {
5804
5876
  colorType: "base" | "onBase" | "container" | "onContainer";
5805
5877
  toned?: boolean;
5806
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5878
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5807
5879
  opacity?: number;
5808
5880
  };
5809
5881
  size?: number;
@@ -5813,13 +5885,13 @@ export declare const useTypographyBlueprintStore: () => {
5813
5885
  colors: (string | {
5814
5886
  colorType: "base" | "onBase" | "container" | "onContainer";
5815
5887
  toned?: boolean;
5816
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5888
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5817
5889
  opacity?: number;
5818
5890
  } | {
5819
5891
  color: string | {
5820
5892
  colorType: "base" | "onBase" | "container" | "onContainer";
5821
5893
  toned?: boolean;
5822
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5894
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5823
5895
  opacity?: number;
5824
5896
  };
5825
5897
  stop?: number;
@@ -5828,7 +5900,7 @@ export declare const useTypographyBlueprintStore: () => {
5828
5900
  } | {
5829
5901
  colorType: "base" | "onBase" | "container" | "onContainer";
5830
5902
  toned?: boolean;
5831
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5903
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5832
5904
  opacity?: number;
5833
5905
  };
5834
5906
  size?: number;
@@ -5838,13 +5910,13 @@ export declare const useTypographyBlueprintStore: () => {
5838
5910
  colors: (string | {
5839
5911
  colorType: "base" | "onBase" | "container" | "onContainer";
5840
5912
  toned?: boolean;
5841
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5913
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5842
5914
  opacity?: number;
5843
5915
  } | {
5844
5916
  color: string | {
5845
5917
  colorType: "base" | "onBase" | "container" | "onContainer";
5846
5918
  toned?: boolean;
5847
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5919
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5848
5920
  opacity?: number;
5849
5921
  };
5850
5922
  stop?: number;
@@ -5853,7 +5925,7 @@ export declare const useTypographyBlueprintStore: () => {
5853
5925
  } | {
5854
5926
  colorType: "base" | "onBase" | "container" | "onContainer";
5855
5927
  toned?: boolean;
5856
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5928
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5857
5929
  opacity?: number;
5858
5930
  };
5859
5931
  size?: number;
@@ -5865,13 +5937,13 @@ export declare const useTypographyBlueprintStore: () => {
5865
5937
  colors: (string | {
5866
5938
  colorType: "base" | "onBase" | "container" | "onContainer";
5867
5939
  toned?: boolean;
5868
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5940
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5869
5941
  opacity?: number;
5870
5942
  } | {
5871
5943
  color: string | {
5872
5944
  colorType: "base" | "onBase" | "container" | "onContainer";
5873
5945
  toned?: boolean;
5874
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5946
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5875
5947
  opacity?: number;
5876
5948
  };
5877
5949
  stop?: number;
@@ -5880,20 +5952,20 @@ export declare const useTypographyBlueprintStore: () => {
5880
5952
  } | {
5881
5953
  colorType: "base" | "onBase" | "container" | "onContainer";
5882
5954
  toned?: boolean;
5883
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5955
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5884
5956
  opacity?: number;
5885
5957
  };
5886
5958
  textColor?: string | {
5887
5959
  colors: (string | {
5888
5960
  colorType: "base" | "onBase" | "container" | "onContainer";
5889
5961
  toned?: boolean;
5890
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5962
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5891
5963
  opacity?: number;
5892
5964
  } | {
5893
5965
  color: string | {
5894
5966
  colorType: "base" | "onBase" | "container" | "onContainer";
5895
5967
  toned?: boolean;
5896
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5968
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5897
5969
  opacity?: number;
5898
5970
  };
5899
5971
  stop?: number;
@@ -5902,7 +5974,7 @@ export declare const useTypographyBlueprintStore: () => {
5902
5974
  } | {
5903
5975
  colorType: "base" | "onBase" | "container" | "onContainer";
5904
5976
  toned?: boolean;
5905
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5977
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5906
5978
  opacity?: number;
5907
5979
  };
5908
5980
  };
@@ -5914,13 +5986,13 @@ export declare const useTypographyBlueprintStore: () => {
5914
5986
  colors: (string | {
5915
5987
  colorType: "base" | "onBase" | "container" | "onContainer";
5916
5988
  toned?: boolean;
5917
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5989
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5918
5990
  opacity?: number;
5919
5991
  } | {
5920
5992
  color: string | {
5921
5993
  colorType: "base" | "onBase" | "container" | "onContainer";
5922
5994
  toned?: boolean;
5923
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5995
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5924
5996
  opacity?: number;
5925
5997
  };
5926
5998
  stop?: number;
@@ -5929,7 +6001,7 @@ export declare const useTypographyBlueprintStore: () => {
5929
6001
  } | {
5930
6002
  colorType: "base" | "onBase" | "container" | "onContainer";
5931
6003
  toned?: boolean;
5932
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
6004
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5933
6005
  opacity?: number;
5934
6006
  };
5935
6007
  border?: {
@@ -5949,13 +6021,13 @@ export declare const useTypographyBlueprintStore: () => {
5949
6021
  colors: (string | {
5950
6022
  colorType: "base" | "onBase" | "container" | "onContainer";
5951
6023
  toned?: boolean;
5952
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
6024
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5953
6025
  opacity?: number;
5954
6026
  } | {
5955
6027
  color: string | {
5956
6028
  colorType: "base" | "onBase" | "container" | "onContainer";
5957
6029
  toned?: boolean;
5958
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
6030
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5959
6031
  opacity?: number;
5960
6032
  };
5961
6033
  stop?: number;
@@ -5979,13 +6051,13 @@ export declare const useTypographyBlueprintStore: () => {
5979
6051
  colors: (string | {
5980
6052
  colorType: "base" | "onBase" | "container" | "onContainer";
5981
6053
  toned?: boolean;
5982
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
6054
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5983
6055
  opacity?: number;
5984
6056
  } | {
5985
6057
  color: string | {
5986
6058
  colorType: "base" | "onBase" | "container" | "onContainer";
5987
6059
  toned?: boolean;
5988
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
6060
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5989
6061
  opacity?: number;
5990
6062
  };
5991
6063
  stop?: number;
@@ -5994,7 +6066,7 @@ export declare const useTypographyBlueprintStore: () => {
5994
6066
  } | {
5995
6067
  colorType: "base" | "onBase" | "container" | "onContainer";
5996
6068
  toned?: boolean;
5997
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
6069
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
5998
6070
  opacity?: number;
5999
6071
  };
6000
6072
  border?: {
@@ -6014,13 +6086,13 @@ export declare const useTypographyBlueprintStore: () => {
6014
6086
  colors: (string | {
6015
6087
  colorType: "base" | "onBase" | "container" | "onContainer";
6016
6088
  toned?: boolean;
6017
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
6089
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
6018
6090
  opacity?: number;
6019
6091
  } | {
6020
6092
  color: string | {
6021
6093
  colorType: "base" | "onBase" | "container" | "onContainer";
6022
6094
  toned?: boolean;
6023
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
6095
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
6024
6096
  opacity?: number;
6025
6097
  };
6026
6098
  stop?: number;
@@ -6044,13 +6116,13 @@ export declare const useTypographyBlueprintStore: () => {
6044
6116
  colors: (string | {
6045
6117
  colorType: "base" | "onBase" | "container" | "onContainer";
6046
6118
  toned?: boolean;
6047
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
6119
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
6048
6120
  opacity?: number;
6049
6121
  } | {
6050
6122
  color: string | {
6051
6123
  colorType: "base" | "onBase" | "container" | "onContainer";
6052
6124
  toned?: boolean;
6053
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
6125
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
6054
6126
  opacity?: number;
6055
6127
  };
6056
6128
  stop?: number;
@@ -6059,7 +6131,7 @@ export declare const useTypographyBlueprintStore: () => {
6059
6131
  } | {
6060
6132
  colorType: "base" | "onBase" | "container" | "onContainer";
6061
6133
  toned?: boolean;
6062
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
6134
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
6063
6135
  opacity?: number;
6064
6136
  };
6065
6137
  border?: {
@@ -6079,13 +6151,13 @@ export declare const useTypographyBlueprintStore: () => {
6079
6151
  colors: (string | {
6080
6152
  colorType: "base" | "onBase" | "container" | "onContainer";
6081
6153
  toned?: boolean;
6082
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
6154
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
6083
6155
  opacity?: number;
6084
6156
  } | {
6085
6157
  color: string | {
6086
6158
  colorType: "base" | "onBase" | "container" | "onContainer";
6087
6159
  toned?: boolean;
6088
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
6160
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
6089
6161
  opacity?: number;
6090
6162
  };
6091
6163
  stop?: number;
@@ -6109,13 +6181,13 @@ export declare const useTypographyBlueprintStore: () => {
6109
6181
  colors: (string | {
6110
6182
  colorType: "base" | "onBase" | "container" | "onContainer";
6111
6183
  toned?: boolean;
6112
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
6184
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
6113
6185
  opacity?: number;
6114
6186
  } | {
6115
6187
  color: string | {
6116
6188
  colorType: "base" | "onBase" | "container" | "onContainer";
6117
6189
  toned?: boolean;
6118
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
6190
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
6119
6191
  opacity?: number;
6120
6192
  };
6121
6193
  stop?: number;
@@ -6124,7 +6196,7 @@ export declare const useTypographyBlueprintStore: () => {
6124
6196
  } | {
6125
6197
  colorType: "base" | "onBase" | "container" | "onContainer";
6126
6198
  toned?: boolean;
6127
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
6199
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
6128
6200
  opacity?: number;
6129
6201
  };
6130
6202
  border?: {
@@ -6144,13 +6216,13 @@ export declare const useTypographyBlueprintStore: () => {
6144
6216
  colors: (string | {
6145
6217
  colorType: "base" | "onBase" | "container" | "onContainer";
6146
6218
  toned?: boolean;
6147
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
6219
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
6148
6220
  opacity?: number;
6149
6221
  } | {
6150
6222
  color: string | {
6151
6223
  colorType: "base" | "onBase" | "container" | "onContainer";
6152
6224
  toned?: boolean;
6153
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
6225
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
6154
6226
  opacity?: number;
6155
6227
  };
6156
6228
  stop?: number;
@@ -6264,16 +6336,16 @@ export declare const useTypographyBlueprintStore: () => {
6264
6336
  };
6265
6337
  deactivated(): void;
6266
6338
  };
6267
- colorSchema: (colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic" | import("@omnia/fx-models").ColorSchema) => import("@omnia/fx-models").ColorSchema;
6339
+ colorSchema: (colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchema) => import("@omnia/fx-models").ColorSchema;
6268
6340
  typography: () => import("@omnia/fx-models").TypographyBlueprints;
6269
6341
  fillValue: (value: import("@omnia/fx-models").FillDefinitionValue, type: "typography") => any;
6270
6342
  spacing: () => import("@omnia/fx-models").SpacingBlueprints;
6271
6343
  component: () => import("@omnia/fx-models").ComponentBlueprints;
6272
- color: (colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
6273
- colorDefinition: (colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
6344
+ color: (colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
6345
+ colorDefinition: (colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
6274
6346
  complementaryColorType: (colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
6275
- complementaryColor: (colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
6276
- complementaryColorDefinition: (colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
6347
+ complementaryColor: (colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
6348
+ complementaryColorDefinition: (colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
6277
6349
  currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
6278
6350
  };
6279
6351
  };