@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
@@ -108,6 +108,7 @@ declare const _default: {
108
108
  };
109
109
  colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
110
110
  typography(): import("@omnia/fx-models").TypographyBlueprints;
111
+ fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
111
112
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
112
113
  component(): import("@omnia/fx-models").ComponentBlueprints;
113
114
  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;
@@ -204,6 +205,7 @@ declare const _default: {
204
205
  };
205
206
  colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
206
207
  typography(): import("@omnia/fx-models").TypographyBlueprints;
208
+ fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
207
209
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
208
210
  component(): import("@omnia/fx-models").ComponentBlueprints;
209
211
  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;
@@ -300,6 +302,7 @@ declare const _default: {
300
302
  };
301
303
  colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
302
304
  typography(): import("@omnia/fx-models").TypographyBlueprints;
305
+ fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
303
306
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
304
307
  component(): import("@omnia/fx-models").ComponentBlueprints;
305
308
  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;
@@ -389,6 +392,7 @@ declare const _default: {
389
392
  };
390
393
  colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
391
394
  typography(): import("@omnia/fx-models").TypographyBlueprints;
395
+ fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
392
396
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
393
397
  component(): import("@omnia/fx-models").ComponentBlueprints;
394
398
  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;
@@ -738,6 +742,56 @@ declare const _default: {
738
742
  family: string;
739
743
  cdn?: string;
740
744
  };
745
+ fills?: {
746
+ variant1?: {
747
+ colors: (string | {
748
+ colorType: "base" | "onBase" | "container" | "onContainer";
749
+ toned?: boolean;
750
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
751
+ } | {
752
+ color: string | {
753
+ colorType: "base" | "onBase" | "container" | "onContainer";
754
+ toned?: boolean;
755
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
756
+ };
757
+ stop?: number;
758
+ })[];
759
+ acrylic?: boolean;
760
+ opacity?: number;
761
+ };
762
+ variant2?: {
763
+ colors: (string | {
764
+ colorType: "base" | "onBase" | "container" | "onContainer";
765
+ toned?: boolean;
766
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
767
+ } | {
768
+ color: string | {
769
+ colorType: "base" | "onBase" | "container" | "onContainer";
770
+ toned?: boolean;
771
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
772
+ };
773
+ stop?: number;
774
+ })[];
775
+ acrylic?: boolean;
776
+ opacity?: number;
777
+ };
778
+ variant3?: {
779
+ colors: (string | {
780
+ colorType: "base" | "onBase" | "container" | "onContainer";
781
+ toned?: boolean;
782
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
783
+ } | {
784
+ color: string | {
785
+ colorType: "base" | "onBase" | "container" | "onContainer";
786
+ toned?: boolean;
787
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
788
+ };
789
+ stop?: number;
790
+ })[];
791
+ acrylic?: boolean;
792
+ opacity?: number;
793
+ };
794
+ };
741
795
  title: {
742
796
  xl: {
743
797
  decoration?: string;
@@ -829,6 +883,16 @@ declare const _default: {
829
883
  lineHeight: number;
830
884
  };
831
885
  };
886
+ font?: {
887
+ id: {
888
+ toString: () => string;
889
+ equals?: {
890
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
891
+ };
892
+ };
893
+ family: string;
894
+ cdn?: string;
895
+ };
832
896
  };
833
897
  text: {
834
898
  l: {
@@ -903,6 +967,16 @@ declare const _default: {
903
967
  lineHeight: number;
904
968
  };
905
969
  };
970
+ font?: {
971
+ id: {
972
+ toString: () => string;
973
+ equals?: {
974
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
975
+ };
976
+ };
977
+ family: string;
978
+ cdn?: string;
979
+ };
906
980
  };
907
981
  navigation: {
908
982
  l: {
@@ -941,6 +1015,16 @@ declare const _default: {
941
1015
  lineHeight: number;
942
1016
  };
943
1017
  };
1018
+ font?: {
1019
+ id: {
1020
+ toString: () => string;
1021
+ equals?: {
1022
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
1023
+ };
1024
+ };
1025
+ family: string;
1026
+ cdn?: string;
1027
+ };
944
1028
  };
