@omnia/fx 8.0.307-dev → 8.0.309-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 (77) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/services/identities/UserService.d.ts +2 -1
  3. package/internal-do-not-import-from-here/stores/ClipboardStore.d.ts +1 -1
  4. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +1 -0
  5. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +12 -4
  6. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/HeaderEditorStore.d.ts +11 -2
  7. package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/store/TemplateEditorStore.d.ts +1 -8
  8. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/models/Theme.d.ts +1 -1
  9. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +1 -1
  10. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +1 -1
  11. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +1 -1
  12. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +77 -77
  13. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
  14. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/aurora/components/{chrome_2beRemoved/ChromePicker.css.d.ts → headerpicker/HeaderPicker.css.d.ts} +1 -1
  16. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderPicker.d.ts +18 -0
  17. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderRenderer.d.ts +9 -0
  18. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderViewer.d.ts +18 -0
  19. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
  20. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +2 -0
  21. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +1 -23
  22. package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +5 -5
  23. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +4 -4
  24. package/internal-do-not-import-from-here/ux/aurora/store/StateManager.d.ts +4 -0
  25. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +48 -48
  26. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +4 -4
  27. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +4 -4
  28. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -0
  29. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +2 -5
  30. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +0 -9
  31. package/internal-do-not-import-from-here/ux/aurora/styling/styles/index.d.ts +0 -1
  32. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +4 -4
  33. package/internal-do-not-import-from-here/ux/flow/editor/plugins/DefineEditorPlugin.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererContentPlugin.d.ts +2 -0
  35. package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererPluginHook.d.ts +6 -0
  36. package/internal-do-not-import-from-here/ux/flow/renderer/plugins/DefineRendererPlugin.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.d.ts +1 -15
  42. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +46 -326
  55. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +5 -4
  56. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronStatePropertiesEditor.d.ts +21 -0
  62. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +1 -1
  63. package/internal-do-not-import-from-here/wctypings.d.ts +38 -52
  64. package/package.json +3 -3
  65. package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/blades/ChromeTemplates.d.ts +0 -22
  66. package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeBlueprintsViewer.d.ts +0 -16
  67. package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeEditor.d.ts +0 -353
  68. package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromePicker.d.ts +0 -338
  69. package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeViewer.d.ts +0 -97
  70. package/internal-do-not-import-from-here/ux/aurora/designkits/core/DefinitionsChrome.d.ts +0 -96
  71. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/titlerenderer/TitleRenderer.d.ts +0 -5
  72. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/titlerenderer/TitleRendererSettings.d.ts +0 -9
  73. /package/internal-do-not-import-from-here/ux/{UxCore.d.ts → UxBootstrapper.d.ts} +0 -0
  74. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{templates/blades/ChromeTemplateEdit.d.ts → blueprints/components/blades/HeaderBladeEdit.d.ts} +0 -0
  75. /package/internal-do-not-import-from-here/ux/{aurora/components/chrome_2beRemoved/docs/SampleComponent.d.ts → oxide/breadcrumbs/docs/BreadcrumbsExample.d.ts} +0 -0
  76. /package/internal-do-not-import-from-here/ux/{aurora/components/chrome_2beRemoved → oxide/breadcrumbs}/docs/ExampleComponents.d.ts +0 -0
  77. /package/internal-do-not-import-from-here/ux/{aurora/components/chrome_2beRemoved → oxide/breadcrumbs}/docs/index.d.ts +0 -0
@@ -1,6 +1,6 @@
1
- import { BorderStylingDefinition, ButtonBlueprint, ChromeBlueprint, ColorSchemaType, FillDefinition, IconBlueprints, TabsBlueprint, ThemeContextType } from "@omnia/fx-models";
1
+ import { BorderStylingDefinition, ButtonBlueprint, ColorSchemaType, FillDefinition, HeaderBlueprint, IconBlueprints, TabsBlueprint, ThemeContextType } from "@omnia/fx-models";
2
2
  import { VNodeChild } from "vue";
