lism-css 0.0.4 → 0.0.5

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 (45) hide show
  1. package/dist/components/Accordion/AccIcon.js +5 -5
  2. package/dist/components/Accordion/index2.js +20 -20
  3. package/dist/components/Box/index.js +5 -5
  4. package/dist/components/Center/index.js +2 -2
  5. package/dist/components/Columns/index.js +2 -2
  6. package/dist/components/Container/index.js +3 -4
  7. package/dist/components/Decorator/index.js +2 -2
  8. package/dist/components/Divider/index.js +4 -4
  9. package/dist/components/Dummy/index.js +6 -6
  10. package/dist/components/Flex/Cluster.js +4 -4
  11. package/dist/components/Flex/FlexItem.js +3 -4
  12. package/dist/components/Flex/index.js +2 -2
  13. package/dist/components/Frame/index.js +4 -4
  14. package/dist/components/Grid/GridItem.js +5 -6
  15. package/dist/components/Grid/index.js +4 -4
  16. package/dist/components/Icon/SVG.js +11 -11
  17. package/dist/components/Icon/index.js +7 -7
  18. package/dist/components/Layer/index.js +6 -7
  19. package/dist/components/LinkBox/index.js +6 -6
  20. package/dist/components/Lism/Link.js +4 -4
  21. package/dist/components/Lism/Media.js +4 -5
  22. package/dist/components/Lism/Text.js +4 -4
  23. package/dist/components/Lism/index.js +4 -5
  24. package/dist/components/Modal/Body.js +4 -5
  25. package/dist/components/Modal/CloseIconBtn.js +12 -12
  26. package/dist/components/Modal/Footer.js +6 -7
  27. package/dist/components/Modal/Header.js +6 -7
  28. package/dist/components/Modal/Inner.js +2 -2
  29. package/dist/components/Modal/index2.js +9 -11
  30. package/dist/components/Spacer/index.js +4 -4
  31. package/dist/components/Stack/index.js +4 -4
  32. package/dist/components/Tabs/Tab.js +6 -6
  33. package/dist/components/Tabs/TabItem.js +4 -4
  34. package/dist/components/Tabs/TabList.js +4 -4
  35. package/dist/components/Tabs/TabPanel.js +6 -6
  36. package/dist/components/Tabs/index2.js +30 -30
  37. package/dist/components/WithSide/index.js +3 -3
  38. package/package.json +1 -1
  39. package/dist/_virtual/jsx-runtime.js +0 -5
  40. package/dist/_virtual/jsx-runtime2.js +0 -4
  41. package/dist/_virtual/react-jsx-runtime.development.js +0 -4
  42. package/dist/_virtual/react-jsx-runtime.production.min.js +0 -4
  43. package/dist/node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react-jsx-runtime.development.js +0 -604
  44. package/dist/node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react-jsx-runtime.production.min.js +0 -28
  45. package/dist/node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js +0 -10
@@ -1,10 +1,10 @@
1
- import { j as o } from "../../_virtual/jsx-runtime.js";
1
+ import { jsx as o } from "react/jsx-runtime";
2
2
  import { getAccIconProps as n } from "./getProps.js";
3
3
  import i from "../Lism/index.js";
