@versini/ui-icons 1.16.1 → 1.17.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.BjDLJ4LZ.js +74 -0
- package/dist/components/Icons/IconAdd.js +3 -3
- package/dist/components/Icons/IconAnthropic.js +1 -1
- package/dist/components/Icons/IconBack.js +3 -3
- package/dist/components/Icons/IconBookmark.js +3 -3
- package/dist/components/Icons/IconBrightness.js +1 -1
- package/dist/components/Icons/IconChart.js +3 -3
- 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 +3 -3
- package/dist/components/Icons/IconDown.js +3 -3
- package/dist/components/Icons/IconEdit.js +3 -3
- package/dist/components/Icons/IconGitHub.js +1 -1
- package/dist/components/Icons/IconHide.js +1 -1
- package/dist/components/Icons/IconHistory.js +3 -3
- package/dist/components/Icons/IconInfo.js +3 -3
- package/dist/components/Icons/IconKey.js +3 -3
- package/dist/components/Icons/IconLocked.js +3 -3
- package/dist/components/Icons/IconMessages.js +3 -3
- package/dist/components/Icons/IconNext.js +3 -3
- package/dist/components/Icons/IconOpenAI.js +3 -3
- package/dist/components/Icons/IconPasskey.js +1 -1
- package/dist/components/Icons/IconPrevious.js +3 -3
- package/dist/components/Icons/IconProfile.js +3 -3
- package/dist/components/Icons/IconRefresh.js +4 -4
- package/dist/components/Icons/IconRestore.js +1 -1
- package/dist/components/Icons/IconSearch.js +3 -3
- package/dist/components/Icons/IconSettings.js +3 -3
- package/dist/components/Icons/IconShow.js +3 -3
- package/dist/components/Icons/IconSort.js +3 -3
- package/dist/components/Icons/IconSortDown.js +1 -1
- package/dist/components/Icons/IconSortUp.js +1 -1
- package/dist/components/Icons/IconStarInCircle.js +1 -1
- package/dist/components/Icons/IconUp.js +3 -3
- package/dist/components/Icons/IconUser.js +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +3 -3
- package/package.json +4 -6
- package/dist/chunks/index.Cf8v3uDB.js +0 -61
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { jsxs as u, Fragment as h, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import p from "clsx";
|
|
3
|
+
/*!
|
|
4
|
+
@versini/ui-spacing v1.0.0
|
|
5
|
+
© 2024 gizmette.com
|
|
6
|
+
*/
|
|
7
|
+
try {
|
|
8
|
+
window.__VERSINI_UI_SPACING__ || (window.__VERSINI_UI_SPACING__ = {
|
|
9
|
+
version: "1.0.0",
|
|
10
|
+
buildTime: "12/24/2024 06:47 PM EST",
|
|
11
|
+
homepage: "https://github.com/aversini/ui-components",
|
|
12
|
+
license: "MIT"
|
|
13
|
+
});
|
|
14
|
+
} catch {
|
|
15
|
+
}
|
|
16
|
+
const I = (i) => {
|
|
17
|
+
let n = "";
|
|
18
|
+
if (typeof i == "number" || typeof i == "string")
|
|
19
|
+
n = "m-" + i;
|
|
20
|
+
else {
|
|
21
|
+
const e = [];
|
|
22
|
+
(i == null ? void 0 : i.t) !== void 0 && e.push(`mt-${i.t}`), (i == null ? void 0 : i.r) !== void 0 && e.push(`mr-${i.r}`), (i == null ? void 0 : i.b) !== void 0 && e.push(`mb-${i.b}`), (i == null ? void 0 : i.l) !== void 0 && e.push(`ml-${i.l}`), n = e.join(" ");
|
|
23
|
+
}
|
|
24
|
+
return n;
|
|
25
|
+
}, f = ({
|
|
26
|
+
children: i,
|
|
27
|
+
fill: n,
|
|
28
|
+
viewBox: e,
|
|
29
|
+
className: r,
|
|
30
|
+
defaultViewBox: o,
|
|
31
|
+
defaultClassName: m,
|
|
32
|
+
spacing: a,
|
|
33
|
+
title: s,
|
|
34
|
+
semantic: l = !1,
|
|
35
|
+
...c
|
|
36
|
+
}) => {
|
|
37
|
+
const _ = I(a), d = p(
|
|
38
|
+
_,
|
|
39
|
+
r || m
|
|
40
|
+
);
|
|
41
|
+
return /* @__PURE__ */ u(h, { children: [
|
|
42
|
+
/* @__PURE__ */ t(
|
|
43
|
+
"svg",
|
|
44
|
+
{
|
|
45
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
46
|
+
className: d,
|
|
47
|
+
viewBox: e || o,
|
|
48
|
+
fill: n || "currentColor",
|
|
49
|
+
role: "img",
|
|
50
|
+
"aria-hidden": !l,
|
|
51
|
+
focusable: !1,
|
|
52
|
+
...c,
|
|
53
|
+
children: i
|
|
54
|
+
}
|
|
55
|
+
),
|
|
56
|
+
s && l && /* @__PURE__ */ t("span", { className: "sr-only", children: s })
|
|
57
|
+
] });
|
|
58
|
+
};
|
|
59
|
+
/*!
|
|
60
|
+
@versini/ui-private v1.6.0
|
|
61
|
+
© 2024 gizmette.com
|
|
62
|
+
*/
|
|
63
|
+
try {
|
|
64
|
+
window.__VERSINI_UI_PRIVATE__ || (window.__VERSINI_UI_PRIVATE__ = {
|
|
65
|
+
version: "1.6.0",
|
|
66
|
+
buildTime: "12/24/2024 06:47 PM EST",
|
|
67
|
+
homepage: "https://github.com/aversini/ui-components",
|
|
68
|
+
license: "MIT"
|
|
69
|
+
});
|
|
70
|
+
} catch {
|
|
71
|
+
}
|
|
72
|
+
export {
|
|
73
|
+
f
|
|
74
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as i, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
const
|
|
2
|
+
import { f as r } from "../../chunks/index.BjDLJ4LZ.js";
|
|
3
|
+
const m = ({
|
|
4
4
|
className: s,
|
|
5
5
|
viewBox: o,
|
|
6
6
|
spacing: c,
|
|
@@ -30,5 +30,5 @@ const n = ({
|
|
|
30
30
|
}
|
|
31
31
|
);
|
|
32
32
|
export {
|
|
33
|
-
|
|
33
|
+
m as IconAdd
|
|
34
34
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as r, jsx as c } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
const
|
|
2
|
+
import { f as p } from "../../chunks/index.BjDLJ4LZ.js";
|
|
3
|
+
const m = ({
|
|
4
4
|
className: t,
|
|
5
5
|
viewBox: s,
|
|
6
6
|
spacing: o,
|
|
@@ -30,5 +30,5 @@ const n = ({
|
|
|
30
30
|
}
|
|
31
31
|
);
|
|
32
32
|
export {
|
|
33
|
-
|
|
33
|
+
m as IconBack
|
|
34
34
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as e, jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
const
|
|
2
|
+
import { f as m } from "../../chunks/index.BjDLJ4LZ.js";
|
|
3
|
+
const L = ({
|
|
4
4
|
className: c,
|
|
5
5
|
viewBox: o,
|
|
6
6
|
spacing: t,
|
|
@@ -37,5 +37,5 @@ const d = ({
|
|
|
37
37
|
}
|
|
38
38
|
);
|
|
39
39
|
export {
|
|
40
|
-
|
|
40
|
+
L as IconBookmark
|
|
41
41
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as s, jsx as c } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
const
|
|
2
|
+
import { f as h } from "../../chunks/index.BjDLJ4LZ.js";
|
|
3
|
+
const f = ({
|
|
4
4
|
className: t,
|
|
5
5
|
viewBox: o,
|
|
6
6
|
spacing: a,
|
|
@@ -30,5 +30,5 @@ const l = ({
|
|
|
30
30
|
}
|
|
31
31
|
);
|
|
32
32
|
export {
|
|
33
|
-
|
|
33
|
+
f as IconChart
|
|
34
34
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as c } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
const
|
|
2
|
+
import { f as a } from "../../chunks/index.BjDLJ4LZ.js";
|
|
3
|
+
const f = ({
|
|
4
4
|
className: r,
|
|
5
5
|
viewBox: t,
|
|
6
6
|
spacing: o,
|
|
@@ -27,5 +27,5 @@ const i = ({
|
|
|
27
27
|
}
|
|
28
28
|
);
|
|
29
29
|
export {
|
|
30
|
-
|
|
30
|
+
f as IconDog
|
|
31
31
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as l, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
const
|
|
2
|
+
import { f as r } from "../../chunks/index.BjDLJ4LZ.js";
|
|
3
|
+
const f = ({
|
|
4
4
|
className: o,
|
|
5
5
|
viewBox: s,
|
|
6
6
|
spacing: c,
|
|
@@ -30,5 +30,5 @@ const m = ({
|
|
|
30
30
|
}
|
|
31
31
|
);
|
|
32
32
|
export {
|
|
33
|
-
|
|
33
|
+
f as IconDown
|
|
34
34
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as l, jsx as c } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
const
|
|
2
|
+
import { f as r } from "../../chunks/index.BjDLJ4LZ.js";
|
|
3
|
+
const m = ({
|
|
4
4
|
className: t,
|
|
5
5
|
viewBox: o,
|
|
6
6
|
spacing: s,
|
|
@@ -30,5 +30,5 @@ const n = ({
|
|
|
30
30
|
}
|
|
31
31
|
);
|
|
32
32
|
export {
|
|
33
|
-
|
|
33
|
+
m as IconEdit
|
|
34
34
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as a, jsx as c } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
const
|
|
2
|
+
import { f as l } from "../../chunks/index.BjDLJ4LZ.js";
|
|
3
|
+
const m = ({
|
|
4
4
|
className: t,
|
|
5
5
|
viewBox: o,
|
|
6
6
|
spacing: s,
|
|
@@ -30,5 +30,5 @@ const n = ({
|
|
|
30
30
|
}
|
|
31
31
|
);
|
|
32
32
|
export {
|
|
33
|
-
|
|
33
|
+
m as IconHistory
|
|
34
34
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as h, jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
const
|
|
2
|
+
import { f as n } from "../../chunks/index.BjDLJ4LZ.js";
|
|
3
|
+
const m = ({
|
|
4
4
|
className: c,
|
|
5
5
|
viewBox: t,
|
|
6
6
|
spacing: s,
|
|
@@ -30,5 +30,5 @@ const f = ({
|
|
|
30
30
|
}
|
|
31
31
|
);
|
|
32
32
|
export {
|
|
33
|
-
|
|
33
|
+
m as IconInfo
|
|
34
34
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as r, jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
const
|
|
2
|
+
import { f as i } from "../../chunks/index.BjDLJ4LZ.js";
|
|
3
|
+
const d = ({
|
|
4
4
|
className: c,
|
|
5
5
|
viewBox: s,
|
|
6
6
|
spacing: e,
|
|
@@ -37,5 +37,5 @@ const f = ({
|
|
|
37
37
|
}
|
|
38
38
|
);
|
|
39
39
|
export {
|
|
40
|
-
|
|
40
|
+
d as IconKey
|
|
41
41
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as i, jsx as c } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
const
|
|
2
|
+
import { f as d } from "../../chunks/index.BjDLJ4LZ.js";
|
|
3
|
+
const l = ({
|
|
4
4
|
className: a,
|
|
5
5
|
viewBox: s,
|
|
6
6
|
spacing: e,
|
|
@@ -37,5 +37,5 @@ const f = ({
|
|
|
37
37
|
}
|
|
38
38
|
);
|
|
39
39
|
export {
|
|
40
|
-
|
|
40
|
+
l as IconLocked
|
|
41
41
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as r, jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
const
|
|
2
|
+
import { f as i } from "../../chunks/index.BjDLJ4LZ.js";
|
|
3
|
+
const d = ({
|
|
4
4
|
className: a,
|
|
5
5
|
viewBox: c,
|
|
6
6
|
spacing: e,
|
|
@@ -37,5 +37,5 @@ const f = ({
|
|
|
37
37
|
}
|
|
38
38
|
);
|
|
39
39
|
export {
|
|
40
|
-
|
|
40
|
+
d as IconMessages
|
|
41
41
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as l, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
const
|
|
2
|
+
import { f as r } from "../../chunks/index.BjDLJ4LZ.js";
|
|
3
|
+
const f = ({
|
|
4
4
|
className: e,
|
|
5
5
|
viewBox: o,
|
|
6
6
|
spacing: s,
|
|
@@ -30,5 +30,5 @@ const m = ({
|
|
|
30
30
|
}
|
|
31
31
|
);
|
|
32
32
|
export {
|
|
33
|
-
|
|
33
|
+
f as IconNext
|
|
34
34
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
const
|
|
2
|
+
import { f as m } from "../../chunks/index.BjDLJ4LZ.js";
|
|
3
|
+
const p = ({
|
|
4
4
|
className: l,
|
|
5
5
|
viewBox: e,
|
|
6
6
|
spacing: o,
|
|
@@ -27,5 +27,5 @@ const f = ({
|
|
|
27
27
|
}
|
|
28
28
|
);
|
|
29
29
|
export {
|
|
30
|
-
|
|
30
|
+
p as IconOpenAI
|
|
31
31
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as a, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
const
|
|
2
|
+
import { f as l } from "../../chunks/index.BjDLJ4LZ.js";
|
|
3
|
+
const m = ({
|
|
4
4
|
className: o,
|
|
5
5
|
viewBox: s,
|
|
6
6
|
spacing: e,
|
|
@@ -30,5 +30,5 @@ const n = ({
|
|
|
30
30
|
}
|
|
31
31
|
);
|
|
32
32
|
export {
|
|
33
|
-
|
|
33
|
+
m as IconPrevious
|
|
34
34
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as H, jsx as c } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
const
|
|
2
|
+
import { f as r } from "../../chunks/index.BjDLJ4LZ.js";
|
|
3
|
+
const f = ({
|
|
4
4
|
className: o,
|
|
5
5
|
viewBox: s,
|
|
6
6
|
spacing: t,
|
|
@@ -30,5 +30,5 @@ const l = ({
|
|
|
30
30
|
}
|
|
31
31
|
);
|
|
32
32
|
export {
|
|
33
|
-
|
|
33
|
+
f as IconProfile
|
|
34
34
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import {
|
|
1
|
+
import { jsxs as f, jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import { f as i } from "../../chunks/index.BjDLJ4LZ.js";
|
|
3
3
|
const d = ({
|
|
4
4
|
className: s,
|
|
5
5
|
viewBox: a,
|
|
@@ -7,8 +7,8 @@ const d = ({
|
|
|
7
7
|
title: t,
|
|
8
8
|
monotone: r,
|
|
9
9
|
...o
|
|
10
|
-
}) => /* @__PURE__ */
|
|
11
|
-
|
|
10
|
+
}) => /* @__PURE__ */ f(
|
|
11
|
+
i,
|
|
12
12
|
{
|
|
13
13
|
defaultViewBox: "0 0 512 512",
|
|
14
14
|
defaultClassName: "size-5",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as i, jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
const
|
|
2
|
+
import { f as m } from "../../chunks/index.BjDLJ4LZ.js";
|
|
3
|
+
const d = ({
|
|
4
4
|
className: e,
|
|
5
5
|
viewBox: s,
|
|
6
6
|
spacing: t,
|
|
@@ -37,5 +37,5 @@ const f = ({
|
|
|
37
37
|
}
|
|
38
38
|
);
|
|
39
39
|
export {
|
|
40
|
-
|
|
40
|
+
d as IconSearch
|
|
41
41
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
const
|
|
2
|
+
import { f as n } from "../../chunks/index.BjDLJ4LZ.js";
|
|
3
|
+
const l = ({
|
|
4
4
|
className: e,
|
|
5
5
|
viewBox: o,
|
|
6
6
|
spacing: a,
|
|
@@ -21,5 +21,5 @@ const d = ({
|
|
|
21
21
|
}
|
|
22
22
|
);
|
|
23
23
|
export {
|
|
24
|
-
|
|
24
|
+
l as IconSettings
|
|
25
25
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as r, jsx as c } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
const
|
|
2
|
+
import { f as p } from "../../chunks/index.BjDLJ4LZ.js";
|
|
3
|
+
const l = ({
|
|
4
4
|
className: t,
|
|
5
5
|
viewBox: o,
|
|
6
6
|
spacing: s,
|
|
@@ -30,5 +30,5 @@ const m = ({
|
|
|
30
30
|
}
|
|
31
31
|
);
|
|
32
32
|
export {
|
|
33
|
-
|
|
33
|
+
l as IconShow
|
|
34
34
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as a, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
const
|
|
2
|
+
import { f as i } from "../../chunks/index.BjDLJ4LZ.js";
|
|
3
|
+
const m = ({
|
|
4
4
|
className: c,
|
|
5
5
|
viewBox: s,
|
|
6
6
|
spacing: o,
|
|
@@ -30,5 +30,5 @@ const n = ({
|
|
|
30
30
|
}
|
|
31
31
|
);
|
|
32
32
|
export {
|
|
33
|
-
|
|
33
|
+
m as IconSort
|
|
34
34
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as i, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
const
|
|
2
|
+
import { f as l } from "../../chunks/index.BjDLJ4LZ.js";
|
|
3
|
+
const m = ({
|
|
4
4
|
className: o,
|
|
5
5
|
viewBox: s,
|
|
6
6
|
spacing: c,
|
|
@@ -30,5 +30,5 @@ const n = ({
|
|
|
30
30
|
}
|
|
31
31
|
);
|
|
32
32
|
export {
|
|
33
|
-
|
|
33
|
+
m as IconUp
|
|
34
34
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import {
|
|
2
|
+
import { SpacingTypes } from '@versini/ui-spacing-types';
|
|
3
3
|
|
|
4
4
|
interface IconsProps
|
|
5
5
|
extends Omit<React.SVGAttributes<SVGElement>, "spacing">,
|
|
6
|
-
|
|
6
|
+
SpacingTypes.Props {
|
|
7
7
|
/**
|
|
8
8
|
* Whether or not to render the icon in a single color
|
|
9
9
|
* @default false
|
package/dist/index.js
CHANGED
|
@@ -35,13 +35,13 @@ import { IconStarInCircle as ao } from "./components/Icons/IconStarInCircle.js";
|
|
|
35
35
|
import { IconUp as wo } from "./components/Icons/IconUp.js";
|
|
36
36
|
import { IconUser as go } from "./components/Icons/IconUser.js";
|
|
37
37
|
/*!
|
|
38
|
-
@versini/ui-icons v1.
|
|
38
|
+
@versini/ui-icons v1.17.0
|
|
39
39
|
© 2024 gizmette.com
|
|
40
40
|
*/
|
|
41
41
|
try {
|
|
42
42
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
43
|
-
version: "1.
|
|
44
|
-
buildTime: "12/
|
|
43
|
+
version: "1.17.0",
|
|
44
|
+
buildTime: "12/24/2024 06:47 PM EST",
|
|
45
45
|
homepage: "https://github.com/aversini/ui-components",
|
|
46
46
|
license: "MIT"
|
|
47
47
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.17.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -38,14 +38,12 @@
|
|
|
38
38
|
"react": "^18.3.1 || ^19.0.0",
|
|
39
39
|
"react-dom": "^18.3.1 || ^19.0.0"
|
|
40
40
|
},
|
|
41
|
-
"devDependencies": {
|
|
42
|
-
"@versini/ui-private": "workspace:../ui-private"
|
|
43
|
-
},
|
|
44
41
|
"dependencies": {
|
|
45
|
-
"@versini/ui-private": "1.
|
|
42
|
+
"@versini/ui-private": "1.6.0",
|
|
43
|
+
"@versini/ui-spacing-types": "1.0.0"
|
|
46
44
|
},
|
|
47
45
|
"sideEffects": [
|
|
48
46
|
"**/*.css"
|
|
49
47
|
],
|
|
50
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "cb948414a675c01f3328ed6470ccf4b58f73534f"
|
|
51
49
|
}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { jsxs as p, Fragment as h, jsx as n } from "react/jsx-runtime";
|
|
2
|
-
import v from "clsx";
|
|
3
|
-
const _ = (i) => {
|
|
4
|
-
let o = "";
|
|
5
|
-
if (typeof i == "number" || typeof i == "string")
|
|
6
|
-
o = "m-" + i;
|
|
7
|
-
else {
|
|
8
|
-
const e = [];
|
|
9
|
-
(i == null ? void 0 : i.t) !== void 0 && e.push(`mt-${i.t}`), (i == null ? void 0 : i.r) !== void 0 && e.push(`mr-${i.r}`), (i == null ? void 0 : i.b) !== void 0 && e.push(`mb-${i.b}`), (i == null ? void 0 : i.l) !== void 0 && e.push(`ml-${i.l}`), o = e.join(" ");
|
|
10
|
-
}
|
|
11
|
-
return o;
|
|
12
|
-
}, g = ({
|
|
13
|
-
children: i,
|
|
14
|
-
fill: o,
|
|
15
|
-
viewBox: e,
|
|
16
|
-
className: r,
|
|
17
|
-
defaultViewBox: m,
|
|
18
|
-
defaultClassName: a,
|
|
19
|
-
spacing: c,
|
|
20
|
-
title: l,
|
|
21
|
-
semantic: s = !1,
|
|
22
|
-
...d
|
|
23
|
-
}) => {
|
|
24
|
-
const u = _(c), t = v(
|
|
25
|
-
u,
|
|
26
|
-
r || a
|
|
27
|
-
);
|
|
28
|
-
return /* @__PURE__ */ p(h, { children: [
|
|
29
|
-
/* @__PURE__ */ n(
|
|
30
|
-
"svg",
|
|
31
|
-
{
|
|
32
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
-
className: t,
|
|
34
|
-
viewBox: e || m,
|
|
35
|
-
fill: o || "currentColor",
|
|
36
|
-
role: "img",
|
|
37
|
-
"aria-hidden": !s,
|
|
38
|
-
focusable: !1,
|
|
39
|
-
...d,
|
|
40
|
-
children: i
|
|
41
|
-
}
|
|
42
|
-
),
|
|
43
|
-
l && s && /* @__PURE__ */ n("span", { className: "sr-only", children: l })
|
|
44
|
-
] });
|
|
45
|
-
};
|
|
46
|
-
/*!
|
|
47
|
-
@versini/ui-private v1.5.1
|
|
48
|
-
© 2024 gizmette.com
|
|
49
|
-
*/
|
|
50
|
-
try {
|
|
51
|
-
window.__VERSINI_UI_PRIVATE__ || (window.__VERSINI_UI_PRIVATE__ = {
|
|
52
|
-
version: "1.5.1",
|
|
53
|
-
buildTime: "12/18/2024 01:22 PM EST",
|
|
54
|
-
homepage: "https://github.com/aversini/ui-components",
|
|
55
|
-
license: "MIT"
|
|
56
|
-
});
|
|
57
|
-
} catch {
|
|
58
|
-
}
|
|
59
|
-
export {
|
|
60
|
-
g as S
|
|
61
|
-
};
|