@omnia/fx 8.0.73-dev → 8.0.74-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/shared/models/theming/ChromeDefinition.d.ts +22 -0
- package/internal-do-not-import-from-here/shared/models/theming/ChromeDefinition.js +2 -0
- package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/index.js +1 -0
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/VueWebComponentSlot.d.ts +0 -67
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +27 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/store/ChromeEditorStore.d.ts +76 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/colorschemas/ColorSchemasJourney.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/ChromeDefinitions.d.ts +49 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeDefinitionStore.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +23 -20
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Chrome.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.d.ts +48 -15
- package/internal-do-not-import-from-here/wctypings.d.ts +4053 -2214
- package/package.json +2 -2
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions → blueprints}/DefinitionsJourney.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions/blueprints/BlueprintsJourney.d.ts → blueprints/chrome/ChromeJourney.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions/blueprints/blades/BlockBlade.d.ts → blueprints/chrome/blades/ChromeDefinitionBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions/blueprints/blades/ComponentsBlade.d.ts → blueprints/chrome/components/ChromePreview.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions/colorschemas/ColorSchemasJourney.d.ts → blueprints/components/BlueprintsJourney.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions/blueprints/blades/EditBlueprint.d.ts → blueprints/components/blades/ComponentsBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions/blueprints/blades/SpacingBlade.d.ts → blueprints/components/blades/EditBlueprint.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions/blueprints/blades/TypographyBlade.d.ts → blueprints/components/blades/SpacingBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions/blueprints/components/BlockPreview.d.ts → blueprints/components/blades/TypographyBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions/blueprints → blueprints/components}/store/BlueprintEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions → blueprints}/spacing/SpacingJourney.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions → blueprints}/spacing/blades/SpacingDefinitionBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions → blueprints}/spacing/store/SpacingEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions → blueprints}/typography/TypographyJourney.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions → blueprints}/typography/blades/TypographyDefinitionBlade.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions → blueprints}/typography/blades/TypographyDefinitionBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions → blueprints}/typography/blades/TypographySettingsBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions → blueprints}/typography/components/FontPicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions → blueprints}/typography/components/FontPicker.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions → blueprints}/typography/store/TypographyEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions/colorschemas → colorschemas}/blades/ColorSchemaDefinitionBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions/colorschemas → colorschemas}/store/ColorSchemaEditorStore.d.ts +0 -0
@@ -1,5 +1,5 @@
|
|
1
1
|
import { useBlueprintStore } from "../store/BlueprintStore";
|
2
|
-
import { SpacingSettings, SpacingType, WebBlueprintDefintionTypes, setColorOpacity } from "@omnia/fx-models";
|
2
|
+
import { ChromeDefinition, ColorSchema, SpacingBlueprint, SpacingSettings, SpacingType, WebBlueprintDefintionTypes, setColorOpacity } from "@omnia/fx-models";
|
3
3
|
export declare function useStyling(): {
|
4
4
|
spacing: (spacing: import("./styles").spacing, type: "margin" | "padding") => string;
|
5
5
|
};
|
@@ -73,7 +73,7 @@ export declare function useThemeStyling(): {
|
|
73
73
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
74
74
|
};
|
75
75
|
get: {
|
76
|
-
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"):
|
76
|
+
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): ColorSchema;
|
77
77
|
blueprint(blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): import("@omnia/fx-models").BlueprintDefinition;
|
78
78
|
typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
|
79
79
|
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
@@ -121,7 +121,7 @@ export declare function useThemeStyling(): {
|
|
121
121
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
122
122
|
};
|
123
123
|
get: {
|
124
|
-
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"):
|
124
|
+
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): ColorSchema;
|
125
125
|
blueprint(blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): import("@omnia/fx-models").BlueprintDefinition;
|
126
126
|
typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
|
127
127
|
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
@@ -169,7 +169,7 @@ export declare function useThemeStyling(): {
|
|
169
169
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
170
170
|
};
|
171
171
|
get: {
|
172
|
-
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"):
|
172
|
+
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): ColorSchema;
|
173
173
|
blueprint(blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): import("@omnia/fx-models").BlueprintDefinition;
|
174
174
|
typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
|
175
175
|
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
@@ -212,7 +212,7 @@ export declare function useThemeStyling(): {
|
|
212
212
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
213
213
|
};
|
214
214
|
get: {
|
215
|
-
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"):
|
215
|
+
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): ColorSchema;
|
216
216
|
blueprint(blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): import("@omnia/fx-models").BlueprintDefinition;
|
217
217
|
typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
|
218
218
|
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
@@ -230,15 +230,18 @@ export declare function useThemeStyling(): {
|
|
230
230
|
readonly typography: import("@omnia/fx-models").TypographyBlueprint;
|
231
231
|
readonly block: import("@omnia/fx-models").BlockBlueprint;
|
232
232
|
spacing: {
|
233
|
-
readonly inner:
|
234
|
-
readonly layout:
|
233
|
+
readonly inner: SpacingBlueprint;
|
234
|
+
readonly layout: SpacingBlueprint;
|
235
235
|
};
|
236
236
|
};
|
237
237
|
deactivated(): void;
|
238
238
|
}) => import("./styles").TypographyTypesResult;
|
239
239
|
};
|
240
|
+
chrome: {
|
241
|
+
chromeStyling: (blueprint: ChromeDefinition, colors: ColorSchema, spacingBluePrint: SpacingBlueprint) => string;
|
242
|
+
};
|
240
243
|
blueprints: {
|
241
|
-
block: (blueprint: import("@omnia/fx-models").BlockBlueprint, colors:
|
244
|
+
block: (blueprint: import("@omnia/fx-models").BlockBlueprint, colors: ColorSchema, spacingBluePrint: SpacingBlueprint) => string;
|
242
245
|
button: (bluePrint?: {
|
243
246
|
state: {
|
244
247
|
blueprint: import("@omnia/fx-models").BlueprintDefinition;
|
@@ -284,7 +287,7 @@ export declare function useThemeStyling(): {
|
|
284
287
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
285
288
|
};
|
286
289
|
get: {
|
287
|
-
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"):
|
290
|
+
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): ColorSchema;
|
288
291
|
blueprint(blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): import("@omnia/fx-models").BlueprintDefinition;
|
289
292
|
typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
|
290
293
|
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
@@ -332,7 +335,7 @@ export declare function useThemeStyling(): {
|
|
332
335
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
333
336
|
};
|
334
337
|
get: {
|
335
|
-
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"):
|
338
|
+
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): ColorSchema;
|
336
339
|
blueprint(blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): import("@omnia/fx-models").BlueprintDefinition;
|
337
340
|
typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
|
338
341
|
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
@@ -380,7 +383,7 @@ export declare function useThemeStyling(): {
|
|
380
383
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
381
384
|
};
|
382
385
|
get: {
|
383
|
-
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"):
|
386
|
+
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): ColorSchema;
|
384
387
|
blueprint(blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): import("@omnia/fx-models").BlueprintDefinition;
|
385
388
|
typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
|
386
389
|
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
@@ -423,7 +426,7 @@ export declare function useThemeStyling(): {
|
|
423
426
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
424
427
|
};
|
425
428
|
get: {
|
426
|
-
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"):
|
429
|
+
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): ColorSchema;
|
427
430
|
blueprint(blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): import("@omnia/fx-models").BlueprintDefinition;
|
428
431
|
typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
|
429
432
|
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
@@ -441,8 +444,8 @@ export declare function useThemeStyling(): {
|
|
441
444
|
readonly typography: import("@omnia/fx-models").TypographyBlueprint;
|
442
445
|
readonly block: import("@omnia/fx-models").BlockBlueprint;
|
443
446
|
spacing: {
|
444
|
-
readonly inner:
|
445
|
-
readonly layout:
|
447
|
+
readonly inner: SpacingBlueprint;
|
448
|
+
readonly layout: SpacingBlueprint;
|
446
449
|
};
|
447
450
|
};
|
448
451
|
deactivated(): void;
|
@@ -492,7 +495,7 @@ export declare function useThemeStyling(): {
|
|
492
495
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
493
496
|
};
|
494
497
|
get: {
|
495
|
-
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"):
|
498
|
+
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): ColorSchema;
|
496
499
|
blueprint(blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): import("@omnia/fx-models").BlueprintDefinition;
|
497
500
|
typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
|
498
501
|
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
@@ -540,7 +543,7 @@ export declare function useThemeStyling(): {
|
|
540
543
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
541
544
|
};
|
542
545
|
get: {
|
543
|
-
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"):
|
546
|
+
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): ColorSchema;
|
544
547
|
blueprint(blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): import("@omnia/fx-models").BlueprintDefinition;
|
545
548
|
typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
|
546
549
|
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
@@ -588,7 +591,7 @@ export declare function useThemeStyling(): {
|
|
588
591
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
589
592
|
};
|
590
593
|
get: {
|
591
|
-
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"):
|
594
|
+
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): ColorSchema;
|
592
595
|
blueprint(blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): import("@omnia/fx-models").BlueprintDefinition;
|
593
596
|
typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
|
594
597
|
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
@@ -631,7 +634,7 @@ export declare function useThemeStyling(): {
|
|
631
634
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
632
635
|
};
|
633
636
|
get: {
|
634
|
-
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"):
|
637
|
+
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): ColorSchema;
|
635
638
|
blueprint(blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): import("@omnia/fx-models").BlueprintDefinition;
|
636
639
|
typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
|
637
640
|
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
@@ -649,8 +652,8 @@ export declare function useThemeStyling(): {
|
|
649
652
|
readonly typography: import("@omnia/fx-models").TypographyBlueprint;
|
650
653
|
readonly block: import("@omnia/fx-models").BlockBlueprint;
|
651
654
|
spacing: {
|
652
|
-
readonly inner:
|
653
|
-
readonly layout:
|
655
|
+
readonly inner: SpacingBlueprint;
|
656
|
+
readonly layout: SpacingBlueprint;
|
654
657
|
};
|
655
658
|
};
|
656
659
|
deactivated(): void;
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import { ChromeDefinition, ColorSchema, SpacingBlueprint } from "@omnia/fx-models";
|
2
|
+
export declare const ChromeStyles: {
|
3
|
+
getChromeStyling: typeof getChromeStyling;
|
4
|
+
};
|
5
|
+
declare function getChromeStyling(blueprint: ChromeDefinition, colors: ColorSchema, spacingBluePrint: SpacingBlueprint): string;
|
6
|
+
export {};
|
@@ -1,16 +1,49 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
}
|
14
|
-
|
15
|
-
|
1
|
+
declare const _default: <T extends string | number | object>(props: {
|
2
|
+
msg?: T;
|
3
|
+
list: T[];
|
4
|
+
} & {}) => {
|
5
|
+
$: import("vue").ComponentInternalInstance;
|
6
|
+
$data: {};
|
7
|
+
$props: {};
|
8
|
+
$attrs: {
|
9
|
+
[x: string]: unknown;
|
10
|
+
};
|
11
|
+
$refs: {
|
12
|
+
[x: string]: unknown;
|
13
|
+
};
|
14
|
+
$slots: Readonly<{
|
15
|
+
[name: string]: import("vue").Slot<any>;
|
16
|
+
}>;
|
17
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
18
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
19
|
+
$emit: (event: string, ...args: any[]) => void;
|
20
|
+
$el: any;
|
21
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
22
|
+
beforeCreate?: (() => void) | (() => void)[];
|
23
|
+
created?: (() => void) | (() => void)[];
|
24
|
+
beforeMount?: (() => void) | (() => void)[];
|
25
|
+
mounted?: (() => void) | (() => void)[];
|
26
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
27
|
+
updated?: (() => void) | (() => void)[];
|
28
|
+
activated?: (() => void) | (() => void)[];
|
29
|
+
deactivated?: (() => void) | (() => void)[];
|
30
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
31
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
32
|
+
destroyed?: (() => void) | (() => void)[];
|
33
|
+
unmounted?: (() => void) | (() => void)[];
|
34
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
35
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
36
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
37
|
+
};
|
38
|
+
$forceUpdate: () => void;
|
39
|
+
$nextTick: typeof import("vue").nextTick;
|
40
|
+
$watch<T_1 extends string | ((...args: any) => any)>(source: T_1, cb: T_1 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
41
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
42
|
+
propsDefinition: {
|
43
|
+
msg?: T;
|
44
|
+
list: T[];
|
45
|
+
} & {};
|
46
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
47
|
+
[key: string]: any;
|
48
|
+
}>;
|
16
49
|
export default _default;
|