@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
@@ -104,6 +104,7 @@ export declare function useColorSchemaSetup(props: object): {
104
104
  };
105
105
  colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
106
106
  typography(): import("@omnia/fx-models").TypographyBlueprints;
107
+ fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
107
108
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
108
109
  component(): import("@omnia/fx-models").ComponentBlueprints;
109
110
  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;
@@ -200,6 +201,7 @@ export declare function useColorSchemaSetup(props: object): {
200
201
  };
201
202
  colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
202
203
  typography(): import("@omnia/fx-models").TypographyBlueprints;
204
+ fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
203
205
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
204
206
  component(): import("@omnia/fx-models").ComponentBlueprints;
205
207
  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;
@@ -296,6 +298,7 @@ export declare function useColorSchemaSetup(props: object): {
296
298
  };
297
299
  colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
298
300
  typography(): import("@omnia/fx-models").TypographyBlueprints;
301
+ fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
299
302
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
300
303
  component(): import("@omnia/fx-models").ComponentBlueprints;
301
304
  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;
@@ -385,6 +388,7 @@ export declare function useColorSchemaSetup(props: object): {
385
388
  };
386
389
  colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
387
390
  typography(): import("@omnia/fx-models").TypographyBlueprints;
391
+ fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
388
392
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
389
393
  component(): import("@omnia/fx-models").ComponentBlueprints;
390
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;
@@ -734,6 +738,56 @@ export declare function useColorSchemaSetup(props: object): {
734
738
  family: string;
735
739
  cdn?: string;
736
740
  };
741
+ fills?: {
742
+ variant1?: {
743
+ colors: (string | {
744
+ colorType: "base" | "onBase" | "container" | "onContainer";
745
+ toned?: boolean;
746
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
747
+ } | {
748
+ color: string | {
749
+ colorType: "base" | "onBase" | "container" | "onContainer";
750
+ toned?: boolean;
751
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
752
+ };
753
+ stop?: number;
754
+ })[];
755
+ acrylic?: boolean;
756
+ opacity?: number;
757
+ };
758
+ variant2?: {
759
+ colors: (string | {
760
+ colorType: "base" | "onBase" | "container" | "onContainer";
761
+ toned?: boolean;
762
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
763
+ } | {
764
+ color: string | {
765
+ colorType: "base" | "onBase" | "container" | "onContainer";
766
+ toned?: boolean;
767
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
768
+ };
769
+ stop?: number;
770
+ })[];
771
+ acrylic?: boolean;
772
+ opacity?: number;
773
+ };
774
+ variant3?: {
775
+ colors: (string | {
776
+ colorType: "base" | "onBase" | "container" | "onContainer";
777
+ toned?: boolean;
778
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
779
+ } | {
780
+ color: string | {
781
+ colorType: "base" | "onBase" | "container" | "onContainer";
782
+ toned?: boolean;
783
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
784
+ };
785
+ stop?: number;
786
+ })[];
787
+ acrylic?: boolean;
788
+ opacity?: number;
789
+ };
790
+ };
737
791
  title: {
738
792
  xl: {
739
793
  decoration?: string;
@@ -825,6 +879,16 @@ export declare function useColorSchemaSetup(props: object): {
825
879
  lineHeight: number;
826
880
  };
827
881
  };
882
+ font?: {
883
+ id: {
884
+ toString: () => string;
885
+ equals?: {
886
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
887
+ };
888
+ };
889
+ family: string;
890
+ cdn?: string;
891
+ };
828
892
  };
829
893
  text: {
830
894
  l: {
@@ -899,6 +963,16 @@ export declare function useColorSchemaSetup(props: object): {
899
963
  lineHeight: number;
900
964
  };
901
965
  };
966
+ font?: {
967
+ id: {
968
+ toString: () => string;
969
+ equals?: {
970
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
971
+ };
972
+ };
973
+ family: string;
974
+ cdn?: string;
975
+ };
902
976
  };
903
977
  navigation: {
904
978
  l: {
@@ -937,6 +1011,16 @@ export declare function useColorSchemaSetup(props: object): {
937
1011
  lineHeight: number;
938
1012
  };
939
1013
  };
1014
+ font?: {
1015
+ id: {
1016
+ toString: () => string;
1017
+ equals?: {
1018
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
1019
+ };
1020
+ };
1021
+ family: string;
1022
+ cdn?: string;
1023
+ };
940
1024
  };
