@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
@@ -88,6 +88,7 @@ export declare const useChromeBlueprintStore: () => {
88
88
  };
89
89
  colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
90
90
  typography(): import("@omnia/fx-models").TypographyBlueprints;
91
+ fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
91
92
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
92
93
  component(): import("@omnia/fx-models").ComponentBlueprints;
93
94
  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;
@@ -178,6 +179,7 @@ export declare const useChromeBlueprintStore: () => {
178
179
  };
179
180
  colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
180
181
  typography(): import("@omnia/fx-models").TypographyBlueprints;
182
+ fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
181
183
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
182
184
  component(): import("@omnia/fx-models").ComponentBlueprints;
183
185
  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;
@@ -268,6 +270,7 @@ export declare const useChromeBlueprintStore: () => {
268
270
  };
269
271
  colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
270
272
  typography(): import("@omnia/fx-models").TypographyBlueprints;
273
+ fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
271
274
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
272
275
  component(): import("@omnia/fx-models").ComponentBlueprints;
273
276
  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;
@@ -622,6 +625,56 @@ export declare const useChromeBlueprintStore: () => {
622
625
  family: string;
623
626
  cdn?: string;
624
627
  };
628
+ fills?: {
629
+ variant1?: {
630
+ colors: (string | {
631
+ colorType: "base" | "onBase" | "container" | "onContainer";
632
+ toned?: boolean;
633
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
634
+ } | {
635
+ color: string | {
636
+ colorType: "base" | "onBase" | "container" | "onContainer";
637
+ toned?: boolean;
638
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
639
+ };
640
+ stop?: number;
641
+ })[];
642
+ acrylic?: boolean;
643
+ opacity?: number;
644
+ };
645
+ variant2?: {
646
+ colors: (string | {
647
+ colorType: "base" | "onBase" | "container" | "onContainer";
648
+ toned?: boolean;
649
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
650
+ } | {
651
+ color: string | {
652
+ colorType: "base" | "onBase" | "container" | "onContainer";
653
+ toned?: boolean;
654
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
655
+ };
656
+ stop?: number;
657
+ })[];
658
+ acrylic?: boolean;
659
+ opacity?: number;
660
+ };
661
+ variant3?: {
662
+ colors: (string | {
663
+ colorType: "base" | "onBase" | "container" | "onContainer";
664
+ toned?: boolean;
665
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
666
+ } | {
667
+ color: string | {
668
+ colorType: "base" | "onBase" | "container" | "onContainer";
669
+ toned?: boolean;
670
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
671
+ };
672
+ stop?: number;
673
+ })[];
674
+ acrylic?: boolean;
675
+ opacity?: number;
676
+ };
677
+ };
625
678
  title: {
626
679
  xl: {
627
680
  decoration?: string;
@@ -713,6 +766,16 @@ export declare const useChromeBlueprintStore: () => {
713
766
  lineHeight: number;
714
767
  };
715
768
  };
769
+ font?: {
770
+ id: {
771
+ toString: () => string;
772
+ equals?: {
773
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
774
+ };
775
+ };
776
+ family: string;
777
+ cdn?: string;
778
+ };
716
779
  };
717
780
  text: {
718
781
  l: {
@@ -787,6 +850,16 @@ export declare const useChromeBlueprintStore: () => {
787
850
  lineHeight: number;
788
851
  };
789
852
  };
853
+ font?: {
854
+ id: {
855
+ toString: () => string;
856
+ equals?: {
857
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
858
+ };
859
+ };
860
+ family: string;
861
+ cdn?: string;
862
+ };
790
863
  };
791
864
  navigation: {
792
865
  l: {
@@ -825,6 +898,16 @@ export declare const useChromeBlueprintStore: () => {
825
898
  lineHeight: number;
826
899
  };
827
900
  };
901
+ font?: {
902
+ id: {
903
+ toString: () => string;
904
+ equals?: {
905
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
906
+ };
907
+ };
908
+ family: string;
909
+ cdn?: string;
910
+ };
828
911
  };
