@omnia/fx 8.0.130-dev → 8.0.132-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 (126) 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/services/identities/GroupService.d.ts +1 -0
  3. package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
  4. package/internal-do-not-import-from-here/ux/blueprintpickers/blueprintTemplate/BlueprintsTemplatePicker.d.ts +98 -98
  5. package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeBlueprintsViewer.d.ts +2 -2
  6. package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromePicker.d.ts +10 -10
  7. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +2 -2
  8. package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/StylePicker.d.ts +10 -10
  9. package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +2 -2
  10. package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +2 -2
  11. package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +10 -10
  12. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
  13. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.css.d.ts +3 -0
  14. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +1 -1
  16. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -1
  17. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
  19. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +1 -1
  22. package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +2 -2
  23. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
  27. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +10 -10
  31. package/internal-do-not-import-from-here/ux/journey/models/Constants.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +10 -10
  33. package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +7 -3
  34. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +3 -3
  37. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
  38. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +3598 -2676
  43. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +7292 -5448
  44. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +2 -2
  46. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +7295 -5451
  52. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +1 -1
  55. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
  64. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +38 -18
  65. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +36 -14
  66. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +27 -17
  67. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/TemplatesJourney.d.ts +22 -0
  68. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/ButtonTemplateEdit.d.ts +16 -0
  69. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/ButtonTemplates.d.ts +22 -0
  70. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/ChromeTemplateEdit.d.ts +16 -0
  71. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/ChromeTemplates.d.ts +22 -0
  72. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/TabTemplateEdit.d.ts +16 -0
  73. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/TabTemplates.d.ts +22 -0
  74. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/store/TemplateEditorStore.d.ts +156 -0
  75. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/blades/EditThemeBlade.d.ts +4 -83
  76. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/blades/ViewThemeBlade.d.ts +16 -0
  77. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/store/ThemeEditorStore.d.ts +55 -0
  78. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/ThemeDefinitions.d.ts +1 -1
  79. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +1 -1
  80. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/ThemeDefinitions.d.ts +1 -1
  81. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/shared.d.ts +1 -0
  82. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +3 -2
  83. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/ThemeDefinitions.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/theming-v2/designkits/index.d.ts +2 -0
  85. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/BlueprintsTemplates.d.ts +21 -6
  86. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/ThemeDefinitionInstance.d.ts +11 -5
  87. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/TypographyBlueprints.d.ts +0 -4
  88. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/index.d.ts +4 -6
  89. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +125 -92
  90. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +3611 -2695
  91. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +20 -10
  92. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +3586 -2670
  93. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +3611 -2695
  94. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +3611 -2695
  95. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +102 -48
  96. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +12 -9
  97. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +10 -4
  98. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +3619 -2703
  99. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +11 -41617
  100. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +12 -12
  101. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +1 -1
  102. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/index.d.ts +2 -2
  103. package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeEditor.d.ts +7 -3
  104. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +11 -11
  105. package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
  106. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
  107. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3598 -2676
  108. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +2 -0
  109. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +9 -6
  110. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +4 -1
  111. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
  112. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
  113. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +7 -20
  114. package/internal-do-not-import-from-here/wctypings.d.ts +13 -0
  115. package/package.json +4 -4
  116. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/blades/TypographyDefinitionBlade.css.d.ts +0 -4
  117. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorManager.d.ts +0 -7
  118. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorSchemaManager.d.ts +0 -12
  119. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/blades/{SpacingBlueprintBlade.d.ts → EditSpacingBlueprintBlade.d.ts} +0 -0
  120. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/blades/{TypographyDefinitionBlade.d.ts → EditTypographyBlueprintBlade.d.ts} +0 -0
  121. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/blades/{TypographySettingsBlade.d.ts → EditTypographyDefinitionBlade.d.ts} +0 -0
  122. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/ButtonStyleBlueprints.d.ts +0 -0
  123. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/ChromeStyleBlueprints.d.ts +0 -0
  124. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/Colors.d.ts +0 -0
  125. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/SpacingBlueprint.d.ts +0 -0
  126. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/TabsStyleBlueprints.d.ts +0 -0
