@omnia/fx 8.0.150-dev → 8.0.152-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (231) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +6 -6
  3. package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -0
  4. package/internal-do-not-import-from-here/ux/UxModels.d.ts +0 -1
  5. package/internal-do-not-import-from-here/ux/alignmentpicker/docs/AlignmentPickerExample.d.ts +54 -15
  6. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
  7. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +10 -10
  8. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +1 -1
  9. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +9 -9
  10. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +9 -9
  11. package/internal-do-not-import-from-here/ux/appprovisioning/summary/InformationStepSummary.d.ts +56 -18
  12. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/FillBladeEdit.d.ts +16 -0
  13. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/FillsBlade.d.ts +16 -0
  14. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
  15. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +53 -2
  16. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/FillsEditorStore.d.ts +50 -0
  17. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/blades/EditTypographyFillBlade.d.ts +16 -0
  18. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +46 -6
  19. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
  20. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/docs/SampleComponent.d.ts +54 -15
  21. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
  22. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/docs/BorderPickerExample.d.ts +54 -15
  23. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/docs/SampleComponent.d.ts +54 -15
  25. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
  26. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
  27. package/internal-do-not-import-from-here/ux/aurora/components/chrome/docs/SampleComponent.d.ts +54 -15
  28. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +10 -10
  29. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/docs/SampleComponent.d.ts +54 -15
  30. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
  31. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/docs/SampleComponent.d.ts +54 -15
  32. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +12 -5
  33. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +16 -16
  34. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/docs/FillPickerExample.d.ts +54 -15
  35. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
  36. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
  37. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/docs/SampleComponent.d.ts +54 -15
  38. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/docs/SampleComponent.d.ts +54 -15
  39. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
  40. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/docs/SampleComponent.d.ts +54 -15
  41. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStyleEditor.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/aurora/components/tabs/docs/SampleComponent.d.ts +54 -15
  43. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.css.d.ts +3 -0
  44. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +8 -5
  45. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/docs/SampleComponent.d.ts +54 -15
  46. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +21 -0
  48. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +6 -4
  49. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.d.ts +6 -4
  50. package/internal-do-not-import-from-here/ux/aurora/components/typography/docs/SampleComponent.d.ts +54 -15
  51. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/FillStyleDefinitions.d.ts +5 -0
  52. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/TypographyBlueprints.d.ts +31 -1
  53. package/internal-do-not-import-from-here/ux/aurora/store/ChromeBlueprintStore.d.ts +526 -308
  54. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +531 -313
  55. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +526 -308
  56. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +72 -60
  57. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStoreV2.d.ts +2 -1
  58. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +526 -308
  59. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +0 -1
  60. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +2 -2
  61. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
  62. package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/DateTimeZonePickerExample.d.ts +54 -15
  63. package/internal-do-not-import-from-here/ux/dynamicplaceholder/DynamicPlaceholder.d.ts +56 -0
  64. package/internal-do-not-import-from-here/ux/dynamicplaceholder/DynamicPlaceholderSettings.d.ts +55 -0
  65. package/internal-do-not-import-from-here/ux/dynamicplaceholder/loc/localize.d.ts +7 -0
  66. package/internal-do-not-import-from-here/ux/dynamicplaceholder/models/DynamicPlaceholderSettings.d.ts +8 -0
  67. package/internal-do-not-import-from-here/ux/filterpicker/docs/SampleComponent.d.ts +54 -15
  68. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +9 -9
  69. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +3 -3
  70. package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
  71. package/internal-do-not-import-from-here/ux/journey/docs/SampleButtons.d.ts +54 -15
  72. package/internal-do-not-import-from-here/ux/journey/docs/SampleComponent.d.ts +54 -15
  73. package/internal-do-not-import-from-here/ux/journey/docs/SampleComponentMenu.d.ts +54 -15
  74. package/internal-do-not-import-from-here/ux/journey/docs/SampleVariants.d.ts +54 -15
  75. package/internal-do-not-import-from-here/ux/jsonexportimport/docs/SampleComponent.d.ts +54 -15
  76. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +11 -10
  77. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
  78. package/internal-do-not-import-from-here/ux/layoutcanvas/factories/EditorLayoutItemFactory.d.ts +1 -3
  79. package/internal-do-not-import-from-here/ux/layoutcanvas/factories/LayoutItemFactory.d.ts +1 -3
  80. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +11 -10
  81. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/BlockCatalogStore.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +1 -0
  83. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
  84. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -9
  85. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
  86. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
  87. package/internal-do-not-import-from-here/ux/oxide/alert/docs/SampleComponent.d.ts +54 -15
  88. package/internal-do-not-import-from-here/ux/oxide/appbar/docs/AppbarExample.d.ts +54 -15
  89. package/internal-do-not-import-from-here/ux/oxide/avatar/docs/AvatarExample.d.ts +54 -15
  90. package/internal-do-not-import-from-here/ux/oxide/badge/docs/BadgeExample.d.ts +54 -15
  91. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +10 -10
  92. package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonIntro.d.ts +54 -15
  93. package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ButtonIntro.d.ts +54 -15
  94. package/internal-do-not-import-from-here/ux/oxide/card/docs/CardSample.d.ts +54 -15
  95. package/internal-do-not-import-from-here/ux/oxide/chart/docs/SampleComponent.d.ts +54 -15
  96. package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/SampleComponent.d.ts +54 -15
  97. package/internal-do-not-import-from-here/ux/oxide/chip/docs/ChipExample.d.ts +54 -15
  98. package/internal-do-not-import-from-here/ux/oxide/colorpicker/docs/SampleComponent.d.ts +54 -15
  99. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +10 -10
  100. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -64
  101. package/internal-do-not-import-from-here/ux/oxide/column/docs/SampleComponent.d.ts +54 -15
  102. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +538 -319
  103. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +1078 -640
  104. package/internal-do-not-import-from-here/ux/oxide/datatable/docs/SampleComponent.d.ts +54 -15
  105. package/internal-do-not-import-from-here/ux/oxide/datepicker/docs/SampleComponent.d.ts +54 -15
  106. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +48 -22
  107. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithAppNavigation.d.ts +54 -15
  108. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithFixedContent.d.ts +54 -15
  109. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithLeftBar.d.ts +54 -15
  110. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithNavigation.d.ts +54 -15
  111. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithTabs.d.ts +54 -15
  112. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithoutNavigation.d.ts +8 -4
  113. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +10 -10
  114. package/internal-do-not-import-from-here/ux/oxide/divider/docs/SampleComponent.d.ts +54 -15
  115. package/internal-do-not-import-from-here/ux/oxide/draggable/docs/SampleComponent.d.ts +54 -15
  116. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
  117. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +9 -9
  118. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/SampleComponent.d.ts +54 -15
  119. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +20 -20
  120. package/internal-do-not-import-from-here/ux/oxide/flex/docs/BasicFlexTypes.d.ts +54 -15
  121. package/internal-do-not-import-from-here/ux/oxide/form/docs/SampleComponent.d.ts +54 -15
  122. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +9 -9
  123. package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/SampleComponent.d.ts +54 -15
  124. package/internal-do-not-import-from-here/ux/oxide/icon/docs/SampleComponent.d.ts +54 -15
  125. package/internal-do-not-import-from-here/ux/oxide/image/docs/SampleComponent.d.ts +54 -15
  126. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/SampleComponent.d.ts +54 -15
  127. package/internal-do-not-import-from-here/ux/oxide/layout/docs/SampleComponent.d.ts +54 -15
  128. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +9 -9
  129. package/internal-do-not-import-from-here/ux/oxide/link/docs/SampleComponent.d.ts +54 -15
  130. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
  131. package/internal-do-not-import-from-here/ux/oxide/list/docs/SampleComponent.d.ts +54 -15
  132. package/internal-do-not-import-from-here/ux/oxide/main/docs/SampleComponent.d.ts +54 -15
  133. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +9 -9
  134. package/internal-do-not-import-from-here/ux/oxide/menu/docs/SampleComponent.d.ts +54 -15
  135. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/SampleComponent.d.ts +54 -15
  136. package/internal-do-not-import-from-here/ux/oxide/notification/docs/SampleComponent.d.ts +54 -15
  137. package/internal-do-not-import-from-here/ux/oxide/pagination/docs/SampleComponent.d.ts +54 -15
  138. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +9 -9
  139. package/internal-do-not-import-from-here/ux/oxide/panel/docs/BasicPanelTypes.d.ts +54 -15
  140. package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +54 -15
  141. package/internal-do-not-import-from-here/ux/oxide/panel/docs/SettingsPanel.d.ts +54 -15
  142. package/internal-do-not-import-from-here/ux/oxide/panel/docs/ShowHide.d.ts +54 -15
  143. package/internal-do-not-import-from-here/ux/oxide/progress/docs/SampleComponent.d.ts +54 -15
  144. package/internal-do-not-import-from-here/ux/oxide/radio/docs/SampleComponent.d.ts +54 -15
  145. package/internal-do-not-import-from-here/ux/oxide/rangeslider/docs/SampleComponent.d.ts +54 -15
  146. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/docs/SampleComponent.d.ts +54 -15
  147. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1078 -640
  148. package/internal-do-not-import-from-here/ux/oxide/select/docs/SampleComponent.d.ts +54 -15
  149. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/SampleComponent.d.ts +54 -15
  150. package/internal-do-not-import-from-here/ux/oxide/slidepanel/docs/SampleComponent.d.ts +54 -15
  151. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent.d.ts +54 -15
  152. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent2.d.ts +54 -15
  153. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent3.d.ts +54 -15
  154. package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/SampleComponent.d.ts +54 -15
  155. package/internal-do-not-import-from-here/ux/oxide/spacer/docs/SampleComponent.d.ts +54 -15
  156. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
  157. package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent.d.ts +54 -15
  158. package/internal-do-not-import-from-here/ux/oxide/switch/docs/SampleComponent.d.ts +54 -15
  159. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
  160. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +10 -10
  161. package/internal-do-not-import-from-here/ux/oxide/tab/docs/SampleComponent.d.ts +54 -15
  162. package/internal-do-not-import-from-here/ux/oxide/table/docs/SampleComponent.d.ts +54 -15
  163. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +10 -36
  164. package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleComponent.d.ts +54 -15
  165. package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleGradients.d.ts +54 -15
  166. package/internal-do-not-import-from-here/ux/oxide/textfield/docs/SampleComponent.d.ts +54 -15
  167. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  168. package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarIntro.d.ts +54 -15
  169. package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/SampleComponent.d.ts +54 -15
  170. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/SampleComponent.d.ts +54 -15
  171. package/internal-do-not-import-from-here/ux/oxide/validation/docs/AdvanceExample.d.ts +54 -15
  172. package/internal-do-not-import-from-here/ux/oxide/validation/docs/SimpleExample.d.ts +54 -15
  173. package/internal-do-not-import-from-here/ux/pickerwrapper/docs/SampleComponent.d.ts +54 -15
  174. package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +91 -91
  175. package/internal-do-not-import-from-here/ux/social/docs/SampleComponent.d.ts +54 -15
  176. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +538 -319
  177. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +1 -1
  178. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +27 -1
  179. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +11 -11
  180. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +15 -3
  181. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +18 -42
  182. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -0
  183. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronPropertyEditors.d.ts +2 -2
  184. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  185. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronColorSchemaEditor.d.ts +2 -2
  186. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronContentEditor.d.ts +2 -2
  187. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder.d.ts +2 -2
  188. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder2.d.ts +2 -2
  189. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilderBase.d.ts +3 -3
  190. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronImageEditor.d.ts +2 -2
  191. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronPropertyMappingEditorBuilder.d.ts +2 -2
  192. package/internal-do-not-import-from-here/ux/velcron/editor/components/AppExplorer.d.ts +9 -3
  193. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditEditorsPane.d.ts +55 -0
  194. package/internal-do-not-import-from-here/ux/velcron/editor/components/StateTree.d.ts +11 -5
  195. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-editors/EditEditorsPanel.d.ts +16 -0
  196. package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentDescriptors.d.ts +17 -0
  197. package/internal-do-not-import-from-here/ux/velcron/editor/models/Enums.d.ts +6 -2
  198. package/internal-do-not-import-from-here/ux/velcron/editor/models/EventDescriptors.d.ts +6 -0
  199. package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +10 -7
  200. package/internal-do-not-import-from-here/ux/velcron/editor/models/StateDescriptors.d.ts +8 -0
  201. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +26 -2
  202. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +21 -0
  203. package/internal-do-not-import-from-here/ux/velcron/editor/models/index.d.ts +5 -1
  204. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronComponentStore.d.ts +21 -0
  205. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +82 -25
  206. package/internal-do-not-import-from-here/ux/velcron/editor/templates/ContentTemplates.d.ts +8 -0
  207. package/internal-do-not-import-from-here/ux/velcron/index.d.ts +1 -0
  208. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
  209. package/internal-do-not-import-from-here/ux/velcron/renderer/components/SlidePanel.d.ts +32 -0
  210. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
  211. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/PropertyEditorCreator.d.ts +10 -10
  212. package/internal-do-not-import-from-here/ux/{aurora/store → velcron/stores}/VelcronDefinitionStore.d.ts +21 -1
  213. package/internal-do-not-import-from-here/ux/velcron/stores/index.d.ts +1 -0
  214. package/internal-do-not-import-from-here/ux/versionedlayout/blade/Shared.d.ts +1 -1
  215. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +7 -3
  216. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutStyle.css.d.ts +3 -0
  217. package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +26 -0
  218. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
  219. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItemFactory.d.ts +1 -0
  220. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +70 -58
  221. package/internal-do-not-import-from-here/wctypings.d.ts +131 -86
  222. package/package.json +3 -3
  223. package/internal-do-not-import-from-here/ux/aurora/store/tmpUseIndexDb.d.ts +0 -69
  224. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/PlaceHolderListingSettingsPanel.d.ts +0 -43
  225. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/placeholders/PlaceHolderRegistrationApis.d.ts +0 -1
  226. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.css.d.ts +0 -3
  227. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.d.ts +0 -31
  228. package/internal-do-not-import-from-here/ux/velcron/editor/models/BuiltInDescriptors.d.ts +0 -38
  229. /package/internal-do-not-import-from-here/ux/app/{AppLayoutPlaceHolderRegistration.d.ts → AppDynamicPlaceHolderRegistration.d.ts} +0 -0
  230. /package/internal-do-not-import-from-here/ux/{layoutcanvas/apis/PlaceHolderApis.d.ts → dynamicplaceholder/DynamicPlaceholderApis.d.ts} +0 -0
  231. /package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/{store → stores}/ContentEditorStore.d.ts +0 -0
