@ogcio/design-system-react 1.30.0 → 1.31.0

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 (70) hide show
  1. package/dist/atoms/DsButton.js +3 -2
  2. package/dist/atoms/InsetText.d.ts +14 -0
  3. package/dist/atoms/InsetText.js +17 -0
  4. package/dist/atoms/icons/Close.js +9 -8
  5. package/dist/atoms/icons/KeyboardArrowDown.js +6 -5
  6. package/dist/atoms/icons/KeyboardArrowUp.js +6 -5
  7. package/dist/atoms/icons/Visibility.js +15 -14
  8. package/dist/atoms/icons/VisibilityOff.js +9 -8
  9. package/dist/atoms/icons/logos/LogoBlack.d.ts +3 -0
  10. package/dist/atoms/icons/logos/LogoBlack.js +327 -0
  11. package/dist/atoms/icons/logos/LogoGoldGreen.d.ts +3 -0
  12. package/dist/atoms/icons/logos/LogoGoldGreen.js +327 -0
  13. package/dist/atoms/icons/logos/LogoGoldWhite.d.ts +3 -0
  14. package/dist/atoms/icons/logos/LogoGoldWhite.js +87 -0
  15. package/dist/atoms/icons/logos/LogoHarpBlack.d.ts +3 -0
  16. package/dist/atoms/icons/logos/LogoHarpBlack.js +68 -0
  17. package/dist/atoms/icons/logos/LogoHarpWhite.d.ts +3 -0
  18. package/dist/{assets/logos/LogoHarpBlack.js → atoms/icons/logos/LogoHarpWhite.js} +33 -31
  19. package/dist/atoms/icons/logos/LogoWhite.d.ts +3 -0
  20. package/dist/atoms/icons/logos/LogoWhite.js +327 -0
  21. package/dist/atoms/icons/logos/index.d.ts +6 -0
  22. package/dist/atoms/icons/logos/index.js +14 -0
  23. package/dist/atoms/icons/types.d.ts +5 -5
  24. package/dist/atoms/index.d.ts +1 -0
  25. package/dist/atoms/index.js +12 -10
  26. package/dist/blockquote/blockquote.d.ts +4 -1
  27. package/dist/blockquote/blockquote.js +18 -4
  28. package/dist/breadcrumbs/breadcrumbs.js +54 -33
  29. package/dist/button-group/button-group.js +31 -28
  30. package/dist/character-count/character-count.js +5 -5
  31. package/dist/chip/chip.js +41 -19
  32. package/dist/combo-box/combo-box.js +6 -13
  33. package/dist/cookie-banner/cookie-banner.js +28 -20
  34. package/dist/details/details.js +43 -23
  35. package/dist/drawer/drawer.js +35 -32
  36. package/dist/footer/footer.js +54 -46
  37. package/dist/header/header-legacy.js +8 -8
  38. package/dist/hooks/use-aria-hider.d.ts +1 -1
  39. package/dist/hooks/use-aria-hider.js +14 -13
  40. package/dist/hooks/use-focus-trap.d.ts +1 -1
  41. package/dist/hooks/use-focus-trap.js +179 -179
  42. package/dist/icons/index.d.ts +1 -0
  43. package/dist/icons/index.js +12 -0
  44. package/dist/index.d.ts +1 -0
  45. package/dist/index.js +144 -142
  46. package/dist/input-file/input-file.js +15 -12
  47. package/dist/logos/index.d.ts +1 -0
  48. package/dist/logos/index.js +14 -0
  49. package/dist/modal/modal.js +125 -128
  50. package/dist/popover/popover.js +67 -64
  51. package/dist/score-select/score-select.js +20 -20
  52. package/dist/select/select-next.js +45 -45
  53. package/dist/styles.css +1 -1
  54. package/dist/table/table-row.js +14 -7
  55. package/dist/tabs/tab-panel.js +6 -6
  56. package/dist/tabs/tabs.js +19 -19
  57. package/package.json +10 -10
  58. package/dist/assets/logos/LogoBlack.d.ts +0 -3
  59. package/dist/assets/logos/LogoBlack.js +0 -322
  60. package/dist/assets/logos/LogoGoldGreen.d.ts +0 -3
  61. package/dist/assets/logos/LogoGoldGreen.js +0 -322
  62. package/dist/assets/logos/LogoGoldWhite.d.ts +0 -3
  63. package/dist/assets/logos/LogoGoldWhite.js +0 -82
  64. package/dist/assets/logos/LogoHarpBlack.d.ts +0 -3
  65. package/dist/assets/logos/LogoHarpWhite.d.ts +0 -3
  66. package/dist/assets/logos/LogoHarpWhite.js +0 -60
  67. package/dist/assets/logos/LogoWhite.d.ts +0 -3
  68. package/dist/assets/logos/LogoWhite.js +0 -322
  69. package/dist/assets/logos/index.d.ts +0 -6
  70. package/dist/assets/logos/index.js +0 -14
