@omnia/fx 8.0.84-dev → 8.0.85-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.
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/ChromeDefinition.d.ts +3 -9
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +20 -4
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +6 -1
- package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +0 -1
- package/internal-do-not-import-from-here/shared/models/theming/index.js +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +32 -1
- package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +171 -103
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +32 -4
- package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorChromeStore.d.ts +12 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutStep.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +23 -38
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.css.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.css.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererFunctions.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +0 -69
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +26 -25
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/Blockquote.d.ts +15 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/BlockquoteToolbar.d.ts +16 -12
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/store/ChromeEditorStore.d.ts +3 -9
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/DefinitionsChrome.d.ts +25 -3
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaManager.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +22 -21
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +45 -45
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +93 -93
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Chrome.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +655 -650
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +26 -25
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +5 -5
- package/package.json +4 -4
- package/internal-do-not-import-from-here/shared/models/theming/OmniaThemes.d.ts +0 -5
- package/internal-do-not-import-from-here/shared/models/theming/OmniaThemes.js +0 -18
@@ -25,10 +25,10 @@ declare const _default: {
|
|
25
25
|
type: import("vue").PropType<boolean>;
|
26
26
|
};
|
27
27
|
"color-type": {
|
28
|
-
type: import("vue").PropType<
|
28
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer" | ColorTypes>;
|
29
29
|
};
|
30
30
|
colorType: {
|
31
|
-
type: import("vue").PropType<
|
31
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer" | ColorTypes>;
|
32
32
|
};
|
33
33
|
size: {
|
34
34
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
@@ -72,10 +72,10 @@ declare const _default: {
|
|
72
72
|
type: import("vue").PropType<boolean>;
|
73
73
|
};
|
74
74
|
"color-type": {
|
75
|
-
type: import("vue").PropType<
|
75
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer" | ColorTypes>;
|
76
76
|
};
|
77
77
|
colorType: {
|
78
|
-
type: import("vue").PropType<
|
78
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer" | ColorTypes>;
|
79
79
|
};
|
80
80
|
size: {
|
81
81
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
@@ -130,10 +130,10 @@ declare const _default: {
|
|
130
130
|
type: import("vue").PropType<boolean>;
|
131
131
|
};
|
132
132
|
"color-type": {
|
133
|
-
type: import("vue").PropType<
|
133
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer" | ColorTypes>;
|
134
134
|
};
|
135
135
|
colorType: {
|
136
|
-
type: import("vue").PropType<
|
136
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer" | ColorTypes>;
|
137
137
|
};
|
138
138
|
size: {
|
139
139
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
@@ -185,10 +185,10 @@ declare const _default: {
|
|
185
185
|
type: import("vue").PropType<boolean>;
|
186
186
|
};
|
187
187
|
"color-type": {
|
188
|
-
type: import("vue").PropType<
|
188
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer" | ColorTypes>;
|
189
189
|
};
|
190
190
|
colorType: {
|
191
|
-
type: import("vue").PropType<
|
191
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer" | ColorTypes>;
|
192
192
|
};
|
193
193
|
size: {
|
194
194
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
@@ -221,8 +221,8 @@ declare const _default: {
|
|
221
221
|
class?: String | String[];
|
222
222
|
size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
223
223
|
toned?: boolean;
|
224
|
-
colorType?:
|
225
|
-
"color-type"?:
|
224
|
+
colorType?: "base" | "onBase" | "container" | "onContainer" | ColorTypes;
|
225
|
+
"color-type"?: "base" | "onBase" | "container" | "onContainer" | ColorTypes;
|
226
226
|
truncateLines?: number;
|
227
227
|
"truncate-lines"?: number;
|
228
228
|
gradientColors?: ColorGradient[];
|
package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/Blockquote.d.ts
CHANGED
@@ -1,4 +1,3 @@
|
|
1
|
-
import BlockquoteToolbar from "./BlockquoteToolbar";
|
2
1
|
import { Guid } from "../../../../models";
|
3
2
|
export declare const blockquoteEditorExtension: () => {
|
4
3
|
id: Guid;
|
@@ -6,7 +5,21 @@ export declare const blockquoteEditorExtension: () => {
|
|
6
5
|
getConfiguration(): {
|
7
6
|
nodes: import("@tiptap/core").Node<import("./BlockquoteNode").BlockquoteOptions, any>[];
|
8
7
|
toolbarItems: {
|
9
|
-
toolbar:
|
8
|
+
toolbar: {
|
9
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
10
|
+
P: {};
|
11
|
+
B: {};
|
12
|
+
D: {};
|
13
|
+
C: {};
|
14
|
+
M: {};
|
15
|
+
Defaults: {};
|
16
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
17
|
+
__isFragment?: never;
|
18
|
+
__isTeleport?: never;
|
19
|
+
__isSuspense?: never;
|
20
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
21
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
22
|
+
};
|
10
23
|
configuration: {};
|
11
24
|
}[];
|
12
25
|
};
|
@@ -1,12 +1,16 @@
|
|
1
|
-
|
2
|
-
import {
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
3
|
+
P: {};
|
4
|
+
B: {};
|
5
|
+
D: {};
|
6
|
+
C: {};
|
7
|
+
M: {};
|
8
|
+
Defaults: {};
|
9
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
10
|
+
__isFragment?: never;
|
11
|
+
__isTeleport?: never;
|
12
|
+
__isSuspense?: never;
|
13
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
14
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
+
};
|
16
|
+
export default _default;
|
@@ -1,23 +1,17 @@
|
|
1
|
-
import { ChromeDefinition, Guid, VelcronAppDefinition } from "@omnia/fx-models";
|
1
|
+
import { ChromeDefinition, Guid, VelcronAppDefinition, ColorValue } from "@omnia/fx-models";
|
2
2
|
export declare const useChromeEditorStore: () => {
|
3
3
|
state: {
|
4
4
|
editMode: boolean;
|
5
5
|
previewColorSchema: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background";
|
6
6
|
backgroundOpacity: number;
|
7
|
-
backgroundColor:
|
8
|
-
colorType: string;
|
9
|
-
toned: boolean;
|
10
|
-
};
|
7
|
+
backgroundColor: ColorValue;
|
11
8
|
chromeDefinition: ChromeDefinition;
|
12
9
|
};
|
13
10
|
events: {
|
14
11
|
onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
15
12
|
onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
16
13
|
onMutatedBackgroundOpacity: import("@omnia/fx").MessageBusExposeOnlySubscription<number>;
|
17
|
-
onMutatedBackgroundColor: import("@omnia/fx").MessageBusExposeOnlySubscription<
|
18
|
-
colorType: string;
|
19
|
-
toned: boolean;
|
20
|
-
}>;
|
14
|
+
onMutatedBackgroundColor: import("@omnia/fx").MessageBusExposeOnlySubscription<ColorValue>;
|
21
15
|
onMutatedChromeDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ChromeDefinition>;
|
22
16
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
23
17
|
actions: {
|
package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/DefinitionsChrome.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ChromeDefinition, Guid } from "@omnia/fx-models";
|
1
|
+
import { ChromeDefinition, Guid, SpacingSettings, ThemedColorValue } from "@omnia/fx-models";
|
2
2
|
export declare class FilledChrome implements ChromeDefinition {
|
3
3
|
name: string;
|
4
4
|
id: Guid;
|
@@ -8,7 +8,9 @@ export declare class FilledChrome implements ChromeDefinition {
|
|
8
8
|
styles: {
|
9
9
|
background: {
|
10
10
|
filled: boolean;
|
11
|
+
color: ThemedColorValue;
|
11
12
|
};
|
13
|
+
spacing: SpacingSettings;
|
12
14
|
};
|
13
15
|
}
|
14
16
|
export declare class FilledSmallRoundingChrome implements ChromeDefinition {
|
@@ -20,6 +22,7 @@ export declare class FilledSmallRoundingChrome implements ChromeDefinition {
|
|
20
22
|
styles: {
|
21
23
|
background: {
|
22
24
|
filled: boolean;
|
25
|
+
color: ThemedColorValue;
|
23
26
|
};
|
24
27
|
borderRadius: {
|
25
28
|
top: number;
|
@@ -27,6 +30,7 @@ export declare class FilledSmallRoundingChrome implements ChromeDefinition {
|
|
27
30
|
left: number;
|
28
31
|
right: number;
|
29
32
|
};
|
33
|
+
spacing: SpacingSettings;
|
30
34
|
};
|
31
35
|
}
|
32
36
|
export declare class FilledLargeRoundingChrome implements ChromeDefinition {
|
@@ -38,6 +42,7 @@ export declare class FilledLargeRoundingChrome implements ChromeDefinition {
|
|
38
42
|
styles: {
|
39
43
|
background: {
|
40
44
|
filled: boolean;
|
45
|
+
color: ThemedColorValue;
|
41
46
|
};
|
42
47
|
borderRadius: {
|
43
48
|
top: number;
|
@@ -45,6 +50,7 @@ export declare class FilledLargeRoundingChrome implements ChromeDefinition {
|
|
45
50
|
left: number;
|
46
51
|
right: number;
|
47
52
|
};
|
53
|
+
spacing: SpacingSettings;
|
48
54
|
};
|
49
55
|
}
|
50
56
|
export declare class OutlinedChrome implements ChromeDefinition {
|
@@ -54,9 +60,15 @@ export declare class OutlinedChrome implements ChromeDefinition {
|
|
54
60
|
definitionId: Guid;
|
55
61
|
};
|
56
62
|
styles: {
|
57
|
-
background: {
|
58
|
-
|
63
|
+
background: {};
|
64
|
+
border: {
|
65
|
+
top: number;
|
66
|
+
bottom: number;
|
67
|
+
left: number;
|
68
|
+
right: number;
|
59
69
|
};
|
70
|
+
borderColor: ThemedColorValue;
|
71
|
+
spacing: SpacingSettings;
|
60
72
|
};
|
61
73
|
}
|
62
74
|
export declare class OutlinedSmallRoundingChrome implements ChromeDefinition {
|
@@ -73,12 +85,14 @@ export declare class OutlinedSmallRoundingChrome implements ChromeDefinition {
|
|
73
85
|
left: number;
|
74
86
|
right: number;
|
75
87
|
};
|
88
|
+
borderColor: ThemedColorValue;
|
76
89
|
borderRadius: {
|
77
90
|
top: number;
|
78
91
|
bottom: number;
|
79
92
|
left: number;
|
80
93
|
right: number;
|
81
94
|
};
|
95
|
+
spacing: SpacingSettings;
|
82
96
|
};
|
83
97
|
}
|
84
98
|
export declare class OutlinedLargeRoundingChrome implements ChromeDefinition {
|
@@ -95,12 +109,14 @@ export declare class OutlinedLargeRoundingChrome implements ChromeDefinition {
|
|
95
109
|
left: number;
|
96
110
|
right: number;
|
97
111
|
};
|
112
|
+
borderColor: ThemedColorValue;
|
98
113
|
borderRadius: {
|
99
114
|
top: number;
|
100
115
|
bottom: number;
|
101
116
|
left: number;
|
102
117
|
right: number;
|
103
118
|
};
|
119
|
+
spacing: SpacingSettings;
|
104
120
|
};
|
105
121
|
}
|
106
122
|
export declare class ElevatedChrome implements ChromeDefinition {
|
@@ -113,7 +129,9 @@ export declare class ElevatedChrome implements ChromeDefinition {
|
|
113
129
|
elevation: number;
|
114
130
|
background: {
|
115
131
|
filled: boolean;
|
132
|
+
color: ThemedColorValue;
|
116
133
|
};
|
134
|
+
spacing: SpacingSettings;
|
117
135
|
};
|
118
136
|
}
|
119
137
|
export declare class ElevatedSmallRoundingChrome implements ChromeDefinition {
|
@@ -126,6 +144,7 @@ export declare class ElevatedSmallRoundingChrome implements ChromeDefinition {
|
|
126
144
|
elevation: number;
|
127
145
|
background: {
|
128
146
|
filled: boolean;
|
147
|
+
color: ThemedColorValue;
|
129
148
|
};
|
130
149
|
borderRadius: {
|
131
150
|
top: number;
|
@@ -133,6 +152,7 @@ export declare class ElevatedSmallRoundingChrome implements ChromeDefinition {
|
|
133
152
|
left: number;
|
134
153
|
right: number;
|
135
154
|
};
|
155
|
+
spacing: SpacingSettings;
|
136
156
|
};
|
137
157
|
}
|
138
158
|
export declare class ElevatedLargeRoundingChrome implements ChromeDefinition {
|
@@ -145,6 +165,7 @@ export declare class ElevatedLargeRoundingChrome implements ChromeDefinition {
|
|
145
165
|
elevation: number;
|
146
166
|
background: {
|
147
167
|
filled: boolean;
|
168
|
+
color: ThemedColorValue;
|
148
169
|
};
|
149
170
|
borderRadius: {
|
150
171
|
top: number;
|
@@ -152,5 +173,6 @@ export declare class ElevatedLargeRoundingChrome implements ChromeDefinition {
|
|
152
173
|
left: number;
|
153
174
|
right: number;
|
154
175
|
};
|
176
|
+
spacing: SpacingSettings;
|
155
177
|
};
|
156
178
|
}
|
@@ -48,11 +48,11 @@ export declare const useChromeBlueprintStore: () => {
|
|
48
48
|
spacing(): import("@omnia/fx-models").SpacingBlueprint;
|
49
49
|
chrome(): ChromeBlueprint;
|
50
50
|
component(): import("@omnia/fx-models").ComponentBlueprint;
|
51
|
-
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType:
|
52
|
-
colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType:
|
53
|
-
complementaryColorType(colorType:
|
54
|
-
complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType:
|
55
|
-
complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType:
|
51
|
+
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
52
|
+
colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
53
|
+
complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
|
54
|
+
complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
55
|
+
complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
56
56
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
57
57
|
};
|
58
58
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -96,11 +96,11 @@ export declare const useChromeBlueprintStore: () => {
|
|
96
96
|
spacing(): import("@omnia/fx-models").SpacingBlueprint;
|
97
97
|
chrome(): ChromeBlueprint;
|
98
98
|
component(): import("@omnia/fx-models").ComponentBlueprint;
|
99
|
-
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType:
|
100
|
-
colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType:
|
101
|
-
complementaryColorType(colorType:
|
102
|
-
complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType:
|
103
|
-
complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType:
|
99
|
+
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
100
|
+
colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
101
|
+
complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
|
102
|
+
complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
103
|
+
complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
104
104
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
105
105
|
};
|
106
106
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -144,11 +144,11 @@ export declare const useChromeBlueprintStore: () => {
|
|
144
144
|
spacing(): import("@omnia/fx-models").SpacingBlueprint;
|
145
145
|
chrome(): ChromeBlueprint;
|
146
146
|
component(): import("@omnia/fx-models").ComponentBlueprint;
|
147
|
-
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType:
|
148
|
-
colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType:
|
149
|
-
complementaryColorType(colorType:
|
150
|
-
complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType:
|
151
|
-
complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType:
|
147
|
+
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
148
|
+
colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
149
|
+
complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
|
150
|
+
complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
151
|
+
complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
152
152
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
153
153
|
};
|
154
154
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -421,11 +421,11 @@ export declare const useChromeBlueprintStore: () => {
|
|
421
421
|
spacing: () => import("@omnia/fx-models").SpacingBlueprint;
|
422
422
|
chrome: () => ChromeBlueprint;
|
423
423
|
component: () => import("@omnia/fx-models").ComponentBlueprint;
|
424
|
-
color: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType:
|
425
|
-
colorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType:
|
426
|
-
complementaryColorType: (colorType:
|
427
|
-
complementaryColor: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType:
|
428
|
-
complementaryColorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType:
|
424
|
+
color: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
425
|
+
colorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
426
|
+
complementaryColorType: (colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
427
|
+
complementaryColor: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
428
|
+
complementaryColorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
429
429
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
430
430
|
};
|
431
431
|
};
|
@@ -1,7 +1,12 @@
|
|
1
1
|
import { TonalPalette } from "@material/material-color-utilities";
|
2
|
-
import {
|
2
|
+
import { ColorSchema } from "@omnia/fx-models";
|
3
|
+
interface ColorGroup {
|
4
|
+
dark: ColorSchema;
|
5
|
+
light: ColorSchema;
|
6
|
+
}
|
3
7
|
export declare function useColorSchemaManager(): {
|
4
8
|
createColorSchema: (color: string, name: string, fixedColor?: boolean, colorBlend?: string) => ColorGroup;
|
5
9
|
getColorPalette: (color: string) => TonalPalette;
|
6
10
|
hexFromArgb: (argb: number) => string;
|
7
11
|
};
|
12
|
+
export {};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ColorDefinition, ColorSchema, ColorSchemaType, ColorSchemaTypes, ColorTypes } from "@omnia/fx-models";
|
1
|
+
import { ColorDefinition, ColorSchema, ColorSchemaType, ColorSchemaTypes, ColorTypes, ColorValue } from "@omnia/fx-models";
|
2
2
|
import { useThemeStoreV2 } from "./ThemeStoreV2";
|
3
3
|
export declare const useColorSchemaStore: () => {
|
4
4
|
state: {
|
@@ -66,11 +66,11 @@ export declare const useColorSchemaStore: () => {
|
|
66
66
|
spacing(): import("@omnia/fx-models").SpacingBlueprint;
|
67
67
|
chrome(): import("@omnia/fx-models").ChromeBlueprint;
|
68
68
|
component(): import("@omnia/fx-models").ComponentBlueprint;
|
69
|
-
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType:
|
70
|
-
colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType:
|
71
|
-
complementaryColorType(colorType:
|
72
|
-
complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType:
|
73
|
-
complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType:
|
69
|
+
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): string;
|
70
|
+
colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorDefinition;
|
71
|
+
complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorTypes;
|
72
|
+
complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): string;
|
73
|
+
complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorDefinition;
|
74
74
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
75
75
|
};
|
76
76
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -120,11 +120,11 @@ export declare const useColorSchemaStore: () => {
|
|
120
120
|
spacing(): import("@omnia/fx-models").SpacingBlueprint;
|
121
121
|
chrome(): import("@omnia/fx-models").ChromeBlueprint;
|
122
122
|
component(): import("@omnia/fx-models").ComponentBlueprint;
|
123
|
-
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType:
|
124
|
-
colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType:
|
125
|
-
complementaryColorType(colorType:
|
126
|
-
complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType:
|
127
|
-
complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType:
|
123
|
+
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): string;
|
124
|
+
colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorDefinition;
|
125
|
+
complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorTypes;
|
126
|
+
complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): string;
|
127
|
+
complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorDefinition;
|
128
128
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
129
129
|
};
|
130
130
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -174,11 +174,11 @@ export declare const useColorSchemaStore: () => {
|
|
174
174
|
spacing(): import("@omnia/fx-models").SpacingBlueprint;
|
175
175
|
chrome(): import("@omnia/fx-models").ChromeBlueprint;
|
176
176
|
component(): import("@omnia/fx-models").ComponentBlueprint;
|
177
|
-
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType:
|
178
|
-
colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType:
|
179
|
-
complementaryColorType(colorType:
|
180
|
-
complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType:
|
181
|
-
complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType:
|
177
|
+
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): string;
|
178
|
+
colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorDefinition;
|
179
|
+
complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorTypes;
|
180
|
+
complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): string;
|
181
|
+
complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorDefinition;
|
182
182
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
183
183
|
};
|
184
184
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -453,14 +453,15 @@ export declare const useColorSchemaStore: () => {
|
|
453
453
|
spacing: () => import("@omnia/fx-models").SpacingBlueprint;
|
454
454
|
chrome: () => import("@omnia/fx-models").ChromeBlueprint;
|
455
455
|
component: () => import("@omnia/fx-models").ComponentBlueprint;
|
456
|
-
color: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType:
|
457
|
-
colorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType:
|
458
|
-
complementaryColorType: (colorType:
|
459
|
-
complementaryColor: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType:
|
460
|
-
complementaryColorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType:
|
456
|
+
color: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes) => string;
|
457
|
+
colorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes) => ColorDefinition;
|
458
|
+
complementaryColorType: (colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes) => ColorTypes;
|
459
|
+
complementaryColor: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes) => string;
|
460
|
+
complementaryColorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes) => ColorDefinition;
|
461
461
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
462
462
|
};
|
463
463
|
};
|
464
|
+
colorValue(color: ColorValue): string;
|
464
465
|
readonly colorSchema: ColorSchema;
|
465
466
|
readonly theme: "light" | "dark";
|
466
467
|
readonly base: ColorDefinition;
|
@@ -51,11 +51,11 @@ export declare const useComponentBlueprintStore: () => {
|
|
51
51
|
spacing(): import("@omnia/fx-models").SpacingBlueprint;
|
52
52
|
chrome(): import("@omnia/fx-models").ChromeBlueprint;
|
53
53
|
component(): ComponentBlueprint;
|
54
|
-
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType:
|
55
|
-
colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType:
|
56
|
-
complementaryColorType(colorType:
|
57
|
-
complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType:
|
58
|
-
complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType:
|
54
|
+
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
55
|
+
colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
56
|
+
complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
|
57
|
+
complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
58
|
+
complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
59
59
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
60
60
|
};
|
61
61
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -99,11 +99,11 @@ export declare const useComponentBlueprintStore: () => {
|
|
99
99
|
spacing(): import("@omnia/fx-models").SpacingBlueprint;
|
100
100
|
chrome(): import("@omnia/fx-models").ChromeBlueprint;
|
101
101
|
component(): ComponentBlueprint;
|
102
|
-
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType:
|
103
|
-
colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType:
|
104
|
-
complementaryColorType(colorType:
|
105
|
-
complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType:
|
106
|
-
complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType:
|
102
|
+
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
103
|
+
colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
104
|
+
complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
|
105
|
+
complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
106
|
+
complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
107
107
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
108
108
|
};
|
109
109
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -147,11 +147,11 @@ export declare const useComponentBlueprintStore: () => {
|
|
147
147
|
spacing(): import("@omnia/fx-models").SpacingBlueprint;
|
148
148
|
chrome(): import("@omnia/fx-models").ChromeBlueprint;
|
149
149
|
component(): ComponentBlueprint;
|
150
|
-
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType:
|
151
|
-
colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType:
|
152
|
-
complementaryColorType(colorType:
|
153
|
-
complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType:
|
154
|
-
complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType:
|
150
|
+
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
151
|
+
colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
152
|
+
complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
|
153
|
+
complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
154
|
+
complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
155
155
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
156
156
|
};
|
157
157
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -425,11 +425,11 @@ export declare const useComponentBlueprintStore: () => {
|
|
425
425
|
spacing: () => import("@omnia/fx-models").SpacingBlueprint;
|
426
426
|
chrome: () => import("@omnia/fx-models").ChromeBlueprint;
|
427
427
|
component: () => ComponentBlueprint;
|
428
|
-
color: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType:
|
429
|
-
colorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType:
|
430
|
-
complementaryColorType: (colorType:
|
431
|
-
complementaryColor: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType:
|
432
|
-
complementaryColorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType:
|
428
|
+
color: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
429
|
+
colorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
430
|
+
complementaryColorType: (colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
431
|
+
complementaryColor: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
432
|
+
complementaryColorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
433
433
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
434
434
|
};
|
435
435
|
};
|