sander-ui 0.1.4 → 0.1.5
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/index.css +1 -1
- package/dist/index10.js +1 -1
- package/dist/index12.js +44 -43
- package/dist/index13.js +1 -1
- package/dist/index14.js +1 -1
- package/dist/index15.js +1 -1
- package/dist/index16.js +44 -43
- package/dist/index17.js +3 -3
- package/dist/index18.js +1 -1
- package/dist/index19.js +1 -1
- package/dist/index20.js +1 -1
- package/dist/index21.js +1 -1
- package/dist/index22.js +1 -1
- package/dist/index23.js +1 -1
- package/dist/index24.js +1 -1
- package/dist/index25.js +1 -1
- package/dist/index26.js +1 -1
- package/dist/index27.js +7 -7
- package/dist/index28.js +1 -1
- package/dist/index29.js +1 -1
- package/dist/index3.js +1 -1
- package/dist/index30.js +2 -2
- package/dist/index31.js +15 -15
- package/dist/index32.js +11 -8
- package/dist/index33.js +40 -4
- package/dist/index34.js +7 -27
- package/dist/index35.js +25 -25
- package/dist/index36.js +16 -18
- package/dist/index37.js +22 -22
- package/dist/index38.js +21 -8
- package/dist/index39.js +13 -14
- package/dist/index4.js +6 -6
- package/dist/index40.js +23 -8
- package/dist/index41.js +8 -7
- package/dist/index42.js +14 -7
- package/dist/index43.js +8 -26
- package/dist/index44.js +7 -13
- package/dist/index45.js +12 -39
- package/dist/index46.js +16 -22
- package/dist/index47.js +8 -27
- package/dist/index48.js +4 -13
- package/dist/index49.js +26 -20
- package/dist/index5.js +2 -2
- package/dist/index50.js +16 -14
- package/dist/index51.js +21 -4
- package/dist/index52.js +12 -16
- package/dist/index53.js +28 -23
- package/dist/index54.js +22 -14
- package/dist/index55.js +16 -12
- package/dist/index56.js +14 -41
- package/dist/index57.js +3 -3
- package/dist/index58.js +14 -16
- package/dist/index59.js +18 -16
- package/dist/index6.js +2 -2
- package/dist/index60.js +12 -22
- package/dist/index61.js +25 -20
- package/dist/index62.js +41 -16
- package/dist/index63.js +4 -13
- package/dist/index64.js +27 -31
- package/dist/index65.js +26 -35
- package/dist/index66.js +35 -2
- package/dist/index67.js +2 -4
- package/dist/index68.js +4 -21
- package/dist/index69.js +21 -2
- package/dist/index7.js +3 -3
- package/dist/index70.js +2 -2
- package/dist/index71.js +2 -6
- package/dist/index72.js +6 -34
- package/dist/index73.js +34 -12
- package/dist/index74.js +11 -6
- package/dist/index75.js +7 -5
- package/dist/index76.js +7 -0
- package/dist/index8.js +1 -1
- package/dist/index9.js +1 -1
- package/package.json +1 -1
package/dist/index68.js
CHANGED
|
@@ -1,23 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
import { toPascalCase as r } from "./index71.js";
|
|
5
|
-
import i from "./index72.js";
|
|
6
|
-
const I = (e, t) => {
|
|
7
|
-
const o = c(
|
|
8
|
-
({ className: a, ...m }, s) => f(i, {
|
|
9
|
-
ref: s,
|
|
10
|
-
iconNode: t,
|
|
11
|
-
className: l(
|
|
12
|
-
`lucide-${p(r(e))}`,
|
|
13
|
-
`lucide-${e}`,
|
|
14
|
-
a
|
|
15
|
-
),
|
|
16
|
-
...m
|
|
17
|
-
})
|
|
18
|
-
);
|
|
19
|
-
return o.displayName = r(e), o;
|
|
20
|
-
};
|
|
1
|
+
function e(t) {
|
|
2
|
+
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
3
|
+
}
|
|
21
4
|
export {
|
|
22
|
-
|
|
5
|
+
e as getDefaultExportFromCjs
|
|
23
6
|
};
|
package/dist/index69.js
CHANGED
|
@@ -1,4 +1,23 @@
|
|
|
1
|
-
|
|
1
|
+
import { forwardRef as c, createElement as f } from "react";
|
|
2
|
+
import { mergeClasses as l } from "./index70.js";
|
|
3
|
+
import { toKebabCase as p } from "./index71.js";
|
|
4
|
+
import { toPascalCase as r } from "./index72.js";
|
|
5
|
+
import i from "./index73.js";
|
|
6
|
+
const I = (e, t) => {
|
|
7
|
+
const o = c(
|
|
8
|
+
({ className: a, ...m }, s) => f(i, {
|
|
9
|
+
ref: s,
|
|
10
|
+
iconNode: t,
|
|
11
|
+
className: l(
|
|
12
|
+
`lucide-${p(r(e))}`,
|
|
13
|
+
`lucide-${e}`,
|
|
14
|
+
a
|
|
15
|
+
),
|
|
16
|
+
...m
|
|
17
|
+
})
|
|
18
|
+
);
|
|
19
|
+
return o.displayName = r(e), o;
|
|
20
|
+
};
|
|
2
21
|
export {
|
|
3
|
-
|
|
22
|
+
I as default
|
|
4
23
|
};
|
package/dist/index7.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as e, jsxs as d, Fragment as N } from "react/jsx-runtime";
|
|
2
2
|
import g from "./index30.js";
|
|
3
3
|
import { useState as S } from "react";
|
|
4
|
-
import l from "./
|
|
5
|
-
import v from "./
|
|
6
|
-
import x from "./
|
|
4
|
+
import l from "./index46.js";
|
|
5
|
+
import v from "./index47.js";
|
|
6
|
+
import x from "./index48.js";
|
|
7
7
|
const C = () => /* @__PURE__ */ e(x, { className: l.separator }), w = ({
|
|
8
8
|
items: a,
|
|
9
9
|
separator: t,
|
package/dist/index70.js
CHANGED
package/dist/index71.js
CHANGED
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
const s = (a) => {
|
|
3
|
-
const e = t(a);
|
|
4
|
-
return e.charAt(0).toUpperCase() + e.slice(1);
|
|
5
|
-
};
|
|
1
|
+
const a = (e) => e.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
|
|
6
2
|
export {
|
|
7
|
-
|
|
3
|
+
a as toKebabCase
|
|
8
4
|
};
|
package/dist/index72.js
CHANGED
|
@@ -1,36 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
({
|
|
7
|
-
color: m = "currentColor",
|
|
8
|
-
size: t = 24,
|
|
9
|
-
strokeWidth: o = 2,
|
|
10
|
-
absoluteStrokeWidth: s,
|
|
11
|
-
className: f = "",
|
|
12
|
-
children: r,
|
|
13
|
-
iconNode: u,
|
|
14
|
-
...e
|
|
15
|
-
}, p) => a(
|
|
16
|
-
"svg",
|
|
17
|
-
{
|
|
18
|
-
ref: p,
|
|
19
|
-
...A,
|
|
20
|
-
width: t,
|
|
21
|
-
height: t,
|
|
22
|
-
stroke: m,
|
|
23
|
-
strokeWidth: s ? Number(o) * 24 / Number(t) : o,
|
|
24
|
-
className: c("lucide", f),
|
|
25
|
-
...!r && !b(e) && { "aria-hidden": "true" },
|
|
26
|
-
...e
|
|
27
|
-
},
|
|
28
|
-
[
|
|
29
|
-
...u.map(([i, d]) => a(i, d)),
|
|
30
|
-
...Array.isArray(r) ? r : [r]
|
|
31
|
-
]
|
|
32
|
-
)
|
|
33
|
-
);
|
|
1
|
+
import { toCamelCase as t } from "./index76.js";
|
|
2
|
+
const s = (a) => {
|
|
3
|
+
const e = t(a);
|
|
4
|
+
return e.charAt(0).toUpperCase() + e.slice(1);
|
|
5
|
+
};
|
|
34
6
|
export {
|
|
35
|
-
|
|
7
|
+
s as toPascalCase
|
|
36
8
|
};
|
package/dist/index73.js
CHANGED
|
@@ -1,14 +1,36 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import { forwardRef as l, createElement as a } from "react";
|
|
2
|
+
import A from "./index74.js";
|
|
3
|
+
import { hasA11yProp as b } from "./index75.js";
|
|
4
|
+
import { mergeClasses as c } from "./index70.js";
|
|
5
|
+
const n = l(
|
|
6
|
+
({
|
|
7
|
+
color: m = "currentColor",
|
|
8
|
+
size: t = 24,
|
|
9
|
+
strokeWidth: o = 2,
|
|
10
|
+
absoluteStrokeWidth: s,
|
|
11
|
+
className: f = "",
|
|
12
|
+
children: r,
|
|
13
|
+
iconNode: u,
|
|
14
|
+
...e
|
|
15
|
+
}, p) => a(
|
|
16
|
+
"svg",
|
|
17
|
+
{
|
|
18
|
+
ref: p,
|
|
19
|
+
...A,
|
|
20
|
+
width: t,
|
|
21
|
+
height: t,
|
|
22
|
+
stroke: m,
|
|
23
|
+
strokeWidth: s ? Number(o) * 24 / Number(t) : o,
|
|
24
|
+
className: c("lucide", f),
|
|
25
|
+
...!r && !b(e) && { "aria-hidden": "true" },
|
|
26
|
+
...e
|
|
27
|
+
},
|
|
28
|
+
[
|
|
29
|
+
...u.map(([i, d]) => a(i, d)),
|
|
30
|
+
...Array.isArray(r) ? r : [r]
|
|
31
|
+
]
|
|
32
|
+
)
|
|
33
|
+
);
|
|
12
34
|
export {
|
|
13
|
-
|
|
35
|
+
n as default
|
|
14
36
|
};
|
package/dist/index74.js
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
var t = {
|
|
2
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3
|
+
width: 24,
|
|
4
|
+
height: 24,
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
fill: "none",
|
|
7
|
+
stroke: "currentColor",
|
|
8
|
+
strokeWidth: 2,
|
|
9
|
+
strokeLinecap: "round",
|
|
10
|
+
strokeLinejoin: "round"
|
|
6
11
|
};
|
|
7
12
|
export {
|
|
8
|
-
|
|
13
|
+
t as default
|
|
9
14
|
};
|
package/dist/index75.js
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
const e = (t) => {
|
|
2
|
+
for (const r in t)
|
|
3
|
+
if (r.startsWith("aria-") || r === "role" || r === "title")
|
|
4
|
+
return !0;
|
|
5
|
+
return !1;
|
|
6
|
+
};
|
|
5
7
|
export {
|
|
6
|
-
|
|
8
|
+
e as hasA11yProp
|
|
7
9
|
};
|
package/dist/index76.js
ADDED
package/dist/index8.js
CHANGED
package/dist/index9.js
CHANGED