@equal-experts/kuat-react 0.12.0 → 0.13.1

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 (78) hide show
  1. package/README.md +3 -1
  2. package/agent-docs/AGENTS.md +10 -0
  3. package/agent-docs/README.md +17 -0
  4. package/agent-docs/bundle-manifest.json +63 -0
  5. package/agent-docs/components/_template.md +21 -0
  6. package/agent-docs/components/button-group.md +27 -0
  7. package/agent-docs/components/button.md +50 -0
  8. package/agent-docs/components/components.manifest.json +20 -0
  9. package/agent-docs/components/kuat-header.md +27 -0
  10. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/LOADING.md +166 -0
  11. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/accessibility.md +444 -0
  12. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/brand.md +99 -0
  13. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/README.md +28 -0
  14. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/formatting.md +93 -0
  15. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/numbers.md +69 -0
  16. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/punctuation.md +75 -0
  17. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/voice-and-tone.md +263 -0
  18. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/writing-style.md +91 -0
  19. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/design/README.md +28 -0
  20. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/design/borders.md +159 -0
  21. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/design/colours.md +173 -0
  22. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/design/design-language.md +116 -0
  23. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/design/spacing.md +130 -0
  24. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/design/typography.md +155 -0
  25. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/logo.md +151 -0
  26. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/content/README.md +26 -0
  27. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/content/blog-posts.md +33 -0
  28. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/content/marketing-content.md +65 -0
  29. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/content/seo.md +44 -0
  30. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/emails.md +74 -0
  31. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/scenarios/README.md +18 -0
  32. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/scenarios/marketing-pages.md +368 -0
  33. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/website.md +169 -0
  34. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/DEPRECATIONS.md +28 -0
  35. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/README.md +65 -0
  36. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/accessibility.md +402 -0
  37. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/component-decision-tree.md +263 -0
  38. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/component-registry.md +68 -0
  39. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/README.md +29 -0
  40. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/actions.md +51 -0
  41. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/confirmations.md +57 -0
  42. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/empty-states.md +43 -0
  43. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/errors.md +54 -0
  44. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/forms.md +74 -0
  45. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/product-content.md +138 -0
  46. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/design.md +207 -0
  47. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/emails.md +71 -0
  48. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/review-checklist.md +57 -0
  49. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/review-context.md +44 -0
  50. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/scenarios/README.md +82 -0
  51. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/scenarios/authentication.md +303 -0
  52. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/scenarios/dashboards.md +313 -0
  53. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/scenarios/documentation.md +333 -0
  54. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/scenarios/forms.md +361 -0
  55. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/technical.md +488 -0
  56. package/agent-docs/kuat-docs/rules/README.md +148 -0
  57. package/agent-docs/kuat-docs/rules/design/layouts.md +394 -0
  58. package/agent-docs/kuat-docs/rules/scenarios/README.md +83 -0
  59. package/agent-docs/kuat-docs/rules/scenarios/authentication.md +301 -0
  60. package/agent-docs/kuat-docs/rules/scenarios/dashboards.md +314 -0
  61. package/agent-docs/kuat-docs/rules/scenarios/documentation.md +333 -0
  62. package/agent-docs/kuat-docs/rules/scenarios/forms.md +359 -0
  63. package/agent-docs/kuat-docs/rules/scenarios/marketing-pages.md +367 -0
  64. package/agent-docs/manifest.json +9 -0
  65. package/agent-docs/rules/LOADING-consumer.md +27 -0
  66. package/dist/components/ui/icon-button/icon-button.d.ts +27 -0
  67. package/dist/components/ui/icon-button/index.d.ts +2 -0
  68. package/dist/components/ui/kuat-header/index.d.ts +4 -2
  69. package/dist/components/ui/kuat-header/kuat-header.d.ts +4 -41
  70. package/dist/components/ui/kuat-header/kuat-header.logic.d.ts +32 -0
  71. package/dist/components/ui/kuat-header/kuat-header.types.d.ts +91 -0
  72. package/dist/icon-button-B5hCoK1b.js +63 -0
  73. package/dist/icon-button.d.ts +3 -0
  74. package/dist/icon-button.js +12 -0
  75. package/dist/index.d.ts +5 -2
  76. package/dist/index.js +852 -523
  77. package/dist/style.css +1 -1
  78. package/package.json +8 -2
package/dist/index.js CHANGED
@@ -1,210 +1,273 @@
1
- import { c as s } from "./utils-DLUjLwnh.js";
2
- import { S as Q } from "./button-group-enIzvVeN.js";
3
- import { d as Fe, B as Ge, a as Ue, b as je, c as qe } from "./button-group-enIzvVeN.js";
4
- import { jsxs as t, jsx as e, Fragment as I } from "react/jsx-runtime";
5
- import * as n from "react";
6
- import { ChevronRight as W, Menu as de, X as ce, User as ee, ChevronDown as U, MoreHorizontal as ie } from "lucide-react";
1
+ import { c as d } from "./utils-DLUjLwnh.js";
2
+ import { S as be } from "./button-group-enIzvVeN.js";
3
+ import { d as Sa, B as Ha, a as Ta, b as ya, c as Da } from "./button-group-enIzvVeN.js";
4
+ import { jsxs as s, jsx as e, Fragment as M } from "react/jsx-runtime";
5
+ import * as o from "react";
6
+ import { ChevronRight as $, Menu as Ve, ChevronLeft as Ie, X as xe, User as ee, LayoutGrid as ke, ChevronDown as se, MoreHorizontal as Me } from "lucide-react";
7
7
  import { B as J } from "./button-C0a1gFoV.js";
