@versini/ui-icons 1.4.0 → 1.6.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._4AsgV3I.js → index.DlLkJA4m.js} +3 -3
- package/dist/components/Icons/IconAdd.js +1 -1
- 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/IconSort.js +41 -0
- package/dist/components/Icons/IconStarInCircle.js +42 -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 +17 -13
- 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.2
|
|
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.2",
|
|
53
|
+
buildTime: "04/15/2024 12:27 PM EDT",
|
|
54
54
|
homepage: "https://github.com/aversini/ui-components",
|
|
55
55
|
license: "MIT"
|
|
56
56
|
});
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { jsxs as e, jsx as s } from "react/jsx-runtime";
|
|
2
|
+
import { S as i } from "../../chunks/index.DlLkJA4m.js";
|
|
3
|
+
const f = ({
|
|
4
|
+
className: c,
|
|
5
|
+
viewBox: a,
|
|
6
|
+
spacing: t,
|
|
7
|
+
title: o,
|
|
8
|
+
monotone: r,
|
|
9
|
+
...l
|
|
10
|
+
}) => /* @__PURE__ */ e(
|
|
11
|
+
i,
|
|
12
|
+
{
|
|
13
|
+
defaultViewBox: "0 0 576 512",
|
|
14
|
+
defaultClassName: "h-5 w-5",
|
|
15
|
+
viewBox: a,
|
|
16
|
+
className: c,
|
|
17
|
+
spacing: t,
|
|
18
|
+
title: o || "Sort",
|
|
19
|
+
...l,
|
|
20
|
+
children: [
|
|
21
|
+
/* @__PURE__ */ s(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
className: "fa-secondary",
|
|
25
|
+
opacity: r ? "1" : "0.4",
|
|
26
|
+
d: "M393.4 41.4c12.5-12.5 32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L448 141.3V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V141.3l-41.4 41.4c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l96-96z"
|
|
27
|
+
}
|
|
28
|
+
),
|
|
29
|
+
/* @__PURE__ */ s(
|
|
30
|
+
"path",
|
|
31
|
+
{
|
|
32
|
+
className: "fa-primary",
|
|
33
|
+
d: "M137.4 470.6c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 370.7V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V370.7L86.6 329.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96z"
|
|
34
|
+
}
|
|
35
|
+
)
|
|
36
|
+
]
|
|
37
|
+
}
|
|
38
|
+
);
|
|
39
|
+
export {
|
|
40
|
+
f as IconSort
|
|
41
|
+
};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { jsxs as e, jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import { S as o } from "../../chunks/index.DlLkJA4m.js";
|
|
3
|
+
const p = ({
|
|
4
|
+
className: s,
|
|
5
|
+
viewBox: l,
|
|
6
|
+
spacing: a,
|
|
7
|
+
title: r,
|
|
8
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
9
|
+
monotone: i,
|
|
10
|
+
...t
|
|
11
|
+
}) => /* @__PURE__ */ e(
|
|
12
|
+
o,
|
|
13
|
+
{
|
|
14
|
+
defaultViewBox: "0 0 512 512",
|
|
15
|
+
defaultClassName: "h-5 w-5",
|
|
16
|
+
viewBox: l,
|
|
17
|
+
className: s,
|
|
18
|
+
spacing: a,
|
|
19
|
+
title: r || "Star in Circle",
|
|
20
|
+
...t,
|
|
21
|
+
children: [
|
|
22
|
+
/* @__PURE__ */ c(
|
|
23
|
+
"path",
|
|
24
|
+
{
|
|
25
|
+
className: "fa-secondary",
|
|
26
|
+
opacity: "0.4",
|
|
27
|
+
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"
|
|
28
|
+
}
|
|
29
|
+
),
|
|
30
|
+
/* @__PURE__ */ c(
|
|
31
|
+
"path",
|
|
32
|
+
{
|
|
33
|
+
className: "fa-primary",
|
|
34
|
+
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"
|
|
35
|
+
}
|
|
36
|
+
)
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
);
|
|
40
|
+
export {
|
|
41
|
+
p as IconStarInCircle
|
|
42
|
+
};
|
package/dist/index.d.ts
CHANGED
|
@@ -64,8 +64,12 @@ declare const IconSettings: ({ className, viewBox, spacing, title, monotone, ...
|
|
|
64
64
|
|
|
65
65
|
declare const IconShow: ({ className, viewBox, spacing, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
|
|
66
66
|
|
|
67
|
+
declare const IconSort: ({ className, viewBox, spacing, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
|
|
68
|
+
|
|
69
|
+
declare const IconStarInCircle: ({ className, viewBox, spacing, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
|
|
70
|
+
|
|
67
71
|
declare const IconUp: ({ className, viewBox, spacing, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
|
|
68
72
|
|
|
69
73
|
declare const IconUser: ({ className, viewBox, spacing, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
|
|
70
74
|
|
|
71
|
-
export { IconAdd, IconBack, IconBrightness, IconChart, IconClose, IconCopied, IconCopy, IconDelete, IconDog, IconDown, IconEdit, IconGitHub, IconHide, IconHistory, IconInfo, IconNext, IconPrevious, IconProfile, IconRestore, IconSettings, IconShow, IconUp, IconUser };
|
|
75
|
+
export { IconAdd, IconBack, IconBrightness, IconChart, IconClose, IconCopied, IconCopy, IconDelete, IconDog, IconDown, IconEdit, IconGitHub, IconHide, IconHistory, IconInfo, IconNext, IconPrevious, IconProfile, IconRestore, IconSettings, IconShow, IconSort, IconStarInCircle, IconUp, IconUser };
|
package/dist/index.js
CHANGED
|
@@ -4,10 +4,10 @@ import { IconBrightness as p } from "./components/Icons/IconBrightness.js";
|
|
|
4
4
|
import { IconChart as f } from "./components/Icons/IconChart.js";
|
|
5
5
|
import { IconClose as i } from "./components/Icons/IconClose.js";
|
|
6
6
|
import { IconCopied as _ } from "./components/Icons/IconCopied.js";
|
|
7
|
-
import { IconCopy as
|
|
7
|
+
import { IconCopy as S } from "./components/Icons/IconCopy.js";
|
|
8
8
|
import { IconDelete as C } from "./components/Icons/IconDelete.js";
|
|
9
|
-
import { IconDog as
|
|
10
|
-
import { IconDown as
|
|
9
|
+
import { IconDog as l } from "./components/Icons/IconDog.js";
|
|
10
|
+
import { IconDown as g } from "./components/Icons/IconDown.js";
|
|
11
11
|
import { IconEdit as N } from "./components/Icons/IconEdit.js";
|
|
12
12
|
import { IconGitHub as E } from "./components/Icons/IconGitHub.js";
|
|
13
13
|
import { IconHide as b } from "./components/Icons/IconHide.js";
|
|
@@ -19,16 +19,18 @@ import { IconProfile as V } from "./components/Icons/IconProfile.js";
|
|
|
19
19
|
import { IconRestore as A } from "./components/Icons/IconRestore.js";
|
|
20
20
|
import { IconSettings as j } from "./components/Icons/IconSettings.js";
|
|
21
21
|
import { IconShow as z } from "./components/Icons/IconShow.js";
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
22
|
+
import { IconSort as J } from "./components/Icons/IconSort.js";
|
|
23
|
+
import { IconStarInCircle as L } from "./components/Icons/IconStarInCircle.js";
|
|
24
|
+
import { IconUp as W } from "./components/Icons/IconUp.js";
|
|
25
|
+
import { IconUser as Y } from "./components/Icons/IconUser.js";
|
|
24
26
|
/*!
|
|
25
|
-
@versini/ui-icons v1.
|
|
27
|
+
@versini/ui-icons v1.6.0
|
|
26
28
|
© 2024 gizmette.com
|
|
27
29
|
*/
|
|
28
30
|
try {
|
|
29
31
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
30
|
-
version: "1.
|
|
31
|
-
buildTime: "
|
|
32
|
+
version: "1.6.0",
|
|
33
|
+
buildTime: "04/15/2024 12:27 PM EDT",
|
|
32
34
|
homepage: "https://github.com/aversini/ui-components",
|
|
33
35
|
license: "MIT"
|
|
34
36
|
});
|
|
@@ -41,10 +43,10 @@ export {
|
|
|
41
43
|
f as IconChart,
|
|
42
44
|
i as IconClose,
|
|
43
45
|
_ as IconCopied,
|
|
44
|
-
|
|
46
|
+
S as IconCopy,
|
|
45
47
|
C as IconDelete,
|
|
46
|
-
|
|
47
|
-
|
|
48
|
+
l as IconDog,
|
|
49
|
+
g as IconDown,
|
|
48
50
|
N as IconEdit,
|
|
49
51
|
E as IconGitHub,
|
|
50
52
|
b as IconHide,
|
|
@@ -56,6 +58,8 @@ export {
|
|
|
56
58
|
A as IconRestore,
|
|
57
59
|
j as IconSettings,
|
|
58
60
|
z as IconShow,
|
|
59
|
-
J as
|
|
60
|
-
L as
|
|
61
|
+
J as IconSort,
|
|
62
|
+
L as IconStarInCircle,
|
|
63
|
+
W as IconUp,
|
|
64
|
+
Y as IconUser
|
|
61
65
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.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.2"
|
|
46
46
|
},
|
|
47
47
|
"sideEffects": [
|
|
48
48
|
"**/*.css"
|
|
49
49
|
],
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "d9827672c88fea633c866bd71cf17489ba856338"
|
|
51
51
|
}
|