quirk-ui 0.0.405 → 0.0.406
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/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 +115 -65
- package/dist/core.d.ts +1 -1
- package/dist/main.d.ts +1 -1
- package/dist/styles.module-BYgi1fyR.js +35 -0
- package/dist/styles.module-DB7ioITV.cjs +1 -0
- package/package.json +1 -1
- package/dist/styles.module-BBjaVxkJ.js +0 -26
- package/dist/styles.module-D7mT4T_S.cjs +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react/jsx-runtime"),y=require("react"),s=require("../../../styles.module-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react/jsx-runtime"),y=require("react"),s=require("../../../styles.module-DB7ioITV.cjs"),f=require("../../../external-link-DDShu-48.cjs"),j=require("../../../chevron-down-DfK1XBl3.cjs");function N({link:e,path:r,parentPath:c,openPath:b,togglePath:u,updateTriangleIndicator:m,setOpenPath:l,renderLinks:x,buttonRefs:v}){var t;const o=b===r,i=!!((t=e.sublinks)!=null&&t.length),a=y.useRef(null);return v.current.set(r,a.current),n.jsxs("div",{className:`${s.styles.linkWrapper} ${c?"":s.styles.parent}`,children:[n.jsx("div",{className:s.styles.linkItem,children:e.href?n.jsxs("a",{href:e.href,className:s.styles.link,target:e.isExternal?"_blank":"_self",rel:e.isExternal?"noopener noreferrer":void 0,onClick:()=>{var d;l(null),(d=e.onClick)==null||d.call(e)},onMouseEnter:()=>{c||l(null)},role:"menuitem",children:[e.label,e.isExternal&&n.jsx(f.ExternalLink,{className:s.styles.newTabIcon,size:16})]}):n.jsxs("button",{ref:a,"aria-haspopup":i?"true":void 0,"aria-expanded":o,className:`${s.styles.sublinkToggle} ${o?s.styles.open:""}`,onClick:()=>u(r),onMouseEnter:()=>{m(r),l(r)},children:[e.label,i&&n.jsx(j.ChevronDown,{size:18,className:s.styles.chevron})]})}),i&&n.jsx("div",{className:`${s.styles.sublinks} ${o?s.styles.show:""}`,onMouseLeave:()=>u(r),role:"menu","aria-label":`${e.label} submenu`,children:n.jsx("div",{children:n.jsx("div",{className:s.styles.sublinksInner,children:n.jsx("div",{className:s.styles.sublinksColumn,children:x(e.sublinks,r)})})})})]},r)}exports.NavLink=N;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as i, jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as x } from "react";
|
|
3
|
-
import { s } from "../../../styles.module-
|
|
3
|
+
import { s } from "../../../styles.module-BYgi1fyR.js";
|
|
4
4
|
import { E } from "../../../external-link-BOPobeQJ.js";
|
|
5
5
|
import { C as $ } from "../../../chevron-down-DSUzBz9F.js";
|
|
6
6
|
function L({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react/jsx-runtime"),t=require("react"),e=require("../../../styles.module-DB7ioITV.cjs"),W={standard:e.styles.standard,transparent:e.styles.transparent},I={left:e.styles.left,center:e.styles.center,right:e.styles.right};function q({title:b,logo:c,groups:d,utilityItems:u,isSticky:x=!1,alignment:o="right",variant:$="standard",className:j}){const[f,N]=t.useState(0),[h,v]=t.useState(null),[a,R]=t.useState(!1),[L,C]=t.useState(!1),[y,E]=t.useState(!1),[k,M]=t.useState(null),r=t.useRef(null),l=t.useRef(null),S=t.useRef(new Map);console.log(s=>{const i=S.current.get(s);if(i&&l.current){const m=i.getBoundingClientRect(),z=l.current.getBoundingClientRect(),O=m.left-z.left+m.width/2;M(O)}});const w=t.useCallback(s=>{r.current&&!r.current.contains(s.target)&&v(null)},[]),p=t.useCallback(()=>{g(),typeof window<"u"&&window.innerWidth>768&&(R(!1),v(null),typeof document<"u"&&(document.body.style.overflow=""))},[]),g=t.useCallback(()=>{if(l.current){const s=l.current.getBoundingClientRect().width;N(s),E(!0)}},[]);return t.useEffect(()=>{const s=typeof window<"u",i=typeof document<"u";return s&&window.addEventListener("resize",p),i&&document.addEventListener("click",w),g(),()=>{s&&window.removeEventListener("resize",p),i&&document.removeEventListener("click",w)}},[]),t.useEffect(()=>{if(typeof window<"u"){const s=()=>{const i=window.innerWidth<768;C(i)};return s(),window.addEventListener("resize",s),()=>window.removeEventListener("resize",s)}},[]),t.useEffect(()=>{if(typeof document<"u")return document.body.style.overflow=a?"hidden":"",()=>{document.body.style.overflow=""}},[a]),n.jsx("header",{ref:r,className:`${j??""} ${I[o]} ${W[$]} ${e.styles.navbar} ${x?e.styles.sticky:""} ${d&&d.length?e.styles.advanced:e.styles.default}`,role:"navigation","aria-label":"Main navigation",children:n.jsxs("div",{className:`${e.styles.container} ${(!u||u.length===0)&&o!=="center"?e.styles.twoColumn:""}`,children:[c?n.jsx("div",{className:e.styles.logo,children:c}):n.jsx("div",{className:e.styles.title,children:b}),n.jsx("nav",{ref:l,style:{left:o==="center"?`calc(50% - ${f/2}px)`:"0"},className:`${e.styles.nav} ${a?e.styles.open:""} ${y?e.styles.visible:e.styles.hidden}`,id:"main-menu",role:"menubar","aria-label":"Main navigation",children:n.jsxs("div",{className:e.styles.navInner,children:[n.jsx("svg",{style:{left:`${k}px`},className:`${e.styles.triangle} ${h?e.styles.show:""}`,width:16,height:12,viewBox:"0 0 100 75",xmlns:"http://www.w3.org/2000/svg",children:n.jsx("polygon",{points:"50,5 95,70 5,70",strokeLinejoin:"round",fill:"white",stroke:"white"})}),n.jsx("p",{children:"HELLO"}),n.jsxs("p",{children:["vis: ",y]}),n.jsxs("p",{children:["open: ",a]}),n.jsxs("p",{children:["path: ",h]}),n.jsxs("p",{children:["nav: ",f]}),n.jsxs("p",{children:["mobile: ",L]})]})})]})})}exports.Navbar=q;
|
|
@@ -1,91 +1,141 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { useState as
|
|
3
|
-
import { s as
|
|
4
|
-
const
|
|
5
|
-
standard:
|
|
6
|
-
transparent:
|
|
7
|
-
},
|
|
8
|
-
left:
|
|
9
|
-
center:
|
|
10
|
-
right:
|
|
1
|
+
import { jsx as i, jsxs as s } from "react/jsx-runtime";
|
|
2
|
+
import { useState as o, useRef as c, useCallback as f, useEffect as u } from "react";
|
|
3
|
+
import { s as e } from "../../../styles.module-BYgi1fyR.js";
|
|
4
|
+
const P = {
|
|
5
|
+
standard: e.standard,
|
|
6
|
+
transparent: e.transparent
|
|
7
|
+
}, V = {
|
|
8
|
+
left: e.left,
|
|
9
|
+
center: e.center,
|
|
10
|
+
right: e.right
|
|
11
11
|
};
|
|
12
|
-
function
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
function F({
|
|
13
|
+
title: R,
|
|
14
|
+
logo: h,
|
|
15
15
|
// items,
|
|
16
|
-
groups:
|
|
17
|
-
|
|
18
|
-
isSticky:
|
|
16
|
+
groups: v,
|
|
17
|
+
utilityItems: w,
|
|
18
|
+
isSticky: C = !1,
|
|
19
19
|
//showSearch = true,
|
|
20
20
|
//showLocaleSelect = true,
|
|
21
|
-
alignment:
|
|
22
|
-
variant:
|
|
21
|
+
alignment: l = "right",
|
|
22
|
+
variant: E = "standard",
|
|
23
23
|
// navigationType = "default",
|
|
24
24
|
// searchComponent,
|
|
25
25
|
// localeSelectComponent,
|
|
26
|
-
className:
|
|
26
|
+
className: M
|
|
27
27
|
}) {
|
|
28
|
-
const [
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
28
|
+
const [p, k] = o(0), [m, g] = o(null), [a, x] = o(!1), [z, W] = o(!1), [b, I] = o(!1), [O, B] = o(null), d = c(null), r = c(null), j = c(/* @__PURE__ */ new Map());
|
|
29
|
+
console.log((n) => {
|
|
30
|
+
const t = j.current.get(n);
|
|
31
|
+
if (t && r.current) {
|
|
32
|
+
const L = t.getBoundingClientRect(), T = r.current.getBoundingClientRect(), X = L.left - T.left + L.width / 2;
|
|
33
|
+
B(X);
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
const y = f((n) => {
|
|
37
|
+
d.current && !d.current.contains(n.target) && g(null);
|
|
38
|
+
}, []), $ = f(() => {
|
|
39
|
+
N(), typeof window < "u" && window.innerWidth > 768 && (x(!1), g(null), typeof document < "u" && (document.body.style.overflow = ""));
|
|
40
|
+
}, []), N = f(() => {
|
|
41
|
+
if (r.current) {
|
|
42
|
+
const n = r.current.getBoundingClientRect().width;
|
|
43
|
+
k(n), I(!0);
|
|
36
44
|
}
|
|
37
45
|
}, []);
|
|
38
|
-
return
|
|
39
|
-
const
|
|
40
|
-
return
|
|
41
|
-
|
|
46
|
+
return u(() => {
|
|
47
|
+
const n = typeof window < "u", t = typeof document < "u";
|
|
48
|
+
return n && window.addEventListener("resize", $), t && document.addEventListener("click", y), N(), () => {
|
|
49
|
+
n && window.removeEventListener("resize", $), t && document.removeEventListener("click", y);
|
|
42
50
|
};
|
|
43
|
-
}, []),
|
|
51
|
+
}, []), u(() => {
|
|
44
52
|
if (typeof window < "u") {
|
|
45
|
-
const
|
|
46
|
-
const
|
|
47
|
-
|
|
53
|
+
const n = () => {
|
|
54
|
+
const t = window.innerWidth < 768;
|
|
55
|
+
W(t);
|
|
48
56
|
};
|
|
49
|
-
return
|
|
57
|
+
return n(), window.addEventListener("resize", n), () => window.removeEventListener("resize", n);
|
|
50
58
|
}
|
|
51
|
-
}, []),
|
|
59
|
+
}, []), u(() => {
|
|
52
60
|
if (typeof document < "u")
|
|
53
|
-
return document.body.style.overflow =
|
|
61
|
+
return document.body.style.overflow = a ? "hidden" : "", () => {
|
|
54
62
|
document.body.style.overflow = "";
|
|
55
63
|
};
|
|
56
|
-
}, [
|
|
64
|
+
}, [a]), /* @__PURE__ */ i(
|
|
57
65
|
"header",
|
|
58
66
|
{
|
|
59
|
-
ref:
|
|
60
|
-
className: `${
|
|
67
|
+
ref: d,
|
|
68
|
+
className: `${M ?? ""} ${V[l]} ${P[E]} ${e.navbar} ${C ? e.sticky : ""} ${v && v.length ? e.advanced : e.default}`,
|
|
61
69
|
role: "navigation",
|
|
62
70
|
"aria-label": "Main navigation",
|
|
63
|
-
children:
|
|
64
|
-
"
|
|
65
|
-
|
|
66
|
-
"
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
71
|
+
children: /* @__PURE__ */ s(
|
|
72
|
+
"div",
|
|
73
|
+
{
|
|
74
|
+
className: `${e.container} ${(!w || w.length === 0) && l !== "center" ? e.twoColumn : ""}`,
|
|
75
|
+
children: [
|
|
76
|
+
h ? /* @__PURE__ */ i("div", { className: e.logo, children: h }) : /* @__PURE__ */ i("div", { className: e.title, children: R }),
|
|
77
|
+
/* @__PURE__ */ i(
|
|
78
|
+
"nav",
|
|
79
|
+
{
|
|
80
|
+
ref: r,
|
|
81
|
+
style: {
|
|
82
|
+
left: l === "center" ? `calc(50% - ${p / 2}px)` : "0"
|
|
83
|
+
},
|
|
84
|
+
className: `${e.nav} ${a ? e.open : ""} ${b ? e.visible : e.hidden}`,
|
|
85
|
+
id: "main-menu",
|
|
86
|
+
role: "menubar",
|
|
87
|
+
"aria-label": "Main navigation",
|
|
88
|
+
children: /* @__PURE__ */ s("div", { className: e.navInner, children: [
|
|
89
|
+
/* @__PURE__ */ i(
|
|
90
|
+
"svg",
|
|
91
|
+
{
|
|
92
|
+
style: { left: `${O}px` },
|
|
93
|
+
className: `${e.triangle} ${m ? e.show : ""}`,
|
|
94
|
+
width: 16,
|
|
95
|
+
height: 12,
|
|
96
|
+
viewBox: "0 0 100 75",
|
|
97
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
98
|
+
children: /* @__PURE__ */ i(
|
|
99
|
+
"polygon",
|
|
100
|
+
{
|
|
101
|
+
points: "50,5 95,70 5,70",
|
|
102
|
+
strokeLinejoin: "round",
|
|
103
|
+
fill: "white",
|
|
104
|
+
stroke: "white"
|
|
105
|
+
}
|
|
106
|
+
)
|
|
107
|
+
}
|
|
108
|
+
),
|
|
109
|
+
/* @__PURE__ */ i("p", { children: "HELLO" }),
|
|
110
|
+
/* @__PURE__ */ s("p", { children: [
|
|
111
|
+
"vis: ",
|
|
112
|
+
b
|
|
113
|
+
] }),
|
|
114
|
+
/* @__PURE__ */ s("p", { children: [
|
|
115
|
+
"open: ",
|
|
116
|
+
a
|
|
117
|
+
] }),
|
|
118
|
+
/* @__PURE__ */ s("p", { children: [
|
|
119
|
+
"path: ",
|
|
120
|
+
m
|
|
121
|
+
] }),
|
|
122
|
+
/* @__PURE__ */ s("p", { children: [
|
|
123
|
+
"nav: ",
|
|
124
|
+
p
|
|
125
|
+
] }),
|
|
126
|
+
/* @__PURE__ */ s("p", { children: [
|
|
127
|
+
"mobile: ",
|
|
128
|
+
z
|
|
129
|
+
] })
|
|
130
|
+
] })
|
|
131
|
+
}
|
|
132
|
+
)
|
|
133
|
+
]
|
|
134
|
+
}
|
|
135
|
+
)
|
|
86
136
|
}
|
|
87
137
|
);
|
|
88
138
|
}
|
|
89
139
|
export {
|
|
90
|
-
|
|
140
|
+
F as Navbar
|
|
91
141
|
};
|
package/dist/core.d.ts
CHANGED
|
@@ -856,7 +856,7 @@ declare type MultiSelectProps = {
|
|
|
856
856
|
className?: string;
|
|
857
857
|
};
|
|
858
858
|
|
|
859
|
-
export declare function Navbar({ groups, isSticky, alignment, variant, className, }: NavbarProps): JSX.Element;
|
|
859
|
+
export declare function Navbar({ title, logo, groups, utilityItems, isSticky, alignment, variant, className, }: NavbarProps): JSX.Element;
|
|
860
860
|
|
|
861
861
|
declare type NavbarProps = {
|
|
862
862
|
title?: string;
|
package/dist/main.d.ts
CHANGED
|
@@ -1251,7 +1251,7 @@ declare type MultiSelectProps = {
|
|
|
1251
1251
|
className?: string;
|
|
1252
1252
|
};
|
|
1253
1253
|
|
|
1254
|
-
export declare function Navbar({ groups, isSticky, alignment, variant, className, }: NavbarProps): JSX.Element;
|
|
1254
|
+
export declare function Navbar({ title, logo, groups, utilityItems, isSticky, alignment, variant, className, }: NavbarProps): JSX.Element;
|
|
1255
1255
|
|
|
1256
1256
|
declare type NavbarProps = {
|
|
1257
1257
|
title?: string;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import './assets/styles.css';const n = "_navbar_1bon6_5", o = "_sticky_1bon6_19", _ = "_left_1bon6_34", t = "_container_1bon6_35", s = "_logo_1bon6_39", e = "_nav_1bon6_5", b = "_center_1bon6_54", a = "_hidden_1bon6_60", c = "_visible_1bon6_67", l = "_right_1bon6_82", i = "_title_1bon6_89", r = "_linkWrapper_1bon6_99", k = "_parent_1bon6_99", d = "_linkItem_1bon6_107", u = "_link_1bon6_99", v = "_sublinkToggle_1bon6_111", p = "_standard_1bon6_159", g = "_triangle_1bon6_167", h = "_transparent_1bon6_172", I = "_twoColumn_1bon6_276", m = "_navInner_1bon6_398", w = "_newTabIcon_1bon6_474", C = "_open_1bon6_500", T = "_sublinks_1bon6_486", f = "_show_1bon6_571", y = "_sublinksInner_1bon6_629", W = "_sublinksColumn_1bon6_647", x = "_chevron_1bon6_657", j = "_advanced_1bon6_839", q = {
|
|
2
|
+
navbar: n,
|
|
3
|
+
sticky: o,
|
|
4
|
+
left: _,
|
|
5
|
+
container: t,
|
|
6
|
+
logo: s,
|
|
7
|
+
nav: e,
|
|
8
|
+
center: b,
|
|
9
|
+
hidden: a,
|
|
10
|
+
visible: c,
|
|
11
|
+
right: l,
|
|
12
|
+
title: i,
|
|
13
|
+
linkWrapper: r,
|
|
14
|
+
parent: k,
|
|
15
|
+
linkItem: d,
|
|
16
|
+
link: u,
|
|
17
|
+
sublinkToggle: v,
|
|
18
|
+
standard: p,
|
|
19
|
+
triangle: g,
|
|
20
|
+
transparent: h,
|
|
21
|
+
twoColumn: I,
|
|
22
|
+
navInner: m,
|
|
23
|
+
newTabIcon: w,
|
|
24
|
+
open: C,
|
|
25
|
+
sublinks: T,
|
|
26
|
+
show: f,
|
|
27
|
+
sublinksInner: y,
|
|
28
|
+
sublinksColumn: W,
|
|
29
|
+
chevron: x,
|
|
30
|
+
default: "_default_1bon6_773",
|
|
31
|
+
advanced: j
|
|
32
|
+
};
|
|
33
|
+
export {
|
|
34
|
+
q as s
|
|
35
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";require('./assets/styles.css');const n="_navbar_1bon6_5",o="_sticky_1bon6_19",_="_left_1bon6_34",t="_container_1bon6_35",s="_logo_1bon6_39",e="_nav_1bon6_5",b="_center_1bon6_54",c="_hidden_1bon6_60",l="_visible_1bon6_67",a="_right_1bon6_82",i="_title_1bon6_89",r="_linkWrapper_1bon6_99",k="_parent_1bon6_99",u="_linkItem_1bon6_107",d="_link_1bon6_99",v="_sublinkToggle_1bon6_111",g="_standard_1bon6_159",p="_triangle_1bon6_167",h="_transparent_1bon6_172",I="_twoColumn_1bon6_276",m="_navInner_1bon6_398",w="_newTabIcon_1bon6_474",C="_open_1bon6_500",T="_sublinks_1bon6_486",f="_show_1bon6_571",y="_sublinksInner_1bon6_629",W="_sublinksColumn_1bon6_647",j="_chevron_1bon6_657",q="_advanced_1bon6_839",x={navbar:n,sticky:o,left:_,container:t,logo:s,nav:e,center:b,hidden:c,visible:l,right:a,title:i,linkWrapper:r,parent:k,linkItem:u,link:d,sublinkToggle:v,standard:g,triangle:p,transparent:h,twoColumn:I,navInner:m,newTabIcon:w,open:C,sublinks:T,show:f,sublinksInner:y,sublinksColumn:W,chevron:j,default:"_default_1bon6_773",advanced:q};exports.styles=x;
|
package/package.json
CHANGED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import './assets/styles.css';const n = "_navbar_1bon6_5", _ = "_sticky_1bon6_19", o = "_left_1bon6_34", s = "_center_1bon6_54", t = "_right_1bon6_82", e = "_linkWrapper_1bon6_99", b = "_parent_1bon6_99", a = "_linkItem_1bon6_107", c = "_link_1bon6_99", r = "_sublinkToggle_1bon6_111", l = "_standard_1bon6_159", i = "_transparent_1bon6_172", k = "_newTabIcon_1bon6_474", u = "_open_1bon6_500", p = "_sublinks_1bon6_486", d = "_show_1bon6_571", g = "_sublinksInner_1bon6_629", h = "_sublinksColumn_1bon6_647", v = "_chevron_1bon6_657", I = "_advanced_1bon6_839", m = {
|
|
2
|
-
navbar: n,
|
|
3
|
-
sticky: _,
|
|
4
|
-
left: o,
|
|
5
|
-
center: s,
|
|
6
|
-
right: t,
|
|
7
|
-
linkWrapper: e,
|
|
8
|
-
parent: b,
|
|
9
|
-
linkItem: a,
|
|
10
|
-
link: c,
|
|
11
|
-
sublinkToggle: r,
|
|
12
|
-
standard: l,
|
|
13
|
-
transparent: i,
|
|
14
|
-
newTabIcon: k,
|
|
15
|
-
open: u,
|
|
16
|
-
sublinks: p,
|
|
17
|
-
show: d,
|
|
18
|
-
sublinksInner: g,
|
|
19
|
-
sublinksColumn: h,
|
|
20
|
-
chevron: v,
|
|
21
|
-
default: "_default_1bon6_773",
|
|
22
|
-
advanced: I
|
|
23
|
-
};
|
|
24
|
-
export {
|
|
25
|
-
m as s
|
|
26
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";require('./assets/styles.css');const n="_navbar_1bon6_5",_="_sticky_1bon6_19",o="_left_1bon6_34",s="_center_1bon6_54",t="_right_1bon6_82",e="_linkWrapper_1bon6_99",b="_parent_1bon6_99",c="_linkItem_1bon6_107",a="_link_1bon6_99",l="_sublinkToggle_1bon6_111",r="_standard_1bon6_159",i="_transparent_1bon6_172",k="_newTabIcon_1bon6_474",u="_open_1bon6_500",p="_sublinks_1bon6_486",d="_show_1bon6_571",g="_sublinksInner_1bon6_629",h="_sublinksColumn_1bon6_647",v="_chevron_1bon6_657",I="_advanced_1bon6_839",m={navbar:n,sticky:_,left:o,center:s,right:t,linkWrapper:e,parent:b,linkItem:c,link:a,sublinkToggle:l,standard:r,transparent:i,newTabIcon:k,open:u,sublinks:p,show:d,sublinksInner:g,sublinksColumn:h,chevron:v,default:"_default_1bon6_773",advanced:I};exports.styles=m;
|