@omnia/fx 8.0.221-dev → 8.0.223-dev

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -85,7 +85,7 @@ declare const _default: {
85
85
  }>;
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: {
@@ -186,7 +186,7 @@ declare const _default: {
186
186
  }>;
187
187
  };
188
188
  colorSchemaType: {
189
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
189
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
190
190
  required: boolean;
191
191
  };
192
192
  container: {
@@ -293,7 +293,7 @@ declare const _default: {
293
293
  }>;
294
294
  };
295
295
  colorSchemaType: {
296
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
296
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
297
297
  required: boolean;
298
298
  };
299
299
  container: {
@@ -397,7 +397,7 @@ declare const _default: {
397
397
  }>;
398
398
  };
399
399
  colorSchemaType: {
400
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
400
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
401
401
  required: boolean;
402
402
  };
403
403
  container: {
@@ -482,7 +482,7 @@ declare const _default: {
482
482
  container?: boolean;
483
483
  class?: string;
484
484
  label?: string;
485
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
485
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
486
486
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
487
487
  "v-model"?: ColorSchema;
488
488
  "onUpdate:modelValue"?: (value: ColorSchema) => any;
@@ -11,7 +11,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
11
11
  } & {
12
12
  themeType?: ThemeContextType;
13
13
  } & {
14
- defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
14
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
15
15
  } & DefineEmit<"click:select", (variant: ContainerVariant) => true>>) => {
16
16
  $: import("vue").ComponentInternalInstance;
17
17
  $data: {};
@@ -61,7 +61,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
61
61
  } & {
62
62
  themeType?: ThemeContextType;
63
63
  } & {
64
- defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
64
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
65
65
  } & DefineEmit<"click:select", (variant: ContainerVariant) => true>> & {
66
66
  "v-slots"?: {
67
67
  default?: import("vue").Slot;
@@ -23,7 +23,7 @@ declare const _default: {
23
23
  type: import("vue").PropType<boolean>;
24
24
  };
25
25
  previewColorSchemaType: {
26
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
26
+ type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
27
27
  required: false;
28
28
  };
29
29
  "onUpdate:modelValue": {
@@ -122,7 +122,7 @@ declare const _default: {
122
122
  type: import("vue").PropType<boolean>;
123
123
  };
124
124
  previewColorSchemaType: {
125
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
125
+ type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
126
126
  required: false;
127
127
  };
128
128
  "onUpdate:modelValue": {
@@ -224,7 +224,7 @@ declare const _default: {
224
224
  type: import("vue").PropType<boolean>;
225
225
  };
226
226
  previewColorSchemaType: {
227
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
227
+ type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
228
228
  required: false;
229
229
  };
230
230
  "onUpdate:modelValue": {
@@ -323,7 +323,7 @@ declare const _default: {
323
323
  type: import("vue").PropType<boolean>;
324
324
  };
325
325
  previewColorSchemaType: {
326
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
326
+ type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
327
327
  required: false;
328
328
  };
329
329
  "onUpdate:modelValue": {
@@ -475,7 +475,7 @@ declare const _default: {
475
475
  };
476
476
  individualRadiusSelection?: boolean;
477
477
  individualBorderWidthSelection?: boolean;
478
- previewColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
478
+ previewColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
479
479
  allowCustom?: boolean;
480
480
  }>, "onUpdate:modelValue" | "onItem:enter" | "onItem:leave"> & {
481
481
  "onUpdate:modelValue"?: (value: ContainerVariant | ContainerBlueprint) => any;
@@ -14,7 +14,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
14
14
  } & {
15
15
  title?: string;
16
16
  } & {
17
- defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
17
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
18
18
  } & {
19
19
  toned?: boolean;
20
20
  } & {
@@ -76,7 +76,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
76
76
  } & {
77
77
  title?: string;
78
78
  } & {
79
- defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
79
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
80
80
  } & {
81
81
  toned?: boolean;
82
82
  } & {
@@ -13,7 +13,7 @@ declare const _default: {
13
13
  required: false;
14
14
  };
15
15
  colorSchemaType: {
16
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
16
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
17
17
  required: boolean;
18
18
  };
19
19
  container: {
@@ -37,7 +37,7 @@ declare const _default: {
37
37
  required: false;
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: {
@@ -70,7 +70,7 @@ declare const _default: {
70
70
  required: false;
71
71
  };
72
72
  colorSchemaType: {
73
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
73
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
74
74
  required: boolean;
75
75
  };
76
76
  container: {
@@ -100,7 +100,7 @@ declare const _default: {
100
100
  required: false;
101
101
  };
102
102
  colorSchemaType: {
103
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
103
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
104
104
  required: boolean;
105
105
  };
106
106
  container: {
@@ -116,7 +116,7 @@ declare const _default: {
116
116
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
117
117
  propsDefinition: Omit<Readonly<{} & {
118
118
  container?: boolean;
119
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
119
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
120
120
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
121
121
  "v-model"?: FillDefinition | ColorValue;
122
122
  "onUpdate:modelValue"?: (value: FillDefinition | ColorValue) => any;
@@ -11,7 +11,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
11
11
  } & {
12
12
  icon?: IIcon;
13
13
  } & {
14
- defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
14
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
15
15
  } & {
16
16
  variant?: EditorVariant;
17
17
  } & {
@@ -71,7 +71,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
71
71
  } & {
72
72
  icon?: IIcon;
73
73
  } & {
74
- defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
74
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
75
75
  } & {
76
76
  variant?: EditorVariant;
77
77
  } & {
@@ -11,7 +11,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
11
11
  } & {
12
12
  icon?: IIcon;
13
13
  } & {
14
- defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
14
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
15
15
  } & {
16
16
  themeType?: ThemeContextType;
17
17
  } & {
@@ -69,7 +69,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
69
69
  } & {
70
70
  icon?: IIcon;
71
71
  } & {
72
- defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
72
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
73
73
  } & {
74
74
  themeType?: ThemeContextType;
75
75
  } & {
@@ -93,7 +93,7 @@ declare const _default: {
93
93
  required: boolean;
94
94
  };
95
95
  colorSchemaType: {
96
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
96
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
97
97
  required: boolean;
98
98
  };
99
99
  container: {
@@ -201,7 +201,7 @@ declare const _default: {
201
201
  required: boolean;
202
202
  };
203
203
  colorSchemaType: {
204
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
204
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
205
205
  required: boolean;
206
206
  };
207
207
  container: {
@@ -316,7 +316,7 @@ declare const _default: {
316
316
  required: boolean;
317
317
  };
318
318
  colorSchemaType: {
319
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
319
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
320
320
  required: boolean;
321
321
  };
322
322
  container: {
@@ -428,7 +428,7 @@ declare const _default: {
428
428
  required: boolean;
429
429
  };
430
430
  colorSchemaType: {
431
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
431
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
432
432
  required: boolean;
433
433
  };
434
434
  container: {
@@ -511,7 +511,7 @@ declare const _default: {
511
511
  container?: boolean;
512
512
  class?: String | String[];
513
513
  label?: string;
514
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
514
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
515
515
  toned?: boolean;
516
516
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
517
517
  "v-model"?: Spacing;
@@ -12,13 +12,13 @@ declare const _default: {
12
12
  type: import("vue").PropType<ThemeContextType>;
13
13
  };
14
14
  colorSchemaTypePreview: {
15
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
15
+ type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
16
16
  };
17
17
  variant: {
18
18
  type: import("vue").PropType<EditorVariant>;
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: {
@@ -57,13 +57,13 @@ declare const _default: {
57
57
  type: import("vue").PropType<ThemeContextType>;
58
58
  };
59
59
  colorSchemaTypePreview: {
60
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
60
+ type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
61
61
  };
62
62
  variant: {
63
63
  type: import("vue").PropType<EditorVariant>;
64
64
  };
65
65
  colorSchemaType: {
66
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
66
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
67
67
  required: boolean;
68
68
  };
69
69
  container: {
@@ -104,13 +104,13 @@ declare const _default: {
104
104
  type: import("vue").PropType<ThemeContextType>;
105
105
  };
106
106
  colorSchemaTypePreview: {
107
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
107
+ type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
108
108
  };
109
109
  variant: {
110
110
  type: import("vue").PropType<EditorVariant>;
111
111
  };
112
112
  colorSchemaType: {
113
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
113
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
114
114
  required: boolean;
115
115
  };
116
116
  container: {
@@ -148,13 +148,13 @@ declare const _default: {
148
148
  type: import("vue").PropType<ThemeContextType>;
149
149
  };
150
150
  colorSchemaTypePreview: {
151
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
151
+ type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
152
152
  };
153
153
  variant: {
154
154
  type: import("vue").PropType<EditorVariant>;
155
155
  };
156
156
  colorSchemaType: {
157
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
157
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
158
158
  required: boolean;
159
159
  };
160
160
  container: {
@@ -189,7 +189,7 @@ declare const _default: {
189
189
  propsDefinition: Omit<Readonly<{} & {
190
190
  container?: boolean;
191
191
  class?: String | String[];
192
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
192
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
193
193
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
194
194
  "v-slots"?: {
195
195
  default?: import("../../../DefineVueTypings").Slot<any[]>;
@@ -198,7 +198,7 @@ declare const _default: {
198
198
  };
199
199
  variant?: EditorVariant;
200
200
  themeType?: ThemeContextType;
201
- colorSchemaTypePreview?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
201
+ colorSchemaTypePreview?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
202
202
  }>, "onSelected:fillStyle" | "onSelected:borderStyle" | "onSelected:buttonStyle" | "onSelected:tabsStyle" | "onSelected:chromeStyle" | "onSelected:iconBlueprints"> & {
203
203
  "onSelected:fillStyle"?: (style: FillDefinition) => any;
204
204
  "onSelected:borderStyle"?: (style: BorderStylingDefinition) => any;
@@ -9,7 +9,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
9
9
  } & {
10
10
  modelValue?: TextBlueprint;
11
11
  } & {
12
- defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
12
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
13
13
  } & {
14
14
  themeType?: ThemeContextType;
15
15
  } & {
@@ -65,7 +65,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
65
65
  } & {
66
66
  modelValue?: TextBlueprint;
67
67
  } & {
68
- defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
68
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
69
69
  } & {
70
70
  themeType?: ThemeContextType;
71
71
  } & {
@@ -88,7 +88,7 @@ declare const _default: {
88
88
  required: boolean;
89
89
  };
90
90
  colorSchemaType: {
91
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
91
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
92
92
  required: boolean;
93
93
  };
94
94
  container: {
@@ -189,7 +189,7 @@ declare const _default: {
189
189
  required: boolean;
190
190
  };
191
191
  colorSchemaType: {
192
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
192
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
193
193
  required: boolean;
194
194
  };
195
195
  container: {
@@ -297,7 +297,7 @@ declare const _default: {
297
297
  required: boolean;
298
298
  };
299
299
  colorSchemaType: {
300
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
300
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
301
301
  required: boolean;
302
302
  };
303
303
  container: {
@@ -402,7 +402,7 @@ declare const _default: {
402
402
  required: boolean;
403
403
  };
404
404
  colorSchemaType: {
405
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
405
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
406
406
  required: boolean;
407
407
  };
408
408
  container: {
@@ -485,7 +485,7 @@ declare const _default: {
485
485
  };
486
486
  container?: boolean;
487
487
  class?: String | String[];
488
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
488
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
489
489
  toned?: string;
490
490
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
491
491
  "v-model"?: ThemeDefinitionV2;
@@ -1,6 +1,6 @@
1
1
  import { TypographyDefinition } from "@omnia/fx-models";
2
2
  import { VNodeChild } from "vue";
3
- type EditorVariant = "default" | "dialog";
3
+ type EditorVariant = "default" | "dialog" | "blade-inline";
4
4
  declare const _default: {
5
5
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
6
6
  "v-slots": import("vue").Prop<{