@equal-experts/kuat-react 0.15.0-beta.0 → 0.15.0-beta.2

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 (47) hide show
  1. package/agent-docs/AGENTS.md +1 -1
  2. package/agent-docs/README.md +1 -1
  3. package/agent-docs/components/callout.md +66 -0
  4. package/agent-docs/components/components.manifest.json +30 -0
  5. package/agent-docs/components/counter-badge.md +57 -0
  6. package/agent-docs/components/status-badge.md +68 -0
  7. package/agent-docs/components/tag-group.md +53 -0
  8. package/agent-docs/components/tag.md +72 -0
  9. package/agent-docs/external/kuat-agent-rules/reference/media-types/web-product/component-decision-tree.md +4 -0
  10. package/agent-docs/external/kuat-agent-rules/reference/media-types/web-product/component-registry.md +7 -0
  11. package/agent-docs/manifest.json +3 -3
  12. package/agent-docs/rules/LOADING-consumer.md +1 -1
  13. package/dist/badge-BFeIqSCP.js +25 -0
  14. package/dist/badge.js +1 -1
  15. package/dist/callout-DFmAtUwR.js +46 -0
  16. package/dist/callout.d.ts +3 -0
  17. package/dist/callout.js +7 -0
  18. package/dist/components/ui/badge/badge.d.ts +8 -1
  19. package/dist/components/ui/callout/callout.d.ts +19 -0
  20. package/dist/components/ui/callout/index.d.ts +2 -0
  21. package/dist/components/ui/counter-badge/counter-badge.d.ts +15 -0
  22. package/dist/components/ui/counter-badge/index.d.ts +2 -0
  23. package/dist/components/ui/status-badge/index.d.ts +2 -0
  24. package/dist/components/ui/status-badge/status-badge.d.ts +16 -0
  25. package/dist/components/ui/tag/index.d.ts +2 -0
  26. package/dist/components/ui/tag/tag.d.ts +25 -0
  27. package/dist/components/ui/tag-group/index.d.ts +4 -0
  28. package/dist/components/ui/tag-group/tag-group-context.d.ts +8 -0
  29. package/dist/components/ui/tag-group/tag-group.d.ts +7 -0
  30. package/dist/counter-badge-JLm2U18L.js +27 -0
  31. package/dist/counter-badge.d.ts +3 -0
  32. package/dist/counter-badge.js +8 -0
  33. package/dist/index.d.ts +10 -0
  34. package/dist/index.js +319 -297
  35. package/dist/status-badge-Cqb6TNYB.js +43 -0
  36. package/dist/status-badge.d.ts +3 -0
  37. package/dist/status-badge.js +9 -0
  38. package/dist/style.css +1 -1
  39. package/dist/tag-CkE_Xgvs.js +89 -0
  40. package/dist/tag-group-context-D_b_R9lC.js +9 -0
  41. package/dist/tag-group-tBUBPRjX.js +26 -0
  42. package/dist/tag-group.d.ts +3 -0
  43. package/dist/tag-group.js +9 -0
  44. package/dist/tag.d.ts +3 -0
  45. package/dist/tag.js +9 -0
  46. package/package.json +22 -1
  47. package/dist/badge-BZgdEQSD.js +0 -22
package/dist/index.js CHANGED
@@ -1,52 +1,58 @@
1
1
  import { c as d } from "./utils-DLUjLwnh.js";
2
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";
3
+ import { d as Ta, B as La, a as Ha, b as ya, c as Da } from "./button-group-enIzvVeN.js";
4
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";
5
+ import * as i from "react";
6
+ import { a as Ra, C as Ia } from "./callout-DFmAtUwR.js";
7
+ import { ChevronRight as K, Menu as Re, ChevronLeft as Ie, X as xe, User as ee, LayoutGrid as fe, ChevronDown as se, MoreHorizontal as Me } from "lucide-react";
7
8
  import { B as J } from "./button-C0a1gFoV.js";
8
- import { d as Va, c as Ia, a as xa, b as Ma } from "./button-C0a1gFoV.js";
9
+ import { d as Ma, c as Ba, a as Oa, b as Pa } from "./button-C0a1gFoV.js";
9
10
  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 { b as Ga, a as Za, e as Fa, d as Ka, c as $a, i as qa } from "./icon-button-B5hCoK1b.js";