829
912
  link: {
830
913
  m: {
@@ -845,6 +928,16 @@ export declare const useChromeBlueprintStore: () => {
845
928
  lineHeight: number;
846
929
  };
847
930
  };
931
+ font?: {
932
+ id: {
933
+ toString: () => string;
934
+ equals?: {
935
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
936
+ };
937
+ };
938
+ family: string;
939
+ cdn?: string;
940
+ };
848
941
  };
849
942
  };
850
943
  name?: string;
@@ -939,7 +1032,7 @@ export declare const useChromeBlueprintStore: () => {
939
1032
  };
940
1033
  alterCase?: boolean;
941
1034
  text?: {
942
- color?: {
1035
+ color?: string | {
943
1036
  colors: (string | {
944
1037
  colorType: "base" | "onBase" | "container" | "onContainer";
945
1038
  toned?: boolean;
@@ -954,6 +1047,10 @@ export declare const useChromeBlueprintStore: () => {
954
1047
  })[];
955
1048
  acrylic?: boolean;
956
1049
  opacity?: number;
1050
+ } | {
1051
+ colorType: "base" | "onBase" | "container" | "onContainer";
1052
+ toned?: boolean;
1053
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
957
1054
  };
958
1055
  typography?: {
959
1056
  decoration?: string;
@@ -1051,7 +1148,7 @@ export declare const useChromeBlueprintStore: () => {
1051
1148
  };
1052
1149
  alterCase?: boolean;
1053
1150
  text?: {
1054
- color?: {
1151
+ color?: string | {
1055
1152
  colors: (string | {
1056
1153
  colorType: "base" | "onBase" | "container" | "onContainer";
1057
1154
  toned?: boolean;
@@ -1066,6 +1163,10 @@ export declare const useChromeBlueprintStore: () => {
1066
1163
  })[];
1067
1164
  acrylic?: boolean;
1068
1165
  opacity?: number;
1166
+ } | {
1167
+ colorType: "base" | "onBase" | "container" | "onContainer";
1168
+ toned?: boolean;
1169
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1069
1170
  };
1070
1171
  typography?: {
1071
1172
  decoration?: string;
@@ -1163,7 +1264,7 @@ export declare const useChromeBlueprintStore: () => {
1163
1264
  };
1164
1265
  alterCase?: boolean;
1165
1266
  text?: {
1166
- color?: {
1267
+ color?: string | {
1167
1268
  colors: (string | {
1168
1269
  colorType: "base" | "onBase" | "container" | "onContainer";
1169
1270
  toned?: boolean;
@@ -1178,6 +1279,10 @@ export declare const useChromeBlueprintStore: () => {
1178
1279
  })[];
1179
1280
  acrylic?: boolean;
1180
1281
  opacity?: number;
1282
+ } | {
1283
+ colorType: "base" | "onBase" | "container" | "onContainer";
1284
+ toned?: boolean;
1285
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1181
1286
  };
1182
1287
  typography?: {
1183
1288
  decoration?: string;
@@ -1275,7 +1380,7 @@ export declare const useChromeBlueprintStore: () => {
1275
1380
  };
1276
1381
  alterCase?: boolean;
1277
1382
  text?: {
1278
- color?: {
1383
+ color?: string | {
1279
1384
  colors: (string | {
1280
1385
  colorType: "base" | "onBase" | "container" | "onContainer";
1281
1386
  toned?: boolean;
@@ -1290,6 +1395,10 @@ export declare const useChromeBlueprintStore: () => {
1290
1395
  })[];
1291
1396
  acrylic?: boolean;
1292
1397
  opacity?: number;
1398
+ } | {
1399
+ colorType: "base" | "onBase" | "container" | "onContainer";
1400
+ toned?: boolean;
1401
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1293
1402
  };
1294
1403
  typography?: {
1295
1404
  decoration?: string;
@@ -1387,7 +1496,7 @@ export declare const useChromeBlueprintStore: () => {
1387
1496
  };
1388
1497
  alterCase?: boolean;
1389
1498
  text?: {
1390
- color?: {
1499
+ color?: string | {
1391
1500
  colors: (string | {
1392
1501
  colorType: "base" | "onBase" | "container" | "onContainer";
1393
1502
  toned?: boolean;
@@ -1402,6 +1511,10 @@ export declare const useChromeBlueprintStore: () => {
1402
1511
  })[];
1403
1512
  acrylic?: boolean;
1404
1513
  opacity?: number;
1514
+ } | {
1515
+ colorType: "base" | "onBase" | "container" | "onContainer";
1516
+ toned?: boolean;
1517
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1405
1518
  };
1406
1519
  typography?: {
1407
1520
  decoration?: string;
@@ -1499,7 +1612,7 @@ export declare const useChromeBlueprintStore: () => {
1499
1612
  };
1500
1613
  alterCase?: boolean;
1501
1614
  text?: {
1502
- color?: {
1615
+ color?: string | {
1503
1616
  colors: (string | {
1504
1617
  colorType: "base" | "onBase" | "container" | "onContainer";
1505
1618
  toned?: boolean;
@@ -1514,6 +1627,10 @@ export declare const useChromeBlueprintStore: () => {
1514
1627
  })[];
1515
1628
  acrylic?: boolean;
1516
1629
  opacity?: number;
1630
+ } | {
1631
+ colorType: "base" | "onBase" | "container" | "onContainer";
1632
+ toned?: boolean;
1633
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1517
1634
  };
1518
1635
  typography?: {
1519
1636
  decoration?: string;
@@ -1611,7 +1728,7 @@ export declare const useChromeBlueprintStore: () => {
1611
1728
  };
1612
1729
  alterCase?: boolean;
1613
1730
  text?: {
1614
- color?: {
1731
+ color?: string | {
1615
1732
  colors: (string | {
1616
1733
  colorType: "base" | "onBase" | "container" | "onContainer";
1617
1734
  toned?: boolean;
@@ -1626,6 +1743,10 @@ export declare const useChromeBlueprintStore: () => {
1626
1743
  })[];
1627
1744
  acrylic?: boolean;
1628
1745
  opacity?: number;
1746
+ } | {
1747
+ colorType: "base" | "onBase" | "container" | "onContainer";
1748
+ toned?: boolean;
1749
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1629
1750
  };
1630
1751
  typography?: {
1631
1752
  decoration?: string;
@@ -1723,7 +1844,7 @@ export declare const useChromeBlueprintStore: () => {
1723
1844
  };
1724
1845
  alterCase?: boolean;
1725
1846
  text?: {
1726
- color?: {
1847
+ color?: string | {
1727
1848
  colors: (string | {
1728
1849
  colorType: "base" | "onBase" | "container" | "onContainer";
1729
1850
  toned?: boolean;
@@ -1738,6 +1859,10 @@ export declare const useChromeBlueprintStore: () => {
1738
1859
  })[];
1739
1860
  acrylic?: boolean;
1740
1861
  opacity?: number;
1862
+ } | {
1863
+ colorType: "base" | "onBase" | "container" | "onContainer";
1864
+ toned?: boolean;
1865
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1741
1866
  };
1742
1867
  typography?: {
1743
1868
  decoration?: string;
@@ -1835,7 +1960,7 @@ export declare const useChromeBlueprintStore: () => {
1835
1960
  };
1836
1961
  alterCase?: boolean;
1837
1962
  text?: {
1838
- color?: {
1963
+ color?: string | {
1839
1964
  colors: (string | {
1840
1965
  colorType: "base" | "onBase" | "container" | "onContainer";
1841
1966
  toned?: boolean;
@@ -1850,6 +1975,10 @@ export declare const useChromeBlueprintStore: () => {
1850
1975
  })[];
1851
1976
  acrylic?: boolean;
1852
1977
  opacity?: number;
1978
+ } | {
1979
+ colorType: "base" | "onBase" | "container" | "onContainer";
1980
+ toned?: boolean;
1981
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1853
1982
  };
1854
1983
  typography?: {
1855
1984
  decoration?: string;
@@ -1949,7 +2078,7 @@ export declare const useChromeBlueprintStore: () => {
1949
2078
  };
1950
2079
  alterCase?: boolean;
1951
2080
  text?: {
1952
- color?: {
2081
+ color?: string | {
1953
2082
  colors: (string | {
1954
2083
  colorType: "base" | "onBase" | "container" | "onContainer";
1955
2084
  toned?: boolean;
@@ -1964,6 +2093,10 @@ export declare const useChromeBlueprintStore: () => {
1964
2093
  })[];
1965
2094
  acrylic?: boolean;
1966
2095
  opacity?: number;
2096
+ } | {
2097
+ colorType: "base" | "onBase" | "container" | "onContainer";
2098
+ toned?: boolean;
2099
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1967
2100
  };
1968
2101
  typography?: {
1969
2102
  decoration?: string;
@@ -2061,7 +2194,7 @@ export declare const useChromeBlueprintStore: () => {
2061
2194
  };
2062
2195
  alterCase?: boolean;
2063
2196
  text?: {
2064
- color?: {
2197
+ color?: string | {
2065
2198
  colors: (string | {
2066
2199
  colorType: "base" | "onBase" | "container" | "onContainer";
2067
2200
  toned?: boolean;
@@ -2076,6 +2209,10 @@ export declare const useChromeBlueprintStore: () => {
2076
2209
  })[];
2077
2210
  acrylic?: boolean;
2078
2211
  opacity?: number;
2212
+ } | {
2213
+ colorType: "base" | "onBase" | "container" | "onContainer";
2214
+ toned?: boolean;
2215
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2079
2216
  };
2080
2217
  typography?: {
2081
2218
  decoration?: string;
@@ -2173,7 +2310,7 @@ export declare const useChromeBlueprintStore: () => {
2173
2310
  };
2174
2311
  alterCase?: boolean;
2175
2312
  text?: {
2176
- color?: {
2313
+ color?: string | {
2177
2314
  colors: (string | {
2178
2315
  colorType: "base" | "onBase" | "container" | "onContainer";
2179
2316
  toned?: boolean;
@@ -2188,6 +2325,10 @@ export declare const useChromeBlueprintStore: () => {
2188
2325
  })[];
2189
2326
  acrylic?: boolean;
2190
2327
  opacity?: number;
2328
+ } | {
2329
+ colorType: "base" | "onBase" | "container" | "onContainer";
2330
+ toned?: boolean;
2331
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2191
2332
  };
2192
2333
  typography?: {
2193
2334
  decoration?: string;
@@ -2285,7 +2426,7 @@ export declare const useChromeBlueprintStore: () => {
2285
2426
  };
2286
2427
  alterCase?: boolean;
2287
2428
  text?: {
2288
- color?: {
2429
+ color?: string | {
2289
2430
  colors: (string | {
2290
2431
  colorType: "base" | "onBase" | "container" | "onContainer";
2291
2432
  toned?: boolean;
@@ -2300,6 +2441,10 @@ export declare const useChromeBlueprintStore: () => {
2300
2441
  })[];
2301
2442
  acrylic?: boolean;
2302
2443
  opacity?: number;
2444
+ } | {
2445
+ colorType: "base" | "onBase" | "container" | "onContainer";
2446
+ toned?: boolean;
2447
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2303
2448
  };
2304
2449
  typography?: {
2305
2450
  decoration?: string;
@@ -2397,7 +2542,7 @@ export declare const useChromeBlueprintStore: () => {
2397
2542
  };
2398
2543
  alterCase?: boolean;
2399
2544
  text?: {
2400
- color?: {
2545
+ color?: string | {
2401
2546
  colors: (string | {
2402
2547
  colorType: "base" | "onBase" | "container" | "onContainer";
2403
2548
  toned?: boolean;
@@ -2412,6 +2557,10 @@ export declare const useChromeBlueprintStore: () => {
2412
2557
  })[];
2413
2558
  acrylic?: boolean;
2414
2559
  opacity?: number;
2560
+ } | {
2561
+ colorType: "base" | "onBase" | "container" | "onContainer";
2562
+ toned?: boolean;
2563
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2415
2564
  };
2416
2565
  typography?: {
2417
2566
  decoration?: string;
@@ -2509,7 +2658,7 @@ export declare const useChromeBlueprintStore: () => {
2509
2658
  };
2510
2659
  alterCase?: boolean;
2511
2660
  text?: {
2512
- color?: {
2661
+ color?: string | {
2513
2662
  colors: (string | {
2514
2663
  colorType: "base" | "onBase" | "container" | "onContainer";
2515
2664
  toned?: boolean;
@@ -2524,6 +2673,10 @@ export declare const useChromeBlueprintStore: () => {
2524
2673
  })[];
2525
2674
  acrylic?: boolean;
2526
2675
  opacity?: number;
2676
+ } | {
2677
+ colorType: "base" | "onBase" | "container" | "onContainer";
2678
+ toned?: boolean;
2679
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2527
2680
  };
2528
2681
  typography?: {
2529
2682
  decoration?: string;
@@ -2621,7 +2774,7 @@ export declare const useChromeBlueprintStore: () => {
2621
2774
  };
2622
2775
  alterCase?: boolean;
2623
2776
  text?: {
2624
- color?: {
2777
+ color?: string | {
2625
2778
  colors: (string | {
2626
2779
  colorType: "base" | "onBase" | "container" | "onContainer";
2627
2780
  toned?: boolean;
@@ -2636,6 +2789,10 @@ export declare const useChromeBlueprintStore: () => {
2636
2789
  })[];
2637
2790
  acrylic?: boolean;
2638
2791
  opacity?: number;
2792
+ } | {
2793
+ colorType: "base" | "onBase" | "container" | "onContainer";
2794
+ toned?: boolean;
2795
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2639
2796
  };
2640
2797
  typography?: {
2641
2798
  decoration?: string;
@@ -2733,7 +2890,7 @@ export declare const useChromeBlueprintStore: () => {
2733
2890
  };
2734
2891
  alterCase?: boolean;
2735
2892
  text?: {
2736
- color?: {
2893
+ color?: string | {
2737
2894
  colors: (string | {
2738
2895
  colorType: "base" | "onBase" | "container" | "onContainer";
2739
2896
  toned?: boolean;
@@ -2748,6 +2905,10 @@ export declare const useChromeBlueprintStore: () => {
2748
2905
  })[];
2749
2906
  acrylic?: boolean;
2750
2907
  opacity?: number;
2908
+ } | {
2909
+ colorType: "base" | "onBase" | "container" | "onContainer";
2910
+ toned?: boolean;
2911
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2751
2912
  };
2752
2913
  typography?: {
2753
2914
  decoration?: string;
@@ -2845,7 +3006,7 @@ export declare const useChromeBlueprintStore: () => {
2845
3006
  };
2846
3007
  alterCase?: boolean;
2847
3008
  text?: {
2848
- color?: {
3009
+ color?: string | {
2849
3010
  colors: (string | {
2850
3011
  colorType: "base" | "onBase" | "container" | "onContainer";
2851
3012
  toned?: boolean;
@@ -2860,6 +3021,10 @@ export declare const useChromeBlueprintStore: () => {
2860
3021
  })[];
2861
3022
  acrylic?: boolean;
2862
3023
  opacity?: number;
3024
+ } | {
3025
+ colorType: "base" | "onBase" | "container" | "onContainer";
3026
+ toned?: boolean;
3027
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2863
3028
  };
2864
3029
  typography?: {
2865
3030
  decoration?: string;
@@ -2982,7 +3147,7 @@ export declare const useChromeBlueprintStore: () => {
2982
3147
  colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2983
3148
  };
2984
3149
  text?: {
2985
- color?: {
3150
+ color?: string | {
2986
3151
  colors: (string | {
2987
3152
  colorType: "base" | "onBase" | "container" | "onContainer";
2988
3153
  toned?: boolean;
@@ -2997,6 +3162,10 @@ export declare const useChromeBlueprintStore: () => {
2997
3162
  })[];
2998
3163
  acrylic?: boolean;
2999
3164
  opacity?: number;
3165
+ } | {
3166
+ colorType: "base" | "onBase" | "container" | "onContainer";
3167
+ toned?: boolean;
3168
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3000
3169
  };
3001
3170
  typography?: {
3002
3171
  decoration?: string;
@@ -3092,7 +3261,7 @@ export declare const useChromeBlueprintStore: () => {
3092
3261
  elevation?: number;
3093
3262
  };
3094
3263
  text?: {
3095
- color?: {
3264
+ color?: string | {
3096
3265
  colors: (string | {
3097
3266
  colorType: "base" | "onBase" | "container" | "onContainer";
3098
3267
  toned?: boolean;
@@ -3107,6 +3276,10 @@ export declare const useChromeBlueprintStore: () => {
3107
3276
  })[];
3108
3277
  acrylic?: boolean;
3109
3278
  opacity?: number;
3279
+ } | {
3280
+ colorType: "base" | "onBase" | "container" | "onContainer";
3281
+ toned?: boolean;
3282
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3110
3283
  };
3111
3284
  typography?: {
3112
3285
  decoration?: string;
@@ -3273,7 +3446,7 @@ export declare const useChromeBlueprintStore: () => {
3273
3446
  colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3274
3447
  };
3275
3448
  text?: {
3276
- color?: {
3449
+ color?: string | {
3277
3450
  colors: (string | {
3278
3451
  colorType: "base" | "onBase" | "container" | "onContainer";
3279
3452
  toned?: boolean;
@@ -3288,6 +3461,10 @@ export declare const useChromeBlueprintStore: () => {
3288
3461
  })[];
3289
3462
  acrylic?: boolean;
3290
3463
  opacity?: number;
3464
+ } | {
3465
+ colorType: "base" | "onBase" | "container" | "onContainer";
3466
+ toned?: boolean;
3467
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3291
3468
  };
3292
3469
  typography?: {
3293
3470
  decoration?: string;
@@ -3383,7 +3560,7 @@ export declare const useChromeBlueprintStore: () => {
3383
3560
  elevation?: number;
3384
3561
  };
3385
3562
  text?: {
3386
- color?: {
3563
+ color?: string | {
3387
3564
  colors: (string | {
3388
3565
  colorType: "base" | "onBase" | "container" | "onContainer";
3389
3566
  toned?: boolean;
@@ -3398,6 +3575,10 @@ export declare const useChromeBlueprintStore: () => {
3398
3575
  })[];
3399
3576
  acrylic?: boolean;
3400
3577
  opacity?: number;
3578
+ } | {
3579
+ colorType: "base" | "onBase" | "container" | "onContainer";
3580
+ toned?: boolean;
3581
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3401
3582
  };
3402
3583
  typography?: {
3403
3584
  decoration?: string;
@@ -3564,7 +3745,7 @@ export declare const useChromeBlueprintStore: () => {
3564
3745
  colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3565
3746
  };
3566
3747
  text?: {
3567
- color?: {
3748
+ color?: string | {
3568
3749
  colors: (string | {
3569
3750
  colorType: "base" | "onBase" | "container" | "onContainer";
3570
3751
  toned?: boolean;
@@ -3579,6 +3760,10 @@ export declare const useChromeBlueprintStore: () => {
3579
3760
  })[];
3580
3761
  acrylic?: boolean;
3581
3762
  opacity?: number;
3763
+ } | {
3764
+ colorType: "base" | "onBase" | "container" | "onContainer";
3765
+ toned?: boolean;
3766
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3582
3767
  };
3583
3768
  typography?: {
3584
3769
  decoration?: string;
@@ -3674,7 +3859,7 @@ export declare const useChromeBlueprintStore: () => {
3674
3859
  elevation?: number;
3675
3860
  };
3676
3861
  text?: {
3677
- color?: {
3862
+ color?: string | {
3678
3863
  colors: (string | {
3679
3864
  colorType: "base" | "onBase" | "container" | "onContainer";
3680
3865
  toned?: boolean;
@@ -3689,6 +3874,10 @@ export declare const useChromeBlueprintStore: () => {
3689
3874
  })[];
3690
3875
  acrylic?: boolean;
3691
3876
  opacity?: number;
3877
+ } | {
3878
+ colorType: "base" | "onBase" | "container" | "onContainer";
3879
+ toned?: boolean;
3880
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3692
3881
  };
3693
3882
  typography?: {
3694
3883
  decoration?: string;
@@ -3855,7 +4044,7 @@ export declare const useChromeBlueprintStore: () => {
3855
4044
  colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3856
4045
  };
3857
4046
  text?: {
3858
- color?: {
4047
+ color?: string | {
3859
4048
  colors: (string | {
3860
4049
  colorType: "base" | "onBase" | "container" | "onContainer";
3861
4050
  toned?: boolean;
@@ -3870,6 +4059,10 @@ export declare const useChromeBlueprintStore: () => {
3870
4059
  })[];
3871
4060
  acrylic?: boolean;
3872
4061
  opacity?: number;
4062
+ } | {
4063
+ colorType: "base" | "onBase" | "container" | "onContainer";
4064
+ toned?: boolean;
4065
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3873
4066
  };
3874
4067
  typography?: {
3875
4068
  decoration?: string;
@@ -3965,7 +4158,7 @@ export declare const useChromeBlueprintStore: () => {
3965
4158
  elevation?: number;
3966
4159
  };
3967
4160
  text?: {
3968
- color?: {
4161
+ color?: string | {
3969
4162
  colors: (string | {
3970
4163
  colorType: "base" | "onBase" | "container" | "onContainer";
3971
4164
  toned?: boolean;
@@ -3980,6 +4173,10 @@ export declare const useChromeBlueprintStore: () => {
3980
4173
  })[];
3981
4174
  acrylic?: boolean;
3982
4175
  opacity?: number;
4176
+ } | {
4177
+ colorType: "base" | "onBase" | "container" | "onContainer";
4178
+ toned?: boolean;
4179
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3983
4180
  };
3984
4181
  typography?: {
3985
4182
  decoration?: string;
@@ -4206,8 +4403,13 @@ export declare const useChromeBlueprintStore: () => {
4206
4403
  left?: string | number;
4207
4404
  };
4208
4405
  }[];
4209
- propEditors?: {
4406
+ editors?: {
4210
4407
  name?: string;
4408
+ icon?: {
4409
+ faClass: string;
4410
+ iconType: import("@omnia/fx-models").IconTypes;
4411
+ role?: string;
4412
+ };
4211
4413
  category?: string;
4212
4414
  type: string;
4213
4415
  settings?: any;
@@ -4409,8 +4611,13 @@ export declare const useChromeBlueprintStore: () => {
4409
4611
  left?: string | number;
4410
4612
  };
4411
4613
  }[];
4412
- propEditors?: {
4614
+ editors?: {
4413
4615
  name?: string;
4616
+ icon?: {
4617
+ faClass: string;
4618
+ iconType: import("@omnia/fx-models").IconTypes;
4619
+ role?: string;
4620
+ };
4414
4621
  category?: string;
4415
4622
  type: string;
4416
4623
  settings?: any;
@@ -4612,8 +4819,13 @@ export declare const useChromeBlueprintStore: () => {
4612
4819
  left?: string | number;
4613
4820
  };
4614
4821
  }[];
4615
- propEditors?: {
4822
+ editors?: {
4616
4823
  name?: string;
4824
+ icon?: {
4825
+ faClass: string;
4826
+ iconType: import("@omnia/fx-models").IconTypes;
4827
+ role?: string;
4828
+ };
4617
4829
  category?: string;
4618
4830
  type: string;
4619
4831
  settings?: any;
@@ -4815,8 +5027,13 @@ export declare const useChromeBlueprintStore: () => {
4815
5027
  left?: string | number;
4816
5028
  };
4817
5029
  }[];
4818
- propEditors?: {
5030
+ editors?: {
4819
5031
  name?: string;
5032
+ icon?: {
5033
+ faClass: string;
5034
+ iconType: import("@omnia/fx-models").IconTypes;
5035
+ role?: string;
5036
+ };
4820
5037
  category?: string;
4821
5038
  type: string;
4822
5039
  settings?: any;
@@ -5083,6 +5300,7 @@ export declare const useChromeBlueprintStore: () => {
5083
5300
  };
5084
5301
  colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => import("@omnia/fx-models").ColorSchema;
5085
5302
  typography: () => import("@omnia/fx-models").TypographyBlueprints;
5303
+ fillValue: (value: import("@omnia/fx-models").FillDefinitionValue, type: "typography") => any;
5086
5304
  spacing: () => import("@omnia/fx-models").SpacingBlueprints;
5087
5305
  component: () => import("@omnia/fx-models").ComponentBlueprints;
5088
5306
  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;