umwd-components 0.1.396 → 0.1.397
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/node_modules/base64-js/index.js +1 -1
- package/dist/node_modules/ieee754/index.js +1 -1
- package/dist/src/components/layout/Footer.js +1 -1
- package/dist/src/components/layout/Navbar.js +1 -1
- package/dist/src/components/layout/NavbarV2.js +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/components/layout/Footer.tsx +4 -1
- package/src/components/layout/Navbar.tsx +1 -1
- package/src/components/layout/NavbarV2.tsx +1 -1
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
* @copyright Jelle Paulus
|
|
4
4
|
* @license MIT
|
|
5
5
|
*/
|
|
6
|
-
import{__exports as r}from"../../_virtual/
|
|
6
|
+
import{__exports as r}from"../../_virtual/index7.js";var t;function e(){if(t)return r;t=1,r.byteLength=function(r){var t=i(r),e=t[0],n=t[1];return 3*(e+n)/4-n},r.toByteArray=function(r){var t,e,a=i(r),u=a[0],h=a[1],c=new o(function(r,t,e){return 3*(t+e)/4-e}(0,u,h)),f=0,d=h>0?u-4:u;for(e=0;e<d;e+=4)t=n[r.charCodeAt(e)]<<18|n[r.charCodeAt(e+1)]<<12|n[r.charCodeAt(e+2)]<<6|n[r.charCodeAt(e+3)],c[f++]=t>>16&255,c[f++]=t>>8&255,c[f++]=255&t;2===h&&(t=n[r.charCodeAt(e)]<<2|n[r.charCodeAt(e+1)]>>4,c[f++]=255&t);1===h&&(t=n[r.charCodeAt(e)]<<10|n[r.charCodeAt(e+1)]<<4|n[r.charCodeAt(e+2)]>>2,c[f++]=t>>8&255,c[f++]=255&t);return c},r.fromByteArray=function(r){for(var t,n=r.length,o=n%3,a=[],u=16383,i=0,c=n-o;i<c;i+=u)a.push(h(r,i,i+u>c?c:i+u));1===o?(t=r[n-1],a.push(e[t>>2]+e[t<<4&63]+"==")):2===o&&(t=(r[n-2]<<8)+r[n-1],a.push(e[t>>10]+e[t>>4&63]+e[t<<2&63]+"="));return a.join("")};for(var e=[],n=[],o="undefined"!=typeof Uint8Array?Uint8Array:Array,a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",u=0;u<64;++u)e[u]=a[u],n[a.charCodeAt(u)]=u;function i(r){var t=r.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var e=r.indexOf("=");return-1===e&&(e=t),[e,e===t?0:4-e%4]}function h(r,t,n){for(var o,a,u=[],i=t;i<n;i+=3)o=(r[i]<<16&16711680)+(r[i+1]<<8&65280)+(255&r[i+2]),u.push(e[(a=o)>>18&63]+e[a>>12&63]+e[a>>6&63]+e[63&a]);return u.join("")}return n["-".charCodeAt(0)]=62,n["_".charCodeAt(0)]=63,r}export{e as __require};
|
|
@@ -3,5 +3,5 @@
|
|
|
3
3
|
* @copyright Jelle Paulus
|
|
4
4
|
* @license MIT
|
|
5
5
|
*/
|
|
6
|
-
import{__exports as a}from"../../_virtual/
|
|
6
|
+
import{__exports as a}from"../../_virtual/index8.js";
|
|
7
7
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */var t;function o(){return t||(t=1,a.read=function(a,t,o,r,h){var M,e,i=8*h-r-1,p=(1<<i)-1,f=p>>1,n=-7,w=o?h-1:0,s=o?-1:1,u=a[t+w];for(w+=s,M=u&(1<<-n)-1,u>>=-n,n+=i;n>0;M=256*M+a[t+w],w+=s,n-=8);for(e=M&(1<<-n)-1,M>>=-n,n+=r;n>0;e=256*e+a[t+w],w+=s,n-=8);if(0===M)M=1-f;else{if(M===p)return e?NaN:1/0*(u?-1:1);e+=Math.pow(2,r),M-=f}return(u?-1:1)*e*Math.pow(2,M-r)},a.write=function(a,t,o,r,h,M){var e,i,p,f=8*M-h-1,n=(1<<f)-1,w=n>>1,s=23===h?Math.pow(2,-24)-Math.pow(2,-77):0,u=r?0:M-1,N=r?1:-1,_=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(i=isNaN(t)?1:0,e=n):(e=Math.floor(Math.log(t)/Math.LN2),t*(p=Math.pow(2,-e))<1&&(e--,p*=2),(t+=e+w>=1?s/p:s*Math.pow(2,1-w))*p>=2&&(e++,p/=2),e+w>=n?(i=0,e=n):e+w>=1?(i=(t*p-1)*Math.pow(2,h),e+=w):(i=t*Math.pow(2,w-1)*Math.pow(2,h),e=0));h>=8;a[o+u]=255&i,u+=N,i/=256,h-=8);for(e=e<<h|i,f+=h;f>0;a[o+u]=255&e,u+=N,e/=256,f-=8);a[o+u-N]|=128*_}),a}export{o as __require};
|
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
* @copyright Jelle Paulus
|
|
5
5
|
* @license MIT
|
|
6
6
|
*/
|
|
7
|
-
import{__assign as e}from"../../../node_modules/tslib/tslib.es6.js";import t from"react";import{useTheme as n}from"@mui/material/styles";import r from"@mui/material/AppBar";import a from"@mui/material/Container";import i from"@mui/material/Toolbar";import m from"@mui/material/Typography";import l from"@mui/material/Box";import o from"@mui/material/IconButton";import c from"@mui/material/Grid";import s from"@mui/material/Divider";import d from"@mui/material/Stack";import
|
|
7
|
+
import{__assign as e}from"../../../node_modules/tslib/tslib.es6.js";import t from"react";import{useTheme as n}from"@mui/material/styles";import r from"@mui/material/AppBar";import a from"@mui/material/Container";import i from"@mui/material/Toolbar";import m from"@mui/material/Typography";import l from"@mui/material/Box";import o from"@mui/material/IconButton";import c from"@mui/material/Grid";import s from"@mui/material/Divider";import d from"@mui/material/Stack";import u from"next/link";import p from"next/image";import f from"../../lib/getIcon.js";import{StyledLink as E}from"../StyledLink.js";import y from"@mui/icons-material/Home";import x from"@mui/icons-material/Phone";import b from"@mui/icons-material/Email";function g(g){var h=g.data,v=h.site_title,_=h.logo,C=h.parent_company_name,j=h.business_credentials,w=h.address,I=h.socials,k=h.disclaimer_link,A=h.privacypolicy_link,D=h.maxWidth,T=void 0===D?"lg":D,F=h.referal,B=h.sx,P=void 0===B?{}:B,S=h.useIcons,W=void 0!==S&&S,G=n(),V=f("APIcon");return t.createElement(r,{position:"relative",sx:e({backgroundColor:"light"===G.palette.mode?G.palette.primary.light:G.palette.primary.dark,top:"auto",bottom:0},P),component:"footer"},t.createElement(a,{maxWidth:T},t.createElement(i,{disableGutters:!0},t.createElement(c,{container:!0,sx:{p:2},spacing:2},t.createElement(c,{item:!0,xs:12,sm:6,md:4,sx:[W&&{display:"grid",justifyContent:"center"}]},t.createElement(l,{sx:{display:{xs:"none",md:"flex"},cursor:"pointer",flexDirection:"column",alignItems:"center",justifyContent:"flex-start",height:"100%",textDecoration:"none"}},t.createElement(m,{variant:"h6",color:"#ffffff",sx:{mb:2},component:"h2"},v),void 0!==(null==_?void 0:_.url)&&t.createElement(u,{href:"#home"},t.createElement(l,{sx:{display:"flex",alignItems:"center",justifyContent:"center",height:"100%",p:1}},t.createElement(p,{src:_.url,width:_.width||100,height:_.height||100,alt:_.alternativeText||"site logo"}))))),t.createElement(c,{item:!0,xs:12,sm:6,md:4,sx:[W&&{display:"grid",justifyContent:"stretch",width:{xs:"80%",sm:"60%",md:"80%"}}]},t.createElement(m,{variant:"h6",sx:[{mb:2},W&&{textAlign:"center"}],component:"h2"},"Contact Information"),j&&t.createElement(t.Fragment,null,t.createElement(m,{id:"company_name",variant:"h6",component:"h3",sx:[{mb:2},W&&{textAlign:"center"}]},j.company_name),C&&t.createElement(m,{id:"parent_company_name",variant:"h6",component:"h4",sx:{mb:2,textAlign:"center"}},"By ",C)),!0===W?t.createElement(d,{spacing:1},w&&t.createElement(d,{direction:"row",justifyContent:"space-between"},t.createElement(y,null),t.createElement(d,{alignItems:"flex-end"},t.createElement(m,{variant:"body1"},w.street," ",w.street_number," ",w.street_number_addition&&w.street_number_addition),t.createElement(m,{variant:"body1"},w.postal_code," ",w.city))),t.createElement(d,{direction:"row",justifyContent:"space-between"},t.createElement(x,null),t.createElement(m,{variant:"body1"},"+3133867606")),t.createElement(d,{direction:"row",justifyContent:"space-between"},t.createElement(b,null),t.createElement(m,{variant:"body1"},"info@jellepaulus.nl")),j&&t.createElement(t.Fragment,null,t.createElement(d,{direction:"row",justifyContent:"space-between"},t.createElement(m,{variant:"body1"},"CoC:"),t.createElement(m,{variant:"body1"},j.coc_number)),t.createElement(d,{direction:"row",justifyContent:"space-between"},t.createElement(m,{variant:"body1"},"VAT:"),t.createElement(m,{variant:"body1",align:"right"},j.vat_number)))):t.createElement(t.Fragment,null,w&&t.createElement(t.Fragment,null,t.createElement(m,{variant:"body1"},w.street," ",w.street_number," ",w.street_number_addition&&w.street_number_addition),t.createElement(m,{variant:"body1"},w.postal_code," ",w.city),j&&t.createElement(t.Fragment,null,t.createElement(m,{variant:"body1"},j.company_name," by"," ",C),t.createElement(m,{variant:"body1"},"CoC: ",j.coc_number),t.createElement(m,{variant:"body1"},"VAT: ",j.vat_number))))),t.createElement(c,{item:!0,xs:12,sm:6,md:4,sx:[W&&{display:"grid",justifyContent:"center"}]},I&&I.length>0&&t.createElement(t.Fragment,null,t.createElement(m,{variant:"h6",sx:{mb:2},component:"h2"},"Socials"),t.createElement(d,{spacing:2,sx:{width:"min-content",color:"primary.contrastText",alignContent:"space-between"}},I.map((function(e,n){var r=void 0!==e.icon?f(e.icon):null;return t.createElement(E,{href:e.url,key:n},t.createElement(o,{key:n,color:"inherit",size:"large"},null!==r&&t.createElement(r,null)))}))))),t.createElement(c,{item:!0,xs:12},t.createElement(s,null)),t.createElement(c,{item:!0,xs:12},t.createElement(d,{direction:{xs:"column",sm:"row"},alignItems:"center",gap:2,justifyContent:"space-around"},k&&t.createElement(E,{href:k},t.createElement(m,{variant:"body1",color:"#ffffff"},"Disclaimer")),A&&t.createElement(E,{href:A},t.createElement(m,{variant:"body1",color:"#ffffff"},"Privacy Policy")))),Boolean(k||A)&&t.createElement(c,{item:!0,xs:12},t.createElement(s,null)),t.createElement(c,{item:!0,xs:12,sx:{display:"flex",justifyContent:"center",alignItems:"center",pb:"50px"}},F||t.createElement(E,{href:"https://atelierpaulus.nl/"},t.createElement(m,{color:"secondary.contrastText",sx:{textDecoration:"underline",verticalAlign:"middle",display:"flex",alignItems:"center",justifyContent:"center",flexDirection:{xs:"column",sm:"row"},gap:2}},"Design & Webdevelopment",null!==V&&t.createElement(V,{sx:{mx:2}}),"Atelier Paulus")))))))}export{g as default};
|
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
* @copyright Jelle Paulus
|
|
5
5
|
* @license MIT
|
|
6
6
|
*/
|
|
7
|
-
import{__read as e,__assign as t}from"../../../node_modules/tslib/tslib.es6.js";import r,{useState as a,useEffect as l,Fragment as o}from"react";import n from"next/link";import i from"next/image";import m from"@mui/material/Dialog";import c from"@mui/material/AppBar";import s from"@mui/material/Box";import p from"@mui/material/Toolbar";import x from"@mui/material/Typography";import u from"@mui/material/Container";import d from"@mui/material/Button";import h from"@mui/material/List";import f from"@mui/material/ListItem";import g from"@mui/material/Divider";import y from"@mui/material/ListItemText";import E from"@mui/material/Tabs";import w from"@mui/material/Tab";import b from"@mui/icons-material/Close";import v from"@mui/icons-material/MoreVert";import{useTheme as T}from"@mui/material/styles";function D(D){var k=D.data,C=k.site_title,W=k.logo,G=k.tabs,F=k.maxWidth,H=k.minHeight,
|
|
7
|
+
import{__read as e,__assign as t}from"../../../node_modules/tslib/tslib.es6.js";import r,{useState as a,useEffect as l,Fragment as o}from"react";import n from"next/link";import i from"next/image";import m from"@mui/material/Dialog";import c from"@mui/material/AppBar";import s from"@mui/material/Box";import p from"@mui/material/Toolbar";import x from"@mui/material/Typography";import u from"@mui/material/Container";import d from"@mui/material/Button";import h from"@mui/material/List";import f from"@mui/material/ListItem";import g from"@mui/material/Divider";import y from"@mui/material/ListItemText";import E from"@mui/material/Tabs";import w from"@mui/material/Tab";import b from"@mui/icons-material/Close";import v from"@mui/icons-material/MoreVert";import{useTheme as T}from"@mui/material/styles";function D(D){var k=D.data,C=k.site_title,W=k.logo,G=k.tabs,F=k.maxWidth,H=void 0===F?"lg":F,I=k.minHeight,L=k.sx,S=void 0===L?{}:L;k.home_url;var B=e(a(!1),2),R=B[0],_=B[1],j=e(a(0),2),A=j[0],q=j[1],M=function(){_(!1)},V=T();return l((function(){var e=function(){var e=document.querySelectorAll("section"),t=window.scrollY+1;e.forEach((function(e,r){t>=e.offsetTop&&t<e.offsetTop+e.offsetHeight&&q(r)}))};return window.addEventListener("scroll",e),function(){return window.removeEventListener("scroll",e)}}),[]),r.createElement(c,{position:"sticky",sx:t({backgroundColor:V.palette.primary.main},S)},r.createElement(u,{maxWidth:H},r.createElement(p,{disableGutters:!0,sx:{py:1,"@media all":{minHeight:I}}},r.createElement(n,{href:"/#home",style:{color:V.palette.primary.contrastText,textDecoration:"none",cursor:"pointer"}},r.createElement(s,{sx:{display:{xs:"none",md:"flex"},alignItems:"center"}},void 0!==(null==W?void 0:W.url)&&r.createElement(i,{src:W.url,width:W.width,height:W.height,alt:W.alternativeText||"site logo",style:t({maxHeight:"55px",marginRight:"20px",width:"auto",height:"auto"},W.style)}),null!=C&&r.createElement(r.Fragment,null,"string"==typeof C?r.createElement(x,{variant:"h6",noWrap:!0,component:"h1",sx:{display:"flex",textDecoration:"none"}},C):r.createElement(r.Fragment,null,C)))),r.createElement(s,{sx:{display:{xs:"none",md:"flex"},width:{xs:"0px",md:"30px"}}}),G&&G.length>0&&r.createElement(s,{sx:{flexGrow:1,display:{xs:"none",md:"flex",alignItems:"center"}}},r.createElement(E,{value:A,"aria-label":"wrapped label tabs example",indicatorColor:"secondary",role:"navigation"},G.length>0&&G.map((function(e,t){return r.createElement(n,{key:e.name,href:"/".concat(e.slug),style:{color:V.palette.primary.contrastText,textDecoration:"none"}},r.createElement(w,{value:t,label:e.name,sx:{color:V.palette.primary.contrastText,opacity:.9}}))})))),r.createElement(n,{href:"/",style:{color:V.palette.primary.contrastText,textDecoration:"none",cursor:"pointer"}},r.createElement(s,{sx:{display:{xs:"flex",md:"none"},alignItems:"center"}},void 0!==(null==W?void 0:W.url)&&r.createElement(s,{sx:{display:"flex",mr:1}},r.createElement("img",{src:W.url,width:W.width||32,height:W.height||32,alt:W.alternativeText||"site logo",style:t({maxHeight:"55px",width:"auto",height:"auto"},W.style)})),null!=C&&r.createElement(r.Fragment,null,"string"==typeof C?r.createElement(x,{variant:"h5",noWrap:!0,component:"h1",sx:{display:"flex",flexGrow:1,textDecoration:"none"}},C):r.createElement(r.Fragment,null,C)))),r.createElement(s,{sx:{display:{xs:"flex",md:"none"},flexGrow:1}}),r.createElement(s,{sx:{flexGrow:0,display:{xs:"flex",md:"none"}}},r.createElement(d,{onClick:function(){_(!0)},sx:{width:"40px",height:"40px",borderRadius:"50%",p:0,minWidth:"unset",color:"primary.contrastText",boxShadow:"0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12)"}},r.createElement(v,{sx:{color:"primary.contrastText"}})),r.createElement(m,{fullScreen:!0,open:R,onClose:M},r.createElement(c,{position:"sticky"},r.createElement(u,{maxWidth:"xl"},r.createElement(p,{disableGutters:!0,sx:{py:1,justifyContent:"space-between"}},r.createElement(n,{href:"/",style:{color:V.palette.primary.contrastText,textDecoration:"none",cursor:"pointer"}},r.createElement(s,{sx:{display:"flex",flexDirection:"row",alignItems:"center"}},(null==W?void 0:W.url)&&r.createElement(s,{sx:{display:"flex",mr:1}},r.createElement("img",{src:W.url,alt:W.alternativeText||"logo",width:W.width||32,height:W.height||32,style:{maxHeight:"55px",width:"auto",height:"auto"}})),null!=C&&r.createElement(r.Fragment,null,"string"==typeof C?r.createElement(x,{variant:"h5",noWrap:!0,component:"h1",sx:{display:"flex",flexGrow:1,textDecoration:"none"}},C):r.createElement(r.Fragment,null,C)))),r.createElement(d,{onClick:M,sx:{width:"40px",height:"40px",borderRadius:"50%",p:0,minWidth:"unset",color:"primary.contrastText",boxShadow:"0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12)"},"aria-label":"close"},r.createElement(b,{sx:{color:"primary.contrastText"}}))))),G&&G.length>0&&r.createElement(h,null,G.map((function(e){return r.createElement(o,{key:e.name},r.createElement(n,{href:"#".concat(e.slug),style:{color:V.palette.text.primary,textDecoration:"none",cursor:"pointer"}},r.createElement(s,{onClick:M},r.createElement(f,null,r.createElement(y,{primary:e.name})))),r.createElement(g,null))}))))))))}export{D as default};
|
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
* @copyright Jelle Paulus
|
|
5
5
|
* @license MIT
|
|
6
6
|
*/
|
|
7
|
-
import{__read as e,__assign as t}from"../../../node_modules/tslib/tslib.es6.js";import r,{useState as a,useEffect as l,Fragment as
|
|
7
|
+
import{__read as e,__assign as t}from"../../../node_modules/tslib/tslib.es6.js";import r,{useState as a,useEffect as l,Fragment as i}from"react";import n from"next/image";import o from"@mui/material/Dialog";import m from"@mui/material/AppBar";import s from"@mui/material/Box";import p from"@mui/material/Toolbar";import x from"@mui/material/Typography";import c from"@mui/material/Container";import u from"@mui/material/Button";import d from"@mui/material/List";import f from"@mui/material/ListItem";import h from"@mui/material/Divider";import g from"@mui/material/ListItemText";import E from"@mui/material/Tabs";import y from"@mui/material/Tab";import b from"@mui/icons-material/Close";import v from"@mui/icons-material/MoreVert";import{useTheme as w}from"@mui/material/styles";import{StyledLink as T}from"../StyledLink.js";function I(I){var k=I.data,D=k.site_title,_=k.logo,C=k.navigation,W=k.maxWidth,F=void 0===W?"lg":W,G=k.minHeight,H=k.sx,L=void 0===H?{}:H,S=k.home_url,B=void 0===S?"/#home":S,j=k.slot1,A=void 0===j?null:j,R=k.slot2,q=void 0===R?null:R,M=e(a(!1),2),N=M[0],V=M[1],X=e(a(0),2),Y=X[0],z=X[1],J=function(){V(!1)},K=w();return l((function(){var e=function(){var e=document.querySelectorAll("section"),t=window.scrollY+1;e.forEach((function(e,r){t>=e.offsetTop&&t<e.offsetTop+e.offsetHeight&&z(r)}))};return window.addEventListener("scroll",e),function(){return window.removeEventListener("scroll",e)}}),[]),r.createElement(m,{position:"sticky",sx:t({backgroundColor:K.palette.primary.main},L)},r.createElement(c,{maxWidth:F},r.createElement(p,{disableGutters:!0,sx:{py:1,"@media all":{minHeight:G}}},r.createElement(T,{href:B,sx:{color:K.palette.primary.contrastText,textDecoration:"none",lineHeight:.51},target:"_self"},r.createElement(s,{sx:{display:{xs:"none",md:"flex"},alignItems:"center"}},void 0!==(null==_?void 0:_.url)&&r.createElement(n,{src:_.url,width:_.width,height:_.height,alt:_.alternativeText||"site logo",style:t({maxHeight:"55px",marginRight:"20px",width:"auto",height:"auto"},_.style)}),null!=D&&r.createElement(r.Fragment,null,"string"==typeof D?r.createElement(x,{variant:"h6",noWrap:!0,component:"h1",sx:{display:"flex",textDecoration:"none",p:0}},D):r.createElement(r.Fragment,null,D)))),r.createElement(s,{sx:{display:{xs:"none",md:"flex"},width:{xs:"0px",md:"30px"}}}),r.createElement(s,{sx:{flexGrow:1,display:{xs:"none",md:"flex",alignItems:"center"}}},r.createElement(E,{value:Y,"aria-label":"main website navigation",indicatorColor:"secondary",role:"navigation"},C.length>0&&C.map((function(e){return r.createElement(y,{key:e.id,value:e.tab,label:r.createElement(r.Fragment,null,r.createElement(T,{href:e.path,sx:{color:K.palette.primary.contrastText},target:"_self"},e.title),e.subItems&&e.subItems.length>0&&e.subItems.map((function(e,t){var a=50+50*t;return r.createElement(s,{key:e.id,sx:{position:"fixed"}},r.createElement(s,{sx:{position:"absolute",top:a}},r.createElement(T,{href:e.path,target:"_self"},r.createElement(x,{className:"nested",variant:"button",textAlign:"center",sx:{display:"block",position:"absolute",top:"-1000px",transform:"translateX(-50%)",color:K.palette.primary.contrastText,transitionDuration:"0.5s",transitionDelay:"0.5s",width:"max-content","&:hover":{borderBottom:"1px solid red"}}},e.title))))}))),sx:{color:K.palette.primary.contrastText,opacity:.9,position:"relative",overflow:"visible",display:"flex",flexDirection:"column","& .nested":{p:0},"&:hover":{".nested":{top:"0px"}}}})})))),r.createElement(T,{href:"/",sx:{color:K.palette.primary.contrastText,textDecoration:"none"},target:"_self"},r.createElement(s,{sx:{display:{xs:"flex",md:"none"},alignItems:"center"}},void 0!==(null==_?void 0:_.url)&&r.createElement(s,{sx:{display:"flex",mr:1}},r.createElement("img",{src:_.url,width:_.width||32,height:_.height||32,alt:_.alternativeText||"site logo",style:t({maxHeight:"55px",width:"auto",height:"auto"},_.style)})),null!=D&&r.createElement(r.Fragment,null,"string"==typeof D?r.createElement(x,{variant:"h5",noWrap:!0,component:"h1",sx:{display:"flex",flexGrow:1,textDecoration:"none"}},D):r.createElement(r.Fragment,null,D)))),r.createElement(s,{sx:{display:{xs:"flex"},flexGrow:1}}),A&&r.createElement(s,{sx:{display:{xs:"flex"},mr:2}},A),q&&r.createElement(s,{sx:{display:{xs:"flex"},mr:2}},q),r.createElement(s,{sx:{flexGrow:0,display:{xs:"flex",md:"none"}}},r.createElement(u,{onClick:function(){V(!0)},sx:{width:"40px",height:"40px",borderRadius:"50%",p:0,minWidth:"unset",color:"primary.contrastText",boxShadow:"0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12)"}},r.createElement(v,{sx:{color:"primary.contrastText"}})),r.createElement(o,{fullScreen:!0,open:N,onClose:J},r.createElement(m,{position:"sticky"},r.createElement(c,{maxWidth:"xl"},r.createElement(p,{disableGutters:!0,sx:{py:1,justifyContent:"space-between"}},r.createElement(T,{href:"/",sx:{color:K.palette.primary.contrastText},target:"_self"},r.createElement(s,{sx:{display:"flex",flexDirection:"row",alignItems:"center"}},(null==_?void 0:_.url)&&r.createElement(s,{sx:{display:"flex",mr:1}},r.createElement("img",{src:_.url,alt:_.alternativeText||"logo",width:_.width||32,height:_.height||32,style:{maxHeight:"55px",width:"auto",height:"auto"}})),null!=D&&r.createElement(r.Fragment,null,"string"==typeof D?r.createElement(x,{variant:"h5",noWrap:!0,component:"h1",sx:{display:"flex",flexGrow:1,textDecoration:"none"}},D):r.createElement(r.Fragment,null,D)))),r.createElement(u,{onClick:J,sx:{width:"40px",height:"40px",borderRadius:"50%",p:0,minWidth:"unset",color:"primary.contrastText",boxShadow:"0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12)"},"aria-label":"close"},r.createElement(b,{sx:{color:"primary.contrastText"}}))))),C.length>0&&r.createElement(d,null,C.map((function(e){return r.createElement(i,{key:e.id},r.createElement(T,{href:e.path,target:"_self"},r.createElement(f,null,r.createElement(g,{primary:e.title}))),r.createElement(h,null),e.subItems&&e.subItems.length>0&&r.createElement(d,null,e.subItems.map((function(e){return r.createElement(i,{key:e.id},r.createElement(T,{href:e.path,target:"_self"},r.createElement(f,null,r.createElement(g,{primary:e.title}))),r.createElement(h,null))}))))}))))))))}export{I as default};
|