4
- import s from "../Icon/index.js";
5
- function x({ icon: r = "caret-down", viewBox: t, children: c = null, ...m }) {
6
- return /* @__PURE__ */ o.jsx(i, { ...n(m), children: c || /* @__PURE__ */ o.jsx(s, { viewBox: t, icon: r }) });
4
+ import e from "../Icon/index.js";
5
+ function u({ icon: r = "caret-down", viewBox: c, children: t = null, ...m }) {
6
+ return /* @__PURE__ */ o(i, { ...n(m), children: t || /* @__PURE__ */ o(e, { viewBox: c, icon: r }) });
7
7
  }
8
8
  export {
9
- x as default
9
+ u as default
10
10
  };
@@ -1,32 +1,32 @@
1
- import { j as e } from "../../_virtual/jsx-runtime.js";
1
+ import { jsx as e } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import f from "../../lib/getLismProps.js";
4
- import { defaultProps as n, getAccProps as u } from "./getProps.js";
5
- import { setEvent as c } from "./setAccordion.js";
3
+ import u from "../../lib/getLismProps.js";
4
+ import { defaultProps as n, getAccProps as c } from "./getProps.js";
5
+ import { setEvent as s } from "./setAccordion.js";
6
6
  import p from "../Grid/index.js";
7
- import s from "../Lism/index.js";
8
- import a from "../Flex/index.js";
9
- function E({ children: r, ...t }) {
7
+ import f from "../Lism/index.js";
8
+ import l from "../Flex/index.js";
9
+ function h({ children: r, ...t }) {
10
10
  const o = m.useRef(null);
11
11
  m.useEffect(() => {
12
12
  if (o.current)
13
- return c(o.current);
13
+ return s(o.current);
14
14
  }, []);
15
- const i = f(u(t));
16
- return /* @__PURE__ */ e.jsx("details", { ref: o, ...i, children: r });
15
+ const i = u(c(t));
16
+ return /* @__PURE__ */ e("details", { ref: o, ...i, children: r });
17
17
  }
18
- function L({ children: r, ...t }) {
19
- return /* @__PURE__ */ e.jsx(a, { tag: "summary", ...n.header, ...t, children: r });
18
+ function A({ children: r, ...t }) {
19
+ return /* @__PURE__ */ e(l, { tag: "summary", ...n.header, ...t, children: r });
20
20
  }
21
- function R({ children: r, ...t }) {
22
- return /* @__PURE__ */ e.jsx(s, { ...n.label, ...t, children: r });
21
+ function E({ children: r, ...t }) {
22
+ return /* @__PURE__ */ e(f, { ...n.label, ...t, children: r });
23
23
  }
24
- function h({ children: r, isFlow: t, innerProps: o, ...i }) {
25
- return /* @__PURE__ */ e.jsx(p, { ...n.body, ...i, children: /* @__PURE__ */ e.jsx(s, { isFlow: t, ...n.inner, ...o, children: r }) });
24
+ function R({ children: r, isFlow: t, innerProps: o, ...i }) {
25
+ return /* @__PURE__ */ e(p, { ...n.body, ...i, children: /* @__PURE__ */ e(f, { isFlow: t, ...n.inner, ...o, children: r }) });
26
26
  }
27
27
  export {
28
- E as Accordion,
29
- h as Body,
30
- L as Header,
31
- R as Label
28
+ h as Accordion,
29
+ R as Body,
30
+ A as Header,
31
+ E as Label
32
32
  };
@@ -1,9 +1,9 @@
1
- import { j as t } from "../../_virtual/jsx-runtime.js";
1
+ import { jsx as t } from "react/jsx-runtime";
2
2
  import m from "./getProps.js";
3
- import s from "../Lism/index.js";
4
- function e({ children: o, ...r }) {
5
- return /* @__PURE__ */ t.jsx(s, { ...m(r), children: o });
3
+ import f from "../Lism/index.js";
4
+ function s({ children: o, ...r }) {
5
+ return /* @__PURE__ */ t(f, { ...m(r), children: o });
6
6
  }
7
7
  export {
8
- e as default
8
+ s as default
9
9
  };
@@ -1,7 +1,7 @@
1
- import { j as t } from "../../_virtual/jsx-runtime.js";
1
+ import { jsx as t } from "react/jsx-runtime";
2
2
  import e from "../Grid/index.js";
3
3
  function n(r) {
4
- return /* @__PURE__ */ t.jsx(e, { _grid: "center", ...r });
4
+ return /* @__PURE__ */ t(e, { _grid: "center", ...r });
5
5
  }
6
6
  export {
7
7
  n as default
@@ -1,8 +1,8 @@
1
- import { j as r } from "../../_virtual/jsx-runtime.js";
1
+ import { jsx as r } from "react/jsx-runtime";
2
2
  import m from "./getProps.js";
3
3
  import t from "../Grid/index.js";
4
4
  function u(o) {
5
- return /* @__PURE__ */ r.jsx(t, { _grid: "columns", ...m(o) });
5
+ return /* @__PURE__ */ r(t, { _grid: "columns", ...m(o) });
6
6
  }
7
7
  export {
8
8
  u as default
@@ -1,8 +1,7 @@
1
- import { j as i } from "../../_virtual/jsx-runtime.js";
2
- import s from "../Lism/index.js";
1
+ import { jsx as n } from "react/jsx-runtime";
2
+ import i from "../Lism/index.js";
3
3
  function m({ size: t = !0, layout: o, ...r }) {
4
- const n = o || s;
5
- return /* @__PURE__ */ i.jsx(n, { isContainer: t, ...r });
4
+ return /* @__PURE__ */ n(o || i, { isContainer: t, ...r });
6
5
  }
7
6
  export {
8
7
  m as default
@@ -1,8 +1,8 @@
1
- import { j as o } from "../../_virtual/jsx-runtime.js";
1
+ import { jsx as o } from "react/jsx-runtime";
2
2
  import t from "./getProps.js";
3
3
  import m from "../Lism/index.js";
4
4
  function p(r) {
5
- return /* @__PURE__ */ o.jsx(m, { ...t(r) });
5
+ return /* @__PURE__ */ o(m, { ...t(r) });
6
6
  }
7
7
  export {
8
8
  p as default
@@ -1,9 +1,9 @@
1
- import { j as t } from "../../_virtual/jsx-runtime.js";
1
+ import { jsx as t } from "react/jsx-runtime";
2
2
  import { getDividerProps as i } from "./getProps.js";
3
3
  import o from "../Lism/index.js";
4
- function p(r) {
5
- return /* @__PURE__ */ t.jsx(o, { skipState: !0, ...i(r) });
4
+ function f(r) {
5
+ return /* @__PURE__ */ t(o, { skipState: !0, ...i(r) });
6
6
  }
7
7
  export {
8
- p as default
8
+ f as default
9
9
  };
@@ -1,7 +1,7 @@
1
- import { j as i } from "../../_virtual/jsx-runtime.js";
1
+ import { jsx as i } from "react/jsx-runtime";
2
2
  import p from "./getContent.js";
3
- import u from "../Lism/index.js";
4
- function c({
3
+ import s from "../Lism/index.js";
4
+ function a({
5
5
  tag: t = "p",
6
6
  pre: n = "",
7
7
  length: o = "m",
@@ -9,9 +9,9 @@ function c({
9
9
  offset: r = 0,
10
10
  ...e
11
11
  }) {
12
- const s = p({ tag: t, pre: n, lang: m, length: o, offset: r });
13
- return /* @__PURE__ */ i.jsx(u, { tag: t, ...e, dangerouslySetInnerHTML: { __html: s } });
12
+ const f = p({ tag: t, pre: n, lang: m, length: o, offset: r });
13
+ return /* @__PURE__ */ i(s, { tag: t, ...e, dangerouslySetInnerHTML: { __html: f } });
14
14
  }
15
15
  export {
16
- c as default
16
+ a as default
17
17
  };
@@ -1,8 +1,8 @@
1
- import { j as t } from "../../_virtual/jsx-runtime.js";
1
+ import { jsx as t } from "react/jsx-runtime";
2
2
  import e from "./index.js";
3
- function u(r) {
4
- return /* @__PURE__ */ t.jsx(e, { variant: "cluster", ...r });
3
+ function a(r) {
4
+ return /* @__PURE__ */ t(e, { variant: "cluster", ...r });
5
5
  }
6
6
  export {
7
- u as default
7
+ a as default
8
8
  };
@@ -1,8 +1,7 @@
1
- import { j as s } from "../../_virtual/jsx-runtime.js";
1
+ import { jsx as n } from "react/jsx-runtime";
2
2
  import e from "../Lism/index.js";
3
- function p({ children: t, layout: o, ...m }) {
4
- const r = o || e;
5
- return /* @__PURE__ */ s.jsx(r, { ...m, children: t });
3
+ function p({ children: o, layout: m, ...t }) {
4
+ return /* @__PURE__ */ n(m || e, { ...t, children: o });
6
5
  }
7
6
  export {
8
7
  p as default
@@ -1,8 +1,8 @@
1
- import { j as o } from "../../_virtual/jsx-runtime.js";
1
+ import { jsx as o } from "react/jsx-runtime";
2
2
  import { getFlexProps as t } from "./getProps.js";
3
3
  import m from "../Lism/index.js";
4
4
  function p(r) {
5
- return /* @__PURE__ */ o.jsx(m, { ...t(r) });
5
+ return /* @__PURE__ */ o(m, { ...t(r) });
6
6
  }
7
7
  export {
8
8
  p as default
@@ -1,8 +1,8 @@
1
- import { j as o } from "../../_virtual/jsx-runtime.js";
2
- import t from "./getProps.js";
3
- import m from "../Lism/index.js";
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import m from "./getProps.js";
3
+ import t from "../Lism/index.js";
4
4
  function p({ ...r }) {
5
- return /* @__PURE__ */ o.jsx(m, { ...t(r) });
5
+ return /* @__PURE__ */ o(t, { ...m(r) });
6
6
  }
7
7
  export {
8
8
  p as default
@@ -1,10 +1,9 @@
1
- import { j as i } from "../../_virtual/jsx-runtime.js";
2
- import { getGridItemProps as s } from "./getProps.js";
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import { getGridItemProps as i } from "./getProps.js";
3
3
  import e from "../Lism/index.js";
4
- function u({ children: t, layout: o, ...r }) {
5
- const m = o || e;
6
- return /* @__PURE__ */ i.jsx(m, { ...s(r), children: t });
4
+ function d({ children: o, layout: m, ...t }) {
5
+ return /* @__PURE__ */ r(m || e, { ...i(t), children: o });
7
6
  }
8
7
  export {
9
- u as default
8
+ d as default
10
9
  };
@@ -1,9 +1,9 @@
1
- import { j as t } from "../../_virtual/jsx-runtime.js";
1
+ import { jsx as t } from "react/jsx-runtime";
2
2
  import { getGridProps as i } from "./getProps.js";
3
3
  import m from "../Lism/index.js";
4
- function s(r) {
5
- return r = i(r), /* @__PURE__ */ t.jsx(m, { ...r });
4
+ function d(r) {
5
+ return r = i(r), /* @__PURE__ */ t(m, { ...r });
6
6
  }
7
7
  export {
8
- s as default
8
+ d as default
9
9
  };
@@ -1,29 +1,29 @@
1
- import { j as s } from "../../_virtual/jsx-runtime.js";
2
- function x({
3
- size: t = "1em",
1
+ import { jsxs as n, jsx as f } from "react/jsx-runtime";
2
+ function u({
3
+ size: r = "1em",
4
4
  fill: e = "currentColor",
5
5
  viewBox: o = "0 0 24 24",
6
- path: r,
7
- children: n,
6
+ path: t,
7
+ children: s,
8
8
  ...l
9
9
  }) {
10
- return /* @__PURE__ */ s.jsxs(
10
+ return /* @__PURE__ */ n(
11
11
  "svg",
12
12
  {
13
13
  xmlns: "http://www.w3.org/2000/svg",
14
14
  viewBox: o,
15
- width: t,
16
- height: t,
15
+ width: r,
16
+ height: r,
17
17
  fill: e,
18
18
  focusable: "false",
19
19
  ...l,
20
20
  children: [
21
- r && /* @__PURE__ */ s.jsx("path", { d: r }),
22
- n
21
+ t && /* @__PURE__ */ f("path", { d: t }),
22
+ s
23
23
  ]
24
24
  }
25
25
  );
26
26
  }
27
27
  export {
28
- x as default
28
+ u as default
29
29
  };
@@ -1,11 +1,11 @@
1
- import { j as s } from "../../_virtual/jsx-runtime.js";
2
- import e from "../../lib/getLismProps.js";
3
- import i from "./getProps.js";
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import i from "../../lib/getLismProps.js";
3
+ import s from "./getProps.js";
4
4
  import f from "./SVG.js";
5
- function a({ children: r, ...t }) {
6
- let { Component: o, lismProps: m, exProps: p } = i(t);
7
- return o === "_SVG_" && (o = f), /* @__PURE__ */ s.jsx(o, { ...e(m), ...p, children: r });
5
+ function x({ children: r, ...t }) {
6
+ let { Component: o, lismProps: m, exProps: p } = s(t);
7
+ return o === "_SVG_" && (o = f), /* @__PURE__ */ e(o, { ...i(m), ...p, children: r });
8
8
  }
9
9
  export {
10
- a as default
10
+ x as default
11
11
  };
@@ -1,10 +1,9 @@
1
- import { j as e } from "../../_virtual/jsx-runtime.js";
2
- import { getLayerProps as s } from "./getProps.js";
3
- import m from "../Lism/index.js";
4
- function u({ layout: r, ...t }) {
5
- const o = r || m;
6
- return /* @__PURE__ */ e.jsx(o, { isLayer: !0, ...s(t) });
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ import { getLayerProps as e } from "./getProps.js";
3
+ import a from "../Lism/index.js";
4
+ function L({ layout: r, ...o }) {
5
+ return /* @__PURE__ */ t(r || a, { isLayer: !0, ...e(o) });
7
6
  }
8
7
  export {
9
- u as default
8
+ L as default
10
9
  };
@@ -1,9 +1,9 @@
1
- import { j as e } from "../../_virtual/jsx-runtime.js";
2
- import i from "../Lism/index.js";
3
- function x({ layout: t, children: s, ...o }) {
4
- const n = !!o.href ? "a" : "div", r = t || i;
5
- return /* @__PURE__ */ e.jsx(r, { isLinkBox: !0, hov: "fade", tag: n, ...o, children: s });
1
+ import { jsx as i } from "react/jsx-runtime";
2
+ import r from "../Lism/index.js";
3
+ function L({ layout: t, children: n, ...o }) {
4
+ const e = !!o.href ? "a" : "div";
5
+ return /* @__PURE__ */ i(t || r, { isLinkBox: !0, hov: "fade", tag: e, ...o, children: n });
6
6
  }
7
7
  export {
8
- x as default
8
+ L as default
9
9
  };
@@ -1,8 +1,8 @@
1
- import { j as r } from "../../_virtual/jsx-runtime.js";
1
+ import { jsx as r } from "react/jsx-runtime";
2
2
  import i from "./index.js";
3
- function a(t) {
4
- return /* @__PURE__ */ r.jsx(i, { skipState: !0, tag: "a", ...t });
3
+ function e(t) {
4
+ return /* @__PURE__ */ r(i, { skipState: !0, tag: "a", ...t });
5
5
  }
6
6
  export {
7
- a as default
7
+ e as default
8
8
  };
@@ -1,10 +1,9 @@
1
- import { j as s } from "../../_virtual/jsx-runtime.js";
1
+ import { jsx as m } from "react/jsx-runtime";
2
2
  import e from "../../lib/getLismProps.js";
3
3
  import p from "../getMediaProps.js";
4
- function u({ as: o, exProps: r, tag: t, ...i }) {
5
- const m = o || t || "img";
6
- return /* @__PURE__ */ s.jsx(m, { ...e(p(i)), ...r });
4
+ function d({ as: o, exProps: r, tag: t, ...i }) {
5
+ return /* @__PURE__ */ m(o || t || "img", { ...e(p(i)), ...r });
7
6
  }
8
7
  export {
9
- u as default
8
+ d as default
10
9
  };
@@ -1,8 +1,8 @@
1
- import { j as r } from "../../_virtual/jsx-runtime.js";
1
+ import { jsx as r } from "react/jsx-runtime";
2
2
  import e from "./index.js";
3
- function i(t) {
4
- return /* @__PURE__ */ r.jsx(e, { skipState: !0, tag: "p", ...t });
3
+ function m(t) {
4
+ return /* @__PURE__ */ r(e, { skipState: !0, tag: "p", ...t });
5
5
  }
6
6
  export {
7
- i as default
7
+ m as default
8
8
  };
@@ -1,8 +1,7 @@
1
- import { j as e } from "../../_virtual/jsx-runtime.js";
2
- import p from "../../lib/getLismProps.js";
3
- function u({ children: t, as: r, exProps: o, tag: s, ...i }) {
4
- let m = r || s || "div";
5
- return /* @__PURE__ */ e.jsx(m, { ...p(i), ...o, children: t });
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import s from "../../lib/getLismProps.js";
3
+ function u({ children: r, as: t, exProps: o, tag: i, ...m }) {
4
+ return /* @__PURE__ */ e(t || i || "div", { ...s(m), ...o, children: r });
6
5
  }
7
6
  export {
8
7
  u as default
@@ -1,10 +1,9 @@
1
- import { j as s } from "../../_virtual/jsx-runtime.js";
1
+ import { jsx as m } from "react/jsx-runtime";
2
2
  import { defaultProps as a } from "./getProps.js";
3
3
  import f from "../Lism/index.js";
4
- function d({ layout: o, children: t, ...r }) {
5
- const m = o || f;
6
- return /* @__PURE__ */ s.jsx(m, { ...a.body, ...r, children: t });
4
+ function s({ layout: o, children: t, ...r }) {
5
+ return /* @__PURE__ */ m(o || f, { ...a.body, ...r, children: t });
7
6
  }
8
7
  export {
9
- d as default
8
+ s as default
10
9
  };
@@ -1,17 +1,17 @@
1
- import { j as o } from "../../_virtual/jsx-runtime.js";
2
- import { defaultProps as m } from "./getProps.js";
3
- import a from "../Lism/index.js";
4
- import i from "../Icon/index.js";
1
+ import { jsx as o, jsxs as l, Fragment as m } from "react/jsx-runtime";
2
+ import { defaultProps as a } from "./getProps.js";
3
+ import i from "../Lism/index.js";
4
+ import c from "../Icon/index.js";
5
5
  function x({
6
- children: s,
7
- modalId: r = "",
8
- icon: e,
9
- srText: t = "Close",
10
- ...n
6
+ children: r,
7
+ modalId: e = "",
8
+ icon: s,
9
+ srText: n = "Close",
10
+ ...t
11
11
  }) {
12
- return /* @__PURE__ */ o.jsx(a, { "data-modal-close": r, ...m.closeBtn, ...n, children: s || /* @__PURE__ */ o.jsxs(o.Fragment, { children: [
13
- /* @__PURE__ */ o.jsx(i, { icon: e || "x" }),
14
- /* @__PURE__ */ o.jsx("span", { className: "u--hidden", children: t || "Close" })
12
+ return /* @__PURE__ */ o(i, { "data-modal-close": e, ...a.closeBtn, ...t, children: r || /* @__PURE__ */ l(m, { children: [
13
+ /* @__PURE__ */ o(c, { icon: s || "x" }),
14
+ /* @__PURE__ */ o("span", { className: "u--hidden", children: n || "Close" })
15
15
  ] }) });
16
16
  }
17
17
  export {
@@ -1,10 +1,9 @@
1
- import { j as s } from "../../_virtual/jsx-runtime.js";
2
- import { defaultProps as e } from "./getProps.js";
3
- import f from "../Lism/index.js";
4
- function u({ layout: o, children: t, ...r }) {
5
- const m = o || f;
6
- return /* @__PURE__ */ s.jsx(m, { ...e.footer, ...r, children: t });
1
+ import { jsx as f } from "react/jsx-runtime";
2
+ import { defaultProps as m } from "./getProps.js";
3
+ import a from "../Lism/index.js";
4
+ function s({ layout: o, children: t, ...r }) {
5
+ return /* @__PURE__ */ f(o || a, { ...m.footer, ...r, children: t });
7
6
  }
8
7
  export {
9
- u as default
8
+ s as default
10
9
  };
@@ -1,10 +1,9 @@
1
- import { j as a } from "../../_virtual/jsx-runtime.js";
2
- import { defaultProps as m } from "./getProps.js";
3
- import s from "../Lism/index.js";
4
- function u({ children: o, layout: r, ...t }) {
5
- const e = r || s;
6
- return /* @__PURE__ */ a.jsx(e, { ...m.header, ...t, children: o });
1
+ import { jsx as a } from "react/jsx-runtime";
2
+ import { defaultProps as e } from "./getProps.js";
3
+ import m from "../Lism/index.js";
4
+ function p({ children: o, layout: r, ...t }) {
5
+ return /* @__PURE__ */ a(r || m, { ...e.header, ...t, children: o });
7
6
  }
8
7
  export {
9
- u as default
8
+ p as default
10
9
  };
@@ -1,8 +1,8 @@
1
- import { j as t } from "../../_virtual/jsx-runtime.js";
1
+ import { jsx as t } from "react/jsx-runtime";
2
2
  import { defaultProps as n } from "./getProps.js";
3
3
  import e from "../Stack/index.js";
4
4
  function i({ children: r, ...o }) {
5
- return /* @__PURE__ */ t.jsx(e, { ...n.inner, ...o, children: r });
5
+ return /* @__PURE__ */ t(e, { ...n.inner, ...o, children: r });
6
6
  }
7
7
  export {
8
8
  i as default
@@ -1,17 +1,15 @@
1
- import { j as n } from "../../_virtual/jsx-runtime.js";
1
+ import { jsx as u } from "react/jsx-runtime";
2
2
  import r from "react";
3
- import { setEvent as u } from "./setModal.js";
4
- import { getProps as a } from "./getProps.js";
5
- import f from "../Lism/index.js";
6
- const x = ({ children: o, layout: e, ...s }) => {
3
+ import { setEvent as n } from "./setModal.js";
4
+ import { getProps as s } from "./getProps.js";
5
+ import a from "../Lism/index.js";
6
+ const g = ({ children: o, layout: e, ...m }) => {
7
7
  const t = r.useRef(null);
8
- r.useEffect(() => {
8
+ return r.useEffect(() => {
9
9
  if (t != null && t.current)
10
- return u(t == null ? void 0 : t.current);
11
- }, [t]);
12
- const m = e || f;
13
- return /* @__PURE__ */ n.jsx(m, { tag: "dialog", forwardedRef: t, ...a(s), children: o });
10
+ return n(t == null ? void 0 : t.current);
11
+ }, [t]), /* @__PURE__ */ u(e || a, { tag: "dialog", forwardedRef: t, ...s(m), children: o });
14
12
  };
15
13
  export {
16
- x as default
14
+ g as default
17
15
  };
@@ -1,9 +1,9 @@
1
- import { j as t } from "../../_virtual/jsx-runtime.js";
1
+ import { jsx as t } from "react/jsx-runtime";
2
2
  import o from "./getProps.js";
3
3
  import e from "../Lism/index.js";
4
- function i(r) {
5
- return /* @__PURE__ */ t.jsx(e, { skipState: !0, ...o(r) });
4
+ function a(r) {
5
+ return /* @__PURE__ */ t(e, { skipState: !0, ...o(r) });
6
6
  }
7
7
  export {
8
- i as default
8
+ a as default
9
9
  };
@@ -1,8 +1,8 @@
1
- import { j as r } from "../../_virtual/jsx-runtime.js";
1
+ import { jsx as r } from "react/jsx-runtime";
2
2
  import o from "../Flex/index.js";
3
- function x(t) {
4
- return /* @__PURE__ */ r.jsx(o, { _flex: "stack", ...t });
3
+ function a(t) {
4
+ return /* @__PURE__ */ r(o, { _flex: "stack", ...t });
5
5
  }
6
6
  export {
7
- x as default
7
+ a as default
8
8
  };
@@ -1,9 +1,9 @@
1
- import { j as o } from "../../_virtual/jsx-runtime.js";
1
+ import { jsx as o } from "react/jsx-runtime";
2
2
  import "react";
3
3
  import l from "../Lism/index.js";
4
- function u({ tabId: t = "tab", index: a = 0, isActive: s = !1, ...r }) {
4
+ function b({ tabId: t = "tab", index: a = 0, isActive: r = !1, ...s }) {
5
5
  const e = `${t}-${a}`;
6
- return /* @__PURE__ */ o.jsx(
6
+ return /* @__PURE__ */ o(
7
7
  l,
8
8
  {
9
9
  tag: "button",
@@ -11,12 +11,12 @@ function u({ tabId: t = "tab", index: a = 0, isActive: s = !1, ...r }) {
11
11
  className: "re--style",
12
12
  role: "tab",
13
13
  "aria-controls": e,
14
- "aria-selected": s ? "true" : "false",
14
+ "aria-selected": r ? "true" : "false",
15
15
  skipState: !0,
16
- ...r
16
+ ...s
17
17
  }
18
18
  );
19
19
  }
20
20
  export {
21
- u as default
21
+ b as default
22
22
  };
@@ -1,7 +1,7 @@
1
- import { j as e } from "../../_virtual/jsx-runtime.js";
2
- function a({ isTabItem: r = !0, children: t }) {
3
- return /* @__PURE__ */ e.jsx("div", { children: t });
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ function i({ isTabItem: r = !0, children: t }) {
3
+ return /* @__PURE__ */ e("div", { children: t });
4
4
  }
5
5
  export {
6
- a as default
6
+ i as default
7
7
  };
@@ -1,8 +1,8 @@
1
- import { j as s } from "../../_virtual/jsx-runtime.js";
1
+ import { jsx as s } from "react/jsx-runtime";
2
2
  import r from "../Flex/index.js";
3
- function a(t) {
4
- return /* @__PURE__ */ s.jsx(r, { lismClass: "d--tabs__list", role: "tablist", ...t });
3
+ function o(t) {
4
+ return /* @__PURE__ */ s(r, { lismClass: "d--tabs__list", role: "tablist", ...t });
5
5
  }
6
6
  export {
7
- a as default
7
+ o as default
8
8
  };