sander-ui 0.1.13 → 0.1.15

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 (73) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/index10.js +1 -1
  3. package/dist/index12.js +1 -1
  4. package/dist/index13.js +3 -3
  5. package/dist/index14.js +1 -1
  6. package/dist/index15.js +21 -19
  7. package/dist/index16.js +15 -15
  8. package/dist/index17.js +1 -1
  9. package/dist/index18.js +1 -1
  10. package/dist/index19.js +3 -3
  11. package/dist/index20.js +3 -3
  12. package/dist/index21.js +1 -1
  13. package/dist/index22.js +1 -1
  14. package/dist/index23.js +3 -3
  15. package/dist/index24.js +1 -1
  16. package/dist/index25.js +1 -1
  17. package/dist/index26.js +1 -1
  18. package/dist/index27.js +1 -1
  19. package/dist/index28.js +1 -1
  20. package/dist/index29.js +15 -13
  21. package/dist/index3.js +1 -1
  22. package/dist/index30.js +1 -1
  23. package/dist/index31.js +7 -7
  24. package/dist/index32.js +1 -1
  25. package/dist/index33.js +1 -1
  26. package/dist/index35.js +25 -16
  27. package/dist/index36.js +7 -23
  28. package/dist/index37.js +27 -8
  29. package/dist/index38.js +26 -14
  30. package/dist/index39.js +17 -8
  31. package/dist/index4.js +6 -6
  32. package/dist/index40.js +17 -7
  33. package/dist/index41.js +8 -7
  34. package/dist/index42.js +4 -17
  35. package/dist/index43.js +21 -8
  36. package/dist/index44.js +17 -4
  37. package/dist/index45.js +27 -27
  38. package/dist/index46.js +14 -25
  39. package/dist/index47.js +22 -26
  40. package/dist/index48.js +8 -21
  41. package/dist/index49.js +14 -21
  42. package/dist/index5.js +2 -2
  43. package/dist/index50.js +8 -11
  44. package/dist/index51.js +7 -40
  45. package/dist/index52.js +33 -16
  46. package/dist/index53.js +12 -42
  47. package/dist/index54.js +23 -4
  48. package/dist/index55.js +13 -4
  49. package/dist/index56.js +10 -26
  50. package/dist/index57.js +11 -13
  51. package/dist/index58.js +37 -23
  52. package/dist/index59.js +16 -14
  53. package/dist/index6.js +2 -2
  54. package/dist/index60.js +15 -4
  55. package/dist/index61.js +4 -31
  56. package/dist/index62.js +12 -16
  57. package/dist/index63.js +8 -37
  58. package/dist/index64.js +14 -25
  59. package/dist/index65.js +30 -22
  60. package/dist/index66.js +22 -22
  61. package/dist/index67.js +20 -12
  62. package/dist/index68.js +41 -10
  63. package/dist/index69.js +4 -15
  64. package/dist/index7.js +3 -3
  65. package/dist/index70.js +42 -8
  66. package/dist/index71.js +4 -17
  67. package/dist/index72.js +4 -13
  68. package/dist/index73.js +44 -14
  69. package/dist/index74.js +16 -41
  70. package/dist/index75.js +26 -4
  71. package/dist/index8.js +1 -1
  72. package/dist/index9.js +1 -1
  73. package/package.json +1 -1
