@omnia/fx 8.0.151-dev → 8.0.153-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 (181) hide show
  1. package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +1 -1
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/ux/UxModels.d.ts +0 -1
  4. package/internal-do-not-import-from-here/ux/alignmentpicker/docs/AlignmentPickerExample.d.ts +54 -15
  5. package/internal-do-not-import-from-here/ux/appprovisioning/summary/InformationStepSummary.d.ts +56 -18
  6. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/FillBladeEdit.d.ts +16 -0
  7. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/FillsBlade.d.ts +16 -0
  8. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +51 -0
  9. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/FillsEditorStore.d.ts +50 -0
  10. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/blades/EditTypographyFillBlade.d.ts +16 -0
  11. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +41 -1
  12. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/docs/SampleComponent.d.ts +54 -15
  13. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/docs/BorderPickerExample.d.ts +54 -15
  14. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/docs/SampleComponent.d.ts +54 -15
  16. package/internal-do-not-import-from-here/ux/aurora/components/chrome/docs/SampleComponent.d.ts +54 -15
  17. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/docs/SampleComponent.d.ts +54 -15
  18. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/docs/SampleComponent.d.ts +54 -15
  19. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +10 -3
  20. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +16 -16
  21. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/docs/FillPickerExample.d.ts +54 -15
  22. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/docs/SampleComponent.d.ts +54 -15
  23. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/docs/SampleComponent.d.ts +54 -15
  24. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/docs/SampleComponent.d.ts +54 -15
  25. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStyleEditor.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/aurora/components/tabs/docs/SampleComponent.d.ts +54 -15
  27. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.css.d.ts +3 -0
  28. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +6 -3
  29. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/docs/SampleComponent.d.ts +54 -15
  30. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +21 -0
  32. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +4 -2
  33. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.d.ts +6 -4
  34. package/internal-do-not-import-from-here/ux/aurora/components/typography/docs/SampleComponent.d.ts +54 -15
  35. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/FillStyleDefinitions.d.ts +5 -0
  36. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/TypographyBlueprints.d.ts +31 -1
  37. package/internal-do-not-import-from-here/ux/aurora/store/ChromeBlueprintStore.d.ts +248 -30
  38. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +248 -30
  39. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +248 -30
  40. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +12 -0
  41. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStoreV2.d.ts +2 -1
  42. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +248 -30
  43. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +2 -2
  44. package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/DateTimeZonePickerExample.d.ts +54 -15
  45. package/internal-do-not-import-from-here/ux/dynamicplaceholder/DynamicPlaceholder.d.ts +56 -0
  46. package/internal-do-not-import-from-here/ux/dynamicplaceholder/DynamicPlaceholderSettings.d.ts +55 -0
  47. package/internal-do-not-import-from-here/ux/dynamicplaceholder/loc/localize.d.ts +7 -0
  48. package/internal-do-not-import-from-here/ux/dynamicplaceholder/models/DynamicPlaceholderSettings.d.ts +8 -0
  49. package/internal-do-not-import-from-here/ux/filterpicker/docs/SampleComponent.d.ts +54 -15
  50. package/internal-do-not-import-from-here/ux/journey/docs/SampleButtons.d.ts +54 -15
  51. package/internal-do-not-import-from-here/ux/journey/docs/SampleComponent.d.ts +54 -15
  52. package/internal-do-not-import-from-here/ux/journey/docs/SampleComponentMenu.d.ts +54 -15
  53. package/internal-do-not-import-from-here/ux/journey/docs/SampleVariants.d.ts +54 -15
  54. package/internal-do-not-import-from-here/ux/jsonexportimport/docs/SampleComponent.d.ts +54 -15
  55. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +11 -10
  56. package/internal-do-not-import-from-here/ux/layoutcanvas/factories/EditorLayoutItemFactory.d.ts +1 -3
  57. package/internal-do-not-import-from-here/ux/layoutcanvas/factories/LayoutItemFactory.d.ts +1 -3
  58. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +11 -10
  59. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/BlockCatalogStore.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +1 -0
  61. package/internal-do-not-import-from-here/ux/oxide/alert/docs/SampleComponent.d.ts +54 -15
  62. package/internal-do-not-import-from-here/ux/oxide/appbar/docs/AppbarExample.d.ts +54 -15
  63. package/internal-do-not-import-from-here/ux/oxide/avatar/docs/AvatarExample.d.ts +54 -15
  64. package/internal-do-not-import-from-here/ux/oxide/badge/docs/BadgeExample.d.ts +54 -15
  65. package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonIntro.d.ts +54 -15
  66. package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ButtonIntro.d.ts +54 -15
  67. package/internal-do-not-import-from-here/ux/oxide/card/docs/CardSample.d.ts +54 -15
  68. package/internal-do-not-import-from-here/ux/oxide/chart/docs/SampleComponent.d.ts +54 -15
  69. package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/SampleComponent.d.ts +54 -15
  70. package/internal-do-not-import-from-here/ux/oxide/chip/docs/ChipExample.d.ts +54 -15
  71. package/internal-do-not-import-from-here/ux/oxide/colorpicker/docs/SampleComponent.d.ts +54 -15
  72. package/internal-do-not-import-from-here/ux/oxide/column/docs/SampleComponent.d.ts +54 -15
  73. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +249 -30
  74. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +498 -60
  75. package/internal-do-not-import-from-here/ux/oxide/datatable/docs/SampleComponent.d.ts +54 -15
  76. package/internal-do-not-import-from-here/ux/oxide/datepicker/docs/SampleComponent.d.ts +54 -15
  77. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithAppNavigation.d.ts +54 -15
  78. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithFixedContent.d.ts +54 -15
  79. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithLeftBar.d.ts +54 -15
  80. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithNavigation.d.ts +54 -15
  81. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithTabs.d.ts +54 -15
  82. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithoutNavigation.d.ts +8 -4
  83. package/internal-do-not-import-from-here/ux/oxide/divider/docs/SampleComponent.d.ts +54 -15
  84. package/internal-do-not-import-from-here/ux/oxide/draggable/docs/SampleComponent.d.ts +54 -15
  85. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/SampleComponent.d.ts +54 -15
  86. package/internal-do-not-import-from-here/ux/oxide/flex/docs/BasicFlexTypes.d.ts +54 -15
  87. package/internal-do-not-import-from-here/ux/oxide/form/docs/SampleComponent.d.ts +54 -15
  88. package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/SampleComponent.d.ts +54 -15
  89. package/internal-do-not-import-from-here/ux/oxide/icon/docs/SampleComponent.d.ts +54 -15
  90. package/internal-do-not-import-from-here/ux/oxide/image/docs/SampleComponent.d.ts +54 -15
  91. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/SampleComponent.d.ts +54 -15
  92. package/internal-do-not-import-from-here/ux/oxide/layout/docs/SampleComponent.d.ts +54 -15
  93. package/internal-do-not-import-from-here/ux/oxide/link/docs/SampleComponent.d.ts +54 -15
  94. package/internal-do-not-import-from-here/ux/oxide/list/docs/SampleComponent.d.ts +54 -15
  95. package/internal-do-not-import-from-here/ux/oxide/main/docs/SampleComponent.d.ts +54 -15
  96. package/internal-do-not-import-from-here/ux/oxide/menu/docs/SampleComponent.d.ts +54 -15
  97. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/SampleComponent.d.ts +54 -15
  98. package/internal-do-not-import-from-here/ux/oxide/notification/docs/SampleComponent.d.ts +54 -15
  99. package/internal-do-not-import-from-here/ux/oxide/pagination/docs/SampleComponent.d.ts +54 -15
  100. package/internal-do-not-import-from-here/ux/oxide/panel/docs/BasicPanelTypes.d.ts +54 -15
  101. package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +54 -15
  102. package/internal-do-not-import-from-here/ux/oxide/panel/docs/SettingsPanel.d.ts +54 -15
  103. package/internal-do-not-import-from-here/ux/oxide/panel/docs/ShowHide.d.ts +54 -15
  104. package/internal-do-not-import-from-here/ux/oxide/progress/docs/SampleComponent.d.ts +54 -15
  105. package/internal-do-not-import-from-here/ux/oxide/radio/docs/SampleComponent.d.ts +54 -15
  106. package/internal-do-not-import-from-here/ux/oxide/rangeslider/docs/SampleComponent.d.ts +54 -15
  107. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/docs/SampleComponent.d.ts +54 -15
  108. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +498 -60
  109. package/internal-do-not-import-from-here/ux/oxide/select/docs/SampleComponent.d.ts +54 -15
  110. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/SampleComponent.d.ts +54 -15
  111. package/internal-do-not-import-from-here/ux/oxide/slidepanel/docs/SampleComponent.d.ts +54 -15
  112. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent.d.ts +54 -15
  113. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent2.d.ts +54 -15
  114. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent3.d.ts +54 -15
  115. package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/SampleComponent.d.ts +54 -15
  116. package/internal-do-not-import-from-here/ux/oxide/spacer/docs/SampleComponent.d.ts +54 -15
  117. package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent.d.ts +54 -15
  118. package/internal-do-not-import-from-here/ux/oxide/switch/docs/SampleComponent.d.ts +54 -15
  119. package/internal-do-not-import-from-here/ux/oxide/tab/docs/SampleComponent.d.ts +54 -15
  120. package/internal-do-not-import-from-here/ux/oxide/table/docs/SampleComponent.d.ts +54 -15
  121. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +1 -27
  122. package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleComponent.d.ts +54 -15
  123. package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleGradients.d.ts +54 -15
  124. package/internal-do-not-import-from-here/ux/oxide/textfield/docs/SampleComponent.d.ts +54 -15
  125. package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarIntro.d.ts +54 -15
  126. package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/SampleComponent.d.ts +54 -15
  127. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/SampleComponent.d.ts +54 -15
  128. package/internal-do-not-import-from-here/ux/oxide/validation/docs/AdvanceExample.d.ts +54 -15
  129. package/internal-do-not-import-from-here/ux/oxide/validation/docs/SimpleExample.d.ts +54 -15
  130. package/internal-do-not-import-from-here/ux/pickerwrapper/docs/SampleComponent.d.ts +54 -15
  131. package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +91 -91
  132. package/internal-do-not-import-from-here/ux/social/docs/SampleComponent.d.ts +54 -15
  133. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +249 -30
  134. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +1 -1
  135. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +26 -0
  136. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +11 -11
  137. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +15 -3
  138. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +18 -42
  139. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -0
  140. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronPropertyEditors.d.ts +2 -2
  141. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronColorSchemaEditor.d.ts +2 -2
  142. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronContentEditor.d.ts +2 -2
  143. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder.d.ts +2 -2
  144. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder2.d.ts +2 -2
  145. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilderBase.d.ts +3 -3
  146. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronImageEditor.d.ts +2 -2
  147. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronPropertyMappingEditorBuilder.d.ts +2 -2
  148. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditEditorsPane.d.ts +55 -0
  149. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-editors/EditEditorsPanel.d.ts +16 -0
  150. package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentDescriptors.d.ts +17 -0
  151. package/internal-do-not-import-from-here/ux/velcron/editor/models/Enums.d.ts +6 -2
  152. package/internal-do-not-import-from-here/ux/velcron/editor/models/EventDescriptors.d.ts +6 -0
  153. package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +10 -7
  154. package/internal-do-not-import-from-here/ux/velcron/editor/models/StateDescriptors.d.ts +8 -0
  155. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +26 -2
  156. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +21 -0
  157. package/internal-do-not-import-from-here/ux/velcron/editor/models/index.d.ts +5 -1
  158. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronComponentStore.d.ts +21 -0
  159. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +78 -23
  160. package/internal-do-not-import-from-here/ux/velcron/editor/templates/ContentTemplates.d.ts +8 -0
  161. package/internal-do-not-import-from-here/ux/velcron/renderer/components/SlidePanel.d.ts +32 -0
  162. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/PropertyEditorCreator.d.ts +10 -10
  163. package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +21 -1
  164. package/internal-do-not-import-from-here/ux/versionedlayout/blade/Shared.d.ts +1 -1
  165. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +7 -3
  166. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutStyle.css.d.ts +3 -0
  167. package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +26 -0
  168. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
  169. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItemFactory.d.ts +1 -0
  170. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +70 -58
  171. package/internal-do-not-import-from-here/wctypings.d.ts +131 -86
  172. package/package.json +3 -3
  173. package/internal-do-not-import-from-here/ux/aurora/store/tmpUseIndexDb.d.ts +0 -69
  174. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/PlaceHolderListingSettingsPanel.d.ts +0 -43
  175. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/placeholders/PlaceHolderRegistrationApis.d.ts +0 -1
  176. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.css.d.ts +0 -3
  177. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.d.ts +0 -31
  178. package/internal-do-not-import-from-here/ux/velcron/editor/models/BuiltInDescriptors.d.ts +0 -38
  179. /package/internal-do-not-import-from-here/ux/app/{AppLayoutPlaceHolderRegistration.d.ts → AppDynamicPlaceHolderRegistration.d.ts} +0 -0
  180. /package/internal-do-not-import-from-here/ux/{layoutcanvas/apis/PlaceHolderApis.d.ts → dynamicplaceholder/DynamicPlaceholderApis.d.ts} +0 -0
  181. /package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/{store → stores}/ContentEditorStore.d.ts +0 -0