@@ -86,15 +86,16 @@ export declare const useChromeBlueprintStore: () => {
86
86
  };
87
87
  deactivated(): void;
88
88
  };
89
- colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
89
+ colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): import("@omnia/fx-models").ColorSchema;
90
90
  typography(): import("@omnia/fx-models").TypographyBlueprints;
91
+ fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
91
92
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
92
93
  component(): import("@omnia/fx-models").ComponentBlueprints;
93
- color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
94
- colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
94
+ color(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
95
+ colorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
95
96
  complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
96
- complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
97
- complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
97
+ complementaryColor(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
98
+ complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
98
99
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
99
100
  };
100
101
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -176,15 +177,16 @@ export declare const useChromeBlueprintStore: () => {
176
177
  };
177
178
  deactivated(): void;
178
179
  };
179
- colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
180
+ colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): import("@omnia/fx-models").ColorSchema;
180
181
  typography(): import("@omnia/fx-models").TypographyBlueprints;
182
+ fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
181
183
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
182
184
  component(): import("@omnia/fx-models").ComponentBlueprints;
183
- color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
184
- colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
185
+ color(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
186
+ colorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
185
187
  complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
186
- complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
187
- complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
188
+ complementaryColor(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
189
+ complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
188
190
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
189
191
  };
190
192
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -266,15 +268,16 @@ export declare const useChromeBlueprintStore: () => {
266
268
  };
267
269
  deactivated(): void;
268
270
  };
269
- colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
271
+ colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): import("@omnia/fx-models").ColorSchema;
270
272
  typography(): import("@omnia/fx-models").TypographyBlueprints;
273
+ fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
271
274
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
272
275
  component(): import("@omnia/fx-models").ComponentBlueprints;
273
- color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
274
- colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
276
+ color(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
277
+ colorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
275
278
  complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
276
- complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
277
- complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
279
+ complementaryColor(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
280
+ complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
278
281
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
279
282
  };
280
283
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -622,6 +625,56 @@ export declare const useChromeBlueprintStore: () => {
622
625
  family: string;
623
626
  cdn?: string;
624
627
  };
628
+ fills?: {
629
+ variant1?: {
630
+ colors: (string | {
631
+ colorType: "base" | "onBase" | "container" | "onContainer";
632
+ toned?: boolean;
633
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
634
+ } | {
635
+ color: string | {
636
+ colorType: "base" | "onBase" | "container" | "onContainer";
637
+ toned?: boolean;
638
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
639
+ };
640
+ stop?: number;
641
+ })[];
642
+ acrylic?: boolean;
643
+ opacity?: number;
644
+ };
645
+ variant2?: {
646
+ colors: (string | {
647
+ colorType: "base" | "onBase" | "container" | "onContainer";
648
+ toned?: boolean;
649
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
650
+ } | {
651
+ color: string | {
652
+ colorType: "base" | "onBase" | "container" | "onContainer";
653
+ toned?: boolean;
654
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
655
+ };
656
+ stop?: number;
657
+ })[];
658
+ acrylic?: boolean;
659
+ opacity?: number;
660
+ };
661
+ variant3?: {
662
+ colors: (string | {
663
+ colorType: "base" | "onBase" | "container" | "onContainer";
664
+ toned?: boolean;
665
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
666
+ } | {
667
+ color: string | {
668
+ colorType: "base" | "onBase" | "container" | "onContainer";
669
+ toned?: boolean;
670
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
671
+ };
672
+ stop?: number;
673
+ })[];
674
+ acrylic?: boolean;
675
+ opacity?: number;
676
+ };
677
+ };
625
678
  title: {
626
679
  xl: {
627
680
  decoration?: string;
@@ -713,6 +766,16 @@ export declare const useChromeBlueprintStore: () => {
713
766
  lineHeight: number;
714
767
  };
715
768
  };
769
+ font?: {
770
+ id: {
771
+ toString: () => string;
772
+ equals?: {
773
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
774
+ };
775
+ };
776
+ family: string;
777
+ cdn?: string;
778
+ };
716
779
  };
717
780
  text: {
718
781
  l: {
@@ -787,6 +850,16 @@ export declare const useChromeBlueprintStore: () => {
787
850
  lineHeight: number;
788
851
  };
789
852
  };
853
+ font?: {
854
+ id: {
855
+ toString: () => string;
856
+ equals?: {
857
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
858
+ };
859
+ };
860
+ family: string;
861
+ cdn?: string;
862
+ };
790
863
  };
791
864
  navigation: {
792
865
  l: {
@@ -825,6 +898,16 @@ export declare const useChromeBlueprintStore: () => {
825
898
  lineHeight: number;
826
899
  };
827
900
  };
901
+ font?: {
902
+ id: {
903
+ toString: () => string;
904
+ equals?: {
905
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
906
+ };
907
+ };
908
+ family: string;
909
+ cdn?: string;
910
+ };
828
911
  };
829
912
  link: {
830
913
  m: {
@@ -845,6 +928,16 @@ export declare const useChromeBlueprintStore: () => {
845
928
  lineHeight: number;
846
929
  };
847
930
  };
931
+ font?: {
932
+ id: {
933
+ toString: () => string;
934
+ equals?: {
935
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
936
+ };
937
+ };
938
+ family: string;
939
+ cdn?: string;
940
+ };
848
941
  };
849
942
  };
850
943
  name?: string;