package/dist/index15.js CHANGED
@@ -1,38 +1,40 @@
1
- import { jsx as n } from "react/jsx-runtime";
2
- import x from "./index34.js";
3
- import e from "./index56.js";
4
- const a = {
1
+ import { jsx as x } from "react/jsx-runtime";
2
+ import a from "./index34.js";
3
+ import e from "./index52.js";
4
+ const c = {
5
5
  h1: "5xl",
6
6
  h2: "4xl",
7
7
  h3: "2xl",
8
8
  h4: "xl",
9
9
  h5: "lg",
10
10
  h6: "base"
11
- }, p = ({
12
- children: t,
11
+ }, z = ({
12
+ children: l,
13
13
  as: o = "h2",
14
- size: l,
15
- weight: h = "bold",
14
+ size: h,
15
+ weight: i = "bold",
16
16
  align: s,
17
- className: i,
18
- ...m
17
+ mb: r = "3",
18
+ className: m,
19
+ ...n
19
20
  }) => {
20
- const r = l ?? a[o];
21
- return /* @__PURE__ */ n(
21
+ const t = h ?? c[o];
22
+ return /* @__PURE__ */ x(
22
23
  o,
23
24
  {
24
- className: x(
25
+ className: a(
25
26
  e.heading,
26
- r && e[`size-${r}`],
27
- e[h],
27
+ t && e[`size-${t}`],
28
+ e[i],
28
29
  s && e[s],
29
- i
30
+ r && e[`mb-${r}`],
31
+ m
30
32
  ),
31
- ...m,
32
- children: t
33
+ ...n,
34
+ children: l
33
35
  }
34
36
  );
35
37
  };
36
38
  export {
37
- p as Heading
39
+ z as Heading
38
40
  };
package/dist/index16.js CHANGED
@@ -1,40 +1,40 @@
1
- import { jsxs as l, jsx as n } from "react/jsx-runtime";
2
- import r from "./index34.js";
3
- import t from "./index47.js";
4
- import s from "./index68.js";
5
- import { Spinner as b } from "./index25.js";
1
+ import { jsxs as b, jsx as n } from "react/jsx-runtime";
2
+ import s from "./index34.js";
3
+ import t from "./index45.js";
4
+ import r from "./index56.js";
5
+ import { Spinner as l } from "./index25.js";
6
6
  const N = ({
7
- icon: e,
8
- variant: m = "ghost",
7
+ children: m,
8
+ variant: e = "ghost",
9
9
  size: i = "md",
10
10
  type: c = "button",
11
11
  loading: o,
12
12
  disabled: p,
13
13
  className: u,
14
14
  ...a
15
- }) => /* @__PURE__ */ l(
15
+ }) => /* @__PURE__ */ b(
16
16
  "button",
17
17
  {
18
18
  type: c,
19
19
  disabled: o || p,
20
20
  "aria-busy": o || void 0,
21
- className: r(
21
+ className: s(
22
22
  t.button,
23
- t[m],
24
- s.iconButton,
25
- s[i],
23
+ t[e],
24
+ r.iconButton,
25
+ r[i],
26
26
  u
27
27
  ),
28
28
  ...a,
29
29
  children: [
30
- o ? /* @__PURE__ */ n(b, { className: t.spinner }) : null,
30
+ o ? /* @__PURE__ */ n(l, { className: t.spinner }) : null,
31
31
  /* @__PURE__ */ n(
32
32
  "span",
33
33
  {
34
- className: r(t.content, {
34
+ className: s(t.content, {
35
35
  [t.hidden]: o
36
36
  }),
37
- children: e
37
+ children: m
38
38
  }
39
39
  )
40
40
  ]
package/dist/index17.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { jsxs as m, jsx as i } from "react/jsx-runtime";
2
2
  import p from "./index34.js";
3
3
  import { forwardRef as n } from "react";
4
- import a from "./index57.js";
4
+ import a from "./index62.js";
5
5
  const c = n(
6
6
  ({ label: s, error: r, id: e, className: t, ...l }, o) => /* @__PURE__ */ m("div", { className: a.wrapper, children: [
7
7
  s && /* @__PURE__ */ i("label", { htmlFor: e, className: a.label, children: s }),
package/dist/index18.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import a from "./index34.js";
3
- import t from "./index47.js";
3
+ import t from "./index45.js";
4
4
  const f = ({
5
5
  variant: o = "primary",
6
6
  size: r = "md",
package/dist/index19.js CHANGED
@@ -2,9 +2,9 @@ import { jsx as l, jsxs as b } from "react/jsx-runtime";
2
2
  import c from "./index34.js";
3
3
  import { useRef as h, useState as u, useEffect as p } from "react";
4
4
  import { createPortal as v } from "react-dom";
5
- import { useScrollLock as M } from "./index50.js";
6
- import t from "./index58.js";
7
- import y from "./index41.js";
5
+ import { useScrollLock as M } from "./index57.js";
6
+ import t from "./index75.js";
7
+ import y from "./index36.js";
8
8
  const R = ({
9
9
  open: s,
10
10
  onClose: o,
package/dist/index20.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import { jsxs as f, jsx as e } from "react/jsx-runtime";
2
2
  import u from "./index34.js";
3
- import n from "./index59.js";
4
- import h from "./index60.js";
5
- import d from "./index44.js";
3
+ import n from "./index60.js";
4
+ import h from "./index61.js";
5
+ import d from "./index42.js";
6
6
  function b(i, r, a) {
7
7
  const s = [], c = Math.max(2, i - a), t = Math.min(r - 1, i + a);
8
8
  s.push(1), c > 2 && s.push("ellipsis");
package/dist/index21.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { jsxs as i, jsx as n } from "react/jsx-runtime";
2
2
  import o from "./index34.js";
3
- import r from "./index66.js";
3
+ import r from "./index54.js";
4
4
  const N = ({
5
5
  value: e,
6
6
  max: d = 100,
package/dist/index22.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { jsxs as d, jsx as l } from "react/jsx-runtime";
2
2
  import c from "./index34.js";
3
3
  import { forwardRef as h } from "react";
4
- import a from "./index65.js";
4
+ import a from "./index66.js";
5
5
  const v = h(
6
6
  ({ label: i, error: s, options: m, value: n, onChange: o, name: r, className: p, ...t }, u) => /* @__PURE__ */ d("fieldset", { className: c(a.fieldset, p), children: [
7
7
  i && /* @__PURE__ */ l("legend", { className: a.legend, children: i }),
package/dist/index23.js CHANGED
@@ -2,9 +2,9 @@ import { jsx as l, jsxs as y } from "react/jsx-runtime";
2
2
  import k from "./index34.js";
3
3
  import { createPortal as ue } from "react-dom";
4
4
  import { useId as pe, useState as h, useRef as D, useCallback as C, useLayoutEffect as fe, useEffect as J } from "react";
5
- import r from "./index53.js";
6
- import be from "./index54.js";
7
- import he from "./index55.js";
5
+ import r from "./index70.js";
6
+ import be from "./index71.js";
7
+ import he from "./index72.js";
8
8
  function Q(v) {
9
9
  return "options" in v;
10
10
  }
package/dist/index24.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
2
  import n from "./index34.js";
3
- import t from "./index67.js";
3
+ import t from "./index55.js";
4
4
  const c = ({
5
5
  width: e,
6
6
  height: r,
package/dist/index25.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { jsxs as t, jsx as e } from "react/jsx-runtime";
2
2
  import i from "./index34.js";
3
- import r from "./index71.js";
3
+ import r from "./index59.js";
4
4
  const m = ({
5
5
  size: s = "md",
6
6
  className: n,
package/dist/index26.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { jsxs as o, jsx as e } from "react/jsx-runtime";
2
2
  import l from "./index34.js";
3
- import r from "./index49.js";
3
+ import r from "./index67.js";
4
4
  const u = ({
5
5
  id: t,
6
6
  checked: s,
package/dist/index27.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { jsx as b, jsxs as D } from "react/jsx-runtime";
2
2
  import f from "./index34.js";
3
3
  import { useRef as w, useState as I, useCallback as E, useEffect as g } from "react";
4
- import a from "./index73.js";
4
+ import a from "./index64.js";
5
5
  const j = ({
6
6
  tabs: l,
7
7
  value: i,
package/dist/index28.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import l from "./index34.js";
3
- import s from "./index62.js";
3
+ import s from "./index44.js";
4
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
5
  children: e,
6
6
  className: a,
package/dist/index29.js CHANGED
@@ -1,28 +1,30 @@
1
- import { jsx as f } from "react/jsx-runtime";
2
- import n from "./index34.js";
3
- import t from "./index63.js";
1
+ import { jsx as n } from "react/jsx-runtime";
2
+ import c from "./index34.js";
3
+ import t from "./index73.js";
4
4
  const u = ({
5
- children: e,
6
- as: p = "span",
5
+ children: p,
6
+ as: x = "span",
7
7
  size: r,
8
8
  weight: s,
9
9
  color: m,
10
10
  align: o,
11
- className: x,
12
- ...a
13
- }) => /* @__PURE__ */ f(
14
- p,
11
+ mb: e = "2",
12
+ className: a,
13
+ ...f
14
+ }) => /* @__PURE__ */ n(
15
+ x,
15
16
  {
16
- className: n(
17
+ className: c(
17
18
  t.text,
18
19
  r && t[`size-${r}`],
19
20
  s && t[s],
20
21
  m && t[m],
21
22
  o && t[o],
22
- x
23
+ e && t[`mb-${e}`],
24
+ a
23
25
  ),
24
- ...a,
25
- children: e
26
+ ...f,
27
+ children: p
26
28
  }
27
29
  );
28
30
  export {
package/dist/index3.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { jsx as o, jsxs as O } from "react/jsx-runtime";
2
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 "./index35.js";
4
+ import e from "./index39.js";
5
5
  const g = R({
6
6
  openId: null,
7
7
  toggle: () => {
package/dist/index30.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { jsxs as m, jsx as t } from "react/jsx-runtime";
2
2
  import c from "./index34.js";
3
3
  import { forwardRef as d } from "react";
4
- import a from "./index72.js";
4
+ import a from "./index53.js";
5
5
  const p = d(
6
6
  ({ label: s, error: r, id: e, className: l, ...o }, i) => /* @__PURE__ */ m("div", { className: a.wrapper, children: [
7
7
  s && /* @__PURE__ */ t("label", { htmlFor: e, className: a.label, children: s }),
package/dist/index31.js CHANGED
@@ -1,12 +1,12 @@
1
1
  import { jsxs as l, jsx as s } from "react/jsx-runtime";
2
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";
3
+ import r from "./index68.js";
4
+ import t from "./index69.js";
5
+ import o from "./index48.js";
6
+ import d from "./index49.js";
7
+ import f from "./index50.js";
8
+ import p from "./index51.js";
9
+ import g from "./index36.js";
10
10
  const u = {
11
11
  default: o,
12
12
  success: p,
package/dist/index32.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import m from "./index34.js";
3
3
  import { Toast as l } from "./index31.js";
4
- import t from "./index74.js";
4
+ import t from "./index68.js";
5
5
  const f = ({
6
6
  toasts: r,
7
7
  position: e = "top-right",
package/dist/index33.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { jsxs as t, jsx as u } from "react/jsx-runtime";
2
2
  import r from "./index34.js";
3
3
  import { useId as y, useState as g, cloneElement as x } from "react";
4
- import s from "./index61.js";
4
+ import s from "./index65.js";
5
5
  const h = ({
6
6
  content: i,
7
7
  placement: a = "top",
package/dist/index35.js CHANGED
@@ -1,19 +1,28 @@
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
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
9
14
  };
10
15
  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
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
19
28
  };
package/dist/index36.js CHANGED
@@ -1,25 +1,9 @@
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
- };
1
+ import e from "./index79.js";
2
+ const o = [
3
+ ["path", { d: "M18 6 6 18", key: "1bl5f8" }],
4
+ ["path", { d: "m6 6 12 12", key: "d8bk6v" }]
5
+ ], c = e("x", o);
13
6
  export {
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
7
+ o as __iconNode,
8
+ c as default
25
9
  };
package/dist/index37.js CHANGED
@@ -1,10 +1,29 @@
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);
1
+ const l = /* @__PURE__ */ new Set([
2
+ "van",
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
+ }
7
27
  export {
8
- o as __iconNode,
9
- t as default
28
+ a as getInitials
10
29
  };
package/dist/index38.js CHANGED
@@ -1,16 +1,28 @@
1
- import e from "./index79.js";
2
- const t = [
3
- [
4
- "path",
5
- {
6
- d: "m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",
7
- key: "wmoenq"
8
- }
9
- ],
10
- ["path", { d: "M12 9v4", key: "juzpu7" }],
11
- ["path", { d: "M12 17h.01", key: "p32p05" }]
12
- ], o = e("triangle-alert", t);
1
+ const _ = "_wrapper_1p6ce_1", s = "_sm_1p6ce_8", t = "_md_1p6ce_14", a = "_lg_1p6ce_20", c = "_xl_1p6ce_26", e = "_image_1p6ce_38", p = "_fallback_1p6ce_45", l = "_status_1p6ce_59", o = "_group_1p6ce_88", u = {
2
+ wrapper: _,
3
+ sm: s,
4
+ md: t,
5
+ lg: a,
6
+ xl: c,
7
+ "2xl": "_2xl_1p6ce_32",
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
16
+ };
13
17
  export {
14
- t as __iconNode,
15
- o as default
18
+ u as default,
19
+ p as fallback,
20
+ o as group,
21
+ e as image,
22
+ a as lg,
23
+ t as md,
24
+ s as sm,
25
+ l as status,
26
+ _ as wrapper,
27
+ c as xl
16
28
  };
package/dist/index39.js CHANGED
@@ -1,10 +1,19 @@
1
- import e from "./index79.js";
2
- const c = [
3
- ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
4
- ["line", { x1: "12", x2: "12", y1: "8", y2: "12", key: "1pkeuh" }],
5
- ["line", { x1: "12", x2: "12.01", y1: "16", y2: "16", key: "4dfq90" }]
6
- ], l = e("circle-alert", c);
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
- c 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/index4.js CHANGED
@@ -1,11 +1,11 @@
1
1
  import { jsxs as t, jsx as o } from "react/jsx-runtime";
2
2
  import a from "./index34.js";
3
- import r from "./index36.js";
4
- import f from "./index37.js";
5
- import p from "./index38.js";
6
- import d from "./index39.js";
7
- import N from "./index40.js";
8
- import g from "./index41.js";
3
+ import r from "./index47.js";
4
+ import f from "./index48.js";
5
+ import p from "./index49.js";
6
+ import d from "./index50.js";
7
+ import N from "./index51.js";
8
+ import g from "./index36.js";
9
9
  const h = {
10
10
  success: N,
11
11
  error: d,
package/dist/index40.js CHANGED
@@ -1,9 +1,19 @@
1
- import c from "./index79.js";
2
- const e = [
3
- ["path", { d: "M21.801 10A10 10 0 1 1 17 3.335", key: "yps3ct" }],
4
- ["path", { d: "m9 11 3 3L22 4", key: "1pflzl" }]
5
- ], o = c("circle-check-big", e);
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
+ };
6
10
  export {
7
- e as __iconNode,
8
- o as default
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
9
19
  };
package/dist/index41.js CHANGED
@@ -1,9 +1,10 @@
1
- import e from "./index79.js";
2
- const o = [
3
- ["path", { d: "M18 6 6 18", key: "1bl5f8" }],
4
- ["path", { d: "m6 6 12 12", key: "d8bk6v" }]
5
- ], c = e("x", o);
1
+ import c from "./index79.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);
6
7
  export {
7
- o as __iconNode,
8
- c as default
8
+ e as __iconNode,
9
+ l as default
9
10
  };
package/dist/index42.js CHANGED
@@ -1,19 +1,6 @@
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 o from "./index79.js";
2
+ const t = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]], c = o("chevron-right", t);
10
3
  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
4
+ t as __iconNode,
5
+ c as default
19
6
  };