@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
@@ -10,7 +10,7 @@ declare const _default: {
10
10
  onContainer: ColorDefinition;
11
11
  isContainer: boolean;
12
12
  name: string;
13
- colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
13
+ colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
14
14
  id: import("@omnia/fx-models").GuidValue;
15
15
  };
16
16
  events: {
@@ -20,13 +20,13 @@ declare const _default: {
20
20
  onMutatedOnContainer: import("../../..").MessageBusExposeOnlySubscription<ColorDefinition>;
21
21
  onMutatedIsContainer: import("../../..").MessageBusExposeOnlySubscription<boolean>;
22
22
  onMutatedName: import("../../..").MessageBusExposeOnlySubscription<string>;
23
- onMutatedColorSchemaType: import("../../..").MessageBusExposeOnlySubscription<"info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
23
+ onMutatedColorSchemaType: import("../../..").MessageBusExposeOnlySubscription<"primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
24
24
  onMutatedId: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").GuidValue>;
25
25
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
26
26
  actions: {
27
27
  onDispatching: {
28
28
  setColorSchema: {
29
- subscribe(fn: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
29
+ subscribe(fn: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
30
30
  };
31
31
  setCustomColorSchema: {
32
32
  subscribe(fn: (colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -106,15 +106,16 @@ declare const _default: {
106
106
  };
107
107
  deactivated(): void;
108
108
  };
109
- colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
109
+ colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): import("@omnia/fx-models").ColorSchema;
110
110
  typography(): import("@omnia/fx-models").TypographyBlueprints;
111
+ fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
111
112
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
112
113
  component(): import("@omnia/fx-models").ComponentBlueprints;
113
- 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;
114
- 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): ColorDefinition;
114
+ 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;
115
+ 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): ColorDefinition;
115
116
  complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
116
- 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;
117
- 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): ColorDefinition;
117
+ 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;
118
+ 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): ColorDefinition;
118
119
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
119
120
  };
120
121
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -122,7 +123,7 @@ declare const _default: {
122
123
  };
123
124
  onDispatched: {
124
125
  setColorSchema: {
125
- subscribe(fn: (result: void, colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
126
+ subscribe(fn: (result: void, colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
126
127
  };
127
128
  setCustomColorSchema: {
128
129
  subscribe(fn: (result: void, colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -202,15 +203,16 @@ declare const _default: {
202
203
  };
203
204
  deactivated(): void;
204
205
  };
205
- colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
206
+ colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): import("@omnia/fx-models").ColorSchema;
206
207
  typography(): import("@omnia/fx-models").TypographyBlueprints;
208
+ fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
207
209
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
208
210
  component(): import("@omnia/fx-models").ComponentBlueprints;
209
- 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;
210
- 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): ColorDefinition;
211
+ 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;
212
+ 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): ColorDefinition;
211
213
  complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
212
- 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;
213
- 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): ColorDefinition;
214
+ 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;
215
+ 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): ColorDefinition;
214
216
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
215
217
  };
216
218
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -218,7 +220,7 @@ declare const _default: {
218
220
  };
219
221
  onFailure: {
220
222
  setColorSchema: {
221
- subscribe(fn: (failureReason: any, colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
223
+ subscribe(fn: (failureReason: any, colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
222
224
  };
223
225
  setCustomColorSchema: {
224
226
  subscribe(fn: (failureReason: any, colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -298,22 +300,23 @@ declare const _default: {
298
300
  };
299
301
  deactivated(): void;
300
302
  };
301
- colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
303
+ colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): import("@omnia/fx-models").ColorSchema;
302
304
  typography(): import("@omnia/fx-models").TypographyBlueprints;
305
+ fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
303
306
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
304
307
  component(): import("@omnia/fx-models").ComponentBlueprints;
305
- 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;
306
- 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): ColorDefinition;
308
+ 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;
309
+ 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): ColorDefinition;
307
310
  complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
308
- 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;
309
- 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): ColorDefinition;
311
+ 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;
312
+ 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): ColorDefinition;
310
313
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
311
314
  };
312
315
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
313
316
  };
314
317
  };
315
318
  } & {
316
- setColorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", container?: boolean): void;
319
+ setColorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", container?: boolean): void;
317
320
  setCustomColorSchema(colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean): void;
318
321
  setColor(colorDefinition: ColorDefinition, colorType: import("@omnia/fx-models").ColorTypes): void;
319
322
  setThemeStore(themeStoreInstance: {
@@ -387,15 +390,16 @@ declare const _default: {
387
390
  };
388
391
  deactivated(): void;
389
392
  };
390
- colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
393
+ colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): import("@omnia/fx-models").ColorSchema;
391
394
  typography(): import("@omnia/fx-models").TypographyBlueprints;
395
+ fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
392
396
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
393
397
  component(): import("@omnia/fx-models").ComponentBlueprints;
394
- 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;
395
- 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): ColorDefinition;
398
+ 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;
399
+ 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): ColorDefinition;
396
400
  complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
397
- 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;
398
- 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): ColorDefinition;
401
+ 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;
402
+ 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): ColorDefinition;
399
403
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
400
404
  };
401
405
  }): void;
@@ -738,6 +742,56 @@ declare const _default: {
738
742
  family: string;
739
743
  cdn?: string;
740
744
  };
745
+ fills?: {
746
+ variant1?: {
747
+ colors: (string | {
748
+ colorType: "base" | "onBase" | "container" | "onContainer";
749
+ toned?: boolean;
750
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
751
+ } | {
752
+ color: string | {
753
+ colorType: "base" | "onBase" | "container" | "onContainer";
754
+ toned?: boolean;
755
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
756
+ };
757
+ stop?: number;
758
+ })[];
759
+ acrylic?: boolean;
760
+ opacity?: number;
761
+ };
762
+ variant2?: {
763
+ colors: (string | {
764
+ colorType: "base" | "onBase" | "container" | "onContainer";
765
+ toned?: boolean;
766
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
767
+ } | {
768
+ color: string | {
769
+ colorType: "base" | "onBase" | "container" | "onContainer";
770
+ toned?: boolean;
771
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
772
+ };
773
+ stop?: number;
774
+ })[];
775
+ acrylic?: boolean;
776
+ opacity?: number;
777
+ };
778
+ variant3?: {
779
+ colors: (string | {
780
+ colorType: "base" | "onBase" | "container" | "onContainer";
781
+ toned?: boolean;
782
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
783
+ } | {
784
+ color: string | {
785
+ colorType: "base" | "onBase" | "container" | "onContainer";
786
+ toned?: boolean;
787
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
788
+ };
789
+ stop?: number;
790
+ })[];
791
+ acrylic?: boolean;
792
+ opacity?: number;
793
+ };
794
+ };
741
795
  title: {
742
796
  xl: {
743
797
  decoration?: string;
@@ -829,6 +883,16 @@ declare const _default: {
829
883
  lineHeight: number;
830
884
  };
831
885
  };
886
+ font?: {
887
+ id: {
888
+ toString: () => string;
889
+ equals?: {
890
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
891
+ };
892
+ };
893
+ family: string;
894
+ cdn?: string;
895
+ };
832
896
  };
833
897
  text: {
834
898
  l: {
@@ -903,6 +967,16 @@ declare const _default: {
903
967
  lineHeight: number;
904
968
  };
905
969
  };
970
+ font?: {
971
+ id: {
972
+ toString: () => string;
973
+ equals?: {
974
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
975
+ };
976
+ };
977
+ family: string;
978
+ cdn?: string;
979
+ };
906
980
  };
907
981
  navigation: {
908
982
  l: {
@@ -941,6 +1015,16 @@ declare const _default: {
941
1015
  lineHeight: number;
942
1016
  };
943
1017
  };
1018
+ font?: {
1019
+ id: {
1020
+ toString: () => string;
1021
+ equals?: {
1022
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
1023
+ };
1024
+ };
1025
+ family: string;
1026
+ cdn?: string;
1027
+ };
944
1028
  };
945
1029
  link: {
946
1030
  m: {
@@ -961,6 +1045,16 @@ declare const _default: {
961
1045
  lineHeight: number;
962
1046
  };
963
1047
  };
1048
+ font?: {
1049
+ id: {
1050
+ toString: () => string;
1051
+ equals?: {
1052
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
1053
+ };
1054
+ };
1055
+ family: string;
1056
+ cdn?: string;
1057
+ };
964
1058
  };
965
1059
  };
966
1060
  name?: string;