@@ -897,12 +990,12 @@ export declare const useChromeBlueprintStore: () => {
897
990
  colors: (string | {
898
991
  colorType: "base" | "onBase" | "container" | "onContainer";
899
992
  toned?: boolean;
900
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
993
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
901
994
  } | {
902
995
  color: string | {
903
996
  colorType: "base" | "onBase" | "container" | "onContainer";
904
997
  toned?: boolean;
905
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
998
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
906
999
  };
907
1000
  stop?: number;
908
1001
  })[];
@@ -926,7 +1019,7 @@ export declare const useChromeBlueprintStore: () => {
926
1019
  colors: (string | {
927
1020
  colorType: "base" | "onBase" | "container" | "onContainer";
928
1021
  toned?: boolean;
929
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1022
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
930
1023
  } | {
931
1024
  color: string | any;
932
1025
  stop?: number;
@@ -939,21 +1032,25 @@ export declare const useChromeBlueprintStore: () => {
939
1032
  };
940
1033
  alterCase?: boolean;
941
1034
  text?: {
942
- color?: {
1035
+ color?: string | {
943
1036
  colors: (string | {
944
1037
  colorType: "base" | "onBase" | "container" | "onContainer";
945
1038
  toned?: boolean;
946
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1039
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
947
1040
  } | {
948
1041
  color: string | {
949
1042
  colorType: "base" | "onBase" | "container" | "onContainer";
950
1043
  toned?: boolean;
951
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1044
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
952
1045
  };
953
1046
  stop?: number;
954
1047
  })[];
955
1048
  acrylic?: boolean;
956
1049
  opacity?: number;
1050
+ } | {
1051
+ colorType: "base" | "onBase" | "container" | "onContainer";
1052
+ toned?: boolean;
1053
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
957
1054
  };
958
1055
  typography?: {
959
1056
  decoration?: string;
@@ -973,7 +1070,7 @@ export declare const useChromeBlueprintStore: () => {
973
1070
  lineHeight: number;
974
1071
  };
975
1072
  } | {
976
- type: "title" | "text" | "navigation";
1073
+ type: "text" | "title" | "navigation";
977
1074
  size: "xs" | "s" | "m" | "l" | "xl";
978
1075
  };
979
1076
  };
@@ -982,12 +1079,12 @@ export declare const useChromeBlueprintStore: () => {
982
1079
  colors: (string | {
983
1080
  colorType: "base" | "onBase" | "container" | "onContainer";
984
1081
  toned?: boolean;
985
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1082
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
986
1083
  } | {
987
1084
  color: string | {
988
1085
  colorType: "base" | "onBase" | "container" | "onContainer";
989
1086
  toned?: boolean;
990
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1087
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
991
1088
  };
992
1089
  stop?: number;
993
1090
  })[];
@@ -1009,12 +1106,12 @@ export declare const useChromeBlueprintStore: () => {
1009
1106
  colors: (string | {
1010
1107
  colorType: "base" | "onBase" | "container" | "onContainer";
1011
1108
  toned?: boolean;
1012
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1109
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1013
1110
  } | {
1014
1111
  color: string | {
1015
1112
  colorType: "base" | "onBase" | "container" | "onContainer";
1016
1113
  toned?: boolean;
1017
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1114
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1018
1115
  };
1019
1116
  stop?: number;
1020
1117
  })[];
@@ -1038,7 +1135,7 @@ export declare const useChromeBlueprintStore: () => {
1038
1135
  colors: (string | {
1039
1136
  colorType: "base" | "onBase" | "container" | "onContainer";
1040
1137
  toned?: boolean;
1041
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1138
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1042
1139
  } | {
1043
1140
  color: string | any;
1044
1141
  stop?: number;
@@ -1051,21 +1148,25 @@ export declare const useChromeBlueprintStore: () => {
1051
1148
  };
1052
1149
  alterCase?: boolean;
1053
1150
  text?: {
1054
- color?: {
1151
+ color?: string | {
1055
1152
  colors: (string | {
1056
1153
  colorType: "base" | "onBase" | "container" | "onContainer";
1057
1154
  toned?: boolean;
1058
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1155
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1059
1156
  } | {
1060
1157
  color: string | {
1061
1158
  colorType: "base" | "onBase" | "container" | "onContainer";
1062
1159
  toned?: boolean;
1063
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1160
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1064
1161
  };
1065
1162
  stop?: number;
1066
1163
  })[];
1067
1164
  acrylic?: boolean;
1068
1165
  opacity?: number;
1166
+ } | {
1167
+ colorType: "base" | "onBase" | "container" | "onContainer";
1168
+ toned?: boolean;
1169
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1069
1170
  };
1070
1171
  typography?: {
1071
1172
  decoration?: string;
@@ -1085,7 +1186,7 @@ export declare const useChromeBlueprintStore: () => {
1085
1186
  lineHeight: number;
1086
1187
  };
1087
1188
  } | {
1088
- type: "title" | "text" | "navigation";
1189
+ type: "text" | "title" | "navigation";
1089
1190
  size: "xs" | "s" | "m" | "l" | "xl";
1090
1191
  };
1091
1192
  };
@@ -1094,12 +1195,12 @@ export declare const useChromeBlueprintStore: () => {
1094
1195
  colors: (string | {
1095
1196
  colorType: "base" | "onBase" | "container" | "onContainer";
1096
1197
  toned?: boolean;
1097
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1198
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1098
1199
  } | {
1099
1200
  color: string | {
1100
1201
  colorType: "base" | "onBase" | "container" | "onContainer";
1101
1202
  toned?: boolean;
1102
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1203
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1103
1204
  };
1104
1205
  stop?: number;
1105
1206
  })[];
@@ -1121,12 +1222,12 @@ export declare const useChromeBlueprintStore: () => {
1121
1222
  colors: (string | {
1122
1223
  colorType: "base" | "onBase" | "container" | "onContainer";
1123
1224
  toned?: boolean;
1124
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1225
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1125
1226
  } | {
1126
1227
  color: string | {
1127
1228
  colorType: "base" | "onBase" | "container" | "onContainer";
1128
1229
  toned?: boolean;
1129
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1230
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1130
1231
  };
1131
1232
  stop?: number;
1132
1233
  })[];
@@ -1150,7 +1251,7 @@ export declare const useChromeBlueprintStore: () => {
1150
1251
  colors: (string | {
1151
1252
  colorType: "base" | "onBase" | "container" | "onContainer";
1152
1253
  toned?: boolean;
1153
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1254
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1154
1255
  } | {
1155
1256
  color: string | any;
1156
1257
  stop?: number;
@@ -1163,21 +1264,25 @@ export declare const useChromeBlueprintStore: () => {
1163
1264
  };
1164
1265
  alterCase?: boolean;
1165
1266
  text?: {
1166
- color?: {
1267
+ color?: string | {
1167
1268
  colors: (string | {
1168
1269
  colorType: "base" | "onBase" | "container" | "onContainer";
1169
1270
  toned?: boolean;
1170
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1271
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1171
1272
  } | {
1172
1273
  color: string | {
1173
1274
  colorType: "base" | "onBase" | "container" | "onContainer";
1174
1275
  toned?: boolean;
1175
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1276
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1176
1277
  };
1177
1278
  stop?: number;
1178
1279
  })[];
1179
1280
  acrylic?: boolean;
1180
1281
  opacity?: number;
1282
+ } | {
1283
+ colorType: "base" | "onBase" | "container" | "onContainer";
1284
+ toned?: boolean;
1285
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1181
1286
  };
1182
1287
  typography?: {
1183
1288
  decoration?: string;
@@ -1197,7 +1302,7 @@ export declare const useChromeBlueprintStore: () => {
1197
1302
  lineHeight: number;
1198
1303
  };
1199
1304
  } | {
1200
- type: "title" | "text" | "navigation";
1305
+ type: "text" | "title" | "navigation";
1201
1306
  size: "xs" | "s" | "m" | "l" | "xl";
1202
1307
  };
1203
1308
  };
@@ -1206,12 +1311,12 @@ export declare const useChromeBlueprintStore: () => {
1206
1311
  colors: (string | {
1207
1312
  colorType: "base" | "onBase" | "container" | "onContainer";
1208
1313
  toned?: boolean;
1209
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1314
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1210
1315
  } | {
1211
1316
  color: string | {
1212
1317
  colorType: "base" | "onBase" | "container" | "onContainer";
1213
1318
  toned?: boolean;
1214
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1319
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1215
1320
  };
1216
1321
  stop?: number;
1217
1322
  })[];
@@ -1233,12 +1338,12 @@ export declare const useChromeBlueprintStore: () => {
1233
1338
  colors: (string | {
1234
1339
  colorType: "base" | "onBase" | "container" | "onContainer";
1235
1340
  toned?: boolean;
1236
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1341
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1237
1342
  } | {
1238
1343
  color: string | {
1239
1344
  colorType: "base" | "onBase" | "container" | "onContainer";
1240
1345
  toned?: boolean;
1241
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1346
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1242
1347
  };
1243
1348
  stop?: number;
1244
1349
  })[];
@@ -1262,7 +1367,7 @@ export declare const useChromeBlueprintStore: () => {
1262
1367
  colors: (string | {
1263
1368
  colorType: "base" | "onBase" | "container" | "onContainer";
1264
1369
  toned?: boolean;
1265
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1370
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1266
1371
  } | {
1267
1372
  color: string | any;
1268
1373
  stop?: number;
@@ -1275,21 +1380,25 @@ export declare const useChromeBlueprintStore: () => {
1275
1380
  };
1276
1381
  alterCase?: boolean;
1277
1382
  text?: {
1278
- color?: {
1383
+ color?: string | {
1279
1384
  colors: (string | {
1280
1385
  colorType: "base" | "onBase" | "container" | "onContainer";
1281
1386
  toned?: boolean;
1282
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1387
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1283
1388
  } | {
1284
1389
  color: string | {
1285
1390
  colorType: "base" | "onBase" | "container" | "onContainer";
1286
1391
  toned?: boolean;
1287
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1392
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1288
1393
  };
1289
1394
  stop?: number;
1290
1395
  })[];
1291
1396
  acrylic?: boolean;
1292
1397
  opacity?: number;
1398
+ } | {
1399
+ colorType: "base" | "onBase" | "container" | "onContainer";
1400
+ toned?: boolean;
1401
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1293
1402
  };
1294
1403
  typography?: {
1295
1404
  decoration?: string;
@@ -1309,7 +1418,7 @@ export declare const useChromeBlueprintStore: () => {
1309
1418
  lineHeight: number;
1310
1419
  };
1311
1420
  } | {
1312
- type: "title" | "text" | "navigation";
1421
+ type: "text" | "title" | "navigation";
1313
1422
  size: "xs" | "s" | "m" | "l" | "xl";
1314
1423
  };
1315
1424
  };
@@ -1318,12 +1427,12 @@ export declare const useChromeBlueprintStore: () => {
1318
1427
  colors: (string | {
1319
1428
  colorType: "base" | "onBase" | "container" | "onContainer";
1320
1429
  toned?: boolean;
1321
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1430
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1322
1431
  } | {
1323
1432
  color: string | {
1324
1433
  colorType: "base" | "onBase" | "container" | "onContainer";
1325
1434
  toned?: boolean;
1326
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1435
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1327
1436
  };
1328
1437
  stop?: number;
1329
1438
  })[];
@@ -1345,12 +1454,12 @@ export declare const useChromeBlueprintStore: () => {
1345
1454
  colors: (string | {
1346
1455
  colorType: "base" | "onBase" | "container" | "onContainer";
1347
1456
  toned?: boolean;
1348
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1457
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1349
1458
  } | {
1350
1459
  color: string | {
1351
1460
  colorType: "base" | "onBase" | "container" | "onContainer";
1352
1461
  toned?: boolean;
1353
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1462
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1354
1463
  };
1355
1464
  stop?: number;
1356
1465
  })[];
@@ -1374,7 +1483,7 @@ export declare const useChromeBlueprintStore: () => {
1374
1483
  colors: (string | {
1375
1484
  colorType: "base" | "onBase" | "container" | "onContainer";
1376
1485
  toned?: boolean;
1377
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1486
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1378
1487
  } | {
1379
1488
  color: string | any;
1380
1489
  stop?: number;
@@ -1387,21 +1496,25 @@ export declare const useChromeBlueprintStore: () => {
1387
1496
  };
1388
1497
  alterCase?: boolean;
1389
1498
  text?: {
1390
- color?: {
1499
+ color?: string | {
1391
1500
  colors: (string | {
1392
1501
  colorType: "base" | "onBase" | "container" | "onContainer";
1393
1502
  toned?: boolean;
1394
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1503
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1395
1504
  } | {
1396
1505
  color: string | {
1397
1506
  colorType: "base" | "onBase" | "container" | "onContainer";
1398
1507
  toned?: boolean;
1399
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1508
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1400
1509
  };
1401
1510
  stop?: number;
1402
1511
  })[];
1403
1512
  acrylic?: boolean;
1404
1513
  opacity?: number;
1514
+ } | {
1515
+ colorType: "base" | "onBase" | "container" | "onContainer";
1516
+ toned?: boolean;
1517
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1405
1518
  };
1406
1519
  typography?: {
1407
1520
  decoration?: string;
@@ -1421,7 +1534,7 @@ export declare const useChromeBlueprintStore: () => {
1421
1534
  lineHeight: number;
1422
1535
  };
1423
1536
  } | {
1424
- type: "title" | "text" | "navigation";
1537
+ type: "text" | "title" | "navigation";
1425
1538
  size: "xs" | "s" | "m" | "l" | "xl";
1426
1539
  };
1427
1540
  };
@@ -1430,12 +1543,12 @@ export declare const useChromeBlueprintStore: () => {
1430
1543
  colors: (string | {
1431
1544
  colorType: "base" | "onBase" | "container" | "onContainer";
1432
1545
  toned?: boolean;
1433
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1546
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1434
1547
  } | {
1435
1548
  color: string | {
1436
1549
  colorType: "base" | "onBase" | "container" | "onContainer";
1437
1550
  toned?: boolean;
1438
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1551
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1439
1552
  };
1440
1553
  stop?: number;
1441
1554
  })[];
@@ -1457,12 +1570,12 @@ export declare const useChromeBlueprintStore: () => {
1457
1570
  colors: (string | {
1458
1571
  colorType: "base" | "onBase" | "container" | "onContainer";
1459
1572
  toned?: boolean;
1460
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1573
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1461
1574
  } | {
1462
1575
  color: string | {
1463
1576
  colorType: "base" | "onBase" | "container" | "onContainer";
1464
1577
  toned?: boolean;
1465
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1578
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1466
1579
  };
1467
1580
  stop?: number;
1468
1581
  })[];
@@ -1486,7 +1599,7 @@ export declare const useChromeBlueprintStore: () => {
1486
1599
  colors: (string | {
1487
1600
  colorType: "base" | "onBase" | "container" | "onContainer";
1488
1601
  toned?: boolean;
1489
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1602
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1490
1603
  } | {
1491
1604
  color: string | any;
1492
1605
  stop?: number;
@@ -1499,21 +1612,25 @@ export declare const useChromeBlueprintStore: () => {
1499
1612
  };
1500
1613
  alterCase?: boolean;
1501
1614
  text?: {
1502
- color?: {
1615
+ color?: string | {
1503
1616
  colors: (string | {
1504
1617
  colorType: "base" | "onBase" | "container" | "onContainer";
1505
1618
  toned?: boolean;
1506
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1619
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1507
1620
  } | {
1508
1621
  color: string | {
1509
1622
  colorType: "base" | "onBase" | "container" | "onContainer";
1510
1623
  toned?: boolean;
1511
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1624
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1512
1625
  };
1513
1626
  stop?: number;
1514
1627
  })[];
1515
1628
  acrylic?: boolean;
1516
1629
  opacity?: number;
1630
+ } | {
1631
+ colorType: "base" | "onBase" | "container" | "onContainer";
1632
+ toned?: boolean;
1633
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1517
1634
  };
1518
1635
  typography?: {
1519
1636
  decoration?: string;
@@ -1533,7 +1650,7 @@ export declare const useChromeBlueprintStore: () => {
1533
1650
  lineHeight: number;
1534
1651
  };
1535
1652
  } | {
1536
- type: "title" | "text" | "navigation";
1653
+ type: "text" | "title" | "navigation";
1537
1654
  size: "xs" | "s" | "m" | "l" | "xl";
1538
1655
  };
1539
1656
  };
@@ -1542,12 +1659,12 @@ export declare const useChromeBlueprintStore: () => {
1542
1659
  colors: (string | {
1543
1660
  colorType: "base" | "onBase" | "container" | "onContainer";
1544
1661
  toned?: boolean;
1545
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1662
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1546
1663
  } | {
1547
1664
  color: string | {
1548
1665
  colorType: "base" | "onBase" | "container" | "onContainer";
1549
1666
  toned?: boolean;
1550
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1667
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1551
1668
  };
1552
1669
  stop?: number;
1553
1670
  })[];
@@ -1569,12 +1686,12 @@ export declare const useChromeBlueprintStore: () => {
1569
1686
  colors: (string | {
1570
1687
  colorType: "base" | "onBase" | "container" | "onContainer";
1571
1688
  toned?: boolean;
1572
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1689
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1573
1690
  } | {
1574
1691
  color: string | {
1575
1692
  colorType: "base" | "onBase" | "container" | "onContainer";
1576
1693
  toned?: boolean;
1577
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1694
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1578
1695
  };
1579
1696
  stop?: number;
1580
1697
  })[];
@@ -1598,7 +1715,7 @@ export declare const useChromeBlueprintStore: () => {
1598
1715
  colors: (string | {
1599
1716
  colorType: "base" | "onBase" | "container" | "onContainer";
1600
1717
  toned?: boolean;
1601
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1718
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1602
1719
  } | {
1603
1720
  color: string | any;
1604
1721
  stop?: number;
@@ -1611,21 +1728,25 @@ export declare const useChromeBlueprintStore: () => {
1611
1728
  };
1612
1729
  alterCase?: boolean;
1613
1730
  text?: {
1614
- color?: {
1731
+ color?: string | {
1615
1732
  colors: (string | {
1616
1733
  colorType: "base" | "onBase" | "container" | "onContainer";
1617
1734
  toned?: boolean;
1618
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1735
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1619
1736
  } | {
1620
1737
  color: string | {
1621
1738
  colorType: "base" | "onBase" | "container" | "onContainer";
1622
1739
  toned?: boolean;
1623
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1740
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1624
1741
  };
1625
1742
  stop?: number;
1626
1743
  })[];
1627
1744
  acrylic?: boolean;
1628
1745
  opacity?: number;
1746
+ } | {
1747
+ colorType: "base" | "onBase" | "container" | "onContainer";
1748
+ toned?: boolean;
1749
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1629
1750
  };
1630
1751
  typography?: {
1631
1752
  decoration?: string;
@@ -1645,7 +1766,7 @@ export declare const useChromeBlueprintStore: () => {
1645
1766
  lineHeight: number;
1646
1767
  };
1647
1768
  } | {
1648
- type: "title" | "text" | "navigation";
1769
+ type: "text" | "title" | "navigation";
1649
1770
  size: "xs" | "s" | "m" | "l" | "xl";
1650
1771
  };
1651
1772
  };
@@ -1654,12 +1775,12 @@ export declare const useChromeBlueprintStore: () => {
1654
1775
  colors: (string | {
1655
1776
  colorType: "base" | "onBase" | "container" | "onContainer";
1656
1777
  toned?: boolean;
1657
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1778
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1658
1779
  } | {
1659
1780
  color: string | {
1660
1781
  colorType: "base" | "onBase" | "container" | "onContainer";
1661
1782
  toned?: boolean;
1662
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1783
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1663
1784
  };
1664
1785
  stop?: number;
1665
1786
  })[];
@@ -1681,12 +1802,12 @@ export declare const useChromeBlueprintStore: () => {
1681
1802
  colors: (string | {
1682
1803
  colorType: "base" | "onBase" | "container" | "onContainer";
1683
1804
  toned?: boolean;
1684
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1805
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1685
1806
  } | {
1686
1807
  color: string | {
1687
1808
  colorType: "base" | "onBase" | "container" | "onContainer";
1688
1809
  toned?: boolean;
1689
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1810
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1690
1811
  };
1691
1812
  stop?: number;
1692
1813
  })[];
@@ -1710,7 +1831,7 @@ export declare const useChromeBlueprintStore: () => {
1710
1831
  colors: (string | {
1711
1832
  colorType: "base" | "onBase" | "container" | "onContainer";
1712
1833
  toned?: boolean;
1713
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1834
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1714
1835
  } | {
1715
1836
  color: string | any;
1716
1837
  stop?: number;
@@ -1723,21 +1844,25 @@ export declare const useChromeBlueprintStore: () => {
1723
1844
  };
1724
1845
  alterCase?: boolean;
1725
1846
  text?: {
1726
- color?: {
1847
+ color?: string | {
1727
1848
  colors: (string | {
1728
1849
  colorType: "base" | "onBase" | "container" | "onContainer";
1729
1850
  toned?: boolean;
1730
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1851
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1731
1852
  } | {
1732
1853
  color: string | {
1733
1854
  colorType: "base" | "onBase" | "container" | "onContainer";
1734
1855
  toned?: boolean;
1735
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1856
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1736
1857
  };
1737
1858
  stop?: number;
1738
1859
  })[];
1739
1860
  acrylic?: boolean;
1740
1861
  opacity?: number;
1862
+ } | {
1863
+ colorType: "base" | "onBase" | "container" | "onContainer";
1864
+ toned?: boolean;
1865
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1741
1866
  };
1742
1867
  typography?: {
1743
1868
  decoration?: string;
@@ -1757,7 +1882,7 @@ export declare const useChromeBlueprintStore: () => {
1757
1882
  lineHeight: number;
1758
1883
  };
1759
1884
  } | {
1760
- type: "title" | "text" | "navigation";
1885
+ type: "text" | "title" | "navigation";
1761
1886
  size: "xs" | "s" | "m" | "l" | "xl";
1762
1887
  };
1763
1888
  };
@@ -1766,12 +1891,12 @@ export declare const useChromeBlueprintStore: () => {
1766
1891
  colors: (string | {
1767
1892
  colorType: "base" | "onBase" | "container" | "onContainer";
1768
1893
  toned?: boolean;
1769
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1894
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1770
1895
  } | {
1771
1896
  color: string | {
1772
1897
  colorType: "base" | "onBase" | "container" | "onContainer";
1773
1898
  toned?: boolean;
1774
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1899
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1775
1900
  };
1776
1901
  stop?: number;
1777
1902
  })[];
@@ -1793,12 +1918,12 @@ export declare const useChromeBlueprintStore: () => {
1793
1918
  colors: (string | {
1794
1919
  colorType: "base" | "onBase" | "container" | "onContainer";
1795
1920
  toned?: boolean;
1796
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1921
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1797
1922
  } | {
1798
1923
  color: string | {
1799
1924
  colorType: "base" | "onBase" | "container" | "onContainer";
1800
1925
  toned?: boolean;
1801
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1926
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1802
1927
  };
1803
1928
  stop?: number;
1804
1929
  })[];
@@ -1822,7 +1947,7 @@ export declare const useChromeBlueprintStore: () => {
1822
1947
  colors: (string | {
1823
1948
  colorType: "base" | "onBase" | "container" | "onContainer";
1824
1949
  toned?: boolean;
1825
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1950
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1826
1951
  } | {
1827
1952
  color: string | any;
1828
1953
  stop?: number;
@@ -1835,21 +1960,25 @@ export declare const useChromeBlueprintStore: () => {
1835
1960
  };
1836
1961
  alterCase?: boolean;
1837
1962
  text?: {
1838
- color?: {
1963
+ color?: string | {
1839
1964
  colors: (string | {
1840
1965
  colorType: "base" | "onBase" | "container" | "onContainer";
1841
1966
  toned?: boolean;
1842
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1967
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1843
1968
  } | {
1844
1969
  color: string | {
1845
1970
  colorType: "base" | "onBase" | "container" | "onContainer";
1846
1971
  toned?: boolean;
1847
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1972
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1848
1973
  };
1849
1974
  stop?: number;
1850
1975
  })[];
1851
1976
  acrylic?: boolean;
1852
1977
  opacity?: number;
1978
+ } | {
1979
+ colorType: "base" | "onBase" | "container" | "onContainer";
1980
+ toned?: boolean;
1981
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1853
1982
  };
1854
1983
  typography?: {
1855
1984
  decoration?: string;
@@ -1869,7 +1998,7 @@ export declare const useChromeBlueprintStore: () => {
1869
1998
  lineHeight: number;
1870
1999
  };
1871
2000
  } | {
1872
- type: "title" | "text" | "navigation";
2001
+ type: "text" | "title" | "navigation";
1873
2002
  size: "xs" | "s" | "m" | "l" | "xl";
1874
2003
  };
1875
2004
  };
@@ -1878,12 +2007,12 @@ export declare const useChromeBlueprintStore: () => {
1878
2007
  colors: (string | {
1879
2008
  colorType: "base" | "onBase" | "container" | "onContainer";
1880
2009
  toned?: boolean;
1881
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2010
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1882
2011
  } | {
1883
2012
  color: string | {
1884
2013
  colorType: "base" | "onBase" | "container" | "onContainer";
1885
2014
  toned?: boolean;
1886
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2015
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1887
2016
  };
1888
2017
  stop?: number;
1889
2018
  })[];
@@ -1907,12 +2036,12 @@ export declare const useChromeBlueprintStore: () => {
1907
2036
  colors: (string | {
1908
2037
  colorType: "base" | "onBase" | "container" | "onContainer";
1909
2038
  toned?: boolean;
1910
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2039
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1911
2040
  } | {
1912
2041
  color: string | {
1913
2042
  colorType: "base" | "onBase" | "container" | "onContainer";
1914
2043
  toned?: boolean;
1915
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2044
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1916
2045
  };
1917
2046
  stop?: number;
1918
2047
  })[];
@@ -1936,7 +2065,7 @@ export declare const useChromeBlueprintStore: () => {
1936
2065
  colors: (string | {
1937
2066
  colorType: "base" | "onBase" | "container" | "onContainer";
1938
2067
  toned?: boolean;
1939
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2068
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1940
2069
  } | {
1941
2070
  color: string | any;
1942
2071
  stop?: number;
@@ -1949,21 +2078,25 @@ export declare const useChromeBlueprintStore: () => {
1949
2078
  };
1950
2079
  alterCase?: boolean;
1951
2080
  text?: {
1952
- color?: {
2081
+ color?: string | {
1953
2082
  colors: (string | {
1954
2083
  colorType: "base" | "onBase" | "container" | "onContainer";
1955
2084
  toned?: boolean;
1956
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2085
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1957
2086
  } | {
1958
2087
  color: string | {
1959
2088
  colorType: "base" | "onBase" | "container" | "onContainer";
1960
2089
  toned?: boolean;
1961
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2090
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1962
2091
  };
1963
2092
  stop?: number;
1964
2093
  })[];
1965
2094
  acrylic?: boolean;
1966
2095
  opacity?: number;
2096
+ } | {
2097
+ colorType: "base" | "onBase" | "container" | "onContainer";
2098
+ toned?: boolean;
2099
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1967
2100
  };
1968
2101
  typography?: {
1969
2102
  decoration?: string;
@@ -1983,7 +2116,7 @@ export declare const useChromeBlueprintStore: () => {
1983
2116
  lineHeight: number;
1984
2117
  };
1985
2118
  } | {
1986
- type: "title" | "text" | "navigation";
2119
+ type: "text" | "title" | "navigation";
1987
2120
  size: "xs" | "s" | "m" | "l" | "xl";
1988
2121
  };
1989
2122
  };
@@ -1992,12 +2125,12 @@ export declare const useChromeBlueprintStore: () => {
1992
2125
  colors: (string | {
1993
2126
  colorType: "base" | "onBase" | "container" | "onContainer";
1994
2127
  toned?: boolean;
1995
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2128
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1996
2129
  } | {
1997
2130
  color: string | {
1998
2131
  colorType: "base" | "onBase" | "container" | "onContainer";
1999
2132
  toned?: boolean;
2000
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2133
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2001
2134
  };
2002
2135
  stop?: number;
2003
2136
  })[];
@@ -2019,12 +2152,12 @@ export declare const useChromeBlueprintStore: () => {
2019
2152
  colors: (string | {
2020
2153
  colorType: "base" | "onBase" | "container" | "onContainer";
2021
2154
  toned?: boolean;
2022
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2155
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2023
2156
  } | {
2024
2157
  color: string | {
2025
2158
  colorType: "base" | "onBase" | "container" | "onContainer";
2026
2159
  toned?: boolean;
2027
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2160
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2028
2161
  };
2029
2162
  stop?: number;
2030
2163
  })[];
@@ -2048,7 +2181,7 @@ export declare const useChromeBlueprintStore: () => {
2048
2181
  colors: (string | {
2049
2182
  colorType: "base" | "onBase" | "container" | "onContainer";
2050
2183
  toned?: boolean;
2051
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2184
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2052
2185
  } | {
2053
2186
  color: string | any;
2054
2187
  stop?: number;
@@ -2061,21 +2194,25 @@ export declare const useChromeBlueprintStore: () => {
2061
2194
  };
2062
2195
  alterCase?: boolean;
2063
2196
  text?: {
2064
- color?: {
2197
+ color?: string | {
2065
2198
  colors: (string | {
2066
2199
  colorType: "base" | "onBase" | "container" | "onContainer";
2067
2200
  toned?: boolean;
2068
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2201
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2069
2202
  } | {
2070
2203
  color: string | {
2071
2204
  colorType: "base" | "onBase" | "container" | "onContainer";
2072
2205
  toned?: boolean;
2073
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2206
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2074
2207
  };
2075
2208
  stop?: number;
2076
2209
  })[];
2077
2210
  acrylic?: boolean;
2078
2211
  opacity?: number;
2212
+ } | {
2213
+ colorType: "base" | "onBase" | "container" | "onContainer";
2214
+ toned?: boolean;
2215
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2079
2216
  };
2080
2217
  typography?: {
2081
2218
  decoration?: string;
@@ -2095,7 +2232,7 @@ export declare const useChromeBlueprintStore: () => {
2095
2232
  lineHeight: number;
2096
2233
  };
2097
2234
  } | {
2098
- type: "title" | "text" | "navigation";
2235
+ type: "text" | "title" | "navigation";
2099
2236
  size: "xs" | "s" | "m" | "l" | "xl";
2100
2237
  };
2101
2238
  };
@@ -2104,12 +2241,12 @@ export declare const useChromeBlueprintStore: () => {
2104
2241
  colors: (string | {
2105
2242
  colorType: "base" | "onBase" | "container" | "onContainer";
2106
2243
  toned?: boolean;
2107
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2244
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2108
2245
  } | {
2109
2246
  color: string | {
2110
2247
  colorType: "base" | "onBase" | "container" | "onContainer";
2111
2248
  toned?: boolean;
2112
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2249
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2113
2250
  };
2114
2251
  stop?: number;
2115
2252
  })[];
@@ -2131,12 +2268,12 @@ export declare const useChromeBlueprintStore: () => {
2131
2268
  colors: (string | {
2132
2269
  colorType: "base" | "onBase" | "container" | "onContainer";
2133
2270
  toned?: boolean;
2134
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2271
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2135
2272
  } | {
2136
2273
  color: string | {
2137
2274
  colorType: "base" | "onBase" | "container" | "onContainer";
2138
2275
  toned?: boolean;
2139
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2276
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2140
2277
  };
2141
2278
  stop?: number;
2142
2279
  })[];
@@ -2160,7 +2297,7 @@ export declare const useChromeBlueprintStore: () => {
2160
2297
  colors: (string | {
2161
2298
  colorType: "base" | "onBase" | "container" | "onContainer";
2162
2299
  toned?: boolean;
2163
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2300
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2164
2301
  } | {
2165
2302
  color: string | any;
2166
2303
  stop?: number;
@@ -2173,21 +2310,25 @@ export declare const useChromeBlueprintStore: () => {
2173
2310
  };
2174
2311
  alterCase?: boolean;
2175
2312
  text?: {
2176
- color?: {
2313
+ color?: string | {
2177
2314
  colors: (string | {
2178
2315
  colorType: "base" | "onBase" | "container" | "onContainer";
2179
2316
  toned?: boolean;
2180
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2317
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2181
2318
  } | {
2182
2319
  color: string | {
2183
2320
  colorType: "base" | "onBase" | "container" | "onContainer";
2184
2321
  toned?: boolean;
2185
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2322
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2186
2323
  };
2187
2324
  stop?: number;
2188
2325
  })[];
2189
2326
  acrylic?: boolean;
2190
2327
  opacity?: number;
2328
+ } | {
2329
+ colorType: "base" | "onBase" | "container" | "onContainer";
2330
+ toned?: boolean;
2331
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2191
2332
  };
2192
2333
  typography?: {
2193
2334
  decoration?: string;
@@ -2207,7 +2348,7 @@ export declare const useChromeBlueprintStore: () => {
2207
2348
  lineHeight: number;
2208
2349
  };
2209
2350
  } | {
2210
- type: "title" | "text" | "navigation";
2351
+ type: "text" | "title" | "navigation";
2211
2352
  size: "xs" | "s" | "m" | "l" | "xl";
2212
2353
  };
2213
2354
  };
@@ -2216,12 +2357,12 @@ export declare const useChromeBlueprintStore: () => {
2216
2357
  colors: (string | {
2217
2358
  colorType: "base" | "onBase" | "container" | "onContainer";
2218
2359
  toned?: boolean;
2219
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2360
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2220
2361
  } | {
2221
2362
  color: string | {
2222
2363
  colorType: "base" | "onBase" | "container" | "onContainer";
2223
2364
  toned?: boolean;
2224
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2365
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2225
2366
  };
2226
2367
  stop?: number;
2227
2368
  })[];
@@ -2243,12 +2384,12 @@ export declare const useChromeBlueprintStore: () => {
2243
2384
  colors: (string | {
2244
2385
  colorType: "base" | "onBase" | "container" | "onContainer";
2245
2386
  toned?: boolean;
2246
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2387
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2247
2388
  } | {
2248
2389
  color: string | {
2249
2390
  colorType: "base" | "onBase" | "container" | "onContainer";
2250
2391
  toned?: boolean;
2251
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2392
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2252
2393
  };
2253
2394
  stop?: number;
2254
2395
  })[];
@@ -2272,7 +2413,7 @@ export declare const useChromeBlueprintStore: () => {
2272
2413
  colors: (string | {
2273
2414
  colorType: "base" | "onBase" | "container" | "onContainer";
2274
2415
  toned?: boolean;
2275
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2416
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2276
2417
  } | {
2277
2418
  color: string | any;
2278
2419
  stop?: number;
@@ -2285,21 +2426,25 @@ export declare const useChromeBlueprintStore: () => {
2285
2426
  };
2286
2427
  alterCase?: boolean;
2287
2428
  text?: {
2288
- color?: {
2429
+ color?: string | {
2289
2430
  colors: (string | {
2290
2431
  colorType: "base" | "onBase" | "container" | "onContainer";
2291
2432
  toned?: boolean;
2292
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2433
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2293
2434
  } | {
2294
2435
  color: string | {
2295
2436
  colorType: "base" | "onBase" | "container" | "onContainer";
2296
2437
  toned?: boolean;
2297
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2438
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2298
2439
  };
2299
2440
  stop?: number;
2300
2441
  })[];
2301
2442
  acrylic?: boolean;
2302
2443
  opacity?: number;
2444
+ } | {
2445
+ colorType: "base" | "onBase" | "container" | "onContainer";
2446
+ toned?: boolean;
2447
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2303
2448
  };
2304
2449
  typography?: {
2305
2450
  decoration?: string;
@@ -2319,7 +2464,7 @@ export declare const useChromeBlueprintStore: () => {
2319
2464
  lineHeight: number;
2320
2465
  };
2321
2466
  } | {
2322
- type: "title" | "text" | "navigation";
2467
+ type: "text" | "title" | "navigation";
2323
2468
  size: "xs" | "s" | "m" | "l" | "xl";
2324
2469
  };
2325
2470
  };
@@ -2328,12 +2473,12 @@ export declare const useChromeBlueprintStore: () => {
2328
2473
  colors: (string | {
2329
2474
  colorType: "base" | "onBase" | "container" | "onContainer";
2330
2475
  toned?: boolean;
2331
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2476
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2332
2477
  } | {
2333
2478
  color: string | {
2334
2479
  colorType: "base" | "onBase" | "container" | "onContainer";
2335
2480
  toned?: boolean;
2336
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2481
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2337
2482
  };
2338
2483
  stop?: number;
2339
2484
  })[];
@@ -2355,12 +2500,12 @@ export declare const useChromeBlueprintStore: () => {
2355
2500
  colors: (string | {
2356
2501
  colorType: "base" | "onBase" | "container" | "onContainer";
2357
2502
  toned?: boolean;
2358
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2503
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2359
2504
  } | {
2360
2505
  color: string | {
2361
2506
  colorType: "base" | "onBase" | "container" | "onContainer";
2362
2507
  toned?: boolean;
2363
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2508
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2364
2509
  };
2365
2510
  stop?: number;
2366
2511
  })[];
@@ -2384,7 +2529,7 @@ export declare const useChromeBlueprintStore: () => {
2384
2529
  colors: (string | {
2385
2530
  colorType: "base" | "onBase" | "container" | "onContainer";
2386
2531
  toned?: boolean;
2387
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2532
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2388
2533
  } | {
2389
2534
  color: string | any;
2390
2535
  stop?: number;
@@ -2397,21 +2542,25 @@ export declare const useChromeBlueprintStore: () => {
2397
2542
  };
2398
2543
  alterCase?: boolean;
2399
2544
  text?: {
2400
- color?: {
2545
+ color?: string | {
2401
2546
  colors: (string | {
2402
2547
  colorType: "base" | "onBase" | "container" | "onContainer";
2403
2548
  toned?: boolean;
2404
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2549
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2405
2550
  } | {
2406
2551
  color: string | {
2407
2552
  colorType: "base" | "onBase" | "container" | "onContainer";
2408
2553
  toned?: boolean;
2409
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2554
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2410
2555
  };
2411
2556
  stop?: number;
2412
2557
  })[];
2413
2558
  acrylic?: boolean;
2414
2559
  opacity?: number;
2560
+ } | {
2561
+ colorType: "base" | "onBase" | "container" | "onContainer";
2562
+ toned?: boolean;
2563
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2415
2564
  };
2416
2565
  typography?: {
2417
2566
  decoration?: string;
@@ -2431,7 +2580,7 @@ export declare const useChromeBlueprintStore: () => {
2431
2580
  lineHeight: number;
2432
2581
  };
2433
2582
  } | {
2434
- type: "title" | "text" | "navigation";
2583
+ type: "text" | "title" | "navigation";
2435
2584
  size: "xs" | "s" | "m" | "l" | "xl";
2436
2585
  };
2437
2586
  };
@@ -2440,12 +2589,12 @@ export declare const useChromeBlueprintStore: () => {
2440
2589
  colors: (string | {
2441
2590
  colorType: "base" | "onBase" | "container" | "onContainer";
2442
2591
  toned?: boolean;
2443
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2592
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2444
2593
  } | {
2445
2594
  color: string | {
2446
2595
  colorType: "base" | "onBase" | "container" | "onContainer";
2447
2596
  toned?: boolean;
2448
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2597
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2449
2598
  };
2450
2599
  stop?: number;
2451
2600
  })[];
@@ -2467,12 +2616,12 @@ export declare const useChromeBlueprintStore: () => {
2467
2616
  colors: (string | {
2468
2617
  colorType: "base" | "onBase" | "container" | "onContainer";
2469
2618
  toned?: boolean;
2470
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2619
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2471
2620
  } | {
2472
2621
  color: string | {
2473
2622
  colorType: "base" | "onBase" | "container" | "onContainer";
2474
2623
  toned?: boolean;
2475
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2624
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2476
2625
  };
2477
2626
  stop?: number;
2478
2627
  })[];
@@ -2496,7 +2645,7 @@ export declare const useChromeBlueprintStore: () => {
2496
2645
  colors: (string | {
2497
2646
  colorType: "base" | "onBase" | "container" | "onContainer";
2498
2647
  toned?: boolean;
2499
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2648
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2500
2649
  } | {
2501
2650
  color: string | any;
2502
2651
  stop?: number;
@@ -2509,21 +2658,25 @@ export declare const useChromeBlueprintStore: () => {
2509
2658
  };
2510
2659
  alterCase?: boolean;
2511
2660
  text?: {
2512
- color?: {
2661
+ color?: string | {
2513
2662
  colors: (string | {
2514
2663
  colorType: "base" | "onBase" | "container" | "onContainer";
2515
2664
  toned?: boolean;
2516
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2665
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2517
2666
  } | {
2518
2667
  color: string | {
2519
2668
  colorType: "base" | "onBase" | "container" | "onContainer";
2520
2669
  toned?: boolean;
2521
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2670
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2522
2671
  };
2523
2672
  stop?: number;
2524
2673
  })[];
2525
2674
  acrylic?: boolean;
2526
2675
  opacity?: number;
2676
+ } | {
2677
+ colorType: "base" | "onBase" | "container" | "onContainer";
2678
+ toned?: boolean;
2679
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2527
2680
  };
2528
2681
  typography?: {
2529
2682
  decoration?: string;
@@ -2543,7 +2696,7 @@ export declare const useChromeBlueprintStore: () => {
2543
2696
  lineHeight: number;
2544
2697
  };
2545
2698
  } | {
2546
- type: "title" | "text" | "navigation";
2699
+ type: "text" | "title" | "navigation";
2547
2700
  size: "xs" | "s" | "m" | "l" | "xl";
2548
2701
  };
2549
2702
  };
@@ -2552,12 +2705,12 @@ export declare const useChromeBlueprintStore: () => {
2552
2705
  colors: (string | {
2553
2706
  colorType: "base" | "onBase" | "container" | "onContainer";
2554
2707
  toned?: boolean;
2555
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2708
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2556
2709
  } | {
2557
2710
  color: string | {
2558
2711
  colorType: "base" | "onBase" | "container" | "onContainer";
2559
2712
  toned?: boolean;
2560
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2713
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2561
2714
  };
2562
2715
  stop?: number;
2563
2716
  })[];
@@ -2579,12 +2732,12 @@ export declare const useChromeBlueprintStore: () => {
2579
2732
  colors: (string | {
2580
2733
  colorType: "base" | "onBase" | "container" | "onContainer";
2581
2734
  toned?: boolean;
2582
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2735
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2583
2736
  } | {
2584
2737
  color: string | {
2585
2738
  colorType: "base" | "onBase" | "container" | "onContainer";
2586
2739
  toned?: boolean;
2587
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2740
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2588
2741
  };
2589
2742
  stop?: number;
2590
2743
  })[];
@@ -2608,7 +2761,7 @@ export declare const useChromeBlueprintStore: () => {
2608
2761
  colors: (string | {
2609
2762
  colorType: "base" | "onBase" | "container" | "onContainer";
2610
2763
  toned?: boolean;
2611
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2764
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2612
2765
  } | {
2613
2766
  color: string | any;
2614
2767
  stop?: number;
@@ -2621,21 +2774,25 @@ export declare const useChromeBlueprintStore: () => {
2621
2774
  };
2622
2775
  alterCase?: boolean;
2623
2776
  text?: {
2624
- color?: {
2777
+ color?: string | {
2625
2778
  colors: (string | {
2626
2779
  colorType: "base" | "onBase" | "container" | "onContainer";
2627
2780
  toned?: boolean;
2628
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2781
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2629
2782
  } | {
2630
2783
  color: string | {
2631
2784
  colorType: "base" | "onBase" | "container" | "onContainer";
2632
2785
  toned?: boolean;
2633
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2786
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2634
2787
  };
2635
2788
  stop?: number;
2636
2789
  })[];
2637
2790
  acrylic?: boolean;
2638
2791
  opacity?: number;
2792
+ } | {
2793
+ colorType: "base" | "onBase" | "container" | "onContainer";
2794
+ toned?: boolean;
2795
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2639
2796
  };
2640
2797
  typography?: {
2641
2798
  decoration?: string;
@@ -2655,7 +2812,7 @@ export declare const useChromeBlueprintStore: () => {
2655
2812
  lineHeight: number;
2656
2813
  };
2657
2814
  } | {
2658
- type: "title" | "text" | "navigation";
2815
+ type: "text" | "title" | "navigation";
2659
2816
  size: "xs" | "s" | "m" | "l" | "xl";
2660
2817
  };
2661
2818
  };
@@ -2664,12 +2821,12 @@ export declare const useChromeBlueprintStore: () => {
2664
2821
  colors: (string | {
2665
2822
  colorType: "base" | "onBase" | "container" | "onContainer";
2666
2823
  toned?: boolean;
2667
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2824
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2668
2825
  } | {
2669
2826
  color: string | {
2670
2827
  colorType: "base" | "onBase" | "container" | "onContainer";
2671
2828
  toned?: boolean;
2672
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2829
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2673
2830
  };
2674
2831
  stop?: number;
2675
2832
  })[];
@@ -2691,12 +2848,12 @@ export declare const useChromeBlueprintStore: () => {
2691
2848
  colors: (string | {
2692
2849
  colorType: "base" | "onBase" | "container" | "onContainer";
2693
2850
  toned?: boolean;
2694
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2851
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2695
2852
  } | {
2696
2853
  color: string | {
2697
2854
  colorType: "base" | "onBase" | "container" | "onContainer";
2698
2855
  toned?: boolean;
2699
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2856
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2700
2857
  };
2701
2858
  stop?: number;
2702
2859
  })[];
@@ -2720,7 +2877,7 @@ export declare const useChromeBlueprintStore: () => {
2720
2877
  colors: (string | {
2721
2878
  colorType: "base" | "onBase" | "container" | "onContainer";
2722
2879
  toned?: boolean;
2723
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2880
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2724
2881
  } | {
2725
2882
  color: string | any;
2726
2883
  stop?: number;
@@ -2733,21 +2890,25 @@ export declare const useChromeBlueprintStore: () => {
2733
2890
  };
2734
2891
  alterCase?: boolean;
2735
2892
  text?: {
2736
- color?: {
2893
+ color?: string | {
2737
2894
  colors: (string | {
2738
2895
  colorType: "base" | "onBase" | "container" | "onContainer";
2739
2896
  toned?: boolean;
2740
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2897
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2741
2898
  } | {
2742
2899
  color: string | {
2743
2900
  colorType: "base" | "onBase" | "container" | "onContainer";
2744
2901
  toned?: boolean;
2745
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2902
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2746
2903
  };
2747
2904
  stop?: number;
2748
2905
  })[];
2749
2906
  acrylic?: boolean;
2750
2907
  opacity?: number;
2908
+ } | {
2909
+ colorType: "base" | "onBase" | "container" | "onContainer";
2910
+ toned?: boolean;
2911
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2751
2912
  };
2752
2913
  typography?: {
2753
2914
  decoration?: string;
@@ -2767,7 +2928,7 @@ export declare const useChromeBlueprintStore: () => {
2767
2928
  lineHeight: number;
2768
2929
  };
2769
2930
  } | {
2770
- type: "title" | "text" | "navigation";
2931
+ type: "text" | "title" | "navigation";
2771
2932
  size: "xs" | "s" | "m" | "l" | "xl";
2772
2933
  };
2773
2934
  };
@@ -2776,12 +2937,12 @@ export declare const useChromeBlueprintStore: () => {
2776
2937
  colors: (string | {
2777
2938
  colorType: "base" | "onBase" | "container" | "onContainer";
2778
2939
  toned?: boolean;
2779
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2940
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2780
2941
  } | {
2781
2942
  color: string | {
2782
2943
  colorType: "base" | "onBase" | "container" | "onContainer";
2783
2944
  toned?: boolean;
2784
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2945
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2785
2946
  };
2786
2947
  stop?: number;
2787
2948
  })[];
@@ -2803,12 +2964,12 @@ export declare const useChromeBlueprintStore: () => {
2803
2964
  colors: (string | {
2804
2965
  colorType: "base" | "onBase" | "container" | "onContainer";
2805
2966
  toned?: boolean;
2806
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2967
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2807
2968
  } | {
2808
2969
  color: string | {
2809
2970
  colorType: "base" | "onBase" | "container" | "onContainer";
2810
2971
  toned?: boolean;
2811
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2972
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2812
2973
  };
2813
2974
  stop?: number;
2814
2975
  })[];
@@ -2832,7 +2993,7 @@ export declare const useChromeBlueprintStore: () => {
2832
2993
  colors: (string | {
2833
2994
  colorType: "base" | "onBase" | "container" | "onContainer";
2834
2995
  toned?: boolean;
2835
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2996
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2836
2997
  } | {
2837
2998
  color: string | any;
2838
2999
  stop?: number;
@@ -2845,21 +3006,25 @@ export declare const useChromeBlueprintStore: () => {
2845
3006
  };
2846
3007
  alterCase?: boolean;
2847
3008
  text?: {
2848
- color?: {
3009
+ color?: string | {
2849
3010
  colors: (string | {
2850
3011
  colorType: "base" | "onBase" | "container" | "onContainer";
2851
3012
  toned?: boolean;
2852
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3013
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2853
3014
  } | {
2854
3015
  color: string | {
2855
3016
  colorType: "base" | "onBase" | "container" | "onContainer";
2856
3017
  toned?: boolean;
2857
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3018
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2858
3019
  };
2859
3020
  stop?: number;
2860
3021
  })[];
2861
3022
  acrylic?: boolean;
2862
3023
  opacity?: number;
3024
+ } | {
3025
+ colorType: "base" | "onBase" | "container" | "onContainer";
3026
+ toned?: boolean;
3027
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2863
3028
  };
2864
3029
  typography?: {
2865
3030
  decoration?: string;
@@ -2879,7 +3044,7 @@ export declare const useChromeBlueprintStore: () => {
2879
3044
  lineHeight: number;
2880
3045
  };
2881
3046
  } | {
2882
- type: "title" | "text" | "navigation";
3047
+ type: "text" | "title" | "navigation";
2883
3048
  size: "xs" | "s" | "m" | "l" | "xl";
2884
3049
  };
2885
3050
  };
@@ -2888,12 +3053,12 @@ export declare const useChromeBlueprintStore: () => {
2888
3053
  colors: (string | {
2889
3054
  colorType: "base" | "onBase" | "container" | "onContainer";
2890
3055
  toned?: boolean;
2891
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3056
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2892
3057
  } | {
2893
3058
  color: string | {
2894
3059
  colorType: "base" | "onBase" | "container" | "onContainer";
2895
3060
  toned?: boolean;
2896
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3061
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2897
3062
  };
2898
3063
  stop?: number;
2899
3064
  })[];
@@ -2913,12 +3078,12 @@ export declare const useChromeBlueprintStore: () => {
2913
3078
  colors: (string | {
2914
3079
  colorType: "base" | "onBase" | "container" | "onContainer";
2915
3080
  toned?: boolean;
2916
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3081
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2917
3082
  } | {
2918
3083
  color: string | {
2919
3084
  colorType: "base" | "onBase" | "container" | "onContainer";
2920
3085
  toned?: boolean;
2921
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3086
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2922
3087
  };
2923
3088
  stop?: number;
2924
3089
  })[];
@@ -2942,12 +3107,12 @@ export declare const useChromeBlueprintStore: () => {
2942
3107
  colors: (string | {
2943
3108
  colorType: "base" | "onBase" | "container" | "onContainer";
2944
3109
  toned?: boolean;
2945
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3110
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2946
3111
  } | {
2947
3112
  color: string | {
2948
3113
  colorType: "base" | "onBase" | "container" | "onContainer";
2949
3114
  toned?: boolean;
2950
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3115
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2951
3116
  };
2952
3117
  stop?: number;
2953
3118
  })[];
@@ -2975,28 +3140,32 @@ export declare const useChromeBlueprintStore: () => {
2975
3140
  grow?: boolean;
2976
3141
  minHeight?: number;
2977
3142
  minWidth?: number;
2978
- alignment?: "center" | "start" | "end";
3143
+ alignment?: "start" | "center" | "end";
2979
3144
  sliderColor?: string | {
2980
3145
  colorType: "base" | "onBase" | "container" | "onContainer";
2981
3146
  toned?: boolean;
2982
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3147
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2983
3148
  };
2984
3149
  text?: {
2985
- color?: {
3150
+ color?: string | {
2986
3151
  colors: (string | {
2987
3152
  colorType: "base" | "onBase" | "container" | "onContainer";
2988
3153
  toned?: boolean;
2989
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3154
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2990
3155
  } | {
2991
3156
  color: string | {
2992
3157
  colorType: "base" | "onBase" | "container" | "onContainer";
2993
3158
  toned?: boolean;
2994
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3159
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2995
3160
  };
2996
3161
  stop?: number;
2997
3162
  })[];
2998
3163
  acrylic?: boolean;
2999
3164
  opacity?: number;
3165
+ } | {
3166
+ colorType: "base" | "onBase" | "container" | "onContainer";
3167
+ toned?: boolean;
3168
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3000
3169
  };
3001
3170
  typography?: {
3002
3171
  decoration?: string;
@@ -3016,7 +3185,7 @@ export declare const useChromeBlueprintStore: () => {
3016
3185
  lineHeight: number;
3017
3186
  };
3018
3187
  } | {
3019
- type: "title" | "text" | "navigation";
3188
+ type: "text" | "title" | "navigation";
3020
3189
  size: "xs" | "s" | "m" | "l" | "xl";
3021
3190
  };
3022
3191
  };
@@ -3025,12 +3194,12 @@ export declare const useChromeBlueprintStore: () => {
3025
3194
  colors: (string | {
3026
3195
  colorType: "base" | "onBase" | "container" | "onContainer";
3027
3196
  toned?: boolean;
3028
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3197
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3029
3198
  } | {
3030
3199
  color: string | {
3031
3200
  colorType: "base" | "onBase" | "container" | "onContainer";
3032
3201
  toned?: boolean;
3033
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3202
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3034
3203
  };
3035
3204
  stop?: number;
3036
3205
  })[];
@@ -3051,12 +3220,12 @@ export declare const useChromeBlueprintStore: () => {
3051
3220
  colors: (string | {
3052
3221
  colorType: "base" | "onBase" | "container" | "onContainer";
3053
3222
  toned?: boolean;
3054
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3223
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3055
3224
  } | {
3056
3225
  color: string | {
3057
3226
  colorType: "base" | "onBase" | "container" | "onContainer";
3058
3227
  toned?: boolean;
3059
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3228
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3060
3229
  };
3061
3230
  stop?: number;
3062
3231
  })[];
@@ -3080,7 +3249,7 @@ export declare const useChromeBlueprintStore: () => {
3080
3249
  colors: (string | {
3081
3250
  colorType: "base" | "onBase" | "container" | "onContainer";
3082
3251
  toned?: boolean;
3083
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3252
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3084
3253
  } | {
3085
3254
  color: string | any;
3086
3255
  stop?: number;
@@ -3092,21 +3261,25 @@ export declare const useChromeBlueprintStore: () => {
3092
3261
  elevation?: number;
3093
3262
  };
3094
3263
  text?: {
3095
- color?: {
3264
+ color?: string | {
3096
3265
  colors: (string | {
3097
3266
  colorType: "base" | "onBase" | "container" | "onContainer";
3098
3267
  toned?: boolean;
3099
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3268
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3100
3269
  } | {
3101
3270
  color: string | {
3102
3271
  colorType: "base" | "onBase" | "container" | "onContainer";
3103
3272
  toned?: boolean;
3104
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3273
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3105
3274
  };
3106
3275
  stop?: number;
3107
3276
  })[];
3108
3277
  acrylic?: boolean;
3109
3278
  opacity?: number;
3279
+ } | {
3280
+ colorType: "base" | "onBase" | "container" | "onContainer";
3281
+ toned?: boolean;
3282
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3110
3283
  };
3111
3284
  typography?: {
3112
3285
  decoration?: string;
@@ -3126,7 +3299,7 @@ export declare const useChromeBlueprintStore: () => {
3126
3299
  lineHeight: number;
3127
3300
  };
3128
3301
  } | {
3129
- type: "title" | "text" | "navigation";
3302
+ type: "text" | "title" | "navigation";
3130
3303
  size: "xs" | "s" | "m" | "l" | "xl";
3131
3304
  };
3132
3305
  };
@@ -3135,12 +3308,12 @@ export declare const useChromeBlueprintStore: () => {
3135
3308
  colors: (string | {
3136
3309
  colorType: "base" | "onBase" | "container" | "onContainer";
3137
3310
  toned?: boolean;
3138
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3311
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3139
3312
  } | {
3140
3313
  color: string | {
3141
3314
  colorType: "base" | "onBase" | "container" | "onContainer";
3142
3315
  toned?: boolean;
3143
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3316
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3144
3317
  };
3145
3318
  stop?: number;
3146
3319
  })[];
@@ -3156,12 +3329,12 @@ export declare const useChromeBlueprintStore: () => {
3156
3329
  colors: (string | {
3157
3330
  colorType: "base" | "onBase" | "container" | "onContainer";
3158
3331
  toned?: boolean;
3159
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3332
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3160
3333
  } | {
3161
3334
  color: string | {
3162
3335
  colorType: "base" | "onBase" | "container" | "onContainer";
3163
3336
  toned?: boolean;
3164
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3337
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3165
3338
  };
3166
3339
  stop?: number;
3167
3340
  })[];
@@ -3185,7 +3358,7 @@ export declare const useChromeBlueprintStore: () => {
3185
3358
  colors: (string | {
3186
3359
  colorType: "base" | "onBase" | "container" | "onContainer";
3187
3360
  toned?: boolean;
3188
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3361
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3189
3362
  } | {
3190
3363
  color: string | any;
3191
3364
  stop?: number;
@@ -3204,12 +3377,12 @@ export declare const useChromeBlueprintStore: () => {
3204
3377
  colors: (string | {
3205
3378
  colorType: "base" | "onBase" | "container" | "onContainer";
3206
3379
  toned?: boolean;
3207
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3380
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3208
3381
  } | {
3209
3382
  color: string | {
3210
3383
  colorType: "base" | "onBase" | "container" | "onContainer";
3211
3384
  toned?: boolean;
3212
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3385
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3213
3386
  };
3214
3387
  stop?: number;
3215
3388
  })[];
@@ -3233,12 +3406,12 @@ export declare const useChromeBlueprintStore: () => {
3233
3406
  colors: (string | {
3234
3407
  colorType: "base" | "onBase" | "container" | "onContainer";
3235
3408
  toned?: boolean;
3236
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3409
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3237
3410
  } | {
3238
3411
  color: string | {
3239
3412
  colorType: "base" | "onBase" | "container" | "onContainer";
3240
3413
  toned?: boolean;
3241
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3414
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3242
3415
  };
3243
3416
  stop?: number;
3244
3417
  })[];
@@ -3266,28 +3439,32 @@ export declare const useChromeBlueprintStore: () => {
3266
3439
  grow?: boolean;
3267
3440
  minHeight?: number;
3268
3441
  minWidth?: number;
3269
- alignment?: "center" | "start" | "end";
3442
+ alignment?: "start" | "center" | "end";
3270
3443
  sliderColor?: string | {
3271
3444
  colorType: "base" | "onBase" | "container" | "onContainer";
3272
3445
  toned?: boolean;
3273
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3446
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3274
3447
  };
3275
3448
  text?: {
3276
- color?: {
3449
+ color?: string | {
3277
3450
  colors: (string | {
3278
3451
  colorType: "base" | "onBase" | "container" | "onContainer";
3279
3452
  toned?: boolean;
3280
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3453
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3281
3454
  } | {
3282
3455
  color: string | {
3283
3456
  colorType: "base" | "onBase" | "container" | "onContainer";
3284
3457
  toned?: boolean;
3285
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3458
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3286
3459
  };
3287
3460
  stop?: number;
3288
3461
  })[];
3289
3462
  acrylic?: boolean;
3290
3463
  opacity?: number;
3464
+ } | {
3465
+ colorType: "base" | "onBase" | "container" | "onContainer";
3466
+ toned?: boolean;
3467
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3291
3468
  };
3292
3469
  typography?: {
3293
3470
  decoration?: string;
@@ -3307,7 +3484,7 @@ export declare const useChromeBlueprintStore: () => {
3307
3484
  lineHeight: number;
3308
3485
  };
3309
3486
  } | {
3310
- type: "title" | "text" | "navigation";
3487
+ type: "text" | "title" | "navigation";
3311
3488
  size: "xs" | "s" | "m" | "l" | "xl";
3312
3489
  };
3313
3490
  };
@@ -3316,12 +3493,12 @@ export declare const useChromeBlueprintStore: () => {
3316
3493
  colors: (string | {
3317
3494
  colorType: "base" | "onBase" | "container" | "onContainer";
3318
3495
  toned?: boolean;
3319
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3496
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3320
3497
  } | {
3321
3498
  color: string | {
3322
3499
  colorType: "base" | "onBase" | "container" | "onContainer";
3323
3500
  toned?: boolean;
3324
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3501
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3325
3502
  };
3326
3503
  stop?: number;
3327
3504
  })[];
@@ -3342,12 +3519,12 @@ export declare const useChromeBlueprintStore: () => {
3342
3519
  colors: (string | {
3343
3520
  colorType: "base" | "onBase" | "container" | "onContainer";
3344
3521
  toned?: boolean;
3345
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3522
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3346
3523
  } | {
3347
3524
  color: string | {
3348
3525
  colorType: "base" | "onBase" | "container" | "onContainer";
3349
3526
  toned?: boolean;
3350
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3527
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3351
3528
  };
3352
3529
  stop?: number;
3353
3530
  })[];
@@ -3371,7 +3548,7 @@ export declare const useChromeBlueprintStore: () => {
3371
3548
  colors: (string | {
3372
3549
  colorType: "base" | "onBase" | "container" | "onContainer";
3373
3550
  toned?: boolean;
3374
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3551
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3375
3552
  } | {
3376
3553
  color: string | any;
3377
3554
  stop?: number;
@@ -3383,21 +3560,25 @@ export declare const useChromeBlueprintStore: () => {
3383
3560
  elevation?: number;
3384
3561
  };
3385
3562
  text?: {
3386
- color?: {
3563
+ color?: string | {
3387
3564
  colors: (string | {
3388
3565
  colorType: "base" | "onBase" | "container" | "onContainer";
3389
3566
  toned?: boolean;
3390
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3567
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3391
3568
  } | {
3392
3569
  color: string | {
3393
3570
  colorType: "base" | "onBase" | "container" | "onContainer";
3394
3571
  toned?: boolean;
3395
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3572
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3396
3573
  };
3397
3574
  stop?: number;
3398
3575
  })[];
3399
3576
  acrylic?: boolean;
3400
3577
  opacity?: number;
3578
+ } | {
3579
+ colorType: "base" | "onBase" | "container" | "onContainer";
3580
+ toned?: boolean;
3581
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3401
3582
  };
3402
3583
  typography?: {
3403
3584
  decoration?: string;
@@ -3417,7 +3598,7 @@ export declare const useChromeBlueprintStore: () => {
3417
3598
  lineHeight: number;
3418
3599
  };
3419
3600
  } | {
3420
- type: "title" | "text" | "navigation";
3601
+ type: "text" | "title" | "navigation";
3421
3602
  size: "xs" | "s" | "m" | "l" | "xl";
3422
3603
  };
3423
3604
  };
@@ -3426,12 +3607,12 @@ export declare const useChromeBlueprintStore: () => {
3426
3607
  colors: (string | {
3427
3608
  colorType: "base" | "onBase" | "container" | "onContainer";
3428
3609
  toned?: boolean;
3429
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3610
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3430
3611
  } | {
3431
3612
  color: string | {
3432
3613
  colorType: "base" | "onBase" | "container" | "onContainer";
3433
3614
  toned?: boolean;
3434
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3615
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3435
3616
  };
3436
3617
  stop?: number;
3437
3618
  })[];
@@ -3447,12 +3628,12 @@ export declare const useChromeBlueprintStore: () => {
3447
3628
  colors: (string | {
3448
3629
  colorType: "base" | "onBase" | "container" | "onContainer";
3449
3630
  toned?: boolean;
3450
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3631
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3451
3632
  } | {
3452
3633
  color: string | {
3453
3634
  colorType: "base" | "onBase" | "container" | "onContainer";
3454
3635
  toned?: boolean;
3455
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3636
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3456
3637
  };
3457
3638
  stop?: number;
3458
3639
  })[];
@@ -3476,7 +3657,7 @@ export declare const useChromeBlueprintStore: () => {
3476
3657
  colors: (string | {
3477
3658
  colorType: "base" | "onBase" | "container" | "onContainer";
3478
3659
  toned?: boolean;
3479
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3660
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3480
3661
  } | {
3481
3662
  color: string | any;
3482
3663
  stop?: number;
@@ -3495,12 +3676,12 @@ export declare const useChromeBlueprintStore: () => {
3495
3676
  colors: (string | {
3496
3677
  colorType: "base" | "onBase" | "container" | "onContainer";
3497
3678
  toned?: boolean;
3498
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3679
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3499
3680
  } | {
3500
3681
  color: string | {
3501
3682
  colorType: "base" | "onBase" | "container" | "onContainer";
3502
3683
  toned?: boolean;
3503
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3684
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3504
3685
  };
3505
3686
  stop?: number;
3506
3687
  })[];
@@ -3524,12 +3705,12 @@ export declare const useChromeBlueprintStore: () => {
3524
3705
  colors: (string | {
3525
3706
  colorType: "base" | "onBase" | "container" | "onContainer";
3526
3707
  toned?: boolean;
3527
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3708
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3528
3709
  } | {
3529
3710
  color: string | {
3530
3711
  colorType: "base" | "onBase" | "container" | "onContainer";
3531
3712
  toned?: boolean;
3532
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3713
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3533
3714
  };
3534
3715
  stop?: number;
3535
3716
  })[];
@@ -3557,28 +3738,32 @@ export declare const useChromeBlueprintStore: () => {
3557
3738
  grow?: boolean;
3558
3739
  minHeight?: number;
3559
3740
  minWidth?: number;
3560
- alignment?: "center" | "start" | "end";
3741
+ alignment?: "start" | "center" | "end";
3561
3742
  sliderColor?: string | {
3562
3743
  colorType: "base" | "onBase" | "container" | "onContainer";
3563
3744
  toned?: boolean;
3564
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3745
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3565
3746
  };
3566
3747
  text?: {
3567
- color?: {
3748
+ color?: string | {
3568
3749
  colors: (string | {
3569
3750
  colorType: "base" | "onBase" | "container" | "onContainer";
3570
3751
  toned?: boolean;
3571
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3752
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3572
3753
  } | {
3573
3754
  color: string | {
3574
3755
  colorType: "base" | "onBase" | "container" | "onContainer";
3575
3756
  toned?: boolean;
3576
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3757
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3577
3758
  };
3578
3759
  stop?: number;
3579
3760
  })[];
3580
3761
  acrylic?: boolean;
3581
3762
  opacity?: number;
3763
+ } | {
3764
+ colorType: "base" | "onBase" | "container" | "onContainer";
3765
+ toned?: boolean;
3766
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3582
3767
  };
3583
3768
  typography?: {
3584
3769
  decoration?: string;
@@ -3598,7 +3783,7 @@ export declare const useChromeBlueprintStore: () => {
3598
3783
  lineHeight: number;
3599
3784
  };
3600
3785
  } | {
3601
- type: "title" | "text" | "navigation";
3786
+ type: "text" | "title" | "navigation";
3602
3787
  size: "xs" | "s" | "m" | "l" | "xl";
3603
3788
  };
3604
3789
  };
@@ -3607,12 +3792,12 @@ export declare const useChromeBlueprintStore: () => {
3607
3792
  colors: (string | {
3608
3793
  colorType: "base" | "onBase" | "container" | "onContainer";
3609
3794
  toned?: boolean;
3610
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3795
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3611
3796
  } | {
3612
3797
  color: string | {
3613
3798
  colorType: "base" | "onBase" | "container" | "onContainer";
3614
3799
  toned?: boolean;
3615
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3800
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3616
3801
  };
3617
3802
  stop?: number;
3618
3803
  })[];
@@ -3633,12 +3818,12 @@ export declare const useChromeBlueprintStore: () => {
3633
3818
  colors: (string | {
3634
3819
  colorType: "base" | "onBase" | "container" | "onContainer";
3635
3820
  toned?: boolean;
3636
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3821
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3637
3822
  } | {
3638
3823
  color: string | {
3639
3824
  colorType: "base" | "onBase" | "container" | "onContainer";
3640
3825
  toned?: boolean;
3641
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3826
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3642
3827
  };
3643
3828
  stop?: number;
3644
3829
  })[];
@@ -3662,7 +3847,7 @@ export declare const useChromeBlueprintStore: () => {
3662
3847
  colors: (string | {
3663
3848
  colorType: "base" | "onBase" | "container" | "onContainer";
3664
3849
  toned?: boolean;
3665
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3850
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3666
3851
  } | {
3667
3852
  color: string | any;
3668
3853
  stop?: number;
@@ -3674,21 +3859,25 @@ export declare const useChromeBlueprintStore: () => {
3674
3859
  elevation?: number;
3675
3860
  };
3676
3861
  text?: {
3677
- color?: {
3862
+ color?: string | {
3678
3863
  colors: (string | {
3679
3864
  colorType: "base" | "onBase" | "container" | "onContainer";
3680
3865
  toned?: boolean;
3681
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3866
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3682
3867
  } | {
3683
3868
  color: string | {
3684
3869
  colorType: "base" | "onBase" | "container" | "onContainer";
3685
3870
  toned?: boolean;
3686
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3871
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3687
3872
  };
3688
3873
  stop?: number;
3689
3874
  })[];
3690
3875
  acrylic?: boolean;
3691
3876
  opacity?: number;
3877
+ } | {
3878
+ colorType: "base" | "onBase" | "container" | "onContainer";
3879
+ toned?: boolean;
3880
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3692
3881
  };
3693
3882
  typography?: {
3694
3883
  decoration?: string;
@@ -3708,7 +3897,7 @@ export declare const useChromeBlueprintStore: () => {
3708
3897
  lineHeight: number;
3709
3898
  };
3710
3899
  } | {
3711
- type: "title" | "text" | "navigation";
3900
+ type: "text" | "title" | "navigation";
3712
3901
  size: "xs" | "s" | "m" | "l" | "xl";
3713
3902
  };
3714
3903
  };
@@ -3717,12 +3906,12 @@ export declare const useChromeBlueprintStore: () => {
3717
3906
  colors: (string | {
3718
3907
  colorType: "base" | "onBase" | "container" | "onContainer";
3719
3908
  toned?: boolean;
3720
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3909
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3721
3910
  } | {
3722
3911
  color: string | {
3723
3912
  colorType: "base" | "onBase" | "container" | "onContainer";
3724
3913
  toned?: boolean;
3725
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3914
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3726
3915
  };
3727
3916
  stop?: number;
3728
3917
  })[];
@@ -3738,12 +3927,12 @@ export declare const useChromeBlueprintStore: () => {
3738
3927
  colors: (string | {
3739
3928
  colorType: "base" | "onBase" | "container" | "onContainer";
3740
3929
  toned?: boolean;
3741
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3930
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3742
3931
  } | {
3743
3932
  color: string | {
3744
3933
  colorType: "base" | "onBase" | "container" | "onContainer";
3745
3934
  toned?: boolean;
3746
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3935
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3747
3936
  };
3748
3937
  stop?: number;
3749
3938
  })[];
@@ -3767,7 +3956,7 @@ export declare const useChromeBlueprintStore: () => {
3767
3956
  colors: (string | {
3768
3957
  colorType: "base" | "onBase" | "container" | "onContainer";
3769
3958
  toned?: boolean;
3770
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3959
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3771
3960
  } | {
3772
3961
  color: string | any;
3773
3962
  stop?: number;
@@ -3786,12 +3975,12 @@ export declare const useChromeBlueprintStore: () => {
3786
3975
  colors: (string | {
3787
3976
  colorType: "base" | "onBase" | "container" | "onContainer";
3788
3977
  toned?: boolean;
3789
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3978
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3790
3979
  } | {
3791
3980
  color: string | {
3792
3981
  colorType: "base" | "onBase" | "container" | "onContainer";
3793
3982
  toned?: boolean;
3794
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3983
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3795
3984
  };
3796
3985
  stop?: number;
3797
3986
  })[];
@@ -3815,12 +4004,12 @@ export declare const useChromeBlueprintStore: () => {
3815
4004
  colors: (string | {
3816
4005
  colorType: "base" | "onBase" | "container" | "onContainer";
3817
4006
  toned?: boolean;
3818
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4007
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3819
4008
  } | {
3820
4009
  color: string | {
3821
4010
  colorType: "base" | "onBase" | "container" | "onContainer";
3822
4011
  toned?: boolean;
3823
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4012
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3824
4013
  };
3825
4014
  stop?: number;
3826
4015
  })[];
@@ -3848,28 +4037,32 @@ export declare const useChromeBlueprintStore: () => {
3848
4037
  grow?: boolean;
3849
4038
  minHeight?: number;
3850
4039
  minWidth?: number;
3851
- alignment?: "center" | "start" | "end";
4040
+ alignment?: "start" | "center" | "end";
3852
4041
  sliderColor?: string | {
3853
4042
  colorType: "base" | "onBase" | "container" | "onContainer";
3854
4043
  toned?: boolean;
3855
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4044
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3856
4045
  };
3857
4046
  text?: {
3858
- color?: {
4047
+ color?: string | {
3859
4048
  colors: (string | {
3860
4049
  colorType: "base" | "onBase" | "container" | "onContainer";
3861
4050
  toned?: boolean;
3862
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4051
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3863
4052
  } | {
3864
4053
  color: string | {
3865
4054
  colorType: "base" | "onBase" | "container" | "onContainer";
3866
4055
  toned?: boolean;
3867
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4056
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3868
4057
  };
3869
4058
  stop?: number;
3870
4059
  })[];
3871
4060
  acrylic?: boolean;
3872
4061
  opacity?: number;
4062
+ } | {
4063
+ colorType: "base" | "onBase" | "container" | "onContainer";
4064
+ toned?: boolean;
4065
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3873
4066
  };
3874
4067
  typography?: {
3875
4068
  decoration?: string;
@@ -3889,7 +4082,7 @@ export declare const useChromeBlueprintStore: () => {
3889
4082
  lineHeight: number;
3890
4083
  };
3891
4084
  } | {
3892
- type: "title" | "text" | "navigation";
4085
+ type: "text" | "title" | "navigation";
3893
4086
  size: "xs" | "s" | "m" | "l" | "xl";
3894
4087
  };
3895
4088
  };
@@ -3898,12 +4091,12 @@ export declare const useChromeBlueprintStore: () => {
3898
4091
  colors: (string | {
3899
4092
  colorType: "base" | "onBase" | "container" | "onContainer";
3900
4093
  toned?: boolean;
3901
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4094
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3902
4095
  } | {
3903
4096
  color: string | {
3904
4097
  colorType: "base" | "onBase" | "container" | "onContainer";
3905
4098
  toned?: boolean;
3906
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4099
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3907
4100
  };
3908
4101
  stop?: number;
3909
4102
  })[];
@@ -3924,12 +4117,12 @@ export declare const useChromeBlueprintStore: () => {
3924
4117
  colors: (string | {
3925
4118
  colorType: "base" | "onBase" | "container" | "onContainer";
3926
4119
  toned?: boolean;
3927
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4120
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3928
4121
  } | {
3929
4122
  color: string | {
3930
4123
  colorType: "base" | "onBase" | "container" | "onContainer";
3931
4124
  toned?: boolean;
3932
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4125
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3933
4126
  };
3934
4127
  stop?: number;
3935
4128
  })[];
@@ -3953,7 +4146,7 @@ export declare const useChromeBlueprintStore: () => {
3953
4146
  colors: (string | {
3954
4147
  colorType: "base" | "onBase" | "container" | "onContainer";
3955
4148
  toned?: boolean;
3956
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4149
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3957
4150
  } | {
3958
4151
  color: string | any;
3959
4152
  stop?: number;
@@ -3965,21 +4158,25 @@ export declare const useChromeBlueprintStore: () => {
3965
4158
  elevation?: number;
3966
4159
  };
3967
4160
  text?: {
3968
- color?: {
4161
+ color?: string | {
3969
4162
  colors: (string | {
3970
4163
  colorType: "base" | "onBase" | "container" | "onContainer";
3971
4164
  toned?: boolean;
3972
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4165
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3973
4166
  } | {
3974
4167
  color: string | {
3975
4168
  colorType: "base" | "onBase" | "container" | "onContainer";
3976
4169
  toned?: boolean;
3977
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4170
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3978
4171
  };
3979
4172
  stop?: number;
3980
4173
  })[];
3981
4174
  acrylic?: boolean;
3982
4175
  opacity?: number;
4176
+ } | {
4177
+ colorType: "base" | "onBase" | "container" | "onContainer";
4178
+ toned?: boolean;
4179
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3983
4180
  };
3984
4181
  typography?: {
3985
4182
  decoration?: string;
@@ -3999,7 +4196,7 @@ export declare const useChromeBlueprintStore: () => {
3999
4196
  lineHeight: number;
4000
4197
  };
4001
4198
  } | {
4002
- type: "title" | "text" | "navigation";
4199
+ type: "text" | "title" | "navigation";
4003
4200
  size: "xs" | "s" | "m" | "l" | "xl";
4004
4201
  };
4005
4202
  };
@@ -4008,12 +4205,12 @@ export declare const useChromeBlueprintStore: () => {
4008
4205
  colors: (string | {
4009
4206
  colorType: "base" | "onBase" | "container" | "onContainer";
4010
4207
  toned?: boolean;
4011
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4208
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4012
4209
  } | {
4013
4210
  color: string | {
4014
4211
  colorType: "base" | "onBase" | "container" | "onContainer";
4015
4212
  toned?: boolean;
4016
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4213
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4017
4214
  };
4018
4215
  stop?: number;
4019
4216
  })[];
@@ -4029,12 +4226,12 @@ export declare const useChromeBlueprintStore: () => {
4029
4226
  colors: (string | {
4030
4227
  colorType: "base" | "onBase" | "container" | "onContainer";
4031
4228
  toned?: boolean;
4032
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4229
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4033
4230
  } | {
4034
4231
  color: string | {
4035
4232
  colorType: "base" | "onBase" | "container" | "onContainer";
4036
4233
  toned?: boolean;
4037
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4234
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4038
4235
  };
4039
4236
  stop?: number;
4040
4237
  })[];
@@ -4058,7 +4255,7 @@ export declare const useChromeBlueprintStore: () => {
4058
4255
  colors: (string | {
4059
4256
  colorType: "base" | "onBase" | "container" | "onContainer";
4060
4257
  toned?: boolean;
4061
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4258
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4062
4259
  } | {
4063
4260
  color: string | any;
4064
4261
  stop?: number;
@@ -4076,7 +4273,7 @@ export declare const useChromeBlueprintStore: () => {
4076
4273
  blocks?: {
4077
4274
  primary: {
4078
4275
  name?: string;
4079
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4276
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4080
4277
  header: {
4081
4278
  definitionId: {
4082
4279
  toString: () => string;
@@ -4206,8 +4403,13 @@ export declare const useChromeBlueprintStore: () => {
4206
4403
  left?: string | number;
4207
4404
  };
4208
4405
  }[];
4209
- propEditors?: {
4406
+ editors?: {
4210
4407
  name?: string;
4408
+ icon?: {
4409
+ faClass: string;
4410
+ iconType: import("@omnia/fx-models").IconTypes;
4411
+ role?: string;
4412
+ };
4211
4413
  category?: string;
4212
4414
  type: string;
4213
4415
  settings?: any;
@@ -4229,12 +4431,12 @@ export declare const useChromeBlueprintStore: () => {
4229
4431
  colors: (string | {
4230
4432
  colorType: "base" | "onBase" | "container" | "onContainer";
4231
4433
  toned?: boolean;
4232
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4434
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4233
4435
  } | {
4234
4436
  color: string | {
4235
4437
  colorType: "base" | "onBase" | "container" | "onContainer";
4236
4438
  toned?: boolean;
4237
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4439
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4238
4440
  };
4239
4441
  stop?: number;
4240
4442
  })[];
@@ -4258,7 +4460,7 @@ export declare const useChromeBlueprintStore: () => {
4258
4460
  colors: (string | {
4259
4461
  colorType: "base" | "onBase" | "container" | "onContainer";
4260
4462
  toned?: boolean;
4261
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4463
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4262
4464
  } | {
4263
4465
  color: string | any;
4264
4466
  stop?: number;
@@ -4279,7 +4481,7 @@ export declare const useChromeBlueprintStore: () => {
4279
4481
  };
4280
4482
  variant1?: {
4281
4483
  name?: string;
4282
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4484
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4283
4485
  header: {
4284
4486
  definitionId: {
4285
4487
  toString: () => string;
@@ -4409,8 +4611,13 @@ export declare const useChromeBlueprintStore: () => {
4409
4611
  left?: string | number;
4410
4612
  };
4411
4613
  }[];
4412
- propEditors?: {
4614
+ editors?: {
4413
4615
  name?: string;
4616
+ icon?: {
4617
+ faClass: string;
4618
+ iconType: import("@omnia/fx-models").IconTypes;
4619
+ role?: string;
4620
+ };
4414
4621
  category?: string;
4415
4622
  type: string;
4416
4623
  settings?: any;
@@ -4432,12 +4639,12 @@ export declare const useChromeBlueprintStore: () => {
4432
4639
  colors: (string | {
4433
4640
  colorType: "base" | "onBase" | "container" | "onContainer";
4434
4641
  toned?: boolean;
4435
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4642
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4436
4643
  } | {
4437
4644
  color: string | {
4438
4645
  colorType: "base" | "onBase" | "container" | "onContainer";
4439
4646
  toned?: boolean;
4440
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4647
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4441
4648
  };
4442
4649
  stop?: number;
4443
4650
  })[];
@@ -4461,7 +4668,7 @@ export declare const useChromeBlueprintStore: () => {
4461
4668
  colors: (string | {
4462
4669
  colorType: "base" | "onBase" | "container" | "onContainer";
4463
4670
  toned?: boolean;
4464
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4671
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4465
4672
  } | {
4466
4673
  color: string | any;
4467
4674
  stop?: number;
@@ -4482,7 +4689,7 @@ export declare const useChromeBlueprintStore: () => {
4482
4689
  };
4483
4690
  variant2?: {
4484
4691
  name?: string;
4485
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4692
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4486
4693
  header: {
4487
4694
  definitionId: {
4488
4695
  toString: () => string;
@@ -4612,8 +4819,13 @@ export declare const useChromeBlueprintStore: () => {
4612
4819
  left?: string | number;
4613
4820
  };
4614
4821
  }[];
4615
- propEditors?: {
4822
+ editors?: {
4616
4823
  name?: string;
4824
+ icon?: {
4825
+ faClass: string;
4826
+ iconType: import("@omnia/fx-models").IconTypes;
4827
+ role?: string;
4828
+ };
4617
4829
  category?: string;
4618
4830
  type: string;
4619
4831
  settings?: any;
@@ -4635,12 +4847,12 @@ export declare const useChromeBlueprintStore: () => {
4635
4847
  colors: (string | {
4636
4848
  colorType: "base" | "onBase" | "container" | "onContainer";
4637
4849
  toned?: boolean;
4638
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4850
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4639
4851
  } | {
4640
4852
  color: string | {
4641
4853
  colorType: "base" | "onBase" | "container" | "onContainer";
4642
4854
  toned?: boolean;
4643
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4855
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4644
4856
  };
4645
4857
  stop?: number;
4646
4858
  })[];
@@ -4664,7 +4876,7 @@ export declare const useChromeBlueprintStore: () => {
4664
4876
  colors: (string | {
4665
4877
  colorType: "base" | "onBase" | "container" | "onContainer";
4666
4878
  toned?: boolean;
4667
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4879
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4668
4880
  } | {
4669
4881
  color: string | any;
4670
4882
  stop?: number;
@@ -4685,7 +4897,7 @@ export declare const useChromeBlueprintStore: () => {
4685
4897
  };
4686
4898
  variant3?: {
4687
4899
  name?: string;
4688
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4900
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4689
4901
  header: {
4690
4902
  definitionId: {
4691
4903
  toString: () => string;
@@ -4815,8 +5027,13 @@ export declare const useChromeBlueprintStore: () => {
4815
5027
  left?: string | number;
4816
5028
  };
4817
5029
  }[];
4818
- propEditors?: {
5030
+ editors?: {
4819
5031
  name?: string;
5032
+ icon?: {
5033
+ faClass: string;
5034
+ iconType: import("@omnia/fx-models").IconTypes;
5035
+ role?: string;
5036
+ };
4820
5037
  category?: string;
4821
5038
  type: string;
4822
5039
  settings?: any;
@@ -4838,12 +5055,12 @@ export declare const useChromeBlueprintStore: () => {
4838
5055
  colors: (string | {
4839
5056
  colorType: "base" | "onBase" | "container" | "onContainer";
4840
5057
  toned?: boolean;
4841
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5058
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4842
5059
  } | {
4843
5060
  color: string | {
4844
5061
  colorType: "base" | "onBase" | "container" | "onContainer";
4845
5062
  toned?: boolean;
4846
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5063
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4847
5064
  };
4848
5065
  stop?: number;
4849
5066
  })[];
@@ -4867,7 +5084,7 @@ export declare const useChromeBlueprintStore: () => {
4867
5084
  colors: (string | {
4868
5085
  colorType: "base" | "onBase" | "container" | "onContainer";
4869
5086
  toned?: boolean;
4870
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5087
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4871
5088
  } | {
4872
5089
  color: string | any;
4873
5090
  stop?: number;
@@ -4900,12 +5117,12 @@ export declare const useChromeBlueprintStore: () => {
4900
5117
  colors: (string | {
4901
5118
  colorType: "base" | "onBase" | "container" | "onContainer";
4902
5119
  toned?: boolean;
4903
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5120
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4904
5121
  } | {
4905
5122
  color: string | {
4906
5123
  colorType: "base" | "onBase" | "container" | "onContainer";
4907
5124
  toned?: boolean;
4908
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5125
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4909
5126
  };
4910
5127
  stop?: number;
4911
5128
  })[];
@@ -4919,12 +5136,12 @@ export declare const useChromeBlueprintStore: () => {
4919
5136
  colors: (string | {
4920
5137
  colorType: "base" | "onBase" | "container" | "onContainer";
4921
5138
  toned?: boolean;
4922
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5139
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4923
5140
  } | {
4924
5141
  color: string | {
4925
5142
  colorType: "base" | "onBase" | "container" | "onContainer";
4926
5143
  toned?: boolean;
4927
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5144
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4928
5145
  };
4929
5146
  stop?: number;
4930
5147
  })[];
@@ -4938,12 +5155,12 @@ export declare const useChromeBlueprintStore: () => {
4938
5155
  colors: (string | {
4939
5156
  colorType: "base" | "onBase" | "container" | "onContainer";
4940
5157
  toned?: boolean;
4941
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5158
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4942
5159
  } | {
4943
5160
  color: string | {
4944
5161
  colorType: "base" | "onBase" | "container" | "onContainer";
4945
5162
  toned?: boolean;
4946
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5163
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4947
5164
  };
4948
5165
  stop?: number;
4949
5166
  })[];
@@ -4957,12 +5174,12 @@ export declare const useChromeBlueprintStore: () => {
4957
5174
  colors: (string | {
4958
5175
  colorType: "base" | "onBase" | "container" | "onContainer";
4959
5176
  toned?: boolean;
4960
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5177
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4961
5178
  } | {
4962
5179
  color: string | {
4963
5180
  colorType: "base" | "onBase" | "container" | "onContainer";
4964
5181
  toned?: boolean;
4965
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5182
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4966
5183
  };
4967
5184
  stop?: number;
4968
5185
  })[];
@@ -4976,12 +5193,12 @@ export declare const useChromeBlueprintStore: () => {
4976
5193
  colors: (string | {
4977
5194
  colorType: "base" | "onBase" | "container" | "onContainer";
4978
5195
  toned?: boolean;
4979
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5196
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4980
5197
  } | {
4981
5198
  color: string | {
4982
5199
  colorType: "base" | "onBase" | "container" | "onContainer";
4983
5200
  toned?: boolean;
4984
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5201
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4985
5202
  };
4986
5203
  stop?: number;
4987
5204
  })[];
@@ -5081,15 +5298,16 @@ export declare const useChromeBlueprintStore: () => {
5081
5298
  };
5082
5299
  deactivated(): void;
5083
5300
  };
5084
- colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => import("@omnia/fx-models").ColorSchema;
5301
+ colorSchema: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic") => import("@omnia/fx-models").ColorSchema;
5085
5302
  typography: () => import("@omnia/fx-models").TypographyBlueprints;
5303
+ fillValue: (value: import("@omnia/fx-models").FillDefinitionValue, type: "typography") => any;
5086
5304
  spacing: () => import("@omnia/fx-models").SpacingBlueprints;
5087
5305
  component: () => import("@omnia/fx-models").ComponentBlueprints;
5088
- color: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
5089
- colorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
5306
+ color: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
5307
+ colorDefinition: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
5090
5308
  complementaryColorType: (colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
5091
- complementaryColor: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
5092
- complementaryColorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
5309
+ complementaryColor: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
5310
+ complementaryColorDefinition: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
5093
5311
  currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
5094
5312
  };
5095
5313
  };