@profitliga/ui 1.0.3 → 1.0.4

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.
@@ -0,0 +1,3 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
3
+ export default _default;
@@ -7,8 +7,9 @@ import { default as FaviconIcon } from './FaviconIcon.vue';
7
7
  import { default as GiftColorIcon } from './GiftColorIcon.vue';
8
8
  import { default as PdfIcon } from './PdfIcon.vue';
9
9
  import { default as SberPayColorIcon } from './SberPayColorIcon.vue';
10
+ import { default as ShieldIcon } from './ShieldIcon.vue';
10
11
  import { default as SpbIcon } from './SpbIcon.vue';
11
12
  import { default as TruesignIcon } from './TruesignIcon.vue';
12
13
  import { default as WarehousePointIcon } from './WarehousePointIcon.vue';
13
14
  import { default as WordIcon } from './WordIcon.vue';
14
- export { BonusIcon, CashbackIcon, CertificateIcon, DiscountIcon, GiftColorIcon, FaviconIcon, ExcelIcon, PdfIcon, SpbIcon, WarehousePointIcon, WordIcon, SberPayColorIcon, TruesignIcon };
15
+ export { BonusIcon, CashbackIcon, CertificateIcon, DiscountIcon, GiftColorIcon, FaviconIcon, ExcelIcon, PdfIcon, SpbIcon, WarehousePointIcon, WordIcon, SberPayColorIcon, TruesignIcon, ShieldIcon };