@@ -90,6 +90,7 @@ export declare const useTypographyBlueprintStore: () => {
90
90
  };
91
91
  colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
92
92
  typography(): import("@omnia/fx-models").TypographyBlueprints;
93
+ fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
93
94
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
94
95
  component(): import("@omnia/fx-models").ComponentBlueprints;
95
96
  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;
@@ -180,6 +181,7 @@ export declare const useTypographyBlueprintStore: () => {
180
181
  };
181
182
  colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
182
183
  typography(): import("@omnia/fx-models").TypographyBlueprints;
184
+ fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
183
185
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
184
186
  component(): import("@omnia/fx-models").ComponentBlueprints;
185
187
  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;
@@ -270,6 +272,7 @@ export declare const useTypographyBlueprintStore: () => {
270
272
  };
271
273
  colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
272
274
  typography(): import("@omnia/fx-models").TypographyBlueprints;
275
+ fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
273
276
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
274
277
  component(): import("@omnia/fx-models").ComponentBlueprints;
275
278
  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;
@@ -624,6 +627,56 @@ export declare const useTypographyBlueprintStore: () => {
624
627
  family: string;
625
628
  cdn?: string;
626
629
  };
630
+ fills?: {
631
+ variant1?: {
632
+ colors: (string | {
633
+ colorType: "base" | "onBase" | "container" | "onContainer";
634
+ toned?: boolean;
635
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
636
+ } | {
637
+ color: string | {
638
+ colorType: "base" | "onBase" | "container" | "onContainer";
639
+ toned?: boolean;
640
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
641
+ };
642
+ stop?: number;
643
+ })[];
644
+ acrylic?: boolean;
645
+ opacity?: number;
646
+ };
647
+ variant2?: {
648
+ colors: (string | {
649
+ colorType: "base" | "onBase" | "container" | "onContainer";
650
+ toned?: boolean;
651
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
652
+ } | {
653
+ color: string | {
654
+ colorType: "base" | "onBase" | "container" | "onContainer";
655
+ toned?: boolean;
656
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
657
+ };
658
+ stop?: number;
659
+ })[];
660
+ acrylic?: boolean;
661
+ opacity?: number;
662
+ };
663
+ variant3?: {
664
+ colors: (string | {
665
+ colorType: "base" | "onBase" | "container" | "onContainer";
666
+ toned?: boolean;
667
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
668
+ } | {
669
+ color: string | {
670
+ colorType: "base" | "onBase" | "container" | "onContainer";
671
+ toned?: boolean;
672
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
673
+ };
674
+ stop?: number;
675
+ })[];
676
+ acrylic?: boolean;
677
+ opacity?: number;
678
+ };
679
+ };
627
680
  title: {
628
681
  xl: {
629
682
  decoration?: string;
@@ -715,6 +768,16 @@ export declare const useTypographyBlueprintStore: () => {
715
768
  lineHeight: number;
716
769
  };
717
770
  };
771
+ font?: {
772
+ id: {
773
+ toString: () => string;
774
+ equals?: {
775
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
776
+ };
777
+ };
778
+ family: string;
779
+ cdn?: string;
780
+ };
718
781
  };