8
- import { d as ze, c as Ye, a as Je, b as Qe } from "./button-C0a1gFoV.js";
9
- import * as i from "@radix-ui/react-dropdown-menu";
10
- import { C as ea, a as aa, b as ra, d as la, c as oa, u as ta } from "./carousel-B_FcJvc1.js";
11
- import { K as sa, a as da, b as ca, d as ia, c as ua, u as ha } from "./kuat-carousel-DUR-L0dP.js";
12
- import { b as pa, a as ba, K as fa } from "./kuat-radial-progress-YcpYzHjk.js";
13
- import { A as Na, c as ga, a as Ca, b as ka } from "./accordion-CUlVo4uo.js";
14
- import { A as Ha, i as Sa, j as va, d as La, h as ya, f as Ea, e as Va, b as Aa, a as Ra, g as Da, c as Ta } from "./alert-dialog-yHaNWLGX.js";
15
- import { c as Ia, a as Ma, B as Oa, b as Ba } from "./badge-BZgdEQSD.js";
16
- import { a as Za, T as Pa } from "./textarea-B0irOcAM.js";
17
- import { a as Fa, I as Ga } from "./input-DmkHok33.js";
18
- import { j as ja, F as qa, a as Xa, b as za, c as Ya, d as Ja, e as Qa, f as Wa, g as er, h as ar, i as rr } from "./field-CpIBifwy.js";
19
- import { K as or, j as tr, k as nr, S as sr, a as dr, b as cr, c as ir, d as ur, e as hr, f as mr, g as pr, h as br, i as fr } from "./select-CkwcI4vN.js";
20
- import { b as Nr, c as gr, C as Cr, a as kr } from "./checkbox-field-7OmstdY0.js";
21
- import { c as Hr, d as Sr, b as vr, R as Lr, a as yr } from "./radio-field-BD77QCpO.js";
22
- import { b as Vr, c as Ar, S as Rr, a as Dr } from "./switch-field-xn_CPJH7.js";
23
- import { a as xr, b as Ir, T as Mr, c as Or, d as Br } from "./constants-Cfitvm6L.js";
24
- import { a as Zr, S as Pr, b as $r, t as Fr } from "./sonner-content-CXBD6jNn.js";
25
- const Ie = n.forwardRef(function({
26
- className: l,
27
- asChild: r = !1,
28
- width: o = "default",
29
- maxWidth: d = "373px",
30
- imageSrc: c = null,
8
+ import { d as Va, c as Ia, a as xa, b as Ma } from "./button-C0a1gFoV.js";
9
+ import { I as Be } from "./icon-button-B5hCoK1b.js";
10
+ import { b as Oa, a as Pa, e as Ua, d as Fa, c as Za, i as Ka } from "./icon-button-B5hCoK1b.js";
11
+ import * as b from "@radix-ui/react-dropdown-menu";
12
+ import { C as Ga, a as qa, b as ja, d as Ya, c as za, u as Xa } from "./carousel-B_FcJvc1.js";
13
+ import { K as Ja, a as Qa, b as er, d as ar, c as rr, u as lr } from "./kuat-carousel-DUR-L0dP.js";
14
+ import { b as sr, a as nr, K as ir } from "./kuat-radial-progress-YcpYzHjk.js";
15
+ import { A as dr, c as cr, a as ur, b as hr } from "./accordion-CUlVo4uo.js";
16
+ import { A as pr, i as _r, j as br, d as kr, h as fr, f as Nr, e as gr, b as Cr, a as vr, g as wr, c as Ar } from "./alert-dialog-yHaNWLGX.js";
17
+ import { c as Lr, a as Sr, B as Hr, b as Tr } from "./badge-BZgdEQSD.js";
18
+ import { a as Dr, T as Rr } from "./textarea-B0irOcAM.js";
19
+ import { a as Ir, I as xr } from "./input-DmkHok33.js";
20
+ import { j as Br, F as Or, a as Pr, b as Ur, c as Fr, d as Zr, e as Kr, f as $r, g as Gr, h as qr, i as jr } from "./field-CpIBifwy.js";
21
+ import { K as zr, j as Xr, k as Wr, S as Jr, a as Qr, b as el, c as al, d as rl, e as ll, f as tl, g as sl, h as nl, i as il } from "./select-CkwcI4vN.js";
22
+ import { b as dl, c as cl, C as ul, a as hl } from "./checkbox-field-7OmstdY0.js";
23
+ import { c as pl, d as _l, b as bl, R as kl, a as fl } from "./radio-field-BD77QCpO.js";
24
+ import { b as gl, c as Cl, S as vl, a as wl } from "./switch-field-xn_CPJH7.js";
25
+ import { a as El, b as Ll, T as Sl, c as Hl, d as Tl } from "./constants-Cfitvm6L.js";
26
+ import { a as Dl, S as Rl, b as Vl, t as Il } from "./sonner-content-CXBD6jNn.js";
27
+ const fa = o.forwardRef(function({
28
+ className: r,
29
+ asChild: l = !1,
30
+ width: t = "default",
31
+ maxWidth: i = "373px",
32
+ imageSrc: u = null,
31
33
  imageAlt: h = "",
32
- contentText: _ = null,
33
- headerAccessory: b = null,
34
- customContent: y = null,
35
- footer: D = null,
36
- badge: E,
37
- category: f,
38
- title: m,
39
- titleHeadingLevel: H = 3,
40
- children: R,
41
- style: N,
42
- ...g
43
- }, k) {
44
- const V = `h${H}`, S = o === "fluid" ? "content-card--width-fluid" : o === "custom" ? "content-card--width-custom" : "content-card--width-default", w = o === "custom" ? {
45
- ...N ?? {},
46
- "--content-card-max-width": typeof d == "number" ? `${d}px` : d ?? "373px"
47
- } : N, C = /* @__PURE__ */ t(I, { children: [
48
- c !== null ? /* @__PURE__ */ e("div", { className: "content-card__media", children: /* @__PURE__ */ e("img", { className: "content-card__media-img", alt: h, src: c }) }) : null,
49
- /* @__PURE__ */ t("div", { className: "content-card__body", children: [
50
- /* @__PURE__ */ t("div", { className: "content-card__heading-row", children: [
51
- /* @__PURE__ */ t("div", { className: "content-card__heading-left", children: [
52
- /* @__PURE__ */ t("div", { className: "content-card__heading-meta", children: [
53
- /* @__PURE__ */ e("div", { "data-slot": "badge", className: "content-card__badge", children: E }),
54
- /* @__PURE__ */ e("p", { className: "content-card__category", children: f })
34
+ contentText: N = null,
35
+ headerAccessory: k = null,
36
+ customContent: _ = null,
37
+ footer: p = null,
38
+ badge: y,
39
+ category: g,
40
+ title: C,
41
+ titleHeadingLevel: V = 3,
42
+ children: v,
43
+ style: E,
44
+ ...S
45
+ }, w) {
46
+ const H = `h${V}`, L = t === "fluid" ? "content-card--width-fluid" : t === "custom" ? "content-card--width-custom" : "content-card--width-default", T = t === "custom" ? {
47
+ ...E ?? {},
48
+ "--content-card-max-width": typeof i == "number" ? `${i}px` : i ?? "373px"
49
+ } : E, j = /* @__PURE__ */ s(M, { children: [
50
+ u !== null ? /* @__PURE__ */ e("div", { className: "content-card__media", children: /* @__PURE__ */ e("img", { className: "content-card__media-img", alt: h, src: u }) }) : null,
51
+ /* @__PURE__ */ s("div", { className: "content-card__body", children: [
52
+ /* @__PURE__ */ s("div", { className: "content-card__heading-row", children: [
53
+ /* @__PURE__ */ s("div", { className: "content-card__heading-left", children: [
54
+ /* @__PURE__ */ s("div", { className: "content-card__heading-meta", children: [
55
+ /* @__PURE__ */ e("div", { "data-slot": "badge", className: "content-card__badge", children: y }),
56
+ /* @__PURE__ */ e("p", { className: "content-card__category", children: g })
55
57
  ] }),
56
- /* @__PURE__ */ e(V, { className: "content-card__title", children: m })
58
+ /* @__PURE__ */ e(H, { className: "content-card__title", children: C })
57
59
  ] }),
58
60
  /* @__PURE__ */ e(
59
61
  "div",
60
62
  {
61
63
  "data-slot": "header-accessory",
62
64
  className: "content-card__header-accessory",
63
- children: b ?? null
65
+ children: k ?? null
64
66
  }
65
67
  )
66
68
  ] }),
67
- _ != null ? /* @__PURE__ */ e("div", { "data-slot": "content", className: "content-card__content", children: /* @__PURE__ */ e("p", { className: "content-card__content-text", children: _ }) }) : null,
68
- /* @__PURE__ */ e("div", { "data-slot": "custom-content", className: "content-card__custom-content", children: y ?? null }),
69
- /* @__PURE__ */ e("div", { "data-slot": "footer", className: "content-card__footer", children: D ?? null })
69
+ N != null ? /* @__PURE__ */ e("div", { "data-slot": "content", className: "content-card__content", children: /* @__PURE__ */ e("p", { className: "content-card__content-text", children: N }) }) : null,
70
+ /* @__PURE__ */ e("div", { "data-slot": "custom-content", className: "content-card__custom-content", children: _ ?? null }),
71
+ /* @__PURE__ */ e("div", { "data-slot": "footer", className: "content-card__footer", children: p ?? null })
70
72
  ] })
71
73
  ] });
72
- if (r) {
73
- const T = n.Children.only(R);
74
- if (!n.isValidElement(T))
74
+ if (l) {
75
+ const I = o.Children.only(v);
76
+ if (!o.isValidElement(I))
75
77
  throw new Error("ContentCard: when `asChild` is true, provide a single React element child.");
76
- const A = T;
77
- return n.cloneElement(
78
- A,
78
+ const D = I;
79
+ return o.cloneElement(
80
+ D,
79
81
  {
80
- ...g,
81
- ref: k,
82
+ ...S,
83
+ ref: w,
82
84
  "data-slot": "content-card",
83
- className: s("content-card", S, A.props.className, l),
84
- style: o === "custom" ? {
85
- ...A.props.style ?? {},
86
- ...w
87
- } : w ?? A.props.style
85
+ className: d("content-card", L, D.props.className, r),
86
+ style: t === "custom" ? {
87
+ ...D.props.style ?? {},
88
+ ...T
89
+ } : T ?? D.props.style
88
90
  },
89
- C
91
+ j
90
92
  );
91
93
  }
92
94
  return /* @__PURE__ */ e(
93
95
  "div",
94
96
  {
95
- ref: k,
97
+ ref: w,
96
98
  "data-slot": "content-card",
97
- className: s("content-card", S, l),
98
- style: w,
99
- ...g,
100
- children: C
99
+ className: d("content-card", L, r),
100
+ style: T,
101
+ ...S,
102
+ children: j
101
103
  }
102
104
  );
103
- }), M = i.Root, O = i.Trigger, j = i.Group, ue = n.forwardRef(({ className: a, inset: l, children: r, ...o }, d) => /* @__PURE__ */ t(
104
- i.SubTrigger,
105
+ }), B = b.Root, O = b.Trigger, G = b.Group, Oe = o.forwardRef(({ className: a, inset: r, children: l, ...t }, i) => /* @__PURE__ */ s(
106
+ b.SubTrigger,
105
107
  {
106
- ref: d,
107
- className: s(
108
+ ref: i,
109
+ className: d(
108
110
  "dropdown-menu-sub-trigger",
109
- l && "dropdown-menu-sub-trigger--inset",
111
+ r && "dropdown-menu-sub-trigger--inset",
110
112
  a
111
113
  ),
112
- ...o,
114
+ ...t,
113
115
  children: [
114
- r,
115
- /* @__PURE__ */ e(W, { className: "dropdown-menu-sub-trigger__icon" })
116
+ l,
117
+ /* @__PURE__ */ e($, { className: "dropdown-menu-sub-trigger__icon" })
116
118
  ]
117
119
  }
118
120
  ));
119
- ue.displayName = i.SubTrigger.displayName;
120
- const he = n.forwardRef(({ className: a, ...l }, r) => /* @__PURE__ */ e(
121
- i.SubContent,
121
+ Oe.displayName = b.SubTrigger.displayName;
122
+ const Pe = o.forwardRef(({ className: a, ...r }, l) => /* @__PURE__ */ e(
123
+ b.SubContent,
122
124
  {
123
- ref: r,
124
- className: s("dropdown-menu-content", "dropdown-menu-sub-content", a),
125
- ...l
125
+ ref: l,
126
+ className: d("dropdown-menu-content", "dropdown-menu-sub-content", a),
127
+ ...r
126
128
  }
127
129
  ));
128
- he.displayName = i.SubContent.displayName;
129
- const B = n.forwardRef(({ className: a, sideOffset: l = 4, ...r }, o) => /* @__PURE__ */ e(i.Portal, { children: /* @__PURE__ */ e(
130
- i.Content,
130
+ Pe.displayName = b.SubContent.displayName;
131
+ const q = o.forwardRef(({ className: a, sideOffset: r = 4, ...l }, t) => /* @__PURE__ */ e(b.Portal, { children: /* @__PURE__ */ e(
132
+ b.Content,
131
133
  {
132
- ref: o,
133
- sideOffset: l,
134
- className: s("dropdown-menu-content", a),
135
- ...r
134
+ ref: t,
135
+ sideOffset: r,
136
+ className: d("dropdown-menu-content", a),
137
+ ...l
136
138
  }
137
139
  ) }));
138
- B.displayName = i.Content.displayName;
139
- const K = n.forwardRef(({ className: a, inset: l, ...r }, o) => /* @__PURE__ */ e(
140
- i.Item,
140
+ q.displayName = b.Content.displayName;
141
+ const P = o.forwardRef(({ className: a, inset: r, ...l }, t) => /* @__PURE__ */ e(
142
+ b.Item,
141
143
  {
142
- ref: o,
143
- className: s(
144
+ ref: t,
145
+ className: d(
144
146
  "dropdown-menu-item",
145
- l && "dropdown-menu-item--inset",
147
+ r && "dropdown-menu-item--inset",
146
148
  a
147
149
  ),
148
- ...r
150
+ ...l
149
151
  }
150
152
  ));
151
- K.displayName = i.Item.displayName;
152
- const me = n.forwardRef(({ className: a, children: l, checked: r, ...o }, d) => /* @__PURE__ */ e(
153
- i.CheckboxItem,
153
+ P.displayName = b.Item.displayName;
154
+ const Ue = o.forwardRef(({ className: a, children: r, checked: l, ...t }, i) => /* @__PURE__ */ e(
155
+ b.CheckboxItem,
154
156
  {
155
- ref: d,
156
- className: s("dropdown-menu-item", "dropdown-menu-checkbox-item", a),
157
- checked: r,
158
- ...o,
159
- children: l
157
+ ref: i,
158
+ className: d("dropdown-menu-item", "dropdown-menu-checkbox-item", a),
159
+ checked: l,
160
+ ...t,
161
+ children: r
160
162
  }
161
163
  ));
162
- me.displayName = i.CheckboxItem.displayName;
163
- const pe = n.forwardRef(({ className: a, children: l, ...r }, o) => /* @__PURE__ */ e(
164
- i.RadioItem,
164
+ Ue.displayName = b.CheckboxItem.displayName;
165
+ const Fe = o.forwardRef(({ className: a, children: r, ...l }, t) => /* @__PURE__ */ e(
166
+ b.RadioItem,
165
167
  {
166
- ref: o,
167
- className: s("dropdown-menu-item", "dropdown-menu-radio-item", a),
168
- ...r,
169
- children: l
168
+ ref: t,
169
+ className: d("dropdown-menu-item", "dropdown-menu-radio-item", a),
170
+ ...l,
171
+ children: r
170
172
  }
171
173
  ));
172
- pe.displayName = i.RadioItem.displayName;
173
- const be = n.forwardRef(({ className: a, inset: l, ...r }, o) => /* @__PURE__ */ e(
174
- i.Label,
174
+ Fe.displayName = b.RadioItem.displayName;
175
+ const Ze = o.forwardRef(({ className: a, inset: r, ...l }, t) => /* @__PURE__ */ e(
176
+ b.Label,
175
177
  {
176
- ref: o,
177
- className: s(
178
+ ref: t,
179
+ className: d(
178
180
  "dropdown-menu-label",
179
- l && "dropdown-menu-label--inset",
181
+ r && "dropdown-menu-label--inset",
180
182
  a
181
183
  ),
182
- ...r
184
+ ...l
183
185
  }
184
186
  ));
185
- be.displayName = i.Label.displayName;
186
- const fe = n.forwardRef(({ className: a, ...l }, r) => /* @__PURE__ */ e(
187
- i.Separator,
187
+ Ze.displayName = b.Label.displayName;
188
+ const Ke = o.forwardRef(({ className: a, ...r }, l) => /* @__PURE__ */ e(
189
+ b.Separator,
188
190
  {
189
- ref: r,
190
- className: s("dropdown-menu-separator", a),
191
- ...l
191
+ ref: l,
192
+ className: d("dropdown-menu-separator", a),
193
+ ...r
192
194
  }
193
195
  ));
194
- fe.displayName = i.Separator.displayName;
195
- const Me = ["default", "demo"];
196
- function P({ className: a, textColor: l = "grey" }) {
197
- return /* @__PURE__ */ t(
196
+ Ke.displayName = b.Separator.displayName;
197
+ const x = {
198
+ trigger: "Equal Experts apps",
199
+ nav: "Equal Experts applications",
200
+ title: "Equal Experts apps",
201
+ teaserTitle: "Equal Experts apps",
202
+ teaserDescription: "Switch between EE services"
203
+ }, Q = {
204
+ teaserTitle: "Account",
205
+ nav: "Account",
206
+ title: "Account"
207
+ }, $e = "No applications are available right now.";
208
+ function Ge(a) {
209
+ return a ? a.loading || a.apps.length > 0 ? !0 : a.empty === "message" : !1;
210
+ }
211
+ function qe(a) {
212
+ var r, l, t, i, u;
213
+ return {
214
+ trigger: ((r = a == null ? void 0 : a.labels) == null ? void 0 : r.trigger) ?? x.trigger,
215
+ nav: ((l = a == null ? void 0 : a.labels) == null ? void 0 : l.nav) ?? x.nav,
216
+ title: ((t = a == null ? void 0 : a.labels) == null ? void 0 : t.title) ?? x.title,
217
+ teaserTitle: ((i = a == null ? void 0 : a.labels) == null ? void 0 : i.teaserTitle) ?? x.teaserTitle,
218
+ teaserDescription: ((u = a == null ? void 0 : a.labels) == null ? void 0 : u.teaserDescription) ?? x.teaserDescription
219
+ };
220
+ }
221
+ function fe(a) {
222
+ return (a == null ? void 0 : a.emptyMessage) ?? $e;
223
+ }
224
+ function je(a) {
225
+ var r, l;
226
+ return !!((l = (r = a == null ? void 0 : a.mobile) == null ? void 0 : r.items) != null && l.length);
227
+ }
228
+ function Ye(a) {
229
+ var r;
230
+ return !!((r = a == null ? void 0 : a.items) != null && r.length);
231
+ }
232
+ function Ne(a) {
233
+ var r, l;
234
+ return ((l = (r = a == null ? void 0 : a.mobile) == null ? void 0 : r.items) == null ? void 0 : l.map((t) => ({
235
+ label: t.label,
236
+ url: t.href
237
+ }))) ?? [];
238
+ }
239
+ function ze(a) {
240
+ var r;
241
+ return ((r = a == null ? void 0 : a.items) == null ? void 0 : r.length) === 1 && Ne(a).length > 0;
242
+ }
243
+ function Xe(a) {
244
+ var k, _;
245
+ const r = a == null ? void 0 : a.labels, l = a == null ? void 0 : a.mobile, t = (_ = (k = a == null ? void 0 : a.items) == null ? void 0 : k[0]) == null ? void 0 : _.label, i = (r == null ? void 0 : r.teaserTitle) ?? (l == null ? void 0 : l.heading) ?? Q.teaserTitle, u = (r == null ? void 0 : r.teaserDescription) ?? (l == null ? void 0 : l.subtitle) ?? (t ? `Signed in as ${t}` : ""), h = (r == null ? void 0 : r.title) ?? (l == null ? void 0 : l.heading) ?? Q.title, N = (r == null ? void 0 : r.nav) ?? Q.nav;
246
+ return { teaserTitle: i, teaserDescription: u, nav: N, title: h };
247
+ }
248
+ function We(a) {
249
+ var r, l;
250
+ return a.logo === null ? { mode: "hidden", lockupVariant: "default" } : a.logo !== void 0 ? {
251
+ mode: "custom",
252
+ lockupVariant: ((r = a.lockup) == null ? void 0 : r.variant) ?? "default"
253
+ } : (l = a.lockup) != null && l.variant ? { mode: "builtin", lockupVariant: a.lockup.variant } : { mode: "hidden", lockupVariant: "default" };
254
+ }
255
+ function Je(a) {
256
+ return a.mobileMenuAriaLabel ? a.mobileMenuAriaLabel : a.showAppSwitcher && !a.hasStructuredNavigation && !a.hasAccountMobileTier ? "Equal Experts apps menu" : a.hasAccountMobileTier && !a.hasStructuredNavigation && !a.showAppSwitcher ? "Account menu" : "Navigation menu";
257
+ }
258
+ const Na = ["default", "demo"], ga = ["hide", "message"];
259
+ function ae({ className: a, textColor: r = "grey" }) {
260
+ return /* @__PURE__ */ s(
198
261
  "svg",
199
262
  {
200
- className: s("ee-logo", `ee-logo--${l}`, a),
263
+ className: d("ee-logo", `ee-logo--${r}`, a),
201
264
  viewBox: "0 0 500 133",
202
265
  fill: "none",
203
266
  xmlns: "http://www.w3.org/2000/svg",
204
267
  "aria-label": "Equal Experts logo",
205
268
  children: [
206
- /* @__PURE__ */ t("g", { clipPath: "url(#ee-logo-clip)", children: [
207
- /* @__PURE__ */ t("g", { className: "ee-logo__text", fill: "currentColor", children: [
269
+ /* @__PURE__ */ s("g", { clipPath: "url(#ee-logo-clip)", children: [
270
+ /* @__PURE__ */ s("g", { className: "ee-logo__text", fill: "currentColor", children: [
208
271
  /* @__PURE__ */ e("path", { d: "M220.235 1.45712L219.413 13.0751H197.72V23.2946H216.859V34.844H197.72V45.3862H219.667V57.0237H184.687V1.45712H220.235Z" }),
209
272
  /* @__PURE__ */ e("path", { d: "M227.495 29.0742C227.495 11.6766 233.601 0.136902 250.675 0.136902C267.75 0.136902 273.855 11.6766 273.855 29.0742V29.3382C273.855 41.4549 270.92 50.6084 263.454 55.2243L271.869 65.0037L260.568 70.7736L252.446 58.256C251.872 58.3312 251.293 58.3606 250.714 58.344C233.64 58.344 227.534 46.7945 227.534 29.3187L227.495 29.0742ZM241.194 29.2307C241.194 40.6921 243.669 46.55 250.685 46.55C257.701 46.55 260.254 40.6823 260.254 29.2307C260.254 17.779 257.691 11.9211 250.685 11.9211C243.679 11.9211 241.194 17.8572 241.194 29.2307Z" }),
210
273
  /* @__PURE__ */ e("path", { d: "M295.871 1.36911V35.2059C295.871 42.7947 297.436 46.5891 304.119 46.5891C310.802 46.5891 312.368 42.7947 312.368 35.2059V1.36911H325.401V35.8318C325.401 50.5009 320.284 58.3244 304.119 58.3244C287.955 58.3244 282.847 50.5009 282.847 35.8318V1.36911H295.871Z" }),
@@ -215,7 +278,7 @@ function P({ className: a, textColor: l = "grey" }) {
215
278
  /* @__PURE__ */ e("path", { d: "M102.74 75.3895H40.5969V93.029H102.74V75.3895Z", fill: "#1795D4" }),
216
279
  /* @__PURE__ */ e("path", { d: "M0.489227 2.44485V20.7938V110.382V128.741H19.1389H56.6732V110.382H19.1389V20.7938H56.6732V2.44485H19.1389H0.489227Z", fill: "#1795D4" }),
217
280
  /* @__PURE__ */ e("path", { d: "M124.198 2.44485H85.6262V21.0844H124.198V112.092H85.6262V130.741H124.198H142.847V112.092V21.0844V2.44485H124.198Z", fill: "#1795D4" }),
218
- /* @__PURE__ */ t("g", { className: "ee-logo__text", fill: "currentColor", children: [
281
+ /* @__PURE__ */ s("g", { className: "ee-logo__text", fill: "currentColor", children: [
219
282
  /* @__PURE__ */ e("path", { d: "M220.235 75.2819L219.413 86.9096H197.72V97.1291H216.859V108.679H197.72V119.231H219.667V130.849H184.687V75.2819H220.235Z" }),
220
283
  /* @__PURE__ */ e("path", { d: "M240.773 75.3015C243.17 80.1912 246.712 87.0368 249.677 92.2101H249.931C252.984 87.2519 256.614 80.1716 258.924 75.3015H273.601C269.687 83.2228 263.63 93.6868 258.014 102.928L274.765 130.868H259.168L250.088 113.969H249.853L240.616 130.868H225.264L241.683 102.821C236.487 94.0193 229.941 82.1275 226.174 75.2819L240.773 75.3015Z" }),
221
284
  /* @__PURE__ */ e("path", { d: "M296.204 75.3015C301.096 75.3015 305.939 75.634 309.648 76.8759C315.842 79.0959 319.873 85.1982 319.873 93.7748C319.873 106.39 311.879 112.649 298.425 112.649H294.804V130.849H281.8V75.3015H296.204ZM294.804 101.021H297.358C302.965 101.021 306.164 100.366 306.164 93.7748C306.164 91.3006 305.254 89.1589 303.767 88.1614C302.28 87.1639 300.313 86.9292 297.505 86.9292H294.785L294.804 101.021Z" }),
@@ -230,323 +293,578 @@ function P({ className: a, textColor: l = "grey" }) {
230
293
  }
231
294
  );
232
295
  }
233
- const _e = (a, l) => /* @__PURE__ */ e("a", { href: a.url, className: l, children: a.label });
234
- function Ne(a) {
296
+ const _e = "kuat-header-app-switcher-menu", Qe = (a, r) => /* @__PURE__ */ e("a", { href: a.url, className: r, children: a.label });
297
+ function ea(a) {
235
298
  return Array.isArray(a);
236
299
  }
237
- function ge(a) {
238
- return Array.isArray(a);
300
+ function ge({
301
+ align: a = "start",
302
+ className: r,
303
+ id: l,
304
+ children: t
305
+ }) {
306
+ return /* @__PURE__ */ e(
307
+ q,
308
+ {
309
+ id: l,
310
+ align: a,
311
+ className: d("kuat-header__dropdown-content", r),
312
+ children: t
313
+ }
314
+ );
239
315
  }
240
- function ae({ items: a }) {
241
- return /* @__PURE__ */ e(B, { align: "start", className: "kuat-header__dropdown-content", children: /* @__PURE__ */ e(j, { children: a.map((l) => /* @__PURE__ */ e(K, { asChild: !0, children: _e(l, "kuat-header__dropdown-link") }, `${l.label}-${l.url}`)) }) });
316
+ function Ce({ items: a }) {
317
+ return /* @__PURE__ */ e(ge, { children: /* @__PURE__ */ e(G, { children: a.map((r) => /* @__PURE__ */ e(P, { asChild: !0, children: Qe(r, "kuat-header__dropdown-link") }, `${r.label}-${r.url}`)) }) });
242
318
  }
243
- function Ce({ items: a, variant: l }) {
244
- return /* @__PURE__ */ e("div", { className: "kuat-header__nav-items", children: a.map((r) => {
245
- var o;
246
- return (o = r.items) != null && o.length ? /* @__PURE__ */ t(M, { children: [
247
- /* @__PURE__ */ e(O, { asChild: !0, children: /* @__PURE__ */ t(
319
+ function aa({ items: a, variant: r }) {
320
+ return /* @__PURE__ */ e("div", { className: "kuat-header__nav-items", children: a.map((l) => {
321
+ var t;
322
+ return (t = l.items) != null && t.length ? /* @__PURE__ */ s(B, { children: [
323
+ /* @__PURE__ */ e(O, { asChild: !0, children: /* @__PURE__ */ s(
248
324
  "button",
249
325
  {
250
326
  type: "button",
251
- className: s(
327
+ className: d(
252
328
  "kuat-header__nav-trigger",
253
- l === "bold" && "kuat-header__nav-trigger--bold"
329
+ r === "bold" && "kuat-header__nav-trigger--bold"
254
330
  ),
255
331
  "aria-haspopup": "menu",
256
332
  children: [
257
- r.label,
258
- /* @__PURE__ */ e(U, { className: "h-4 w-4", "aria-hidden": !0 })
333
+ l.label,
334
+ /* @__PURE__ */ e(se, { className: "h-4 w-4", "aria-hidden": !0 })
259
335
  ]
260
336
  }
261
337
  ) }),
262
- /* @__PURE__ */ e(ae, { items: r.items })
263
- ] }, `${r.label}-${r.url}`) : /* @__PURE__ */ e(
338
+ /* @__PURE__ */ e(Ce, { items: l.items })
339
+ ] }, `${l.label}-${l.url}`) : /* @__PURE__ */ e(
264
340
  "a",
265
341
  {
266
- href: r.url,
267
- className: s(
342
+ href: l.url,
343
+ className: d(
268
344
  "kuat-header__nav-link",
269
- l === "bold" && "kuat-header__nav-link--bold"
345
+ r === "bold" && "kuat-header__nav-link--bold"
270
346
  ),
271
- children: r.label
347
+ children: l.label
272
348
  },
273
- `${r.label}-${r.url}`
349
+ `${l.label}-${l.url}`
274
350
  );
275
351
  }) });
276
352
  }
277
- function ke({ items: a, variant: l }) {
278
- return /* @__PURE__ */ e("div", { className: "kuat-header__actions-items", children: a.map((r) => {
279
- var d;
280
- const o = r.icon ?? /* @__PURE__ */ e(ee, { className: "h-4 w-4", "aria-hidden": !0 });
281
- return (d = r.items) != null && d.length ? /* @__PURE__ */ t(M, { children: [
282
- /* @__PURE__ */ e(O, { asChild: !0, children: /* @__PURE__ */ t(
353
+ function ra({
354
+ account: a,
355
+ variant: r
356
+ }) {
357
+ const l = ze(a), t = Ne(a);
358
+ return /* @__PURE__ */ e("div", { className: "kuat-header__actions-items", children: a.items.map((i, u) => {
359
+ const h = i.icon ?? /* @__PURE__ */ e(ee, { className: "h-4 w-4", "aria-hidden": !0 });
360
+ return l && u === 0 ? /* @__PURE__ */ s(B, { children: [
361
+ /* @__PURE__ */ e(O, { asChild: !0, children: /* @__PURE__ */ s(
283
362
  "button",
284
363
  {
285
364
  type: "button",
286
- className: s(
365
+ className: d(
287
366
  "kuat-header__action-trigger",
288
- l === "bold" && "kuat-header__action-trigger--bold"
367
+ r === "bold" && "kuat-header__action-trigger--bold"
289
368
  ),
290
369
  "aria-haspopup": "menu",
291
370
  children: [
292
- o,
293
- /* @__PURE__ */ e("span", { className: "hidden sm:inline", children: r.label }),
294
- /* @__PURE__ */ e(U, { className: "h-4 w-4", "aria-hidden": !0 })
371
+ h,
372
+ /* @__PURE__ */ e("span", { className: "hidden sm:inline", children: i.label }),
373
+ /* @__PURE__ */ e(se, { className: "h-4 w-4", "aria-hidden": !0 })
295
374
  ]
296
375
  }
297
376
  ) }),
298
- /* @__PURE__ */ e(ae, { items: r.items })
299
- ] }, `${r.label}-${r.url}`) : /* @__PURE__ */ t(
377
+ /* @__PURE__ */ e(Ce, { items: t })
378
+ ] }, `${i.label}-${i.href}`) : /* @__PURE__ */ s(
300
379
  "a",
301
380
  {
302
- href: r.url,
303
- className: s(
381
+ href: i.href,
382
+ className: d(
304
383
  "kuat-header__action-link",
305
- l === "bold" && "kuat-header__action-link--bold"
384
+ r === "bold" && "kuat-header__action-link--bold"
306
385
  ),
307
386
  children: [
308
- o,
309
- /* @__PURE__ */ e("span", { children: r.label })
387
+ h,
388
+ /* @__PURE__ */ e("span", { children: i.label })
310
389
  ]
311
390
  },
312
- `${r.label}-${r.url}`
391
+ `${i.label}-${i.href}`
313
392
  );
314
393
  }) });
315
394
  }
316
- const we = n.forwardRef(
395
+ function la({
396
+ config: a,
397
+ labels: r
398
+ }) {
399
+ const l = fe(a), t = a.apps, i = a.loading, u = a.empty ?? "hide", h = a.linkTarget, N = a.onSelect, k = a.onOpen;
400
+ return /* @__PURE__ */ s(
401
+ B,
402
+ {
403
+ onOpenChange: (_) => {
404
+ _ && (k == null || k());
405
+ },
406
+ children: [
407
+ /* @__PURE__ */ e(O, { asChild: !0, children: /* @__PURE__ */ e(
408
+ Be,
409
+ {
410
+ type: "button",
411
+ variant: "ghost",
412
+ color: "ee-blue",
413
+ size: "regular",
414
+ className: "kuat-header__app-switcher-trigger",
415
+ "aria-label": r.trigger,
416
+ "aria-haspopup": "menu",
417
+ "aria-controls": _e,
418
+ children: /* @__PURE__ */ e(ke, { className: "h-5 w-5", "aria-hidden": !0 })
419
+ }
420
+ ) }),
421
+ /* @__PURE__ */ e(
422
+ ge,
423
+ {
424
+ id: _e,
425
+ align: "end",
426
+ className: "kuat-header__app-switcher-panel",
427
+ children: /* @__PURE__ */ e(G, { className: "kuat-header__app-switcher-scroll", children: i ? /* @__PURE__ */ s(M, { children: [
428
+ /* @__PURE__ */ e("div", { className: "kuat-header__app-switcher-skeleton", "aria-hidden": !0 }),
429
+ /* @__PURE__ */ e("div", { className: "kuat-header__app-switcher-skeleton", "aria-hidden": !0 }),
430
+ /* @__PURE__ */ e("div", { className: "kuat-header__app-switcher-skeleton", "aria-hidden": !0 })
431
+ ] }) : t != null && t.length ? t.map((_) => /* @__PURE__ */ e(P, { asChild: !0, className: "kuat-header__app-switcher-item p-0 focus:bg-accent", children: /* @__PURE__ */ s(
432
+ "a",
433
+ {
434
+ href: _.href,
435
+ target: h ?? "_self",
436
+ rel: h === "_blank" ? "noopener noreferrer" : void 0,
437
+ className: "kuat-header__app-switcher-link",
438
+ onClick: () => N == null ? void 0 : N(_),
439
+ children: [
440
+ _.icon ? /* @__PURE__ */ e("span", { className: "kuat-header__app-switcher-icon", "aria-hidden": !0, children: _.icon }) : null,
441
+ /* @__PURE__ */ s("span", { className: "kuat-header__app-switcher-text", children: [
442
+ /* @__PURE__ */ e("span", { className: "kuat-header__app-switcher-label", children: _.label }),
443
+ _.description ? /* @__PURE__ */ e("span", { className: "kuat-header__app-switcher-desc", children: _.description }) : null
444
+ ] })
445
+ ]
446
+ }
447
+ ) }, _.id)) : u === "message" ? /* @__PURE__ */ e("div", { className: "kuat-header__app-switcher-empty px-3 py-3 text-sm text-muted-foreground", children: l }) : null })
448
+ }
449
+ )
450
+ ]
451
+ }
452
+ );
453
+ }
454
+ const ta = o.forwardRef(
317
455
  ({
318
456
  className: a,
319
- variant: l = "default",
320
- logo: r,
321
- title: o,
322
- navigation: d,
323
- actions: c,
324
- mobileMenuTrigger: h,
325
- mobileMenu: _,
326
- hideLogo: b,
327
- lockupVariant: y = "default",
328
- children: D,
329
- ...E
330
- }, f) => {
331
- const m = Ne(d), H = ge(c), R = m || H, [N, g] = n.useState(!1), k = n.useRef(null), V = n.useRef(null);
332
- n.useEffect(() => {
333
- var X;
334
- if (!N)
457
+ variant: r = "default",
458
+ logo: l,
459
+ title: t,
460
+ navigation: i,
461
+ account: u,
462
+ accountMarkup: h,
463
+ mobileMenuTrigger: N,
464
+ mobileMenu: k,
465
+ lockup: _,
466
+ appSwitcher: p,
467
+ mobileMenuAriaLabel: y,
468
+ children: g,
469
+ ...C
470
+ }, V) => {
471
+ var ue, he;
472
+ const v = Xe(u), E = je(u), S = Ye(u), w = qe(p), H = Ge(p), L = We({ logo: l, lockup: _ }), T = ea(i), I = !k && (T || S || !!h || H || E), D = Je({
473
+ mobileMenuAriaLabel: y,
474
+ showAppSwitcher: H,
475
+ hasStructuredNavigation: T,
476
+ hasAccountMobileTier: E
477
+ }), [A, Y] = o.useState(!1), [f, U] = o.useState("main"), z = o.useRef(null), F = o.useRef(null), ne = o.useRef(null), ie = o.useRef(null), oe = o.useRef(null), X = o.useRef(null), W = o.useRef(null);
478
+ o.useEffect(() => {
479
+ A || U("main");
480
+ }, [A]), o.useEffect(() => {
481
+ if (!A)
335
482
  return;
336
- const u = document.body, v = u.style.overflow;
337
- u.style.overflow = "hidden";
338
- const p = document.activeElement, Z = (X = V.current) == null ? void 0 : X.querySelector(
339
- "button, a, [tabindex]:not([tabindex='-1'])"
340
- );
341
- Z == null || Z.focus();
342
- const q = (L) => {
343
- if (L.key === "Escape") {
344
- L.preventDefault(), g(!1);
483
+ const n = document.body, c = n.style.overflow;
484
+ return n.style.overflow = "hidden", () => {
485
+ n.style.overflow = c, z.current && z.current.focus();
486
+ };
487
+ }, [A]), o.useEffect(() => {
488
+ if (!A)
489
+ return;
490
+ const n = window.requestAnimationFrame(() => {
491
+ var m;
492
+ const c = F.current;
493
+ (m = c == null ? void 0 : c.querySelector("button, a, [tabindex]:not([tabindex='-1'])")) == null || m.focus();
494
+ });
495
+ return () => window.cancelAnimationFrame(n);
496
+ }, [A, f]), o.useEffect(() => {
497
+ const n = oe.current, c = X.current, m = W.current;
498
+ if (!A) {
499
+ n == null || n.removeAttribute("inert"), c == null || c.removeAttribute("inert"), m == null || m.removeAttribute("inert");
500
+ return;
501
+ }
502
+ n && (f !== "main" ? n.setAttribute("inert", "") : n.removeAttribute("inert")), c && (f !== "apps" ? c.setAttribute("inert", "") : c.removeAttribute("inert")), m && (f !== "account" ? m.setAttribute("inert", "") : m.removeAttribute("inert"));
503
+ }, [A, f]), o.useEffect(() => {
504
+ if (!A)
505
+ return;
506
+ const n = (c) => {
507
+ if (c.key === "Escape") {
508
+ c.preventDefault(), Y(!1);
345
509
  return;
346
510
  }
347
- if (L.key !== "Tab" || !V.current)
511
+ if (c.key !== "Tab" || !F.current)
348
512
  return;
349
- const x = V.current.querySelectorAll(
513
+ const m = F.current.querySelectorAll(
350
514
  "button, a, [tabindex]:not([tabindex='-1'])"
351
515
  );
352
- if (!x.length)
516
+ if (!m.length)
353
517
  return;
354
- const z = x[0], Y = x[x.length - 1];
355
- L.shiftKey && document.activeElement === z ? (L.preventDefault(), Y.focus()) : !L.shiftKey && document.activeElement === Y && (L.preventDefault(), z.focus());
518
+ const me = m[0], pe = m[m.length - 1];
519
+ c.shiftKey && document.activeElement === me ? (c.preventDefault(), pe.focus()) : !c.shiftKey && document.activeElement === pe && (c.preventDefault(), me.focus());
356
520
  };
357
- return document.addEventListener("keydown", q), () => {
358
- u.style.overflow = v, document.removeEventListener("keydown", q), k.current ? k.current.focus() : p == null || p.focus();
521
+ return document.addEventListener("keydown", n), () => {
522
+ document.removeEventListener("keydown", n);
359
523
  };
360
- }, [N]);
361
- const S = r !== void 0 ? r : !b && /* @__PURE__ */ e(
362
- P,
524
+ }, [A, f]);
525
+ const de = r === "bold" ? "white" : "grey", Le = L.mode === "builtin" ? /* @__PURE__ */ e(
526
+ ae,
363
527
  {
364
528
  className: "ee-logo--desktop shrink-0",
365
- textColor: l === "bold" ? "white" : "grey"
529
+ textColor: de
366
530
  }
367
- ), w = r !== void 0 ? r : !b && /* @__PURE__ */ e(
368
- P,
369
- {
370
- className: "ee-logo--mobile shrink-0",
371
- textColor: l === "bold" ? "white" : "grey"
372
- }
373
- ), C = r !== void 0 ? "default" : y, T = S && C === "default", A = w && C === "default", ne = S && C === "demo", se = w && C === "demo";
374
- return /* @__PURE__ */ t(
531
+ ) : null, Se = L.mode === "builtin" ? /* @__PURE__ */ e(ae, { className: "ee-logo--mobile shrink-0", textColor: de }) : null, Z = L.mode === "custom" ? l : L.mode === "builtin" ? Le : null, K = L.mode === "custom" ? l : L.mode === "builtin" ? Se : null, R = L.lockupVariant, He = !!Z && R === "default", Te = !!K && R === "default", ye = !!Z && R === "demo", De = !!K && R === "demo", Re = fe(p), ce = (ue = u == null ? void 0 : u.mobile) == null ? void 0 : ue.items;
532
+ return /* @__PURE__ */ s(
375
533
  "header",
376
534
  {
377
- ref: f,
378
- className: s(
535
+ ref: V,
536
+ className: d(
379
537
  "kuat-header",
380
- `kuat-header--${l}`,
538
+ `kuat-header--${r}`,
381
539
  a
382
540
  ),
383
- ...E,
541
+ ...C,
384
542
  children: [
385
- /* @__PURE__ */ t("div", { className: "kuat-header__desktop", children: [
386
- /* @__PURE__ */ t("div", { className: "kuat-header__desktop-left", children: [
387
- T && /* @__PURE__ */ t(I, { children: [
388
- /* @__PURE__ */ e("div", { className: "shrink-0", children: S }),
543
+ /* @__PURE__ */ s("div", { className: "kuat-header__desktop", children: [
544
+ /* @__PURE__ */ s("div", { className: "kuat-header__desktop-left", children: [
545
+ He && /* @__PURE__ */ s(M, { children: [
546
+ /* @__PURE__ */ e("div", { className: "shrink-0", children: Z }),
389
547
  /* @__PURE__ */ e(
390
- Q,
548
+ be,
391
549
  {
392
550
  orientation: "vertical",
393
551
  className: "kuat-header__separator"
394
552
  }
395
553
  )
396
554
  ] }),
397
- ne && /* @__PURE__ */ t("div", { className: "kuat-header__desktop-demo-lockup", children: [
398
- o && /* @__PURE__ */ e("h1", { className: "kuat-header__desktop-demo-title", children: o }),
399
- /* @__PURE__ */ t("div", { className: "kuat-header__demo-byline", children: [
555
+ ye && /* @__PURE__ */ s("div", { className: "kuat-header__desktop-demo-lockup", children: [
556
+ t && /* @__PURE__ */ e("h1", { className: "kuat-header__desktop-demo-title", children: t }),
557
+ /* @__PURE__ */ s("div", { className: "kuat-header__demo-byline", children: [
400
558
  /* @__PURE__ */ e("span", { className: "kuat-header__demo-label", children: "A demo by" }),
401
- /* @__PURE__ */ e("div", { className: "kuat-header__desktop-demo-logo", children: S })
559
+ /* @__PURE__ */ e("div", { className: "kuat-header__desktop-demo-logo", children: Z })
402
560
  ] })
403
561
  ] }),
404
- o && C === "default" && /* @__PURE__ */ e("h1", { className: "kuat-header__desktop-title", children: o })
562
+ t && R === "default" && /* @__PURE__ */ e("h1", { className: "kuat-header__desktop-title", children: t })
405
563
  ] }),
406
- /* @__PURE__ */ t("div", { className: "kuat-header__desktop-right", children: [
407
- m ? d.length > 0 && /* @__PURE__ */ e("nav", { "aria-label": "Primary navigation", children: /* @__PURE__ */ e(Ce, { items: d, variant: l }) }) : d ? /* @__PURE__ */ e("nav", { className: "flex items-center", children: d }) : null,
408
- H ? c.length > 0 && /* @__PURE__ */ e("div", { className: "flex items-center gap-2", children: /* @__PURE__ */ e(ke, { items: c, variant: l }) }) : c ? /* @__PURE__ */ e("div", { className: "flex items-center gap-2", children: c }) : null
564
+ /* @__PURE__ */ s("div", { className: "kuat-header__desktop-right", children: [
565
+ T ? i.length > 0 && /* @__PURE__ */ e("nav", { "aria-label": "Primary navigation", children: /* @__PURE__ */ e(aa, { items: i, variant: r }) }) : i ? /* @__PURE__ */ e("nav", { className: "flex items-center", children: i }) : null,
566
+ H && p ? /* @__PURE__ */ e("div", { className: "kuat-header__nav-dropdown-wrap", children: /* @__PURE__ */ e(
567
+ la,
568
+ {
569
+ config: p,
570
+ labels: w
571
+ }
572
+ ) }) : null,
573
+ S && u ? /* @__PURE__ */ e("div", { className: "flex items-center gap-2", children: /* @__PURE__ */ e(ra, { account: u, variant: r }) }) : h ? /* @__PURE__ */ e("div", { className: "flex items-center gap-2", children: h }) : null
409
574
  ] })
410
575
  ] }),
411
- /* @__PURE__ */ t("div", { className: "kuat-header__mobile", children: [
412
- /* @__PURE__ */ t("div", { className: "kuat-header__mobile-left", children: [
413
- A && /* @__PURE__ */ e("div", { className: "shrink-0", children: w }),
414
- se && /* @__PURE__ */ t("div", { className: "kuat-header__mobile-demo-lockup", children: [
415
- o && /* @__PURE__ */ e("p", { className: "kuat-header__mobile-demo-title", children: o }),
416
- /* @__PURE__ */ t("div", { className: "kuat-header__demo-byline", children: [
576
+ /* @__PURE__ */ s("div", { className: "kuat-header__mobile", children: [
577
+ /* @__PURE__ */ s("div", { className: "kuat-header__mobile-left", children: [
578
+ Te && /* @__PURE__ */ e("div", { className: "shrink-0", children: K }),
579
+ De && /* @__PURE__ */ s("div", { className: "kuat-header__mobile-demo-lockup", children: [
580
+ t && /* @__PURE__ */ e("p", { className: "kuat-header__mobile-demo-title", children: t }),
581
+ /* @__PURE__ */ s("div", { className: "kuat-header__demo-byline", children: [
417
582
  /* @__PURE__ */ e("span", { className: "kuat-header__demo-label", children: "A demo by" }),
418
- /* @__PURE__ */ e("div", { className: "kuat-header__mobile-demo-logo", children: w })
583
+ /* @__PURE__ */ e("div", { className: "kuat-header__mobile-demo-logo", children: K })
419
584
  ] })
420
585
  ] }),
421
- o && C === "default" && /* @__PURE__ */ e("p", { className: "kuat-header__mobile-title", children: o })
586
+ t && R === "default" && /* @__PURE__ */ e("p", { className: "kuat-header__mobile-title", children: t })
422
587
  ] }),
423
- h ? /* @__PURE__ */ e("div", { className: "shrink-0", children: h }) : R ? /* @__PURE__ */ e(
588
+ N ? /* @__PURE__ */ e("div", { className: "shrink-0", children: N }) : I ? /* @__PURE__ */ e(
424
589
  J,
425
590
  {
426
- ref: k,
591
+ ref: z,
427
592
  variant: "ghost",
428
593
  size: "icon",
429
- className: s(
594
+ className: d(
430
595
  "kuat-header__mobile-trigger",
431
- l === "bold" && "kuat-header__mobile-trigger--bold"
596
+ r === "bold" && "kuat-header__mobile-trigger--bold"
432
597
  ),
433
598
  "aria-label": "Open menu",
434
- "aria-expanded": N,
599
+ "aria-expanded": A,
435
600
  "aria-controls": "kuat-header-mobile-menu",
436
- onClick: () => g(!0),
437
- children: /* @__PURE__ */ e(de, { className: "h-6 w-6", "aria-hidden": !0 })
601
+ onClick: () => Y(!0),
602
+ children: /* @__PURE__ */ e(Ve, { className: "h-6 w-6", "aria-hidden": !0 })
438
603
  }
439
604
  ) : null
440
605
  ] }),
441
- R ? N && /* @__PURE__ */ t(
606
+ I ? A && /* @__PURE__ */ s(
442
607
  "div",
443
608
  {
444
609
  id: "kuat-header-mobile-menu",
445
- ref: V,
610
+ ref: F,
446
611
  className: "kuat-header__mobile-sheet",
447
612
  role: "dialog",
448
613
  "aria-modal": "true",
449
- "aria-label": "Navigation menu",
614
+ "aria-label": D,
450
615
  children: [
451
- /* @__PURE__ */ e("div", { className: "kuat-header__mobile-sheet-header", children: /* @__PURE__ */ e(
452
- J,
616
+ /* @__PURE__ */ s(
617
+ "div",
453
618
  {
454
- variant: "ghost",
455
- size: "icon",
456
- className: "kuat-header__mobile-close",
457
- "aria-label": "Close menu",
458
- onClick: () => g(!1),
459
- children: /* @__PURE__ */ e(ce, { className: "h-6 w-6", "aria-hidden": !0 })
619
+ className: d(
620
+ "kuat-header__mobile-sheet-header",
621
+ (f === "apps" || f === "account") && "kuat-header__mobile-sheet-header--split"
622
+ ),
623
+ children: [
624
+ f === "apps" || f === "account" ? /* @__PURE__ */ s(
625
+ J,
626
+ {
627
+ type: "button",
628
+ variant: "ghost",
629
+ className: "kuat-header__mobile-back",
630
+ "aria-label": "Back to main menu",
631
+ onClick: () => {
632
+ const n = f;
633
+ U("main"), requestAnimationFrame(() => {
634
+ var c, m;
635
+ n === "apps" ? (c = ne.current) == null || c.focus() : (m = ie.current) == null || m.focus();
636
+ });
637
+ },
638
+ children: [
639
+ /* @__PURE__ */ e(Ie, { className: "h-6 w-6", "aria-hidden": !0 }),
640
+ /* @__PURE__ */ e("span", { className: "kuat-header__mobile-back-text", children: "Back" })
641
+ ]
642
+ }
643
+ ) : /* @__PURE__ */ e("span", { "aria-hidden": !0, className: "kuat-header__mobile-sheet-header-spacer" }),
644
+ /* @__PURE__ */ e(
645
+ J,
646
+ {
647
+ variant: "ghost",
648
+ size: "icon",
649
+ className: "kuat-header__mobile-close",
650
+ "aria-label": "Close menu",
651
+ onClick: () => Y(!1),
652
+ children: /* @__PURE__ */ e(xe, { className: "h-6 w-6", "aria-hidden": !0 })
653
+ }
654
+ )
655
+ ]
460
656
  }
461
- ) }),
462
- /* @__PURE__ */ e("div", { className: "kuat-header__mobile-sheet-nav", children: m && d.length > 0 && /* @__PURE__ */ e("nav", { "aria-label": "Primary navigation", children: /* @__PURE__ */ e("ul", { className: "kuat-header__mobile-list", children: d.map((u) => {
463
- var v;
464
- return /* @__PURE__ */ t("li", { children: [
465
- /* @__PURE__ */ e("a", { href: u.url, className: "kuat-header__mobile-link", children: u.label }),
466
- (v = u.items) != null && v.length ? /* @__PURE__ */ e("ul", { className: "kuat-header__mobile-sub-list", children: u.items.map((p) => /* @__PURE__ */ e("li", { children: /* @__PURE__ */ e("a", { href: p.url, className: "kuat-header__mobile-sub-link", children: p.label }) }, `${p.label}-${p.url}`)) }) : null
467
- ] }, `${u.label}-${u.url}`);
468
- }) }) }) }),
469
- H && c.length > 0 ? /* @__PURE__ */ e("div", { className: "kuat-header__mobile-sheet-actions", children: /* @__PURE__ */ e("ul", { className: "kuat-header__mobile-list", children: c.map((u) => {
470
- var v;
471
- return /* @__PURE__ */ t("li", { children: [
472
- /* @__PURE__ */ t("a", { href: u.url, className: "kuat-header__mobile-link", children: [
473
- /* @__PURE__ */ e("span", { className: "kuat-header__mobile-action-icon", children: u.icon ?? /* @__PURE__ */ e(ee, { className: "h-4 w-4", "aria-hidden": !0 }) }),
474
- u.label
475
- ] }),
476
- (v = u.items) != null && v.length ? /* @__PURE__ */ e("ul", { className: "kuat-header__mobile-sub-list", children: u.items.map((p) => /* @__PURE__ */ e("li", { children: /* @__PURE__ */ e("a", { href: p.url, className: "kuat-header__mobile-sub-link", children: p.label }) }, `${p.label}-${p.url}`)) }) : null
477
- ] }, `${u.label}-${u.url}`);
478
- }) }) }) : null
657
+ ),
658
+ /* @__PURE__ */ s(
659
+ "div",
660
+ {
661
+ ref: oe,
662
+ className: d(
663
+ "kuat-header__mobile-panel",
664
+ f !== "main" && "kuat-header__mobile-panel--hidden"
665
+ ),
666
+ "aria-hidden": f !== "main",
667
+ children: [
668
+ /* @__PURE__ */ s("div", { className: "kuat-header__mobile-panel-inner", children: [
669
+ /* @__PURE__ */ e("div", { className: "kuat-header__mobile-sheet-nav", children: T && i.length > 0 && /* @__PURE__ */ e("nav", { "aria-label": "Primary navigation", children: /* @__PURE__ */ e("ul", { className: "kuat-header__mobile-list", children: i.map((n) => {
670
+ var c;
671
+ return /* @__PURE__ */ s("li", { children: [
672
+ /* @__PURE__ */ e("a", { href: n.url, className: "kuat-header__mobile-link", children: n.label }),
673
+ (c = n.items) != null && c.length ? /* @__PURE__ */ e("ul", { className: "kuat-header__mobile-sub-list", children: n.items.map((m) => /* @__PURE__ */ e("li", { children: /* @__PURE__ */ e("a", { href: m.url, className: "kuat-header__mobile-sub-link", children: m.label }) }, `${m.label}-${m.url}`)) }) : null
674
+ ] }, `${n.label}-${n.url}`);
675
+ }) }) }) }),
676
+ E || H ? /* @__PURE__ */ s("div", { className: "kuat-header__mobile-sheet-sticky", children: [
677
+ E ? /* @__PURE__ */ e("div", { className: "kuat-header__mobile-app-teaser-wrap", children: /* @__PURE__ */ s(
678
+ "button",
679
+ {
680
+ ref: ie,
681
+ type: "button",
682
+ className: "kuat-header__mobile-app-teaser",
683
+ "aria-label": v.teaserDescription ? `${v.teaserTitle}, ${v.teaserDescription}` : v.teaserTitle,
684
+ onClick: () => {
685
+ U("account"), requestAnimationFrame(() => {
686
+ var c;
687
+ const n = (c = W.current) == null ? void 0 : c.querySelector(
688
+ "a"
689
+ );
690
+ n == null || n.focus();
691
+ });
692
+ },
693
+ children: [
694
+ /* @__PURE__ */ e("span", { className: "kuat-header__mobile-app-teaser-icon shrink-0", "aria-hidden": !0, children: ((he = u == null ? void 0 : u.items[0]) == null ? void 0 : he.icon) ?? /* @__PURE__ */ e(ee, { className: "h-6 w-6", "aria-hidden": !0 }) }),
695
+ /* @__PURE__ */ s("span", { className: "kuat-header__mobile-app-teaser-text", children: [
696
+ /* @__PURE__ */ e("span", { className: "kuat-header__mobile-app-teaser-title", children: v.teaserTitle }),
697
+ v.teaserDescription ? /* @__PURE__ */ e("span", { className: "kuat-header__mobile-app-teaser-desc", children: v.teaserDescription }) : null
698
+ ] }),
699
+ /* @__PURE__ */ e(
700
+ $,
701
+ {
702
+ className: "kuat-header__mobile-app-teaser-chevron h-5 w-5 shrink-0",
703
+ "aria-hidden": !0
704
+ }
705
+ )
706
+ ]
707
+ }
708
+ ) }) : null,
709
+ H ? /* @__PURE__ */ e("div", { className: "kuat-header__mobile-app-teaser-wrap", children: /* @__PURE__ */ s(
710
+ "button",
711
+ {
712
+ ref: ne,
713
+ type: "button",
714
+ className: "kuat-header__mobile-app-teaser",
715
+ "aria-label": `${w.teaserTitle}, ${w.teaserDescription}`,
716
+ onClick: () => {
717
+ var n;
718
+ (n = p == null ? void 0 : p.onOpen) == null || n.call(p), U("apps"), requestAnimationFrame(() => {
719
+ var m;
720
+ const c = (m = X.current) == null ? void 0 : m.querySelector(
721
+ "a, button"
722
+ );
723
+ c == null || c.focus();
724
+ });
725
+ },
726
+ children: [
727
+ /* @__PURE__ */ e(ke, { className: "kuat-header__mobile-app-teaser-icon h-6 w-6 shrink-0", "aria-hidden": !0 }),
728
+ /* @__PURE__ */ s("span", { className: "kuat-header__mobile-app-teaser-text", children: [
729
+ /* @__PURE__ */ e("span", { className: "kuat-header__mobile-app-teaser-title", children: w.teaserTitle }),
730
+ /* @__PURE__ */ e("span", { className: "kuat-header__mobile-app-teaser-desc", children: w.teaserDescription })
731
+ ] }),
732
+ /* @__PURE__ */ e($, { className: "kuat-header__mobile-app-teaser-chevron h-5 w-5 shrink-0", "aria-hidden": !0 })
733
+ ]
734
+ }
735
+ ) }) : null
736
+ ] }) : null
737
+ ] }),
738
+ S && u && !E ? /* @__PURE__ */ e("div", { className: "kuat-header__mobile-sheet-actions", children: /* @__PURE__ */ e("ul", { className: "kuat-header__mobile-list", children: u.items.map((n) => /* @__PURE__ */ e("li", { children: /* @__PURE__ */ s("a", { href: n.href, className: "kuat-header__mobile-link", children: [
739
+ /* @__PURE__ */ e("span", { className: "kuat-header__mobile-action-icon", children: n.icon ?? /* @__PURE__ */ e(ee, { className: "h-4 w-4", "aria-hidden": !0 }) }),
740
+ n.label
741
+ ] }) }, `${n.label}-${n.href}`)) }) }) : null
742
+ ]
743
+ }
744
+ ),
745
+ H && p ? /* @__PURE__ */ s(
746
+ "div",
747
+ {
748
+ ref: X,
749
+ className: d(
750
+ "kuat-header__mobile-panel kuat-header__mobile-panel--apps",
751
+ f !== "apps" && "kuat-header__mobile-panel--hidden"
752
+ ),
753
+ "aria-hidden": f !== "apps",
754
+ children: [
755
+ /* @__PURE__ */ e("div", { className: "kuat-header__mobile-apps-heading", children: w.title }),
756
+ /* @__PURE__ */ e("nav", { "aria-label": w.nav, className: "kuat-header__mobile-apps-nav", children: p.loading ? /* @__PURE__ */ s("ul", { className: "kuat-header__mobile-list", children: [
757
+ /* @__PURE__ */ e("li", { className: "kuat-header__app-switcher-skeleton kuat-header__app-switcher-skeleton--mobile", "aria-hidden": !0 }),
758
+ /* @__PURE__ */ e("li", { className: "kuat-header__app-switcher-skeleton kuat-header__app-switcher-skeleton--mobile", "aria-hidden": !0 })
759
+ ] }) : p.apps.length ? /* @__PURE__ */ e("ul", { className: "kuat-header__mobile-list", children: p.apps.map((n) => /* @__PURE__ */ e("li", { children: /* @__PURE__ */ s(
760
+ "a",
761
+ {
762
+ href: n.href,
763
+ className: "kuat-header__mobile-app-link",
764
+ target: p.linkTarget ?? "_self",
765
+ rel: p.linkTarget === "_blank" ? "noopener noreferrer" : void 0,
766
+ onClick: () => {
767
+ var c;
768
+ return (c = p.onSelect) == null ? void 0 : c.call(p, n);
769
+ },
770
+ children: [
771
+ n.icon ? /* @__PURE__ */ e("span", { className: "kuat-header__mobile-action-icon", "aria-hidden": !0, children: n.icon }) : null,
772
+ /* @__PURE__ */ s("span", { className: "kuat-header__mobile-app-link-text", children: [
773
+ /* @__PURE__ */ e("span", { className: "kuat-header__mobile-app-link-label", children: n.label }),
774
+ n.description ? /* @__PURE__ */ e("span", { className: "kuat-header__mobile-app-link-desc", children: n.description }) : null
775
+ ] })
776
+ ]
777
+ }
778
+ ) }, n.id)) }) : (p.empty ?? "hide") === "message" ? /* @__PURE__ */ e("p", { className: "kuat-header__mobile-apps-empty px-3 text-sm text-muted-foreground", children: Re }) : null })
779
+ ]
780
+ }
781
+ ) : null,
782
+ E && ce ? /* @__PURE__ */ s(
783
+ "div",
784
+ {
785
+ ref: W,
786
+ className: d(
787
+ "kuat-header__mobile-panel kuat-header__mobile-panel--apps kuat-header__mobile-panel--account",
788
+ f !== "account" && "kuat-header__mobile-panel--hidden"
789
+ ),
790
+ "aria-hidden": f !== "account",
791
+ children: [
792
+ /* @__PURE__ */ e("div", { className: "kuat-header__mobile-apps-heading", children: v.title }),
793
+ /* @__PURE__ */ e("nav", { "aria-label": v.nav, className: "kuat-header__mobile-apps-nav", children: /* @__PURE__ */ e("ul", { className: "kuat-header__mobile-list", children: ce.map((n) => /* @__PURE__ */ e("li", { children: /* @__PURE__ */ e("a", { href: n.href, className: "kuat-header__mobile-app-link", children: /* @__PURE__ */ e("span", { className: "kuat-header__mobile-app-link-text", children: /* @__PURE__ */ e("span", { className: "kuat-header__mobile-app-link-label", children: n.label }) }) }) }, `${n.label}-${n.href}`)) }) })
794
+ ]
795
+ }
796
+ ) : null
479
797
  ]
480
798
  }
481
- ) : _,
482
- D
799
+ ) : k,
800
+ g
483
801
  ]
484
802
  }
485
803
  );
486
804
  }
487
805
  );
488
- we.displayName = "KuatHeader";
489
- function Oe(a) {
490
- const l = (a == null ? void 0 : a.variant) ?? "default";
491
- return s("kuat-header", `kuat-header--${l}`);
806
+ ta.displayName = "KuatHeader";
807
+ function Ca(a) {
808
+ const r = (a == null ? void 0 : a.variant) ?? "default";
809
+ return d("kuat-header", `kuat-header--${r}`);
492
810
  }
493
- const Be = ["service", "demo"], Ke = ["light", "dark"], He = n.forwardRef(
811
+ const va = ["service", "demo"], wa = ["light", "dark"], sa = o.forwardRef(
494
812
  ({
495
813
  className: a,
496
- title: l,
497
- use: r = "service",
498
- mode: o = "light",
499
- forceDark: d = !1,
500
- ...c
814
+ title: r,
815
+ use: l = "service",
816
+ mode: t = "light",
817
+ forceDark: i = !1,
818
+ ...u
501
819
  }, h) => {
502
- const _ = d ? "dark" : o, b = /* @__PURE__ */ e(
503
- P,
820
+ const N = i ? "dark" : t, k = /* @__PURE__ */ e(
821
+ ae,
504
822
  {
505
- className: s(
823
+ className: d(
506
824
  "kuat-logo-lockup__logo",
507
- r === "demo" && "kuat-logo-lockup__logo--demo"
825
+ l === "demo" && "kuat-logo-lockup__logo--demo"
508
826
  ),
509
- textColor: _ === "dark" ? "white" : "grey"
827
+ textColor: N === "dark" ? "white" : "grey"
510
828
  }
511
829
  );
512
830
  return /* @__PURE__ */ e(
513
831
  "div",
514
832
  {
515
833
  ref: h,
516
- className: s(
834
+ className: d(
517
835
  "kuat-logo-lockup",
518
- `kuat-logo-lockup--${_}`,
519
- `kuat-logo-lockup--${r}`,
836
+ `kuat-logo-lockup--${N}`,
837
+ `kuat-logo-lockup--${l}`,
520
838
  a
521
839
  ),
522
- ...c,
523
- children: r === "service" ? /* @__PURE__ */ t("div", { className: "kuat-logo-lockup__service-inner", children: [
524
- /* @__PURE__ */ e("div", { className: "kuat-logo-lockup__logo-wrap", children: b }),
840
+ ...u,
841
+ children: l === "service" ? /* @__PURE__ */ s("div", { className: "kuat-logo-lockup__service-inner", children: [
842
+ /* @__PURE__ */ e("div", { className: "kuat-logo-lockup__logo-wrap", children: k }),
525
843
  /* @__PURE__ */ e(
526
- Q,
844
+ be,
527
845
  {
528
846
  orientation: "vertical",
529
847
  className: "kuat-logo-lockup__separator"
530
848
  }
531
849
  ),
532
- /* @__PURE__ */ e("span", { className: "kuat-logo-lockup__service-name", children: l })
533
- ] }) : /* @__PURE__ */ t(I, { children: [
534
- /* @__PURE__ */ e("h2", { className: "kuat-logo-lockup__demo-title", children: l }),
535
- /* @__PURE__ */ t("div", { className: "kuat-logo-lockup__demo-attribution", children: [
850
+ /* @__PURE__ */ e("span", { className: "kuat-logo-lockup__service-name", children: r })
851
+ ] }) : /* @__PURE__ */ s(M, { children: [
852
+ /* @__PURE__ */ e("h2", { className: "kuat-logo-lockup__demo-title", children: r }),
853
+ /* @__PURE__ */ s("div", { className: "kuat-logo-lockup__demo-attribution", children: [
536
854
  /* @__PURE__ */ e("span", { className: "kuat-logo-lockup__demo-by", children: "A demo by" }),
537
- /* @__PURE__ */ e("div", { className: "kuat-logo-lockup__demo-logo-wrap", children: b })
855
+ /* @__PURE__ */ e("div", { className: "kuat-logo-lockup__demo-logo-wrap", children: k })
538
856
  ] })
539
857
  ] })
540
858
  }
541
859
  );
542
860
  }
543
861
  );
544
- He.displayName = "KuatLogoLockup";
545
- function Ze({ className: a }) {
546
- return /* @__PURE__ */ t(
862
+ sa.displayName = "KuatLogoLockup";
863
+ function Aa({ className: a }) {
864
+ return /* @__PURE__ */ s(
547
865
  "svg",
548
866
  {
549
- className: s("ee-logo-icon", a),
867
+ className: d("ee-logo-icon", a),
550
868
  viewBox: "0 0 143 133",
551
869
  fill: "none",
552
870
  xmlns: "http://www.w3.org/2000/svg",
@@ -584,102 +902,102 @@ function Ze({ className: a }) {
584
902
  }
585
903
  );
586
904
  }
587
- const re = n.forwardRef(({ className: a, "aria-label": l = "Breadcrumb", ...r }, o) => /* @__PURE__ */ e(
905
+ const ve = o.forwardRef(({ className: a, "aria-label": r = "Breadcrumb", ...l }, t) => /* @__PURE__ */ e(
588
906
  "nav",
589
907
  {
590
- ref: o,
591
- "aria-label": l,
592
- className: s("breadcrumb", a),
593
- ...r
908
+ ref: t,
909
+ "aria-label": r,
910
+ className: d("breadcrumb", a),
911
+ ...l
594
912
  }
595
913
  ));
596
- re.displayName = "BreadcrumbRoot";
597
- const le = n.forwardRef(({ className: a, ...l }, r) => /* @__PURE__ */ e("ol", { ref: r, className: s("breadcrumb-list", a), ...l }));
598
- le.displayName = "BreadcrumbList";
599
- const $ = n.forwardRef(({ className: a, ...l }, r) => /* @__PURE__ */ e("li", { ref: r, className: s("breadcrumb-item", a), ...l }));
600
- $.displayName = "BreadcrumbItem";
601
- const oe = n.forwardRef(({ className: a, render: l, asChild: r = !1, ...o }, d) => {
602
- var c;
603
- if (l) {
604
- const h = l.props;
605
- return n.cloneElement(l, {
606
- ...o,
607
- ref: d,
608
- className: s("breadcrumb-link", h == null ? void 0 : h.className, a)
914
+ ve.displayName = "BreadcrumbRoot";
915
+ const we = o.forwardRef(({ className: a, ...r }, l) => /* @__PURE__ */ e("ol", { ref: l, className: d("breadcrumb-list", a), ...r }));
916
+ we.displayName = "BreadcrumbList";
917
+ const re = o.forwardRef(({ className: a, ...r }, l) => /* @__PURE__ */ e("li", { ref: l, className: d("breadcrumb-item", a), ...r }));
918
+ re.displayName = "BreadcrumbItem";
919
+ const Ae = o.forwardRef(({ className: a, render: r, asChild: l = !1, ...t }, i) => {
920
+ var u;
921
+ if (r) {
922
+ const h = r.props;
923
+ return o.cloneElement(r, {
924
+ ...t,
925
+ ref: i,
926
+ className: d("breadcrumb-link", h == null ? void 0 : h.className, a)
609
927
  });
610
928
  }
611
- if (r && n.Children.only(o.children)) {
612
- const h = n.Children.only(o.children);
613
- return n.cloneElement(h, {
614
- ref: d,
615
- className: s("breadcrumb-link", (c = h.props) == null ? void 0 : c.className, a),
616
- ...o
929
+ if (l && o.Children.only(t.children)) {
930
+ const h = o.Children.only(t.children);
931
+ return o.cloneElement(h, {
932
+ ref: i,
933
+ className: d("breadcrumb-link", (u = h.props) == null ? void 0 : u.className, a),
934
+ ...t
617
935
  });
618
936
  }
619
937
  return /* @__PURE__ */ e(
620
938
  "a",
621
939
  {
622
- ref: d,
623
- className: s("breadcrumb-link", a),
624
- ...o
940
+ ref: i,
941
+ className: d("breadcrumb-link", a),
942
+ ...t
625
943
  }
626
944
  );
627
945
  });
628
- oe.displayName = "BreadcrumbLink";
629
- const F = n.forwardRef(({ className: a, ...l }, r) => /* @__PURE__ */ e(
946
+ Ae.displayName = "BreadcrumbLink";
947
+ const le = o.forwardRef(({ className: a, ...r }, l) => /* @__PURE__ */ e(
630
948
  "span",
631
949
  {
632
- ref: r,
950
+ ref: l,
633
951
  role: "link",
634
952
  "aria-disabled": "true",
635
953
  "aria-current": "page",
636
- className: s("breadcrumb-page", a),
637
- ...l
954
+ className: d("breadcrumb-page", a),
955
+ ...r
638
956
  }
639
957
  ));
640
- F.displayName = "BreadcrumbPage";
641
- const G = n.forwardRef(({ className: a, children: l, ...r }, o) => /* @__PURE__ */ e(
958
+ le.displayName = "BreadcrumbPage";
959
+ const te = o.forwardRef(({ className: a, children: r, ...l }, t) => /* @__PURE__ */ e(
642
960
  "span",
643
961
  {
644
- ref: o,
962
+ ref: t,
645
963
  role: "presentation",
646
964
  "aria-hidden": "true",
647
- className: s("breadcrumb-separator", a),
648
- ...r,
649
- children: l ?? /* @__PURE__ */ e(W, { className: "breadcrumb-separator__icon" })
965
+ className: d("breadcrumb-separator", a),
966
+ ...l,
967
+ children: r ?? /* @__PURE__ */ e($, { className: "breadcrumb-separator__icon" })
650
968
  }
651
969
  ));
652
- G.displayName = "BreadcrumbSeparator";
653
- const te = n.forwardRef(({ className: a, ...l }, r) => /* @__PURE__ */ e(
970
+ te.displayName = "BreadcrumbSeparator";
971
+ const Ee = o.forwardRef(({ className: a, ...r }, l) => /* @__PURE__ */ e(
654
972
  "span",
655
973
  {
656
- ref: r,
974
+ ref: l,
657
975
  role: "presentation",
658
976
  "aria-hidden": "true",
659
- className: s("breadcrumb-ellipsis", a),
660
- ...l,
661
- children: /* @__PURE__ */ e(ie, { className: "breadcrumb-ellipsis__icon" })
977
+ className: d("breadcrumb-ellipsis", a),
978
+ ...r,
979
+ children: /* @__PURE__ */ e(Me, { className: "breadcrumb-ellipsis__icon" })
662
980
  }
663
981
  ));
664
- te.displayName = "BreadcrumbEllipsis";
665
- const Se = 640;
666
- function ve(a = Se) {
667
- const [l, r] = n.useState(!1);
668
- return n.useEffect(() => {
982
+ Ee.displayName = "BreadcrumbEllipsis";
983
+ const na = 640;
984
+ function ia(a = na) {
985
+ const [r, l] = o.useState(!1);
986
+ return o.useEffect(() => {
669
987
  if (typeof window > "u" || typeof window.matchMedia != "function")
670
988
  return;
671
- const o = window.matchMedia(`(max-width: ${a}px)`), d = () => r(o.matches);
672
- return d(), o.addEventListener("change", d), () => o.removeEventListener("change", d);
673
- }, [a]), l;
989
+ const t = window.matchMedia(`(max-width: ${a}px)`), i = () => l(t.matches);
990
+ return i(), t.addEventListener("change", i), () => t.removeEventListener("change", i);
991
+ }, [a]), r;
674
992
  }
675
- const Le = ({ href: a, children: l, className: r }) => /* @__PURE__ */ e("a", { href: a, className: r, children: l });
676
- function ye(a, l, r, o) {
677
- return a.children && a.children.length > 0 ? /* @__PURE__ */ t(M, { children: [
678
- /* @__PURE__ */ e(O, { asChild: !0, children: /* @__PURE__ */ t(
993
+ const oa = ({ href: a, children: r, className: l }) => /* @__PURE__ */ e("a", { href: a, className: l, children: r });
994
+ function da(a, r, l, t) {
995
+ return a.children && a.children.length > 0 ? /* @__PURE__ */ s(B, { children: [
996
+ /* @__PURE__ */ e(O, { asChild: !0, children: /* @__PURE__ */ s(
679
997
  "button",
680
998
  {
681
999
  type: "button",
682
- className: s(
1000
+ className: d(
683
1001
  "breadcrumb-dropdown-trigger",
684
1002
  "inline-flex items-center gap-1 font-medium"
685
1003
  ),
@@ -687,7 +1005,7 @@ function ye(a, l, r, o) {
687
1005
  children: [
688
1006
  a.label,
689
1007
  /* @__PURE__ */ e(
690
- U,
1008
+ se,
691
1009
  {
692
1010
  className: "breadcrumb-dropdown-trigger__icon",
693
1011
  "aria-hidden": !0
@@ -697,181 +1015,192 @@ function ye(a, l, r, o) {
697
1015
  ]
698
1016
  }
699
1017
  ) }),
700
- /* @__PURE__ */ e(B, { align: "start", children: /* @__PURE__ */ e(j, { children: a.children.map((c, h) => /* @__PURE__ */ e(K, { asChild: !0, children: /* @__PURE__ */ e("a", { href: c.href, children: c.label }) }, h)) }) })
701
- ] }) : l ? /* @__PURE__ */ e(F, { children: a.label }) : a.href ? /* @__PURE__ */ e(
702
- oe,
1018
+ /* @__PURE__ */ e(q, { align: "start", children: /* @__PURE__ */ e(G, { children: a.children.map((u, h) => /* @__PURE__ */ e(P, { asChild: !0, children: /* @__PURE__ */ e("a", { href: u.href, children: u.label }) }, h)) }) })
1019
+ ] }) : r ? /* @__PURE__ */ e(le, { children: a.label }) : a.href ? /* @__PURE__ */ e(
1020
+ Ae,
703
1021
  {
704
- render: /* @__PURE__ */ e(r, { href: a.href, children: a.label })
1022
+ render: /* @__PURE__ */ e(l, { href: a.href, children: a.label })
705
1023
  }
706
- ) : /* @__PURE__ */ e(F, { children: a.label });
1024
+ ) : /* @__PURE__ */ e(le, { children: a.label });
707
1025
  }
708
- function Ee({
1026
+ function ca({
709
1027
  items: a,
710
- linkComponent: l = Le,
711
- separator: r,
712
- className: o,
713
- "aria-label": d = "Breadcrumb",
714
- ...c
1028
+ linkComponent: r = oa,
1029
+ separator: l,
1030
+ className: t,
1031
+ "aria-label": i = "Breadcrumb",
1032
+ ...u
715
1033
  }, h) {
716
- const _ = ve();
1034
+ const N = ia();
717
1035
  if (!a.length) return null;
718
- const b = _ && a.length > 2, y = b ? [a[0], a[a.length - 1]] : a, E = (b ? a.slice(1, -1) : []).flatMap(
719
- (f) => f.href ? [{ label: f.label, href: f.href }] : (f.children ?? []).map((m) => ({ label: m.label, href: m.href }))
1036
+ const k = N && a.length > 2, _ = k ? [a[0], a[a.length - 1]] : a, y = (k ? a.slice(1, -1) : []).flatMap(
1037
+ (g) => g.href ? [{ label: g.label, href: g.href }] : (g.children ?? []).map((C) => ({ label: C.label, href: C.href }))
720
1038
  );
721
1039
  return /* @__PURE__ */ e(
722
- re,
1040
+ ve,
723
1041
  {
724
1042
  ref: h,
725
- "aria-label": d,
726
- className: o,
727
- ...c,
728
- children: /* @__PURE__ */ e(le, { children: y.map((f, m) => {
729
- const H = b ? m === 0 ? 0 : a.length - 1 : m, N = m === y.length - 1 && !f.href && !f.children;
730
- return /* @__PURE__ */ t(n.Fragment, { children: [
731
- m > 0 && /* @__PURE__ */ e(G, { children: r }),
732
- b && m === 1 && E.length > 0 && /* @__PURE__ */ t(I, { children: [
733
- /* @__PURE__ */ e($, { children: /* @__PURE__ */ t(M, { children: [
734
- /* @__PURE__ */ e(O, { asChild: !0, children: /* @__PURE__ */ t(
1043
+ "aria-label": i,
1044
+ className: t,
1045
+ ...u,
1046
+ children: /* @__PURE__ */ e(we, { children: _.map((g, C) => {
1047
+ const V = k ? C === 0 ? 0 : a.length - 1 : C, E = C === _.length - 1 && !g.href && !g.children;
1048
+ return /* @__PURE__ */ s(o.Fragment, { children: [
1049
+ C > 0 && /* @__PURE__ */ e(te, { children: l }),
1050
+ k && C === 1 && y.length > 0 && /* @__PURE__ */ s(M, { children: [
1051
+ /* @__PURE__ */ e(re, { children: /* @__PURE__ */ s(B, { children: [
1052
+ /* @__PURE__ */ e(O, { asChild: !0, children: /* @__PURE__ */ s(
735
1053
  "button",
736
1054
  {
737
1055
  type: "button",
738
- className: s(
1056
+ className: d(
739
1057
  "breadcrumb-dropdown-trigger",
740
1058
  "breadcrumb-ellipsis-trigger",
741
1059
  "inline-flex items-center"
742
1060
  ),
743
1061
  "aria-haspopup": "menu",
744
1062
  children: [
745
- /* @__PURE__ */ e(te, {}),
1063
+ /* @__PURE__ */ e(Ee, {}),
746
1064
  /* @__PURE__ */ e("span", { className: "sr-only", children: "Show more pages" })
747
1065
  ]
748
1066
  }
749
1067
  ) }),
750
- /* @__PURE__ */ e(B, { align: "start", children: /* @__PURE__ */ e(j, { children: E.map((g, k) => /* @__PURE__ */ e(K, { asChild: !0, children: /* @__PURE__ */ e("a", { href: g.href, children: g.label }) }, k)) }) })
1068
+ /* @__PURE__ */ e(q, { align: "start", children: /* @__PURE__ */ e(G, { children: y.map((S, w) => /* @__PURE__ */ e(P, { asChild: !0, children: /* @__PURE__ */ e("a", { href: S.href, children: S.label }) }, w)) }) })
751
1069
  ] }) }),
752
- /* @__PURE__ */ e(G, { children: r })
1070
+ /* @__PURE__ */ e(te, { children: l })
753
1071
  ] }),
754
- /* @__PURE__ */ e($, { children: ye(f, N, l) })
755
- ] }, H);
1072
+ /* @__PURE__ */ e(re, { children: da(g, E, r) })
1073
+ ] }, V);
756
1074
  }) })
757
1075
  }
758
1076
  );
759
1077
  }
760
- const Ve = n.forwardRef(
761
- Ee
1078
+ const ua = o.forwardRef(
1079
+ ca
762
1080
  );
763
- Ve.displayName = "Breadcrumb";
1081
+ ua.displayName = "Breadcrumb";
764
1082
  export {
765
- Na as Accordion,
766
- ga as AccordionContent,
767
- Ca as AccordionItem,
768
- ka as AccordionTrigger,
769
- Ha as AlertDialog,
770
- Sa as AlertDialogAction,
771
- va as AlertDialogCancel,
772
- La as AlertDialogContent,
773
- ya as AlertDialogDescription,
774
- Ea as AlertDialogFooter,
775
- Va as AlertDialogHeader,
776
- Aa as AlertDialogOverlay,
777
- Ra as AlertDialogPortal,
778
- Da as AlertDialogTitle,
779
- Ta as AlertDialogTrigger,
780
- Ia as BADGE_ROUNDNESS,
781
- Ma as BADGE_VARIANTS,
782
- ze as BUTTON_COLORS,
783
- Fe as BUTTON_GROUP_ORIENTATIONS,
784
- Ye as BUTTON_SIZES,
785
- Je as BUTTON_VARIANTS,
786
- Oa as Badge,
787
- Ve as Breadcrumb,
788
- te as BreadcrumbEllipsis,
789
- $ as BreadcrumbItem,
790
- oe as BreadcrumbLink,
791
- le as BreadcrumbList,
792
- F as BreadcrumbPage,
793
- re as BreadcrumbRoot,
794
- G as BreadcrumbSeparator,
1083
+ dr as Accordion,
1084
+ cr as AccordionContent,
1085
+ ur as AccordionItem,
1086
+ hr as AccordionTrigger,
1087
+ pr as AlertDialog,
1088
+ _r as AlertDialogAction,
1089
+ br as AlertDialogCancel,
1090
+ kr as AlertDialogContent,
1091
+ fr as AlertDialogDescription,
1092
+ Nr as AlertDialogFooter,
1093
+ gr as AlertDialogHeader,
1094
+ Cr as AlertDialogOverlay,
1095
+ vr as AlertDialogPortal,
1096
+ wr as AlertDialogTitle,
1097
+ Ar as AlertDialogTrigger,
1098
+ Lr as BADGE_ROUNDNESS,
1099
+ Sr as BADGE_VARIANTS,
1100
+ Va as BUTTON_COLORS,
1101
+ Sa as BUTTON_GROUP_ORIENTATIONS,
1102
+ Ia as BUTTON_SIZES,
1103
+ xa as BUTTON_VARIANTS,
1104
+ Hr as Badge,
1105
+ ua as Breadcrumb,
1106
+ Ee as BreadcrumbEllipsis,
1107
+ re as BreadcrumbItem,
1108
+ Ae as BreadcrumbLink,
1109
+ we as BreadcrumbList,
1110
+ le as BreadcrumbPage,
1111
+ ve as BreadcrumbRoot,
1112
+ te as BreadcrumbSeparator,
795
1113
  J as Button,
796
- Ge as ButtonGroup,
797
- Ue as ButtonGroupSeparator,
798
- je as ButtonGroupText,
799
- Nr as CHECKBOX_FIELD_APPEARANCES,
800
- gr as CHECKBOX_FIELD_LAYOUTS,
801
- ea as Carousel,
802
- aa as CarouselContent,
803
- ra as CarouselItem,
804
- la as CarouselNext,
805
- oa as CarouselPrevious,
806
- Cr as Checkbox,
807
- kr as CheckboxField,
808
- Ie as ContentCard,
809
- P as EELogo,
810
- Ze as EELogoIcon,
811
- ja as FIELD_ORIENTATIONS,
812
- qa as Field,
813
- Xa as FieldContent,
814
- za as FieldDescription,
815
- Ya as FieldError,
816
- Ja as FieldGroup,
817
- Qa as FieldLabel,
818
- Wa as FieldLegend,
819
- er as FieldSeparator,
820
- ar as FieldSet,
821
- rr as FieldTitle,
822
- Fa as INPUT_SIZES,
823
- Ga as Input,
824
- Me as KUAT_HEADER_LOCKUP_VARIANTS,
825
- Ke as KUAT_LOGO_LOCKUP_MODE,
826
- Be as KUAT_LOGO_LOCKUP_USE,
827
- pa as KUAT_RADIAL_PROGRESS_COLORS,
828
- ba as KUAT_RADIAL_PROGRESS_SIZES,
829
- sa as KuatCarousel,
830
- da as KuatCarouselContent,
831
- ca as KuatCarouselItem,
832
- ia as KuatCarouselNext,
833
- ua as KuatCarouselPrevious,
834
- we as KuatHeader,
835
- He as KuatLogoLockup,
836
- fa as KuatRadialProgress,
837
- or as KuatSelect,
838
- Hr as RADIO_FIELD_APPEARANCES,
839
- Sr as RADIO_FIELD_LAYOUTS,
840
- vr as RadioField,
841
- Lr as RadioGroup,
842
- yr as RadioGroupItem,
843
- tr as SELECT_LINES,
844
- nr as SELECT_SIZES,
845
- Zr as SONNER_POSITIONS,
846
- Vr as SWITCH_FIELD_APPEARANCES,
847
- Ar as SWITCH_FIELD_LAYOUTS,
848
- sr as Select,
849
- dr as SelectContent,
850
- cr as SelectGroup,
851
- ir as SelectItem,
852
- ur as SelectLabel,
853
- hr as SelectScrollDownButton,
854
- mr as SelectScrollUpButton,
855
- pr as SelectSeparator,
856
- br as SelectTrigger,
857
- fr as SelectValue,
858
- Pr as Sonner,
859
- $r as SonnerContent,
860
- Rr as Switch,
861
- Dr as SwitchField,
862
- Za as TEXTAREA_RESIZE,
863
- xr as TOGGLE_SIZES,
864
- Ir as TOGGLE_SKINS,
865
- Pa as Textarea,
866
- Mr as Toggle,
867
- Or as ToggleGroup,
868
- Br as ToggleGroupItem,
869
- Ba as badgeVariants,
870
- qe as buttonGroupVariants,
871
- Qe as buttonVariants,
872
- s as cn,
873
- Oe as kuatHeaderVariants,
874
- Fr as toast,
875
- ta as useCarousel,
876
- ha as useKuatCarousel
1114
+ Ha as ButtonGroup,
1115
+ Ta as ButtonGroupSeparator,
1116
+ ya as ButtonGroupText,
1117
+ dl as CHECKBOX_FIELD_APPEARANCES,
1118
+ cl as CHECKBOX_FIELD_LAYOUTS,
1119
+ Ga as Carousel,
1120
+ qa as CarouselContent,
1121
+ ja as CarouselItem,
1122
+ Ya as CarouselNext,
1123
+ za as CarouselPrevious,
1124
+ ul as Checkbox,
1125
+ hl as CheckboxField,
1126
+ fa as ContentCard,
1127
+ ae as EELogo,
1128
+ Aa as EELogoIcon,
1129
+ Br as FIELD_ORIENTATIONS,
1130
+ Or as Field,
1131
+ Pr as FieldContent,
1132
+ Ur as FieldDescription,
1133
+ Fr as FieldError,
1134
+ Zr as FieldGroup,
1135
+ Kr as FieldLabel,
1136
+ $r as FieldLegend,
1137
+ Gr as FieldSeparator,
1138
+ qr as FieldSet,
1139
+ jr as FieldTitle,
1140
+ Oa as ICON_BUTTON_ROUNDNESS,
1141
+ Pa as ICON_BUTTON_SIZES,
1142
+ Ua as ICON_BUTTON_SIZE_LG_ALIAS,
1143
+ Fa as ICON_BUTTON_SIZE_SM_ALIAS,
1144
+ Za as ICON_BUTTON_VARIANT_DEFAULT_ALIAS,
1145
+ Ir as INPUT_SIZES,
1146
+ Be as IconButton,
1147
+ xr as Input,
1148
+ ga as KUAT_HEADER_APP_SWITCHER_EMPTY,
1149
+ Na as KUAT_HEADER_LOCKUP_VARIANTS,
1150
+ wa as KUAT_LOGO_LOCKUP_MODE,
1151
+ va as KUAT_LOGO_LOCKUP_USE,
1152
+ sr as KUAT_RADIAL_PROGRESS_COLORS,
1153
+ nr as KUAT_RADIAL_PROGRESS_SIZES,
1154
+ Ja as KuatCarousel,
1155
+ Qa as KuatCarouselContent,
1156
+ er as KuatCarouselItem,
1157
+ ar as KuatCarouselNext,
1158
+ rr as KuatCarouselPrevious,
1159
+ ta as KuatHeader,
1160
+ sa as KuatLogoLockup,
1161
+ ir as KuatRadialProgress,
1162
+ zr as KuatSelect,
1163
+ pl as RADIO_FIELD_APPEARANCES,
1164
+ _l as RADIO_FIELD_LAYOUTS,
1165
+ bl as RadioField,
1166
+ kl as RadioGroup,
1167
+ fl as RadioGroupItem,
1168
+ Xr as SELECT_LINES,
1169
+ Wr as SELECT_SIZES,
1170
+ Dl as SONNER_POSITIONS,
1171
+ gl as SWITCH_FIELD_APPEARANCES,
1172
+ Cl as SWITCH_FIELD_LAYOUTS,
1173
+ Jr as Select,
1174
+ Qr as SelectContent,
1175
+ el as SelectGroup,
1176
+ al as SelectItem,
1177
+ rl as SelectLabel,
1178
+ ll as SelectScrollDownButton,
1179
+ tl as SelectScrollUpButton,
1180
+ sl as SelectSeparator,
1181
+ nl as SelectTrigger,
1182
+ il as SelectValue,
1183
+ Rl as Sonner,
1184
+ Vl as SonnerContent,
1185
+ vl as Switch,
1186
+ wl as SwitchField,
1187
+ Dr as TEXTAREA_RESIZE,
1188
+ El as TOGGLE_SIZES,
1189
+ Ll as TOGGLE_SKINS,
1190
+ Rr as Textarea,
1191
+ Sl as Toggle,
1192
+ Hl as ToggleGroup,
1193
+ Tl as ToggleGroupItem,
1194
+ Tr as badgeVariants,
1195
+ Da as buttonGroupVariants,
1196
+ Ma as buttonVariants,
1197
+ d as cn,
1198
+ Ka as iconButtonVariants,
1199
+ Ca as kuatHeaderVariants,
1200
+ qe as resolveAppSwitcherLabels,
1201
+ We as resolveHeaderLockup,
1202
+ Ge as shouldShowAppSwitcher,
1203
+ Il as toast,
1204
+ Xa as useCarousel,
1205
+ lr as useKuatCarousel
877
1206
  };