quirk-ui 0.1.64 → 0.1.66
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/HeroSubComponents-DeLtujvq.cjs +6 -0
- package/dist/{HeroSubComponents-TMn2dfmU.js → HeroSubComponents-DgaUarpC.js} +50 -50
- package/dist/HeroSubComponents.css +1 -1
- package/dist/NavLink-BtJL5-mk.cjs +1 -0
- package/dist/NavLink-DefgopKI.js +157 -0
- package/dist/NavLink.css +1 -1
- package/dist/core/components/NavBar/NavLink.cjs +1 -1
- package/dist/core/components/NavBar/NavLink.mjs +1 -1
- package/dist/core/components/NavBar/index.cjs +1 -1
- package/dist/core/components/NavBar/index.mjs +1 -1
- package/dist/index13.css +1 -1
- package/dist/next/blocks/HeroBlock/HeroSubComponents.cjs +1 -1
- package/dist/next/blocks/HeroBlock/HeroSubComponents.mjs +1 -1
- package/dist/next/blocks/HeroBlock/index.cjs +1 -1
- package/dist/next/blocks/HeroBlock/index.mjs +1 -1
- package/dist/next/blocks/TabsBlock/index.cjs +1 -1
- package/dist/next/blocks/TabsBlock/index.mjs +50 -50
- package/package.json +1 -1
- package/dist/HeroSubComponents-DwgNZsms.cjs +0 -6
- package/dist/NavLink-C-5CMVbY.js +0 -157
- package/dist/NavLink-jo7UkB6D.cjs +0 -1
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";require('./HeroSubComponents.css');const t=require("react/jsx-runtime"),l=require("react"),y=require("./next/utils/mediaUtils.cjs"),v=require("./createLucideIcon-DpotSgUx.cjs"),w=require("./play-CQBnZgNa.cjs");/**
|
|
2
|
+
* @license lucide-react v0.488.0 - ISC
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the ISC license.
|
|
5
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/const p=[["rect",{x:"14",y:"4",width:"4",height:"16",rx:"1",key:"zuxfzm"}],["rect",{x:"6",y:"4",width:"4",height:"16",rx:"1",key:"1okwgv"}]],x=v.createLucideIcon("pause",p),b="_hero_1yw6g_1",j="_container_1yw6g_7",C="_heading_1yw6g_15",N="_text_1yw6g_22",k="_eyebrow_1yw6g_37",B="_disclaimer_1yw6g_41",V="_articleDetails_1yw6g_53",I="_articleType_1yw6g_66",E="_articleCategories_1yw6g_80",q="_category_1yw6g_86",z="_number_1yw6g_102",T="_blog_1yw6g_129",H="_overlay_1yw6g_155",R="_tile_1yw6g_225",D="_fullBleed_1yw6g_326",F="_media_1yw6g_353",P="_splitAlt_1yw6g_442",A="_split_1yw6g_442",L="_videoControl_1yw6g_516",S="_videoBackground_1yw6g_559",U="_iframe_1yw6g_560",n={hero:b,container:j,heading:C,text:N,eyebrow:k,disclaimer:B,articleDetails:V,articleType:I,articleCategories:E,category:q,number:z,default:"_default_1yw6g_125",blog:T,overlay:H,tile:R,fullBleed:D,media:F,splitAlt:P,split:A,videoControl:L,videoBackground:S,iframe:U},f=l.memo(function({isPlaying:e,onToggle:i}){return t.jsx("button",{type:"button",title:e?"Pause the video":"Play the video","aria-label":e?"Pause video":"Play video",className:n.videoControl,onClick:i,children:e?t.jsx(x,{size:18,"aria-hidden":!0}):t.jsx(w.Play,{size:18,"aria-hidden":!0})})}),g=l.memo(function({url:e,provider:i,wrapperClassName:a,iframeClassName:s}){const r=y.buildEmbedSrc(e,i);return t.jsx("div",{className:a,children:t.jsx("iframe",{src:r,className:s,allow:"autoplay; fullscreen",allowFullScreen:!0,title:"Embedded video","aria-label":"Background video"})})}),h=l.memo(l.forwardRef(function({src:e,autoPlay:i,posterUrl:a,wrapperClassName:s,videoClassName:r,isPlaying:c,onToggle:u},m){const d=l.useRef(null);return l.useImperativeHandle(m,()=>({play(){var o;(o=d.current)==null||o.play().catch(()=>{})},pause(){var o;(o=d.current)==null||o.pause()}})),l.useEffect(()=>{const o=d.current;o&&(c?o.play().catch(()=>{}):o.pause())},[c]),t.jsxs("div",{className:s,style:{position:"relative"},children:[t.jsx(f,{isPlaying:c,onToggle:u}),t.jsx("video",{ref:d,src:e,autoPlay:i,loop:!0,muted:!0,playsInline:!0,poster:a,preload:"metadata",className:r,"aria-label":"Background video"})]})})),$=l.memo(function({url:e,autoPlay:i,posterUrl:a,isPlaying:s,onToggle:r,variant:c}){const u=e.includes("vimeo.com"),m=e.includes("youtube.com")||e.includes("youtu.be"),d=u||m,o=u?"vimeo":"youtube";return c==="inline"?d?t.jsx(g,{url:e,provider:o,wrapperClassName:n.media}):t.jsx(h,{src:e,autoPlay:i,posterUrl:a,wrapperClassName:n.media,isPlaying:s,onToggle:r}):d?t.jsx(g,{url:e,provider:o,wrapperClassName:n.videoBackground,iframeClassName:n.iframe}):t.jsx(h,{src:e,autoPlay:i,posterUrl:a,videoClassName:n.videoBackground,isPlaying:s,onToggle:r})}),Y=l.memo(function({image:e,mode:i,variant:a,imageAdapter:s}){const r=y.resolveImageUrl(e,i,"medium");if(!r)return null;const c=y.resolveAltText(e,i),u=t.jsx("img",{fetchPriority:"high",src:r,alt:c,draggable:!1,style:a==="fill"?{objectFit:"cover",width:"100%",height:"100%"}:{width:"100%",height:"100%"}});return s?t.jsx("div",{className:n.media,children:a==="fill"?s.render({src:r,alt:c,fill:!0,priority:!0,fetchPriority:"high",style:{objectFit:"cover"},draggable:!1,sizes:"(max-width: 767px) 600px, 1200px"}):s.render({src:r,alt:c,width:650,height:750,priority:!0,fetchPriority:"high"})}):t.jsx("div",{className:n.media,children:u})});exports.HeroImage=Y;exports.NativeVideo=h;exports.VideoBlock=$;exports.VideoControl=f;exports.VideoEmbed=g;exports.styles=n;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { memo as
|
|
3
|
-
import { buildEmbedSrc as
|
|
1
|
+
import { jsx as t, jsxs as f } from "react/jsx-runtime";
|
|
2
|
+
import { memo as u, forwardRef as h, useRef as p, useImperativeHandle as v, useEffect as w } from "react";
|
|
3
|
+
import { buildEmbedSrc as b, resolveImageUrl as x, resolveAltText as N } from "./next/utils/mediaUtils.mjs";
|
|
4
4
|
import { c as C } from "./createLucideIcon-C8GTh_Qx.js";
|
|
5
5
|
import { P as k } from "./play-DYgKiSaf.js";
|
|
6
6
|
import './HeroSubComponents.css';/**
|
|
@@ -12,7 +12,7 @@ import './HeroSubComponents.css';/**
|
|
|
12
12
|
const B = [
|
|
13
13
|
["rect", { x: "14", y: "4", width: "4", height: "16", rx: "1", key: "zuxfzm" }],
|
|
14
14
|
["rect", { x: "6", y: "4", width: "4", height: "16", rx: "1", key: "1okwgv" }]
|
|
15
|
-
], V = C("pause", B), I = "
|
|
15
|
+
], V = C("pause", B), I = "_hero_1yw6g_1", E = "_container_1yw6g_7", z = "_heading_1yw6g_15", T = "_text_1yw6g_22", j = "_eyebrow_1yw6g_37", H = "_disclaimer_1yw6g_41", P = "_articleDetails_1yw6g_53", D = "_articleType_1yw6g_66", F = "_articleCategories_1yw6g_80", R = "_category_1yw6g_86", A = "_number_1yw6g_102", S = "_blog_1yw6g_129", L = "_overlay_1yw6g_155", U = "_tile_1yw6g_225", Y = "_fullBleed_1yw6g_326", q = "_media_1yw6g_353", G = "_splitAlt_1yw6g_442", J = "_split_1yw6g_442", K = "_videoControl_1yw6g_516", M = "_videoBackground_1yw6g_559", O = "_iframe_1yw6g_560", l = {
|
|
16
16
|
hero: I,
|
|
17
17
|
container: E,
|
|
18
18
|
heading: z,
|
|
@@ -24,7 +24,7 @@ const B = [
|
|
|
24
24
|
articleCategories: F,
|
|
25
25
|
category: R,
|
|
26
26
|
number: A,
|
|
27
|
-
default: "
|
|
27
|
+
default: "_default_1yw6g_125",
|
|
28
28
|
blog: S,
|
|
29
29
|
overlay: L,
|
|
30
30
|
tile: U,
|
|
@@ -35,11 +35,11 @@ const B = [
|
|
|
35
35
|
videoControl: K,
|
|
36
36
|
videoBackground: M,
|
|
37
37
|
iframe: O
|
|
38
|
-
}, Q =
|
|
38
|
+
}, Q = u(function({
|
|
39
39
|
isPlaying: e,
|
|
40
40
|
onToggle: i
|
|
41
41
|
}) {
|
|
42
|
-
return /* @__PURE__ */
|
|
42
|
+
return /* @__PURE__ */ t(
|
|
43
43
|
"button",
|
|
44
44
|
{
|
|
45
45
|
type: "button",
|
|
@@ -47,17 +47,17 @@ const B = [
|
|
|
47
47
|
"aria-label": e ? "Pause video" : "Play video",
|
|
48
48
|
className: l.videoControl,
|
|
49
49
|
onClick: i,
|
|
50
|
-
children: e ? /* @__PURE__ */
|
|
50
|
+
children: e ? /* @__PURE__ */ t(V, { size: 18, "aria-hidden": !0 }) : /* @__PURE__ */ t(k, { size: 18, "aria-hidden": !0 })
|
|
51
51
|
}
|
|
52
52
|
);
|
|
53
|
-
}),
|
|
53
|
+
}), y = u(function({
|
|
54
54
|
url: e,
|
|
55
55
|
provider: i,
|
|
56
56
|
wrapperClassName: s,
|
|
57
57
|
iframeClassName: a
|
|
58
58
|
}) {
|
|
59
|
-
const r =
|
|
60
|
-
return /* @__PURE__ */
|
|
59
|
+
const r = b(e, i);
|
|
60
|
+
return /* @__PURE__ */ t("div", { className: s, children: /* @__PURE__ */ t(
|
|
61
61
|
"iframe",
|
|
62
62
|
{
|
|
63
63
|
src: r,
|
|
@@ -68,37 +68,37 @@ const B = [
|
|
|
68
68
|
"aria-label": "Background video"
|
|
69
69
|
}
|
|
70
70
|
) });
|
|
71
|
-
}),
|
|
72
|
-
|
|
71
|
+
}), g = u(
|
|
72
|
+
h(function({
|
|
73
73
|
src: e,
|
|
74
74
|
autoPlay: i,
|
|
75
75
|
posterUrl: s,
|
|
76
76
|
wrapperClassName: a,
|
|
77
77
|
videoClassName: r,
|
|
78
78
|
isPlaying: c,
|
|
79
|
-
onToggle:
|
|
80
|
-
},
|
|
81
|
-
const
|
|
82
|
-
return
|
|
79
|
+
onToggle: d
|
|
80
|
+
}, m) {
|
|
81
|
+
const n = p(null);
|
|
82
|
+
return v(m, () => ({
|
|
83
83
|
play() {
|
|
84
|
-
var
|
|
85
|
-
(
|
|
84
|
+
var o;
|
|
85
|
+
(o = n.current) == null || o.play().catch(() => {
|
|
86
86
|
});
|
|
87
87
|
},
|
|
88
88
|
pause() {
|
|
89
|
-
var
|
|
90
|
-
(
|
|
89
|
+
var o;
|
|
90
|
+
(o = n.current) == null || o.pause();
|
|
91
91
|
}
|
|
92
|
-
})),
|
|
93
|
-
const
|
|
94
|
-
|
|
95
|
-
}) :
|
|
96
|
-
}, [c]), /* @__PURE__ */
|
|
97
|
-
/* @__PURE__ */
|
|
98
|
-
/* @__PURE__ */
|
|
92
|
+
})), w(() => {
|
|
93
|
+
const o = n.current;
|
|
94
|
+
o && (c ? o.play().catch(() => {
|
|
95
|
+
}) : o.pause());
|
|
96
|
+
}, [c]), /* @__PURE__ */ f("div", { className: a, style: { position: "relative" }, children: [
|
|
97
|
+
/* @__PURE__ */ t(Q, { isPlaying: c, onToggle: d }),
|
|
98
|
+
/* @__PURE__ */ t(
|
|
99
99
|
"video",
|
|
100
100
|
{
|
|
101
|
-
ref:
|
|
101
|
+
ref: n,
|
|
102
102
|
src: e,
|
|
103
103
|
autoPlay: i,
|
|
104
104
|
loop: !0,
|
|
@@ -112,7 +112,7 @@ const B = [
|
|
|
112
112
|
)
|
|
113
113
|
] });
|
|
114
114
|
})
|
|
115
|
-
),
|
|
115
|
+
), te = u(function({
|
|
116
116
|
url: e,
|
|
117
117
|
autoPlay: i,
|
|
118
118
|
posterUrl: s,
|
|
@@ -120,16 +120,16 @@ const B = [
|
|
|
120
120
|
onToggle: r,
|
|
121
121
|
variant: c
|
|
122
122
|
}) {
|
|
123
|
-
const
|
|
124
|
-
return c === "inline" ?
|
|
125
|
-
|
|
123
|
+
const d = e.includes("vimeo.com"), m = e.includes("youtube.com") || e.includes("youtu.be"), n = d || m, o = d ? "vimeo" : "youtube";
|
|
124
|
+
return c === "inline" ? n ? /* @__PURE__ */ t(
|
|
125
|
+
y,
|
|
126
126
|
{
|
|
127
127
|
url: e,
|
|
128
|
-
provider:
|
|
128
|
+
provider: o,
|
|
129
129
|
wrapperClassName: l.media
|
|
130
130
|
}
|
|
131
|
-
) : /* @__PURE__ */
|
|
132
|
-
|
|
131
|
+
) : /* @__PURE__ */ t(
|
|
132
|
+
g,
|
|
133
133
|
{
|
|
134
134
|
src: e,
|
|
135
135
|
autoPlay: i,
|
|
@@ -138,16 +138,16 @@ const B = [
|
|
|
138
138
|
isPlaying: a,
|
|
139
139
|
onToggle: r
|
|
140
140
|
}
|
|
141
|
-
) :
|
|
142
|
-
|
|
141
|
+
) : n ? /* @__PURE__ */ t(
|
|
142
|
+
y,
|
|
143
143
|
{
|
|
144
144
|
url: e,
|
|
145
|
-
provider:
|
|
145
|
+
provider: o,
|
|
146
146
|
wrapperClassName: l.videoBackground,
|
|
147
147
|
iframeClassName: l.iframe
|
|
148
148
|
}
|
|
149
|
-
) : /* @__PURE__ */
|
|
150
|
-
|
|
149
|
+
) : /* @__PURE__ */ t(
|
|
150
|
+
g,
|
|
151
151
|
{
|
|
152
152
|
src: e,
|
|
153
153
|
autoPlay: i,
|
|
@@ -157,15 +157,15 @@ const B = [
|
|
|
157
157
|
onToggle: r
|
|
158
158
|
}
|
|
159
159
|
);
|
|
160
|
-
}),
|
|
160
|
+
}), oe = u(function({
|
|
161
161
|
image: e,
|
|
162
162
|
mode: i,
|
|
163
163
|
variant: s,
|
|
164
164
|
imageAdapter: a
|
|
165
165
|
}) {
|
|
166
|
-
const r =
|
|
166
|
+
const r = x(e, i, "medium");
|
|
167
167
|
if (!r) return null;
|
|
168
|
-
const c = N(e, i),
|
|
168
|
+
const c = N(e, i), d = /* @__PURE__ */ t(
|
|
169
169
|
"img",
|
|
170
170
|
{
|
|
171
171
|
fetchPriority: "high",
|
|
@@ -175,7 +175,7 @@ const B = [
|
|
|
175
175
|
style: s === "fill" ? { objectFit: "cover", width: "100%", height: "100%" } : { width: "100%", height: "100%" }
|
|
176
176
|
}
|
|
177
177
|
);
|
|
178
|
-
return a ? /* @__PURE__ */
|
|
178
|
+
return a ? /* @__PURE__ */ t("div", { className: l.media, children: s === "fill" ? a.render({
|
|
179
179
|
src: r,
|
|
180
180
|
alt: c,
|
|
181
181
|
fill: !0,
|
|
@@ -191,13 +191,13 @@ const B = [
|
|
|
191
191
|
height: 750,
|
|
192
192
|
priority: !0,
|
|
193
193
|
fetchPriority: "high"
|
|
194
|
-
}) }) : /* @__PURE__ */
|
|
194
|
+
}) }) : /* @__PURE__ */ t("div", { className: l.media, children: d });
|
|
195
195
|
});
|
|
196
196
|
export {
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
197
|
+
oe as H,
|
|
198
|
+
g as N,
|
|
199
|
+
te as V,
|
|
200
200
|
Q as a,
|
|
201
|
-
b,
|
|
201
|
+
y as b,
|
|
202
202
|
l as s
|
|
203
203
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._hero_1yw6g_1{width:100%;padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl)}._container_1yw6g_7{width:100%;max-width:var(--layout-width, 1300px);margin:0 auto;padding-left:var(--spacing-md);padding-right:var(--spacing-md)}._heading_1yw6g_15{display:flex;flex-direction:column;width:100%;flex:1;gap:var(--spacing-md)}._heading_1yw6g_15:not(:has(._text_1yw6g_22 .portableTextContainer)){gap:var(--spacing-lg)}._heading_1yw6g_15 h1,._heading_1yw6g_15 h2,._heading_1yw6g_15 h3,._heading_1yw6g_15 h4,._heading_1yw6g_15 h5,._heading_1yw6g_15 h6{width:100%;margin-block:0}._eyebrow_1yw6g_37{font-weight:var(--font-weight-bold)}._disclaimer_1yw6g_41{color:var(--color-text-primary);font-size:var(--font-size-sm)}._text_1yw6g_22{flex:1;display:flex;flex-direction:column;gap:var(--spacing-lg)}._articleDetails_1yw6g_53{color:var(--color-secondary-75);display:flex;align-items:center;margin-bottom:var(--spacing-md);gap:var(--spacing-md)}@media (max-width: 767px){._articleDetails_1yw6g_53{flex-wrap:wrap;gap:var(--spacing-md)}}._articleType_1yw6g_66{display:flex;align-items:center;justify-content:center;background-color:var(--color-secondary-75);padding:0 var(--spacing-md);color:#fff;width:auto;height:36px;border-radius:var(--radius-full);text-transform:capitalize;text-decoration:none}._articleCategories_1yw6g_80{display:flex;flex-wrap:wrap;gap:var(--spacing-sm)}._category_1yw6g_86{border:1px solid var(--color-secondary-75);display:flex;align-items:center;justify-content:center;background-color:transparent;padding:0 var(--spacing-md);color:var(--color-secondary-75);width:auto;height:36px;border-radius:var(--radius-full);text-transform:capitalize;text-decoration:none}._number_1yw6g_102{display:inline-flex;align-items:center;justify-content:center;background-color:var(--color-secondary-75);color:#fff;width:25px;height:25px;border-radius:var(--radius-full);text-transform:capitalize;margin-right:var(--spacing-xs)}._pipe_1yw6g_115{margin:0 var(--spacing-sm)}@media (max-width: 767px){._pipe_1yw6g_115._hide_1yw6g_118{display:none}}._default_1yw6g_125{position:relative}._blog_1yw6g_129{position:relative;padding:0 var(--spacing-md)}._blog_1yw6g_129 ._container_1yw6g_7{max-width:var(--layout-width, 1300px);position:relative;display:flex;align-items:flex-end;width:100%;min-height:450px;height:100%;overflow:hidden;flex-grow:1;padding:var(--nav-height) 0 0;border-radius:var(--radius-md)}._blog_1yw6g_129 ._container_1yw6g_7 img{z-index:1;transition:width .3s ease-in-out,height .3s ease-in-out}@media (max-width: 767px){._blog_1yw6g_129 ._overlay_1yw6g_155{width:100%;padding:4rem var(--spacing-md) var(--spacing-xl)}}._blog_1yw6g_129 ._text_1yw6g_22{z-index:3;position:relative;max-width:650px;background-color:var(--color-background);padding:var(--spacing-xl);border-radius:var(--radius-md)}@media (min-width: 768px){._blog_1yw6g_129 ._text_1yw6g_22{border-radius:var(--radius-md) var(--radius-md) 0 0}._blog_1yw6g_129 ._text_1yw6g_22:before{content:"";position:absolute;top:-25px;left:0;height:25px;width:20px;border-bottom-left-radius:var(--radius-md);box-shadow:-20px 20px 0 20px var(--color-background)}._blog_1yw6g_129 ._text_1yw6g_22:after{content:"";position:absolute;bottom:0;right:-20px;height:25px;width:20px;border-bottom-left-radius:var(--radius-md);box-shadow:0 10px 0 0 var(--color-background)}}._tile_1yw6g_225{position:relative;padding:var(--spacing-md)}._tile_1yw6g_225 ._container_1yw6g_7{max-width:var(--layout-width, 1300px);position:relative;display:flex;align-items:flex-end;width:100%;min-height:650px;height:100%;overflow:hidden;flex-grow:1;padding:var(--nav-height) 0 0;border-radius:var(--radius-md)}._tile_1yw6g_225 ._container_1yw6g_7 img{z-index:1;transition:width .3s ease-in-out,height .3s ease-in-out}@media (max-width: 767px){._tile_1yw6g_225 ._overlay_1yw6g_155{width:100%;padding:4rem var(--spacing-md)}}._tile_1yw6g_225 ._text_1yw6g_22{z-index:3;position:relative;max-width:650px;background-color:var(--color-background);padding:var(--spacing-xl);border-radius:var(--radius-md)}@media (min-width: 768px){._tile_1yw6g_225 ._text_1yw6g_22{border-radius:var(--radius-md) var(--radius-md) 0 0}._tile_1yw6g_225 ._text_1yw6g_22:before{content:"";position:absolute;top:-25px;left:0;height:25px;width:20px;border-bottom-left-radius:var(--radius-md);box-shadow:-20px 20px 0 20px var(--color-background)}._tile_1yw6g_225 ._text_1yw6g_22:after{content:"";position:absolute;bottom:0;right:-20px;height:25px;width:20px;border-bottom-left-radius:var(--radius-md);box-shadow:0 10px 0 0 var(--color-background)}}._fullBleed_1yw6g_326{position:relative;padding-top:0;padding-bottom:0}._fullBleed_1yw6g_326 ._container_1yw6g_7{max-width:var(--layout-width, 1300px);position:relative;display:flex;align-items:flex-end;width:100%;min-height:650px;height:100%;overflow:hidden;flex-grow:1;border-radius:0}._fullBleed_1yw6g_326 ._container_1yw6g_7 img{z-index:1;transition:width .3s ease-in-out,height .3s ease-in-out}._fullBleed_1yw6g_326 ._media_1yw6g_353{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1;border-radius:0}._fullBleed_1yw6g_326 ._media_1yw6g_353 img,._fullBleed_1yw6g_326 ._media_1yw6g_353 video,._fullBleed_1yw6g_326 ._media_1yw6g_353 iframe{width:100%;height:100%;object-fit:cover;display:block}._fullBleed_1yw6g_326 ._overlay_1yw6g_155{position:relative;z-index:1;min-height:80vh;display:flex;align-items:flex-end;padding-bottom:var(--spacing-xl);padding-top:var(--nav-height, 0px);background:linear-gradient(to top,#000000a6,#0000004d,#0000)}@media (max-width: 767px){._fullBleed_1yw6g_326 ._overlay_1yw6g_155{min-height:60vh;padding-bottom:var(--spacing-lg)}}._fullBleed_1yw6g_326 ._text_1yw6g_22{max-width:700px;color:#fff;background-color:transparent;padding:0;border-radius:0;z-index:3;position:relative;max-width:650px;background-color:var(--color-background);padding:var(--spacing-xl);margin-left:var(--spacing-md);margin-right:var(--spacing-md);margin-bottom:var(--spacing-md);border-radius:var(--radius-md)}@media (max-width: 767px){._fullBleed_1yw6g_326 ._text_1yw6g_22{margin-bottom:var(--spacing-xl);bottom:2rem}}._fullBleed_1yw6g_326 ._text_1yw6g_22:before,._fullBleed_1yw6g_326 ._text_1yw6g_22:after{display:none}._default_1yw6g_125 ._media_1yw6g_353{position:relative;width:100%;height:480px;margin-bottom:var(--spacing-md);border-radius:var(--radius-md);overflow:hidden}@media (max-width: 767px){._default_1yw6g_125 ._media_1yw6g_353{height:280px}}._default_1yw6g_125 ._media_1yw6g_353 img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}._splitAlt_1yw6g_442 ._media_1yw6g_353,._split_1yw6g_442 ._media_1yw6g_353{height:100%;padding-bottom:0;margin-bottom:0}._splitAlt_1yw6g_442 ._media_1yw6g_353 video,._splitAlt_1yw6g_442 ._media_1yw6g_353 iframe,._split_1yw6g_442 ._media_1yw6g_353 video,._split_1yw6g_442 ._media_1yw6g_353 iframe{position:relative;border-radius:var(--radius-md)}._splitAlt_1yw6g_442 ._media_1yw6g_353 img,._split_1yw6g_442 ._media_1yw6g_353 img{border-radius:var(--radius-md);width:100%;height:auto;max-height:500px;object-fit:contain}._splitAlt_1yw6g_442 ._container_1yw6g_7{display:flex;align-items:center;gap:3rem}@media (max-width: 767px){._splitAlt_1yw6g_442 ._container_1yw6g_7{flex-direction:column-reverse;gap:var(--spacing-xl)}._splitAlt_1yw6g_442 ._container_1yw6g_7 ._media_1yw6g_353{width:100%;max-width:500px}}._splitAlt_1yw6g_442 ._container_1yw6g_7 ._media_1yw6g_353{flex:.65}._splitAlt_1yw6g_442 ._container_1yw6g_7 ._heading_1yw6g_15{flex:.35}._split_1yw6g_442 ._container_1yw6g_7{display:flex;align-items:center;gap:3rem}._split_1yw6g_442 ._container_1yw6g_7 ._media_1yw6g_353{flex:1}._split_1yw6g_442 ._container_1yw6g_7 ._media_1yw6g_353 img{width:100%;height:auto;max-height:500px;object-fit:contain}@media (max-width: 767px){._split_1yw6g_442 ._container_1yw6g_7{flex-direction:column-reverse;gap:var(--spacing-xl)}._split_1yw6g_442 ._container_1yw6g_7 ._media_1yw6g_353{width:100%;max-width:500px}}._videoControl_1yw6g_516{position:absolute;bottom:1rem;right:1rem;z-index:5;background:#00000080;border:none;border-radius:50%;padding:var(--spacing-sm);cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center;transition:color .3s ease-in-out}._videoControl_1yw6g_516:hover{color:var(--color-primary-25)}._media_1yw6g_353{position:relative;width:100%;height:0;overflow:hidden;border-radius:var(--radius-md);flex:1;margin-bottom:var(--spacing-md);line-height:0}._media_1yw6g_353 iframe,._media_1yw6g_353 video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}._videoBackground_1yw6g_559,._iframe_1yw6g_560{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none}._iframe_1yw6g_560{border:none}.splitAlt ._text_1yw6g_22{flex:.65}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";require('./NavLink.css');const o=require("react/jsx-runtime"),w=require("react"),g=require("./external-link-DDShu-48.cjs"),h=require("./chevron-down-DfK1XBl3.cjs"),p="_navbar_qw65m_1",k="_sticky_qw65m_15",v="_left_qw65m_31",f="_container_qw65m_32",I="_logo_qw65m_36",C="_nav_qw65m_1",M="_center_qw65m_51",y="_hidden_qw65m_59",x="_visible_qw65m_66",T="_right_qw65m_81",N="_title_qw65m_88",j="_linkWrapper_qw65m_98",S="_parent_qw65m_98",W="_linkItem_qw65m_105",$="_link_qw65m_98",D="_search_qw65m_111",L="_locale_qw65m_112",E="_themeToggle_qw65m_113",F="_sublinkToggle_qw65m_114",R="_standard_qw65m_165",B="_triangle_qw65m_173",z="_twoColumn_qw65m_202",A="_mobileButtons_qw65m_211",G="_menuToggle_qw65m_279",H="_utilityMobile_qw65m_297",J="_utility_qw65m_297",K="_navInner_qw65m_325",Q="_grid_qw65m_336",U="_searchModal_qw65m_355",V="_localeModal_qw65m_360",X="_separator_qw65m_374",Y="_newTabIcon_qw65m_405",Z="_sublinksDescription_qw65m_418",O="_linkContent_qw65m_421",P="_open_qw65m_434",nn="_back_qw65m_458",en="_sublinks_qw65m_418",on="_show_qw65m_507",tn="_primaryColumn_qw65m_556",sn="_secondaryColumn_qw65m_565",_n="_spotlightColumn_qw65m_569",ln="_sublinksInner_qw65m_573",rn="_sublinksColumn_qw65m_593",cn="_chevron_qw65m_603",an="_advanced_qw65m_795",mn="_subtitle_qw65m_804",un="_withSpotlight_qw65m_846",wn="_withoutSpotlight_qw65m_850",dn="_transparent_qw65m_888",qn="_groupDivider_qw65m_999",bn="_searchWrapper_qw65m_1007",gn="_mobileMenu_qw65m_1014",hn="_mobileMenuSlide_qw65m_1015",pn="_mobileMenuItem_qw65m_1025",kn="_fadeInFromLeft_qw65m_1029",vn="_fadeInFromRight_qw65m_1033",fn="_spotlight_qw65m_569",In="_imageWrapper_qw65m_1043",Cn="_content_qw65m_1065",Mn="_description_qw65m_1080",yn="_actions_qw65m_1084",e={navbar:p,sticky:k,left:v,container:f,logo:I,nav:C,center:M,hidden:y,visible:x,right:T,title:N,linkWrapper:j,parent:S,linkItem:W,link:$,search:D,locale:L,themeToggle:E,sublinkToggle:F,standard:R,triangle:B,twoColumn:z,mobileButtons:A,menuToggle:G,utilityMobile:H,utility:J,navInner:K,grid:Q,searchModal:U,localeModal:V,separator:X,newTabIcon:Y,sublinksDescription:Z,linkContent:O,open:P,back:nn,sublinks:en,show:on,primaryColumn:tn,secondaryColumn:sn,spotlightColumn:_n,sublinksInner:ln,sublinksColumn:rn,chevron:cn,default:"_default_qw65m_726",advanced:an,subtitle:mn,withSpotlight:un,withoutSpotlight:wn,transparent:dn,groupDivider:qn,searchWrapper:bn,mobileMenu:gn,mobileMenuSlide:hn,mobileMenuItem:pn,fadeInFromLeft:kn,fadeInFromRight:vn,spotlight:fn,imageWrapper:In,content:Cn,description:Mn,actions:yn};function xn({link:n,path:t,parentPath:r,openPath:d,togglePath:c,updateTriangleIndicator:q,setOpenPath:_,renderLinks:b,buttonRefs:i}){var m;const l=d===t,s=!!((m=n.sublinks)!=null&&m.length),a=w.useRef(null);return w.useEffect(()=>(i.current.set(t,a.current),()=>{i.current.delete(t)}),[t,i]),o.jsxs("div",{role:"menuitem",className:`${e.linkWrapper} ${r?"":e.parent}`,children:[o.jsx("div",{className:e.linkItem,children:n.href?o.jsxs("a",{href:n.href,className:e.link,target:n.isExternal?"_blank":"_self",rel:n.isExternal?"noopener noreferrer":void 0,onClick:()=>{var u;_(null),(u=n.onClick)==null||u.call(n)},onMouseEnter:()=>{r||_(null)},children:[n.label,n.isExternal&&o.jsx(g.ExternalLink,{className:e.newTabIcon,size:16,"aria-hidden":"true"})]}):o.jsxs("button",{ref:a,"aria-haspopup":s?!0:void 0,"aria-expanded":s?l:void 0,className:`${e.sublinkToggle} ${l?e.open:""}`,onClick:()=>c(t),onMouseEnter:()=>{q(t),_(t)},children:[n.label,s&&o.jsx(h.ChevronDown,{size:18,className:e.chevron,"aria-hidden":"true"})]})}),s&&o.jsx("div",{className:`${e.sublinks} ${l?e.show:""}`,onMouseLeave:()=>c(t),role:"menu","aria-label":`${n.label} submenu`,children:o.jsx("div",{children:o.jsx("div",{className:e.sublinksInner,children:o.jsx("div",{className:e.sublinksColumn,children:b(n.sublinks,t)})})})})]})}exports.NavLink=xn;exports.styles=e;
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
import { jsxs as r, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { useRef as p, useEffect as g } from "react";
|
|
3
|
+
import { E as h } from "./external-link-BOPobeQJ.js";
|
|
4
|
+
import { C as k } from "./chevron-down-DSUzBz9F.js";
|
|
5
|
+
import './NavLink.css';const v = "_navbar_qw65m_1", f = "_sticky_qw65m_15", C = "_left_qw65m_31", I = "_container_qw65m_32", M = "_logo_qw65m_36", y = "_nav_qw65m_1", T = "_center_qw65m_51", N = "_hidden_qw65m_59", S = "_visible_qw65m_66", W = "_right_qw65m_81", x = "_title_qw65m_88", E = "_linkWrapper_qw65m_98", D = "_parent_qw65m_98", $ = "_linkItem_qw65m_105", F = "_link_qw65m_98", L = "_search_qw65m_111", B = "_locale_qw65m_112", R = "_themeToggle_qw65m_113", j = "_sublinkToggle_qw65m_114", z = "_standard_qw65m_165", A = "_triangle_qw65m_173", G = "_twoColumn_qw65m_202", H = "_mobileButtons_qw65m_211", J = "_menuToggle_qw65m_279", K = "_utilityMobile_qw65m_297", Q = "_utility_qw65m_297", U = "_navInner_qw65m_325", V = "_grid_qw65m_336", X = "_searchModal_qw65m_355", Y = "_localeModal_qw65m_360", Z = "_separator_qw65m_374", O = "_newTabIcon_qw65m_405", P = "_sublinksDescription_qw65m_418", nn = "_linkContent_qw65m_421", en = "_open_qw65m_434", on = "_back_qw65m_458", tn = "_sublinks_qw65m_418", sn = "_show_qw65m_507", _n = "_primaryColumn_qw65m_556", ln = "_secondaryColumn_qw65m_565", rn = "_spotlightColumn_qw65m_569", cn = "_sublinksInner_qw65m_573", an = "_sublinksColumn_qw65m_593", mn = "_chevron_qw65m_603", un = "_advanced_qw65m_795", wn = "_subtitle_qw65m_804", dn = "_withSpotlight_qw65m_846", qn = "_withoutSpotlight_qw65m_850", bn = "_transparent_qw65m_888", pn = "_groupDivider_qw65m_999", gn = "_searchWrapper_qw65m_1007", hn = "_mobileMenu_qw65m_1014", kn = "_mobileMenuSlide_qw65m_1015", vn = "_mobileMenuItem_qw65m_1025", fn = "_fadeInFromLeft_qw65m_1029", Cn = "_fadeInFromRight_qw65m_1033", In = "_spotlight_qw65m_569", Mn = "_imageWrapper_qw65m_1043", yn = "_content_qw65m_1065", Tn = "_description_qw65m_1080", Nn = "_actions_qw65m_1084", e = {
|
|
6
|
+
navbar: v,
|
|
7
|
+
sticky: f,
|
|
8
|
+
left: C,
|
|
9
|
+
container: I,
|
|
10
|
+
logo: M,
|
|
11
|
+
nav: y,
|
|
12
|
+
center: T,
|
|
13
|
+
hidden: N,
|
|
14
|
+
visible: S,
|
|
15
|
+
right: W,
|
|
16
|
+
title: x,
|
|
17
|
+
linkWrapper: E,
|
|
18
|
+
parent: D,
|
|
19
|
+
linkItem: $,
|
|
20
|
+
link: F,
|
|
21
|
+
search: L,
|
|
22
|
+
locale: B,
|
|
23
|
+
themeToggle: R,
|
|
24
|
+
sublinkToggle: j,
|
|
25
|
+
standard: z,
|
|
26
|
+
triangle: A,
|
|
27
|
+
twoColumn: G,
|
|
28
|
+
mobileButtons: H,
|
|
29
|
+
menuToggle: J,
|
|
30
|
+
utilityMobile: K,
|
|
31
|
+
utility: Q,
|
|
32
|
+
navInner: U,
|
|
33
|
+
grid: V,
|
|
34
|
+
searchModal: X,
|
|
35
|
+
localeModal: Y,
|
|
36
|
+
separator: Z,
|
|
37
|
+
newTabIcon: O,
|
|
38
|
+
sublinksDescription: P,
|
|
39
|
+
linkContent: nn,
|
|
40
|
+
open: en,
|
|
41
|
+
back: on,
|
|
42
|
+
sublinks: tn,
|
|
43
|
+
show: sn,
|
|
44
|
+
primaryColumn: _n,
|
|
45
|
+
secondaryColumn: ln,
|
|
46
|
+
spotlightColumn: rn,
|
|
47
|
+
sublinksInner: cn,
|
|
48
|
+
sublinksColumn: an,
|
|
49
|
+
chevron: mn,
|
|
50
|
+
default: "_default_qw65m_726",
|
|
51
|
+
advanced: un,
|
|
52
|
+
subtitle: wn,
|
|
53
|
+
withSpotlight: dn,
|
|
54
|
+
withoutSpotlight: qn,
|
|
55
|
+
transparent: bn,
|
|
56
|
+
groupDivider: pn,
|
|
57
|
+
searchWrapper: gn,
|
|
58
|
+
mobileMenu: hn,
|
|
59
|
+
mobileMenuSlide: kn,
|
|
60
|
+
mobileMenuItem: vn,
|
|
61
|
+
fadeInFromLeft: fn,
|
|
62
|
+
fadeInFromRight: Cn,
|
|
63
|
+
spotlight: In,
|
|
64
|
+
imageWrapper: Mn,
|
|
65
|
+
content: yn,
|
|
66
|
+
description: Tn,
|
|
67
|
+
actions: Nn
|
|
68
|
+
};
|
|
69
|
+
function Dn({
|
|
70
|
+
link: n,
|
|
71
|
+
path: o,
|
|
72
|
+
parentPath: c,
|
|
73
|
+
openPath: d,
|
|
74
|
+
togglePath: a,
|
|
75
|
+
updateTriangleIndicator: q,
|
|
76
|
+
setOpenPath: _,
|
|
77
|
+
renderLinks: b,
|
|
78
|
+
buttonRefs: i
|
|
79
|
+
}) {
|
|
80
|
+
var u;
|
|
81
|
+
const l = d === o, s = !!((u = n.sublinks) != null && u.length), m = p(null);
|
|
82
|
+
return g(() => (i.current.set(o, m.current), () => {
|
|
83
|
+
i.current.delete(o);
|
|
84
|
+
}), [o, i]), /* @__PURE__ */ r(
|
|
85
|
+
"div",
|
|
86
|
+
{
|
|
87
|
+
role: "menuitem",
|
|
88
|
+
className: `${e.linkWrapper} ${c ? "" : e.parent}`,
|
|
89
|
+
children: [
|
|
90
|
+
/* @__PURE__ */ t("div", { className: e.linkItem, children: n.href ? /* @__PURE__ */ r(
|
|
91
|
+
"a",
|
|
92
|
+
{
|
|
93
|
+
href: n.href,
|
|
94
|
+
className: e.link,
|
|
95
|
+
target: n.isExternal ? "_blank" : "_self",
|
|
96
|
+
rel: n.isExternal ? "noopener noreferrer" : void 0,
|
|
97
|
+
onClick: () => {
|
|
98
|
+
var w;
|
|
99
|
+
_(null), (w = n.onClick) == null || w.call(n);
|
|
100
|
+
},
|
|
101
|
+
onMouseEnter: () => {
|
|
102
|
+
c || _(null);
|
|
103
|
+
},
|
|
104
|
+
children: [
|
|
105
|
+
n.label,
|
|
106
|
+
n.isExternal && /* @__PURE__ */ t(
|
|
107
|
+
h,
|
|
108
|
+
{
|
|
109
|
+
className: e.newTabIcon,
|
|
110
|
+
size: 16,
|
|
111
|
+
"aria-hidden": "true"
|
|
112
|
+
}
|
|
113
|
+
)
|
|
114
|
+
]
|
|
115
|
+
}
|
|
116
|
+
) : /* @__PURE__ */ r(
|
|
117
|
+
"button",
|
|
118
|
+
{
|
|
119
|
+
ref: m,
|
|
120
|
+
"aria-haspopup": s ? !0 : void 0,
|
|
121
|
+
"aria-expanded": s ? l : void 0,
|
|
122
|
+
className: `${e.sublinkToggle} ${l ? e.open : ""}`,
|
|
123
|
+
onClick: () => a(o),
|
|
124
|
+
onMouseEnter: () => {
|
|
125
|
+
q(o), _(o);
|
|
126
|
+
},
|
|
127
|
+
children: [
|
|
128
|
+
n.label,
|
|
129
|
+
s && /* @__PURE__ */ t(
|
|
130
|
+
k,
|
|
131
|
+
{
|
|
132
|
+
size: 18,
|
|
133
|
+
className: e.chevron,
|
|
134
|
+
"aria-hidden": "true"
|
|
135
|
+
}
|
|
136
|
+
)
|
|
137
|
+
]
|
|
138
|
+
}
|
|
139
|
+
) }),
|
|
140
|
+
s && /* @__PURE__ */ t(
|
|
141
|
+
"div",
|
|
142
|
+
{
|
|
143
|
+
className: `${e.sublinks} ${l ? e.show : ""}`,
|
|
144
|
+
onMouseLeave: () => a(o),
|
|
145
|
+
role: "menu",
|
|
146
|
+
"aria-label": `${n.label} submenu`,
|
|
147
|
+
children: /* @__PURE__ */ t("div", { children: /* @__PURE__ */ t("div", { className: e.sublinksInner, children: /* @__PURE__ */ t("div", { className: e.sublinksColumn, children: b(n.sublinks, o) }) }) })
|
|
148
|
+
}
|
|
149
|
+
)
|
|
150
|
+
]
|
|
151
|
+
}
|
|
152
|
+
);
|
|
153
|
+
}
|
|
154
|
+
export {
|
|
155
|
+
Dn as N,
|
|
156
|
+
e as s
|
|
157
|
+
};
|
package/dist/NavLink.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._navbar_18kew_1{position:relative;z-index:1000}._sticky_18kew_15{position:fixed;top:0;left:0;right:0;z-index:1000;width:100%}._left_18kew_31 ._container_18kew_32{justify-content:flex-start}._left_18kew_31 ._logo_18kew_36{flex:unset}._left_18kew_31 ._nav_18kew_1{flex:1}@media (max-width: 767px){._left_18kew_31 ._logo_18kew_36{flex:1}}._center_18kew_51 ._nav_18kew_1{transition:transform .3s ease-in-out,opacity .3s ease-in-out;will-change:transform,opacity}._center_18kew_51 ._nav_18kew_1._hidden_18kew_59{transform:translateY(-100%);opacity:0;pointer-events:none}@media (min-width: 768px){._center_18kew_51 ._nav_18kew_1._visible_18kew_66{transform:translateY(0);opacity:1;pointer-events:auto}}@media (max-width: 767px){._center_18kew_51 ._logo_18kew_36{flex:1}}._right_18kew_81 ._container_18kew_32{justify-content:flex-end}@media (max-width: 767px){._right_18kew_81 ._logo_18kew_36,._right_18kew_81 ._title_18kew_88{flex:1}}._right_18kew_81 ._nav_18kew_1{flex:1}._linkWrapper_18kew_98._parent_18kew_98{overflow:visible;position:relative}@media (min-width: 768px){._linkWrapper_18kew_98._parent_18kew_98:first-of-type>._linkItem_18kew_105{border-top-left-radius:var(--radius-full);border-bottom-left-radius:var(--radius-full);overflow:hidden}._linkWrapper_18kew_98._parent_18kew_98:first-of-type>._linkItem_18kew_105 ._link_18kew_98,._linkWrapper_18kew_98._parent_18kew_98:first-of-type>._linkItem_18kew_105 ._search_18kew_111,._linkWrapper_18kew_98._parent_18kew_98:first-of-type>._linkItem_18kew_105 ._locale_18kew_112,._linkWrapper_18kew_98._parent_18kew_98:first-of-type>._linkItem_18kew_105._themeToggle_18kew_113 button,._linkWrapper_18kew_98._parent_18kew_98:first-of-type>._linkItem_18kew_105 ._sublinkToggle_18kew_114{padding-left:var(--spacing-md)}}@media (min-width: 768px){._linkWrapper_18kew_98._parent_18kew_98:last-of-type>._linkItem_18kew_105{border-top-right-radius:var(--radius-full);border-bottom-right-radius:var(--radius-full);overflow:hidden}._linkWrapper_18kew_98._parent_18kew_98:last-of-type>._linkItem_18kew_105 ._link_18kew_98,._linkWrapper_18kew_98._parent_18kew_98:last-of-type>._linkItem_18kew_105 ._search_18kew_111,._linkWrapper_18kew_98._parent_18kew_98:last-of-type>._linkItem_18kew_105 ._locale_18kew_112,._linkWrapper_18kew_98._parent_18kew_98:last-of-type>._linkItem_18kew_105._themeToggle_18kew_113 button,._linkWrapper_18kew_98._parent_18kew_98:last-of-type>._linkItem_18kew_105 ._sublinkToggle_18kew_114{padding-right:var(--spacing-md)}}._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105 ._sublinkToggle_18kew_114,._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105 ._link_18kew_98{height:40px}@media (min-width: 768px){._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105 ._link_18kew_98,._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105 ._search_18kew_111,._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105 ._locale_18kew_112,._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105._themeToggle_18kew_113 button,._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105 ._sublinkToggle_18kew_114{opacity:1;visibility:visible;transition:background-color .3s ease-in-out;color:var(--color-secondary-100)}._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105 ._link_18kew_98:hover,._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105 ._search_18kew_111:hover,._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105 ._locale_18kew_112:hover,._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105._themeToggle_18kew_113 button:hover,._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105 ._sublinkToggle_18kew_114:hover{color:var(--color-secondary-100);background-color:rgba(var(--color-primary-rgb),.25)}}._standard_18kew_165{left:0;background-color:#fff}._standard_18kew_165 ._linkWrapper_18kew_98{position:relative}._standard_18kew_165 ._triangle_18kew_173{display:none}._container_18kew_32{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_18kew_32{grid-template-columns:1fr max-content max-content max-content;grid-template-areas:"first third fourth fifth";grid-gap:var(--spacing-sm)}}._container_18kew_32._twoColumn_18kew_200{grid-template-columns:minmax(auto,1fr) auto;grid-template-areas:"first second"}@media (max-width: 767px){._container_18kew_32._twoColumn_18kew_200{display:flex}}._mobileButtons_18kew_209{display:none}@media (max-width: 767px){._mobileButtons_18kew_209{display:flex;align-items:center;gap:var(--spacing-sm)}}._title_18kew_88{grid-area:first;color:var(--color-text-primary);font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);z-index:1005}._logo_18kew_36{grid-area:first;font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);color:var(--color-primary-100);display:flex;align-items:center;justify-content:flex-start;position:relative;z-index:1005;padding:var(--spacing-md) 0}._logo_18kew_36 a{display:flex;align-items:center;justify-content:flex-start}._logo_18kew_36 img{height:auto;width:auto}@media (max-width: 767px){._logo_18kew_36 img{max-width:120px}}._search_18kew_111,._locale_18kew_112,._themeToggle_18kew_113 button{background:none;border:none;cursor:pointer;display:none;color:var(--color-secondary-100);z-index:1100;position:relative;width:40px;height:40px}._search_18kew_111 svg,._locale_18kew_112 svg,._themeToggle_18kew_113 button svg{position:relative;z-index:5}._menuToggle_18kew_278{grid-area:fifth;background:none;border:none;cursor:pointer;display:none;color:var(--color-secondary-100);z-index:1100;position:relative;width:40px;height:40px}._menuToggle_18kew_278 svg{position:relative;z-index:5}._utilityMobile_18kew_296{display:none;grid-area:third;justify-content:flex-end}._utility_18kew_296{grid-area:third;display:flex;justify-content:flex-end}._utility_18kew_296 a{font-size:var(--font-size-sm)}._nav_18kew_1{grid-area:second;display:grid;grid-template-columns:minmax(auto,1fr) auto;transition:transform .3s ease}@media (max-width: 767px){._nav_18kew_1{height:100vh}}._navInner_18kew_324{position:relative}@media (max-width: 767px){._navInner_18kew_324{padding:0 var(--spacing-md);margin:var(--spacing-xl) auto 0;max-width:400px;width:100%}}._grid_18kew_335{display:grid;align-items:center;grid-auto-flow:column}@media (max-width: 767px){._grid_18kew_335{display:flex;flex-direction:column}}._linkItem_18kew_105{display:flex;align-items:center;box-sizing:border-box}.modalContentContainer:has(._searchModal_18kew_354){align-self:flex-start}._searchModal_18kew_354,._localeModal_18kew_359{padding:0!important;max-height:80vh;overflow:hidden}._searchModal_18kew_354 .modalClose,._localeModal_18kew_359 .modalClose{display:none}._searchModal_18kew_354 .modalContent,._localeModal_18kew_359 .modalContent{margin-top:0}._separator_18kew_373{display:flex;align-items:center;justify-content:center;height:45%;border-left:1px solid var(--color-secondary-75)}._navTitle_18kew_381,._sublinkToggle_18kew_114,._search_18kew_111,._locale_18kew_112,._themeToggle_18kew_113 button,._link_18kew_98{text-decoration:none;color:var(--color-secondary-100);background-color:transparent;border:none;padding:var(--spacing-sm);transition:color .3s ease-in-out;font-family:inherit;font-weight:var(--font-weight-semibold);font-size:var(--font-size-sm);box-sizing:border-box;cursor:pointer;display:flex;align-items:center;gap:var(--spacing-xs)}._navTitle_18kew_381 ._newTabIcon_18kew_404,._sublinkToggle_18kew_114 ._newTabIcon_18kew_404,._search_18kew_111 ._newTabIcon_18kew_404,._locale_18kew_112 ._newTabIcon_18kew_404,._themeToggle_18kew_113 button ._newTabIcon_18kew_404,._link_18kew_98 ._newTabIcon_18kew_404{color:var(--color-secondary-75);transition:color .3s ease-in-out}._search_18kew_111,._locale_18kew_112,._themeToggle_18kew_113 button{justify-content:center}@media (min-width: 768px){._navTitle_18kew_381,._sublinksDescription_18kew_417,._link_18kew_98,._sublinkToggle_18kew_114,._link_18kew_98 ._linkContent_18kew_420,._sublinkToggle_18kew_114 ._linkContent_18kew_420{opacity:0;visibility:hidden;transition:color .3s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out}}._link_18kew_98:hover,._link_18kew_98._open_18kew_433,._search_18kew_111:hover,._sublinkToggle_18kew_114:hover,._sublinkToggle_18kew_114._open_18kew_433,._link_18kew_98:hover ._newTabIcon_18kew_404,._link_18kew_98._open_18kew_433 ._newTabIcon_18kew_404,._search_18kew_111:hover ._newTabIcon_18kew_404,._sublinkToggle_18kew_114:hover ._newTabIcon_18kew_404,._sublinkToggle_18kew_114._open_18kew_433 ._newTabIcon_18kew_404{color:var(--color-primary-100)}@media (max-width: 767px){._link_18kew_98:hover,._link_18kew_98._open_18kew_433,._search_18kew_111:hover,._sublinkToggle_18kew_114:hover,._sublinkToggle_18kew_114._open_18kew_433{color:var(--color-secondary-100)}._link_18kew_98:hover ._newTabIcon_18kew_404,._link_18kew_98._open_18kew_433 ._newTabIcon_18kew_404,._search_18kew_111:hover ._newTabIcon_18kew_404,._sublinkToggle_18kew_114:hover ._newTabIcon_18kew_404,._sublinkToggle_18kew_114._open_18kew_433 ._newTabIcon_18kew_404{color:var(--color-secondary-100)}}._navItem_18kew_452:hover{color:var(--color-primary-100)}._sublinkToggle_18kew_114,._back_18kew_457{background:none;border:none;display:flex;align-items:center;cursor:pointer;color:var(--color-secondary-100)}._sublinkToggle_18kew_114:hover,._sublinkToggle_18kew_114._open_18kew_433,._back_18kew_457:hover,._back_18kew_457._open_18kew_433{color:var(--color-primary-100)}._sublinks_18kew_417{display:flex;justify-content:center;opacity:0;visibility:hidden;z-index:1000;transition:transform .3s ease-in-out,max-height .3s ease}._sublinks_18kew_417._show_18kew_506{max-height:500px;opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}._sublinks_18kew_417._show_18kew_506 ._navTitle_18kew_381,._sublinks_18kew_417._show_18kew_506 ._sublinksDescription_18kew_417,._sublinks_18kew_417._show_18kew_506 ._link_18kew_98,._sublinks_18kew_417._show_18kew_506 ._sublinkToggle_18kew_114,._sublinks_18kew_417._show_18kew_506 ._link_18kew_98 ._linkContent_18kew_420,._sublinks_18kew_417._show_18kew_506 ._sublinkToggle_18kew_114 ._linkContent_18kew_420{opacity:1;visibility:visible}._triangle_18kew_173{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_18kew_173._show_18kew_506{top:calc(100% + .3rem);opacity:1;visibility:visible}._triangle_18kew_173 polygon{stroke:var(--color-border);stroke-width:1px}._primaryColumn_18kew_555{border-right:1px solid var(--color-border)}._primaryColumn_18kew_555 ._sublinkToggle_18kew_114:hover,._primaryColumn_18kew_555 ._sublinkToggle_18kew_114._open_18kew_433{color:var(--color-primary-100)}._secondaryColumn_18kew_564{background-color:var(--color-secondary-10)}._spotlightColumn_18kew_568{background-color:var(--color-secondary-75)}._sublinksInner_18kew_572{background-color:var(--color-background);box-shadow:0 6px 8px #0000001a;border-radius:var(--radius-md);border:1px solid var(--color-border);overflow:hidden}@media (max-width: 767px){._sublinksInner_18kew_572{display:flex;flex-direction:column;width:unset;max-width:unset;min-height:unset;background-color:unset;box-shadow:unset;border-radius:unset;border:unset}}._sublinksColumn_18kew_592{display:flex;flex-direction:column;padding:var(--spacing-md)}@media (max-width: 767px){._sublinksColumn_18kew_592{padding:0}}._chevron_18kew_602{transition:transform .3s ease;display:flex;align-items:center;justify-content:center;margin-top:2px}._sublinkToggle_18kew_114._open_18kew_433 ._chevron_18kew_602{transform:rotate(180deg)}@media (max-width: 767px){._logo_18kew_36{flex:1}._menuToggle_18kew_278,._search_18kew_111{display:flex;align-items:center;justify-content:center}._utility_18kew_296 a:not(._utility_18kew_296 a:first-of-type){display:none}._utilityMobile_18kew_296{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_18kew_296._open_18kew_433{transform:translateY(0)}._nav_18kew_1{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);z-index:1000;overflow-y:auto;transform:translate(100%);opacity:0;pointer-events:none;transition:transform .3s ease-in-out}._nav_18kew_1._open_18kew_433{transform:translate(0);opacity:1;pointer-events:auto}._linkWrapper_18kew_98{flex-direction:column;width:100%;max-width:300px;margin:0 auto;padding:var(--spacing-sm) 0}._linkWrapper_18kew_98._parent_18kew_98{border-bottom:1px solid var(--color-border)}._linkWrapper_18kew_98._parent_18kew_98:last-of-type{border:none}._linkItem_18kew_105{width:100%}._chevron_18kew_602{display:none}._sublinks_18kew_417{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_18kew_114{cursor:pointer;pointer-events:none;color:var(--color-secondary-75)}}._default_18kew_725 ._container_18kew_32{padding:0 var(--spacing-md)}._default_18kew_725 ._sublinks_18kew_417{position:absolute;right:0;width:auto}@media (max-width: 767px){._default_18kew_725 ._sublinks_18kew_417{position:relative;justify-content:center;align-items:center}}._default_18kew_725 ._linkItem_18kew_105{justify-content:flex-end}@media (max-width: 767px){._default_18kew_725 ._linkItem_18kew_105{justify-content:center;align-items:center}}._default_18kew_725 ._sublinksInner_18kew_572{display:flex;flex-direction:column;min-width:125px;justify-content:flex-end;align-items:flex-end}@media (max-width: 767px){._default_18kew_725 ._sublinksInner_18kew_572{justify-content:center;align-items:center}}._default_18kew_725 ._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105 ._sublinkToggle_18kew_114,._default_18kew_725 ._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105 ._link_18kew_98{height:40px}@media (min-width: 768px){._default_18kew_725 ._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105 ._link_18kew_98,._default_18kew_725 ._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105 ._search_18kew_111,._default_18kew_725 ._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105 ._locale_18kew_112,._default_18kew_725 ._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105._themeToggle_18kew_113 button,._default_18kew_725 ._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105 ._sublinkToggle_18kew_114{opacity:1;visibility:visible;transition:color .3s ease-in-out,.3s ease-in-out;color:var(--color-secondary-100)}._default_18kew_725 ._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105 ._link_18kew_98:hover,._default_18kew_725 ._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105 ._search_18kew_111:hover,._default_18kew_725 ._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105 ._locale_18kew_112:hover,._default_18kew_725 ._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105._themeToggle_18kew_113 button:hover,._default_18kew_725 ._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105 ._sublinkToggle_18kew_114:hover{color:var(--color-primary-100);background-color:transparent}}._advanced_18kew_794 ._linkContent_18kew_420{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:var(--spacing-sm)}._advanced_18kew_794 ._subtitle_18kew_803{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);text-align:left}._advanced_18kew_794 ._sublinksDescription_18kew_417,._advanced_18kew_794 ._sublinksDescription_18kew_417 div p{color:var(--color-text-primary);line-height:var(--line-height-normal);font-size:var(--font-size-sm);margin-bottom:var(--spacing-sm)}._advanced_18kew_794 ._sublinks_18kew_417{position:fixed;padding-top:var(--spacing-md);right:0;left:0;width:100%}@media (max-width: 767px){._advanced_18kew_794 ._sublinks_18kew_417{position:relative;justify-content:center;align-items:center}}._advanced_18kew_794 ._linkItem_18kew_105{justify-content:flex-start}._advanced_18kew_794 ._sublinksInner_18kew_572{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:calc(100vw - 4rem);width:78rem;min-height:24rem}._advanced_18kew_794 ._sublinksInner_18kew_572._withSpotlight_18kew_845{grid-template-columns:repeat(4,minmax(0,1fr))}._advanced_18kew_794 ._sublinksInner_18kew_572._withoutSpotlight_18kew_849{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width: 767px){._advanced_18kew_794 ._sublinksInner_18kew_572{grid-template-columns:1fr;width:auto;min-height:unset}}._advanced_18kew_794 ._sublinkToggle_18kew_114{pointer-events:all;color:var(--color-secondary-100);width:fit-content;transition:color .3s ease-in-out}._advanced_18kew_794 ._sublinkToggle_18kew_114:hover,._advanced_18kew_794 ._sublinkToggle_18kew_114._open_18kew_433{color:var(--color-primary-100)}._advanced_18kew_794 ._back_18kew_457{margin-bottom:var(--spacing-lg);transition:color .3s ease-in-out}._advanced_18kew_794 ._back_18kew_457:hover{color:var(--color-primary-100)}._transparent_18kew_887{background-color:transparent}._transparent_18kew_887 ._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105 ._sublinkToggle_18kew_114,._transparent_18kew_887 ._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105 ._link_18kew_98{height:40px}@media (min-width: 768px){._transparent_18kew_887 ._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105 ._link_18kew_98,._transparent_18kew_887 ._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105 ._search_18kew_111,._transparent_18kew_887 ._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105 ._locale_18kew_112,._transparent_18kew_887 ._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105._themeToggle_18kew_113 button,._transparent_18kew_887 ._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105 ._sublinkToggle_18kew_114{opacity:1;visibility:visible;transition:color .3s ease-in-out,.3s ease-in-out;color:var(--color-navigation-transparent-links)}._transparent_18kew_887 ._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105 ._link_18kew_98:hover,._transparent_18kew_887 ._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105 ._search_18kew_111:hover,._transparent_18kew_887 ._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105 ._locale_18kew_112:hover,._transparent_18kew_887 ._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105._themeToggle_18kew_113 button:hover,._transparent_18kew_887 ._linkWrapper_18kew_98._parent_18kew_98>._linkItem_18kew_105 ._sublinkToggle_18kew_114:hover{color:var(--color-navigation-transparent-linksHover);background-color:transparent}}@media (max-width: 767px){._transparent_18kew_887:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:rgba(var(--color-backgroundRgb),.5);backdrop-filter:saturate(1.1) blur(1rem);-webkit-backdrop-filter:saturate(1.1) blur(1rem)}}._transparent_18kew_887 ._nav_18kew_1{height:auto;border-radius:var(--radius-full);padding:0;z-index:1001;background:rgba(var(--color-backgroundRgb),.3);backdrop-filter:saturate(1.1) blur(1rem);-webkit-backdrop-filter:saturate(1.1) blur(1rem)}@media (max-width: 767px){._transparent_18kew_887 ._nav_18kew_1{padding:var(--nav-height) 0 0;background:rgba(var(--color-backgroundRgb),.95);border-radius:0;top:0!important;left:0!important;height:100vh}._transparent_18kew_887 ._nav_18kew_1:before{border-radius:0}}@media (max-width: 767px){._transparent_18kew_887 ._utility_18kew_296 a,._transparent_18kew_887 ._utility_18kew_296 button{-webkit-backdrop-filter:unset;backdrop-filter:unset}._transparent_18kew_887 ._utility_18kew_296 a>span,._transparent_18kew_887 ._utility_18kew_296 button>span{background-color:transparent;padding:0}._transparent_18kew_887 ._utility_18kew_296 a:hover>span,._transparent_18kew_887 ._utility_18kew_296 button:hover>span{background-color:transparent;padding:0;color:var(--color-primary-100)}}@media (max-width: 767px){._transparent_18kew_887 ._menuToggle_18kew_278,._transparent_18kew_887 ._search_18kew_111{width:unset}}._groupDivider_18kew_998{border:0;height:0;border-top:none;border-bottom:1px solid var(--color-border);padding:var(--spacing-sm) 0}@media (max-width: 767px){._searchWrapper_18kew_1006{grid-area:fourth;width:auto}}._mobileMenu_18kew_1013,._mobileMenuSlide_18kew_1014{display:flex;flex-direction:column;gap:var(--spacing-md)}._mobileMenuItem_18kew_1024{opacity:0}._fadeInFromLeft_18kew_1028{animation:_fadeInFromLeft_18kew_1028 .3s ease-in-out forwards}._fadeInFromRight_18kew_1032{animation:_fadeInFromRight_18kew_1032 .3s ease-in-out forwards}._spotlight_18kew_568{display:flex;flex-direction:column;gap:var(--spacing-md)}._spotlight_18kew_568 ._imageWrapper_18kew_1042{width:100%;height:150px;position:relative;overflow:hidden;border-radius:var(--radius-md);line-height:0}._spotlight_18kew_568 ._imageWrapper_18kew_1042 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}._spotlight_18kew_568 ._image_18kew_1042{width:100%;height:auto;object-fit:cover}._spotlight_18kew_568 ._content_18kew_1064{display:flex;flex-direction:column;gap:var(--spacing-sm);color:#fff}._spotlight_18kew_568 ._title_18kew_88{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-lg);color:#fff}._spotlight_18kew_568 ._description_18kew_1079{color:#fff}._spotlight_18kew_568 ._actions_18kew_1083{display:flex;flex-direction:column;align-items:flex-start}@keyframes _fadeInFromLeft_18kew_1028{0%{transform:translate(-10px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes _fadeInFromRight_18kew_1032{0%{transform:translate(10px);opacity:0}to{transform:translate(0);opacity:1}}
|
|
1
|
+
._navbar_qw65m_1{position:relative;z-index:1000}._sticky_qw65m_15{position:fixed;top:0;left:0;right:0;z-index:1000;width:100%}._left_qw65m_31 ._container_qw65m_32{justify-content:flex-start}._left_qw65m_31 ._logo_qw65m_36{flex:unset}._left_qw65m_31 ._nav_qw65m_1{flex:1}@media (max-width: 767px){._left_qw65m_31 ._logo_qw65m_36{flex:1}}._center_qw65m_51 ._nav_qw65m_1{transition:transform .3s ease-in-out,opacity .3s ease-in-out;will-change:transform,opacity}._center_qw65m_51 ._nav_qw65m_1._hidden_qw65m_59{transform:translateY(-100%);opacity:0;pointer-events:none}@media (min-width: 768px){._center_qw65m_51 ._nav_qw65m_1._visible_qw65m_66{transform:translateY(0);opacity:1;pointer-events:auto}}@media (max-width: 767px){._center_qw65m_51 ._logo_qw65m_36{flex:1}}._right_qw65m_81 ._container_qw65m_32{justify-content:flex-end}@media (max-width: 767px){._right_qw65m_81 ._logo_qw65m_36,._right_qw65m_81 ._title_qw65m_88{flex:1}}._right_qw65m_81 ._nav_qw65m_1{flex:1}._linkWrapper_qw65m_98._parent_qw65m_98{overflow:visible;position:relative}@media (min-width: 768px){._linkWrapper_qw65m_98._parent_qw65m_98:first-of-type>._linkItem_qw65m_105{border-top-left-radius:var(--radius-full);border-bottom-left-radius:var(--radius-full);overflow:hidden}._linkWrapper_qw65m_98._parent_qw65m_98:first-of-type>._linkItem_qw65m_105 ._link_qw65m_98,._linkWrapper_qw65m_98._parent_qw65m_98:first-of-type>._linkItem_qw65m_105 ._search_qw65m_111,._linkWrapper_qw65m_98._parent_qw65m_98:first-of-type>._linkItem_qw65m_105 ._locale_qw65m_112,._linkWrapper_qw65m_98._parent_qw65m_98:first-of-type>._linkItem_qw65m_105._themeToggle_qw65m_113 button,._linkWrapper_qw65m_98._parent_qw65m_98:first-of-type>._linkItem_qw65m_105 ._sublinkToggle_qw65m_114{padding-left:var(--spacing-md)}}@media (min-width: 768px){._linkWrapper_qw65m_98._parent_qw65m_98:last-of-type>._linkItem_qw65m_105{border-top-right-radius:var(--radius-full);border-bottom-right-radius:var(--radius-full);overflow:hidden}._linkWrapper_qw65m_98._parent_qw65m_98:last-of-type>._linkItem_qw65m_105 ._link_qw65m_98,._linkWrapper_qw65m_98._parent_qw65m_98:last-of-type>._linkItem_qw65m_105 ._search_qw65m_111,._linkWrapper_qw65m_98._parent_qw65m_98:last-of-type>._linkItem_qw65m_105 ._locale_qw65m_112,._linkWrapper_qw65m_98._parent_qw65m_98:last-of-type>._linkItem_qw65m_105._themeToggle_qw65m_113 button,._linkWrapper_qw65m_98._parent_qw65m_98:last-of-type>._linkItem_qw65m_105 ._sublinkToggle_qw65m_114{padding-right:var(--spacing-md)}}._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105 ._sublinkToggle_qw65m_114,._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105 ._link_qw65m_98{height:40px}@media (min-width: 768px){._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105 ._link_qw65m_98,._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105 ._search_qw65m_111,._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105 ._locale_qw65m_112,._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105._themeToggle_qw65m_113 button,._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105 ._sublinkToggle_qw65m_114{opacity:1;visibility:visible;transition:background-color .3s ease-in-out;color:var(--color-secondary-100)}._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105 ._link_qw65m_98:hover,._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105 ._search_qw65m_111:hover,._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105 ._locale_qw65m_112:hover,._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105._themeToggle_qw65m_113 button:hover,._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105 ._sublinkToggle_qw65m_114:hover{color:var(--color-secondary-100);background-color:rgba(var(--color-primary-rgb),.25)}}._standard_qw65m_165{left:0;background-color:#fff}._standard_qw65m_165 ._linkWrapper_qw65m_98{position:relative}._standard_qw65m_165 ._triangle_qw65m_173{display:none}._container_qw65m_32{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%;min-height:65px;margin:0 auto;padding:var(--spacing-md) var(--spacing-lg);position:relative}@media (max-width: 767px){._container_qw65m_32{grid-template-columns:1fr max-content max-content max-content;grid-template-areas:"first third fourth fifth";grid-gap:var(--spacing-sm)}}._container_qw65m_32._twoColumn_qw65m_202{grid-template-columns:minmax(auto,1fr) auto;grid-template-areas:"first second"}@media (max-width: 767px){._container_qw65m_32._twoColumn_qw65m_202{display:flex}}._mobileButtons_qw65m_211{display:none}@media (max-width: 767px){._mobileButtons_qw65m_211{display:flex;align-items:center;gap:var(--spacing-sm)}}._title_qw65m_88{grid-area:first;color:var(--color-text-primary);font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);z-index:1005}._logo_qw65m_36{grid-area:first;font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);color:var(--color-primary-100);display:flex;align-items:center;justify-content:flex-start;position:relative;z-index:1005}._logo_qw65m_36 a{display:flex;align-items:center;justify-content:flex-start}._logo_qw65m_36 img{height:auto;width:auto}@media (max-width: 767px){._logo_qw65m_36 img{max-width:120px}}._search_qw65m_111,._locale_qw65m_112,._themeToggle_qw65m_113 button{background:none;border:none;cursor:pointer;display:none;color:var(--color-secondary-100);z-index:1100;position:relative;width:40px;height:40px}._search_qw65m_111 svg,._locale_qw65m_112 svg,._themeToggle_qw65m_113 button svg{position:relative;z-index:5}._menuToggle_qw65m_279{grid-area:fifth;background:none;border:none;cursor:pointer;display:none;color:var(--color-secondary-100);z-index:1100;position:relative;width:40px;height:40px}._menuToggle_qw65m_279 svg{position:relative;z-index:5}._utilityMobile_qw65m_297{display:none;grid-area:third;justify-content:flex-end}._utility_qw65m_297{grid-area:third;display:flex;justify-content:flex-end}._utility_qw65m_297 a{font-size:var(--font-size-sm)}._nav_qw65m_1{grid-area:second;display:grid;grid-template-columns:minmax(auto,1fr) auto;transition:transform .3s ease}@media (max-width: 767px){._nav_qw65m_1{height:100vh}}._navInner_qw65m_325{position:relative}@media (max-width: 767px){._navInner_qw65m_325{padding:0 var(--spacing-md);margin:var(--spacing-xl) auto 0;max-width:400px;width:100%}}._grid_qw65m_336{display:grid;align-items:center;grid-auto-flow:column}@media (max-width: 767px){._grid_qw65m_336{display:flex;flex-direction:column}}._linkItem_qw65m_105{display:flex;align-items:center;box-sizing:border-box}.modalContentContainer:has(._searchModal_qw65m_355){align-self:flex-start}._searchModal_qw65m_355,._localeModal_qw65m_360{padding:0!important;max-height:80vh;overflow:hidden}._searchModal_qw65m_355 .modalClose,._localeModal_qw65m_360 .modalClose{display:none}._searchModal_qw65m_355 .modalContent,._localeModal_qw65m_360 .modalContent{margin-top:0}._separator_qw65m_374{display:flex;align-items:center;justify-content:center;height:45%;border-left:1px solid var(--color-secondary-75)}._navTitle_qw65m_382,._sublinkToggle_qw65m_114,._search_qw65m_111,._locale_qw65m_112,._themeToggle_qw65m_113 button,._link_qw65m_98{text-decoration:none;color:var(--color-secondary-100);background-color:transparent;border:none;padding:var(--spacing-sm);transition:color .3s ease-in-out;font-family:inherit;font-weight:var(--font-weight-semibold);font-size:var(--font-size-sm);box-sizing:border-box;cursor:pointer;display:flex;align-items:center;gap:var(--spacing-xs)}._navTitle_qw65m_382 ._newTabIcon_qw65m_405,._sublinkToggle_qw65m_114 ._newTabIcon_qw65m_405,._search_qw65m_111 ._newTabIcon_qw65m_405,._locale_qw65m_112 ._newTabIcon_qw65m_405,._themeToggle_qw65m_113 button ._newTabIcon_qw65m_405,._link_qw65m_98 ._newTabIcon_qw65m_405{color:var(--color-secondary-75);transition:color .3s ease-in-out}._search_qw65m_111,._locale_qw65m_112,._themeToggle_qw65m_113 button{justify-content:center}@media (min-width: 768px){._navTitle_qw65m_382,._sublinksDescription_qw65m_418,._link_qw65m_98,._sublinkToggle_qw65m_114,._link_qw65m_98 ._linkContent_qw65m_421,._sublinkToggle_qw65m_114 ._linkContent_qw65m_421{opacity:0;visibility:hidden;transition:color .3s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out}}._link_qw65m_98:hover,._link_qw65m_98._open_qw65m_434,._search_qw65m_111:hover,._sublinkToggle_qw65m_114:hover,._sublinkToggle_qw65m_114._open_qw65m_434,._link_qw65m_98:hover ._newTabIcon_qw65m_405,._link_qw65m_98._open_qw65m_434 ._newTabIcon_qw65m_405,._search_qw65m_111:hover ._newTabIcon_qw65m_405,._sublinkToggle_qw65m_114:hover ._newTabIcon_qw65m_405,._sublinkToggle_qw65m_114._open_qw65m_434 ._newTabIcon_qw65m_405{color:var(--color-primary-100)}@media (max-width: 767px){._link_qw65m_98:hover,._link_qw65m_98._open_qw65m_434,._search_qw65m_111:hover,._sublinkToggle_qw65m_114:hover,._sublinkToggle_qw65m_114._open_qw65m_434{color:var(--color-secondary-100)}._link_qw65m_98:hover ._newTabIcon_qw65m_405,._link_qw65m_98._open_qw65m_434 ._newTabIcon_qw65m_405,._search_qw65m_111:hover ._newTabIcon_qw65m_405,._sublinkToggle_qw65m_114:hover ._newTabIcon_qw65m_405,._sublinkToggle_qw65m_114._open_qw65m_434 ._newTabIcon_qw65m_405{color:var(--color-secondary-100)}}._navItem_qw65m_453:hover{color:var(--color-primary-100)}._sublinkToggle_qw65m_114,._back_qw65m_458{background:none;border:none;display:flex;align-items:center;cursor:pointer;color:var(--color-secondary-100)}._sublinkToggle_qw65m_114:hover,._sublinkToggle_qw65m_114._open_qw65m_434,._back_qw65m_458:hover,._back_qw65m_458._open_qw65m_434{color:var(--color-primary-100)}._sublinks_qw65m_418{display:flex;justify-content:center;opacity:0;visibility:hidden;z-index:1000;transition:transform .3s ease-in-out,max-height .3s ease}._sublinks_qw65m_418._show_qw65m_507{max-height:500px;opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}._sublinks_qw65m_418._show_qw65m_507 ._navTitle_qw65m_382,._sublinks_qw65m_418._show_qw65m_507 ._sublinksDescription_qw65m_418,._sublinks_qw65m_418._show_qw65m_507 ._link_qw65m_98,._sublinks_qw65m_418._show_qw65m_507 ._sublinkToggle_qw65m_114,._sublinks_qw65m_418._show_qw65m_507 ._link_qw65m_98 ._linkContent_qw65m_421,._sublinks_qw65m_418._show_qw65m_507 ._sublinkToggle_qw65m_114 ._linkContent_qw65m_421{opacity:1;visibility:visible}._triangle_qw65m_173{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_qw65m_173._show_qw65m_507{top:calc(100% + .3rem);opacity:1;visibility:visible}._triangle_qw65m_173 polygon{stroke:var(--color-border);stroke-width:1px}._primaryColumn_qw65m_556{border-right:1px solid var(--color-border)}._primaryColumn_qw65m_556 ._sublinkToggle_qw65m_114:hover,._primaryColumn_qw65m_556 ._sublinkToggle_qw65m_114._open_qw65m_434{color:var(--color-primary-100)}._secondaryColumn_qw65m_565{background-color:var(--color-secondary-10)}._spotlightColumn_qw65m_569{background-color:var(--color-secondary-75)}._sublinksInner_qw65m_573{background-color:var(--color-background);box-shadow:0 6px 8px #0000001a;border-radius:var(--radius-md);border:1px solid var(--color-border);overflow:hidden}@media (max-width: 767px){._sublinksInner_qw65m_573{display:flex;flex-direction:column;width:unset;max-width:unset;min-height:unset;background-color:unset;box-shadow:unset;border-radius:unset;border:unset}}._sublinksColumn_qw65m_593{display:flex;flex-direction:column;padding:var(--spacing-md)}@media (max-width: 767px){._sublinksColumn_qw65m_593{padding:0}}._chevron_qw65m_603{transition:transform .3s ease;display:flex;align-items:center;justify-content:center;margin-top:2px}._sublinkToggle_qw65m_114._open_qw65m_434 ._chevron_qw65m_603{transform:rotate(180deg)}@media (max-width: 767px){._logo_qw65m_36{flex:1}._menuToggle_qw65m_279,._search_qw65m_111{display:flex;align-items:center;justify-content:center}._utility_qw65m_297 a:not(._utility_qw65m_297 a:first-of-type){display:none}._utilityMobile_qw65m_297{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_qw65m_297._open_qw65m_434{transform:translateY(0)}._nav_qw65m_1{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);z-index:1000;overflow-y:auto;transform:translate(100%);opacity:0;pointer-events:none;transition:transform .3s ease-in-out}._nav_qw65m_1._open_qw65m_434{transform:translate(0);opacity:1;pointer-events:auto}._linkWrapper_qw65m_98{flex-direction:column;width:100%;max-width:300px;margin:0 auto;padding:var(--spacing-sm) 0}._linkWrapper_qw65m_98._parent_qw65m_98{border-bottom:1px solid var(--color-border)}._linkWrapper_qw65m_98._parent_qw65m_98:last-of-type{border:none}._linkItem_qw65m_105{width:100%}._chevron_qw65m_603{display:none}._sublinks_qw65m_418{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_qw65m_114{cursor:pointer;pointer-events:none;color:var(--color-secondary-75)}}._default_qw65m_726 ._container_qw65m_32{padding:var(--spacing-md)}._default_qw65m_726 ._sublinks_qw65m_418{position:absolute;right:0;width:auto}@media (max-width: 767px){._default_qw65m_726 ._sublinks_qw65m_418{position:relative;justify-content:center;align-items:center}}._default_qw65m_726 ._linkItem_qw65m_105{justify-content:flex-end}@media (max-width: 767px){._default_qw65m_726 ._linkItem_qw65m_105{justify-content:center;align-items:center}}._default_qw65m_726 ._sublinksInner_qw65m_573{display:flex;flex-direction:column;min-width:125px;justify-content:flex-end;align-items:flex-end}@media (max-width: 767px){._default_qw65m_726 ._sublinksInner_qw65m_573{justify-content:center;align-items:center}}._default_qw65m_726 ._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105 ._sublinkToggle_qw65m_114,._default_qw65m_726 ._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105 ._link_qw65m_98{height:40px}@media (min-width: 768px){._default_qw65m_726 ._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105 ._link_qw65m_98,._default_qw65m_726 ._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105 ._search_qw65m_111,._default_qw65m_726 ._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105 ._locale_qw65m_112,._default_qw65m_726 ._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105._themeToggle_qw65m_113 button,._default_qw65m_726 ._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105 ._sublinkToggle_qw65m_114{opacity:1;visibility:visible;transition:color .3s ease-in-out,.3s ease-in-out;color:var(--color-secondary-100)}._default_qw65m_726 ._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105 ._link_qw65m_98:hover,._default_qw65m_726 ._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105 ._search_qw65m_111:hover,._default_qw65m_726 ._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105 ._locale_qw65m_112:hover,._default_qw65m_726 ._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105._themeToggle_qw65m_113 button:hover,._default_qw65m_726 ._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105 ._sublinkToggle_qw65m_114:hover{color:var(--color-primary-100);background-color:transparent}}._advanced_qw65m_795 ._linkContent_qw65m_421{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:var(--spacing-sm)}._advanced_qw65m_795 ._subtitle_qw65m_804{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);text-align:left}._advanced_qw65m_795 ._sublinksDescription_qw65m_418,._advanced_qw65m_795 ._sublinksDescription_qw65m_418 div p{color:var(--color-text-primary);line-height:var(--line-height-normal);font-size:var(--font-size-sm);margin-bottom:var(--spacing-sm)}._advanced_qw65m_795 ._sublinks_qw65m_418{position:fixed;padding-top:var(--spacing-md);right:0;left:0;width:100%}@media (max-width: 767px){._advanced_qw65m_795 ._sublinks_qw65m_418{position:relative;justify-content:center;align-items:center}}._advanced_qw65m_795 ._linkItem_qw65m_105{justify-content:flex-start}._advanced_qw65m_795 ._sublinksInner_qw65m_573{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:calc(100vw - 4rem);width:78rem;min-height:24rem}._advanced_qw65m_795 ._sublinksInner_qw65m_573._withSpotlight_qw65m_846{grid-template-columns:repeat(4,minmax(0,1fr))}._advanced_qw65m_795 ._sublinksInner_qw65m_573._withoutSpotlight_qw65m_850{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width: 767px){._advanced_qw65m_795 ._sublinksInner_qw65m_573{grid-template-columns:1fr;width:auto;min-height:unset}}._advanced_qw65m_795 ._sublinkToggle_qw65m_114{pointer-events:all;color:var(--color-secondary-100);width:fit-content;transition:color .3s ease-in-out}._advanced_qw65m_795 ._sublinkToggle_qw65m_114:hover,._advanced_qw65m_795 ._sublinkToggle_qw65m_114._open_qw65m_434{color:var(--color-primary-100)}._advanced_qw65m_795 ._back_qw65m_458{margin-bottom:var(--spacing-lg);transition:color .3s ease-in-out}._advanced_qw65m_795 ._back_qw65m_458:hover{color:var(--color-primary-100)}._transparent_qw65m_888{background-color:transparent}._transparent_qw65m_888 ._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105 ._sublinkToggle_qw65m_114,._transparent_qw65m_888 ._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105 ._link_qw65m_98{height:40px}@media (min-width: 768px){._transparent_qw65m_888 ._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105 ._link_qw65m_98,._transparent_qw65m_888 ._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105 ._search_qw65m_111,._transparent_qw65m_888 ._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105 ._locale_qw65m_112,._transparent_qw65m_888 ._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105._themeToggle_qw65m_113 button,._transparent_qw65m_888 ._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105 ._sublinkToggle_qw65m_114{opacity:1;visibility:visible;transition:color .3s ease-in-out,.3s ease-in-out;color:var(--color-navigation-transparent-links)}._transparent_qw65m_888 ._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105 ._link_qw65m_98:hover,._transparent_qw65m_888 ._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105 ._search_qw65m_111:hover,._transparent_qw65m_888 ._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105 ._locale_qw65m_112:hover,._transparent_qw65m_888 ._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105._themeToggle_qw65m_113 button:hover,._transparent_qw65m_888 ._linkWrapper_qw65m_98._parent_qw65m_98>._linkItem_qw65m_105 ._sublinkToggle_qw65m_114:hover{color:var(--color-navigation-transparent-linksHover);background-color:transparent}}@media (max-width: 767px){._transparent_qw65m_888:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:rgba(var(--color-backgroundRgb),.5);backdrop-filter:saturate(1.1) blur(1rem);-webkit-backdrop-filter:saturate(1.1) blur(1rem)}}._transparent_qw65m_888 ._nav_qw65m_1{height:auto;border-radius:var(--radius-full);padding:0;z-index:1001;background:rgba(var(--color-backgroundRgb),.3);backdrop-filter:saturate(1.1) blur(1rem);-webkit-backdrop-filter:saturate(1.1) blur(1rem)}@media (max-width: 767px){._transparent_qw65m_888 ._nav_qw65m_1{padding:var(--nav-height) 0 0;background:rgba(var(--color-backgroundRgb),.95);border-radius:0;top:0!important;left:0!important;height:100vh}._transparent_qw65m_888 ._nav_qw65m_1:before{border-radius:0}}@media (max-width: 767px){._transparent_qw65m_888 ._utility_qw65m_297 a,._transparent_qw65m_888 ._utility_qw65m_297 button{-webkit-backdrop-filter:unset;backdrop-filter:unset}._transparent_qw65m_888 ._utility_qw65m_297 a>span,._transparent_qw65m_888 ._utility_qw65m_297 button>span{background-color:transparent;padding:0}._transparent_qw65m_888 ._utility_qw65m_297 a:hover>span,._transparent_qw65m_888 ._utility_qw65m_297 button:hover>span{background-color:transparent;padding:0;color:var(--color-primary-100)}}@media (max-width: 767px){._transparent_qw65m_888 ._menuToggle_qw65m_279,._transparent_qw65m_888 ._search_qw65m_111{width:unset}}._groupDivider_qw65m_999{border:0;height:0;border-top:none;border-bottom:1px solid var(--color-border);padding:var(--spacing-sm) 0}@media (max-width: 767px){._searchWrapper_qw65m_1007{grid-area:fourth;width:auto}}._mobileMenu_qw65m_1014,._mobileMenuSlide_qw65m_1015{display:flex;flex-direction:column;gap:var(--spacing-md)}._mobileMenuItem_qw65m_1025{opacity:0}._fadeInFromLeft_qw65m_1029{animation:_fadeInFromLeft_qw65m_1029 .3s ease-in-out forwards}._fadeInFromRight_qw65m_1033{animation:_fadeInFromRight_qw65m_1033 .3s ease-in-out forwards}._spotlight_qw65m_569{display:flex;flex-direction:column;gap:var(--spacing-md)}._spotlight_qw65m_569 ._imageWrapper_qw65m_1043{width:100%;height:150px;position:relative;overflow:hidden;border-radius:var(--radius-md);line-height:0}._spotlight_qw65m_569 ._imageWrapper_qw65m_1043 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}._spotlight_qw65m_569 ._image_qw65m_1043{width:100%;height:auto;object-fit:cover}._spotlight_qw65m_569 ._content_qw65m_1065{display:flex;flex-direction:column;gap:var(--spacing-sm);color:#fff}._spotlight_qw65m_569 ._title_qw65m_88{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-lg);color:#fff}._spotlight_qw65m_569 ._description_qw65m_1080{color:#fff}._spotlight_qw65m_569 ._actions_qw65m_1084{display:flex;flex-direction:column;align-items:flex-start}@keyframes _fadeInFromLeft_qw65m_1029{0%{transform:translate(-10px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes _fadeInFromRight_qw65m_1033{0%{transform:translate(10px);opacity:0}to{transform:translate(0);opacity:1}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("react/jsx-runtime");require("react");const e=require("../../../NavLink-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("react/jsx-runtime");require("react");const e=require("../../../NavLink-BtJL5-mk.cjs");require("../../../external-link-DDShu-48.cjs");require("../../../chevron-down-DfK1XBl3.cjs");exports.NavLink=e.NavLink;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react/jsx-runtime"),a=require("react"),se=require("../Modal/index.cjs"),z=require("../../../index-D0ylyll7.cjs"),le=require("../ButtonGroup/index.cjs"),e=require("../../../NavLink-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react/jsx-runtime"),a=require("react"),se=require("../Modal/index.cjs"),z=require("../../../index-D0ylyll7.cjs"),le=require("../ButtonGroup/index.cjs"),e=require("../../../NavLink-BtJL5-mk.cjs"),U=require("../../utils/NoScroll/noScroll.cjs"),we=require("../../../chevron-right-motlyADs.cjs"),P=require("../../../external-link-DDShu-48.cjs"),Ce=require("../../../x-Dft9NVe_.cjs"),ne=require("../../../createLucideIcon-DpotSgUx.cjs"),_e=require("../../../chevron-down-DfK1XBl3.cjs");/**
|
|
2
2
|
* @license lucide-react v0.488.0 - ISC
|
|
3
3
|
*
|
|
4
4
|
* This source code is licensed under the ISC license.
|
|
@@ -3,7 +3,7 @@ import { useState as u, useRef as V, useCallback as L, useEffect as H } from "re
|
|
|
3
3
|
import { Modal as ie } from "../Modal/index.mjs";
|
|
4
4
|
import { B as q, M as _e } from "../../../index-CnlJ2RgH.js";
|
|
5
5
|
import { ButtonGroup as se } from "../ButtonGroup/index.mjs";
|
|
6
|
-
import { s as e, N as Se } from "../../../NavLink-
|
|
6
|
+
import { s as e, N as Se } from "../../../NavLink-DefgopKI.js";
|
|
7
7
|
import { lockScroll as ze, unlockScroll as re } from "../../utils/NoScroll/noScroll.mjs";
|
|
8
8
|
import { C as Re } from "../../../chevron-right-Cim1KPuL.js";
|
|
9
9
|
import { E as X } from "../../../external-link-BOPobeQJ.js";
|
package/dist/index13.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._tabs_3x761_1{width:100%;padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl)}._container_3x761_7{width:100%;max-width:var(--layout-width);margin:0 auto;padding-left:var(--spacing-md);padding-right:var(--spacing-md)}._container_3x761_7 h1,._container_3x761_7 h2,._container_3x761_7 h3,._container_3x761_7 h4,._container_3x761_7 h5,._container_3x761_7 h6{width:100%;margin-block:0}._heading_3x761_25{position:relative;display:flex;flex-direction:column;gap:var(--spacing-md)}._text_3x761_32{flex:1;display:flex;justify-content:center;flex-direction:column;gap:var(--spacing-lg)}@media (max-width: 767px){._text_3x761_32{flex:1;width:100%;align-items:flex-start}}._headingHorizontal_3x761_46{flex-direction:row;justify-content:space-between}._headingHorizontal_3x761_46 ._container_3x761_7{flex:1}._headingHorizontal_3x761_46 ._title_3x761_54{margin-bottom:0;text-wrap:pretty}@media (max-width: 768px){._headingHorizontal_3x761_46{flex-direction:column}}._headingVertical_3x761_64{flex-direction:column;justify-content:flex-start}._tabContent_3x761_74{display:flex;align-items:center;justify-content:space-between;gap:4rem;max-width:800px;margin:0 auto}._tabContent_3x761_74 ul{columns:1}._tabContent_3x761_74 .textPrimary{font-weight:var(--font-weight-semibold);font-size:var(--font-size-lg)}@media (max-width: 767px){._tabContent_3x761_74{flex-direction:column;gap:var(--spacing-lg);align-items:flex-start}}._tabContent_3x761_74._vertical_3x761_97{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:var(--spacing-lg)}@media (max-width: 767px){._tabContent_3x761_74._vertical_3x761_97{flex-direction:column}}._tabContent_3x761_74._vertical_3x761_97 ._tabsContainer_3x761_69{padding-top:var(--spacing-lg);padding-bottom:var(--spacing-lg)}._tabContent_3x761_74._vertical_3x761_97 ._tabImage_3x761_112 img{width:auto}._tabText_3x761_120{display:flex;flex-direction:column;align-items:flex-start;gap:var(--spacing-md);flex:1}._tabImage_3x761_112{width:100%;height:auto;max-width:175px;align-items:center}._tabImage_3x761_112 img{position:relative;width:100%;height:auto}._gridItems_3x761_141{display:grid;width:100%;grid-template-columns:1fr;gap:var(--spacing-md)}@media (min-width: 480px){._gridItems_3x761_141{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){._gridItems_3x761_141{grid-template-columns:repeat(4,1fr)}}._gridItem_3x761_141 img{width:100%;height:auto;aspect-ratio:15/9;object-fit:cover;border-radius:var(--radius-md)}._default_3x761_166 ._container_3x761_7{display:flex;flex-direction:column;gap:var(--spacing-md)}.orientationVertical ._tabsContainer_3x761_69{padding-top:var(--spacing-lg);padding-bottom:var(--spacing-lg)}._fullBleed_3x761_181{position:relative;padding-top:var(--spacing-md);padding-left:var(--spacing-md);padding-right:var(--spacing-md)}._fullBleed_3x761_181 ._container_3x761_7{max-width:var(--layout-width);position:relative;display:flex;align-items:flex-end;width:100%;min-height:650px;height:100%;overflow:hidden;flex-grow:1;border-radius:var(--radius-md)}._fullBleed_3x761_181 ._container_3x761_7 img{transition:width .3s ease-in-out,height .3s ease-in-out}._fullBleed_3x761_181 ._overlay_3x761_208{width:100%;max-width:var(--layout-width);margin:0 auto;z-index:3;position:relative;padding-left:var(--spacing-md);padding-right:var(--spacing-md)}._fullBleed_3x761_181 ._heading_3x761_25{z-index:3;position:relative;max-width:665px;display:flex;flex-direction:column;gap:var(--spacing-md);background-color:#fff;padding:var(--spacing-xl);border-radius:var(--radius-md);margin-bottom:var(--spacing-md)}._fullBleed_3x761_181 ._heading_3x761_25:has(._title_3x761_54+._cta_3x761_232):not(:has(._text_3x761_32)){gap:var(--spacing-lg)}._fullBleed_3x761_181 ._text_3x761_32{flex:1;display:flex;justify-content:center;flex-direction:column;gap:var(--spacing-lg)}@media (max-width: 767px){._fullBleed_3x761_181 ._text_3x761_32{flex:1;width:100%;align-items:flex-start}}._fullBleed_3x761_181.paddingTopBanner,._fullBleed_3x761_181.paddingTop4,._fullBleed_3x761_181.paddingTop2,._fullBleed_3x761_181.paddingTop1{padding-top:0}._fullBleed_3x761_181.paddingBottomBanner,._fullBleed_3x761_181.paddingBottom4,._fullBleed_3x761_181.paddingBottom2,._fullBleed_3x761_181.paddingBottom1{padding-bottom:0}._fullBleed_3x761_181.paddingTopBanner ._overlay_3x761_208{padding-top:8rem}._fullBleed_3x761_181.paddingBottomBanner ._overlay_3x761_208{padding-bottom:8rem}._fullBleed_3x761_181.paddingTop4 ._overlay_3x761_208{padding-top:4rem}._fullBleed_3x761_181.paddingBottom4 ._overlay_3x761_208{padding-bottom:4rem}._fullBleed_3x761_181.paddingTop2 ._overlay_3x761_208{padding-top:2rem}._fullBleed_3x761_181.paddingBottom2 ._overlay_3x761_208{padding-bottom:2rem}._fullBleed_3x761_181.paddingTop1 ._overlay_3x761_208{padding-top:1rem}._fullBleed_3x761_181.paddingBottom1 ._overlay_3x761_208{padding-bottom:1rem}._eyebrow_3x761_314{font-weight:var(--font-weight-bold)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("react/jsx-runtime");require("react");require("../../utils/mediaUtils.cjs");const e=require("../../../HeroSubComponents-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("react/jsx-runtime");require("react");require("../../utils/mediaUtils.cjs");const e=require("../../../HeroSubComponents-DeLtujvq.cjs");require("../../../play-CQBnZgNa.cjs");exports.HeroImage=e.HeroImage;exports.NativeVideo=e.NativeVideo;exports.VideoBlock=e.VideoBlock;exports.VideoControl=e.VideoControl;exports.VideoEmbed=e.VideoEmbed;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../utils/mediaUtils.mjs";
|
|
4
|
-
import { H as t, N as d, V as p, a as s, b as V } from "../../../HeroSubComponents-
|
|
4
|
+
import { H as t, N as d, V as p, a as s, b as V } from "../../../HeroSubComponents-DgaUarpC.js";
|
|
5
5
|
import "../../../play-DYgKiSaf.js";
|
|
6
6
|
export {
|
|
7
7
|
t as HeroImage,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),k=require("react"),V=require("./HeroContext.cjs"),s=require("../../../HeroSubComponents-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),k=require("react"),V=require("./HeroContext.cjs"),s=require("../../../HeroSubComponents-DeLtujvq.cjs"),w=require("../../utils/mediaUtils.cjs"),W=require("../../hooks/usePrefersReducedMotion.cjs"),Y={default:s.styles.default,split:s.styles.split,"split-35-65":s.styles.splitAlt,tile:s.styles.tile,fullBleed:s.styles.fullBleed,blog:s.styles.blog};function $({heading:l,callToAction:a,renderRichText:t,renderCallToAction:r,extraChildren:n}){return e.jsxs(e.Fragment,{children:[e.jsxs("div",{children:[l.eyebrow&&(t==null?void 0:t({blocks:l.eyebrow,className:s.styles.eyebrow})),t==null?void 0:t({blocks:l.title})]}),n,l.description&&(t==null?void 0:t({blocks:l.description})),a&&(r==null?void 0:r(a))]})}function C({id:l,paddingClasses:a,layoutClass:t,extraSectionClass:r,mediaNode:n,overlayContent:c}){return e.jsx("section",{id:l,className:`${s.styles.hero} ${a} ${t} ${r??""}`,children:e.jsxs("article",{className:s.styles.container,children:[n,e.jsx("div",{className:s.styles.overlay,children:e.jsx("div",{className:s.styles.text,children:c})})]})})}const z={render:({href:l,className:a,children:t})=>e.jsx("a",{href:l,className:a,children:t})};function G({heading:l,image:a,video:t,callToAction:r,pageData:n,styleOptions:c,id:y,imageAdapter:m,linkAdapter:v,renderRichText:o,renderCallToAction:i}){var M;const u=W.usePrefersReducedMotion(),[B,H]=k.useState(!u),d=(()=>{try{return V.useHeroContext()}catch{return null}})(),F=v??z,b=(c==null?void 0:c.layout)??"default",j=((M=c==null?void 0:c.padding)==null?void 0:M.join(" "))??"",g=Y[b]??s.styles.default,N=(c==null?void 0:c.mode)??"light",p=w.resolveImageUrl(a,N,"medium"),f=w.resolveImageUrl(a,N,"large"),I=w.resolveAltText(a,N),U=t?w.detectVideoProvider(t):null,x=!u,L=k.useCallback(()=>{H(P=>!P)},[]);k.useEffect(()=>{if(!(b==="tile"||b==="fullBleed")||typeof window>"u")return;d==null||d.setIsFullbleedHeroAtTop(!0);const q=()=>{d==null||d.setIsFullbleedHeroAtTop(window.scrollY===0)};return window.addEventListener("scroll",q,{passive:!0}),()=>window.removeEventListener("scroll",q)},[b,d]),k.useEffect(()=>{H(!u)},[u]);const S=t&&U?e.jsx(s.VideoBlock,{url:t,autoPlay:x,posterUrl:f,isPlaying:B,onToggle:L,variant:"inline"}):a?e.jsx(s.HeroImage,{image:a,mode:N,variant:"intrinsic",imageAdapter:m}):null,_=t&&U?e.jsx(s.VideoBlock,{url:t,autoPlay:x,posterUrl:f,isPlaying:B,onToggle:L,variant:"background"}):p||f?m?m.render({src:f??p??"",alt:I,fill:!0,priority:!0,style:{objectFit:"cover"},draggable:!1,sizes:"(min-width: 500px) 500px, 100vw"}):e.jsx("img",{src:f??p,alt:I,style:{position:"absolute",inset:0,width:"100%",height:"100%",objectFit:"cover"},draggable:!1}):null,E=n?J(n,F):null;switch(b){case"split":case"split-35-65":return e.jsx("section",{id:y,className:`${s.styles.hero} ${g} ${j}`,children:e.jsxs("article",{className:s.styles.container,children:[e.jsxs("div",{className:s.styles.heading,children:[e.jsxs("div",{children:[l.eyebrow&&(o==null?void 0:o({blocks:l.eyebrow,className:s.styles.eyebrow})),o==null?void 0:o({blocks:l.title})]}),e.jsxs("div",{className:s.styles.text,children:[l.description&&(o==null?void 0:o({blocks:l.description})),r&&(i==null?void 0:i(r))]}),l.disclaimer&&(o==null?void 0:o({blocks:l.disclaimer,className:s.styles.disclaimer}))]}),S]})});case"default":return e.jsx("section",{id:y,className:`${s.styles.hero} ${j} ${g}`,children:e.jsxs("article",{className:s.styles.container,children:[S,e.jsx("div",{className:s.styles.text,children:e.jsx($,{heading:l,callToAction:r,renderRichText:o,renderCallToAction:i})})]})});case"tile":return e.jsx(C,{id:y,paddingClasses:j,layoutClass:g,extraSectionClass:"heroTile",mediaNode:_,overlayContent:e.jsx($,{heading:l,callToAction:r,renderRichText:o,renderCallToAction:i})});case"fullBleed":return e.jsxs("section",{"data-overlay":"true",id:y,className:`${s.styles.hero} ${s.styles.fullBleed} ${j}`,children:[e.jsx("div",{className:s.styles.media,children:_}),e.jsx("div",{className:s.styles.container,children:e.jsx("div",{className:s.styles.text,children:e.jsx($,{heading:l,callToAction:r,renderRichText:o,renderCallToAction:i})})})]});case"blog":return e.jsx(C,{id:y,paddingClasses:j,layoutClass:g,mediaNode:_,overlayContent:e.jsx($,{heading:l,callToAction:r,renderRichText:o,renderCallToAction:i,extraChildren:E})})}}function J(l,a){var m,v;const t=((m=l.categories)==null?void 0:m.filter(o=>{var i,u;return!((u=(i=o.slug)==null?void 0:i.current)!=null&&u.startsWith("library/type"))}))??[],r=t[0]??null,n=t[1]??null,c=((v=l.categories)==null?void 0:v.find(o=>{var i,u;return(u=(i=o.slug)==null?void 0:i.current)==null?void 0:u.startsWith("library/type")}))??null,y=n&&n.title.toLowerCase()!=="library"&&!n.slug.current.includes("keywords");return e.jsxs("div",{className:s.styles.articleDetails,children:[c&&a.render({href:`/blog/search?categories=${encodeURIComponent(c._id)}`,className:s.styles.articleType,children:c.title}),e.jsxs("div",{className:s.styles.articleCategories,children:[r&&a.render({href:`/blog/search?categories=${encodeURIComponent(r._id)}`,className:s.styles.category,children:r.title}),y&&a.render({href:`/blog/search?categories=${encodeURIComponent(n._id)}`,className:s.styles.category,children:n.title})]}),l.timeToRead>0&&e.jsxs("span",{children:[e.jsx("span",{className:s.styles.number,children:l.timeToRead}),"min read"]})]})}exports.HeroBlock=G;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as a, jsxs as u, Fragment as q } from "react/jsx-runtime";
|
|
2
2
|
import { useState as G, useCallback as J, useEffect as V } from "react";
|
|
3
3
|
import { useHeroContext as K } from "./HeroContext.mjs";
|
|
4
|
-
import { V as _, s, H as Q } from "../../../HeroSubComponents-
|
|
4
|
+
import { V as _, s, H as Q } from "../../../HeroSubComponents-DgaUarpC.js";
|
|
5
5
|
import { resolveImageUrl as E, resolveAltText as X, detectVideoProvider as Z } from "../../utils/mediaUtils.mjs";
|
|
6
6
|
import { usePrefersReducedMotion as D } from "../../hooks/usePrefersReducedMotion.mjs";
|
|
7
7
|
const h = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../../index13.css');const a=require("react/jsx-runtime"),D=require("../../hooks/useStyleClasses.cjs"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../../index13.css');const a=require("react/jsx-runtime"),D=require("../../hooks/useStyleClasses.cjs"),g=require("../../../core/components/Tabs/index.cjs"),G=require("../../../index-D0ylyll7.cjs"),M=require("../../utils/resolveLinkUrl.cjs"),P=require("../../../core/context/ThemeContext.cjs"),r=require("../../utils/mediaUtils.cjs"),A="_tabs_3x761_1",F="_container_3x761_7",Y="_heading_3x761_25",J="_text_3x761_32",K="_headingHorizontal_3x761_46",Q="_title_3x761_54",W="_headingVertical_3x761_64",X="_tabContent_3x761_74",Z="_vertical_3x761_97",O="_tabsContainer_3x761_69",T="_tabImage_3x761_112",R="_tabText_3x761_120",tt="_gridItems_3x761_141",at="_gridItem_3x761_141",st="_fullBleed_3x761_181",lt="_overlay_3x761_208",ot="_eyebrow_3x761_314",s={tabs:A,container:F,heading:Y,text:J,headingHorizontal:K,title:Q,headingVertical:W,tabContent:X,vertical:Z,tabsContainer:O,tabImage:T,tabText:R,gridItems:tt,gridItem:at,default:"_default_3x761_166",fullBleed:st,overlay:lt,eyebrow:ot},et={orientationHorizontal:"horizontal",orientationVertical:"vertical"},it={themeDefault:"default",themeLight:"light",themeDark:"dark",themeTransparent:"transparent"},nt={horizontal:s.headingHorizontal,vertical:s.headingVertical},ct={horizontal:"",vertical:s.vertical};function bt({src:l,alt:c,renderImage:_}){return _?_({src:l,alt:c,width:600,height:658,priority:!0}):a.jsx("img",{src:l,alt:c,width:600,height:658})}function _t({items:l,mode:c,renderImage:_,renderRichText:n}){return a.jsx("div",{className:s.gridItems,children:l.map((o,t)=>{const i=r.resolveImageUrl(o.itemImage,c,"medium"),b=r.resolveAltText(o.itemImage,c,"Grid image");return a.jsxs("div",{className:s.gridItem,children:[i&&_?_({src:i,alt:b,width:200,height:200}):i?a.jsx("img",{src:i,alt:b,width:200,height:200}):null,o.itemText&&(n==null?void 0:n({blocks:o.itemText}))]},t)})})}function mt({heading:l,image:c,items:_,callToAction:n,styleOptions:o,renderRichText:t,renderCallToAction:i,renderImage:b}){const{mode:u}=P.useTheme(),I=D.useStyleClasses(o),x=(o==null?void 0:o.layout)??"default",d=nt[l.headingLayout??"vertical"],w=et[(o==null?void 0:o.orientation)??"orientationHorizontal"],V=it[(o==null?void 0:o.theme)??"themeDefault"],y=r.resolveImageUrl(c,u,"medium"),v=r.resolveImageUrl(c,u,"large"),j=r.resolveAltText(c,u,"Block image"),L=a.jsxs(g.Tabs,{defaultIndex:0,orientation:w,theme:V,children:[a.jsx(g.Tabs.List,{children:_.map((e,k)=>a.jsx(g.Tabs.Trigger,{index:k,children:e.title},e.title))}),_.map((e,k)=>{var B,z,p,h,q,H,S,C,E;const N=r.resolveImageUrl((B=e.content)==null?void 0:B.tabImage,u,"medium"),$=r.resolveAltText((z=e.content)==null?void 0:z.tabImage,u,"Tab image"),f=(p=e.content)!=null&&p.tabLink?M.resolveLinkURL(e.content.tabLink):void 0,m=(h=e.content)==null?void 0:h.tabLink,U=Array.isArray((q=e.content)==null?void 0:q.tabGridItem)?e.content.tabGridItem:null;return a.jsx(g.Tabs.Panel,{index:k,children:a.jsxs("div",{className:`${s.tabContent} ${ct[w]}`,children:[N&&a.jsx("div",{className:s.tabImage,children:b?b({src:N,alt:$,width:250,height:250}):a.jsx("img",{src:N,alt:$,width:250,height:250})}),a.jsxs("div",{className:s.tabText,children:[((H=e.content)==null?void 0:H.tabText)&&(t==null?void 0:t({blocks:e.content.tabText})),U&&a.jsx(_t,{items:U,mode:u,renderImage:b,renderRichText:t}),f&&f!=="#"&&m&&a.jsx(G.Button,{as:"a",variant:m.variant??"primary",href:f,target:((S=m.linkOptions)==null?void 0:S.linkType)==="external"?"_blank":"_self",rel:((C=m.linkOptions)==null?void 0:C.linkType)==="external"?"noopener noreferrer":"","aria-label":m.ariaLabel||m.label,children:m.label}),((E=e.content)==null?void 0:E.tabDisclaimer)&&(t==null?void 0:t({blocks:e.content.tabDisclaimer}))]})]})},e.title)})]});return x==="default"?a.jsx("section",{className:`${s.tabs} ${s.default} ${I}`,children:a.jsxs("article",{className:s.container,children:[y&&a.jsx(bt,{src:y,alt:j,renderImage:b}),a.jsxs("div",{className:`${s.heading} ${d}`,children:[a.jsxs("div",{children:[l.eyebrow&&(t==null?void 0:t({blocks:l.eyebrow,className:s.eyebrow})),t==null?void 0:t({blocks:l.title,className:s.title})]}),l.description&&a.jsx("div",{className:s.text,children:t==null?void 0:t({blocks:l.description})})]}),a.jsx("div",{className:s.tabsContainer,children:L}),n&&(i==null?void 0:i({items:n.items,alignment:n.alignment})),l.disclaimer&&(t==null?void 0:t({blocks:l.disclaimer}))]})}):x==="full-bleed"?a.jsx("section",{"data-overlay":"true",className:`${s.tabs} ${s.fullBleed} ${I} tabsFullBleed`,children:a.jsxs("article",{className:s.container,children:[v&&(b?b({src:v,alt:j,fill:!0,priority:!0,sizes:"(max-width: 767px) 600px, 1200px",style:{objectFit:"cover"},draggable:!1}):a.jsx("img",{src:v,alt:j,style:{position:"absolute",inset:0,width:"100%",height:"100%",objectFit:"cover"}})),a.jsx("div",{className:s.overlay,children:a.jsxs("div",{className:`${s.heading} ${d}`,children:[a.jsxs("div",{children:[l.eyebrow&&(t==null?void 0:t({blocks:l.eyebrow,className:s.eyebrow})),t==null?void 0:t({blocks:l.title,className:s.title})]}),l.description&&(t==null?void 0:t({blocks:l.description})),a.jsx("div",{className:s.tabsContainer,children:L}),n&&(i==null?void 0:i({items:n.items,alignment:n.alignment})),l.disclaimer&&(t==null?void 0:t({blocks:l.disclaimer}))]})})]})}):null}exports.TabsBlock=mt;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as c, jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import { useStyleClasses as P } from "../../hooks/useStyleClasses.mjs";
|
|
3
|
-
import { Tabs as
|
|
3
|
+
import { Tabs as g } from "../../../core/components/Tabs/index.mjs";
|
|
4
4
|
import { B as A } from "../../../index-CnlJ2RgH.js";
|
|
5
5
|
import { resolveLinkURL as Y } from "../../utils/resolveLinkUrl.mjs";
|
|
6
6
|
import { useTheme as q } from "../../../core/context/ThemeContext.mjs";
|
|
7
7
|
import { resolveImageUrl as v, resolveAltText as d } from "../../utils/mediaUtils.mjs";
|
|
8
|
-
import '../../../index13.css';const J = "
|
|
8
|
+
import '../../../index13.css';const J = "_tabs_3x761_1", K = "_container_3x761_7", Q = "_heading_3x761_25", W = "_text_3x761_32", X = "_headingHorizontal_3x761_46", Z = "_title_3x761_54", O = "_headingVertical_3x761_64", x = "_tabContent_3x761_74", T = "_vertical_3x761_97", R = "_tabsContainer_3x761_69", tt = "_tabImage_3x761_112", at = "_tabText_3x761_120", lt = "_gridItems_3x761_141", st = "_gridItem_3x761_141", ot = "_fullBleed_3x761_181", it = "_overlay_3x761_208", nt = "_eyebrow_3x761_314", a = {
|
|
9
9
|
tabs: J,
|
|
10
10
|
container: K,
|
|
11
11
|
heading: Q,
|
|
@@ -20,55 +20,55 @@ import '../../../index13.css';const J = "_tabs_1rrg8_1", K = "_container_1rrg8_7
|
|
|
20
20
|
tabText: at,
|
|
21
21
|
gridItems: lt,
|
|
22
22
|
gridItem: st,
|
|
23
|
-
default: "
|
|
23
|
+
default: "_default_3x761_166",
|
|
24
24
|
fullBleed: ot,
|
|
25
25
|
overlay: it,
|
|
26
26
|
eyebrow: nt
|
|
27
27
|
}, mt = {
|
|
28
28
|
orientationHorizontal: "horizontal",
|
|
29
29
|
orientationVertical: "vertical"
|
|
30
|
-
},
|
|
30
|
+
}, ct = {
|
|
31
31
|
themeDefault: "default",
|
|
32
32
|
themeLight: "light",
|
|
33
33
|
themeDark: "dark",
|
|
34
34
|
themeTransparent: "transparent"
|
|
35
|
-
},
|
|
35
|
+
}, et = {
|
|
36
36
|
horizontal: a.headingHorizontal,
|
|
37
37
|
vertical: a.headingVertical
|
|
38
|
-
},
|
|
38
|
+
}, bt = {
|
|
39
39
|
horizontal: "",
|
|
40
40
|
vertical: a.vertical
|
|
41
41
|
};
|
|
42
|
-
function
|
|
43
|
-
return
|
|
42
|
+
function _t({ src: l, alt: e, renderImage: _ }) {
|
|
43
|
+
return _ ? _({ src: l, alt: e, width: 600, height: 658, priority: !0 }) : /* @__PURE__ */ s("img", { src: l, alt: e, width: 600, height: 658 });
|
|
44
44
|
}
|
|
45
|
-
function
|
|
45
|
+
function ut({
|
|
46
46
|
items: l,
|
|
47
|
-
mode:
|
|
48
|
-
renderImage:
|
|
47
|
+
mode: e,
|
|
48
|
+
renderImage: _,
|
|
49
49
|
renderRichText: m
|
|
50
50
|
}) {
|
|
51
51
|
return /* @__PURE__ */ s("div", { className: a.gridItems, children: l.map((o, t) => {
|
|
52
52
|
const n = v(
|
|
53
53
|
o.itemImage,
|
|
54
|
-
|
|
54
|
+
e,
|
|
55
55
|
"medium"
|
|
56
|
-
),
|
|
56
|
+
), b = d(
|
|
57
57
|
o.itemImage,
|
|
58
|
-
|
|
58
|
+
e,
|
|
59
59
|
"Grid image"
|
|
60
60
|
);
|
|
61
|
-
return /* @__PURE__ */
|
|
62
|
-
n &&
|
|
61
|
+
return /* @__PURE__ */ c("div", { className: a.gridItem, children: [
|
|
62
|
+
n && _ ? _({
|
|
63
63
|
src: n,
|
|
64
|
-
alt:
|
|
64
|
+
alt: b,
|
|
65
65
|
width: 200,
|
|
66
66
|
height: 200
|
|
67
67
|
}) : n ? /* @__PURE__ */ s(
|
|
68
68
|
"img",
|
|
69
69
|
{
|
|
70
70
|
src: n,
|
|
71
|
-
alt:
|
|
71
|
+
alt: b,
|
|
72
72
|
width: 200,
|
|
73
73
|
height: 200
|
|
74
74
|
}
|
|
@@ -79,33 +79,33 @@ function _t({
|
|
|
79
79
|
}
|
|
80
80
|
function wt({
|
|
81
81
|
heading: l,
|
|
82
|
-
image:
|
|
83
|
-
items:
|
|
82
|
+
image: e,
|
|
83
|
+
items: _,
|
|
84
84
|
callToAction: m,
|
|
85
85
|
styleOptions: o,
|
|
86
86
|
renderRichText: t,
|
|
87
87
|
renderCallToAction: n,
|
|
88
|
-
renderImage:
|
|
88
|
+
renderImage: b
|
|
89
89
|
}) {
|
|
90
|
-
const { mode:
|
|
91
|
-
/* @__PURE__ */ s(
|
|
92
|
-
|
|
90
|
+
const { mode: r } = q(), L = P(o), p = (o == null ? void 0 : o.layout) ?? "default", y = et[l.headingLayout ?? "vertical"], $ = mt[(o == null ? void 0 : o.orientation) ?? "orientationHorizontal"], M = ct[(o == null ? void 0 : o.theme) ?? "themeDefault"], B = v(e, r, "medium"), f = v(e, r, "large"), k = d(e, r, "Block image"), z = /* @__PURE__ */ c(g, { defaultIndex: 0, orientation: $, theme: M, children: [
|
|
91
|
+
/* @__PURE__ */ s(g.List, { children: _.map((i, N) => /* @__PURE__ */ s(g.Trigger, { index: N, children: i.title }, i.title)) }),
|
|
92
|
+
_.map((i, N) => {
|
|
93
93
|
var E, V, h, D, G, C, S, j, F;
|
|
94
94
|
const I = v(
|
|
95
95
|
(E = i.content) == null ? void 0 : E.tabImage,
|
|
96
|
-
|
|
96
|
+
r,
|
|
97
97
|
"medium"
|
|
98
98
|
), H = d(
|
|
99
99
|
(V = i.content) == null ? void 0 : V.tabImage,
|
|
100
|
-
|
|
100
|
+
r,
|
|
101
101
|
"Tab image"
|
|
102
|
-
), w = (h = i.content) != null && h.tabLink ? Y(i.content.tabLink) : void 0,
|
|
103
|
-
return /* @__PURE__ */ s(
|
|
102
|
+
), w = (h = i.content) != null && h.tabLink ? Y(i.content.tabLink) : void 0, u = (D = i.content) == null ? void 0 : D.tabLink, U = Array.isArray((G = i.content) == null ? void 0 : G.tabGridItem) ? i.content.tabGridItem : null;
|
|
103
|
+
return /* @__PURE__ */ s(g.Panel, { index: N, children: /* @__PURE__ */ c(
|
|
104
104
|
"div",
|
|
105
105
|
{
|
|
106
|
-
className: `${a.tabContent} ${
|
|
106
|
+
className: `${a.tabContent} ${bt[$]}`,
|
|
107
107
|
children: [
|
|
108
|
-
I && /* @__PURE__ */ s("div", { className: a.tabImage, children:
|
|
108
|
+
I && /* @__PURE__ */ s("div", { className: a.tabImage, children: b ? b({
|
|
109
109
|
src: I,
|
|
110
110
|
alt: H,
|
|
111
111
|
width: 250,
|
|
@@ -119,27 +119,27 @@ function wt({
|
|
|
119
119
|
height: 250
|
|
120
120
|
}
|
|
121
121
|
) }),
|
|
122
|
-
/* @__PURE__ */
|
|
122
|
+
/* @__PURE__ */ c("div", { className: a.tabText, children: [
|
|
123
123
|
((C = i.content) == null ? void 0 : C.tabText) && (t == null ? void 0 : t({ blocks: i.content.tabText })),
|
|
124
124
|
U && /* @__PURE__ */ s(
|
|
125
|
-
|
|
125
|
+
ut,
|
|
126
126
|
{
|
|
127
127
|
items: U,
|
|
128
|
-
mode:
|
|
129
|
-
renderImage:
|
|
128
|
+
mode: r,
|
|
129
|
+
renderImage: b,
|
|
130
130
|
renderRichText: t
|
|
131
131
|
}
|
|
132
132
|
),
|
|
133
|
-
w && w !== "#" &&
|
|
133
|
+
w && w !== "#" && u && /* @__PURE__ */ s(
|
|
134
134
|
A,
|
|
135
135
|
{
|
|
136
136
|
as: "a",
|
|
137
|
-
variant:
|
|
137
|
+
variant: u.variant ?? "primary",
|
|
138
138
|
href: w,
|
|
139
|
-
target: ((S =
|
|
140
|
-
rel: ((j =
|
|
141
|
-
"aria-label":
|
|
142
|
-
children:
|
|
139
|
+
target: ((S = u.linkOptions) == null ? void 0 : S.linkType) === "external" ? "_blank" : "_self",
|
|
140
|
+
rel: ((j = u.linkOptions) == null ? void 0 : j.linkType) === "external" ? "noopener noreferrer" : "",
|
|
141
|
+
"aria-label": u.ariaLabel || u.label,
|
|
142
|
+
children: u.label
|
|
143
143
|
}
|
|
144
144
|
),
|
|
145
145
|
((F = i.content) == null ? void 0 : F.tabDisclaimer) && (t == null ? void 0 : t({ blocks: i.content.tabDisclaimer }))
|
|
@@ -149,17 +149,17 @@ function wt({
|
|
|
149
149
|
) }, i.title);
|
|
150
150
|
})
|
|
151
151
|
] });
|
|
152
|
-
return p === "default" ? /* @__PURE__ */ s("section", { className: `${a.tabs} ${a.default} ${L}`, children: /* @__PURE__ */
|
|
152
|
+
return p === "default" ? /* @__PURE__ */ s("section", { className: `${a.tabs} ${a.default} ${L}`, children: /* @__PURE__ */ c("article", { className: a.container, children: [
|
|
153
153
|
B && /* @__PURE__ */ s(
|
|
154
|
-
|
|
154
|
+
_t,
|
|
155
155
|
{
|
|
156
156
|
src: B,
|
|
157
157
|
alt: k,
|
|
158
|
-
renderImage:
|
|
158
|
+
renderImage: b
|
|
159
159
|
}
|
|
160
160
|
),
|
|
161
|
-
/* @__PURE__ */
|
|
162
|
-
/* @__PURE__ */
|
|
161
|
+
/* @__PURE__ */ c("div", { className: `${a.heading} ${y}`, children: [
|
|
162
|
+
/* @__PURE__ */ c("div", { children: [
|
|
163
163
|
l.eyebrow && (t == null ? void 0 : t({
|
|
164
164
|
blocks: l.eyebrow,
|
|
165
165
|
className: a.eyebrow
|
|
@@ -182,8 +182,8 @@ function wt({
|
|
|
182
182
|
{
|
|
183
183
|
"data-overlay": "true",
|
|
184
184
|
className: `${a.tabs} ${a.fullBleed} ${L} tabsFullBleed`,
|
|
185
|
-
children: /* @__PURE__ */
|
|
186
|
-
f && (
|
|
185
|
+
children: /* @__PURE__ */ c("article", { className: a.container, children: [
|
|
186
|
+
f && (b ? b({
|
|
187
187
|
src: f,
|
|
188
188
|
alt: k,
|
|
189
189
|
fill: !0,
|
|
@@ -205,8 +205,8 @@ function wt({
|
|
|
205
205
|
}
|
|
206
206
|
}
|
|
207
207
|
)),
|
|
208
|
-
/* @__PURE__ */ s("div", { className: a.overlay, children: /* @__PURE__ */
|
|
209
|
-
/* @__PURE__ */
|
|
208
|
+
/* @__PURE__ */ s("div", { className: a.overlay, children: /* @__PURE__ */ c("div", { className: `${a.heading} ${y}`, children: [
|
|
209
|
+
/* @__PURE__ */ c("div", { children: [
|
|
210
210
|
l.eyebrow && (t == null ? void 0 : t({
|
|
211
211
|
blocks: l.eyebrow,
|
|
212
212
|
className: a.eyebrow
|
package/package.json
CHANGED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
"use strict";require('./HeroSubComponents.css');const o=require("react/jsx-runtime"),l=require("react"),b=require("./next/utils/mediaUtils.cjs"),p=require("./createLucideIcon-DpotSgUx.cjs"),y=require("./play-CQBnZgNa.cjs");/**
|
|
2
|
-
* @license lucide-react v0.488.0 - ISC
|
|
3
|
-
*
|
|
4
|
-
* This source code is licensed under the ISC license.
|
|
5
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
6
|
-
*/const x=[["rect",{x:"14",y:"4",width:"4",height:"16",rx:"1",key:"zuxfzm"}],["rect",{x:"6",y:"4",width:"4",height:"16",rx:"1",key:"1okwgv"}]],g=p.createLucideIcon("pause",x),j="_hero_1dobm_1",w="_container_1dobm_7",C="_heading_1dobm_15",N="_text_1dobm_22",k="_eyebrow_1dobm_37",B="_disclaimer_1dobm_41",V="_articleDetails_1dobm_53",I="_articleType_1dobm_66",E="_articleCategories_1dobm_80",q="_category_1dobm_86",z="_number_1dobm_102",T="_blog_1dobm_129",H="_overlay_1dobm_155",R="_tile_1dobm_225",D="_fullBleed_1dobm_326",F="_media_1dobm_353",P="_splitAlt_1dobm_442",A="_split_1dobm_442",L="_videoControl_1dobm_516",S="_videoBackground_1dobm_559",U="_iframe_1dobm_560",d={hero:j,container:w,heading:C,text:N,eyebrow:k,disclaimer:B,articleDetails:V,articleType:I,articleCategories:E,category:q,number:z,default:"_default_1dobm_125",blog:T,overlay:H,tile:R,fullBleed:D,media:F,splitAlt:P,split:A,videoControl:L,videoBackground:S,iframe:U},v=l.memo(function({isPlaying:e,onToggle:i}){return o.jsx("button",{type:"button",title:e?"Pause the video":"Play the video","aria-label":e?"Pause video":"Play video",className:d.videoControl,onClick:i,children:e?o.jsx(g,{size:18,"aria-hidden":!0}):o.jsx(y.Play,{size:18,"aria-hidden":!0})})}),h=l.memo(function({url:e,provider:i,wrapperClassName:a,iframeClassName:s}){const r=b.buildEmbedSrc(e,i);return o.jsx("div",{className:a,children:o.jsx("iframe",{src:r,className:s,allow:"autoplay; fullscreen",allowFullScreen:!0,title:"Embedded video","aria-label":"Background video"})})}),f=l.memo(l.forwardRef(function({src:e,autoPlay:i,posterUrl:a,wrapperClassName:s,videoClassName:r,isPlaying:c,onToggle:m},_){const n=l.useRef(null);return l.useImperativeHandle(_,()=>({play(){var t;(t=n.current)==null||t.play().catch(()=>{})},pause(){var t;(t=n.current)==null||t.pause()}})),l.useEffect(()=>{const t=n.current;t&&(c?t.play().catch(()=>{}):t.pause())},[c]),o.jsxs("div",{className:s,style:{position:"relative"},children:[o.jsx(v,{isPlaying:c,onToggle:m}),o.jsx("video",{ref:n,src:e,autoPlay:i,loop:!0,muted:!0,playsInline:!0,poster:a,preload:"metadata",className:r,"aria-label":"Background video"})]})})),$=l.memo(function({url:e,autoPlay:i,posterUrl:a,isPlaying:s,onToggle:r,variant:c}){const m=e.includes("vimeo.com"),_=e.includes("youtube.com")||e.includes("youtu.be"),n=m||_,t=m?"vimeo":"youtube";return c==="inline"?n?o.jsx(h,{url:e,provider:t,wrapperClassName:d.media}):o.jsx(f,{src:e,autoPlay:i,posterUrl:a,wrapperClassName:d.media,isPlaying:s,onToggle:r}):n?o.jsx(h,{url:e,provider:t,wrapperClassName:d.videoBackground,iframeClassName:d.iframe}):o.jsx(f,{src:e,autoPlay:i,posterUrl:a,videoClassName:d.videoBackground,isPlaying:s,onToggle:r})}),Y=l.memo(function({image:e,mode:i,variant:a,imageAdapter:s}){const r=b.resolveImageUrl(e,i,"medium");if(!r)return null;const c=b.resolveAltText(e,i),m=o.jsx("img",{fetchPriority:"high",src:r,alt:c,draggable:!1,style:a==="fill"?{objectFit:"cover",width:"100%",height:"100%"}:{width:"100%",height:"100%"}});return s?o.jsx("div",{className:d.media,children:a==="fill"?s.render({src:r,alt:c,fill:!0,priority:!0,fetchPriority:"high",style:{objectFit:"cover"},draggable:!1,sizes:"(max-width: 767px) 600px, 1200px"}):s.render({src:r,alt:c,width:650,height:750,priority:!0,fetchPriority:"high"})}):o.jsx("div",{className:d.media,children:m})});exports.HeroImage=Y;exports.NativeVideo=f;exports.VideoBlock=$;exports.VideoControl=v;exports.VideoEmbed=h;exports.styles=d;
|
package/dist/NavLink-C-5CMVbY.js
DELETED
|
@@ -1,157 +0,0 @@
|
|
|
1
|
-
import { jsxs as r, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { useRef as p, useEffect as g } from "react";
|
|
3
|
-
import { E as h } from "./external-link-BOPobeQJ.js";
|
|
4
|
-
import { C as v } from "./chevron-down-DSUzBz9F.js";
|
|
5
|
-
import './NavLink.css';const f = "_navbar_18kew_1", C = "_sticky_18kew_15", I = "_left_18kew_31", M = "_container_18kew_32", y = "_logo_18kew_36", T = "_nav_18kew_1", N = "_center_18kew_51", S = "_hidden_18kew_59", W = "_visible_18kew_66", x = "_right_18kew_81", E = "_title_18kew_88", D = "_linkWrapper_18kew_98", $ = "_parent_18kew_98", F = "_linkItem_18kew_105", L = "_link_18kew_98", B = "_search_18kew_111", R = "_locale_18kew_112", j = "_themeToggle_18kew_113", z = "_sublinkToggle_18kew_114", q = "_standard_18kew_165", A = "_triangle_18kew_173", G = "_twoColumn_18kew_200", H = "_mobileButtons_18kew_209", J = "_menuToggle_18kew_278", K = "_utilityMobile_18kew_296", Q = "_utility_18kew_296", U = "_navInner_18kew_324", V = "_grid_18kew_335", X = "_searchModal_18kew_354", Y = "_localeModal_18kew_359", Z = "_separator_18kew_373", O = "_newTabIcon_18kew_404", P = "_sublinksDescription_18kew_417", ee = "_linkContent_18kew_420", ne = "_open_18kew_433", oe = "_back_18kew_457", te = "_sublinks_18kew_417", se = "_show_18kew_506", _e = "_primaryColumn_18kew_555", ie = "_secondaryColumn_18kew_564", le = "_spotlightColumn_18kew_568", re = "_sublinksInner_18kew_572", ce = "_sublinksColumn_18kew_592", ae = "_chevron_18kew_602", ke = "_advanced_18kew_794", ue = "_subtitle_18kew_803", we = "_withSpotlight_18kew_845", me = "_withoutSpotlight_18kew_849", de = "_transparent_18kew_887", be = "_groupDivider_18kew_998", pe = "_searchWrapper_18kew_1006", ge = "_mobileMenu_18kew_1013", he = "_mobileMenuSlide_18kew_1014", ve = "_mobileMenuItem_18kew_1024", fe = "_fadeInFromLeft_18kew_1028", Ce = "_fadeInFromRight_18kew_1032", Ie = "_spotlight_18kew_568", Me = "_imageWrapper_18kew_1042", ye = "_content_18kew_1064", Te = "_description_18kew_1079", Ne = "_actions_18kew_1083", n = {
|
|
6
|
-
navbar: f,
|
|
7
|
-
sticky: C,
|
|
8
|
-
left: I,
|
|
9
|
-
container: M,
|
|
10
|
-
logo: y,
|
|
11
|
-
nav: T,
|
|
12
|
-
center: N,
|
|
13
|
-
hidden: S,
|
|
14
|
-
visible: W,
|
|
15
|
-
right: x,
|
|
16
|
-
title: E,
|
|
17
|
-
linkWrapper: D,
|
|
18
|
-
parent: $,
|
|
19
|
-
linkItem: F,
|
|
20
|
-
link: L,
|
|
21
|
-
search: B,
|
|
22
|
-
locale: R,
|
|
23
|
-
themeToggle: j,
|
|
24
|
-
sublinkToggle: z,
|
|
25
|
-
standard: q,
|
|
26
|
-
triangle: A,
|
|
27
|
-
twoColumn: G,
|
|
28
|
-
mobileButtons: H,
|
|
29
|
-
menuToggle: J,
|
|
30
|
-
utilityMobile: K,
|
|
31
|
-
utility: Q,
|
|
32
|
-
navInner: U,
|
|
33
|
-
grid: V,
|
|
34
|
-
searchModal: X,
|
|
35
|
-
localeModal: Y,
|
|
36
|
-
separator: Z,
|
|
37
|
-
newTabIcon: O,
|
|
38
|
-
sublinksDescription: P,
|
|
39
|
-
linkContent: ee,
|
|
40
|
-
open: ne,
|
|
41
|
-
back: oe,
|
|
42
|
-
sublinks: te,
|
|
43
|
-
show: se,
|
|
44
|
-
primaryColumn: _e,
|
|
45
|
-
secondaryColumn: ie,
|
|
46
|
-
spotlightColumn: le,
|
|
47
|
-
sublinksInner: re,
|
|
48
|
-
sublinksColumn: ce,
|
|
49
|
-
chevron: ae,
|
|
50
|
-
default: "_default_18kew_725",
|
|
51
|
-
advanced: ke,
|
|
52
|
-
subtitle: ue,
|
|
53
|
-
withSpotlight: we,
|
|
54
|
-
withoutSpotlight: me,
|
|
55
|
-
transparent: de,
|
|
56
|
-
groupDivider: be,
|
|
57
|
-
searchWrapper: pe,
|
|
58
|
-
mobileMenu: ge,
|
|
59
|
-
mobileMenuSlide: he,
|
|
60
|
-
mobileMenuItem: ve,
|
|
61
|
-
fadeInFromLeft: fe,
|
|
62
|
-
fadeInFromRight: Ce,
|
|
63
|
-
spotlight: Ie,
|
|
64
|
-
imageWrapper: Me,
|
|
65
|
-
content: ye,
|
|
66
|
-
description: Te,
|
|
67
|
-
actions: Ne
|
|
68
|
-
};
|
|
69
|
-
function De({
|
|
70
|
-
link: e,
|
|
71
|
-
path: o,
|
|
72
|
-
parentPath: c,
|
|
73
|
-
openPath: m,
|
|
74
|
-
togglePath: a,
|
|
75
|
-
updateTriangleIndicator: d,
|
|
76
|
-
setOpenPath: _,
|
|
77
|
-
renderLinks: b,
|
|
78
|
-
buttonRefs: i
|
|
79
|
-
}) {
|
|
80
|
-
var u;
|
|
81
|
-
const l = m === o, s = !!((u = e.sublinks) != null && u.length), k = p(null);
|
|
82
|
-
return g(() => (i.current.set(o, k.current), () => {
|
|
83
|
-
i.current.delete(o);
|
|
84
|
-
}), [o, i]), /* @__PURE__ */ r(
|
|
85
|
-
"div",
|
|
86
|
-
{
|
|
87
|
-
role: "menuitem",
|
|
88
|
-
className: `${n.linkWrapper} ${c ? "" : n.parent}`,
|
|
89
|
-
children: [
|
|
90
|
-
/* @__PURE__ */ t("div", { className: n.linkItem, children: e.href ? /* @__PURE__ */ r(
|
|
91
|
-
"a",
|
|
92
|
-
{
|
|
93
|
-
href: e.href,
|
|
94
|
-
className: n.link,
|
|
95
|
-
target: e.isExternal ? "_blank" : "_self",
|
|
96
|
-
rel: e.isExternal ? "noopener noreferrer" : void 0,
|
|
97
|
-
onClick: () => {
|
|
98
|
-
var w;
|
|
99
|
-
_(null), (w = e.onClick) == null || w.call(e);
|
|
100
|
-
},
|
|
101
|
-
onMouseEnter: () => {
|
|
102
|
-
c || _(null);
|
|
103
|
-
},
|
|
104
|
-
children: [
|
|
105
|
-
e.label,
|
|
106
|
-
e.isExternal && /* @__PURE__ */ t(
|
|
107
|
-
h,
|
|
108
|
-
{
|
|
109
|
-
className: n.newTabIcon,
|
|
110
|
-
size: 16,
|
|
111
|
-
"aria-hidden": "true"
|
|
112
|
-
}
|
|
113
|
-
)
|
|
114
|
-
]
|
|
115
|
-
}
|
|
116
|
-
) : /* @__PURE__ */ r(
|
|
117
|
-
"button",
|
|
118
|
-
{
|
|
119
|
-
ref: k,
|
|
120
|
-
"aria-haspopup": s ? !0 : void 0,
|
|
121
|
-
"aria-expanded": s ? l : void 0,
|
|
122
|
-
className: `${n.sublinkToggle} ${l ? n.open : ""}`,
|
|
123
|
-
onClick: () => a(o),
|
|
124
|
-
onMouseEnter: () => {
|
|
125
|
-
d(o), _(o);
|
|
126
|
-
},
|
|
127
|
-
children: [
|
|
128
|
-
e.label,
|
|
129
|
-
s && /* @__PURE__ */ t(
|
|
130
|
-
v,
|
|
131
|
-
{
|
|
132
|
-
size: 18,
|
|
133
|
-
className: n.chevron,
|
|
134
|
-
"aria-hidden": "true"
|
|
135
|
-
}
|
|
136
|
-
)
|
|
137
|
-
]
|
|
138
|
-
}
|
|
139
|
-
) }),
|
|
140
|
-
s && /* @__PURE__ */ t(
|
|
141
|
-
"div",
|
|
142
|
-
{
|
|
143
|
-
className: `${n.sublinks} ${l ? n.show : ""}`,
|
|
144
|
-
onMouseLeave: () => a(o),
|
|
145
|
-
role: "menu",
|
|
146
|
-
"aria-label": `${e.label} submenu`,
|
|
147
|
-
children: /* @__PURE__ */ t("div", { children: /* @__PURE__ */ t("div", { className: n.sublinksInner, children: /* @__PURE__ */ t("div", { className: n.sublinksColumn, children: b(e.sublinks, o) }) }) })
|
|
148
|
-
}
|
|
149
|
-
)
|
|
150
|
-
]
|
|
151
|
-
}
|
|
152
|
-
);
|
|
153
|
-
}
|
|
154
|
-
export {
|
|
155
|
-
De as N,
|
|
156
|
-
n as s
|
|
157
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";require('./NavLink.css');const o=require("react/jsx-runtime"),w=require("react"),g=require("./external-link-DDShu-48.cjs"),h=require("./chevron-down-DfK1XBl3.cjs"),p="_navbar_18kew_1",v="_sticky_18kew_15",f="_left_18kew_31",I="_container_18kew_32",C="_logo_18kew_36",M="_nav_18kew_1",y="_center_18kew_51",x="_hidden_18kew_59",T="_visible_18kew_66",N="_right_18kew_81",j="_title_18kew_88",S="_linkWrapper_18kew_98",W="_parent_18kew_98",$="_linkItem_18kew_105",D="_link_18kew_98",L="_search_18kew_111",E="_locale_18kew_112",F="_themeToggle_18kew_113",q="_sublinkToggle_18kew_114",R="_standard_18kew_165",B="_triangle_18kew_173",z="_twoColumn_18kew_200",A="_mobileButtons_18kew_209",G="_menuToggle_18kew_278",H="_utilityMobile_18kew_296",J="_utility_18kew_296",K="_navInner_18kew_324",Q="_grid_18kew_335",U="_searchModal_18kew_354",V="_localeModal_18kew_359",X="_separator_18kew_373",Y="_newTabIcon_18kew_404",Z="_sublinksDescription_18kew_417",O="_linkContent_18kew_420",P="_open_18kew_433",ee="_back_18kew_457",ne="_sublinks_18kew_417",oe="_show_18kew_506",te="_primaryColumn_18kew_555",se="_secondaryColumn_18kew_564",_e="_spotlightColumn_18kew_568",ie="_sublinksInner_18kew_572",le="_sublinksColumn_18kew_592",re="_chevron_18kew_602",ce="_advanced_18kew_794",ae="_subtitle_18kew_803",ke="_withSpotlight_18kew_845",ue="_withoutSpotlight_18kew_849",we="_transparent_18kew_887",de="_groupDivider_18kew_998",me="_searchWrapper_18kew_1006",be="_mobileMenu_18kew_1013",ge="_mobileMenuSlide_18kew_1014",he="_mobileMenuItem_18kew_1024",pe="_fadeInFromLeft_18kew_1028",ve="_fadeInFromRight_18kew_1032",fe="_spotlight_18kew_568",Ie="_imageWrapper_18kew_1042",Ce="_content_18kew_1064",Me="_description_18kew_1079",ye="_actions_18kew_1083",n={navbar:p,sticky:v,left:f,container:I,logo:C,nav:M,center:y,hidden:x,visible:T,right:N,title:j,linkWrapper:S,parent:W,linkItem:$,link:D,search:L,locale:E,themeToggle:F,sublinkToggle:q,standard:R,triangle:B,twoColumn:z,mobileButtons:A,menuToggle:G,utilityMobile:H,utility:J,navInner:K,grid:Q,searchModal:U,localeModal:V,separator:X,newTabIcon:Y,sublinksDescription:Z,linkContent:O,open:P,back:ee,sublinks:ne,show:oe,primaryColumn:te,secondaryColumn:se,spotlightColumn:_e,sublinksInner:ie,sublinksColumn:le,chevron:re,default:"_default_18kew_725",advanced:ce,subtitle:ae,withSpotlight:ke,withoutSpotlight:ue,transparent:we,groupDivider:de,searchWrapper:me,mobileMenu:be,mobileMenuSlide:ge,mobileMenuItem:he,fadeInFromLeft:pe,fadeInFromRight:ve,spotlight:fe,imageWrapper:Ie,content:Ce,description:Me,actions:ye};function xe({link:e,path:t,parentPath:r,openPath:d,togglePath:c,updateTriangleIndicator:m,setOpenPath:_,renderLinks:b,buttonRefs:i}){var k;const l=d===t,s=!!((k=e.sublinks)!=null&&k.length),a=w.useRef(null);return w.useEffect(()=>(i.current.set(t,a.current),()=>{i.current.delete(t)}),[t,i]),o.jsxs("div",{role:"menuitem",className:`${n.linkWrapper} ${r?"":n.parent}`,children:[o.jsx("div",{className:n.linkItem,children:e.href?o.jsxs("a",{href:e.href,className:n.link,target:e.isExternal?"_blank":"_self",rel:e.isExternal?"noopener noreferrer":void 0,onClick:()=>{var u;_(null),(u=e.onClick)==null||u.call(e)},onMouseEnter:()=>{r||_(null)},children:[e.label,e.isExternal&&o.jsx(g.ExternalLink,{className:n.newTabIcon,size:16,"aria-hidden":"true"})]}):o.jsxs("button",{ref:a,"aria-haspopup":s?!0:void 0,"aria-expanded":s?l:void 0,className:`${n.sublinkToggle} ${l?n.open:""}`,onClick:()=>c(t),onMouseEnter:()=>{m(t),_(t)},children:[e.label,s&&o.jsx(h.ChevronDown,{size:18,className:n.chevron,"aria-hidden":"true"})]})}),s&&o.jsx("div",{className:`${n.sublinks} ${l?n.show:""}`,onMouseLeave:()=>c(t),role:"menu","aria-label":`${e.label} submenu`,children:o.jsx("div",{children:o.jsx("div",{className:n.sublinksInner,children:o.jsx("div",{className:n.sublinksColumn,children:b(e.sublinks,t)})})})})]})}exports.NavLink=xe;exports.styles=n;
|