@omnia/fx 8.0.221-dev → 8.0.223-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (174) 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 +120 -404
  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 +3 -1
  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 +5 -0
  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/btngroup/{ButtonGroup.css.d.ts → ButtonGroup.stylex.d.ts} +1 -1
  73. package/internal-do-not-import-from-here/ux/oxide/card/Card.css.d.ts +1 -1
  74. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +5 -5
  75. package/internal-do-not-import-from-here/ux/oxide/chart/Chart.d.ts +5 -5
  76. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +5 -5
  77. package/internal-do-not-import-from-here/ux/oxide/checkbox/{Checkbox.css.d.ts → Checkbox.stylex.d.ts} +1 -1
  78. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +5 -5
  79. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.stylex.d.ts +4 -0
  80. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +5 -5
  81. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.stylex.d.ts +8 -0
  82. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +5 -5
  83. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +5 -5
  84. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +5 -5
  85. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +5 -5
  86. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.stylex.d.ts +5 -0
  87. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +5 -5
  88. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +5 -5
  89. package/internal-do-not-import-from-here/ux/oxide/flex/Flex.d.ts +5 -5
  90. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +5 -5
  91. package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +5 -5
  92. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +5 -5
  93. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +5 -5
  94. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.css.d.ts +1 -1
  95. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +5 -5
  96. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +5 -5
  97. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +5 -5
  98. package/internal-do-not-import-from-here/ux/oxide/list/{List.css.d.ts → List.stylex.d.ts} +1 -1
  99. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +5 -5
  100. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.stylex.d.ts +5 -0
  101. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +5 -5
  102. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +5 -5
  103. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +5 -5
  104. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +5 -5
  105. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +5 -5
  106. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +46 -46
  107. package/internal-do-not-import-from-here/ux/oxide/panel/{Panel.css.d.ts → Panel.stylex.d.ts} +6 -6
  108. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +5 -5
  109. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +5 -5
  110. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +5 -5
  111. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +5 -5
  112. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +5 -5
  113. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.stylex.d.ts +4 -0
  114. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +2 -2
  115. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +5 -5
  116. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +5 -5
  117. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +5 -5
  118. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +5 -5
  119. package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +5 -5
  120. package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +5 -5
  121. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +2 -2
  122. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +5 -5
  123. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +5 -5
  124. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +5 -5
  125. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +5 -5
  126. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +5 -5
  127. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +5 -5
  128. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -5
  129. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +5 -5
  130. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +5 -5
  131. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.stylex.d.ts +4 -24
  132. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +5 -5
  133. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +5 -5
  134. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +8 -0
  135. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +75 -0
  136. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionRenderer.d.ts +52 -0
  137. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionRendererPlugin.d.ts +5 -0
  138. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionTemplateSelectorButton.d.ts +52 -0
  139. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +15 -0
  140. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentEditor.css.d.ts +5 -0
  141. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentEditor.d.ts +1123 -0
  142. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentRenderer.d.ts +80 -0
  143. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/ActionMenu.css.d.ts +4 -0
  144. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/ActionMenu.d.ts +60 -0
  145. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector copy.d.ts +60 -0
  146. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector.css.d.ts +12 -0
  147. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector.d.ts +60 -0
  148. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar copy.d.ts +65 -0
  149. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar.css.d.ts +4 -0
  150. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar.d.ts +65 -0
  151. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/definitions/DefinitionRegistrations.d.ts +1 -0
  152. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/definitions/index.d.ts +1 -0
  153. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/editorHooks/ContentEditorHooks.css.d.ts +6 -0
  154. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/editorHooks/ContentEditorHooks.d.ts +2 -0
  155. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/models/EditorRenderingHooks.d.ts +24 -0
  156. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/models/index.d.ts +1 -0
  157. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/stores/ContentEditorStore.d.ts +220 -0
  158. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +5 -5
  159. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +5 -5
  160. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +5 -5
  161. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  162. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
  163. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +5 -5
  164. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +105 -105
  165. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +5 -5
  166. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +8 -0
  167. package/internal-do-not-import-from-here/wctypings.d.ts +17 -17
  168. package/package.json +2 -2
  169. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.css.d.ts +0 -24
  170. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.css.d.ts +0 -8
  171. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker_omfx.d.ts +0 -0
  172. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.css.d.ts +0 -5
  173. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.css.d.ts +0 -5
  174. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.css.d.ts +0 -4
