@omnia/tooling-vue 8.0.387-dev → 8.0.388-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.
@@ -419,12 +419,13 @@ import wcb4ddcf67388c4aa494cad4fa07ff8937 from '../../../../client/fx/ux/aurora/
419
419
  import wce35c6b2d296345329c39928b82b1ec77 from '../../../../client/fx/ux/aurora/components/tabs/TabStylePicker';
420
420
  import wcb2429c572d6c41809c621c408bbba855 from '../../../../client/fx/ux/aurora/components/tabs/TabStyleEditor';
421
421
  import wcfd6b575dc7c44149ac3129492fc83aa6 from '../../../../client/fx/ux/aurora/components/tabs/TabBlueprintsViewer';
422
+ import wc5ac01b439b7b494baf066921c2ae7f9a from '../../../../client/fx/ux/aurora/components/textcolorpicker/TextColorPicker';
423
+ import wc5682a90ca29b443fa48b3b691b622e15 from '../../../../client/fx/ux/aurora/components/textformatpicker/TextFormatPicker';
422
424
  import wc287d666180644ba5ab5def0471a75a89 from '../../../../client/fx/ux/aurora/components/textstylepicker/TextStylePicker';
423
425
  import wc252ece0016594978b3ddfafdd59adda4 from '../../../../client/fx/ux/aurora/components/themepicker/ThemePicker';
424
426
  import wcb89e133162f54c1fb2cd6d03cc2e4fe2 from '../../../../client/fx/ux/aurora/components/themepicker/ThemeEditor';
425
427
  import wc73e1c232690249f78967e3e3f6d92bd7 from '../../../../client/fx/ux/aurora/components/themepreview/ThemePreview';
426
428
  import wcc6eec07d48af435ab0c75195d9c7dcfc from '../../../../client/fx/ux/aurora/components/themepreview/ComponentPreview';
427
- import wc54730f05dd2c4f2da1c830b3985b36a9 from '../../../../client/fx/ux/aurora/components/typography/TypographyPicker';
428
429
  import wc99a73153b5c647da9d6de517f51e53f0 from '../../../../client/fx/ux/aurora/components/typography/TypographyEditor';
429
430
  import wc2f742a14a560434abb899360a69c314b from '../../../../client/fx/ux/aurora/components/typography/TypographyBlueprintsViewer';
430
431
  import wc6bcccc7dd1c74fe591a660641ac62cd7 from '../../../../client/fx/ux/aurora/components/viewtemplatepicker/ViewTemplatePicker';
@@ -522,7 +523,6 @@ import wc0fb3af1182d849fc89b04ed67949091e from '../../../../client/fx/sp/ux/filt
522
523
  import wc936d684934884a6fb16c91b0c625e837 from '../../../../client/fx/ux/admin/businessprofile/settings/language/Language';
523
524
  import wc37329e5d5cf74ff1ba633ce14b88e51c from '../../../../client/fx/ux/admin/settings/blades/mediapicker/MediaPicker';
524
525
  import wca49a79f59f1e471d813f12926f411f9c from '../../../../client/fx/ux/admin/settings/blades/mediapicker/components/cropratios/CropRatiosJourney';
525
- import wcab1f3fecab21479198cc3a4934b6625d from '../../../../client/fx/ux/admin/settings/blades/mediapicker/components/filesize/FileSizeLimitSettingsJourney';
526
526
  import wc19b22417acb641c196f947ea4d60f4b2 from '../../../../client/fx/ux/admin/settings/blades/mediapicker/components/scalingsettings/ScalingSettingsJourney';
527
527
  import wc69af1046393b4f49975f7800f0e825a0 from '../../../../client/fx/ux/admin/settings/blades/redirect/OmniaRedirect';
528
528
  import wc62529631696b457bbc0418c888fc940f from '../../../../client/fx/ux/admin/settings/blades/tenantgeneralsettings/TenantGeneralSettings';
@@ -1368,6 +1368,24 @@ declare global {
1368
1368
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1369
1369
  };
1370
1370
  } : typeof wce6ce806749594b1da7e0ae5f60cef41c;
1371
+ "color": {
1372
+ "picker": typeof wc5ac01b439b7b494baf066921c2ae7f9a extends {
1373
+ propsDefinition: infer TProp;
1374
+ } ? {
1375
+ new (...args: any[]): {
1376
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1377
+ };
1378
+ } : typeof wc5ac01b439b7b494baf066921c2ae7f9a;
1379
+ };
1380
+ "format": {
1381
+ "picker": typeof wc5682a90ca29b443fa48b3b691b622e15 extends {
1382
+ propsDefinition: infer TProp;
1383
+ } ? {
1384
+ new (...args: any[]): {
1385
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1386
+ };
1387
+ } : typeof wc5682a90ca29b443fa48b3b691b622e15;
1388
+ };
1371
1389
  "style": {
1372
1390
  "picker": typeof wc287d666180644ba5ab5def0471a75a89 extends {
1373
1391
  propsDefinition: infer TProp;
@@ -4159,13 +4177,6 @@ declare global {
4159
4177
  } : typeof wcb4ddcf67388c4aa494cad4fa07ff8937;
4160
4178
  };
4161
4179
  "typography": {
4162
- "picker": typeof wc54730f05dd2c4f2da1c830b3985b36a9 extends {
4163
- propsDefinition: infer TProp;
4164
- } ? {
4165
- new (...args: any[]): {
4166
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4167
- };
4168
- } : typeof wc54730f05dd2c4f2da1c830b3985b36a9;
4169
4180
  "editor": typeof wc99a73153b5c647da9d6de517f51e53f0 extends {
4170
4181
  propsDefinition: infer TProp;
4171
4182
  } ? {
@@ -4490,13 +4501,6 @@ declare global {
4490
4501
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4491
4502
  };
4492
4503
  } : typeof wca49a79f59f1e471d813f12926f411f9c;
4493
- "filesize": typeof wcab1f3fecab21479198cc3a4934b6625d extends {
4494
- propsDefinition: infer TProp;
4495
- } ? {
4496
- new (...args: any[]): {
4497
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4498
- };
4499
- } : typeof wcab1f3fecab21479198cc3a4934b6625d;
4500
4504
  "scalingsettings": typeof wc19b22417acb641c196f947ea4d60f4b2 extends {
4501
4505
  propsDefinition: infer TProp;
4502
4506
  } ? {