quirk-ui 0.0.145 → 0.0.147
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/dist/assets/index14.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._callToAction_14sey_1{display:inline-flex;justify-content:center;text-decoration:none;border-radius:var(--radius-md);font-size:var(--font-size-md);font-weight:var(--font-weight-bold);font-family:inherit;background-color:var(--color-primary);cursor:pointer;transition:background-color .25s,border-color .25s;height:40px}@media (max-width: 480px){._callToAction_14sey_1{width:100%}}._callToAction_14sey_1:focus,._callToAction_14sey_1:focus-visible{outline:4px auto -webkit-focus-ring-color}._callToAction_14sey_1:disabled{border-color:var(--color-muted);background-color:var(--color-muted);color:#e0e0e0;cursor:not-allowed}._blurred_14sey_32{-webkit-backdrop-filter:saturate(1.1) blur(1rem);backdrop-filter:saturate(1.1) blur(1rem);background-color:transparent}._blurred_14sey_32 ._content_14sey_36{background-color:rgba(var(--color-primary-rgb),1);color:#fff}._blurred_14sey_32:hover ._content_14sey_36{background-color:rgba(var(--color-primary-rgb),.8)}._blurredInverted_14sey_48{-webkit-backdrop-filter:saturate(1.1) blur(1rem);backdrop-filter:saturate(1.1) blur(1rem);background-color:transparent}._blurredInverted_14sey_48 ._content_14sey_36{background-color:#ffffff80;color:var(--color-primary)}._blurredInverted_14sey_48:hover ._content_14sey_36{background-color:rgba(var(--color-primary-rgb),1);color:#fff}._primary_14sey_65{background-color:var(--color-primary);color:#fff}._primary_14sey_65:hover{background-color:var(--color-secondary);color:#fff}._primaryInverted_14sey_75{border-color:#fff;background-color:#fff;color:var(--color-primary)}._primaryInverted_14sey_75:hover{border-color:var(--color-secondary);background-color:var(--color-secondary);color:var(--color-primary)}._secondary_14sey_87{background-color:transparent;border-color:var(--color-primary);border-width:2px;border-style:solid;color:var(--color-primary)}._secondary_14sey_87:hover{border-color:var(--color-primary);background-color:var(--color-primary);color:#fff}._secondaryInverted_14sey_101{background-color:transparent;border-color:#fff;border-width:2px;color:#fff}._secondaryInverted_14sey_101:hover{border-color:#fff;background-color:#fff;color:var(--color-primary)}._link_14sey_114{color:var(--color-link);background-color:transparent;border:none;padding:0;text-decoration:none;height:unset}._linkInverted_14sey_123{color:#fff;background-color:transparent;border:none;padding:0;text-decoration:none;height:unset}._underline_14sey_132{color:var(--color-link);background-color:transparent;border:none;padding:0;text-decoration:underline;height:unset}._underlineInverted_14sey_141{color:#fff;background-color:transparent;border:none;padding:0;text-decoration:underline;height:unset}._muted_14sey_150{color:var(--color-muted);background-color:transparent;border:none;padding:0;text-decoration:none;height:unset}._icon_14sey_159{display:inline-flex}._content_14sey_36{display:inline-flex;align-items:center;justify-content:center;flex-direction:row;gap:var(--spacing-sm);text-wrap:nowrap;border-radius:var(--radius-md);padding:var(--spacing-sm) var(--spacing-md);transition:background-color .3s ease-in-out,color .3s ease-in-out}._iconLeft_14sey_175{flex-direction:row-reverse}._iconRight_14sey_179{flex-direction:row}
|
package/dist/assets/index46.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--nav-height: 65px}.
|
|
1
|
+
:root{--nav-height: 65px}._navbar_t6j16_5{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;background-color:var(--color-background);padding:0 var(--spacing-md);position:relative;z-index:1000;height:var(--nav-height)}._transparent_t6j16_19{position:fixed;top:var(--spacing-sm);left:0;right:0;background-color:transparent}._transparent_t6j16_19 ._nav_t6j16_5{background:#ffffff80;backdrop-filter:saturate(1.1) blur(1rem);-webkit-backdrop-filter:saturate(1.1) blur(1rem);height:auto;border-radius:var(--radius-full);padding:0 var(--spacing-md)}._transparent_t6j16_19 ._nav_t6j16_5 ._sublinks_t6j16_42{background-color:transparent}._transparent_t6j16_19 ._nav_t6j16_5 ._sublinks_t6j16_42:before{content:"";background:#ffffff80;backdrop-filter:saturate(1.1) blur(1rem);-webkit-backdrop-filter:saturate(1.1) blur(1rem);width:100%;height:100%;position:absolute;top:0;left:0;right:0}@media (max-width: 767px){._transparent_t6j16_19 ._nav_t6j16_5{padding:0;background:#fffffff2;border-radius:0;left:0!important;height:100vh}}._left_t6j16_69 ._container_t6j16_70{justify-content:flex-start}._left_t6j16_69 ._logo_t6j16_26{flex:unset}._left_t6j16_69 ._nav_t6j16_5{flex:1}@media (max-width: 767px){._left_t6j16_69 ._logo_t6j16_26{flex:1}}._center_t6j16_89 ._nav_t6j16_5{position:absolute;transition:transform .3s ease-in-out,opacity .3s ease-in-out;will-change:transform,opacity}._center_t6j16_89 ._nav_t6j16_5._hidden_t6j16_95{transform:translateY(-100%);opacity:0;pointer-events:none}@media (min-width: 768px){._center_t6j16_89 ._nav_t6j16_5._visible_t6j16_102{transform:translateY(0);opacity:1;pointer-events:auto}}@media (max-width: 767px){._center_t6j16_89 ._logo_t6j16_26{flex:1}}._right_t6j16_117 ._container_t6j16_70{justify-content:flex-end}._right_t6j16_117 ._logo_t6j16_26{flex:1}._right_t6j16_117 ._nav_t6j16_5{flex:unset}._sticky_t6j16_131{position:sticky;top:0;width:100%}._container_t6j16_70{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-md);width:100%;height:100%;margin:0 auto;padding:0 var(--spacing-md)}._logo_t6j16_26{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);color:var(--color-primary);display:flex;align-items:center;justify-content:flex-start}._logo_t6j16_26 img{height:auto;width:auto}._menuToggle_t6j16_162{background:none;border:none;cursor:pointer;display:none;color:var(--color-text-primary);z-index:1100}._utilityMobile_t6j16_171{display:none}._utility_t6j16_171 a{font-size:var(--font-size-sm)}._nav_t6j16_5{display:flex;gap:var(--spacing-lg);height:100vh;transition:transform .3s ease}._linkWrapper_t6j16_186{position:relative;display:flex;align-items:center}._linkItem_t6j16_192{display:flex;align-items:center;box-sizing:border-box}._sublinkToggle_t6j16_200,._link_t6j16_186{text-decoration:none;color:var(--color-text-primary);padding:var(--spacing-sm);transition:color .3s ease;font-family:inherit;font-weight:var(--font-weight-semibold);font-size:var(--font-size-sm);box-sizing:border-box}._link_t6j16_186:hover,._sublinkToggle_t6j16_200:hover,._navItem_t6j16_217:hover{color:var(--color-primary)}._sublinkToggle_t6j16_200{background:none;border:none;display:flex;align-items:center;cursor:pointer;color:var(--color-text-primary)}._sublinks_t6j16_42{position:absolute;right:0;top:100%;background-color:var(--color-background);box-shadow:0 6px 8px #0000001a;overflow:hidden;max-height:0;min-width:100%;width:max-content;opacity:0;z-index:100;transition:max-height .3s ease,opacity .3s ease,visibility .3s ease;display:flex;visibility:hidden;flex-direction:column;align-items:flex-end;gap:var(--spacing-md);padding:var(--spacing-md);border-radius:var(--radius-md);margin-top:var(--spacing-sm);pointer-events:none}._sublinks_t6j16_42._show_t6j16_255{max-height:500px;opacity:1;pointer-events:auto;visibility:visible}._chevron_t6j16_262{transition:transform .3s ease}._sublinkToggle_t6j16_200._open_t6j16_266 ._chevron_t6j16_262{transform:rotate(180deg)}@media (max-width: 767px){._logo_t6j16_26{flex:1}._menuToggle_t6j16_162{display:flex;align-items:center;justify-content:center}._utility_t6j16_171 a:first-of-type{display:none}._utilityMobile_t6j16_171{display:block;transform:translateY(100px);position:fixed;bottom:1rem;margin:0 auto;width:100%;z-index:1001;transition:transform .3s ease-in-out}._utilityMobile_t6j16_171._open_t6j16_266{transform:translateY(0)}._nav_t6j16_5{display:none;position:fixed;top:calc(var(--nav-height) - 1px);left:0;width:100%;height:100%;background-color:var(--color-background);display:flex;flex-direction:column;align-items:flex-start;gap:var(--spacing-md);padding:var(--spacing-md);border-top:1px solid var(--color-border);z-index:1000;overflow-y:auto;transform:translate(100%)}._nav_t6j16_5._open_t6j16_266{transform:translate(0)}._linkWrapper_t6j16_186{flex-direction:column;width:100%;max-width:300px;margin:0 auto;padding:var(--spacing-sm) 0}._linkWrapper_t6j16_186._parent_t6j16_335{border-bottom:1px solid var(--color-border)}._linkWrapper_t6j16_186._parent_t6j16_335:last-of-type{border:none}._linkItem_t6j16_192{width:100%}._chevron_t6j16_262{display:none}._sublinks_t6j16_42{position:relative;top:0;box-shadow:none;max-height:fit-content;opacity:1;visibility:visible;align-items:flex-start;padding:var(--spacing-sm);gap:0;pointer-events:auto}._sublinkToggle_t6j16_200{cursor:pointer;pointer-events:none;color:var(--color-muted)}}
|
|
@@ -1,73 +1,73 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import '../../assets/index14.css';const I = "
|
|
1
|
+
import { jsx as n, jsxs as v } from "react/jsx-runtime";
|
|
2
|
+
import '../../assets/index14.css';const I = "_callToAction_14sey_1", p = "_blurred_14sey_32", m = "_content_14sey_36", b = "_blurredInverted_14sey_48", f = "_primary_14sey_65", h = "_primaryInverted_14sey_75", k = "_secondary_14sey_87", g = "_secondaryInverted_14sey_101", $ = "_link_14sey_114", A = "_linkInverted_14sey_123", T = "_underline_14sey_132", x = "_underlineInverted_14sey_141", R = "_icon_14sey_159", L = "_iconLeft_14sey_175", C = "_iconRight_14sey_179", e = {
|
|
3
3
|
callToAction: I,
|
|
4
4
|
blurred: p,
|
|
5
5
|
content: m,
|
|
6
|
-
blurredInverted:
|
|
7
|
-
primary:
|
|
8
|
-
primaryInverted:
|
|
9
|
-
secondary:
|
|
10
|
-
secondaryInverted:
|
|
11
|
-
link:
|
|
12
|
-
linkInverted:
|
|
13
|
-
underline:
|
|
14
|
-
underlineInverted:
|
|
15
|
-
icon:
|
|
16
|
-
iconLeft:
|
|
17
|
-
iconRight:
|
|
18
|
-
},
|
|
19
|
-
primary:
|
|
20
|
-
primaryInverted:
|
|
21
|
-
secondary:
|
|
22
|
-
secondaryInverted:
|
|
23
|
-
link:
|
|
24
|
-
linkInverted:
|
|
25
|
-
underline:
|
|
26
|
-
underlineInverted:
|
|
27
|
-
blurred:
|
|
28
|
-
blurredInverted:
|
|
29
|
-
},
|
|
30
|
-
left:
|
|
31
|
-
right:
|
|
6
|
+
blurredInverted: b,
|
|
7
|
+
primary: f,
|
|
8
|
+
primaryInverted: h,
|
|
9
|
+
secondary: k,
|
|
10
|
+
secondaryInverted: g,
|
|
11
|
+
link: $,
|
|
12
|
+
linkInverted: A,
|
|
13
|
+
underline: T,
|
|
14
|
+
underlineInverted: x,
|
|
15
|
+
icon: R,
|
|
16
|
+
iconLeft: L,
|
|
17
|
+
iconRight: C
|
|
18
|
+
}, d = {
|
|
19
|
+
primary: e.primary,
|
|
20
|
+
primaryInverted: e.primaryInverted,
|
|
21
|
+
secondary: e.secondary,
|
|
22
|
+
secondaryInverted: e.secondaryInverted,
|
|
23
|
+
link: e.link,
|
|
24
|
+
linkInverted: e.linkInverted,
|
|
25
|
+
underline: e.underline,
|
|
26
|
+
underlineInverted: e.underlineInverted,
|
|
27
|
+
blurred: e.blurred,
|
|
28
|
+
blurredInverted: e.blurredInverted
|
|
29
|
+
}, N = {
|
|
30
|
+
left: e.iconLeft,
|
|
31
|
+
right: e.iconRight
|
|
32
32
|
};
|
|
33
|
-
function
|
|
33
|
+
function q({
|
|
34
34
|
variant: t = "primary",
|
|
35
35
|
icon: o,
|
|
36
|
-
iconAlignemnt:
|
|
37
|
-
useRouter:
|
|
36
|
+
iconAlignemnt: l = "right",
|
|
37
|
+
useRouter: j = !1,
|
|
38
38
|
className: c,
|
|
39
39
|
children: a,
|
|
40
40
|
disabled: _ = !1,
|
|
41
41
|
...r
|
|
42
42
|
}) {
|
|
43
|
-
const
|
|
44
|
-
/* @__PURE__ */
|
|
45
|
-
o && /* @__PURE__ */
|
|
43
|
+
const s = /* @__PURE__ */ v("span", { className: `${e.content} ${N[l]}`, children: [
|
|
44
|
+
/* @__PURE__ */ n("span", { children: a }),
|
|
45
|
+
o && /* @__PURE__ */ n("span", { className: e.icon, children: o })
|
|
46
46
|
] });
|
|
47
47
|
if (r.as == "a") {
|
|
48
|
-
const { href:
|
|
49
|
-
return /* @__PURE__ */
|
|
48
|
+
const { href: y, target: i, ...u } = r;
|
|
49
|
+
return /* @__PURE__ */ n(
|
|
50
50
|
"a",
|
|
51
51
|
{
|
|
52
|
-
href:
|
|
53
|
-
target:
|
|
54
|
-
rel:
|
|
55
|
-
className: `${c ?? ""} ${
|
|
56
|
-
...
|
|
57
|
-
children:
|
|
52
|
+
href: y,
|
|
53
|
+
target: i,
|
|
54
|
+
rel: i === "_blank" ? "noopener noreferrer" : void 0,
|
|
55
|
+
className: `${c ?? ""} ${e.callToAction} ${d[t]}`,
|
|
56
|
+
...u,
|
|
57
|
+
children: s
|
|
58
58
|
}
|
|
59
59
|
);
|
|
60
60
|
}
|
|
61
|
-
return /* @__PURE__ */
|
|
61
|
+
return /* @__PURE__ */ n(
|
|
62
62
|
"button",
|
|
63
63
|
{
|
|
64
|
-
className: `${c ?? ""} ${
|
|
64
|
+
className: `${c ?? ""} ${e.callToAction} ${d[t]}`,
|
|
65
65
|
disabled: _,
|
|
66
66
|
...r,
|
|
67
|
-
children:
|
|
67
|
+
children: s
|
|
68
68
|
}
|
|
69
69
|
);
|
|
70
70
|
}
|
|
71
71
|
export {
|
|
72
|
-
|
|
72
|
+
q as CallToAction
|
|
73
73
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { useState as c, useRef as
|
|
3
|
-
import { CallToAction as
|
|
4
|
-
import { ButtonGroup as
|
|
1
|
+
import { jsx as t, jsxs as m } from "react/jsx-runtime";
|
|
2
|
+
import { useState as c, useRef as $, useCallback as d, useEffect as x } from "react";
|
|
3
|
+
import { CallToAction as C } from "../CallToAction/index.js";
|
|
4
|
+
import { ButtonGroup as E } from "../ButtonGroup/index.js";
|
|
5
5
|
import { X as V } from "../../x-CnsEH4Ox.js";
|
|
6
6
|
import { c as A } from "../../createLucideIcon-C8GTh_Qx.js";
|
|
7
7
|
import { C as G } from "../../chevron-down-DSUzBz9F.js";
|
|
@@ -15,7 +15,7 @@ const X = [
|
|
|
15
15
|
["line", { x1: "4", x2: "20", y1: "12", y2: "12", key: "1e0a9i" }],
|
|
16
16
|
["line", { x1: "4", x2: "20", y1: "6", y2: "6", key: "1owob3" }],
|
|
17
17
|
["line", { x1: "4", x2: "20", y1: "18", y2: "18", key: "yk5zj1" }]
|
|
18
|
-
], q = A("menu", X), F = "
|
|
18
|
+
], q = A("menu", X), F = "_navbar_t6j16_5", H = "_transparent_t6j16_19", J = "_nav_t6j16_5", K = "_sublinks_t6j16_42", Q = "_left_t6j16_69", U = "_container_t6j16_70", Y = "_logo_t6j16_26", Z = "_center_t6j16_89", ee = "_hidden_t6j16_95", ne = "_visible_t6j16_102", te = "_right_t6j16_117", oe = "_sticky_t6j16_131", ie = "_menuToggle_t6j16_162", se = "_utilityMobile_t6j16_171", re = "_utility_t6j16_171", le = "_linkWrapper_t6j16_186", ae = "_linkItem_t6j16_192", ce = "_sublinkToggle_t6j16_200", de = "_link_t6j16_186", ue = "_show_t6j16_255", _e = "_chevron_t6j16_262", he = "_open_t6j16_266", fe = "_parent_t6j16_335", e = {
|
|
19
19
|
navbar: F,
|
|
20
20
|
transparent: H,
|
|
21
21
|
nav: J,
|
|
@@ -26,102 +26,102 @@ const X = [
|
|
|
26
26
|
center: Z,
|
|
27
27
|
hidden: ee,
|
|
28
28
|
visible: ne,
|
|
29
|
-
right:
|
|
30
|
-
sticky:
|
|
31
|
-
menuToggle:
|
|
32
|
-
utilityMobile:
|
|
33
|
-
utility:
|
|
29
|
+
right: te,
|
|
30
|
+
sticky: oe,
|
|
31
|
+
menuToggle: ie,
|
|
32
|
+
utilityMobile: se,
|
|
33
|
+
utility: re,
|
|
34
34
|
linkWrapper: le,
|
|
35
35
|
linkItem: ae,
|
|
36
36
|
sublinkToggle: ce,
|
|
37
37
|
link: de,
|
|
38
|
-
show:
|
|
39
|
-
chevron:
|
|
40
|
-
open:
|
|
41
|
-
parent:
|
|
38
|
+
show: ue,
|
|
39
|
+
chevron: _e,
|
|
40
|
+
open: he,
|
|
41
|
+
parent: fe
|
|
42
42
|
}, me = {
|
|
43
43
|
left: e.left,
|
|
44
44
|
center: e.center,
|
|
45
45
|
right: e.right
|
|
46
46
|
};
|
|
47
|
-
function
|
|
48
|
-
logo:
|
|
49
|
-
items:
|
|
50
|
-
utilityItems:
|
|
51
|
-
isSticky:
|
|
52
|
-
isTransparent:
|
|
47
|
+
function we({
|
|
48
|
+
logo: T,
|
|
49
|
+
items: W,
|
|
50
|
+
utilityItems: r,
|
|
51
|
+
isSticky: L = !1,
|
|
52
|
+
isTransparent: M = !1,
|
|
53
53
|
alignment: p = "right",
|
|
54
|
-
className:
|
|
54
|
+
className: z
|
|
55
55
|
}) {
|
|
56
|
-
const [
|
|
56
|
+
const [s, v] = c(!1), [O, l] = c(null), [R, S] = c(0), [B, D] = c(!1), u = $(null), _ = $(null), I = () => {
|
|
57
57
|
v((n) => !n);
|
|
58
58
|
}, P = (n) => {
|
|
59
|
-
l((
|
|
60
|
-
},
|
|
61
|
-
|
|
62
|
-
}, []), b = d(() => {
|
|
63
|
-
l(null);
|
|
59
|
+
l((i) => i === n ? null : n);
|
|
60
|
+
}, b = d((n) => {
|
|
61
|
+
u.current && !u.current.contains(n.target) && l(null);
|
|
64
62
|
}, []), g = d(() => {
|
|
65
|
-
|
|
63
|
+
l(null);
|
|
66
64
|
}, []), y = d(() => {
|
|
67
|
-
|
|
68
|
-
|
|
65
|
+
k(), typeof window < "u" && window.innerWidth > 768 && (v(!1), l(null), typeof document < "u" && (document.body.style.overflow = ""));
|
|
66
|
+
}, []), k = d(() => {
|
|
67
|
+
if (_.current) {
|
|
68
|
+
const n = _.current.getBoundingClientRect().width;
|
|
69
69
|
S(n), D(!0);
|
|
70
70
|
}
|
|
71
71
|
}, []);
|
|
72
|
-
|
|
73
|
-
const n = typeof window < "u",
|
|
74
|
-
return n && (window.addEventListener("resize",
|
|
75
|
-
n && (window.removeEventListener("resize",
|
|
72
|
+
x(() => {
|
|
73
|
+
const n = typeof window < "u", i = typeof document < "u";
|
|
74
|
+
return n && (window.addEventListener("resize", y), window.addEventListener("scroll", g)), i && document.addEventListener("click", b), k(), () => {
|
|
75
|
+
n && (window.removeEventListener("resize", y), window.removeEventListener("scroll", g)), i && document.removeEventListener("click", b);
|
|
76
76
|
};
|
|
77
|
-
}, []),
|
|
77
|
+
}, []), x(() => {
|
|
78
78
|
if (typeof document < "u")
|
|
79
|
-
return document.body.style.overflow =
|
|
79
|
+
return document.body.style.overflow = s ? "hidden" : "", () => {
|
|
80
80
|
document.body.style.overflow = "";
|
|
81
81
|
};
|
|
82
|
-
}, [
|
|
83
|
-
const
|
|
84
|
-
var
|
|
85
|
-
const a = `${
|
|
82
|
+
}, [s]);
|
|
83
|
+
const j = (n, i = "") => n.map((o) => {
|
|
84
|
+
var w;
|
|
85
|
+
const a = `${i}/${o.label}`, h = O === a, f = (w = o.sublinks) == null ? void 0 : w.length;
|
|
86
86
|
return /* @__PURE__ */ m(
|
|
87
87
|
"div",
|
|
88
88
|
{
|
|
89
|
-
className: `${e.linkWrapper} ${
|
|
89
|
+
className: `${e.linkWrapper} ${i ? "" : e.parent}`,
|
|
90
90
|
children: [
|
|
91
|
-
/* @__PURE__ */
|
|
91
|
+
/* @__PURE__ */ t("div", { className: e.linkItem, children: o.href ? /* @__PURE__ */ t(
|
|
92
92
|
"a",
|
|
93
93
|
{
|
|
94
|
-
href:
|
|
94
|
+
href: o.href,
|
|
95
95
|
className: e.link,
|
|
96
|
-
target:
|
|
97
|
-
rel:
|
|
96
|
+
target: o.isExternal ? "_blank" : "_self",
|
|
97
|
+
rel: o.isExternal ? "noopener noreferrer" : void 0,
|
|
98
98
|
onClick: () => {
|
|
99
|
-
var
|
|
100
|
-
l(null), (
|
|
99
|
+
var N;
|
|
100
|
+
l(null), (N = o.onClick) == null || N.call(o);
|
|
101
101
|
},
|
|
102
102
|
role: "menuitem",
|
|
103
|
-
children:
|
|
103
|
+
children: o.label
|
|
104
104
|
}
|
|
105
105
|
) : /* @__PURE__ */ m(
|
|
106
106
|
"button",
|
|
107
107
|
{
|
|
108
|
-
"aria-haspopup":
|
|
109
|
-
"aria-expanded":
|
|
110
|
-
className: `${e.sublinkToggle} ${
|
|
108
|
+
"aria-haspopup": f ? "true" : void 0,
|
|
109
|
+
"aria-expanded": h,
|
|
110
|
+
className: `${e.sublinkToggle} ${h ? e.open : ""}`,
|
|
111
111
|
onClick: () => P(a),
|
|
112
112
|
children: [
|
|
113
|
-
|
|
114
|
-
|
|
113
|
+
o.label,
|
|
114
|
+
f && /* @__PURE__ */ t(G, { size: 21, className: e.chevron })
|
|
115
115
|
]
|
|
116
116
|
}
|
|
117
117
|
) }),
|
|
118
|
-
|
|
118
|
+
f && /* @__PURE__ */ t(
|
|
119
119
|
"div",
|
|
120
120
|
{
|
|
121
|
-
className: `${e.sublinks} ${
|
|
121
|
+
className: `${e.sublinks} ${h ? e.show : ""}`,
|
|
122
122
|
role: "menu",
|
|
123
|
-
"aria-label": `${
|
|
124
|
-
children:
|
|
123
|
+
"aria-label": `${o.label} submenu`,
|
|
124
|
+
children: j(o.sublinks, a)
|
|
125
125
|
}
|
|
126
126
|
)
|
|
127
127
|
]
|
|
@@ -129,63 +129,63 @@ function Ne({
|
|
|
129
129
|
a
|
|
130
130
|
);
|
|
131
131
|
});
|
|
132
|
-
return /* @__PURE__ */
|
|
132
|
+
return /* @__PURE__ */ t(
|
|
133
133
|
"header",
|
|
134
134
|
{
|
|
135
|
-
ref:
|
|
136
|
-
className: `${
|
|
135
|
+
ref: u,
|
|
136
|
+
className: `${z ?? ""} ${me[p]} ${e.navbar} ${L ? e.sticky : ""} ${M ? e.transparent : ""} `,
|
|
137
137
|
role: "navigation",
|
|
138
138
|
"aria-label": "Main navigation",
|
|
139
139
|
children: /* @__PURE__ */ m("div", { className: e.container, children: [
|
|
140
|
-
/* @__PURE__ */
|
|
141
|
-
/* @__PURE__ */
|
|
140
|
+
/* @__PURE__ */ t("div", { className: e.logo, children: T }),
|
|
141
|
+
/* @__PURE__ */ t(
|
|
142
142
|
"nav",
|
|
143
143
|
{
|
|
144
|
-
ref:
|
|
144
|
+
ref: _,
|
|
145
145
|
style: {
|
|
146
|
-
left: p === "center" ? `calc(50% - ${
|
|
146
|
+
left: p === "center" ? `calc(50% - ${R / 2}px)` : "unset"
|
|
147
147
|
},
|
|
148
|
-
className: `${e.nav} ${
|
|
148
|
+
className: `${e.nav} ${s ? e.open : ""} ${B ? e.visible : e.hidden}`,
|
|
149
149
|
id: "main-menu",
|
|
150
150
|
role: "menubar",
|
|
151
|
-
children:
|
|
151
|
+
children: j(W)
|
|
152
152
|
}
|
|
153
153
|
),
|
|
154
|
-
|
|
155
|
-
|
|
154
|
+
r && /* @__PURE__ */ t("nav", { className: e.utility, children: /* @__PURE__ */ t(E, { children: r.map((n, i) => /* @__PURE__ */ t(
|
|
155
|
+
C,
|
|
156
156
|
{
|
|
157
157
|
as: "a",
|
|
158
158
|
href: n.href ?? "/",
|
|
159
159
|
variant: n.variant,
|
|
160
160
|
children: n.label
|
|
161
161
|
},
|
|
162
|
-
n._id ||
|
|
162
|
+
n._id || i
|
|
163
163
|
)) }) }),
|
|
164
|
-
|
|
164
|
+
r && /* @__PURE__ */ t(
|
|
165
165
|
"nav",
|
|
166
166
|
{
|
|
167
|
-
className: `${e.utilityMobile} ${
|
|
168
|
-
children: /* @__PURE__ */
|
|
169
|
-
|
|
167
|
+
className: `${e.utilityMobile} ${s ? e.open : ""}`,
|
|
168
|
+
children: /* @__PURE__ */ t(E, { alignment: "center", children: /* @__PURE__ */ t(
|
|
169
|
+
C,
|
|
170
170
|
{
|
|
171
171
|
as: "a",
|
|
172
|
-
href:
|
|
172
|
+
href: r[0].href ?? "/",
|
|
173
173
|
variant: "secondary",
|
|
174
|
-
children:
|
|
174
|
+
children: r[0].label
|
|
175
175
|
},
|
|
176
|
-
|
|
176
|
+
r[0]._id
|
|
177
177
|
) })
|
|
178
178
|
}
|
|
179
179
|
),
|
|
180
|
-
/* @__PURE__ */
|
|
180
|
+
/* @__PURE__ */ t(
|
|
181
181
|
"button",
|
|
182
182
|
{
|
|
183
183
|
className: e.menuToggle,
|
|
184
184
|
onClick: I,
|
|
185
|
-
"aria-label":
|
|
186
|
-
"aria-expanded":
|
|
185
|
+
"aria-label": s ? "Close menu" : "Open menu",
|
|
186
|
+
"aria-expanded": s,
|
|
187
187
|
"aria-controls": "main-menu",
|
|
188
|
-
children:
|
|
188
|
+
children: s ? /* @__PURE__ */ t(V, { size: 24 }) : /* @__PURE__ */ t(q, { size: 24 })
|
|
189
189
|
}
|
|
190
190
|
)
|
|
191
191
|
] })
|
|
@@ -193,5 +193,5 @@ function Ne({
|
|
|
193
193
|
);
|
|
194
194
|
}
|
|
195
195
|
export {
|
|
196
|
-
|
|
196
|
+
we as Navbar
|
|
197
197
|
};
|
package/dist/styles.css
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
._skeleton_u21vc_1{background-color:#e0e0e0;overflow:hidden;position:relative;display:inline-block;animation:_shimmer_u21vc_1 1.5s infinite;background:linear-gradient(90deg,#e0e0e0,#f0f0f0,#e0e0e0);background-size:200% 100%}._text_u21vc_16{height:16px;width:100%;border-radius:4px}._circle_u21vc_22{border-radius:50%;aspect-ratio:1/1}._rectangle_u21vc_27{border-radius:4px}@keyframes _shimmer_u21vc_1{0%{background-position:-200%}50%{background-position:100%}to{background-position:200%}}
|
|
12
12
|
._buttonGroup_15lw8_1{display:flex;gap:var(--spacing-md)}._buttonGroup_15lw8_1>*{align-self:center;justify-content:center;width:auto}@media (max-width: 480px){._buttonGroup_15lw8_1>*{width:100%}}._left_15lw8_16{justify-content:flex-start}._center_15lw8_20{justify-content:center}._center_15lw8_20>*{align-self:center;justify-content:center}._right_15lw8_29{justify-content:flex-end}._vertical_15lw8_33{flex-direction:column}._horizontal_15lw8_37{flex-direction:row}@media (max-width: 480px){._buttonGroup_15lw8_1{flex-direction:column}}
|
|
13
13
|
._fab_1p460_1{position:fixed;bottom:var(--spacing-lg);right:var(--spacing-lg);z-index:25;background-color:var(--color-primary, #000);color:#fff;border:none;border-radius:var(--radius-full);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md);transition:background-color .25s ease-in-out}._fab_1p460_1:hover{background-color:var(--color-secondary)}._sm_1p460_22{width:40px;height:40px}._md_1p460_27{width:56px;height:56px}._lg_1p460_31{width:72px;height:72px}._bottom-right_1p460_36{bottom:var(--spacing-lg);right:var(--spacing-lg)}._bottom-left_1p460_41{bottom:var(--spacing-lg);left:var(--spacing-lg)}._top-right_1p460_46{top:var(--spacing-lg);right:var(--spacing-lg)}._top-left_1p460_51{top:var(--spacing-lg);left:var(--spacing-lg)}._disabled_1p460_56{color:var(--color-muted)}
|
|
14
|
-
.
|
|
14
|
+
._callToAction_14sey_1{display:inline-flex;justify-content:center;text-decoration:none;border-radius:var(--radius-md);font-size:var(--font-size-md);font-weight:var(--font-weight-bold);font-family:inherit;background-color:var(--color-primary);cursor:pointer;transition:background-color .25s,border-color .25s;height:40px}@media (max-width: 480px){._callToAction_14sey_1{width:100%}}._callToAction_14sey_1:focus,._callToAction_14sey_1:focus-visible{outline:4px auto -webkit-focus-ring-color}._callToAction_14sey_1:disabled{border-color:var(--color-muted);background-color:var(--color-muted);color:#e0e0e0;cursor:not-allowed}._blurred_14sey_32{-webkit-backdrop-filter:saturate(1.1) blur(1rem);backdrop-filter:saturate(1.1) blur(1rem);background-color:transparent}._blurred_14sey_32 ._content_14sey_36{background-color:rgba(var(--color-primary-rgb),1);color:#fff}._blurred_14sey_32:hover ._content_14sey_36{background-color:rgba(var(--color-primary-rgb),.8)}._blurredInverted_14sey_48{-webkit-backdrop-filter:saturate(1.1) blur(1rem);backdrop-filter:saturate(1.1) blur(1rem);background-color:transparent}._blurredInverted_14sey_48 ._content_14sey_36{background-color:#ffffff80;color:var(--color-primary)}._blurredInverted_14sey_48:hover ._content_14sey_36{background-color:rgba(var(--color-primary-rgb),1);color:#fff}._primary_14sey_65{background-color:var(--color-primary);color:#fff}._primary_14sey_65:hover{background-color:var(--color-secondary);color:#fff}._primaryInverted_14sey_75{border-color:#fff;background-color:#fff;color:var(--color-primary)}._primaryInverted_14sey_75:hover{border-color:var(--color-secondary);background-color:var(--color-secondary);color:var(--color-primary)}._secondary_14sey_87{background-color:transparent;border-color:var(--color-primary);border-width:2px;border-style:solid;color:var(--color-primary)}._secondary_14sey_87:hover{border-color:var(--color-primary);background-color:var(--color-primary);color:#fff}._secondaryInverted_14sey_101{background-color:transparent;border-color:#fff;border-width:2px;color:#fff}._secondaryInverted_14sey_101:hover{border-color:#fff;background-color:#fff;color:var(--color-primary)}._link_14sey_114{color:var(--color-link);background-color:transparent;border:none;padding:0;text-decoration:none;height:unset}._linkInverted_14sey_123{color:#fff;background-color:transparent;border:none;padding:0;text-decoration:none;height:unset}._underline_14sey_132{color:var(--color-link);background-color:transparent;border:none;padding:0;text-decoration:underline;height:unset}._underlineInverted_14sey_141{color:#fff;background-color:transparent;border:none;padding:0;text-decoration:underline;height:unset}._muted_14sey_150{color:var(--color-muted);background-color:transparent;border:none;padding:0;text-decoration:none;height:unset}._icon_14sey_159{display:inline-flex}._content_14sey_36{display:inline-flex;align-items:center;justify-content:center;flex-direction:row;gap:var(--spacing-sm);text-wrap:nowrap;border-radius:var(--radius-md);padding:var(--spacing-sm) var(--spacing-md);transition:background-color .3s ease-in-out,color .3s ease-in-out}._iconLeft_14sey_175{flex-direction:row-reverse}._iconRight_14sey_179{flex-direction:row}
|
|
15
15
|
._iconButton_e9jmu_1{display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;padding:var(--spacing-sm);border-radius:var(--radius-md);cursor:pointer;transition:background .25s ease}._iconButton_e9jmu_1:disabled{opacity:.5;cursor:not-allowed}._sm_e9jmu_18{width:32px;height:32px}._md_e9jmu_23{width:40px;height:40px}._lg_e9jmu_28{width:48px;height:48px}._default_e9jmu_33{background-color:#f0f0f0;color:#111}._muted_e9jmu_38{background-color:#bbb;color:var(--color-muted)}._accent_e9jmu_43{background-color:var(--color-primary);color:#fff}._error_e9jmu_48{background-color:var(--color-error);color:#fff}._srOnly_e9jmu_53{position:absolute;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}
|
|
16
16
|
h1,h2,h3,h4,h5,h6,._h1_1nzl1_7,._h2_1nzl1_8,._h3_1nzl1_9,._h4_1nzl1_10,._h5_1nzl1_11,._h6_1nzl1_12{line-height:var(--line-height-tight);margin-block:0 var(--spacing-md);color:var(--color-heading)}h1[class*=bg],h2[class*=bg],h3[class*=bg],h4[class*=bg],h5[class*=bg],h6[class*=bg],._h1_1nzl1_7[class*=bg],._h2_1nzl1_8[class*=bg],._h3_1nzl1_9[class*=bg],._h4_1nzl1_10[class*=bg],._h5_1nzl1_11[class*=bg],._h6_1nzl1_12[class*=bg]{padding:var(--spacing-sm) var(--spacing-md);border-radius:var(--radius-md)}h1,._h1_1nzl1_7{font-size:var(--font-size-h1);font-weight:var(--font-weight-bold);margin-block:0 var(--spacing-sm)}h2,._h2_1nzl1_8{font-size:var(--font-size-h2);font-weight:var(--font-weight-bold);margin-block:0 var(--spacing-sm)}h3,._h3_1nzl1_9{font-size:var(--font-size-h3);font-weight:var(--font-weight-semibold);margin-block:0 var(--spacing-sm)}h4,._h4_1nzl1_10{font-size:var(--font-size-h4);font-weight:var(--font-weight-semibold);margin-block:0 var(--spacing-sm)}h5,._h5_1nzl1_11{font-size:var(--font-size-h5);font-weight:var(--font-weight-medium);margin-block:var(--spacing-xs)}h6,._h6_1nzl1_12{font-size:var(--font-size-h6);font-weight:var(--font-weight-medium);margin-block:var(--spacing-xs)}
|
|
17
17
|
._grid_10mi0_1{display:grid;width:100%;gap:var(--spacing-md, 1rem);grid-template-columns:var(--xs-columns, repeat(1, 1fr));grid-auto-rows:auto 1fr}@media (min-width: 480px){._grid_10mi0_1{grid-template-columns:var(--sm-columns, var(--xs-columns));grid-auto-rows:auto 1fr}}@media (min-width: 768px){._grid_10mi0_1{grid-template-columns:var(--md-columns, var(--sm-columns));grid-auto-rows:1fr}}@media (min-width: 1024px){._grid_10mi0_1{grid-template-columns:var(--lg-columns, var(--md-columns))}}@media (min-width: 1280px){._grid_10mi0_1{grid-template-columns:var(--xl-columns, var(--lg-columns))}}@media (min-width: 1536px){._grid_10mi0_1{grid-template-columns:var(--2xl-columns, var(--xl-columns))}}
|
|
@@ -43,6 +43,6 @@ ul._list_4w9h5_1{list-style-type:none;padding:0;margin:0}ol._list_4w9h5_1{list-s
|
|
|
43
43
|
._wrapper_13tha_1{display:flex;flex-direction:column;position:relative}._input_13tha_7{padding:var(--spacing-sm) var(--spacing-sm);border:2px solid var(--color-border, #ccc);border-radius:var(--radius-md);font-size:var(--font-size-md);outline:none;background-color:var(--color-background);color:var(--color-text-primary)}._input_13tha_7::placeholder{color:var(--color-muted)}._input_13tha_7:focus{border-color:var(--color-primary)}._popover_13tha_25{position:absolute;top:100%;left:0;z-index:10;border-radius:var(--radius-md);background-color:var(--color-background);border:1px solid var(--color-border);margin-top:var(--spacing-xs)}
|
|
44
44
|
._wrapper_7toxm_1{display:flex;flex-direction:column;gap:var(--spacing-sm)}._trackContainer_7toxm_7{display:flex;align-items:center;gap:var(--spacing-sm)}._track_7toxm_7{flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:4px;background-color:var(--color-muted);border-radius:4px;outline:none}._track_7toxm_7::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;background-color:var(--color-primary);border-radius:var(--radius-full);cursor:pointer;border:none}._track_7toxm_7::-moz-range-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;background-color:var(--color-primary);border-radius:var(--radius-full);cursor:pointer;border:none}._value_7toxm_44{width:2rem;text-align:right;font-size:var(--font-size-sm);font-weight:var(--font-weight-bold);color:var(--color-primary)}._error_7toxm_52{color:var(--color-error)}._errorMessage_7toxm_56{font-size:var(--font-size-sm);color:var(--color-error)}
|
|
45
45
|
._wrapper_s8dew_1{display:flex;flex-direction:column;gap:var(--spacing-sm)}._dropZone_s8dew_7{border:2px dashed var(--color-border);border-radius:var(--radius-md);padding:var(--spacing-xl);text-align:center;cursor:pointer;background-color:var(--color-background);transition:background-color .3s ease}._dropZone_s8dew_7 p{color:var(--color-text-primary)}._dropZone_s8dew_7:hover{background-color:var(--color-background)}._dragging_s8dew_25{background-color:var(--color-primary);border-color:var(--color-primary)}._input_s8dew_30{display:none}._fileList_s8dew_34{display:flex;flex-direction:column;gap:var(--spacing-sm);margin-top:var(--spacing-md);list-style:none;padding:0}._fileList_s8dew_34 li{color:var(--color-text-primary);display:flex;align-items:center;gap:var(--spacing-sm)}._fileList_s8dew_34 li button{cursor:pointer}
|
|
46
|
-
:root{--nav-height: 65px}.
|
|
46
|
+
:root{--nav-height: 65px}._navbar_t6j16_5{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;background-color:var(--color-background);padding:0 var(--spacing-md);position:relative;z-index:1000;height:var(--nav-height)}._transparent_t6j16_19{position:fixed;top:var(--spacing-sm);left:0;right:0;background-color:transparent}._transparent_t6j16_19 ._nav_t6j16_5{background:#ffffff80;backdrop-filter:saturate(1.1) blur(1rem);-webkit-backdrop-filter:saturate(1.1) blur(1rem);height:auto;border-radius:var(--radius-full);padding:0 var(--spacing-md)}._transparent_t6j16_19 ._nav_t6j16_5 ._sublinks_t6j16_42{background-color:transparent}._transparent_t6j16_19 ._nav_t6j16_5 ._sublinks_t6j16_42:before{content:"";background:#ffffff80;backdrop-filter:saturate(1.1) blur(1rem);-webkit-backdrop-filter:saturate(1.1) blur(1rem);width:100%;height:100%;position:absolute;top:0;left:0;right:0}@media (max-width: 767px){._transparent_t6j16_19 ._nav_t6j16_5{padding:0;background:#fffffff2;border-radius:0;left:0!important;height:100vh}}._left_t6j16_69 ._container_t6j16_70{justify-content:flex-start}._left_t6j16_69 ._logo_t6j16_26{flex:unset}._left_t6j16_69 ._nav_t6j16_5{flex:1}@media (max-width: 767px){._left_t6j16_69 ._logo_t6j16_26{flex:1}}._center_t6j16_89 ._nav_t6j16_5{position:absolute;transition:transform .3s ease-in-out,opacity .3s ease-in-out;will-change:transform,opacity}._center_t6j16_89 ._nav_t6j16_5._hidden_t6j16_95{transform:translateY(-100%);opacity:0;pointer-events:none}@media (min-width: 768px){._center_t6j16_89 ._nav_t6j16_5._visible_t6j16_102{transform:translateY(0);opacity:1;pointer-events:auto}}@media (max-width: 767px){._center_t6j16_89 ._logo_t6j16_26{flex:1}}._right_t6j16_117 ._container_t6j16_70{justify-content:flex-end}._right_t6j16_117 ._logo_t6j16_26{flex:1}._right_t6j16_117 ._nav_t6j16_5{flex:unset}._sticky_t6j16_131{position:sticky;top:0;width:100%}._container_t6j16_70{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-md);width:100%;height:100%;margin:0 auto;padding:0 var(--spacing-md)}._logo_t6j16_26{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);color:var(--color-primary);display:flex;align-items:center;justify-content:flex-start}._logo_t6j16_26 img{height:auto;width:auto}._menuToggle_t6j16_162{background:none;border:none;cursor:pointer;display:none;color:var(--color-text-primary);z-index:1100}._utilityMobile_t6j16_171{display:none}._utility_t6j16_171 a{font-size:var(--font-size-sm)}._nav_t6j16_5{display:flex;gap:var(--spacing-lg);height:100vh;transition:transform .3s ease}._linkWrapper_t6j16_186{position:relative;display:flex;align-items:center}._linkItem_t6j16_192{display:flex;align-items:center;box-sizing:border-box}._sublinkToggle_t6j16_200,._link_t6j16_186{text-decoration:none;color:var(--color-text-primary);padding:var(--spacing-sm);transition:color .3s ease;font-family:inherit;font-weight:var(--font-weight-semibold);font-size:var(--font-size-sm);box-sizing:border-box}._link_t6j16_186:hover,._sublinkToggle_t6j16_200:hover,._navItem_t6j16_217:hover{color:var(--color-primary)}._sublinkToggle_t6j16_200{background:none;border:none;display:flex;align-items:center;cursor:pointer;color:var(--color-text-primary)}._sublinks_t6j16_42{position:absolute;right:0;top:100%;background-color:var(--color-background);box-shadow:0 6px 8px #0000001a;overflow:hidden;max-height:0;min-width:100%;width:max-content;opacity:0;z-index:100;transition:max-height .3s ease,opacity .3s ease,visibility .3s ease;display:flex;visibility:hidden;flex-direction:column;align-items:flex-end;gap:var(--spacing-md);padding:var(--spacing-md);border-radius:var(--radius-md);margin-top:var(--spacing-sm);pointer-events:none}._sublinks_t6j16_42._show_t6j16_255{max-height:500px;opacity:1;pointer-events:auto;visibility:visible}._chevron_t6j16_262{transition:transform .3s ease}._sublinkToggle_t6j16_200._open_t6j16_266 ._chevron_t6j16_262{transform:rotate(180deg)}@media (max-width: 767px){._logo_t6j16_26{flex:1}._menuToggle_t6j16_162{display:flex;align-items:center;justify-content:center}._utility_t6j16_171 a:first-of-type{display:none}._utilityMobile_t6j16_171{display:block;transform:translateY(100px);position:fixed;bottom:1rem;margin:0 auto;width:100%;z-index:1001;transition:transform .3s ease-in-out}._utilityMobile_t6j16_171._open_t6j16_266{transform:translateY(0)}._nav_t6j16_5{display:none;position:fixed;top:calc(var(--nav-height) - 1px);left:0;width:100%;height:100%;background-color:var(--color-background);display:flex;flex-direction:column;align-items:flex-start;gap:var(--spacing-md);padding:var(--spacing-md);border-top:1px solid var(--color-border);z-index:1000;overflow-y:auto;transform:translate(100%)}._nav_t6j16_5._open_t6j16_266{transform:translate(0)}._linkWrapper_t6j16_186{flex-direction:column;width:100%;max-width:300px;margin:0 auto;padding:var(--spacing-sm) 0}._linkWrapper_t6j16_186._parent_t6j16_335{border-bottom:1px solid var(--color-border)}._linkWrapper_t6j16_186._parent_t6j16_335:last-of-type{border:none}._linkItem_t6j16_192{width:100%}._chevron_t6j16_262{display:none}._sublinks_t6j16_42{position:relative;top:0;box-shadow:none;max-height:fit-content;opacity:1;visibility:visible;align-items:flex-start;padding:var(--spacing-sm);gap:0;pointer-events:auto}._sublinkToggle_t6j16_200{cursor:pointer;pointer-events:none;color:var(--color-muted)}}
|
|
47
47
|
._label_15ngo_1{font-weight:var(--font-weight-semibold);margin-bottom:var(--spacing-xs)}._text_15ngo_6{display:inline-flex;align-items:center;gap:var(--spacing-xs)}._sm_15ngo_13{font-size:.75rem}._md_15ngo_17{font-size:.875rem}._lg_15ngo_21{font-size:1rem}._default_15ngo_26{color:var(--color-text-primary)}._muted_15ngo_30{color:var(--color-muted)}._accent_15ngo_34{color:var(--color-primary)}._disabled_15ngo_38{color:var(--color-muted)}._error_15ngo_42{color:var(--color-error)}._required_15ngo_47{color:var(--color-error);margin-left:.25rem}._optional_15ngo_52{color:var(--color-muted);font-style:italic;margin-left:.25rem}._srOnly_15ngo_58{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}._icon_15ngo_71{line-height:0;margin-left:var(--spacing-xs)}._tooltipWrapper_15ngo_77{position:relative;display:inline-flex;align-items:center}._tooltipIcon_15ngo_83{line-height:0;font-size:var(--font-size-md);cursor:help;margin-left:var(--spacing-xs);color:var(--color-muted)}._tooltipText_15ngo_91{visibility:hidden;background-color:#111;color:#fff;text-align:center;padding:var(--spacing-xs) var(--spacing-sm);border-radius:var(--radius-md);position:absolute;z-index:10;bottom:125%;left:50%;transform:translate(-50%);font-size:var(--font-size-xs);white-space:nowrap;opacity:0;transition:opacity .2s ease}._tooltipWrapper_15ngo_77:hover ._tooltipText_15ngo_91,._tooltipWrapper_15ngo_77:focus-within ._tooltipText_15ngo_91{visibility:visible;opacity:1}
|
|
48
48
|
._calendar_zbxci_1{padding:var(--spacing-sm);border-radius:var(--radius-md);min-width:250px}._header_zbxci_7{display:flex;justify-content:space-between;margin-bottom:var(--spacing-sm)}._dayName_zbxci_13{font-weight:var(--font-weight-semibold);color:var(--color-text-primary);width:30px;text-align:center;flex:1;font-size:var(--font-size-sm)}._monthName_zbxci_23{font-weight:var(--font-weight-bold);color:var(--color-text-primary)}._week_zbxci_28{display:flex;justify-content:space-between;color:var(--color-text-primary)}._cell_zbxci_34{flex:1;padding:var(--spacing-xs) 0;text-align:center;background:none;color:var(--color-text-primary);border:none;cursor:pointer;width:30px}._outside_zbxci_45{color:var(--color-muted)}._selected_zbxci_49{background-color:var(--color-primary);color:#fff;border-radius:var(--radius-md)}
|