@omnia/fx 8.0.54-vnext → 8.0.56-vnext

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 (220) hide show
  1. package/internal-do-not-import-from-here/services/identities/UserIdentityService.d.ts +1 -1
  2. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +3 -2
  3. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +1 -0
  4. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +2 -0
  5. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +32 -0
  6. package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.d.ts +1 -0
  7. package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.js +45 -0
  8. package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +1 -1
  9. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +4 -0
  10. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +31 -11
  11. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +11 -5
  12. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +7 -7
  13. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +10 -15
  14. package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +2 -0
  15. package/internal-do-not-import-from-here/shared/models/theming/index.js +2 -0
  16. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +8 -8
  17. package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +5 -5
  18. package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +5 -5
  19. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +1 -1
  22. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +2 -2
  25. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +1 -1
  27. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +4 -4
  32. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +6 -6
  33. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +2 -2
  34. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +8 -8
  35. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +4 -4
  36. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +20 -20
  37. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +6 -6
  38. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +7 -7
  39. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +8 -8
  40. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +13 -13
  41. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +13 -13
  42. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +11 -11
  43. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +5 -5
  44. package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +6 -6
  46. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +4 -4
  47. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +4 -4
  48. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.css.d.ts +3 -2
  49. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +4 -4
  50. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +6 -6
  51. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +4 -4
  52. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSectionTab.d.ts +2 -0
  53. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutStep.d.ts +1 -0
  54. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutTab.d.ts +1 -0
  55. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +4 -4
  56. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +4 -4
  57. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +4 -4
  58. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +1 -4
  59. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +4 -4
  60. package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +1 -0
  61. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +2 -2
  62. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +2 -2
  63. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/LayerIndex.d.ts +7 -0
  64. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererFunctions.d.ts +8 -28
  65. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +15 -15
  66. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/index.d.ts +1 -0
  67. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/cards/Image_top.d.ts +2 -0
  68. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/cards/index.d.ts +1 -0
  69. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/{contentblocks.d.ts → content/Contentblocks.d.ts} +0 -1
  70. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Image.d.ts +2 -0
  71. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Image_left_text.d.ts +2 -0
  72. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Image_right_text.d.ts +2 -0
  73. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Text_Quote.d.ts +2 -0
  74. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Text_only.d.ts +2 -0
  75. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/index.d.ts +3 -0
  76. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/headers/Pageheader.d.ts +2 -0
  77. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/headers/index.d.ts +2 -0
  78. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/index.d.ts +1 -2
  79. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/useVelcronDefinitionTemplates.d.ts +22 -0
  80. package/internal-do-not-import-from-here/ux/limited-label/LimitedLabel.d.ts +1 -1
  81. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +4 -4
  82. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/models/Validation.d.ts +2 -2
  84. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +13 -13
  85. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +7 -7
  86. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +2 -2
  87. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +5 -5
  88. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +21 -20
  89. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +13 -13
  90. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +6 -6
  91. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +10 -10
  92. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +3 -3
  93. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +35 -35
  94. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +29 -29
  95. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +24 -24
  96. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +7 -7
  97. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +13 -13
  98. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +18 -18
  99. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +16 -5
  100. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +3 -3
  101. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +4 -4
  102. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +11 -11
  103. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +7 -7
  104. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +7 -7
  105. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +14 -14
  106. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +15 -15
  107. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +17 -17
  108. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +6 -6
  109. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +8 -8
  110. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +20 -20
  111. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +11 -11
  112. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +8 -8
  113. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +20 -20
  114. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
  115. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +8 -8
  116. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +15 -15
  117. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +30 -30
  118. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +4 -4
  119. package/internal-do-not-import-from-here/ux/oxide/text/Text.css.d.ts +3 -0
  120. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +38 -5
  121. package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleGradients.d.ts +91 -0
  122. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +8 -8
  123. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.css.d.ts +0 -8
  124. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +20 -20
  125. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -5
  126. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +9 -9
  127. package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +26 -21
  128. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +2 -2
  129. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +3 -3
  130. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +1 -1
  131. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +2 -2
  132. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +3 -3
  133. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +2 -2
  134. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +3 -3
  135. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +1 -1
  136. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +1 -1
  137. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +2 -2
  138. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +3 -3
  139. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +1 -1
  140. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +1 -1
  141. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +1 -1
  142. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +1 -1
  143. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +1 -1
  144. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +1 -1
  145. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +1 -1
  146. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +2 -2
  147. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +1 -1
  148. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +1 -1
  149. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +2 -2
  150. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +3 -3
  151. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +2 -2
  152. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +4 -4
  153. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +4 -4
  154. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +1 -1
  155. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +1 -1
  156. package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +2 -2
  157. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +11 -11
  158. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +4 -4
  159. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +6 -6
  160. package/internal-do-not-import-from-here/ux/shapedivider/ShapeDivider.d.ts +1 -0
  161. package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +1 -1
  162. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +8 -8
  163. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +8 -8
  164. package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +2 -2
  165. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +4 -4
  166. package/internal-do-not-import-from-here/ux/theming-v2/BlueprintStore.d.ts +5 -1
  167. package/internal-do-not-import-from-here/ux/theming-v2/ColorManager.d.ts +1 -1
  168. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaManager.d.ts +1 -1
  169. package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +32 -32
  170. package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +5 -5
  171. package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.d.ts +4 -4
  172. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +8 -8
  173. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +4 -4
  174. package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +1 -0
  175. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +188 -0
  176. package/internal-do-not-import-from-here/ux/theming-v2/styling/index.d.ts +1 -3
  177. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +14 -0
  178. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Colors.d.ts +12 -0
  179. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +7 -0
  180. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +45 -0
  181. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/index.d.ts +4 -0
  182. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +8 -8
  183. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +124 -0
  184. package/internal-do-not-import-from-here/ux/theming-v2/themes/Blueprints.d.ts +3 -3
  185. package/internal-do-not-import-from-here/ux/theming-v2/themes/SpacingTypes.d.ts +8 -0
  186. package/internal-do-not-import-from-here/ux/theming-v2/themes/ThemeDefinitions.d.ts +41 -0
  187. package/internal-do-not-import-from-here/ux/theming-v2/themes/TypographyTypes.d.ts +379 -17
  188. package/internal-do-not-import-from-here/ux/theming-v2/themes/index.d.ts +1 -1
  189. package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +8 -4
  190. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +4 -4
  191. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +15 -3
  192. package/internal-do-not-import-from-here/ux/use/UseValidation.d.ts +14 -2
  193. package/internal-do-not-import-from-here/ux/use/UseVueInstance.d.ts +2 -3
  194. package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -1
  195. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +6 -6
  196. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +4 -4
  197. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +4 -4
  198. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +16 -16
  199. package/internal-do-not-import-from-here/ux/velcron/components/properties/VelcronProperties.d.ts +4 -4
  200. package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +0 -1
  201. package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +6 -6
  202. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +17 -16
  203. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronBlueprint.d.ts +5 -2
  204. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  205. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronStore.d.ts +2 -2
  206. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -2
  207. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.css.d.ts +1 -0
  208. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +4 -4
  209. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -6
  210. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronStylesProvider.d.ts +1 -1
  211. package/internal-do-not-import-from-here/wctypings.d.ts +2 -0
  212. package/package.json +2 -2
  213. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar_old.d.ts +0 -51
  214. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseBlueprintStyling.d.ts +0 -9
  215. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseComponentStyling.d.ts +0 -8
  216. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseTypographyStyling.d.ts +0 -25
  217. package/internal-do-not-import-from-here/ux/theming-v2/themes/Themes.d.ts +0 -19
  218. package/internal-do-not-import-from-here/ux/velcron/core/utilities/ColorUtility.d.ts +0 -1
  219. package/internal-do-not-import-from-here/ux/velcron/core/utilities/index.d.ts +0 -1
  220. /package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/{blockheaders.d.ts → headers/Blockheaders.d.ts} +0 -0
