@omnia/fx 8.0.74-dev → 8.0.75-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 (286) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +1 -1
  3. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +5 -1
  4. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.d.ts +1 -1
  5. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.d.ts +1 -1
  6. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.d.ts +3 -2
  7. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +3 -1
  8. package/internal-do-not-import-from-here/shared/models/index.d.ts +1 -0
  9. package/internal-do-not-import-from-here/shared/models/index.js +1 -0
  10. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +40 -53
  11. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +6 -12
  12. package/internal-do-not-import-from-here/shared/models/theming/ChromeDefinition.d.ts +6 -1
  13. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +2 -2
  14. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +8 -7
  15. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +2 -9
  16. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +1 -8
  17. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +3 -5
  18. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +4 -30
  19. package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.d.ts +87 -0
  20. package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.js +2 -0
  21. package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.js +2 -0
  22. package/internal-do-not-import-from-here/shared/models/velcron/index.d.ts +2 -0
  23. package/internal-do-not-import-from-here/shared/models/velcron/index.js +5 -0
  24. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +11 -2
  25. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +0 -2
  26. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +17 -0
  27. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +17 -0
  28. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +17 -0
  29. package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +8 -0
  30. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +12 -0
  31. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +12 -0
  32. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +17 -0
  33. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePicker.d.ts +363 -0
  34. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePreview.d.ts +97 -0
  35. package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/SpacingPicker3.css.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/SpacingPicker3.d.ts +93 -44
  37. package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/TypographyPicker.d.ts +36 -44
  38. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +2 -2
  39. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +2 -2
  40. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +14 -2
  41. package/internal-do-not-import-from-here/ux/colorsettingspicker/ColorSettingsPicker.d.ts +9 -17
  42. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +71 -1
  43. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +93 -1
  44. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +142 -0
  45. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +34 -0
  46. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +12 -0
  47. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +17 -0
  48. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +51 -0
  49. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +17 -0
  50. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementSelection.d.ts +17 -0
  51. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +37 -16
  52. package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +2 -2
  53. package/internal-do-not-import-from-here/ux/helptext/HelpText.d.ts +17 -0
  54. package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.d.ts +12 -0
  55. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +80 -0
  56. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +143 -0
  57. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +245 -0
  58. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +287 -1
  59. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +236 -1
  60. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +340 -1
  61. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +345 -1
  62. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +1 -17
  63. package/internal-do-not-import-from-here/ux/imagegrid/ImageGrid.d.ts +29 -0
  64. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +217 -2
  65. package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +57 -1
  66. package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.d.ts +21 -0
  67. package/internal-do-not-import-from-here/ux/journey/v2/use/UseBlade.d.ts +217 -2
  68. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
  69. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +0 -16
  70. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +0 -16
  71. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +0 -16
  72. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +29 -0
  73. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +12 -0
  74. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +0 -16
  75. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +0 -16
  76. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +0 -16
  77. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/ColumnResizer.d.ts +1 -1
  78. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/index.d.ts +1 -1
  79. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +17 -1
  80. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +2 -2
  81. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +16 -0
  82. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +51 -0
  83. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +17 -0
  84. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +34 -0
  85. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +46 -0
  86. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +12 -0
  87. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +18 -1
  88. package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +71 -1
  89. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +32 -0
  90. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +83 -21
  91. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +46 -17
  92. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +75 -3
  93. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +170 -17
  94. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +24 -16
  95. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +8 -16
  96. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.css.d.ts +2 -2
  97. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +65 -16
  98. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +73 -17
  99. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +34 -16
  100. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +66 -16
  101. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +97 -16
  102. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +28 -67
  103. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +128 -16
  104. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +183 -16
  105. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +112 -0
  106. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +106 -17
  107. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +88 -0
  108. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +42 -17
  109. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +45 -16
  110. package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.d.ts +24 -16
  111. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +134 -16
  112. package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +0 -16
  113. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +59 -17
  114. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +61 -16
  115. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +40 -0
  116. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +0 -16
  117. package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +55 -0
  118. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +84 -16
  119. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +32 -16
  120. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +49 -17
  121. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +16 -16
  122. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +119 -16
  123. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +41 -16
  124. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +24 -16
  125. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +75 -16
  126. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +95 -16
  127. package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +37 -1
  128. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.css.d.ts +2 -2
  129. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +16 -16
  130. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +52 -16
  131. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.css.d.ts +2 -2
  132. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +128 -16
  133. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +80 -16
  134. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +70 -16
  135. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +181 -16
  136. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.css.d.ts +2 -2
  137. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +25 -17
  138. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +91 -16
  139. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.css.d.ts +2 -2
  140. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +128 -16
  141. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +24 -16
  142. package/internal-do-not-import-from-here/ux/oxide/splitpanes/SplitpaneItem.d.ts +72 -16
  143. package/internal-do-not-import-from-here/ux/oxide/splitpanes/Splitpanes.d.ts +50 -16
  144. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +8 -0
  145. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +32 -0
  146. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.css.d.ts +2 -2
  147. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +78 -16
  148. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +46 -17
  149. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +66 -16
  150. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +0 -16
  151. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +68 -16
  152. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +151 -16
  153. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +163 -17
  154. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +80 -17
  155. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +63 -0
  156. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +29 -16
  157. package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +17 -0
  158. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +29 -0
  159. package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +13 -1
  160. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +29 -0
  161. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +29 -0
  162. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +46 -0
  163. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldNode.d.ts +1 -2
  164. package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
  165. package/internal-do-not-import-from-here/ux/richtexteditor/shareds/DefineRichTextNode.d.ts +15 -0
  166. package/internal-do-not-import-from-here/ux/richtexteditor/shareds/index.d.ts +1 -0
  167. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +0 -16
  168. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +61 -16
  169. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +12 -0
  170. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +46 -0
  171. package/internal-do-not-import-from-here/ux/social/Like.d.ts +63 -0
  172. package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +24 -0
  173. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +17 -0
  174. package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.d.ts +17 -0
  175. package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +1 -1
  176. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/store/ChromeEditorStore.d.ts +6 -2
  177. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/BlueprintEditorStore.d.ts +1 -15
  178. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts +3 -3
  179. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsChrome.d.ts +9 -0
  180. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsComponents.d.ts +22 -0
  181. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +20 -0
  182. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +27 -0
  183. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/{TypographyTypes.d.ts → DefinitionsTypography.d.ts} +4 -0
  184. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsChrome.d.ts +9 -0
  185. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsComponents.d.ts +8 -0
  186. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +11 -0
  187. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +8 -0
  188. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsChrome.d.ts +49 -0
  189. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsChrome.d.ts +9 -0
  190. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsComponents.d.ts +8 -0
  191. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +11 -0
  192. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +8 -0
  193. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsChrome.d.ts +49 -0
  194. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsComponents.d.ts +0 -0
  195. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/{TypographyTypes.d.ts → DefinitionsTypography.d.ts} +56 -0
  196. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +437 -0
  197. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +23 -65
  198. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +440 -0
  199. package/internal-do-not-import-from-here/ux/theming-v2/store/{BlueprintDefinitionStore.d.ts → ComponentDefinitionStore.d.ts} +1 -1
  200. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +439 -0
  201. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +45 -18
  202. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +6 -3
  203. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +440 -0
  204. package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +6 -2
  205. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +913 -110
  206. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +6 -8
  207. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Chrome.d.ts +2 -2
  208. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +1 -1
  209. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +4 -4
  210. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +1 -17
  211. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +10341 -2075
  212. package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
  213. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +35 -1
  214. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +28 -67
  215. package/internal-do-not-import-from-here/ux/use/index.d.ts +0 -1
  216. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +34 -0
  217. package/internal-do-not-import-from-here/ux/validation/FieldValidation.d.ts +12 -0
  218. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +0 -16
  219. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +0 -16
  220. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.d.ts +13 -6
  221. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +0 -16
  222. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +26 -0
  223. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +2 -78
  224. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +1 -12
  225. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronTypes.d.ts +1 -1
  226. package/internal-do-not-import-from-here/ux/velcron/core/models/ViewModelAndContext.d.ts +1 -1
  227. package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +0 -1
  228. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +2 -1
  229. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +2 -2
  230. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +2 -1
  231. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +3 -2
  232. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +4 -3
  233. package/internal-do-not-import-from-here/ux/velcron/core/stores/index.d.ts +0 -1
  234. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilderBase.d.ts +1 -1
  235. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +1 -1
  236. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +0 -16
  237. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SwitchEditor.d.ts +1 -1
  238. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +1 -1
  239. package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +12 -0
  240. package/internal-do-not-import-from-here/wctypings.d.ts +619 -625
  241. package/package.json +2 -2
  242. package/internal-do-not-import-from-here/ux/blueprintpicker/BlueprintPicker.d.ts +0 -364
  243. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/components/ChromePreview.d.ts +0 -16
  244. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/Blueprints.d.ts +0 -31
  245. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/Blueprints.d.ts +0 -7
  246. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/Blueprints.d.ts +0 -19
  247. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintStore.d.ts +0 -173
  248. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.css.d.ts +0 -6
  249. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +0 -90
  250. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeCodeEditor.d.ts +0 -16
  251. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintEditor.d.ts +0 -16
  252. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.css.d.ts +0 -7
  253. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.d.ts +0 -16
  254. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.css.d.ts +0 -6
  255. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.d.ts +0 -16
  256. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ComponentsViewer.d.ts +0 -16
  257. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/FxViewer.d.ts +0 -16
  258. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewer.d.ts +0 -16
  259. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewerStyles.d.ts +0 -3
  260. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/CodeEditor.d.ts +0 -12
  261. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/index.d.ts +0 -1
  262. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +0 -40
  263. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +0 -53
  264. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/index.d.ts +0 -2
  265. package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +0 -208
  266. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronBlueprint.d.ts +0 -39
  267. /package/internal-do-not-import-from-here/{ux/velcron/core/models → shared/models/velcron}/VelcronEvents.d.ts +0 -0
  268. /package/internal-do-not-import-from-here/ux/{blueprintpicker/BlueprintPicker.css.d.ts → blueprintpickers/chromepicker/ChromePicker.css.d.ts} +0 -0
  269. /package/internal-do-not-import-from-here/ux/{blueprintpicker → blueprintpickers/chromepicker}/docs/ExampleComponents.d.ts +0 -0
  270. /package/internal-do-not-import-from-here/ux/{blueprintpicker → blueprintpickers/chromepicker}/docs/SampleComponent.d.ts +0 -0
  271. /package/internal-do-not-import-from-here/ux/{blueprintpicker → blueprintpickers/chromepicker}/docs/index.d.ts +0 -0
  272. /package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/docs/ExampleComponents.d.ts +0 -0
  273. /package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/docs/SampleComponent.d.ts +0 -0
  274. /package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/docs/index.d.ts +0 -0
  275. /package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/loc/localize.d.ts +0 -0
  276. /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/TypographyPicker.css.d.ts +0 -0
  277. /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/docs/ExampleComponents.d.ts +0 -0
  278. /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/docs/SampleComponent.d.ts +0 -0
  279. /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/docs/index.d.ts +0 -0
  280. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/{ChromeDefinitions.d.ts → DefinitionsChrome.d.ts} +0 -0
  281. /package/internal-do-not-import-from-here/ux/theming-v2/{themeeditor/components/blueprints/components/BlockBlueprintEditor.d.ts → designkits/default/themes/DefinitionsComponents.d.ts} +0 -0
  282. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/{SpacingTypes.d.ts → DefinitionsSpacing.d.ts} +0 -0
  283. /package/internal-do-not-import-from-here/ux/{use/UseVariantSetup.d.ts → theming-v2/designkits/documentation/themes/DefinitionsComponents.d.ts} +0 -0
  284. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/{SpacingTypes.d.ts → DefinitionsSpacing.d.ts} +0 -0
  285. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/{TypographyTypes.d.ts → DefinitionsTypography.d.ts} +0 -0
  286. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/{SpacingTypes.d.ts → DefinitionsSpacing.d.ts} +0 -0
