@omnia/fx 8.0.296-dev → 8.0.297-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (167) 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.manifest.json +1 -1
  4. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +5 -5
  5. package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
  6. package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +87 -87
  7. package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +2 -2
  8. package/internal-do-not-import-from-here/ux/app/ExposeToUxCore.d.ts +5 -0
  9. package/internal-do-not-import-from-here/ux/app/index.d.ts +1 -5
  10. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +1 -1
  11. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/models/Theme.d.ts +2 -2
  12. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +11 -11
  13. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +1 -1
  14. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeViewer.d.ts +1 -1
  16. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +2 -2
  17. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +7 -7
  18. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
  19. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +5 -5
  22. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.css.d.ts +2 -2
  23. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +5 -5
  24. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeViewer.d.ts +4 -4
  25. package/internal-do-not-import-from-here/ux/aurora/designkits/default/themes/ThemeDefinitions.d.ts +12 -12
  26. package/internal-do-not-import-from-here/ux/aurora/designkits/default/useDefaultDesignKit.d.ts +11 -11
  27. package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/themes/ThemeDefinitions.d.ts +2 -2
  28. package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/useDocumentationDesignKit.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/aurora/designkits/editor/themes/ThemeDefinitions.d.ts +3 -3
  30. package/internal-do-not-import-from-here/ux/aurora/designkits/editor/useEditorDesignKit.d.ts +2 -2
  31. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/ThemeDefinitionInstance.d.ts +2 -2
  32. package/internal-do-not-import-from-here/ux/aurora/designkits/useDesignKits.d.ts +14 -14
  33. package/internal-do-not-import-from-here/ux/aurora/index.d.ts +0 -1
  34. package/internal-do-not-import-from-here/ux/aurora/store/ColorManager.d.ts +1 -0
  35. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +12 -3
  36. package/internal-do-not-import-from-here/ux/aurora/store/FontStore.d.ts +5 -6
  37. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +24 -7428
  38. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +2 -2
  39. package/internal-do-not-import-from-here/ux/aurora/store/ThemeService.d.ts +10 -0
  40. package/internal-do-not-import-from-here/ux/aurora/{themingV3/store/ThemingStore.d.ts → store/ThemeStorage.d.ts} +14 -15
  41. package/internal-do-not-import-from-here/ux/aurora/store/{ThemeStoreV2.d.ts → ThemeStore.d.ts} +1 -1
  42. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +24 -7428
  43. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +3 -2
  44. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +6 -12
  45. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +12 -9
  46. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Colors.d.ts +3 -3
  48. package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +5 -5
  49. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Spacing.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +18 -18
  51. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +12 -12
  52. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +0 -2
  53. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +3 -3
  54. package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +1 -1
  55. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +2 -2
  58. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +5 -5
  59. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +2 -2
  61. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +2 -2
  63. package/internal-do-not-import-from-here/ux/layoutcanvas/layoutactionhandler/LayoutAction.stylex.d.ts +3 -3
  64. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +1 -1
  65. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.stylex.d.ts +1 -1
  66. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/LayoutEditorThemingManager.d.ts +4 -4
  67. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/ThemingRenditionManager.d.ts +5 -5
  68. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +2 -2
  69. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.stylex.d.ts +2 -2
  70. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +2 -2
  71. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.stylex.d.ts +11 -11
  72. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +1 -1
  73. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +1 -1
  74. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +7 -7
  75. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
  76. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.css.d.ts +2 -2
  77. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +1 -1
  78. package/internal-do-not-import-from-here/ux/messaging/InternalTopics.d.ts +2 -2
  79. package/internal-do-not-import-from-here/ux/messaging/Topics.d.ts +2 -2
  80. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +5 -5
  81. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.stylex.d.ts +15 -15
  82. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.stylex.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/oxide/btn/Button.stylex.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.stylex.d.ts +1 -1
  85. package/internal-do-not-import-from-here/ux/oxide/card/Card.css.d.ts +1 -1
  86. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.stylex.d.ts +1 -1
  87. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.stylex.d.ts +2 -2
  88. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.stylex.d.ts +6 -6
  89. package/internal-do-not-import-from-here/ux/oxide/column/Column.stylex.d.ts +1 -1
  90. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.stylex.d.ts +3 -3
  91. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.stylex.d.ts +11 -11
  92. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.stylex.d.ts +2 -2
  93. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.stylex.d.ts +1 -1
  94. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.stylex.d.ts +5 -5
  95. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.stylex.d.ts +1 -1
  96. package/internal-do-not-import-from-here/ux/oxide/flex/Row.stylex.d.ts +1 -1
  97. package/internal-do-not-import-from-here/ux/oxide/form/Form.stylex.d.ts +1 -1
  98. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.stylex.d.ts +1 -1
  99. package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.stylex.d.ts +3 -3
  100. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.stylex.d.ts +1 -1
  101. package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +2 -1
  102. package/internal-do-not-import-from-here/ux/oxide/link/link.stylex.d.ts +1 -1
  103. package/internal-do-not-import-from-here/ux/oxide/list/List.stylex.d.ts +1 -1
  104. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.stylex.d.ts +3 -3
  105. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.stylex.d.ts +1 -1
  106. package/internal-do-not-import-from-here/ux/oxide/motion/Motion.d.ts +12 -4
  107. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +5 -5
  108. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.stylex.d.ts +1 -1
  109. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.stylex.d.ts +2 -2
  110. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
  111. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.stylex.d.ts +6 -6
  112. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.stylex.d.ts +1 -1
  113. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  114. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.stylex.d.ts +2 -2
  115. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +2 -2
  116. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.stylex.d.ts +1 -1
  117. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.stylex.d.ts +2 -2
  118. package/internal-do-not-import-from-here/ux/oxide/select/Select.stylex.d.ts +2 -2
  119. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.stylex.d.ts +2 -2
  120. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.stylex.d.ts +1 -1
  121. package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.stylex.d.ts +1 -1
  122. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.stylex.d.ts +1 -1
  123. package/internal-do-not-import-from-here/ux/oxide/stickycontainer/StickyContainer.stylex.d.ts +2 -2
  124. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.stylex.d.ts +1 -1
  125. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.stylex.d.ts +4 -4
  126. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.stylex.d.ts +5 -5
  127. package/internal-do-not-import-from-here/ux/oxide/table/Table.stylex.d.ts +1 -1
  128. package/internal-do-not-import-from-here/ux/oxide/text/Text.stylex.d.ts +1 -1
  129. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.stylex.d.ts +1 -1
  130. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.stylex.d.ts +6 -6
  131. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +1 -1
  132. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.stylex.d.ts +5 -5
  133. package/internal-do-not-import-from-here/ux/post/IPost.d.ts +2 -2
  134. package/internal-do-not-import-from-here/ux/post/Post.d.ts +2 -2
  135. package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +2 -2
  136. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +1 -1
  137. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +1 -1
  138. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -1
  139. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +5 -5
  140. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +5 -5
  141. package/internal-do-not-import-from-here/ux/theming/InternalTheming.d.ts +2 -2
  142. package/internal-do-not-import-from-here/ux/theming/ThemeManager.d.ts +6 -6
  143. package/internal-do-not-import-from-here/ux/theming/ThemeStore.d.ts +7 -7
  144. package/internal-do-not-import-from-here/ux/theming/Theming.d.ts +3 -3
  145. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +4 -0
  146. package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +2 -2
  147. package/internal-do-not-import-from-here/ux/velcron/VelcronStylesProvider.d.ts +1 -1
  148. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +2 -2
  149. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +1 -1
  150. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +4 -4
  151. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +3 -3
  152. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +7 -7
  153. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.stylex.d.ts +1 -1
  154. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/AlignmentEditor.d.ts +76 -76
  155. package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +9 -9
  156. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +3 -3
  157. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItemFactory.d.ts +3 -3
  158. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/InternalVersionedLayoutRenderer.d.ts +9 -9
  159. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +15 -15
  160. package/package.json +2 -2
  161. package/internal-do-not-import-from-here/ux/aurora/store/ThemingService.d.ts +0 -10
  162. package/internal-do-not-import-from-here/ux/aurora/themingV3/index.d.ts +0 -3
  163. package/internal-do-not-import-from-here/ux/aurora/themingV3/model/ThemingBoot.d.ts +0 -7
  164. package/internal-do-not-import-from-here/ux/aurora/themingV3/model/index.d.ts +0 -1
  165. package/internal-do-not-import-from-here/ux/aurora/themingV3/service/ThemingService.d.ts +0 -9
  166. package/internal-do-not-import-from-here/ux/aurora/themingV3/service/index.d.ts +0 -1
  167. package/internal-do-not-import-from-here/ux/aurora/themingV3/store/index.d.ts +0 -1
@@ -88,8 +88,8 @@ export declare const LayoutBlockRenderer: {
88
88
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
89
89
  propsDefinition: Omit<Readonly<{} & {
90
90
  container?: boolean;
91
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
92
91
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
92
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
93
93
  renderContext?: LayoutEngineRenderContext<Block, SectionSettings>;
94
94
  }>, "onBlockInstanceCreated" | "onGetBlock" | "onBlockInstanceCacheKeyUpdated"> & {
95
95
  onBlockInstanceCreated?: (blockInstance: any) => any;
@@ -75,8 +75,8 @@ export declare const LayoutSectionRenderer: {
75
75
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
76
76
  propsDefinition: Omit<Readonly<{} & {
77
77
  container?: boolean;
78
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
79
78
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
79
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
80
80
  renderContext?: LayoutEngineRenderContext<Section<SectionSettings>, import("@omnia/fx-models").LayoutItemSettings>;
81
81
  }>, never>;
82
82
  };
@@ -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;
@@ -412,10 +412,10 @@ declare const _default: {
412
412
  blueprint?: TextBlueprint;
413
413
  container?: boolean;
414
414
  size?: "l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "xs" | "m" | "xl" | TypographySizes;
415
+ colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
415
416
  colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
416
417
  plugins?: [object];
417
418
  hideToolbar?: boolean;
418
- colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
419
419
  "v-model"?: string;
420
420
  modelValue?: string;
421
421
  toned?: boolean;
@@ -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>;
@@ -152,15 +152,15 @@ declare const _default: {
152
152
  propsDefinition: Omit<Readonly<{} & {
153
153
  container?: boolean;
154
154
  class?: String | String[];
155
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
156
155
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
156
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
157
157
  "v-model"?: boolean;
158
158
  modelValue?: boolean;
159
159
  variant?: "default" | "dialog" | "editor" | "app";
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;
@@ -167,8 +167,8 @@ declare const _default: {
167
167
  container?: boolean;
168
168
  class?: String | String[];
169
169
  disabled?: boolean;
170
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
171
170
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
171
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
172
172
  "v-model"?: number;
173
173
  modelValue?: number;
174
174
  "onUpdate:modelValue"?: (value: number) => any | void;