sander-ui 0.1.12 → 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.
Files changed (87) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/index.js +67 -61
  3. package/dist/index10.js +2 -2
  4. package/dist/index11.js +1 -1
  5. package/dist/index12.js +21 -77
  6. package/dist/index13.js +72 -162
  7. package/dist/index14.js +167 -42
  8. package/dist/index15.js +36 -23
  9. package/dist/index16.js +40 -17
  10. package/dist/index17.js +20 -73
  11. package/dist/index18.js +20 -62
  12. package/dist/index19.js +73 -38
  13. package/dist/index20.js +61 -31
  14. package/dist/index21.js +35 -254
  15. package/dist/index22.js +31 -18
  16. package/dist/index23.js +260 -40
  17. package/dist/index24.js +19 -47
  18. package/dist/index25.js +37 -129
  19. package/dist/index26.js +47 -18
  20. package/dist/index27.js +130 -21
  21. package/dist/index28.js +18 -55
  22. package/dist/index29.js +25 -16
  23. package/dist/index3.js +2 -2
  24. package/dist/index30.js +23 -46
  25. package/dist/index31.js +55 -5
  26. package/dist/index32.js +19 -17
  27. package/dist/index33.js +45 -16
  28. package/dist/index34.js +5 -17
  29. package/dist/index35.js +17 -8
  30. package/dist/index36.js +23 -4
  31. package/dist/index37.js +8 -26
  32. package/dist/index38.js +14 -7
  33. package/dist/index39.js +8 -27
  34. package/dist/index4.js +7 -7
  35. package/dist/index40.js +7 -11
  36. package/dist/index41.js +7 -40
  37. package/dist/index42.js +16 -20
  38. package/dist/index43.js +8 -23
  39. package/dist/index44.js +4 -15
  40. package/dist/index45.js +27 -42
  41. package/dist/index46.js +26 -4
  42. package/dist/index47.js +27 -8
  43. package/dist/index48.js +21 -14
  44. package/dist/index49.js +21 -8
  45. package/dist/index5.js +3 -3
  46. package/dist/index50.js +11 -7
  47. package/dist/index51.js +40 -27
  48. package/dist/index52.js +16 -25
  49. package/dist/index53.js +42 -22
  50. package/dist/index54.js +4 -26
  51. package/dist/index55.js +4 -13
  52. package/dist/index56.js +26 -10
  53. package/dist/index57.js +12 -22
  54. package/dist/index58.js +25 -14
  55. package/dist/index59.js +14 -30
  56. package/dist/index6.js +3 -3
  57. package/dist/index60.js +4 -17
  58. package/dist/index61.js +30 -14
  59. package/dist/index62.js +17 -4
  60. package/dist/index63.js +37 -20
  61. package/dist/index64.js +25 -12
  62. package/dist/index65.js +22 -16
  63. package/dist/index66.js +21 -11
  64. package/dist/index67.js +12 -42
  65. package/dist/index68.js +11 -4
  66. package/dist/index69.js +15 -4
  67. package/dist/index7.js +4 -4
  68. package/dist/index70.js +9 -35
  69. package/dist/index71.js +17 -2
  70. package/dist/index72.js +13 -4
  71. package/dist/index73.js +14 -20
  72. package/dist/index74.js +42 -2
  73. package/dist/index75.js +4 -2
  74. package/dist/index76.js +35 -6
  75. package/dist/index77.js +2 -34
  76. package/dist/index78.js +4 -12
  77. package/dist/index79.js +20 -6
  78. package/dist/index8.js +3 -3
  79. package/dist/index80.js +2 -5
  80. package/dist/index81.js +4 -0
  81. package/dist/index82.js +8 -0
  82. package/dist/index83.js +36 -0
  83. package/dist/index84.js +14 -0
  84. package/dist/index85.js +9 -0
  85. package/dist/index86.js +7 -0
  86. package/dist/index9.js +2 -2
  87. package/package.json +1 -1