941
1025
  link: {
942
1026
  m: {
@@ -957,6 +1041,16 @@ export declare function useColorSchemaSetup(props: object): {
957
1041
  lineHeight: number;
958
1042
  };
959
1043
  };
1044
+ font?: {
1045
+ id: {
1046
+ toString: () => string;
1047
+ equals?: {
1048
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
1049
+ };
1050
+ };
1051
+ family: string;
1052
+ cdn?: string;
1053
+ };
960
1054
  };
961
1055
  };
962
1056
  name?: string;
@@ -1051,7 +1145,7 @@ export declare function useColorSchemaSetup(props: object): {
1051
1145
  };
1052
1146
  alterCase?: boolean;
1053
1147
  text?: {
1054
- color?: {
1148
+ color?: string | {
1055
1149
  colors: (string | {
1056
1150
  colorType: "base" | "onBase" | "container" | "onContainer";
1057
1151
  toned?: boolean;
@@ -1066,6 +1160,10 @@ export declare function useColorSchemaSetup(props: object): {
1066
1160
  })[];
1067
1161
  acrylic?: boolean;
1068
1162
  opacity?: number;
1163
+ } | {
1164
+ colorType: "base" | "onBase" | "container" | "onContainer";
1165
+ toned?: boolean;
1166
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1069
1167
  };
1070
1168
  typography?: {
1071
1169
  decoration?: string;
@@ -1163,7 +1261,7 @@ export declare function useColorSchemaSetup(props: object): {
1163
1261
  };
1164
1262
  alterCase?: boolean;
1165
1263
  text?: {
1166
- color?: {
1264
+ color?: string | {
1167
1265
  colors: (string | {
1168
1266
  colorType: "base" | "onBase" | "container" | "onContainer";
1169
1267
  toned?: boolean;
@@ -1178,6 +1276,10 @@ export declare function useColorSchemaSetup(props: object): {
1178
1276
  })[];
1179
1277
  acrylic?: boolean;
1180
1278
  opacity?: number;
1279
+ } | {
1280
+ colorType: "base" | "onBase" | "container" | "onContainer";
1281
+ toned?: boolean;
1282
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1181
1283
  };
1182
1284
  typography?: {
1183
1285
  decoration?: string;
@@ -1275,7 +1377,7 @@ export declare function useColorSchemaSetup(props: object): {
1275
1377
  };
1276
1378
  alterCase?: boolean;
1277
1379
  text?: {
1278
- color?: {
1380
+ color?: string | {
1279
1381
  colors: (string | {
1280
1382
  colorType: "base" | "onBase" | "container" | "onContainer";
1281
1383
  toned?: boolean;
@@ -1290,6 +1392,10 @@ export declare function useColorSchemaSetup(props: object): {
1290
1392
  })[];
1291
1393
  acrylic?: boolean;
1292
1394
  opacity?: number;
1395
+ } | {
1396
+ colorType: "base" | "onBase" | "container" | "onContainer";
1397
+ toned?: boolean;
1398
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1293
1399
  };
1294
1400
  typography?: {
1295
1401
  decoration?: string;
@@ -1387,7 +1493,7 @@ export declare function useColorSchemaSetup(props: object): {
1387
1493
  };
1388
1494
  alterCase?: boolean;
1389
1495
  text?: {
1390
- color?: {
1496
+ color?: string | {
1391
1497
  colors: (string | {
1392
1498
  colorType: "base" | "onBase" | "container" | "onContainer";
1393
1499
  toned?: boolean;
@@ -1402,6 +1508,10 @@ export declare function useColorSchemaSetup(props: object): {
1402
1508
  })[];
1403
1509
  acrylic?: boolean;
1404
1510
  opacity?: number;
1511
+ } | {
1512
+ colorType: "base" | "onBase" | "container" | "onContainer";
1513
+ toned?: boolean;
1514
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1405
1515
  };
1406
1516
  typography?: {
1407
1517
  decoration?: string;
@@ -1499,7 +1609,7 @@ export declare function useColorSchemaSetup(props: object): {
1499
1609
  };
1500
1610
  alterCase?: boolean;
1501
1611
  text?: {
1502
- color?: {
1612
+ color?: string | {
1503
1613
  colors: (string | {
1504
1614
  colorType: "base" | "onBase" | "container" | "onContainer";
1505
1615
  toned?: boolean;
@@ -1514,6 +1624,10 @@ export declare function useColorSchemaSetup(props: object): {
1514
1624
  })[];
1515
1625
  acrylic?: boolean;
1516
1626
  opacity?: number;
1627
+ } | {
1628
+ colorType: "base" | "onBase" | "container" | "onContainer";
1629
+ toned?: boolean;
1630
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1517
1631
  };
1518
1632
  typography?: {
1519
1633
  decoration?: string;
@@ -1611,7 +1725,7 @@ export declare function useColorSchemaSetup(props: object): {
1611
1725
  };
1612
1726
  alterCase?: boolean;
1613
1727
  text?: {
1614
- color?: {
1728
+ color?: string | {
1615
1729
  colors: (string | {
1616
1730
  colorType: "base" | "onBase" | "container" | "onContainer";
1617
1731
  toned?: boolean;
@@ -1626,6 +1740,10 @@ export declare function useColorSchemaSetup(props: object): {
1626
1740
  })[];
1627
1741
  acrylic?: boolean;
1628
1742
  opacity?: number;
1743
+ } | {
1744
+ colorType: "base" | "onBase" | "container" | "onContainer";
1745
+ toned?: boolean;
1746
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1629
1747
  };
1630
1748
  typography?: {
1631
1749
  decoration?: string;
@@ -1723,7 +1841,7 @@ export declare function useColorSchemaSetup(props: object): {
1723
1841
  };
1724
1842
  alterCase?: boolean;
1725
1843
  text?: {
1726
- color?: {
1844
+ color?: string | {
1727
1845
  colors: (string | {
1728
1846
  colorType: "base" | "onBase" | "container" | "onContainer";
1729
1847
  toned?: boolean;
@@ -1738,6 +1856,10 @@ export declare function useColorSchemaSetup(props: object): {
1738
1856
  })[];
1739
1857
  acrylic?: boolean;
1740
1858
  opacity?: number;
1859
+ } | {
1860
+ colorType: "base" | "onBase" | "container" | "onContainer";
1861
+ toned?: boolean;
1862
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1741
1863
  };
1742
1864
  typography?: {
1743
1865
  decoration?: string;
@@ -1835,7 +1957,7 @@ export declare function useColorSchemaSetup(props: object): {
1835
1957
  };
1836
1958
  alterCase?: boolean;
1837
1959
  text?: {
1838
- color?: {
1960
+ color?: string | {
1839
1961
  colors: (string | {
1840
1962
  colorType: "base" | "onBase" | "container" | "onContainer";
1841
1963
  toned?: boolean;
@@ -1850,6 +1972,10 @@ export declare function useColorSchemaSetup(props: object): {
1850
1972
  })[];
1851
1973
  acrylic?: boolean;
1852
1974
  opacity?: number;
1975
+ } | {
1976
+ colorType: "base" | "onBase" | "container" | "onContainer";
1977
+ toned?: boolean;
1978
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1853
1979
  };
1854
1980
  typography?: {
1855
1981
  decoration?: string;
@@ -1947,7 +2073,7 @@ export declare function useColorSchemaSetup(props: object): {
1947
2073
  };
1948
2074
  alterCase?: boolean;
1949
2075
  text?: {
1950
- color?: {
2076
+ color?: string | {
1951
2077
  colors: (string | {
1952
2078
  colorType: "base" | "onBase" | "container" | "onContainer";
1953
2079
  toned?: boolean;
@@ -1962,6 +2088,10 @@ export declare function useColorSchemaSetup(props: object): {
1962
2088
  })[];
1963
2089
  acrylic?: boolean;
1964
2090
  opacity?: number;
2091
+ } | {
2092
+ colorType: "base" | "onBase" | "container" | "onContainer";
2093
+ toned?: boolean;
2094
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1965
2095
  };
1966
2096
  typography?: {
1967
2097
  decoration?: string;
@@ -2061,7 +2191,7 @@ export declare function useColorSchemaSetup(props: object): {
2061
2191
  };
2062
2192
  alterCase?: boolean;
2063
2193
  text?: {
2064
- color?: {
2194
+ color?: string | {
2065
2195
  colors: (string | {
2066
2196
  colorType: "base" | "onBase" | "container" | "onContainer";
2067
2197
  toned?: boolean;
@@ -2076,6 +2206,10 @@ export declare function useColorSchemaSetup(props: object): {
2076
2206
  })[];
2077
2207
  acrylic?: boolean;
2078
2208
  opacity?: number;
2209
+ } | {
2210
+ colorType: "base" | "onBase" | "container" | "onContainer";
2211
+ toned?: boolean;
2212
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2079
2213
  };
2080
2214
  typography?: {
2081
2215
  decoration?: string;
@@ -2173,7 +2307,7 @@ export declare function useColorSchemaSetup(props: object): {
2173
2307
  };
2174
2308
  alterCase?: boolean;
2175
2309
  text?: {
2176
- color?: {
2310
+ color?: string | {
2177
2311
  colors: (string | {
2178
2312
  colorType: "base" | "onBase" | "container" | "onContainer";
2179
2313
  toned?: boolean;
@@ -2188,6 +2322,10 @@ export declare function useColorSchemaSetup(props: object): {
2188
2322
  })[];
2189
2323
  acrylic?: boolean;
2190
2324
  opacity?: number;
2325
+ } | {
2326
+ colorType: "base" | "onBase" | "container" | "onContainer";
2327
+ toned?: boolean;
2328
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2191
2329
  };
2192
2330
  typography?: {
2193
2331
  decoration?: string;
@@ -2285,7 +2423,7 @@ export declare function useColorSchemaSetup(props: object): {
2285
2423
  };
2286
2424
  alterCase?: boolean;
2287
2425
  text?: {
2288
- color?: {
2426
+ color?: string | {
2289
2427
  colors: (string | {
2290
2428
  colorType: "base" | "onBase" | "container" | "onContainer";
2291
2429
  toned?: boolean;
@@ -2300,6 +2438,10 @@ export declare function useColorSchemaSetup(props: object): {
2300
2438
  })[];
2301
2439
  acrylic?: boolean;
2302
2440
  opacity?: number;
2441
+ } | {
2442
+ colorType: "base" | "onBase" | "container" | "onContainer";
2443
+ toned?: boolean;
2444
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2303
2445
  };
2304
2446
  typography?: {
2305
2447
  decoration?: string;
@@ -2397,7 +2539,7 @@ export declare function useColorSchemaSetup(props: object): {
2397
2539
  };
2398
2540
  alterCase?: boolean;
2399
2541
  text?: {
2400
- color?: {
2542
+ color?: string | {
2401
2543
  colors: (string | {
2402
2544
  colorType: "base" | "onBase" | "container" | "onContainer";
2403
2545
  toned?: boolean;
@@ -2412,6 +2554,10 @@ export declare function useColorSchemaSetup(props: object): {
2412
2554
  })[];
2413
2555
  acrylic?: boolean;
2414
2556
  opacity?: number;
2557
+ } | {
2558
+ colorType: "base" | "onBase" | "container" | "onContainer";
2559
+ toned?: boolean;
2560
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2415
2561
  };
2416
2562
  typography?: {
2417
2563
  decoration?: string;
@@ -2509,7 +2655,7 @@ export declare function useColorSchemaSetup(props: object): {
2509
2655
  };
2510
2656
  alterCase?: boolean;
2511
2657
  text?: {
2512
- color?: {
2658
+ color?: string | {
2513
2659
  colors: (string | {
2514
2660
  colorType: "base" | "onBase" | "container" | "onContainer";
2515
2661
  toned?: boolean;
@@ -2524,6 +2670,10 @@ export declare function useColorSchemaSetup(props: object): {
2524
2670
  })[];
2525
2671
  acrylic?: boolean;
2526
2672
  opacity?: number;
2673
+ } | {
2674
+ colorType: "base" | "onBase" | "container" | "onContainer";
2675
+ toned?: boolean;
2676
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2527
2677
  };
2528
2678
  typography?: {
2529
2679
  decoration?: string;
@@ -2621,7 +2771,7 @@ export declare function useColorSchemaSetup(props: object): {
2621
2771
  };
2622
2772
  alterCase?: boolean;
2623
2773
  text?: {
2624
- color?: {
2774
+ color?: string | {
2625
2775
  colors: (string | {
2626
2776
  colorType: "base" | "onBase" | "container" | "onContainer";
2627
2777
  toned?: boolean;
@@ -2636,6 +2786,10 @@ export declare function useColorSchemaSetup(props: object): {
2636
2786
  })[];
2637
2787
  acrylic?: boolean;
2638
2788
  opacity?: number;
2789
+ } | {
2790
+ colorType: "base" | "onBase" | "container" | "onContainer";
2791
+ toned?: boolean;
2792
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2639
2793
  };
2640
2794
  typography?: {
2641
2795
  decoration?: string;
@@ -2733,7 +2887,7 @@ export declare function useColorSchemaSetup(props: object): {
2733
2887
  };
2734
2888
  alterCase?: boolean;
2735
2889
  text?: {
2736
- color?: {
2890
+ color?: string | {
2737
2891
  colors: (string | {
2738
2892
  colorType: "base" | "onBase" | "container" | "onContainer";
2739
2893
  toned?: boolean;
@@ -2748,6 +2902,10 @@ export declare function useColorSchemaSetup(props: object): {
2748
2902
  })[];
2749
2903
  acrylic?: boolean;
2750
2904
  opacity?: number;
2905
+ } | {
2906
+ colorType: "base" | "onBase" | "container" | "onContainer";
2907
+ toned?: boolean;
2908
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2751
2909
  };
2752
2910
  typography?: {
2753
2911
  decoration?: string;
@@ -2845,7 +3003,7 @@ export declare function useColorSchemaSetup(props: object): {
2845
3003
  };
2846
3004
  alterCase?: boolean;
2847
3005
  text?: {
2848
- color?: {
3006
+ color?: string | {
2849
3007
  colors: (string | {
2850
3008
  colorType: "base" | "onBase" | "container" | "onContainer";
2851
3009
  toned?: boolean;
@@ -2860,6 +3018,10 @@ export declare function useColorSchemaSetup(props: object): {
2860
3018
  })[];
2861
3019
  acrylic?: boolean;
2862
3020
  opacity?: number;
3021
+ } | {
3022
+ colorType: "base" | "onBase" | "container" | "onContainer";
3023
+ toned?: boolean;
3024
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2863
3025
  };
2864
3026
  typography?: {
2865
3027
  decoration?: string;
@@ -2957,7 +3119,7 @@ export declare function useColorSchemaSetup(props: object): {
2957
3119
  };
2958
3120
  alterCase?: boolean;
2959
3121
  text?: {
2960
- color?: {
3122
+ color?: string | {
2961
3123
  colors: (string | {
2962
3124
  colorType: "base" | "onBase" | "container" | "onContainer";
2963
3125
  toned?: boolean;
@@ -2972,6 +3134,10 @@ export declare function useColorSchemaSetup(props: object): {
2972
3134
  })[];
2973
3135
  acrylic?: boolean;
2974
3136
  opacity?: number;
3137
+ } | {
3138
+ colorType: "base" | "onBase" | "container" | "onContainer";
3139
+ toned?: boolean;
3140
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2975
3141
  };
2976
3142
  typography?: {
2977
3143
  decoration?: string;
@@ -3094,7 +3260,7 @@ export declare function useColorSchemaSetup(props: object): {
3094
3260
  colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3095
3261
  };
3096
3262
  text?: {
3097
- color?: {
3263
+ color?: string | {
3098
3264
  colors: (string | {
3099
3265
  colorType: "base" | "onBase" | "container" | "onContainer";
3100
3266
  toned?: boolean;
@@ -3109,6 +3275,10 @@ export declare function useColorSchemaSetup(props: object): {
3109
3275
  })[];
3110
3276
  acrylic?: boolean;
3111
3277
  opacity?: number;
3278
+ } | {
3279
+ colorType: "base" | "onBase" | "container" | "onContainer";
3280
+ toned?: boolean;
3281
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3112
3282
  };
3113
3283
  typography?: {
3114
3284
  decoration?: string;
@@ -3204,7 +3374,7 @@ export declare function useColorSchemaSetup(props: object): {
3204
3374
  elevation?: number;
3205
3375
  };
3206
3376
  text?: {
3207
- color?: {
3377
+ color?: string | {
3208
3378
  colors: (string | {
3209
3379
  colorType: "base" | "onBase" | "container" | "onContainer";
3210
3380
  toned?: boolean;
@@ -3219,6 +3389,10 @@ export declare function useColorSchemaSetup(props: object): {
3219
3389
  })[];
3220
3390
  acrylic?: boolean;
3221
3391
  opacity?: number;
3392
+ } | {
3393
+ colorType: "base" | "onBase" | "container" | "onContainer";
3394
+ toned?: boolean;
3395
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3222
3396
  };
3223
3397
  typography?: {
3224
3398
  decoration?: string;
@@ -3385,7 +3559,7 @@ export declare function useColorSchemaSetup(props: object): {
3385
3559
  colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3386
3560
  };
3387
3561
  text?: {
3388
- color?: {
3562
+ color?: string | {
3389
3563
  colors: (string | {
3390
3564
  colorType: "base" | "onBase" | "container" | "onContainer";
3391
3565
  toned?: boolean;
@@ -3400,6 +3574,10 @@ export declare function useColorSchemaSetup(props: object): {
3400
3574
  })[];
3401
3575
  acrylic?: boolean;
3402
3576
  opacity?: number;
3577
+ } | {
3578
+ colorType: "base" | "onBase" | "container" | "onContainer";
3579
+ toned?: boolean;
3580
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3403
3581
  };
3404
3582
  typography?: {
3405
3583
  decoration?: string;
@@ -3495,7 +3673,7 @@ export declare function useColorSchemaSetup(props: object): {
3495
3673
  elevation?: number;
3496
3674
  };
3497
3675
  text?: {
3498
- color?: {
3676
+ color?: string | {
3499
3677
  colors: (string | {
3500
3678
  colorType: "base" | "onBase" | "container" | "onContainer";
3501
3679
  toned?: boolean;
@@ -3510,6 +3688,10 @@ export declare function useColorSchemaSetup(props: object): {
3510
3688
  })[];
3511
3689
  acrylic?: boolean;
3512
3690
  opacity?: number;
3691
+ } | {
3692
+ colorType: "base" | "onBase" | "container" | "onContainer";
3693
+ toned?: boolean;
3694
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3513
3695
  };
3514
3696
  typography?: {
3515
3697
  decoration?: string;
@@ -3676,7 +3858,7 @@ export declare function useColorSchemaSetup(props: object): {
3676
3858
  colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3677
3859
  };
3678
3860
  text?: {
3679
- color?: {
3861
+ color?: string | {
3680
3862
  colors: (string | {
3681
3863
  colorType: "base" | "onBase" | "container" | "onContainer";
3682
3864
  toned?: boolean;
@@ -3691,6 +3873,10 @@ export declare function useColorSchemaSetup(props: object): {
3691
3873
  })[];
3692
3874
  acrylic?: boolean;
3693
3875
  opacity?: number;
3876
+ } | {
3877
+ colorType: "base" | "onBase" | "container" | "onContainer";
3878
+ toned?: boolean;
3879
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3694
3880
  };
3695
3881
  typography?: {
3696
3882
  decoration?: string;
@@ -3786,7 +3972,7 @@ export declare function useColorSchemaSetup(props: object): {
3786
3972
  elevation?: number;
3787
3973
  };
3788
3974
  text?: {
3789
- color?: {
3975
+ color?: string | {
3790
3976
  colors: (string | {
3791
3977
  colorType: "base" | "onBase" | "container" | "onContainer";
3792
3978
  toned?: boolean;
@@ -3801,6 +3987,10 @@ export declare function useColorSchemaSetup(props: object): {
3801
3987
  })[];
3802
3988
  acrylic?: boolean;
3803
3989
  opacity?: number;
3990
+ } | {
3991
+ colorType: "base" | "onBase" | "container" | "onContainer";
3992
+ toned?: boolean;
3993
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3804
3994
  };
3805
3995
  typography?: {
3806
3996
  decoration?: string;
@@ -3967,7 +4157,7 @@ export declare function useColorSchemaSetup(props: object): {
3967
4157
  colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3968
4158
  };
3969
4159
  text?: {
3970
- color?: {
4160
+ color?: string | {
3971
4161
  colors: (string | {
3972
4162
  colorType: "base" | "onBase" | "container" | "onContainer";
3973
4163
  toned?: boolean;
@@ -3982,6 +4172,10 @@ export declare function useColorSchemaSetup(props: object): {
3982
4172
  })[];
3983
4173
  acrylic?: boolean;
3984
4174
  opacity?: number;
4175
+ } | {
4176
+ colorType: "base" | "onBase" | "container" | "onContainer";
4177
+ toned?: boolean;
4178
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3985
4179
  };
3986
4180
  typography?: {
3987
4181
  decoration?: string;
@@ -4077,7 +4271,7 @@ export declare function useColorSchemaSetup(props: object): {
4077
4271
  elevation?: number;
4078
4272
  };
4079
4273
  text?: {
4080
- color?: {
4274
+ color?: string | {
4081
4275
  colors: (string | {
4082
4276
  colorType: "base" | "onBase" | "container" | "onContainer";
4083
4277
  toned?: boolean;
@@ -4092,6 +4286,10 @@ export declare function useColorSchemaSetup(props: object): {
4092
4286
  })[];
4093
4287
  acrylic?: boolean;
4094
4288
  opacity?: number;
4289
+ } | {
4290
+ colorType: "base" | "onBase" | "container" | "onContainer";
4291
+ toned?: boolean;
4292
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4095
4293
  };
4096
4294
  typography?: {
4097
4295
  decoration?: string;
@@ -4318,8 +4516,13 @@ export declare function useColorSchemaSetup(props: object): {
4318
4516
  left?: string | number;
4319
4517
  };
4320
4518
  }[];
4321
- propEditors?: {
4519
+ editors?: {
4322
4520
  name?: string;
4521
+ icon?: {
4522
+ faClass: string;
4523
+ iconType: import("@omnia/fx-models").IconTypes;
4524
+ role?: string;
4525
+ };
4323
4526
  category?: string;
4324
4527
  type: string;
4325
4528
  settings?: any;
@@ -4521,8 +4724,13 @@ export declare function useColorSchemaSetup(props: object): {
4521
4724
  left?: string | number;
4522
4725
  };
4523
4726
  }[];
4524
- propEditors?: {
4727
+ editors?: {
4525
4728
  name?: string;
4729
+ icon?: {
4730
+ faClass: string;
4731
+ iconType: import("@omnia/fx-models").IconTypes;
4732
+ role?: string;
4733
+ };
4526
4734
  category?: string;
4527
4735
  type: string;
4528
4736
  settings?: any;
@@ -4724,8 +4932,13 @@ export declare function useColorSchemaSetup(props: object): {
4724
4932
  left?: string | number;
4725
4933
  };
4726
4934
  }[];
4727
- propEditors?: {
4935
+ editors?: {
4728
4936
  name?: string;
4937
+ icon?: {
4938
+ faClass: string;
4939
+ iconType: import("@omnia/fx-models").IconTypes;
4940
+ role?: string;
4941
+ };
4729
4942
  category?: string;
4730
4943
  type: string;
4731
4944
  settings?: any;
@@ -4927,8 +5140,13 @@ export declare function useColorSchemaSetup(props: object): {
4927
5140
  left?: string | number;
4928
5141
  };
4929
5142
  }[];
4930
- propEditors?: {
5143
+ editors?: {
4931
5144
  name?: string;
5145
+ icon?: {
5146
+ faClass: string;
5147
+ iconType: import("@omnia/fx-models").IconTypes;
5148
+ role?: string;
5149
+ };
4932
5150
  category?: string;
4933
5151
  type: string;
4934
5152
  settings?: any;
@@ -5195,6 +5413,7 @@ export declare function useColorSchemaSetup(props: object): {
5195
5413
  };
5196
5414
  colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => import("@omnia/fx-models").ColorSchema;
5197
5415
  typography: () => import("@omnia/fx-models").TypographyBlueprints;
5416
+ fillValue: (value: import("@omnia/fx-models").FillDefinitionValue, type: "typography") => any;
5198
5417
  spacing: () => import("@omnia/fx-models").SpacingBlueprints;
5199
5418
  component: () => import("@omnia/fx-models").ComponentBlueprints;
5200
5419
  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;