@omnia/fx 8.0.159-dev → 8.0.162-dev

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -5,7 +5,7 @@ declare const _default: (props: {
5
5
  modelValue?: ContainerBlueprints;
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: ContainerVariant) => any;
11
11
  }, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType"> & {
@@ -56,7 +56,7 @@ declare const _default: (props: {
56
56
  modelValue?: ContainerBlueprints;
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"?: ContainerVariant | ContainerBlueprint;
456
456
  "onUpdate:modelValue"?: (value: ContainerVariant | ContainerBlueprint) => any;
457
457
  modelValue?: ContainerVariant | ContainerBlueprint;
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"> & {
@@ -8,7 +8,7 @@ declare const _default: (props: {
8
8
  modelValue?: FillDefinitionValue;
9
9
  colorType?: ColorPickerType;
10
10
  title?: string;
11
- dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
11
+ dynamicColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
12
12
  toned?: boolean;
13
13
  themeType?: ThemeContextType;
14
14
  enableDynamicColor?: boolean;
@@ -67,7 +67,7 @@ declare const _default: (props: {
67
67
  modelValue?: FillDefinitionValue;
68
68
  colorType?: ColorPickerType;
69
69
  title?: string;
70
- dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
70
+ dynamicColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
71
71
  toned?: boolean;
72
72
  themeType?: ThemeContextType;
73
73
  enableDynamicColor?: boolean;
@@ -6,7 +6,7 @@ declare const _default: (props: {
6
6
  "onUpdate:modelValue"?: (value: IconBlueprint) => void;
7
7
  modelValue?: IconBlueprint;
8
8
  icon?: IIcon;
9
- dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
9
+ dynamicColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
10
10
  variant?: EditorVariant;
11
11
  toned?: boolean;
12
12
  themeType?: ThemeContextType;
@@ -64,7 +64,7 @@ declare const _default: (props: {
64
64
  "onUpdate:modelValue"?: (value: IconBlueprint) => void;
65
65
  modelValue?: IconBlueprint;
66
66
  icon?: IIcon;
67
- dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
67
+ dynamicColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
68
68
  variant?: EditorVariant;
69
69
  toned?: boolean;
70
70
  themeType?: ThemeContextType;
@@ -5,7 +5,7 @@ declare const _default: (props: {
5
5
  "onUpdate:modelValue"?: (value: IconBlueprint) => void;
6
6
  modelValue?: IconBlueprint;
7
7
  icon?: IIcon;
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
  themeType?: ThemeContextType;
10
10
  toned?: boolean;
11
11
  enableDynamicColor?: boolean;
@@ -59,7 +59,7 @@ declare const _default: (props: {
59
59
  "onUpdate:modelValue"?: (value: IconBlueprint) => void;
60
60
  modelValue?: IconBlueprint;
61
61
  icon?: IIcon;
62
- dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
62
+ dynamicColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
63
63
  themeType?: ThemeContextType;
64
64
  toned?: boolean;
65
65
  enableDynamicColor?: boolean;
@@ -15,10 +15,10 @@ declare const _default: {
15
15
  type: import("vue").PropType<ThemeContextType>;
16
16
  };
17
17
  "color-schema-type-preview": {
18
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
18
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
19
19
  };
20
20
  colorSchemaTypePreview: {
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
  };
23
23
  variant: {
24
24
  type: import("vue").PropType<EditorVariant>;
@@ -59,10 +59,10 @@ declare const _default: {
59
59
  type: import("vue").PropType<ThemeContextType>;
60
60
  };
61
61
  "color-schema-type-preview": {
62
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
62
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
63
63
  };
64
64
  colorSchemaTypePreview: {
65
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
65
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
66
66
  };
67
67
  variant: {
68
68
  type: import("vue").PropType<EditorVariant>;
@@ -107,10 +107,10 @@ declare const _default: {
107
107
  type: import("vue").PropType<ThemeContextType>;
108
108
  };
109
109
  "color-schema-type-preview": {
110
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
110
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
111
111
  };
112
112
  colorSchemaTypePreview: {
113
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
113
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
114
114
  };
115
115
  variant: {
116
116
  type: import("vue").PropType<EditorVariant>;
@@ -152,10 +152,10 @@ declare const _default: {
152
152
  type: import("vue").PropType<ThemeContextType>;
153
153
  };
154
154
  "color-schema-type-preview": {
155
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
155
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
156
156
  };
157
157
  colorSchemaTypePreview: {
158
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
158
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
159
159
  };
160
160
  variant: {
161
161
  type: import("vue").PropType<EditorVariant>;
@@ -202,8 +202,8 @@ declare const _default: {
202
202
  variant?: EditorVariant;
203
203
  themeType?: ThemeContextType;
204
204
  "theme-type"?: ThemeContextType;
205
- colorSchemaTypePreview?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
206
- "color-schema-type-preview"?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
205
+ colorSchemaTypePreview?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
206
+ "color-schema-type-preview"?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
207
207
  }>, "onSelected:fillStyle" | "onSelected:borderStyle" | "onSelected:buttonStyle" | "onSelected:tabsStyle" | "onSelected:chromeStyle" | "onSelected:iconBlueprints"> & {
208
208
  "onSelected:fillStyle"?: (style: FillDefinition) => any;
209
209
  "onSelected:borderStyle"?: (style: BorderStylingDefinition) => any;
@@ -5,7 +5,7 @@ declare const _default: (props: {
5
5
  "v-model"?: TextBlueprint;
6
6
  "onUpdate:modelValue"?: (value: TextBlueprint) => void;
7
7
  modelValue?: TextBlueprint;
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
  themeType?: ThemeContextType;
10
10
  variant?: variant;
11
11
  toned?: boolean;
@@ -59,7 +59,7 @@ declare const _default: (props: {
59
59
  "v-model"?: TextBlueprint;
60
60
  "onUpdate:modelValue"?: (value: TextBlueprint) => void;
61
61
  modelValue?: TextBlueprint;
62
- dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
62
+ dynamicColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
63
63
  themeType?: ThemeContextType;
64
64
  variant?: variant;
65
65
  toned?: boolean;
@@ -6,7 +6,7 @@ declare const _default: (props: {
6
6
  toned?: boolean;
7
7
  sampleText?: string;
8
8
  } & Omit<{
9
- "onClick:select"?: (typography: "title" | "text" | "navigation", size: TypographySizes) => any;
9
+ "onClick:select"?: (typography: "text" | "title" | "navigation", size: TypographySizes) => any;
10
10
  "onClick:selectfill"?: (variant: FillVariant) => any;
11
11
  }, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "sampleText"> & {
12
12
  "v-slots"?: {
@@ -61,7 +61,7 @@ declare const _default: (props: {
61
61
  default?: import("vue").Slot;
62
62
  } & {};
63
63
  } & {
64
- "onClick:select"?: (typography: "title" | "text" | "navigation", size: TypographySizes) => any;
64
+ "onClick:select"?: (typography: "text" | "title" | "navigation", size: TypographySizes) => any;
65
65
  "onClick:selectfill"?: (variant: FillVariant) => any;
66
66
  } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "sampleText">;
67
67
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {