@omnia/fx 8.0.296-dev → 8.0.298-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (154) hide show
  1. package/internal-do-not-import-from-here/contexts/OmniaContext.d.ts +2 -2
  2. package/internal-do-not-import-from-here/contexts/OmniaContextProvider.d.ts +2 -2
  3. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.app.manifest.json +1 -0
  4. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  5. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +5 -5
  6. package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
  7. package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +87 -87
  8. package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +2 -2
  9. package/internal-do-not-import-from-here/ux/app/ExposeToUxCore.d.ts +5 -0
  10. package/internal-do-not-import-from-here/ux/app/index.d.ts +1 -5
  11. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +1 -1
  12. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/models/Theme.d.ts +2 -2
  13. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +13 -11
  14. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +6 -6
  16. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
  17. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +5 -5
  18. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.css.d.ts +2 -2
  19. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +5 -5
  20. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeViewer.d.ts +4 -4
  21. package/internal-do-not-import-from-here/ux/aurora/designkits/default/themes/ThemeDefinitions.d.ts +12 -12
  22. package/internal-do-not-import-from-here/ux/aurora/designkits/default/useDefaultDesignKit.d.ts +11 -11
  23. package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/themes/ThemeDefinitions.d.ts +2 -2
  24. package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/useDocumentationDesignKit.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/aurora/designkits/editor/themes/ThemeDefinitions.d.ts +3 -3
  26. package/internal-do-not-import-from-here/ux/aurora/designkits/editor/useEditorDesignKit.d.ts +2 -2
  27. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/ThemeDefinitionInstance.d.ts +2 -2
  28. package/internal-do-not-import-from-here/ux/aurora/designkits/useDesignKits.d.ts +14 -14
  29. package/internal-do-not-import-from-here/ux/aurora/index.d.ts +0 -1
  30. package/internal-do-not-import-from-here/ux/aurora/store/ColorManager.d.ts +1 -0
  31. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +12 -3
  32. package/internal-do-not-import-from-here/ux/aurora/store/FontStore.d.ts +5 -6
  33. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +24 -7428
  34. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +2 -2
  35. package/internal-do-not-import-from-here/ux/aurora/store/ThemeService.d.ts +10 -0
  36. package/internal-do-not-import-from-here/ux/aurora/{themingV3/store/ThemingStore.d.ts → store/ThemeStorage.d.ts} +14 -15
  37. package/internal-do-not-import-from-here/ux/aurora/store/{ThemeStoreV2.d.ts → ThemeStore.d.ts} +1 -1
  38. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +24 -7428
  39. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +3 -2
  40. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +6 -12
  41. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +12 -9
  42. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Colors.d.ts +3 -3
  44. package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +5 -5
  45. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Spacing.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +18 -18
  47. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +12 -12
  48. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +0 -2
  49. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +3 -3
  50. package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +5 -5
  54. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -1
  55. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/layoutcanvas/layoutactionhandler/LayoutAction.stylex.d.ts +3 -3
  57. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.stylex.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/LayoutEditorThemingManager.d.ts +4 -4
  60. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/ThemingRenditionManager.d.ts +5 -5
  61. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.stylex.d.ts +2 -2
  63. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.stylex.d.ts +11 -11
  65. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +7 -7
  66. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.css.d.ts +2 -2
  67. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +1 -1
  68. package/internal-do-not-import-from-here/ux/messaging/InternalTopics.d.ts +2 -2
  69. package/internal-do-not-import-from-here/ux/messaging/Topics.d.ts +2 -2
  70. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +5 -5
  71. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.stylex.d.ts +15 -15
  72. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.stylex.d.ts +1 -1
  73. package/internal-do-not-import-from-here/ux/oxide/btn/Button.stylex.d.ts +1 -1
  74. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.stylex.d.ts +1 -1
  75. package/internal-do-not-import-from-here/ux/oxide/card/Card.css.d.ts +1 -1
  76. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.stylex.d.ts +1 -1
  77. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.stylex.d.ts +2 -2
  78. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.stylex.d.ts +6 -6
  79. package/internal-do-not-import-from-here/ux/oxide/column/Column.stylex.d.ts +1 -1
  80. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.stylex.d.ts +3 -3
  81. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.stylex.d.ts +11 -11
  82. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.stylex.d.ts +2 -2
  83. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.stylex.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.stylex.d.ts +5 -5
  85. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.stylex.d.ts +1 -1
  86. package/internal-do-not-import-from-here/ux/oxide/flex/Row.stylex.d.ts +1 -1
  87. package/internal-do-not-import-from-here/ux/oxide/form/Form.stylex.d.ts +1 -1
  88. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.stylex.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.stylex.d.ts +3 -3
  90. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.stylex.d.ts +1 -1
  91. package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +2 -1
  92. package/internal-do-not-import-from-here/ux/oxide/link/link.stylex.d.ts +1 -1
  93. package/internal-do-not-import-from-here/ux/oxide/list/List.stylex.d.ts +1 -1
  94. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.stylex.d.ts +3 -3
  95. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.stylex.d.ts +1 -1
  96. package/internal-do-not-import-from-here/ux/oxide/motion/Motion.d.ts +12 -4
  97. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +4 -4
  98. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.stylex.d.ts +1 -1
  99. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.stylex.d.ts +2 -2
  100. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.stylex.d.ts +6 -6
  101. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.stylex.d.ts +1 -1
  102. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.stylex.d.ts +2 -2
  103. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +1 -1
  104. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.stylex.d.ts +1 -1
  105. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.stylex.d.ts +2 -2
  106. package/internal-do-not-import-from-here/ux/oxide/select/Select.stylex.d.ts +2 -2
  107. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.stylex.d.ts +2 -2
  108. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.stylex.d.ts +1 -1
  109. package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.stylex.d.ts +1 -1
  110. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.stylex.d.ts +1 -1
  111. package/internal-do-not-import-from-here/ux/oxide/stickycontainer/StickyContainer.stylex.d.ts +2 -2
  112. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.stylex.d.ts +1 -1
  113. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.stylex.d.ts +4 -4
  114. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.stylex.d.ts +5 -5
  115. package/internal-do-not-import-from-here/ux/oxide/table/Table.stylex.d.ts +1 -1
  116. package/internal-do-not-import-from-here/ux/oxide/text/Text.stylex.d.ts +1 -1
  117. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.stylex.d.ts +1 -1
  118. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.stylex.d.ts +6 -6
  119. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.stylex.d.ts +5 -5
  120. package/internal-do-not-import-from-here/ux/post/IPost.d.ts +2 -2
  121. package/internal-do-not-import-from-here/ux/post/Post.d.ts +2 -2
  122. package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +2 -2
  123. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -1
  124. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +5 -5
  125. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +5 -5
  126. package/internal-do-not-import-from-here/ux/theming/InternalTheming.d.ts +2 -2
  127. package/internal-do-not-import-from-here/ux/theming/ThemeManager.d.ts +6 -6
  128. package/internal-do-not-import-from-here/ux/theming/ThemeStore.d.ts +7 -7
  129. package/internal-do-not-import-from-here/ux/theming/Theming.d.ts +3 -3
  130. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +4 -0
  131. package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +2 -2
  132. package/internal-do-not-import-from-here/ux/velcron/VelcronStylesProvider.d.ts +1 -1
  133. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
  134. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +4 -4
  135. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +3 -3
  136. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +6 -6
  137. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.stylex.d.ts +1 -1
  138. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/AlignmentEditor.d.ts +76 -76
  139. package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +9 -9
  140. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +3 -3
  141. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItemFactory.d.ts +3 -3
  142. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/InternalVersionedLayoutRenderer.d.ts +9 -9
  143. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +15 -15
  144. package/internal-do-not-import-from-here/wctypings.d.ts +10 -0
  145. package/package.json +2 -2
  146. package/task.js +10 -5
  147. package/task.ts +10 -5
  148. package/internal-do-not-import-from-here/ux/aurora/store/ThemingService.d.ts +0 -10
  149. package/internal-do-not-import-from-here/ux/aurora/themingV3/index.d.ts +0 -3
  150. package/internal-do-not-import-from-here/ux/aurora/themingV3/model/ThemingBoot.d.ts +0 -7
  151. package/internal-do-not-import-from-here/ux/aurora/themingV3/model/index.d.ts +0 -1
  152. package/internal-do-not-import-from-here/ux/aurora/themingV3/service/ThemingService.d.ts +0 -9
  153. package/internal-do-not-import-from-here/ux/aurora/themingV3/service/index.d.ts +0 -1
  154. package/internal-do-not-import-from-here/ux/aurora/themingV3/store/index.d.ts +0 -1
