quirk-ui 0.0.417 → 0.0.419
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-BTwMRfGl.js → NavLink-B5joxE9Z.js} +36 -38
- package/dist/NavLink-BSVUqHZT.cjs +1 -0
- 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 +145 -161
- package/package.json +1 -1
- package/dist/NavLink-VkWDBdck.cjs +0 -1
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { jsxs as l, jsx as
|
|
1
|
+
import { jsxs as l, jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as v } from "react";
|
|
3
|
-
import { E as
|
|
4
|
-
import { C as
|
|
5
|
-
import './assets/NavLink.css';const
|
|
6
|
-
navbar:
|
|
7
|
-
sticky:
|
|
8
|
-
left:
|
|
3
|
+
import { E as k } from "./external-link-BOPobeQJ.js";
|
|
4
|
+
import { C as g } from "./chevron-down-DSUzBz9F.js";
|
|
5
|
+
import './assets/NavLink.css';const f = "_navbar_1bon6_5", w = "_sticky_1bon6_19", C = "_left_1bon6_34", I = "_container_1bon6_35", N = "_logo_1bon6_39", x = "_nav_1bon6_5", T = "_center_1bon6_54", y = "_hidden_1bon6_60", E = "_visible_1bon6_67", S = "_right_1bon6_82", W = "_title_1bon6_89", $ = "_linkWrapper_1bon6_99", L = "_parent_1bon6_99", M = "_linkItem_1bon6_107", j = "_link_1bon6_99", z = "_sublinkToggle_1bon6_111", R = "_standard_1bon6_159", D = "_triangle_1bon6_167", q = "_transparent_1bon6_172", A = "_twoColumn_1bon6_276", B = "_navInner_1bon6_398", F = "_grid_1bon6_409", G = "_separator_1bon6_444", H = "_newTabIcon_1bon6_474", J = "_linkContent_1bon6_489", K = "_open_1bon6_500", Q = "_sublinks_1bon6_486", U = "_show_1bon6_571", V = "_primaryColumn_1bon6_612", X = "_sublinksInner_1bon6_629", Y = "_sublinksColumn_1bon6_647", Z = "_chevron_1bon6_657", O = "_advanced_1bon6_839", P = "_subtitle_1bon6_848", nn = "_withSpotlight_1bon6_890", on = "_withoutSpotlight_1bon6_894", en = "_searchWrapper_1bon6_940", o = {
|
|
6
|
+
navbar: f,
|
|
7
|
+
sticky: w,
|
|
8
|
+
left: C,
|
|
9
9
|
container: I,
|
|
10
10
|
logo: N,
|
|
11
|
-
nav:
|
|
12
|
-
center:
|
|
13
|
-
hidden:
|
|
11
|
+
nav: x,
|
|
12
|
+
center: T,
|
|
13
|
+
hidden: y,
|
|
14
14
|
visible: E,
|
|
15
15
|
right: S,
|
|
16
16
|
title: W,
|
|
@@ -32,21 +32,19 @@ import './assets/NavLink.css';const C = "_navbar_1bon6_5", f = "_sticky_1bon6_19
|
|
|
32
32
|
sublinks: Q,
|
|
33
33
|
show: U,
|
|
34
34
|
primaryColumn: V,
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
sublinksColumn: O,
|
|
39
|
-
chevron: P,
|
|
35
|
+
sublinksInner: X,
|
|
36
|
+
sublinksColumn: Y,
|
|
37
|
+
chevron: Z,
|
|
40
38
|
default: "_default_1bon6_773",
|
|
41
|
-
advanced:
|
|
42
|
-
subtitle:
|
|
43
|
-
withSpotlight:
|
|
44
|
-
withoutSpotlight:
|
|
45
|
-
searchWrapper:
|
|
39
|
+
advanced: O,
|
|
40
|
+
subtitle: P,
|
|
41
|
+
withSpotlight: nn,
|
|
42
|
+
withoutSpotlight: on,
|
|
43
|
+
searchWrapper: en
|
|
46
44
|
};
|
|
47
|
-
function
|
|
45
|
+
function ln({
|
|
48
46
|
link: n,
|
|
49
|
-
path:
|
|
47
|
+
path: e,
|
|
50
48
|
parentPath: i,
|
|
51
49
|
openPath: d,
|
|
52
50
|
togglePath: a,
|
|
@@ -56,13 +54,13 @@ function cn({
|
|
|
56
54
|
buttonRefs: h
|
|
57
55
|
}) {
|
|
58
56
|
var b;
|
|
59
|
-
const
|
|
60
|
-
return h.current.set(
|
|
57
|
+
const r = d === e, _ = !!((b = n.sublinks) != null && b.length), c = v(null);
|
|
58
|
+
return h.current.set(e, c.current), /* @__PURE__ */ l(
|
|
61
59
|
"div",
|
|
62
60
|
{
|
|
63
61
|
className: `${o.linkWrapper} ${i ? "" : o.parent}`,
|
|
64
62
|
children: [
|
|
65
|
-
/* @__PURE__ */
|
|
63
|
+
/* @__PURE__ */ s("div", { className: o.linkItem, children: n.href ? /* @__PURE__ */ l(
|
|
66
64
|
"a",
|
|
67
65
|
{
|
|
68
66
|
href: n.href,
|
|
@@ -79,42 +77,42 @@ function cn({
|
|
|
79
77
|
role: "menuitem",
|
|
80
78
|
children: [
|
|
81
79
|
n.label,
|
|
82
|
-
n.isExternal && /* @__PURE__ */
|
|
80
|
+
n.isExternal && /* @__PURE__ */ s(k, { className: o.newTabIcon, size: 16 })
|
|
83
81
|
]
|
|
84
82
|
}
|
|
85
83
|
) : /* @__PURE__ */ l(
|
|
86
84
|
"button",
|
|
87
85
|
{
|
|
88
86
|
ref: c,
|
|
89
|
-
"aria-haspopup":
|
|
90
|
-
"aria-expanded":
|
|
91
|
-
className: `${o.sublinkToggle} ${
|
|
92
|
-
onClick: () => a(
|
|
87
|
+
"aria-haspopup": _ ? "true" : void 0,
|
|
88
|
+
"aria-expanded": r,
|
|
89
|
+
className: `${o.sublinkToggle} ${r ? o.open : ""}`,
|
|
90
|
+
onClick: () => a(e),
|
|
93
91
|
onMouseEnter: () => {
|
|
94
|
-
m(
|
|
92
|
+
m(e), t(e);
|
|
95
93
|
},
|
|
96
94
|
children: [
|
|
97
95
|
n.label,
|
|
98
|
-
|
|
96
|
+
_ && /* @__PURE__ */ s(g, { size: 18, className: o.chevron })
|
|
99
97
|
]
|
|
100
98
|
}
|
|
101
99
|
) }),
|
|
102
|
-
|
|
100
|
+
_ && /* @__PURE__ */ s(
|
|
103
101
|
"div",
|
|
104
102
|
{
|
|
105
|
-
className: `${o.sublinks} ${
|
|
106
|
-
onMouseLeave: () => a(
|
|
103
|
+
className: `${o.sublinks} ${r ? o.show : ""}`,
|
|
104
|
+
onMouseLeave: () => a(e),
|
|
107
105
|
role: "menu",
|
|
108
106
|
"aria-label": `${n.label} submenu`,
|
|
109
|
-
children: /* @__PURE__ */
|
|
107
|
+
children: /* @__PURE__ */ s("div", { children: /* @__PURE__ */ s("div", { className: o.sublinksInner, children: /* @__PURE__ */ s("div", { className: o.sublinksColumn, children: p(n.sublinks, e) }) }) })
|
|
110
108
|
}
|
|
111
109
|
)
|
|
112
110
|
]
|
|
113
111
|
},
|
|
114
|
-
|
|
112
|
+
e
|
|
115
113
|
);
|
|
116
114
|
}
|
|
117
115
|
export {
|
|
118
|
-
|
|
116
|
+
ln as N,
|
|
119
117
|
o as s
|
|
120
118
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";require('./assets/NavLink.css');const e=require("react/jsx-runtime"),v=require("react"),k=require("./external-link-DDShu-48.cjs"),m=require("./chevron-down-DfK1XBl3.cjs"),g="_navbar_1bon6_5",w="_sticky_1bon6_19",C="_left_1bon6_34",x="_container_1bon6_35",f="_logo_1bon6_39",I="_nav_1bon6_5",N="_center_1bon6_54",j="_hidden_1bon6_60",$="_visible_1bon6_67",y="_right_1bon6_82",T="_title_1bon6_89",S="_linkWrapper_1bon6_99",W="_parent_1bon6_99",E="_linkItem_1bon6_107",q="_link_1bon6_99",L="_sublinkToggle_1bon6_111",M="_standard_1bon6_159",R="_triangle_1bon6_167",z="_transparent_1bon6_172",D="_twoColumn_1bon6_276",A="_navInner_1bon6_398",B="_grid_1bon6_409",F="_separator_1bon6_444",G="_newTabIcon_1bon6_474",H="_linkContent_1bon6_489",J="_open_1bon6_500",K="_sublinks_1bon6_486",Q="_show_1bon6_571",U="_primaryColumn_1bon6_612",V="_sublinksInner_1bon6_629",X="_sublinksColumn_1bon6_647",Y="_chevron_1bon6_657",Z="_advanced_1bon6_839",O="_subtitle_1bon6_848",P="_withSpotlight_1bon6_890",nn="_withoutSpotlight_1bon6_894",on="_searchWrapper_1bon6_940",o={navbar:g,sticky:w,left:C,container:x,logo:f,nav:I,center:N,hidden:j,visible:$,right:y,title:T,linkWrapper:S,parent:W,linkItem:E,link:q,sublinkToggle:L,standard:M,triangle:R,transparent:z,twoColumn:D,navInner:A,grid:B,separator:F,newTabIcon:G,linkContent:H,open:J,sublinks:K,show:Q,primaryColumn:U,sublinksInner:V,sublinksColumn:X,chevron:Y,default:"_default_1bon6_773",advanced:Z,subtitle:O,withSpotlight:P,withoutSpotlight:nn,searchWrapper:on};function en({link:n,path:s,parentPath:i,openPath:u,togglePath:l,updateTriangleIndicator:d,setOpenPath:t,renderLinks:h,buttonRefs:p}){var c;const r=u===s,_=!!((c=n.sublinks)!=null&&c.length),a=v.useRef(null);return p.current.set(s,a.current),e.jsxs("div",{className:`${o.linkWrapper} ${i?"":o.parent}`,children:[e.jsx("div",{className:o.linkItem,children:n.href?e.jsxs("a",{href:n.href,className:o.link,target:n.isExternal?"_blank":"_self",rel:n.isExternal?"noopener noreferrer":void 0,onClick:()=>{var b;t(null),(b=n.onClick)==null||b.call(n)},onMouseEnter:()=>{i||t(null)},role:"menuitem",children:[n.label,n.isExternal&&e.jsx(k.ExternalLink,{className:o.newTabIcon,size:16})]}):e.jsxs("button",{ref:a,"aria-haspopup":_?"true":void 0,"aria-expanded":r,className:`${o.sublinkToggle} ${r?o.open:""}`,onClick:()=>l(s),onMouseEnter:()=>{d(s),t(s)},children:[n.label,_&&e.jsx(m.ChevronDown,{size:18,className:o.chevron})]})}),_&&e.jsx("div",{className:`${o.sublinks} ${r?o.show:""}`,onMouseLeave:()=>l(s),role:"menu","aria-label":`${n.label} submenu`,children:e.jsx("div",{children:e.jsx("div",{className:o.sublinksInner,children:e.jsx("div",{className:o.sublinksColumn,children:h(n.sublinks,s)})})})})]},s)}exports.NavLink=en;exports.styles=o;
|
|
@@ -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-BSVUqHZT.cjs");require("../../../external-link-DDShu-48.cjs");require("../../../chevron-down-DfK1XBl3.cjs");exports.NavLink=e.NavLink;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react/jsx-runtime"),a=require("react"),e=require("../../../NavLink-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react/jsx-runtime"),a=require("react"),e=require("../../../NavLink-BSVUqHZT.cjs"),ee=require("../../../chevron-down-DfK1XBl3.cjs"),se=require("../../../external-link-DDShu-48.cjs"),te={standard:e.styles.standard,transparent:e.styles.transparent},ne={left:e.styles.left,center:e.styles.center,right:e.styles.right};function le({title:P,logo:w,items:y,groups:d,utilityItems:N,isSticky:T=!1,showSearch:k=!0,showLocaleSelect:g=!0,alignment:f="right",variant:D="standard",navigationType:C="default",className:G}){const[X,F]=a.useState(0),[E,o]=a.useState(null),[v,V]=a.useState(!1),[L,A]=a.useState(!1),[H,J]=a.useState(!1),[K,Q]=a.useState(null),[m,p]=a.useState(0),[U,R]=a.useState(null),x=a.useRef(null),u=a.useRef(null),b=a.useRef(new Map),M=()=>s.jsx("div",{className:`${e.styles.linkWrapper} ${e.styles.parent} ${e.styles.searchWrapper}`,children:s.jsx("div",{className:e.styles.linkItem})}),I=()=>s.jsx("div",{className:`${e.styles.linkWrapper} ${e.styles.parent} `,children:s.jsx("div",{className:e.styles.linkItem})}),$=t=>{const n=b.current.get(t);if(n&&u.current){const r=n.getBoundingClientRect(),i=u.current.getBoundingClientRect(),j=r.left-i.left+r.width/2;Q(j)}};console.log($);const Y=t=>{o(n=>n===t?null:t)},Z=t=>t.map((n,r)=>{var B,q;const i=`group-${r}`,h=U===r,j=(B=n.primaryItems)==null?void 0:B[m??0];return console.log(j),s.jsxs("div",{className:`${e.styles.linkWrapper} ${e.styles.parent}`,onMouseEnter:()=>{R(r),o(i),$(i)},onMouseLeave:()=>{R(null),p(0),o(null)},children:[s.jsx("div",{className:e.styles.linkItem,children:s.jsxs("button",{ref:l=>{b.current.set(i,l)},role:"menuitem","aria-haspopup":"true","aria-expanded":h,"aria-controls":`submenu-${r}`,className:`${e.styles.sublinkToggle} ${h?e.styles.open:""} `,children:[n.title,s.jsx(ee.ChevronDown,{size:18,className:e.styles.chevron})]})}),s.jsx("div",{id:`submenu-${r}`,className:`${e.styles.sublinks} ${h?e.styles.show:""}`,role:"menu","aria-label":`${n.title} submenu`,children:s.jsx("div",{children:s.jsx("div",{className:`${e.styles.sublinksInner} ${n.spotlight?e.styles.withSpotlight:e.styles.withoutSpotlight}`,children:s.jsxs("div",{className:`${e.styles.sublinksColumn} ${e.styles.primaryColumn}`,children:[s.jsx("div",{className:e.styles.linkItem}),(q=n.primaryItems)==null?void 0:q.map((l,c)=>l.href?s.jsxs("a",{href:l.href,className:`${e.styles.link} ${m===c?e.styles.open:""}`,target:l.isExternal?"_blank":"_self",rel:l.isExternal?"noopener noreferrer":void 0,onClick:()=>{var O;o(null),(O=l.onClick)==null||O.call(l)},onMouseEnter:()=>l.sublinks?p(c):null,role:"menuitem",children:[s.jsxs("span",{className:e.styles.linkContent,children:[l.label,l.subtitle&&s.jsx("span",{className:e.styles.subtitle,children:l.subtitle})]}),l.isExternal&&s.jsx(se.ExternalLink,{className:e.styles.newTabIcon,size:16})]},l._key??c):s.jsx("button",{className:`${e.styles.sublinkToggle} ${m===c?e.styles.open:""}`,onMouseEnter:()=>p(c),children:s.jsxs("span",{className:e.styles.linkContent,children:[l.label,l.subtitle&&s.jsx("span",{className:e.styles.subtitle,children:l.subtitle})]})},l._key??c))]})})})})]},n._key??`group-${r}`)}),S=(t,n="")=>t.map(r=>{const i=`${n}/${r.label}`;return s.jsx(e.NavLink,{link:r,path:i,parentPath:n,openPath:E,togglePath:Y,updateTriangleIndicator:$,setOpenPath:o,renderLinks:S,buttonRefs:b},r._key??i)}),W=a.useCallback(t=>{x.current&&!x.current.contains(t.target)&&o(null)},[]),_=a.useCallback(()=>{z(),typeof window<"u"&&window.innerWidth>768&&(V(!1),o(null),typeof document<"u"&&(document.body.style.overflow=""))},[]),z=a.useCallback(()=>{if(u.current){const t=u.current.getBoundingClientRect().width;F(t),J(!0)}},[]);return a.useEffect(()=>{const t=typeof window<"u",n=typeof document<"u";return t&&window.addEventListener("resize",_),n&&document.addEventListener("click",W),z(),()=>{t&&window.removeEventListener("resize",_),n&&document.removeEventListener("click",W)}},[]),a.useEffect(()=>{if(typeof window<"u"){const t=()=>{const n=window.innerWidth<768;A(n)};return t(),window.addEventListener("resize",t),()=>window.removeEventListener("resize",t)}},[]),a.useEffect(()=>{if(typeof document<"u")return document.body.style.overflow=v?"hidden":"",()=>{document.body.style.overflow=""}},[v]),s.jsx("header",{ref:x,className:`${G??""} ${ne[f]} ${te[D]} ${e.styles.navbar} ${T?e.styles.sticky:""} ${d&&d.length?e.styles.advanced:e.styles.default}`,role:"navigation","aria-label":"Main navigation",children:s.jsxs("div",{className:`${e.styles.container} ${(!N||N.length===0)&&f!=="center"?e.styles.twoColumn:""}`,children:[w?s.jsx("div",{className:e.styles.logo,children:w}):s.jsx("div",{className:e.styles.title,children:P}),s.jsx("nav",{ref:u,style:{left:f==="center"?`calc(50% - ${X/2}px)`:"0"},className:`${e.styles.nav} ${v?e.styles.open:""} ${H?e.styles.visible:e.styles.hidden}`,id:"main-menu",role:"menubar","aria-label":"Main navigation",children:s.jsxs("div",{className:e.styles.navInner,children:[s.jsx("svg",{style:{left:`${K}px`},className:`${e.styles.triangle} ${E?e.styles.show:""}`,width:16,height:12,viewBox:"0 0 100 75",xmlns:"http://www.w3.org/2000/svg",children:s.jsx("polygon",{points:"50,5 95,70 5,70",strokeLinejoin:"round",fill:"white",stroke:"white"})}),C==="default"&&y&&s.jsxs("div",{className:e.styles.grid,children:[y&&y.length>0&&S(y),k&&!L&&s.jsxs(s.Fragment,{children:[s.jsx("span",{className:e.styles.separator}),s.jsx(M,{})]}),g&&s.jsx(I,{})]}),!L&&C==="advanced"&&d&&s.jsxs("div",{className:e.styles.grid,children:[d.length>0&&Z(d),k&&s.jsxs(s.Fragment,{children:[s.jsx("span",{className:e.styles.separator}),s.jsx(M,{})]}),g&&s.jsx(I,{})]})]})})]})})}exports.Navbar=le;
|
|
@@ -1,247 +1,231 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { useState as o, useRef as
|
|
3
|
-
import { s as e, N as
|
|
1
|
+
import { jsx as n, jsxs as r, Fragment as V } from "react/jsx-runtime";
|
|
2
|
+
import { useState as o, useRef as y, useCallback as C, useEffect as E } from "react";
|
|
3
|
+
import { s as e, N as le } from "../../../NavLink-B5joxE9Z.js";
|
|
4
4
|
import { C as re } from "../../../chevron-down-DSUzBz9F.js";
|
|
5
|
-
import { E as
|
|
6
|
-
const
|
|
5
|
+
import { E as ie } from "../../../external-link-BOPobeQJ.js";
|
|
6
|
+
const oe = {
|
|
7
7
|
standard: e.standard,
|
|
8
8
|
transparent: e.transparent
|
|
9
|
-
},
|
|
9
|
+
}, ce = {
|
|
10
10
|
left: e.left,
|
|
11
11
|
center: e.center,
|
|
12
12
|
right: e.right
|
|
13
13
|
};
|
|
14
|
-
function
|
|
15
|
-
title:
|
|
14
|
+
function ve({
|
|
15
|
+
title: A,
|
|
16
16
|
logo: L,
|
|
17
|
-
items:
|
|
17
|
+
items: f,
|
|
18
18
|
groups: u,
|
|
19
|
-
utilityItems:
|
|
20
|
-
isSticky:
|
|
21
|
-
showSearch:
|
|
22
|
-
showLocaleSelect:
|
|
19
|
+
utilityItems: I,
|
|
20
|
+
isSticky: F = !1,
|
|
21
|
+
showSearch: M = !0,
|
|
22
|
+
showLocaleSelect: x = !0,
|
|
23
23
|
alignment: v = "right",
|
|
24
|
-
variant:
|
|
25
|
-
navigationType:
|
|
24
|
+
variant: H = "standard",
|
|
25
|
+
navigationType: R = "default",
|
|
26
26
|
// searchComponent,
|
|
27
27
|
// localeSelectComponent,
|
|
28
|
-
className:
|
|
28
|
+
className: q
|
|
29
29
|
}) {
|
|
30
|
-
const [
|
|
30
|
+
const [J, K] = o(0), [W, c] = o(null), [p, Q] = o(!1), [z, U] = o(!1), [Y, Z] = o(!1), [ee, ne] = o(null), [b, $] = o(
|
|
31
31
|
0
|
|
32
|
-
), [
|
|
32
|
+
), [te, B] = o(null), w = y(null), h = y(null), N = y(/* @__PURE__ */ new Map()), _ = () => /* @__PURE__ */ n(
|
|
33
33
|
"div",
|
|
34
34
|
{
|
|
35
35
|
className: `${e.linkWrapper} ${e.parent} ${e.searchWrapper}`,
|
|
36
|
-
children: /* @__PURE__ */
|
|
36
|
+
children: /* @__PURE__ */ n("div", { className: e.linkItem })
|
|
37
37
|
}
|
|
38
|
-
),
|
|
39
|
-
const
|
|
40
|
-
if (
|
|
41
|
-
const l =
|
|
42
|
-
|
|
38
|
+
), O = () => /* @__PURE__ */ n("div", { className: `${e.linkWrapper} ${e.parent} `, children: /* @__PURE__ */ n("div", { className: e.linkItem }) }), k = (t) => {
|
|
39
|
+
const s = N.current.get(t);
|
|
40
|
+
if (s && h.current) {
|
|
41
|
+
const l = s.getBoundingClientRect(), i = h.current.getBoundingClientRect(), g = l.left - i.left + l.width / 2;
|
|
42
|
+
ne(g);
|
|
43
43
|
}
|
|
44
44
|
};
|
|
45
45
|
console.log(k);
|
|
46
|
-
const
|
|
47
|
-
c((
|
|
48
|
-
},
|
|
49
|
-
var X, D
|
|
50
|
-
const
|
|
51
|
-
return console.log(
|
|
46
|
+
const se = (t) => {
|
|
47
|
+
c((s) => s === t ? null : t);
|
|
48
|
+
}, ae = (t) => t.map((s, l) => {
|
|
49
|
+
var X, D;
|
|
50
|
+
const i = `group-${l}`, m = te === l, g = (X = s.primaryItems) == null ? void 0 : X[b ?? 0];
|
|
51
|
+
return console.log(g), /* @__PURE__ */ r(
|
|
52
52
|
"div",
|
|
53
53
|
{
|
|
54
54
|
className: `${e.linkWrapper} ${e.parent}`,
|
|
55
55
|
onMouseEnter: () => {
|
|
56
|
-
|
|
56
|
+
B(l), c(i), k(i);
|
|
57
57
|
},
|
|
58
58
|
onMouseLeave: () => {
|
|
59
|
-
|
|
59
|
+
B(null), $(0), c(null);
|
|
60
60
|
},
|
|
61
61
|
children: [
|
|
62
|
-
/* @__PURE__ */
|
|
62
|
+
/* @__PURE__ */ n("div", { className: e.linkItem, children: /* @__PURE__ */ r(
|
|
63
63
|
"button",
|
|
64
64
|
{
|
|
65
65
|
ref: (a) => {
|
|
66
|
-
|
|
66
|
+
N.current.set(i, a);
|
|
67
67
|
},
|
|
68
68
|
role: "menuitem",
|
|
69
69
|
"aria-haspopup": "true",
|
|
70
|
-
"aria-expanded":
|
|
70
|
+
"aria-expanded": m,
|
|
71
71
|
"aria-controls": `submenu-${l}`,
|
|
72
|
-
className: `${e.sublinkToggle} ${
|
|
72
|
+
className: `${e.sublinkToggle} ${m ? e.open : ""} `,
|
|
73
73
|
children: [
|
|
74
|
-
|
|
75
|
-
/* @__PURE__ */
|
|
74
|
+
s.title,
|
|
75
|
+
/* @__PURE__ */ n(re, { size: 18, className: e.chevron })
|
|
76
76
|
]
|
|
77
77
|
}
|
|
78
78
|
) }),
|
|
79
|
-
/* @__PURE__ */
|
|
79
|
+
/* @__PURE__ */ n(
|
|
80
80
|
"div",
|
|
81
81
|
{
|
|
82
82
|
id: `submenu-${l}`,
|
|
83
|
-
className: `${e.sublinks} ${
|
|
83
|
+
className: `${e.sublinks} ${m ? e.show : ""}`,
|
|
84
84
|
role: "menu",
|
|
85
|
-
"aria-label": `${
|
|
86
|
-
children: /* @__PURE__ */
|
|
85
|
+
"aria-label": `${s.title} submenu`,
|
|
86
|
+
children: /* @__PURE__ */ n("div", { children: /* @__PURE__ */ n(
|
|
87
87
|
"div",
|
|
88
88
|
{
|
|
89
|
-
className: `${e.sublinksInner} ${
|
|
90
|
-
children:
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
{
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
(
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
c(null), (V = a.onClick) == null || V.call(a);
|
|
108
|
-
},
|
|
109
|
-
onMouseEnter: () => a.sublinks ? b(d) : null,
|
|
110
|
-
role: "menuitem",
|
|
111
|
-
children: [
|
|
112
|
-
/* @__PURE__ */ i("span", { className: e.linkContent, children: [
|
|
113
|
-
a.label,
|
|
114
|
-
a.subtitle && /* @__PURE__ */ t("span", { className: e.subtitle, children: a.subtitle })
|
|
115
|
-
] }),
|
|
116
|
-
a.isExternal && /* @__PURE__ */ t(
|
|
117
|
-
oe,
|
|
118
|
-
{
|
|
119
|
-
className: e.newTabIcon,
|
|
120
|
-
size: 16
|
|
121
|
-
}
|
|
122
|
-
)
|
|
123
|
-
]
|
|
89
|
+
className: `${e.sublinksInner} ${s.spotlight ? e.withSpotlight : e.withoutSpotlight}`,
|
|
90
|
+
children: /* @__PURE__ */ r(
|
|
91
|
+
"div",
|
|
92
|
+
{
|
|
93
|
+
className: `${e.sublinksColumn} ${e.primaryColumn}`,
|
|
94
|
+
children: [
|
|
95
|
+
/* @__PURE__ */ n("div", { className: e.linkItem }),
|
|
96
|
+
(D = s.primaryItems) == null ? void 0 : D.map(
|
|
97
|
+
(a, d) => a.href ? /* @__PURE__ */ r(
|
|
98
|
+
"a",
|
|
99
|
+
{
|
|
100
|
+
href: a.href,
|
|
101
|
+
className: `${e.link} ${b === d ? e.open : ""}`,
|
|
102
|
+
target: a.isExternal ? "_blank" : "_self",
|
|
103
|
+
rel: a.isExternal ? "noopener noreferrer" : void 0,
|
|
104
|
+
onClick: () => {
|
|
105
|
+
var S;
|
|
106
|
+
c(null), (S = a.onClick) == null || S.call(a);
|
|
124
107
|
},
|
|
125
|
-
a.
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
className: `${e.sublinkToggle} ${p === d ? e.open : ""}`,
|
|
130
|
-
onMouseEnter: () => b(d),
|
|
131
|
-
children: /* @__PURE__ */ i("span", { className: e.linkContent, children: [
|
|
108
|
+
onMouseEnter: () => a.sublinks ? $(d) : null,
|
|
109
|
+
role: "menuitem",
|
|
110
|
+
children: [
|
|
111
|
+
/* @__PURE__ */ r("span", { className: e.linkContent, children: [
|
|
132
112
|
a.label,
|
|
133
|
-
a.subtitle && /* @__PURE__ */
|
|
134
|
-
] })
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
113
|
+
a.subtitle && /* @__PURE__ */ n("span", { className: e.subtitle, children: a.subtitle })
|
|
114
|
+
] }),
|
|
115
|
+
a.isExternal && /* @__PURE__ */ n(
|
|
116
|
+
ie,
|
|
117
|
+
{
|
|
118
|
+
className: e.newTabIcon,
|
|
119
|
+
size: 16
|
|
120
|
+
}
|
|
121
|
+
)
|
|
122
|
+
]
|
|
123
|
+
},
|
|
124
|
+
a._key ?? d
|
|
125
|
+
) : /* @__PURE__ */ n(
|
|
126
|
+
"button",
|
|
127
|
+
{
|
|
128
|
+
className: `${e.sublinkToggle} ${b === d ? e.open : ""}`,
|
|
129
|
+
onMouseEnter: () => $(d),
|
|
130
|
+
children: /* @__PURE__ */ r("span", { className: e.linkContent, children: [
|
|
131
|
+
a.label,
|
|
132
|
+
a.subtitle && /* @__PURE__ */ n("span", { className: e.subtitle, children: a.subtitle })
|
|
133
|
+
] })
|
|
134
|
+
},
|
|
135
|
+
a._key ?? d
|
|
138
136
|
)
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
"div",
|
|
144
|
-
{
|
|
145
|
-
className: `${e.sublinksColumn} ${e.secondaryColumn}`,
|
|
146
|
-
children: n.secondaryItems && n.secondaryItems.length > 0 && y(n.secondaryItems, `${r}-secondary`)
|
|
147
|
-
}
|
|
148
|
-
),
|
|
149
|
-
n.spotlight && /* @__PURE__ */ t(
|
|
150
|
-
"div",
|
|
151
|
-
{
|
|
152
|
-
className: `${e.sublinksColumn} ${e.spotlightColumn}`,
|
|
153
|
-
children: n.spotlight
|
|
154
|
-
}
|
|
155
|
-
)
|
|
156
|
-
]
|
|
137
|
+
)
|
|
138
|
+
]
|
|
139
|
+
}
|
|
140
|
+
)
|
|
157
141
|
}
|
|
158
142
|
) })
|
|
159
143
|
}
|
|
160
144
|
)
|
|
161
145
|
]
|
|
162
146
|
},
|
|
163
|
-
|
|
147
|
+
s._key ?? `group-${l}`
|
|
164
148
|
);
|
|
165
|
-
}),
|
|
166
|
-
const
|
|
167
|
-
return /* @__PURE__ */
|
|
168
|
-
|
|
149
|
+
}), P = (t, s = "") => t.map((l) => {
|
|
150
|
+
const i = `${s}/${l.label}`;
|
|
151
|
+
return /* @__PURE__ */ n(
|
|
152
|
+
le,
|
|
169
153
|
{
|
|
170
154
|
link: l,
|
|
171
|
-
path:
|
|
172
|
-
parentPath:
|
|
173
|
-
openPath:
|
|
174
|
-
togglePath:
|
|
155
|
+
path: i,
|
|
156
|
+
parentPath: s,
|
|
157
|
+
openPath: W,
|
|
158
|
+
togglePath: se,
|
|
175
159
|
updateTriangleIndicator: k,
|
|
176
160
|
setOpenPath: c,
|
|
177
|
-
renderLinks:
|
|
178
|
-
buttonRefs:
|
|
161
|
+
renderLinks: P,
|
|
162
|
+
buttonRefs: N
|
|
179
163
|
},
|
|
180
|
-
l._key ??
|
|
164
|
+
l._key ?? i
|
|
181
165
|
);
|
|
182
|
-
}), T =
|
|
183
|
-
|
|
184
|
-
}, []), j =
|
|
185
|
-
G(), typeof window < "u" && window.innerWidth > 768 && (
|
|
186
|
-
}, []), G =
|
|
166
|
+
}), T = C((t) => {
|
|
167
|
+
w.current && !w.current.contains(t.target) && c(null);
|
|
168
|
+
}, []), j = C(() => {
|
|
169
|
+
G(), typeof window < "u" && window.innerWidth > 768 && (Q(!1), c(null), typeof document < "u" && (document.body.style.overflow = ""));
|
|
170
|
+
}, []), G = C(() => {
|
|
187
171
|
if (h.current) {
|
|
188
|
-
const
|
|
189
|
-
|
|
172
|
+
const t = h.current.getBoundingClientRect().width;
|
|
173
|
+
K(t), Z(!0);
|
|
190
174
|
}
|
|
191
175
|
}, []);
|
|
192
176
|
return E(() => {
|
|
193
|
-
const
|
|
194
|
-
return
|
|
195
|
-
|
|
177
|
+
const t = typeof window < "u", s = typeof document < "u";
|
|
178
|
+
return t && window.addEventListener("resize", j), s && document.addEventListener("click", T), G(), () => {
|
|
179
|
+
t && window.removeEventListener("resize", j), s && document.removeEventListener("click", T);
|
|
196
180
|
};
|
|
197
181
|
}, []), E(() => {
|
|
198
182
|
if (typeof window < "u") {
|
|
199
|
-
const
|
|
200
|
-
const
|
|
201
|
-
|
|
183
|
+
const t = () => {
|
|
184
|
+
const s = window.innerWidth < 768;
|
|
185
|
+
U(s);
|
|
202
186
|
};
|
|
203
|
-
return
|
|
187
|
+
return t(), window.addEventListener("resize", t), () => window.removeEventListener("resize", t);
|
|
204
188
|
}
|
|
205
189
|
}, []), E(() => {
|
|
206
190
|
if (typeof document < "u")
|
|
207
|
-
return document.body.style.overflow =
|
|
191
|
+
return document.body.style.overflow = p ? "hidden" : "", () => {
|
|
208
192
|
document.body.style.overflow = "";
|
|
209
193
|
};
|
|
210
|
-
}, [
|
|
194
|
+
}, [p]), /* @__PURE__ */ n(
|
|
211
195
|
"header",
|
|
212
196
|
{
|
|
213
|
-
ref:
|
|
214
|
-
className: `${
|
|
197
|
+
ref: w,
|
|
198
|
+
className: `${q ?? ""} ${ce[v]} ${oe[H]} ${e.navbar} ${F ? e.sticky : ""} ${u && u.length ? e.advanced : e.default}`,
|
|
215
199
|
role: "navigation",
|
|
216
200
|
"aria-label": "Main navigation",
|
|
217
|
-
children: /* @__PURE__ */
|
|
201
|
+
children: /* @__PURE__ */ r(
|
|
218
202
|
"div",
|
|
219
203
|
{
|
|
220
|
-
className: `${e.container} ${(!
|
|
204
|
+
className: `${e.container} ${(!I || I.length === 0) && v !== "center" ? e.twoColumn : ""}`,
|
|
221
205
|
children: [
|
|
222
|
-
L ? /* @__PURE__ */
|
|
223
|
-
/* @__PURE__ */
|
|
206
|
+
L ? /* @__PURE__ */ n("div", { className: e.logo, children: L }) : /* @__PURE__ */ n("div", { className: e.title, children: A }),
|
|
207
|
+
/* @__PURE__ */ n(
|
|
224
208
|
"nav",
|
|
225
209
|
{
|
|
226
210
|
ref: h,
|
|
227
211
|
style: {
|
|
228
|
-
left: v === "center" ? `calc(50% - ${
|
|
212
|
+
left: v === "center" ? `calc(50% - ${J / 2}px)` : "0"
|
|
229
213
|
},
|
|
230
|
-
className: `${e.nav} ${
|
|
214
|
+
className: `${e.nav} ${p ? e.open : ""} ${Y ? e.visible : e.hidden}`,
|
|
231
215
|
id: "main-menu",
|
|
232
216
|
role: "menubar",
|
|
233
217
|
"aria-label": "Main navigation",
|
|
234
|
-
children: /* @__PURE__ */
|
|
235
|
-
/* @__PURE__ */
|
|
218
|
+
children: /* @__PURE__ */ r("div", { className: e.navInner, children: [
|
|
219
|
+
/* @__PURE__ */ n(
|
|
236
220
|
"svg",
|
|
237
221
|
{
|
|
238
|
-
style: { left: `${
|
|
239
|
-
className: `${e.triangle} ${
|
|
222
|
+
style: { left: `${ee}px` },
|
|
223
|
+
className: `${e.triangle} ${W ? e.show : ""}`,
|
|
240
224
|
width: 16,
|
|
241
225
|
height: 12,
|
|
242
226
|
viewBox: "0 0 100 75",
|
|
243
227
|
xmlns: "http://www.w3.org/2000/svg",
|
|
244
|
-
children: /* @__PURE__ */
|
|
228
|
+
children: /* @__PURE__ */ n(
|
|
245
229
|
"polygon",
|
|
246
230
|
{
|
|
247
231
|
points: "50,5 95,70 5,70",
|
|
@@ -252,21 +236,21 @@ function $e({
|
|
|
252
236
|
)
|
|
253
237
|
}
|
|
254
238
|
),
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
/* @__PURE__ */
|
|
259
|
-
/* @__PURE__ */
|
|
239
|
+
R === "default" && f && /* @__PURE__ */ r("div", { className: e.grid, children: [
|
|
240
|
+
f && f.length > 0 && P(f),
|
|
241
|
+
M && !z && /* @__PURE__ */ r(V, { children: [
|
|
242
|
+
/* @__PURE__ */ n("span", { className: e.separator }),
|
|
243
|
+
/* @__PURE__ */ n(_, {})
|
|
260
244
|
] }),
|
|
261
|
-
|
|
245
|
+
x && /* @__PURE__ */ n(O, {})
|
|
262
246
|
] }),
|
|
263
|
-
!
|
|
264
|
-
u.length > 0 &&
|
|
265
|
-
|
|
266
|
-
/* @__PURE__ */
|
|
267
|
-
/* @__PURE__ */
|
|
247
|
+
!z && R === "advanced" && u && /* @__PURE__ */ r("div", { className: e.grid, children: [
|
|
248
|
+
u.length > 0 && ae(u),
|
|
249
|
+
M && /* @__PURE__ */ r(V, { children: [
|
|
250
|
+
/* @__PURE__ */ n("span", { className: e.separator }),
|
|
251
|
+
/* @__PURE__ */ n(_, {})
|
|
268
252
|
] }),
|
|
269
|
-
|
|
253
|
+
x && /* @__PURE__ */ n(O, {})
|
|
270
254
|
] })
|
|
271
255
|
] })
|
|
272
256
|
}
|
|
@@ -278,5 +262,5 @@ function $e({
|
|
|
278
262
|
);
|
|
279
263
|
}
|
|
280
264
|
export {
|
|
281
|
-
|
|
265
|
+
ve as Navbar
|
|
282
266
|
};
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";require('./assets/NavLink.css');const e=require("react/jsx-runtime"),p=require("react"),v=require("./external-link-DDShu-48.cjs"),k=require("./chevron-down-DfK1XBl3.cjs"),g="_navbar_1bon6_5",C="_sticky_1bon6_19",w="_left_1bon6_34",x="_container_1bon6_35",f="_logo_1bon6_39",I="_nav_1bon6_5",y="_center_1bon6_54",N="_hidden_1bon6_60",j="_visible_1bon6_67",$="_right_1bon6_82",T="_title_1bon6_89",S="_linkWrapper_1bon6_99",W="_parent_1bon6_99",E="_linkItem_1bon6_107",q="_link_1bon6_99",L="_sublinkToggle_1bon6_111",M="_standard_1bon6_159",R="_triangle_1bon6_167",z="_transparent_1bon6_172",D="_twoColumn_1bon6_276",A="_navInner_1bon6_398",B="_grid_1bon6_409",F="_separator_1bon6_444",G="_newTabIcon_1bon6_474",H="_linkContent_1bon6_489",J="_open_1bon6_500",K="_sublinks_1bon6_486",Q="_show_1bon6_571",U="_primaryColumn_1bon6_612",V="_secondaryColumn_1bon6_621",X="_spotlightColumn_1bon6_625",Y="_sublinksInner_1bon6_629",Z="_sublinksColumn_1bon6_647",O="_chevron_1bon6_657",P="_advanced_1bon6_839",nn="_subtitle_1bon6_848",on="_withSpotlight_1bon6_890",en="_withoutSpotlight_1bon6_894",sn="_searchWrapper_1bon6_940",o={navbar:g,sticky:C,left:w,container:x,logo:f,nav:I,center:y,hidden:N,visible:j,right:$,title:T,linkWrapper:S,parent:W,linkItem:E,link:q,sublinkToggle:L,standard:M,triangle:R,transparent:z,twoColumn:D,navInner:A,grid:B,separator:F,newTabIcon:G,linkContent:H,open:J,sublinks:K,show:Q,primaryColumn:U,secondaryColumn:V,spotlightColumn:X,sublinksInner:Y,sublinksColumn:Z,chevron:O,default:"_default_1bon6_773",advanced:P,subtitle:nn,withSpotlight:on,withoutSpotlight:en,searchWrapper:sn};function tn({link:n,path:s,parentPath:l,openPath:u,togglePath:i,updateTriangleIndicator:d,setOpenPath:t,renderLinks:h,buttonRefs:m}){var c;const r=u===s,_=!!((c=n.sublinks)!=null&&c.length),a=p.useRef(null);return m.current.set(s,a.current),e.jsxs("div",{className:`${o.linkWrapper} ${l?"":o.parent}`,children:[e.jsx("div",{className:o.linkItem,children:n.href?e.jsxs("a",{href:n.href,className:o.link,target:n.isExternal?"_blank":"_self",rel:n.isExternal?"noopener noreferrer":void 0,onClick:()=>{var b;t(null),(b=n.onClick)==null||b.call(n)},onMouseEnter:()=>{l||t(null)},role:"menuitem",children:[n.label,n.isExternal&&e.jsx(v.ExternalLink,{className:o.newTabIcon,size:16})]}):e.jsxs("button",{ref:a,"aria-haspopup":_?"true":void 0,"aria-expanded":r,className:`${o.sublinkToggle} ${r?o.open:""}`,onClick:()=>i(s),onMouseEnter:()=>{d(s),t(s)},children:[n.label,_&&e.jsx(k.ChevronDown,{size:18,className:o.chevron})]})}),_&&e.jsx("div",{className:`${o.sublinks} ${r?o.show:""}`,onMouseLeave:()=>i(s),role:"menu","aria-label":`${n.label} submenu`,children:e.jsx("div",{children:e.jsx("div",{className:o.sublinksInner,children:e.jsx("div",{className:o.sublinksColumn,children:h(n.sublinks,s)})})})})]},s)}exports.NavLink=tn;exports.styles=o;
|