@@ -1,20 +1,20 @@
1
1
  "use client";
2
- import { jsx as y } from "react/jsx-runtime";
3
- import { createContext as G, useState as V, useEffect as k, useContext as S } from "react";
4
- import { Button as w } from "../button/button.js";
5
- import { cn as E } from "../cn.js";
6
- import { useDomId as $ } from "../hooks/use-dom-id.js";
7
- const x = G(
2
+ import { jsx as x } from "react/jsx-runtime";
3
+ import { createContext as G, useState as V, useEffect as k, useContext as w } from "react";
4
+ import { Button as S } from "../button/button.js";
5
+ import { cn as g } from "../cn.js";
6
+ import { useDomId as j } from "../hooks/use-dom-id.js";
7
+ const I = G(
8
8
  void 0
9
- ), P = ({
9
+ ), D = ({
10
10
  value: r,
11
- children: d,
12
- role: s,
11
+ children: s,
12
+ role: d,
13
13
  "aria-checked": e,
14
14
  "aria-label": a,
15
15
  ...t
16
16
  }) => {
17
- const c = S(x);
17
+ const c = w(I);
18
18
  if (!c)
19
19
  throw new Error("ButtonGroupItem must be used within a ButtonGroup");
20
20
  const {
@@ -27,26 +27,26 @@ const x = G(
27
27
  } = c, i = n === r, b = () => {
28
28
  l(r), o == null || o(r);
29
29
  }, f = `${m}-${r}`;
30
- return /* @__PURE__ */ y(
31
- w,
30
+ return /* @__PURE__ */ x(
31
+ S,
32
32
  {
33
33
  variant: i ? "primary" : "secondary",
34
34
  size: u,
35
35
  appearance: p,
36
36
  onClick: b,
37
37
  id: f,
38
- role: s || "radio",
38
+ role: d || "radio",
39
39
  "aria-checked": e === void 0 ? i : e,
40
40
  "aria-label": a,
41
41
  type: "button",
42
42
  ...t,
43
- children: d
43
+ children: s
44
44
  }
45
45
  );
46
- }, q = ({
46
+ }, N = ({
47
47
  name: r,
48
- size: d = "medium",
49
- appearance: s = "dark",
48
+ size: s = "medium",
49
+ appearance: d = "dark",
50
50
  onChange: e,
51
51
  defaultValue: a,
52
52
  value: t,
@@ -63,26 +63,29 @@ const x = G(
63
63
  k(() => {
64
64
  t !== void 0 && i(t);
65
65
  }, [t]);
66
- const f = (I) => {
67
- t === void 0 && i(I), e == null || e(I);
68
- }, B = $();
69
- return /* @__PURE__ */ y(
70
- x.Provider,
66
+ const f = (y) => {
67
+ t === void 0 && i(y), e == null || e(y);
68
+ }, B = j();
69
+ return /* @__PURE__ */ x(
70
+ I.Provider,
71
71
  {
72
72
  value: {
73
73
  selectedValue: b,
74
74
  setSelectedValue: f,
75
75
  name: r,
76
- size: d,
76
+ size: s,
77
77
  onChange: e,
78
78
  groupId: B,
79
- appearance: s,
79
+ appearance: d,
80
80
  ...m
81
81
  },
82
- children: /* @__PURE__ */ y(
82
+ children: /* @__PURE__ */ x(
83
83
  "div",
84
84
  {
85
- className: E("gi-btn-group", o),
85
+ className: g(
86
+ "gi-flex gi-flex-wrap gi-gap-3 [&_button]:gi-min-w-12 [&_button]:gi-justify-center",
87
+ o
88
+ ),
86
89
  role: n || "radiogroup",
87
90
  "aria-labelledby": l,
88
91
  "aria-describedby": u,
@@ -93,6 +96,6 @@ const x = G(
93
96
  );
94
97
  };
95
98
  export {
96
- q as ButtonGroup,
97
- P as ButtonGroupItem
99
+ N as ButtonGroup,
100
+ D as ButtonGroupItem
98
101
  };
@@ -4,15 +4,15 @@ import { HintText as n } from "../hint-text/hint-text.js";
4
4
  import { translate as i } from "../i18n/utility.js";
5
5
  const m = ({
6
6
  maxChars: e,
7
- value: r
7
+ value: t
8
8
  }) => {
9
- const t = Math.max(0, e - ((r == null ? void 0 : r.length) ?? 0));
10
- return /* @__PURE__ */ a("div", { className: "gi-textarea-remaining-chars", children: /* @__PURE__ */ a(
9
+ const r = Math.max(0, e - ((t == null ? void 0 : t.length) ?? 0));
10
+ return /* @__PURE__ */ a("div", { className: "gi-mt-2", children: /* @__PURE__ */ a(
11
11
  n,
12
12
  {
13
13
  text: i("textarea.remainingChars", {
14
- remainingChars: t,
15
- defaultValue: `You have ${t} characters remaining`
14
+ remainingChars: r,
15
+ defaultValue: `You have ${r} characters remaining`
16
16
  })
17
17
  }
18
18
  ) });
package/dist/chip/chip.js CHANGED
@@ -1,37 +1,59 @@
1
1
  "use client";
2
- import { jsxs as d, jsx as r } from "react/jsx-runtime";
2
+ import { jsxs as a, jsx as o } from "react/jsx-runtime";
3
3
  import { useId as l } from "react";
4
- import { cn as p } from "../cn.js";
5
- import { translate as c } from "../i18n/utility.js";
6
- import { Icon as s } from "../icon/icon.js";
7
- const m = ({ label: i, className: t, onClose: n = () => null }) => {
8
- const o = `chip-description-${l()}`, a = (e) => {
9
- ["Enter", " "].includes(e.key) && (e.preventDefault(), n(e));
4
+ import { c as p } from "../index-CB-zPpNk.js";
5
+ import { cn as g } from "../cn.js";
6
+ import { translate as t } from "../i18n/utility.js";
7
+ import { Icon as u } from "../icon/icon.js";
8
+ const d = ({ label: i, className: c, onClose: r = () => null }) => {
9
+ const s = `chip-description-${l()}`, n = (e) => {
10
+ ["Enter", " "].includes(e.key) && (e.preventDefault(), r(e));
10
11
  };
11
- return /* @__PURE__ */ d(
12
+ return /* @__PURE__ */ a(
12
13
  "div",
13
14
  {
14
- className: p(t, "gi-chip"),
15
- "aria-label": c("chip.label", { label: i, defaultValue: `chip: ${i}` }),
16
- "aria-describedby": o,
15
+ className: g(c, m()),
16
+ "aria-label": t("chip.label", { label: i, defaultValue: `chip: ${i}` }),
17
+ "aria-describedby": s,
17
18
  tabIndex: 0,
18
- onKeyDown: a,
19
+ onKeyDown: n,
19
20
  children: [
20
- /* @__PURE__ */ r("span", { id: o, children: i }),
21
- /* @__PURE__ */ r(
21
+ /* @__PURE__ */ o("span", { id: s, children: i }),
22
+ /* @__PURE__ */ o(
22
23
  "div",
23
24
  {
24
25
  role: "button",
25
- "aria-label": c("chip.removeChip", { defaultValue: "remove chip" }),
26
- onClick: n,
27
- children: /* @__PURE__ */ r(s, { icon: "close", size: "sm" })
26
+ "aria-label": t("chip.removeChip", { defaultValue: "remove chip" }),
27
+ onClick: r,
28
+ children: /* @__PURE__ */ o(u, { icon: "close", size: "sm" })
28
29
  }
29
30
  )
30
31
  ]
31
32
  }
32
33
  );
33
34
  };
34
- m.displayName = "Chip";
35
+ d.displayName = "Chip";
36
+ const m = p({
37
+ base: [
38
+ "gi-flex",
39
+ "gi-items-center",
40
+ "gi-gap-1",
41
+ "gi-pl-1.5",
42
+ "gi-pr-1",
43
+ "gi-py-0.5",
44
+ "gi-bg-gray-100",
45
+ "gi-w-fit",
46
+ "gi-rounded-sm",
47
+ "gi-cursor-default",
48
+ "gi-text-xs",
49
+ "hover:gi-bg-gray-200",
50
+ "focus:gi-bg-gray-200",
51
+ "focus:gi-outline",
52
+ "focus:gi-outline-gray-950",
53
+ "focus:gi-outline-2",
54
+ "focus:gi-shadow-[inset_0_0_0_1px_white,0_0_0_5px_var(--gieds-color-yellow-400)]"
55
+ ]
56
+ });
35
57
  export {
36
- m as Chip
58
+ d as Chip
37
59
  };
@@ -1,17 +1,10 @@
1
- import { jsx as m } from "react/jsx-runtime";
2
- import { cn as i } from "../cn.js";
3
- const e = ({
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import { cn as a } from "../cn.js";
3
+ const x = ({
4
4
  children: o,
5
5
  className: t,
6
- dataTestid: r
7
- }) => /* @__PURE__ */ m(
8
- "div",
9
- {
10
- className: i("gi-combobox-container", t),
11
- "data-testid": r,
12
- children: o
13
- }
14
- );
6
+ dataTestid: m
7
+ }) => /* @__PURE__ */ r("div", { className: a("gi-max-w-[400px]", t), "data-testid": m, children: o });
15
8
  export {
16
- e as Combobox
9
+ x as Combobox
17
10
  };
@@ -1,31 +1,39 @@
1
1
  "use client";
2
- import { jsx as e, Fragment as s, jsxs as o } from "react/jsx-runtime";
3
- import { Container as c } from "../container/container.js";
4
- const m = ({
5
- showConsent: a = !0,
6
- children: d,
7
- accept: i,
8
- reject: n,
9
- cookieLink: r,
10
- dataTestid: t
11
- }) => /* @__PURE__ */ e(s, { children: a && /* @__PURE__ */ e(
2
+ import { jsx as i, Fragment as s, jsxs as t } from "react/jsx-runtime";
3
+ import { Container as d } from "../container/container.js";
4
+ const b = ({
5
+ showConsent: o = !0,
6
+ children: a,
7
+ accept: e,
8
+ reject: r,
9
+ cookieLink: n,
10
+ dataTestid: l
11
+ }) => /* @__PURE__ */ i(s, { children: o && /* @__PURE__ */ i(
12
12
  "div",
13
13
  {
14
- className: "gi-cookie-banner-container",
14
+ className: "gi-bg-gray-100",
15
15
  role: "dialog",
16
16
  "aria-labelledby": "cookie-banner-title",
17
17
  "aria-describedby": "cookie-banner-description",
18
- "data-testid": t,
19
- children: /* @__PURE__ */ e("div", { className: "gi-py-5", children: /* @__PURE__ */ o(c, { children: [
20
- /* @__PURE__ */ e("div", { id: "cookie-banner-description", children: d }),
21
- /* @__PURE__ */ o("div", { className: "gi-cookie-banner-buttons", children: [
22
- i && i,
23
- n && n,
24
- r && r
25
- ] })
18
+ "data-testid": l,
19
+ children: /* @__PURE__ */ i("div", { className: "gi-py-5", children: /* @__PURE__ */ t(d, { children: [
20
+ /* @__PURE__ */ i("div", { id: "cookie-banner-description", children: a }),
21
+ /* @__PURE__ */ t(
22
+ "div",
23
+ {
24
+ className: `
25
+ gi-flex gi-gap-4 gi-items-center gi-flex-col xs:gi-flex-row gi-my-4
26
+ [&_button]:gi-w-full [&_button]:gi-justify-center [&_button]:xs:gi-w-auto`,
27
+ children: [
28
+ e && e,
29
+ r && r,
30
+ n && n
31
+ ]
32
+ }
33
+ )
26
34
  ] }) })
27
35
  }
28
36
  ) });
29
37
  export {
30
- m as CookieBanner
38
+ b as CookieBanner
31
39
  };
@@ -1,55 +1,75 @@
1
1
  "use client";
2
- import { jsxs as l, jsx as s } from "react/jsx-runtime";
3
- import { useRef as m, useState as u, useEffect as f } from "react";
4
- import { Icon as g } from "../icon/icon.js";
5
- const N = ({ label: n, name: d, children: o, ...c }) => {
6
- const t = m(null), [e, i] = u(!1);
2
+ import { jsxs as t, jsx as o } from "react/jsx-runtime";
3
+ import { useRef as g, useState as u, useEffect as f } from "react";
4
+ import { c as p } from "../index-CB-zPpNk.js";
5
+ import { Icon as m } from "../icon/icon.js";
6
+ const w = ({ label: n, name: l, children: d, ...c }) => {
7
+ const s = g(null), [e, a] = u(!1);
7
8
  return f(() => {
8
- var a, r;
9
- ((a = t.current) == null ? void 0 : a.open) !== e && i(((r = t.current) == null ? void 0 : r.open) ?? !1);
10
- }, []), /* @__PURE__ */ l(
9
+ var i, r;
10
+ ((i = s.current) == null ? void 0 : i.open) !== e && a(((r = s.current) == null ? void 0 : r.open) ?? !1);
11
+ }, []), /* @__PURE__ */ t(
11
12
  "details",
12
13
  {
13
- ref: t,
14
+ ref: s,
14
15
  onToggle: () => {
15
- var a;
16
- i(((a = t.current) == null ? void 0 : a.open) ?? !1);
16
+ var i;
17
+ a(((i = s.current) == null ? void 0 : i.open) ?? !1);
17
18
  },
18
19
  "data-testid": "govie-details",
19
- className: "gi-details",
20
+ className: "gi-block gi-text-md gi-text-gray-950",
20
21
  "data-module": "gi-details",
21
- name: d,
22
+ name: l,
22
23
  "aria-expanded": e ? "true" : "false",
23
24
  "aria-details": "details-content",
24
25
  ...c,
25
26
  children: [
26
- /* @__PURE__ */ l(
27
+ /* @__PURE__ */ t(
27
28
  "summary",
28
29
  {
29
- className: "gi-details-summary",
30
- "data-testid": "govie-details-summary",
30
+ className: _(),
31
31
  role: "button",
32
+ "data-testid": "govie-details-summary",
32
33
  "aria-controls": "details-content",
33
34
  "aria-expanded": e ? "true" : "false",
34
35
  children: [
35
- /* @__PURE__ */ s(g, { icon: e ? "keyboard_arrow_up" : "keyboard_arrow_down" }),
36
- /* @__PURE__ */ s("span", { className: "gi-details-summary-text", children: n })
36
+ /* @__PURE__ */ o(m, { icon: e ? "keyboard_arrow_up" : "keyboard_arrow_down" }),
37
+ /* @__PURE__ */ o("span", { className: "gi-underline gi-underline-offset-[0.1rem]", children: n })
37
38
  ]
38
39
  }
39
40
  ),
40
- /* @__PURE__ */ s(
41
+ /* @__PURE__ */ o(
41
42
  "div",
42
43
  {
43
44
  id: "details-content",
44
- className: "gi-details-text",
45
+ className: "gi-py-4 gi-pl-5 gi-border-l-[5px] gi-border-solid gi-border-l-gray-200",
45
46
  "aria-hidden": e ? "false" : "true",
46
- children: o
47
+ children: d
47
48
  }
48
49
  )
49
50
  ]
50
51
  }
51
52
  );
52
- };
53
+ }, _ = p({
54
+ base: [
55
+ "gi-flex",
56
+ "gi-items-center",
57
+ "gi-relative",
58
+ "gi-mb-1",
59
+ "gi-w-fit",
60
+ "gi-list-none",
61
+ "focus:gi-rounded-sm",
62
+ "focus-visible:gi-rounded-sm",
63
+ "focus:gi-shadow-[0_0_0_2px_var(--gieds-color-gray-950),0_0_0_5px_var(--gieds-color-yellow-400)]",
64
+ "focus-visible:gi-shadow-[0_0_0_2px_var(--gieds-color-gray-950),0_0_0_5px_var(--gieds-color-yellow-400)]",
65
+ "focus-visible:gi-outline-none",
66
+ "[&:focus>span]:gi-no-underline",
67
+ "[&:focus>span]:gi-select-none",
68
+ "[&:hover>span]:gi-underline-offset-[0.1rem]",
69
+ "[&:hover>span]:[text-decoration-thickness:max(3px)]",
70
+ "[&:hover>span]:[text-decoration-skip-ink:none]"
71
+ ]
72
+ });
53
73
  export {
54
- N as Details
74
+ w as Details
55
75
  };
@@ -1,61 +1,64 @@
1
1
  "use client";
2
- import { jsx as r, jsxs as C, Fragment as D } from "react/jsx-runtime";
3
- import { useState as O, cloneElement as j } from "react";
2
+ import { jsx as a, jsxs as x, Fragment as C } from "react/jsx-runtime";
3
+ import { useState as D, cloneElement as O } from "react";
4
4
  import { cn as l } from "../cn.js";
5
- import { ModalBody as u, ModalFooter as h, ModalWrapper as k } from "../modal/modal.js";
6
- const v = ({
5
+ import { ModalBody as u, ModalFooter as j, ModalWrapper as v } from "../modal/modal.js";
6
+ const h = ({
7
7
  children: o,
8
8
  className: e,
9
- ...a
10
- }) => /* @__PURE__ */ r(
11
- k,
9
+ ...r
10
+ }) => /* @__PURE__ */ a(
11
+ v,
12
12
  {
13
- className: l("gi-drawer-container", e),
13
+ className: l("gi-flex gi-flex-col", e),
14
14
  closeButtonSize: "large",
15
- ...a,
15
+ ...r,
16
16
  children: o
17
17
  }
18
- ), x = ({
18
+ ), k = ({
19
19
  children: o,
20
20
  triggerButton: e,
21
- startsOpen: a,
22
- closeButtonLabel: d,
23
- position: i = "right",
24
- className: t
21
+ startsOpen: r,
22
+ closeButtonLabel: p,
23
+ position: t = "right",
24
+ className: f
25
25
  }) => {
26
- const [f, n] = O(!!a), m = () => n(!0), w = () => n(!1), b = j(e, {
26
+ const [d, s] = D(!!r), m = () => s(!0), w = () => s(!1), b = O(e, {
27
27
  "data-testid": "drawer-trigger-button-container",
28
28
  onClick: (y) => {
29
- var c, p;
30
- const s = typeof ((c = e == null ? void 0 : e.props) == null ? void 0 : c.onClick) == "function" ? (p = e == null ? void 0 : e.props) == null ? void 0 : p.onClick : void 0;
31
- s && s(y), m();
29
+ var c, i;
30
+ const n = typeof ((c = e == null ? void 0 : e.props) == null ? void 0 : c.onClick) == "function" ? (i = e == null ? void 0 : e.props) == null ? void 0 : i.onClick : void 0;
31
+ n && n(y), m();
32
32
  }
33
33
  });
34
- return /* @__PURE__ */ C(D, { children: [
34
+ return /* @__PURE__ */ x(C, { children: [
35
35
  b,
36
- /* @__PURE__ */ r(
37
- v,
36
+ /* @__PURE__ */ a(
37
+ h,
38
38
  {
39
39
  children: o,
40
- closeButtonLabel: d,
41
- position: i,
42
- className: t,
43
- isOpen: f,
40
+ closeButtonLabel: p,
41
+ position: t,
42
+ className: f,
43
+ isOpen: d,
44
44
  onClose: w
45
45
  }
46
46
  )
47
47
  ] });
48
48
  };
49
- Object.defineProperty(x, "componentType", {
49
+ Object.defineProperty(k, "componentType", {
50
50
  value: "Drawer",
51
51
  writable: !1,
52
52
  enumerable: !1
53
53
  });
54
- const F = ({ children: o, className: e }) => /* @__PURE__ */ r(
54
+ const F = ({ children: o, className: e }) => /* @__PURE__ */ a(
55
55
  u,
56
56
  {
57
57
  includeModalClass: !1,
58
- className: l("gi-drawer-body", e),
58
+ className: l(
59
+ "gi-px-6 gi-pt-1 gi-flex-1 gi-border-t-xs gi-border-gray-100 gi-overflow-y-auto",
60
+ e
61
+ ),
59
62
  children: o
60
63
  }
61
64
  );
@@ -67,16 +70,16 @@ Object.defineProperty(F, "componentType", {
67
70
  const M = ({
68
71
  children: o,
69
72
  className: e,
70
- stacked: a
71
- }) => /* @__PURE__ */ r(h, { stacked: a, className: l("gi-drawer-footer", e), children: o });
73
+ stacked: r
74
+ }) => /* @__PURE__ */ a(j, { stacked: r, className: l("gi-drawer-footer", e), children: o });
72
75
  Object.defineProperty(M, "componentType", {
73
76
  value: "DrawerFooter",
74
77
  writable: !1,
75
78
  enumerable: !1
76
79
  });
77
80
  export {
78
- x as Drawer,
81
+ k as Drawer,
79
82
  F as DrawerBody,
80
83
  M as DrawerFooter,
81
- v as DrawerWrapper
84
+ h as DrawerWrapper
82
85
  };