@profitliga/ui 1.1.8 → 1.1.9

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;
@@ -100,6 +100,7 @@ import { default as Replay2Icon } from './Replay2Icon.vue';
100
100
  import { default as ReplayIcon } from './ReplayIcon.vue';
101
101
  import { default as ReturnIcon } from './ReturnIcon.vue';
102
102
  import { default as RubIcon } from './RubIcon.vue';
103
+ import { default as RumpledPackageIcon } from './RumpledPackageIcon.vue';
103
104
  import { default as SberPayIcon } from './SberPayIcon.vue';
104
105
  import { default as SearchIcon } from './SearchIcon.vue';
105
106
  import { default as SearchMinusIcon } from './SearchMinusIcon.vue';
@@ -134,4 +135,4 @@ import { default as WarningFillIcon } from './WarningFillIcon.vue';
134
135
  import { default as WarningIcon } from './WarningIcon.vue';
135
136
  import { default as WarnRoundedIcon } from './WarnRoundedIcon.vue';
136
137
  import { default as ZapIcon } from './ZapIcon.vue';
137
- export { AngleBottomIcon, AngleLeftIcon, AngleRightIcon, AngleTopIcon, AngleDoubleLeftIcon, AngleDoubleRightIcon, ArrowRightTopIcon, AtIcon, AvatarIcon, BagIcon, BanIcon, BankIcon, BarsIcon, BellIcon, BookIcon, BoxIcon, BriefcaseIcon, BuildingIcon, CalendarIcon, CarIcon, CarSearchIcon, CartCrossedIcon, CartIcon, CatalogToIcon, CameraIcon, CevronBottomIcon, CevronLeftIcon, CevronRightIcon, CevronTopIcon, CheckIcon, CheckFilledIcon, CheckRoundedIcon, ClockIcon, CloseIcon, CloseRoundedIcon, ClockPayIcon, CogIcon, CopyIcon, CommentIcon, CommentsIcon, CreditCardIcon, CubeIcon, DeliveryIcon, DeliveryTimeIcon, DownloadIcon, ErrorIcon, ErrorFillIcon, EyeIcon, EyeCloseIcon, FileIcon, FileExport, FileEditIcon, FileUploadIcon, FilterIcon, FilterFillIcon, FilterSlashIcon, GiftIcon, GuardIcon, HeartFillIcon, HeartOutlinedIcon, HeadSetIcon, HomeIcon, QuestionIcon, InfoIcon, InfoFillIcon, ImageIcon, LikeIcon, ListIcon, LockIcon, LocationIcon, MapIcon, MapPointIcon, MapPointFilledIcon, MailBoxIcon, MessageIcon, MinusIcon, MoneyBillIcon, NewIcon, OilIcon, PackageIcon, PencelLineIcon, PercentCircleIcon, PlusIcon, PlusRoundedIcon, ReturnIcon, ReplayIcon, PrintIcon, ProcentIcon, ReplaceIcon, Replay2Icon, RubIcon, SberPayIcon, SearchIcon, SearchMinusIcon, SearchPlusIcon, SendIcon, SettingsIcon, ShieldErrorIcon, SignOutIcon, StarFillIcon, StarIcon, SortUpIcon, SortDownIcon, SortUpFillIcon, SortDownFillIcon, ShoppingCartIcon, ShopIcon, SyncIcon, TrashIcon, TruckIcon, TruckFillIcon, TelegramIcon, TimerIcon, UserIcon, UsersIcon, WalletIcon, Wallet2Icon, WarningIcon, WarningFillIcon, WarehouseIcon, WarnRoundedIcon, QuestionRoundedIcon, UploadIcon, ZapIcon, MailWarningIcon, PinIcon, BoxLineIcon, PersonIcon, QrIcon, MailIcon, SmartphoneIcon, SmsIcon, BoxStopIcon, ExclamationBoxIcon, CrossedBoxIcon, CrumpledBoxIcon };
138
+ export { AngleBottomIcon, AngleLeftIcon, AngleRightIcon, AngleTopIcon, AngleDoubleLeftIcon, AngleDoubleRightIcon, ArrowRightTopIcon, AtIcon, AvatarIcon, BagIcon, BanIcon, BankIcon, BarsIcon, BellIcon, BookIcon, BoxIcon, BriefcaseIcon, BuildingIcon, CalendarIcon, CarIcon, CarSearchIcon, CartCrossedIcon, CartIcon, CatalogToIcon, CameraIcon, CevronBottomIcon, CevronLeftIcon, CevronRightIcon, CevronTopIcon, CheckIcon, CheckFilledIcon, CheckRoundedIcon, ClockIcon, CloseIcon, CloseRoundedIcon, ClockPayIcon, CogIcon, CopyIcon, CommentIcon, CommentsIcon, CreditCardIcon, CubeIcon, DeliveryIcon, DeliveryTimeIcon, DownloadIcon, ErrorIcon, ErrorFillIcon, EyeIcon, EyeCloseIcon, FileIcon, FileExport, FileEditIcon, FileUploadIcon, FilterIcon, FilterFillIcon, FilterSlashIcon, GiftIcon, GuardIcon, HeartFillIcon, HeartOutlinedIcon, HeadSetIcon, HomeIcon, QuestionIcon, InfoIcon, InfoFillIcon, ImageIcon, LikeIcon, ListIcon, LockIcon, LocationIcon, MapIcon, MapPointIcon, MapPointFilledIcon, MailBoxIcon, MessageIcon, MinusIcon, MoneyBillIcon, NewIcon, OilIcon, PackageIcon, PencelLineIcon, PercentCircleIcon, PlusIcon, PlusRoundedIcon, ReturnIcon, ReplayIcon, PrintIcon, ProcentIcon, ReplaceIcon, Replay2Icon, RubIcon, RumpledPackageIcon, SberPayIcon, SearchIcon, SearchMinusIcon, SearchPlusIcon, SendIcon, SettingsIcon, ShieldErrorIcon, SignOutIcon, StarFillIcon, StarIcon, SortUpIcon, SortDownIcon, SortUpFillIcon, SortDownFillIcon, ShoppingCartIcon, ShopIcon, SyncIcon, TrashIcon, TruckIcon, TruckFillIcon, TelegramIcon, TimerIcon, UserIcon, UsersIcon, WalletIcon, Wallet2Icon, WarningIcon, WarningFillIcon, WarehouseIcon, WarnRoundedIcon, QuestionRoundedIcon, UploadIcon, ZapIcon, MailWarningIcon, PinIcon, BoxLineIcon, PersonIcon, QrIcon, MailIcon, SmartphoneIcon, SmsIcon, BoxStopIcon, ExclamationBoxIcon, CrossedBoxIcon, CrumpledBoxIcon };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@profitliga/ui",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "author": "Profit League<dev@pr-lg.ru>",
5
5
  "license": "MIT",
6
6
  "description": "Vue 3 UI component library with TypeScript and SCSS",