@omnia/fx 8.0.296-dev → 8.0.298-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 (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,6 +1,6 @@
1
1
  import { MessageBusExposeOnlySubscription } from "../../..";
2
2
  import { ServiceContainerContext } from "../../../core";
3
- import { AddItemToLayoutPayLoad, Block, BlockRenderingModes, ClipboardLayoutItem, ColorSchemaTypes, DeleteItemFromLayoutPayLoad, DisplayBreakPoint, DisplayBreakPointSetting, IBlockInstance, ILayoutCanvasStore, ILayoutSectionRenderer, IMessageBusTopicPublishSubscriber, Layout, LayoutCanvasModes, LayoutDrawerState, LayoutDrawerTabs, LayoutEditorModes, LayoutInheritanceBehaviors, LayoutItem, LayoutItemActionState, LayoutItemRegistration, LoadedLayout, Section, SectionSettings, SectionTypes, SettingsPanelState, ThemeDefinition, guid } from "../../../models";
3
+ import { AddItemToLayoutPayLoad, Block, BlockRenderingModes, ClipboardLayoutItem, ColorSchemaTypes, DeleteItemFromLayoutPayLoad, DisplayBreakPoint, DisplayBreakPointSetting, IBlockInstance, ILayoutCanvasStore, ILayoutSectionRenderer, IMessageBusTopicPublishSubscriber, Layout, LayoutCanvasModes, LayoutDrawerState, LayoutDrawerTabs, LayoutEditorModes, LayoutInheritanceBehaviors, LayoutItem, LayoutItemActionState, LayoutItemRegistration, LoadedLayout, Section, SectionSettings, SectionTypes, SettingsPanelState, LegacyThemeDefinition, guid } from "../../../models";
4
4
  import { Store, StoreState } from "../../../stores";
5
5
  import { useScrollContainerStore } from "../../oxide";
6
6
  import { EditorLayoutItemFactory } from "../factories";
@@ -26,10 +26,10 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
26
26
  width: string;
27
27
  scrollingDirection: import("@omnia/fx-models").OScrollTypesCombination;
28
28
  coordinates: {
29
+ readonly bottom: number;
29
30
  readonly left: number;
30
31
  readonly right: number;
31
32
  readonly top: number;
32
- readonly bottom: number;
33
33
  };
34
34
  };
35
35
  events: {
@@ -40,10 +40,10 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
40
40
  onMutatedWidth: MessageBusExposeOnlySubscription<string>;
41
41
  onMutatedScrollingDirection: MessageBusExposeOnlySubscription<import("@omnia/fx-models").OScrollTypesCombination>;
42
42
  onMutatedCoordinates: MessageBusExposeOnlySubscription<{
43
+ readonly bottom: number;
43
44
  readonly left: number;
44
45
  readonly right: number;
45
46
  readonly top: number;
46
- readonly bottom: number;
47
47
  }>;
48
48
  } & Record<string, IMessageBusTopicPublishSubscriber<any>>;
49
49
  actions: {
@@ -187,10 +187,10 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
187
187
  };
188
188
  get: {
189
189
  readonly coordinates: {
190
+ readonly bottom: number;
190
191
  readonly left: number;
191
192
  readonly right: number;
192
193
  readonly top: number;
193
- readonly bottom: number;
194
194
  };
195
195
  readonly scrollPosition: number;
196
196
  };
@@ -263,8 +263,8 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
263
263
  suggestedBlocks: StoreState<string[]>;
264
264
  layoutInheritanceBehaviors: StoreState<LayoutInheritanceBehaviors>;
265
265
  enableDisplayBreakpointSettings: StoreState<boolean>;
266
- blockThemeDefinition: StoreState<ThemeDefinition>;
267
- layoutThemeDefinition: StoreState<ThemeDefinition>;
266
+ blockThemeDefinition: StoreState<LegacyThemeDefinition>;
267
+ layoutThemeDefinition: StoreState<LegacyThemeDefinition>;
268
268
  isDesignRender: StoreState<boolean>;
269
269
  authDisabled: StoreState<boolean>;
270
270
  private disabledAnchorLink;
@@ -316,7 +316,7 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
316
316
  zoomIn: () => void;
317
317
  setLayout: (layout: Layout) => void;
318
318
  createNewLayout: () => void;
319
- setTheme: (layoutThemeDefinition: ThemeDefinition, blockThemeDefinition: ThemeDefinition) => void;
319
+ setTheme: (layoutThemeDefinition: LegacyThemeDefinition, blockThemeDefinition: LegacyThemeDefinition) => void;
320
320
  setCanvasMode: (mode: LayoutCanvasModes) => void;
321
321
  setSuggestedBlocks: (blocks: string[]) => void;
322
322
  setPreviewUrl: (url: string) => void;
