@omnia/fx 8.0.222-dev → 8.0.223-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (169) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
  4. package/internal-do-not-import-from-here/stores/markdown/MarkdownEditorStore.d.ts +72 -0
  5. package/internal-do-not-import-from-here/stores/markdown/MarkdownStateStore.d.ts +38 -0
  6. package/internal-do-not-import-from-here/stores/markdown/index.d.ts +1 -0
  7. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +1 -1
  8. package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +96 -450
  9. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupMembershipListing.d.ts +7 -4
  10. package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +2 -0
  11. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/AuthenticationBlade.d.ts +47 -0
  12. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/DetailBlade.d.ts +47 -0
  13. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserDetailStore.d.ts +11 -6
  14. package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +8 -0
  15. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
  16. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +4 -4
  17. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -2
  18. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
  19. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +5 -5
  20. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
  21. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +5 -5
  22. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
  23. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +5 -5
  24. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeViewer.d.ts +5 -5
  25. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +10 -10
  26. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.css.d.ts +3 -0
  27. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +100 -100
  28. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +5 -5
  29. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +2 -2
  30. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +5 -5
  31. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -2
  32. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +5 -5
  33. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
  34. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
  35. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.d.ts +5 -5
  36. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
  37. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -2
  38. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +5 -5
  39. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +443 -371
  41. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +60 -60
  42. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +443 -371
  43. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +1 -0
  44. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Colors.d.ts +2 -12
  45. package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +3 -1
  46. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +5 -5
  47. package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +5 -5
  48. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +5 -5
  49. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +5 -5
  50. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +5 -5
  51. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +5 -5
  52. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +5 -5
  53. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +5 -5
  54. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +5 -5
  55. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +5 -5
  56. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +5 -5
  57. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +5 -5
  58. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +5 -5
  59. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +5 -5
  60. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.css_bak.d.ts +7 -0
  61. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +45 -5
  62. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor_bak.d.ts +500 -0
  63. package/internal-do-not-import-from-here/ux/markdown/MarkdownToolbar.css.d.ts +5 -0
  64. package/internal-do-not-import-from-here/ux/markdown/MarkdownToolbar.d.ts +52 -0
  65. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.css.d.ts +1 -6
  66. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +5 -5
  67. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.stylex.d.ts +6 -36
  68. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +5 -5
  69. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +5 -5
  70. package/internal-do-not-import-from-here/ux/oxide/btn/Button.stylex.d.ts +2 -7
  71. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +5 -5
  72. package/internal-do-not-import-from-here/ux/oxide/card/Card.css.d.ts +1 -1
  73. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +5 -5
  74. package/internal-do-not-import-from-here/ux/oxide/chart/Chart.d.ts +5 -5
  75. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +5 -5
  76. package/internal-do-not-import-from-here/ux/oxide/checkbox/{Checkbox.css.d.ts → Checkbox.stylex.d.ts} +1 -1
  77. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +5 -5
  78. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.stylex.d.ts +4 -0
  79. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +5 -5
  80. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.stylex.d.ts +8 -0
  81. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +5 -5
  82. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +5 -5
  83. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +5 -5
  84. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +5 -5
  85. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +5 -5
  86. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +5 -5
  87. package/internal-do-not-import-from-here/ux/oxide/flex/Flex.d.ts +5 -5
  88. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +5 -5
  89. package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +5 -5
  90. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +5 -5
  91. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +5 -5
  92. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.css.d.ts +1 -6
  93. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +5 -5
  94. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +5 -5
  95. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +5 -5
  96. package/internal-do-not-import-from-here/ux/oxide/list/{List.css.d.ts → List.stylex.d.ts} +1 -1
  97. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +5 -5
  98. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.stylex.d.ts +5 -0
  99. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +5 -5
  100. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +5 -5
  101. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +5 -5
  102. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +5 -5
  103. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +5 -5
  104. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +5 -5
  105. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +5 -5
  106. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +5 -5
  107. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +5 -5
  108. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +5 -5
  109. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +5 -5
  110. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.stylex.d.ts +1 -6
  111. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +2 -2
  112. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +5 -5
  113. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +5 -5
  114. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +5 -5
  115. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +5 -5
  116. package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +5 -5
  117. package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +5 -5
  118. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +2 -2
  119. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +5 -5
  120. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +5 -5
  121. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +5 -5
  122. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +5 -5
  123. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +5 -5
  124. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +5 -5
  125. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -5
  126. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +5 -5
  127. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +5 -5
  128. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.stylex.d.ts +4 -24
  129. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +5 -5
  130. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +5 -5
  131. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +8 -0
  132. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +75 -0
  133. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionRenderer.d.ts +52 -0
  134. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionRendererPlugin.d.ts +5 -0
  135. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionTemplateSelectorButton.d.ts +52 -0
  136. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +15 -0
  137. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentEditor.css.d.ts +5 -0
  138. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentEditor.d.ts +1123 -0
  139. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentRenderer.d.ts +80 -0
  140. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/ActionMenu.css.d.ts +4 -0
  141. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/ActionMenu.d.ts +60 -0
  142. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector copy.d.ts +60 -0
  143. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector.css.d.ts +12 -0
  144. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector.d.ts +60 -0
  145. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar copy.d.ts +65 -0
  146. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar.css.d.ts +4 -0
  147. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar.d.ts +65 -0
  148. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/definitions/DefinitionRegistrations.d.ts +1 -0
  149. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/definitions/index.d.ts +1 -0
  150. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/editorHooks/ContentEditorHooks.css.d.ts +6 -0
  151. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/editorHooks/ContentEditorHooks.d.ts +2 -0
  152. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/models/EditorRenderingHooks.d.ts +24 -0
  153. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/models/index.d.ts +1 -0
  154. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/stores/ContentEditorStore.d.ts +220 -0
  155. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +5 -5
  156. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +5 -5
  157. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +5 -5
  158. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  159. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
  160. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +5 -5
  161. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +105 -105
  162. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +5 -5
  163. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +8 -0
  164. package/internal-do-not-import-from-here/wctypings.d.ts +17 -17
  165. package/package.json +2 -2
  166. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.css.d.ts +0 -24
  167. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.css.d.ts +0 -8
  168. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker_omfx.d.ts +0 -0
  169. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.css.d.ts +0 -5
