@aristobyte-ui/utils 2.17.2 → 2.17.3
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/es/.tsbuildinfo +1 -1
- package/es/icons/ArrowLeft.d.ts +3 -2
- package/es/icons/ArrowLeft.js +4 -14
- package/es/icons/Dna.d.ts +3 -2
- package/es/icons/Dna.js +4 -14
- package/es/icons/Plug.d.ts +3 -2
- package/es/icons/Plug.js +4 -14
- package/es/icons/Puzzle.d.ts +3 -2
- package/es/icons/Puzzle.js +4 -14
- package/es/icons/Zap.d.ts +3 -2
- package/es/icons/Zap.js +4 -14
- package/es/icons/index.d.ts +5 -5
- package/lib/.tsbuildinfo +1 -1
- package/lib/icons/ArrowLeft.d.ts +3 -2
- package/lib/icons/ArrowLeft.js +3 -13
- package/lib/icons/Dna.d.ts +3 -2
- package/lib/icons/Dna.js +3 -13
- package/lib/icons/Plug.d.ts +3 -2
- package/lib/icons/Plug.js +3 -13
- package/lib/icons/Puzzle.d.ts +3 -2
- package/lib/icons/Puzzle.js +3 -13
- package/lib/icons/Zap.d.ts +3 -2
- package/lib/icons/Zap.js +3 -13
- package/lib/icons/index.d.ts +5 -5
- package/package.json +1 -1
package/es/icons/ArrowLeft.d.ts
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
import * as React from
|
|
2
|
-
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IconPropsType } from './type';
|
|
3
|
+
export declare const ArrowLeft: ({ size, color }: IconPropsType) => React.JSX.Element;
|
package/es/icons/ArrowLeft.js
CHANGED
|
@@ -1,18 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
|
-
import * as React from "react";
|
|
13
|
-
export var ArrowLeft = function (props) {
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export var ArrowLeft = function (_a) {
|
|
3
|
+
var _b = _a.size, size = _b === void 0 ? 24 : _b, _c = _a.color, color = _c === void 0 ? 'currentColor' : _c;
|
|
14
4
|
var uid = React.useId();
|
|
15
5
|
var svgId = "".concat(uid, "-icon-arrow-left");
|
|
16
|
-
return (React.createElement("svg",
|
|
6
|
+
return (React.createElement("svg", { id: svgId, xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: color, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "lucide lucide-chevron-left-icon lucide-chevron-left" },
|
|
17
7
|
React.createElement("path", { d: "m15 18-6-6 6-6" })));
|
|
18
8
|
};
|
package/es/icons/Dna.d.ts
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
import * as React from
|
|
2
|
-
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IconPropsType } from './type';
|
|
3
|
+
export declare const Dna: ({ size }: IconPropsType) => React.JSX.Element;
|
package/es/icons/Dna.js
CHANGED
|
@@ -1,22 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
|
-
import * as React from "react";
|
|
13
|
-
export var Dna = function (props) {
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export var Dna = function (_a) {
|
|
3
|
+
var _b = _a.size, size = _b === void 0 ? 24 : _b;
|
|
14
4
|
var uid = React.useId();
|
|
15
5
|
var svgId = "".concat(uid, "-icon-dna");
|
|
16
6
|
var primaryGradientId = "".concat(uid, "-dna-primary-gradient");
|
|
17
7
|
var secondaryGradientId = "".concat(uid, "-dna-secondary-gradient");
|
|
18
8
|
var tertiaryGradientId = "".concat(uid, "-dna-tertiary-gradient");
|
|
19
|
-
return (React.createElement("svg",
|
|
9
|
+
return (React.createElement("svg", { id: svgId, "data-name": "Layer-1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", version: "1.1", viewBox: "0 0 24 24", width: size, height: size },
|
|
20
10
|
React.createElement("defs", null,
|
|
21
11
|
React.createElement("linearGradient", { id: primaryGradientId, "data-name": "Orange, yellow", x1: "11.2", y1: "5", x2: "18", y2: "5", gradientUnits: "userSpaceOnUse" },
|
|
22
12
|
React.createElement("stop", { offset: "0", stopColor: "#fff23a" }),
|
package/es/icons/Plug.d.ts
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
import * as React from
|
|
2
|
-
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IconPropsType } from './type';
|
|
3
|
+
export declare const Plug: ({ size }: IconPropsType) => React.JSX.Element;
|
package/es/icons/Plug.js
CHANGED
|
@@ -1,20 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
|
-
import * as React from "react";
|
|
13
|
-
export var Plug = function (props) {
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export var Plug = function (_a) {
|
|
3
|
+
var _b = _a.size, size = _b === void 0 ? 24 : _b;
|
|
14
4
|
var uid = React.useId();
|
|
15
5
|
var svgId = "".concat(uid, "-icon-plug");
|
|
16
6
|
var primaryGradientId = "".concat(uid, "-plug-primary-gradient");
|
|
17
|
-
return (React.createElement("svg",
|
|
7
|
+
return (React.createElement("svg", { id: svgId, "data-name": "Layer_1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", version: "1.1", viewBox: "0 0 24 24", width: size, height: size },
|
|
18
8
|
React.createElement("defs", null,
|
|
19
9
|
React.createElement("linearGradient", { id: primaryGradientId, "data-name": "Orange, yellow", x1: "5", y1: "12", x2: "19", y2: "12", gradientUnits: "userSpaceOnUse" },
|
|
20
10
|
React.createElement("stop", { offset: "0", stopColor: "#fff23a" }),
|
package/es/icons/Puzzle.d.ts
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
import * as React from
|
|
2
|
-
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IconPropsType } from './type';
|
|
3
|
+
export declare const Puzzle: ({ size }: IconPropsType) => React.JSX.Element;
|
package/es/icons/Puzzle.js
CHANGED
|
@@ -1,20 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
|
-
import * as React from "react";
|
|
13
|
-
export var Puzzle = function (props) {
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export var Puzzle = function (_a) {
|
|
3
|
+
var _b = _a.size, size = _b === void 0 ? 24 : _b;
|
|
14
4
|
var uid = React.useId();
|
|
15
5
|
var svgId = "".concat(uid, "-icon-puzzle");
|
|
16
6
|
var primaryGradientId = "".concat(uid, "-puzzle-primary-gradient");
|
|
17
|
-
return (React.createElement("svg",
|
|
7
|
+
return (React.createElement("svg", { id: svgId, "data-name": "Layer_1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", version: "1.1", viewBox: "0 0 24 24", width: size, height: size },
|
|
18
8
|
React.createElement("defs", null,
|
|
19
9
|
React.createElement("linearGradient", { id: primaryGradientId, "data-name": "Orange, yellow", x1: "1", y1: "12", x2: "23", y2: "12", gradientUnits: "userSpaceOnUse" },
|
|
20
10
|
React.createElement("stop", { offset: "0", stopColor: "#fff23a" }),
|
package/es/icons/Zap.d.ts
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
import * as React from
|
|
2
|
-
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IconPropsType } from './type';
|
|
3
|
+
export declare const Zap: ({ size }: IconPropsType) => React.JSX.Element;
|
package/es/icons/Zap.js
CHANGED
|
@@ -1,20 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
|
-
import * as React from "react";
|
|
13
|
-
export var Zap = function (props) {
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export var Zap = function (_a) {
|
|
3
|
+
var _b = _a.size, size = _b === void 0 ? 24 : _b;
|
|
14
4
|
var uid = React.useId();
|
|
15
5
|
var svgId = "".concat(uid, "-icon-zap");
|
|
16
6
|
var primaryGradientId = "".concat(uid, "-zap-primary-gradient");
|
|
17
|
-
return (React.createElement("svg",
|
|
7
|
+
return (React.createElement("svg", { id: svgId, "data-name": "Layer 1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", viewBox: "0 0 20.01 22.01", width: size, height: size },
|
|
18
8
|
React.createElement("defs", null,
|
|
19
9
|
React.createElement("linearGradient", { id: primaryGradientId, "data-name": "Orange, yellow", x1: "0", y1: "11", x2: "20.01", y2: "11", gradientUnits: "userSpaceOnUse" },
|
|
20
10
|
React.createElement("stop", { offset: "0", stopColor: "#fff23a" }),
|
package/es/icons/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export declare const Icons: {
|
|
|
4
4
|
AristoRepo: ({ size: size }: import("./type").IconPropsType) => import("react").JSX.Element;
|
|
5
5
|
AristoByteUI: ({ size }: import("./type").IconPropsType) => import("react").JSX.Element;
|
|
6
6
|
AristoByteUICLI: ({ size }: import("./type").IconPropsType) => import("react").JSX.Element;
|
|
7
|
-
ArrowLeft: (
|
|
7
|
+
ArrowLeft: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
|
|
8
8
|
ArrowRight: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
|
|
9
9
|
BashCursor: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
|
|
10
10
|
Branching: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
|
|
@@ -15,7 +15,7 @@ export declare const Icons: {
|
|
|
15
15
|
Comment: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
|
|
16
16
|
Components: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
|
|
17
17
|
Disabled: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
|
|
18
|
-
Dna: (
|
|
18
|
+
Dna: ({ size }: import("./type").IconPropsType) => import("react").JSX.Element;
|
|
19
19
|
Dot: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
|
|
20
20
|
Eye: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
|
|
21
21
|
Error: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
|
|
@@ -35,9 +35,9 @@ export declare const Icons: {
|
|
|
35
35
|
Palette: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
|
|
36
36
|
PaperCode: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
|
|
37
37
|
Play: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
|
|
38
|
-
Plug: (
|
|
38
|
+
Plug: ({ size }: import("./type").IconPropsType) => import("react").JSX.Element;
|
|
39
39
|
Pnpm: ({ size }: import("./type").IconPropsType) => import("react").JSX.Element;
|
|
40
|
-
Puzzle: (
|
|
40
|
+
Puzzle: ({ size }: import("./type").IconPropsType) => import("react").JSX.Element;
|
|
41
41
|
Heart: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
|
|
42
42
|
Resize: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
|
|
43
43
|
Share: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
|
|
@@ -49,6 +49,6 @@ export declare const Icons: {
|
|
|
49
49
|
UserGroup: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
|
|
50
50
|
Warning: ({ size, color }: import("./type").IconPropsType) => import("react").JSX.Element;
|
|
51
51
|
Yarn: ({ size }: import("./type").IconPropsType) => import("react").JSX.Element;
|
|
52
|
-
Zap: (
|
|
52
|
+
Zap: ({ size }: import("./type").IconPropsType) => import("react").JSX.Element;
|
|
53
53
|
};
|
|
54
54
|
export { type IconPropsType } from './type';
|