@@ -1,4 +1,4 @@
1
1
  export declare const MediaPickerImageStyles: {
2
- wrapper: import("..").StylexType;
3
- imgCaption: Readonly<import("..").StylexType>;
2
+ wrapper: import("..").StylexValue;
3
+ imgCaption: Readonly<import("..").StylexValue>;
4
4
  };
@@ -149,10 +149,10 @@ declare const _default: {
149
149
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
150
150
  propsDefinition: Omit<Readonly<{} & {
151
151
  image?: MediaPickerImage;
152
+ contain?: boolean;
152
153
  avatar?: {
153
154
  size: OSizeTypes;
154
155
  };
155
- contain?: boolean;
156
156
  contentClass?: string;
157
157
  imagedata?: string;
158
158
  imageStyle?: string | object | object[];
@@ -1,9 +1,9 @@
1
- import { IMessageBusTopicPublishSubscriber, ThemeDefinition, ThemeTargetRegistration } from "../../models";
1
+ import { IMessageBusTopicPublishSubscriber, LegacyThemeDefinition, ThemeTargetRegistration } from "../../models";
2
2
  import { MessageBusTopicMediator } from "../..";
3
3
  export declare class InternalTopics {
4
4
  static Theming: {
5
5
  new (): {};
6
- readonly registerThemeDefinition: IMessageBusTopicPublishSubscriber<ThemeDefinition>;
6
+ readonly registerThemeDefinition: IMessageBusTopicPublishSubscriber<LegacyThemeDefinition>;
7
7
  readonly registerThemeTarget: IMessageBusTopicPublishSubscriber<ThemeTargetRegistration>;
8
8
  };
9
9
  static MediaPicker: {
@@ -1,11 +1,11 @@
1
1
  import { MessageBusTopicMediator } from "../..";
2
- import { IMessageBusTopicPublication, IMessageBusTopicPublishSubscriber, SecretRegistrationMsg, TenantAdminSettingsSection, ThemeDefinition, ThemeTargetRegistration, guid } from "../../models";
2
+ import { IMessageBusTopicPublication, IMessageBusTopicPublishSubscriber, SecretRegistrationMsg, TenantAdminSettingsSection, LegacyThemeDefinition, ThemeTargetRegistration, guid } from "../../models";
3
3
  import { BusinessProfileSettingsSection } from "../admin/businessprofile/settings/IBusinessProfileSettingsJourney";
4
4
  export declare const AdminNamespace = "omnia.admin.core.messaging";
5
5
  export declare class Topics {
6
6
  static Theming: {
7
7
  new (): {};
8
- readonly registerThemeDefinition: IMessageBusTopicPublication<ThemeDefinition>;
8
+ readonly registerThemeDefinition: IMessageBusTopicPublication<LegacyThemeDefinition>;
9
9
  readonly registerThemeTarget: IMessageBusTopicPublication<ThemeTargetRegistration>;
10
10
  };
11
11
  static MediaPickerRTEHandler: {
@@ -78,6 +78,7 @@ declare const _default: {
78
78
  }>;
79
79
  };
80
80
  }>> & {
81
+ onPosition?: (event: any) => any;
81
82
  onScroll?: (event: any) => any;
82
83
  onError?: (err: string) => any;
83
84
  onConfiguration?: (event: any) => any;
@@ -87,7 +88,6 @@ declare const _default: {
87
88
  onFocus?: () => any;
88
89
  onKeydown?: (event: any) => any;
89
90
  onKeyup?: (event: any) => any;
90
- onPosition?: (event: any) => any;
91
91
  onSelection?: (event: any) => any;
92
92
  "onUpdate:modelValue"?: (value: string) => any;
93
93
  onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
@@ -212,6 +212,7 @@ declare const _default: {
212
212
  }>;
213
213
  };
214
214
  }>> & {
215
+ onPosition?: (event: any) => any;
215
216
  onScroll?: (event: any) => any;
216
217
  onError?: (err: string) => any;
217
218
  onConfiguration?: (event: any) => any;
@@ -221,7 +222,6 @@ declare const _default: {
221
222
  onFocus?: () => any;
222
223
  onKeydown?: (event: any) => any;
223
224
  onKeyup?: (event: any) => any;
224
- onPosition?: (event: any) => any;
225
225
  onSelection?: (event: any) => any;
226
226
  "onUpdate:modelValue"?: (value: string) => any;
227
227
  onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
@@ -318,6 +318,7 @@ declare const _default: {
318
318
  }>;
319
319
  };
320
320
  }>> & {
321
+ onPosition?: (event: any) => any;
321
322
  onScroll?: (event: any) => any;
322
323
  onError?: (err: string) => any;
323
324
  onConfiguration?: (event: any) => any;
@@ -327,7 +328,6 @@ declare const _default: {
327
328
  onFocus?: () => any;
328
329
  onKeydown?: (event: any) => any;
329
330
  onKeyup?: (event: any) => any;
330
- onPosition?: (event: any) => any;
331
331
  onSelection?: (event: any) => any;
332
332
  "onUpdate:modelValue"?: (value: string) => any;
333
333
  onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
@@ -436,7 +436,7 @@ declare const _default: {
436
436
  modelValue?: string;
437
437
  "onUpdate:modelValue"?: (value: string) => any | void;
438
438
  language?: string;
439
- }>, "onFocus" | "onBlur" | "onError" | "onScroll" | "onChange" | "onKeydown" | "onKeyup" | "onUpdate:modelValue" | "onLayout" | "onConfiguration" | "onPosition" | "onSelection" | "onEditorDidMount" | "onContextMenu" | "onBlurText" | "onModelDecorations" | "onModelLanguage" | "onModelOptions" | "onAfterDispose" | "onFocusText" | "onMouseDown" | "onMouseLeave" | "onMouseMove" | "onMouseUp"> & {
439
+ }>, "onFocus" | "onBlur" | "onError" | "onScroll" | "onChange" | "onKeydown" | "onKeyup" | "onUpdate:modelValue" | "onLayout" | "onPosition" | "onConfiguration" | "onSelection" | "onEditorDidMount" | "onContextMenu" | "onBlurText" | "onModelDecorations" | "onModelLanguage" | "onModelOptions" | "onAfterDispose" | "onFocusText" | "onMouseDown" | "onMouseLeave" | "onMouseMove" | "onMouseUp"> & {
440
440
  onFocus?: () => any;
441
441
  onBlur?: () => any;
442
442
  onError?: (err: string) => any;
@@ -446,8 +446,8 @@ declare const _default: {
446
446
  onKeyup?: (event: any) => any;
447
447
  "onUpdate:modelValue"?: (value: string) => any;
448
448
  onLayout?: (event: any) => any;
449
- onConfiguration?: (event: any) => any;
450
449
  onPosition?: (event: any) => any;
450
+ onConfiguration?: (event: any) => any;
451
451
  onSelection?: (event: any) => any;
452
452
  onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
453
453
  onContextMenu?: (event: any) => any;
@@ -2,21 +2,21 @@ import { ColorDefinition } from "../../velcron/core";
2
2
  import { useColorSchemaSetup } from "../..";
3
3
  import { OAppBarTypes } from "@omnia/fx-models";
4
4
  export declare const AppbarStyles: {
5
- templateTitle: Readonly<import("../..").StylexType>;
6
- content: Readonly<import("../..").StylexType>;
7
- wrapper: (variant: OAppBarTypes, colors: ReturnType<typeof useColorSchemaSetup>) => import("../..").StylexType;
8
- navigation: (color: ColorDefinition) => Readonly<import("../..").StylexType>;
5
+ templateTitle: Readonly<import("../..").StylexValue>;
6
+ content: Readonly<import("../..").StylexValue>;
7
+ wrapper: (variant: OAppBarTypes, colors: ReturnType<typeof useColorSchemaSetup>) => import("../..").StylexValue;
8
+ navigation: (color: ColorDefinition) => Readonly<import("../..").StylexValue>;
9
9
  navigationIcon: {
10
- buttonHeader: Readonly<import("../..").StylexType>;
11
- container: Readonly<import("../..").StylexType>;
12
- menuItems: Readonly<import("../..").StylexType>;
13
- menuOpen: import("../..").StylexType;
14
- line: (color: string) => Readonly<import("../..").StylexType>;
15
- line1: Readonly<import("../..").StylexType>;
16
- line1Open: import("../..").StylexType;
17
- line2: import("../..").StylexType;
18
- line2Open: import("../..").StylexType;
19
- line3: Readonly<import("../..").StylexType>;
20
- line3Open: import("../..").StylexType;
10
+ buttonHeader: Readonly<import("../..").StylexValue>;
11
+ container: Readonly<import("../..").StylexValue>;
12
+ menuItems: Readonly<import("../..").StylexValue>;
13
+ menuOpen: import("../..").StylexValue;
14
+ line: (color: string) => Readonly<import("../..").StylexValue>;
15
+ line1: Readonly<import("../..").StylexValue>;
16
+ line1Open: import("../..").StylexValue;
17
+ line2: import("../..").StylexValue;
18
+ line2Open: import("../..").StylexValue;
19
+ line3: Readonly<import("../..").StylexValue>;
20
+ line3Open: import("../..").StylexValue;
21
21
  };
22
22
  };
@@ -1,3 +1,3 @@
1
1
  export declare const AvatarStyles: {
2
- fadeEffect: (color: any) => Readonly<import("@omnia/fx/ux").StylexType>;
2
+ fadeEffect: (color: any) => Readonly<import("@omnia/fx/ux").StylexValue>;
3
3
  };
@@ -1,6 +1,6 @@
1
1
  import { OButtonVariants } from "@omnia/fx-models";
2
2
  export declare const ButtonStyles: {
3
- velcronStyling: import("../..").StylexType;
3
+ velcronStyling: import("../..").StylexValue;
4
4
  wrapper: (background: string, text: string, iconColor: string, variant: OButtonVariants, transparent: boolean, transparentHover: boolean, grouped: boolean) => {
5
5
  class: string;
6
6
  style: {
@@ -4,5 +4,5 @@
4
4
  import { ColorDefinition } from "../../velcron/core";
5
5
  import { OButtonGroupTypes } from "@omnia/fx-models";
6
6
  export declare const ButtonGroupStyles: {
7
- buttonContainer: (baseColor: ColorDefinition, onBaseColor: ColorDefinition, containerColor: ColorDefinition, onContainerColor: ColorDefinition, toned: boolean, variant: OButtonGroupTypes) => Readonly<import("@omnia/fx/ux").StylexType>;
7
+ buttonContainer: (baseColor: ColorDefinition, onBaseColor: ColorDefinition, containerColor: ColorDefinition, onContainerColor: ColorDefinition, toned: boolean, variant: OButtonGroupTypes) => Readonly<import("@omnia/fx/ux").StylexValue>;
8
8
  };
@@ -1,3 +1,3 @@
1
1
  export declare const CardStyles: {
2
- wrapper: import("@omnia/fx/ux").StylexType;
2
+ wrapper: import("@omnia/fx/ux").StylexValue;
3
3
  };
@@ -1,4 +1,4 @@
1
1
  import { useTypographyBlueprintStore } from "../..";
2
2
  export declare const CheckBoxStyles: {
3
- wrapper: (textColor: string, selectedColor: string, blueprints: ReturnType<typeof useTypographyBlueprintStore>) => Readonly<import("../..").StylexType>;
3
+ wrapper: (textColor: string, selectedColor: string, blueprints: ReturnType<typeof useTypographyBlueprintStore>) => Readonly<import("../..").StylexValue>;
4
4
  };
@@ -5,6 +5,6 @@ export declare const chipStyles: {
5
5
  "--color": string;
6
6
  };
7
7
  };
8
- fadeEffect: (color: string) => Readonly<import("@omnia/fx/ux").StylexType>;
9
- avatarWrapper: Readonly<import("@omnia/fx/ux").StylexType>;
8
+ fadeEffect: (color: string) => Readonly<import("@omnia/fx/ux").StylexValue>;
9
+ avatarWrapper: Readonly<import("@omnia/fx/ux").StylexValue>;
10
10
  };
@@ -1,8 +1,8 @@
1
1
  export declare const ColorPickerStyles: {
2
- titleColumn: Readonly<import("@omnia/fx/ux").StylexType>;
3
- title: (dark: boolean, labelColor: string) => import("@omnia/fx/ux").StylexType;
4
- icon: (dark: boolean) => import("@omnia/fx/ux").StylexType;
5
- displaywrapper: (bgColor: string) => Readonly<import("@omnia/fx/ux").StylexType>;
6
- pickerTopWrapper: Readonly<import("@omnia/fx/ux").StylexType>;
7
- pickerBottomWrapper: Readonly<import("@omnia/fx/ux").StylexType>;
2
+ titleColumn: Readonly<import("@omnia/fx/ux").StylexValue>;
3
+ title: (dark: boolean, labelColor: string) => import("@omnia/fx/ux").StylexValue;
4
+ icon: (dark: boolean) => import("@omnia/fx/ux").StylexValue;
5
+ displaywrapper: (bgColor: string) => Readonly<import("@omnia/fx/ux").StylexValue>;
6
+ pickerTopWrapper: Readonly<import("@omnia/fx/ux").StylexValue>;
7
+ pickerBottomWrapper: Readonly<import("@omnia/fx/ux").StylexValue>;
8
8
  };
@@ -7,5 +7,5 @@ export interface stylingSettings {
7
7
  minWidth: string;
8
8
  }
9
9
  export declare const ColStyles: {
10
- wrapper: (settings: stylingSettings) => Readonly<import("../../Styles.stylex").StylexType>;
10
+ wrapper: (settings: stylingSettings) => Readonly<import("../../Styles.stylex").StylexValue>;
11
11
  };
@@ -1,7 +1,7 @@
1
1
  import { ColorDefinition } from "@omnia/fx-models";
2
2
  import { useColorSchemaStore } from "@omnia/fx/ux";
3
3
  export declare const dataTableStyles: {
4
- rowWrapper: (color: ColorDefinition) => Readonly<import("@omnia/fx/ux").StylexType>;
5
- actionCell: Readonly<import("@omnia/fx/ux").StylexType>;
6
- wrapper: (colors: ReturnType<typeof useColorSchemaStore>, showFooter: boolean) => Readonly<import("@omnia/fx/ux").StylexType>;
4
+ rowWrapper: (color: ColorDefinition) => Readonly<import("@omnia/fx/ux").StylexValue>;
5
+ actionCell: Readonly<import("@omnia/fx/ux").StylexValue>;
6
+ wrapper: (colors: ReturnType<typeof useColorSchemaStore>, showFooter: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
7
7
  };
@@ -1,15 +1,15 @@
1
1
  import { useColorSchemaStore } from "@omnia/fx/ux";
2
2
  import { ColorDefinition, ODialogTypes } from "@omnia/fx-models";
3
3
  export declare const DialogStyles: {
4
- templateTitle: Readonly<import("@omnia/fx/ux").StylexType>;
5
- titleWrapper: (dark: boolean) => Readonly<import("@omnia/fx/ux").StylexType>;
6
- fixedContent: (backgroundColor: string) => Readonly<import("@omnia/fx/ux").StylexType>;
7
- navigationDrawer: (dark: boolean) => Readonly<import("@omnia/fx/ux").StylexType>;
8
- navigationWrapper: (dark: boolean) => Readonly<import("@omnia/fx/ux").StylexType>;
9
- activator: import("@omnia/fx/ux").StylexType;
10
- contentScrollWrapper: (customScroll: boolean, hasButtons: boolean, fullSize: boolean, staticContent: boolean, variant: ODialogTypes, horizontalScroll: boolean) => Readonly<import("@omnia/fx/ux").StylexType>;
11
- notScrollOutside: import("@omnia/fx/ux").StylexType;
12
- iconWrapper: (dark: boolean) => Readonly<import("@omnia/fx/ux").StylexType>;
13
- footerWrapper: (backgroundColor: ColorDefinition) => Readonly<import("@omnia/fx/ux").StylexType>;
14
- scroll(colors: ReturnType<typeof useColorSchemaStore>): Readonly<import("@omnia/fx/ux").StylexType>;
4
+ templateTitle: Readonly<import("@omnia/fx/ux").StylexValue>;
5
+ titleWrapper: (dark: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
6
+ fixedContent: (backgroundColor: string) => Readonly<import("@omnia/fx/ux").StylexValue>;
7
+ navigationDrawer: (dark: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
8
+ navigationWrapper: (dark: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
9
+ activator: import("@omnia/fx/ux").StylexValue;
10
+ contentScrollWrapper: (customScroll: boolean, hasButtons: boolean, fullSize: boolean, staticContent: boolean, variant: ODialogTypes, horizontalScroll: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
11
+ notScrollOutside: import("@omnia/fx/ux").StylexValue;
12
+ iconWrapper: (dark: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
13
+ footerWrapper: (backgroundColor: ColorDefinition) => Readonly<import("@omnia/fx/ux").StylexValue>;
14
+ scroll(colors: ReturnType<typeof useColorSchemaStore>): Readonly<import("@omnia/fx/ux").StylexValue>;
15
15
  };
@@ -1,5 +1,5 @@
1
1
  import { OPageDividerTypes } from "@omnia/fx-models";
2
2
  export declare const DividerStyles: {
3
- divider: (dark: boolean, variant: OPageDividerTypes) => Readonly<import("@omnia/fx/ux").StylexType>;
4
- label: Readonly<import("@omnia/fx/ux").StylexType>;
3
+ divider: (dark: boolean, variant: OPageDividerTypes) => Readonly<import("@omnia/fx/ux").StylexValue>;
4
+ label: Readonly<import("@omnia/fx/ux").StylexValue>;
5
5
  };
@@ -1,3 +1,3 @@
1
1
  export declare const DraggableStyles: {
2
- hoverStyle: import("@omnia/fx/ux").StylexType;
2
+ hoverStyle: import("@omnia/fx/ux").StylexValue;
3
3
  };
@@ -1,8 +1,8 @@
1
1
  import { ColorDefinition, OPanelTypes } from "@omnia/fx-models";
2
2
  export declare const ExpansionPanelStyles: {
3
- iconWrapper: (variant: OPanelTypes) => Readonly<import("@omnia/fx/ux").StylexType>;
4
- customHeader: Readonly<import("@omnia/fx/ux").StylexType>;
5
- sectionVariant: Readonly<import("@omnia/fx/ux").StylexType>;
6
- tabVariant: Readonly<import("@omnia/fx/ux").StylexType>;
7
- wrapper: (base: ColorDefinition, onBase: ColorDefinition, panelType: OPanelTypes, hideExpandIcon: boolean, toned: boolean, slim: boolean) => Readonly<import("@omnia/fx/ux").StylexType>;
3
+ iconWrapper: (variant: OPanelTypes) => Readonly<import("@omnia/fx/ux").StylexValue>;
4
+ customHeader: Readonly<import("@omnia/fx/ux").StylexValue>;
5
+ sectionVariant: Readonly<import("@omnia/fx/ux").StylexValue>;
6
+ tabVariant: Readonly<import("@omnia/fx/ux").StylexValue>;
7
+ wrapper: (base: ColorDefinition, onBase: ColorDefinition, panelType: OPanelTypes, hideExpandIcon: boolean, toned: boolean, slim: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
8
8
  };
@@ -1,3 +1,3 @@
1
1
  export declare const ExpansionPanelsStyles: {
2
- sectionVariant: (dark: boolean) => Readonly<import("@omnia/fx/ux").StylexType>;
2
+ sectionVariant: (dark: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
3
3
  };
@@ -13,5 +13,5 @@ export interface stylingSettings {
13
13
  direction: ORowDirections;
14
14
  }
15
15
  export declare const RowStyles: {
16
- wrapper: (settings: stylingSettings) => Readonly<import("../../Styles.stylex").StylexType>;
16
+ wrapper: (settings: stylingSettings) => Readonly<import("../../Styles.stylex").StylexValue>;
17
17
  };
@@ -1,3 +1,3 @@
1
1
  export declare const FormStyles: {
2
- rowWrapper: import("@omnia/fx/ux").StylexType;
2
+ rowWrapper: import("@omnia/fx/ux").StylexValue;
3
3
  };
@@ -1,4 +1,4 @@
1
1
  import { OIconVariants, OIconSizes } from "@omnia/fx-models";
2
2
  export declare const IconStyles: {
3
- wrapper: (size: OIconSizes, variant: OIconVariants) => Readonly<import("../..").StylexType>;
3
+ wrapper: (size: OIconSizes, variant: OIconVariants) => Readonly<import("../..").StylexValue>;
4
4
  };
@@ -3,7 +3,7 @@ import { useColorSchemaStore, useTypographyBlueprintStore } from "@omnia/fx/ux";
3
3
  export declare const TextFieldStyles: {
4
4
  editorVariant: string;
5
5
  textAndFont: (textBlueprint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, typography: ReturnType<typeof useTypographyBlueprintStore>) => string;
6
- generalField: (textColor: string, rounded: BoxDimensions, fixTextFiled: boolean) => Readonly<import("@omnia/fx/ux").StylexType>;
7
- hint: (color: string) => Readonly<import("@omnia/fx/ux").StylexType>;
8
- iconButtonWrapper: import("@omnia/fx/ux").StylexType;
6
+ generalField: (textColor: string, rounded: BoxDimensions, fixTextFiled: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
7
+ hint: (color: string) => Readonly<import("@omnia/fx/ux").StylexValue>;
8
+ iconButtonWrapper: import("@omnia/fx/ux").StylexValue;
9
9
  };
@@ -1,3 +1,3 @@
1
1
  export declare const layoutStyles: {
2
- wrapper: import("@omnia/fx/ux").StylexType;
2
+ wrapper: import("@omnia/fx/ux").StylexValue;
3
3
  };
@@ -1,4 +1,5 @@
1
+ import { OMotionProps } from "@omnia/fx-models";
1
2
  import { DefineProp } from "@omnia/fx/ux";
2
- type LazyProps = DefineProp<"renderOnIdle", boolean, false, false, "If true, the lazy will render when the browser is idle."> & DefineProp<"disabled", boolean, false, false, "If true lazy is disabled"> & DefineProp<"minHeight", string | number, false, null, "The min height of the lazy element.">;
3
+ type LazyProps = DefineProp<"renderOnIdle", boolean, false, false, "If true, the lazy will render when the browser is idle."> & DefineProp<"disabled", boolean, false, false, "If true lazy is disabled"> & DefineProp<"motion", OMotionProps, false, null, "If true lazy is disabled"> & DefineProp<"minHeight", string | number, false, null, "The min height of the lazy element.">;
3
4
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<LazyProps>) => any;
4
5
  export default _default;
@@ -1,3 +1,3 @@
1
1
  export declare const LinkStyles: {
2
- wrapper: () => Readonly<import("../..").StylexType>;
2
+ wrapper: () => Readonly<import("../..").StylexValue>;
3
3
  };
@@ -1,4 +1,4 @@
1
1
  import { OListTypes } from "@omnia/fx-models";
2
2
  export declare const listStyles: {
3
- wrapper: (listType: OListTypes, dark: any, divider: boolean) => Readonly<import("@omnia/fx/ux").StylexType>;
3
+ wrapper: (listType: OListTypes, dark: any, divider: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
4
4
  };
@@ -1,5 +1,5 @@
1
1
  export declare const ListItemStyles: {
2
- wrapper: (iconOnly: boolean, isFixedHeight: boolean) => Readonly<import("../..").StylexType>;
3
- selectedItem: (dark: boolean) => Readonly<import("../..").StylexType>;
4
- hoverStyle: (dark: boolean) => Readonly<import("../..").StylexType>;
2
+ wrapper: (iconOnly: boolean, isFixedHeight: boolean) => Readonly<import("../..").StylexValue>;
3
+ selectedItem: (dark: boolean) => Readonly<import("../..").StylexValue>;
4
+ hoverStyle: (dark: boolean) => Readonly<import("../..").StylexValue>;
5
5
  };
@@ -1,3 +1,3 @@
1
1
  export declare const MenuStyles: {
2
- activator: Readonly<import("@omnia/fx/ux").StylexType>;
2
+ activator: Readonly<import("@omnia/fx/ux").StylexValue>;
3
3
  };
@@ -1,14 +1,22 @@
1
+ import { DefineEmit } from "@omnia/fx/ux";
1
2
  import type { AnimationOptionsWithOverrides, InViewOptions, VariantDefinition, Variants } from "@motionone/dom";
2
- export interface MotionProps {
3
- initial?: VariantDefinition | boolean;
3
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
4
+ initial?: boolean | VariantDefinition;
5
+ } & {
4
6
  animate?: VariantDefinition;
7
+ } & {
5
8
  inView?: VariantDefinition;
9
+ } & {
6
10
  hover?: VariantDefinition;
11
+ } & {
7
12
  press?: VariantDefinition;
13
+ } & {
8
14
  exit?: VariantDefinition;
15
+ } & {
9
16
  variants?: Variants;
17
+ } & {
10
18
  inViewOptions?: InViewOptions;
19
+ } & {
11
20
  transition?: AnimationOptionsWithOverrides;
12
- }
13
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<MotionProps>) => any;
21
+ } & DefineEmit<"click:someThing", (value: string) => true>>) => any;
14
22
  export default _default;
@@ -14,7 +14,7 @@ declare const _default: {
14
14
  type: import("vue").PropType<boolean>;
15
15
  };
16
16
  location: {
17
- type: import("vue").PropType<"left" | "right" | "top" | "start" | "end" | "bottom">;
17
+ type: import("vue").PropType<"bottom" | "left" | "right" | "top" | "start" | "end">;
18
18
  };
19
19
  "onUpdate:modelValue": {
20
20
  type: import("vue").PropType<(value: boolean) => any | void>;
@@ -67,7 +67,7 @@ declare const _default: {
67
67
  type: import("vue").PropType<boolean>;
68
68
  };
69
69
  location: {
70
- type: import("vue").PropType<"left" | "right" | "top" | "start" | "end" | "bottom">;
70
+ type: import("vue").PropType<"bottom" | "left" | "right" | "top" | "start" | "end">;
71
71
  };
72
72
  "onUpdate:modelValue": {
73
73
  type: import("vue").PropType<(value: boolean) => any | void>;
@@ -117,7 +117,7 @@ declare const _default: {
117
117
  type: import("vue").PropType<boolean>;
118
118
  };
119
119
  location: {
120
- type: import("vue").PropType<"left" | "right" | "top" | "start" | "end" | "bottom">;
120
+ type: import("vue").PropType<"bottom" | "left" | "right" | "top" | "start" | "end">;
121
121
  };
122
122
  "onUpdate:modelValue": {
123
123
  type: import("vue").PropType<(value: boolean) => any | void>;
@@ -160,7 +160,7 @@ declare const _default: {
160
160
  overrides?: object;
161
161
  toned?: boolean;
162
162
  "onUpdate:modelValue"?: (value: boolean) => any | void;
163
- location?: "left" | "right" | "top" | "start" | "end" | "bottom";
163
+ location?: "bottom" | "left" | "right" | "top" | "start" | "end";
164
164
  customWidth?: number;
165
165
  }>, never>;
166
166
  };
@@ -1,4 +1,4 @@
1
1
  import { ONavigationDrawerVariants } from "@omnia/fx-models";
2
2
  export declare const NavigatonDrawerStyles: {
3
- wrapper: (variant: ONavigationDrawerVariants) => Readonly<import("@omnia/fx/ux").StylexType>;
3
+ wrapper: (variant: ONavigationDrawerVariants) => Readonly<import("@omnia/fx/ux").StylexValue>;
4
4
  };
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- avatarWrapper: (size: number | string) => Readonly<import("@omnia/fx/ux").StylexType>;
3
- textWrapper: (characters: any, fullSize: any) => import("@omnia/fx/ux").StylexType;
2
+ avatarWrapper: (size: number | string) => Readonly<import("@omnia/fx/ux").StylexValue>;
3
+ textWrapper: (characters: any, fullSize: any) => import("@omnia/fx/ux").StylexValue;
4
4
  };
5
5
  export default _default;
@@ -1,10 +1,10 @@
1
1
  import { ColorDefinition } from "../../velcron/core";
2
2
  import { OPanelVariants, OPaddingCombination } from "@omnia/fx-models";
3
3
  export declare const PanelStyles: {
4
- tabSettingsPadding: Readonly<import("@omnia/fx/ux").StylexType>;
5
- templateTitle: (variant: OPanelVariants, titelOnTopDivider: boolean, color: string, spacelessTop: boolean, spacelessBottom: boolean, paddings: OPaddingCombination) => Readonly<import("@omnia/fx/ux").StylexType>;
6
- dividerOnTitle: Readonly<import("@omnia/fx/ux").StylexType>;
7
- panelHoverBackground: (color: ColorDefinition) => Readonly<import("@omnia/fx/ux").StylexType>;
8
- panelWrapper: (hide: boolean, variant: OPanelVariants, grouped: boolean, spacelessTop: boolean, spacelessBottom: boolean, hasLeftDivider: any, hasRightDivider: any, dark: boolean, paddings: OPaddingCombination) => Readonly<import("@omnia/fx/ux").StylexType>;
9
- contentWrapper: (variant: OPanelVariants, grouped: boolean, spacelessTop: boolean, spacelessBottom: boolean, paddings: OPaddingCombination, noContentPadding: boolean) => Readonly<import("@omnia/fx/ux").StylexType>;
4
+ tabSettingsPadding: Readonly<import("@omnia/fx/ux").StylexValue>;
5
+ templateTitle: (variant: OPanelVariants, titelOnTopDivider: boolean, color: string, spacelessTop: boolean, spacelessBottom: boolean, paddings: OPaddingCombination) => Readonly<import("@omnia/fx/ux").StylexValue>;
6
+ dividerOnTitle: Readonly<import("@omnia/fx/ux").StylexValue>;
7
+ panelHoverBackground: (color: ColorDefinition) => Readonly<import("@omnia/fx/ux").StylexValue>;
8
+ panelWrapper: (hide: boolean, variant: OPanelVariants, grouped: boolean, spacelessTop: boolean, spacelessBottom: boolean, hasLeftDivider: any, hasRightDivider: any, dark: boolean, paddings: OPaddingCombination) => Readonly<import("@omnia/fx/ux").StylexValue>;
9
+ contentWrapper: (variant: OPanelVariants, grouped: boolean, spacelessTop: boolean, spacelessBottom: boolean, paddings: OPaddingCombination, noContentPadding: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
10
10
  };
@@ -1,4 +1,4 @@
1
1
  import { useTypographyBlueprintStore } from "@omnia/fx/ux";
2
2
  export declare const RadioStyles: {
3
- wrapper: (textColor: string, selectedColor: string, blueprint: ReturnType<typeof useTypographyBlueprintStore>) => Readonly<import("@omnia/fx/ux").StylexType>;
3
+ wrapper: (textColor: string, selectedColor: string, blueprint: ReturnType<typeof useTypographyBlueprintStore>) => Readonly<import("@omnia/fx/ux").StylexValue>;
4
4
  };
@@ -1,4 +1,4 @@
1
1
  export declare const RadioGroupStyles: {
2
- wrapper: Readonly<import("@omnia/fx/ux").StylexType>;
3
- itemWrapper: (textColor: string) => Readonly<import("@omnia/fx/ux").StylexType>;
2
+ wrapper: Readonly<import("@omnia/fx/ux").StylexValue>;
3
+ itemWrapper: (textColor: string) => Readonly<import("@omnia/fx/ux").StylexValue>;
4
4
  };
@@ -219,10 +219,10 @@ declare const _default: {
219
219
  container: boolean;
220
220
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
221
221
  propsDefinition: Omit<Readonly<{} & {
222
+ direction?: "horizontal" | "vertical";
222
223
  container?: boolean;
223
224
  class?: String | String[];
224
225
  label?: string;
225
- direction?: "horizontal" | "vertical";
226
226
  colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
227
227
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
228
228
  "v-model"?: [number, number];
@@ -1,4 +1,4 @@
1
1
  import { useTypographyBlueprintStore } from "@omnia/fx/ux";
2
2
  export declare const RangeSliderStyles: {
3
- wrapper: (textColor: string, noThumbLabel: boolean, blueprints: ReturnType<typeof useTypographyBlueprintStore>) => Readonly<import("@omnia/fx/ux").StylexType>;
3
+ wrapper: (textColor: string, noThumbLabel: boolean, blueprints: ReturnType<typeof useTypographyBlueprintStore>) => Readonly<import("@omnia/fx/ux").StylexValue>;
4
4
  };
@@ -1,4 +1,4 @@
1
1
  export declare const ScrollContainerStyles: {
2
- scrollingStyles: (scrolling: string, height: string, width: string, noScrolling: boolean) => Readonly<import("@omnia/fx/ux").StylexType>;
3
- compensateMargin: import("@omnia/fx/ux").StylexType;
2
+ scrollingStyles: (scrolling: string, height: string, width: string, noScrolling: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
3
+ compensateMargin: import("@omnia/fx/ux").StylexValue;
4
4
  };