3
- type EditorVariant = "fill-style" | "border-style" | "button-style" | "tabs-style" | "chrome-style" | "icon-blueprints";
3
+ type EditorVariant = "fill-style" | "border-style" | "button-style" | "tabs-style" | "icon-blueprints";
4
4
  declare const _default: {
5
5
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
6
6
  "v-slots": import("vue").Prop<{
@@ -38,14 +38,14 @@ declare const _default: {
38
38
  "onSelected:borderStyle"?: (style: BorderStylingDefinition) => any;
39
39
  "onSelected:buttonStyle"?: (style: ButtonBlueprint) => any;
40
40
  "onSelected:tabsStyle"?: (style: TabsBlueprint) => any;
41
- "onSelected:chromeStyle"?: (style: ChromeBlueprint) => any;
41
+ "onSelected:headerStyle"?: (style: HeaderBlueprint) => any;
42
42
  "onSelected:iconBlueprints"?: (icons: IconBlueprints) => any;
43
43
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
44
44
  "selected:fillStyle": (style: FillDefinition) => any;
45
45
  "selected:borderStyle": (style: BorderStylingDefinition) => any;
46
46
  "selected:buttonStyle": (style: ButtonBlueprint) => any;
47
47
  "selected:tabsStyle": (style: TabsBlueprint) => any;
48
- "selected:chromeStyle": (style: ChromeBlueprint) => any;
48
+ "selected:headerStyle": (style: HeaderBlueprint) => any;
49
49
  "selected:iconBlueprints": (icons: IconBlueprints) => any;
50
50
  }, import("vue").PublicProps, {
51
51
  container: boolean;
@@ -92,7 +92,7 @@ declare const _default: {
92
92
  "onSelected:borderStyle"?: (style: BorderStylingDefinition) => any;
93
93
  "onSelected:buttonStyle"?: (style: ButtonBlueprint) => any;
94
94
  "onSelected:tabsStyle"?: (style: TabsBlueprint) => any;
95
- "onSelected:chromeStyle"?: (style: ChromeBlueprint) => any;
95
+ "onSelected:headerStyle"?: (style: HeaderBlueprint) => any;
96
96
  "onSelected:iconBlueprints"?: (icons: IconBlueprints) => any;
97
97
  }, () => JSX.Element, {}, {}, {}, {
98
98
  container: boolean;
@@ -136,14 +136,14 @@ declare const _default: {
136
136
  "onSelected:borderStyle"?: (style: BorderStylingDefinition) => any;
137
137
  "onSelected:buttonStyle"?: (style: ButtonBlueprint) => any;
138
138
  "onSelected:tabsStyle"?: (style: TabsBlueprint) => any;
139
- "onSelected:chromeStyle"?: (style: ChromeBlueprint) => any;
139
+ "onSelected:headerStyle"?: (style: HeaderBlueprint) => any;
140
140
  "onSelected:iconBlueprints"?: (icons: IconBlueprints) => any;
141
141
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
142
142
  "selected:fillStyle": (style: FillDefinition) => any;
143
143
  "selected:borderStyle": (style: BorderStylingDefinition) => any;
144
144
  "selected:buttonStyle": (style: ButtonBlueprint) => any;
145
145
  "selected:tabsStyle": (style: TabsBlueprint) => any;
146
- "selected:chromeStyle": (style: ChromeBlueprint) => any;
146
+ "selected:headerStyle": (style: HeaderBlueprint) => any;
147
147
  "selected:iconBlueprints": (icons: IconBlueprints) => any;
148
148
  }, string, {
149
149
  container: boolean;
@@ -152,7 +152,7 @@ declare const _default: {
152
152
  container?: boolean;
153
153
  variant?: EditorVariant;
154
154
  class?: String | String[];
155
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
155
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
156
156
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
157
157
  "v-slots"?: {
158
158
  default?: import("../../../DefineVueTypings").Slot;
@@ -161,12 +161,12 @@ declare const _default: {
161
161
  };
162
162
  themeType?: ThemeContextType;
163
163
  colorSchemaTypePreview?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
164
- }>, "onSelected:fillStyle" | "onSelected:borderStyle" | "onSelected:buttonStyle" | "onSelected:tabsStyle" | "onSelected:chromeStyle" | "onSelected:iconBlueprints"> & {
164
+ }>, "onSelected:fillStyle" | "onSelected:borderStyle" | "onSelected:buttonStyle" | "onSelected:tabsStyle" | "onSelected:headerStyle" | "onSelected:iconBlueprints"> & {
165
165
  "onSelected:fillStyle"?: (style: FillDefinition) => any;
166
166
  "onSelected:borderStyle"?: (style: BorderStylingDefinition) => any;
167
167
  "onSelected:buttonStyle"?: (style: ButtonBlueprint) => any;
168
168
  "onSelected:tabsStyle"?: (style: TabsBlueprint) => any;
169
- "onSelected:chromeStyle"?: (style: ChromeBlueprint) => any;
169
+ "onSelected:headerStyle"?: (style: HeaderBlueprint) => any;
170
170
  "onSelected:iconBlueprints"?: (icons: IconBlueprints) => any;
171
171
  };
172
172
  };
@@ -6,6 +6,8 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
6
6
  variant?: ThemePickerVariant;
7
7
  } & {
8
8
  toned?: string;
9
+ } & {
10
+ enableClear?: boolean;
9
11
  } & {
10
12
  filter?: "custom";
11
13
  } & {
@@ -1,14 +1,6 @@
1
- import { ChromeBlueprints, ComponentBlueprints, guid, IconBlueprint, IconBlueprints, SpacingBlueprints, TabsBlueprints, TypographyBlueprints } from "@omnia/fx-models";
1
+ import { ComponentBlueprints, guid, IconBlueprint, IconBlueprints, SpacingBlueprints, TabsBlueprints, TypographyBlueprints } from "@omnia/fx-models";
2
2
  import { DefaultInnerSpacing, DefaultLayoutSpacing, PreviewInnerSpacing } from "./SpacingBlueprint";
3
3
  import { DefaultTypography, FunkyTypography, PreviewMiniTypography, PreviewTypography } from "./TypographyBlueprints";
4
- declare class SquareChromeBlueprintsTemplate implements ChromeBlueprints {
5
- name: string;
6
- id: guid;
7
- primary: any;
8
- variant1: any;
9
- variant2: any;
10
- variant3: any;
11
- }
12
4
  declare class DefaultIconsBlueprintsTemplate implements IconBlueprints {
13
5
  name: string;
14
6
  xs: IconBlueprint;
@@ -25,14 +17,6 @@ declare class LargeIconsTemplate implements IconBlueprints {
25
17
  l: IconBlueprint;
26
18
  xl: IconBlueprint;
27
19
  }
28
- declare class RoundChromeBlueprintsTemplate implements ChromeBlueprints {
29
- name: string;
30
- id: guid;
31
- primary: any;
32
- variant1: any;
33
- variant2: any;
34
- variant3: any;
35
- }
36
20
  export declare class DefaultSpacingBlueprintTemplate implements SpacingBlueprints {
37
21
  id: guid;
38
22
  name: string;
@@ -79,7 +63,6 @@ declare class SquareBlueprintsTemplate implements ComponentBlueprints {
79
63
  };
80
64
  };
81
65
  tabs: TabsBlueprints;
82
- blocks: SquareChromeBlueprintsTemplate;
83
66
  icons?: DefaultIconsBlueprintsTemplate;
84
67
  constructor(id: guid, name: string);
85
68
  }
@@ -103,7 +86,6 @@ declare class RoundBlueprintsTemplate implements ComponentBlueprints {
103
86
  };
104
87
  };
105
88
  tabs: TabsBlueprints;
106
- blocks: RoundChromeBlueprintsTemplate;
107
89
  icons?: DefaultIconsBlueprintsTemplate;
108
90
  constructor(id: guid, name: string);
109
91
  }
@@ -132,10 +114,6 @@ export declare class PreviewMiniTypographyBlueprint implements TypographyBluepri
132
114
  id: guid;
133
115
  }
134
116
  export declare const BlueprintsTemplates: {
135
- chrome: {
136
- rounded: () => RoundChromeBlueprintsTemplate;
137
- square: () => SquareChromeBlueprintsTemplate;
138
- };
139
117
  component: {
140
118
  rounded: () => RoundBlueprintsTemplate;
141
119
  square: () => SquareBlueprintsTemplate;
@@ -1,4 +1,4 @@
1
- import { Blueprint, ButtonBlueprint, ButtonBlueprintVariant, ComponentBlueprints, ContainerFillBlueprint, BlueprintVariant, OIconSizes, TabsBlueprint, WebBlueprintItemDefintionType } from "@omnia/fx-models";
1
+ import { Blueprint, ButtonBlueprint, ButtonBlueprintVariant, ComponentBlueprints, ContainerFillBlueprint, BlueprintVariant, OIconSizes, TabsBlueprint, WebBlueprintItemDefintionType, HeaderBlueprint } from "@omnia/fx-models";
2
2
  type blueprintType = "default";
3
3
  export declare const useComponentBlueprintStore: () => {
4
4
  state: {
@@ -25,14 +25,14 @@ export declare const useComponentBlueprintStore: () => {
25
25
  icon: {
26
26
  iconBlueprint(size: OIconSizes): import("@omnia/fx-models").IconBlueprint;
27
27
  };
28
- block: {
29
- hasBlueprintVariant(type: BlueprintVariant | string): boolean;
30
- blueprintByType(type: BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
31
- };
32
28
  containerFill: {
33
29
  hasVariant(type: BlueprintVariant | string): boolean;
34
30
  getByType(type: BlueprintVariant | ContainerFillBlueprint | string): any;
35
31
  };
32
+ header: {
33
+ hasVariant(type: BlueprintVariant | string): boolean;
34
+ getRendererBlueprint(type: HeaderBlueprint): HeaderBlueprint;
35
+ };
36
36
  };
37
37
  deactivated(): void;
38
38
  } & {
@@ -57,14 +57,14 @@ export declare const useSpacingBlueprintStore: () => {
57
57
  icon: {
58
58
  iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
59
59
  };
60
- block: {
61
- hasBlueprintVariant(type: BlueprintVariant | string): boolean;
62
- blueprintByType(type: BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
63
- };
64
60
  containerFill: {
65
61
  hasVariant(type: BlueprintVariant | string): boolean;
66
62
  getByType(type: BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
67
63
  };
64
+ header: {
65
+ hasVariant(type: BlueprintVariant | string): boolean;
66
+ getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
67
+ };
68
68
  };
69
69
  deactivated(): void;
70
70
  } & {
@@ -0,0 +1,4 @@
1
+ import { VelcronState } from "@omnia/fx-models";
2
+ export declare function StateManager(): {
3
+ cleanState: (object2Clean: VelcronState, objectToCompareAgainst: VelcronState) => VelcronState;
4
+ };
@@ -45,14 +45,14 @@ export declare const useThemeContextStore: () => {
45
45
  icon: {
46
46
  iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
47
47
  };
48
- block: {
49
- hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
50
- blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
51
- };
52
48
  containerFill: {
53
49
  hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
54
50
  getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
55
51
  };
52
+ header: {
53
+ hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
54
+ getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
55
+ };
56
56
  };
57
57
  deactivated(): void;
58
58
  } & {
@@ -110,14 +110,14 @@ export declare const useThemeContextStore: () => {
110
110
  icon: {
111
111
  iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
112
112
  };
113
- block: {
114
- hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
115
- blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
116
- };
117
113
  containerFill: {
118
114
  hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
119
115
  getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
120
116
  };
117
+ header: {
118
+ hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
119
+ getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
120
+ };
121
121
  };
122
122
  deactivated(): void;
123
123
  } & {
@@ -175,14 +175,14 @@ export declare const useThemeContextStore: () => {
175
175
  icon: {
176
176
  iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
177
177
  };
178
- block: {
179
- hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
180
- blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
181
- };
182
178
  containerFill: {
183
179
  hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
184
180
  getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
185
181
  };
182
+ header: {
183
+ hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
184
+ getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
185
+ };
186
186
  };
187
187
  deactivated(): void;
188
188
  } & {
@@ -240,14 +240,14 @@ export declare const useThemeContextStore: () => {
240
240
  icon: {
241
241
  iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
242
242
  };
243
- block: {
244
- hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
245
- blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
246
- };
247
243
  containerFill: {
248
244
  hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
249
245
  getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
250
246
  };
247
+ header: {
248
+ hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
249
+ getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
250
+ };
251
251
  };
252
252
  deactivated(): void;
253
253
  } & {
@@ -307,14 +307,14 @@ export declare const useThemeContextStore: () => {
307
307
  icon: {
308
308
  iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
309
309
  };
310
- block: {
311
- hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
312
- blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
313
- };
314
310
  containerFill: {
315
311
  hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
316
312
  getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
317
313
  };
314
+ header: {
315
+ hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
316
+ getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
317
+ };
318
318
  };
319
319
  deactivated(): void;
320
320
  } & {
@@ -372,14 +372,14 @@ export declare const useThemeContextStore: () => {
372
372
  icon: {
373
373
  iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
374
374
  };
375
- block: {
376
- hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
377
- blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
378
- };
379
375
  containerFill: {
380
376
  hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
381
377
  getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
382
378
  };
379
+ header: {
380
+ hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
381
+ getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
382
+ };
383
383
  };
384
384
  deactivated(): void;
385
385
  } & {
@@ -437,14 +437,14 @@ export declare const useThemeContextStore: () => {
437
437
  icon: {
438
438
  iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
439
439
  };
440
- block: {
441
- hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
442
- blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
443
- };
444
440
  containerFill: {
445
441
  hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
446
442
  getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
447
443
  };
444
+ header: {
445
+ hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
446
+ getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
447
+ };
448
448
  };
449
449
  deactivated(): void;
450
450
  } & {
@@ -502,14 +502,14 @@ export declare const useThemeContextStore: () => {
502
502
  icon: {
503
503
  iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
504
504
  };
505
- block: {
506
- hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
507
- blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
508
- };
509
505
  containerFill: {
510
506
  hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
511
507
  getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
512
508
  };
509
+ header: {
510
+ hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
511
+ getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
512
+ };
513
513
  };
514
514
  deactivated(): void;
515
515
  } & {
@@ -569,14 +569,14 @@ export declare const useThemeContextStore: () => {
569
569
  icon: {
570
570
  iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
571
571
  };
572
- block: {
573
- hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
574
- blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
575
- };
576
572
  containerFill: {
577
573
  hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
578
574
  getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
579
575
  };
576
+ header: {
577
+ hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
578
+ getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
579
+ };
580
580
  };
581
581
  deactivated(): void;
582
582
  } & {
@@ -634,14 +634,14 @@ export declare const useThemeContextStore: () => {
634
634
  icon: {
635
635
  iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
636
636
  };
637
- block: {
638
- hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
639
- blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
640
- };
641
637
  containerFill: {
642
638
  hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
643
639
  getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
644
640
  };
641
+ header: {
642
+ hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
643
+ getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
644
+ };
645
645
  };
646
646
  deactivated(): void;
647
647
  } & {
@@ -699,14 +699,14 @@ export declare const useThemeContextStore: () => {
699
699
  icon: {
700
700
  iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
701
701
  };
702
- block: {
703
- hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
704
- blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
705
- };
706
702
  containerFill: {
707
703
  hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
708
704
  getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
709
705
  };
706
+ header: {
707
+ hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
708
+ getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
709
+ };
710
710
  };
711
711
  deactivated(): void;
712
712
  } & {
@@ -764,14 +764,14 @@ export declare const useThemeContextStore: () => {
764
764
  icon: {
765
765
  iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
766
766
  };
767
- block: {
768
- hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
769
- blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
770
- };
771
767
  containerFill: {
772
768
  hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
773
769
  getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
774
770
  };
771
+ header: {
772
+ hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
773
+ getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
774
+ };
775
775
  };
776
776
  deactivated(): void;
777
777
  } & {
@@ -40,14 +40,14 @@ export declare const useThemeStore: () => {
40
40
  icon: {
41
41
  iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
42
42
  };
43
- block: {
44
- hasBlueprintVariant(type: BlueprintVariant | string): boolean;
45
- blueprintByType(type: BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
46
- };
47
43
  containerFill: {
48
44
  hasVariant(type: BlueprintVariant | string): boolean;
49
45
  getByType(type: BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
50
46
  };
47
+ header: {
48
+ hasVariant(type: BlueprintVariant | string): boolean;
49
+ getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
50
+ };
51
51
  };
52
52
  deactivated(): void;
53
53
  } & {
@@ -59,14 +59,14 @@ export declare const useTypographyBlueprintStore: () => {
59
59
  icon: {
60
60
  iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
61
61
  };
62
- block: {
63
- hasBlueprintVariant(type: BlueprintVariant | string): boolean;
64
- blueprintByType(type: BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
65
- };
66
62
  containerFill: {
67
63
  hasVariant(type: BlueprintVariant | string): boolean;
68
64
  getByType(type: BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
69
65
  };
66
+ header: {
67
+ hasVariant(type: BlueprintVariant | string): boolean;
68
+ getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
69
+ };
70
70
  };
71
71
  deactivated(): void;
72
72
  } & {
@@ -12,3 +12,4 @@ export * from "./SpacingMigration";
12
12
  export * from "./ThemeStorage";
13
13
  export * from "./VariantManager";
14
14
  export * from "./ThemeNormalizer";
15
+ export * from "./StateManager";
@@ -1,6 +1,6 @@
1
- import { ChromeBlueprint, Spacing, SpacingValue, setColorOpacity, ColorValue, SpacingBlueprint } from "@omnia/fx-models";
1
+ import { Spacing, SpacingValue, setColorOpacity, ColorValue } from "@omnia/fx-models";
2
2
  import { blueprintStyles, colorStyling, spacingStyling, generalStylex } from "./styles";
3
- import { useColorSchemaStore, useSpacingBlueprintStore } from "../store";
3
+ import { useSpacingBlueprintStore } from "../store";
4
4
  import { typographyStylex } from "./styles/Typography";
5
5
  import { blueprintStylex } from "./styles/Blueprints";
6
6
  export declare function useStyling(): {
@@ -45,9 +45,6 @@ export declare function useThemeStyling(): {
45
45
  queryOnMediumScreen: import("typestyle/lib/types").MediaQuery;
46
46
  };
47
47
  };
48
- chrome: {
49
- chromeStylex: (blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingBlueprint: SpacingBlueprint) => Readonly<import("../..").StylexValue>;
50
- };
51
48
  blueprints: {
52
49
  buttonStylex: typeof blueprintStylex.getButtonBlueprintStylex;
53
50
  iconStyleX: typeof blueprintStylex.getIconBlueprintStylex;
@@ -1,9 +0,0 @@
1
- import { ChromeBlueprint, SpacingBlueprint } from "@omnia/fx-models";
2
- import { useColorSchemaStore } from "../../store";
3
- export declare const chromeStyles: {
4
- getChromeStyling: typeof getChromeStyling;
5
- getChromeStylingx: typeof getChromeStylingx;
6
- };
7
- declare function getChromeStylingx(blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingBlueprint: SpacingBlueprint): Readonly<import("internal/fx/ux/Styles.stylex").StylexValue>;
8
- declare function getChromeStyling(blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingBlueprint: SpacingBlueprint): any[];
9
- export {};
@@ -4,4 +4,3 @@ export * from "./Colors";
4
4
  export * from "./General";
5
5
  export { typographyStyles as TypographyStyles } from "./Typography";
6
6
  export * from "./Spacing";
7
- export * from "./Chrome";
@@ -3,7 +3,7 @@ import { ColorSchemaTypes, ResolvedThemeDefinition, ThemeContextType } from "@om
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
5
5
  colorSchemaType: {
6
- type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
6
+ type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
7
7
  };
8
8
  themeType: {
9
9
  type: import("vue").PropType<ThemeContextType>;
@@ -36,7 +36,7 @@ declare const _default: {
36
36
  Defaults: {};
37
37
  }, Readonly<import("vue").ExtractPropTypes<{
38
38
  colorSchemaType: {
39
- type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
39
+ type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
40
40
  };
41
41
  themeType: {
42
42
  type: import("vue").PropType<ThemeContextType>;
@@ -59,7 +59,7 @@ declare const _default: {
59
59
  __isSuspense?: never;
60
60
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
61
61
  colorSchemaType: {
62
- type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
62
+ type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
63
63
  };
64
64
  themeType: {
65
65
  type: import("vue").PropType<ThemeContextType>;
@@ -85,7 +85,7 @@ declare const _default: {
85
85
  }) => any;
86
86
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
87
87
  propsDefinition: Omit<Readonly<{} & {
88
- colorSchemaType?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
88
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes;
89
89
  themeDefinition?: ResolvedThemeDefinition;
90
90
  themeType?: ThemeContextType;
91
91
  }>, "onTheme:initialized"> & {
@@ -2,7 +2,7 @@ import { SetupFactoryContext } from "@omnia/fx";
2
2
  import { FlowEditorContentPlugin, FlowEditorPlugin } from "@omnia/fx/ux";
3
3
  interface SetupEditorPluginContext extends SetupFactoryContext {
4
4
  }
5
- export declare function defineEditorPlugin<TPluginType extends FlowEditorPlugin | FlowEditorContentPlugin>(setup: (ctx: SetupEditorPluginContext) => TPluginType): () => TPluginType & {
5
+ export declare function defineFlowEditorPlugin<TPluginType extends FlowEditorPlugin | FlowEditorContentPlugin>(setup: (ctx: SetupEditorPluginContext) => TPluginType): () => TPluginType & {
6
6
  dispose?: () => void;
7
7
  };
8
8
  export {};
@@ -1,6 +1,8 @@
1
1
  import { FlowNode } from "@omnia/fx/ux";
2
2
  import { FlowRendererPlugin } from "./FlowRendererPlugin";
3
3
  import { FlowRendererToHtmlContext } from "./FlowRendererToHtmlContext";
4
+ import { VNodeChild } from "vue";
4
5
  export interface FlowRendererContentPlugin extends FlowRendererPlugin {
5
6
  toHtml: <TNodeType extends FlowNode = FlowNode>(context: FlowRendererToHtmlContext<TNodeType>) => HTMLElement;
7
+ toNode?: <TNodeType extends FlowNode = FlowNode>(context: FlowRendererToHtmlContext<TNodeType>) => VNodeChild;
6
8
  }
@@ -1,10 +1,16 @@
1
1
  import { FlowNode } from "internal/fx/ux/models";
2
2
  import { FlowRendererPlugin } from "./FlowRendererPlugin";
3
+ import { VNode } from "vue";
3
4
  export interface FlowHookContext<TElementType extends HTMLElement = HTMLElement, TNodeType extends FlowNode = FlowNode> {
4
5
  element: TElementType;
5
6
  node: TNodeType;
6
7
  }
8
+ export interface FlowNodeHookContext<TNodeType extends FlowNode = FlowNode> {
9
+ element: VNode;
10
+ node: TNodeType;
11
+ }
7
12
  export interface FlowRenderPluginHook extends FlowRendererPlugin {
8
13
  subscription: string;
9
14
  toHtmlHook: <TElementType extends HTMLElement = HTMLElement, TNodeType extends FlowNode = FlowNode>(context: FlowHookContext<TElementType, TNodeType>) => null;
15
+ toNodeHook?: <TNodeType extends FlowNode = FlowNode>(context: FlowNodeHookContext<TNodeType>) => null;
10
16
  }
@@ -2,7 +2,7 @@ import { SetupFactoryContext } from "@omnia/fx";
2
2
  import { FlowRendererContentPlugin, FlowRendererPlugin } from "../models";
3
3
  interface SetupRendererPluginContext extends SetupFactoryContext {
4
4
  }
5
- export declare function defineRendererPlugin<TArgs extends any[]>(setup: (ctx: SetupRendererPluginContext) => FlowRendererPlugin | FlowRendererContentPlugin): () => FlowRendererPlugin & {
5
+ export declare function defineFlowRendererPlugin<TArgs extends any[]>(setup: (ctx: SetupRendererPluginContext) => FlowRendererPlugin | FlowRendererContentPlugin): () => FlowRendererPlugin & {
6
6
  dispose?: () => void;
7
7
  };
8
8
  export {};
@@ -370,7 +370,7 @@ declare const _default: {
370
370
  container?: boolean;
371
371
  class?: String | String[];
372
372
  mandatory?: boolean;
373
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
373
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
374
374
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
375
375
  "v-model"?: MediaScalingSettings;
376
376
  modelValue?: MediaScalingSettings;
@@ -99,7 +99,7 @@ declare const _default: {
99
99
  container?: boolean;
100
100
  title?: string;
101
101
  description?: string;
102
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
102
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
103
103
  colors?: import("../../..").ColorSchemaStoreType;
104
104
  }>, never>;
105
105
  };