945
1029
  link: {
946
1030
  m: {
@@ -961,6 +1045,16 @@ declare const _default: {
961
1045
  lineHeight: number;
962
1046
  };
963
1047
  };
1048
+ font?: {
1049
+ id: {
1050
+ toString: () => string;
1051
+ equals?: {
1052
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
1053
+ };
1054
+ };
1055
+ family: string;
1056
+ cdn?: string;
1057
+ };
964
1058
  };
965
1059
  };
966
1060
  name?: string;
@@ -1055,7 +1149,7 @@ declare const _default: {
1055
1149
  };
1056
1150
  alterCase?: boolean;
1057
1151
  text?: {
1058
- color?: {
1152
+ color?: string | {
1059
1153
  colors: (string | {
1060
1154
  colorType: "base" | "onBase" | "container" | "onContainer";
1061
1155
  toned?: boolean;
@@ -1070,6 +1164,10 @@ declare const _default: {
1070
1164
  })[];
1071
1165
  acrylic?: boolean;
1072
1166
  opacity?: number;
1167
+ } | {
1168
+ colorType: "base" | "onBase" | "container" | "onContainer";
1169
+ toned?: boolean;
1170
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1073
1171
  };
1074
1172
  typography?: {
1075
1173
  decoration?: string;
@@ -1167,7 +1265,7 @@ declare const _default: {
1167
1265
  };
1168
1266
  alterCase?: boolean;
1169
1267
  text?: {
1170
- color?: {
1268
+ color?: string | {
1171
1269
  colors: (string | {
1172
1270
  colorType: "base" | "onBase" | "container" | "onContainer";
1173
1271
  toned?: boolean;
@@ -1182,6 +1280,10 @@ declare const _default: {
1182
1280
  })[];
1183
1281
  acrylic?: boolean;
1184
1282
  opacity?: number;
1283
+ } | {
1284
+ colorType: "base" | "onBase" | "container" | "onContainer";
1285
+ toned?: boolean;
1286
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1185
1287
  };
1186
1288
  typography?: {
1187
1289
  decoration?: string;
@@ -1279,7 +1381,7 @@ declare const _default: {
1279
1381
  };
1280
1382
  alterCase?: boolean;
1281
1383
  text?: {
1282
- color?: {
1384
+ color?: string | {
1283
1385
  colors: (string | {
1284
1386
  colorType: "base" | "onBase" | "container" | "onContainer";
1285
1387
  toned?: boolean;
@@ -1294,6 +1396,10 @@ declare const _default: {
1294
1396
  })[];
1295
1397
  acrylic?: boolean;
1296
1398
  opacity?: number;
1399
+ } | {
1400
+ colorType: "base" | "onBase" | "container" | "onContainer";
1401
+ toned?: boolean;
1402
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1297
1403
  };
1298
1404
  typography?: {
1299
1405
  decoration?: string;
@@ -1391,7 +1497,7 @@ declare const _default: {
1391
1497
  };
1392
1498
  alterCase?: boolean;
1393
1499
  text?: {
1394
- color?: {
1500
+ color?: string | {
1395
1501
  colors: (string | {
1396
1502
  colorType: "base" | "onBase" | "container" | "onContainer";
1397
1503
  toned?: boolean;
@@ -1406,6 +1512,10 @@ declare const _default: {
1406
1512
  })[];
1407
1513
  acrylic?: boolean;
1408
1514
  opacity?: number;
1515
+ } | {
1516
+ colorType: "base" | "onBase" | "container" | "onContainer";
1517
+ toned?: boolean;
1518
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1409
1519
  };
1410
1520
  typography?: {
1411
1521
  decoration?: string;
@@ -1503,7 +1613,7 @@ declare const _default: {
1503
1613
  };
1504
1614
  alterCase?: boolean;
1505
1615
  text?: {
1506
- color?: {
1616
+ color?: string | {
1507
1617
  colors: (string | {
1508
1618
  colorType: "base" | "onBase" | "container" | "onContainer";
1509
1619
  toned?: boolean;
@@ -1518,6 +1628,10 @@ declare const _default: {
1518
1628
  })[];
1519
1629
  acrylic?: boolean;
1520
1630
  opacity?: number;
1631
+ } | {
1632
+ colorType: "base" | "onBase" | "container" | "onContainer";
1633
+ toned?: boolean;
1634
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1521
1635
  };
1522
1636
  typography?: {
1523
1637
  decoration?: string;
@@ -1615,7 +1729,7 @@ declare const _default: {
1615
1729
  };
1616
1730
  alterCase?: boolean;
1617
1731
  text?: {
1618
- color?: {
1732
+ color?: string | {
1619
1733
  colors: (string | {
1620
1734
  colorType: "base" | "onBase" | "container" | "onContainer";
1621
1735
  toned?: boolean;
@@ -1630,6 +1744,10 @@ declare const _default: {
1630
1744
  })[];
1631
1745
  acrylic?: boolean;
1632
1746
  opacity?: number;
1747
+ } | {
1748
+ colorType: "base" | "onBase" | "container" | "onContainer";
1749
+ toned?: boolean;
1750
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1633
1751
  };
1634
1752
  typography?: {
1635
1753
  decoration?: string;
@@ -1727,7 +1845,7 @@ declare const _default: {
1727
1845
  };
1728
1846
  alterCase?: boolean;
1729
1847
  text?: {
1730
- color?: {
1848
+ color?: string | {
1731
1849
  colors: (string | {
1732
1850
  colorType: "base" | "onBase" | "container" | "onContainer";
1733
1851
  toned?: boolean;
@@ -1742,6 +1860,10 @@ declare const _default: {
1742
1860
  })[];
1743
1861
  acrylic?: boolean;
1744
1862
  opacity?: number;
1863
+ } | {
1864
+ colorType: "base" | "onBase" | "container" | "onContainer";
1865
+ toned?: boolean;
1866
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1745
1867
  };
1746
1868
  typography?: {
1747
1869
  decoration?: string;
@@ -1839,7 +1961,7 @@ declare const _default: {
1839
1961
  };
1840
1962
  alterCase?: boolean;
1841
1963
  text?: {
1842
- color?: {
1964
+ color?: string | {
1843
1965
  colors: (string | {
1844
1966
  colorType: "base" | "onBase" | "container" | "onContainer";
1845
1967
  toned?: boolean;
@@ -1854,6 +1976,10 @@ declare const _default: {
1854
1976
  })[];
1855
1977
  acrylic?: boolean;
1856
1978
  opacity?: number;
1979
+ } | {
1980
+ colorType: "base" | "onBase" | "container" | "onContainer";
1981
+ toned?: boolean;
1982
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1857
1983
  };
1858
1984
  typography?: {
1859
1985
  decoration?: string;
@@ -1951,7 +2077,7 @@ declare const _default: {
1951
2077
  };
1952
2078
  alterCase?: boolean;
1953
2079
  text?: {
1954
- color?: {
2080
+ color?: string | {
1955
2081
  colors: (string | {
1956
2082
  colorType: "base" | "onBase" | "container" | "onContainer";
1957
2083
  toned?: boolean;
@@ -1966,6 +2092,10 @@ declare const _default: {
1966
2092
  })[];
1967
2093
  acrylic?: boolean;
1968
2094
  opacity?: number;
2095
+ } | {
2096
+ colorType: "base" | "onBase" | "container" | "onContainer";
2097
+ toned?: boolean;
2098
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1969
2099
  };
1970
2100
  typography?: {
1971
2101
  decoration?: string;
@@ -2065,7 +2195,7 @@ declare const _default: {
2065
2195
  };
2066
2196
  alterCase?: boolean;
2067
2197
  text?: {
2068
- color?: {
2198
+ color?: string | {
2069
2199
  colors: (string | {
2070
2200
  colorType: "base" | "onBase" | "container" | "onContainer";
2071
2201
  toned?: boolean;
@@ -2080,6 +2210,10 @@ declare const _default: {
2080
2210
  })[];
2081
2211
  acrylic?: boolean;
2082
2212
  opacity?: number;
2213
+ } | {
2214
+ colorType: "base" | "onBase" | "container" | "onContainer";
2215
+ toned?: boolean;
2216
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2083
2217
  };
2084
2218
  typography?: {
2085
2219
  decoration?: string;
@@ -2177,7 +2311,7 @@ declare const _default: {
2177
2311
  };
2178
2312
  alterCase?: boolean;
2179
2313
  text?: {
2180
- color?: {
2314
+ color?: string | {
2181
2315
  colors: (string | {
2182
2316
  colorType: "base" | "onBase" | "container" | "onContainer";
2183
2317
  toned?: boolean;
@@ -2192,6 +2326,10 @@ declare const _default: {
2192
2326
  })[];
2193
2327
  acrylic?: boolean;
2194
2328
  opacity?: number;
2329
+ } | {
2330
+ colorType: "base" | "onBase" | "container" | "onContainer";
2331
+ toned?: boolean;
2332
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2195
2333
  };
2196
2334
  typography?: {
2197
2335
  decoration?: string;
@@ -2289,7 +2427,7 @@ declare const _default: {
2289
2427
  };
2290
2428
  alterCase?: boolean;
2291
2429
  text?: {
2292
- color?: {
2430
+ color?: string | {
2293
2431
  colors: (string | {
2294
2432
  colorType: "base" | "onBase" | "container" | "onContainer";
2295
2433
  toned?: boolean;
@@ -2304,6 +2442,10 @@ declare const _default: {
2304
2442
  })[];
2305
2443
  acrylic?: boolean;
2306
2444
  opacity?: number;
2445
+ } | {
2446
+ colorType: "base" | "onBase" | "container" | "onContainer";
2447
+ toned?: boolean;
2448
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2307
2449
  };
2308
2450
  typography?: {
2309
2451
  decoration?: string;
@@ -2401,7 +2543,7 @@ declare const _default: {
2401
2543
  };
2402
2544
  alterCase?: boolean;
2403
2545
  text?: {
2404
- color?: {
2546
+ color?: string | {
2405
2547
  colors: (string | {
2406
2548
  colorType: "base" | "onBase" | "container" | "onContainer";
2407
2549
  toned?: boolean;
@@ -2416,6 +2558,10 @@ declare const _default: {
2416
2558
  })[];
2417
2559
  acrylic?: boolean;
2418
2560
  opacity?: number;
2561
+ } | {
2562
+ colorType: "base" | "onBase" | "container" | "onContainer";
2563
+ toned?: boolean;
2564
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2419
2565
  };
2420
2566
  typography?: {
2421
2567
  decoration?: string;
@@ -2513,7 +2659,7 @@ declare const _default: {
2513
2659
  };
2514
2660
  alterCase?: boolean;
2515
2661
  text?: {
2516
- color?: {
2662
+ color?: string | {
2517
2663
  colors: (string | {
2518
2664
  colorType: "base" | "onBase" | "container" | "onContainer";
2519
2665
  toned?: boolean;
@@ -2528,6 +2674,10 @@ declare const _default: {
2528
2674
  })[];
2529
2675
  acrylic?: boolean;
2530
2676
  opacity?: number;
2677
+ } | {
2678
+ colorType: "base" | "onBase" | "container" | "onContainer";
2679
+ toned?: boolean;
2680
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2531
2681
  };
2532
2682
  typography?: {
2533
2683
  decoration?: string;
@@ -2625,7 +2775,7 @@ declare const _default: {
2625
2775
  };
2626
2776
  alterCase?: boolean;
2627
2777
  text?: {
2628
- color?: {
2778
+ color?: string | {
2629
2779
  colors: (string | {
2630
2780
  colorType: "base" | "onBase" | "container" | "onContainer";
2631
2781
  toned?: boolean;
@@ -2640,6 +2790,10 @@ declare const _default: {
2640
2790
  })[];
2641
2791
  acrylic?: boolean;
2642
2792
  opacity?: number;
2793
+ } | {
2794
+ colorType: "base" | "onBase" | "container" | "onContainer";
2795
+ toned?: boolean;
2796
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2643
2797
  };
2644
2798
  typography?: {
2645
2799
  decoration?: string;
@@ -2737,7 +2891,7 @@ declare const _default: {
2737
2891
  };
2738
2892
  alterCase?: boolean;
2739
2893
  text?: {
2740
- color?: {
2894
+ color?: string | {
2741
2895
  colors: (string | {
2742
2896
  colorType: "base" | "onBase" | "container" | "onContainer";
2743
2897
  toned?: boolean;
@@ -2752,6 +2906,10 @@ declare const _default: {
2752
2906
  })[];
2753
2907
  acrylic?: boolean;
2754
2908
  opacity?: number;
2909
+ } | {
2910
+ colorType: "base" | "onBase" | "container" | "onContainer";
2911
+ toned?: boolean;
2912
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2755
2913
  };
2756
2914
  typography?: {
2757
2915
  decoration?: string;
@@ -2849,7 +3007,7 @@ declare const _default: {
2849
3007
  };
2850
3008
  alterCase?: boolean;
2851
3009
  text?: {
2852
- color?: {
3010
+ color?: string | {
2853
3011
  colors: (string | {
2854
3012
  colorType: "base" | "onBase" | "container" | "onContainer";
2855
3013
  toned?: boolean;
@@ -2864,6 +3022,10 @@ declare const _default: {
2864
3022
  })[];
2865
3023
  acrylic?: boolean;
2866
3024
  opacity?: number;
3025
+ } | {
3026
+ colorType: "base" | "onBase" | "container" | "onContainer";
3027
+ toned?: boolean;
3028
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2867
3029
  };
2868
3030
  typography?: {
2869
3031
  decoration?: string;
@@ -2961,7 +3123,7 @@ declare const _default: {
2961
3123
  };
2962
3124
  alterCase?: boolean;
2963
3125
  text?: {
2964
- color?: {
3126
+ color?: string | {
2965
3127
  colors: (string | {
2966
3128
  colorType: "base" | "onBase" | "container" | "onContainer";
2967
3129
  toned?: boolean;
@@ -2976,6 +3138,10 @@ declare const _default: {
2976
3138
  })[];
2977
3139
  acrylic?: boolean;
2978
3140
  opacity?: number;
3141
+ } | {
3142
+ colorType: "base" | "onBase" | "container" | "onContainer";
3143
+ toned?: boolean;
3144
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2979
3145
  };
2980
3146
  typography?: {
2981
3147
  decoration?: string;
@@ -3098,7 +3264,7 @@ declare const _default: {
3098
3264
  colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3099
3265
  };
3100
3266
  text?: {
3101
- color?: {
3267
+ color?: string | {
3102
3268
  colors: (string | {
3103
3269
  colorType: "base" | "onBase" | "container" | "onContainer";
3104
3270
  toned?: boolean;
@@ -3113,6 +3279,10 @@ declare const _default: {
3113
3279
  })[];
3114
3280
  acrylic?: boolean;
3115
3281
  opacity?: number;
3282
+ } | {
3283
+ colorType: "base" | "onBase" | "container" | "onContainer";
3284
+ toned?: boolean;
3285
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3116
3286
  };
3117
3287
  typography?: {
3118
3288
  decoration?: string;
@@ -3208,7 +3378,7 @@ declare const _default: {
3208
3378
  elevation?: number;
3209
3379
  };
3210
3380
  text?: {
3211
- color?: {
3381
+ color?: string | {
3212
3382
  colors: (string | {
3213
3383
  colorType: "base" | "onBase" | "container" | "onContainer";
3214
3384
  toned?: boolean;
@@ -3223,6 +3393,10 @@ declare const _default: {
3223
3393
  })[];
3224
3394
  acrylic?: boolean;
3225
3395
  opacity?: number;
3396
+ } | {
3397
+ colorType: "base" | "onBase" | "container" | "onContainer";
3398
+ toned?: boolean;
3399
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3226
3400
  };
3227
3401
  typography?: {
3228
3402
  decoration?: string;
@@ -3389,7 +3563,7 @@ declare const _default: {
3389
3563
  colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3390
3564
  };
3391
3565
  text?: {
3392
- color?: {
3566
+ color?: string | {
3393
3567
  colors: (string | {
3394
3568
  colorType: "base" | "onBase" | "container" | "onContainer";
3395
3569
  toned?: boolean;
@@ -3404,6 +3578,10 @@ declare const _default: {
3404
3578
  })[];
3405
3579
  acrylic?: boolean;
3406
3580
  opacity?: number;
3581
+ } | {
3582
+ colorType: "base" | "onBase" | "container" | "onContainer";
3583
+ toned?: boolean;
3584
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3407
3585
  };
3408
3586
  typography?: {
3409
3587
  decoration?: string;
@@ -3499,7 +3677,7 @@ declare const _default: {
3499
3677
  elevation?: number;
3500
3678
  };
3501
3679
  text?: {
3502
- color?: {
3680
+ color?: string | {
3503
3681
  colors: (string | {
3504
3682
  colorType: "base" | "onBase" | "container" | "onContainer";
3505
3683
  toned?: boolean;
@@ -3514,6 +3692,10 @@ declare const _default: {
3514
3692
  })[];
3515
3693
  acrylic?: boolean;
3516
3694
  opacity?: number;
3695
+ } | {
3696
+ colorType: "base" | "onBase" | "container" | "onContainer";
3697
+ toned?: boolean;
3698
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3517
3699
  };
3518
3700
  typography?: {
3519
3701
  decoration?: string;
@@ -3680,7 +3862,7 @@ declare const _default: {
3680
3862
  colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3681
3863
  };
3682
3864
  text?: {
3683
- color?: {
3865
+ color?: string | {
3684
3866
  colors: (string | {
3685
3867
  colorType: "base" | "onBase" | "container" | "onContainer";
3686
3868
  toned?: boolean;
@@ -3695,6 +3877,10 @@ declare const _default: {
3695
3877
  })[];
3696
3878
  acrylic?: boolean;
3697
3879
  opacity?: number;
3880
+ } | {
3881
+ colorType: "base" | "onBase" | "container" | "onContainer";
3882
+ toned?: boolean;
3883
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3698
3884
  };
3699
3885
  typography?: {
3700
3886
  decoration?: string;
@@ -3790,7 +3976,7 @@ declare const _default: {
3790
3976
  elevation?: number;
3791
3977
  };
3792
3978
  text?: {
3793
- color?: {
3979
+ color?: string | {
3794
3980
  colors: (string | {
3795
3981
  colorType: "base" | "onBase" | "container" | "onContainer";
3796
3982
  toned?: boolean;
@@ -3805,6 +3991,10 @@ declare const _default: {
3805
3991
  })[];
3806
3992
  acrylic?: boolean;
3807
3993
  opacity?: number;
3994
+ } | {
3995
+ colorType: "base" | "onBase" | "container" | "onContainer";
3996
+ toned?: boolean;
3997
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3808
3998
  };
3809
3999
  typography?: {
3810
4000
  decoration?: string;
@@ -3971,7 +4161,7 @@ declare const _default: {
3971
4161
  colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3972
4162
  };
3973
4163
  text?: {
3974
- color?: {
4164
+ color?: string | {
3975
4165
  colors: (string | {
3976
4166
  colorType: "base" | "onBase" | "container" | "onContainer";
3977
4167
  toned?: boolean;
@@ -3986,6 +4176,10 @@ declare const _default: {
3986
4176
  })[];
3987
4177
  acrylic?: boolean;
3988
4178
  opacity?: number;
4179
+ } | {
4180
+ colorType: "base" | "onBase" | "container" | "onContainer";
4181
+ toned?: boolean;
4182
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3989
4183
  };
3990
4184
  typography?: {
3991
4185
  decoration?: string;
@@ -4081,7 +4275,7 @@ declare const _default: {
4081
4275
  elevation?: number;
4082
4276
  };
4083
4277
  text?: {
4084
- color?: {
4278
+ color?: string | {
4085
4279
  colors: (string | {
4086
4280
  colorType: "base" | "onBase" | "container" | "onContainer";
4087
4281
  toned?: boolean;
@@ -4096,6 +4290,10 @@ declare const _default: {
4096
4290
  })[];
4097
4291
  acrylic?: boolean;
4098
4292
  opacity?: number;
4293
+ } | {
4294
+ colorType: "base" | "onBase" | "container" | "onContainer";
4295
+ toned?: boolean;
4296
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4099
4297
  };
4100
4298
  typography?: {
4101
4299
  decoration?: string;
@@ -4322,8 +4520,13 @@ declare const _default: {
4322
4520
  left?: string | number;
4323
4521
  };
4324
4522
  }[];
4325
- propEditors?: {
4523
+ editors?: {
4326
4524
  name?: string;
4525
+ icon?: {
4526
+ faClass: string;
4527
+ iconType: import("@omnia/fx-models").IconTypes;
4528
+ role?: string;
4529
+ };
4327
4530
  category?: string;
4328
4531
  type: string;
4329
4532
  settings?: any;
@@ -4525,8 +4728,13 @@ declare const _default: {
4525
4728
  left?: string | number;
4526
4729
  };
4527
4730
  }[];
4528
- propEditors?: {
4731
+ editors?: {
4529
4732
  name?: string;
4733
+ icon?: {
4734
+ faClass: string;
4735
+ iconType: import("@omnia/fx-models").IconTypes;
4736
+ role?: string;
4737
+ };
4530
4738
  category?: string;
4531
4739
  type: string;
4532
4740
  settings?: any;
@@ -4728,8 +4936,13 @@ declare const _default: {
4728
4936
  left?: string | number;
4729
4937
  };
4730
4938
  }[];
4731
- propEditors?: {
4939
+ editors?: {
4732
4940
  name?: string;
4941
+ icon?: {
4942
+ faClass: string;
4943
+ iconType: import("@omnia/fx-models").IconTypes;
4944
+ role?: string;
4945
+ };
4733
4946
  category?: string;
4734
4947
  type: string;
4735
4948
  settings?: any;
@@ -4931,8 +5144,13 @@ declare const _default: {
4931
5144
  left?: string | number;
4932
5145
  };
4933
5146
  }[];
4934
- propEditors?: {
5147
+ editors?: {
4935
5148
  name?: string;
5149
+ icon?: {
5150
+ faClass: string;
5151
+ iconType: import("@omnia/fx-models").IconTypes;
5152
+ role?: string;
5153
+ };
4936
5154
  category?: string;
4937
5155
  type: string;
4938
5156
  settings?: any;
@@ -5199,6 +5417,7 @@ declare const _default: {
5199
5417
  };
5200
5418
  colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => import("@omnia/fx-models").ColorSchema;
5201
5419
  typography: () => import("@omnia/fx-models").TypographyBlueprints;
5420
+ fillValue: (value: import("@omnia/fx-models").FillDefinitionValue, type: "typography") => any;
5202
5421
  spacing: () => import("@omnia/fx-models").SpacingBlueprints;
5203
5422
  component: () => import("@omnia/fx-models").ComponentBlueprints;
5204
5423
  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;