@versini/ui-icons 1.3.0 → 1.5.0
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/chunks/{index.NqQNOQ6R.js → index.ChzGJRmd.js} +3 -3
- package/dist/components/Icons/IconAdd.js +35 -0
- package/dist/components/Icons/IconBack.js +1 -1
- package/dist/components/Icons/IconBrightness.js +1 -1
- package/dist/components/Icons/IconChart.js +1 -1
- package/dist/components/Icons/IconClose.js +1 -1
- package/dist/components/Icons/IconCopied.js +1 -1
- package/dist/components/Icons/IconCopy.js +1 -1
- package/dist/components/Icons/IconDelete.js +1 -1
- package/dist/components/Icons/IconDog.js +1 -1
- package/dist/components/Icons/IconDown.js +1 -1
- package/dist/components/Icons/IconEdit.js +1 -1
- package/dist/components/Icons/IconGitHub.js +1 -1
- package/dist/components/Icons/IconHide.js +1 -1
- package/dist/components/Icons/IconHistory.js +1 -1
- package/dist/components/Icons/IconInfo.js +1 -1
- package/dist/components/Icons/IconNext.js +1 -1
- package/dist/components/Icons/IconPrevious.js +1 -1
- package/dist/components/Icons/IconProfile.js +1 -1
- package/dist/components/Icons/IconRestore.js +1 -1
- package/dist/components/Icons/IconSettings.js +1 -1
- package/dist/components/Icons/IconShow.js +1 -1
- package/dist/components/Icons/IconStarInCircle.js +41 -0
- package/dist/components/Icons/IconUp.js +1 -1
- package/dist/components/Icons/IconUser.js +1 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.js +51 -47
- package/package.json +3 -3
|
@@ -44,13 +44,13 @@ const _ = (i) => {
|
|
|
44
44
|
] });
|
|
45
45
|
};
|
|
46
46
|
/*!
|
|
47
|
-
@versini/ui-private v1.4.
|
|
47
|
+
@versini/ui-private v1.4.1
|
|
48
48
|
© 2024 gizmette.com
|
|
49
49
|
*/
|
|
50
50
|
try {
|
|
51
51
|
window.__VERSINI_UI_PRIVATE__ || (window.__VERSINI_UI_PRIVATE__ = {
|
|
52
|
-
version: "1.4.
|
|
53
|
-
buildTime: "
|
|
52
|
+
version: "1.4.1",
|
|
53
|
+
buildTime: "04/07/2024 07:55 PM EDT",
|
|
54
54
|
homepage: "https://github.com/aversini/ui-components",
|
|
55
55
|
license: "MIT"
|
|
56
56
|
});
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { jsxs as d, jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import { S as i } from "../../chunks/index.ChzGJRmd.js";
|
|
3
|
+
const f = ({
|
|
4
|
+
className: s,
|
|
5
|
+
viewBox: t,
|
|
6
|
+
spacing: c,
|
|
7
|
+
title: o,
|
|
8
|
+
monotone: e,
|
|
9
|
+
...r
|
|
10
|
+
}) => /* @__PURE__ */ d(
|
|
11
|
+
i,
|
|
12
|
+
{
|
|
13
|
+
defaultViewBox: "0 0 448 512",
|
|
14
|
+
defaultClassName: "h-5 w-5",
|
|
15
|
+
viewBox: t,
|
|
16
|
+
className: s,
|
|
17
|
+
spacing: c,
|
|
18
|
+
title: o || "Add",
|
|
19
|
+
...r,
|
|
20
|
+
children: [
|
|
21
|
+
/* @__PURE__ */ a(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
className: "fa-secondary",
|
|
25
|
+
opacity: e ? "1" : "0.4",
|
|
26
|
+
d: "M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"
|
|
27
|
+
}
|
|
28
|
+
),
|
|
29
|
+
/* @__PURE__ */ a("path", { className: "fa-primary", d: "" })
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
export {
|
|
34
|
+
f as IconAdd
|
|
35
|
+
};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { jsxs as o, jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import { S as i } from "../../chunks/index.ChzGJRmd.js";
|
|
3
|
+
const d = ({
|
|
4
|
+
className: s,
|
|
5
|
+
viewBox: a,
|
|
6
|
+
spacing: l,
|
|
7
|
+
title: t,
|
|
8
|
+
monotone: r,
|
|
9
|
+
...e
|
|
10
|
+
}) => /* @__PURE__ */ o(
|
|
11
|
+
i,
|
|
12
|
+
{
|
|
13
|
+
defaultViewBox: "0 0 512 512",
|
|
14
|
+
defaultClassName: "h-5 w-5",
|
|
15
|
+
viewBox: a,
|
|
16
|
+
className: s,
|
|
17
|
+
spacing: l,
|
|
18
|
+
title: t || "Star in Circle",
|
|
19
|
+
...e,
|
|
20
|
+
children: [
|
|
21
|
+
/* @__PURE__ */ c(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
className: "fa-secondary",
|
|
25
|
+
opacity: r ? "1" : "0.4",
|
|
26
|
+
d: "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM256 104c-6.1 0-11.7 3.5-14.3 8.9l-36.2 73.4-81 11.8c-6 .9-11 5.1-12.9 10.9s-.3 12.2 4 16.4l58.6 57.2-13.8 80.7c-1 6 1.4 12.1 6.4 15.6s11.5 4.1 16.8 1.2L256 342.1l72.5 38.1c5.4 2.8 11.9 2.4 16.9-1.2s7.4-9.6 6.4-15.6l-13.8-80.7 58.6-57.2c4.4-4.3 5.9-10.6 4-16.4s-6.9-10-12.9-10.9l-81.1-11.8-36.2-73.4c-2.7-5.5-8.3-8.9-14.3-8.9z"
|
|
27
|
+
}
|
|
28
|
+
),
|
|
29
|
+
/* @__PURE__ */ c(
|
|
30
|
+
"path",
|
|
31
|
+
{
|
|
32
|
+
className: "fa-primary",
|
|
33
|
+
d: "M270.3 112.9c-2.7-5.5-8.3-8.9-14.3-8.9s-11.7 3.5-14.3 8.9l-36.2 73.4-81.1 11.8c-6 .9-11 5.1-12.9 10.9s-.3 12.2 4 16.4l58.6 57.2-13.8 80.7c-1 6 1.4 12.1 6.4 15.6s11.5 4.1 16.9 1.2L256 342.1l72.5 38.1c5.4 2.8 11.9 2.4 16.9-1.2s7.4-9.6 6.4-15.6l-13.8-80.7 58.6-57.2c4.4-4.3 5.9-10.6 4-16.4s-6.9-10-12.9-10.9l-81-11.8-36.2-73.4z"
|
|
34
|
+
}
|
|
35
|
+
)
|
|
36
|
+
]
|
|
37
|
+
}
|
|
38
|
+
);
|
|
39
|
+
export {
|
|
40
|
+
d as IconStarInCircle
|
|
41
|
+
};
|
package/dist/index.d.ts
CHANGED
|
@@ -22,6 +22,8 @@ interface IconsProps
|
|
|
22
22
|
semantic?: boolean;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
+
declare const IconAdd: ({ className, viewBox, spacing, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
|
|
26
|
+
|
|
25
27
|
declare const IconBack: ({ className, viewBox, spacing, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
|
|
26
28
|
|
|
27
29
|
declare const IconBrightness: ({ className, viewBox, spacing, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -62,8 +64,10 @@ declare const IconSettings: ({ className, viewBox, spacing, title, monotone, ...
|
|
|
62
64
|
|
|
63
65
|
declare const IconShow: ({ className, viewBox, spacing, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
|
|
64
66
|
|
|
67
|
+
declare const IconStarInCircle: ({ className, viewBox, spacing, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
|
|
68
|
+
|
|
65
69
|
declare const IconUp: ({ className, viewBox, spacing, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
|
|
66
70
|
|
|
67
71
|
declare const IconUser: ({ className, viewBox, spacing, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
|
|
68
72
|
|
|
69
|
-
export { IconBack, IconBrightness, IconChart, IconClose, IconCopied, IconCopy, IconDelete, IconDog, IconDown, IconEdit, IconGitHub, IconHide, IconHistory, IconInfo, IconNext, IconPrevious, IconProfile, IconRestore, IconSettings, IconShow, IconUp, IconUser };
|
|
73
|
+
export { IconAdd, IconBack, IconBrightness, IconChart, IconClose, IconCopied, IconCopy, IconDelete, IconDog, IconDown, IconEdit, IconGitHub, IconHide, IconHistory, IconInfo, IconNext, IconPrevious, IconProfile, IconRestore, IconSettings, IconShow, IconStarInCircle, IconUp, IconUser };
|
package/dist/index.js
CHANGED
|
@@ -1,59 +1,63 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
1
|
+
import { IconAdd as t } from "./components/Icons/IconAdd.js";
|
|
2
|
+
import { IconBack as I } from "./components/Icons/IconBack.js";
|
|
3
|
+
import { IconBrightness as p } from "./components/Icons/IconBrightness.js";
|
|
4
|
+
import { IconChart as f } from "./components/Icons/IconChart.js";
|
|
5
|
+
import { IconClose as i } from "./components/Icons/IconClose.js";
|
|
6
|
+
import { IconCopied as _ } from "./components/Icons/IconCopied.js";
|
|
7
|
+
import { IconCopy as h } from "./components/Icons/IconCopy.js";
|
|
8
|
+
import { IconDelete as S } from "./components/Icons/IconDelete.js";
|
|
9
|
+
import { IconDog as l } from "./components/Icons/IconDog.js";
|
|
10
|
+
import { IconDown as g } from "./components/Icons/IconDown.js";
|
|
11
|
+
import { IconEdit as N } from "./components/Icons/IconEdit.js";
|
|
12
|
+
import { IconGitHub as E } from "./components/Icons/IconGitHub.js";
|
|
13
|
+
import { IconHide as b } from "./components/Icons/IconHide.js";
|
|
14
|
+
import { IconHistory as y } from "./components/Icons/IconHistory.js";
|
|
15
|
+
import { IconInfo as P } from "./components/Icons/IconInfo.js";
|
|
16
|
+
import { IconNext as T } from "./components/Icons/IconNext.js";
|
|
17
|
+
import { IconPrevious as M } from "./components/Icons/IconPrevious.js";
|
|
18
|
+
import { IconProfile as V } from "./components/Icons/IconProfile.js";
|
|
19
|
+
import { IconRestore as A } from "./components/Icons/IconRestore.js";
|
|
20
|
+
import { IconSettings as j } from "./components/Icons/IconSettings.js";
|
|
21
|
+
import { IconShow as z } from "./components/Icons/IconShow.js";
|
|
22
|
+
import { IconStarInCircle as J } from "./components/Icons/IconStarInCircle.js";
|
|
23
|
+
import { IconUp as L } from "./components/Icons/IconUp.js";
|
|
24
|
+
import { IconUser as W } from "./components/Icons/IconUser.js";
|
|
23
25
|
/*!
|
|
24
|
-
@versini/ui-icons v1.
|
|
26
|
+
@versini/ui-icons v1.5.0
|
|
25
27
|
© 2024 gizmette.com
|
|
26
28
|
*/
|
|
27
29
|
try {
|
|
28
30
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
29
|
-
version: "1.
|
|
30
|
-
buildTime: "
|
|
31
|
+
version: "1.5.0",
|
|
32
|
+
buildTime: "04/07/2024 07:55 PM EDT",
|
|
31
33
|
homepage: "https://github.com/aversini/ui-components",
|
|
32
34
|
license: "MIT"
|
|
33
35
|
});
|
|
34
36
|
} catch {
|
|
35
37
|
}
|
|
36
38
|
export {
|
|
37
|
-
t as
|
|
38
|
-
I as
|
|
39
|
-
p as
|
|
40
|
-
f as
|
|
41
|
-
i as
|
|
42
|
-
_ as
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
N as
|
|
48
|
-
E as
|
|
49
|
-
b as
|
|
50
|
-
y as
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
V as
|
|
55
|
-
A as
|
|
56
|
-
j as
|
|
57
|
-
z as
|
|
58
|
-
J as
|
|
39
|
+
t as IconAdd,
|
|
40
|
+
I as IconBack,
|
|
41
|
+
p as IconBrightness,
|
|
42
|
+
f as IconChart,
|
|
43
|
+
i as IconClose,
|
|
44
|
+
_ as IconCopied,
|
|
45
|
+
h as IconCopy,
|
|
46
|
+
S as IconDelete,
|
|
47
|
+
l as IconDog,
|
|
48
|
+
g as IconDown,
|
|
49
|
+
N as IconEdit,
|
|
50
|
+
E as IconGitHub,
|
|
51
|
+
b as IconHide,
|
|
52
|
+
y as IconHistory,
|
|
53
|
+
P as IconInfo,
|
|
54
|
+
T as IconNext,
|
|
55
|
+
M as IconPrevious,
|
|
56
|
+
V as IconProfile,
|
|
57
|
+
A as IconRestore,
|
|
58
|
+
j as IconSettings,
|
|
59
|
+
z as IconShow,
|
|
60
|
+
J as IconStarInCircle,
|
|
61
|
+
L as IconUp,
|
|
62
|
+
W as IconUser
|
|
59
63
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
"@versini/ui-private": "workspace:../ui-private"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@versini/ui-private": "1.4.
|
|
45
|
+
"@versini/ui-private": "1.4.1"
|
|
46
46
|
},
|
|
47
47
|
"sideEffects": [
|
|
48
48
|
"**/*.css"
|
|
49
49
|
],
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "623945ced068cb3365ce0e0acb0a625b26274e1f"
|
|
51
51
|
}
|