@@ -109,9 +109,9 @@ declare const _default: {
109
109
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
110
110
  [key: string]: any;
111
111
  }>) => void)[];
112
- readonly "v-model"?: ThemeDefinition;
113
- readonly modelValue?: ThemeDefinition;
114
112
  "onUpdate:modelValue"?: ((value: ThemeDefinition) => any) & ((value: ThemeDefinition) => any);
113
+ readonly modelValue?: ThemeDefinition;
114
+ readonly "v-model"?: ThemeDefinition;
115
115
  readonly attachedToParent?: boolean;
116
116
  readonly hideBodySettings?: boolean;
117
117
  readonly "hide-body-settings"?: boolean;
@@ -504,9 +504,9 @@ declare const _default: {
504
504
  };
505
505
  }>;
506
506
  };
507
- "v-model"?: ThemeDefinition;
508
- modelValue?: ThemeDefinition;
509
507
  "onUpdate:modelValue"?: (value: ThemeDefinition) => any;
508
+ modelValue?: ThemeDefinition;
509
+ "v-model"?: ThemeDefinition;
510
510
  attachedToParent?: boolean;
511
511
  hideBodySettings?: boolean;
512
512
  "hide-body-settings"?: boolean;
@@ -1,4 +1,4 @@
1
- import { BlockBlueprint, BlueprintDefinition, BlueprintItemDefinition, BlueprintType, BlueprintTypes, TypographyBlueprint, WebBlueprintDefintionType, WebBlueprintDefintionTypes } from "@omnia/fx-models";
1
+ import { BlockBlueprint, BlueprintDefinition, BlueprintItemDefinition, BlueprintType, BlueprintTypes, SpacingBlueprint, TypographyBlueprint, WebBlueprintDefintionType, WebBlueprintDefintionTypes } from "@omnia/fx-models";
2
2
  import { useThemeStoreV2 } from "./ThemeStoreV2";