@@ -10,7 +10,7 @@ declare const _default: {
10
10
  type: import("vue").PropType<string>;
11
11
  };
12
12
  colorSchemaType: {
13
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
13
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
14
14
  required: boolean;
15
15
  };
16
16
  container: {
@@ -36,7 +36,7 @@ declare const _default: {
36
36
  type: import("vue").PropType<string>;
37
37
  };
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: {
@@ -71,7 +71,7 @@ declare const _default: {
71
71
  type: import("vue").PropType<string>;
72
72
  };
73
73
  colorSchemaType: {
74
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
74
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
75
75
  required: boolean;
76
76
  };
77
77
  container: {
@@ -103,7 +103,7 @@ declare const _default: {
103
103
  type: import("vue").PropType<string>;
104
104
  };
105
105
  colorSchemaType: {
106
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
106
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
107
107
  required: boolean;
108
108
  };
109
109
  container: {
@@ -126,7 +126,7 @@ declare const _default: {
126
126
  class?: String | String[];
127
127
  id?: 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
  }>, never>;
@@ -60,7 +60,7 @@ declare const _default: {
60
60
  required: boolean;
61
61
  };
62
62
  colorSchemaType: {
63
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
63
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
64
64
  required: boolean;
65
65
  };
66
66
  container: {
@@ -139,7 +139,7 @@ declare const _default: {
139
139
  required: boolean;
140
140
  };
141
141
  colorSchemaType: {
142
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
142
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
143
143
  required: boolean;
144
144
  };
145
145
  container: {
@@ -222,7 +222,7 @@ declare const _default: {
222
222
  required: boolean;
223
223
  };
224
224
  colorSchemaType: {
225
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
225
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
226
226
  required: boolean;
227
227
  };
228
228
  container: {
@@ -302,7 +302,7 @@ declare const _default: {
302
302
  required: boolean;
303
303
  };
304
304
  colorSchemaType: {
305
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
305
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
306
306
  required: boolean;
307
307
  };
308
308
  container: {
@@ -333,7 +333,7 @@ declare const _default: {
333
333
  minWidth?: string | number;
334
334
  disabled?: boolean;
335
335
  eager?: boolean;
336
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
336
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
337
337
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
338
338
  "v-model"?: boolean;
339
339
  "onUpdate:modelValue"?: (value: boolean) => any;
@@ -32,7 +32,7 @@ declare const _default: {
32
32
  required: boolean;
33
33
  };
34
34
  colorSchemaType: {
35
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
35
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
36
36
  required: boolean;
37
37
  };
38
38
  container: {
@@ -76,7 +76,7 @@ declare const _default: {
76
76
  required: boolean;
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: {
@@ -129,7 +129,7 @@ declare const _default: {
129
129
  required: boolean;
130
130
  };
131
131
  colorSchemaType: {
132
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
132
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
133
133
  required: boolean;
134
134
  };
135
135
  container: {
@@ -179,7 +179,7 @@ declare const _default: {
179
179
  required: boolean;
180
180
  };
181
181
  colorSchemaType: {
182
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
182
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
183
183
  required: boolean;
184
184
  };
185
185
  container: {
@@ -196,7 +196,7 @@ declare const _default: {
196
196
  propsDefinition: Omit<Readonly<{} & {
197
197
  container?: boolean;
198
198
  class?: String | String[];
199
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
199
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
200
200
  toned?: boolean;
201
201
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
202
202
  "v-model"?: boolean;
@@ -18,7 +18,7 @@ declare const _default: {
18
18
  type: import("vue").PropType<boolean>;
19
19
  };
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: {
@@ -50,7 +50,7 @@ declare const _default: {
50
50
  type: import("vue").PropType<boolean>;
51
51
  };
52
52
  colorSchemaType: {
53
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
53
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
54
54
  required: boolean;
55
55
  };
56
56
  container: {
@@ -89,7 +89,7 @@ declare const _default: {
89
89
  type: import("vue").PropType<boolean>;
90
90
  };
91
91
  colorSchemaType: {
92
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
92
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
93
93
  required: boolean;
94
94
  };
95
95
  container: {
@@ -125,7 +125,7 @@ declare const _default: {
125
125
  type: import("vue").PropType<boolean>;
126
126
  };
127
127
  colorSchemaType: {
128
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
128
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
129
129
  required: boolean;
130
130
  };
131
131
  container: {
@@ -147,7 +147,7 @@ declare const _default: {
147
147
  container?: boolean;
148
148
  value?: string;
149
149
  size?: "small" | "default" | "medium" | "large" | "x-large" | "x-small";
150
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
150
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
151
151
  toned?: boolean;
152
152
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
153
153
  "v-slots"?: {
@@ -37,7 +37,7 @@ declare const _default: {
37
37
  required: 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: {
@@ -85,7 +85,7 @@ declare const _default: {
85
85
  required: boolean;
86
86
  };
87
87
  colorSchemaType: {
88
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
88
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
89
89
  required: boolean;
90
90
  };
91
91
  container: {
@@ -142,7 +142,7 @@ declare const _default: {
142
142
  required: boolean;
143
143
  };
144
144
  colorSchemaType: {
145
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
145
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
146
146
  required: boolean;
147
147
  };
148
148
  container: {
@@ -196,7 +196,7 @@ declare const _default: {
196
196
  required: boolean;
197
197
  };
198
198
  colorSchemaType: {
199
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
199
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
200
200
  required: boolean;
201
201
  };
202
202
  container: {
@@ -215,7 +215,7 @@ declare const _default: {
215
215
  container?: boolean;
216
216
  class?: String | String[];
217
217
  disabled?: boolean;
218
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
218
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
219
219
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
220
220
  "v-model"?: number;
221
221
  "onUpdate:modelValue"?: (value: number) => any;
@@ -1,46 +1,46 @@
1
1
  import { OBorderCombination, OPaddingCombination, TypographySizes } from "@omnia/fx/models";
2
- export * from "./Panel.css";
2
+ export * from "./Panel.stylex";
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
5
  padding: {
6
- type: import("vue").PropType<OPaddingCombination>;
6
+ type: import("vue").PropType<OPaddingCombination>; /** Set variant from host. Can only be forced one time and not nested panels*/
7
7
  };
8
8
  spacelessBottom: {
9
- type: import("vue").PropType<boolean>;
9
+ type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
10
10
  };
11
11
  spacelessTop: {
12
- type: import("vue").PropType<boolean>;
12
+ type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
13
13
  };
14
14
  toned: {
15
15
  type: import("vue").PropType<boolean>;
16
16
  };
17
17
  grouped: {
18
- type: import("vue").PropType<boolean>;
18
+ type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
19
19
  };
20
20
  filled: {
21
- type: import("vue").PropType<boolean>;
21
+ type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
22
22
  };
23
23
  divider: {
24
- type: import("vue").PropType<OBorderCombination>;
24
+ type: import("vue").PropType<OBorderCombination>; /** Set variant from host. Can only be forced one time and not nested panels*/
25
25
  };
26
26
  hide: {
27
- type: import("vue").PropType<boolean>;
27
+ type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
28
28
  };
29
29
  variant: {
30
- type: import("vue").PropType<"toolbar" | "navigation" | "tab" | "default" | "section" | "dialog" | "content" | "settings" | "tab-vertical" | "info-section">;
30
+ type: import("vue").PropType<"toolbar" | "navigation" | "tab" | "default" | "section" | "dialog" | "content" | "settings" | "tab-vertical" | "info-section">; /** Set variant from host. Can only be forced one time and not nested panels*/
31
31
  };
32
32
  titleSize: {
33
- type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
33
+ type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>; /** Set variant from host. Can only be forced one time and not nested panels*/
34
34
  };
35
35
  title: {
36
- type: import("vue").PropType<string>;
36
+ type: import("vue").PropType<string>; /** Set variant from host. Can only be forced one time and not nested panels*/
37
37
  };
38
38
  class: {
39
39
  type: import("vue").PropType<String | String[]>;
40
40
  required: boolean;
41
41
  };
42
42
  colorSchemaType: {
43
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
43
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
44
44
  required: boolean;
45
45
  };
46
46
  container: {
@@ -53,44 +53,44 @@ declare const _default: {
53
53
  };
54
54
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
55
55
  padding: {
56
- type: import("vue").PropType<OPaddingCombination>;
56
+ type: import("vue").PropType<OPaddingCombination>; /** Set variant from host. Can only be forced one time and not nested panels*/
57
57
  };
58
58
  spacelessBottom: {
59
- type: import("vue").PropType<boolean>;
59
+ type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
60
60
  };
61
61
  spacelessTop: {
62
- type: import("vue").PropType<boolean>;
62
+ type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
63
63
  };
64
64
  toned: {
65
65
  type: import("vue").PropType<boolean>;
66
66
  };
67
67
  grouped: {
68
- type: import("vue").PropType<boolean>;
68
+ type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
69
69
  };
70
70
  filled: {
71
- type: import("vue").PropType<boolean>;
71
+ type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
72
72
  };
73
73
  divider: {
74
- type: import("vue").PropType<OBorderCombination>;
74
+ type: import("vue").PropType<OBorderCombination>; /** Set variant from host. Can only be forced one time and not nested panels*/
75
75
  };
76
76
  hide: {
77
- type: import("vue").PropType<boolean>;
77
+ type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
78
78
  };
79
79
  variant: {
80
- type: import("vue").PropType<"toolbar" | "navigation" | "tab" | "default" | "section" | "dialog" | "content" | "settings" | "tab-vertical" | "info-section">;
80
+ type: import("vue").PropType<"toolbar" | "navigation" | "tab" | "default" | "section" | "dialog" | "content" | "settings" | "tab-vertical" | "info-section">; /** Set variant from host. Can only be forced one time and not nested panels*/
81
81
  };
82
82
  titleSize: {
83
- type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
83
+ type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>; /** Set variant from host. Can only be forced one time and not nested panels*/
84
84
  };
85
85
  title: {
86
- type: import("vue").PropType<string>;
86
+ type: import("vue").PropType<string>; /** Set variant from host. Can only be forced one time and not nested panels*/
87
87
  };
88
88
  class: {
89
89
  type: import("vue").PropType<String | String[]>;
90
90
  required: boolean;
91
91
  };
92
92
  colorSchemaType: {
93
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
93
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
94
94
  required: boolean;
95
95
  };
96
96
  container: {
@@ -112,44 +112,44 @@ declare const _default: {
112
112
  Defaults: {};
113
113
  }, Readonly<import("vue").ExtractPropTypes<{
114
114
  padding: {
115
- type: import("vue").PropType<OPaddingCombination>;
115
+ type: import("vue").PropType<OPaddingCombination>; /** Set variant from host. Can only be forced one time and not nested panels*/
116
116
  };
117
117
  spacelessBottom: {
118
- type: import("vue").PropType<boolean>;
118
+ type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
119
119
  };
120
120
  spacelessTop: {
121
- type: import("vue").PropType<boolean>;
121
+ type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
122
122
  };
123
123
  toned: {
124
124
  type: import("vue").PropType<boolean>;
125
125
  };
126
126
  grouped: {
127
- type: import("vue").PropType<boolean>;
127
+ type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
128
128
  };
129
129
  filled: {
130
- type: import("vue").PropType<boolean>;
130
+ type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
131
131
  };
132
132
  divider: {
133
- type: import("vue").PropType<OBorderCombination>;
133
+ type: import("vue").PropType<OBorderCombination>; /** Set variant from host. Can only be forced one time and not nested panels*/
134
134
  };
135
135
  hide: {
136
- type: import("vue").PropType<boolean>;
136
+ type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
137
137
  };
138
138
  variant: {
139
- type: import("vue").PropType<"toolbar" | "navigation" | "tab" | "default" | "section" | "dialog" | "content" | "settings" | "tab-vertical" | "info-section">;
139
+ type: import("vue").PropType<"toolbar" | "navigation" | "tab" | "default" | "section" | "dialog" | "content" | "settings" | "tab-vertical" | "info-section">; /** Set variant from host. Can only be forced one time and not nested panels*/
140
140
  };
141
141
  titleSize: {
142
- type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
142
+ type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>; /** Set variant from host. Can only be forced one time and not nested panels*/
143
143
  };
144
144
  title: {
145
- type: import("vue").PropType<string>;
145
+ type: import("vue").PropType<string>; /** Set variant from host. Can only be forced one time and not nested panels*/
146
146
  };
147
147
  class: {
148
148
  type: import("vue").PropType<String | String[]>;
149
149
  required: boolean;
150
150
  };
151
151
  colorSchemaType: {
152
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
152
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
153
153
  required: boolean;
154
154
  };
155
155
  container: {
@@ -168,44 +168,44 @@ declare const _default: {
168
168
  __isSuspense?: never;
169
169
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
170
170
  padding: {
171
- type: import("vue").PropType<OPaddingCombination>;
171
+ type: import("vue").PropType<OPaddingCombination>; /** Set variant from host. Can only be forced one time and not nested panels*/
172
172
  };
173
173
  spacelessBottom: {
174
- type: import("vue").PropType<boolean>;
174
+ type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
175
175
  };
176
176
  spacelessTop: {
177
- type: import("vue").PropType<boolean>;
177
+ type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
178
178
  };
179
179
  toned: {
180
180
  type: import("vue").PropType<boolean>;
181
181
  };
182
182
  grouped: {
183
- type: import("vue").PropType<boolean>;
183
+ type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
184
184
  };
185
185
  filled: {
186
- type: import("vue").PropType<boolean>;
186
+ type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
187
187
  };
188
188
  divider: {
189
- type: import("vue").PropType<OBorderCombination>;
189
+ type: import("vue").PropType<OBorderCombination>; /** Set variant from host. Can only be forced one time and not nested panels*/
190
190
  };
191
191
  hide: {
192
- type: import("vue").PropType<boolean>;
192
+ type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
193
193
  };
194
194
  variant: {
195
- type: import("vue").PropType<"toolbar" | "navigation" | "tab" | "default" | "section" | "dialog" | "content" | "settings" | "tab-vertical" | "info-section">;
195
+ type: import("vue").PropType<"toolbar" | "navigation" | "tab" | "default" | "section" | "dialog" | "content" | "settings" | "tab-vertical" | "info-section">; /** Set variant from host. Can only be forced one time and not nested panels*/
196
196
  };
197
197
  titleSize: {
198
- type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
198
+ type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>; /** Set variant from host. Can only be forced one time and not nested panels*/
199
199
  };
200
200
  title: {
201
- type: import("vue").PropType<string>;
201
+ type: import("vue").PropType<string>; /** Set variant from host. Can only be forced one time and not nested panels*/
202
202
  };
203
203
  class: {
204
204
  type: import("vue").PropType<String | String[]>;
205
205
  required: boolean;
206
206
  };
207
207
  colorSchemaType: {
208
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
208
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
209
209
  required: boolean;
210
210
  };
211
211
  container: {
@@ -226,7 +226,7 @@ declare const _default: {
226
226
  padding?: OPaddingCombination;
227
227
  hide?: boolean;
228
228
  filled?: boolean;
229
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
229
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
230
230
  toned?: boolean;
231
231
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
232
232
  variant?: "toolbar" | "navigation" | "tab" | "default" | "section" | "dialog" | "content" | "settings" | "tab-vertical" | "info-section";
@@ -1,10 +1,10 @@
1
1
  import { ColorDefinition } from "../../velcron/core";
2
2
  import { OPanelVariants, OPaddingCombination } from "@omnia/fx-models";
3
3
  export declare const PanelStyles: {
4
- tabSettingsPadding: string;
5
- templateTitle: (variant: OPanelVariants, titelOnTopDivider: boolean, color: string, spacelessTop: boolean, spacelessBottom: boolean, paddings: OPaddingCombination) => string;
6
- dividerOnTitle: string;
7
- panelHoverBackground: (color: ColorDefinition) => string;
8
- panelWrapper: (hide: boolean, variant: OPanelVariants, grouped: boolean, spacelessTop: boolean, spacelessBottom: boolean, hasLeftDivider: any, hasRightDivider: any, dark: boolean, paddings: OPaddingCombination) => string;
9
- contentWrapper: (variant: OPanelVariants, grouped: boolean, spacelessTop: boolean, spacelessBottom: boolean, paddings: OPaddingCombination, noContentPadding: boolean) => string;
4
+ tabSettingsPadding: Readonly<import("@omnia/fx/ux").StylexType>;
5
+ templateTitle: (variant: OPanelVariants, titelOnTopDivider: boolean, color: string, spacelessTop: boolean, spacelessBottom: boolean, paddings: OPaddingCombination) => Readonly<import("@omnia/fx/ux").StylexType>;
6
+ dividerOnTitle: Readonly<import("@omnia/fx/ux").StylexType>;
7
+ panelHoverBackground: (color: ColorDefinition) => Readonly<import("@omnia/fx/ux").StylexType>;
8
+ panelWrapper: (hide: boolean, variant: OPanelVariants, grouped: boolean, spacelessTop: boolean, spacelessBottom: boolean, hasLeftDivider: any, hasRightDivider: any, dark: boolean, paddings: OPaddingCombination) => Readonly<import("@omnia/fx/ux").StylexType>;
9
+ contentWrapper: (variant: OPanelVariants, grouped: boolean, spacelessTop: boolean, spacelessBottom: boolean, paddings: OPaddingCombination, noContentPadding: boolean) => Readonly<import("@omnia/fx/ux").StylexType>;
10
10
  };
@@ -19,7 +19,7 @@ declare const _default: {
19
19
  required: boolean;
20
20
  };
21
21
  colorSchemaType: {
22
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
22
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
23
23
  required: boolean;
24
24
  };
25
25
  container: {
@@ -45,7 +45,7 @@ declare const _default: {
45
45
  required: boolean;
46
46
  };
47
47
  colorSchemaType: {
48
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
48
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
49
49
  required: boolean;
50
50
  };
51
51
  container: {
@@ -80,7 +80,7 @@ declare const _default: {
80
80
  required: boolean;
81
81
  };
82
82
  colorSchemaType: {
83
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
83
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
84
84
  required: boolean;
85
85
  };
86
86
  container: {
@@ -112,7 +112,7 @@ declare const _default: {
112
112
  required: boolean;
113
113
  };
114
114
  colorSchemaType: {
115
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
115
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
116
116
  required: boolean;
117
117
  };
118
118
  container: {
@@ -131,7 +131,7 @@ declare const _default: {
131
131
  class?: String | String[];
132
132
  value?: any;
133
133
  label?: string;
134
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
134
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
135
135
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
136
136
  "v-slots"?: {
137
137
  default?: import("../../DefineVueTypings").Slot<any[]>;
@@ -35,7 +35,7 @@ declare const _default: {
35
35
  required: boolean;
36
36
  };
37
37
  colorSchemaType: {
38
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
38
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
39
39
  required: boolean;
40
40
  };
41
41
  container: {
@@ -85,7 +85,7 @@ declare const _default: {
85
85
  required: boolean;
86
86
  };
87
87
  colorSchemaType: {
88
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
88
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
89
89
  required: boolean;
90
90
  };
91
91
  container: {
@@ -142,7 +142,7 @@ declare const _default: {
142
142
  required: boolean;
143
143
  };
144
144
  colorSchemaType: {
145
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
145
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
146
146
  required: boolean;
147
147
  };
148
148
  container: {
@@ -196,7 +196,7 @@ declare const _default: {
196
196
  required: boolean;
197
197
  };
198
198
  colorSchemaType: {
199
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
199
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
200
200
  required: boolean;
201
201
  };
202
202
  container: {
@@ -220,7 +220,7 @@ declare const _default: {
220
220
  label?: string;
221
221
  inline?: boolean;
222
222
  disabled?: boolean;
223
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
223
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
224
224
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
225
225
  "v-model"?: any;
226
226
  "onUpdate:modelValue"?: (value: any) => any;