sander-ui 0.1.10 → 0.1.13
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/index.js +67 -61
- package/dist/index10.js +20 -20
- package/dist/index11.js +1 -1
- package/dist/index12.js +21 -77
- package/dist/index13.js +72 -162
- package/dist/index14.js +167 -42
- package/dist/index15.js +36 -23
- package/dist/index16.js +40 -17
- package/dist/index17.js +20 -73
- package/dist/index18.js +20 -62
- package/dist/index19.js +73 -38
- package/dist/index20.js +61 -31
- package/dist/index21.js +35 -254
- package/dist/index22.js +31 -18
- package/dist/index23.js +260 -40
- package/dist/index24.js +19 -47
- package/dist/index25.js +37 -129
- package/dist/index26.js +47 -18
- package/dist/index27.js +130 -21
- package/dist/index28.js +18 -55
- package/dist/index29.js +25 -16
- package/dist/index3.js +2 -2
- package/dist/index30.js +23 -46
- package/dist/index31.js +55 -5
- package/dist/index32.js +19 -17
- package/dist/index33.js +45 -25
- package/dist/index34.js +5 -7
- package/dist/index35.js +16 -26
- package/dist/index36.js +22 -10
- package/dist/index37.js +8 -21
- package/dist/index38.js +14 -17
- package/dist/index39.js +8 -17
- package/dist/index4.js +7 -7
- package/dist/index40.js +7 -11
- package/dist/index41.js +7 -26
- package/dist/index42.js +16 -42
- package/dist/index43.js +7 -3
- package/dist/index44.js +4 -4
- package/dist/index45.js +27 -23
- package/dist/index46.js +26 -8
- package/dist/index47.js +27 -14
- package/dist/index48.js +21 -8
- package/dist/index49.js +21 -7
- package/dist/index5.js +3 -3
- package/dist/index50.js +11 -23
- package/dist/index51.js +39 -30
- package/dist/index52.js +16 -16
- package/dist/index53.js +42 -14
- package/dist/index54.js +4 -15
- package/dist/index55.js +4 -4
- package/dist/index56.js +27 -4
- package/dist/index58.js +25 -12
- package/dist/index59.js +13 -15
- package/dist/index6.js +3 -3
- package/dist/index60.js +4 -8
- package/dist/index61.js +31 -27
- package/dist/index62.js +16 -25
- package/dist/index63.js +37 -20
- package/dist/index64.js +25 -39
- package/dist/index65.js +22 -14
- package/dist/index66.js +22 -12
- package/dist/index67.js +12 -22
- package/dist/index68.js +10 -41
- package/dist/index69.js +15 -4
- package/dist/index7.js +4 -4
- package/dist/index70.js +9 -35
- package/dist/index71.js +17 -2
- package/dist/index72.js +12 -20
- package/dist/index73.js +15 -2
- package/dist/index74.js +42 -2
- package/dist/index75.js +4 -6
- package/dist/index76.js +35 -34
- package/dist/index77.js +2 -12
- package/dist/index78.js +4 -7
- package/dist/index79.js +21 -4
- package/dist/index8.js +3 -3
- package/dist/index80.js +2 -5
- package/dist/index81.js +4 -0
- package/dist/index82.js +8 -0
- package/dist/index83.js +36 -0
- package/dist/index84.js +14 -0
- package/dist/index85.js +9 -0
- package/dist/index86.js +7 -0
- package/dist/index9.js +2 -2
- package/package.json +1 -1
package/dist/index70.js
CHANGED
|
@@ -1,37 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
for (var r = "", t = 0; t < arguments.length; t++) {
|
|
9
|
-
var e = arguments[t];
|
|
10
|
-
e && (r = o(r, a(e)));
|
|
11
|
-
}
|
|
12
|
-
return r;
|
|
13
|
-
}
|
|
14
|
-
function a(r) {
|
|
15
|
-
if (typeof r == "string" || typeof r == "number")
|
|
16
|
-
return r;
|
|
17
|
-
if (typeof r != "object")
|
|
18
|
-
return "";
|
|
19
|
-
if (Array.isArray(r))
|
|
20
|
-
return n.apply(null, r);
|
|
21
|
-
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
22
|
-
return r.toString();
|
|
23
|
-
var t = "";
|
|
24
|
-
for (var e in r)
|
|
25
|
-
f.call(r, e) && r[e] && (t = o(t, e));
|
|
26
|
-
return t;
|
|
27
|
-
}
|
|
28
|
-
function o(r, t) {
|
|
29
|
-
return t ? r ? r + " " + t : r + t : r;
|
|
30
|
-
}
|
|
31
|
-
i.exports ? (n.default = n, i.exports = n) : window.classNames = n;
|
|
32
|
-
})();
|
|
33
|
-
})(s), s.exports);
|
|
34
|
-
}
|
|
1
|
+
const n = "_container_t6c9t_1", d = {
|
|
2
|
+
container: n,
|
|
3
|
+
"padding-none": "_padding-none_t6c9t_32",
|
|
4
|
+
"padding-sm": "_padding-sm_t6c9t_37",
|
|
5
|
+
"padding-md": "_padding-md_t6c9t_42",
|
|
6
|
+
"padding-lg": "_padding-lg_t6c9t_47"
|
|
7
|
+
};
|
|
35
8
|
export {
|
|
36
|
-
|
|
9
|
+
n as container,
|
|
10
|
+
d as default
|
|
37
11
|
};
|
package/dist/index71.js
CHANGED
|
@@ -1,4 +1,19 @@
|
|
|
1
|
-
|
|
1
|
+
const n = "_spinner_9eqlb_10", s = "_spin_9eqlb_10", e = "_spinnerTrack_9eqlb_14", _ = "_spinnerHead_9eqlb_18", p = "_sm_9eqlb_23", r = "_md_9eqlb_28", i = "_lg_9eqlb_33", l = {
|
|
2
|
+
spinner: n,
|
|
3
|
+
spin: s,
|
|
4
|
+
spinnerTrack: e,
|
|
5
|
+
spinnerHead: _,
|
|
6
|
+
sm: p,
|
|
7
|
+
md: r,
|
|
8
|
+
lg: i
|
|
9
|
+
};
|
|
2
10
|
export {
|
|
3
|
-
|
|
11
|
+
l as default,
|
|
12
|
+
i as lg,
|
|
13
|
+
r as md,
|
|
14
|
+
p as sm,
|
|
15
|
+
s as spin,
|
|
16
|
+
n as spinner,
|
|
17
|
+
_ as spinnerHead,
|
|
18
|
+
e as spinnerTrack
|
|
4
19
|
};
|
package/dist/index72.js
CHANGED
|
@@ -1,23 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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;
|
|
1
|
+
const r = "_wrapper_1aqpy_1", a = "_label_1aqpy_6", e = "_textarea_1aqpy_13", t = "_textareaError_1aqpy_36", _ = "_error_1aqpy_45", o = {
|
|
2
|
+
wrapper: r,
|
|
3
|
+
label: a,
|
|
4
|
+
textarea: e,
|
|
5
|
+
textareaError: t,
|
|
6
|
+
error: _
|
|
20
7
|
};
|
|
21
8
|
export {
|
|
22
|
-
|
|
9
|
+
o as default,
|
|
10
|
+
_ as error,
|
|
11
|
+
a as label,
|
|
12
|
+
e as textarea,
|
|
13
|
+
t as textareaError,
|
|
14
|
+
r as wrapper
|
|
23
15
|
};
|
package/dist/index73.js
CHANGED
|
@@ -1,4 +1,17 @@
|
|
|
1
|
-
const
|
|
1
|
+
const t = "_tabList_ttmil_1", i = "_tab_ttmil_1", a = "_tabActive_ttmil_40", _ = "_tabDisabled_ttmil_44", c = "_indicator_ttmil_53", n = "_indicatorAnimated_ttmil_61", s = {
|
|
2
|
+
tabList: t,
|
|
3
|
+
tab: i,
|
|
4
|
+
tabActive: a,
|
|
5
|
+
tabDisabled: _,
|
|
6
|
+
indicator: c,
|
|
7
|
+
indicatorAnimated: n
|
|
8
|
+
};
|
|
2
9
|
export {
|
|
3
|
-
|
|
10
|
+
s as default,
|
|
11
|
+
c as indicator,
|
|
12
|
+
n as indicatorAnimated,
|
|
13
|
+
i as tab,
|
|
14
|
+
a as tabActive,
|
|
15
|
+
_ as tabDisabled,
|
|
16
|
+
t as tabList
|
|
4
17
|
};
|
package/dist/index74.js
CHANGED
|
@@ -1,4 +1,44 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _ = "_container_uf2pk_1", t = "_toast_uf2pk_66", s = "_dismissing_uf2pk_82", i = "_icon_uf2pk_102", o = "_iconSpin_uf2pk_106", n = "_spin_uf2pk_1", e = "_message_uf2pk_110", p = "_dismiss_uf2pk_82", f = "_success_uf2pk_146", u = "_error_uf2pk_152", l = "_warning_uf2pk_158", c = "_info_uf2pk_164", d = "_loading_uf2pk_170", k = {
|
|
2
|
+
container: _,
|
|
3
|
+
"bottom-right": "_bottom-right_uf2pk_12",
|
|
4
|
+
"bottom-left": "_bottom-left_uf2pk_13",
|
|
5
|
+
"top-right": "_top-right_uf2pk_17",
|
|
6
|
+
"top-left": "_top-left_uf2pk_18",
|
|
7
|
+
toast: t,
|
|
8
|
+
"slide-in-bottom": "_slide-in-bottom_uf2pk_1",
|
|
9
|
+
dismissing: s,
|
|
10
|
+
"slide-out-bottom": "_slide-out-bottom_uf2pk_1",
|
|
11
|
+
"slide-in-top": "_slide-in-top_uf2pk_1",
|
|
12
|
+
"slide-out-top": "_slide-out-top_uf2pk_1",
|
|
13
|
+
icon: i,
|
|
14
|
+
iconSpin: o,
|
|
15
|
+
spin: n,
|
|
16
|
+
message: e,
|
|
17
|
+
dismiss: p,
|
|
18
|
+
default: "_default_uf2pk_140",
|
|
19
|
+
success: f,
|
|
20
|
+
error: u,
|
|
21
|
+
warning: l,
|
|
22
|
+
info: c,
|
|
23
|
+
loading: d,
|
|
24
|
+
"slide-in-right": "_slide-in-right_uf2pk_1",
|
|
25
|
+
"slide-out-right": "_slide-out-right_uf2pk_1",
|
|
26
|
+
"slide-in-left": "_slide-in-left_uf2pk_1",
|
|
27
|
+
"slide-out-left": "_slide-out-left_uf2pk_1"
|
|
28
|
+
};
|
|
2
29
|
export {
|
|
3
|
-
|
|
30
|
+
_ as container,
|
|
31
|
+
k as default,
|
|
32
|
+
p as dismiss,
|
|
33
|
+
s as dismissing,
|
|
34
|
+
u as error,
|
|
35
|
+
i as icon,
|
|
36
|
+
o as iconSpin,
|
|
37
|
+
c as info,
|
|
38
|
+
d as loading,
|
|
39
|
+
e as message,
|
|
40
|
+
n as spin,
|
|
41
|
+
f as success,
|
|
42
|
+
t as toast,
|
|
43
|
+
l as warning
|
|
4
44
|
};
|
package/dist/index75.js
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
const
|
|
3
|
-
const e = t(a);
|
|
4
|
-
return e.charAt(0).toUpperCase() + e.slice(1);
|
|
5
|
-
};
|
|
1
|
+
import e from "./index79.js";
|
|
2
|
+
const o = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]], a = e("loader-circle", o);
|
|
6
3
|
export {
|
|
7
|
-
|
|
4
|
+
o as __iconNode,
|
|
5
|
+
a as default
|
|
8
6
|
};
|
package/dist/index76.js
CHANGED
|
@@ -1,36 +1,37 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
);
|
|
1
|
+
import { __module as s } from "./index77.js";
|
|
2
|
+
var u;
|
|
3
|
+
function c() {
|
|
4
|
+
return u ? s.exports : (u = 1, (function(i) {
|
|
5
|
+
(function() {
|
|
6
|
+
var f = {}.hasOwnProperty;
|
|
7
|
+
function n() {
|
|
8
|
+
for (var r = "", t = 0; t < arguments.length; t++) {
|
|
9
|
+
var e = arguments[t];
|
|
10
|
+
e && (r = o(r, a(e)));
|
|
11
|
+
}
|
|
12
|
+
return r;
|
|
13
|
+
}
|
|
14
|
+
function a(r) {
|
|
15
|
+
if (typeof r == "string" || typeof r == "number")
|
|
16
|
+
return r;
|
|
17
|
+
if (typeof r != "object")
|
|
18
|
+
return "";
|
|
19
|
+
if (Array.isArray(r))
|
|
20
|
+
return n.apply(null, r);
|
|
21
|
+
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
22
|
+
return r.toString();
|
|
23
|
+
var t = "";
|
|
24
|
+
for (var e in r)
|
|
25
|
+
f.call(r, e) && r[e] && (t = o(t, e));
|
|
26
|
+
return t;
|
|
27
|
+
}
|
|
28
|
+
function o(r, t) {
|
|
29
|
+
return t ? r ? r + " " + t : r + t : r;
|
|
30
|
+
}
|
|
31
|
+
i.exports ? (n.default = n, i.exports = n) : window.classNames = n;
|
|
32
|
+
})();
|
|
33
|
+
})(s), s.exports);
|
|
34
|
+
}
|
|
34
35
|
export {
|
|
35
|
-
|
|
36
|
+
c as __require
|
|
36
37
|
};
|
package/dist/index77.js
CHANGED
|
@@ -1,14 +1,4 @@
|
|
|
1
|
-
var
|
|
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"
|
|
11
|
-
};
|
|
1
|
+
var s = { exports: {} };
|
|
12
2
|
export {
|
|
13
|
-
|
|
3
|
+
s as __module
|
|
14
4
|
};
|
package/dist/index78.js
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
return !0;
|
|
5
|
-
return !1;
|
|
6
|
-
};
|
|
1
|
+
function e(t) {
|
|
2
|
+
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
3
|
+
}
|
|
7
4
|
export {
|
|
8
|
-
e as
|
|
5
|
+
e as getDefaultExportFromCjs
|
|
9
6
|
};
|
package/dist/index79.js
CHANGED
|
@@ -1,6 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
}
|
|
1
|
+
import { forwardRef as c, createElement as f } from "react";
|
|
2
|
+
import { mergeClasses as l } from "./index80.js";
|
|
3
|
+
import { toKebabCase as p } from "./index81.js";
|
|
4
|
+
import { toPascalCase as r } from "./index82.js";
|
|
5
|
+
import i from "./index83.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
|
+
};
|
|
4
21
|
export {
|
|
5
|
-
|
|
22
|
+
I as default
|
|
6
23
|
};
|
package/dist/index8.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as f, jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import m from "./
|
|
2
|
+
import m from "./index34.js";
|
|
3
3
|
import { forwardRef as b } from "react";
|
|
4
|
-
import t from "./
|
|
5
|
-
import { Spinner as d } from "./
|
|
4
|
+
import t from "./index47.js";
|
|
5
|
+
import { Spinner as d } from "./index25.js";
|
|
6
6
|
const l = b(
|
|
7
7
|
({
|
|
8
8
|
variant: n = "primary",
|
package/dist/index80.js
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
const
|
|
2
|
-
/^([A-Z])|[\s-_]+(\w)/g,
|
|
3
|
-
(t, o, e) => e ? e.toUpperCase() : o.toLowerCase()
|
|
4
|
-
);
|
|
1
|
+
const n = (...e) => e.filter((r, t, i) => !!r && r.trim() !== "" && i.indexOf(r) === t).join(" ").trim();
|
|
5
2
|
export {
|
|
6
|
-
|
|
3
|
+
n as mergeClasses
|
|
7
4
|
};
|
package/dist/index81.js
ADDED
package/dist/index82.js
ADDED
package/dist/index83.js
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef as l, createElement as a } from "react";
|
|
2
|
+
import A from "./index84.js";
|
|
3
|
+
import { hasA11yProp as b } from "./index85.js";
|
|
4
|
+
import { mergeClasses as c } from "./index80.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
|
+
);
|
|
34
|
+
export {
|
|
35
|
+
n as default
|
|
36
|
+
};
|
package/dist/index84.js
ADDED
package/dist/index85.js
ADDED
package/dist/index86.js
ADDED
package/dist/index9.js
CHANGED