@@ -64,6 +64,7 @@ export declare function useIcons(): {
64
64
  location: FontAwesomeIcon;
65
65
  lockOpen: FontAwesomeIcon;
66
66
  lockEdit: FontAwesomeIcon;
67
+ layout: FontAwesomeIcon;
67
68
  map: FontAwesomeIcon;
68
69
  mail: FontAwesomeIcon;
69
70
  more: MaterialIcon;
@@ -84,6 +85,7 @@ export declare function useIcons(): {
84
85
  permissions: FontAwesomeIcon;
85
86
  praise: FontAwesomeIcon;
86
87
  phone: FontAwesomeIcon;
88
+ readOnly: FontAwesomeIcon;
87
89
  tag: FontAwesomeIcon;
88
90
  tags: FontAwesomeIcon;
89
91
  targeting: FontAwesomeIcon;
@@ -8,21 +8,24 @@ export declare const useVelcronColorSchemaStore: (newStateWithName?: string) =>
8
8
  onContainer: ColorDefinition;
9
9
  isContainer: boolean;
10
10
  name: string;
11
- colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
11
+ colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
12
12
  themeStore: {
13
13
  state: {
14
14
  currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
15
+ components: import("@omnia/fx-models").ComponentBlueprints;
16
+ spacing: import("@omnia/fx-models").SpacingBlueprints;
17
+ typography: import("@omnia/fx-models").TypographyBlueprints;
15
18
  };
16
19
  get: {
17
20
  componentBlueprints: () => void;
18
- colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => ColorSchema;
21
+ colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => ColorSchema;
19
22
  spacing: () => import("@omnia/fx-models").SpacingDefinition;
20
23
  typography: (typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes) => any;
21
- color: (colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
22
- colorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => ColorDefinition;
24
+ color: (colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
25
+ colorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => ColorDefinition;
23
26
  complementaryColorType: (colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
24
- complementaryColor: (colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
25
- complementaryColorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => ColorDefinition;
27
+ complementaryColor: (colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
28
+ complementaryColorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => ColorDefinition;
26
29
  currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
27
30
  };
28
31
  actions: {
@@ -1,7 +1,10 @@
1
- import { ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, ThemeDefinitionV2, TypographySize, TypographySizes, TypographyType, TypographyTypes } from "..";
1
+ import { ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, ComponentBlueprints, SpacingBlueprints, ThemeDefinitionV2, TypographyBlueprints, TypographySize, TypographySizes, TypographyType, TypographyTypes } from "..";
2
2
  export declare const useVelcronThemingStore: (newStateWithName?: string) => {
3
3
  state: {
4
4
  currentTheme: ThemeDefinitionV2;
5
+ components: ComponentBlueprints;
6
+ spacing: SpacingBlueprints;
7
+ typography: TypographyBlueprints;
5
8
  };
6
9
  get: {
7
10
  componentBlueprints: () => void;
@@ -12,7 +12,7 @@ declare const _default: {
12
12
  type: import("vue").PropType<boolean>;
13
13
  };
14
14
  "color-schema-type": {
15
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
15
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
16
16
  };
17
17
  "theme-definition": {
18
18
  type: import("vue").PropType<ThemeDefinitionV2>;
@@ -52,7 +52,7 @@ declare const _default: {
52
52
  type: import("vue").PropType<boolean>;
53
53
  };
54
54
  "color-schema-type": {
55
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
55
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
56
56
  };
57
57
  "theme-definition": {
58
58
  type: import("vue").PropType<ThemeDefinitionV2>;
@@ -100,7 +100,7 @@ declare const _default: {
100
100
  type: import("vue").PropType<boolean>;
101
101
  };
102
102
  "color-schema-type": {
103
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
103
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
104
104
  };
105
105
  "theme-definition": {
106
106
  type: import("vue").PropType<ThemeDefinitionV2>;
@@ -145,7 +145,7 @@ declare const _default: {
145
145
  type: import("vue").PropType<boolean>;
146
146
  };
147
147
  "color-schema-type": {
148
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
148
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
149
149
  };
150
150
  "theme-definition": {
151
151
  type: import("vue").PropType<ThemeDefinitionV2>;
@@ -185,7 +185,7 @@ declare const _default: {
185
185
  colorSchemaType: any;
186
186
  colors?: any;
187
187
  } & {
188
- "color-schema-type"?: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
188
+ "color-schema-type"?: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
189
189
  themeDefinition?: ThemeDefinitionV2;
190
190
  "theme-definition"?: ThemeDefinitionV2;
191
191
  context?: VelcronRenderContext;