@@ -21,6 +21,7 @@ export declare function useThemeStyling(): {
21
21
  scrollStyling: typeof import("./styles").getScrollStyling;
22
22
  scrollStylex: typeof generalStylex.getScrollStylex;
23
23
  borderDividerStyling: typeof import("./styles").getBorderDividerStyling;
24
+ borderDividerStylex: typeof generalStylex.getBorderDividerStylex;
24
25
  css: {
25
26
  generateAllStylesSchema: typeof generateAllStylesSchema;
26
27
  generateVariableStyle: typeof generateVariableStyle;
@@ -5,18 +5,8 @@ export declare namespace colorStyling {
5
5
  function backgroundOpacityOnColor(color: string, dark: boolean, opacity?: Number): any;
6
6
  function getColorStylingx(color: string, opacity?: number): {
7
7
  all: Readonly<import("internal/fx/ux/Styles.stylex").StylexType>;
8
- background: Readonly<{
9
- className?: string;
10
- style?: Readonly<{
11
- [$$Key$$: string]: string | number;
12
- }>;
13
- }>;
14
- color: Readonly<{
15
- className?: string;
16
- style?: Readonly<{
17
- [$$Key$$: string]: string | number;
18
- }>;
19
- }>;
8
+ background: import("internal/fx/ux/Styles.stylex").StylexType;
9
+ color: import("internal/fx/ux/Styles.stylex").StylexType;
20
10
  };
21
11
  function getColorStyling(color: string, opacity?: number): ColorStyles;
22
12
  }
@@ -1,7 +1,9 @@
1
1
  import { useColorSchemaStore } from "@omnia/fx/ux";
2
2
  import { OBorderCombination } from "@omnia/fx-models";
3
+ import { StylexType } from "internal/fx/ux/Styles.stylex";
3
4
  export declare namespace generalStylex {
4
- function getScrollStylex(colors: ReturnType<typeof useColorSchemaStore>): Readonly<import("@omnia/fx/ux").StylexType>;
5
+ function getScrollStylex(colors: ReturnType<typeof useColorSchemaStore>): Readonly<StylexType>;
6
+ function getBorderDividerStylex(border: OBorderCombination, dark: boolean): Readonly<StylexType>;
5
7
  }
6
8
  export declare const generalStyles: {
7
9
  getSelectedTableRowStyling: typeof getSelectedTableRowStyling;
@@ -3,7 +3,7 @@ import { ColorSchemaTypes, ThemeDefinitionV2, ThemeContextType } from "@omnia/fx
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
5
  colorSchemaType: {
6
- type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
6
+ type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
7
7
  };
8
8
  themeType: {
9
9
  type: import("vue").PropType<ThemeContextType>;
@@ -29,7 +29,7 @@ declare const _default: {
29
29
  }) => any;
30
30
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
31
31
  colorSchemaType: {
32
- type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
32
+ type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
33
33
  };
34
34
  themeType: {
35
35
  type: import("vue").PropType<ThemeContextType>;
@@ -53,7 +53,7 @@ declare const _default: {
53
53
  Defaults: {};
54
54
  }, Readonly<import("vue").ExtractPropTypes<{
55
55
  colorSchemaType: {
56
- type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
56
+ type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
57
57
  };
58
58
  themeType: {
59
59
  type: import("vue").PropType<ThemeContextType>;
@@ -76,7 +76,7 @@ declare const _default: {
76
76
  __isSuspense?: never;
77
77
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
78
78
  colorSchemaType: {
79
- type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
79
+ type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
80
80
  };
81
81
  themeType: {
82
82
  type: import("vue").PropType<ThemeContextType>;
@@ -103,7 +103,7 @@ declare const _default: {
103
103
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
104
104
  propsDefinition: Omit<Readonly<{} & {
105
105
  themeDefinition?: ThemeDefinitionV2;
106
- colorSchemaType?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
106
+ colorSchemaType?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
107
107
  themeType?: ThemeContextType;
108
108
  }>, "onTheme:initialized"> & {
109
109
  "onTheme:initialized"?: (theme: {
@@ -18,7 +18,7 @@ declare const _default: {
18
18
  props: () => {
19
19
  theming: {
20
20
  colorSchemaType: {
21
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
21
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
22
22
  required: boolean;
23
23
  };
24
24
  container: {
@@ -55,7 +55,7 @@ declare const _default: {
55
55
  props: () => {
56
56
  theming: {
57
57
  colorSchemaType: {
58
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
58
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
59
59
  required: boolean;
60
60
  };
61
61
  container: {
@@ -99,7 +99,7 @@ declare const _default: {
99
99
  props: () => {
100
100
  theming: {
101
101
  colorSchemaType: {
102
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
102
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
103
103
  required: boolean;
104
104
  };
105
105
  container: {
@@ -140,7 +140,7 @@ declare const _default: {
140
140
  props: () => {
141
141
  theming: {
142
142
  colorSchemaType: {
143
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
143
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
144
144
  required: boolean;
145
145
  };
146
146
  container: {
@@ -167,7 +167,7 @@ declare const _default: {
167
167
  props?: {
168
168
  theming: {
169
169
  colorSchemaType: {
170
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
170
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
171
171
  required: boolean;
172
172
  };
173
173
  container: {
@@ -97,7 +97,7 @@ declare const _default: {
97
97
  required: boolean;
98
98
  };
99
99
  colorSchemaType: {
100
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
100
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
101
101
  required: boolean;
102
102
  };
103
103
  container: {
@@ -212,7 +212,7 @@ declare const _default: {
212
212
  required: boolean;
213
213
  };
214
214
  colorSchemaType: {
215
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
215
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
216
216
  required: boolean;
217
217
  };
218
218
  container: {
@@ -332,7 +332,7 @@ declare const _default: {
332
332
  required: boolean;
333
333
  };
334
334
  colorSchemaType: {
335
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
335
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
336
336
  required: boolean;
337
337
  };
338
338
  container: {
@@ -449,7 +449,7 @@ declare const _default: {
449
449
  required: boolean;
450
450
  };
451
451
  colorSchemaType: {
452
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
452
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
453
453
  required: boolean;
454
454
  };
455
455
  container: {
@@ -539,7 +539,7 @@ declare const _default: {
539
539
  class?: String | String[];
540
540
  label?: string;
541
541
  size?: "small" | "default" | "x-small";
542
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
542
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
543
543
  grow?: boolean;
544
544
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
545
545
  "v-model"?: FilterPickerFilter[];
@@ -78,7 +78,7 @@ declare const _default: {
78
78
  required: boolean;
79
79
  };
80
80
  colorSchemaType: {
81
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
81
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
82
82
  required: boolean;
83
83
  };
84
84
  container: {
@@ -175,7 +175,7 @@ declare const _default: {
175
175
  required: boolean;
176
176
  };
177
177
  colorSchemaType: {
178
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
178
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
179
179
  required: boolean;
180
180
  };
181
181
  container: {
@@ -277,7 +277,7 @@ declare const _default: {
277
277
  required: boolean;
278
278
  };
279
279
  colorSchemaType: {
280
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
280
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
281
281
  required: boolean;
282
282
  };
283
283
  container: {
@@ -376,7 +376,7 @@ declare const _default: {
376
376
  required: boolean;
377
377
  };
378
378
  colorSchemaType: {
379
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
379
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
380
380
  required: boolean;
381
381
  };
382
382
  container: {
@@ -463,7 +463,7 @@ declare const _default: {
463
463
  container?: boolean;
464
464
  class?: String | String[];
465
465
  mandatory?: boolean;
466
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
466
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
467
467
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
468
468
  "v-model"?: MediaScalingSettings;
469
469
  "onUpdate:modelValue"?: (value: MediaScalingSettings) => any;
@@ -14,7 +14,7 @@ declare const _default: {
14
14
  type: import("vue").PropType<IIcon>;
15
15
  };
16
16
  colorSchemaType: {
17
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
17
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
18
18
  required: boolean;
19
19
  };
20
20
  container: {
@@ -39,7 +39,7 @@ declare const _default: {
39
39
  type: import("vue").PropType<IIcon>;
40
40
  };
41
41
  colorSchemaType: {
42
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
42
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
43
43
  required: boolean;
44
44
  };
45
45
  container: {
@@ -73,7 +73,7 @@ declare const _default: {
73
73
  type: import("vue").PropType<IIcon>;
74
74
  };
75
75
  colorSchemaType: {
76
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
76
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
77
77
  required: boolean;
78
78
  };
79
79
  container: {
@@ -104,7 +104,7 @@ declare const _default: {
104
104
  type: import("vue").PropType<IIcon>;
105
105
  };
106
106
  colorSchemaType: {
107
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
107
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
108
108
  required: boolean;
109
109
  };
110
110
  container: {
@@ -124,7 +124,7 @@ declare const _default: {
124
124
  title?: string;
125
125
  container?: boolean;
126
126
  description?: string;
127
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
127
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
128
128
  colors?: import("../../..").ColorSchemaStoreType;
129
129
  }>, never>;
130
130
  };
@@ -14,7 +14,7 @@ declare const _default: {
14
14
  type: import("vue").PropType<LayoutItem>;
15
15
  };
16
16
  colorSchemaType: {
17
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
17
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
18
18
  required: boolean;
19
19
  };
20
20
  container: {
@@ -39,7 +39,7 @@ declare const _default: {
39
39
  type: import("vue").PropType<LayoutItem>;
40
40
  };
41
41
  colorSchemaType: {
42
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
42
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
43
43
  required: boolean;
44
44
  };
45
45
  container: {
@@ -73,7 +73,7 @@ declare const _default: {
73
73
  type: import("vue").PropType<LayoutItem>;
74
74
  };
75
75
  colorSchemaType: {
76
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
76
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
77
77
  required: boolean;
78
78
  };
79
79
  container: {
@@ -104,7 +104,7 @@ declare const _default: {
104
104
  type: import("vue").PropType<LayoutItem>;
105
105
  };
106
106
  colorSchemaType: {
107
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
107
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
108
108
  required: boolean;
109
109
  };
110
110
  container: {
@@ -120,7 +120,7 @@ declare const _default: {
120
120
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
121
121
  propsDefinition: Omit<Readonly<{} & {
122
122
  container?: boolean;
123
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
123
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
124
124
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
125
125
  item?: LayoutItem;
126
126
  parentContainer?: LayoutItem;
@@ -1,7 +1,7 @@
1
1
  declare const _default: {
2
2
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
3
3
  colorSchemaType: {
4
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
4
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
5
5
  required: boolean;
6
6
  };
7
7
  container: {
@@ -14,7 +14,7 @@ declare const _default: {
14
14
  };
15
15
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
16
16
  colorSchemaType: {
17
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
17
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
18
18
  required: boolean;
19
19
  };
20
20
  container: {
@@ -36,7 +36,7 @@ declare const _default: {
36
36
  Defaults: {};
37
37
  }, Readonly<import("vue").ExtractPropTypes<{
38
38
  colorSchemaType: {
39
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
39
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
40
40
  required: boolean;
41
41
  };
42
42
  container: {
@@ -55,7 +55,7 @@ declare const _default: {
55
55
  __isSuspense?: never;
56
56
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
57
57
  colorSchemaType: {
58
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
58
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
59
59
  required: boolean;
60
60
  };
61
61
  container: {
@@ -71,7 +71,7 @@ declare const _default: {
71
71
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
72
72
  propsDefinition: Omit<Readonly<{} & {
73
73
  container?: boolean;
74
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
74
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
75
75
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
76
76
  }>, never>;
77
77
  };
@@ -14,7 +14,7 @@ declare const _default: {
14
14
  type: import("vue").PropType<string>;
15
15
  };
16
16
  colorSchemaType: {
17
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
17
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
18
18
  required: boolean;
19
19
  };
20
20
  container: {
@@ -39,7 +39,7 @@ declare const _default: {
39
39
  type: import("vue").PropType<string>;
40
40
  };
41
41
  colorSchemaType: {
42
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
42
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
43
43
  required: boolean;
44
44
  };
45
45
  container: {
@@ -73,7 +73,7 @@ declare const _default: {
73
73
  type: import("vue").PropType<string>;
74
74
  };
75
75
  colorSchemaType: {
76
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
76
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
77
77
  required: boolean;
78
78
  };
79
79
  container: {
@@ -104,7 +104,7 @@ declare const _default: {
104
104
  type: import("vue").PropType<string>;
105
105
  };
106
106
  colorSchemaType: {
107
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
107
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
108
108
  required: boolean;
109
109
  };
110
110
  container: {
@@ -121,7 +121,7 @@ declare const _default: {
121
121
  propsDefinition: Omit<Readonly<{} & {
122
122
  title?: string;
123
123
  container?: boolean;
124
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
124
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
125
125
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
126
126
  alternativeContent?: JSX.Element;
127
127
  settingsKey?: any;
@@ -11,7 +11,7 @@ declare const _default: {
11
11
  type: import("vue").PropType<boolean>;
12
12
  };
13
13
  colorSchemaType: {
14
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
14
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
15
15
  required: boolean;
16
16
  };
17
17
  container: {
@@ -37,7 +37,7 @@ declare const _default: {
37
37
  type: import("vue").PropType<boolean>;
38
38
  };
39
39
  colorSchemaType: {
40
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
40
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
41
41
  required: boolean;
42
42
  };
43
43
  container: {
@@ -72,7 +72,7 @@ declare const _default: {
72
72
  type: import("vue").PropType<boolean>;
73
73
  };
74
74
  colorSchemaType: {
75
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
75
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
76
76
  required: boolean;
77
77
  };
78
78
  container: {
@@ -104,7 +104,7 @@ declare const _default: {
104
104
  type: import("vue").PropType<boolean>;
105
105
  };
106
106
  colorSchemaType: {
107
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
107
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
108
108
  required: boolean;
109
109
  };
110
110
  container: {
@@ -126,7 +126,7 @@ declare const _default: {
126
126
  container?: boolean;
127
127
  class?: String | String[];
128
128
  filled?: boolean;
129
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
129
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
130
130
  toned?: boolean;
131
131
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
132
132
  getApi?: (store: ReturnType<typeof useSizeContainerStore>) => void;
@@ -22,7 +22,7 @@ declare const _default: {
22
22
  type: import("vue").PropType<LayoutItem>;
23
23
  };
24
24
  colorSchemaType: {
25
- type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
25
+ type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
26
26
  required: boolean;
27
27
  };
28
28
  container: {
@@ -47,7 +47,7 @@ declare const _default: {
47
47
  type: import("vue").PropType<LayoutItem>;
48
48
  };
49
49
  colorSchemaType: {
50
- type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
50
+ type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
51
51
  required: boolean;
52
52
  };
53
53
  container: {
@@ -81,7 +81,7 @@ declare const _default: {
81
81
  type: import("vue").PropType<LayoutItem>;
82
82
  };
83
83
  colorSchemaType: {
84
- type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
84
+ type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
85
85
  required: boolean;
86
86
  };
87
87
  container: {
@@ -112,7 +112,7 @@ declare const _default: {
112
112
  type: import("vue").PropType<LayoutItem>;
113
113
  };
114
114
  colorSchemaType: {
115
- type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
115
+ type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
116
116
  required: boolean;
117
117
  };
118
118
  container: {
@@ -129,7 +129,7 @@ declare const _default: {
129
129
  propsDefinition: Omit<Readonly<{} & {
130
130
  small?: boolean;
131
131
  container?: boolean;
132
- colorSchemaType?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
132
+ colorSchemaType?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
133
133
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
134
134
  parentContainer?: LayoutItem;
135
135
  siblingId?: string;
@@ -5,7 +5,7 @@ declare const _default: {
5
5
  type: import("vue").PropType<LayoutItemRegistration>;
6
6
  };
7
7
  colorSchemaType: {
8
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
8
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
9
9
  required: boolean;
10
10
  };
11
11
  container: {
@@ -25,7 +25,7 @@ declare const _default: {
25
25
  type: import("vue").PropType<LayoutItemRegistration>;
26
26
  };
27
27
  colorSchemaType: {
28
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
28
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
29
29
  required: boolean;
30
30
  };
31
31
  container: {
@@ -52,7 +52,7 @@ declare const _default: {
52
52
  type: import("vue").PropType<LayoutItemRegistration>;
53
53
  };
54
54
  colorSchemaType: {
55
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
55
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
56
56
  required: boolean;
57
57
  };
58
58
  container: {
@@ -76,7 +76,7 @@ declare const _default: {
76
76
  type: import("vue").PropType<LayoutItemRegistration>;
77
77
  };
78
78
  colorSchemaType: {
79
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
79
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
80
80
  required: boolean;
81
81
  };
82
82
  container: {
@@ -96,7 +96,7 @@ declare const _default: {
96
96
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
97
97
  propsDefinition: Omit<Readonly<{} & {
98
98
  container?: boolean;
99
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
99
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
100
100
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
101
101
  item?: LayoutItemRegistration;
102
102
  }>, "onClick"> & {