11
12
  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({
13
+ import { C as ja, a as za, b as Xa, d as Wa, c as Ja, u as Qa } from "./carousel-B_FcJvc1.js";
14
+ import { K as ar, a as rr, b as lr, d as tr, c as sr, u as nr } from "./kuat-carousel-DUR-L0dP.js";
15
+ import { b as ir, a as dr, K as cr } from "./kuat-radial-progress-YcpYzHjk.js";
16
+ import { A as hr, c as mr, a as pr, b as _r } from "./accordion-CUlVo4uo.js";
17
+ import { A as fr, i as kr, j as Nr, d as gr, h as Cr, f as vr, e as Ar, b as wr, a as Er, g as Sr, c as Tr } from "./alert-dialog-yHaNWLGX.js";
18
+ import { c as Hr, a as yr, B as Dr, b as Vr } from "./badge-BFeIqSCP.js";
19
+ import { b as Ir, a as xr, S as Mr, s as Br } from "./status-badge-Cqb6TNYB.js";
20
+ import { a as Pr, b as Ur, T as Gr, t as Zr } from "./tag-CkE_Xgvs.js";
21
+ import { T as Kr } from "./tag-group-tBUBPRjX.js";
22
+ import { T as qr, u as Yr } from "./tag-group-context-D_b_R9lC.js";
23
+ import { a as zr, C as Xr, c as Wr } from "./counter-badge-JLm2U18L.js";
24
+ import { a as Qr, T as el } from "./textarea-B0irOcAM.js";
25
+ import { a as rl, I as ll } from "./input-DmkHok33.js";
26
+ import { j as sl, F as nl, a as ol, b as il, c as dl, d as cl, e as ul, f as hl, g as ml, h as pl, i as _l } from "./field-CpIBifwy.js";
27
+ import { K as fl, j as kl, k as Nl, S as gl, a as Cl, b as vl, c as Al, d as wl, e as El, f as Sl, g as Tl, h as Ll, i as Hl } from "./select-CkwcI4vN.js";
28
+ import { b as Dl, c as Vl, C as Rl, a as Il } from "./checkbox-field-7OmstdY0.js";
29
+ import { c as Ml, d as Bl, b as Ol, R as Pl, a as Ul } from "./radio-field-BD77QCpO.js";
30
+ import { b as Zl, c as Fl, S as Kl, a as $l } from "./switch-field-xn_CPJH7.js";
31
+ import { a as Yl, b as jl, T as zl, c as Xl, d as Wl } from "./constants-Cfitvm6L.js";
32
+ import { a as Ql, S as et, b as at, t as rt } from "./sonner-content-CXBD6jNn.js";
33
+ const ka = i.forwardRef(function({
28
34
  className: r,
29
35
  asChild: l = !1,
30
36
  width: t = "default",
31
- maxWidth: i = "373px",
37
+ maxWidth: o = "373px",
32
38
  imageSrc: u = null,
33
39
  imageAlt: h = "",
34
40
  contentText: N = null,
35
- headerAccessory: k = null,
41
+ headerAccessory: f = null,
36
42
  customContent: _ = null,
37
43
  footer: p = null,
38
44
  badge: y,
39
45
  category: g,
40
46
  title: C,
41
- titleHeadingLevel: V = 3,
47
+ titleHeadingLevel: R = 3,
42
48
  children: v,
43
49
  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" ? {
50
+ ...T
51
+ }, A) {
52
+ const L = `h${R}`, S = t === "fluid" ? "content-card--width-fluid" : t === "custom" ? "content-card--width-custom" : "content-card--width-default", H = t === "custom" ? {
47
53
  ...E ?? {},
48
- "--content-card-max-width": typeof i == "number" ? `${i}px` : i ?? "373px"
49
- } : E, j = /* @__PURE__ */ s(M, { children: [
54
+ "--content-card-max-width": typeof o == "number" ? `${o}px` : o ?? "373px"
55
+ } : E, Y = /* @__PURE__ */ s(M, { children: [
50
56
  u !== null ? /* @__PURE__ */ e("div", { className: "content-card__media", children: /* @__PURE__ */ e("img", { className: "content-card__media-img", alt: h, src: u }) }) : null,
51
57
  /* @__PURE__ */ s("div", { className: "content-card__body", children: [
52
58
  /* @__PURE__ */ s("div", { className: "content-card__heading-row", children: [
@@ -55,14 +61,14 @@ const fa = o.forwardRef(function({
55
61
  /* @__PURE__ */ e("div", { "data-slot": "badge", className: "content-card__badge", children: y }),
56
62
  /* @__PURE__ */ e("p", { className: "content-card__category", children: g })
57
63
  ] }),
58
- /* @__PURE__ */ e(H, { className: "content-card__title", children: C })
64
+ /* @__PURE__ */ e(L, { className: "content-card__title", children: C })
59
65
  ] }),
60
66
  /* @__PURE__ */ e(
61
67
  "div",
62
68
  {
63
69
  "data-slot": "header-accessory",
64
70
  className: "content-card__header-accessory",
65
- children: k ?? null
71
+ children: f ?? null
66
72
  }
67
73
  )
68
74
  ] }),
@@ -72,40 +78,40 @@ const fa = o.forwardRef(function({
72
78
  ] })
73
79
  ] });
74
80
  if (l) {
75
- const I = o.Children.only(v);
76
- if (!o.isValidElement(I))
81
+ const I = i.Children.only(v);
82
+ if (!i.isValidElement(I))
77
83
  throw new Error("ContentCard: when `asChild` is true, provide a single React element child.");
78
84
  const D = I;
79
- return o.cloneElement(
85
+ return i.cloneElement(
80
86
  D,
81
87
  {
82
- ...S,
83
- ref: w,
88
+ ...T,
89
+ ref: A,
84
90
  "data-slot": "content-card",
85
- className: d("content-card", L, D.props.className, r),
91
+ className: d("content-card", S, D.props.className, r),
86
92
  style: t === "custom" ? {
87
93
  ...D.props.style ?? {},
88
- ...T
89
- } : T ?? D.props.style
94
+ ...H
95
+ } : H ?? D.props.style
90
96
  },
91
- j
97
+ Y
92
98
  );
93
99
  }
94
100
  return /* @__PURE__ */ e(
95
101
  "div",
96
102
  {
97
- ref: w,
103
+ ref: A,
98
104
  "data-slot": "content-card",
99
- className: d("content-card", L, r),
100
- style: T,
101
- ...S,
102
- children: j
105
+ className: d("content-card", S, r),
106
+ style: H,
107
+ ...T,
108
+ children: Y
103
109
  }
104
110
  );
105
- }), B = b.Root, O = b.Trigger, G = b.Group, Oe = o.forwardRef(({ className: a, inset: r, children: l, ...t }, i) => /* @__PURE__ */ s(
111
+ }), B = b.Root, O = b.Trigger, $ = b.Group, Oe = i.forwardRef(({ className: a, inset: r, children: l, ...t }, o) => /* @__PURE__ */ s(
106
112
  b.SubTrigger,
107
113
  {
108
- ref: i,
114
+ ref: o,
109
115
  className: d(
110
116
  "dropdown-menu-sub-trigger",
111
117
  r && "dropdown-menu-sub-trigger--inset",
@@ -114,12 +120,12 @@ const fa = o.forwardRef(function({
114
120
  ...t,
115
121
  children: [
116
122
  l,
117
- /* @__PURE__ */ e($, { className: "dropdown-menu-sub-trigger__icon" })
123
+ /* @__PURE__ */ e(K, { className: "dropdown-menu-sub-trigger__icon" })
118
124
  ]
119
125
  }
120
126
  ));
121
127
  Oe.displayName = b.SubTrigger.displayName;
122
- const Pe = o.forwardRef(({ className: a, ...r }, l) => /* @__PURE__ */ e(
128
+ const Pe = i.forwardRef(({ className: a, ...r }, l) => /* @__PURE__ */ e(
123
129
  b.SubContent,
124
130
  {
125
131
  ref: l,
@@ -128,7 +134,7 @@ const Pe = o.forwardRef(({ className: a, ...r }, l) => /* @__PURE__ */ e(
128
134
  }
129
135
  ));
130
136
  Pe.displayName = b.SubContent.displayName;
131
- const q = o.forwardRef(({ className: a, sideOffset: r = 4, ...l }, t) => /* @__PURE__ */ e(b.Portal, { children: /* @__PURE__ */ e(
137
+ const q = i.forwardRef(({ className: a, sideOffset: r = 4, ...l }, t) => /* @__PURE__ */ e(b.Portal, { children: /* @__PURE__ */ e(
132
138
  b.Content,
133
139
  {
134
140
  ref: t,
@@ -138,7 +144,7 @@ const q = o.forwardRef(({ className: a, sideOffset: r = 4, ...l }, t) => /* @__P
138
144
  }
139
145
  ) }));
140
146
  q.displayName = b.Content.displayName;
141
- const P = o.forwardRef(({ className: a, inset: r, ...l }, t) => /* @__PURE__ */ e(
147
+ const P = i.forwardRef(({ className: a, inset: r, ...l }, t) => /* @__PURE__ */ e(
142
148
  b.Item,
143
149
  {
144
150
  ref: t,
@@ -151,10 +157,10 @@ const P = o.forwardRef(({ className: a, inset: r, ...l }, t) => /* @__PURE__ */
151
157
  }
152
158
  ));
153
159
  P.displayName = b.Item.displayName;
154
- const Ue = o.forwardRef(({ className: a, children: r, checked: l, ...t }, i) => /* @__PURE__ */ e(
160
+ const Ue = i.forwardRef(({ className: a, children: r, checked: l, ...t }, o) => /* @__PURE__ */ e(
155
161
  b.CheckboxItem,
156
162
  {
157
- ref: i,
163
+ ref: o,
158
164
  className: d("dropdown-menu-item", "dropdown-menu-checkbox-item", a),
159
165
  checked: l,
160
166
  ...t,
@@ -162,7 +168,7 @@ const Ue = o.forwardRef(({ className: a, children: r, checked: l, ...t }, i) =>
162
168
  }
163
169
  ));
164
170
  Ue.displayName = b.CheckboxItem.displayName;
165
- const Fe = o.forwardRef(({ className: a, children: r, ...l }, t) => /* @__PURE__ */ e(
171
+ const Ge = i.forwardRef(({ className: a, children: r, ...l }, t) => /* @__PURE__ */ e(
166
172
  b.RadioItem,
167
173
  {
168
174
  ref: t,
@@ -171,8 +177,8 @@ const Fe = o.forwardRef(({ className: a, children: r, ...l }, t) => /* @__PURE__
171
177
  children: r
172
178
  }
173
179
  ));
174
- Fe.displayName = b.RadioItem.displayName;
175
- const Ze = o.forwardRef(({ className: a, inset: r, ...l }, t) => /* @__PURE__ */ e(
180
+ Ge.displayName = b.RadioItem.displayName;
181
+ const Ze = i.forwardRef(({ className: a, inset: r, ...l }, t) => /* @__PURE__ */ e(
176
182
  b.Label,
177
183
  {
178
184
  ref: t,
@@ -185,7 +191,7 @@ const Ze = o.forwardRef(({ className: a, inset: r, ...l }, t) => /* @__PURE__ */
185
191
  }
186
192
  ));
187
193
  Ze.displayName = b.Label.displayName;
188
- const Ke = o.forwardRef(({ className: a, ...r }, l) => /* @__PURE__ */ e(
194
+ const Fe = i.forwardRef(({ className: a, ...r }, l) => /* @__PURE__ */ e(
189
195
  b.Separator,
190
196
  {
191
197
  ref: l,
@@ -193,7 +199,7 @@ const Ke = o.forwardRef(({ className: a, ...r }, l) => /* @__PURE__ */ e(
193
199
  ...r
194
200
  }
195
201
  ));
196
- Ke.displayName = b.Separator.displayName;
202
+ Fe.displayName = b.Separator.displayName;
197
203
  const x = {
198
204
  trigger: "Equal Experts apps",
199
205
  nav: "Equal Experts applications",
@@ -204,28 +210,28 @@ const x = {
204
210
  teaserTitle: "Account",
205
211
  nav: "Account",
206
212
  title: "Account"
207
- }, $e = "No applications are available right now.";
208
- function Ge(a) {
213
+ }, Ke = "No applications are available right now.";
214
+ function $e(a) {
209
215
  return a ? a.loading || a.apps.length > 0 ? !0 : a.empty === "message" : !1;
210
216
  }
211
217
  function qe(a) {
212
- var r, l, t, i, u;
218
+ var r, l, t, o, u;
213
219
  return {
214
220
  trigger: ((r = a == null ? void 0 : a.labels) == null ? void 0 : r.trigger) ?? x.trigger,
215
221
  nav: ((l = a == null ? void 0 : a.labels) == null ? void 0 : l.nav) ?? x.nav,
216
222
  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,
223
+ teaserTitle: ((o = a == null ? void 0 : a.labels) == null ? void 0 : o.teaserTitle) ?? x.teaserTitle,
218
224
  teaserDescription: ((u = a == null ? void 0 : a.labels) == null ? void 0 : u.teaserDescription) ?? x.teaserDescription
219
225
  };
220
226
  }
221
- function fe(a) {
222
- return (a == null ? void 0 : a.emptyMessage) ?? $e;
227
+ function ke(a) {
228
+ return (a == null ? void 0 : a.emptyMessage) ?? Ke;
223
229
  }
224
- function je(a) {
230
+ function Ye(a) {
225
231
  var r, l;
226
232
  return !!((l = (r = a == null ? void 0 : a.mobile) == null ? void 0 : r.items) != null && l.length);
227
233
  }
228
- function Ye(a) {
234
+ function je(a) {
229
235
  var r;
230
236
  return !!((r = a == null ? void 0 : a.items) != null && r.length);
231
237
  }
@@ -241,9 +247,9 @@ function ze(a) {
241
247
  return ((r = a == null ? void 0 : a.items) == null ? void 0 : r.length) === 1 && Ne(a).length > 0;
242
248
  }
243
249
  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 };
250
+ var f, _;
251
+ const r = a == null ? void 0 : a.labels, l = a == null ? void 0 : a.mobile, t = (_ = (f = a == null ? void 0 : a.items) == null ? void 0 : f[0]) == null ? void 0 : _.label, o = (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;
252
+ return { teaserTitle: o, teaserDescription: u, nav: N, title: h };
247
253
  }
248
254
  function We(a) {
249
255
  var r, l;
@@ -314,7 +320,7 @@ function ge({
314
320
  );
315
321
  }
316
322
  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}`)) }) });
323
+ return /* @__PURE__ */ e(ge, { children: /* @__PURE__ */ e($, { children: a.map((r) => /* @__PURE__ */ e(P, { asChild: !0, children: Qe(r, "kuat-header__dropdown-link") }, `${r.label}-${r.url}`)) }) });
318
324
  }
319
325
  function aa({ items: a, variant: r }) {
320
326
  return /* @__PURE__ */ e("div", { className: "kuat-header__nav-items", children: a.map((l) => {
@@ -355,8 +361,8 @@ function ra({
355
361
  variant: r
356
362
  }) {
357
363
  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 });
364
+ return /* @__PURE__ */ e("div", { className: "kuat-header__actions-items", children: a.items.map((o, u) => {
365
+ const h = o.icon ?? /* @__PURE__ */ e(ee, { className: "h-4 w-4", "aria-hidden": !0 });
360
366
  return l && u === 0 ? /* @__PURE__ */ s(B, { children: [
361
367
  /* @__PURE__ */ e(O, { asChild: !0, children: /* @__PURE__ */ s(
362
368
  "button",
@@ -369,26 +375,26 @@ function ra({
369
375
  "aria-haspopup": "menu",
370
376
  children: [
371
377
  h,
372
- /* @__PURE__ */ e("span", { className: "hidden sm:inline", children: i.label }),
378
+ /* @__PURE__ */ e("span", { className: "hidden sm:inline", children: o.label }),
373
379
  /* @__PURE__ */ e(se, { className: "h-4 w-4", "aria-hidden": !0 })
374
380
  ]
375
381
  }
376
382
  ) }),
377
383
  /* @__PURE__ */ e(Ce, { items: t })
378
- ] }, `${i.label}-${i.href}`) : /* @__PURE__ */ s(
384
+ ] }, `${o.label}-${o.href}`) : /* @__PURE__ */ s(
379
385
  "a",
380
386
  {
381
- href: i.href,
387
+ href: o.href,
382
388
  className: d(
383
389
  "kuat-header__action-link",
384
390
  r === "bold" && "kuat-header__action-link--bold"
385
391
  ),
386
392
  children: [
387
393
  h,
388
- /* @__PURE__ */ e("span", { children: i.label })
394
+ /* @__PURE__ */ e("span", { children: o.label })
389
395
  ]
390
396
  },
391
- `${i.label}-${i.href}`
397
+ `${o.label}-${o.href}`
392
398
  );
393
399
  }) });
394
400
  }
@@ -396,12 +402,12 @@ function la({
396
402
  config: a,
397
403
  labels: r
398
404
  }) {
399
- const l = fe(a), t = a.apps, i = a.loading, u = a.empty ?? "hide", h = a.linkTarget, N = a.onSelect, k = a.onOpen;
405
+ const l = ke(a), t = a.apps, o = a.loading, u = a.empty ?? "hide", h = a.linkTarget, N = a.onSelect, f = a.onOpen;
400
406
  return /* @__PURE__ */ s(
401
407
  B,
402
408
  {
403
409
  onOpenChange: (_) => {
404
- _ && (k == null || k());
410
+ _ && (f == null || f());
405
411
  },
406
412
  children: [
407
413
  /* @__PURE__ */ e(O, { asChild: !0, children: /* @__PURE__ */ e(
@@ -415,7 +421,7 @@ function la({
415
421
  "aria-label": r.trigger,
416
422
  "aria-haspopup": "menu",
417
423
  "aria-controls": _e,
418
- children: /* @__PURE__ */ e(ke, { className: "h-5 w-5", "aria-hidden": !0 })
424
+ children: /* @__PURE__ */ e(fe, { className: "h-5 w-5", "aria-hidden": !0 })
419
425
  }
420
426
  ) }),
421
427
  /* @__PURE__ */ e(
@@ -424,7 +430,7 @@ function la({
424
430
  id: _e,
425
431
  align: "end",
426
432
  className: "kuat-header__app-switcher-panel",
427
- children: /* @__PURE__ */ e(G, { className: "kuat-header__app-switcher-scroll", children: i ? /* @__PURE__ */ s(M, { children: [
433
+ children: /* @__PURE__ */ e($, { className: "kuat-header__app-switcher-scroll", children: o ? /* @__PURE__ */ s(M, { children: [
428
434
  /* @__PURE__ */ e("div", { className: "kuat-header__app-switcher-skeleton", "aria-hidden": !0 }),
429
435
  /* @__PURE__ */ e("div", { className: "kuat-header__app-switcher-skeleton", "aria-hidden": !0 }),
430
436
  /* @__PURE__ */ e("div", { className: "kuat-header__app-switcher-skeleton", "aria-hidden": !0 })
@@ -451,66 +457,66 @@ function la({
451
457
  }
452
458
  );
453
459
  }
454
- const ta = o.forwardRef(
460
+ const ta = i.forwardRef(
455
461
  ({
456
462
  className: a,
457
463
  variant: r = "default",
458
464
  logo: l,
459
465
  title: t,
460
- navigation: i,
466
+ navigation: o,
461
467
  account: u,
462
468
  accountMarkup: h,
463
469
  mobileMenuTrigger: N,
464
- mobileMenu: k,
470
+ mobileMenu: f,
465
471
  lockup: _,
466
472
  appSwitcher: p,
467
473
  mobileMenuAriaLabel: y,
468
474
  children: g,
469
475
  ...C
470
- }, V) => {
476
+ }, R) => {
471
477
  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({
478
+ const v = Xe(u), E = Ye(u), T = je(u), A = qe(p), L = $e(p), S = We({ logo: l, lockup: _ }), H = ea(o), I = !f && (H || T || !!h || L || E), D = Je({
473
479
  mobileMenuAriaLabel: y,
474
- showAppSwitcher: H,
475
- hasStructuredNavigation: T,
480
+ showAppSwitcher: L,
481
+ hasStructuredNavigation: H,
476
482
  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)
483
+ }), [w, j] = i.useState(!1), [k, U] = i.useState("main"), z = i.useRef(null), G = i.useRef(null), ne = i.useRef(null), oe = i.useRef(null), ie = i.useRef(null), X = i.useRef(null), W = i.useRef(null);
484
+ i.useEffect(() => {
485
+ w || U("main");
486
+ }, [w]), i.useEffect(() => {
487
+ if (!w)
482
488
  return;
483
489
  const n = document.body, c = n.style.overflow;
484
490
  return n.style.overflow = "hidden", () => {
485
491
  n.style.overflow = c, z.current && z.current.focus();
486
492
  };
487
- }, [A]), o.useEffect(() => {
488
- if (!A)
493
+ }, [w]), i.useEffect(() => {
494
+ if (!w)
489
495
  return;
490
496
  const n = window.requestAnimationFrame(() => {
491
497
  var m;
492
- const c = F.current;
498
+ const c = G.current;
493
499
  (m = c == null ? void 0 : c.querySelector("button, a, [tabindex]:not([tabindex='-1'])")) == null || m.focus();
494
500
  });
495
501
  return () => window.cancelAnimationFrame(n);
496
- }, [A, f]), o.useEffect(() => {
497
- const n = oe.current, c = X.current, m = W.current;
498
- if (!A) {
502
+ }, [w, k]), i.useEffect(() => {
503
+ const n = ie.current, c = X.current, m = W.current;
504
+ if (!w) {
499
505
  n == null || n.removeAttribute("inert"), c == null || c.removeAttribute("inert"), m == null || m.removeAttribute("inert");
500
506
  return;
501
507
  }
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)
508
+ n && (k !== "main" ? n.setAttribute("inert", "") : n.removeAttribute("inert")), c && (k !== "apps" ? c.setAttribute("inert", "") : c.removeAttribute("inert")), m && (k !== "account" ? m.setAttribute("inert", "") : m.removeAttribute("inert"));
509
+ }, [w, k]), i.useEffect(() => {
510
+ if (!w)
505
511
  return;
506
512
  const n = (c) => {
507
513
  if (c.key === "Escape") {
508
- c.preventDefault(), Y(!1);
514
+ c.preventDefault(), j(!1);
509
515
  return;
510
516
  }
511
- if (c.key !== "Tab" || !F.current)
517
+ if (c.key !== "Tab" || !G.current)
512
518
  return;
513
- const m = F.current.querySelectorAll(
519
+ const m = G.current.querySelectorAll(
514
520
  "button, a, [tabindex]:not([tabindex='-1'])"
515
521
  );
516
522
  if (!m.length)
@@ -521,18 +527,18 @@ const ta = o.forwardRef(
521
527
  return document.addEventListener("keydown", n), () => {
522
528
  document.removeEventListener("keydown", n);
523
529
  };
524
- }, [A, f]);
525
- const de = r === "bold" ? "white" : "grey", Le = L.mode === "builtin" ? /* @__PURE__ */ e(
530
+ }, [w, k]);
531
+ const de = r === "bold" ? "white" : "grey", Se = S.mode === "builtin" ? /* @__PURE__ */ e(
526
532
  ae,
527
533
  {
528
534
  className: "ee-logo--desktop shrink-0",
529
535
  textColor: de
530
536
  }
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;
537
+ ) : null, Te = S.mode === "builtin" ? /* @__PURE__ */ e(ae, { className: "ee-logo--mobile shrink-0", textColor: de }) : null, Z = S.mode === "custom" ? l : S.mode === "builtin" ? Se : null, F = S.mode === "custom" ? l : S.mode === "builtin" ? Te : null, V = S.lockupVariant, Le = !!Z && V === "default", He = !!F && V === "default", ye = !!Z && V === "demo", De = !!F && V === "demo", Ve = ke(p), ce = (ue = u == null ? void 0 : u.mobile) == null ? void 0 : ue.items;
532
538
  return /* @__PURE__ */ s(
533
539
  "header",
534
540
  {
535
- ref: V,
541
+ ref: R,
536
542
  className: d(
537
543
  "kuat-header",
538
544
  `kuat-header--${r}`,
@@ -542,7 +548,7 @@ const ta = o.forwardRef(
542
548
  children: [
543
549
  /* @__PURE__ */ s("div", { className: "kuat-header__desktop", children: [
544
550
  /* @__PURE__ */ s("div", { className: "kuat-header__desktop-left", children: [
545
- He && /* @__PURE__ */ s(M, { children: [
551
+ Le && /* @__PURE__ */ s(M, { children: [
546
552
  /* @__PURE__ */ e("div", { className: "shrink-0", children: Z }),
547
553
  /* @__PURE__ */ e(
548
554
  be,
@@ -559,31 +565,31 @@ const ta = o.forwardRef(
559
565
  /* @__PURE__ */ e("div", { className: "kuat-header__desktop-demo-logo", children: Z })
560
566
  ] })
561
567
  ] }),
562
- t && R === "default" && /* @__PURE__ */ e("h1", { className: "kuat-header__desktop-title", children: t })
568
+ t && V === "default" && /* @__PURE__ */ e("h1", { className: "kuat-header__desktop-title", children: t })
563
569
  ] }),
564
570
  /* @__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(
571
+ H ? o.length > 0 && /* @__PURE__ */ e("nav", { "aria-label": "Primary navigation", children: /* @__PURE__ */ e(aa, { items: o, variant: r }) }) : o ? /* @__PURE__ */ e("nav", { className: "flex items-center", children: o }) : null,
572
+ L && p ? /* @__PURE__ */ e("div", { className: "kuat-header__nav-dropdown-wrap", children: /* @__PURE__ */ e(
567
573
  la,
568
574
  {
569
575
  config: p,
570
- labels: w
576
+ labels: A
571
577
  }
572
578
  ) }) : 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
579
+ T && 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
574
580
  ] })
575
581
  ] }),
576
582
  /* @__PURE__ */ s("div", { className: "kuat-header__mobile", children: [
577
583
  /* @__PURE__ */ s("div", { className: "kuat-header__mobile-left", children: [
578
- Te && /* @__PURE__ */ e("div", { className: "shrink-0", children: K }),
584
+ He && /* @__PURE__ */ e("div", { className: "shrink-0", children: F }),
579
585
  De && /* @__PURE__ */ s("div", { className: "kuat-header__mobile-demo-lockup", children: [
580
586
  t && /* @__PURE__ */ e("p", { className: "kuat-header__mobile-demo-title", children: t }),
581
587
  /* @__PURE__ */ s("div", { className: "kuat-header__demo-byline", children: [
582
588
  /* @__PURE__ */ e("span", { className: "kuat-header__demo-label", children: "A demo by" }),
583
- /* @__PURE__ */ e("div", { className: "kuat-header__mobile-demo-logo", children: K })
589
+ /* @__PURE__ */ e("div", { className: "kuat-header__mobile-demo-logo", children: F })
584
590
  ] })
585
591
  ] }),
586
- t && R === "default" && /* @__PURE__ */ e("p", { className: "kuat-header__mobile-title", children: t })
592
+ t && V === "default" && /* @__PURE__ */ e("p", { className: "kuat-header__mobile-title", children: t })
587
593
  ] }),
588
594
  N ? /* @__PURE__ */ e("div", { className: "shrink-0", children: N }) : I ? /* @__PURE__ */ e(
589
595
  J,
@@ -596,18 +602,18 @@ const ta = o.forwardRef(
596
602
  r === "bold" && "kuat-header__mobile-trigger--bold"
597
603
  ),
598
604
  "aria-label": "Open menu",
599
- "aria-expanded": A,
605
+ "aria-expanded": w,
600
606
  "aria-controls": "kuat-header-mobile-menu",
601
- onClick: () => Y(!0),
602
- children: /* @__PURE__ */ e(Ve, { className: "h-6 w-6", "aria-hidden": !0 })
607
+ onClick: () => j(!0),
608
+ children: /* @__PURE__ */ e(Re, { className: "h-6 w-6", "aria-hidden": !0 })
603
609
  }
604
610
  ) : null
605
611
  ] }),
606
- I ? A && /* @__PURE__ */ s(
612
+ I ? w && /* @__PURE__ */ s(
607
613
  "div",
608
614
  {
609
615
  id: "kuat-header-mobile-menu",
610
- ref: F,
616
+ ref: G,
611
617
  className: "kuat-header__mobile-sheet",
612
618
  role: "dialog",
613
619
  "aria-modal": "true",
@@ -618,10 +624,10 @@ const ta = o.forwardRef(
618
624
  {
619
625
  className: d(
620
626
  "kuat-header__mobile-sheet-header",
621
- (f === "apps" || f === "account") && "kuat-header__mobile-sheet-header--split"
627
+ (k === "apps" || k === "account") && "kuat-header__mobile-sheet-header--split"
622
628
  ),
623
629
  children: [
624
- f === "apps" || f === "account" ? /* @__PURE__ */ s(
630
+ k === "apps" || k === "account" ? /* @__PURE__ */ s(
625
631
  J,
626
632
  {
627
633
  type: "button",
@@ -629,10 +635,10 @@ const ta = o.forwardRef(
629
635
  className: "kuat-header__mobile-back",
630
636
  "aria-label": "Back to main menu",
631
637
  onClick: () => {
632
- const n = f;
638
+ const n = k;
633
639
  U("main"), requestAnimationFrame(() => {
634
640
  var c, m;
635
- n === "apps" ? (c = ne.current) == null || c.focus() : (m = ie.current) == null || m.focus();
641
+ n === "apps" ? (c = ne.current) == null || c.focus() : (m = oe.current) == null || m.focus();
636
642
  });
637
643
  },
638
644
  children: [
@@ -648,7 +654,7 @@ const ta = o.forwardRef(
648
654
  size: "icon",
649
655
  className: "kuat-header__mobile-close",
650
656
  "aria-label": "Close menu",
651
- onClick: () => Y(!1),
657
+ onClick: () => j(!1),
652
658
  children: /* @__PURE__ */ e(xe, { className: "h-6 w-6", "aria-hidden": !0 })
653
659
  }
654
660
  )
@@ -658,26 +664,26 @@ const ta = o.forwardRef(
658
664
  /* @__PURE__ */ s(
659
665
  "div",
660
666
  {
661
- ref: oe,
667
+ ref: ie,
662
668
  className: d(
663
669
  "kuat-header__mobile-panel",
664
- f !== "main" && "kuat-header__mobile-panel--hidden"
670
+ k !== "main" && "kuat-header__mobile-panel--hidden"
665
671
  ),
666
- "aria-hidden": f !== "main",
672
+ "aria-hidden": k !== "main",
667
673
  children: [
668
674
  /* @__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) => {
675
+ /* @__PURE__ */ e("div", { className: "kuat-header__mobile-sheet-nav", children: H && o.length > 0 && /* @__PURE__ */ e("nav", { "aria-label": "Primary navigation", children: /* @__PURE__ */ e("ul", { className: "kuat-header__mobile-list", children: o.map((n) => {
670
676
  var c;
671
677
  return /* @__PURE__ */ s("li", { children: [
672
678
  /* @__PURE__ */ e("a", { href: n.url, className: "kuat-header__mobile-link", children: n.label }),
673
679
  (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
680
  ] }, `${n.label}-${n.url}`);
675
681
  }) }) }) }),
676
- E || H ? /* @__PURE__ */ s("div", { className: "kuat-header__mobile-sheet-sticky", children: [
682
+ E || L ? /* @__PURE__ */ s("div", { className: "kuat-header__mobile-sheet-sticky", children: [
677
683
  E ? /* @__PURE__ */ e("div", { className: "kuat-header__mobile-app-teaser-wrap", children: /* @__PURE__ */ s(
678
684
  "button",
679
685
  {
680
- ref: ie,
686
+ ref: oe,
681
687
  type: "button",
682
688
  className: "kuat-header__mobile-app-teaser",
683
689
  "aria-label": v.teaserDescription ? `${v.teaserTitle}, ${v.teaserDescription}` : v.teaserTitle,
@@ -697,7 +703,7 @@ const ta = o.forwardRef(
697
703
  v.teaserDescription ? /* @__PURE__ */ e("span", { className: "kuat-header__mobile-app-teaser-desc", children: v.teaserDescription }) : null
698
704
  ] }),
699
705
  /* @__PURE__ */ e(
700
- $,
706
+ K,
701
707
  {
702
708
  className: "kuat-header__mobile-app-teaser-chevron h-5 w-5 shrink-0",
703
709
  "aria-hidden": !0
@@ -706,13 +712,13 @@ const ta = o.forwardRef(
706
712
  ]
707
713
  }
708
714
  ) }) : null,
709
- H ? /* @__PURE__ */ e("div", { className: "kuat-header__mobile-app-teaser-wrap", children: /* @__PURE__ */ s(
715
+ L ? /* @__PURE__ */ e("div", { className: "kuat-header__mobile-app-teaser-wrap", children: /* @__PURE__ */ s(
710
716
  "button",
711
717
  {
712
718
  ref: ne,
713
719
  type: "button",
714
720
  className: "kuat-header__mobile-app-teaser",
715
- "aria-label": `${w.teaserTitle}, ${w.teaserDescription}`,
721
+ "aria-label": `${A.teaserTitle}, ${A.teaserDescription}`,
716
722
  onClick: () => {
717
723
  var n;
718
724
  (n = p == null ? void 0 : p.onOpen) == null || n.call(p), U("apps"), requestAnimationFrame(() => {
@@ -724,36 +730,36 @@ const ta = o.forwardRef(
724
730
  });
725
731
  },
726
732
  children: [
727
- /* @__PURE__ */ e(ke, { className: "kuat-header__mobile-app-teaser-icon h-6 w-6 shrink-0", "aria-hidden": !0 }),
733
+ /* @__PURE__ */ e(fe, { className: "kuat-header__mobile-app-teaser-icon h-6 w-6 shrink-0", "aria-hidden": !0 }),
728
734
  /* @__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 })
735
+ /* @__PURE__ */ e("span", { className: "kuat-header__mobile-app-teaser-title", children: A.teaserTitle }),
736
+ /* @__PURE__ */ e("span", { className: "kuat-header__mobile-app-teaser-desc", children: A.teaserDescription })
731
737
  ] }),
732
- /* @__PURE__ */ e($, { className: "kuat-header__mobile-app-teaser-chevron h-5 w-5 shrink-0", "aria-hidden": !0 })
738
+ /* @__PURE__ */ e(K, { className: "kuat-header__mobile-app-teaser-chevron h-5 w-5 shrink-0", "aria-hidden": !0 })
733
739
  ]
734
740
  }
735
741
  ) }) : null
736
742
  ] }) : null
737
743
  ] }),
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: [
744
+ T && 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
745
  /* @__PURE__ */ e("span", { className: "kuat-header__mobile-action-icon", children: n.icon ?? /* @__PURE__ */ e(ee, { className: "h-4 w-4", "aria-hidden": !0 }) }),
740
746
  n.label
741
747
  ] }) }, `${n.label}-${n.href}`)) }) }) : null
742
748
  ]
743
749
  }
744
750
  ),
745
- H && p ? /* @__PURE__ */ s(
751
+ L && p ? /* @__PURE__ */ s(
746
752
  "div",
747
753
  {
748
754
  ref: X,
749
755
  className: d(
750
756
  "kuat-header__mobile-panel kuat-header__mobile-panel--apps",
751
- f !== "apps" && "kuat-header__mobile-panel--hidden"
757
+ k !== "apps" && "kuat-header__mobile-panel--hidden"
752
758
  ),
753
- "aria-hidden": f !== "apps",
759
+ "aria-hidden": k !== "apps",
754
760
  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: [
761
+ /* @__PURE__ */ e("div", { className: "kuat-header__mobile-apps-heading", children: A.title }),
762
+ /* @__PURE__ */ e("nav", { "aria-label": A.nav, className: "kuat-header__mobile-apps-nav", children: p.loading ? /* @__PURE__ */ s("ul", { className: "kuat-header__mobile-list", children: [
757
763
  /* @__PURE__ */ e("li", { className: "kuat-header__app-switcher-skeleton kuat-header__app-switcher-skeleton--mobile", "aria-hidden": !0 }),
758
764
  /* @__PURE__ */ e("li", { className: "kuat-header__app-switcher-skeleton kuat-header__app-switcher-skeleton--mobile", "aria-hidden": !0 })
759
765
  ] }) : p.apps.length ? /* @__PURE__ */ e("ul", { className: "kuat-header__mobile-list", children: p.apps.map((n) => /* @__PURE__ */ e("li", { children: /* @__PURE__ */ s(
@@ -775,7 +781,7 @@ const ta = o.forwardRef(
775
781
  ] })
776
782
  ]
777
783
  }
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 })
784
+ ) }, n.id)) }) : (p.empty ?? "hide") === "message" ? /* @__PURE__ */ e("p", { className: "kuat-header__mobile-apps-empty px-3 text-sm text-muted-foreground", children: Ve }) : null })
779
785
  ]
780
786
  }
781
787
  ) : null,
@@ -785,9 +791,9 @@ const ta = o.forwardRef(
785
791
  ref: W,
786
792
  className: d(
787
793
  "kuat-header__mobile-panel kuat-header__mobile-panel--apps kuat-header__mobile-panel--account",
788
- f !== "account" && "kuat-header__mobile-panel--hidden"
794
+ k !== "account" && "kuat-header__mobile-panel--hidden"
789
795
  ),
790
- "aria-hidden": f !== "account",
796
+ "aria-hidden": k !== "account",
791
797
  children: [
792
798
  /* @__PURE__ */ e("div", { className: "kuat-header__mobile-apps-heading", children: v.title }),
793
799
  /* @__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}`)) }) })
@@ -796,7 +802,7 @@ const ta = o.forwardRef(
796
802
  ) : null
797
803
  ]
798
804
  }
799
- ) : k,
805
+ ) : f,
800
806
  g
801
807
  ]
802
808
  }
@@ -808,16 +814,16 @@ function Ca(a) {
808
814
  const r = (a == null ? void 0 : a.variant) ?? "default";
809
815
  return d("kuat-header", `kuat-header--${r}`);
810
816
  }
811
- const va = ["service", "demo"], wa = ["light", "dark"], sa = o.forwardRef(
817
+ const va = ["service", "demo"], Aa = ["light", "dark"], sa = i.forwardRef(
812
818
  ({
813
819
  className: a,
814
820
  title: r,
815
821
  use: l = "service",
816
822
  mode: t = "light",
817
- forceDark: i = !1,
823
+ forceDark: o = !1,
818
824
  ...u
819
825
  }, h) => {
820
- const N = i ? "dark" : t, k = /* @__PURE__ */ e(
826
+ const N = o ? "dark" : t, f = /* @__PURE__ */ e(
821
827
  ae,
822
828
  {
823
829
  className: d(
@@ -839,7 +845,7 @@ const va = ["service", "demo"], wa = ["light", "dark"], sa = o.forwardRef(
839
845
  ),
840
846
  ...u,
841
847
  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 }),
848
+ /* @__PURE__ */ e("div", { className: "kuat-logo-lockup__logo-wrap", children: f }),
843
849
  /* @__PURE__ */ e(
844
850
  be,
845
851
  {
@@ -852,7 +858,7 @@ const va = ["service", "demo"], wa = ["light", "dark"], sa = o.forwardRef(
852
858
  /* @__PURE__ */ e("h2", { className: "kuat-logo-lockup__demo-title", children: r }),
853
859
  /* @__PURE__ */ s("div", { className: "kuat-logo-lockup__demo-attribution", children: [
854
860
  /* @__PURE__ */ e("span", { className: "kuat-logo-lockup__demo-by", children: "A demo by" }),
855
- /* @__PURE__ */ e("div", { className: "kuat-logo-lockup__demo-logo-wrap", children: k })
861
+ /* @__PURE__ */ e("div", { className: "kuat-logo-lockup__demo-logo-wrap", children: f })
856
862
  ] })
857
863
  ] })
858
864
  }
@@ -860,7 +866,7 @@ const va = ["service", "demo"], wa = ["light", "dark"], sa = o.forwardRef(
860
866
  }
861
867
  );
862
868
  sa.displayName = "KuatLogoLockup";
863
- function Aa({ className: a }) {
869
+ function wa({ className: a }) {
864
870
  return /* @__PURE__ */ s(
865
871
  "svg",
866
872
  {
@@ -902,7 +908,7 @@ function Aa({ className: a }) {
902
908
  }
903
909
  );
904
910
  }
905
- const ve = o.forwardRef(({ className: a, "aria-label": r = "Breadcrumb", ...l }, t) => /* @__PURE__ */ e(
911
+ const ve = i.forwardRef(({ className: a, "aria-label": r = "Breadcrumb", ...l }, t) => /* @__PURE__ */ e(
906
912
  "nav",
907
913
  {
908
914
  ref: t,
@@ -912,24 +918,24 @@ const ve = o.forwardRef(({ className: a, "aria-label": r = "Breadcrumb", ...l },
912
918
  }
913
919
  ));
914
920
  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 }));
921
+ const Ae = i.forwardRef(({ className: a, ...r }, l) => /* @__PURE__ */ e("ol", { ref: l, className: d("breadcrumb-list", a), ...r }));
922
+ Ae.displayName = "BreadcrumbList";
923
+ const re = i.forwardRef(({ className: a, ...r }, l) => /* @__PURE__ */ e("li", { ref: l, className: d("breadcrumb-item", a), ...r }));
918
924
  re.displayName = "BreadcrumbItem";
919
- const Ae = o.forwardRef(({ className: a, render: r, asChild: l = !1, ...t }, i) => {
925
+ const we = i.forwardRef(({ className: a, render: r, asChild: l = !1, ...t }, o) => {
920
926
  var u;
921
927
  if (r) {
922
928
  const h = r.props;
923
- return o.cloneElement(r, {
929
+ return i.cloneElement(r, {
924
930
  ...t,
925
- ref: i,
931
+ ref: o,
926
932
  className: d("breadcrumb-link", h == null ? void 0 : h.className, a)
927
933
  });
928
934
  }
929
- if (l && o.Children.only(t.children)) {
930
- const h = o.Children.only(t.children);
931
- return o.cloneElement(h, {
932
- ref: i,
935
+ if (l && i.Children.only(t.children)) {
936
+ const h = i.Children.only(t.children);
937
+ return i.cloneElement(h, {
938
+ ref: o,
933
939
  className: d("breadcrumb-link", (u = h.props) == null ? void 0 : u.className, a),
934
940
  ...t
935
941
  });
@@ -937,14 +943,14 @@ const Ae = o.forwardRef(({ className: a, render: r, asChild: l = !1, ...t }, i)
937
943
  return /* @__PURE__ */ e(
938
944
  "a",
939
945
  {
940
- ref: i,
946
+ ref: o,
941
947
  className: d("breadcrumb-link", a),
942
948
  ...t
943
949
  }
944
950
  );
945
951
  });
946
- Ae.displayName = "BreadcrumbLink";
947
- const le = o.forwardRef(({ className: a, ...r }, l) => /* @__PURE__ */ e(
952
+ we.displayName = "BreadcrumbLink";
953
+ const le = i.forwardRef(({ className: a, ...r }, l) => /* @__PURE__ */ e(
948
954
  "span",
949
955
  {
950
956
  ref: l,
@@ -956,7 +962,7 @@ const le = o.forwardRef(({ className: a, ...r }, l) => /* @__PURE__ */ e(
956
962
  }
957
963
  ));
958
964
  le.displayName = "BreadcrumbPage";
959
- const te = o.forwardRef(({ className: a, children: r, ...l }, t) => /* @__PURE__ */ e(
965
+ const te = i.forwardRef(({ className: a, children: r, ...l }, t) => /* @__PURE__ */ e(
960
966
  "span",
961
967
  {
962
968
  ref: t,
@@ -964,11 +970,11 @@ const te = o.forwardRef(({ className: a, children: r, ...l }, t) => /* @__PURE__
964
970
  "aria-hidden": "true",
965
971
  className: d("breadcrumb-separator", a),
966
972
  ...l,
967
- children: r ?? /* @__PURE__ */ e($, { className: "breadcrumb-separator__icon" })
973
+ children: r ?? /* @__PURE__ */ e(K, { className: "breadcrumb-separator__icon" })
968
974
  }
969
975
  ));
970
976
  te.displayName = "BreadcrumbSeparator";
971
- const Ee = o.forwardRef(({ className: a, ...r }, l) => /* @__PURE__ */ e(
977
+ const Ee = i.forwardRef(({ className: a, ...r }, l) => /* @__PURE__ */ e(
972
978
  "span",
973
979
  {
974
980
  ref: l,
@@ -981,16 +987,16 @@ const Ee = o.forwardRef(({ className: a, ...r }, l) => /* @__PURE__ */ e(
981
987
  ));
982
988
  Ee.displayName = "BreadcrumbEllipsis";
983
989
  const na = 640;
984
- function ia(a = na) {
985
- const [r, l] = o.useState(!1);
986
- return o.useEffect(() => {
990
+ function oa(a = na) {
991
+ const [r, l] = i.useState(!1);
992
+ return i.useEffect(() => {
987
993
  if (typeof window > "u" || typeof window.matchMedia != "function")
988
994
  return;
989
- const t = window.matchMedia(`(max-width: ${a}px)`), i = () => l(t.matches);
990
- return i(), t.addEventListener("change", i), () => t.removeEventListener("change", i);
995
+ const t = window.matchMedia(`(max-width: ${a}px)`), o = () => l(t.matches);
996
+ return o(), t.addEventListener("change", o), () => t.removeEventListener("change", o);
991
997
  }, [a]), r;
992
998
  }
993
- const oa = ({ href: a, children: r, className: l }) => /* @__PURE__ */ e("a", { href: a, className: l, children: r });
999
+ const ia = ({ href: a, children: r, className: l }) => /* @__PURE__ */ e("a", { href: a, className: l, children: r });
994
1000
  function da(a, r, l, t) {
995
1001
  return a.children && a.children.length > 0 ? /* @__PURE__ */ s(B, { children: [
996
1002
  /* @__PURE__ */ e(O, { asChild: !0, children: /* @__PURE__ */ s(
@@ -1015,9 +1021,9 @@ function da(a, r, l, t) {
1015
1021
  ]
1016
1022
  }
1017
1023
  ) }),
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)) }) })
1024
+ /* @__PURE__ */ e(q, { align: "start", children: /* @__PURE__ */ e($, { children: a.children.map((u, h) => /* @__PURE__ */ e(P, { asChild: !0, children: /* @__PURE__ */ e("a", { href: u.href, children: u.label }) }, h)) }) })
1019
1025
  ] }) : r ? /* @__PURE__ */ e(le, { children: a.label }) : a.href ? /* @__PURE__ */ e(
1020
- Ae,
1026
+ we,
1021
1027
  {
1022
1028
  render: /* @__PURE__ */ e(l, { href: a.href, children: a.label })
1023
1029
  }
@@ -1025,29 +1031,29 @@ function da(a, r, l, t) {
1025
1031
  }
1026
1032
  function ca({
1027
1033
  items: a,
1028
- linkComponent: r = oa,
1034
+ linkComponent: r = ia,
1029
1035
  separator: l,
1030
1036
  className: t,
1031
- "aria-label": i = "Breadcrumb",
1037
+ "aria-label": o = "Breadcrumb",
1032
1038
  ...u
1033
1039
  }, h) {
1034
- const N = ia();
1040
+ const N = oa();
1035
1041
  if (!a.length) return null;
1036
- const k = N && a.length > 2, _ = k ? [a[0], a[a.length - 1]] : a, y = (k ? a.slice(1, -1) : []).flatMap(
1042
+ const f = N && a.length > 2, _ = f ? [a[0], a[a.length - 1]] : a, y = (f ? a.slice(1, -1) : []).flatMap(
1037
1043
  (g) => g.href ? [{ label: g.label, href: g.href }] : (g.children ?? []).map((C) => ({ label: C.label, href: C.href }))
1038
1044
  );
1039
1045
  return /* @__PURE__ */ e(
1040
1046
  ve,
1041
1047
  {
1042
1048
  ref: h,
1043
- "aria-label": i,
1049
+ "aria-label": o,
1044
1050
  className: t,
1045
1051
  ...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: [
1052
+ children: /* @__PURE__ */ e(Ae, { children: _.map((g, C) => {
1053
+ const R = f ? C === 0 ? 0 : a.length - 1 : C, E = C === _.length - 1 && !g.href && !g.children;
1054
+ return /* @__PURE__ */ s(i.Fragment, { children: [
1049
1055
  C > 0 && /* @__PURE__ */ e(te, { children: l }),
1050
- k && C === 1 && y.length > 0 && /* @__PURE__ */ s(M, { children: [
1056
+ f && C === 1 && y.length > 0 && /* @__PURE__ */ s(M, { children: [
1051
1057
  /* @__PURE__ */ e(re, { children: /* @__PURE__ */ s(B, { children: [
1052
1058
  /* @__PURE__ */ e(O, { asChild: !0, children: /* @__PURE__ */ s(
1053
1059
  "button",
@@ -1065,142 +1071,158 @@ function ca({
1065
1071
  ]
1066
1072
  }
1067
1073
  ) }),
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)) }) })
1074
+ /* @__PURE__ */ e(q, { align: "start", children: /* @__PURE__ */ e($, { children: y.map((T, A) => /* @__PURE__ */ e(P, { asChild: !0, children: /* @__PURE__ */ e("a", { href: T.href, children: T.label }) }, A)) }) })
1069
1075
  ] }) }),
1070
1076
  /* @__PURE__ */ e(te, { children: l })
1071
1077
  ] }),
1072
1078
  /* @__PURE__ */ e(re, { children: da(g, E, r) })
1073
- ] }, V);
1079
+ ] }, R);
1074
1080
  }) })
1075
1081
  }
1076
1082
  );
1077
1083
  }
1078
- const ua = o.forwardRef(
1084
+ const ua = i.forwardRef(
1079
1085
  ca
1080
1086
  );
1081
1087
  ua.displayName = "Breadcrumb";
1082
1088
  export {
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,
1089
+ hr as Accordion,
1090
+ mr as AccordionContent,
1091
+ pr as AccordionItem,
1092
+ _r as AccordionTrigger,
1093
+ fr as AlertDialog,
1094
+ kr as AlertDialogAction,
1095
+ Nr as AlertDialogCancel,
1096
+ gr as AlertDialogContent,
1097
+ Cr as AlertDialogDescription,
1098
+ vr as AlertDialogFooter,
1099
+ Ar as AlertDialogHeader,
1100
+ wr as AlertDialogOverlay,
1101
+ Er as AlertDialogPortal,
1102
+ Sr as AlertDialogTitle,
1103
+ Tr as AlertDialogTrigger,
1104
+ Hr as BADGE_ROUNDNESS,
1105
+ yr as BADGE_VARIANTS,
1106
+ Ma as BUTTON_COLORS,
1107
+ Ta as BUTTON_GROUP_ORIENTATIONS,
1108
+ Ba as BUTTON_SIZES,
1109
+ Oa as BUTTON_VARIANTS,
1110
+ Dr as Badge,
1105
1111
  ua as Breadcrumb,
1106
1112
  Ee as BreadcrumbEllipsis,
1107
1113
  re as BreadcrumbItem,
1108
- Ae as BreadcrumbLink,
1109
- we as BreadcrumbList,
1114
+ we as BreadcrumbLink,
1115
+ Ae as BreadcrumbList,
1110
1116
  le as BreadcrumbPage,
1111
1117
  ve as BreadcrumbRoot,
1112
1118
  te as BreadcrumbSeparator,
1113
1119
  J as Button,
1114
- Ha as ButtonGroup,
1115
- Ta as ButtonGroupSeparator,
1120
+ La as ButtonGroup,
1121
+ Ha as ButtonGroupSeparator,
1116
1122
  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,
1123
+ Ra as CALLOUT_TYPES,
1124
+ Dl as CHECKBOX_FIELD_APPEARANCES,
1125
+ Vl as CHECKBOX_FIELD_LAYOUTS,
1126
+ zr as COUNTER_BADGE_TYPES,
1127
+ Ia as Callout,
1128
+ ja as Carousel,
1129
+ za as CarouselContent,
1130
+ Xa as CarouselItem,
1131
+ Wa as CarouselNext,
1132
+ Ja as CarouselPrevious,
1133
+ Rl as Checkbox,
1134
+ Il as CheckboxField,
1135
+ ka as ContentCard,
1136
+ Xr as CounterBadge,
1127
1137
  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,
1138
+ wa as EELogoIcon,
1139
+ sl as FIELD_ORIENTATIONS,
1140
+ nl as Field,
1141
+ ol as FieldContent,
1142
+ il as FieldDescription,
1143
+ dl as FieldError,
1144
+ cl as FieldGroup,
1145
+ ul as FieldLabel,
1146
+ hl as FieldLegend,
1147
+ ml as FieldSeparator,
1148
+ pl as FieldSet,
1149
+ _l as FieldTitle,
1150
+ Ga as ICON_BUTTON_ROUNDNESS,
1151
+ Za as ICON_BUTTON_SIZES,
1152
+ Fa as ICON_BUTTON_SIZE_LG_ALIAS,
1153
+ Ka as ICON_BUTTON_SIZE_SM_ALIAS,
1154
+ $a as ICON_BUTTON_VARIANT_DEFAULT_ALIAS,
1155
+ rl as INPUT_SIZES,
1146
1156
  Be as IconButton,
1147
- xr as Input,
1157
+ ll as Input,
1148
1158
  ga as KUAT_HEADER_APP_SWITCHER_EMPTY,
1149
1159
  Na as KUAT_HEADER_LOCKUP_VARIANTS,
1150
- wa as KUAT_LOGO_LOCKUP_MODE,
1160
+ Aa as KUAT_LOGO_LOCKUP_MODE,
1151
1161
  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,
1162
+ ir as KUAT_RADIAL_PROGRESS_COLORS,
1163
+ dr as KUAT_RADIAL_PROGRESS_SIZES,
1164
+ ar as KuatCarousel,
1165
+ rr as KuatCarouselContent,
1166
+ lr as KuatCarouselItem,
1167
+ tr as KuatCarouselNext,
1168
+ sr as KuatCarouselPrevious,
1159
1169
  ta as KuatHeader,
1160
1170
  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,
1171
+ cr as KuatRadialProgress,
1172
+ fl as KuatSelect,
1173
+ Ml as RADIO_FIELD_APPEARANCES,
1174
+ Bl as RADIO_FIELD_LAYOUTS,
1175
+ Ol as RadioField,
1176
+ Pl as RadioGroup,
1177
+ Ul as RadioGroupItem,
1178
+ kl as SELECT_LINES,
1179
+ Nl as SELECT_SIZES,
1180
+ Ql as SONNER_POSITIONS,
1181
+ Ir as STATUS_BADGE_SIZES,
1182
+ xr as STATUS_BADGE_TYPES,
1183
+ Zl as SWITCH_FIELD_APPEARANCES,
1184
+ Fl as SWITCH_FIELD_LAYOUTS,
1185
+ gl as Select,
1186
+ Cl as SelectContent,
1187
+ vl as SelectGroup,
1188
+ Al as SelectItem,
1189
+ wl as SelectLabel,
1190
+ El as SelectScrollDownButton,
1191
+ Sl as SelectScrollUpButton,
1192
+ Tl as SelectSeparator,
1193
+ Ll as SelectTrigger,
1194
+ Hl as SelectValue,
1195
+ et as Sonner,
1196
+ at as SonnerContent,
1197
+ Mr as StatusBadge,
1198
+ Kl as Switch,
1199
+ $l as SwitchField,
1200
+ Pr as TAG_COLORS,
1201
+ Ur as TAG_MODES,
1202
+ Qr as TEXTAREA_RESIZE,
1203
+ Yl as TOGGLE_SIZES,
1204
+ jl as TOGGLE_SKINS,
1205
+ Gr as Tag,
1206
+ Kr as TagGroup,
1207
+ qr as TagGroupContext,
1208
+ el as Textarea,
1209
+ zl as Toggle,
1210
+ Xl as ToggleGroup,
1211
+ Wl as ToggleGroupItem,
1212
+ Vr as badgeVariants,
1195
1213
  Da as buttonGroupVariants,
1196
- Ma as buttonVariants,
1214
+ Pa as buttonVariants,
1197
1215
  d as cn,
1198
- Ka as iconButtonVariants,
1216
+ Wr as counterBadgeVariants,
1217
+ qa as iconButtonVariants,
1199
1218
  Ca as kuatHeaderVariants,
1200
1219
  qe as resolveAppSwitcherLabels,
1201
1220
  We as resolveHeaderLockup,
1202
- Ge as shouldShowAppSwitcher,
1203
- Il as toast,
1204
- Xa as useCarousel,
1205
- lr as useKuatCarousel
1221
+ $e as shouldShowAppSwitcher,
1222
+ Br as statusBadgeVariants,
1223
+ Zr as tagVariants,
1224
+ rt as toast,
1225
+ Qa as useCarousel,
1226
+ nr as useKuatCarousel,
1227
+ Yr as useTagGroup
1206
1228
  };