@qasa/qds-ui 0.8.1 → 0.9.0-next.1
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/cjs/index.js +9242 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/icon/create-icon.d.ts +5 -447
- package/dist/cjs/types/components/icon/create-lucide-icon.d.ts +4 -0
- package/dist/cjs/types/components/icon/icon.types.d.ts +20 -0
- package/dist/cjs/types/components/icon/icons.d.ts +39 -0
- package/dist/cjs/types/components/icon/index.d.ts +2 -0
- package/dist/esm/index.js +9242 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/icon/create-icon.d.ts +5 -447
- package/dist/esm/types/components/icon/create-lucide-icon.d.ts +4 -0
- package/dist/esm/types/components/icon/icon.types.d.ts +20 -0
- package/dist/esm/types/components/icon/icons.d.ts +39 -0
- package/dist/esm/types/components/icon/index.d.ts +2 -0
- package/dist/index.d.ts +30 -466
- package/package.json +2 -1
- package/dist/cjs/types/components/icon/icons/arrow-down.d.ts +0 -2
- package/dist/cjs/types/components/icon/icons/arrow-left.d.ts +0 -2
- package/dist/cjs/types/components/icon/icons/arrow-right.d.ts +0 -2
- package/dist/cjs/types/components/icon/icons/arrow-up.d.ts +0 -2
- package/dist/cjs/types/components/icon/icons/bell-slash.d.ts +0 -2
- package/dist/cjs/types/components/icon/icons/bell.d.ts +0 -2
- package/dist/cjs/types/components/icon/icons/calendar.d.ts +0 -2
- package/dist/cjs/types/components/icon/icons/check.d.ts +0 -2
- package/dist/cjs/types/components/icon/icons/chevron-down.d.ts +0 -2
- package/dist/cjs/types/components/icon/icons/chevron-left.d.ts +0 -2
- package/dist/cjs/types/components/icon/icons/chevron-right.d.ts +0 -2
- package/dist/cjs/types/components/icon/icons/chevron-up.d.ts +0 -2
- package/dist/cjs/types/components/icon/icons/ellipsis-vertical.d.ts +0 -2
- package/dist/cjs/types/components/icon/icons/ellipsis.d.ts +0 -2
- package/dist/cjs/types/components/icon/icons/heart-filled.d.ts +0 -2
- package/dist/cjs/types/components/icon/icons/heart.d.ts +0 -2
- package/dist/cjs/types/components/icon/icons/image.d.ts +0 -2
- package/dist/cjs/types/components/icon/icons/index.d.ts +0 -28
- package/dist/cjs/types/components/icon/icons/location-dot.d.ts +0 -2
- package/dist/cjs/types/components/icon/icons/map.d.ts +0 -2
- package/dist/cjs/types/components/icon/icons/minus.d.ts +0 -2
- package/dist/cjs/types/components/icon/icons/plus.d.ts +0 -2
- package/dist/cjs/types/components/icon/icons/search.d.ts +0 -2
- package/dist/cjs/types/components/icon/icons/settings.d.ts +0 -2
- package/dist/cjs/types/components/icon/icons/star-filled.d.ts +0 -2
- package/dist/cjs/types/components/icon/icons/star.d.ts +0 -2
- package/dist/cjs/types/components/icon/icons/trash.d.ts +0 -2
- package/dist/cjs/types/components/icon/icons/user.d.ts +0 -2
- package/dist/cjs/types/components/icon/icons/xmark.d.ts +0 -2
- package/dist/esm/types/components/icon/icons/arrow-down.d.ts +0 -2
- package/dist/esm/types/components/icon/icons/arrow-left.d.ts +0 -2
- package/dist/esm/types/components/icon/icons/arrow-right.d.ts +0 -2
- package/dist/esm/types/components/icon/icons/arrow-up.d.ts +0 -2
- package/dist/esm/types/components/icon/icons/bell-slash.d.ts +0 -2
- package/dist/esm/types/components/icon/icons/bell.d.ts +0 -2
- package/dist/esm/types/components/icon/icons/calendar.d.ts +0 -2
- package/dist/esm/types/components/icon/icons/check.d.ts +0 -2
- package/dist/esm/types/components/icon/icons/chevron-down.d.ts +0 -2
- package/dist/esm/types/components/icon/icons/chevron-left.d.ts +0 -2
- package/dist/esm/types/components/icon/icons/chevron-right.d.ts +0 -2
- package/dist/esm/types/components/icon/icons/chevron-up.d.ts +0 -2
- package/dist/esm/types/components/icon/icons/ellipsis-vertical.d.ts +0 -2
- package/dist/esm/types/components/icon/icons/ellipsis.d.ts +0 -2
- package/dist/esm/types/components/icon/icons/heart-filled.d.ts +0 -2
- package/dist/esm/types/components/icon/icons/heart.d.ts +0 -2
- package/dist/esm/types/components/icon/icons/image.d.ts +0 -2
- package/dist/esm/types/components/icon/icons/index.d.ts +0 -28
- package/dist/esm/types/components/icon/icons/location-dot.d.ts +0 -2
- package/dist/esm/types/components/icon/icons/map.d.ts +0 -2
- package/dist/esm/types/components/icon/icons/minus.d.ts +0 -2
- package/dist/esm/types/components/icon/icons/plus.d.ts +0 -2
- package/dist/esm/types/components/icon/icons/search.d.ts +0 -2
- package/dist/esm/types/components/icon/icons/settings.d.ts +0 -2
- package/dist/esm/types/components/icon/icons/star-filled.d.ts +0 -2
- package/dist/esm/types/components/icon/icons/star.d.ts +0 -2
- package/dist/esm/types/components/icon/icons/trash.d.ts +0 -2
- package/dist/esm/types/components/icon/icons/user.d.ts +0 -2
- package/dist/esm/types/components/icon/icons/xmark.d.ts +0 -2
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
export { ArrowDownIcon } from './arrow-down';
|
|
2
|
-
export { ArrowLeftIcon } from './arrow-left';
|
|
3
|
-
export { ArrowRightIcon } from './arrow-right';
|
|
4
|
-
export { ArrowUpIcon } from './arrow-up';
|
|
5
|
-
export { BellSlashIcon } from './bell-slash';
|
|
6
|
-
export { BellIcon } from './bell';
|
|
7
|
-
export { CalendarIcon } from './calendar';
|
|
8
|
-
export { CheckIcon } from './check';
|
|
9
|
-
export { ChevronDownIcon } from './chevron-down';
|
|
10
|
-
export { ChevronLeftIcon } from './chevron-left';
|
|
11
|
-
export { ChevronRightIcon } from './chevron-right';
|
|
12
|
-
export { ChevronUpIcon } from './chevron-up';
|
|
13
|
-
export { EllipsisVerticalIcon } from './ellipsis-vertical';
|
|
14
|
-
export { EllipsisIcon } from './ellipsis';
|
|
15
|
-
export { HeartFilledIcon } from './heart-filled';
|
|
16
|
-
export { HeartIcon } from './heart';
|
|
17
|
-
export { ImageIcon } from './image';
|
|
18
|
-
export { LocationDotIcon } from './location-dot';
|
|
19
|
-
export { MapIcon } from './map';
|
|
20
|
-
export { MinusIcon } from './minus';
|
|
21
|
-
export { PlusIcon } from './plus';
|
|
22
|
-
export { SearchIcon } from './search';
|
|
23
|
-
export { SettingsIcon } from './settings';
|
|
24
|
-
export { StarFilledIcon } from './star-filled';
|
|
25
|
-
export { StarIcon } from './star';
|
|
26
|
-
export { TrashIcon } from './trash';
|
|
27
|
-
export { UserIcon } from './user';
|
|
28
|
-
export { XmarkIcon } from './xmark';
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
export { ArrowDownIcon } from './arrow-down';
|
|
2
|
-
export { ArrowLeftIcon } from './arrow-left';
|
|
3
|
-
export { ArrowRightIcon } from './arrow-right';
|
|
4
|
-
export { ArrowUpIcon } from './arrow-up';
|
|
5
|
-
export { BellSlashIcon } from './bell-slash';
|
|
6
|
-
export { BellIcon } from './bell';
|
|
7
|
-
export { CalendarIcon } from './calendar';
|
|
8
|
-
export { CheckIcon } from './check';
|
|
9
|
-
export { ChevronDownIcon } from './chevron-down';
|
|
10
|
-
export { ChevronLeftIcon } from './chevron-left';
|
|
11
|
-
export { ChevronRightIcon } from './chevron-right';
|
|
12
|
-
export { ChevronUpIcon } from './chevron-up';
|
|
13
|
-
export { EllipsisVerticalIcon } from './ellipsis-vertical';
|
|
14
|
-
export { EllipsisIcon } from './ellipsis';
|
|
15
|
-
export { HeartFilledIcon } from './heart-filled';
|
|
16
|
-
export { HeartIcon } from './heart';
|
|
17
|
-
export { ImageIcon } from './image';
|
|
18
|
-
export { LocationDotIcon } from './location-dot';
|
|
19
|
-
export { MapIcon } from './map';
|
|
20
|
-
export { MinusIcon } from './minus';
|
|
21
|
-
export { PlusIcon } from './plus';
|
|
22
|
-
export { SearchIcon } from './search';
|
|
23
|
-
export { SettingsIcon } from './settings';
|
|
24
|
-
export { StarFilledIcon } from './star-filled';
|
|
25
|
-
export { StarIcon } from './star';
|
|
26
|
-
export { TrashIcon } from './trash';
|
|
27
|
-
export { UserIcon } from './user';
|
|
28
|
-
export { XmarkIcon } from './xmark';
|