@@ -1,5 +1,5 @@
1
1
  import { ResolvedThemeDefinition, ThemeContextType } from "@omnia/fx-models";
2
- import { useThemeStoreV2 } from "./ThemeStoreV2";
2
+ import { useThemeStore } from "./ThemeStore";
3
3
  export declare const useThemeContextStore: () => {
4
4
  actions: {
5
5
  onDispatching: {
@@ -1309,7 +1309,7 @@ export declare const useThemeContextStore: () => {
1309
1309
  } & {
1310
1310
  dispose?: () => void;
1311
1311
  };
1312
- byType(type: ThemeContextType): ReturnType<typeof useThemeStoreV2>;
1312
+ byType(type: ThemeContextType): ReturnType<typeof useThemeStore>;
1313
1313
  };
1314
1314
  } & {
1315
1315
  dispose?: () => void;
@@ -0,0 +1,10 @@
1
+ import { guid, ThemeDefinition, ThemeTypes } from "@omnia/fx-models";
2
+ export declare const themeService: () => {
3
+ addOrUpdate: <T>(item: T) => Promise<T>;
4
+ delete: (id: guid) => Promise<void>;
5
+ loadThemeById: <T extends ThemeDefinition>(id: guid) => Promise<T>;
6
+ loadThemeByType: <T>(type: ThemeTypes) => Promise<T>;
7
+ loadAllThemes: <T>(id?: guid) => Promise<T>;
8
+ } & {
9
+ dispose?: () => void;
10
+ };
@@ -1,21 +1,20 @@
1
- import { ColorSchema, ColorSchemaV3, ComponentBlueprints, guid, ITemplateRegistration, ResolvedThemeDefinition, SpacingBlueprints, TemplateRegistrationType, ThemeDefinitionV2, TypographyBlueprints } from "@omnia/fx-models";
2
- import { ThemingBoot } from "../model";
3
- type ThemingRegistration = ITemplateRegistration<ThemeDefinitionV2, TemplateRegistrationType> | ITemplateRegistration<ColorSchema> | ITemplateRegistration<TypographyBlueprints> | ITemplateRegistration<ComponentBlueprints> | ITemplateRegistration<SpacingBlueprints>;
4
- type ExpandedThemesResolved = Array<ColorSchemaV3 | TypographyBlueprints | SpacingBlueprints | ComponentBlueprints | ResolvedThemeDefinition>;
5
- export declare const useThemingStorage: () => {
1
+ import { ColorSchema, ComponentBlueprints, guid, ITemplateRegistration, ResolvedThemeDefinition, SpacingBlueprints, TemplateRegistrationType, ThemeDefinition, TypographyBlueprints } from "@omnia/fx-models";
2
+ type ThemeRegistration = ITemplateRegistration<ResolvedThemeDefinition, TemplateRegistrationType> | ITemplateRegistration<ColorSchema> | ITemplateRegistration<TypographyBlueprints> | ITemplateRegistration<ComponentBlueprints> | ITemplateRegistration<SpacingBlueprints>;
3
+ type ThemesResolved = Array<ThemeDefinition | ColorSchema | TypographyBlueprints | SpacingBlueprints | ComponentBlueprints>;
4
+ export declare const useThemeDataStore: () => {
6
5
  state: {
7
- dataServerBoot: ThemingBoot;
8
6
  adminThemeResolve: ResolvedThemeDefinition;
9
7
  defaultThemeResolve: ResolvedThemeDefinition;
10
- availableThemeResolve: ExpandedThemesResolved;
8
+ availableThemeResolve: ThemesResolved;
11
9
  isLoaded: boolean;
10
+ versionId: guid;
12
11
  };
13
12
  events: {
14
- onMutatedDataServerBoot: import("@omnia/fx").MessageBusExposeOnlySubscription<ThemingBoot>;
15
13
  onMutatedAdminThemeResolve: import("@omnia/fx").MessageBusExposeOnlySubscription<ResolvedThemeDefinition>;
16
14
  onMutatedDefaultThemeResolve: import("@omnia/fx").MessageBusExposeOnlySubscription<ResolvedThemeDefinition>;
17
- onMutatedAvailableThemeResolve: import("@omnia/fx").MessageBusExposeOnlySubscription<ExpandedThemesResolved>;
15
+ onMutatedAvailableThemeResolve: import("@omnia/fx").MessageBusExposeOnlySubscription<ThemesResolved>;
18
16
  onMutatedIsLoaded: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
17
+ onMutatedVersionId: import("@omnia/fx").MessageBusExposeOnlySubscription<guid>;
19
18
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
20
19
  actions: {
21
20
  onDispatching: {
@@ -23,7 +22,7 @@ export declare const useThemingStorage: () => {
23
22
  subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
24
23
  };
25
24
  save: {
26
- subscribe(fn: (theme: ThemingRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
25
+ subscribe(fn: (theme: ThemeRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
27
26
  };
28
27
  delete: {
29
28
  subscribe(fn: (id: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -31,10 +30,10 @@ export declare const useThemingStorage: () => {
31
30
  };
32
31
  onDispatched: {
33
32
  loadAll: {
34
- subscribe(fn: (result: any[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
33
+ subscribe(fn: (result: ThemesResolved) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
35
34
  };
36
35
  save: {
37
- subscribe(fn: (result: unknown, theme: ThemingRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
36
+ subscribe(fn: (result: unknown, theme: ThemeRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
38
37
  };
39
38
  delete: {
40
39
  subscribe(fn: (result: unknown, id: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -45,15 +44,15 @@ export declare const useThemingStorage: () => {
45
44
  subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
46
45
  };
47
46
  save: {
48
- subscribe(fn: (failureReason: any, theme: ThemingRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
47
+ subscribe(fn: (failureReason: any, theme: ThemeRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
49
48
  };
50
49
  delete: {
51
50
  subscribe(fn: (failureReason: any, id: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
52
51
  };
53
52
  };
54
53
  } & {
55
- loadAll(): Promise<any[]>;
56
- save(theme: ThemingRegistration): Promise<unknown>;
54
+ loadAll(): Promise<ThemesResolved>;
55
+ save(theme: ThemeRegistration): Promise<unknown>;
57
56
  delete(id: guid): Promise<unknown>;
58
57
  };
59
58
  get: {
@@ -1,6 +1,6 @@
1
1
  import { ColorSchema, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, FillDefinitionValue, ResolvedThemeDefinition } from "@omnia/fx-models";
2
2
  import { type ColorSchemaStoreType } from "./ColorSchemaStore";
3
- export declare const useThemeStoreV2: () => {
3
+ export declare const useThemeStore: () => {
4
4
  state: {
5
5
  currentTheme: ResolvedThemeDefinition;
6
6
  };