package/dist/index27.js CHANGED
@@ -1,25 +1,134 @@
1
- import { jsxs as m, jsx as t } from "react/jsx-runtime";
2
- import c from "./index31.js";
3
- import { forwardRef as d } from "react";
4
- import a from "./index66.js";
5
- const p = d(
6
- ({ label: s, error: r, id: e, className: l, ...o }, i) => /* @__PURE__ */ m("div", { className: a.wrapper, children: [
7
- s && /* @__PURE__ */ t("label", { htmlFor: e, className: a.label, children: s }),
8
- /* @__PURE__ */ t(
9
- "textarea",
10
- {
11
- id: e,
12
- ref: i,
13
- "aria-invalid": r ? !0 : void 0,
14
- "aria-describedby": r ? `${e}-error` : void 0,
15
- className: c(a.textarea, r && a.textareaError, l),
16
- ...o
1
+ import { jsx as b, jsxs as D } from "react/jsx-runtime";
2
+ import f from "./index34.js";
3
+ import { useRef as w, useState as I, useCallback as E, useEffect as g } from "react";
4
+ import a from "./index73.js";
5
+ const j = ({
6
+ tabs: l,
7
+ value: i,
8
+ onChange: s,
9
+ className: o,
10
+ ...u
11
+ }) => {
12
+ const m = w(null), d = w(/* @__PURE__ */ new Map()), [v, R] = I({
13
+ left: 0,
14
+ width: 0
15
+ }), [k, A] = I(!1), x = E(() => {
16
+ const e = d.current.get(i), n = m.current;
17
+ if (e && n) {
18
+ const t = n.getBoundingClientRect(), r = e.getBoundingClientRect();
19
+ R({
20
+ left: r.left - t.left + n.scrollLeft,
21
+ width: r.width
22
+ });
23
+ }
24
+ }, [i]);
25
+ g(() => {
26
+ x();
27
+ }, [x]), g(() => {
28
+ const e = requestAnimationFrame(() => A(!0));
29
+ return () => cancelAnimationFrame(e);
30
+ }, []);
31
+ const h = (e, n) => {
32
+ const t = l.length;
33
+ let r = (e + n + t) % t;
34
+ for (; l[r].disabled && r !== e; )
35
+ r = (r + n + t) % t;
36
+ return r;
37
+ }, y = (e) => {
38
+ const n = l.findIndex((c) => c.value === i);
39
+ let t = null;
40
+ switch (e.key) {
41
+ case "ArrowRight":
42
+ t = h(n, 1);
43
+ break;
44
+ case "ArrowLeft":
45
+ t = h(n, -1);
46
+ break;
47
+ case "Home":
48
+ t = l.findIndex((c) => !c.disabled);
49
+ break;
50
+ case "End": {
51
+ const p = [...l].reverse().findIndex((T) => !T.disabled);
52
+ t = p !== -1 ? l.length - 1 - p : null;
53
+ break;
17
54
  }
18
- ),
19
- r && /* @__PURE__ */ t("p", { id: `${e}-error`, role: "alert", className: a.error, children: r })
20
- ] })
55
+ default:
56
+ return;
57
+ }
58
+ if (t === null || t === -1) return;
59
+ e.preventDefault();
60
+ const r = l[t];
61
+ s(r.value), d.current.get(r.value)?.focus();
62
+ };
63
+ return /* @__PURE__ */ D(
64
+ "div",
65
+ {
66
+ ref: m,
67
+ className: f(a.tabList, o),
68
+ role: "tablist",
69
+ onKeyDown: y,
70
+ ...u,
71
+ children: [
72
+ l.map((e) => {
73
+ const n = i === e.value;
74
+ return /* @__PURE__ */ b(
75
+ "button",
76
+ {
77
+ ref: (t) => {
78
+ t ? d.current.set(e.value, t) : d.current.delete(e.value);
79
+ },
80
+ id: `tab-${e.value}`,
81
+ role: "tab",
82
+ "aria-selected": n,
83
+ "aria-controls": `tabpanel-${e.value}`,
84
+ "aria-disabled": e.disabled || void 0,
85
+ tabIndex: n ? 0 : -1,
86
+ onClick: () => {
87
+ e.disabled || s(e.value);
88
+ },
89
+ className: f(
90
+ a.tab,
91
+ n && a.tabActive,
92
+ e.disabled && a.tabDisabled
93
+ ),
94
+ children: e.label
95
+ },
96
+ e.value
97
+ );
98
+ }),
99
+ /* @__PURE__ */ b(
100
+ "span",
101
+ {
102
+ className: f(
103
+ a.indicator,
104
+ k && a.indicatorAnimated
105
+ ),
106
+ style: { left: v.left, width: v.width },
107
+ "aria-hidden": "true"
108
+ }
109
+ )
110
+ ]
111
+ }
112
+ );
113
+ }, B = ({
114
+ value: l,
115
+ activeValue: i,
116
+ children: s,
117
+ className: o,
118
+ ...u
119
+ }) => l !== i ? null : /* @__PURE__ */ b(
120
+ "div",
121
+ {
122
+ id: `tabpanel-${l}`,
123
+ role: "tabpanel",
124
+ "aria-labelledby": `tab-${l}`,
125
+ tabIndex: 0,
126
+ className: o,
127
+ ...u,
128
+ children: s
129
+ }
21
130
  );
22
- p.displayName = "Textarea";
23
131
  export {
24
- p as Textarea
132
+ B as TabPanel,
133
+ j as Tabs
25
134
  };
package/dist/index28.js CHANGED
@@ -1,57 +1,20 @@
1
- import { jsxs as l, jsx as s } from "react/jsx-runtime";
2
- import n from "./index31.js";
3
- import r from "./index45.js";
4
- import t from "./index46.js";
5
- import o from "./index47.js";
6
- import d from "./index48.js";
7
- import f from "./index49.js";
8
- import p from "./index50.js";
9
- import g from "./index38.js";
10
- const u = {
11
- default: o,
12
- success: p,
13
- error: f,
14
- warning: d,
15
- info: o,
16
- loading: t
17
- }, z = ({ toast: i, onDismiss: e, onRemove: m }) => {
18
- const a = i.variant === "error", c = u[i.variant];
19
- return /* @__PURE__ */ l(
20
- "div",
21
- {
22
- role: a ? "alert" : "status",
23
- "aria-atomic": "true",
24
- className: n(
25
- r.toast,
26
- r[i.variant],
27
- i.dismissing && r.dismissing
28
- ),
29
- onAnimationEnd: () => {
30
- i.dismissing && m(i.id);
31
- },
32
- children: [
33
- /* @__PURE__ */ s(
34
- c,
35
- {
36
- size: 18,
37
- className: n(r.icon, i.variant === "loading" && r.iconSpin),
38
- "aria-hidden": "true"
39
- }
40
- ),
41
- /* @__PURE__ */ s("p", { className: r.message, children: i.message }),
42
- /* @__PURE__ */ s(
43
- "button",
44
- {
45
- onClick: () => e(i.id),
46
- "aria-label": "Dismiss notification",
47
- className: r.dismiss,
48
- children: /* @__PURE__ */ s(g, { size: 16 })
49
- }
50
- )
51
- ]
52
- }
53
- );
54
- };
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ import l from "./index34.js";
3
+ import s from "./index62.js";
4
+ const m = ({ children: e, className: a, ...r }) => /* @__PURE__ */ t("div", { className: l(s.wrapper, a), children: /* @__PURE__ */ t("table", { className: s.table, ...r, children: e }) }), d = ({ children: e, className: a, ...r }) => /* @__PURE__ */ t("thead", { className: l(s.header, a), ...r, children: e }), b = ({ children: e, className: a, ...r }) => /* @__PURE__ */ t("tbody", { className: l(s.body, a), ...r, children: e }), N = ({ children: e, className: a, ...r }) => /* @__PURE__ */ t("tr", { className: l(s.row, a), ...r, children: e }), p = ({
5
+ children: e,
6
+ className: a,
7
+ ...r
8
+ }) => /* @__PURE__ */ t("th", { className: l(s.head, a), ...r, children: e }), u = ({
9
+ children: e,
10
+ className: a,
11
+ ...r
12
+ }) => /* @__PURE__ */ t("td", { className: l(s.cell, a), ...r, children: e });
55
13
  export {
56
- z as Toast
14
+ m as Table,
15
+ b as TableBody,
16
+ u as TableCell,
17
+ p as TableHead,
18
+ d as TableHeader,
19
+ N as TableRow
57
20
  };
package/dist/index29.js CHANGED
@@ -1,21 +1,30 @@
1
- import { jsx as o } from "react/jsx-runtime";
2
- import m from "./index31.js";
3
- import { Toast as l } from "./index28.js";
4
- import t from "./index45.js";
5
- const f = ({
6
- toasts: r,
7
- position: e = "top-right",
8
- onDismiss: n,
9
- onRemove: a
10
- }) => r.length === 0 ? null : /* @__PURE__ */ o(
11
- "div",
1
+ import { jsx as f } from "react/jsx-runtime";
2
+ import n from "./index34.js";
3
+ import t from "./index63.js";
4
+ const u = ({
5
+ children: e,
6
+ as: p = "span",
7
+ size: r,
8
+ weight: s,
9
+ color: m,
10
+ align: o,
11
+ className: x,
12
+ ...a
13
+ }) => /* @__PURE__ */ f(
14
+ p,
12
15
  {
13
- className: m(t.container, t[e]),
14
- "aria-live": "polite",
15
- "aria-relevant": "additions",
16
- children: r.map((i) => /* @__PURE__ */ o(l, { toast: i, onDismiss: n, onRemove: a }, i.id))
16
+ className: n(
17
+ t.text,
18
+ r && t[`size-${r}`],
19
+ s && t[s],
20
+ m && t[m],
21
+ o && t[o],
22
+ x
23
+ ),
24
+ ...a,
25
+ children: e
17
26
  }
18
27
  );
19
28
  export {
20
- f as ToastContainer
29
+ u as Text
21
30
  };
package/dist/index3.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { jsx as o, jsxs as O } from "react/jsx-runtime";
2
- import u from "./index31.js";
2
+ import u from "./index34.js";
3
3
  import { useState as f, useCallback as A, useId as j, useContext as k, useRef as y, createContext as R } from "react";
4
- import e from "./index32.js";
4
+ import e from "./index35.js";
5
5
  const g = R({
6
6
  openId: null,
7
7
  toggle: () => {
package/dist/index30.js CHANGED
@@ -1,48 +1,25 @@
1
- import { jsxs as t, jsx as u } from "react/jsx-runtime";
2
- import r from "./index31.js";
3
- import { useId as y, useState as g, cloneElement as x } from "react";
4
- import s from "./index59.js";
5
- const h = ({
6
- content: i,
7
- placement: a = "top",
8
- variant: n = "dark",
9
- children: l,
10
- id: d,
11
- className: m
12
- }) => {
13
- const p = y(), o = d ?? `tooltip-${p}`, [c, e] = g(!1);
14
- return /* @__PURE__ */ t(
15
- "span",
16
- {
17
- className: r(s.trigger, m),
18
- onKeyDown: (f) => {
19
- f.key === "Escape" && e(!0);
20
- },
21
- onMouseEnter: () => e(!1),
22
- onFocus: () => e(!1),
23
- children: [
24
- x(l, { "aria-describedby": o }),
25
- /* @__PURE__ */ t(
26
- "span",
27
- {
28
- id: o,
29
- role: "tooltip",
30
- className: r(
31
- s.tooltip,
32
- s[n],
33
- s[a],
34
- c && s.dismissed
35
- ),
36
- children: [
37
- /* @__PURE__ */ u("span", { className: s.arrow }),
38
- i
39
- ]
40
- }
41
- )
42
- ]
43
- }
44
- );
45
- };
1
+ import { jsxs as m, jsx as t } from "react/jsx-runtime";
2
+ import c from "./index34.js";
3
+ import { forwardRef as d } from "react";
4
+ import a from "./index72.js";
5
+ const p = d(
6
+ ({ label: s, error: r, id: e, className: l, ...o }, i) => /* @__PURE__ */ m("div", { className: a.wrapper, children: [
7
+ s && /* @__PURE__ */ t("label", { htmlFor: e, className: a.label, children: s }),
8
+ /* @__PURE__ */ t(
9
+ "textarea",
10
+ {
11
+ id: e,
12
+ ref: i,
13
+ "aria-invalid": r ? !0 : void 0,
14
+ "aria-describedby": r ? `${e}-error` : void 0,
15
+ className: c(a.textarea, r && a.textareaError, l),
16
+ ...o
17
+ }
18
+ ),
19
+ r && /* @__PURE__ */ t("p", { id: `${e}-error`, role: "alert", className: a.error, children: r })
20
+ ] })
21
+ );
22
+ p.displayName = "Textarea";
46
23
  export {
47
- h as Tooltip
24
+ p as Textarea
48
25
  };
package/dist/index31.js CHANGED
@@ -1,7 +1,57 @@
1
- import { getDefaultExportFromCjs as r } from "./index72.js";
2
- import { __require as s } from "./index70.js";
3
- var e = s();
4
- const t = /* @__PURE__ */ r(e);
1
+ import { jsxs as l, jsx as s } from "react/jsx-runtime";
2
+ import n from "./index34.js";
3
+ import r from "./index74.js";
4
+ import t from "./index75.js";
5
+ import o from "./index37.js";
6
+ import d from "./index38.js";
7
+ import f from "./index39.js";
8
+ import p from "./index40.js";
9
+ import g from "./index41.js";
10
+ const u = {
11
+ default: o,
12
+ success: p,
13
+ error: f,
14
+ warning: d,
15
+ info: o,
16
+ loading: t
17
+ }, z = ({ toast: i, onDismiss: e, onRemove: m }) => {
18
+ const a = i.variant === "error", c = u[i.variant];
19
+ return /* @__PURE__ */ l(
20
+ "div",
21
+ {
22
+ role: a ? "alert" : "status",
23
+ "aria-atomic": "true",
24
+ className: n(
25
+ r.toast,
26
+ r[i.variant],
27
+ i.dismissing && r.dismissing
28
+ ),
29
+ onAnimationEnd: () => {
30
+ i.dismissing && m(i.id);
31
+ },
32
+ children: [
33
+ /* @__PURE__ */ s(
34
+ c,
35
+ {
36
+ size: 18,
37
+ className: n(r.icon, i.variant === "loading" && r.iconSpin),
38
+ "aria-hidden": "true"
39
+ }
40
+ ),
41
+ /* @__PURE__ */ s("p", { className: r.message, children: i.message }),
42
+ /* @__PURE__ */ s(
43
+ "button",
44
+ {
45
+ onClick: () => e(i.id),
46
+ "aria-label": "Dismiss notification",
47
+ className: r.dismiss,
48
+ children: /* @__PURE__ */ s(g, { size: 16 })
49
+ }
50
+ )
51
+ ]
52
+ }
53
+ );
54
+ };
5
55
  export {
6
- t as default
56
+ z as Toast
7
57
  };
package/dist/index32.js CHANGED
@@ -1,19 +1,21 @@
1
- const n = "_accordion_7j7b7_1", t = "_item_7j7b7_6", e = "_disabled_7j7b7_14", o = "_trigger_7j7b7_19", c = "_content_7j7b7_64", _ = "_contentOpen_7j7b7_70", s = "_contentInner_7j7b7_74", r = {
2
- accordion: n,
3
- item: t,
4
- disabled: e,
5
- trigger: o,
6
- content: c,
7
- contentOpen: _,
8
- contentInner: s
9
- };
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import m from "./index34.js";
3
+ import { Toast as l } from "./index31.js";
4
+ import t from "./index74.js";
5
+ const f = ({
6
+ toasts: r,
7
+ position: e = "top-right",
8
+ onDismiss: n,
9
+ onRemove: a
10
+ }) => r.length === 0 ? null : /* @__PURE__ */ o(
11
+ "div",
12
+ {
13
+ className: m(t.container, t[e]),
14
+ "aria-live": "polite",
15
+ "aria-relevant": "additions",
16
+ children: r.map((i) => /* @__PURE__ */ o(l, { toast: i, onDismiss: n, onRemove: a }, i.id))
17
+ }
18
+ );
10
19
  export {
11
- n as accordion,
12
- c as content,
13
- s as contentInner,
14
- _ as contentOpen,
15
- r as default,
16
- e as disabled,
17
- t as item,
18
- o as trigger
20
+ f as ToastContainer
19
21
  };
package/dist/index33.js CHANGED
@@ -1,19 +1,48 @@
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
1
+ import { jsxs as t, jsx as u } from "react/jsx-runtime";
2
+ import r from "./index34.js";
3
+ import { useId as y, useState as g, cloneElement as x } from "react";
4
+ import s from "./index61.js";
5
+ const h = ({
6
+ content: i,
7
+ placement: a = "top",
8
+ variant: n = "dark",
9
+ children: l,
10
+ id: d,
11
+ className: m
12
+ }) => {
13
+ const p = y(), o = d ?? `tooltip-${p}`, [c, e] = g(!1);
14
+ return /* @__PURE__ */ t(
15
+ "span",
16
+ {
17
+ className: r(s.trigger, m),
18
+ onKeyDown: (f) => {
19
+ f.key === "Escape" && e(!0);
20
+ },
21
+ onMouseEnter: () => e(!1),
22
+ onFocus: () => e(!1),
23
+ children: [
24
+ x(l, { "aria-describedby": o }),
25
+ /* @__PURE__ */ t(
26
+ "span",
27
+ {
28
+ id: o,
29
+ role: "tooltip",
30
+ className: r(
31
+ s.tooltip,
32
+ s[n],
33
+ s[a],
34
+ c && s.dismissed
35
+ ),
36
+ children: [
37
+ /* @__PURE__ */ u("span", { className: s.arrow }),
38
+ i
39
+ ]
40
+ }
41
+ )
42
+ ]
43
+ }
44
+ );
9
45
  };
10
46
  export {
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
47
+ h as Tooltip
19
48
  };
package/dist/index34.js CHANGED
@@ -1,19 +1,7 @@
1
- const t = "_list_2tzve_1", e = "_item_2tzve_9", s = "_separator_2tzve_15", _ = "_link_2tzve_22", i = "_current_2tzve_37", l = "_text_2tzve_42", n = "_ellipsis_2tzve_46", r = {
2
- list: t,
3
- item: e,
4
- separator: s,
5
- link: _,
6
- current: i,
7
- text: l,
8
- ellipsis: n
9
- };
1
+ import { getDefaultExportFromCjs as r } from "./index78.js";
2
+ import { __require as s } from "./index76.js";
3
+ var e = s();
4
+ const t = /* @__PURE__ */ r(e);
10
5
  export {
11
- i as current,
12
- r as default,
13
- n as ellipsis,
14
- e as item,
15
- _ as link,
16
- t as list,
17
- s as separator,
18
- l as text
6
+ t as default
19
7
  };
package/dist/index35.js CHANGED
@@ -1,10 +1,19 @@
1
- import c from "./index73.js";
2
- const e = [
3
- ["circle", { cx: "12", cy: "12", r: "1", key: "41hilf" }],
4
- ["circle", { cx: "19", cy: "12", r: "1", key: "1wjl8i" }],
5
- ["circle", { cx: "5", cy: "12", r: "1", key: "1pcz8c" }]
6
- ], l = c("ellipsis", e);
1
+ const n = "_accordion_7j7b7_1", t = "_item_7j7b7_6", e = "_disabled_7j7b7_14", o = "_trigger_7j7b7_19", c = "_content_7j7b7_64", _ = "_contentOpen_7j7b7_70", s = "_contentInner_7j7b7_74", r = {
2
+ accordion: n,
3
+ item: t,
4
+ disabled: e,
5
+ trigger: o,
6
+ content: c,
7
+ contentOpen: _,
8
+ contentInner: s
9
+ };
7
10
  export {
8
- e as __iconNode,
9
- l as default
11
+ n as accordion,
12
+ c as content,
13
+ s as contentInner,
14
+ _ as contentOpen,
15
+ r as default,
16
+ e as disabled,
17
+ t as item,
18
+ o as trigger
10
19
  };
package/dist/index36.js CHANGED
@@ -1,6 +1,25 @@
1
- import o from "./index73.js";
2
- const t = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]], c = o("chevron-right", t);
1
+ const s = "_alert_16i4u_1", i = "_icon_16i4u_11", n = "_content_16i4u_18", t = "_title_16i4u_23", _ = "_description_16i4u_27", o = "_dismiss_16i4u_35", c = "_success_16i4u_62", e = "_error_16i4u_68", r = "_warning_16i4u_74", u = "_info_16i4u_80", a = {
2
+ alert: s,
3
+ icon: i,
4
+ content: n,
5
+ title: t,
6
+ description: _,
7
+ dismiss: o,
8
+ success: c,
9
+ error: e,
10
+ warning: r,
11
+ info: u
12
+ };
3
13
  export {
4
- t as __iconNode,
5
- c as default
14
+ s as alert,
15
+ n as content,
16
+ a as default,
17
+ _ as description,
18
+ o as dismiss,
19
+ e as error,
20
+ i as icon,
21
+ u as info,
22
+ c as success,
23
+ t as title,
24
+ r as warning
6
25
  };
package/dist/index37.js CHANGED
@@ -1,28 +1,10 @@
1
- const _ = "_badge_19d90_1", o = "_sm_19d90_10", d = "_md_19d90_15", s = "_dot_19d90_21", e = "_remove_19d90_30", n = "_filled_19d90_56", t = "_success_19d90_61", c = "_warning_19d90_66", r = "_error_19d90_71", l = "_info_19d90_76", i = "_outline_19d90_82", a = {
2
- badge: _,
3
- sm: o,
4
- md: d,
5
- dot: s,
6
- remove: e,
7
- filled: n,
8
- default: "_default_19d90_56",
9
- success: t,
10
- warning: c,
11
- error: r,
12
- info: l,
13
- outline: i
14
- };
1
+ import e from "./index79.js";
2
+ const o = [
3
+ ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
4
+ ["path", { d: "M12 16v-4", key: "1dtifu" }],
5
+ ["path", { d: "M12 8h.01", key: "e9boi3" }]
6
+ ], t = e("info", o);
15
7
  export {
16
- _ as badge,
17
- a as default,
18
- s as dot,
19
- r as error,
20
- n as filled,
21
- l as info,
22
- d as md,
23
- i as outline,
24
- e as remove,
25
- o as sm,
26
- t as success,
27
- c as warning
8
+ o as __iconNode,
9
+ t as default
28
10
  };