@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.
- package/README.md +3 -1
- package/agent-docs/AGENTS.md +10 -0
- package/agent-docs/README.md +17 -0
- package/agent-docs/bundle-manifest.json +63 -0
- package/agent-docs/components/_template.md +21 -0
- package/agent-docs/components/button-group.md +27 -0
- package/agent-docs/components/button.md +50 -0
- package/agent-docs/components/components.manifest.json +20 -0
- package/agent-docs/components/kuat-header.md +27 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/LOADING.md +166 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/accessibility.md +444 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/brand.md +99 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/README.md +28 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/formatting.md +93 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/numbers.md +69 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/punctuation.md +75 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/voice-and-tone.md +263 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/writing-style.md +91 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/design/README.md +28 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/design/borders.md +159 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/design/colours.md +173 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/design/design-language.md +116 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/design/spacing.md +130 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/design/typography.md +155 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/logo.md +151 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/content/README.md +26 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/content/blog-posts.md +33 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/content/marketing-content.md +65 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/content/seo.md +44 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/emails.md +74 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/scenarios/README.md +18 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/scenarios/marketing-pages.md +368 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/website.md +169 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/DEPRECATIONS.md +28 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/README.md +65 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/accessibility.md +402 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/component-decision-tree.md +263 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/component-registry.md +68 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/README.md +29 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/actions.md +51 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/confirmations.md +57 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/empty-states.md +43 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/errors.md +54 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/forms.md +74 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/product-content.md +138 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/design.md +207 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/emails.md +71 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/review-checklist.md +57 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/review-context.md +44 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/scenarios/README.md +82 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/scenarios/authentication.md +303 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/scenarios/dashboards.md +313 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/scenarios/documentation.md +333 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/scenarios/forms.md +361 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/technical.md +488 -0
- package/agent-docs/kuat-docs/rules/README.md +148 -0
- package/agent-docs/kuat-docs/rules/design/layouts.md +394 -0
- package/agent-docs/kuat-docs/rules/scenarios/README.md +83 -0
- package/agent-docs/kuat-docs/rules/scenarios/authentication.md +301 -0
- package/agent-docs/kuat-docs/rules/scenarios/dashboards.md +314 -0
- package/agent-docs/kuat-docs/rules/scenarios/documentation.md +333 -0
- package/agent-docs/kuat-docs/rules/scenarios/forms.md +359 -0
- package/agent-docs/kuat-docs/rules/scenarios/marketing-pages.md +367 -0
- package/agent-docs/manifest.json +9 -0
- package/agent-docs/rules/LOADING-consumer.md +27 -0
- package/dist/components/ui/icon-button/icon-button.d.ts +27 -0
- package/dist/components/ui/icon-button/index.d.ts +2 -0
- package/dist/components/ui/kuat-header/index.d.ts +4 -2
- package/dist/components/ui/kuat-header/kuat-header.d.ts +4 -41
- package/dist/components/ui/kuat-header/kuat-header.logic.d.ts +32 -0
- package/dist/components/ui/kuat-header/kuat-header.types.d.ts +91 -0
- package/dist/icon-button-B5hCoK1b.js +63 -0
- package/dist/icon-button.d.ts +3 -0
- package/dist/icon-button.js +12 -0
- package/dist/index.d.ts +5 -2
- package/dist/index.js +852 -523
- package/dist/style.css +1 -1
- package/package.json +8 -2
package/dist/index.js
CHANGED
|
@@ -1,210 +1,273 @@
|
|
|
1
|
-
import { c as
|
|
2
|
-
import { S as
|
|
3
|
-
import { d as
|
|
4
|
-
import { jsxs as
|
|
5
|
-
import * as
|
|
6
|
-
import { ChevronRight as
|
|
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
|
|
9
|
-
import
|
|
10
|
-
import {
|
|
11
|
-
import
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import { a as
|
|
17
|
-
import { a as
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import { b as
|
|
21
|
-
import { c as
|
|
22
|
-
import { b as
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
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:
|
|
33
|
-
headerAccessory:
|
|
34
|
-
customContent:
|
|
35
|
-
footer:
|
|
36
|
-
badge:
|
|
37
|
-
category:
|
|
38
|
-
title:
|
|
39
|
-
titleHeadingLevel:
|
|
40
|
-
children:
|
|
41
|
-
style:
|
|
42
|
-
...
|
|
43
|
-
},
|
|
44
|
-
const
|
|
45
|
-
...
|
|
46
|
-
"--content-card-max-width": typeof
|
|
47
|
-
} :
|
|
48
|
-
|
|
49
|
-
/* @__PURE__ */
|
|
50
|
-
/* @__PURE__ */
|
|
51
|
-
/* @__PURE__ */
|
|
52
|
-
/* @__PURE__ */
|
|
53
|
-
/* @__PURE__ */ e("div", { "data-slot": "badge", className: "content-card__badge", children:
|
|
54
|
-
/* @__PURE__ */ e("p", { className: "content-card__category", children:
|
|
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(
|
|
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:
|
|
65
|
+
children: k ?? null
|
|
64
66
|
}
|
|
65
67
|
)
|
|
66
68
|
] }),
|
|
67
|
-
|
|
68
|
-
/* @__PURE__ */ e("div", { "data-slot": "custom-content", className: "content-card__custom-content", children:
|
|
69
|
-
/* @__PURE__ */ e("div", { "data-slot": "footer", className: "content-card__footer", children:
|
|
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 (
|
|
73
|
-
const
|
|
74
|
-
if (!
|
|
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
|
|
77
|
-
return
|
|
78
|
-
|
|
78
|
+
const D = I;
|
|
79
|
+
return o.cloneElement(
|
|
80
|
+
D,
|
|
79
81
|
{
|
|
80
|
-
...
|
|
81
|
-
ref:
|
|
82
|
+
...S,
|
|
83
|
+
ref: w,
|
|
82
84
|
"data-slot": "content-card",
|
|
83
|
-
className:
|
|
84
|
-
style:
|
|
85
|
-
...
|
|
86
|
-
...
|
|
87
|
-
} :
|
|
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
|
-
|
|
91
|
+
j
|
|
90
92
|
);
|
|
91
93
|
}
|
|
92
94
|
return /* @__PURE__ */ e(
|
|
93
95
|
"div",
|
|
94
96
|
{
|
|
95
|
-
ref:
|
|
97
|
+
ref: w,
|
|
96
98
|
"data-slot": "content-card",
|
|
97
|
-
className:
|
|
98
|
-
style:
|
|
99
|
-
...
|
|
100
|
-
children:
|
|
99
|
+
className: d("content-card", L, r),
|
|
100
|
+
style: T,
|
|
101
|
+
...S,
|
|
102
|
+
children: j
|
|
101
103
|
}
|
|
102
104
|
);
|
|
103
|
-
}),
|
|
104
|
-
|
|
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:
|
|
107
|
-
className:
|
|
108
|
+
ref: i,
|
|
109
|
+
className: d(
|
|
108
110
|
"dropdown-menu-sub-trigger",
|
|
109
|
-
|
|
111
|
+
r && "dropdown-menu-sub-trigger--inset",
|
|
110
112
|
a
|
|
111
113
|
),
|
|
112
|
-
...
|
|
114
|
+
...t,
|
|
113
115
|
children: [
|
|
114
|
-
|
|
115
|
-
/* @__PURE__ */ e(
|
|
116
|
+
l,
|
|
117
|
+
/* @__PURE__ */ e($, { className: "dropdown-menu-sub-trigger__icon" })
|
|
116
118
|
]
|
|
117
119
|
}
|
|
118
120
|
));
|
|
119
|
-
|
|
120
|
-
const
|
|
121
|
-
|
|
121
|
+
Oe.displayName = b.SubTrigger.displayName;
|
|
122
|
+
const Pe = o.forwardRef(({ className: a, ...r }, l) => /* @__PURE__ */ e(
|
|
123
|
+
b.SubContent,
|
|
122
124
|
{
|
|
123
|
-
ref:
|
|
124
|
-
className:
|
|
125
|
-
...
|
|
125
|
+
ref: l,
|
|
126
|
+
className: d("dropdown-menu-content", "dropdown-menu-sub-content", a),
|
|
127
|
+
...r
|
|
126
128
|
}
|
|
127
129
|
));
|
|
128
|
-
|
|
129
|
-
const
|
|
130
|
-
|
|
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:
|
|
133
|
-
sideOffset:
|
|
134
|
-
className:
|
|
135
|
-
...
|
|
134
|
+
ref: t,
|
|
135
|
+
sideOffset: r,
|
|
136
|
+
className: d("dropdown-menu-content", a),
|
|
137
|
+
...l
|
|
136
138
|
}
|
|
137
139
|
) }));
|
|
138
|
-
|
|
139
|
-
const
|
|
140
|
-
|
|
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:
|
|
143
|
-
className:
|
|
144
|
+
ref: t,
|
|
145
|
+
className: d(
|
|
144
146
|
"dropdown-menu-item",
|
|
145
|
-
|
|
147
|
+
r && "dropdown-menu-item--inset",
|
|
146
148
|
a
|
|
147
149
|
),
|
|
148
|
-
...
|
|
150
|
+
...l
|
|
149
151
|
}
|
|
150
152
|
));
|
|
151
|
-
|
|
152
|
-
const
|
|
153
|
-
|
|
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:
|
|
156
|
-
className:
|
|
157
|
-
checked:
|
|
158
|
-
...
|
|
159
|
-
children:
|
|
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
|
-
|
|
163
|
-
const
|
|
164
|
-
|
|
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:
|
|
167
|
-
className:
|
|
168
|
-
...
|
|
169
|
-
children:
|
|
168
|
+
ref: t,
|
|
169
|
+
className: d("dropdown-menu-item", "dropdown-menu-radio-item", a),
|
|
170
|
+
...l,
|
|
171
|
+
children: r
|
|
170
172
|
}
|
|
171
173
|
));
|
|
172
|
-
|
|
173
|
-
const
|
|
174
|
-
|
|
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:
|
|
177
|
-
className:
|
|
178
|
+
ref: t,
|
|
179
|
+
className: d(
|
|
178
180
|
"dropdown-menu-label",
|
|
179
|
-
|
|
181
|
+
r && "dropdown-menu-label--inset",
|
|
180
182
|
a
|
|
181
183
|
),
|
|
182
|
-
...
|
|
184
|
+
...l
|
|
183
185
|
}
|
|
184
186
|
));
|
|
185
|
-
|
|
186
|
-
const
|
|
187
|
-
|
|
187
|
+
Ze.displayName = b.Label.displayName;
|
|
188
|
+
const Ke = o.forwardRef(({ className: a, ...r }, l) => /* @__PURE__ */ e(
|
|
189
|
+
b.Separator,
|
|
188
190
|
{
|
|
189
|
-
ref:
|
|
190
|
-
className:
|
|
191
|
-
...
|
|
191
|
+
ref: l,
|
|
192
|
+
className: d("dropdown-menu-separator", a),
|
|
193
|
+
...r
|
|
192
194
|
}
|
|
193
195
|
));
|
|
194
|
-
|
|
195
|
-
const
|
|
196
|
-
|
|
197
|
-
|
|
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:
|
|
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__ */
|
|
207
|
-
/* @__PURE__ */
|
|
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__ */
|
|
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,
|
|
234
|
-
function
|
|
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(
|
|
238
|
-
|
|
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
|
|
241
|
-
return /* @__PURE__ */ e(
|
|
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
|
|
244
|
-
return /* @__PURE__ */ e("div", { className: "kuat-header__nav-items", children: a.map((
|
|
245
|
-
var
|
|
246
|
-
return (
|
|
247
|
-
/* @__PURE__ */ e(O, { asChild: !0, children: /* @__PURE__ */
|
|
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:
|
|
327
|
+
className: d(
|
|
252
328
|
"kuat-header__nav-trigger",
|
|
253
|
-
|
|
329
|
+
r === "bold" && "kuat-header__nav-trigger--bold"
|
|
254
330
|
),
|
|
255
331
|
"aria-haspopup": "menu",
|
|
256
332
|
children: [
|
|
257
|
-
|
|
258
|
-
/* @__PURE__ */ e(
|
|
333
|
+
l.label,
|
|
334
|
+
/* @__PURE__ */ e(se, { className: "h-4 w-4", "aria-hidden": !0 })
|
|
259
335
|
]
|
|
260
336
|
}
|
|
261
337
|
) }),
|
|
262
|
-
/* @__PURE__ */ e(
|
|
263
|
-
] }, `${
|
|
338
|
+
/* @__PURE__ */ e(Ce, { items: l.items })
|
|
339
|
+
] }, `${l.label}-${l.url}`) : /* @__PURE__ */ e(
|
|
264
340
|
"a",
|
|
265
341
|
{
|
|
266
|
-
href:
|
|
267
|
-
className:
|
|
342
|
+
href: l.url,
|
|
343
|
+
className: d(
|
|
268
344
|
"kuat-header__nav-link",
|
|
269
|
-
|
|
345
|
+
r === "bold" && "kuat-header__nav-link--bold"
|
|
270
346
|
),
|
|
271
|
-
children:
|
|
347
|
+
children: l.label
|
|
272
348
|
},
|
|
273
|
-
`${
|
|
349
|
+
`${l.label}-${l.url}`
|
|
274
350
|
);
|
|
275
351
|
}) });
|
|
276
352
|
}
|
|
277
|
-
function
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
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:
|
|
365
|
+
className: d(
|
|
287
366
|
"kuat-header__action-trigger",
|
|
288
|
-
|
|
367
|
+
r === "bold" && "kuat-header__action-trigger--bold"
|
|
289
368
|
),
|
|
290
369
|
"aria-haspopup": "menu",
|
|
291
370
|
children: [
|
|
292
|
-
|
|
293
|
-
/* @__PURE__ */ e("span", { className: "hidden sm:inline", children:
|
|
294
|
-
/* @__PURE__ */ e(
|
|
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(
|
|
299
|
-
] }, `${
|
|
377
|
+
/* @__PURE__ */ e(Ce, { items: t })
|
|
378
|
+
] }, `${i.label}-${i.href}`) : /* @__PURE__ */ s(
|
|
300
379
|
"a",
|
|
301
380
|
{
|
|
302
|
-
href:
|
|
303
|
-
className:
|
|
381
|
+
href: i.href,
|
|
382
|
+
className: d(
|
|
304
383
|
"kuat-header__action-link",
|
|
305
|
-
|
|
384
|
+
r === "bold" && "kuat-header__action-link--bold"
|
|
306
385
|
),
|
|
307
386
|
children: [
|
|
308
|
-
|
|
309
|
-
/* @__PURE__ */ e("span", { children:
|
|
387
|
+
h,
|
|
388
|
+
/* @__PURE__ */ e("span", { children: i.label })
|
|
310
389
|
]
|
|
311
390
|
},
|
|
312
|
-
`${
|
|
391
|
+
`${i.label}-${i.href}`
|
|
313
392
|
);
|
|
314
393
|
}) });
|
|
315
394
|
}
|
|
316
|
-
|
|
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:
|
|
320
|
-
logo:
|
|
321
|
-
title:
|
|
322
|
-
navigation:
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
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
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
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 (
|
|
511
|
+
if (c.key !== "Tab" || !F.current)
|
|
348
512
|
return;
|
|
349
|
-
const
|
|
513
|
+
const m = F.current.querySelectorAll(
|
|
350
514
|
"button, a, [tabindex]:not([tabindex='-1'])"
|
|
351
515
|
);
|
|
352
|
-
if (!
|
|
516
|
+
if (!m.length)
|
|
353
517
|
return;
|
|
354
|
-
const
|
|
355
|
-
|
|
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",
|
|
358
|
-
|
|
521
|
+
return document.addEventListener("keydown", n), () => {
|
|
522
|
+
document.removeEventListener("keydown", n);
|
|
359
523
|
};
|
|
360
|
-
}, [
|
|
361
|
-
const
|
|
362
|
-
|
|
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:
|
|
529
|
+
textColor: de
|
|
366
530
|
}
|
|
367
|
-
),
|
|
368
|
-
|
|
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:
|
|
378
|
-
className:
|
|
535
|
+
ref: V,
|
|
536
|
+
className: d(
|
|
379
537
|
"kuat-header",
|
|
380
|
-
`kuat-header--${
|
|
538
|
+
`kuat-header--${r}`,
|
|
381
539
|
a
|
|
382
540
|
),
|
|
383
|
-
...
|
|
541
|
+
...C,
|
|
384
542
|
children: [
|
|
385
|
-
/* @__PURE__ */
|
|
386
|
-
/* @__PURE__ */
|
|
387
|
-
|
|
388
|
-
/* @__PURE__ */ e("div", { className: "shrink-0", children:
|
|
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
|
-
|
|
548
|
+
be,
|
|
391
549
|
{
|
|
392
550
|
orientation: "vertical",
|
|
393
551
|
className: "kuat-header__separator"
|
|
394
552
|
}
|
|
395
553
|
)
|
|
396
554
|
] }),
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
/* @__PURE__ */
|
|
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:
|
|
559
|
+
/* @__PURE__ */ e("div", { className: "kuat-header__desktop-demo-logo", children: Z })
|
|
402
560
|
] })
|
|
403
561
|
] }),
|
|
404
|
-
|
|
562
|
+
t && R === "default" && /* @__PURE__ */ e("h1", { className: "kuat-header__desktop-title", children: t })
|
|
405
563
|
] }),
|
|
406
|
-
/* @__PURE__ */
|
|
407
|
-
|
|
408
|
-
H
|
|
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__ */
|
|
412
|
-
/* @__PURE__ */
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
/* @__PURE__ */
|
|
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:
|
|
583
|
+
/* @__PURE__ */ e("div", { className: "kuat-header__mobile-demo-logo", children: K })
|
|
419
584
|
] })
|
|
420
585
|
] }),
|
|
421
|
-
|
|
586
|
+
t && R === "default" && /* @__PURE__ */ e("p", { className: "kuat-header__mobile-title", children: t })
|
|
422
587
|
] }),
|
|
423
|
-
|
|
588
|
+
N ? /* @__PURE__ */ e("div", { className: "shrink-0", children: N }) : I ? /* @__PURE__ */ e(
|
|
424
589
|
J,
|
|
425
590
|
{
|
|
426
|
-
ref:
|
|
591
|
+
ref: z,
|
|
427
592
|
variant: "ghost",
|
|
428
593
|
size: "icon",
|
|
429
|
-
className:
|
|
594
|
+
className: d(
|
|
430
595
|
"kuat-header__mobile-trigger",
|
|
431
|
-
|
|
596
|
+
r === "bold" && "kuat-header__mobile-trigger--bold"
|
|
432
597
|
),
|
|
433
598
|
"aria-label": "Open menu",
|
|
434
|
-
"aria-expanded":
|
|
599
|
+
"aria-expanded": A,
|
|
435
600
|
"aria-controls": "kuat-header-mobile-menu",
|
|
436
|
-
onClick: () =>
|
|
437
|
-
children: /* @__PURE__ */ e(
|
|
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
|
-
|
|
606
|
+
I ? A && /* @__PURE__ */ s(
|
|
442
607
|
"div",
|
|
443
608
|
{
|
|
444
609
|
id: "kuat-header-mobile-menu",
|
|
445
|
-
ref:
|
|
610
|
+
ref: F,
|
|
446
611
|
className: "kuat-header__mobile-sheet",
|
|
447
612
|
role: "dialog",
|
|
448
613
|
"aria-modal": "true",
|
|
449
|
-
"aria-label":
|
|
614
|
+
"aria-label": D,
|
|
450
615
|
children: [
|
|
451
|
-
/* @__PURE__ */
|
|
452
|
-
|
|
616
|
+
/* @__PURE__ */ s(
|
|
617
|
+
"div",
|
|
453
618
|
{
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
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__ */
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
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
|
-
|
|
799
|
+
) : k,
|
|
800
|
+
g
|
|
483
801
|
]
|
|
484
802
|
}
|
|
485
803
|
);
|
|
486
804
|
}
|
|
487
805
|
);
|
|
488
|
-
|
|
489
|
-
function
|
|
490
|
-
const
|
|
491
|
-
return
|
|
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
|
|
811
|
+
const va = ["service", "demo"], wa = ["light", "dark"], sa = o.forwardRef(
|
|
494
812
|
({
|
|
495
813
|
className: a,
|
|
496
|
-
title:
|
|
497
|
-
use:
|
|
498
|
-
mode:
|
|
499
|
-
forceDark:
|
|
500
|
-
...
|
|
814
|
+
title: r,
|
|
815
|
+
use: l = "service",
|
|
816
|
+
mode: t = "light",
|
|
817
|
+
forceDark: i = !1,
|
|
818
|
+
...u
|
|
501
819
|
}, h) => {
|
|
502
|
-
const
|
|
503
|
-
|
|
820
|
+
const N = i ? "dark" : t, k = /* @__PURE__ */ e(
|
|
821
|
+
ae,
|
|
504
822
|
{
|
|
505
|
-
className:
|
|
823
|
+
className: d(
|
|
506
824
|
"kuat-logo-lockup__logo",
|
|
507
|
-
|
|
825
|
+
l === "demo" && "kuat-logo-lockup__logo--demo"
|
|
508
826
|
),
|
|
509
|
-
textColor:
|
|
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:
|
|
834
|
+
className: d(
|
|
517
835
|
"kuat-logo-lockup",
|
|
518
|
-
`kuat-logo-lockup--${
|
|
519
|
-
`kuat-logo-lockup--${
|
|
836
|
+
`kuat-logo-lockup--${N}`,
|
|
837
|
+
`kuat-logo-lockup--${l}`,
|
|
520
838
|
a
|
|
521
839
|
),
|
|
522
|
-
...
|
|
523
|
-
children:
|
|
524
|
-
/* @__PURE__ */ e("div", { className: "kuat-logo-lockup__logo-wrap", children:
|
|
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
|
-
|
|
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:
|
|
533
|
-
] }) : /* @__PURE__ */
|
|
534
|
-
/* @__PURE__ */ e("h2", { className: "kuat-logo-lockup__demo-title", children:
|
|
535
|
-
/* @__PURE__ */
|
|
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:
|
|
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
|
-
|
|
545
|
-
function
|
|
546
|
-
return /* @__PURE__ */
|
|
862
|
+
sa.displayName = "KuatLogoLockup";
|
|
863
|
+
function Aa({ className: a }) {
|
|
864
|
+
return /* @__PURE__ */ s(
|
|
547
865
|
"svg",
|
|
548
866
|
{
|
|
549
|
-
className:
|
|
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
|
|
905
|
+
const ve = o.forwardRef(({ className: a, "aria-label": r = "Breadcrumb", ...l }, t) => /* @__PURE__ */ e(
|
|
588
906
|
"nav",
|
|
589
907
|
{
|
|
590
|
-
ref:
|
|
591
|
-
"aria-label":
|
|
592
|
-
className:
|
|
593
|
-
...
|
|
908
|
+
ref: t,
|
|
909
|
+
"aria-label": r,
|
|
910
|
+
className: d("breadcrumb", a),
|
|
911
|
+
...l
|
|
594
912
|
}
|
|
595
913
|
));
|
|
596
|
-
|
|
597
|
-
const
|
|
598
|
-
|
|
599
|
-
const
|
|
600
|
-
|
|
601
|
-
const
|
|
602
|
-
var
|
|
603
|
-
if (
|
|
604
|
-
const h =
|
|
605
|
-
return
|
|
606
|
-
...
|
|
607
|
-
ref:
|
|
608
|
-
className:
|
|
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 (
|
|
612
|
-
const h =
|
|
613
|
-
return
|
|
614
|
-
ref:
|
|
615
|
-
className:
|
|
616
|
-
...
|
|
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:
|
|
623
|
-
className:
|
|
624
|
-
...
|
|
940
|
+
ref: i,
|
|
941
|
+
className: d("breadcrumb-link", a),
|
|
942
|
+
...t
|
|
625
943
|
}
|
|
626
944
|
);
|
|
627
945
|
});
|
|
628
|
-
|
|
629
|
-
const
|
|
946
|
+
Ae.displayName = "BreadcrumbLink";
|
|
947
|
+
const le = o.forwardRef(({ className: a, ...r }, l) => /* @__PURE__ */ e(
|
|
630
948
|
"span",
|
|
631
949
|
{
|
|
632
|
-
ref:
|
|
950
|
+
ref: l,
|
|
633
951
|
role: "link",
|
|
634
952
|
"aria-disabled": "true",
|
|
635
953
|
"aria-current": "page",
|
|
636
|
-
className:
|
|
637
|
-
...
|
|
954
|
+
className: d("breadcrumb-page", a),
|
|
955
|
+
...r
|
|
638
956
|
}
|
|
639
957
|
));
|
|
640
|
-
|
|
641
|
-
const
|
|
958
|
+
le.displayName = "BreadcrumbPage";
|
|
959
|
+
const te = o.forwardRef(({ className: a, children: r, ...l }, t) => /* @__PURE__ */ e(
|
|
642
960
|
"span",
|
|
643
961
|
{
|
|
644
|
-
ref:
|
|
962
|
+
ref: t,
|
|
645
963
|
role: "presentation",
|
|
646
964
|
"aria-hidden": "true",
|
|
647
|
-
className:
|
|
648
|
-
...
|
|
649
|
-
children:
|
|
965
|
+
className: d("breadcrumb-separator", a),
|
|
966
|
+
...l,
|
|
967
|
+
children: r ?? /* @__PURE__ */ e($, { className: "breadcrumb-separator__icon" })
|
|
650
968
|
}
|
|
651
969
|
));
|
|
652
|
-
|
|
653
|
-
const
|
|
970
|
+
te.displayName = "BreadcrumbSeparator";
|
|
971
|
+
const Ee = o.forwardRef(({ className: a, ...r }, l) => /* @__PURE__ */ e(
|
|
654
972
|
"span",
|
|
655
973
|
{
|
|
656
|
-
ref:
|
|
974
|
+
ref: l,
|
|
657
975
|
role: "presentation",
|
|
658
976
|
"aria-hidden": "true",
|
|
659
|
-
className:
|
|
660
|
-
...
|
|
661
|
-
children: /* @__PURE__ */ e(
|
|
977
|
+
className: d("breadcrumb-ellipsis", a),
|
|
978
|
+
...r,
|
|
979
|
+
children: /* @__PURE__ */ e(Me, { className: "breadcrumb-ellipsis__icon" })
|
|
662
980
|
}
|
|
663
981
|
));
|
|
664
|
-
|
|
665
|
-
const
|
|
666
|
-
function
|
|
667
|
-
const [
|
|
668
|
-
return
|
|
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
|
|
672
|
-
return
|
|
673
|
-
}, [a]),
|
|
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
|
|
676
|
-
function
|
|
677
|
-
return a.children && a.children.length > 0 ? /* @__PURE__ */
|
|
678
|
-
/* @__PURE__ */ e(O, { asChild: !0, children: /* @__PURE__ */
|
|
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:
|
|
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
|
-
|
|
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(
|
|
701
|
-
] }) :
|
|
702
|
-
|
|
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(
|
|
1022
|
+
render: /* @__PURE__ */ e(l, { href: a.href, children: a.label })
|
|
705
1023
|
}
|
|
706
|
-
) : /* @__PURE__ */ e(
|
|
1024
|
+
) : /* @__PURE__ */ e(le, { children: a.label });
|
|
707
1025
|
}
|
|
708
|
-
function
|
|
1026
|
+
function ca({
|
|
709
1027
|
items: a,
|
|
710
|
-
linkComponent:
|
|
711
|
-
separator:
|
|
712
|
-
className:
|
|
713
|
-
"aria-label":
|
|
714
|
-
...
|
|
1028
|
+
linkComponent: r = oa,
|
|
1029
|
+
separator: l,
|
|
1030
|
+
className: t,
|
|
1031
|
+
"aria-label": i = "Breadcrumb",
|
|
1032
|
+
...u
|
|
715
1033
|
}, h) {
|
|
716
|
-
const
|
|
1034
|
+
const N = ia();
|
|
717
1035
|
if (!a.length) return null;
|
|
718
|
-
const
|
|
719
|
-
(
|
|
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
|
-
|
|
1040
|
+
ve,
|
|
723
1041
|
{
|
|
724
1042
|
ref: h,
|
|
725
|
-
"aria-label":
|
|
726
|
-
className:
|
|
727
|
-
...
|
|
728
|
-
children: /* @__PURE__ */ e(
|
|
729
|
-
const
|
|
730
|
-
return /* @__PURE__ */
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
/* @__PURE__ */ e(
|
|
734
|
-
/* @__PURE__ */ e(O, { asChild: !0, children: /* @__PURE__ */
|
|
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:
|
|
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(
|
|
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(
|
|
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(
|
|
1070
|
+
/* @__PURE__ */ e(te, { children: l })
|
|
753
1071
|
] }),
|
|
754
|
-
/* @__PURE__ */ e(
|
|
755
|
-
] },
|
|
1072
|
+
/* @__PURE__ */ e(re, { children: da(g, E, r) })
|
|
1073
|
+
] }, V);
|
|
756
1074
|
}) })
|
|
757
1075
|
}
|
|
758
1076
|
);
|
|
759
1077
|
}
|
|
760
|
-
const
|
|
761
|
-
|
|
1078
|
+
const ua = o.forwardRef(
|
|
1079
|
+
ca
|
|
762
1080
|
);
|
|
763
|
-
|
|
1081
|
+
ua.displayName = "Breadcrumb";
|
|
764
1082
|
export {
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
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
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
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
|
};
|