@aristobyte-ui/utils 2.17.0 → 2.17.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.
@@ -3,6 +3,7 @@ export declare const Icons: {
3
3
  AristoByte: ({ size: size }: import("./type").IconPropsType) => import("react").JSX.Element;
4
4
  AristoByteUI: ({ size }: import("./type").IconPropsType) => import("react").JSX.Element;
5
5
  AristoByteUICLI: ({ size }: import("./type").IconPropsType) => import("react").JSX.Element;
6
+ ArrowLeft: (props: React.SVGProps<SVGSVGElement>) => import("react").JSX.Element;
6
7
  ArrowRight: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
7
8
  BashCursor: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
8
9
  Branching: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
@@ -13,6 +14,7 @@ export declare const Icons: {
13
14
  Comment: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
14
15
  Components: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
15
16
  Disabled: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
17
+ Dna: (props: React.SVGProps<SVGSVGElement>) => import("react").JSX.Element;
16
18
  Dot: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
17
19
  Eye: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
18
20
  Error: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
@@ -32,7 +34,9 @@ export declare const Icons: {
32
34
  Palette: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
33
35
  PaperCode: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
34
36
  Play: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
37
+ Plug: (props: React.SVGProps<SVGSVGElement>) => import("react").JSX.Element;
35
38
  Pnpm: ({ size }: import("./type").IconPropsType) => import("react").JSX.Element;
39
+ Puzzle: (props: React.SVGProps<SVGSVGElement>) => import("react").JSX.Element;
36
40
  Heart: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
37
41
  Resize: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
38
42
  Share: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
@@ -44,5 +48,6 @@ export declare const Icons: {
44
48
  UserGroup: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
45
49
  Warning: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
46
50
  Yarn: ({ size }: import("./type").IconPropsType) => import("react").JSX.Element;
51
+ Zap: (props: React.SVGProps<SVGSVGElement>) => import("react").JSX.Element;
47
52
  };
48
53
  export { type IconPropsType } from './type';
package/es/icons/index.js CHANGED
@@ -2,6 +2,7 @@ import { AristoBadges } from './AristoBadges';
2
2
  import { AristoByte } from './AristoByte';
3
3
  import { AristoByteUICLI } from './AristoByteUICLI';
4
4
  import { AristoByteUI } from './AristoByteUI';
5
+ import { ArrowLeft } from './ArrowLeft';
5
6
  import { ArrowRight } from './ArrowRight';
6
7
  import { BashCursor } from './BashCursor';
7
8
  import { Branching } from './Branching';
@@ -12,6 +13,7 @@ import { Comment } from './Comment';
12
13
  import { Components } from './Components';
13
14
  import { Copy } from './Copy';
14
15
  import { Disabled } from './Disabled';
16
+ import { Dna } from './Dna';
15
17
  import { Dot } from './Dot';
16
18
  import { Error } from './Error';
17
19
  import { Eye } from './Eye';
@@ -32,6 +34,8 @@ import { Package } from './Package';
32
34
  import { Palette } from './Palette';
33
35
  import { PaperCode } from './PaperCode';
34
36
  import { Play } from './Play';
37
+ import { Puzzle } from './Puzzle';
38
+ import { Plug } from './Plug';
35
39
  import { Pnpm } from './Pnpm';
36
40
  import { Resize } from './Resize';
37
41
  import { Share } from './Share';
@@ -43,11 +47,13 @@ import { User } from './User';
43
47
  import { UserGroup } from './UserGroup';
44
48
  import { Warning } from './Warning';
45
49
  import { Yarn } from './Yarn';
50
+ import { Zap } from './Zap';
46
51
  export var Icons = {
47
52
  AristoBadges: AristoBadges,
48
53
  AristoByte: AristoByte,
49
54
  AristoByteUI: AristoByteUI,
50
55
  AristoByteUICLI: AristoByteUICLI,
56
+ ArrowLeft: ArrowLeft,
51
57
  ArrowRight: ArrowRight,
52
58
  BashCursor: BashCursor,
53
59
  Branching: Branching,
@@ -58,6 +64,7 @@ export var Icons = {
58
64
  Comment: Comment,
59
65
  Components: Components,
60
66
  Disabled: Disabled,
67
+ Dna: Dna,
61
68
  Dot: Dot,
62
69
  Eye: Eye,
63
70
  Error: Error,
@@ -77,7 +84,9 @@ export var Icons = {
77
84
  Palette: Palette,
78
85
  PaperCode: PaperCode,
79
86
  Play: Play,
87
+ Plug: Plug,
80
88
  Pnpm: Pnpm,
89
+ Puzzle: Puzzle,
81
90
  Heart: Heart,
82
91
  Resize: Resize,
83
92
  Share: Share,
@@ -89,4 +98,5 @@ export var Icons = {
89
98
  UserGroup: UserGroup,
90
99
  Warning: Warning,
91
100
  Yarn: Yarn,
101
+ Zap: Zap,
92
102
  };