am-shared-assets 0.0.11 → 0.0.13
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/App.d.ts +2 -0
- package/dist/ChevronBottomIcon-Rbhqbn7b.js +397 -0
- package/dist/components/Alert.d.ts +20 -0
- package/dist/components/Autocomplete.d.ts +11 -0
- package/dist/components/Badge.d.ts +9 -0
- package/dist/components/Button.d.ts +16 -0
- package/dist/components/Checkbox.d.ts +2 -0
- package/dist/components/Chip.d.ts +12 -0
- package/dist/components/Input.d.ts +22 -0
- package/dist/components/Radio.d.ts +13 -0
- package/dist/components/RangeSlider.d.ts +13 -0
- package/dist/components/Select.d.ts +10 -0
- package/dist/components/Switch.d.ts +11 -0
- package/dist/components/Tooltip.d.ts +11 -0
- package/dist/components/index.d.ts +10 -0
- package/dist/components.d.ts +2 -0
- package/dist/components.js +11260 -0
- package/dist/icons/components/AddIcon.d.ts +5 -0
- package/dist/icons/components/ArrowDownIcon.d.ts +5 -0
- package/dist/icons/components/ArrowRightIcon.d.ts +5 -0
- package/dist/icons/components/BagIcon.d.ts +5 -0
- package/dist/icons/components/BoxIcon.d.ts +5 -0
- package/dist/icons/components/BoxTickIcon.d.ts +5 -0
- package/dist/icons/components/BoxTimeIcon.d.ts +5 -0
- package/dist/icons/components/CardTickIcon.d.ts +5 -0
- package/dist/icons/components/CardsIcon.d.ts +5 -0
- package/dist/icons/components/CategoryIcon.d.ts +5 -0
- package/dist/icons/components/ChevronBottomIcon.d.ts +5 -0
- package/dist/icons/components/ChevronLeftIcon.d.ts +5 -0
- package/dist/icons/components/ChevronRightIcon.d.ts +5 -0
- package/dist/icons/components/ChevronTopIcon.d.ts +5 -0
- package/dist/icons/components/CloseCircleIcon.d.ts +5 -0
- package/dist/icons/components/CloseIcon.d.ts +5 -0
- package/dist/icons/components/DislikeIcon.d.ts +5 -0
- package/dist/icons/components/EditIcon.d.ts +5 -0
- package/dist/icons/components/FillShoppingCartIcon.d.ts +5 -0
- package/dist/icons/components/HeartIcon.d.ts +5 -0
- package/dist/icons/components/HomeIcon.d.ts +5 -0
- package/dist/icons/components/InfoIcon.d.ts +5 -0
- package/dist/icons/components/LikeIcon.d.ts +5 -0
- package/dist/icons/components/LogoutIcon.d.ts +5 -0
- package/dist/icons/components/MessageIcon.d.ts +5 -0
- package/dist/icons/components/MoneyIcon.d.ts +5 -0
- package/dist/icons/components/MoreIcon.d.ts +5 -0
- package/dist/icons/components/OutlineTickCircleIcon.d.ts +5 -0
- package/dist/icons/components/ReceiptIcon.d.ts +5 -0
- package/dist/icons/components/RotateBoxIcon.d.ts +5 -0
- package/dist/icons/components/RotateInfoIcon.d.ts +5 -0
- package/dist/icons/components/SearchIcon.d.ts +5 -0
- package/dist/icons/components/SettingIcon.d.ts +5 -0
- package/dist/icons/components/ShareIcon.d.ts +5 -0
- package/dist/icons/components/ShopIcon.d.ts +5 -0
- package/dist/icons/components/ShoppingCartIcon.d.ts +5 -0
- package/dist/icons/components/SpinnerIcon.d.ts +5 -0
- package/dist/icons/components/StarIcon.d.ts +5 -0
- package/dist/icons/components/TickCircleIcon.d.ts +5 -0
- package/dist/icons/components/TrashIcon.d.ts +5 -0
- package/dist/icons/components/TruckIcon.d.ts +5 -0
- package/dist/icons/components/UserIcon.d.ts +5 -0
- package/dist/icons/components/UserSquareIcon.d.ts +5 -0
- package/dist/icons/components/WalletCheckIcon.d.ts +5 -0
- package/dist/icons/components/WalletIcon.d.ts +5 -0
- package/dist/icons/components/WarningIcon.d.ts +5 -0
- package/dist/icons/index.d.ts +47 -0
- package/dist/icons.d.ts +2 -0
- package/dist/icons.js +1830 -0
- package/dist/index.d.ts +2 -0
- package/dist/main.d.ts +0 -0
- package/dist/vite.svg +1 -0
- package/package.json +5 -1
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { default as CloseIcon } from './components/CloseIcon';
|
|
2
|
+
import { default as InfoIcon } from './components/InfoIcon';
|
|
3
|
+
import { default as WarningIcon } from './components/WarningIcon';
|
|
4
|
+
import { default as CloseCircleIcon } from './components/CloseCircleIcon';
|
|
5
|
+
import { default as TickCircleIcon } from './components/TickCircleIcon';
|
|
6
|
+
import { default as ShoppingCartIcon } from './components/ShoppingCartIcon';
|
|
7
|
+
import { default as SearchIcon } from './components/SearchIcon';
|
|
8
|
+
import { default as ArrowRightIcon } from './components/ArrowRightIcon';
|
|
9
|
+
import { default as ChevronLeftIcon } from './components/ChevronLeftIcon';
|
|
10
|
+
import { default as ChevronRightIcon } from './components/ChevronRightIcon';
|
|
11
|
+
import { default as ChevronTopIcon } from './components/ChevronTopIcon';
|
|
12
|
+
import { default as ShopIcon } from './components/ShopIcon';
|
|
13
|
+
import { default as StarIcon } from './components/StarIcon';
|
|
14
|
+
import { default as HeartIcon } from './components/HeartIcon';
|
|
15
|
+
import { default as ShareIcon } from './components/ShareIcon';
|
|
16
|
+
import { default as TruckIcon } from './components/TruckIcon';
|
|
17
|
+
import { default as BoxIcon } from './components/BoxIcon';
|
|
18
|
+
import { default as CardTickIcon } from './components/CardTickIcon';
|
|
19
|
+
import { default as CardsIcon } from './components/CardsIcon';
|
|
20
|
+
import { default as WalletCheckIcon } from './components/WalletCheckIcon';
|
|
21
|
+
import { default as RotateBoxIcon } from './components/RotateBoxIcon';
|
|
22
|
+
import { default as LikeIcon } from './components/LikeIcon';
|
|
23
|
+
import { default as DislikeIcon } from './components/DislikeIcon';
|
|
24
|
+
import { default as RotateInfoIcon } from './components/RotateInfoIcon';
|
|
25
|
+
import { default as ChevronBottomIcon } from './components/ChevronBottomIcon';
|
|
26
|
+
import { default as EditIcon } from './components/EditIcon';
|
|
27
|
+
import { default as SettingIcon } from './components/SettingIcon';
|
|
28
|
+
import { default as UserIcon } from './components/UserIcon';
|
|
29
|
+
import { default as BagIcon } from './components/BagIcon';
|
|
30
|
+
import { default as CategoryIcon } from './components/CategoryIcon';
|
|
31
|
+
import { default as HomeIcon } from './components/HomeIcon';
|
|
32
|
+
import { default as TrashIcon } from './components/TrashIcon';
|
|
33
|
+
import { default as MoreIcon } from './components/MoreIcon';
|
|
34
|
+
import { default as MessageIcon } from './components/MessageIcon';
|
|
35
|
+
import { default as AddIcon } from './components/AddIcon';
|
|
36
|
+
import { default as BoxTimeIcon } from './components/BoxTimeIcon';
|
|
37
|
+
import { default as MoneyIcon } from './components/MoneyIcon';
|
|
38
|
+
import { default as ArrowDownIcon } from './components/ArrowDownIcon';
|
|
39
|
+
import { default as SpinnerIcon } from './components/SpinnerIcon';
|
|
40
|
+
import { default as OutlineTickCircleIcon } from './components/OutlineTickCircleIcon';
|
|
41
|
+
import { default as FillShoppingCartIcon } from './components/FillShoppingCartIcon';
|
|
42
|
+
import { default as UserSquareIcon } from './components/UserSquareIcon';
|
|
43
|
+
import { default as WalletIcon } from './components/WalletIcon';
|
|
44
|
+
import { default as BoxTickIcon } from './components/BoxTickIcon';
|
|
45
|
+
import { default as ReceiptIcon } from './components/ReceiptIcon';
|
|
46
|
+
import { default as LogoutIcon } from './components/LogoutIcon';
|
|
47
|
+
export { CloseIcon, InfoIcon, WarningIcon, CloseCircleIcon, TickCircleIcon, ShoppingCartIcon, SearchIcon, ArrowRightIcon, ChevronLeftIcon, ChevronRightIcon, ChevronTopIcon, ShopIcon, StarIcon, HeartIcon, ShareIcon, TruckIcon, BoxIcon, CardTickIcon, CardsIcon, WalletCheckIcon, RotateBoxIcon, LikeIcon, DislikeIcon, RotateInfoIcon, ChevronBottomIcon, EditIcon, SettingIcon, UserIcon, BagIcon, CategoryIcon, HomeIcon, TrashIcon, MoreIcon, MessageIcon, AddIcon, BoxTimeIcon, MoneyIcon, ArrowDownIcon, SpinnerIcon, OutlineTickCircleIcon, FillShoppingCartIcon, UserSquareIcon, WalletIcon, BoxTickIcon, ReceiptIcon, LogoutIcon };
|
package/dist/icons.d.ts
ADDED