@omnia/tooling-vue 8.0.483-dev → 8.0.485-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.
@@ -310,6 +310,7 @@ import wc2df6ab65eea84ed8bab297dff9c56224 from '../../../../client/fx/ux/oxide/l
310
310
  import wc75cd93099dd146469e0ce6b5b1cac14d from '../../../../client/fx/ux/oxide/link/Link';
311
311
  import wc154a229c9bd84d31aed848da93f29ea2 from '../../../../client/fx/ux/oxide/list/List';
312
312
  import wc4a4631845ea24fbb8cabdbb9b06772da from '../../../../client/fx/ux/oxide/list/ListItem';
313
+ import wcd0b8420c01d54ab28be011c92c8f0d24 from '../../../../client/fx/ux/oxide/logoomnia/LogoOmnia';
313
314
  import wc1ed9f2ec3580492cb211d719c9b15ad1 from '../../../../client/fx/ux/oxide/main/Main';
314
315
  import wc01c206c8b30e41408b6457cdea679b78 from '../../../../client/fx/ux/oxide/menu/Menu';
315
316
  import wc3e9e78e3757946ffb9d1b19e67727eb1 from '../../../../client/fx/ux/oxide/motion/Motion';
@@ -5368,6 +5369,15 @@ declare global {
5368
5369
  };
5369
5370
  } : typeof wc4a4631845ea24fbb8cabdbb9b06772da;
5370
5371
  };
5372
+ "omnia": {
5373
+ "logo": typeof wcd0b8420c01d54ab28be011c92c8f0d24 extends {
5374
+ propsDefinition: infer TProp;
5375
+ } ? {
5376
+ new (...args: any[]): {
5377
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5378
+ };
5379
+ } : typeof wcd0b8420c01d54ab28be011c92c8f0d24;
5380
+ };
5371
5381
  "main": typeof wc1ed9f2ec3580492cb211d719c9b15ad1 extends {
5372
5382
  propsDefinition: infer TProp;
5373
5383
  } ? {