quirk-ui 0.1.89 → 0.1.91
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/NavLink-D2yPDEC1.cjs +1 -0
- package/dist/NavLink-orip5ARe.js +159 -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/package.json +1 -1
- package/dist/NavLink-DEINGObG.cjs +0 -1
- package/dist/NavLink-DWrDWsZG.js +0 -159
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";require('./NavLink.css');const o=require("react/jsx-runtime"),d=require("react"),h=require("./external-link-DDShu-48.cjs"),p=require("./chevron-down-DfK1XBl3.cjs"),k="_navbar_v1562_1",f="_sticky_v1562_15",I="_left_v1562_31",C="_container_v1562_32",M="_logo_v1562_36",w="_nav_v1562_1",y="_center_v1562_51",x="_hidden_v1562_59",T="_visible_v1562_66",N="_right_v1562_81",j="_title_v1562_88",S="_linkWrapper_v1562_98",W="_parent_v1562_98",$="_linkItem_v1562_105",D="_link_v1562_98",L="_search_v1562_111",E="_locale_v1562_112",F="_themeToggle_v1562_113",q="_sublinkToggle_v1562_114",R="_standard_v1562_165",B="_triangle_v1562_173",z="_twoColumn_v1562_202",A="_mobileButtons_v1562_211",G="_menuToggle_v1562_289",H="_utilityMobile_v1562_307",J="_utility_v1562_307",K="_navInner_v1562_335",Q="_grid_v1562_346",U="_searchModal_v1562_369",V="_localeModal_v1562_370",X="_separator_v1562_390",Y="_newTabIcon_v1562_423",Z="_sublinksDescription_v1562_436",O="_linkContent_v1562_439",P="_open_v1562_452",nn="_back_v1562_476",en="_sublinks_v1562_436",on="_show_v1562_525",tn="_primaryColumn_v1562_574",sn="_secondaryColumn_v1562_583",_n="_spotlightColumn_v1562_587",ln="_sublinksInner_v1562_591",rn="_sublinksColumn_v1562_610",cn="_chevron_v1562_620",an="_menubar_v1562_632",un="_toolbar_v1562_636",vn="_advanced_v1562_828",dn="_subtitle_v1562_837",mn="_withSpotlight_v1562_879",bn="_withoutSpotlight_v1562_883",gn="_transparent_v1562_921",hn="_groupDivider_v1562_1032",pn="_searchWrapper_v1562_1040",kn="_mobileMenu_v1562_1047",fn="_mobileMenuSlide_v1562_1048",In="_mobileMenuItem_v1562_1058",Cn="_fadeInFromLeft_v1562_1062",Mn="_fadeInFromRight_v1562_1066",wn="_spotlight_v1562_587",yn="_imageWrapper_v1562_1076",xn="_content_v1562_1098",Tn="_description_v1562_1113",Nn="_actions_v1562_1117",e={navbar:k,sticky:f,left:I,container:C,logo:M,nav:w,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:nn,sublinks:en,show:on,primaryColumn:tn,secondaryColumn:sn,spotlightColumn:_n,sublinksInner:ln,sublinksColumn:rn,chevron:cn,menubar:an,toolbar:un,default:"_default_v1562_759",advanced:vn,subtitle:dn,withSpotlight:mn,withoutSpotlight:bn,transparent:gn,groupDivider:hn,searchWrapper:pn,mobileMenu:kn,mobileMenuSlide:fn,mobileMenuItem:In,fadeInFromLeft:Cn,fadeInFromRight:Mn,spotlight:wn,imageWrapper:yn,content:xn,description:Tn,actions:Nn};function jn({link:n,path:t,parentPath:r,openPath:m,togglePath:c,updateTriangleIndicator:b,setOpenPath:_,renderLinks:g,buttonRefs:i}){var u;const l=m===t,s=!!((u=n.sublinks)!=null&&u.length),a=d.useRef(null);return d.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 v;_(null),(v=n.onClick)==null||v.call(n)},onMouseEnter:()=>{r||_(null)},children:[n.label,n.isExternal&&o.jsx(h.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:()=>{b(t),_(t)},children:[n.label,s&&o.jsx(p.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:g(n.sublinks,t)})})})})]})}exports.NavLink=jn;exports.styles=e;
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
import { jsxs as r, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { useRef as g, useEffect as h } from "react";
|
|
3
|
+
import { E as k } from "./external-link-BOPobeQJ.js";
|
|
4
|
+
import { C as f } from "./chevron-down-DSUzBz9F.js";
|
|
5
|
+
import './NavLink.css';const C = "_navbar_v1562_1", I = "_sticky_v1562_15", M = "_left_v1562_31", w = "_container_v1562_32", y = "_logo_v1562_36", T = "_nav_v1562_1", N = "_center_v1562_51", S = "_hidden_v1562_59", W = "_visible_v1562_66", x = "_right_v1562_81", E = "_title_v1562_88", D = "_linkWrapper_v1562_98", $ = "_parent_v1562_98", F = "_linkItem_v1562_105", L = "_link_v1562_98", B = "_search_v1562_111", R = "_locale_v1562_112", j = "_themeToggle_v1562_113", z = "_sublinkToggle_v1562_114", q = "_standard_v1562_165", A = "_triangle_v1562_173", G = "_twoColumn_v1562_202", H = "_mobileButtons_v1562_211", J = "_menuToggle_v1562_289", K = "_utilityMobile_v1562_307", Q = "_utility_v1562_307", U = "_navInner_v1562_335", V = "_grid_v1562_346", X = "_searchModal_v1562_369", Y = "_localeModal_v1562_370", Z = "_separator_v1562_390", O = "_newTabIcon_v1562_423", P = "_sublinksDescription_v1562_436", nn = "_linkContent_v1562_439", en = "_open_v1562_452", on = "_back_v1562_476", tn = "_sublinks_v1562_436", sn = "_show_v1562_525", _n = "_primaryColumn_v1562_574", ln = "_secondaryColumn_v1562_583", rn = "_spotlightColumn_v1562_587", an = "_sublinksInner_v1562_591", cn = "_sublinksColumn_v1562_610", vn = "_chevron_v1562_620", un = "_menubar_v1562_632", mn = "_toolbar_v1562_636", dn = "_advanced_v1562_828", bn = "_subtitle_v1562_837", pn = "_withSpotlight_v1562_879", gn = "_withoutSpotlight_v1562_883", hn = "_transparent_v1562_921", kn = "_groupDivider_v1562_1032", fn = "_searchWrapper_v1562_1040", Cn = "_mobileMenu_v1562_1047", In = "_mobileMenuSlide_v1562_1048", Mn = "_mobileMenuItem_v1562_1058", wn = "_fadeInFromLeft_v1562_1062", yn = "_fadeInFromRight_v1562_1066", Tn = "_spotlight_v1562_587", Nn = "_imageWrapper_v1562_1076", Sn = "_content_v1562_1098", Wn = "_description_v1562_1113", xn = "_actions_v1562_1117", e = {
|
|
6
|
+
navbar: C,
|
|
7
|
+
sticky: I,
|
|
8
|
+
left: M,
|
|
9
|
+
container: w,
|
|
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: nn,
|
|
40
|
+
open: en,
|
|
41
|
+
back: on,
|
|
42
|
+
sublinks: tn,
|
|
43
|
+
show: sn,
|
|
44
|
+
primaryColumn: _n,
|
|
45
|
+
secondaryColumn: ln,
|
|
46
|
+
spotlightColumn: rn,
|
|
47
|
+
sublinksInner: an,
|
|
48
|
+
sublinksColumn: cn,
|
|
49
|
+
chevron: vn,
|
|
50
|
+
menubar: un,
|
|
51
|
+
toolbar: mn,
|
|
52
|
+
default: "_default_v1562_759",
|
|
53
|
+
advanced: dn,
|
|
54
|
+
subtitle: bn,
|
|
55
|
+
withSpotlight: pn,
|
|
56
|
+
withoutSpotlight: gn,
|
|
57
|
+
transparent: hn,
|
|
58
|
+
groupDivider: kn,
|
|
59
|
+
searchWrapper: fn,
|
|
60
|
+
mobileMenu: Cn,
|
|
61
|
+
mobileMenuSlide: In,
|
|
62
|
+
mobileMenuItem: Mn,
|
|
63
|
+
fadeInFromLeft: wn,
|
|
64
|
+
fadeInFromRight: yn,
|
|
65
|
+
spotlight: Tn,
|
|
66
|
+
imageWrapper: Nn,
|
|
67
|
+
content: Sn,
|
|
68
|
+
description: Wn,
|
|
69
|
+
actions: xn
|
|
70
|
+
};
|
|
71
|
+
function Ln({
|
|
72
|
+
link: n,
|
|
73
|
+
path: o,
|
|
74
|
+
parentPath: a,
|
|
75
|
+
openPath: d,
|
|
76
|
+
togglePath: c,
|
|
77
|
+
updateTriangleIndicator: b,
|
|
78
|
+
setOpenPath: _,
|
|
79
|
+
renderLinks: p,
|
|
80
|
+
buttonRefs: i
|
|
81
|
+
}) {
|
|
82
|
+
var u;
|
|
83
|
+
const l = d === o, s = !!((u = n.sublinks) != null && u.length), v = g(null);
|
|
84
|
+
return h(() => (i.current.set(o, v.current), () => {
|
|
85
|
+
i.current.delete(o);
|
|
86
|
+
}), [o, i]), /* @__PURE__ */ r(
|
|
87
|
+
"div",
|
|
88
|
+
{
|
|
89
|
+
role: "menuitem",
|
|
90
|
+
className: `${e.linkWrapper} ${a ? "" : e.parent}`,
|
|
91
|
+
children: [
|
|
92
|
+
/* @__PURE__ */ t("div", { className: e.linkItem, children: n.href ? /* @__PURE__ */ r(
|
|
93
|
+
"a",
|
|
94
|
+
{
|
|
95
|
+
href: n.href,
|
|
96
|
+
className: e.link,
|
|
97
|
+
target: n.isExternal ? "_blank" : "_self",
|
|
98
|
+
rel: n.isExternal ? "noopener noreferrer" : void 0,
|
|
99
|
+
onClick: () => {
|
|
100
|
+
var m;
|
|
101
|
+
_(null), (m = n.onClick) == null || m.call(n);
|
|
102
|
+
},
|
|
103
|
+
onMouseEnter: () => {
|
|
104
|
+
a || _(null);
|
|
105
|
+
},
|
|
106
|
+
children: [
|
|
107
|
+
n.label,
|
|
108
|
+
n.isExternal && /* @__PURE__ */ t(
|
|
109
|
+
k,
|
|
110
|
+
{
|
|
111
|
+
className: e.newTabIcon,
|
|
112
|
+
size: 16,
|
|
113
|
+
"aria-hidden": "true"
|
|
114
|
+
}
|
|
115
|
+
)
|
|
116
|
+
]
|
|
117
|
+
}
|
|
118
|
+
) : /* @__PURE__ */ r(
|
|
119
|
+
"button",
|
|
120
|
+
{
|
|
121
|
+
ref: v,
|
|
122
|
+
"aria-haspopup": s ? !0 : void 0,
|
|
123
|
+
"aria-expanded": s ? l : void 0,
|
|
124
|
+
className: `${e.sublinkToggle} ${l ? e.open : ""}`,
|
|
125
|
+
onClick: () => c(o),
|
|
126
|
+
onMouseEnter: () => {
|
|
127
|
+
b(o), _(o);
|
|
128
|
+
},
|
|
129
|
+
children: [
|
|
130
|
+
n.label,
|
|
131
|
+
s && /* @__PURE__ */ t(
|
|
132
|
+
f,
|
|
133
|
+
{
|
|
134
|
+
size: 18,
|
|
135
|
+
className: e.chevron,
|
|
136
|
+
"aria-hidden": "true"
|
|
137
|
+
}
|
|
138
|
+
)
|
|
139
|
+
]
|
|
140
|
+
}
|
|
141
|
+
) }),
|
|
142
|
+
s && /* @__PURE__ */ t(
|
|
143
|
+
"div",
|
|
144
|
+
{
|
|
145
|
+
className: `${e.sublinks} ${l ? e.show : ""}`,
|
|
146
|
+
onMouseLeave: () => c(o),
|
|
147
|
+
role: "menu",
|
|
148
|
+
"aria-label": `${n.label} submenu`,
|
|
149
|
+
children: /* @__PURE__ */ t("div", { children: /* @__PURE__ */ t("div", { className: e.sublinksInner, children: /* @__PURE__ */ t("div", { className: e.sublinksColumn, children: p(n.sublinks, o) }) }) })
|
|
150
|
+
}
|
|
151
|
+
)
|
|
152
|
+
]
|
|
153
|
+
}
|
|
154
|
+
);
|
|
155
|
+
}
|
|
156
|
+
export {
|
|
157
|
+
Ln as N,
|
|
158
|
+
e as s
|
|
159
|
+
};
|
package/dist/NavLink.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._navbar_1xheq_1{position:relative;z-index:1000}._sticky_1xheq_15{position:fixed;top:0;left:0;right:0;z-index:1000;width:100%}._left_1xheq_31 ._container_1xheq_32{justify-content:flex-start}._left_1xheq_31 ._logo_1xheq_36{flex:unset}._left_1xheq_31 ._nav_1xheq_1{flex:1}@media (max-width: 767px){._left_1xheq_31 ._logo_1xheq_36{flex:1}}._center_1xheq_51 ._nav_1xheq_1{transition:transform .3s ease-in-out,opacity .3s ease-in-out;will-change:transform,opacity}._center_1xheq_51 ._nav_1xheq_1._hidden_1xheq_59{transform:translateY(-100%);opacity:0;pointer-events:none}@media (min-width: 768px){._center_1xheq_51 ._nav_1xheq_1._visible_1xheq_66{transform:translateY(0);opacity:1;pointer-events:auto}}@media (max-width: 767px){._center_1xheq_51 ._logo_1xheq_36{flex:1}}._right_1xheq_81 ._container_1xheq_32{justify-content:flex-end}@media (max-width: 767px){._right_1xheq_81 ._logo_1xheq_36,._right_1xheq_81 ._title_1xheq_88{flex:1}}._right_1xheq_81 ._nav_1xheq_1{flex:1}._linkWrapper_1xheq_98._parent_1xheq_98{overflow:visible;position:relative}@media (min-width: 768px){._linkWrapper_1xheq_98._parent_1xheq_98:first-of-type>._linkItem_1xheq_105{border-top-left-radius:var(--radius-full);border-bottom-left-radius:var(--radius-full);overflow:hidden}._linkWrapper_1xheq_98._parent_1xheq_98:first-of-type>._linkItem_1xheq_105 ._link_1xheq_98,._linkWrapper_1xheq_98._parent_1xheq_98:first-of-type>._linkItem_1xheq_105 ._search_1xheq_111,._linkWrapper_1xheq_98._parent_1xheq_98:first-of-type>._linkItem_1xheq_105 ._locale_1xheq_112,._linkWrapper_1xheq_98._parent_1xheq_98:first-of-type>._linkItem_1xheq_105._themeToggle_1xheq_113 button,._linkWrapper_1xheq_98._parent_1xheq_98:first-of-type>._linkItem_1xheq_105 ._sublinkToggle_1xheq_114{padding-left:var(--spacing-md)}}@media (min-width: 768px){._linkWrapper_1xheq_98._parent_1xheq_98:last-of-type>._linkItem_1xheq_105{border-top-right-radius:var(--radius-full);border-bottom-right-radius:var(--radius-full);overflow:hidden}._linkWrapper_1xheq_98._parent_1xheq_98:last-of-type>._linkItem_1xheq_105 ._link_1xheq_98,._linkWrapper_1xheq_98._parent_1xheq_98:last-of-type>._linkItem_1xheq_105 ._search_1xheq_111,._linkWrapper_1xheq_98._parent_1xheq_98:last-of-type>._linkItem_1xheq_105 ._locale_1xheq_112,._linkWrapper_1xheq_98._parent_1xheq_98:last-of-type>._linkItem_1xheq_105._themeToggle_1xheq_113 button,._linkWrapper_1xheq_98._parent_1xheq_98:last-of-type>._linkItem_1xheq_105 ._sublinkToggle_1xheq_114{padding-right:var(--spacing-md)}}._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105 ._sublinkToggle_1xheq_114,._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105 ._link_1xheq_98{height:40px}@media (min-width: 768px){._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105 ._link_1xheq_98,._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105 ._search_1xheq_111,._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105 ._locale_1xheq_112,._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105._themeToggle_1xheq_113 button,._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105 ._sublinkToggle_1xheq_114{opacity:1;visibility:visible;transition:background-color .3s ease-in-out;color:var(--color-secondary-100)}._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105 ._link_1xheq_98:hover,._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105 ._search_1xheq_111:hover,._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105 ._locale_1xheq_112:hover,._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105._themeToggle_1xheq_113 button:hover,._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105 ._sublinkToggle_1xheq_114:hover{color:var(--color-secondary-100);background-color:rgba(var(--color-primary-rgb),.25)}}._standard_1xheq_165{left:0;background-color:var(--color-background)}._standard_1xheq_165 ._linkWrapper_1xheq_98{position:relative}._standard_1xheq_165 ._triangle_1xheq_173{display:none}._container_1xheq_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_1xheq_32{grid-template-columns:1fr max-content max-content max-content;grid-template-areas:"first third fourth fifth";grid-gap:var(--spacing-sm)}}._container_1xheq_32._twoColumn_1xheq_202{grid-template-columns:minmax(auto,1fr) auto;grid-template-areas:"first second"}@media (max-width: 767px){._container_1xheq_32._twoColumn_1xheq_202{display:flex}}._mobileButtons_1xheq_211{display:none}@media (max-width: 767px){._mobileButtons_1xheq_211{display:flex;align-items:center;gap:var(--spacing-lg);grid-area:fifth}._mobileButtons_1xheq_211 ._linkWrapper_1xheq_98{padding:0}}._mobileButtons_1xheq_211 ._search_1xheq_111{padding:0;width:unset}._title_1xheq_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_1xheq_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_1xheq_36 a{display:flex;align-items:center;justify-content:flex-start}._logo_1xheq_36 img{height:auto;width:auto}@media (max-width: 767px){._logo_1xheq_36 img{max-width:120px}}._search_1xheq_111,._locale_1xheq_112,._themeToggle_1xheq_113 button{background:none;border:none;cursor:pointer;display:none;color:var(--color-secondary-100);z-index:1100;position:relative;width:40px}._search_1xheq_111 svg,._locale_1xheq_112 svg,._themeToggle_1xheq_113 button svg{position:relative;z-index:5}._menuToggle_1xheq_289{grid-area:fifth;background:none;border:none;cursor:pointer;display:none;color:var(--color-secondary-100);z-index:1100;position:relative}._menuToggle_1xheq_289 svg{position:relative;z-index:5}._utilityMobile_1xheq_307{display:none;grid-area:third;justify-content:flex-end}._utility_1xheq_307{grid-area:third;display:flex;justify-content:flex-end}._utility_1xheq_307 a{font-size:var(--font-size-sm)}._nav_1xheq_1{grid-area:second;display:grid;grid-template-columns:minmax(auto,1fr) auto;transition:transform .3s ease}@media (max-width: 767px){._nav_1xheq_1{height:100vh}}._navInner_1xheq_335{position:relative}@media (max-width: 767px){._navInner_1xheq_335{padding:0 var(--spacing-md);margin:var(--spacing-xl) auto 0;max-width:400px;width:100%}}._grid_1xheq_346{display:grid;align-items:center;grid-auto-flow:column}@media (max-width: 767px){._grid_1xheq_346{display:flex;flex-direction:column}._grid_1xheq_346 ._linkWrapper_1xheq_98{padding:var(--spacing-sm) 0}}._linkItem_1xheq_105{display:flex;align-items:center;box-sizing:border-box}.modalContentContainer:has(._searchModal_1xheq_369),.modalContentContainer:has(._localeModal_1xheq_370){align-self:flex-start;top:2rem}._searchModal_1xheq_369,._localeModal_1xheq_370{padding:0!important;max-height:80dvh;overflow:hidden}._searchModal_1xheq_369 .modalClose,._localeModal_1xheq_370 .modalClose{display:none}._searchModal_1xheq_369 .modalContent,._localeModal_1xheq_370 .modalContent{margin-top:0}._separator_1xheq_390{display:flex;align-items:center;justify-content:center;height:1px;width:100%;max-width:300px;background:var(--color-border)}._navTitle_1xheq_400,._sublinkToggle_1xheq_114,._search_1xheq_111,._locale_1xheq_112,._themeToggle_1xheq_113 button,._link_1xheq_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_1xheq_400 ._newTabIcon_1xheq_423,._sublinkToggle_1xheq_114 ._newTabIcon_1xheq_423,._search_1xheq_111 ._newTabIcon_1xheq_423,._locale_1xheq_112 ._newTabIcon_1xheq_423,._themeToggle_1xheq_113 button ._newTabIcon_1xheq_423,._link_1xheq_98 ._newTabIcon_1xheq_423{color:var(--color-secondary-75);transition:color .3s ease-in-out}._search_1xheq_111,._locale_1xheq_112,._themeToggle_1xheq_113 button{justify-content:center}@media (min-width: 768px){._navTitle_1xheq_400,._sublinksDescription_1xheq_436,._link_1xheq_98,._sublinkToggle_1xheq_114,._link_1xheq_98 ._linkContent_1xheq_439,._sublinkToggle_1xheq_114 ._linkContent_1xheq_439{opacity:0;visibility:hidden;transition:color .3s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out}}._link_1xheq_98:hover,._link_1xheq_98._open_1xheq_452,._search_1xheq_111:hover,._sublinkToggle_1xheq_114:hover,._sublinkToggle_1xheq_114._open_1xheq_452,._link_1xheq_98:hover ._newTabIcon_1xheq_423,._link_1xheq_98._open_1xheq_452 ._newTabIcon_1xheq_423,._search_1xheq_111:hover ._newTabIcon_1xheq_423,._sublinkToggle_1xheq_114:hover ._newTabIcon_1xheq_423,._sublinkToggle_1xheq_114._open_1xheq_452 ._newTabIcon_1xheq_423{color:var(--color-primary-100)}@media (max-width: 767px){._link_1xheq_98:hover,._link_1xheq_98._open_1xheq_452,._search_1xheq_111:hover,._sublinkToggle_1xheq_114:hover,._sublinkToggle_1xheq_114._open_1xheq_452{color:var(--color-secondary-100)}._link_1xheq_98:hover ._newTabIcon_1xheq_423,._link_1xheq_98._open_1xheq_452 ._newTabIcon_1xheq_423,._search_1xheq_111:hover ._newTabIcon_1xheq_423,._sublinkToggle_1xheq_114:hover ._newTabIcon_1xheq_423,._sublinkToggle_1xheq_114._open_1xheq_452 ._newTabIcon_1xheq_423{color:var(--color-secondary-100)}}._navItem_1xheq_471:hover{color:var(--color-primary-100)}._sublinkToggle_1xheq_114,._back_1xheq_476{background:none;border:none;display:flex;align-items:center;cursor:pointer;color:var(--color-secondary-100)}._sublinkToggle_1xheq_114:hover,._sublinkToggle_1xheq_114._open_1xheq_452,._back_1xheq_476:hover,._back_1xheq_476._open_1xheq_452{color:var(--color-primary-100)}._sublinks_1xheq_436{display:flex;justify-content:center;opacity:0;visibility:hidden;z-index:1000;transition:transform .3s ease-in-out,max-height .3s ease}._sublinks_1xheq_436._show_1xheq_525{max-height:500px;opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}._sublinks_1xheq_436._show_1xheq_525 ._navTitle_1xheq_400,._sublinks_1xheq_436._show_1xheq_525 ._sublinksDescription_1xheq_436,._sublinks_1xheq_436._show_1xheq_525 ._link_1xheq_98,._sublinks_1xheq_436._show_1xheq_525 ._sublinkToggle_1xheq_114,._sublinks_1xheq_436._show_1xheq_525 ._link_1xheq_98 ._linkContent_1xheq_439,._sublinks_1xheq_436._show_1xheq_525 ._sublinkToggle_1xheq_114 ._linkContent_1xheq_439{opacity:1;visibility:visible}._triangle_1xheq_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_1xheq_173._show_1xheq_525{top:calc(100% + .3rem);opacity:1;visibility:visible}._triangle_1xheq_173 polygon{stroke:var(--color-border);stroke-width:1px}._primaryColumn_1xheq_574{border-right:1px solid var(--color-border)}._primaryColumn_1xheq_574 ._sublinkToggle_1xheq_114:hover,._primaryColumn_1xheq_574 ._sublinkToggle_1xheq_114._open_1xheq_452{color:var(--color-primary-100)}._secondaryColumn_1xheq_583{background-color:var(--color-secondary-10)}._spotlightColumn_1xheq_587{background-color:var(--color-secondary-75)}._sublinksInner_1xheq_591{background-color:var(--color-background);border-radius:var(--radius-md);border:1px solid var(--color-border);overflow:hidden}@media (max-width: 767px){._sublinksInner_1xheq_591{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_1xheq_610{display:flex;flex-direction:column;padding:var(--spacing-md)}@media (max-width: 767px){._sublinksColumn_1xheq_610{padding:0}}._chevron_1xheq_620{transition:transform .3s ease;display:flex;align-items:center;justify-content:center;margin-top:2px}._sublinkToggle_1xheq_114._open_1xheq_452 ._chevron_1xheq_620{transform:rotate(180deg)}._menubar_1xheq_632{display:contents}._toolbar_1xheq_636{display:flex;gap:var(--spacing-md);padding:var(--spacing-md) 0}@media (max-width: 767px){._logo_1xheq_36{flex:1}._menuToggle_1xheq_289,._search_1xheq_111{display:flex;align-items:center;justify-content:center}._utility_1xheq_307 a:not(._utility_1xheq_307 a:first-of-type){display:none}._utilityMobile_1xheq_307{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_1xheq_307._open_1xheq_452{transform:translateY(0)}._nav_1xheq_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_1xheq_1._open_1xheq_452{transform:translate(0);opacity:1;pointer-events:auto}._linkWrapper_1xheq_98{flex-direction:column;width:100%;max-width:300px;margin:0 auto;padding:var(--spacing-sm) 0}._linkWrapper_1xheq_98._parent_1xheq_98{border-bottom:1px solid var(--color-border)}._linkWrapper_1xheq_98._parent_1xheq_98:last-of-type{border:none}._linkItem_1xheq_105{width:100%}._chevron_1xheq_620{display:none}._sublinks_1xheq_436{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_1xheq_114{cursor:pointer;pointer-events:none;color:var(--color-secondary-75)}}._default_1xheq_753 ._container_1xheq_32{padding:var(--spacing-md)}._default_1xheq_753 ._sublinks_1xheq_436{position:absolute;right:0;width:auto}@media (max-width: 767px){._default_1xheq_753 ._sublinks_1xheq_436{position:relative;justify-content:center;align-items:center}}._default_1xheq_753 ._linkItem_1xheq_105{justify-content:flex-end}@media (max-width: 767px){._default_1xheq_753 ._linkItem_1xheq_105{justify-content:center;align-items:center}}._default_1xheq_753 ._sublinksInner_1xheq_591{display:flex;flex-direction:column;min-width:125px;justify-content:flex-end;align-items:flex-end}@media (max-width: 767px){._default_1xheq_753 ._sublinksInner_1xheq_591{justify-content:center;align-items:center}}._default_1xheq_753 ._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105 ._sublinkToggle_1xheq_114,._default_1xheq_753 ._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105 ._link_1xheq_98{height:40px}@media (min-width: 768px){._default_1xheq_753 ._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105 ._link_1xheq_98,._default_1xheq_753 ._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105 ._search_1xheq_111,._default_1xheq_753 ._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105 ._locale_1xheq_112,._default_1xheq_753 ._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105._themeToggle_1xheq_113 button,._default_1xheq_753 ._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105 ._sublinkToggle_1xheq_114{opacity:1;visibility:visible;transition:color .3s ease-in-out,.3s ease-in-out;color:var(--color-secondary-100)}._default_1xheq_753 ._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105 ._link_1xheq_98:hover,._default_1xheq_753 ._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105 ._search_1xheq_111:hover,._default_1xheq_753 ._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105 ._locale_1xheq_112:hover,._default_1xheq_753 ._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105._themeToggle_1xheq_113 button:hover,._default_1xheq_753 ._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105 ._sublinkToggle_1xheq_114:hover{color:var(--color-primary-100);background-color:transparent}}._advanced_1xheq_822 ._linkContent_1xheq_439{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:var(--spacing-sm)}._advanced_1xheq_822 ._subtitle_1xheq_831{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);text-align:left}._advanced_1xheq_822 ._sublinksDescription_1xheq_436,._advanced_1xheq_822 ._sublinksDescription_1xheq_436 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_1xheq_822 ._sublinks_1xheq_436{position:fixed;padding-top:var(--spacing-md);right:0;left:0;width:100%}@media (max-width: 767px){._advanced_1xheq_822 ._sublinks_1xheq_436{position:relative;justify-content:center;align-items:center}}._advanced_1xheq_822 ._linkItem_1xheq_105{justify-content:flex-start}._advanced_1xheq_822 ._sublinksInner_1xheq_591{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:calc(100vw - 4rem);width:78rem;min-height:24rem}._advanced_1xheq_822 ._sublinksInner_1xheq_591._withSpotlight_1xheq_873{grid-template-columns:repeat(4,minmax(0,1fr))}._advanced_1xheq_822 ._sublinksInner_1xheq_591._withoutSpotlight_1xheq_877{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width: 767px){._advanced_1xheq_822 ._sublinksInner_1xheq_591{grid-template-columns:1fr;width:auto;min-height:unset}}._advanced_1xheq_822 ._sublinkToggle_1xheq_114{pointer-events:all;color:var(--color-secondary-100);width:fit-content;transition:color .3s ease-in-out}._advanced_1xheq_822 ._sublinkToggle_1xheq_114:hover,._advanced_1xheq_822 ._sublinkToggle_1xheq_114._open_1xheq_452{color:var(--color-primary-100)}._advanced_1xheq_822 ._back_1xheq_476{margin-bottom:var(--spacing-lg);transition:color .3s ease-in-out}._advanced_1xheq_822 ._back_1xheq_476:hover{color:var(--color-primary-100)}._transparent_1xheq_915{background-color:transparent}._transparent_1xheq_915 ._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105 ._sublinkToggle_1xheq_114,._transparent_1xheq_915 ._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105 ._link_1xheq_98{height:40px}@media (min-width: 768px){._transparent_1xheq_915 ._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105 ._link_1xheq_98,._transparent_1xheq_915 ._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105 ._search_1xheq_111,._transparent_1xheq_915 ._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105 ._locale_1xheq_112,._transparent_1xheq_915 ._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105._themeToggle_1xheq_113 button,._transparent_1xheq_915 ._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105 ._sublinkToggle_1xheq_114{opacity:1;visibility:visible;transition:color .3s ease-in-out,.3s ease-in-out;color:var(--color-navigation-transparent-links)}._transparent_1xheq_915 ._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105 ._link_1xheq_98:hover,._transparent_1xheq_915 ._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105 ._search_1xheq_111:hover,._transparent_1xheq_915 ._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105 ._locale_1xheq_112:hover,._transparent_1xheq_915 ._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105._themeToggle_1xheq_113 button:hover,._transparent_1xheq_915 ._linkWrapper_1xheq_98._parent_1xheq_98>._linkItem_1xheq_105 ._sublinkToggle_1xheq_114:hover{color:var(--color-navigation-transparent-linksHover);background-color:transparent}}@media (max-width: 767px){._transparent_1xheq_915: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_1xheq_915 ._nav_1xheq_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_1xheq_915 ._nav_1xheq_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_1xheq_915 ._nav_1xheq_1:before{border-radius:0}}@media (max-width: 767px){._transparent_1xheq_915 ._utility_1xheq_307 a,._transparent_1xheq_915 ._utility_1xheq_307 button{-webkit-backdrop-filter:unset;backdrop-filter:unset}._transparent_1xheq_915 ._utility_1xheq_307 a>span,._transparent_1xheq_915 ._utility_1xheq_307 button>span{background-color:transparent;padding:0}._transparent_1xheq_915 ._utility_1xheq_307 a:hover>span,._transparent_1xheq_915 ._utility_1xheq_307 button:hover>span{background-color:transparent;padding:0;color:var(--color-primary-100)}}@media (max-width: 767px){._transparent_1xheq_915 ._menuToggle_1xheq_289,._transparent_1xheq_915 ._search_1xheq_111{width:unset}}._groupDivider_1xheq_1026{border:0;height:0;border-top:none;border-bottom:1px solid var(--color-border);padding:var(--spacing-sm) 0}@media (max-width: 767px){._searchWrapper_1xheq_1034{grid-area:fourth;width:auto}}._mobileMenu_1xheq_1041,._mobileMenuSlide_1xheq_1042{display:flex;flex-direction:column;gap:var(--spacing-md)}._mobileMenuItem_1xheq_1052{opacity:0}._fadeInFromLeft_1xheq_1056{animation:_fadeInFromLeft_1xheq_1056 .3s ease-in-out forwards}._fadeInFromRight_1xheq_1060{animation:_fadeInFromRight_1xheq_1060 .3s ease-in-out forwards}._spotlight_1xheq_587{display:flex;flex-direction:column;gap:var(--spacing-md)}._spotlight_1xheq_587 ._imageWrapper_1xheq_1070{width:100%;height:150px;position:relative;overflow:hidden;border-radius:var(--radius-md);line-height:0}._spotlight_1xheq_587 ._imageWrapper_1xheq_1070 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}._spotlight_1xheq_587 ._image_1xheq_1070{width:100%;height:auto;object-fit:cover}._spotlight_1xheq_587 ._content_1xheq_1092{display:flex;flex-direction:column;gap:var(--spacing-sm);color:#fff}._spotlight_1xheq_587 ._title_1xheq_88{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-lg);color:#fff}._spotlight_1xheq_587 ._description_1xheq_1107{color:#fff}._spotlight_1xheq_587 ._actions_1xheq_1111{display:flex;flex-direction:column;align-items:flex-start}@keyframes _fadeInFromLeft_1xheq_1056{0%{transform:translate(-10px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes _fadeInFromRight_1xheq_1060{0%{transform:translate(10px);opacity:0}to{transform:translate(0);opacity:1}}
|
|
1
|
+
._navbar_v1562_1{position:relative;z-index:1000}._sticky_v1562_15{position:fixed;top:0;left:0;right:0;z-index:1000;width:100%}._left_v1562_31 ._container_v1562_32{justify-content:flex-start}._left_v1562_31 ._logo_v1562_36{flex:unset}._left_v1562_31 ._nav_v1562_1{flex:1}@media (max-width: 767px){._left_v1562_31 ._logo_v1562_36{flex:1}}._center_v1562_51 ._nav_v1562_1{transition:transform .3s ease-in-out,opacity .3s ease-in-out;will-change:transform,opacity}._center_v1562_51 ._nav_v1562_1._hidden_v1562_59{transform:translateY(-100%);opacity:0;pointer-events:none}@media (min-width: 768px){._center_v1562_51 ._nav_v1562_1._visible_v1562_66{transform:translateY(0);opacity:1;pointer-events:auto}}@media (max-width: 767px){._center_v1562_51 ._logo_v1562_36{flex:1}}._right_v1562_81 ._container_v1562_32{justify-content:flex-end}@media (max-width: 767px){._right_v1562_81 ._logo_v1562_36,._right_v1562_81 ._title_v1562_88{flex:1}}._right_v1562_81 ._nav_v1562_1{flex:1}._linkWrapper_v1562_98._parent_v1562_98{overflow:visible;position:relative}@media (min-width: 768px){._linkWrapper_v1562_98._parent_v1562_98:first-of-type>._linkItem_v1562_105{border-top-left-radius:var(--radius-full);border-bottom-left-radius:var(--radius-full);overflow:hidden}._linkWrapper_v1562_98._parent_v1562_98:first-of-type>._linkItem_v1562_105 ._link_v1562_98,._linkWrapper_v1562_98._parent_v1562_98:first-of-type>._linkItem_v1562_105 ._search_v1562_111,._linkWrapper_v1562_98._parent_v1562_98:first-of-type>._linkItem_v1562_105 ._locale_v1562_112,._linkWrapper_v1562_98._parent_v1562_98:first-of-type>._linkItem_v1562_105._themeToggle_v1562_113 button,._linkWrapper_v1562_98._parent_v1562_98:first-of-type>._linkItem_v1562_105 ._sublinkToggle_v1562_114{padding-left:var(--spacing-md)}}@media (min-width: 768px){._linkWrapper_v1562_98._parent_v1562_98:last-of-type>._linkItem_v1562_105{border-top-right-radius:var(--radius-full);border-bottom-right-radius:var(--radius-full);overflow:hidden}._linkWrapper_v1562_98._parent_v1562_98:last-of-type>._linkItem_v1562_105 ._link_v1562_98,._linkWrapper_v1562_98._parent_v1562_98:last-of-type>._linkItem_v1562_105 ._search_v1562_111,._linkWrapper_v1562_98._parent_v1562_98:last-of-type>._linkItem_v1562_105 ._locale_v1562_112,._linkWrapper_v1562_98._parent_v1562_98:last-of-type>._linkItem_v1562_105._themeToggle_v1562_113 button,._linkWrapper_v1562_98._parent_v1562_98:last-of-type>._linkItem_v1562_105 ._sublinkToggle_v1562_114{padding-right:var(--spacing-md)}}._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105 ._sublinkToggle_v1562_114,._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105 ._link_v1562_98{height:40px}@media (min-width: 768px){._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105 ._link_v1562_98,._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105 ._search_v1562_111,._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105 ._locale_v1562_112,._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105._themeToggle_v1562_113 button,._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105 ._sublinkToggle_v1562_114{opacity:1;visibility:visible;transition:background-color .3s ease-in-out;color:var(--color-secondary-100)}._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105 ._link_v1562_98:hover,._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105 ._search_v1562_111:hover,._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105 ._locale_v1562_112:hover,._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105._themeToggle_v1562_113 button:hover,._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105 ._sublinkToggle_v1562_114:hover{color:var(--color-secondary-100);background-color:rgba(var(--color-primary-rgb),.25)}}._standard_v1562_165{left:0;background-color:var(--color-background)}._standard_v1562_165 ._linkWrapper_v1562_98{position:relative}._standard_v1562_165 ._triangle_v1562_173{display:none}._container_v1562_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_v1562_32{grid-template-columns:1fr max-content max-content max-content;grid-template-areas:"first third fourth fifth";grid-gap:var(--spacing-sm)}}._container_v1562_32._twoColumn_v1562_202{grid-template-columns:minmax(auto,1fr) auto;grid-template-areas:"first second"}@media (max-width: 767px){._container_v1562_32._twoColumn_v1562_202{display:flex}}._mobileButtons_v1562_211{display:none}@media (max-width: 767px){._mobileButtons_v1562_211{display:flex;align-items:center;gap:var(--spacing-lg);grid-area:fifth}._mobileButtons_v1562_211 ._linkWrapper_v1562_98{padding:0}}._mobileButtons_v1562_211 ._search_v1562_111{padding:0;width:unset}._title_v1562_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_v1562_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_v1562_36 a{display:flex;align-items:center;justify-content:flex-start}._logo_v1562_36 img{height:auto;width:auto}@media (max-width: 767px){._logo_v1562_36 img{max-width:120px}}._search_v1562_111,._locale_v1562_112,._themeToggle_v1562_113 button{background:none;border:none;cursor:pointer;display:none;color:var(--color-secondary-100);z-index:1100;position:relative;width:40px}._search_v1562_111 svg,._locale_v1562_112 svg,._themeToggle_v1562_113 button svg{position:relative;z-index:5}._menuToggle_v1562_289{grid-area:fifth;background:none;border:none;cursor:pointer;display:none;color:var(--color-secondary-100);z-index:1100;position:relative}._menuToggle_v1562_289 svg{position:relative;z-index:5}._utilityMobile_v1562_307{display:none;grid-area:third;justify-content:flex-end}._utility_v1562_307{grid-area:third;display:flex;justify-content:flex-end}._utility_v1562_307 a{font-size:var(--font-size-sm)}._nav_v1562_1{grid-area:second;display:grid;grid-template-columns:minmax(auto,1fr) auto;transition:transform .3s ease}@media (max-width: 767px){._nav_v1562_1{height:100vh}}._navInner_v1562_335{position:relative}@media (max-width: 767px){._navInner_v1562_335{padding:0 var(--spacing-md);margin:var(--spacing-xl) auto 0;max-width:400px;width:100%}}._grid_v1562_346{display:grid;align-items:center;grid-auto-flow:column}@media (max-width: 767px){._grid_v1562_346{display:flex;flex-direction:column}._grid_v1562_346 ._linkWrapper_v1562_98{padding:var(--spacing-sm) 0}}._linkItem_v1562_105{display:flex;align-items:center;box-sizing:border-box}.modalContentContainer:has(._searchModal_v1562_369),.modalContentContainer:has(._localeModal_v1562_370){align-self:flex-start;top:2rem}._searchModal_v1562_369,._localeModal_v1562_370{padding:0!important;max-height:80dvh;overflow:hidden}._searchModal_v1562_369 .modalClose,._localeModal_v1562_370 .modalClose{display:none}._searchModal_v1562_369 .modalContent,._localeModal_v1562_370 .modalContent{margin-top:0}._separator_v1562_390{display:flex;align-items:center;justify-content:center;height:1px;width:100%;max-width:300px;background:var(--color-border)}._navTitle_v1562_400,._sublinkToggle_v1562_114,._search_v1562_111,._locale_v1562_112,._themeToggle_v1562_113 button,._link_v1562_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_v1562_400 ._newTabIcon_v1562_423,._sublinkToggle_v1562_114 ._newTabIcon_v1562_423,._search_v1562_111 ._newTabIcon_v1562_423,._locale_v1562_112 ._newTabIcon_v1562_423,._themeToggle_v1562_113 button ._newTabIcon_v1562_423,._link_v1562_98 ._newTabIcon_v1562_423{color:var(--color-secondary-75);transition:color .3s ease-in-out}._search_v1562_111,._locale_v1562_112,._themeToggle_v1562_113 button{justify-content:center}@media (min-width: 768px){._navTitle_v1562_400,._sublinksDescription_v1562_436,._link_v1562_98,._sublinkToggle_v1562_114,._link_v1562_98 ._linkContent_v1562_439,._sublinkToggle_v1562_114 ._linkContent_v1562_439{opacity:0;visibility:hidden;transition:color .3s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out}}._link_v1562_98:hover,._link_v1562_98._open_v1562_452,._search_v1562_111:hover,._sublinkToggle_v1562_114:hover,._sublinkToggle_v1562_114._open_v1562_452,._link_v1562_98:hover ._newTabIcon_v1562_423,._link_v1562_98._open_v1562_452 ._newTabIcon_v1562_423,._search_v1562_111:hover ._newTabIcon_v1562_423,._sublinkToggle_v1562_114:hover ._newTabIcon_v1562_423,._sublinkToggle_v1562_114._open_v1562_452 ._newTabIcon_v1562_423{color:var(--color-primary-100)}@media (max-width: 767px){._link_v1562_98:hover,._link_v1562_98._open_v1562_452,._search_v1562_111:hover,._sublinkToggle_v1562_114:hover,._sublinkToggle_v1562_114._open_v1562_452{color:var(--color-secondary-100)}._link_v1562_98:hover ._newTabIcon_v1562_423,._link_v1562_98._open_v1562_452 ._newTabIcon_v1562_423,._search_v1562_111:hover ._newTabIcon_v1562_423,._sublinkToggle_v1562_114:hover ._newTabIcon_v1562_423,._sublinkToggle_v1562_114._open_v1562_452 ._newTabIcon_v1562_423{color:var(--color-secondary-100)}}._navItem_v1562_471:hover{color:var(--color-primary-100)}._sublinkToggle_v1562_114,._back_v1562_476{background:none;border:none;display:flex;align-items:center;cursor:pointer;color:var(--color-secondary-100)}._sublinkToggle_v1562_114:hover,._sublinkToggle_v1562_114._open_v1562_452,._back_v1562_476:hover,._back_v1562_476._open_v1562_452{color:var(--color-primary-100)}._sublinks_v1562_436{display:flex;justify-content:center;opacity:0;visibility:hidden;z-index:1000;transition:transform .3s ease-in-out,max-height .3s ease}._sublinks_v1562_436._show_v1562_525{max-height:500px;opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}._sublinks_v1562_436._show_v1562_525 ._navTitle_v1562_400,._sublinks_v1562_436._show_v1562_525 ._sublinksDescription_v1562_436,._sublinks_v1562_436._show_v1562_525 ._link_v1562_98,._sublinks_v1562_436._show_v1562_525 ._sublinkToggle_v1562_114,._sublinks_v1562_436._show_v1562_525 ._link_v1562_98 ._linkContent_v1562_439,._sublinks_v1562_436._show_v1562_525 ._sublinkToggle_v1562_114 ._linkContent_v1562_439{opacity:1;visibility:visible}._triangle_v1562_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_v1562_173._show_v1562_525{top:calc(100% + .3rem);opacity:1;visibility:visible}._triangle_v1562_173 polygon{stroke:var(--color-border);stroke-width:1px}._primaryColumn_v1562_574{border-right:1px solid var(--color-border)}._primaryColumn_v1562_574 ._sublinkToggle_v1562_114:hover,._primaryColumn_v1562_574 ._sublinkToggle_v1562_114._open_v1562_452{color:var(--color-primary-100)}._secondaryColumn_v1562_583{background-color:var(--color-secondary-10)}._spotlightColumn_v1562_587{background-color:var(--color-secondary-75)}._sublinksInner_v1562_591{background-color:var(--color-background);border-radius:var(--radius-md);border:1px solid var(--color-border);overflow:hidden}@media (max-width: 767px){._sublinksInner_v1562_591{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_v1562_610{display:flex;flex-direction:column;padding:var(--spacing-md)}@media (max-width: 767px){._sublinksColumn_v1562_610{padding:0}}._chevron_v1562_620{transition:transform .3s ease;display:flex;align-items:center;justify-content:center;margin-top:2px}._sublinkToggle_v1562_114._open_v1562_452 ._chevron_v1562_620{transform:rotate(180deg)}._menubar_v1562_632{display:contents}._toolbar_v1562_636{display:flex;gap:var(--spacing-md);padding:var(--spacing-md) 0;width:100%}._toolbar_v1562_636 ._linkWrapper_v1562_98._parent_v1562_98{border:none;flex:1}@media (max-width: 767px){._logo_v1562_36{flex:1}._menuToggle_v1562_289,._search_v1562_111{display:flex;align-items:center;justify-content:center}._utility_v1562_307 a:not(._utility_v1562_307 a:first-of-type){display:none}._utilityMobile_v1562_307{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_v1562_307._open_v1562_452{transform:translateY(0)}._nav_v1562_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_v1562_1._open_v1562_452{transform:translate(0);opacity:1;pointer-events:auto}._linkWrapper_v1562_98{flex-direction:column;width:100%;max-width:300px;margin:0 auto;padding:var(--spacing-sm) 0}._linkWrapper_v1562_98._parent_v1562_98{border-bottom:1px solid var(--color-border)}._linkWrapper_v1562_98._parent_v1562_98:last-of-type{border:none}._linkItem_v1562_105{width:100%}._chevron_v1562_620{display:none}._sublinks_v1562_436{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_v1562_114{cursor:pointer;pointer-events:none;color:var(--color-secondary-75)}}._default_v1562_759 ._container_v1562_32{padding:var(--spacing-md)}._default_v1562_759 ._sublinks_v1562_436{position:absolute;right:0;width:auto}@media (max-width: 767px){._default_v1562_759 ._sublinks_v1562_436{position:relative;justify-content:center;align-items:center}}._default_v1562_759 ._linkItem_v1562_105{justify-content:flex-end}@media (max-width: 767px){._default_v1562_759 ._linkItem_v1562_105{justify-content:center;align-items:center}}._default_v1562_759 ._sublinksInner_v1562_591{display:flex;flex-direction:column;min-width:125px;justify-content:flex-end;align-items:flex-end}@media (max-width: 767px){._default_v1562_759 ._sublinksInner_v1562_591{justify-content:center;align-items:center}}._default_v1562_759 ._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105 ._sublinkToggle_v1562_114,._default_v1562_759 ._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105 ._link_v1562_98{height:40px}@media (min-width: 768px){._default_v1562_759 ._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105 ._link_v1562_98,._default_v1562_759 ._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105 ._search_v1562_111,._default_v1562_759 ._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105 ._locale_v1562_112,._default_v1562_759 ._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105._themeToggle_v1562_113 button,._default_v1562_759 ._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105 ._sublinkToggle_v1562_114{opacity:1;visibility:visible;transition:color .3s ease-in-out,.3s ease-in-out;color:var(--color-secondary-100)}._default_v1562_759 ._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105 ._link_v1562_98:hover,._default_v1562_759 ._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105 ._search_v1562_111:hover,._default_v1562_759 ._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105 ._locale_v1562_112:hover,._default_v1562_759 ._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105._themeToggle_v1562_113 button:hover,._default_v1562_759 ._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105 ._sublinkToggle_v1562_114:hover{color:var(--color-primary-100);background-color:transparent}}._advanced_v1562_828 ._linkContent_v1562_439{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:var(--spacing-sm)}._advanced_v1562_828 ._subtitle_v1562_837{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);text-align:left}._advanced_v1562_828 ._sublinksDescription_v1562_436,._advanced_v1562_828 ._sublinksDescription_v1562_436 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_v1562_828 ._sublinks_v1562_436{position:fixed;padding-top:var(--spacing-md);right:0;left:0;width:100%}@media (max-width: 767px){._advanced_v1562_828 ._sublinks_v1562_436{position:relative;justify-content:center;align-items:center}}._advanced_v1562_828 ._linkItem_v1562_105{justify-content:flex-start}._advanced_v1562_828 ._sublinksInner_v1562_591{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:calc(100vw - 4rem);width:78rem;min-height:24rem}._advanced_v1562_828 ._sublinksInner_v1562_591._withSpotlight_v1562_879{grid-template-columns:repeat(4,minmax(0,1fr))}._advanced_v1562_828 ._sublinksInner_v1562_591._withoutSpotlight_v1562_883{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width: 767px){._advanced_v1562_828 ._sublinksInner_v1562_591{grid-template-columns:1fr;width:auto;min-height:unset}}._advanced_v1562_828 ._sublinkToggle_v1562_114{pointer-events:all;color:var(--color-secondary-100);width:fit-content;transition:color .3s ease-in-out}._advanced_v1562_828 ._sublinkToggle_v1562_114:hover,._advanced_v1562_828 ._sublinkToggle_v1562_114._open_v1562_452{color:var(--color-primary-100)}._advanced_v1562_828 ._back_v1562_476{margin-bottom:var(--spacing-lg);transition:color .3s ease-in-out}._advanced_v1562_828 ._back_v1562_476:hover{color:var(--color-primary-100)}._transparent_v1562_921{background-color:transparent}._transparent_v1562_921 ._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105 ._sublinkToggle_v1562_114,._transparent_v1562_921 ._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105 ._link_v1562_98{height:40px}@media (min-width: 768px){._transparent_v1562_921 ._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105 ._link_v1562_98,._transparent_v1562_921 ._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105 ._search_v1562_111,._transparent_v1562_921 ._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105 ._locale_v1562_112,._transparent_v1562_921 ._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105._themeToggle_v1562_113 button,._transparent_v1562_921 ._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105 ._sublinkToggle_v1562_114{opacity:1;visibility:visible;transition:color .3s ease-in-out,.3s ease-in-out;color:var(--color-navigation-transparent-links)}._transparent_v1562_921 ._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105 ._link_v1562_98:hover,._transparent_v1562_921 ._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105 ._search_v1562_111:hover,._transparent_v1562_921 ._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105 ._locale_v1562_112:hover,._transparent_v1562_921 ._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105._themeToggle_v1562_113 button:hover,._transparent_v1562_921 ._linkWrapper_v1562_98._parent_v1562_98>._linkItem_v1562_105 ._sublinkToggle_v1562_114:hover{color:var(--color-navigation-transparent-linksHover);background-color:transparent}}@media (max-width: 767px){._transparent_v1562_921: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_v1562_921 ._nav_v1562_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_v1562_921 ._nav_v1562_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_v1562_921 ._nav_v1562_1:before{border-radius:0}}@media (max-width: 767px){._transparent_v1562_921 ._utility_v1562_307 a,._transparent_v1562_921 ._utility_v1562_307 button{-webkit-backdrop-filter:unset;backdrop-filter:unset}._transparent_v1562_921 ._utility_v1562_307 a>span,._transparent_v1562_921 ._utility_v1562_307 button>span{background-color:transparent;padding:0}._transparent_v1562_921 ._utility_v1562_307 a:hover>span,._transparent_v1562_921 ._utility_v1562_307 button:hover>span{background-color:transparent;padding:0;color:var(--color-primary-100)}}@media (max-width: 767px){._transparent_v1562_921 ._menuToggle_v1562_289,._transparent_v1562_921 ._search_v1562_111{width:unset}}._groupDivider_v1562_1032{border:0;height:0;border-top:none;border-bottom:1px solid var(--color-border);padding:var(--spacing-sm) 0}@media (max-width: 767px){._searchWrapper_v1562_1040{grid-area:fourth;width:auto}}._mobileMenu_v1562_1047,._mobileMenuSlide_v1562_1048{display:flex;flex-direction:column;gap:var(--spacing-md)}._mobileMenuItem_v1562_1058{opacity:0}._fadeInFromLeft_v1562_1062{animation:_fadeInFromLeft_v1562_1062 .3s ease-in-out forwards}._fadeInFromRight_v1562_1066{animation:_fadeInFromRight_v1562_1066 .3s ease-in-out forwards}._spotlight_v1562_587{display:flex;flex-direction:column;gap:var(--spacing-md)}._spotlight_v1562_587 ._imageWrapper_v1562_1076{width:100%;height:150px;position:relative;overflow:hidden;border-radius:var(--radius-md);line-height:0}._spotlight_v1562_587 ._imageWrapper_v1562_1076 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}._spotlight_v1562_587 ._image_v1562_1076{width:100%;height:auto;object-fit:cover}._spotlight_v1562_587 ._content_v1562_1098{display:flex;flex-direction:column;gap:var(--spacing-sm);color:#fff}._spotlight_v1562_587 ._title_v1562_88{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-lg);color:#fff}._spotlight_v1562_587 ._description_v1562_1113{color:#fff}._spotlight_v1562_587 ._actions_v1562_1117{display:flex;flex-direction:column;align-items:flex-start}@keyframes _fadeInFromLeft_v1562_1062{0%{transform:translate(-10px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes _fadeInFromRight_v1562_1066{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-D2yPDEC1.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"),t=require("react"),le=require("../Modal/index.cjs"),A=require("../../../index-hPJqlEOh.cjs"),te=require("../ButtonGroup/index.cjs"),e=require("../../../NavLink-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react/jsx-runtime"),t=require("react"),le=require("../Modal/index.cjs"),A=require("../../../index-hPJqlEOh.cjs"),te=require("../ButtonGroup/index.cjs"),e=require("../../../NavLink-D2yPDEC1.cjs"),V=require("../../utils/NoScroll/noScroll.cjs"),Ce=require("../../../chevron-right-motlyADs.cjs"),H=require("../../../external-link-DDShu-48.cjs"),Se=require("../../../x-Dft9NVe_.cjs"),ae=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 v, useRef as F, useCallback as _, useEffect as U } from "re
|
|
|
3
3
|
import { Modal as se } from "../Modal/index.mjs";
|
|
4
4
|
import { B as J, M as ze } from "../../../index-paelIj6o.js";
|
|
5
5
|
import { ButtonGroup as ce } from "../ButtonGroup/index.mjs";
|
|
6
|
-
import { s as e, N as xe } from "../../../NavLink-
|
|
6
|
+
import { s as e, N as xe } from "../../../NavLink-orip5ARe.js";
|
|
7
7
|
import { lockScroll as Ae, unlockScroll as oe } from "../../utils/NoScroll/noScroll.mjs";
|
|
8
8
|
import { C as Re } from "../../../chevron-right-Cim1KPuL.js";
|
|
9
9
|
import { E as K } from "../../../external-link-BOPobeQJ.js";
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";require('./NavLink.css');const o=require("react/jsx-runtime"),x=require("react"),b=require("./external-link-DDShu-48.cjs"),g=require("./chevron-down-DfK1XBl3.cjs"),p="_navbar_1xheq_1",k="_sticky_1xheq_15",v="_left_1xheq_31",f="_container_1xheq_32",I="_logo_1xheq_36",C="_nav_1xheq_1",M="_center_1xheq_51",w="_hidden_1xheq_59",y="_visible_1xheq_66",T="_right_1xheq_81",N="_title_1xheq_88",j="_linkWrapper_1xheq_98",S="_parent_1xheq_98",W="_linkItem_1xheq_105",$="_link_1xheq_98",D="_search_1xheq_111",L="_locale_1xheq_112",E="_themeToggle_1xheq_113",F="_sublinkToggle_1xheq_114",R="_standard_1xheq_165",B="_triangle_1xheq_173",z="_twoColumn_1xheq_202",A="_mobileButtons_1xheq_211",G="_menuToggle_1xheq_289",H="_utilityMobile_1xheq_307",J="_utility_1xheq_307",K="_navInner_1xheq_335",Q="_grid_1xheq_346",U="_searchModal_1xheq_369",V="_localeModal_1xheq_370",X="_separator_1xheq_390",Y="_newTabIcon_1xheq_423",Z="_sublinksDescription_1xheq_436",O="_linkContent_1xheq_439",P="_open_1xheq_452",ee="_back_1xheq_476",ne="_sublinks_1xheq_436",oe="_show_1xheq_525",te="_primaryColumn_1xheq_574",se="_secondaryColumn_1xheq_583",_e="_spotlightColumn_1xheq_587",ie="_sublinksInner_1xheq_591",le="_sublinksColumn_1xheq_610",re="_chevron_1xheq_620",ce="_menubar_1xheq_632",ae="_toolbar_1xheq_636",he="_advanced_1xheq_822",ue="_subtitle_1xheq_831",xe="_withSpotlight_1xheq_873",de="_withoutSpotlight_1xheq_877",me="_transparent_1xheq_915",qe="_groupDivider_1xheq_1026",be="_searchWrapper_1xheq_1034",ge="_mobileMenu_1xheq_1041",pe="_mobileMenuSlide_1xheq_1042",ke="_mobileMenuItem_1xheq_1052",ve="_fadeInFromLeft_1xheq_1056",fe="_fadeInFromRight_1xheq_1060",Ie="_spotlight_1xheq_587",Ce="_imageWrapper_1xheq_1070",Me="_content_1xheq_1092",we="_description_1xheq_1107",ye="_actions_1xheq_1111",n={navbar:p,sticky:k,left:v,container:f,logo:I,nav:C,center:M,hidden:w,visible:y,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:ee,sublinks:ne,show:oe,primaryColumn:te,secondaryColumn:se,spotlightColumn:_e,sublinksInner:ie,sublinksColumn:le,chevron:re,menubar:ce,toolbar:ae,default:"_default_1xheq_753",advanced:he,subtitle:ue,withSpotlight:xe,withoutSpotlight:de,transparent:me,groupDivider:qe,searchWrapper:be,mobileMenu:ge,mobileMenuSlide:pe,mobileMenuItem:ke,fadeInFromLeft:ve,fadeInFromRight:fe,spotlight:Ie,imageWrapper:Ce,content:Me,description:we,actions:ye};function Te({link:e,path:t,parentPath:r,openPath:d,togglePath:c,updateTriangleIndicator:m,setOpenPath:_,renderLinks:q,buttonRefs:i}){var h;const l=d===t,s=!!((h=e.sublinks)!=null&&h.length),a=x.useRef(null);return x.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(b.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(g.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:q(e.sublinks,t)})})})})]})}exports.NavLink=Te;exports.styles=n;
|
package/dist/NavLink-DWrDWsZG.js
DELETED
|
@@ -1,159 +0,0 @@
|
|
|
1
|
-
import { jsxs as r, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { useRef as q, useEffect as p } from "react";
|
|
3
|
-
import { E as g } from "./external-link-BOPobeQJ.js";
|
|
4
|
-
import { C as k } from "./chevron-down-DSUzBz9F.js";
|
|
5
|
-
import './NavLink.css';const v = "_navbar_1xheq_1", f = "_sticky_1xheq_15", C = "_left_1xheq_31", I = "_container_1xheq_32", M = "_logo_1xheq_36", w = "_nav_1xheq_1", y = "_center_1xheq_51", T = "_hidden_1xheq_59", N = "_visible_1xheq_66", S = "_right_1xheq_81", W = "_title_1xheq_88", E = "_linkWrapper_1xheq_98", D = "_parent_1xheq_98", $ = "_linkItem_1xheq_105", F = "_link_1xheq_98", L = "_search_1xheq_111", B = "_locale_1xheq_112", R = "_themeToggle_1xheq_113", j = "_sublinkToggle_1xheq_114", z = "_standard_1xheq_165", A = "_triangle_1xheq_173", G = "_twoColumn_1xheq_202", H = "_mobileButtons_1xheq_211", J = "_menuToggle_1xheq_289", K = "_utilityMobile_1xheq_307", Q = "_utility_1xheq_307", U = "_navInner_1xheq_335", V = "_grid_1xheq_346", X = "_searchModal_1xheq_369", Y = "_localeModal_1xheq_370", Z = "_separator_1xheq_390", O = "_newTabIcon_1xheq_423", P = "_sublinksDescription_1xheq_436", ee = "_linkContent_1xheq_439", ne = "_open_1xheq_452", oe = "_back_1xheq_476", te = "_sublinks_1xheq_436", se = "_show_1xheq_525", _e = "_primaryColumn_1xheq_574", ie = "_secondaryColumn_1xheq_583", le = "_spotlightColumn_1xheq_587", re = "_sublinksInner_1xheq_591", ae = "_sublinksColumn_1xheq_610", ce = "_chevron_1xheq_620", he = "_menubar_1xheq_632", ue = "_toolbar_1xheq_636", me = "_advanced_1xheq_822", xe = "_subtitle_1xheq_831", de = "_withSpotlight_1xheq_873", be = "_withoutSpotlight_1xheq_877", qe = "_transparent_1xheq_915", pe = "_groupDivider_1xheq_1026", ge = "_searchWrapper_1xheq_1034", ke = "_mobileMenu_1xheq_1041", ve = "_mobileMenuSlide_1xheq_1042", fe = "_mobileMenuItem_1xheq_1052", Ce = "_fadeInFromLeft_1xheq_1056", Ie = "_fadeInFromRight_1xheq_1060", Me = "_spotlight_1xheq_587", we = "_imageWrapper_1xheq_1070", ye = "_content_1xheq_1092", Te = "_description_1xheq_1107", Ne = "_actions_1xheq_1111", n = {
|
|
6
|
-
navbar: v,
|
|
7
|
-
sticky: f,
|
|
8
|
-
left: C,
|
|
9
|
-
container: I,
|
|
10
|
-
logo: M,
|
|
11
|
-
nav: w,
|
|
12
|
-
center: y,
|
|
13
|
-
hidden: T,
|
|
14
|
-
visible: N,
|
|
15
|
-
right: S,
|
|
16
|
-
title: W,
|
|
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: 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: ae,
|
|
49
|
-
chevron: ce,
|
|
50
|
-
menubar: he,
|
|
51
|
-
toolbar: ue,
|
|
52
|
-
default: "_default_1xheq_753",
|
|
53
|
-
advanced: me,
|
|
54
|
-
subtitle: xe,
|
|
55
|
-
withSpotlight: de,
|
|
56
|
-
withoutSpotlight: be,
|
|
57
|
-
transparent: qe,
|
|
58
|
-
groupDivider: pe,
|
|
59
|
-
searchWrapper: ge,
|
|
60
|
-
mobileMenu: ke,
|
|
61
|
-
mobileMenuSlide: ve,
|
|
62
|
-
mobileMenuItem: fe,
|
|
63
|
-
fadeInFromLeft: Ce,
|
|
64
|
-
fadeInFromRight: Ie,
|
|
65
|
-
spotlight: Me,
|
|
66
|
-
imageWrapper: we,
|
|
67
|
-
content: ye,
|
|
68
|
-
description: Te,
|
|
69
|
-
actions: Ne
|
|
70
|
-
};
|
|
71
|
-
function $e({
|
|
72
|
-
link: e,
|
|
73
|
-
path: o,
|
|
74
|
-
parentPath: a,
|
|
75
|
-
openPath: x,
|
|
76
|
-
togglePath: c,
|
|
77
|
-
updateTriangleIndicator: d,
|
|
78
|
-
setOpenPath: _,
|
|
79
|
-
renderLinks: b,
|
|
80
|
-
buttonRefs: i
|
|
81
|
-
}) {
|
|
82
|
-
var u;
|
|
83
|
-
const l = x === o, s = !!((u = e.sublinks) != null && u.length), h = q(null);
|
|
84
|
-
return p(() => (i.current.set(o, h.current), () => {
|
|
85
|
-
i.current.delete(o);
|
|
86
|
-
}), [o, i]), /* @__PURE__ */ r(
|
|
87
|
-
"div",
|
|
88
|
-
{
|
|
89
|
-
role: "menuitem",
|
|
90
|
-
className: `${n.linkWrapper} ${a ? "" : n.parent}`,
|
|
91
|
-
children: [
|
|
92
|
-
/* @__PURE__ */ t("div", { className: n.linkItem, children: e.href ? /* @__PURE__ */ r(
|
|
93
|
-
"a",
|
|
94
|
-
{
|
|
95
|
-
href: e.href,
|
|
96
|
-
className: n.link,
|
|
97
|
-
target: e.isExternal ? "_blank" : "_self",
|
|
98
|
-
rel: e.isExternal ? "noopener noreferrer" : void 0,
|
|
99
|
-
onClick: () => {
|
|
100
|
-
var m;
|
|
101
|
-
_(null), (m = e.onClick) == null || m.call(e);
|
|
102
|
-
},
|
|
103
|
-
onMouseEnter: () => {
|
|
104
|
-
a || _(null);
|
|
105
|
-
},
|
|
106
|
-
children: [
|
|
107
|
-
e.label,
|
|
108
|
-
e.isExternal && /* @__PURE__ */ t(
|
|
109
|
-
g,
|
|
110
|
-
{
|
|
111
|
-
className: n.newTabIcon,
|
|
112
|
-
size: 16,
|
|
113
|
-
"aria-hidden": "true"
|
|
114
|
-
}
|
|
115
|
-
)
|
|
116
|
-
]
|
|
117
|
-
}
|
|
118
|
-
) : /* @__PURE__ */ r(
|
|
119
|
-
"button",
|
|
120
|
-
{
|
|
121
|
-
ref: h,
|
|
122
|
-
"aria-haspopup": s ? !0 : void 0,
|
|
123
|
-
"aria-expanded": s ? l : void 0,
|
|
124
|
-
className: `${n.sublinkToggle} ${l ? n.open : ""}`,
|
|
125
|
-
onClick: () => c(o),
|
|
126
|
-
onMouseEnter: () => {
|
|
127
|
-
d(o), _(o);
|
|
128
|
-
},
|
|
129
|
-
children: [
|
|
130
|
-
e.label,
|
|
131
|
-
s && /* @__PURE__ */ t(
|
|
132
|
-
k,
|
|
133
|
-
{
|
|
134
|
-
size: 18,
|
|
135
|
-
className: n.chevron,
|
|
136
|
-
"aria-hidden": "true"
|
|
137
|
-
}
|
|
138
|
-
)
|
|
139
|
-
]
|
|
140
|
-
}
|
|
141
|
-
) }),
|
|
142
|
-
s && /* @__PURE__ */ t(
|
|
143
|
-
"div",
|
|
144
|
-
{
|
|
145
|
-
className: `${n.sublinks} ${l ? n.show : ""}`,
|
|
146
|
-
onMouseLeave: () => c(o),
|
|
147
|
-
role: "menu",
|
|
148
|
-
"aria-label": `${e.label} submenu`,
|
|
149
|
-
children: /* @__PURE__ */ t("div", { children: /* @__PURE__ */ t("div", { className: n.sublinksInner, children: /* @__PURE__ */ t("div", { className: n.sublinksColumn, children: b(e.sublinks, o) }) }) })
|
|
150
|
-
}
|
|
151
|
-
)
|
|
152
|
-
]
|
|
153
|
-
}
|
|
154
|
-
);
|
|
155
|
-
}
|
|
156
|
-
export {
|
|
157
|
-
$e as N,
|
|
158
|
-
n as s
|
|
159
|
-
};
|