quirk-ui 0.0.197 → 0.0.199
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/index45.css +1 -1
- package/dist/assets/index47.css +1 -1
- package/dist/components/Footer/index.js +91 -102
- package/dist/components/NavBar/index.js +130 -128
- package/dist/external-link-BOPobeQJ.js +15 -0
- package/dist/lib/components/Footer/index.d.ts +1 -12
- package/dist/lib/components/NavBar/index.d.ts +1 -0
- package/dist/styles.css +2 -2
- package/package.json +1 -1
package/dist/assets/index45.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--nav-height: 65px}.
|
|
1
|
+
:root{--nav-height: 65px}._navbar_1do0i_5{position:relative;height:var(--nav-height)}._left_1do0i_18 ._container_1do0i_19{justify-content:flex-start}._left_1do0i_18 ._logo_1do0i_23{flex:unset}._left_1do0i_18 ._nav_1do0i_5{flex:1}@media (max-width: 767px){._left_1do0i_18 ._logo_1do0i_23{flex:1}}._center_1do0i_38 ._nav_1do0i_5{transition:transform .3s ease-in-out,opacity .3s ease-in-out;will-change:transform,opacity}._center_1do0i_38 ._nav_1do0i_5._hidden_1do0i_44{transform:translateY(-100%);opacity:0;pointer-events:none}@media (min-width: 768px){._center_1do0i_38 ._nav_1do0i_5._visible_1do0i_51{transform:translateY(0);opacity:1;pointer-events:auto}}@media (max-width: 767px){._center_1do0i_38 ._logo_1do0i_23{flex:1}}._right_1do0i_66 ._container_1do0i_19{justify-content:flex-end}._right_1do0i_66 ._logo_1do0i_23,._right_1do0i_66 ._title_1do0i_72{flex:1}._right_1do0i_66 ._nav_1do0i_5{flex:unset}._default_1do0i_81 ._sublinks_1do0i_82{position:fixed;left:0;right:0;top:100%;padding-top:1rem}@media (max-width: 767px){._default_1do0i_81 ._sublinks_1do0i_82{position:relative}}._default_1do0i_81 ._sublinksInner_1do0i_94{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:calc(100vw - 4rem);width:78rem;min-height:24rem}@media (max-width: 767px){._default_1do0i_81 ._sublinksInner_1do0i_94{grid-template-columns:1fr;width:auto;min-height:unset}}._default_1do0i_81 ._linkItem_1do0i_108{justify-content:flex-start}._minimal_1do0i_113{left:0;background-color:#fff}._minimal_1do0i_113 ._menuToggle_1do0i_117{grid-area:unset}._minimal_1do0i_113 ._linkWrapper_1do0i_121{position:relative}._minimal_1do0i_113 ._sublinks_1do0i_82{position:absolute;right:0;width:auto}@media (max-width: 767px){._minimal_1do0i_113 ._sublinks_1do0i_82{position:relative;justify-content:center;align-items:center}}._minimal_1do0i_113 ._sublinksInner_1do0i_94{display:flex;flex-direction:column;min-width:125px;justify-content:flex-end;align-items:flex-end}@media (max-width: 767px){._minimal_1do0i_113 ._sublinksInner_1do0i_94{justify-content:center;align-items:center}}._minimal_1do0i_113 ._linkItem_1do0i_108{justify-content:flex-end}@media (max-width: 767px){._minimal_1do0i_113 ._linkItem_1do0i_108{justify-content:center;align-items:center}}._minimal_1do0i_113 ._triangle_1do0i_159{display:none}._transparent_1do0i_164{background-color:transparent}._transparent_1do0i_164 ._nav_1do0i_5{height:auto;border-radius:var(--radius-full);padding:0 var(--spacing-md);z-index:1001;background:#ffffff80;backdrop-filter:saturate(1.1) blur(1rem);-webkit-backdrop-filter:saturate(1.1) blur(1rem)}@media (max-width: 767px){._transparent_1do0i_164 ._nav_1do0i_5{padding:var(--nav-height) 0 0;background:#fffffff2;border-radius:0;top:0!important;left:0!important;height:100vh}._transparent_1do0i_164 ._nav_1do0i_5:before{border-radius:0}}._transparent_1do0i_164 ._menuToggle_1do0i_117:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#ffffff80;backdrop-filter:saturate(1.1) blur(1rem);-webkit-backdrop-filter:saturate(1.1) blur(1rem);border-radius:var(--radius-md)}._sticky_1do0i_216{position:fixed;top:var(--spacing-md);left:0;right:0;z-index:1000;width:100%}._container_1do0i_19{display:grid;align-items:center;grid-template-areas:"first second third";grid-template-columns:minmax(auto,1fr) auto minmax(auto,1fr);grid-gap:var(--spacing-md);width:100%;max-width:var(--layout-width);height:100%;margin:0 auto;padding:0 var(--spacing-lg);position:relative}@media (max-width: 767px){._container_1do0i_19{grid-template-areas:"first second third fourth"}}._container_1do0i_19._twoColumn_1do0i_245{grid-template-columns:minmax(auto,1fr) auto;grid-template-areas:"first second"}._title_1do0i_72{grid-area:first;color:var(--color-text-primary);font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold)}._logo_1do0i_23{grid-area:first;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;position:relative;z-index:1005}._logo_1do0i_23 img{height:auto;width:auto}._menuToggle_1do0i_117{grid-area:fourth;background:none;border:none;cursor:pointer;display:none;color:var(--color-text-primary);z-index:1100;position:relative;width:40px;height:40px}._menuToggle_1do0i_117 svg{position:relative;z-index:5}._utilityMobile_1do0i_292{display:none;grid-area:third;justify-content:flex-end}._utility_1do0i_292{grid-area:third;display:flex;justify-content:flex-end}._utility_1do0i_292 a{font-size:var(--font-size-sm)}._nav_1do0i_5{grid-area:second;display:grid;grid-template-columns:minmax(auto,1fr) auto;grid-gap:var(--spacing-sm);transition:transform .3s ease}@media (max-width: 767px){._nav_1do0i_5{height:100vh}}._navInner_1do0i_320{position:relative}@media (max-width: 767px){._navInner_1do0i_320{margin:var(--spacing-xl) auto 0;min-width:300px}}._grid_1do0i_329{display:grid;align-items:center;grid-auto-flow:column}@media (max-width: 767px){._grid_1do0i_329{display:flex;flex-direction:column}}._linkItem_1do0i_108{display:flex;align-items:center;box-sizing:border-box}._sublinkToggle_1do0i_354,._link_1do0i_108{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;display:flex;align-items:center;gap:var(--spacing-xs)}._sublinkToggle_1do0i_354 ._newTabIcon_1do0i_369,._link_1do0i_108 ._newTabIcon_1do0i_369{color:var(--color-muted);transition:color .3s ease-in-out}._link_1do0i_108:hover,._sublinkToggle_1do0i_354:hover,._sublinkToggle_1do0i_354._open_1do0i_377,._link_1do0i_108:hover ._newTabIcon_1do0i_369,._sublinkToggle_1do0i_354:hover ._newTabIcon_1do0i_369,._sublinkToggle_1do0i_354._open_1do0i_377 ._newTabIcon_1do0i_369,._navItem_1do0i_385:hover{color:var(--color-primary)}._sublinkToggle_1do0i_354{background:none;border:none;display:flex;align-items:center;cursor:pointer;color:var(--color-text-primary)}._sublinks_1do0i_82{display:flex;justify-content:center;opacity:0;visibility:hidden;z-index:1000;transition:transform .3s ease-in-out,max-height .3s ease,opacity .3s ease,visibility .3s ease}._sublinks_1do0i_82._show_1do0i_432{max-height:500px;opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}._triangle_1do0i_159{visibility:hidden;opacity:0;position:absolute;top:calc(100% + .5rem);transform:translate(-50%);z-index:10;pointer-events:none;transition:top .3s ease-in-out,left .3s ease-in-out,visbility .3s ease-in-out,opacity .3s ease-in-out}._triangle_1do0i_159._show_1do0i_432{top:calc(100% + .3rem);opacity:1;visibility:visible}._sublinksInner_1do0i_94{background-color:var(--color-background);box-shadow:0 6px 8px #0000001a;border-radius:var(--radius-md)}@media (max-width: 767px){._sublinksInner_1do0i_94{display:flex;flex-direction:column;width:unset;max-width:unset;min-height:unset;background-color:unset;box-shadow:unset;border-radius:unset}}._sublinksColumn_1do0i_480{display:flex;flex-direction:column;padding:var(--spacing-md)}@media (max-width: 767px){._sublinksColumn_1do0i_480{padding:0}}._chevron_1do0i_490{transition:transform .3s ease;display:flex;align-items:center;justify-content:center;margin-top:2px}._sublinkToggle_1do0i_354._open_1do0i_377 ._chevron_1do0i_490{transform:rotate(180deg)}@media (max-width: 767px){._logo_1do0i_23{flex:1}._menuToggle_1do0i_117{display:flex;align-items:center;justify-content:center}._utility_1do0i_292 a:not(._utility_1do0i_292 a:first-of-type){display:none}._utilityMobile_1do0i_292{display:block;transform:translateY(100px);position:fixed;bottom:1rem;left:0;right:0;margin:0 auto;width:calc(100% - 2rem);z-index:1001;transition:transform .3s ease-in-out}._utilityMobile_1do0i_292._open_1do0i_377{transform:translateY(0)}._nav_1do0i_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_1do0i_5._open_1do0i_377{transform:translate(0)}._linkWrapper_1do0i_121{flex-direction:column;width:100%;max-width:300px;margin:0 auto;padding:var(--spacing-sm) 0}._linkWrapper_1do0i_121._parent_1do0i_569{border-bottom:1px solid var(--color-border)}._linkWrapper_1do0i_121._parent_1do0i_569:last-of-type{border:none}._linkItem_1do0i_108{width:100%}._chevron_1do0i_490{display:none}._sublinks_1do0i_82{position:relative;top:0;box-shadow:none;max-height:fit-content;opacity:1;visibility:visible;align-items:flex-start;justify-content:flex-start;padding:var(--spacing-sm);gap:0;pointer-events:auto}._sublinkToggle_1do0i_354{cursor:pointer;pointer-events:none;color:var(--color-muted)}}
|
package/dist/assets/index47.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._footer_1huvr_1{background-color:var(--color-background);padding:var(--spacing-xl) var(--spacing-md);font-size:var(--font-size-sm);color:var(--color-text-primary)}._container_1huvr_8{display:flex;flex-direction:column;align-items:flex-start;gap:2rem}._utilityImage_1huvr_17{width:100%}._primaryNav_1huvr_21{display:flex;gap:var(--spacing-xl)}@media (max-width: 767px){._primaryNav_1huvr_21{flex-direction:column}}._secondaryNav_1huvr_30{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;width:100%;gap:var(--spacing-xl);margin-top:var(--spacing-xl)}._secondaryNav_1huvr_30 a:has(img){height:unset;background-color:transparent}._secondaryNav_1huvr_30 a:has(img) img{width:175px;height:auto}._secondaryNav_1huvr_30 a:has(img):hover{background-color:transparent}@media (max-width: 480px){._secondaryNav_1huvr_30{flex-direction:column-reverse}._secondaryNav_1huvr_30 nav{width:100%}}._details_1huvr_62{flex-basis:200px;display:flex;flex-direction:column;gap:var(--spacing-lg)}._nav_1huvr_69{display:flex;flex-direction:row;align-items:flex-start;gap:var(--spacing-lg);flex:1}._logo_1huvr_77{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);color:var(--color-primary)}._socialItems_1huvr_83{display:flex;align-items:center;justify-content:flex-start;gap:var(--spacing-md)}._socialItems_1huvr_83 ._group_1huvr_90{min-width:unset}._socialItems_1huvr_83 a{transition:color .3s ease-in-out;font-size:var(--font-size-xl)}._groups_1huvr_99{display:flex;flex-wrap:wrap;gap:var(--spacing-xl)}._group_1huvr_90{min-width:140px}._groupTitle_1huvr_109{font-weight:var(--font-weight-semibold);margin-bottom:var(--spacing-xs)}._sublinks_1huvr_114{position:relative;display:flex;flex-direction:column;gap:var(--spacing-sm);margin-top:var(--spacing-md)}._linkList_1huvr_122{display:flex;flex-direction:column;gap:var(--spacing-xs);list-style:none;padding:0;margin:0}._link_1huvr_122{color:var(--color-text-primary);text-decoration:none;display:block;transition:color .3s ease-in-out;display:flex;align-items:center;gap:var(--spacing-xs)}._link_1huvr_122 ._newTabIcon_1huvr_140{color:var(--color-muted);transition:color .3s ease-in-out}._link_1huvr_122:hover,._link_1huvr_122:hover ._newTabIcon_1huvr_140{color:var(--color-primary)}._bottom_1huvr_154{text-align:left;font-size:var(--font-size-sm);color:var(--color-muted)}._left_1huvr_161 ._container_1huvr_8{justify-content:flex-start}._left_1huvr_161 ._logo_1huvr_77{flex:unset}._left_1huvr_161 ._nav_1huvr_69{flex:1}@media (max-width: 767px){._left_1huvr_161 ._logo_1huvr_77{flex:1}}._center_1huvr_181 ._nav_1huvr_69{transition:transform .3s ease-in-out,opacity .3s ease-in-out;will-change:transform,opacity}._center_1huvr_181 ._nav_1huvr_69._hidden_1huvr_187{transform:translateY(-100%);opacity:0;pointer-events:none}@media (min-width: 768px){._center_1huvr_181 ._nav_1huvr_69._visible_1huvr_194{transform:translateY(0);opacity:1;pointer-events:auto}}@media (max-width: 767px){._center_1huvr_181 ._logo_1huvr_77{flex:1}}._right_1huvr_209 ._container_1huvr_8{justify-content:flex-end}._right_1huvr_209 ._logo_1huvr_77,._right_1huvr_209 ._title_1huvr_215{flex:1}._right_1huvr_209 ._nav_1huvr_69{flex:unset}
|
|
@@ -1,29 +1,18 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as i, jsxs as m } from "react/jsx-runtime";
|
|
2
2
|
import { CallToAction as C } from "../CallToAction/index.js";
|
|
3
|
-
import { ButtonGroup as
|
|
3
|
+
import { ButtonGroup as E } from "../ButtonGroup/index.js";
|
|
4
4
|
import d from "react";
|
|
5
|
-
import {
|
|
6
|
-
import '../../assets/index47.css'
|
|
7
|
-
* @license lucide-react v0.488.0 - ISC
|
|
8
|
-
*
|
|
9
|
-
* This source code is licensed under the ISC license.
|
|
10
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
11
|
-
*/
|
|
12
|
-
const M = [
|
|
13
|
-
["path", { d: "M15 3h6v6", key: "1q9fwt" }],
|
|
14
|
-
["path", { d: "M10 14 21 3", key: "gplh6r" }],
|
|
15
|
-
["path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6", key: "a6xqqp" }]
|
|
16
|
-
], L = E("external-link", M);
|
|
17
|
-
var I = {
|
|
5
|
+
import { E as V } from "../../external-link-BOPobeQJ.js";
|
|
6
|
+
import '../../assets/index47.css';var x = {
|
|
18
7
|
color: void 0,
|
|
19
8
|
size: void 0,
|
|
20
9
|
className: void 0,
|
|
21
10
|
style: void 0,
|
|
22
11
|
attr: void 0
|
|
23
|
-
},
|
|
24
|
-
function
|
|
12
|
+
}, j = d.createContext && /* @__PURE__ */ d.createContext(x), L = ["attr", "size", "title"];
|
|
13
|
+
function $(e, t) {
|
|
25
14
|
if (e == null) return {};
|
|
26
|
-
var r =
|
|
15
|
+
var r = F(e, t), a, l;
|
|
27
16
|
if (Object.getOwnPropertySymbols) {
|
|
28
17
|
var u = Object.getOwnPropertySymbols(e);
|
|
29
18
|
for (l = 0; l < u.length; l++)
|
|
@@ -31,7 +20,7 @@ function F(e, t) {
|
|
|
31
20
|
}
|
|
32
21
|
return r;
|
|
33
22
|
}
|
|
34
|
-
function
|
|
23
|
+
function F(e, t) {
|
|
35
24
|
if (e == null) return {};
|
|
36
25
|
var r = {};
|
|
37
26
|
for (var a in e)
|
|
@@ -41,17 +30,17 @@ function k(e, t) {
|
|
|
41
30
|
}
|
|
42
31
|
return r;
|
|
43
32
|
}
|
|
44
|
-
function
|
|
45
|
-
return
|
|
33
|
+
function p() {
|
|
34
|
+
return p = Object.assign ? Object.assign.bind() : function(e) {
|
|
46
35
|
for (var t = 1; t < arguments.length; t++) {
|
|
47
36
|
var r = arguments[t];
|
|
48
37
|
for (var a in r)
|
|
49
38
|
Object.prototype.hasOwnProperty.call(r, a) && (e[a] = r[a]);
|
|
50
39
|
}
|
|
51
40
|
return e;
|
|
52
|
-
},
|
|
41
|
+
}, p.apply(this, arguments);
|
|
53
42
|
}
|
|
54
|
-
function
|
|
43
|
+
function P(e, t) {
|
|
55
44
|
var r = Object.keys(e);
|
|
56
45
|
if (Object.getOwnPropertySymbols) {
|
|
57
46
|
var a = Object.getOwnPropertySymbols(e);
|
|
@@ -64,18 +53,18 @@ function x(e, t) {
|
|
|
64
53
|
function b(e) {
|
|
65
54
|
for (var t = 1; t < arguments.length; t++) {
|
|
66
55
|
var r = arguments[t] != null ? arguments[t] : {};
|
|
67
|
-
t % 2 ?
|
|
68
|
-
|
|
69
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) :
|
|
56
|
+
t % 2 ? P(Object(r), !0).forEach(function(a) {
|
|
57
|
+
M(e, a, r[a]);
|
|
58
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : P(Object(r)).forEach(function(a) {
|
|
70
59
|
Object.defineProperty(e, a, Object.getOwnPropertyDescriptor(r, a));
|
|
71
60
|
});
|
|
72
61
|
}
|
|
73
62
|
return e;
|
|
74
63
|
}
|
|
75
|
-
function
|
|
76
|
-
return t =
|
|
64
|
+
function M(e, t, r) {
|
|
65
|
+
return t = B(t), t in e ? Object.defineProperty(e, t, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = r, e;
|
|
77
66
|
}
|
|
78
|
-
function
|
|
67
|
+
function B(e) {
|
|
79
68
|
var t = D(e, "string");
|
|
80
69
|
return typeof t == "symbol" ? t : t + "";
|
|
81
70
|
}
|
|
@@ -89,28 +78,28 @@ function D(e, t) {
|
|
|
89
78
|
}
|
|
90
79
|
return (t === "string" ? String : Number)(e);
|
|
91
80
|
}
|
|
92
|
-
function
|
|
81
|
+
function I(e) {
|
|
93
82
|
return e && e.map((t, r) => /* @__PURE__ */ d.createElement(t.tag, b({
|
|
94
83
|
key: r
|
|
95
|
-
}, t.attr),
|
|
84
|
+
}, t.attr), I(t.child)));
|
|
96
85
|
}
|
|
97
86
|
function h(e) {
|
|
98
|
-
return (t) => /* @__PURE__ */ d.createElement(
|
|
87
|
+
return (t) => /* @__PURE__ */ d.createElement(H, p({
|
|
99
88
|
attr: b({}, e.attr)
|
|
100
|
-
}, t),
|
|
89
|
+
}, t), I(e.child));
|
|
101
90
|
}
|
|
102
|
-
function
|
|
91
|
+
function H(e) {
|
|
103
92
|
var t = (r) => {
|
|
104
93
|
var {
|
|
105
94
|
attr: a,
|
|
106
95
|
size: l,
|
|
107
96
|
title: u
|
|
108
|
-
} = e,
|
|
109
|
-
return r.className && (s = r.className), e.className && (s = (s ? s + " " : "") + e.className), /* @__PURE__ */ d.createElement("svg",
|
|
97
|
+
} = e, v = $(e, L), f = l || r.size || "1em", s;
|
|
98
|
+
return r.className && (s = r.className), e.className && (s = (s ? s + " " : "") + e.className), /* @__PURE__ */ d.createElement("svg", p({
|
|
110
99
|
stroke: "currentColor",
|
|
111
100
|
fill: "currentColor",
|
|
112
101
|
strokeWidth: "0"
|
|
113
|
-
}, r.attr, a,
|
|
102
|
+
}, r.attr, a, v, {
|
|
114
103
|
className: s,
|
|
115
104
|
style: b(b({
|
|
116
105
|
color: e.color || r.color
|
|
@@ -120,46 +109,46 @@ function A(e) {
|
|
|
120
109
|
xmlns: "http://www.w3.org/2000/svg"
|
|
121
110
|
}), u && /* @__PURE__ */ d.createElement("title", null, u), e.children);
|
|
122
111
|
};
|
|
123
|
-
return
|
|
112
|
+
return j !== void 0 ? /* @__PURE__ */ d.createElement(j.Consumer, null, (r) => t(r)) : t(x);
|
|
124
113
|
}
|
|
125
|
-
function
|
|
114
|
+
function A(e) {
|
|
126
115
|
return h({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M512 256C512 114.6 397.4 0 256 0S0 114.6 0 256C0 376 82.7 476.8 194.2 504.5V334.2H141.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H287V510.1C413.8 494.8 512 386.9 512 256h0z" }, child: [] }] })(e);
|
|
127
116
|
}
|
|
128
|
-
function
|
|
117
|
+
function W(e) {
|
|
129
118
|
return h({ attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" }, child: [] }] })(e);
|
|
130
119
|
}
|
|
131
|
-
function
|
|
120
|
+
function k(e) {
|
|
132
121
|
return h({ attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z" }, child: [] }] })(e);
|
|
133
122
|
}
|
|
134
|
-
function
|
|
123
|
+
function G(e) {
|
|
135
124
|
return h({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" }, child: [] }] })(e);
|
|
136
125
|
}
|
|
137
|
-
function
|
|
126
|
+
function K(e) {
|
|
138
127
|
return h({ attr: { viewBox: "0 0 576 512" }, child: [{ tag: "path", attr: { d: "M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" }, child: [] }] })(e);
|
|
139
128
|
}
|
|
140
|
-
const
|
|
141
|
-
footer:
|
|
142
|
-
container:
|
|
143
|
-
utilityImage:
|
|
144
|
-
primaryNav:
|
|
145
|
-
secondaryNav:
|
|
146
|
-
details:
|
|
147
|
-
nav:
|
|
148
|
-
logo:
|
|
149
|
-
socialItems:
|
|
150
|
-
group:
|
|
151
|
-
groups:
|
|
152
|
-
groupTitle:
|
|
153
|
-
sublinks:
|
|
154
|
-
link:
|
|
155
|
-
newTabIcon:
|
|
156
|
-
bottom:
|
|
157
|
-
},
|
|
158
|
-
Facebook:
|
|
159
|
-
Twitter:
|
|
160
|
-
LinkedIn:
|
|
161
|
-
Instagram:
|
|
162
|
-
YouTube:
|
|
129
|
+
const Y = "_footer_1huvr_1", Q = "_container_1huvr_8", R = "_utilityImage_1huvr_17", U = "_primaryNav_1huvr_21", q = "_secondaryNav_1huvr_30", J = "_details_1huvr_62", X = "_nav_1huvr_69", Z = "_logo_1huvr_77", ee = "_socialItems_1huvr_83", te = "_group_1huvr_90", re = "_groups_1huvr_99", ae = "_groupTitle_1huvr_109", ne = "_sublinks_1huvr_114", oe = "_link_1huvr_122", ie = "_newTabIcon_1huvr_140", ce = "_bottom_1huvr_154", n = {
|
|
130
|
+
footer: Y,
|
|
131
|
+
container: Q,
|
|
132
|
+
utilityImage: R,
|
|
133
|
+
primaryNav: U,
|
|
134
|
+
secondaryNav: q,
|
|
135
|
+
details: J,
|
|
136
|
+
nav: X,
|
|
137
|
+
logo: Z,
|
|
138
|
+
socialItems: ee,
|
|
139
|
+
group: te,
|
|
140
|
+
groups: re,
|
|
141
|
+
groupTitle: ae,
|
|
142
|
+
sublinks: ne,
|
|
143
|
+
link: oe,
|
|
144
|
+
newTabIcon: ie,
|
|
145
|
+
bottom: ce
|
|
146
|
+
}, le = {
|
|
147
|
+
Facebook: A,
|
|
148
|
+
Twitter: G,
|
|
149
|
+
LinkedIn: k,
|
|
150
|
+
Instagram: W,
|
|
151
|
+
YouTube: K
|
|
163
152
|
};
|
|
164
153
|
function ve({
|
|
165
154
|
// title,
|
|
@@ -170,81 +159,81 @@ function ve({
|
|
|
170
159
|
utilityItems: l,
|
|
171
160
|
socialItems: u,
|
|
172
161
|
// alignment = "right",
|
|
173
|
-
copyright:
|
|
162
|
+
copyright: v,
|
|
174
163
|
className: f
|
|
175
164
|
}) {
|
|
176
|
-
const s = (
|
|
177
|
-
var
|
|
178
|
-
console.log("QUI LINK",
|
|
179
|
-
const
|
|
180
|
-
href:
|
|
181
|
-
target:
|
|
182
|
-
rel:
|
|
165
|
+
const s = (o, g = "", z = !1) => o.map((c) => {
|
|
166
|
+
var O;
|
|
167
|
+
console.log("QUI LINK", c);
|
|
168
|
+
const N = `${g}/${c.label}`, w = (O = c.sublinks) == null ? void 0 : O.length, _ = !!c.href, y = le[c.icon], S = _ ? "a" : "div", T = _ ? {
|
|
169
|
+
href: c.href,
|
|
170
|
+
target: c.isExternal ? "_blank" : "_self",
|
|
171
|
+
rel: c.isExternal ? "noopener noreferrer" : void 0,
|
|
183
172
|
role: "menuitem",
|
|
184
|
-
"aria-label":
|
|
173
|
+
"aria-label": c.label
|
|
185
174
|
} : {
|
|
186
175
|
role: "menuitem",
|
|
187
|
-
"aria-label":
|
|
176
|
+
"aria-label": c.label
|
|
188
177
|
};
|
|
189
178
|
return /* @__PURE__ */ m("div", { className: `${n.group}`, children: [
|
|
190
179
|
/* @__PURE__ */ m(
|
|
191
180
|
S,
|
|
192
181
|
{
|
|
193
|
-
className: `${_ ? n.link : ""} ${
|
|
182
|
+
className: `${_ ? n.link : ""} ${w ? n.groupTitle : ""}`,
|
|
194
183
|
...T,
|
|
195
184
|
children: [
|
|
196
|
-
!z &&
|
|
197
|
-
y && /* @__PURE__ */
|
|
198
|
-
!y &&
|
|
185
|
+
!z && c.label,
|
|
186
|
+
y && /* @__PURE__ */ i(y, {}),
|
|
187
|
+
!y && c.isExternal && /* @__PURE__ */ i(V, { className: n.newTabIcon, size: 16 })
|
|
199
188
|
]
|
|
200
189
|
}
|
|
201
190
|
),
|
|
202
|
-
|
|
191
|
+
w && /* @__PURE__ */ i(
|
|
203
192
|
"div",
|
|
204
193
|
{
|
|
205
194
|
className: `${n.sublinks}`,
|
|
206
195
|
role: "menu",
|
|
207
|
-
"aria-label": `${
|
|
208
|
-
children: s(
|
|
196
|
+
"aria-label": `${c.label} submenu`,
|
|
197
|
+
children: s(c.sublinks, N)
|
|
209
198
|
}
|
|
210
199
|
)
|
|
211
|
-
] },
|
|
200
|
+
] }, N);
|
|
212
201
|
});
|
|
213
|
-
return /* @__PURE__ */
|
|
202
|
+
return /* @__PURE__ */ i("footer", { className: `${f ?? ""} ${n.footer}`, children: /* @__PURE__ */ m("div", { className: n.container, children: [
|
|
214
203
|
/* @__PURE__ */ m("div", { className: n.primaryNav, children: [
|
|
215
204
|
/* @__PURE__ */ m("div", { className: n.details, children: [
|
|
216
205
|
e && /* @__PURE__ */ m("div", { className: n.logo, children: [
|
|
217
206
|
" ",
|
|
218
207
|
e
|
|
219
208
|
] }),
|
|
220
|
-
u && /* @__PURE__ */
|
|
221
|
-
r && /* @__PURE__ */
|
|
222
|
-
a && /* @__PURE__ */
|
|
209
|
+
u && /* @__PURE__ */ i("div", { className: n.socialItems, children: s(u, "", !0) }),
|
|
210
|
+
r && /* @__PURE__ */ i("div", { className: n.primaryInfo, children: r }),
|
|
211
|
+
a && /* @__PURE__ */ i("div", { className: n.secondaryInfo, children: a })
|
|
223
212
|
] }),
|
|
224
|
-
/* @__PURE__ */
|
|
213
|
+
/* @__PURE__ */ i("nav", { className: n.nav, id: "footer-menu", role: "menubar", children: /* @__PURE__ */ i("div", { className: n.groups, children: s(t, "", !1) }) })
|
|
225
214
|
] }),
|
|
226
215
|
/* @__PURE__ */ m("div", { className: n.secondaryNav, children: [
|
|
227
|
-
|
|
228
|
-
l && /* @__PURE__ */
|
|
216
|
+
v && /* @__PURE__ */ i("div", { className: n.bottom, children: /* @__PURE__ */ i("span", { children: v }) }),
|
|
217
|
+
l && /* @__PURE__ */ i("nav", { className: n.utility, children: /* @__PURE__ */ i(E, { orientation: "horizontal", children: l.map((o, g) => /* @__PURE__ */ i(
|
|
229
218
|
C,
|
|
230
219
|
{
|
|
231
220
|
as: "a",
|
|
232
|
-
href:
|
|
233
|
-
variant:
|
|
234
|
-
displayType:
|
|
235
|
-
imageSrc:
|
|
236
|
-
imageAlt:
|
|
237
|
-
"aria-label":
|
|
238
|
-
children:
|
|
221
|
+
href: o.href ?? "/",
|
|
222
|
+
variant: o.variant ?? "primary",
|
|
223
|
+
displayType: o.displayType ?? "text",
|
|
224
|
+
imageSrc: o.imageSrc,
|
|
225
|
+
imageAlt: o.imageAlt,
|
|
226
|
+
"aria-label": o.ariaLabel ?? o.label,
|
|
227
|
+
children: o.imageSrc ? /* @__PURE__ */ i(
|
|
239
228
|
"img",
|
|
240
229
|
{
|
|
241
230
|
className: n.utilityImage,
|
|
242
|
-
src:
|
|
243
|
-
"aria-label":
|
|
231
|
+
src: o.imageSrc,
|
|
232
|
+
"aria-label": o.imageAlt ?? o.ariaLabel ?? o.label
|
|
244
233
|
}
|
|
245
|
-
) :
|
|
234
|
+
) : o.label
|
|
246
235
|
},
|
|
247
|
-
|
|
236
|
+
o._key || g
|
|
248
237
|
)) }) })
|
|
249
238
|
] })
|
|
250
239
|
] }) });
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { jsx as n, jsxs as
|
|
2
|
-
import { useState as
|
|
3
|
-
import { CallToAction as
|
|
4
|
-
import { ButtonGroup as
|
|
5
|
-
import { X as
|
|
6
|
-
import { c as
|
|
1
|
+
import { jsx as n, jsxs as _ } from "react/jsx-runtime";
|
|
2
|
+
import { useState as u, useRef as f, useCallback as g, useEffect as R } from "react";
|
|
3
|
+
import { CallToAction as S } from "../CallToAction/index.js";
|
|
4
|
+
import { ButtonGroup as W } from "../ButtonGroup/index.js";
|
|
5
|
+
import { X as K } from "../../x-CnsEH4Ox.js";
|
|
6
|
+
import { c as Q } from "../../createLucideIcon-C8GTh_Qx.js";
|
|
7
|
+
import { E as U } from "../../external-link-BOPobeQJ.js";
|
|
7
8
|
import { C as Y } from "../../chevron-down-DSUzBz9F.js";
|
|
8
9
|
import '../../assets/index45.css';/**
|
|
9
10
|
* @license lucide-react v0.488.0 - ISC
|
|
@@ -15,27 +16,27 @@ const Z = [
|
|
|
15
16
|
["line", { x1: "4", x2: "20", y1: "12", y2: "12", key: "1e0a9i" }],
|
|
16
17
|
["line", { x1: "4", x2: "20", y1: "6", y2: "6", key: "1owob3" }],
|
|
17
18
|
["line", { x1: "4", x2: "20", y1: "18", y2: "18", key: "yk5zj1" }]
|
|
18
|
-
], I =
|
|
19
|
+
], I = Q("menu", Z), ee = "_navbar_1do0i_5", ne = "_left_1do0i_18", oe = "_container_1do0i_19", ae = "_logo_1do0i_23", ie = "_nav_1do0i_5", le = "_center_1do0i_38", re = "_hidden_1do0i_44", te = "_visible_1do0i_51", se = "_right_1do0i_66", ce = "_title_1do0i_72", de = "_sublinks_1do0i_82", _e = "_sublinksInner_1do0i_94", ue = "_linkItem_1do0i_108", me = "_minimal_1do0i_113", fe = "_menuToggle_1do0i_117", ge = "_linkWrapper_1do0i_121", he = "_triangle_1do0i_159", be = "_transparent_1do0i_164", ve = "_sticky_1do0i_216", pe = "_twoColumn_1do0i_245", we = "_utilityMobile_1do0i_292", ke = "_utility_1do0i_292", Ne = "_navInner_1do0i_320", ye = "_grid_1do0i_329", $e = "_sublinkToggle_1do0i_354", Ce = "_link_1do0i_108", xe = "_newTabIcon_1do0i_369", Te = "_open_1do0i_377", Le = "_show_1do0i_432", Ee = "_sublinksColumn_1do0i_480", Me = "_chevron_1do0i_490", Re = "_parent_1do0i_569", e = {
|
|
19
20
|
navbar: ee,
|
|
20
21
|
left: ne,
|
|
21
|
-
container:
|
|
22
|
-
logo:
|
|
23
|
-
nav:
|
|
24
|
-
center:
|
|
25
|
-
hidden:
|
|
26
|
-
visible:
|
|
22
|
+
container: oe,
|
|
23
|
+
logo: ae,
|
|
24
|
+
nav: ie,
|
|
25
|
+
center: le,
|
|
26
|
+
hidden: re,
|
|
27
|
+
visible: te,
|
|
27
28
|
right: se,
|
|
28
29
|
title: ce,
|
|
29
|
-
default: "
|
|
30
|
+
default: "_default_1do0i_81",
|
|
30
31
|
sublinks: de,
|
|
31
|
-
sublinksInner:
|
|
32
|
-
linkItem:
|
|
33
|
-
minimal:
|
|
34
|
-
menuToggle:
|
|
35
|
-
linkWrapper:
|
|
36
|
-
triangle:
|
|
37
|
-
transparent:
|
|
38
|
-
sticky:
|
|
32
|
+
sublinksInner: _e,
|
|
33
|
+
linkItem: ue,
|
|
34
|
+
minimal: me,
|
|
35
|
+
menuToggle: fe,
|
|
36
|
+
linkWrapper: ge,
|
|
37
|
+
triangle: he,
|
|
38
|
+
transparent: be,
|
|
39
|
+
sticky: ve,
|
|
39
40
|
twoColumn: pe,
|
|
40
41
|
utilityMobile: we,
|
|
41
42
|
utility: ke,
|
|
@@ -43,104 +44,105 @@ const Z = [
|
|
|
43
44
|
grid: ye,
|
|
44
45
|
sublinkToggle: $e,
|
|
45
46
|
link: Ce,
|
|
46
|
-
|
|
47
|
+
newTabIcon: xe,
|
|
48
|
+
open: Te,
|
|
47
49
|
show: Le,
|
|
48
|
-
sublinksColumn:
|
|
50
|
+
sublinksColumn: Ee,
|
|
49
51
|
chevron: Me,
|
|
50
|
-
parent:
|
|
51
|
-
},
|
|
52
|
+
parent: Re
|
|
53
|
+
}, Se = {
|
|
52
54
|
default: e.default,
|
|
53
55
|
minimal: e.minimal
|
|
54
|
-
},
|
|
56
|
+
}, We = {
|
|
55
57
|
left: e.left,
|
|
56
58
|
center: e.center,
|
|
57
59
|
right: e.right
|
|
58
60
|
};
|
|
59
|
-
function
|
|
60
|
-
title:
|
|
61
|
+
function Ge({
|
|
62
|
+
title: z,
|
|
61
63
|
logo: p,
|
|
62
|
-
items:
|
|
63
|
-
utilityItems:
|
|
64
|
-
isSticky:
|
|
65
|
-
isTransparent:
|
|
66
|
-
alignment:
|
|
67
|
-
variant:
|
|
68
|
-
className:
|
|
64
|
+
items: A,
|
|
65
|
+
utilityItems: o,
|
|
66
|
+
isSticky: O = !1,
|
|
67
|
+
isTransparent: B = !1,
|
|
68
|
+
alignment: h = "right",
|
|
69
|
+
variant: j = "default",
|
|
70
|
+
className: X
|
|
69
71
|
}) {
|
|
70
|
-
const [
|
|
71
|
-
w((
|
|
72
|
-
},
|
|
73
|
-
const
|
|
74
|
-
if (
|
|
75
|
-
const
|
|
76
|
-
|
|
72
|
+
const [t, w] = u(!1), [b, s] = u(null), [D, V] = u(0), [G, P] = u(!1), [q, F] = u(null), v = f(null), c = f(null), k = f(/* @__PURE__ */ new Map()), H = () => {
|
|
73
|
+
w((a) => !a);
|
|
74
|
+
}, J = (a) => {
|
|
75
|
+
const l = k.current.get(a);
|
|
76
|
+
if (l && c.current) {
|
|
77
|
+
const i = l.getBoundingClientRect(), r = c.current.getBoundingClientRect(), d = i.left - r.left + i.width / 4;
|
|
78
|
+
F(d);
|
|
77
79
|
}
|
|
78
|
-
}, N = (
|
|
79
|
-
s((
|
|
80
|
-
}, y =
|
|
81
|
-
|
|
82
|
-
}, []), $ =
|
|
80
|
+
}, N = (a) => {
|
|
81
|
+
s((l) => l === a ? null : a);
|
|
82
|
+
}, y = g((a) => {
|
|
83
|
+
v.current && !v.current.contains(a.target) && s(null);
|
|
84
|
+
}, []), $ = g(() => {
|
|
83
85
|
s(null);
|
|
84
|
-
}, []), C =
|
|
86
|
+
}, []), C = g(() => {
|
|
85
87
|
x(), typeof window < "u" && window.innerWidth > 768 && (w(!1), s(null), typeof document < "u" && (document.body.style.overflow = ""));
|
|
86
|
-
}, []), x =
|
|
88
|
+
}, []), x = g(() => {
|
|
87
89
|
if (c.current) {
|
|
88
|
-
const
|
|
89
|
-
|
|
90
|
+
const a = c.current.getBoundingClientRect().width;
|
|
91
|
+
V(a), P(!0);
|
|
90
92
|
}
|
|
91
93
|
}, []);
|
|
92
|
-
|
|
93
|
-
const
|
|
94
|
-
return
|
|
95
|
-
|
|
94
|
+
R(() => {
|
|
95
|
+
const a = typeof window < "u", l = typeof document < "u";
|
|
96
|
+
return a && (window.addEventListener("resize", C), window.addEventListener("scroll", $)), l && document.addEventListener("click", y), x(), () => {
|
|
97
|
+
a && (window.removeEventListener("resize", C), window.removeEventListener("scroll", $)), l && document.removeEventListener("click", y);
|
|
96
98
|
};
|
|
97
|
-
}, []),
|
|
99
|
+
}, []), R(() => {
|
|
98
100
|
if (typeof document < "u")
|
|
99
|
-
return document.body.style.overflow =
|
|
101
|
+
return document.body.style.overflow = t ? "hidden" : "", () => {
|
|
100
102
|
document.body.style.overflow = "";
|
|
101
103
|
};
|
|
102
|
-
}, [
|
|
103
|
-
const
|
|
104
|
+
}, [t]);
|
|
105
|
+
const T = (a, l = "") => a.map((i) => {
|
|
104
106
|
var E;
|
|
105
|
-
const
|
|
106
|
-
return k.current.set(
|
|
107
|
+
const r = `${l}/${i.label}`, m = b === r, d = (E = i.sublinks) == null ? void 0 : E.length, L = f(null);
|
|
108
|
+
return k.current.set(r, L.current), /* @__PURE__ */ _(
|
|
107
109
|
"div",
|
|
108
110
|
{
|
|
109
|
-
className: `${e.linkWrapper} ${
|
|
111
|
+
className: `${e.linkWrapper} ${l ? "" : e.parent}`,
|
|
110
112
|
children: [
|
|
111
|
-
/* @__PURE__ */ n("div", { className: e.linkItem, children:
|
|
113
|
+
/* @__PURE__ */ n("div", { className: e.linkItem, children: i.href ? /* @__PURE__ */ _(
|
|
112
114
|
"a",
|
|
113
115
|
{
|
|
114
|
-
href:
|
|
116
|
+
href: i.href,
|
|
115
117
|
className: e.link,
|
|
116
|
-
target:
|
|
117
|
-
rel:
|
|
118
|
+
target: i.isExternal ? "_blank" : "_self",
|
|
119
|
+
rel: i.isExternal ? "noopener noreferrer" : void 0,
|
|
118
120
|
onClick: () => {
|
|
119
|
-
var
|
|
120
|
-
s(null), (
|
|
121
|
+
var M;
|
|
122
|
+
s(null), (M = i.onClick) == null || M.call(i);
|
|
121
123
|
},
|
|
122
124
|
onMouseEnter: () => {
|
|
123
|
-
|
|
125
|
+
l || s(null);
|
|
124
126
|
},
|
|
125
127
|
role: "menuitem",
|
|
126
128
|
children: [
|
|
127
|
-
|
|
128
|
-
|
|
129
|
+
i.label,
|
|
130
|
+
i.isExternal && /* @__PURE__ */ n(U, { className: e.newTabIcon, size: 16 })
|
|
129
131
|
]
|
|
130
132
|
}
|
|
131
|
-
) : /* @__PURE__ */
|
|
133
|
+
) : /* @__PURE__ */ _(
|
|
132
134
|
"button",
|
|
133
135
|
{
|
|
134
|
-
ref:
|
|
136
|
+
ref: L,
|
|
135
137
|
"aria-haspopup": d ? "true" : void 0,
|
|
136
|
-
"aria-expanded":
|
|
137
|
-
className: `${e.sublinkToggle} ${
|
|
138
|
-
onClick: () => N(
|
|
138
|
+
"aria-expanded": m,
|
|
139
|
+
className: `${e.sublinkToggle} ${m ? e.open : ""}`,
|
|
140
|
+
onClick: () => N(r),
|
|
139
141
|
onMouseEnter: () => {
|
|
140
|
-
|
|
142
|
+
J(r), s(r);
|
|
141
143
|
},
|
|
142
144
|
children: [
|
|
143
|
-
|
|
145
|
+
i.label,
|
|
144
146
|
d && /* @__PURE__ */ n(Y, { size: 18, className: e.chevron })
|
|
145
147
|
]
|
|
146
148
|
}
|
|
@@ -148,47 +150,47 @@ function De({
|
|
|
148
150
|
d && /* @__PURE__ */ n(
|
|
149
151
|
"div",
|
|
150
152
|
{
|
|
151
|
-
className: `${e.sublinks} ${
|
|
152
|
-
onMouseLeave: () => N(
|
|
153
|
+
className: `${e.sublinks} ${m ? e.show : ""}`,
|
|
154
|
+
onMouseLeave: () => N(r),
|
|
153
155
|
role: "menu",
|
|
154
|
-
"aria-label": `${
|
|
155
|
-
children: /* @__PURE__ */ n("div", { children: /* @__PURE__ */ n("div", { className: e.sublinksInner, children: /* @__PURE__ */ n("div", { className: e.sublinksColumn, children:
|
|
156
|
+
"aria-label": `${i.label} submenu`,
|
|
157
|
+
children: /* @__PURE__ */ n("div", { children: /* @__PURE__ */ n("div", { className: e.sublinksInner, children: /* @__PURE__ */ n("div", { className: e.sublinksColumn, children: T(i.sublinks, r) }) }) })
|
|
156
158
|
}
|
|
157
159
|
)
|
|
158
160
|
]
|
|
159
161
|
},
|
|
160
|
-
|
|
162
|
+
r
|
|
161
163
|
);
|
|
162
164
|
});
|
|
163
165
|
return /* @__PURE__ */ n(
|
|
164
166
|
"header",
|
|
165
167
|
{
|
|
166
|
-
ref:
|
|
167
|
-
className: `${
|
|
168
|
+
ref: v,
|
|
169
|
+
className: `${X ?? ""} ${We[h]} ${Se[j]} ${e.navbar} ${O ? e.sticky : ""} ${B ? e.transparent : ""} `,
|
|
168
170
|
role: "navigation",
|
|
169
171
|
"aria-label": "Main navigation",
|
|
170
|
-
children: /* @__PURE__ */
|
|
172
|
+
children: /* @__PURE__ */ _(
|
|
171
173
|
"div",
|
|
172
174
|
{
|
|
173
|
-
className: `${e.container} ${(!
|
|
175
|
+
className: `${e.container} ${(!o || o.length === 0) && h !== "center" ? e.twoColumn : ""}`,
|
|
174
176
|
children: [
|
|
175
|
-
p ? /* @__PURE__ */ n("div", { className: e.logo, children: p }) : /* @__PURE__ */ n("div", { className: e.title, children:
|
|
177
|
+
p ? /* @__PURE__ */ n("div", { className: e.logo, children: p }) : /* @__PURE__ */ n("div", { className: e.title, children: z }),
|
|
176
178
|
/* @__PURE__ */ n(
|
|
177
179
|
"nav",
|
|
178
180
|
{
|
|
179
181
|
ref: c,
|
|
180
182
|
style: {
|
|
181
|
-
left:
|
|
183
|
+
left: h === "center" ? `calc(50% - ${D / 2}px)` : "0"
|
|
182
184
|
},
|
|
183
|
-
className: `${e.nav} ${
|
|
185
|
+
className: `${e.nav} ${t ? e.open : ""} ${G ? e.visible : e.hidden}`,
|
|
184
186
|
id: "main-menu",
|
|
185
187
|
role: "menubar",
|
|
186
|
-
children: /* @__PURE__ */
|
|
188
|
+
children: /* @__PURE__ */ _("div", { className: e.navInner, children: [
|
|
187
189
|
/* @__PURE__ */ n(
|
|
188
190
|
"svg",
|
|
189
191
|
{
|
|
190
|
-
style: { left: `${
|
|
191
|
-
className: `${e.triangle} ${
|
|
192
|
+
style: { left: `${q}px` },
|
|
193
|
+
className: `${e.triangle} ${b ? e.show : ""}`,
|
|
192
194
|
width: 16,
|
|
193
195
|
height: 12,
|
|
194
196
|
viewBox: "0 0 100 75",
|
|
@@ -207,56 +209,56 @@ function De({
|
|
|
207
209
|
/* @__PURE__ */ n(
|
|
208
210
|
"div",
|
|
209
211
|
{
|
|
210
|
-
className: `${e.triangle} ${
|
|
212
|
+
className: `${e.triangle} ${b ? e.show : ""}`
|
|
211
213
|
}
|
|
212
214
|
),
|
|
213
|
-
/* @__PURE__ */ n("div", { className: e.grid, children:
|
|
215
|
+
/* @__PURE__ */ n("div", { className: e.grid, children: T(A) })
|
|
214
216
|
] })
|
|
215
217
|
}
|
|
216
218
|
),
|
|
217
|
-
|
|
218
|
-
|
|
219
|
+
o && /* @__PURE__ */ n("nav", { className: e.utility, children: /* @__PURE__ */ n(W, { children: o.map((a, l) => /* @__PURE__ */ n(
|
|
220
|
+
S,
|
|
219
221
|
{
|
|
220
222
|
as: "a",
|
|
221
|
-
href:
|
|
222
|
-
variant:
|
|
223
|
-
displayType:
|
|
224
|
-
imageSrc:
|
|
225
|
-
imageAlt:
|
|
226
|
-
"aria-label":
|
|
227
|
-
children:
|
|
223
|
+
href: a.href ?? "/",
|
|
224
|
+
variant: a.variant ?? "primary",
|
|
225
|
+
displayType: a.displayType ?? "text",
|
|
226
|
+
imageSrc: a.imageSrc,
|
|
227
|
+
imageAlt: a.imageAlt,
|
|
228
|
+
"aria-label": a.ariaLabel ?? a.label,
|
|
229
|
+
children: o[1].imageSrc ? /* @__PURE__ */ n(
|
|
228
230
|
"img",
|
|
229
231
|
{
|
|
230
232
|
className: e.utilityImage,
|
|
231
|
-
src:
|
|
232
|
-
"aria-label":
|
|
233
|
+
src: o[1].imageSrc,
|
|
234
|
+
"aria-label": o[1].imageAlt ?? o[1].ariaLabel ?? o[1].label
|
|
233
235
|
}
|
|
234
|
-
) :
|
|
236
|
+
) : o[1].label
|
|
235
237
|
},
|
|
236
|
-
|
|
238
|
+
a._key || l
|
|
237
239
|
)) }) }),
|
|
238
|
-
|
|
240
|
+
o && /* @__PURE__ */ n(
|
|
239
241
|
"nav",
|
|
240
242
|
{
|
|
241
|
-
className: `${e.utilityMobile} ${
|
|
242
|
-
children: /* @__PURE__ */ n(
|
|
243
|
-
|
|
243
|
+
className: `${e.utilityMobile} ${t ? e.open : ""}`,
|
|
244
|
+
children: /* @__PURE__ */ n(W, { alignment: "center", children: /* @__PURE__ */ n(
|
|
245
|
+
S,
|
|
244
246
|
{
|
|
245
247
|
as: "a",
|
|
246
|
-
href:
|
|
247
|
-
variant:
|
|
248
|
-
displayType:
|
|
249
|
-
imageSrc:
|
|
250
|
-
imageAlt:
|
|
251
|
-
"aria-label":
|
|
252
|
-
children:
|
|
248
|
+
href: o[1].href ?? "/",
|
|
249
|
+
variant: o[1].variant ?? "primary",
|
|
250
|
+
displayType: o[1].displayType ?? "text",
|
|
251
|
+
imageSrc: o[1].imageSrc,
|
|
252
|
+
imageAlt: o[1].imageAlt,
|
|
253
|
+
"aria-label": o[1].ariaLabel ?? o[1].label,
|
|
254
|
+
children: o[1].imageSrc ? /* @__PURE__ */ n(
|
|
253
255
|
"img",
|
|
254
256
|
{
|
|
255
257
|
className: e.utilityImage,
|
|
256
|
-
src:
|
|
257
|
-
"aria-label":
|
|
258
|
+
src: o[1].imageSrc,
|
|
259
|
+
"aria-label": o[1].imageAlt ?? o[1].ariaLabel ?? o[1].label
|
|
258
260
|
}
|
|
259
|
-
) :
|
|
261
|
+
) : o[1].label
|
|
260
262
|
}
|
|
261
263
|
) })
|
|
262
264
|
}
|
|
@@ -265,11 +267,11 @@ function De({
|
|
|
265
267
|
"button",
|
|
266
268
|
{
|
|
267
269
|
className: e.menuToggle,
|
|
268
|
-
onClick:
|
|
269
|
-
"aria-label":
|
|
270
|
-
"aria-expanded":
|
|
270
|
+
onClick: H,
|
|
271
|
+
"aria-label": t ? "Close menu" : "Open menu",
|
|
272
|
+
"aria-expanded": t,
|
|
271
273
|
"aria-controls": "main-menu",
|
|
272
|
-
children:
|
|
274
|
+
children: t ? /* @__PURE__ */ n(K, { size: 24 }) : /* @__PURE__ */ n(I, { size: 24 })
|
|
273
275
|
}
|
|
274
276
|
)
|
|
275
277
|
]
|
|
@@ -279,5 +281,5 @@ function De({
|
|
|
279
281
|
);
|
|
280
282
|
}
|
|
281
283
|
export {
|
|
282
|
-
|
|
284
|
+
Ge as Navbar
|
|
283
285
|
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { c as a } from "./createLucideIcon-C8GTh_Qx.js";
|
|
2
|
+
/**
|
|
3
|
+
* @license lucide-react v0.488.0 - ISC
|
|
4
|
+
*
|
|
5
|
+
* This source code is licensed under the ISC license.
|
|
6
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
7
|
+
*/
|
|
8
|
+
const e = [
|
|
9
|
+
["path", { d: "M15 3h6v6", key: "1q9fwt" }],
|
|
10
|
+
["path", { d: "M10 14 21 3", key: "gplh6r" }],
|
|
11
|
+
["path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6", key: "a6xqqp" }]
|
|
12
|
+
], n = a("external-link", e);
|
|
13
|
+
export {
|
|
14
|
+
n as E
|
|
15
|
+
};
|
|
@@ -1,22 +1,11 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
import {
|
|
3
|
-
import { NavItem } from '../NavBar';
|
|
2
|
+
import { NavItem, UtilityItem } from '../NavBar';
|
|
4
3
|
declare const alignmentClassMap: {
|
|
5
4
|
readonly left: string;
|
|
6
5
|
readonly center: string;
|
|
7
6
|
readonly right: string;
|
|
8
7
|
};
|
|
9
8
|
type Alignment = keyof typeof alignmentClassMap;
|
|
10
|
-
export type UtilityItem = {
|
|
11
|
-
_key?: string;
|
|
12
|
-
label: string;
|
|
13
|
-
ariaLabel: string;
|
|
14
|
-
href?: string;
|
|
15
|
-
variant?: ButtonVariant;
|
|
16
|
-
displayType?: "text" | "image";
|
|
17
|
-
imageSrc?: string;
|
|
18
|
-
imageAlt?: string;
|
|
19
|
-
};
|
|
20
9
|
type FooterProps = {
|
|
21
10
|
title?: string;
|
|
22
11
|
primaryInfo?: React.ReactNode;
|
package/dist/styles.css
CHANGED
|
@@ -42,7 +42,7 @@ ul._list_4w9h5_1{list-style-type:none;padding:0;margin:0}ol._list_4w9h5_1{list-s
|
|
|
42
42
|
._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)}
|
|
43
43
|
._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)}
|
|
44
44
|
._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}
|
|
45
|
-
:root{--nav-height: 65px}.
|
|
45
|
+
:root{--nav-height: 65px}._navbar_1do0i_5{position:relative;height:var(--nav-height)}._left_1do0i_18 ._container_1do0i_19{justify-content:flex-start}._left_1do0i_18 ._logo_1do0i_23{flex:unset}._left_1do0i_18 ._nav_1do0i_5{flex:1}@media (max-width: 767px){._left_1do0i_18 ._logo_1do0i_23{flex:1}}._center_1do0i_38 ._nav_1do0i_5{transition:transform .3s ease-in-out,opacity .3s ease-in-out;will-change:transform,opacity}._center_1do0i_38 ._nav_1do0i_5._hidden_1do0i_44{transform:translateY(-100%);opacity:0;pointer-events:none}@media (min-width: 768px){._center_1do0i_38 ._nav_1do0i_5._visible_1do0i_51{transform:translateY(0);opacity:1;pointer-events:auto}}@media (max-width: 767px){._center_1do0i_38 ._logo_1do0i_23{flex:1}}._right_1do0i_66 ._container_1do0i_19{justify-content:flex-end}._right_1do0i_66 ._logo_1do0i_23,._right_1do0i_66 ._title_1do0i_72{flex:1}._right_1do0i_66 ._nav_1do0i_5{flex:unset}._default_1do0i_81 ._sublinks_1do0i_82{position:fixed;left:0;right:0;top:100%;padding-top:1rem}@media (max-width: 767px){._default_1do0i_81 ._sublinks_1do0i_82{position:relative}}._default_1do0i_81 ._sublinksInner_1do0i_94{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:calc(100vw - 4rem);width:78rem;min-height:24rem}@media (max-width: 767px){._default_1do0i_81 ._sublinksInner_1do0i_94{grid-template-columns:1fr;width:auto;min-height:unset}}._default_1do0i_81 ._linkItem_1do0i_108{justify-content:flex-start}._minimal_1do0i_113{left:0;background-color:#fff}._minimal_1do0i_113 ._menuToggle_1do0i_117{grid-area:unset}._minimal_1do0i_113 ._linkWrapper_1do0i_121{position:relative}._minimal_1do0i_113 ._sublinks_1do0i_82{position:absolute;right:0;width:auto}@media (max-width: 767px){._minimal_1do0i_113 ._sublinks_1do0i_82{position:relative;justify-content:center;align-items:center}}._minimal_1do0i_113 ._sublinksInner_1do0i_94{display:flex;flex-direction:column;min-width:125px;justify-content:flex-end;align-items:flex-end}@media (max-width: 767px){._minimal_1do0i_113 ._sublinksInner_1do0i_94{justify-content:center;align-items:center}}._minimal_1do0i_113 ._linkItem_1do0i_108{justify-content:flex-end}@media (max-width: 767px){._minimal_1do0i_113 ._linkItem_1do0i_108{justify-content:center;align-items:center}}._minimal_1do0i_113 ._triangle_1do0i_159{display:none}._transparent_1do0i_164{background-color:transparent}._transparent_1do0i_164 ._nav_1do0i_5{height:auto;border-radius:var(--radius-full);padding:0 var(--spacing-md);z-index:1001;background:#ffffff80;backdrop-filter:saturate(1.1) blur(1rem);-webkit-backdrop-filter:saturate(1.1) blur(1rem)}@media (max-width: 767px){._transparent_1do0i_164 ._nav_1do0i_5{padding:var(--nav-height) 0 0;background:#fffffff2;border-radius:0;top:0!important;left:0!important;height:100vh}._transparent_1do0i_164 ._nav_1do0i_5:before{border-radius:0}}._transparent_1do0i_164 ._menuToggle_1do0i_117:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#ffffff80;backdrop-filter:saturate(1.1) blur(1rem);-webkit-backdrop-filter:saturate(1.1) blur(1rem);border-radius:var(--radius-md)}._sticky_1do0i_216{position:fixed;top:var(--spacing-md);left:0;right:0;z-index:1000;width:100%}._container_1do0i_19{display:grid;align-items:center;grid-template-areas:"first second third";grid-template-columns:minmax(auto,1fr) auto minmax(auto,1fr);grid-gap:var(--spacing-md);width:100%;max-width:var(--layout-width);height:100%;margin:0 auto;padding:0 var(--spacing-lg);position:relative}@media (max-width: 767px){._container_1do0i_19{grid-template-areas:"first second third fourth"}}._container_1do0i_19._twoColumn_1do0i_245{grid-template-columns:minmax(auto,1fr) auto;grid-template-areas:"first second"}._title_1do0i_72{grid-area:first;color:var(--color-text-primary);font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold)}._logo_1do0i_23{grid-area:first;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;position:relative;z-index:1005}._logo_1do0i_23 img{height:auto;width:auto}._menuToggle_1do0i_117{grid-area:fourth;background:none;border:none;cursor:pointer;display:none;color:var(--color-text-primary);z-index:1100;position:relative;width:40px;height:40px}._menuToggle_1do0i_117 svg{position:relative;z-index:5}._utilityMobile_1do0i_292{display:none;grid-area:third;justify-content:flex-end}._utility_1do0i_292{grid-area:third;display:flex;justify-content:flex-end}._utility_1do0i_292 a{font-size:var(--font-size-sm)}._nav_1do0i_5{grid-area:second;display:grid;grid-template-columns:minmax(auto,1fr) auto;grid-gap:var(--spacing-sm);transition:transform .3s ease}@media (max-width: 767px){._nav_1do0i_5{height:100vh}}._navInner_1do0i_320{position:relative}@media (max-width: 767px){._navInner_1do0i_320{margin:var(--spacing-xl) auto 0;min-width:300px}}._grid_1do0i_329{display:grid;align-items:center;grid-auto-flow:column}@media (max-width: 767px){._grid_1do0i_329{display:flex;flex-direction:column}}._linkItem_1do0i_108{display:flex;align-items:center;box-sizing:border-box}._sublinkToggle_1do0i_354,._link_1do0i_108{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;display:flex;align-items:center;gap:var(--spacing-xs)}._sublinkToggle_1do0i_354 ._newTabIcon_1do0i_369,._link_1do0i_108 ._newTabIcon_1do0i_369{color:var(--color-muted);transition:color .3s ease-in-out}._link_1do0i_108:hover,._sublinkToggle_1do0i_354:hover,._sublinkToggle_1do0i_354._open_1do0i_377,._link_1do0i_108:hover ._newTabIcon_1do0i_369,._sublinkToggle_1do0i_354:hover ._newTabIcon_1do0i_369,._sublinkToggle_1do0i_354._open_1do0i_377 ._newTabIcon_1do0i_369,._navItem_1do0i_385:hover{color:var(--color-primary)}._sublinkToggle_1do0i_354{background:none;border:none;display:flex;align-items:center;cursor:pointer;color:var(--color-text-primary)}._sublinks_1do0i_82{display:flex;justify-content:center;opacity:0;visibility:hidden;z-index:1000;transition:transform .3s ease-in-out,max-height .3s ease,opacity .3s ease,visibility .3s ease}._sublinks_1do0i_82._show_1do0i_432{max-height:500px;opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}._triangle_1do0i_159{visibility:hidden;opacity:0;position:absolute;top:calc(100% + .5rem);transform:translate(-50%);z-index:10;pointer-events:none;transition:top .3s ease-in-out,left .3s ease-in-out,visbility .3s ease-in-out,opacity .3s ease-in-out}._triangle_1do0i_159._show_1do0i_432{top:calc(100% + .3rem);opacity:1;visibility:visible}._sublinksInner_1do0i_94{background-color:var(--color-background);box-shadow:0 6px 8px #0000001a;border-radius:var(--radius-md)}@media (max-width: 767px){._sublinksInner_1do0i_94{display:flex;flex-direction:column;width:unset;max-width:unset;min-height:unset;background-color:unset;box-shadow:unset;border-radius:unset}}._sublinksColumn_1do0i_480{display:flex;flex-direction:column;padding:var(--spacing-md)}@media (max-width: 767px){._sublinksColumn_1do0i_480{padding:0}}._chevron_1do0i_490{transition:transform .3s ease;display:flex;align-items:center;justify-content:center;margin-top:2px}._sublinkToggle_1do0i_354._open_1do0i_377 ._chevron_1do0i_490{transform:rotate(180deg)}@media (max-width: 767px){._logo_1do0i_23{flex:1}._menuToggle_1do0i_117{display:flex;align-items:center;justify-content:center}._utility_1do0i_292 a:not(._utility_1do0i_292 a:first-of-type){display:none}._utilityMobile_1do0i_292{display:block;transform:translateY(100px);position:fixed;bottom:1rem;left:0;right:0;margin:0 auto;width:calc(100% - 2rem);z-index:1001;transition:transform .3s ease-in-out}._utilityMobile_1do0i_292._open_1do0i_377{transform:translateY(0)}._nav_1do0i_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_1do0i_5._open_1do0i_377{transform:translate(0)}._linkWrapper_1do0i_121{flex-direction:column;width:100%;max-width:300px;margin:0 auto;padding:var(--spacing-sm) 0}._linkWrapper_1do0i_121._parent_1do0i_569{border-bottom:1px solid var(--color-border)}._linkWrapper_1do0i_121._parent_1do0i_569:last-of-type{border:none}._linkItem_1do0i_108{width:100%}._chevron_1do0i_490{display:none}._sublinks_1do0i_82{position:relative;top:0;box-shadow:none;max-height:fit-content;opacity:1;visibility:visible;align-items:flex-start;justify-content:flex-start;padding:var(--spacing-sm);gap:0;pointer-events:auto}._sublinkToggle_1do0i_354{cursor:pointer;pointer-events:none;color:var(--color-muted)}}
|
|
46
46
|
._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}
|
|
47
|
-
.
|
|
47
|
+
._footer_1huvr_1{background-color:var(--color-background);padding:var(--spacing-xl) var(--spacing-md);font-size:var(--font-size-sm);color:var(--color-text-primary)}._container_1huvr_8{display:flex;flex-direction:column;align-items:flex-start;gap:2rem}._utilityImage_1huvr_17{width:100%}._primaryNav_1huvr_21{display:flex;gap:var(--spacing-xl)}@media (max-width: 767px){._primaryNav_1huvr_21{flex-direction:column}}._secondaryNav_1huvr_30{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;width:100%;gap:var(--spacing-xl);margin-top:var(--spacing-xl)}._secondaryNav_1huvr_30 a:has(img){height:unset;background-color:transparent}._secondaryNav_1huvr_30 a:has(img) img{width:175px;height:auto}._secondaryNav_1huvr_30 a:has(img):hover{background-color:transparent}@media (max-width: 480px){._secondaryNav_1huvr_30{flex-direction:column-reverse}._secondaryNav_1huvr_30 nav{width:100%}}._details_1huvr_62{flex-basis:200px;display:flex;flex-direction:column;gap:var(--spacing-lg)}._nav_1huvr_69{display:flex;flex-direction:row;align-items:flex-start;gap:var(--spacing-lg);flex:1}._logo_1huvr_77{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);color:var(--color-primary)}._socialItems_1huvr_83{display:flex;align-items:center;justify-content:flex-start;gap:var(--spacing-md)}._socialItems_1huvr_83 ._group_1huvr_90{min-width:unset}._socialItems_1huvr_83 a{transition:color .3s ease-in-out;font-size:var(--font-size-xl)}._groups_1huvr_99{display:flex;flex-wrap:wrap;gap:var(--spacing-xl)}._group_1huvr_90{min-width:140px}._groupTitle_1huvr_109{font-weight:var(--font-weight-semibold);margin-bottom:var(--spacing-xs)}._sublinks_1huvr_114{position:relative;display:flex;flex-direction:column;gap:var(--spacing-sm);margin-top:var(--spacing-md)}._linkList_1huvr_122{display:flex;flex-direction:column;gap:var(--spacing-xs);list-style:none;padding:0;margin:0}._link_1huvr_122{color:var(--color-text-primary);text-decoration:none;display:block;transition:color .3s ease-in-out;display:flex;align-items:center;gap:var(--spacing-xs)}._link_1huvr_122 ._newTabIcon_1huvr_140{color:var(--color-muted);transition:color .3s ease-in-out}._link_1huvr_122:hover,._link_1huvr_122:hover ._newTabIcon_1huvr_140{color:var(--color-primary)}._bottom_1huvr_154{text-align:left;font-size:var(--font-size-sm);color:var(--color-muted)}._left_1huvr_161 ._container_1huvr_8{justify-content:flex-start}._left_1huvr_161 ._logo_1huvr_77{flex:unset}._left_1huvr_161 ._nav_1huvr_69{flex:1}@media (max-width: 767px){._left_1huvr_161 ._logo_1huvr_77{flex:1}}._center_1huvr_181 ._nav_1huvr_69{transition:transform .3s ease-in-out,opacity .3s ease-in-out;will-change:transform,opacity}._center_1huvr_181 ._nav_1huvr_69._hidden_1huvr_187{transform:translateY(-100%);opacity:0;pointer-events:none}@media (min-width: 768px){._center_1huvr_181 ._nav_1huvr_69._visible_1huvr_194{transform:translateY(0);opacity:1;pointer-events:auto}}@media (max-width: 767px){._center_1huvr_181 ._logo_1huvr_77{flex:1}}._right_1huvr_209 ._container_1huvr_8{justify-content:flex-end}._right_1huvr_209 ._logo_1huvr_77,._right_1huvr_209 ._title_1huvr_215{flex:1}._right_1huvr_209 ._nav_1huvr_69{flex:unset}
|
|
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)}
|