@@ -1013,12 +1107,12 @@ declare const _default: {
1013
1107
  colors: (string | {
1014
1108
  colorType: "base" | "onBase" | "container" | "onContainer";
1015
1109
  toned?: boolean;
1016
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1110
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1017
1111
  } | {
1018
1112
  color: string | {
1019
1113
  colorType: "base" | "onBase" | "container" | "onContainer";
1020
1114
  toned?: boolean;
1021
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1115
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1022
1116
  };
1023
1117
  stop?: number;
1024
1118
  })[];
@@ -1042,7 +1136,7 @@ declare const _default: {
1042
1136
  colors: (string | {
1043
1137
  colorType: "base" | "onBase" | "container" | "onContainer";
1044
1138
  toned?: boolean;
1045
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1139
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1046
1140
  } | {
1047
1141
  color: string | any;
1048
1142
  stop?: number;
@@ -1055,21 +1149,25 @@ declare const _default: {
1055
1149
  };
1056
1150
  alterCase?: boolean;
1057
1151
  text?: {
1058
- color?: {
1152
+ color?: string | {
1059
1153
  colors: (string | {
1060
1154
  colorType: "base" | "onBase" | "container" | "onContainer";
1061
1155
  toned?: boolean;
1062
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1156
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1063
1157
  } | {
1064
1158
  color: string | {
1065
1159
  colorType: "base" | "onBase" | "container" | "onContainer";
1066
1160
  toned?: boolean;
1067
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1161
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1068
1162
  };
1069
1163
  stop?: number;
1070
1164
  })[];
1071
1165
  acrylic?: boolean;
1072
1166
  opacity?: number;
1167
+ } | {
1168
+ colorType: "base" | "onBase" | "container" | "onContainer";
1169
+ toned?: boolean;
1170
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1073
1171
  };
1074
1172
  typography?: {
1075
1173
  decoration?: string;
@@ -1089,7 +1187,7 @@ declare const _default: {
1089
1187
  lineHeight: number;
1090
1188
  };
1091
1189
  } | {
1092
- type: "title" | "text" | "navigation";
1190
+ type: "text" | "title" | "navigation";
1093
1191
  size: "xs" | "s" | "m" | "l" | "xl";
1094
1192
  };
1095
1193
  };
@@ -1098,12 +1196,12 @@ declare const _default: {
1098
1196
  colors: (string | {
1099
1197
  colorType: "base" | "onBase" | "container" | "onContainer";
1100
1198
  toned?: boolean;
1101
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1199
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1102
1200
  } | {
1103
1201
  color: string | {
1104
1202
  colorType: "base" | "onBase" | "container" | "onContainer";
1105
1203
  toned?: boolean;
1106
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1204
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1107
1205
  };
1108
1206
  stop?: number;
1109
1207
  })[];
@@ -1125,12 +1223,12 @@ declare const _default: {
1125
1223
  colors: (string | {
1126
1224
  colorType: "base" | "onBase" | "container" | "onContainer";
1127
1225
  toned?: boolean;
1128
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1226
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1129
1227
  } | {
1130
1228
  color: string | {
1131
1229
  colorType: "base" | "onBase" | "container" | "onContainer";
1132
1230
  toned?: boolean;
1133
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1231
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1134
1232
  };
1135
1233
  stop?: number;
1136
1234
  })[];
@@ -1154,7 +1252,7 @@ declare const _default: {
1154
1252
  colors: (string | {
1155
1253
  colorType: "base" | "onBase" | "container" | "onContainer";
1156
1254
  toned?: boolean;
1157
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1255
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1158
1256
  } | {
1159
1257
  color: string | any;
1160
1258
  stop?: number;
@@ -1167,21 +1265,25 @@ declare const _default: {
1167
1265
  };
1168
1266
  alterCase?: boolean;
1169
1267
  text?: {
1170
- color?: {
1268
+ color?: string | {
1171
1269
  colors: (string | {
1172
1270
  colorType: "base" | "onBase" | "container" | "onContainer";
1173
1271
  toned?: boolean;
1174
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1272
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1175
1273
  } | {
1176
1274
  color: string | {
1177
1275
  colorType: "base" | "onBase" | "container" | "onContainer";
1178
1276
  toned?: boolean;
1179
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1277
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1180
1278
  };
1181
1279
  stop?: number;
1182
1280
  })[];
1183
1281
  acrylic?: boolean;
1184
1282
  opacity?: number;
1283
+ } | {
1284
+ colorType: "base" | "onBase" | "container" | "onContainer";
1285
+ toned?: boolean;
1286
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1185
1287
  };
1186
1288
  typography?: {
1187
1289
  decoration?: string;
@@ -1201,7 +1303,7 @@ declare const _default: {
1201
1303
  lineHeight: number;
1202
1304
  };
1203
1305
  } | {
1204
- type: "title" | "text" | "navigation";
1306
+ type: "text" | "title" | "navigation";
1205
1307
  size: "xs" | "s" | "m" | "l" | "xl";
1206
1308
  };
1207
1309
  };
@@ -1210,12 +1312,12 @@ declare const _default: {
1210
1312
  colors: (string | {
1211
1313
  colorType: "base" | "onBase" | "container" | "onContainer";
1212
1314
  toned?: boolean;
1213
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1315
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1214
1316
  } | {
1215
1317
  color: string | {
1216
1318
  colorType: "base" | "onBase" | "container" | "onContainer";
1217
1319
  toned?: boolean;
1218
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1320
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1219
1321
  };
1220
1322
  stop?: number;
1221
1323
  })[];
@@ -1237,12 +1339,12 @@ declare const _default: {
1237
1339
  colors: (string | {
1238
1340
  colorType: "base" | "onBase" | "container" | "onContainer";
1239
1341
  toned?: boolean;
1240
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1342
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1241
1343
  } | {
1242
1344
  color: string | {
1243
1345
  colorType: "base" | "onBase" | "container" | "onContainer";
1244
1346
  toned?: boolean;
1245
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1347
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1246
1348
  };
1247
1349
  stop?: number;
1248
1350
  })[];
@@ -1266,7 +1368,7 @@ declare const _default: {
1266
1368
  colors: (string | {
1267
1369
  colorType: "base" | "onBase" | "container" | "onContainer";
1268
1370
  toned?: boolean;
1269
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1371
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1270
1372
  } | {
1271
1373
  color: string | any;
1272
1374
  stop?: number;
@@ -1279,21 +1381,25 @@ declare const _default: {
1279
1381
  };
1280
1382
  alterCase?: boolean;
1281
1383
  text?: {
1282
- color?: {
1384
+ color?: string | {
1283
1385
  colors: (string | {
1284
1386
  colorType: "base" | "onBase" | "container" | "onContainer";
1285
1387
  toned?: boolean;
1286
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1388
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1287
1389
  } | {
1288
1390
  color: string | {
1289
1391
  colorType: "base" | "onBase" | "container" | "onContainer";
1290
1392
  toned?: boolean;
1291
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1393
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1292
1394
  };
1293
1395
  stop?: number;
1294
1396
  })[];
1295
1397
  acrylic?: boolean;
1296
1398
  opacity?: number;
1399
+ } | {
1400
+ colorType: "base" | "onBase" | "container" | "onContainer";
1401
+ toned?: boolean;
1402
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1297
1403
  };
1298
1404
  typography?: {
1299
1405
  decoration?: string;
@@ -1313,7 +1419,7 @@ declare const _default: {
1313
1419
  lineHeight: number;
1314
1420
  };
1315
1421
  } | {
1316
- type: "title" | "text" | "navigation";
1422
+ type: "text" | "title" | "navigation";
1317
1423
  size: "xs" | "s" | "m" | "l" | "xl";
1318
1424
  };
1319
1425
  };
@@ -1322,12 +1428,12 @@ declare const _default: {
1322
1428
  colors: (string | {
1323
1429
  colorType: "base" | "onBase" | "container" | "onContainer";
1324
1430
  toned?: boolean;
1325
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1431
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1326
1432
  } | {
1327
1433
  color: string | {
1328
1434
  colorType: "base" | "onBase" | "container" | "onContainer";
1329
1435
  toned?: boolean;
1330
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1436
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1331
1437
  };
1332
1438
  stop?: number;
1333
1439
  })[];
@@ -1349,12 +1455,12 @@ declare const _default: {
1349
1455
  colors: (string | {
1350
1456
  colorType: "base" | "onBase" | "container" | "onContainer";
1351
1457
  toned?: boolean;
1352
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1458
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1353
1459
  } | {
1354
1460
  color: string | {
1355
1461
  colorType: "base" | "onBase" | "container" | "onContainer";
1356
1462
  toned?: boolean;
1357
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1463
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1358
1464
  };
1359
1465
  stop?: number;
1360
1466
  })[];
@@ -1378,7 +1484,7 @@ declare const _default: {
1378
1484
  colors: (string | {
1379
1485
  colorType: "base" | "onBase" | "container" | "onContainer";
1380
1486
  toned?: boolean;
1381
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1487
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1382
1488
  } | {
1383
1489
  color: string | any;
1384
1490
  stop?: number;
@@ -1391,21 +1497,25 @@ declare const _default: {
1391
1497
  };
1392
1498
  alterCase?: boolean;
1393
1499
  text?: {
1394
- color?: {
1500
+ color?: string | {
1395
1501
  colors: (string | {
1396
1502
  colorType: "base" | "onBase" | "container" | "onContainer";
1397
1503
  toned?: boolean;
1398
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1504
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1399
1505
  } | {
1400
1506
  color: string | {
1401
1507
  colorType: "base" | "onBase" | "container" | "onContainer";
1402
1508
  toned?: boolean;
1403
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1509
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1404
1510
  };
1405
1511
  stop?: number;
1406
1512
  })[];
1407
1513
  acrylic?: boolean;
1408
1514
  opacity?: number;
1515
+ } | {
1516
+ colorType: "base" | "onBase" | "container" | "onContainer";
1517
+ toned?: boolean;
1518
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1409
1519
  };
1410
1520
  typography?: {
1411
1521
  decoration?: string;
@@ -1425,7 +1535,7 @@ declare const _default: {
1425
1535
  lineHeight: number;
1426
1536
  };
1427
1537
  } | {
1428
- type: "title" | "text" | "navigation";
1538
+ type: "text" | "title" | "navigation";
1429
1539
  size: "xs" | "s" | "m" | "l" | "xl";
1430
1540
  };
1431
1541
  };
@@ -1434,12 +1544,12 @@ declare const _default: {
1434
1544
  colors: (string | {
1435
1545
  colorType: "base" | "onBase" | "container" | "onContainer";
1436
1546
  toned?: boolean;
1437
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1547
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1438
1548
  } | {
1439
1549
  color: string | {
1440
1550
  colorType: "base" | "onBase" | "container" | "onContainer";
1441
1551
  toned?: boolean;
1442
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1552
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1443
1553
  };
1444
1554
  stop?: number;
1445
1555
  })[];
@@ -1461,12 +1571,12 @@ declare const _default: {
1461
1571
  colors: (string | {
1462
1572
  colorType: "base" | "onBase" | "container" | "onContainer";
1463
1573
  toned?: boolean;
1464
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1574
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1465
1575
  } | {
1466
1576
  color: string | {
1467
1577
  colorType: "base" | "onBase" | "container" | "onContainer";
1468
1578
  toned?: boolean;
1469
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1579
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1470
1580
  };
1471
1581
  stop?: number;
1472
1582
  })[];
@@ -1490,7 +1600,7 @@ declare const _default: {
1490
1600
  colors: (string | {
1491
1601
  colorType: "base" | "onBase" | "container" | "onContainer";
1492
1602
  toned?: boolean;
1493
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1603
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1494
1604
  } | {
1495
1605
  color: string | any;
1496
1606
  stop?: number;
@@ -1503,21 +1613,25 @@ declare const _default: {
1503
1613
  };
1504
1614
  alterCase?: boolean;
1505
1615
  text?: {
1506
- color?: {
1616
+ color?: string | {
1507
1617
  colors: (string | {
1508
1618
  colorType: "base" | "onBase" | "container" | "onContainer";
1509
1619
  toned?: boolean;
1510
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1620
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1511
1621
  } | {
1512
1622
  color: string | {
1513
1623
  colorType: "base" | "onBase" | "container" | "onContainer";
1514
1624
  toned?: boolean;
1515
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1625
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1516
1626
  };
1517
1627
  stop?: number;
1518
1628
  })[];
1519
1629
  acrylic?: boolean;
1520
1630
  opacity?: number;
1631
+ } | {
1632
+ colorType: "base" | "onBase" | "container" | "onContainer";
1633
+ toned?: boolean;
1634
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1521
1635
  };
1522
1636
  typography?: {
1523
1637
  decoration?: string;
@@ -1537,7 +1651,7 @@ declare const _default: {
1537
1651
  lineHeight: number;
1538
1652
  };
1539
1653
  } | {
1540
- type: "title" | "text" | "navigation";
1654
+ type: "text" | "title" | "navigation";
1541
1655
  size: "xs" | "s" | "m" | "l" | "xl";
1542
1656
  };
1543
1657
  };
@@ -1546,12 +1660,12 @@ declare const _default: {
1546
1660
  colors: (string | {
1547
1661
  colorType: "base" | "onBase" | "container" | "onContainer";
1548
1662
  toned?: boolean;
1549
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1663
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1550
1664
  } | {
1551
1665
  color: string | {
1552
1666
  colorType: "base" | "onBase" | "container" | "onContainer";
1553
1667
  toned?: boolean;
1554
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1668
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1555
1669
  };
1556
1670
  stop?: number;
1557
1671
  })[];
@@ -1573,12 +1687,12 @@ declare const _default: {
1573
1687
  colors: (string | {
1574
1688
  colorType: "base" | "onBase" | "container" | "onContainer";
1575
1689
  toned?: boolean;
1576
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1690
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1577
1691
  } | {
1578
1692
  color: string | {
1579
1693
  colorType: "base" | "onBase" | "container" | "onContainer";
1580
1694
  toned?: boolean;
1581
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1695
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1582
1696
  };
1583
1697
  stop?: number;
1584
1698
  })[];
@@ -1602,7 +1716,7 @@ declare const _default: {
1602
1716
  colors: (string | {
1603
1717
  colorType: "base" | "onBase" | "container" | "onContainer";
1604
1718
  toned?: boolean;
1605
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1719
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1606
1720
  } | {
1607
1721
  color: string | any;
1608
1722
  stop?: number;
@@ -1615,21 +1729,25 @@ declare const _default: {
1615
1729
  };
1616
1730
  alterCase?: boolean;
1617
1731
  text?: {
1618
- color?: {
1732
+ color?: string | {
1619
1733
  colors: (string | {
1620
1734
  colorType: "base" | "onBase" | "container" | "onContainer";
1621
1735
  toned?: boolean;
1622
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1736
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1623
1737
  } | {
1624
1738
  color: string | {
1625
1739
  colorType: "base" | "onBase" | "container" | "onContainer";
1626
1740
  toned?: boolean;
1627
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1741
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1628
1742
  };
1629
1743
  stop?: number;
1630
1744
  })[];
1631
1745
  acrylic?: boolean;
1632
1746
  opacity?: number;
1747
+ } | {
1748
+ colorType: "base" | "onBase" | "container" | "onContainer";
1749
+ toned?: boolean;
1750
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1633
1751
  };
1634
1752
  typography?: {
1635
1753
  decoration?: string;
@@ -1649,7 +1767,7 @@ declare const _default: {
1649
1767
  lineHeight: number;
1650
1768
  };
1651
1769
  } | {
1652
- type: "title" | "text" | "navigation";
1770
+ type: "text" | "title" | "navigation";
1653
1771
  size: "xs" | "s" | "m" | "l" | "xl";
1654
1772
  };
1655
1773
  };
@@ -1658,12 +1776,12 @@ declare const _default: {
1658
1776
  colors: (string | {
1659
1777
  colorType: "base" | "onBase" | "container" | "onContainer";
1660
1778
  toned?: boolean;
1661
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1779
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1662
1780
  } | {
1663
1781
  color: string | {
1664
1782
  colorType: "base" | "onBase" | "container" | "onContainer";
1665
1783
  toned?: boolean;
1666
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1784
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1667
1785
  };
1668
1786
  stop?: number;
1669
1787
  })[];
@@ -1685,12 +1803,12 @@ declare const _default: {
1685
1803
  colors: (string | {
1686
1804
  colorType: "base" | "onBase" | "container" | "onContainer";
1687
1805
  toned?: boolean;
1688
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1806
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1689
1807
  } | {
1690
1808
  color: string | {
1691
1809
  colorType: "base" | "onBase" | "container" | "onContainer";
1692
1810
  toned?: boolean;
1693
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1811
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1694
1812
  };
1695
1813
  stop?: number;
1696
1814
  })[];
@@ -1714,7 +1832,7 @@ declare const _default: {
1714
1832
  colors: (string | {
1715
1833
  colorType: "base" | "onBase" | "container" | "onContainer";
1716
1834
  toned?: boolean;
1717
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1835
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1718
1836
  } | {
1719
1837
  color: string | any;
1720
1838
  stop?: number;
@@ -1727,21 +1845,25 @@ declare const _default: {
1727
1845
  };
1728
1846
  alterCase?: boolean;
1729
1847
  text?: {
1730
- color?: {
1848
+ color?: string | {
1731
1849
  colors: (string | {
1732
1850
  colorType: "base" | "onBase" | "container" | "onContainer";
1733
1851
  toned?: boolean;
1734
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1852
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1735
1853
  } | {
1736
1854
  color: string | {
1737
1855
  colorType: "base" | "onBase" | "container" | "onContainer";
1738
1856
  toned?: boolean;
1739
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1857
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1740
1858
  };
1741
1859
  stop?: number;
1742
1860
  })[];
1743
1861
  acrylic?: boolean;
1744
1862
  opacity?: number;
1863
+ } | {
1864
+ colorType: "base" | "onBase" | "container" | "onContainer";
1865
+ toned?: boolean;
1866
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1745
1867
  };
1746
1868
  typography?: {
1747
1869
  decoration?: string;
@@ -1761,7 +1883,7 @@ declare const _default: {
1761
1883
  lineHeight: number;
1762
1884
  };
1763
1885
  } | {
1764
- type: "title" | "text" | "navigation";
1886
+ type: "text" | "title" | "navigation";
1765
1887
  size: "xs" | "s" | "m" | "l" | "xl";
1766
1888
  };
1767
1889
  };
@@ -1770,12 +1892,12 @@ declare const _default: {
1770
1892
  colors: (string | {
1771
1893
  colorType: "base" | "onBase" | "container" | "onContainer";
1772
1894
  toned?: boolean;
1773
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1895
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1774
1896
  } | {
1775
1897
  color: string | {
1776
1898
  colorType: "base" | "onBase" | "container" | "onContainer";
1777
1899
  toned?: boolean;
1778
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1900
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1779
1901
  };
1780
1902
  stop?: number;
1781
1903
  })[];
@@ -1797,12 +1919,12 @@ declare const _default: {
1797
1919
  colors: (string | {
1798
1920
  colorType: "base" | "onBase" | "container" | "onContainer";
1799
1921
  toned?: boolean;
1800
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1922
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1801
1923
  } | {
1802
1924
  color: string | {
1803
1925
  colorType: "base" | "onBase" | "container" | "onContainer";
1804
1926
  toned?: boolean;
1805
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1927
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1806
1928
  };
1807
1929
  stop?: number;
1808
1930
  })[];
@@ -1826,7 +1948,7 @@ declare const _default: {
1826
1948
  colors: (string | {
1827
1949
  colorType: "base" | "onBase" | "container" | "onContainer";
1828
1950
  toned?: boolean;
1829
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1951
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1830
1952
  } | {
1831
1953
  color: string | any;
1832
1954
  stop?: number;
@@ -1839,21 +1961,25 @@ declare const _default: {
1839
1961
  };
1840
1962
  alterCase?: boolean;
1841
1963
  text?: {
1842
- color?: {
1964
+ color?: string | {
1843
1965
  colors: (string | {
1844
1966
  colorType: "base" | "onBase" | "container" | "onContainer";
1845
1967
  toned?: boolean;
1846
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1968
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1847
1969
  } | {
1848
1970
  color: string | {
1849
1971
  colorType: "base" | "onBase" | "container" | "onContainer";
1850
1972
  toned?: boolean;
1851
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1973
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1852
1974
  };
1853
1975
  stop?: number;
1854
1976
  })[];
1855
1977
  acrylic?: boolean;
1856
1978
  opacity?: number;
1979
+ } | {
1980
+ colorType: "base" | "onBase" | "container" | "onContainer";
1981
+ toned?: boolean;
1982
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1857
1983
  };
1858
1984
  typography?: {
1859
1985
  decoration?: string;
@@ -1873,7 +1999,7 @@ declare const _default: {
1873
1999
  lineHeight: number;
1874
2000
  };
1875
2001
  } | {
1876
- type: "title" | "text" | "navigation";
2002
+ type: "text" | "title" | "navigation";
1877
2003
  size: "xs" | "s" | "m" | "l" | "xl";
1878
2004
  };
1879
2005
  };
@@ -1882,12 +2008,12 @@ declare const _default: {
1882
2008
  colors: (string | {
1883
2009
  colorType: "base" | "onBase" | "container" | "onContainer";
1884
2010
  toned?: boolean;
1885
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2011
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1886
2012
  } | {
1887
2013
  color: string | {
1888
2014
  colorType: "base" | "onBase" | "container" | "onContainer";
1889
2015
  toned?: boolean;
1890
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2016
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1891
2017
  };
1892
2018
  stop?: number;
1893
2019
  })[];
@@ -1909,12 +2035,12 @@ declare const _default: {
1909
2035
  colors: (string | {
1910
2036
  colorType: "base" | "onBase" | "container" | "onContainer";
1911
2037
  toned?: boolean;
1912
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2038
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1913
2039
  } | {
1914
2040
  color: string | {
1915
2041
  colorType: "base" | "onBase" | "container" | "onContainer";
1916
2042
  toned?: boolean;
1917
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2043
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1918
2044
  };
1919
2045
  stop?: number;
1920
2046
  })[];
@@ -1938,7 +2064,7 @@ declare const _default: {
1938
2064
  colors: (string | {
1939
2065
  colorType: "base" | "onBase" | "container" | "onContainer";
1940
2066
  toned?: boolean;
1941
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2067
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1942
2068
  } | {
1943
2069
  color: string | any;
1944
2070
  stop?: number;
@@ -1951,21 +2077,25 @@ declare const _default: {
1951
2077
  };
1952
2078
  alterCase?: boolean;
1953
2079
  text?: {
1954
- color?: {
2080
+ color?: string | {
1955
2081
  colors: (string | {
1956
2082
  colorType: "base" | "onBase" | "container" | "onContainer";
1957
2083
  toned?: boolean;
1958
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2084
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1959
2085
  } | {
1960
2086
  color: string | {
1961
2087
  colorType: "base" | "onBase" | "container" | "onContainer";
1962
2088
  toned?: boolean;
1963
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2089
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1964
2090
  };
1965
2091
  stop?: number;
1966
2092
  })[];
1967
2093
  acrylic?: boolean;
1968
2094
  opacity?: number;
2095
+ } | {
2096
+ colorType: "base" | "onBase" | "container" | "onContainer";
2097
+ toned?: boolean;
2098
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1969
2099
  };
1970
2100
  typography?: {
1971
2101
  decoration?: string;
@@ -1985,7 +2115,7 @@ declare const _default: {
1985
2115
  lineHeight: number;
1986
2116
  };
1987
2117
  } | {
1988
- type: "title" | "text" | "navigation";
2118
+ type: "text" | "title" | "navigation";
1989
2119
  size: "xs" | "s" | "m" | "l" | "xl";
1990
2120
  };
1991
2121
  };
@@ -1994,12 +2124,12 @@ declare const _default: {
1994
2124
  colors: (string | {
1995
2125
  colorType: "base" | "onBase" | "container" | "onContainer";
1996
2126
  toned?: boolean;
1997
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2127
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
1998
2128
  } | {
1999
2129
  color: string | {
2000
2130
  colorType: "base" | "onBase" | "container" | "onContainer";
2001
2131
  toned?: boolean;
2002
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2132
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2003
2133
  };
2004
2134
  stop?: number;
2005
2135
  })[];
@@ -2023,12 +2153,12 @@ declare const _default: {
2023
2153
  colors: (string | {
2024
2154
  colorType: "base" | "onBase" | "container" | "onContainer";
2025
2155
  toned?: boolean;
2026
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2156
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2027
2157
  } | {
2028
2158
  color: string | {
2029
2159
  colorType: "base" | "onBase" | "container" | "onContainer";
2030
2160
  toned?: boolean;
2031
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2161
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2032
2162
  };
2033
2163
  stop?: number;
2034
2164
  })[];
@@ -2052,7 +2182,7 @@ declare const _default: {
2052
2182
  colors: (string | {
2053
2183
  colorType: "base" | "onBase" | "container" | "onContainer";
2054
2184
  toned?: boolean;
2055
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2185
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2056
2186
  } | {
2057
2187
  color: string | any;
2058
2188
  stop?: number;
@@ -2065,21 +2195,25 @@ declare const _default: {
2065
2195
  };
2066
2196
  alterCase?: boolean;
2067
2197
  text?: {
2068
- color?: {
2198
+ color?: string | {
2069
2199
  colors: (string | {
2070
2200
  colorType: "base" | "onBase" | "container" | "onContainer";
2071
2201
  toned?: boolean;
2072
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2202
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2073
2203
  } | {
2074
2204
  color: string | {
2075
2205
  colorType: "base" | "onBase" | "container" | "onContainer";
2076
2206
  toned?: boolean;
2077
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2207
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2078
2208
  };
2079
2209
  stop?: number;
2080
2210
  })[];
2081
2211
  acrylic?: boolean;
2082
2212
  opacity?: number;
2213
+ } | {
2214
+ colorType: "base" | "onBase" | "container" | "onContainer";
2215
+ toned?: boolean;
2216
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2083
2217
  };
2084
2218
  typography?: {
2085
2219
  decoration?: string;
@@ -2099,7 +2233,7 @@ declare const _default: {
2099
2233
  lineHeight: number;
2100
2234
  };
2101
2235
  } | {
2102
- type: "title" | "text" | "navigation";
2236
+ type: "text" | "title" | "navigation";
2103
2237
  size: "xs" | "s" | "m" | "l" | "xl";
2104
2238
  };
2105
2239
  };
@@ -2108,12 +2242,12 @@ declare const _default: {
2108
2242
  colors: (string | {
2109
2243
  colorType: "base" | "onBase" | "container" | "onContainer";
2110
2244
  toned?: boolean;
2111
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2245
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2112
2246
  } | {
2113
2247
  color: string | {
2114
2248
  colorType: "base" | "onBase" | "container" | "onContainer";
2115
2249
  toned?: boolean;
2116
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2250
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2117
2251
  };
2118
2252
  stop?: number;
2119
2253
  })[];
@@ -2135,12 +2269,12 @@ declare const _default: {
2135
2269
  colors: (string | {
2136
2270
  colorType: "base" | "onBase" | "container" | "onContainer";
2137
2271
  toned?: boolean;
2138
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2272
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2139
2273
  } | {
2140
2274
  color: string | {
2141
2275
  colorType: "base" | "onBase" | "container" | "onContainer";
2142
2276
  toned?: boolean;
2143
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2277
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2144
2278
  };
2145
2279
  stop?: number;
2146
2280
  })[];
@@ -2164,7 +2298,7 @@ declare const _default: {
2164
2298
  colors: (string | {
2165
2299
  colorType: "base" | "onBase" | "container" | "onContainer";
2166
2300
  toned?: boolean;
2167
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2301
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2168
2302
  } | {
2169
2303
  color: string | any;
2170
2304
  stop?: number;
@@ -2177,21 +2311,25 @@ declare const _default: {
2177
2311
  };
2178
2312
  alterCase?: boolean;
2179
2313
  text?: {
2180
- color?: {
2314
+ color?: string | {
2181
2315
  colors: (string | {
2182
2316
  colorType: "base" | "onBase" | "container" | "onContainer";
2183
2317
  toned?: boolean;
2184
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2318
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2185
2319
  } | {
2186
2320
  color: string | {
2187
2321
  colorType: "base" | "onBase" | "container" | "onContainer";
2188
2322
  toned?: boolean;
2189
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2323
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2190
2324
  };
2191
2325
  stop?: number;
2192
2326
  })[];
2193
2327
  acrylic?: boolean;
2194
2328
  opacity?: number;
2329
+ } | {
2330
+ colorType: "base" | "onBase" | "container" | "onContainer";
2331
+ toned?: boolean;
2332
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2195
2333
  };
2196
2334
  typography?: {
2197
2335
  decoration?: string;
@@ -2211,7 +2349,7 @@ declare const _default: {
2211
2349
  lineHeight: number;
2212
2350
  };
2213
2351
  } | {
2214
- type: "title" | "text" | "navigation";
2352
+ type: "text" | "title" | "navigation";
2215
2353
  size: "xs" | "s" | "m" | "l" | "xl";
2216
2354
  };
2217
2355
  };
@@ -2220,12 +2358,12 @@ declare const _default: {
2220
2358
  colors: (string | {
2221
2359
  colorType: "base" | "onBase" | "container" | "onContainer";
2222
2360
  toned?: boolean;
2223
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2361
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2224
2362
  } | {
2225
2363
  color: string | {
2226
2364
  colorType: "base" | "onBase" | "container" | "onContainer";
2227
2365
  toned?: boolean;
2228
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2366
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2229
2367
  };
2230
2368
  stop?: number;
2231
2369
  })[];
@@ -2247,12 +2385,12 @@ declare const _default: {
2247
2385
  colors: (string | {
2248
2386
  colorType: "base" | "onBase" | "container" | "onContainer";
2249
2387
  toned?: boolean;
2250
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2388
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2251
2389
  } | {
2252
2390
  color: string | {
2253
2391
  colorType: "base" | "onBase" | "container" | "onContainer";
2254
2392
  toned?: boolean;
2255
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2393
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2256
2394
  };
2257
2395
  stop?: number;
2258
2396
  })[];
@@ -2276,7 +2414,7 @@ declare const _default: {
2276
2414
  colors: (string | {
2277
2415
  colorType: "base" | "onBase" | "container" | "onContainer";
2278
2416
  toned?: boolean;
2279
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2417
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2280
2418
  } | {
2281
2419
  color: string | any;
2282
2420
  stop?: number;
@@ -2289,21 +2427,25 @@ declare const _default: {
2289
2427
  };
2290
2428
  alterCase?: boolean;
2291
2429
  text?: {
2292
- color?: {
2430
+ color?: string | {
2293
2431
  colors: (string | {
2294
2432
  colorType: "base" | "onBase" | "container" | "onContainer";
2295
2433
  toned?: boolean;
2296
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2434
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2297
2435
  } | {
2298
2436
  color: string | {
2299
2437
  colorType: "base" | "onBase" | "container" | "onContainer";
2300
2438
  toned?: boolean;
2301
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2439
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2302
2440
  };
2303
2441
  stop?: number;
2304
2442
  })[];
2305
2443
  acrylic?: boolean;
2306
2444
  opacity?: number;
2445
+ } | {
2446
+ colorType: "base" | "onBase" | "container" | "onContainer";
2447
+ toned?: boolean;
2448
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2307
2449
  };
2308
2450
  typography?: {
2309
2451
  decoration?: string;
@@ -2323,7 +2465,7 @@ declare const _default: {
2323
2465
  lineHeight: number;
2324
2466
  };
2325
2467
  } | {
2326
- type: "title" | "text" | "navigation";
2468
+ type: "text" | "title" | "navigation";
2327
2469
  size: "xs" | "s" | "m" | "l" | "xl";
2328
2470
  };
2329
2471
  };
@@ -2332,12 +2474,12 @@ declare const _default: {
2332
2474
  colors: (string | {
2333
2475
  colorType: "base" | "onBase" | "container" | "onContainer";
2334
2476
  toned?: boolean;
2335
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2477
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2336
2478
  } | {
2337
2479
  color: string | {
2338
2480
  colorType: "base" | "onBase" | "container" | "onContainer";
2339
2481
  toned?: boolean;
2340
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2482
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2341
2483
  };
2342
2484
  stop?: number;
2343
2485
  })[];
@@ -2359,12 +2501,12 @@ declare const _default: {
2359
2501
  colors: (string | {
2360
2502
  colorType: "base" | "onBase" | "container" | "onContainer";
2361
2503
  toned?: boolean;
2362
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2504
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2363
2505
  } | {
2364
2506
  color: string | {
2365
2507
  colorType: "base" | "onBase" | "container" | "onContainer";
2366
2508
  toned?: boolean;
2367
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2509
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2368
2510
  };
2369
2511
  stop?: number;
2370
2512
  })[];
@@ -2388,7 +2530,7 @@ declare const _default: {
2388
2530
  colors: (string | {
2389
2531
  colorType: "base" | "onBase" | "container" | "onContainer";
2390
2532
  toned?: boolean;
2391
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2533
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2392
2534
  } | {
2393
2535
  color: string | any;
2394
2536
  stop?: number;
@@ -2401,21 +2543,25 @@ declare const _default: {
2401
2543
  };
2402
2544
  alterCase?: boolean;
2403
2545
  text?: {
2404
- color?: {
2546
+ color?: string | {
2405
2547
  colors: (string | {
2406
2548
  colorType: "base" | "onBase" | "container" | "onContainer";
2407
2549
  toned?: boolean;
2408
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2550
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2409
2551
  } | {
2410
2552
  color: string | {
2411
2553
  colorType: "base" | "onBase" | "container" | "onContainer";
2412
2554
  toned?: boolean;
2413
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2555
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2414
2556
  };
2415
2557
  stop?: number;
2416
2558
  })[];
2417
2559
  acrylic?: boolean;
2418
2560
  opacity?: number;
2561
+ } | {
2562
+ colorType: "base" | "onBase" | "container" | "onContainer";
2563
+ toned?: boolean;
2564
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2419
2565
  };
2420
2566
  typography?: {
2421
2567
  decoration?: string;
@@ -2435,7 +2581,7 @@ declare const _default: {
2435
2581
  lineHeight: number;
2436
2582
  };
2437
2583
  } | {
2438
- type: "title" | "text" | "navigation";
2584
+ type: "text" | "title" | "navigation";
2439
2585
  size: "xs" | "s" | "m" | "l" | "xl";
2440
2586
  };
2441
2587
  };
@@ -2444,12 +2590,12 @@ declare const _default: {
2444
2590
  colors: (string | {
2445
2591
  colorType: "base" | "onBase" | "container" | "onContainer";
2446
2592
  toned?: boolean;
2447
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2593
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2448
2594
  } | {
2449
2595
  color: string | {
2450
2596
  colorType: "base" | "onBase" | "container" | "onContainer";
2451
2597
  toned?: boolean;
2452
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2598
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2453
2599
  };
2454
2600
  stop?: number;
2455
2601
  })[];
@@ -2471,12 +2617,12 @@ declare const _default: {
2471
2617
  colors: (string | {
2472
2618
  colorType: "base" | "onBase" | "container" | "onContainer";
2473
2619
  toned?: boolean;
2474
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2620
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2475
2621
  } | {
2476
2622
  color: string | {
2477
2623
  colorType: "base" | "onBase" | "container" | "onContainer";
2478
2624
  toned?: boolean;
2479
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2625
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2480
2626
  };
2481
2627
  stop?: number;
2482
2628
  })[];
@@ -2500,7 +2646,7 @@ declare const _default: {
2500
2646
  colors: (string | {
2501
2647
  colorType: "base" | "onBase" | "container" | "onContainer";
2502
2648
  toned?: boolean;
2503
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2649
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2504
2650
  } | {
2505
2651
  color: string | any;
2506
2652
  stop?: number;
@@ -2513,21 +2659,25 @@ declare const _default: {
2513
2659
  };
2514
2660
  alterCase?: boolean;
2515
2661
  text?: {
2516
- color?: {
2662
+ color?: string | {
2517
2663
  colors: (string | {
2518
2664
  colorType: "base" | "onBase" | "container" | "onContainer";
2519
2665
  toned?: boolean;
2520
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2666
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2521
2667
  } | {
2522
2668
  color: string | {
2523
2669
  colorType: "base" | "onBase" | "container" | "onContainer";
2524
2670
  toned?: boolean;
2525
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2671
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2526
2672
  };
2527
2673
  stop?: number;
2528
2674
  })[];
2529
2675
  acrylic?: boolean;
2530
2676
  opacity?: number;
2677
+ } | {
2678
+ colorType: "base" | "onBase" | "container" | "onContainer";
2679
+ toned?: boolean;
2680
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2531
2681
  };
2532
2682
  typography?: {
2533
2683
  decoration?: string;
@@ -2547,7 +2697,7 @@ declare const _default: {
2547
2697
  lineHeight: number;
2548
2698
  };
2549
2699
  } | {
2550
- type: "title" | "text" | "navigation";
2700
+ type: "text" | "title" | "navigation";
2551
2701
  size: "xs" | "s" | "m" | "l" | "xl";
2552
2702
  };
2553
2703
  };
@@ -2556,12 +2706,12 @@ declare const _default: {
2556
2706
  colors: (string | {
2557
2707
  colorType: "base" | "onBase" | "container" | "onContainer";
2558
2708
  toned?: boolean;
2559
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2709
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2560
2710
  } | {
2561
2711
  color: string | {
2562
2712
  colorType: "base" | "onBase" | "container" | "onContainer";
2563
2713
  toned?: boolean;
2564
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2714
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2565
2715
  };
2566
2716
  stop?: number;
2567
2717
  })[];
@@ -2583,12 +2733,12 @@ declare const _default: {
2583
2733
  colors: (string | {
2584
2734
  colorType: "base" | "onBase" | "container" | "onContainer";
2585
2735
  toned?: boolean;
2586
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2736
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2587
2737
  } | {
2588
2738
  color: string | {
2589
2739
  colorType: "base" | "onBase" | "container" | "onContainer";
2590
2740
  toned?: boolean;
2591
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2741
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2592
2742
  };
2593
2743
  stop?: number;
2594
2744
  })[];
@@ -2612,7 +2762,7 @@ declare const _default: {
2612
2762
  colors: (string | {
2613
2763
  colorType: "base" | "onBase" | "container" | "onContainer";
2614
2764
  toned?: boolean;
2615
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2765
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2616
2766
  } | {
2617
2767
  color: string | any;
2618
2768
  stop?: number;
@@ -2625,21 +2775,25 @@ declare const _default: {
2625
2775
  };
2626
2776
  alterCase?: boolean;
2627
2777
  text?: {
2628
- color?: {
2778
+ color?: string | {
2629
2779
  colors: (string | {
2630
2780
  colorType: "base" | "onBase" | "container" | "onContainer";
2631
2781
  toned?: boolean;
2632
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2782
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2633
2783
  } | {
2634
2784
  color: string | {
2635
2785
  colorType: "base" | "onBase" | "container" | "onContainer";
2636
2786
  toned?: boolean;
2637
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2787
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2638
2788
  };
2639
2789
  stop?: number;
2640
2790
  })[];
2641
2791
  acrylic?: boolean;
2642
2792
  opacity?: number;
2793
+ } | {
2794
+ colorType: "base" | "onBase" | "container" | "onContainer";
2795
+ toned?: boolean;
2796
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2643
2797
  };
2644
2798
  typography?: {
2645
2799
  decoration?: string;
@@ -2659,7 +2813,7 @@ declare const _default: {
2659
2813
  lineHeight: number;
2660
2814
  };
2661
2815
  } | {
2662
- type: "title" | "text" | "navigation";
2816
+ type: "text" | "title" | "navigation";
2663
2817
  size: "xs" | "s" | "m" | "l" | "xl";
2664
2818
  };
2665
2819
  };
@@ -2668,12 +2822,12 @@ declare const _default: {
2668
2822
  colors: (string | {
2669
2823
  colorType: "base" | "onBase" | "container" | "onContainer";
2670
2824
  toned?: boolean;
2671
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2825
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2672
2826
  } | {
2673
2827
  color: string | {
2674
2828
  colorType: "base" | "onBase" | "container" | "onContainer";
2675
2829
  toned?: boolean;
2676
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2830
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2677
2831
  };
2678
2832
  stop?: number;
2679
2833
  })[];
@@ -2695,12 +2849,12 @@ declare const _default: {
2695
2849
  colors: (string | {
2696
2850
  colorType: "base" | "onBase" | "container" | "onContainer";
2697
2851
  toned?: boolean;
2698
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2852
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2699
2853
  } | {
2700
2854
  color: string | {
2701
2855
  colorType: "base" | "onBase" | "container" | "onContainer";
2702
2856
  toned?: boolean;
2703
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2857
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2704
2858
  };
2705
2859
  stop?: number;
2706
2860
  })[];
@@ -2724,7 +2878,7 @@ declare const _default: {
2724
2878
  colors: (string | {
2725
2879
  colorType: "base" | "onBase" | "container" | "onContainer";
2726
2880
  toned?: boolean;
2727
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2881
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2728
2882
  } | {
2729
2883
  color: string | any;
2730
2884
  stop?: number;
@@ -2737,21 +2891,25 @@ declare const _default: {
2737
2891
  };
2738
2892
  alterCase?: boolean;
2739
2893
  text?: {
2740
- color?: {
2894
+ color?: string | {
2741
2895
  colors: (string | {
2742
2896
  colorType: "base" | "onBase" | "container" | "onContainer";
2743
2897
  toned?: boolean;
2744
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2898
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2745
2899
  } | {
2746
2900
  color: string | {
2747
2901
  colorType: "base" | "onBase" | "container" | "onContainer";
2748
2902
  toned?: boolean;
2749
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2903
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2750
2904
  };
2751
2905
  stop?: number;
2752
2906
  })[];
2753
2907
  acrylic?: boolean;
2754
2908
  opacity?: number;
2909
+ } | {
2910
+ colorType: "base" | "onBase" | "container" | "onContainer";
2911
+ toned?: boolean;
2912
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2755
2913
  };
2756
2914
  typography?: {
2757
2915
  decoration?: string;
@@ -2771,7 +2929,7 @@ declare const _default: {
2771
2929
  lineHeight: number;
2772
2930
  };
2773
2931
  } | {
2774
- type: "title" | "text" | "navigation";
2932
+ type: "text" | "title" | "navigation";
2775
2933
  size: "xs" | "s" | "m" | "l" | "xl";
2776
2934
  };
2777
2935
  };
@@ -2780,12 +2938,12 @@ declare const _default: {
2780
2938
  colors: (string | {
2781
2939
  colorType: "base" | "onBase" | "container" | "onContainer";
2782
2940
  toned?: boolean;
2783
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2941
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2784
2942
  } | {
2785
2943
  color: string | {
2786
2944
  colorType: "base" | "onBase" | "container" | "onContainer";
2787
2945
  toned?: boolean;
2788
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2946
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2789
2947
  };
2790
2948
  stop?: number;
2791
2949
  })[];
@@ -2807,12 +2965,12 @@ declare const _default: {
2807
2965
  colors: (string | {
2808
2966
  colorType: "base" | "onBase" | "container" | "onContainer";
2809
2967
  toned?: boolean;
2810
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2968
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2811
2969
  } | {
2812
2970
  color: string | {
2813
2971
  colorType: "base" | "onBase" | "container" | "onContainer";
2814
2972
  toned?: boolean;
2815
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2973
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2816
2974
  };
2817
2975
  stop?: number;
2818
2976
  })[];
@@ -2836,7 +2994,7 @@ declare const _default: {
2836
2994
  colors: (string | {
2837
2995
  colorType: "base" | "onBase" | "container" | "onContainer";
2838
2996
  toned?: boolean;
2839
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2997
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2840
2998
  } | {
2841
2999
  color: string | any;
2842
3000
  stop?: number;
@@ -2849,21 +3007,25 @@ declare const _default: {
2849
3007
  };
2850
3008
  alterCase?: boolean;
2851
3009
  text?: {
2852
- color?: {
3010
+ color?: string | {
2853
3011
  colors: (string | {
2854
3012
  colorType: "base" | "onBase" | "container" | "onContainer";
2855
3013
  toned?: boolean;
2856
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3014
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2857
3015
  } | {
2858
3016
  color: string | {
2859
3017
  colorType: "base" | "onBase" | "container" | "onContainer";
2860
3018
  toned?: boolean;
2861
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3019
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2862
3020
  };
2863
3021
  stop?: number;
2864
3022
  })[];
2865
3023
  acrylic?: boolean;
2866
3024
  opacity?: number;
3025
+ } | {
3026
+ colorType: "base" | "onBase" | "container" | "onContainer";
3027
+ toned?: boolean;
3028
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2867
3029
  };
2868
3030
  typography?: {
2869
3031
  decoration?: string;
@@ -2883,7 +3045,7 @@ declare const _default: {
2883
3045
  lineHeight: number;
2884
3046
  };
2885
3047
  } | {
2886
- type: "title" | "text" | "navigation";
3048
+ type: "text" | "title" | "navigation";
2887
3049
  size: "xs" | "s" | "m" | "l" | "xl";
2888
3050
  };
2889
3051
  };
@@ -2892,12 +3054,12 @@ declare const _default: {
2892
3054
  colors: (string | {
2893
3055
  colorType: "base" | "onBase" | "container" | "onContainer";
2894
3056
  toned?: boolean;
2895
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3057
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2896
3058
  } | {
2897
3059
  color: string | {
2898
3060
  colorType: "base" | "onBase" | "container" | "onContainer";
2899
3061
  toned?: boolean;
2900
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3062
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2901
3063
  };
2902
3064
  stop?: number;
2903
3065
  })[];
@@ -2919,12 +3081,12 @@ declare const _default: {
2919
3081
  colors: (string | {
2920
3082
  colorType: "base" | "onBase" | "container" | "onContainer";
2921
3083
  toned?: boolean;
2922
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3084
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2923
3085
  } | {
2924
3086
  color: string | {
2925
3087
  colorType: "base" | "onBase" | "container" | "onContainer";
2926
3088
  toned?: boolean;
2927
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3089
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2928
3090
  };
2929
3091
  stop?: number;
2930
3092
  })[];
@@ -2948,7 +3110,7 @@ declare const _default: {
2948
3110
  colors: (string | {
2949
3111
  colorType: "base" | "onBase" | "container" | "onContainer";
2950
3112
  toned?: boolean;
2951
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3113
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2952
3114
  } | {
2953
3115
  color: string | any;
2954
3116
  stop?: number;
@@ -2961,21 +3123,25 @@ declare const _default: {
2961
3123
  };
2962
3124
  alterCase?: boolean;
2963
3125
  text?: {
2964
- color?: {
3126
+ color?: string | {
2965
3127
  colors: (string | {
2966
3128
  colorType: "base" | "onBase" | "container" | "onContainer";
2967
3129
  toned?: boolean;
2968
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3130
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2969
3131
  } | {
2970
3132
  color: string | {
2971
3133
  colorType: "base" | "onBase" | "container" | "onContainer";
2972
3134
  toned?: boolean;
2973
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3135
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2974
3136
  };
2975
3137
  stop?: number;
2976
3138
  })[];
2977
3139
  acrylic?: boolean;
2978
3140
  opacity?: number;
3141
+ } | {
3142
+ colorType: "base" | "onBase" | "container" | "onContainer";
3143
+ toned?: boolean;
3144
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
2979
3145
  };
2980
3146
  typography?: {
2981
3147
  decoration?: string;
@@ -2995,7 +3161,7 @@ declare const _default: {
2995
3161
  lineHeight: number;
2996
3162
  };
2997
3163
  } | {
2998
- type: "title" | "text" | "navigation";
3164
+ type: "text" | "title" | "navigation";
2999
3165
  size: "xs" | "s" | "m" | "l" | "xl";
3000
3166
  };
3001
3167
  };
@@ -3004,12 +3170,12 @@ declare const _default: {
3004
3170
  colors: (string | {
3005
3171
  colorType: "base" | "onBase" | "container" | "onContainer";
3006
3172
  toned?: boolean;
3007
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3173
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3008
3174
  } | {
3009
3175
  color: string | {
3010
3176
  colorType: "base" | "onBase" | "container" | "onContainer";
3011
3177
  toned?: boolean;
3012
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3178
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3013
3179
  };
3014
3180
  stop?: number;
3015
3181
  })[];
@@ -3029,12 +3195,12 @@ declare const _default: {
3029
3195
  colors: (string | {
3030
3196
  colorType: "base" | "onBase" | "container" | "onContainer";
3031
3197
  toned?: boolean;
3032
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3198
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3033
3199
  } | {
3034
3200
  color: string | {
3035
3201
  colorType: "base" | "onBase" | "container" | "onContainer";
3036
3202
  toned?: boolean;
3037
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3203
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3038
3204
  };
3039
3205
  stop?: number;
3040
3206
  })[];
@@ -3058,12 +3224,12 @@ declare const _default: {
3058
3224
  colors: (string | {
3059
3225
  colorType: "base" | "onBase" | "container" | "onContainer";
3060
3226
  toned?: boolean;
3061
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3227
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3062
3228
  } | {
3063
3229
  color: string | {
3064
3230
  colorType: "base" | "onBase" | "container" | "onContainer";
3065
3231
  toned?: boolean;
3066
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3232
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3067
3233
  };
3068
3234
  stop?: number;
3069
3235
  })[];
@@ -3091,28 +3257,32 @@ declare const _default: {
3091
3257
  grow?: boolean;
3092
3258
  minHeight?: number;
3093
3259
  minWidth?: number;
3094
- alignment?: "center" | "start" | "end";
3260
+ alignment?: "start" | "center" | "end";
3095
3261
  sliderColor?: string | {
3096
3262
  colorType: "base" | "onBase" | "container" | "onContainer";
3097
3263
  toned?: boolean;
3098
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3264
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3099
3265
  };
3100
3266
  text?: {
3101
- color?: {
3267
+ color?: string | {
3102
3268
  colors: (string | {
3103
3269
  colorType: "base" | "onBase" | "container" | "onContainer";
3104
3270
  toned?: boolean;
3105
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3271
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3106
3272
  } | {
3107
3273
  color: string | {
3108
3274
  colorType: "base" | "onBase" | "container" | "onContainer";
3109
3275
  toned?: boolean;
3110
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3276
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3111
3277
  };
3112
3278
  stop?: number;
3113
3279
  })[];
3114
3280
  acrylic?: boolean;
3115
3281
  opacity?: number;
3282
+ } | {
3283
+ colorType: "base" | "onBase" | "container" | "onContainer";
3284
+ toned?: boolean;
3285
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3116
3286
  };
3117
3287
  typography?: {
3118
3288
  decoration?: string;
@@ -3132,7 +3302,7 @@ declare const _default: {
3132
3302
  lineHeight: number;
3133
3303
  };
3134
3304
  } | {
3135
- type: "title" | "text" | "navigation";
3305
+ type: "text" | "title" | "navigation";
3136
3306
  size: "xs" | "s" | "m" | "l" | "xl";
3137
3307
  };
3138
3308
  };
@@ -3141,12 +3311,12 @@ declare const _default: {
3141
3311
  colors: (string | {
3142
3312
  colorType: "base" | "onBase" | "container" | "onContainer";
3143
3313
  toned?: boolean;
3144
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3314
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3145
3315
  } | {
3146
3316
  color: string | {
3147
3317
  colorType: "base" | "onBase" | "container" | "onContainer";
3148
3318
  toned?: boolean;
3149
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3319
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3150
3320
  };
3151
3321
  stop?: number;
3152
3322
  })[];
@@ -3167,12 +3337,12 @@ declare const _default: {
3167
3337
  colors: (string | {
3168
3338
  colorType: "base" | "onBase" | "container" | "onContainer";
3169
3339
  toned?: boolean;
3170
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3340
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3171
3341
  } | {
3172
3342
  color: string | {
3173
3343
  colorType: "base" | "onBase" | "container" | "onContainer";
3174
3344
  toned?: boolean;
3175
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3345
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3176
3346
  };
3177
3347
  stop?: number;
3178
3348
  })[];
@@ -3196,7 +3366,7 @@ declare const _default: {
3196
3366
  colors: (string | {
3197
3367
  colorType: "base" | "onBase" | "container" | "onContainer";
3198
3368
  toned?: boolean;
3199
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3369
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3200
3370
  } | {
3201
3371
  color: string | any;
3202
3372
  stop?: number;
@@ -3208,21 +3378,25 @@ declare const _default: {
3208
3378
  elevation?: number;
3209
3379
  };
3210
3380
  text?: {
3211
- color?: {
3381
+ color?: string | {
3212
3382
  colors: (string | {
3213
3383
  colorType: "base" | "onBase" | "container" | "onContainer";
3214
3384
  toned?: boolean;
3215
- 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";
3216
3386
  } | {
3217
3387
  color: string | {
3218
3388
  colorType: "base" | "onBase" | "container" | "onContainer";
3219
3389
  toned?: boolean;
3220
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3390
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3221
3391
  };
3222
3392
  stop?: number;
3223
3393
  })[];
3224
3394
  acrylic?: boolean;
3225
3395
  opacity?: number;
3396
+ } | {
3397
+ colorType: "base" | "onBase" | "container" | "onContainer";
3398
+ toned?: boolean;
3399
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3226
3400
  };
3227
3401
  typography?: {
3228
3402
  decoration?: string;
@@ -3242,7 +3416,7 @@ declare const _default: {
3242
3416
  lineHeight: number;
3243
3417
  };
3244
3418
  } | {
3245
- type: "title" | "text" | "navigation";
3419
+ type: "text" | "title" | "navigation";
3246
3420
  size: "xs" | "s" | "m" | "l" | "xl";
3247
3421
  };
3248
3422
  };
@@ -3251,12 +3425,12 @@ declare const _default: {
3251
3425
  colors: (string | {
3252
3426
  colorType: "base" | "onBase" | "container" | "onContainer";
3253
3427
  toned?: boolean;
3254
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3428
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3255
3429
  } | {
3256
3430
  color: string | {
3257
3431
  colorType: "base" | "onBase" | "container" | "onContainer";
3258
3432
  toned?: boolean;
3259
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3433
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3260
3434
  };
3261
3435
  stop?: number;
3262
3436
  })[];
@@ -3272,12 +3446,12 @@ declare const _default: {
3272
3446
  colors: (string | {
3273
3447
  colorType: "base" | "onBase" | "container" | "onContainer";
3274
3448
  toned?: boolean;
3275
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3449
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3276
3450
  } | {
3277
3451
  color: string | {
3278
3452
  colorType: "base" | "onBase" | "container" | "onContainer";
3279
3453
  toned?: boolean;
3280
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3454
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3281
3455
  };
3282
3456
  stop?: number;
3283
3457
  })[];
@@ -3301,7 +3475,7 @@ declare const _default: {
3301
3475
  colors: (string | {
3302
3476
  colorType: "base" | "onBase" | "container" | "onContainer";
3303
3477
  toned?: boolean;
3304
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3478
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3305
3479
  } | {
3306
3480
  color: string | any;
3307
3481
  stop?: number;
@@ -3320,12 +3494,12 @@ declare const _default: {
3320
3494
  colors: (string | {
3321
3495
  colorType: "base" | "onBase" | "container" | "onContainer";
3322
3496
  toned?: boolean;
3323
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3497
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3324
3498
  } | {
3325
3499
  color: string | {
3326
3500
  colorType: "base" | "onBase" | "container" | "onContainer";
3327
3501
  toned?: boolean;
3328
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3502
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3329
3503
  };
3330
3504
  stop?: number;
3331
3505
  })[];
@@ -3349,12 +3523,12 @@ declare const _default: {
3349
3523
  colors: (string | {
3350
3524
  colorType: "base" | "onBase" | "container" | "onContainer";
3351
3525
  toned?: boolean;
3352
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3526
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3353
3527
  } | {
3354
3528
  color: string | {
3355
3529
  colorType: "base" | "onBase" | "container" | "onContainer";
3356
3530
  toned?: boolean;
3357
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3531
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3358
3532
  };
3359
3533
  stop?: number;
3360
3534
  })[];
@@ -3382,28 +3556,32 @@ declare const _default: {
3382
3556
  grow?: boolean;
3383
3557
  minHeight?: number;
3384
3558
  minWidth?: number;
3385
- alignment?: "center" | "start" | "end";
3559
+ alignment?: "start" | "center" | "end";
3386
3560
  sliderColor?: string | {
3387
3561
  colorType: "base" | "onBase" | "container" | "onContainer";
3388
3562
  toned?: boolean;
3389
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3563
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3390
3564
  };
3391
3565
  text?: {
3392
- color?: {
3566
+ color?: string | {
3393
3567
  colors: (string | {
3394
3568
  colorType: "base" | "onBase" | "container" | "onContainer";
3395
3569
  toned?: boolean;
3396
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3570
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3397
3571
  } | {
3398
3572
  color: string | {
3399
3573
  colorType: "base" | "onBase" | "container" | "onContainer";
3400
3574
  toned?: boolean;
3401
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3575
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3402
3576
  };
3403
3577
  stop?: number;
3404
3578
  })[];
3405
3579
  acrylic?: boolean;
3406
3580
  opacity?: number;
3581
+ } | {
3582
+ colorType: "base" | "onBase" | "container" | "onContainer";
3583
+ toned?: boolean;
3584
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3407
3585
  };
3408
3586
  typography?: {
3409
3587
  decoration?: string;
@@ -3423,7 +3601,7 @@ declare const _default: {
3423
3601
  lineHeight: number;
3424
3602
  };
3425
3603
  } | {
3426
- type: "title" | "text" | "navigation";
3604
+ type: "text" | "title" | "navigation";
3427
3605
  size: "xs" | "s" | "m" | "l" | "xl";
3428
3606
  };
3429
3607
  };
@@ -3432,12 +3610,12 @@ declare const _default: {
3432
3610
  colors: (string | {
3433
3611
  colorType: "base" | "onBase" | "container" | "onContainer";
3434
3612
  toned?: boolean;
3435
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3613
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3436
3614
  } | {
3437
3615
  color: string | {
3438
3616
  colorType: "base" | "onBase" | "container" | "onContainer";
3439
3617
  toned?: boolean;
3440
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3618
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3441
3619
  };
3442
3620
  stop?: number;
3443
3621
  })[];
@@ -3458,12 +3636,12 @@ declare const _default: {
3458
3636
  colors: (string | {
3459
3637
  colorType: "base" | "onBase" | "container" | "onContainer";
3460
3638
  toned?: boolean;
3461
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3639
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3462
3640
  } | {
3463
3641
  color: string | {
3464
3642
  colorType: "base" | "onBase" | "container" | "onContainer";
3465
3643
  toned?: boolean;
3466
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3644
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3467
3645
  };
3468
3646
  stop?: number;
3469
3647
  })[];
@@ -3487,7 +3665,7 @@ declare const _default: {
3487
3665
  colors: (string | {
3488
3666
  colorType: "base" | "onBase" | "container" | "onContainer";
3489
3667
  toned?: boolean;
3490
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3668
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3491
3669
  } | {
3492
3670
  color: string | any;
3493
3671
  stop?: number;
@@ -3499,21 +3677,25 @@ declare const _default: {
3499
3677
  elevation?: number;
3500
3678
  };
3501
3679
  text?: {
3502
- color?: {
3680
+ color?: string | {
3503
3681
  colors: (string | {
3504
3682
  colorType: "base" | "onBase" | "container" | "onContainer";
3505
3683
  toned?: boolean;
3506
- 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";
3507
3685
  } | {
3508
3686
  color: string | {
3509
3687
  colorType: "base" | "onBase" | "container" | "onContainer";
3510
3688
  toned?: boolean;
3511
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3689
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3512
3690
  };
3513
3691
  stop?: number;
3514
3692
  })[];
3515
3693
  acrylic?: boolean;
3516
3694
  opacity?: number;
3695
+ } | {
3696
+ colorType: "base" | "onBase" | "container" | "onContainer";
3697
+ toned?: boolean;
3698
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3517
3699
  };
3518
3700
  typography?: {
3519
3701
  decoration?: string;
@@ -3533,7 +3715,7 @@ declare const _default: {
3533
3715
  lineHeight: number;
3534
3716
  };
3535
3717
  } | {
3536
- type: "title" | "text" | "navigation";
3718
+ type: "text" | "title" | "navigation";
3537
3719
  size: "xs" | "s" | "m" | "l" | "xl";
3538
3720
  };
3539
3721
  };
@@ -3542,12 +3724,12 @@ declare const _default: {
3542
3724
  colors: (string | {
3543
3725
  colorType: "base" | "onBase" | "container" | "onContainer";
3544
3726
  toned?: boolean;
3545
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3727
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3546
3728
  } | {
3547
3729
  color: string | {
3548
3730
  colorType: "base" | "onBase" | "container" | "onContainer";
3549
3731
  toned?: boolean;
3550
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3732
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3551
3733
  };
3552
3734
  stop?: number;
3553
3735
  })[];
@@ -3563,12 +3745,12 @@ declare const _default: {
3563
3745
  colors: (string | {
3564
3746
  colorType: "base" | "onBase" | "container" | "onContainer";
3565
3747
  toned?: boolean;
3566
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3748
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3567
3749
  } | {
3568
3750
  color: string | {
3569
3751
  colorType: "base" | "onBase" | "container" | "onContainer";
3570
3752
  toned?: boolean;
3571
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3753
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3572
3754
  };
3573
3755
  stop?: number;
3574
3756
  })[];
@@ -3592,7 +3774,7 @@ declare const _default: {
3592
3774
  colors: (string | {
3593
3775
  colorType: "base" | "onBase" | "container" | "onContainer";
3594
3776
  toned?: boolean;
3595
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3777
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3596
3778
  } | {
3597
3779
  color: string | any;
3598
3780
  stop?: number;
@@ -3611,12 +3793,12 @@ declare const _default: {
3611
3793
  colors: (string | {
3612
3794
  colorType: "base" | "onBase" | "container" | "onContainer";
3613
3795
  toned?: boolean;
3614
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3796
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3615
3797
  } | {
3616
3798
  color: string | {
3617
3799
  colorType: "base" | "onBase" | "container" | "onContainer";
3618
3800
  toned?: boolean;
3619
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3801
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3620
3802
  };
3621
3803
  stop?: number;
3622
3804
  })[];
@@ -3640,12 +3822,12 @@ declare const _default: {
3640
3822
  colors: (string | {
3641
3823
  colorType: "base" | "onBase" | "container" | "onContainer";
3642
3824
  toned?: boolean;
3643
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3825
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3644
3826
  } | {
3645
3827
  color: string | {
3646
3828
  colorType: "base" | "onBase" | "container" | "onContainer";
3647
3829
  toned?: boolean;
3648
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3830
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3649
3831
  };
3650
3832
  stop?: number;
3651
3833
  })[];
@@ -3673,28 +3855,32 @@ declare const _default: {
3673
3855
  grow?: boolean;
3674
3856
  minHeight?: number;
3675
3857
  minWidth?: number;
3676
- alignment?: "center" | "start" | "end";
3858
+ alignment?: "start" | "center" | "end";
3677
3859
  sliderColor?: string | {
3678
3860
  colorType: "base" | "onBase" | "container" | "onContainer";
3679
3861
  toned?: boolean;
3680
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3862
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3681
3863
  };
3682
3864
  text?: {
3683
- color?: {
3865
+ color?: string | {
3684
3866
  colors: (string | {
3685
3867
  colorType: "base" | "onBase" | "container" | "onContainer";
3686
3868
  toned?: boolean;
3687
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3869
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3688
3870
  } | {
3689
3871
  color: string | {
3690
3872
  colorType: "base" | "onBase" | "container" | "onContainer";
3691
3873
  toned?: boolean;
3692
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3874
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3693
3875
  };
3694
3876
  stop?: number;
3695
3877
  })[];
3696
3878
  acrylic?: boolean;
3697
3879
  opacity?: number;
3880
+ } | {
3881
+ colorType: "base" | "onBase" | "container" | "onContainer";
3882
+ toned?: boolean;
3883
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3698
3884
  };
3699
3885
  typography?: {
3700
3886
  decoration?: string;
@@ -3714,7 +3900,7 @@ declare const _default: {
3714
3900
  lineHeight: number;
3715
3901
  };
3716
3902
  } | {
3717
- type: "title" | "text" | "navigation";
3903
+ type: "text" | "title" | "navigation";
3718
3904
  size: "xs" | "s" | "m" | "l" | "xl";
3719
3905
  };
3720
3906
  };
@@ -3723,12 +3909,12 @@ declare const _default: {
3723
3909
  colors: (string | {
3724
3910
  colorType: "base" | "onBase" | "container" | "onContainer";
3725
3911
  toned?: boolean;
3726
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3912
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3727
3913
  } | {
3728
3914
  color: string | {
3729
3915
  colorType: "base" | "onBase" | "container" | "onContainer";
3730
3916
  toned?: boolean;
3731
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3917
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3732
3918
  };
3733
3919
  stop?: number;
3734
3920
  })[];
@@ -3749,12 +3935,12 @@ declare const _default: {
3749
3935
  colors: (string | {
3750
3936
  colorType: "base" | "onBase" | "container" | "onContainer";
3751
3937
  toned?: boolean;
3752
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3938
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3753
3939
  } | {
3754
3940
  color: string | {
3755
3941
  colorType: "base" | "onBase" | "container" | "onContainer";
3756
3942
  toned?: boolean;
3757
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3943
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3758
3944
  };
3759
3945
  stop?: number;
3760
3946
  })[];
@@ -3778,7 +3964,7 @@ declare const _default: {
3778
3964
  colors: (string | {
3779
3965
  colorType: "base" | "onBase" | "container" | "onContainer";
3780
3966
  toned?: boolean;
3781
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3967
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3782
3968
  } | {
3783
3969
  color: string | any;
3784
3970
  stop?: number;
@@ -3790,21 +3976,25 @@ declare const _default: {
3790
3976
  elevation?: number;
3791
3977
  };
3792
3978
  text?: {
3793
- color?: {
3979
+ color?: string | {
3794
3980
  colors: (string | {
3795
3981
  colorType: "base" | "onBase" | "container" | "onContainer";
3796
3982
  toned?: boolean;
3797
- 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";
3798
3984
  } | {
3799
3985
  color: string | {
3800
3986
  colorType: "base" | "onBase" | "container" | "onContainer";
3801
3987
  toned?: boolean;
3802
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3988
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3803
3989
  };
3804
3990
  stop?: number;
3805
3991
  })[];
3806
3992
  acrylic?: boolean;
3807
3993
  opacity?: number;
3994
+ } | {
3995
+ colorType: "base" | "onBase" | "container" | "onContainer";
3996
+ toned?: boolean;
3997
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3808
3998
  };
3809
3999
  typography?: {
3810
4000
  decoration?: string;
@@ -3824,7 +4014,7 @@ declare const _default: {
3824
4014
  lineHeight: number;
3825
4015
  };
3826
4016
  } | {
3827
- type: "title" | "text" | "navigation";
4017
+ type: "text" | "title" | "navigation";
3828
4018
  size: "xs" | "s" | "m" | "l" | "xl";
3829
4019
  };
3830
4020
  };
@@ -3833,12 +4023,12 @@ declare const _default: {
3833
4023
  colors: (string | {
3834
4024
  colorType: "base" | "onBase" | "container" | "onContainer";
3835
4025
  toned?: boolean;
3836
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4026
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3837
4027
  } | {
3838
4028
  color: string | {
3839
4029
  colorType: "base" | "onBase" | "container" | "onContainer";
3840
4030
  toned?: boolean;
3841
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4031
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3842
4032
  };
3843
4033
  stop?: number;
3844
4034
  })[];
@@ -3854,12 +4044,12 @@ declare const _default: {
3854
4044
  colors: (string | {
3855
4045
  colorType: "base" | "onBase" | "container" | "onContainer";
3856
4046
  toned?: boolean;
3857
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4047
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3858
4048
  } | {
3859
4049
  color: string | {
3860
4050
  colorType: "base" | "onBase" | "container" | "onContainer";
3861
4051
  toned?: boolean;
3862
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4052
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3863
4053
  };
3864
4054
  stop?: number;
3865
4055
  })[];
@@ -3883,7 +4073,7 @@ declare const _default: {
3883
4073
  colors: (string | {
3884
4074
  colorType: "base" | "onBase" | "container" | "onContainer";
3885
4075
  toned?: boolean;
3886
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4076
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3887
4077
  } | {
3888
4078
  color: string | any;
3889
4079
  stop?: number;
@@ -3902,12 +4092,12 @@ declare const _default: {
3902
4092
  colors: (string | {
3903
4093
  colorType: "base" | "onBase" | "container" | "onContainer";
3904
4094
  toned?: boolean;
3905
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4095
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3906
4096
  } | {
3907
4097
  color: string | {
3908
4098
  colorType: "base" | "onBase" | "container" | "onContainer";
3909
4099
  toned?: boolean;
3910
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4100
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3911
4101
  };
3912
4102
  stop?: number;
3913
4103
  })[];
@@ -3931,12 +4121,12 @@ declare const _default: {
3931
4121
  colors: (string | {
3932
4122
  colorType: "base" | "onBase" | "container" | "onContainer";
3933
4123
  toned?: boolean;
3934
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4124
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3935
4125
  } | {
3936
4126
  color: string | {
3937
4127
  colorType: "base" | "onBase" | "container" | "onContainer";
3938
4128
  toned?: boolean;
3939
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4129
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3940
4130
  };
3941
4131
  stop?: number;
3942
4132
  })[];
@@ -3964,28 +4154,32 @@ declare const _default: {
3964
4154
  grow?: boolean;
3965
4155
  minHeight?: number;
3966
4156
  minWidth?: number;
3967
- alignment?: "center" | "start" | "end";
4157
+ alignment?: "start" | "center" | "end";
3968
4158
  sliderColor?: string | {
3969
4159
  colorType: "base" | "onBase" | "container" | "onContainer";
3970
4160
  toned?: boolean;
3971
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4161
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3972
4162
  };
3973
4163
  text?: {
3974
- color?: {
4164
+ color?: string | {
3975
4165
  colors: (string | {
3976
4166
  colorType: "base" | "onBase" | "container" | "onContainer";
3977
4167
  toned?: boolean;
3978
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4168
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3979
4169
  } | {
3980
4170
  color: string | {
3981
4171
  colorType: "base" | "onBase" | "container" | "onContainer";
3982
4172
  toned?: boolean;
3983
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4173
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3984
4174
  };
3985
4175
  stop?: number;
3986
4176
  })[];
3987
4177
  acrylic?: boolean;
3988
4178
  opacity?: number;
4179
+ } | {
4180
+ colorType: "base" | "onBase" | "container" | "onContainer";
4181
+ toned?: boolean;
4182
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
3989
4183
  };
3990
4184
  typography?: {
3991
4185
  decoration?: string;
@@ -4005,7 +4199,7 @@ declare const _default: {
4005
4199
  lineHeight: number;
4006
4200
  };
4007
4201
  } | {
4008
- type: "title" | "text" | "navigation";
4202
+ type: "text" | "title" | "navigation";
4009
4203
  size: "xs" | "s" | "m" | "l" | "xl";
4010
4204
  };
4011
4205
  };
@@ -4014,12 +4208,12 @@ declare const _default: {
4014
4208
  colors: (string | {
4015
4209
  colorType: "base" | "onBase" | "container" | "onContainer";
4016
4210
  toned?: boolean;
4017
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4211
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4018
4212
  } | {
4019
4213
  color: string | {
4020
4214
  colorType: "base" | "onBase" | "container" | "onContainer";
4021
4215
  toned?: boolean;
4022
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4216
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4023
4217
  };
4024
4218
  stop?: number;
4025
4219
  })[];
@@ -4040,12 +4234,12 @@ declare const _default: {
4040
4234
  colors: (string | {
4041
4235
  colorType: "base" | "onBase" | "container" | "onContainer";
4042
4236
  toned?: boolean;
4043
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4237
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4044
4238
  } | {
4045
4239
  color: string | {
4046
4240
  colorType: "base" | "onBase" | "container" | "onContainer";
4047
4241
  toned?: boolean;
4048
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4242
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4049
4243
  };
4050
4244
  stop?: number;
4051
4245
  })[];
@@ -4069,7 +4263,7 @@ declare const _default: {
4069
4263
  colors: (string | {
4070
4264
  colorType: "base" | "onBase" | "container" | "onContainer";
4071
4265
  toned?: boolean;
4072
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4266
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4073
4267
  } | {
4074
4268
  color: string | any;
4075
4269
  stop?: number;
@@ -4081,21 +4275,25 @@ declare const _default: {
4081
4275
  elevation?: number;
4082
4276
  };
4083
4277
  text?: {
4084
- color?: {
4278
+ color?: string | {
4085
4279
  colors: (string | {
4086
4280
  colorType: "base" | "onBase" | "container" | "onContainer";
4087
4281
  toned?: boolean;
4088
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4282
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4089
4283
  } | {
4090
4284
  color: string | {
4091
4285
  colorType: "base" | "onBase" | "container" | "onContainer";
4092
4286
  toned?: boolean;
4093
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4287
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4094
4288
  };
4095
4289
  stop?: number;
4096
4290
  })[];
4097
4291
  acrylic?: boolean;
4098
4292
  opacity?: number;
4293
+ } | {
4294
+ colorType: "base" | "onBase" | "container" | "onContainer";
4295
+ toned?: boolean;
4296
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4099
4297
  };
4100
4298
  typography?: {
4101
4299
  decoration?: string;
@@ -4115,7 +4313,7 @@ declare const _default: {
4115
4313
  lineHeight: number;
4116
4314
  };
4117
4315
  } | {
4118
- type: "title" | "text" | "navigation";
4316
+ type: "text" | "title" | "navigation";
4119
4317
  size: "xs" | "s" | "m" | "l" | "xl";
4120
4318
  };
4121
4319
  };
@@ -4124,12 +4322,12 @@ declare const _default: {
4124
4322
  colors: (string | {
4125
4323
  colorType: "base" | "onBase" | "container" | "onContainer";
4126
4324
  toned?: boolean;
4127
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4325
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4128
4326
  } | {
4129
4327
  color: string | {
4130
4328
  colorType: "base" | "onBase" | "container" | "onContainer";
4131
4329
  toned?: boolean;
4132
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4330
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4133
4331
  };
4134
4332
  stop?: number;
4135
4333
  })[];
@@ -4145,12 +4343,12 @@ declare const _default: {
4145
4343
  colors: (string | {
4146
4344
  colorType: "base" | "onBase" | "container" | "onContainer";
4147
4345
  toned?: boolean;
4148
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4346
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4149
4347
  } | {
4150
4348
  color: string | {
4151
4349
  colorType: "base" | "onBase" | "container" | "onContainer";
4152
4350
  toned?: boolean;
4153
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4351
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4154
4352
  };
4155
4353
  stop?: number;
4156
4354
  })[];
@@ -4174,7 +4372,7 @@ declare const _default: {
4174
4372
  colors: (string | {
4175
4373
  colorType: "base" | "onBase" | "container" | "onContainer";
4176
4374
  toned?: boolean;
4177
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4375
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4178
4376
  } | {
4179
4377
  color: string | any;
4180
4378
  stop?: number;
@@ -4192,7 +4390,7 @@ declare const _default: {
4192
4390
  blocks?: {
4193
4391
  primary: {
4194
4392
  name?: string;
4195
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4393
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4196
4394
  header: {
4197
4395
  definitionId: {
4198
4396
  toString: () => string;
@@ -4322,8 +4520,13 @@ declare const _default: {
4322
4520
  left?: string | number;
4323
4521
  };
4324
4522
  }[];
4325
- propEditors?: {
4523
+ editors?: {
4326
4524
  name?: string;
4525
+ icon?: {
4526
+ faClass: string;
4527
+ iconType: import("@omnia/fx-models").IconTypes;
4528
+ role?: string;
4529
+ };
4327
4530
  category?: string;
4328
4531
  type: string;
4329
4532
  settings?: any;
@@ -4345,12 +4548,12 @@ declare const _default: {
4345
4548
  colors: (string | {
4346
4549
  colorType: "base" | "onBase" | "container" | "onContainer";
4347
4550
  toned?: boolean;
4348
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4551
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4349
4552
  } | {
4350
4553
  color: string | {
4351
4554
  colorType: "base" | "onBase" | "container" | "onContainer";
4352
4555
  toned?: boolean;
4353
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4556
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4354
4557
  };
4355
4558
  stop?: number;
4356
4559
  })[];
@@ -4374,7 +4577,7 @@ declare const _default: {
4374
4577
  colors: (string | {
4375
4578
  colorType: "base" | "onBase" | "container" | "onContainer";
4376
4579
  toned?: boolean;
4377
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4580
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4378
4581
  } | {
4379
4582
  color: string | any;
4380
4583
  stop?: number;
@@ -4395,7 +4598,7 @@ declare const _default: {
4395
4598
  };
4396
4599
  variant1?: {
4397
4600
  name?: string;
4398
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4601
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4399
4602
  header: {
4400
4603
  definitionId: {
4401
4604
  toString: () => string;
@@ -4525,8 +4728,13 @@ declare const _default: {
4525
4728
  left?: string | number;
4526
4729
  };
4527
4730
  }[];
4528
- propEditors?: {
4731
+ editors?: {
4529
4732
  name?: string;
4733
+ icon?: {
4734
+ faClass: string;
4735
+ iconType: import("@omnia/fx-models").IconTypes;
4736
+ role?: string;
4737
+ };
4530
4738
  category?: string;
4531
4739
  type: string;
4532
4740
  settings?: any;
@@ -4548,12 +4756,12 @@ declare const _default: {
4548
4756
  colors: (string | {
4549
4757
  colorType: "base" | "onBase" | "container" | "onContainer";
4550
4758
  toned?: boolean;
4551
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4759
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4552
4760
  } | {
4553
4761
  color: string | {
4554
4762
  colorType: "base" | "onBase" | "container" | "onContainer";
4555
4763
  toned?: boolean;
4556
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4764
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4557
4765
  };
4558
4766
  stop?: number;
4559
4767
  })[];
@@ -4577,7 +4785,7 @@ declare const _default: {
4577
4785
  colors: (string | {
4578
4786
  colorType: "base" | "onBase" | "container" | "onContainer";
4579
4787
  toned?: boolean;
4580
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4788
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4581
4789
  } | {
4582
4790
  color: string | any;
4583
4791
  stop?: number;
@@ -4598,7 +4806,7 @@ declare const _default: {
4598
4806
  };
4599
4807
  variant2?: {
4600
4808
  name?: string;
4601
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4809
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4602
4810
  header: {
4603
4811
  definitionId: {
4604
4812
  toString: () => string;
@@ -4728,8 +4936,13 @@ declare const _default: {
4728
4936
  left?: string | number;
4729
4937
  };
4730
4938
  }[];
4731
- propEditors?: {
4939
+ editors?: {
4732
4940
  name?: string;
4941
+ icon?: {
4942
+ faClass: string;
4943
+ iconType: import("@omnia/fx-models").IconTypes;
4944
+ role?: string;
4945
+ };
4733
4946
  category?: string;
4734
4947
  type: string;
4735
4948
  settings?: any;
@@ -4751,12 +4964,12 @@ declare const _default: {
4751
4964
  colors: (string | {
4752
4965
  colorType: "base" | "onBase" | "container" | "onContainer";
4753
4966
  toned?: boolean;
4754
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4967
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4755
4968
  } | {
4756
4969
  color: string | {
4757
4970
  colorType: "base" | "onBase" | "container" | "onContainer";
4758
4971
  toned?: boolean;
4759
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4972
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4760
4973
  };
4761
4974
  stop?: number;
4762
4975
  })[];
@@ -4780,7 +4993,7 @@ declare const _default: {
4780
4993
  colors: (string | {
4781
4994
  colorType: "base" | "onBase" | "container" | "onContainer";
4782
4995
  toned?: boolean;
4783
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4996
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4784
4997
  } | {
4785
4998
  color: string | any;
4786
4999
  stop?: number;
@@ -4801,7 +5014,7 @@ declare const _default: {
4801
5014
  };
4802
5015
  variant3?: {
4803
5016
  name?: string;
4804
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5017
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4805
5018
  header: {
4806
5019
  definitionId: {
4807
5020
  toString: () => string;
@@ -4931,8 +5144,13 @@ declare const _default: {
4931
5144
  left?: string | number;
4932
5145
  };
4933
5146
  }[];
4934
- propEditors?: {
5147
+ editors?: {
4935
5148
  name?: string;
5149
+ icon?: {
5150
+ faClass: string;
5151
+ iconType: import("@omnia/fx-models").IconTypes;
5152
+ role?: string;
5153
+ };
4936
5154
  category?: string;
4937
5155
  type: string;
4938
5156
  settings?: any;
@@ -4954,12 +5172,12 @@ declare const _default: {
4954
5172
  colors: (string | {
4955
5173
  colorType: "base" | "onBase" | "container" | "onContainer";
4956
5174
  toned?: boolean;
4957
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5175
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4958
5176
  } | {
4959
5177
  color: string | {
4960
5178
  colorType: "base" | "onBase" | "container" | "onContainer";
4961
5179
  toned?: boolean;
4962
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5180
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4963
5181
  };
4964
5182
  stop?: number;
4965
5183
  })[];
@@ -4983,7 +5201,7 @@ declare const _default: {
4983
5201
  colors: (string | {
4984
5202
  colorType: "base" | "onBase" | "container" | "onContainer";
4985
5203
  toned?: boolean;
4986
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5204
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
4987
5205
  } | {
4988
5206
  color: string | any;
4989
5207
  stop?: number;
@@ -5016,12 +5234,12 @@ declare const _default: {
5016
5234
  colors: (string | {
5017
5235
  colorType: "base" | "onBase" | "container" | "onContainer";
5018
5236
  toned?: boolean;
5019
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5237
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5020
5238
  } | {
5021
5239
  color: string | {
5022
5240
  colorType: "base" | "onBase" | "container" | "onContainer";
5023
5241
  toned?: boolean;
5024
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5242
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5025
5243
  };
5026
5244
  stop?: number;
5027
5245
  })[];
@@ -5035,12 +5253,12 @@ declare const _default: {
5035
5253
  colors: (string | {
5036
5254
  colorType: "base" | "onBase" | "container" | "onContainer";
5037
5255
  toned?: boolean;
5038
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5256
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5039
5257
  } | {
5040
5258
  color: string | {
5041
5259
  colorType: "base" | "onBase" | "container" | "onContainer";
5042
5260
  toned?: boolean;
5043
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5261
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5044
5262
  };
5045
5263
  stop?: number;
5046
5264
  })[];
@@ -5054,12 +5272,12 @@ declare const _default: {
5054
5272
  colors: (string | {
5055
5273
  colorType: "base" | "onBase" | "container" | "onContainer";
5056
5274
  toned?: boolean;
5057
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5275
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5058
5276
  } | {
5059
5277
  color: string | {
5060
5278
  colorType: "base" | "onBase" | "container" | "onContainer";
5061
5279
  toned?: boolean;
5062
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5280
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5063
5281
  };
5064
5282
  stop?: number;
5065
5283
  })[];
@@ -5073,12 +5291,12 @@ declare const _default: {
5073
5291
  colors: (string | {
5074
5292
  colorType: "base" | "onBase" | "container" | "onContainer";
5075
5293
  toned?: boolean;
5076
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5294
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5077
5295
  } | {
5078
5296
  color: string | {
5079
5297
  colorType: "base" | "onBase" | "container" | "onContainer";
5080
5298
  toned?: boolean;
5081
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5299
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5082
5300
  };
5083
5301
  stop?: number;
5084
5302
  })[];
@@ -5092,12 +5310,12 @@ declare const _default: {
5092
5310
  colors: (string | {
5093
5311
  colorType: "base" | "onBase" | "container" | "onContainer";
5094
5312
  toned?: boolean;
5095
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5313
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5096
5314
  } | {
5097
5315
  color: string | {
5098
5316
  colorType: "base" | "onBase" | "container" | "onContainer";
5099
5317
  toned?: boolean;
5100
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5318
+ colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
5101
5319
  };
5102
5320
  stop?: number;
5103
5321
  })[];
@@ -5197,15 +5415,16 @@ declare const _default: {
5197
5415
  };
5198
5416
  deactivated(): void;
5199
5417
  };
5200
- colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => import("@omnia/fx-models").ColorSchema;
5418
+ colorSchema: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic") => import("@omnia/fx-models").ColorSchema;
5201
5419
  typography: () => import("@omnia/fx-models").TypographyBlueprints;
5420
+ fillValue: (value: import("@omnia/fx-models").FillDefinitionValue, type: "typography") => any;
5202
5421
  spacing: () => import("@omnia/fx-models").SpacingBlueprints;
5203
5422
  component: () => import("@omnia/fx-models").ComponentBlueprints;
5204
- 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;
5205
- 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) => ColorDefinition;
5423
+ 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;
5424
+ 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) => ColorDefinition;
5206
5425
  complementaryColorType: (colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
5207
- 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;
5208
- 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) => ColorDefinition;
5426
+ 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;
5427
+ 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) => ColorDefinition;
5209
5428
  currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
5210
5429
  };
5211
5430
  };