719
782
  text: {
720
783
  l: {
@@ -789,6 +852,16 @@ export declare const useTypographyBlueprintStore: () => {
789
852
  lineHeight: number;
790
853
  };
791
854
  };
855
+ font?: {
856
+ id: {
857
+ toString: () => string;
858
+ equals?: {
859
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
860
+ };
861
+ };
862
+ family: string;
863
+ cdn?: string;
864
+ };
792
865
  };
793
866
  navigation: {
794
867
  l: {
@@ -827,6 +900,16 @@ export declare const useTypographyBlueprintStore: () => {
827
900
  lineHeight: number;
828
901
  };
829
902
  };
903
+ font?: {
904
+ id: {
905
+ toString: () => string;
906
+ equals?: {
907
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
908
+ };
909
+ };
910
+ family: string;
911
+ cdn?: string;
912
+ };
830
913
  };
831
914
  link: {
832
915
  m: {
@@ -847,6 +930,16 @@ export declare const useTypographyBlueprintStore: () => {
847
930
  lineHeight: number;
848
931
  };
849
932
  };
933
+ font?: {
934
+ id: {
935
+ toString: () => string;
936
+ equals?: {
937
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
938
+ };
939
+ };
940
+ family: string;
941
+ cdn?: string;
942
+ };
850
943
  };
