quirk-ui 0.0.196 → 0.0.197
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/index47.css +1 -1
- package/dist/components/Footer/index.js +65 -64
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/assets/index47.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._footer_1tchj_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_1tchj_8{display:flex;flex-direction:column;align-items:flex-start;gap:2rem}._utilityImage_1tchj_17{width:100%}._primaryNav_1tchj_21{display:flex;gap:var(--spacing-xl)}@media (max-width: 767px){._primaryNav_1tchj_21{flex-direction:column}}._secondaryNav_1tchj_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_1tchj_30 a:has(img){height:unset;background-color:transparent}._secondaryNav_1tchj_30 a:has(img) img{width:175px;height:auto}._secondaryNav_1tchj_30 a:has(img):hover{background-color:transparent}@media (max-width: 480px){._secondaryNav_1tchj_30{flex-direction:column-reverse}._secondaryNav_1tchj_30 nav{width:100%}}._details_1tchj_62{flex-basis:200px;display:flex;flex-direction:column;gap:var(--spacing-lg)}._nav_1tchj_69{display:flex;flex-direction:row;align-items:flex-start;gap:var(--spacing-lg);flex:1}._logo_1tchj_77{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);color:var(--color-primary)}._socialItems_1tchj_83{display:flex;align-items:center;justify-content:flex-start;gap:var(--spacing-md)}._socialItems_1tchj_83 ._group_1tchj_90{min-width:unset}._socialItems_1tchj_83 a{transition:color .3s ease-in-out;font-size:var(--font-size-xl)}._groups_1tchj_99{display:flex;flex-wrap:wrap;gap:var(--spacing-xl)}._group_1tchj_90{min-width:140px}._groupTitle_1tchj_109{font-weight:var(--font-weight-semibold);margin-bottom:var(--spacing-xs)}._sublinks_1tchj_114{position:relative;display:flex;flex-direction:column;gap:var(--spacing-sm);margin-top:var(--spacing-md)}._linkList_1tchj_122{display:flex;flex-direction:column;gap:var(--spacing-xs);list-style:none;padding:0;margin:0}._link_1tchj_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_1tchj_122 ._newTabIcon_1tchj_140{color:var(--color-muted)}._link_1tchj_122:hover,._link_1tchj_122:hover ._newTabIcon_1tchj_140{color:var(--color-primary)}._bottom_1tchj_153{text-align:left;font-size:var(--font-size-sm);color:var(--color-muted)}._left_1tchj_160 ._container_1tchj_8{justify-content:flex-start}._left_1tchj_160 ._logo_1tchj_77{flex:unset}._left_1tchj_160 ._nav_1tchj_69{flex:1}@media (max-width: 767px){._left_1tchj_160 ._logo_1tchj_77{flex:1}}._center_1tchj_180 ._nav_1tchj_69{transition:transform .3s ease-in-out,opacity .3s ease-in-out;will-change:transform,opacity}._center_1tchj_180 ._nav_1tchj_69._hidden_1tchj_186{transform:translateY(-100%);opacity:0;pointer-events:none}@media (min-width: 768px){._center_1tchj_180 ._nav_1tchj_69._visible_1tchj_193{transform:translateY(0);opacity:1;pointer-events:auto}}@media (max-width: 767px){._center_1tchj_180 ._logo_1tchj_77{flex:1}}._right_1tchj_208 ._container_1tchj_8{justify-content:flex-end}._right_1tchj_208 ._logo_1tchj_77,._right_1tchj_208 ._title_1tchj_214{flex:1}._right_1tchj_208 ._nav_1tchj_69{flex:unset}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as o, jsxs as m } from "react/jsx-runtime";
|
|
2
|
-
import { CallToAction as
|
|
3
|
-
import { ButtonGroup as
|
|
2
|
+
import { CallToAction as C } from "../CallToAction/index.js";
|
|
3
|
+
import { ButtonGroup as V } from "../ButtonGroup/index.js";
|
|
4
4
|
import d from "react";
|
|
5
|
-
import { c as
|
|
5
|
+
import { c as E } from "../../createLucideIcon-C8GTh_Qx.js";
|
|
6
6
|
import '../../assets/index47.css';/**
|
|
7
7
|
* @license lucide-react v0.488.0 - ISC
|
|
8
8
|
*
|
|
@@ -13,14 +13,14 @@ const M = [
|
|
|
13
13
|
["path", { d: "M15 3h6v6", key: "1q9fwt" }],
|
|
14
14
|
["path", { d: "M10 14 21 3", key: "gplh6r" }],
|
|
15
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 =
|
|
17
|
-
var
|
|
16
|
+
], L = E("external-link", M);
|
|
17
|
+
var I = {
|
|
18
18
|
color: void 0,
|
|
19
19
|
size: void 0,
|
|
20
20
|
className: void 0,
|
|
21
21
|
style: void 0,
|
|
22
22
|
attr: void 0
|
|
23
|
-
},
|
|
23
|
+
}, O = d.createContext && /* @__PURE__ */ d.createContext(I), $ = ["attr", "size", "title"];
|
|
24
24
|
function F(e, t) {
|
|
25
25
|
if (e == null) return {};
|
|
26
26
|
var r = k(e, t), a, l;
|
|
@@ -61,7 +61,7 @@ function x(e, t) {
|
|
|
61
61
|
}
|
|
62
62
|
return r;
|
|
63
63
|
}
|
|
64
|
-
function
|
|
64
|
+
function b(e) {
|
|
65
65
|
for (var t = 1; t < arguments.length; t++) {
|
|
66
66
|
var r = arguments[t] != null ? arguments[t] : {};
|
|
67
67
|
t % 2 ? x(Object(r), !0).forEach(function(a) {
|
|
@@ -89,15 +89,15 @@ function D(e, t) {
|
|
|
89
89
|
}
|
|
90
90
|
return (t === "string" ? String : Number)(e);
|
|
91
91
|
}
|
|
92
|
-
function
|
|
93
|
-
return e && e.map((t, r) => /* @__PURE__ */ d.createElement(t.tag,
|
|
92
|
+
function P(e) {
|
|
93
|
+
return e && e.map((t, r) => /* @__PURE__ */ d.createElement(t.tag, b({
|
|
94
94
|
key: r
|
|
95
|
-
}, t.attr),
|
|
95
|
+
}, t.attr), P(t.child)));
|
|
96
96
|
}
|
|
97
|
-
function
|
|
97
|
+
function h(e) {
|
|
98
98
|
return (t) => /* @__PURE__ */ d.createElement(A, v({
|
|
99
|
-
attr:
|
|
100
|
-
}, t),
|
|
99
|
+
attr: b({}, e.attr)
|
|
100
|
+
}, t), P(e.child));
|
|
101
101
|
}
|
|
102
102
|
function A(e) {
|
|
103
103
|
var t = (r) => {
|
|
@@ -105,39 +105,39 @@ function A(e) {
|
|
|
105
105
|
attr: a,
|
|
106
106
|
size: l,
|
|
107
107
|
title: u
|
|
108
|
-
} = e,
|
|
108
|
+
} = e, p = F(e, $), f = l || r.size || "1em", s;
|
|
109
109
|
return r.className && (s = r.className), e.className && (s = (s ? s + " " : "") + e.className), /* @__PURE__ */ d.createElement("svg", v({
|
|
110
110
|
stroke: "currentColor",
|
|
111
111
|
fill: "currentColor",
|
|
112
112
|
strokeWidth: "0"
|
|
113
|
-
}, r.attr, a,
|
|
113
|
+
}, r.attr, a, p, {
|
|
114
114
|
className: s,
|
|
115
|
-
style:
|
|
115
|
+
style: b(b({
|
|
116
116
|
color: e.color || r.color
|
|
117
117
|
}, r.style), e.style),
|
|
118
|
-
height:
|
|
119
|
-
width:
|
|
118
|
+
height: f,
|
|
119
|
+
width: f,
|
|
120
120
|
xmlns: "http://www.w3.org/2000/svg"
|
|
121
121
|
}), u && /* @__PURE__ */ d.createElement("title", null, u), e.children);
|
|
122
122
|
};
|
|
123
|
-
return
|
|
123
|
+
return O !== void 0 ? /* @__PURE__ */ d.createElement(O.Consumer, null, (r) => t(r)) : t(I);
|
|
124
124
|
}
|
|
125
125
|
function W(e) {
|
|
126
|
-
return
|
|
126
|
+
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
127
|
}
|
|
128
128
|
function q(e) {
|
|
129
|
-
return
|
|
129
|
+
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
130
|
}
|
|
131
131
|
function G(e) {
|
|
132
|
-
return
|
|
132
|
+
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
133
|
}
|
|
134
134
|
function K(e) {
|
|
135
|
-
return
|
|
135
|
+
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
136
|
}
|
|
137
137
|
function Y(e) {
|
|
138
|
-
return
|
|
138
|
+
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
139
|
}
|
|
140
|
-
const Q = "
|
|
140
|
+
const Q = "_footer_1tchj_1", R = "_container_1tchj_8", U = "_utilityImage_1tchj_17", J = "_primaryNav_1tchj_21", X = "_secondaryNav_1tchj_30", Z = "_details_1tchj_62", ee = "_nav_1tchj_69", te = "_logo_1tchj_77", re = "_socialItems_1tchj_83", ae = "_group_1tchj_90", ne = "_groups_1tchj_99", ce = "_groupTitle_1tchj_109", oe = "_sublinks_1tchj_114", ie = "_link_1tchj_122", le = "_newTabIcon_1tchj_140", se = "_bottom_1tchj_153", n = {
|
|
141
141
|
footer: Q,
|
|
142
142
|
container: R,
|
|
143
143
|
utilityImage: U,
|
|
@@ -149,18 +149,19 @@ const Q = "_footer_57t50_1", R = "_container_57t50_8", U = "_utilityImage_57t50_
|
|
|
149
149
|
socialItems: re,
|
|
150
150
|
group: ae,
|
|
151
151
|
groups: ne,
|
|
152
|
-
groupTitle:
|
|
152
|
+
groupTitle: ce,
|
|
153
153
|
sublinks: oe,
|
|
154
|
-
link:
|
|
155
|
-
|
|
156
|
-
|
|
154
|
+
link: ie,
|
|
155
|
+
newTabIcon: le,
|
|
156
|
+
bottom: se
|
|
157
|
+
}, ue = {
|
|
157
158
|
Facebook: W,
|
|
158
159
|
Twitter: K,
|
|
159
160
|
LinkedIn: G,
|
|
160
161
|
Instagram: q,
|
|
161
162
|
YouTube: Y
|
|
162
163
|
};
|
|
163
|
-
function
|
|
164
|
+
function ve({
|
|
164
165
|
// title,
|
|
165
166
|
logo: e,
|
|
166
167
|
items: t,
|
|
@@ -169,47 +170,47 @@ function he({
|
|
|
169
170
|
utilityItems: l,
|
|
170
171
|
socialItems: u,
|
|
171
172
|
// alignment = "right",
|
|
172
|
-
copyright:
|
|
173
|
-
className:
|
|
173
|
+
copyright: p,
|
|
174
|
+
className: f
|
|
174
175
|
}) {
|
|
175
|
-
const s = (
|
|
176
|
+
const s = (c, g = "", z = !1) => c.map((i) => {
|
|
176
177
|
var w;
|
|
177
|
-
console.log("QUI LINK",
|
|
178
|
-
const
|
|
179
|
-
href:
|
|
180
|
-
target:
|
|
181
|
-
rel:
|
|
178
|
+
console.log("QUI LINK", i);
|
|
179
|
+
const j = `${g}/${i.label}`, N = (w = i.sublinks) == null ? void 0 : w.length, _ = !!i.href, y = ue[i.icon], S = _ ? "a" : "div", T = _ ? {
|
|
180
|
+
href: i.href,
|
|
181
|
+
target: i.isExternal ? "_blank" : "_self",
|
|
182
|
+
rel: i.isExternal ? "noopener noreferrer" : void 0,
|
|
182
183
|
role: "menuitem",
|
|
183
|
-
"aria-label":
|
|
184
|
+
"aria-label": i.label
|
|
184
185
|
} : {
|
|
185
186
|
role: "menuitem",
|
|
186
|
-
"aria-label":
|
|
187
|
+
"aria-label": i.label
|
|
187
188
|
};
|
|
188
189
|
return /* @__PURE__ */ m("div", { className: `${n.group}`, children: [
|
|
189
190
|
/* @__PURE__ */ m(
|
|
190
191
|
S,
|
|
191
192
|
{
|
|
192
|
-
className: `${_ ? n.link : ""} ${
|
|
193
|
-
...
|
|
193
|
+
className: `${_ ? n.link : ""} ${N ? n.groupTitle : ""}`,
|
|
194
|
+
...T,
|
|
194
195
|
children: [
|
|
195
|
-
!
|
|
196
|
+
!z && i.label,
|
|
196
197
|
y && /* @__PURE__ */ o(y, {}),
|
|
197
|
-
!y &&
|
|
198
|
+
!y && i.isExternal && /* @__PURE__ */ o(L, { className: n.newTabIcon, size: 16 })
|
|
198
199
|
]
|
|
199
200
|
}
|
|
200
201
|
),
|
|
201
|
-
|
|
202
|
+
N && /* @__PURE__ */ o(
|
|
202
203
|
"div",
|
|
203
204
|
{
|
|
204
205
|
className: `${n.sublinks}`,
|
|
205
206
|
role: "menu",
|
|
206
|
-
"aria-label": `${
|
|
207
|
-
children: s(
|
|
207
|
+
"aria-label": `${i.label} submenu`,
|
|
208
|
+
children: s(i.sublinks, j)
|
|
208
209
|
}
|
|
209
210
|
)
|
|
210
|
-
] },
|
|
211
|
+
] }, j);
|
|
211
212
|
});
|
|
212
|
-
return /* @__PURE__ */ o("footer", { className: `${
|
|
213
|
+
return /* @__PURE__ */ o("footer", { className: `${f ?? ""} ${n.footer}`, children: /* @__PURE__ */ m("div", { className: n.container, children: [
|
|
213
214
|
/* @__PURE__ */ m("div", { className: n.primaryNav, children: [
|
|
214
215
|
/* @__PURE__ */ m("div", { className: n.details, children: [
|
|
215
216
|
e && /* @__PURE__ */ m("div", { className: n.logo, children: [
|
|
@@ -223,31 +224,31 @@ function he({
|
|
|
223
224
|
/* @__PURE__ */ o("nav", { className: n.nav, id: "footer-menu", role: "menubar", children: /* @__PURE__ */ o("div", { className: n.groups, children: s(t, "", !1) }) })
|
|
224
225
|
] }),
|
|
225
226
|
/* @__PURE__ */ m("div", { className: n.secondaryNav, children: [
|
|
226
|
-
|
|
227
|
-
l && /* @__PURE__ */ o("nav", { className: n.utility, children: /* @__PURE__ */ o(
|
|
228
|
-
|
|
227
|
+
p && /* @__PURE__ */ o("div", { className: n.bottom, children: /* @__PURE__ */ o("span", { children: p }) }),
|
|
228
|
+
l && /* @__PURE__ */ o("nav", { className: n.utility, children: /* @__PURE__ */ o(V, { orientation: "horizontal", children: l.map((c, g) => /* @__PURE__ */ o(
|
|
229
|
+
C,
|
|
229
230
|
{
|
|
230
231
|
as: "a",
|
|
231
|
-
href:
|
|
232
|
-
variant:
|
|
233
|
-
displayType:
|
|
234
|
-
imageSrc:
|
|
235
|
-
imageAlt:
|
|
236
|
-
"aria-label":
|
|
237
|
-
children:
|
|
232
|
+
href: c.href ?? "/",
|
|
233
|
+
variant: c.variant ?? "primary",
|
|
234
|
+
displayType: c.displayType ?? "text",
|
|
235
|
+
imageSrc: c.imageSrc,
|
|
236
|
+
imageAlt: c.imageAlt,
|
|
237
|
+
"aria-label": c.ariaLabel ?? c.label,
|
|
238
|
+
children: c.imageSrc ? /* @__PURE__ */ o(
|
|
238
239
|
"img",
|
|
239
240
|
{
|
|
240
241
|
className: n.utilityImage,
|
|
241
|
-
src:
|
|
242
|
-
"aria-label":
|
|
242
|
+
src: c.imageSrc,
|
|
243
|
+
"aria-label": c.imageAlt ?? c.ariaLabel ?? c.label
|
|
243
244
|
}
|
|
244
|
-
) :
|
|
245
|
+
) : c.label
|
|
245
246
|
},
|
|
246
|
-
|
|
247
|
+
c._key || g
|
|
247
248
|
)) }) })
|
|
248
249
|
] })
|
|
249
250
|
] }) });
|
|
250
251
|
}
|
|
251
252
|
export {
|
|
252
|
-
|
|
253
|
+
ve as Footer
|
|
253
254
|
};
|
package/dist/styles.css
CHANGED
|
@@ -44,5 +44,5 @@ ul._list_4w9h5_1{list-style-type:none;padding:0;margin:0}ol._list_4w9h5_1{list-s
|
|
|
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
45
|
:root{--nav-height: 65px}._navbar_937v2_5{position:relative;height:var(--nav-height)}._left_937v2_18 ._container_937v2_19{justify-content:flex-start}._left_937v2_18 ._logo_937v2_23{flex:unset}._left_937v2_18 ._nav_937v2_5{flex:1}@media (max-width: 767px){._left_937v2_18 ._logo_937v2_23{flex:1}}._center_937v2_38 ._nav_937v2_5{transition:transform .3s ease-in-out,opacity .3s ease-in-out;will-change:transform,opacity}._center_937v2_38 ._nav_937v2_5._hidden_937v2_44{transform:translateY(-100%);opacity:0;pointer-events:none}@media (min-width: 768px){._center_937v2_38 ._nav_937v2_5._visible_937v2_51{transform:translateY(0);opacity:1;pointer-events:auto}}@media (max-width: 767px){._center_937v2_38 ._logo_937v2_23{flex:1}}._right_937v2_66 ._container_937v2_19{justify-content:flex-end}._right_937v2_66 ._logo_937v2_23,._right_937v2_66 ._title_937v2_72{flex:1}._right_937v2_66 ._nav_937v2_5{flex:unset}._default_937v2_81 ._sublinks_937v2_82{position:fixed;left:0;right:0;top:100%;padding-top:1rem}@media (max-width: 767px){._default_937v2_81 ._sublinks_937v2_82{position:relative}}._default_937v2_81 ._sublinksInner_937v2_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_937v2_81 ._sublinksInner_937v2_94{grid-template-columns:1fr;width:auto;min-height:unset}}._default_937v2_81 ._linkItem_937v2_108{justify-content:flex-start}._minimal_937v2_113{left:0;background-color:#fff}._minimal_937v2_113 ._menuToggle_937v2_117{grid-area:unset}._minimal_937v2_113 ._linkWrapper_937v2_121{position:relative}._minimal_937v2_113 ._sublinks_937v2_82{position:absolute;right:0;width:auto}@media (max-width: 767px){._minimal_937v2_113 ._sublinks_937v2_82{position:relative;justify-content:center;align-items:center}}._minimal_937v2_113 ._sublinksInner_937v2_94{display:flex;flex-direction:column;min-width:125px;justify-content:flex-end;align-items:flex-end}@media (max-width: 767px){._minimal_937v2_113 ._sublinksInner_937v2_94{justify-content:center;align-items:center}}._minimal_937v2_113 ._linkItem_937v2_108{justify-content:flex-end}@media (max-width: 767px){._minimal_937v2_113 ._linkItem_937v2_108{justify-content:center;align-items:center}}._minimal_937v2_113 ._triangle_937v2_159{display:none}._transparent_937v2_164{background-color:transparent}._transparent_937v2_164 ._nav_937v2_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_937v2_164 ._nav_937v2_5{padding:var(--nav-height) 0 0;background:#fffffff2;border-radius:0;top:0!important;left:0!important;height:100vh}._transparent_937v2_164 ._nav_937v2_5:before{border-radius:0}}._transparent_937v2_164 ._menuToggle_937v2_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_937v2_216{position:fixed;top:var(--spacing-md);left:0;right:0;z-index:1000;width:100%}._container_937v2_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_937v2_19{grid-template-areas:"first second third fourth"}}._container_937v2_19._twoColumn_937v2_245{grid-template-columns:minmax(auto,1fr) auto;grid-template-areas:"first second"}._title_937v2_72{grid-area:first;color:var(--color-text-primary);font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold)}._logo_937v2_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_937v2_23 img{height:auto;width:auto}._menuToggle_937v2_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_937v2_117 svg{position:relative;z-index:5}._utilityMobile_937v2_292{display:none;grid-area:third;justify-content:flex-end}._utility_937v2_292{grid-area:third;display:flex;justify-content:flex-end}._utility_937v2_292 a{font-size:var(--font-size-sm)}._nav_937v2_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_937v2_5{height:100vh}}._navInner_937v2_320{position:relative}@media (max-width: 767px){._navInner_937v2_320{margin:var(--spacing-xl) auto 0;min-width:300px}}._grid_937v2_329{display:grid;align-items:center;grid-auto-flow:column}@media (max-width: 767px){._grid_937v2_329{display:flex;flex-direction:column}}._linkItem_937v2_108{display:flex;align-items:center;box-sizing:border-box}._sublinkToggle_937v2_354,._link_937v2_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}._link_937v2_108:hover,._sublinkToggle_937v2_354:hover,._sublinkToggle_937v2_354._open_937v2_368,._navItem_937v2_372:hover{color:var(--color-primary)}._sublinkToggle_937v2_354{background:none;border:none;display:flex;align-items:center;cursor:pointer;color:var(--color-text-primary)}._sublinks_937v2_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_937v2_82._show_937v2_419{max-height:500px;opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}._triangle_937v2_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_937v2_159._show_937v2_419{top:calc(100% + .3rem);opacity:1;visibility:visible}._sublinksInner_937v2_94{background-color:var(--color-background);box-shadow:0 6px 8px #0000001a;border-radius:var(--radius-md)}@media (max-width: 767px){._sublinksInner_937v2_94{display:flex;flex-direction:column;width:unset;max-width:unset;min-height:unset;background-color:unset;box-shadow:unset;border-radius:unset}}._sublinksColumn_937v2_467{display:flex;flex-direction:column;padding:var(--spacing-md)}@media (max-width: 767px){._sublinksColumn_937v2_467{padding:0}}._chevron_937v2_477{transition:transform .3s ease;display:flex;align-items:center;justify-content:center;margin-top:2px}._sublinkToggle_937v2_354._open_937v2_368 ._chevron_937v2_477{transform:rotate(180deg)}@media (max-width: 767px){._logo_937v2_23{flex:1}._menuToggle_937v2_117{display:flex;align-items:center;justify-content:center}._utility_937v2_292 a:not(._utility_937v2_292 a:first-of-type){display:none}._utilityMobile_937v2_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_937v2_292._open_937v2_368{transform:translateY(0)}._nav_937v2_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_937v2_5._open_937v2_368{transform:translate(0)}._linkWrapper_937v2_121{flex-direction:column;width:100%;max-width:300px;margin:0 auto;padding:var(--spacing-sm) 0}._linkWrapper_937v2_121._parent_937v2_556{border-bottom:1px solid var(--color-border)}._linkWrapper_937v2_121._parent_937v2_556:last-of-type{border:none}._linkItem_937v2_108{width:100%}._chevron_937v2_477{display:none}._sublinks_937v2_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_937v2_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_1tchj_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_1tchj_8{display:flex;flex-direction:column;align-items:flex-start;gap:2rem}._utilityImage_1tchj_17{width:100%}._primaryNav_1tchj_21{display:flex;gap:var(--spacing-xl)}@media (max-width: 767px){._primaryNav_1tchj_21{flex-direction:column}}._secondaryNav_1tchj_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_1tchj_30 a:has(img){height:unset;background-color:transparent}._secondaryNav_1tchj_30 a:has(img) img{width:175px;height:auto}._secondaryNav_1tchj_30 a:has(img):hover{background-color:transparent}@media (max-width: 480px){._secondaryNav_1tchj_30{flex-direction:column-reverse}._secondaryNav_1tchj_30 nav{width:100%}}._details_1tchj_62{flex-basis:200px;display:flex;flex-direction:column;gap:var(--spacing-lg)}._nav_1tchj_69{display:flex;flex-direction:row;align-items:flex-start;gap:var(--spacing-lg);flex:1}._logo_1tchj_77{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);color:var(--color-primary)}._socialItems_1tchj_83{display:flex;align-items:center;justify-content:flex-start;gap:var(--spacing-md)}._socialItems_1tchj_83 ._group_1tchj_90{min-width:unset}._socialItems_1tchj_83 a{transition:color .3s ease-in-out;font-size:var(--font-size-xl)}._groups_1tchj_99{display:flex;flex-wrap:wrap;gap:var(--spacing-xl)}._group_1tchj_90{min-width:140px}._groupTitle_1tchj_109{font-weight:var(--font-weight-semibold);margin-bottom:var(--spacing-xs)}._sublinks_1tchj_114{position:relative;display:flex;flex-direction:column;gap:var(--spacing-sm);margin-top:var(--spacing-md)}._linkList_1tchj_122{display:flex;flex-direction:column;gap:var(--spacing-xs);list-style:none;padding:0;margin:0}._link_1tchj_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_1tchj_122 ._newTabIcon_1tchj_140{color:var(--color-muted)}._link_1tchj_122:hover,._link_1tchj_122:hover ._newTabIcon_1tchj_140{color:var(--color-primary)}._bottom_1tchj_153{text-align:left;font-size:var(--font-size-sm);color:var(--color-muted)}._left_1tchj_160 ._container_1tchj_8{justify-content:flex-start}._left_1tchj_160 ._logo_1tchj_77{flex:unset}._left_1tchj_160 ._nav_1tchj_69{flex:1}@media (max-width: 767px){._left_1tchj_160 ._logo_1tchj_77{flex:1}}._center_1tchj_180 ._nav_1tchj_69{transition:transform .3s ease-in-out,opacity .3s ease-in-out;will-change:transform,opacity}._center_1tchj_180 ._nav_1tchj_69._hidden_1tchj_186{transform:translateY(-100%);opacity:0;pointer-events:none}@media (min-width: 768px){._center_1tchj_180 ._nav_1tchj_69._visible_1tchj_193{transform:translateY(0);opacity:1;pointer-events:auto}}@media (max-width: 767px){._center_1tchj_180 ._logo_1tchj_77{flex:1}}._right_1tchj_208 ._container_1tchj_8{justify-content:flex-end}._right_1tchj_208 ._logo_1tchj_77,._right_1tchj_208 ._title_1tchj_214{flex:1}._right_1tchj_208 ._nav_1tchj_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)}
|