@@ -0,0 +1,439 @@
1
+ import { SpacingBlueprint } from "@omnia/fx-models";
2
+ import { useThemeStoreV2 } from "./ThemeStoreV2";
3
+ type blueprintType = "default";
4
+ export declare const useSpacingBlueprintStore: () => {
5
+ state: {
6
+ blueprint: import("@omnia/fx-models").SpacingItemBluePrintDefinition;
7
+ blueprintType: "default";
8
+ id: import("@omnia/fx-models").GuidValue;
9
+ };
10
+ events: {
11
+ onMutatedBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").SpacingItemBluePrintDefinition>;
12
+ onMutatedBlueprintType: import("@omnia/fx").MessageBusExposeOnlySubscription<"default">;
13
+ onMutatedId: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").GuidValue>;
14
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
15
+ actions: {
16
+ onDispatching: {
17
+ setBlueprint: {
18
+ subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
19
+ };
20
+ setThemeStore: {
21
+ subscribe(fn: (themeStoreInstance: {
22
+ state: {
23
+ currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
24
+ };
25
+ events: {
26
+ onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
27
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
28
+ actions: {
29
+ onDispatching: {
30
+ setTheme: {
31
+ subscribe(fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
32
+ };
33
+ };
34
+ onDispatched: {
35
+ setTheme: {
36
+ subscribe(fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
37
+ };
38
+ };
39
+ onFailure: {
40
+ setTheme: {
41
+ subscribe(fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
42
+ };
43
+ };
44
+ } & {
45
+ setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
46
+ };
47
+ get: {
48
+ colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): import("@omnia/fx-models").ColorSchema;
49
+ blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
50
+ typography(): import("@omnia/fx-models").TypographyBlueprint;
51
+ spacing(): SpacingBlueprint;
52
+ chrome(): import("@omnia/fx-models").ChromeBlueprint;
53
+ component(): import("@omnia/fx-models").ComponentBlueprint;
54
+ color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
55
+ colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
56
+ complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
57
+ complementaryColor(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
58
+ complementaryColorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
59
+ currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
60
+ };
61
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
62
+ };
63
+ };
64
+ onDispatched: {
65
+ setBlueprint: {
66
+ subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
67
+ };
68
+ setThemeStore: {
69
+ subscribe(fn: (result: void, themeStoreInstance: {
70
+ state: {
71
+ currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
72
+ };
73
+ events: {
74
+ onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
75
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
76
+ actions: {
77
+ onDispatching: {
78
+ setTheme: {
79
+ subscribe(fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
80
+ };
81
+ };
82
+ onDispatched: {
83
+ setTheme: {
84
+ subscribe(fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
85
+ };
86
+ };
87
+ onFailure: {
88
+ setTheme: {
89
+ subscribe(fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
90
+ };
91
+ };
92
+ } & {
93
+ setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
94
+ };
95
+ get: {
96
+ colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): import("@omnia/fx-models").ColorSchema;
97
+ blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
98
+ typography(): import("@omnia/fx-models").TypographyBlueprint;
99
+ spacing(): SpacingBlueprint;
100
+ chrome(): import("@omnia/fx-models").ChromeBlueprint;
101
+ component(): import("@omnia/fx-models").ComponentBlueprint;
102
+ color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
103
+ colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
104
+ complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
105
+ complementaryColor(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
106
+ complementaryColorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
107
+ currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
108
+ };
109
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
110
+ };
111
+ };
112
+ onFailure: {
113
+ setBlueprint: {
114
+ subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
115
+ };
116
+ setThemeStore: {
117
+ subscribe(fn: (failureReason: any, themeStoreInstance: {
118
+ state: {
119
+ currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
120
+ };
121
+ events: {
122
+ onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
123
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
124
+ actions: {
125
+ onDispatching: {
126
+ setTheme: {
127
+ subscribe(fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
128
+ };
129
+ };
130
+ onDispatched: {
131
+ setTheme: {
132
+ subscribe(fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
133
+ };
134
+ };
135
+ onFailure: {
136
+ setTheme: {
137
+ subscribe(fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
138
+ };
139
+ };
140
+ } & {
141
+ setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
142
+ };
143
+ get: {
144
+ colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): import("@omnia/fx-models").ColorSchema;
145
+ blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
146
+ typography(): import("@omnia/fx-models").TypographyBlueprint;
147
+ spacing(): SpacingBlueprint;
148
+ chrome(): import("@omnia/fx-models").ChromeBlueprint;
149
+ component(): import("@omnia/fx-models").ComponentBlueprint;
150
+ color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
151
+ colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
152
+ complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
153
+ complementaryColor(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
154
+ complementaryColorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
155
+ currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
156
+ };
157
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
158
+ };
159
+ };
160
+ } & {
161
+ setBlueprint(type: blueprintType): void;
162
+ setThemeStore(themeStoreInstance: ReturnType<typeof useThemeStoreV2>): void;
163
+ };
164
+ get: {
165
+ readonly themeStore: {
166
+ state: {
167
+ currentTheme: {
168
+ id: {
169
+ equals: {
170
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
171
+ };
172
+ toString: () => string;
173
+ toJSON: () => string;
174
+ valueOf: () => string;
175
+ };
176
+ name: string;
177
+ dark: boolean;
178
+ colors: {
179
+ primary: {
180
+ name: string;
181
+ base: {
182
+ dark: boolean;
183
+ color: string;
184
+ colorToned: string;
185
+ };
186
+ onBase: {
187
+ dark: boolean;
188
+ color: string;
189
+ colorToned: string;
190
+ };
191
+ container: {
192
+ dark: boolean;
193
+ color: string;
194
+ colorToned: string;
195
+ };
196
+ onContainer: {
197
+ dark: boolean;
198
+ color: string;
199
+ colorToned: string;
200
+ };
201
+ };
202
+ secondary: {
203
+ name: string;
204
+ base: {
205
+ dark: boolean;
206
+ color: string;
207
+ colorToned: string;
208
+ };
209
+ onBase: {
210
+ dark: boolean;
211
+ color: string;
212
+ colorToned: string;
213
+ };
214
+ container: {
215
+ dark: boolean;
216
+ color: string;
217
+ colorToned: string;
218
+ };
219
+ onContainer: {
220
+ dark: boolean;
221
+ color: string;
222
+ colorToned: string;
223
+ };
224
+ };
225
+ accent1: {
226
+ name: string;
227
+ base: {
228
+ dark: boolean;
229
+ color: string;
230
+ colorToned: string;
231
+ };
232
+ onBase: {
233
+ dark: boolean;
234
+ color: string;
235
+ colorToned: string;
236
+ };
237
+ container: {
238
+ dark: boolean;
239
+ color: string;
240
+ colorToned: string;
241
+ };
242
+ onContainer: {
243
+ dark: boolean;
244
+ color: string;
245
+ colorToned: string;
246
+ };
247
+ };
248
+ accent2: {
249
+ name: string;
250
+ base: {
251
+ dark: boolean;
252
+ color: string;
253
+ colorToned: string;
254
+ };
255
+ onBase: {
256
+ dark: boolean;
257
+ color: string;
258
+ colorToned: string;
259
+ };
260
+ container: {
261
+ dark: boolean;
262
+ color: string;
263
+ colorToned: string;
264
+ };
265
+ onContainer: {
266
+ dark: boolean;
267
+ color: string;
268
+ colorToned: string;
269
+ };
270
+ };
271
+ accent3: {
272
+ name: string;
273
+ base: {
274
+ dark: boolean;
275
+ color: string;
276
+ colorToned: string;
277
+ };
278
+ onBase: {
279
+ dark: boolean;
280
+ color: string;
281
+ colorToned: string;
282
+ };
283
+ container: {
284
+ dark: boolean;
285
+ color: string;
286
+ colorToned: string;
287
+ };
288
+ onContainer: {
289
+ dark: boolean;
290
+ color: string;
291
+ colorToned: string;
292
+ };
293
+ };
294
+ neutral: {
295
+ name: string;
296
+ base: {
297
+ dark: boolean;
298
+ color: string;
299
+ colorToned: string;
300
+ };
301
+ onBase: {
302
+ dark: boolean;
303
+ color: string;
304
+ colorToned: string;
305
+ };
306
+ container: {
307
+ dark: boolean;
308
+ color: string;
309
+ colorToned: string;
310
+ };
311
+ onContainer: {
312
+ dark: boolean;
313
+ color: string;
314
+ colorToned: string;
315
+ };
316
+ };
317
+ background: {
318
+ name: string;
319
+ base: {
320
+ dark: boolean;
321
+ color: string;
322
+ colorToned: string;
323
+ };
324
+ onBase: {
325
+ dark: boolean;
326
+ color: string;
327
+ colorToned: string;
328
+ };
329
+ container: {
330
+ dark: boolean;
331
+ color: string;
332
+ colorToned: string;
333
+ };
334
+ onContainer: {
335
+ dark: boolean;
336
+ color: string;
337
+ colorToned: string;
338
+ };
339
+ };
340
+ error: {
341
+ name: string;
342
+ base: {
343
+ dark: boolean;
344
+ color: string;
345
+ colorToned: string;
346
+ };
347
+ onBase: {
348
+ dark: boolean;
349
+ color: string;
350
+ colorToned: string;
351
+ };
352
+ container: {
353
+ dark: boolean;
354
+ color: string;
355
+ colorToned: string;
356
+ };
357
+ onContainer: {
358
+ dark: boolean;
359
+ color: string;
360
+ colorToned: string;
361
+ };
362
+ };
363
+ info: {
364
+ name: string;
365
+ base: {
366
+ dark: boolean;
367
+ color: string;
368
+ colorToned: string;
369
+ };
370
+ onBase: {
371
+ dark: boolean;
372
+ color: string;
373
+ colorToned: string;
374
+ };
375
+ container: {
376
+ dark: boolean;
377
+ color: string;
378
+ colorToned: string;
379
+ };
380
+ onContainer: {
381
+ dark: boolean;
382
+ color: string;
383
+ colorToned: string;
384
+ };
385
+ };
386
+ };
387
+ blueprints: {
388
+ type: import("@omnia/fx-models").BlueprintType;
389
+ name: string;
390
+ }[];
391
+ };
392
+ };
393
+ events: {
394
+ [x: string]: {
395
+ subscribe: (fn: (obj: any) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
396
+ publish: (msg: any) => void;
397
+ };
398
+ onMutatedCurrentTheme: {
399
+ subscribe: (fn: (obj: import("@omnia/fx-models").ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
400
+ };
401
+ };
402
+ actions: {
403
+ onDispatching: {
404
+ setTheme: {
405
+ subscribe: (fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
406
+ };
407
+ };
408
+ onDispatched: {
409
+ setTheme: {
410
+ subscribe: (fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
411
+ };
412
+ };
413
+ onFailure: {
414
+ setTheme: {
415
+ subscribe: (fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
416
+ };
417
+ };
418
+ setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
419
+ };
420
+ get: {
421
+ colorSchema: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => import("@omnia/fx-models").ColorSchema;
422
+ blueprint: <TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType) => TType;
423
+ typography: () => import("@omnia/fx-models").TypographyBlueprint;
424
+ spacing: () => SpacingBlueprint;
425
+ chrome: () => import("@omnia/fx-models").ChromeBlueprint;
426
+ component: () => import("@omnia/fx-models").ComponentBlueprint;
427
+ color: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => string;
428
+ colorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorDefinition;
429
+ complementaryColorType: (colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorTypes;
430
+ complementaryColor: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => string;
431
+ complementaryColorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorDefinition;
432
+ currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
433
+ };
434
+ };
435
+ readonly blueprint: import("@omnia/fx-models").SpacingItemBluePrintDefinition;
436
+ };
437
+ deactivated(): void;
438
+ };
439
+ export {};
@@ -28,8 +28,11 @@ export declare const useThemeContextStore: () => {
28
28
  };
29
29
  get: {
30
30
  colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): import("@omnia/fx-models").ColorSchema;
31
- blueprint(blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): import("@omnia/fx-models").BlueprintDefinition;
32
- typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
31
+ blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
32
+ typography(): import("@omnia/fx-models").TypographyBlueprint;
33
+ spacing(): import("@omnia/fx-models").SpacingBlueprint;
34
+ chrome(): import("@omnia/fx-models").ChromeBlueprint;
35
+ component(): import("@omnia/fx-models").ComponentBlueprint;
33
36
  color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
34
37
  colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
35
38
  complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
@@ -66,8 +69,11 @@ export declare const useThemeContextStore: () => {
66
69
  };
67
70
  get: {
68
71
  colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): import("@omnia/fx-models").ColorSchema;
69
- blueprint(blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): import("@omnia/fx-models").BlueprintDefinition;
70
- typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
72
+ blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
73
+ typography(): import("@omnia/fx-models").TypographyBlueprint;
74
+ spacing(): import("@omnia/fx-models").SpacingBlueprint;
75
+ chrome(): import("@omnia/fx-models").ChromeBlueprint;
76
+ component(): import("@omnia/fx-models").ComponentBlueprint;
71
77
  color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
72
78
  colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
73
79
  complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
@@ -104,8 +110,11 @@ export declare const useThemeContextStore: () => {
104
110
  };
105
111
  get: {
106
112
  colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): import("@omnia/fx-models").ColorSchema;
107
- blueprint(blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): import("@omnia/fx-models").BlueprintDefinition;
108
- typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
113
+ blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
114
+ typography(): import("@omnia/fx-models").TypographyBlueprint;
115
+ spacing(): import("@omnia/fx-models").SpacingBlueprint;
116
+ chrome(): import("@omnia/fx-models").ChromeBlueprint;
117
+ component(): import("@omnia/fx-models").ComponentBlueprint;
109
118
  color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
110
119
  colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
111
120
  complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
@@ -144,8 +153,11 @@ export declare const useThemeContextStore: () => {
144
153
  };
145
154
  get: {
146
155
  colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): import("@omnia/fx-models").ColorSchema;
147
- blueprint(blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): import("@omnia/fx-models").BlueprintDefinition;
148
- typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
156
+ blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
157
+ typography(): import("@omnia/fx-models").TypographyBlueprint;
158
+ spacing(): import("@omnia/fx-models").SpacingBlueprint;
159
+ chrome(): import("@omnia/fx-models").ChromeBlueprint;
160
+ component(): import("@omnia/fx-models").ComponentBlueprint;
149
161
  color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
150
162
  colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
151
163
  complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
@@ -182,8 +194,11 @@ export declare const useThemeContextStore: () => {
182
194
  };
183
195
  get: {
184
196
  colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): import("@omnia/fx-models").ColorSchema;
185
- blueprint(blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): import("@omnia/fx-models").BlueprintDefinition;
186
- typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
197
+ blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
198
+ typography(): import("@omnia/fx-models").TypographyBlueprint;
199
+ spacing(): import("@omnia/fx-models").SpacingBlueprint;
200
+ chrome(): import("@omnia/fx-models").ChromeBlueprint;
201
+ component(): import("@omnia/fx-models").ComponentBlueprint;
187
202
  color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
188
203
  colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
189
204
  complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
@@ -220,8 +235,11 @@ export declare const useThemeContextStore: () => {
220
235
  };
221
236
  get: {
222
237
  colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): import("@omnia/fx-models").ColorSchema;
223
- blueprint(blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): import("@omnia/fx-models").BlueprintDefinition;
224
- typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
238
+ blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
239
+ typography(): import("@omnia/fx-models").TypographyBlueprint;
240
+ spacing(): import("@omnia/fx-models").SpacingBlueprint;
241
+ chrome(): import("@omnia/fx-models").ChromeBlueprint;
242
+ component(): import("@omnia/fx-models").ComponentBlueprint;
225
243
  color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
226
244
  colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
227
245
  complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
@@ -260,8 +278,11 @@ export declare const useThemeContextStore: () => {
260
278
  };
261
279
  get: {
262
280
  colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): import("@omnia/fx-models").ColorSchema;
263
- blueprint(blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): import("@omnia/fx-models").BlueprintDefinition;
264
- typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
281
+ blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
282
+ typography(): import("@omnia/fx-models").TypographyBlueprint;
283
+ spacing(): import("@omnia/fx-models").SpacingBlueprint;
284
+ chrome(): import("@omnia/fx-models").ChromeBlueprint;
285
+ component(): import("@omnia/fx-models").ComponentBlueprint;
265
286
  color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
266
287
  colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
267
288
  complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
@@ -298,8 +319,11 @@ export declare const useThemeContextStore: () => {
298
319
  };
299
320
  get: {
300
321
  colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): import("@omnia/fx-models").ColorSchema;
301
- blueprint(blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): import("@omnia/fx-models").BlueprintDefinition;
302
- typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
322
+ blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
323
+ typography(): import("@omnia/fx-models").TypographyBlueprint;
324
+ spacing(): import("@omnia/fx-models").SpacingBlueprint;
325
+ chrome(): import("@omnia/fx-models").ChromeBlueprint;
326
+ component(): import("@omnia/fx-models").ComponentBlueprint;
303
327
  color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
304
328
  colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
305
329
  complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
@@ -336,8 +360,11 @@ export declare const useThemeContextStore: () => {
336
360
  };
337
361
  get: {
338
362
  colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): import("@omnia/fx-models").ColorSchema;
339
- blueprint(blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): import("@omnia/fx-models").BlueprintDefinition;
340
- typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
363
+ blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
364
+ typography(): import("@omnia/fx-models").TypographyBlueprint;
365
+ spacing(): import("@omnia/fx-models").SpacingBlueprint;
366
+ chrome(): import("@omnia/fx-models").ChromeBlueprint;
367
+ component(): import("@omnia/fx-models").ComponentBlueprint;
341
368
  color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
342
369
  colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
343
370
  complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
@@ -1,4 +1,4 @@
1
- import { BlueprintType, BlueprintTypes, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, ThemeDefinitionV2, TypographySize, TypographySizes, TypographyType, TypographyTypes } from "@omnia/fx-models";
1
+ import { BlueprintDefinition, BlueprintType, ChromeBlueprint, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, ComponentBlueprint, SpacingBlueprint, ThemeDefinitionV2, TypographyBlueprint } from "@omnia/fx-models";
2
2
  export declare const useThemeStoreV2: () => {
3
3
  state: {
4
4
  currentTheme: ThemeDefinitionV2;
@@ -27,8 +27,11 @@ export declare const useThemeStoreV2: () => {
27
27
  };
28
28
  get: {
29
29
  colorSchema(colorSchemaType: ColorSchemaTypes | ColorSchemaType): import("@omnia/fx-models").ColorSchema;
30
- blueprint(blueprintType: BlueprintTypes | BlueprintType): import("@omnia/fx-models").BlueprintDefinition;
31
- typography(typographyType: TypographyTypes | TypographyType, size: TypographySize | TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
30
+ blueprint<TType extends BlueprintDefinition>(type: BlueprintType): TType;
31
+ typography(): TypographyBlueprint;
32
+ spacing(): SpacingBlueprint;
33
+ chrome(): ChromeBlueprint;
34
+ component(): ComponentBlueprint;
32
35
  color(colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType): string;
33
36
  colorDefinition(colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType): import("@omnia/fx-models").ColorDefinition;
34
37
  complementaryColorType(colorType: ColorTypes | ColorType): ColorTypes;