@profitliga/ui 1.1.24 → 1.1.25
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/dist/components/Button/Button.types.d.ts +0 -1
- package/dist/components/Button/Button.vue.d.ts +5 -1
- package/dist/components/index.js +195 -204
- package/dist/icons/colored/index.d.ts +2 -2
- package/dist/icons/index.js +548 -519
- package/package.json +1 -1
- /package/dist/icons/colored/{TelegramIcon.vue.d.ts → TelegramColorIcon.vue.d.ts} +0 -0
|
@@ -10,8 +10,8 @@ import { default as PdfIcon } from './PdfIcon.vue';
|
|
|
10
10
|
import { default as SberPayColorIcon } from './SberPayColorIcon.vue';
|
|
11
11
|
import { default as ShieldIcon } from './ShieldIcon.vue';
|
|
12
12
|
import { default as SpbIcon } from './SpbIcon.vue';
|
|
13
|
-
import { default as
|
|
13
|
+
import { default as TelegramColorIcon } from './TelegramColorIcon.vue';
|
|
14
14
|
import { default as TruesignIcon } from './TruesignIcon.vue';
|
|
15
15
|
import { default as WarehousePointIcon } from './WarehousePointIcon.vue';
|
|
16
16
|
import { default as WordIcon } from './WordIcon.vue';
|
|
17
|
-
export { BonusIcon, CashbackIcon, CertificateIcon, DiscountIcon, GiftColorIcon, FaviconIcon, ExcelIcon, PdfIcon, SpbIcon, WarehousePointIcon, WordIcon, SberPayColorIcon, TruesignIcon, ShieldIcon, MaxIcon,
|
|
17
|
+
export { BonusIcon, CashbackIcon, CertificateIcon, DiscountIcon, GiftColorIcon, FaviconIcon, ExcelIcon, PdfIcon, SpbIcon, WarehousePointIcon, WordIcon, SberPayColorIcon, TruesignIcon, ShieldIcon, MaxIcon, TelegramColorIcon };
|