@omnia/fx 8.0.159-dev → 8.0.162-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 (133) 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.richtexteditor.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/services/ReindexOmniaSearchUserService.d.ts +11 -0
  4. package/internal-do-not-import-from-here/services/index.d.ts +1 -0
  5. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +12 -12
  6. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +1 -0
  7. package/internal-do-not-import-from-here/ux/Exposes.d.ts +56 -55
  8. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
  9. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +1 -1
  10. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +16 -16
  11. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +15 -15
  12. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +9 -9
  13. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
  14. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +4 -4
  15. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -2
  16. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +5 -5
  17. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
  18. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
  19. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
  20. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
  21. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +34 -34
  22. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
  23. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +2 -2
  24. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +10 -10
  25. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -2
  26. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
  27. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
  28. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
  29. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -2
  30. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -2
  31. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +416 -400
  32. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +411 -395
  33. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +60 -60
  34. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +411 -395
  35. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
  36. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +42 -0
  37. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +2 -0
  39. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/IDateTimeFieldEdit.d.ts +2 -0
  40. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +2 -2
  41. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/identities/loc/Localize.d.ts +39 -37
  43. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +12 -5
  44. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +9 -9
  45. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +53 -43
  48. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -2
  49. package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
  52. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -9
  53. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +6 -6
  54. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +1 -1
  55. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/models/TypographyEditorModel.d.ts +5 -0
  57. package/internal-do-not-import-from-here/ux/models/index.d.ts +1 -0
  58. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
  59. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +2 -2
  60. package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
  62. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +10 -10
  63. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +29 -0
  64. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +10 -10
  65. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -64
  66. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +422 -406
  67. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +846 -814
  68. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +1 -1
  69. package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +26 -345
  70. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +10 -10
  71. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +10 -10
  72. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +4 -12
  73. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
  74. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +9 -9
  75. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +20 -20
  76. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +19 -19
  77. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +2 -2
  78. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +9 -9
  79. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
  80. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +11 -11
  81. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +45 -45
  82. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.css.d.ts +1 -0
  85. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +26 -0
  86. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +849 -817
  87. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
  88. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +10 -10
  90. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +9 -9
  91. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
  92. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +2 -2
  93. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  94. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +1 -1
  95. package/internal-do-not-import-from-here/ux/post/Post.d.ts +3 -3
  96. package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +4 -4
  97. package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +3 -3
  98. package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +2 -2
  99. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
  100. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorStore.d.ts +38 -0
  101. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts +1 -1
  102. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/Heading.d.ts +5 -23
  103. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +2 -3
  104. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +2 -50
  105. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +2 -49
  106. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaImageNode.d.ts +15 -2
  107. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNode.d.ts +22 -2
  108. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNodeView.d.ts +0 -22
  109. package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
  110. package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRendererSignIn.d.ts +39 -0
  111. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
  112. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +7 -7
  113. package/internal-do-not-import-from-here/ux/texttranslator/TextTranslator.d.ts +0 -8
  114. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +422 -406
  115. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +90 -30
  116. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.css.d.ts +1 -0
  117. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +1 -0
  118. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/ContentDefinitionRegistration.d.ts +1 -0
  119. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +5 -0
  120. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +20 -10
  121. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
  122. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +10 -2
  123. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +3 -0
  124. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  125. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -2
  126. package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentDescriptors.d.ts +1 -0
  127. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +26 -5
  128. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +3 -3
  129. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +32 -0
  130. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +95 -95
  131. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SliderEditor.d.ts +8 -0
  132. package/internal-do-not-import-from-here/wctypings.d.ts +14 -1
  133. package/package.json +2 -2
