@omnia/tooling-vue 8.0.543-dev → 8.0.545-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.
|
@@ -449,7 +449,7 @@ import wc1f8e62af53af4535864eeff5b7e34248 from '../../../../client/fx/ux/aurora/
|
|
|
449
449
|
import wc287d666180644ba5ab5def0471a75a89 from '../../../../client/fx/ux/aurora/components/textstylepicker/TextStylePicker';
|
|
450
450
|
import wc24f60b68e89540ebb5775cf7ff2df8b7 from '../../../../client/fx/ux/aurora/components/textstylepicker/TextStyleViewer';
|
|
451
451
|
import wc252ece0016594978b3ddfafdd59adda4 from '../../../../client/fx/ux/aurora/components/themepicker/ThemePicker';
|
|
452
|
-
import
|
|
452
|
+
import wc745ebe98504141a5b29aa7dd6dea8b9a from '../../../../client/fx/ux/aurora/components/themepicker/ThemeViewer';
|
|
453
453
|
import wcc6eec07d48af435ab0c75195d9c7dcfc from '../../../../client/fx/ux/aurora/components/themepreview/ComponentPreview';
|
|
454
454
|
import wc99a73153b5c647da9d6de517f51e53f0 from '../../../../client/fx/ux/aurora/components/typography/TextStyleEditor';
|
|
455
455
|
import wc2f742a14a560434abb899360a69c314b from '../../../../client/fx/ux/aurora/components/typography/TypographyBlueprintsViewer';
|
|
@@ -572,7 +572,7 @@ import wcfebab40186954cadbb54852c509f31e6 from '../../../../client/fx/ux/aurora/
|
|
|
572
572
|
import wc8142fa90f0d34258bb080a15aa21ab74 from '../../../../client/fx/ux/aurora/admin/themedesigner/fontsmanager/FontManager';
|
|
573
573
|
import wc891de93e73cc47b0a552d24fdf34c9cf from '../../../../client/fx/ux/aurora/admin/themedesigner/spacing/SpacingJourney';
|
|
574
574
|
import wc682077b575c74b2086cbf438346e0ed3 from '../../../../client/fx/ux/aurora/admin/themedesigner/templates/TemplatesJourney';
|
|
575
|
-
import wcbed95d1ec67f4a15986fc72adebdb78f from '../../../../client/fx/ux/aurora/admin/themedesigner/themes/
|
|
575
|
+
import wcbed95d1ec67f4a15986fc72adebdb78f from '../../../../client/fx/ux/aurora/admin/themedesigner/themes/ThemeSelectionJourney';
|
|
576
576
|
import wcfc2401c7c3384790ae7ce17d05b0855f from '../../../../client/fx/ux/aurora/admin/themedesigner/typography/TypographyJourney';
|
|
577
577
|
import wc4834285963564938a31a1ac1dfb1b5d8 from '../../../../client/fx/ux/layoutcanvas/editor/_old/blockplaceholder/BlockPlaceholder';
|
|
578
578
|
import wc4512676606d342adbd011def4b615151 from '../../../../client/fx/ux/layoutcanvas/editor/_old/canvastoolbar/CanvasToolbar';
|
|
@@ -3129,13 +3129,13 @@ declare global {
|
|
|
3129
3129
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
3130
3130
|
};
|
|
3131
3131
|
} : typeof wc252ece0016594978b3ddfafdd59adda4;
|
|
3132
|
-
"viewer": typeof
|
|
3132
|
+
"viewer": typeof wc745ebe98504141a5b29aa7dd6dea8b9a extends {
|
|
3133
3133
|
propsDefinition: infer TProp;
|
|
3134
3134
|
} ? {
|
|
3135
3135
|
new (...args: any[]): {
|
|
3136
3136
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
3137
3137
|
};
|
|
3138
|
-
} : typeof
|
|
3138
|
+
} : typeof wc745ebe98504141a5b29aa7dd6dea8b9a;
|
|
3139
3139
|
};
|
|
3140
3140
|
"component": {
|
|
3141
3141
|
"preview": typeof wcc6eec07d48af435ab0c75195d9c7dcfc extends {
|