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/index45.js
CHANGED
|
@@ -1,15 +1,19 @@
|
|
|
1
|
-
const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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
|
|
7
9
|
};
|
|
8
10
|
export {
|
|
9
11
|
l as default,
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
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
|
|
15
19
|
};
|
package/dist/index46.js
CHANGED
|
@@ -1,19 +1,23 @@
|
|
|
1
|
-
const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
const d = "_card_2a53z_1", a = "_elevated_2a53z_7", _ = "_outlined_2a53z_12", e = "_flat_2a53z_16", n = "_header_2a53z_38", o = "_body_2a53z_44", t = "_footer_2a53z_48", l = {
|
|
2
|
+
card: d,
|
|
3
|
+
elevated: a,
|
|
4
|
+
outlined: _,
|
|
5
|
+
flat: e,
|
|
6
|
+
"padding-none": "_padding-none_2a53z_21",
|
|
7
|
+
"padding-sm": "_padding-sm_2a53z_25",
|
|
8
|
+
"padding-md": "_padding-md_2a53z_29",
|
|
9
|
+
"padding-lg": "_padding-lg_2a53z_33",
|
|
10
|
+
header: n,
|
|
11
|
+
body: o,
|
|
12
|
+
footer: t
|
|
9
13
|
};
|
|
10
14
|
export {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
t as
|
|
17
|
-
|
|
18
|
-
|
|
15
|
+
o as body,
|
|
16
|
+
d as card,
|
|
17
|
+
l as default,
|
|
18
|
+
a as elevated,
|
|
19
|
+
e as flat,
|
|
20
|
+
t as footer,
|
|
21
|
+
n as header,
|
|
22
|
+
_ as outlined
|
|
19
23
|
};
|
package/dist/index47.js
CHANGED
|
@@ -1,10 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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: _
|
|
7
|
+
};
|
|
7
8
|
export {
|
|
8
|
-
|
|
9
|
-
|
|
9
|
+
o as default,
|
|
10
|
+
_ as error,
|
|
11
|
+
a as label,
|
|
12
|
+
e as textarea,
|
|
13
|
+
t as textareaError,
|
|
14
|
+
r as wrapper
|
|
10
15
|
};
|
package/dist/index48.js
CHANGED
|
@@ -1,6 +1,25 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
const _ = "_wrapper_14k2c_1", e = "_header_14k2c_7", c = "_label_14k2c_13", a = "_value_14k2c_19", t = "_track_14k2c_24", r = "_sm_14k2c_31", n = "_md_14k2c_35", s = "_lg_14k2c_39", l = "_bar_14k2c_43", k = "_indeterminate_14k2c_59", o = {
|
|
2
|
+
wrapper: _,
|
|
3
|
+
header: e,
|
|
4
|
+
label: c,
|
|
5
|
+
value: a,
|
|
6
|
+
track: t,
|
|
7
|
+
sm: r,
|
|
8
|
+
md: n,
|
|
9
|
+
lg: s,
|
|
10
|
+
bar: l,
|
|
11
|
+
indeterminate: k
|
|
12
|
+
};
|
|
3
13
|
export {
|
|
4
|
-
|
|
5
|
-
|
|
14
|
+
l as bar,
|
|
15
|
+
o as default,
|
|
16
|
+
e as header,
|
|
17
|
+
k as indeterminate,
|
|
18
|
+
c as label,
|
|
19
|
+
s as lg,
|
|
20
|
+
n as md,
|
|
21
|
+
r as sm,
|
|
22
|
+
t as track,
|
|
23
|
+
a as value,
|
|
24
|
+
_ as wrapper
|
|
6
25
|
};
|
package/dist/index49.js
CHANGED
|
@@ -1,29 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
content: r,
|
|
12
|
-
hidden: i,
|
|
13
|
-
spinner: j
|
|
14
|
-
};
|
|
1
|
+
import { useEffect as e } from "react";
|
|
2
|
+
function l(o) {
|
|
3
|
+
e(() => {
|
|
4
|
+
if (!o) return;
|
|
5
|
+
const t = window.scrollY;
|
|
6
|
+
return document.body.style.position = "fixed", document.body.style.top = `-${t}px`, document.body.style.left = "0", document.body.style.right = "0", () => {
|
|
7
|
+
document.body.style.position = "", document.body.style.top = "", document.body.style.left = "", document.body.style.right = "", window.scrollTo(0, t);
|
|
8
|
+
};
|
|
9
|
+
}, [o]);
|
|
10
|
+
}
|
|
15
11
|
export {
|
|
16
|
-
|
|
17
|
-
r as content,
|
|
18
|
-
d as danger,
|
|
19
|
-
g as default,
|
|
20
|
-
o as ghost,
|
|
21
|
-
i as hidden,
|
|
22
|
-
c as lg,
|
|
23
|
-
a as md,
|
|
24
|
-
e as outline,
|
|
25
|
-
_ as primary,
|
|
26
|
-
t as secondary,
|
|
27
|
-
s as sm,
|
|
28
|
-
j as spinner
|
|
12
|
+
l as useScrollLock
|
|
29
13
|
};
|
package/dist/index5.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as m, jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import c from "./
|
|
2
|
+
import c from "./index31.js";
|
|
3
3
|
import { useState as h, Children as v } from "react";
|
|
4
|
-
import { getInitials as f } from "./
|
|
5
|
-
import r from "./
|
|
4
|
+
import { getInitials as f } from "./index32.js";
|
|
5
|
+
import r from "./index33.js";
|
|
6
6
|
const g = { sm: 24, md: 32, lg: 40, xl: 56, "2xl": 80 }, E = ({
|
|
7
7
|
src: a,
|
|
8
8
|
name: l,
|
package/dist/index50.js
CHANGED
|
@@ -1,19 +1,28 @@
|
|
|
1
|
-
const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
const o = "_dialog_1yxjo_33", _ = "_closing_1yxjo_55", t = "_content_1yxjo_77", e = "_header_1yxjo_84", s = "_title_1yxjo_91", l = "_closeButton_1yxjo_97", n = "_body_1yxjo_118", a = "_footer_1yxjo_126", d = {
|
|
2
|
+
dialog: o,
|
|
3
|
+
"modal-scale-in": "_modal-scale-in_1yxjo_1",
|
|
4
|
+
"modal-fade-in": "_modal-fade-in_1yxjo_1",
|
|
5
|
+
"modal-scale-out": "_modal-scale-out_1yxjo_1",
|
|
6
|
+
"modal-fade-out": "_modal-fade-out_1yxjo_1",
|
|
7
|
+
closing: _,
|
|
8
|
+
"size-sm": "_size-sm_1yxjo_65",
|
|
9
|
+
"size-md": "_size-md_1yxjo_69",
|
|
10
|
+
"size-lg": "_size-lg_1yxjo_73",
|
|
11
|
+
content: t,
|
|
12
|
+
header: e,
|
|
13
|
+
title: s,
|
|
14
|
+
closeButton: l,
|
|
15
|
+
body: n,
|
|
16
|
+
footer: a
|
|
9
17
|
};
|
|
10
18
|
export {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
+
n as body,
|
|
20
|
+
l as closeButton,
|
|
21
|
+
_ as closing,
|
|
22
|
+
t as content,
|
|
23
|
+
d as default,
|
|
24
|
+
o as dialog,
|
|
25
|
+
a as footer,
|
|
26
|
+
e as header,
|
|
27
|
+
s as title
|
|
19
28
|
};
|
package/dist/index51.js
CHANGED
|
@@ -1,23 +1,15 @@
|
|
|
1
|
-
const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"padding-sm": "_padding-sm_2a53z_25",
|
|
8
|
-
"padding-md": "_padding-md_2a53z_29",
|
|
9
|
-
"padding-lg": "_padding-lg_2a53z_33",
|
|
10
|
-
header: n,
|
|
11
|
-
body: o,
|
|
12
|
-
footer: t
|
|
1
|
+
const t = "_skeleton_17jqz_10", e = "_shimmer_17jqz_1", r = "_text_17jqz_21", c = "_circular_17jqz_27", s = "_rectangular_17jqz_33", _ = {
|
|
2
|
+
skeleton: t,
|
|
3
|
+
shimmer: e,
|
|
4
|
+
text: r,
|
|
5
|
+
circular: c,
|
|
6
|
+
rectangular: s
|
|
13
7
|
};
|
|
14
8
|
export {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
n as header,
|
|
22
|
-
_ as outlined
|
|
9
|
+
c as circular,
|
|
10
|
+
_ as default,
|
|
11
|
+
s as rectangular,
|
|
12
|
+
e as shimmer,
|
|
13
|
+
t as skeleton,
|
|
14
|
+
r as text
|
|
23
15
|
};
|
package/dist/index52.js
CHANGED
|
@@ -1,15 +1,19 @@
|
|
|
1
|
-
const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
const r = "_wrapper_tjwht_1", t = "_row_tjwht_6", o = "_checkbox_tjwht_12", c = "_checkboxError_tjwht_54", e = "_label_tjwht_58", _ = "_description_tjwht_65", s = "_error_tjwht_72", h = {
|
|
2
|
+
wrapper: r,
|
|
3
|
+
row: t,
|
|
4
|
+
checkbox: o,
|
|
5
|
+
checkboxError: c,
|
|
6
|
+
label: e,
|
|
7
|
+
description: _,
|
|
8
|
+
error: s
|
|
7
9
|
};
|
|
8
10
|
export {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
o as checkbox,
|
|
12
|
+
c as checkboxError,
|
|
13
|
+
h as default,
|
|
14
|
+
_ as description,
|
|
15
|
+
s as error,
|
|
16
|
+
e as label,
|
|
17
|
+
t as row,
|
|
18
|
+
r as wrapper
|
|
15
19
|
};
|
package/dist/index53.js
CHANGED
|
@@ -1,33 +1,29 @@
|
|
|
1
|
-
const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
right: d,
|
|
15
|
-
arrow: f
|
|
1
|
+
const n = "_button_dajne_1", t = "_primary_dajne_28", _ = "_secondary_dajne_37", e = "_outline_dajne_46", o = "_ghost_dajne_56", d = "_danger_dajne_65", s = "_sm_dajne_75", a = "_md_dajne_80", c = "_lg_dajne_85", r = "_content_dajne_91", i = "_hidden_dajne_97", j = "_spinner_dajne_101", g = {
|
|
2
|
+
button: n,
|
|
3
|
+
primary: t,
|
|
4
|
+
secondary: _,
|
|
5
|
+
outline: e,
|
|
6
|
+
ghost: o,
|
|
7
|
+
danger: d,
|
|
8
|
+
sm: s,
|
|
9
|
+
md: a,
|
|
10
|
+
lg: c,
|
|
11
|
+
content: r,
|
|
12
|
+
hidden: i,
|
|
13
|
+
spinner: j
|
|
16
14
|
};
|
|
17
15
|
export {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
s as trigger,
|
|
32
|
-
c as warning
|
|
16
|
+
n as button,
|
|
17
|
+
r as content,
|
|
18
|
+
d as danger,
|
|
19
|
+
g as default,
|
|
20
|
+
o as ghost,
|
|
21
|
+
i as hidden,
|
|
22
|
+
c as lg,
|
|
23
|
+
a as md,
|
|
24
|
+
e as outline,
|
|
25
|
+
t as primary,
|
|
26
|
+
_ as secondary,
|
|
27
|
+
s as sm,
|
|
28
|
+
j as spinner
|
|
33
29
|
};
|
package/dist/index55.js
CHANGED
|
@@ -1,19 +1,13 @@
|
|
|
1
|
-
const n = "
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
sm: p,
|
|
7
|
-
md: r,
|
|
8
|
-
lg: i
|
|
1
|
+
const n = "_iconButton_1yn4b_1", t = "_sm_1yn4b_6", o = "_md_1yn4b_11", _ = "_lg_1yn4b_16", s = {
|
|
2
|
+
iconButton: n,
|
|
3
|
+
sm: t,
|
|
4
|
+
md: o,
|
|
5
|
+
lg: _
|
|
9
6
|
};
|
|
10
7
|
export {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
n as spinner,
|
|
17
|
-
_ as spinnerHead,
|
|
18
|
-
e as spinnerTrack
|
|
8
|
+
s as default,
|
|
9
|
+
n as iconButton,
|
|
10
|
+
_ as lg,
|
|
11
|
+
o as md,
|
|
12
|
+
t as sm
|
|
19
13
|
};
|
package/dist/index56.js
CHANGED
|
@@ -1,17 +1,45 @@
|
|
|
1
|
-
const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
const o = "_wrapper_15zc2_1", e = "_label_15zc2_7", c = "_trigger_15zc2_16", t = "_triggerError_15zc2_49", _ = "_triggerText_15zc2_58", r = "_placeholder_15zc2_65", n = "_chevron_15zc2_69", p = "_chevronOpen_15zc2_75", i = "_hiddenSelect_15zc2_81", l = "_listbox_15zc2_91", s = "_flipped_15zc2_121", g = "_groupLabel_15zc2_127", a = "_group_15zc2_127", z = "_option_15zc2_144", d = "_optionActive_15zc2_157", b = "_optionSelected_15zc2_161", h = "_optionDisabled_15zc2_166", v = "_optionLabel_15zc2_171", u = "_checkIcon_15zc2_178", x = "_error_15zc2_185", L = {
|
|
2
|
+
wrapper: o,
|
|
3
|
+
label: e,
|
|
4
|
+
trigger: c,
|
|
5
|
+
triggerError: t,
|
|
6
|
+
triggerText: _,
|
|
7
|
+
placeholder: r,
|
|
8
|
+
chevron: n,
|
|
9
|
+
chevronOpen: p,
|
|
10
|
+
hiddenSelect: i,
|
|
11
|
+
listbox: l,
|
|
12
|
+
flipped: s,
|
|
13
|
+
groupLabel: g,
|
|
14
|
+
group: a,
|
|
15
|
+
option: z,
|
|
16
|
+
optionActive: d,
|
|
17
|
+
optionSelected: b,
|
|
18
|
+
optionDisabled: h,
|
|
19
|
+
optionLabel: v,
|
|
20
|
+
checkIcon: u,
|
|
21
|
+
error: x
|
|
8
22
|
};
|
|
9
23
|
export {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
24
|
+
u as checkIcon,
|
|
25
|
+
n as chevron,
|
|
26
|
+
p as chevronOpen,
|
|
27
|
+
L as default,
|
|
28
|
+
x as error,
|
|
29
|
+
s as flipped,
|
|
30
|
+
a as group,
|
|
31
|
+
g as groupLabel,
|
|
32
|
+
i as hiddenSelect,
|
|
33
|
+
e as label,
|
|
34
|
+
l as listbox,
|
|
35
|
+
z as option,
|
|
36
|
+
d as optionActive,
|
|
37
|
+
h as optionDisabled,
|
|
38
|
+
v as optionLabel,
|
|
39
|
+
b as optionSelected,
|
|
40
|
+
r as placeholder,
|
|
41
|
+
c as trigger,
|
|
42
|
+
t as triggerError,
|
|
43
|
+
_ as triggerText,
|
|
44
|
+
o as wrapper
|
|
17
45
|
};
|
package/dist/index57.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
const
|
|
1
|
+
import o from "./index73.js";
|
|
2
|
+
const e = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]], c = o("chevron-down", e);
|
|
3
3
|
export {
|
|
4
|
-
|
|
4
|
+
e as __iconNode,
|
|
5
5
|
c as default
|
|
6
6
|
};
|
package/dist/index58.js
CHANGED
|
@@ -1,17 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
tab: i,
|
|
4
|
-
tabActive: a,
|
|
5
|
-
tabDisabled: _,
|
|
6
|
-
indicator: c,
|
|
7
|
-
indicatorAnimated: n
|
|
8
|
-
};
|
|
1
|
+
import c from "./index73.js";
|
|
2
|
+
const e = [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]], t = c("check", e);
|
|
9
3
|
export {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
n as indicatorAnimated,
|
|
13
|
-
i as tab,
|
|
14
|
-
a as tabActive,
|
|
15
|
-
_ as tabDisabled,
|
|
16
|
-
t as tabList
|
|
4
|
+
e as __iconNode,
|
|
5
|
+
t as default
|
|
17
6
|
};
|
package/dist/index59.js
CHANGED
|
@@ -1,21 +1,17 @@
|
|
|
1
|
-
const i = "
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
item: g,
|
|
9
|
-
divider: r
|
|
1
|
+
const i = "_pagination_ydf1l_1", _ = "_page_ydf1l_7", a = "_arrow_ydf1l_8", o = "_active_ydf1l_38", n = "_ellipsis_ydf1l_47", s = "_icon_ydf1l_57", t = {
|
|
2
|
+
pagination: i,
|
|
3
|
+
page: _,
|
|
4
|
+
arrow: a,
|
|
5
|
+
active: o,
|
|
6
|
+
ellipsis: n,
|
|
7
|
+
icon: s
|
|
10
8
|
};
|
|
11
9
|
export {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
t as trigger,
|
|
20
|
-
i as wrapper
|
|
10
|
+
o as active,
|
|
11
|
+
a as arrow,
|
|
12
|
+
t as default,
|
|
13
|
+
n as ellipsis,
|
|
14
|
+
s as icon,
|
|
15
|
+
_ as page,
|
|
16
|
+
i as pagination
|
|
21
17
|
};
|
package/dist/index6.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as n, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import d from "./
|
|
3
|
-
import s from "./
|
|
4
|
-
import p from "./
|
|
2
|
+
import d from "./index31.js";
|
|
3
|
+
import s from "./index44.js";
|
|
4
|
+
import p from "./index43.js";
|
|
5
5
|
const N = ({
|
|
6
6
|
children: m,
|
|
7
7
|
variant: o = "default",
|
package/dist/index60.js
CHANGED
|
@@ -1,15 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
label: a,
|
|
4
|
-
textarea: e,
|
|
5
|
-
textareaError: t,
|
|
6
|
-
error: _
|
|
7
|
-
};
|
|
1
|
+
import e from "./index73.js";
|
|
2
|
+
const o = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]], c = e("chevron-left", o);
|
|
8
3
|
export {
|
|
9
|
-
o as
|
|
10
|
-
|
|
11
|
-
a as label,
|
|
12
|
-
e as textarea,
|
|
13
|
-
t as textareaError,
|
|
14
|
-
r as wrapper
|
|
4
|
+
o as __iconNode,
|
|
5
|
+
c as default
|
|
15
6
|
};
|
package/dist/index61.js
CHANGED
|
@@ -1,28 +1,15 @@
|
|
|
1
|
-
const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
closing: _,
|
|
8
|
-
"size-sm": "_size-sm_1yxjo_65",
|
|
9
|
-
"size-md": "_size-md_1yxjo_69",
|
|
10
|
-
"size-lg": "_size-lg_1yxjo_73",
|
|
11
|
-
content: t,
|
|
12
|
-
header: e,
|
|
13
|
-
title: s,
|
|
14
|
-
closeButton: l,
|
|
15
|
-
body: n,
|
|
16
|
-
footer: a
|
|
1
|
+
const r = "_wrapper_1rkkq_1", t = "_label_1rkkq_6", _ = "_input_1rkkq_13", o = "_inputError_1rkkq_33", p = "_error_1rkkq_42", e = {
|
|
2
|
+
wrapper: r,
|
|
3
|
+
label: t,
|
|
4
|
+
input: _,
|
|
5
|
+
inputError: o,
|
|
6
|
+
error: p
|
|
17
7
|
};
|
|
18
8
|
export {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
_ as
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
a as footer,
|
|
26
|
-
e as header,
|
|
27
|
-
s as title
|
|
9
|
+
e as default,
|
|
10
|
+
p as error,
|
|
11
|
+
_ as input,
|
|
12
|
+
o as inputError,
|
|
13
|
+
t as label,
|
|
14
|
+
r as wrapper
|
|
28
15
|
};
|