@@ -2,7 +2,7 @@ import { ChromeBlueprint, VelcronAppDefinition, ColorValue, ChromeBlueprints, Bl
2
2
  export declare const useChromeEditorStore: () => {
3
3
  state: {
4
4
  editMode: boolean;
5
- previewColorSchema: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5
+ previewColorSchema: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
6
6
  backgroundOpacity: number;
7
7
  backgroundColor: ColorValue;
8
8
  editingBlueprint: ChromeBlueprint;
@@ -11,7 +11,7 @@ export declare const useChromeEditorStore: () => {
11
11
  };
12
12
  events: {
13
13
  onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
14
- onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
14
+ onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
15
15
  onMutatedBackgroundOpacity: import("@omnia/fx").MessageBusExposeOnlySubscription<number>;
16
16
  onMutatedBackgroundColor: import("@omnia/fx").MessageBusExposeOnlySubscription<ColorValue>;
17
17
  onMutatedEditingBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<ChromeBlueprint>;
@@ -131,7 +131,7 @@ export declare const useComponentsEditorStore: () => {
131
131
  blockEditorStore: {
132
132
  state: {
133
133
  editMode: boolean;
134
- previewColorSchema: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
134
+ previewColorSchema: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
135
135
  backgroundOpacity: number;
136
136
  backgroundColor: import("@omnia/fx-models").ColorValue;
137
137
  editingBlueprint: import("@omnia/fx-models").ChromeBlueprint;
@@ -140,7 +140,7 @@ export declare const useComponentsEditorStore: () => {
140
140
  };
141
141
  events: {
142
142
  onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
143
- onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
143
+ onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
144
144
  onMutatedBackgroundOpacity: import("@omnia/fx").MessageBusExposeOnlySubscription<number>;
145
145
  onMutatedBackgroundColor: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ColorValue>;
146
146
  onMutatedEditingBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ChromeBlueprint>;
@@ -376,14 +376,14 @@ export declare const useComponentsEditorStore: () => {
376
376
  containersEditorStore: {
377
377
  state: {
378
378
  editMode: boolean;
379
- previewColorSchema: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
379
+ previewColorSchema: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
380
380
  editingBlueprint: import("@omnia/fx-models").ContainerBlueprint;
381
381
  editingBlueprintType: import("@omnia/fx-models").ContainerVariant;
382
382
  containerBlueprints: import("@omnia/fx-models").ContainerBlueprints;
383
383
  };
384
384
  events: {
385
385
  onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
386
- onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
386
+ onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
387
387
  onMutatedEditingBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ContainerBlueprint>;
388
388
  onMutatedEditingBlueprintType: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ContainerVariant>;
389
389
  onMutatedContainerBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ContainerBlueprints>;
@@ -2,14 +2,14 @@ import { ContainerBlueprint, ContainerBlueprints, ContainerVariant } from "@omni
2
2
  export declare const useContainersEditorStore: () => {
3
3
  state: {
4
4
  editMode: boolean;
5
- previewColorSchema: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5
+ previewColorSchema: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
6
6
  editingBlueprint: ContainerBlueprint;
7
7
  editingBlueprintType: ContainerVariant;
8
8
  containerBlueprints: ContainerBlueprints;
9
9
  };
10
10
  events: {
11
11
  onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
12
- onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
12
+ onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
13
13
  onMutatedEditingBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<ContainerBlueprint>;
14
14
  onMutatedEditingBlueprintType: import("@omnia/fx").MessageBusExposeOnlySubscription<ContainerVariant>;
15
15
  onMutatedContainerBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<ContainerBlueprints>;
@@ -5,7 +5,7 @@ export declare const useTypographyEditorStore: () => {
5
5
  blueprint: TypographyBlueprint;
6
6
  editMode: boolean;
7
7
  selectedTypography: {
8
- type: "title" | "text" | "navigation";
8
+ type: "text" | "title" | "navigation";
9
9
  size: TypographySizes;
10
10
  definition: TypographyDefinition;
11
11
  };
@@ -17,7 +17,7 @@ export declare const useTypographyEditorStore: () => {
17
17
  onMutatedBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<TypographyBlueprint>;
18
18
  onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
19
19
  onMutatedSelectedTypography: import("@omnia/fx").MessageBusExposeOnlySubscription<{
20
- type: "title" | "text" | "navigation";
20
+ type: "text" | "title" | "navigation";
21
21
  size: TypographySizes;
22
22
  definition: TypographyDefinition;
23
23
  }>;
@@ -27,7 +27,7 @@ export declare const useTypographyEditorStore: () => {
27
27
  actions: {
28
28
  onDispatching: {
29
29
  setSelectedDefinition: {
30
- subscribe(fn: (type: "title" | "text" | "navigation", size: TypographySizes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
30
+ subscribe(fn: (type: "text" | "title" | "navigation", size: TypographySizes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
31
31
  };
32
32
  setSelectedFillVariant: {
33
33
  subscribe(fn: (fillVariant: FillVariant) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -62,7 +62,7 @@ export declare const useTypographyEditorStore: () => {
62
62
  };
63
63
  onDispatched: {
64
64
  setSelectedDefinition: {
65
- subscribe(fn: (result: void, type: "title" | "text" | "navigation", size: TypographySizes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
65
+ subscribe(fn: (result: void, type: "text" | "title" | "navigation", size: TypographySizes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
66
66
  };
67
67
  setSelectedFillVariant: {
68
68
  subscribe(fn: (result: void, fillVariant: FillVariant) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -97,7 +97,7 @@ export declare const useTypographyEditorStore: () => {
97
97
  };
98
98
  onFailure: {
99
99
  setSelectedDefinition: {
100
- subscribe(fn: (failureReason: any, type: "title" | "text" | "navigation", size: TypographySizes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
100
+ subscribe(fn: (failureReason: any, type: "text" | "title" | "navigation", size: TypographySizes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
101
101
  };
102
102
  setSelectedFillVariant: {
103
103
  subscribe(fn: (failureReason: any, fillVariant: FillVariant) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -13,7 +13,7 @@ declare const _default: (props: {
13
13
  individualBorderWidthSelection?: boolean;
14
14
  elevation?: boolean;
15
15
  createNewColorDynamic?: boolean;
16
- dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
16
+ dynamicColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
17
17
  enableDynamicColor?: boolean;
18
18
  label?: string;
19
19
  } & Omit<{
@@ -75,7 +75,7 @@ declare const _default: (props: {
75
75
  individualBorderWidthSelection?: boolean;
76
76
  elevation?: boolean;
77
77
  createNewColorDynamic?: boolean;
78
- dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
78
+ dynamicColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
79
79
  enableDynamicColor?: boolean;
80
80
  label?: string;
81
81
  } & {
@@ -7,7 +7,7 @@ declare const _default: (props: {
7
7
  individualRadiusSelection?: boolean;
8
8
  individualWidthSelection?: boolean;
9
9
  themeType?: ThemeContextType;
10
- dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
10
+ dynamicColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
11
11
  enableDynamicColor?: boolean;
12
12
  createNewColorDynamic?: boolean;
13
13
  toned?: boolean;
@@ -63,7 +63,7 @@ declare const _default: (props: {
63
63
  individualRadiusSelection?: boolean;
64
64
  individualWidthSelection?: boolean;
65
65
  themeType?: ThemeContextType;
66
- dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
66
+ dynamicColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
67
67
  enableDynamicColor?: boolean;
68
68
  createNewColorDynamic?: boolean;
69
69
  toned?: boolean;
@@ -5,7 +5,7 @@ declare const _default: (props: {
5
5
  modelValue?: ChromeBlueprints;
6
6
  toned?: boolean;
7
7
  themeType?: ThemeContextType;
8
- dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
8
+ dynamicColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
9
9
  } & Omit<{
10
10
  "onClick:select"?: (variant: BlueprintVariant) => any;
11
11
  }, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType"> & {
@@ -56,7 +56,7 @@ declare const _default: (props: {
56
56
  modelValue?: ChromeBlueprints;
57
57
  toned?: boolean;
58
58
  themeType?: ThemeContextType;
59
- dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
59
+ dynamicColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
60
60
  } & {
61
61
  "v-slots"?: {
62
62
  default?: import("vue").Slot;
@@ -18,11 +18,11 @@ declare const _default: {
18
18
  type: import("vue").PropType<boolean>;
19
19
  };
20
20
  "preview-color-schema-type": {
21
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
21
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
22
22
  required: false;
23
23
  };
24
24
  previewColorSchemaType: {
25
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
25
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
26
26
  required: false;
27
27
  };
28
28
  "onUpdate:modelValue": {
@@ -113,11 +113,11 @@ declare const _default: {
113
113
  type: import("vue").PropType<boolean>;
114
114
  };
115
115
  "preview-color-schema-type": {
116
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
116
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
117
117
  required: false;
118
118
  };
119
119
  previewColorSchemaType: {
120
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
120
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
121
121
  required: false;
122
122
  };
123
123
  "onUpdate:modelValue": {
@@ -213,11 +213,11 @@ declare const _default: {
213
213
  type: import("vue").PropType<boolean>;
214
214
  };
215
215
  "preview-color-schema-type": {
216
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
216
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
217
217
  required: false;
218
218
  };
219
219
  previewColorSchemaType: {
220
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
220
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
221
221
  required: false;
222
222
  };
223
223
  "onUpdate:modelValue": {
@@ -310,11 +310,11 @@ declare const _default: {
310
310
  type: import("vue").PropType<boolean>;
311
311
  };
312
312
  "preview-color-schema-type": {
313
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
313
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
314
314
  required: false;
315
315
  };
316
316
  previewColorSchemaType: {
317
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
317
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
318
318
  required: false;
319
319
  };
320
320
  "onUpdate:modelValue": {
@@ -455,8 +455,8 @@ declare const _default: {
455
455
  "v-model"?: BlueprintVariant | ChromeBlueprint;
456
456
  "onUpdate:modelValue"?: (value: BlueprintVariant | ChromeBlueprint) => any;
457
457
  modelValue?: BlueprintVariant | ChromeBlueprint;
458
- previewColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
459
- "preview-color-schema-type"?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
458
+ previewColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
459
+ "preview-color-schema-type"?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
460
460
  allowCustom?: boolean;
461
461
  "allow-custom"?: boolean;
462
462
  }>, "onUpdate:modelValue"> & {
@@ -39,10 +39,10 @@ declare const _default: {
39
39
  type: import("vue").PropType<boolean>;
40
40
  };
41
41
  "dynamic-color-schema-type": {
42
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
42
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
43
43
  };
44
44
  dynamicColorSchemaType: {
45
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
45
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
46
46
  };
47
47
  type: {
48
48
  type: import("vue").PropType<ColorPickerType>;
@@ -58,7 +58,7 @@ declare const _default: {
58
58
  type: import("vue").PropType<(value: ColorValue) => any>;
59
59
  };
60
60
  "v-model": {
61
- type: import("vue").PropType<ColorValue>;
61
+ type: import("vue").PropType<ColorValue>; /**If colorSchema exists set the color schema to the model*/
62
62
  required: false;
63
63
  };
64
64
  modelValue: {
@@ -68,7 +68,7 @@ declare const _default: {
68
68
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
69
69
  type: import("vue").PropType<(value: ColorValue) => any>;
70
70
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
71
- type: import("vue").PropType<ColorValue>;
71
+ type: import("vue").PropType<ColorValue>; /**If colorSchema exists set the color schema to the model*/
72
72
  required: false;
73
73
  }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
74
74
  type: import("vue").PropType<ColorValue>;
@@ -80,7 +80,7 @@ declare const _default: {
80
80
  };
81
81
  } & {
82
82
  "v-model": {
83
- type: import("vue").PropType<ColorValue>;
83
+ type: import("vue").PropType<ColorValue>; /**If colorSchema exists set the color schema to the model*/
84
84
  required: false;
85
85
  };
86
86
  } & {
@@ -95,7 +95,7 @@ declare const _default: {
95
95
  };
96
96
  } & {
97
97
  "v-model": {
98
- type: import("vue").PropType<ColorValue>;
98
+ type: import("vue").PropType<ColorValue>; /**If colorSchema exists set the color schema to the model*/
99
99
  required: false;
100
100
  };
101
101
  } & {
@@ -110,7 +110,7 @@ declare const _default: {
110
110
  };
111
111
  } & {
112
112
  "v-model": {
113
- type: import("vue").PropType<ColorValue>;
113
+ type: import("vue").PropType<ColorValue>; /**If colorSchema exists set the color schema to the model*/
114
114
  required: false;
115
115
  };
116
116
  } & {
@@ -165,10 +165,10 @@ declare const _default: {
165
165
  type: import("vue").PropType<boolean>;
166
166
  };
167
167
  "dynamic-color-schema-type": {
168
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
168
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
169
169
  };
170
170
  dynamicColorSchemaType: {
171
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
171
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
172
172
  };
173
173
  type: {
174
174
  type: import("vue").PropType<ColorPickerType>;
@@ -184,7 +184,7 @@ declare const _default: {
184
184
  type: import("vue").PropType<(value: ColorValue) => any>;
185
185
  };
186
186
  "v-model": {
187
- type: import("vue").PropType<ColorValue>;
187
+ type: import("vue").PropType<ColorValue>; /**If colorSchema exists set the color schema to the model*/
188
188
  required: false;
189
189
  };
190
190
  modelValue: {
@@ -194,7 +194,7 @@ declare const _default: {
194
194
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
195
195
  type: import("vue").PropType<(value: ColorValue) => any>;
196
196
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
197
- type: import("vue").PropType<ColorValue>;
197
+ type: import("vue").PropType<ColorValue>; /**If colorSchema exists set the color schema to the model*/
198
198
  required: false;
199
199
  }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
200
200
  type: import("vue").PropType<ColorValue>;
@@ -206,7 +206,7 @@ declare const _default: {
206
206
  };
207
207
  } & {
208
208
  "v-model": {
209
- type: import("vue").PropType<ColorValue>;
209
+ type: import("vue").PropType<ColorValue>; /**If colorSchema exists set the color schema to the model*/
210
210
  required: false;
211
211
  };
212
212
  } & {
@@ -221,7 +221,7 @@ declare const _default: {
221
221
  };
222
222
  } & {
223
223
  "v-model": {
224
- type: import("vue").PropType<ColorValue>;
224
+ type: import("vue").PropType<ColorValue>; /**If colorSchema exists set the color schema to the model*/
225
225
  required: false;
226
226
  };
227
227
  } & {
@@ -236,7 +236,7 @@ declare const _default: {
236
236
  };
237
237
  } & {
238
238
  "v-model": {
239
- type: import("vue").PropType<ColorValue>;
239
+ type: import("vue").PropType<ColorValue>; /**If colorSchema exists set the color schema to the model*/
240
240
  required: false;
241
241
  };
242
242
  } & {
@@ -300,10 +300,10 @@ declare const _default: {
300
300
  type: import("vue").PropType<boolean>;
301
301
  };
302
302
  "dynamic-color-schema-type": {
303
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
303
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
304
304
  };
305
305
  dynamicColorSchemaType: {
306
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
306
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
307
307
  };
308
308
  type: {
309
309
  type: import("vue").PropType<ColorPickerType>;
@@ -319,7 +319,7 @@ declare const _default: {
319
319
  type: import("vue").PropType<(value: ColorValue) => any>;
320
320
  };
321
321
  "v-model": {
322
- type: import("vue").PropType<ColorValue>;
322
+ type: import("vue").PropType<ColorValue>; /**If colorSchema exists set the color schema to the model*/
323
323
  required: false;
324
324
  };
325
325
  modelValue: {
@@ -329,7 +329,7 @@ declare const _default: {
329
329
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
330
330
  type: import("vue").PropType<(value: ColorValue) => any>;
331
331
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
332
- type: import("vue").PropType<ColorValue>;
332
+ type: import("vue").PropType<ColorValue>; /**If colorSchema exists set the color schema to the model*/
333
333
  required: false;
334
334
  }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
335
335
  type: import("vue").PropType<ColorValue>;
@@ -341,7 +341,7 @@ declare const _default: {
341
341
  };
342
342
  } & {
343
343
  "v-model": {
344
- type: import("vue").PropType<ColorValue>;
344
+ type: import("vue").PropType<ColorValue>; /**If colorSchema exists set the color schema to the model*/
345
345
  required: false;
346
346
  };
347
347
  } & {
@@ -356,7 +356,7 @@ declare const _default: {
356
356
  };
357
357
  } & {
358
358
  "v-model": {
359
- type: import("vue").PropType<ColorValue>;
359
+ type: import("vue").PropType<ColorValue>; /**If colorSchema exists set the color schema to the model*/
360
360
  required: false;
361
361
  };
362
362
  } & {
@@ -371,7 +371,7 @@ declare const _default: {
371
371
  };
372
372
  } & {
373
373
  "v-model": {
374
- type: import("vue").PropType<ColorValue>;
374
+ type: import("vue").PropType<ColorValue>; /**If colorSchema exists set the color schema to the model*/
375
375
  required: false;
376
376
  };
377
377
  } & {
@@ -432,10 +432,10 @@ declare const _default: {
432
432
  type: import("vue").PropType<boolean>;
433
433
  };
434
434
  "dynamic-color-schema-type": {
435
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
435
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
436
436
  };
437
437
  dynamicColorSchemaType: {
438
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
438
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
439
439
  };
440
440
  type: {
441
441
  type: import("vue").PropType<ColorPickerType>;
@@ -451,7 +451,7 @@ declare const _default: {
451
451
  type: import("vue").PropType<(value: ColorValue) => any>;
452
452
  };
453
453
  "v-model": {
454
- type: import("vue").PropType<ColorValue>;
454
+ type: import("vue").PropType<ColorValue>; /**If colorSchema exists set the color schema to the model*/
455
455
  required: false;
456
456
  };
457
457
  modelValue: {
@@ -461,7 +461,7 @@ declare const _default: {
461
461
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
462
462
  type: import("vue").PropType<(value: ColorValue) => any>;
463
463
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
464
- type: import("vue").PropType<ColorValue>;
464
+ type: import("vue").PropType<ColorValue>; /**If colorSchema exists set the color schema to the model*/
465
465
  required: false;
466
466
  }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
467
467
  type: import("vue").PropType<ColorValue>;
@@ -473,7 +473,7 @@ declare const _default: {
473
473
  };
474
474
  } & {
475
475
  "v-model": {
476
- type: import("vue").PropType<ColorValue>;
476
+ type: import("vue").PropType<ColorValue>; /**If colorSchema exists set the color schema to the model*/
477
477
  required: false;
478
478
  };
479
479
  } & {
@@ -488,7 +488,7 @@ declare const _default: {
488
488
  };
489
489
  } & {
490
490
  "v-model": {
491
- type: import("vue").PropType<ColorValue>;
491
+ type: import("vue").PropType<ColorValue>; /**If colorSchema exists set the color schema to the model*/
492
492
  required: false;
493
493
  };
494
494
  } & {
@@ -503,7 +503,7 @@ declare const _default: {
503
503
  };
504
504
  } & {
505
505
  "v-model": {
506
- type: import("vue").PropType<ColorValue>;
506
+ type: import("vue").PropType<ColorValue>; /**If colorSchema exists set the color schema to the model*/
507
507
  required: false;
508
508
  };
509
509
  } & {
@@ -537,7 +537,7 @@ declare const _default: {
537
537
  };
538
538
  } & {
539
539
  [x: `v-model:${string}`]: {
540
- type: import("vue").PropType<ColorValue>;
540
+ type: import("vue").PropType<ColorValue>; /**If colorSchema exists set the color schema to the model*/
541
541
  required: false;
542
542
  };
543
543
  } & {
@@ -552,7 +552,7 @@ declare const _default: {
552
552
  };
553
553
  } & {
554
554
  "v-model": {
555
- type: import("vue").PropType<ColorValue>;
555
+ type: import("vue").PropType<ColorValue>; /**If colorSchema exists set the color schema to the model*/
556
556
  required: false;
557
557
  };
558
558
  } & {
@@ -567,7 +567,7 @@ declare const _default: {
567
567
  };
568
568
  } & {
569
569
  "v-model": {
570
- type: import("vue").PropType<ColorValue>;
570
+ type: import("vue").PropType<ColorValue>; /**If colorSchema exists set the color schema to the model*/
571
571
  required: false;
572
572
  };
573
573
  } & {
@@ -582,7 +582,7 @@ declare const _default: {
582
582
  };
583
583
  } & {
584
584
  "v-model": {
585
- type: import("vue").PropType<ColorValue>;
585
+ type: import("vue").PropType<ColorValue>; /**If colorSchema exists set the color schema to the model*/
586
586
  required: false;
587
587
  };
588
588
  } & {
@@ -600,8 +600,8 @@ declare const _default: {
600
600
  modelValue?: ColorValue;
601
601
  themeType?: ThemeContextType;
602
602
  "theme-type"?: ThemeContextType;
603
- dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
604
- "dynamic-color-schema-type"?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
603
+ dynamicColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
604
+ "dynamic-color-schema-type"?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
605
605
  enableDynamicColor?: boolean;
606
606
  "enable-dynamic-color"?: boolean;
607
607
  customColor?: boolean;