sander-ui 0.1.5 → 0.1.7
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 +53 -51
- package/dist/index10.js +2 -2
- package/dist/index11.js +1 -1
- package/dist/index12.js +4 -4
- package/dist/index13.js +98 -100
- package/dist/index14.js +41 -21
- package/dist/index15.js +22 -19
- package/dist/index16.js +20 -76
- package/dist/index17.js +72 -58
- package/dist/index18.js +56 -35
- package/dist/index19.js +40 -31
- package/dist/index20.js +30 -25
- package/dist/index21.js +260 -19
- package/dist/index22.js +15 -36
- package/dist/index23.js +39 -46
- package/dist/index24.js +39 -124
- package/dist/index25.js +132 -18
- package/dist/index26.js +18 -23
- package/dist/index27.js +23 -55
- package/dist/index28.js +55 -19
- package/dist/index29.js +19 -46
- package/dist/index3.js +2 -2
- package/dist/index30.js +46 -5
- package/dist/index31.js +5 -17
- package/dist/index32.js +26 -10
- package/dist/index33.js +25 -39
- package/dist/index34.js +17 -7
- package/dist/index35.js +8 -26
- package/dist/index36.js +4 -17
- package/dist/index37.js +16 -22
- package/dist/index38.js +22 -20
- package/dist/index39.js +8 -13
- package/dist/index4.js +7 -7
- package/dist/index40.js +14 -23
- package/dist/index41.js +7 -7
- package/dist/index42.js +6 -13
- package/dist/index43.js +7 -8
- package/dist/index44.js +26 -7
- package/dist/index45.js +15 -11
- package/dist/index46.js +20 -16
- package/dist/index47.js +13 -8
- package/dist/index48.js +23 -4
- package/dist/index49.js +11 -27
- package/dist/index5.js +3 -3
- package/dist/index50.js +25 -16
- package/dist/index51.js +12 -20
- package/dist/index52.js +16 -12
- package/dist/index53.js +26 -30
- package/dist/index55.js +10 -16
- package/dist/index56.js +42 -14
- package/dist/index57.js +3 -3
- package/dist/index58.js +4 -15
- package/dist/index59.js +14 -18
- package/dist/index6.js +3 -3
- package/dist/index60.js +4 -13
- package/dist/index61.js +12 -25
- package/dist/index62.js +20 -41
- package/dist/index63.js +42 -4
- package/dist/index64.js +4 -27
- package/dist/index65.js +14 -25
- package/dist/index66.js +40 -35
- package/dist/index67.js +15 -2
- package/dist/index68.js +31 -4
- package/dist/index69.js +16 -20
- package/dist/index7.js +4 -4
- package/dist/index70.js +35 -2
- package/dist/index71.js +2 -2
- package/dist/index72.js +4 -6
- package/dist/index73.js +21 -34
- package/dist/index74.js +2 -12
- package/dist/index75.js +2 -7
- package/dist/index76.js +6 -5
- package/dist/index77.js +36 -0
- package/dist/index78.js +14 -0
- package/dist/index79.js +9 -0
- package/dist/index8.js +12 -12
- package/dist/index80.js +7 -0
- package/dist/index9.js +2 -2
- package/package.json +1 -1
package/dist/index62.js
CHANGED
|
@@ -1,44 +1,23 @@
|
|
|
1
|
-
const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
"slide-in-top": "_slide-in-top_1wipo_1",
|
|
12
|
-
"slide-out-top": "_slide-out-top_1wipo_1",
|
|
13
|
-
icon: t,
|
|
14
|
-
iconSpin: s,
|
|
15
|
-
spin: n,
|
|
16
|
-
message: e,
|
|
17
|
-
dismiss: p,
|
|
18
|
-
default: "_default_1wipo_140",
|
|
19
|
-
success: l,
|
|
20
|
-
error: c,
|
|
21
|
-
warning: w,
|
|
22
|
-
info: d,
|
|
23
|
-
loading: r,
|
|
24
|
-
"slide-in-right": "_slide-in-right_1wipo_1",
|
|
25
|
-
"slide-out-right": "_slide-out-right_1wipo_1",
|
|
26
|
-
"slide-in-left": "_slide-in-left_1wipo_1",
|
|
27
|
-
"slide-out-left": "_slide-out-left_1wipo_1"
|
|
1
|
+
const e = "_wrapper_8eiej_1", t = "_wrapperDisabled_8eiej_8", _ = "_track_8eiej_13", c = "_trackChecked_8eiej_37", a = "_thumb_8eiej_41", r = "_thumbChecked_8eiej_52", s = "_labels_8eiej_56", i = "_label_8eiej_56", l = "_description_8eiej_66", p = {
|
|
2
|
+
wrapper: e,
|
|
3
|
+
wrapperDisabled: t,
|
|
4
|
+
track: _,
|
|
5
|
+
trackChecked: c,
|
|
6
|
+
thumb: a,
|
|
7
|
+
thumbChecked: r,
|
|
8
|
+
labels: s,
|
|
9
|
+
label: i,
|
|
10
|
+
description: l
|
|
28
11
|
};
|
|
29
12
|
export {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
n as spin,
|
|
41
|
-
l as success,
|
|
42
|
-
o as toast,
|
|
43
|
-
w as warning
|
|
13
|
+
p as default,
|
|
14
|
+
l as description,
|
|
15
|
+
i as label,
|
|
16
|
+
s as labels,
|
|
17
|
+
a as thumb,
|
|
18
|
+
r as thumbChecked,
|
|
19
|
+
_ as track,
|
|
20
|
+
c as trackChecked,
|
|
21
|
+
e as wrapper,
|
|
22
|
+
t as wrapperDisabled
|
|
44
23
|
};
|
package/dist/index63.js
CHANGED
|
@@ -1,6 +1,44 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
const i = "_container_1wipo_1", o = "_toast_1wipo_66", _ = "_dismissing_1wipo_82", t = "_icon_1wipo_102", s = "_iconSpin_1wipo_106", n = "_spin_1wipo_1", e = "_message_1wipo_110", p = "_dismiss_1wipo_82", l = "_success_1wipo_146", c = "_error_1wipo_152", w = "_warning_1wipo_158", d = "_info_1wipo_164", r = "_loading_1wipo_170", g = {
|
|
2
|
+
container: i,
|
|
3
|
+
"bottom-right": "_bottom-right_1wipo_12",
|
|
4
|
+
"bottom-left": "_bottom-left_1wipo_13",
|
|
5
|
+
"top-right": "_top-right_1wipo_17",
|
|
6
|
+
"top-left": "_top-left_1wipo_18",
|
|
7
|
+
toast: o,
|
|
8
|
+
"slide-in-bottom": "_slide-in-bottom_1wipo_1",
|
|
9
|
+
dismissing: _,
|
|
10
|
+
"slide-out-bottom": "_slide-out-bottom_1wipo_1",
|
|
11
|
+
"slide-in-top": "_slide-in-top_1wipo_1",
|
|
12
|
+
"slide-out-top": "_slide-out-top_1wipo_1",
|
|
13
|
+
icon: t,
|
|
14
|
+
iconSpin: s,
|
|
15
|
+
spin: n,
|
|
16
|
+
message: e,
|
|
17
|
+
dismiss: p,
|
|
18
|
+
default: "_default_1wipo_140",
|
|
19
|
+
success: l,
|
|
20
|
+
error: c,
|
|
21
|
+
warning: w,
|
|
22
|
+
info: d,
|
|
23
|
+
loading: r,
|
|
24
|
+
"slide-in-right": "_slide-in-right_1wipo_1",
|
|
25
|
+
"slide-out-right": "_slide-out-right_1wipo_1",
|
|
26
|
+
"slide-in-left": "_slide-in-left_1wipo_1",
|
|
27
|
+
"slide-out-left": "_slide-out-left_1wipo_1"
|
|
28
|
+
};
|
|
3
29
|
export {
|
|
4
|
-
|
|
5
|
-
|
|
30
|
+
i as container,
|
|
31
|
+
g as default,
|
|
32
|
+
p as dismiss,
|
|
33
|
+
_ as dismissing,
|
|
34
|
+
c as error,
|
|
35
|
+
t as icon,
|
|
36
|
+
s as iconSpin,
|
|
37
|
+
d as info,
|
|
38
|
+
r as loading,
|
|
39
|
+
e as message,
|
|
40
|
+
n as spin,
|
|
41
|
+
l as success,
|
|
42
|
+
o as toast,
|
|
43
|
+
w as warning
|
|
6
44
|
};
|
package/dist/index64.js
CHANGED
|
@@ -1,29 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
"von",
|
|
4
|
-
"de",
|
|
5
|
-
"del",
|
|
6
|
-
"den",
|
|
7
|
-
"der",
|
|
8
|
-
"di",
|
|
9
|
-
"du",
|
|
10
|
-
"el",
|
|
11
|
-
"la",
|
|
12
|
-
"le",
|
|
13
|
-
"los",
|
|
14
|
-
"het",
|
|
15
|
-
"ten",
|
|
16
|
-
"ter",
|
|
17
|
-
"op"
|
|
18
|
-
]);
|
|
19
|
-
function a(e, r = "?") {
|
|
20
|
-
if (!e?.trim()) return r;
|
|
21
|
-
const n = e.trim().split(/\s+/), t = n.filter((o) => !l.has(o.toLowerCase()));
|
|
22
|
-
if (t.length === 0) return n[0][0].toUpperCase();
|
|
23
|
-
if (t.length === 1) return t[0][0].toUpperCase();
|
|
24
|
-
const s = t[0][0], i = t[t.length - 1][0];
|
|
25
|
-
return (s + i).toUpperCase();
|
|
26
|
-
}
|
|
1
|
+
import e from "./index73.js";
|
|
2
|
+
const o = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]], a = e("loader-circle", o);
|
|
27
3
|
export {
|
|
28
|
-
|
|
4
|
+
o as __iconNode,
|
|
5
|
+
a as default
|
|
29
6
|
};
|
package/dist/index65.js
CHANGED
|
@@ -1,28 +1,17 @@
|
|
|
1
|
-
const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
image: e,
|
|
9
|
-
fallback: p,
|
|
10
|
-
status: l,
|
|
11
|
-
"status-online": "_status-online_1p6ce_71",
|
|
12
|
-
"status-offline": "_status-offline_1p6ce_75",
|
|
13
|
-
"status-busy": "_status-busy_1p6ce_79",
|
|
14
|
-
"status-away": "_status-away_1p6ce_83",
|
|
15
|
-
group: o
|
|
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
|
|
16
8
|
};
|
|
17
9
|
export {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
a as
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
l as status,
|
|
26
|
-
_ as wrapper,
|
|
27
|
-
c as xl
|
|
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
|
|
28
17
|
};
|
package/dist/index66.js
CHANGED
|
@@ -1,37 +1,42 @@
|
|
|
1
|
-
|
|
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
|
-
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 t = "_dialog_1wscl_51", _ = "_closing_1wscl_70", s = "_right_1wscl_76", o = "_left_1wscl_77", l = "_top_1wscl_98", e = "_bottom_1wscl_99", i = "_content_1wscl_145", c = "_header_1wscl_151", n = "_title_1wscl_159", d = "_closeButton_1wscl_165", w = "_body_1wscl_186", f = "_footer_1wscl_194", g = {
|
|
2
|
+
dialog: t,
|
|
3
|
+
"fade-in": "_fade-in_1wscl_1",
|
|
4
|
+
"fade-out": "_fade-out_1wscl_1",
|
|
5
|
+
closing: _,
|
|
6
|
+
right: s,
|
|
7
|
+
left: o,
|
|
8
|
+
"slide-in-right": "_slide-in-right_1wscl_1",
|
|
9
|
+
"slide-out-right": "_slide-out-right_1wscl_1",
|
|
10
|
+
"slide-in-left": "_slide-in-left_1wscl_1",
|
|
11
|
+
"slide-out-left": "_slide-out-left_1wscl_1",
|
|
12
|
+
top: l,
|
|
13
|
+
bottom: e,
|
|
14
|
+
"slide-in-top": "_slide-in-top_1wscl_1",
|
|
15
|
+
"slide-out-top": "_slide-out-top_1wscl_1",
|
|
16
|
+
"slide-in-bottom": "_slide-in-bottom_1wscl_1",
|
|
17
|
+
"slide-out-bottom": "_slide-out-bottom_1wscl_1",
|
|
18
|
+
"size-sm": "_size-sm_1wscl_120",
|
|
19
|
+
"size-md": "_size-md_1wscl_122",
|
|
20
|
+
"size-lg": "_size-lg_1wscl_124",
|
|
21
|
+
content: i,
|
|
22
|
+
header: c,
|
|
23
|
+
title: n,
|
|
24
|
+
closeButton: d,
|
|
25
|
+
body: w,
|
|
26
|
+
footer: f
|
|
27
|
+
};
|
|
35
28
|
export {
|
|
36
|
-
|
|
29
|
+
w as body,
|
|
30
|
+
e as bottom,
|
|
31
|
+
d as closeButton,
|
|
32
|
+
_ as closing,
|
|
33
|
+
i as content,
|
|
34
|
+
g as default,
|
|
35
|
+
t as dialog,
|
|
36
|
+
f as footer,
|
|
37
|
+
c as header,
|
|
38
|
+
o as left,
|
|
39
|
+
s as right,
|
|
40
|
+
n as title,
|
|
41
|
+
l as top
|
|
37
42
|
};
|
package/dist/index67.js
CHANGED
|
@@ -1,4 +1,17 @@
|
|
|
1
|
-
|
|
1
|
+
const t = "_wrapper_tksqq_1", s = "_trigger_tksqq_6", e = "_menu_tksqq_38", _ = "_closing_tksqq_55", r = "_item_tksqq_59", i = "_divider_tksqq_80", n = {
|
|
2
|
+
wrapper: t,
|
|
3
|
+
trigger: s,
|
|
4
|
+
menu: e,
|
|
5
|
+
closing: _,
|
|
6
|
+
item: r,
|
|
7
|
+
divider: i
|
|
8
|
+
};
|
|
2
9
|
export {
|
|
3
|
-
|
|
10
|
+
_ as closing,
|
|
11
|
+
n as default,
|
|
12
|
+
i as divider,
|
|
13
|
+
r as item,
|
|
14
|
+
e as menu,
|
|
15
|
+
s as trigger,
|
|
16
|
+
t as wrapper
|
|
4
17
|
};
|
package/dist/index68.js
CHANGED
|
@@ -1,6 +1,33 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
const s = "_trigger_9r84s_1", r = "_tooltip_9r84s_6", t = "_dismissed_9r84s_30", _ = "_dark_9r84s_36", o = "_light_9r84s_42", i = "_success_9r84s_51", n = "_error_9r84s_59", c = "_warning_9r84s_67", e = "_info_9r84s_75", g = "_top_9r84s_84", a = "_bottom_9r84s_90", l = "_left_9r84s_96", d = "_right_9r84s_102", f = "_arrow_9r84s_109", p = {
|
|
2
|
+
trigger: s,
|
|
3
|
+
tooltip: r,
|
|
4
|
+
dismissed: t,
|
|
5
|
+
dark: _,
|
|
6
|
+
light: o,
|
|
7
|
+
success: i,
|
|
8
|
+
error: n,
|
|
9
|
+
warning: c,
|
|
10
|
+
info: e,
|
|
11
|
+
top: g,
|
|
12
|
+
bottom: a,
|
|
13
|
+
left: l,
|
|
14
|
+
right: d,
|
|
15
|
+
arrow: f
|
|
16
|
+
};
|
|
4
17
|
export {
|
|
5
|
-
|
|
18
|
+
f as arrow,
|
|
19
|
+
a as bottom,
|
|
20
|
+
_ as dark,
|
|
21
|
+
p as default,
|
|
22
|
+
t as dismissed,
|
|
23
|
+
n as error,
|
|
24
|
+
e as info,
|
|
25
|
+
l as left,
|
|
26
|
+
o as light,
|
|
27
|
+
d as right,
|
|
28
|
+
i as success,
|
|
29
|
+
r as tooltip,
|
|
30
|
+
g as top,
|
|
31
|
+
s as trigger,
|
|
32
|
+
c as warning
|
|
6
33
|
};
|
package/dist/index69.js
CHANGED
|
@@ -1,23 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
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 w = "_wrapper_wwjw1_1", e = "_table_wwjw1_7", _ = "_header_wwjw1_13", o = "_body_wwjw1_18", a = "_row_wwjw1_22", t = "_head_wwjw1_13", r = "_cell_wwjw1_40", c = {
|
|
2
|
+
wrapper: w,
|
|
3
|
+
table: e,
|
|
4
|
+
header: _,
|
|
5
|
+
body: o,
|
|
6
|
+
row: a,
|
|
7
|
+
head: t,
|
|
8
|
+
cell: r
|
|
20
9
|
};
|
|
21
10
|
export {
|
|
22
|
-
|
|
11
|
+
o as body,
|
|
12
|
+
r as cell,
|
|
13
|
+
c as default,
|
|
14
|
+
t as head,
|
|
15
|
+
_ as header,
|
|
16
|
+
a as row,
|
|
17
|
+
e as table,
|
|
18
|
+
w as wrapper
|
|
23
19
|
};
|
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
|
-
import g from "./
|
|
2
|
+
import g from "./index31.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 "./index34.js";
|
|
5
|
+
import v from "./index35.js";
|
|
6
|
+
import x from "./index36.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
|
@@ -1,4 +1,37 @@
|
|
|
1
|
-
|
|
1
|
+
import { __module as s } from "./index71.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
|
+
}
|
|
2
35
|
export {
|
|
3
|
-
|
|
36
|
+
c as __require
|
|
4
37
|
};
|
package/dist/index71.js
CHANGED
package/dist/index72.js
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
return e.charAt(0).toUpperCase() + e.slice(1);
|
|
5
|
-
};
|
|
1
|
+
function e(t) {
|
|
2
|
+
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
3
|
+
}
|
|
6
4
|
export {
|
|
7
|
-
|
|
5
|
+
e as getDefaultExportFromCjs
|
|
8
6
|
};
|
package/dist/index73.js
CHANGED
|
@@ -1,36 +1,23 @@
|
|
|
1
|
-
import { forwardRef as
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
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 { forwardRef as c, createElement as f } from "react";
|
|
2
|
+
import { mergeClasses as l } from "./index74.js";
|
|
3
|
+
import { toKebabCase as p } from "./index75.js";
|
|
4
|
+
import { toPascalCase as r } from "./index76.js";
|
|
5
|
+
import i from "./index77.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
|
+
};
|
|
34
21
|
export {
|
|
35
|
-
|
|
22
|
+
I as default
|
|
36
23
|
};
|
package/dist/index74.js
CHANGED
|
@@ -1,14 +1,4 @@
|
|
|
1
|
-
|
|
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
|
+
const n = (...e) => e.filter((r, t, i) => !!r && r.trim() !== "" && i.indexOf(r) === t).join(" ").trim();
|
|
12
2
|
export {
|
|
13
|
-
|
|
3
|
+
n as mergeClasses
|
|
14
4
|
};
|
package/dist/index75.js
CHANGED
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
const
|
|
2
|
-
for (const r in t)
|
|
3
|
-
if (r.startsWith("aria-") || r === "role" || r === "title")
|
|
4
|
-
return !0;
|
|
5
|
-
return !1;
|
|
6
|
-
};
|
|
1
|
+
const a = (e) => e.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
|
|
7
2
|
export {
|
|
8
|
-
|
|
3
|
+
a as toKebabCase
|
|
9
4
|
};
|
package/dist/index76.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
);
|
|
1
|
+
import { toCamelCase as t } from "./index80.js";
|
|
2
|
+
const s = (a) => {
|
|
3
|
+
const e = t(a);
|
|
4
|
+
return e.charAt(0).toUpperCase() + e.slice(1);
|
|
5
|
+
};
|
|
5
6
|
export {
|
|
6
|
-
s as
|
|
7
|
+
s as toPascalCase
|
|
7
8
|
};
|
package/dist/index77.js
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef as l, createElement as a } from "react";
|
|
2
|
+
import A from "./index78.js";
|
|
3
|
+
import { hasA11yProp as b } from "./index79.js";
|
|
4
|
+
import { mergeClasses as c } from "./index74.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/index78.js
ADDED
package/dist/index79.js
ADDED
package/dist/index8.js
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
3
|
-
import t from "./
|
|
4
|
-
import { Spinner as b } from "./
|
|
1
|
+
import { jsxs as c, jsx as n } from "react/jsx-runtime";
|
|
2
|
+
import s from "./index31.js";
|
|
3
|
+
import t from "./index53.js";
|
|
4
|
+
import { Spinner as b } from "./index23.js";
|
|
5
5
|
const y = ({
|
|
6
|
-
variant:
|
|
7
|
-
size:
|
|
6
|
+
variant: o = "primary",
|
|
7
|
+
size: m = "md",
|
|
8
8
|
type: e = "button",
|
|
9
9
|
loading: r,
|
|
10
10
|
disabled: i,
|
|
11
11
|
children: p,
|
|
12
12
|
className: a,
|
|
13
|
-
...
|
|
14
|
-
}) => /* @__PURE__ */
|
|
13
|
+
...u
|
|
14
|
+
}) => /* @__PURE__ */ c(
|
|
15
15
|
"button",
|
|
16
16
|
{
|
|
17
17
|
type: e,
|
|
18
18
|
disabled: r || i,
|
|
19
19
|
"aria-busy": r || void 0,
|
|
20
|
-
className:
|
|
21
|
-
...
|
|
20
|
+
className: s(t.button, t[o], t[m], a),
|
|
21
|
+
...u,
|
|
22
22
|
children: [
|
|
23
|
-
r ? /* @__PURE__ */
|
|
24
|
-
/* @__PURE__ */
|
|
23
|
+
r ? /* @__PURE__ */ n(b, { className: t.spinner }) : null,
|
|
24
|
+
/* @__PURE__ */ n("span", { className: s(t.content, { [t.hidden]: r }), children: p })
|
|
25
25
|
]
|
|
26
26
|
}
|
|
27
27
|
);
|