@jamsrui/icons 0.0.12 → 0.0.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jamsrui/icons",
3
- "version": "0.0.12",
3
+ "version": "0.0.14",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./dist/index.d.ts",
package/dist/alert.d.mts DELETED
@@ -1,8 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
-
3
- declare const SuccessIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
4
- declare const InfoIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
- declare const WarningIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
6
- declare const ErrorIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
7
-
8
- export { ErrorIcon, InfoIcon, SuccessIcon, WarningIcon };
@@ -1,2 +0,0 @@
1
- export { AnimatedTickIcon } from './tick-icon.mjs';
2
- import 'react/jsx-runtime';
@@ -1,9 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
-
3
- type Props = {
4
- isSelected: boolean;
5
- className?: string;
6
- };
7
- declare const AnimatedTickIcon: (props: Props) => react_jsx_runtime.JSX.Element;
8
-
9
- export { AnimatedTickIcon };
package/dist/arrow.d.mts DELETED
@@ -1,17 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
-
3
- declare const ArrowLeftToLineIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
4
- declare const ArrowLeftIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
- declare const ArrowRightIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
6
- declare const ArrowRightToLineIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
7
- declare const ChevronDoubleLeftIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
8
- declare const ChevronDoubleRightIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
9
- declare const ChevronDownIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
10
- declare const ChevronsUpDownIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
11
- declare const ArrowDownIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
12
- declare const ArrowUpIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
13
- declare const ChevronLeftIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
14
- declare const ChevronUpIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
15
- declare const ChevronRightIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
16
-
17
- export { ArrowDownIcon, ArrowLeftIcon, ArrowLeftToLineIcon, ArrowRightIcon, ArrowRightToLineIcon, ArrowUpIcon, ChevronDoubleLeftIcon, ChevronDoubleRightIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsUpDownIcon };
package/dist/index.d.mts DELETED
@@ -1,5 +0,0 @@
1
- export { ArrowDownIcon, ArrowLeftIcon, ArrowLeftToLineIcon, ArrowRightIcon, ArrowRightToLineIcon, ArrowUpIcon, ChevronDoubleLeftIcon, ChevronDoubleRightIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsUpDownIcon } from './arrow.mjs';
2
- export { ErrorIcon, InfoIcon, SuccessIcon, WarningIcon } from './alert.mjs';
3
- export { AvatarIcon, CheckIcon, CloseFilledIcon, CloseIcon, CopyIcon, DragDropHorizontalIcon, EllipsisVerticalIcon, EmailIcon, EyeClosedIcon, EyeOpenIcon, FileAddIcon, FileIcon, GalleryIcon, ImageAddIcon, MinusIcon, MusicIcon, PlusIcon, RefreshIcon, SearchIcon, Settings2Icon, StarIcon, TrashIcon, VideoIcon, ZipIcon } from './others.mjs';
4
- export { LoadingSpinnerIcon } from './spinner.mjs';
5
- import 'react/jsx-runtime';
package/dist/others.d.mts DELETED
@@ -1,28 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
-
3
- declare const CheckIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
4
- declare const CloseIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
- declare const CloseFilledIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
6
- declare const DragDropHorizontalIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
7
- declare const EyeClosedIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
8
- declare const EyeOpenIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
9
- declare const FileAddIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
10
- declare const ImageAddIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
11
- declare const EmailIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
12
- declare const SearchIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
13
- declare const StarIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
14
- declare const ZipIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
15
- declare const PlusIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
16
- declare const MinusIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
17
- declare const TrashIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
18
- declare const RefreshIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
19
- declare const GalleryIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
20
- declare const MusicIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
21
- declare const VideoIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
22
- declare const AvatarIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
23
- declare const CopyIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
24
- declare const FileIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
25
- declare const Settings2Icon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
26
- declare const EllipsisVerticalIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
27
-
28
- export { AvatarIcon, CheckIcon, CloseFilledIcon, CloseIcon, CopyIcon, DragDropHorizontalIcon, EllipsisVerticalIcon, EmailIcon, EyeClosedIcon, EyeOpenIcon, FileAddIcon, FileIcon, GalleryIcon, ImageAddIcon, MinusIcon, MusicIcon, PlusIcon, RefreshIcon, SearchIcon, Settings2Icon, StarIcon, TrashIcon, VideoIcon, ZipIcon };
@@ -1,8 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
-
3
- type Props = {
4
- size?: number;
5
- };
6
- declare const LoadingSpinnerIcon: (props: Props) => react_jsx_runtime.JSX.Element;
7
-
8
- export { LoadingSpinnerIcon };