851
944
  };
852
945
  name?: string;
@@ -941,7 +1034,7 @@ export declare const useTypographyBlueprintStore: () => {
941
1034
  };
942
1035
  alterCase?: boolean;
943
1036
  text?: {
944
- color?: {
1037
+ color?: string | {
945
1038
  colors: (string | {
946
1039
  colorType: "base" | "onBase" | "container" | "onContainer";
947
1040
  toned?: boolean;
@@ -956,6 +1049,10 @@ export declare const useTypographyBlueprintStore: () => {
956
1049
  })[];
957
1050
  acrylic?: boolean;
958
1051
  opacity?: number;
1052
+ } | {
1053
+ colorType: "base" | "onBase" | "container" | "onContainer";
1054
+ toned?: boolean;
1055
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
959
1056
  };
960
1057
  typography?: {
961
1058
  decoration?: string;
@@ -1053,7 +1150,7 @@ export declare const useTypographyBlueprintStore: () => {
1053
1150
  };
1054
1151
  alterCase?: boolean;
1055
1152
  text?: {
1056
- color?: {
1153
+ color?: string | {
1057
1154
  colors: (string | {
1058
1155
  colorType: "base" | "onBase" | "container" | "onContainer";
1059
1156
  toned?: boolean;
@@ -1068,6 +1165,10 @@ export declare const useTypographyBlueprintStore: () => {
1068
1165
  })[];
1069
1166
  acrylic?: boolean;
1070
1167
  opacity?: number;
1168
+ } | {
1169
+ colorType: "base" | "onBase" | "container" | "onContainer";
1170
+ toned?: boolean;
1171
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1071
1172
  };
1072
1173
  typography?: {
1073
1174
  decoration?: string;
@@ -1165,7 +1266,7 @@ export declare const useTypographyBlueprintStore: () => {
1165
1266
  };
1166
1267
  alterCase?: boolean;
1167
1268
  text?: {
1168
- color?: {
1269
+ color?: string | {
1169
1270
  colors: (string | {
1170
1271
  colorType: "base" | "onBase" | "container" | "onContainer";
1171
1272
  toned?: boolean;
@@ -1180,6 +1281,10 @@ export declare const useTypographyBlueprintStore: () => {
1180
1281
  })[];
1181
1282
  acrylic?: boolean;
1182
1283
  opacity?: number;
1284
+ } | {
1285
+ colorType: "base" | "onBase" | "container" | "onContainer";
1286
+ toned?: boolean;
1287
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1183
1288
  };
1184
1289
  typography?: {
1185
1290
  decoration?: string;
@@ -1277,7 +1382,7 @@ export declare const useTypographyBlueprintStore: () => {
1277
1382
  };
1278
1383
  alterCase?: boolean;
1279
1384
  text?: {
1280
- color?: {
1385
+ color?: string | {
1281
1386
  colors: (string | {
1282
1387
  colorType: "base" | "onBase" | "container" | "onContainer";
1283
1388
  toned?: boolean;
@@ -1292,6 +1397,10 @@ export declare const useTypographyBlueprintStore: () => {
1292
1397
  })[];
1293
1398
  acrylic?: boolean;
1294
1399
  opacity?: number;
1400
+ } | {
1401
+ colorType: "base" | "onBase" | "container" | "onContainer";
1402
+ toned?: boolean;
1403
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1295
1404
  };
1296
1405
  typography?: {
1297
1406
  decoration?: string;
@@ -1389,7 +1498,7 @@ export declare const useTypographyBlueprintStore: () => {
1389
1498
  };
1390
1499
  alterCase?: boolean;
1391
1500
  text?: {
1392
- color?: {
1501
+ color?: string | {
1393
1502
  colors: (string | {
1394
1503
  colorType: "base" | "onBase" | "container" | "onContainer";
1395
1504
  toned?: boolean;
@@ -1404,6 +1513,10 @@ export declare const useTypographyBlueprintStore: () => {
1404
1513
  })[];
1405
1514
  acrylic?: boolean;
1406
1515
  opacity?: number;
1516
+ } | {
1517
+ colorType: "base" | "onBase" | "container" | "onContainer";
1518
+ toned?: boolean;
1519
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1407
1520
  };
1408
1521
  typography?: {
1409
1522
  decoration?: string;
@@ -1501,7 +1614,7 @@ export declare const useTypographyBlueprintStore: () => {
1501
1614
  };
1502
1615
  alterCase?: boolean;
1503
1616
  text?: {
1504
- color?: {
1617
+ color?: string | {
1505
1618
  colors: (string | {
1506
1619
  colorType: "base" | "onBase" | "container" | "onContainer";
1507
1620
  toned?: boolean;
@@ -1516,6 +1629,10 @@ export declare const useTypographyBlueprintStore: () => {
1516
1629
  })[];
1517
1630
  acrylic?: boolean;
1518
1631
  opacity?: number;
1632
+ } | {
1633
+ colorType: "base" | "onBase" | "container" | "onContainer";
1634
+ toned?: boolean;
1635
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1519
1636
  };
1520
1637
  typography?: {
1521
1638
  decoration?: string;
@@ -1613,7 +1730,7 @@ export declare const useTypographyBlueprintStore: () => {
1613
1730
  };
1614
1731
  alterCase?: boolean;
1615
1732
  text?: {
1616
- color?: {
1733
+ color?: string | {
1617
1734
  colors: (string | {
1618
1735
  colorType: "base" | "onBase" | "container" | "onContainer";
1619
1736
  toned?: boolean;
@@ -1628,6 +1745,10 @@ export declare const useTypographyBlueprintStore: () => {
1628
1745
  })[];
1629
1746
  acrylic?: boolean;
1630
1747
  opacity?: number;
1748
+ } | {
1749
+ colorType: "base" | "onBase" | "container" | "onContainer";
1750
+ toned?: boolean;
1751
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1631
1752
  };
1632
1753
  typography?: {
1633
1754
  decoration?: string;
@@ -1725,7 +1846,7 @@ export declare const useTypographyBlueprintStore: () => {
1725
1846
  };
1726
1847
  alterCase?: boolean;
1727
1848
  text?: {
1728
- color?: {
1849
+ color?: string | {
1729
1850
  colors: (string | {
1730
1851
  colorType: "base" | "onBase" | "container" | "onContainer";
1731
1852
  toned?: boolean;
@@ -1740,6 +1861,10 @@ export declare const useTypographyBlueprintStore: () => {
1740
1861
  })[];
1741
1862
  acrylic?: boolean;
1742
1863
  opacity?: number;
1864
+ } | {
1865
+ colorType: "base" | "onBase" | "container" | "onContainer";
1866
+ toned?: boolean;
1867
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1743
1868
  };
1744
1869
  typography?: {
1745
1870
  decoration?: string;
@@ -1837,7 +1962,7 @@ export declare const useTypographyBlueprintStore: () => {
1837
1962
  };
1838
1963
  alterCase?: boolean;
1839
1964
  text?: {
1840
- color?: {
1965
+ color?: string | {
1841
1966
  colors: (string | {
1842
1967
  colorType: "base" | "onBase" | "container" | "onContainer";
1843
1968
  toned?: boolean;
@@ -1852,6 +1977,10 @@ export declare const useTypographyBlueprintStore: () => {
1852
1977
  })[];
1853
1978
  acrylic?: boolean;
1854
1979
  opacity?: number;
1980
+ } | {
1981
+ colorType: "base" | "onBase" | "container" | "onContainer";
1982
+ toned?: boolean;
1983
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1855
1984
  };
1856
1985
  typography?: {
1857
1986
  decoration?: string;
@@ -1951,7 +2080,7 @@ export declare const useTypographyBlueprintStore: () => {
1951
2080
  };
1952
2081
  alterCase?: boolean;
1953
2082
  text?: {
1954
- color?: {
2083
+ color?: string | {
1955
2084
  colors: (string | {
1956
2085
  colorType: "base" | "onBase" | "container" | "onContainer";
1957
2086
  toned?: boolean;
@@ -1966,6 +2095,10 @@ export declare const useTypographyBlueprintStore: () => {
1966
2095
  })[];
1967
2096
  acrylic?: boolean;
1968
2097
  opacity?: number;
2098
+ } | {
2099
+ colorType: "base" | "onBase" | "container" | "onContainer";
2100
+ toned?: boolean;
2101
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1969
2102
  };
1970
2103
  typography?: {
1971
2104
  decoration?: string;
@@ -2063,7 +2196,7 @@ export declare const useTypographyBlueprintStore: () => {
2063
2196
  };
2064
2197
  alterCase?: boolean;
2065
2198
  text?: {
2066
- color?: {
2199
+ color?: string | {
2067
2200
  colors: (string | {
2068
2201
  colorType: "base" | "onBase" | "container" | "onContainer";
2069
2202
  toned?: boolean;
@@ -2078,6 +2211,10 @@ export declare const useTypographyBlueprintStore: () => {
2078
2211
  })[];
2079
2212
  acrylic?: boolean;
2080
2213
  opacity?: number;
2214
+ } | {
2215
+ colorType: "base" | "onBase" | "container" | "onContainer";
2216
+ toned?: boolean;
2217
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2081
2218
  };
2082
2219
  typography?: {
2083
2220
  decoration?: string;
@@ -2175,7 +2312,7 @@ export declare const useTypographyBlueprintStore: () => {
2175
2312
  };
2176
2313
  alterCase?: boolean;
2177
2314
  text?: {
2178
- color?: {
2315
+ color?: string | {
2179
2316
  colors: (string | {
2180
2317
  colorType: "base" | "onBase" | "container" | "onContainer";
2181
2318
  toned?: boolean;
@@ -2190,6 +2327,10 @@ export declare const useTypographyBlueprintStore: () => {
2190
2327
  })[];
2191
2328
  acrylic?: boolean;
2192
2329
  opacity?: number;
2330
+ } | {
2331
+ colorType: "base" | "onBase" | "container" | "onContainer";
2332
+ toned?: boolean;
2333
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2193
2334
  };
2194
2335
  typography?: {
2195
2336
  decoration?: string;
@@ -2287,7 +2428,7 @@ export declare const useTypographyBlueprintStore: () => {
2287
2428
  };
2288
2429
  alterCase?: boolean;
2289
2430
  text?: {
2290
- color?: {
2431
+ color?: string | {
2291
2432
  colors: (string | {
2292
2433
  colorType: "base" | "onBase" | "container" | "onContainer";
2293
2434
  toned?: boolean;
@@ -2302,6 +2443,10 @@ export declare const useTypographyBlueprintStore: () => {
2302
2443
  })[];
2303
2444
  acrylic?: boolean;
2304
2445
  opacity?: number;
2446
+ } | {
2447
+ colorType: "base" | "onBase" | "container" | "onContainer";
2448
+ toned?: boolean;
2449
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2305
2450
  };
2306
2451
  typography?: {
2307
2452
  decoration?: string;
@@ -2399,7 +2544,7 @@ export declare const useTypographyBlueprintStore: () => {
2399
2544
  };
2400
2545
  alterCase?: boolean;
2401
2546
  text?: {
2402
- color?: {
2547
+ color?: string | {
2403
2548
  colors: (string | {
2404
2549
  colorType: "base" | "onBase" | "container" | "onContainer";
2405
2550
  toned?: boolean;
@@ -2414,6 +2559,10 @@ export declare const useTypographyBlueprintStore: () => {
2414
2559
  })[];
2415
2560
  acrylic?: boolean;
2416
2561
  opacity?: number;
2562
+ } | {
2563
+ colorType: "base" | "onBase" | "container" | "onContainer";
2564
+ toned?: boolean;
2565
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2417
2566
  };
2418
2567
  typography?: {
2419
2568
  decoration?: string;
@@ -2511,7 +2660,7 @@ export declare const useTypographyBlueprintStore: () => {
2511
2660
  };
2512
2661
  alterCase?: boolean;
2513
2662
  text?: {
2514
- color?: {
2663
+ color?: string | {
2515
2664
  colors: (string | {
2516
2665
  colorType: "base" | "onBase" | "container" | "onContainer";
2517
2666
  toned?: boolean;
@@ -2526,6 +2675,10 @@ export declare const useTypographyBlueprintStore: () => {
2526
2675
  })[];
2527
2676
  acrylic?: boolean;
2528
2677
  opacity?: number;
2678
+ } | {
2679
+ colorType: "base" | "onBase" | "container" | "onContainer";
2680
+ toned?: boolean;
2681
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2529
2682
  };
2530
2683
  typography?: {
2531
2684
  decoration?: string;
@@ -2623,7 +2776,7 @@ export declare const useTypographyBlueprintStore: () => {
2623
2776
  };
2624
2777
  alterCase?: boolean;
2625
2778
  text?: {
2626
- color?: {
2779
+ color?: string | {
2627
2780
  colors: (string | {
2628
2781
  colorType: "base" | "onBase" | "container" | "onContainer";
2629
2782
  toned?: boolean;
@@ -2638,6 +2791,10 @@ export declare const useTypographyBlueprintStore: () => {
2638
2791
  })[];
2639
2792
  acrylic?: boolean;
2640
2793
  opacity?: number;
2794
+ } | {
2795
+ colorType: "base" | "onBase" | "container" | "onContainer";
2796
+ toned?: boolean;
2797
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2641
2798
  };
2642
2799
  typography?: {
2643
2800
  decoration?: string;
@@ -2735,7 +2892,7 @@ export declare const useTypographyBlueprintStore: () => {
2735
2892
  };
2736
2893
  alterCase?: boolean;
2737
2894
  text?: {
2738
- color?: {
2895
+ color?: string | {
2739
2896
  colors: (string | {
2740
2897
  colorType: "base" | "onBase" | "container" | "onContainer";
2741
2898
  toned?: boolean;
@@ -2750,6 +2907,10 @@ export declare const useTypographyBlueprintStore: () => {
2750
2907
  })[];
2751
2908
  acrylic?: boolean;
2752
2909
  opacity?: number;
2910
+ } | {
2911
+ colorType: "base" | "onBase" | "container" | "onContainer";
2912
+ toned?: boolean;
2913
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2753
2914
  };
2754
2915
  typography?: {
2755
2916
  decoration?: string;
@@ -2847,7 +3008,7 @@ export declare const useTypographyBlueprintStore: () => {
2847
3008
  };
2848
3009
  alterCase?: boolean;
2849
3010
  text?: {
2850
- color?: {
3011
+ color?: string | {
2851
3012
  colors: (string | {
2852
3013
  colorType: "base" | "onBase" | "container" | "onContainer";
2853
3014
  toned?: boolean;
@@ -2862,6 +3023,10 @@ export declare const useTypographyBlueprintStore: () => {
2862
3023
  })[];
2863
3024
  acrylic?: boolean;
2864
3025
  opacity?: number;
3026
+ } | {
3027
+ colorType: "base" | "onBase" | "container" | "onContainer";
3028
+ toned?: boolean;
3029
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2865
3030
  };
2866
3031
  typography?: {
2867
3032
  decoration?: string;
@@ -2984,7 +3149,7 @@ export declare const useTypographyBlueprintStore: () => {
2984
3149
  colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2985
3150
  };
2986
3151
  text?: {
2987
- color?: {
3152
+ color?: string | {
2988
3153
  colors: (string | {
2989
3154
  colorType: "base" | "onBase" | "container" | "onContainer";
2990
3155
  toned?: boolean;
@@ -2999,6 +3164,10 @@ export declare const useTypographyBlueprintStore: () => {
2999
3164
  })[];
3000
3165
  acrylic?: boolean;
3001
3166
  opacity?: number;
3167
+ } | {
3168
+ colorType: "base" | "onBase" | "container" | "onContainer";
3169
+ toned?: boolean;
3170
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3002
3171
  };
3003
3172
  typography?: {
3004
3173
  decoration?: string;
@@ -3094,7 +3263,7 @@ export declare const useTypographyBlueprintStore: () => {
3094
3263
  elevation?: number;
3095
3264
  };
3096
3265
  text?: {
3097
- color?: {
3266
+ color?: string | {
3098
3267
  colors: (string | {
3099
3268
  colorType: "base" | "onBase" | "container" | "onContainer";
3100
3269
  toned?: boolean;
@@ -3109,6 +3278,10 @@ export declare const useTypographyBlueprintStore: () => {
3109
3278
  })[];
3110
3279
  acrylic?: boolean;
3111
3280
  opacity?: number;
3281
+ } | {
3282
+ colorType: "base" | "onBase" | "container" | "onContainer";
3283
+ toned?: boolean;
3284
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3112
3285
  };
3113
3286
  typography?: {
3114
3287
  decoration?: string;
@@ -3275,7 +3448,7 @@ export declare const useTypographyBlueprintStore: () => {
3275
3448
  colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3276
3449
  };
3277
3450
  text?: {
3278
- color?: {
3451
+ color?: string | {
3279
3452
  colors: (string | {
3280
3453
  colorType: "base" | "onBase" | "container" | "onContainer";
3281
3454
  toned?: boolean;
@@ -3290,6 +3463,10 @@ export declare const useTypographyBlueprintStore: () => {
3290
3463
  })[];
3291
3464
  acrylic?: boolean;
3292
3465
  opacity?: number;
3466
+ } | {
3467
+ colorType: "base" | "onBase" | "container" | "onContainer";
3468
+ toned?: boolean;
3469
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3293
3470
  };
3294
3471
  typography?: {
3295
3472
  decoration?: string;
@@ -3385,7 +3562,7 @@ export declare const useTypographyBlueprintStore: () => {
3385
3562
  elevation?: number;
3386
3563
  };
3387
3564
  text?: {
3388
- color?: {
3565
+ color?: string | {
3389
3566
  colors: (string | {
3390
3567
  colorType: "base" | "onBase" | "container" | "onContainer";
3391
3568
  toned?: boolean;
@@ -3400,6 +3577,10 @@ export declare const useTypographyBlueprintStore: () => {
3400
3577
  })[];
3401
3578
  acrylic?: boolean;
3402
3579
  opacity?: number;
3580
+ } | {
3581
+ colorType: "base" | "onBase" | "container" | "onContainer";
3582
+ toned?: boolean;
3583
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3403
3584
  };
3404
3585
  typography?: {
3405
3586
  decoration?: string;
@@ -3566,7 +3747,7 @@ export declare const useTypographyBlueprintStore: () => {
3566
3747
  colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3567
3748
  };
3568
3749
  text?: {
3569
- color?: {
3750
+ color?: string | {
3570
3751
  colors: (string | {
3571
3752
  colorType: "base" | "onBase" | "container" | "onContainer";
3572
3753
  toned?: boolean;
@@ -3581,6 +3762,10 @@ export declare const useTypographyBlueprintStore: () => {
3581
3762
  })[];
3582
3763
  acrylic?: boolean;
3583
3764
  opacity?: number;
3765
+ } | {
3766
+ colorType: "base" | "onBase" | "container" | "onContainer";
3767
+ toned?: boolean;
3768
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3584
3769
  };
3585
3770
  typography?: {
3586
3771
  decoration?: string;
@@ -3676,7 +3861,7 @@ export declare const useTypographyBlueprintStore: () => {
3676
3861
  elevation?: number;
3677
3862
  };
3678
3863
  text?: {
3679
- color?: {
3864
+ color?: string | {
3680
3865
  colors: (string | {
3681
3866
  colorType: "base" | "onBase" | "container" | "onContainer";
3682
3867
  toned?: boolean;
@@ -3691,6 +3876,10 @@ export declare const useTypographyBlueprintStore: () => {
3691
3876
  })[];
3692
3877
  acrylic?: boolean;
3693
3878
  opacity?: number;
3879
+ } | {
3880
+ colorType: "base" | "onBase" | "container" | "onContainer";
3881
+ toned?: boolean;
3882
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3694
3883
  };
3695
3884
  typography?: {
3696
3885
  decoration?: string;
@@ -3857,7 +4046,7 @@ export declare const useTypographyBlueprintStore: () => {
3857
4046
  colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3858
4047
  };
3859
4048
  text?: {
3860
- color?: {
4049
+ color?: string | {
3861
4050
  colors: (string | {
3862
4051
  colorType: "base" | "onBase" | "container" | "onContainer";
3863
4052
  toned?: boolean;
@@ -3872,6 +4061,10 @@ export declare const useTypographyBlueprintStore: () => {
3872
4061
  })[];
3873
4062
  acrylic?: boolean;
3874
4063
  opacity?: number;
4064
+ } | {
4065
+ colorType: "base" | "onBase" | "container" | "onContainer";
4066
+ toned?: boolean;
4067
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3875
4068
  };
3876
4069
  typography?: {
3877
4070
  decoration?: string;
@@ -3967,7 +4160,7 @@ export declare const useTypographyBlueprintStore: () => {
3967
4160
  elevation?: number;
3968
4161
  };
3969
4162
  text?: {
3970
- color?: {
4163
+ color?: string | {
3971
4164
  colors: (string | {
3972
4165
  colorType: "base" | "onBase" | "container" | "onContainer";
3973
4166
  toned?: boolean;
@@ -3982,6 +4175,10 @@ export declare const useTypographyBlueprintStore: () => {
3982
4175
  })[];
3983
4176
  acrylic?: boolean;
3984
4177
  opacity?: number;
4178
+ } | {
4179
+ colorType: "base" | "onBase" | "container" | "onContainer";
4180
+ toned?: boolean;
4181
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3985
4182
  };
3986
4183
  typography?: {
3987
4184
  decoration?: string;
@@ -4208,8 +4405,13 @@ export declare const useTypographyBlueprintStore: () => {
4208
4405
  left?: string | number;
4209
4406
  };
4210
4407
  }[];
4211
- propEditors?: {
4408
+ editors?: {
4212
4409
  name?: string;
4410
+ icon?: {
4411
+ faClass: string;
4412
+ iconType: import("@omnia/fx-models").IconTypes;
4413
+ role?: string;
4414
+ };
4213
4415
  category?: string;
4214
4416
  type: string;
4215
4417
  settings?: any;
@@ -4411,8 +4613,13 @@ export declare const useTypographyBlueprintStore: () => {
4411
4613
  left?: string | number;
4412
4614
  };
4413
4615
  }[];
4414
- propEditors?: {
4616
+ editors?: {
4415
4617
  name?: string;
4618
+ icon?: {
4619
+ faClass: string;
4620
+ iconType: import("@omnia/fx-models").IconTypes;
4621
+ role?: string;
4622
+ };
4416
4623
  category?: string;
4417
4624
  type: string;
4418
4625
  settings?: any;
@@ -4614,8 +4821,13 @@ export declare const useTypographyBlueprintStore: () => {
4614
4821
  left?: string | number;
4615
4822
  };
4616
4823
  }[];
4617
- propEditors?: {
4824
+ editors?: {
4618
4825
  name?: string;
4826
+ icon?: {
4827
+ faClass: string;
4828
+ iconType: import("@omnia/fx-models").IconTypes;
4829
+ role?: string;
4830
+ };
4619
4831
  category?: string;
4620
4832
  type: string;
4621
4833
  settings?: any;
@@ -4817,8 +5029,13 @@ export declare const useTypographyBlueprintStore: () => {
4817
5029
  left?: string | number;
4818
5030
  };
4819
5031
  }[];
4820
- propEditors?: {
5032
+ editors?: {
4821
5033
  name?: string;
5034
+ icon?: {
5035
+ faClass: string;
5036
+ iconType: import("@omnia/fx-models").IconTypes;
5037
+ role?: string;
5038
+ };
4822
5039
  category?: string;
4823
5040
  type: string;
4824
5041
  settings?: any;
@@ -5085,6 +5302,7 @@ export declare const useTypographyBlueprintStore: () => {
5085
5302
  };
5086
5303
  colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => import("@omnia/fx-models").ColorSchema;
5087
5304
  typography: () => import("@omnia/fx-models").TypographyBlueprints;
5305
+ fillValue: (value: import("@omnia/fx-models").FillDefinitionValue, type: "typography") => any;
5088
5306
  spacing: () => import("@omnia/fx-models").SpacingBlueprints;
5089
5307
  component: () => import("@omnia/fx-models").ComponentBlueprints;
5090
5308
  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;