3
3
  export declare const useBlueprintStore: (newInstanceWithName?: string) => {
4
4
  state: {
@@ -10,6 +10,10 @@ export declare const useBlueprintStore: (newInstanceWithName?: string) => {
10
10
  byType: <TType extends BlueprintItemDefinition>(type: WebBlueprintDefintionTypes | WebBlueprintDefintionType) => TType;
11
11
  readonly typography: TypographyBlueprint;
12
12
  readonly block: BlockBlueprint;
13
+ spacing: {
14
+ readonly inner: SpacingBlueprint;
15
+ readonly layout: SpacingBlueprint;
16
+ };
13
17
  };
14
18
  actions: {
15
19
  setBlueprint: (type: BlueprintTypes | BlueprintType) => void;
@@ -1,5 +1,5 @@
1
1
  import { ColorDefinition } from "@omnia/fx-models";
2
- export declare const useColorManager: () => {
2
+ export declare function useColorManager(): {
3
3
  getColorDefinition: (color: string, isBaseColorDark: boolean) => ColorDefinition;
4
4
  isDarkColor: (color: any) => boolean;
5
5
  addOpacityToColor: (color: any, opacity: any) => any;
@@ -1,6 +1,6 @@
1
1
  import { TonalPalette } from "@material/material-color-utilities";
2
2
  import { ColorGroup } from "@omnia/fx-models";
3
- export declare const useColorSchemaManager: () => {
3
+ export declare function useColorSchemaManager(): {
4
4
  createColorSchema: (color: string, name: string, fixedColor?: boolean, colorBlend?: string) => ColorGroup;
5
5
  getColorPalette: (color: string) => TonalPalette;
6
6
  hexFromArgb: (argb: number) => string;
@@ -2,11 +2,11 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
2
2
  state: {
3
3
  defaultTheme: {
4
4
  state: {
5
- currentTheme: import("./themes").ThemeDefinitionInstance;
5
+ currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
6
6
  };
7
7
  get: {
8
8
  colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
9
- typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
9
+ typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes, size: import("@omnia/fx-models").TypographySize | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
10
10
  color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
11
11
  colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
12
12
  complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
@@ -19,18 +19,18 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
19
19
  setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
20
20
  };
21
21
  events: {
22
- onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("./themes").ThemeDefinitionInstance>;
23
- onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("./themes").ThemeDefinitionInstance>;
22
+ onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("@omnia/fx-models").ThemeDefinitionV2>;
23
+ onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("@omnia/fx-models").ThemeDefinitionV2>;
24
24
  };
25
25
  deactivated(): void;
26
26
  };
27
27
  adminTheme: {
28
28
  state: {
29
- currentTheme: import("./themes").ThemeDefinitionInstance;
29
+ currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
30
30
  };
31
31
  get: {
32
32
  colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
33
- typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
33
+ typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes, size: import("@omnia/fx-models").TypographySize | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
34
34
  color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
35
35
  colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
36
36
  complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
@@ -43,8 +43,8 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
43
43
  setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
44
44
  };
45
45
  events: {
46
- onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("./themes").ThemeDefinitionInstance>;
47
- onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("./themes").ThemeDefinitionInstance>;
46
+ onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("@omnia/fx-models").ThemeDefinitionV2>;
47
+ onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("@omnia/fx-models").ThemeDefinitionV2>;
48
48
  };
49
49
  deactivated(): void;
50
50
  };
@@ -52,11 +52,11 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
52
52
  get: {
53
53
  readonly defaultTheme: {
54
54
  state: {
55
- currentTheme: import("./themes").ThemeDefinitionInstance;
55
+ currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
56
56
  };
57
57
  get: {
58
58
  colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
59
- typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
59
+ typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes, size: import("@omnia/fx-models").TypographySize | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
60
60
  color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
61
61
  colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
62
62
  complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
@@ -69,18 +69,18 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
69
69
  setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
70
70
  };
71
71
  events: {
72
- onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("./themes").ThemeDefinitionInstance>;
73
- onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("./themes").ThemeDefinitionInstance>;
72
+ onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("@omnia/fx-models").ThemeDefinitionV2>;
73
+ onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("@omnia/fx-models").ThemeDefinitionV2>;
74
74
  };
75
75
  deactivated(): void;
76
76
  };
77
77
  readonly adminTheme: {
78
78
  state: {
79
- currentTheme: import("./themes").ThemeDefinitionInstance;
79
+ currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
80
80
  };
81
81
  get: {
82
82
  colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
83
- typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
83
+ typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes, size: import("@omnia/fx-models").TypographySize | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
84
84
  color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
85
85
  colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
86
86
  complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
@@ -93,8 +93,8 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
93
93
  setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
94
94
  };
95
95
  events: {
96
- onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("./themes").ThemeDefinitionInstance>;
97
- onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("./themes").ThemeDefinitionInstance>;
96
+ onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("@omnia/fx-models").ThemeDefinitionV2>;
97
+ onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("@omnia/fx-models").ThemeDefinitionV2>;
98
98
  };
99
99
  deactivated(): void;
100
100
  };
@@ -103,11 +103,11 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
103
103
  events: {
104
104
  onMutatingDefaultTheme: import("@omnia/fx").EventHook<{
105
105
  state: {
106
- currentTheme: import("./themes").ThemeDefinitionInstance;
106
+ currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
107
107
  };
108
108
  get: {
109
109
  colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
110
- typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
110
+ typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes, size: import("@omnia/fx-models").TypographySize | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
111
111
  color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
112
112
  colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
113
113
  complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
@@ -120,18 +120,18 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
120
120
  setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
121
121
  };
122
122
  events: {
123
- onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("./themes").ThemeDefinitionInstance>;
124
- onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("./themes").ThemeDefinitionInstance>;
123
+ onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("@omnia/fx-models").ThemeDefinitionV2>;
124
+ onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("@omnia/fx-models").ThemeDefinitionV2>;
125
125
  };
126
126
  deactivated(): void;
127
127
  }>;
128
128
  onMutatedDefaultTheme: import("@omnia/fx").EventHook<{
129
129
  state: {
130
- currentTheme: import("./themes").ThemeDefinitionInstance;
130
+ currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
131
131
  };
132
132
  get: {
133
133
  colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
134
- typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
134
+ typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes, size: import("@omnia/fx-models").TypographySize | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
135
135
  color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
136
136
  colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
137
137
  complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
@@ -144,18 +144,18 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
144
144
  setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
145
145
  };
146
146
  events: {
147
- onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("./themes").ThemeDefinitionInstance>;
148
- onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("./themes").ThemeDefinitionInstance>;
147
+ onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("@omnia/fx-models").ThemeDefinitionV2>;
148
+ onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("@omnia/fx-models").ThemeDefinitionV2>;
149
149
  };
150
150
  deactivated(): void;
151
151
  }>;
152
152
  onMutatingAdminTheme: import("@omnia/fx").EventHook<{
153
153
  state: {
154
- currentTheme: import("./themes").ThemeDefinitionInstance;
154
+ currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
155
155
  };
156
156
  get: {
157
157
  colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
158
- typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
158
+ typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes, size: import("@omnia/fx-models").TypographySize | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
159
159
  color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
160
160
  colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
161
161
  complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
@@ -168,18 +168,18 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
168
168
  setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
169
169
  };
170
170
  events: {
171
- onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("./themes").ThemeDefinitionInstance>;
172
- onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("./themes").ThemeDefinitionInstance>;
171
+ onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("@omnia/fx-models").ThemeDefinitionV2>;
172
+ onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("@omnia/fx-models").ThemeDefinitionV2>;
173
173
  };
174
174
  deactivated(): void;
175
175
  }>;
176
176
  onMutatedAdminTheme: import("@omnia/fx").EventHook<{
177
177
  state: {
178
- currentTheme: import("./themes").ThemeDefinitionInstance;
178
+ currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
179
179
  };
180
180
  get: {
181
181
  colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
182
- typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
182
+ typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes, size: import("@omnia/fx-models").TypographySize | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
183
183
  color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
184
184
  colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
185
185
  complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
@@ -192,8 +192,8 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
192
192
  setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
193
193
  };
194
194
  events: {
195
- onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("./themes").ThemeDefinitionInstance>;
196
- onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("./themes").ThemeDefinitionInstance>;
195
+ onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("@omnia/fx-models").ThemeDefinitionV2>;
196
+ onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("@omnia/fx-models").ThemeDefinitionV2>;
197
197
  };
198
198
  deactivated(): void;
199
199
  }>;
@@ -1,11 +1,11 @@
1
- import { BlueprintType, BlueprintTypes, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, ThemeDefinitionV2, TypographyType, TypographyTypes } from "@omnia/fx-models";
1
+ import { BlueprintType, BlueprintTypes, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, ThemeDefinitionV2, TypographySize, TypographySizes, TypographyType, TypographyTypes } from "@omnia/fx-models";
2
2
  export declare const useThemeStoreV2: (newInstanceWithName?: string) => {
3
3
  state: {
4
- currentTheme: import("./themes/Themes").ThemeDefinitionInstance;
4
+ currentTheme: ThemeDefinitionV2;
5
5
  };
6
6
  get: {
7
7
  colorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
8
- typography: (typographyType: TypographyTypes | TypographyType) => import("@omnia/fx-models").TypographyTypeDefinition;
8
+ typography: (typographyType: TypographyTypes | TypographyType, size: TypographySize | TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
9
9
  color: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
10
10
  colorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => import("@omnia/fx-models").ColorDefinition;
11
11
  complementaryColorType: (colorType: ColorTypes | ColorType) => ColorTypes;
@@ -18,8 +18,8 @@ export declare const useThemeStoreV2: (newInstanceWithName?: string) => {
18
18
  setTheme: (themeDefinition: ThemeDefinitionV2) => void;
19
19
  };
20
20
  events: {
21
- onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("./themes/Themes").ThemeDefinitionInstance>;
22
- onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("./themes/Themes").ThemeDefinitionInstance>;
21
+ onMutatingCurrentTheme: import("@omnia/fx").EventHook<ThemeDefinitionV2>;
22
+ onMutatedCurrentTheme: import("@omnia/fx").EventHook<ThemeDefinitionV2>;
23
23
  };
24
24
  deactivated(): void;
25
25
  };
@@ -110,9 +110,9 @@ declare const _default: {
110
110
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
111
111
  [key: string]: any;
112
112
  }>) => void)[];
113
- readonly "v-model"?: BlueprintType | BlueprintTypes;
114
- readonly modelValue?: BlueprintType | BlueprintTypes;
115
113
  "onUpdate:modelValue"?: ((value: BlueprintType | BlueprintTypes) => any) & ((value: BlueprintTypes) => any);
114
+ readonly modelValue?: BlueprintType | BlueprintTypes;
115
+ readonly "v-model"?: BlueprintType | BlueprintTypes;
116
116
  };
117
117
  $attrs: {
118
118
  [x: string]: unknown;
@@ -441,9 +441,9 @@ declare const _default: {
441
441
  };
442
442
  }>;
443
443
  };
444
- "v-model"?: BlueprintType | BlueprintTypes;
445
- modelValue?: BlueprintType | BlueprintTypes;
446
444
  "onUpdate:modelValue"?: (value: BlueprintType | BlueprintTypes) => any;
445
+ modelValue?: BlueprintType | BlueprintTypes;
446
+ "v-model"?: BlueprintType | BlueprintTypes;
447
447
  }>, "onUpdate:modelValue"> & {
448
448
  "onUpdate:modelValue"?: (value: BlueprintTypes) => any;
449
449
  };
@@ -7,8 +7,8 @@ declare const _default: {
7
7
  $props: {
8
8
  container?: any;
9
9
  blueprint?: any;
10
- colorSchemaType?: any;
11
10
  blueprintType?: any;
11
+ colorSchemaType?: any;
12
12
  colors?: any;
13
13
  style?: unknown;
14
14
  class?: unknown;
@@ -120,9 +120,9 @@ declare const _default: {
120
120
  } & {
121
121
  activator?: () => VNodeChild;
122
122
  };
123
- readonly "v-model"?: unknown;
124
- readonly modelValue?: unknown;
125
123
  "onUpdate:modelValue"?: ((value: unknown) => any) & ((colorSchema: ColorSchema) => any);
124
+ readonly modelValue?: unknown;
125
+ readonly "v-model"?: unknown;
126
126
  };
127
127
  $attrs: {
128
128
  [x: string]: unknown;
@@ -221,8 +221,8 @@ declare const _default: {
221
221
  }, string, {
222
222
  container?: any;
223
223
  blueprint?: any;
224
- colorSchemaType?: any;
225
224
  blueprintType?: any;
225
+ colorSchemaType?: any;
226
226
  colors?: any;
227
227
  }, {}, string, {}> & {
228
228
  beforeCreate?: (() => void) | (() => void)[];
@@ -411,15 +411,15 @@ declare const _default: {
411
411
  }, string, {
412
412
  container?: any;
413
413
  blueprint?: any;
414
- colorSchemaType?: any;
415
414
  blueprintType?: any;
415
+ colorSchemaType?: any;
416
416
  colors?: any;
417
417
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
418
418
  propsDefinition: Omit<Readonly<{
419
419
  container?: any;
420
420
  blueprint?: any;
421
- colorSchemaType?: any;
422
421
  blueprintType?: any;
422
+ colorSchemaType?: any;
423
423
  colors?: any;
424
424
  } & {
425
425
  name?: {
@@ -488,9 +488,9 @@ declare const _default: {
488
488
  } & {
489
489
  activator?: () => VNodeChild;
490
490
  };
491
- "v-model"?: unknown;
492
- modelValue?: unknown;
493
491
  "onUpdate:modelValue"?: (value: unknown) => any;
492
+ modelValue?: unknown;
493
+ "v-model"?: unknown;
494
494
  }>, "onUpdate:modelValue"> & {
495
495
  "onUpdate:modelValue"?: (colorSchema: ColorSchema) => any;
496
496
  };
@@ -112,9 +112,9 @@ declare const _default: {
112
112
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
113
113
  [key: string]: any;
114
114
  }>) => void)[];
115
- readonly "v-model"?: ColorSchemaTypes | ColorSchemaType;
116
- readonly modelValue?: ColorSchemaTypes | ColorSchemaType;
117
115
  "onUpdate:modelValue"?: ((value: ColorSchemaTypes | ColorSchemaType) => any) & ((value: ColorSchemaTypes) => any);
116
+ readonly modelValue?: ColorSchemaTypes | ColorSchemaType;
117
+ readonly "v-model"?: ColorSchemaTypes | ColorSchemaType;
118
118
  };
119
119
  $attrs: {
120
120
  [x: string]: unknown;
@@ -463,9 +463,9 @@ declare const _default: {
463
463
  };
464
464
  themeDefinition?: ThemeDefinitionV2;
465
465
  "theme-definition"?: ThemeDefinitionV2;
466
- "v-model"?: ColorSchemaTypes | ColorSchemaType;
467
- modelValue?: ColorSchemaTypes | ColorSchemaType;
468
466
  "onUpdate:modelValue"?: (value: ColorSchemaTypes | ColorSchemaType) => any;
467
+ modelValue?: ColorSchemaTypes | ColorSchemaType;
468
+ "v-model"?: ColorSchemaTypes | ColorSchemaType;
469
469
  }>, "onUpdate:modelValue"> & {
470
470
  "onUpdate:modelValue"?: (value: ColorSchemaTypes) => any;
471
471
  };
@@ -1,6 +1,7 @@
1
1
  export * from "./themes";
2
2
  export * from "./ColorManager";
3
3
  export * from "./ThemeStoreV2";
4
+ export * from "./ThemeDefinitionStoreV2";
4
5
  export * from "./styling";
5
6
  export * from "./ColorSchemaStore";
6
7
  export * from "./ColorSchemaManager";
@@ -0,0 +1,188 @@
1
+ import { useBlueprintStore } from "../BlueprintStore";
2
+ import { WebBlueprintDefintionTypes, setColorOpacity } from "@omnia/fx-models";
3
+ export declare function useThemeStyling(): {
4
+ colors: {
5
+ dividingOpacity: (dark: boolean) => string;
6
+ backgroundOpacity: (dark: boolean, opacity?: Number) => string;
7
+ setColorOpacity: typeof setColorOpacity;
8
+ };
9
+ styles: {
10
+ selectedTableRowStyling: typeof import("./styles").getSelectedTableRowStyling;
11
+ colorStyling: (color: string, opacity?: number) => import("@omnia/fx-models").ColorStyles;
12
+ scrollStyling: typeof import("./styles").getScrollStyling;
13
+ };
14
+ typography: {
15
+ typeStyling: (typographyType: import("@omnia/fx-models").TypographyTypes, size: import("@omnia/fx-models").TypographySize, blueprint: import("@omnia/fx-models").TypographyBlueprint) => {
16
+ baseStyles: {
17
+ fontSize: string;
18
+ fontWeight: number;
19
+ lineHeight: string;
20
+ textDecoration: string;
21
+ };
22
+ mediumStyles: any;
23
+ smallStyles: any;
24
+ queryOnSmallScreen: import("typestyle/lib/types").MediaQuery;
25
+ queryOnMediumScreen: import("typestyle/lib/types").MediaQuery;
26
+ };
27
+ styling: (blueprints: {
28
+ state: {
29
+ blueprint: import("@omnia/fx-models").BlueprintDefinition;
30
+ blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes;
31
+ };
32
+ get: {
33
+ readonly all: import("@omnia/fx-models").BlueprintDefinition;
34
+ byType: <TType extends import("@omnia/fx-models").BlueprintItemDefinition>(type: import("@omnia/fx-models").WebBlueprintDefintionType | WebBlueprintDefintionTypes) => TType;
35
+ readonly typography: import("@omnia/fx-models").TypographyBlueprint;
36
+ readonly block: import("@omnia/fx-models").BlockBlueprint;
37
+ spacing: {
38
+ readonly inner: import("@omnia/fx-models").SpacingBlueprint;
39
+ readonly layout: import("@omnia/fx-models").SpacingBlueprint;
40
+ };
41
+ };
42
+ actions: {
43
+ setBlueprint: (type: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => void;
44
+ setThemeStore: (themeStoreInstance: {
45
+ state: {
46
+ currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
47
+ };
48
+ get: {
49
+ colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
50
+ typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes, size: import("@omnia/fx-models").TypographySize | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
51
+ color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
52
+ colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
53
+ complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
54
+ complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
55
+ complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
56
+ currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
57
+ blueprint: (blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
58
+ };
59
+ actions: {
60
+ setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
61
+ };
62
+ events: {
63
+ onMutatingCurrentTheme: import("../../..").EventHook<import("@omnia/fx-models").ThemeDefinitionV2>;
64
+ onMutatedCurrentTheme: import("../../..").EventHook<import("@omnia/fx-models").ThemeDefinitionV2>;
65
+ };
66
+ deactivated(): void;
67
+ }) => void;
68
+ setCustomBlueprint: (blueprint: import("@omnia/fx-models").BlueprintDefinition) => void;
69
+ };
70
+ events: {
71
+ onMutatingBlueprint: import("../../..").EventHook<import("@omnia/fx-models").BlueprintDefinition>;
72
+ onMutatedBlueprint: import("../../..").EventHook<import("@omnia/fx-models").BlueprintDefinition>;
73
+ onMutatingBlueprintType: import("../../..").EventHook<import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes>;
74
+ onMutatedBlueprintType: import("../../..").EventHook<import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes>;
75
+ };
76
+ deactivated(): void;
77
+ }) => import("./styles").TypographyTypesResult;
78
+ };
79
+ blueprints: {
80
+ block: (blueprint: import("@omnia/fx-models").BlockBlueprint, colors: import("@omnia/fx-models").ColorSchema) => string;
81
+ button: (bluePrint?: {
82
+ state: {
83
+ blueprint: import("@omnia/fx-models").BlueprintDefinition;
84
+ blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes;
85
+ };
86
+ get: {
87
+ readonly all: import("@omnia/fx-models").BlueprintDefinition;
88
+ byType: <TType extends import("@omnia/fx-models").BlueprintItemDefinition>(type: import("@omnia/fx-models").WebBlueprintDefintionType | WebBlueprintDefintionTypes) => TType;
89
+ readonly typography: import("@omnia/fx-models").TypographyBlueprint;
90
+ readonly block: import("@omnia/fx-models").BlockBlueprint;
91
+ spacing: {
92
+ readonly inner: import("@omnia/fx-models").SpacingBlueprint;
93
+ readonly layout: import("@omnia/fx-models").SpacingBlueprint;
94
+ };
95
+ };
96
+ actions: {
97
+ setBlueprint: (type: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => void;
98
+ setThemeStore: (themeStoreInstance: {
99
+ state: {
100
+ currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
101
+ };
102
+ get: {
103
+ colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
104
+ typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes, size: import("@omnia/fx-models").TypographySize | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
105
+ color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
106
+ colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
107
+ complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
108
+ complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
109
+ complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
110
+ currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
111
+ blueprint: (blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
112
+ };
113
+ actions: {
114
+ setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
115
+ };
116
+ events: {
117
+ onMutatingCurrentTheme: import("../../..").EventHook<import("@omnia/fx-models").ThemeDefinitionV2>;
118
+ onMutatedCurrentTheme: import("../../..").EventHook<import("@omnia/fx-models").ThemeDefinitionV2>;
119
+ };
120
+ deactivated(): void;
121
+ }) => void;
122
+ setCustomBlueprint: (blueprint: import("@omnia/fx-models").BlueprintDefinition) => void;
123
+ };
124
+ events: {
125
+ onMutatingBlueprint: import("../../..").EventHook<import("@omnia/fx-models").BlueprintDefinition>;
126
+ onMutatedBlueprint: import("../../..").EventHook<import("@omnia/fx-models").BlueprintDefinition>;
127
+ onMutatingBlueprintType: import("../../..").EventHook<import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes>;
128
+ onMutatedBlueprintType: import("../../..").EventHook<import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes>;
129
+ };
130
+ deactivated(): void;
131
+ }) => string;
132
+ icon: (bluePrint?: {
133
+ state: {
134
+ blueprint: import("@omnia/fx-models").BlueprintDefinition;
135
+ blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes;
136
+ };
137
+ get: {
138
+ readonly all: import("@omnia/fx-models").BlueprintDefinition;
139
+ byType: <TType extends import("@omnia/fx-models").BlueprintItemDefinition>(type: import("@omnia/fx-models").WebBlueprintDefintionType | WebBlueprintDefintionTypes) => TType;
140
+ readonly typography: import("@omnia/fx-models").TypographyBlueprint;
141
+ readonly block: import("@omnia/fx-models").BlockBlueprint;
142
+ spacing: {
143
+ readonly inner: import("@omnia/fx-models").SpacingBlueprint;
144
+ readonly layout: import("@omnia/fx-models").SpacingBlueprint;
145
+ };
146
+ };
147
+ actions: {
148
+ setBlueprint: (type: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => void;
149
+ setThemeStore: (themeStoreInstance: {
150
+ state: {
151
+ currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
152
+ };
153
+ get: {
154
+ colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
155
+ typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes, size: import("@omnia/fx-models").TypographySize | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
156
+ color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
157
+ colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
158
+ complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
159
+ complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
160
+ complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
161
+ currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
162
+ blueprint: (blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
163
+ };
164
+ actions: {
165
+ setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
166
+ };
167
+ events: {
168
+ onMutatingCurrentTheme: import("../../..").EventHook<import("@omnia/fx-models").ThemeDefinitionV2>;
169
+ onMutatedCurrentTheme: import("../../..").EventHook<import("@omnia/fx-models").ThemeDefinitionV2>;
170
+ };
171
+ deactivated(): void;
172
+ }) => void;
173
+ setCustomBlueprint: (blueprint: import("@omnia/fx-models").BlueprintDefinition) => void;
174
+ };
175
+ events: {
176
+ onMutatingBlueprint: import("../../..").EventHook<import("@omnia/fx-models").BlueprintDefinition>;
177
+ onMutatedBlueprint: import("../../..").EventHook<import("@omnia/fx-models").BlueprintDefinition>;
178
+ onMutatingBlueprintType: import("../../..").EventHook<import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes>;
179
+ onMutatedBlueprintType: import("../../..").EventHook<import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes>;
180
+ };
181
+ deactivated(): void;
182
+ }) => string;
183
+ spacing: {
184
+ inner: (value: any, blueprints?: ReturnType<typeof useBlueprintStore>) => number;
185
+ layout: (value: any, blueprints?: ReturnType<typeof useBlueprintStore>) => number;
186
+ };
187
+ };
188
+ };
@@ -1,3 +1 @@
1
- export * from "./UseBlueprintStyling";
2
- export * from "./UseComponentStyling";
3
- export * from "./UseTypographyStyling";
1
+ export * from "./UseThemeStyling";