umwd-components 0.1.413 → 0.1.415
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/e-commerce/checkout/CheckoutForm.js +1 -1
- package/dist/src/components/page-elements/HeroSectionV2.js +7 -0
- package/dist/src/components/page-elements/Page.js +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/components/page-elements/HeroSectionV2.d.ts +25 -0
- package/package.json +1 -1
- package/src/components/e-commerce/checkout/CheckoutForm.tsx +2 -0
- package/src/components/page-elements/HeroSection.tsx +2 -0
- package/src/components/page-elements/HeroSectionV2.tsx +104 -0
- package/src/components/page-elements/Page.tsx +2 -1
- package/dist/src/components/page-elements/HeroSection.js +0 -7
|
@@ -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/index8.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/index7.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{extends as e}from"../../../../_virtual/_rollupPluginBabelHelpers.js";import{__read as t}from"../../../../node_modules/tslib/tslib.es6.js";import r from"@mui/material/Typography";import n from"@mui/material/Container";import a from"@mui/material/Stack";import l from"@mui/material/Grid";import
|
|
7
|
+
import{extends as e}from"../../../../_virtual/_rollupPluginBabelHelpers.js";import{__read as t}from"../../../../node_modules/tslib/tslib.es6.js";import r from"@mui/material/Typography";import n from"@mui/material/Container";import a from"@mui/material/Stack";import l from"@mui/material/Grid";import o from"@mui/material/Paper";import i from"@mui/material/Box";import m from"@mui/material/Button";import c from"@mui/material/Stepper";import s from"@mui/material/Step";import u from"@mui/material/StepLabel";import p from"@mui/material/MobileStepper";import d from"@mui/material/useMediaQuery";import{useTheme as x}from"@mui/material/styles";import E,{useState as f,useEffect as b}from"react";import h from"next/link";import{useSearchParams as k}from"next/navigation";import{useSession as v}from"../../../context/auth/SessionContext.js";import g from"@mui/icons-material/KeyboardArrowLeft";import B from"@mui/icons-material/KeyboardArrowRight";import y from"./Step1.js";import C from"./Step2.js";import S from"./Step3.js";import N from"./Step4.js";import j from"./Step5.js";import{useCheckout as w}from"../../../context/e-commerce/checkout/CheckoutContext.js";import{useCart as z}from"../../../context/e-commerce/cart/CartContext.js";function _(_){var D=_.shopUrl,I=void 0===D?"/shop":D,O=x(),P=d(O.breakpoints.down("sm")),T=w(),A=T.state,H=T.runAllChecks,L=z().dispatch,M=t(f(0),2),V=M[0],F=M[1],K=function(){F((function(e){return e+1}))},G=function(){F((function(e){return e-1}))},Q=v(),R=Q.loading;Q.error;var U=Q.user,q=k();b((function(){null!==q&&(q.get("order")&&(F(4),localStorage.removeItem("cart"),L({type:"SET_ITEMS",payload:[]})))}),[q]),b((function(){H()}),[U]);var J=!A.itemsInCart,W=!A.customerProfileComplete,X=[{label:"Login or register",children:E.createElement(y,null),backButton:E.createElement(m,{variant:P?"text":"outlined",disabled:0===V,onClick:G,sx:{mr:1}},"Back",P&&E.createElement(g,null)),nextButton:E.createElement(m,{variant:P?"text":"contained",onClick:K,sx:{ml:1},disabled:(!U||J)&&"production"===process.env.NODE_ENV,size:P?"small":"large"},"Next",P&&E.createElement(B,null))},{label:"Provide us with your address",children:E.createElement(C,null),backButton:E.createElement(m,{size:P?"small":"large",onClick:G,disabled:0===V,variant:P?"text":"outlined"},"Back",P&&E.createElement(g,null)),nextButton:E.createElement(m,{size:P?"small":"large",variant:P?"text":"contained",onClick:function(){K()},disabled:(!U||J||W)&&"production"===process.env.NODE_ENV},"Next",P&&E.createElement(B,null))},{label:"Set up mailing options",children:E.createElement(S,null),backButton:E.createElement(m,{size:P?"small":"large",variant:P?"text":"outlined",onClick:G,disabled:0===V},"Back",P&&E.createElement(g,null)),nextButton:E.createElement(m,{size:P?"small":"large",variant:P?"text":"contained",onClick:function(){K()},disabled:(!U||J||W)&&"production"===process.env.NODE_ENV},"Next",P&&E.createElement(B,null))},{label:"Confirm and make a payment",children:E.createElement(N,null),nextButton:E.createElement(E.Fragment,null,E.createElement(m,{size:P?"small":"large",variant:P?"text":"contained",onClick:function(){K()},disabled:!0},"Next",P&&E.createElement(B,null))),backButton:E.createElement(m,{size:P?"small":"large",variant:P?"text":"outlined",onClick:G,disabled:0===V},"Back",P&&E.createElement(g,null))},{label:"Done!",children:E.createElement(j,null)}];return E.createElement(n,{sx:{py:2,minHeight:"100vh"}},E.createElement(l,{container:!0,spacing:2,sx:{py:3,minHeight:"60vh"}},E.createElement(l,{item:!0,xs:12},E.createElement(r,{variant:"h4",align:"center"},"Check Out")),J&&4!=V&&E.createElement(l,{item:!0,xs:12},E.createElement(i,{sx:{color:"red",border:"2px solid red",p:2}},E.createElement(r,{variant:"h5"},"No products in cart"),E.createElement(r,{variant:"body1"},"There are no products selected to order, please visit the shop befor continuing"))),E.createElement(l,{item:!0,xs:12},E.createElement(i,{width:"100%"},E.createElement(o,{sx:{p:2,mb:2,display:{xs:"block",sm:"none"}}},E.createElement(a,{direction:"row",spacing:2,alignItems:"center"},E.createElement(r,{variant:"body2"},"".concat(V+1," / ").concat(X.length)),E.createElement(r,null,"".concat(X[V].label)))),E.createElement(o,{sx:{px:2,pt:2,mb:2,display:{xs:"none",sm:"block"}}},E.createElement(c,{activeStep:V},X.map((function(t,r){var n={};return E.createElement(s,e({key:r},{},{sx:{pb:"20px"}}),E.createElement(u,n,t.label))})))),!R&&E.createElement(E.Fragment,null,X[V].children,E.createElement(o,{sx:{p:2,mt:2,display:{xs:"none",sm:"block"}}},E.createElement(a,{direction:"row",spacing:2},X[V].backButton,E.createElement(m,{variant:"outlined",sx:{ml:1}},E.createElement(h,{href:I},"continue shopping")),E.createElement(i,{sx:{flex:"1 1 auto"}}),X[V].nextButton))))),E.createElement(l,{item:!0,xs:12},E.createElement(p,{sx:{display:{xs:"flex",sm:"none"}},variant:"text",steps:X.length,position:"static",activeStep:V,nextButton:X[V].nextButton,backButton:X[V].backButton}))))}export{_ as default};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
/*
|
|
3
|
+
* UMWD-Components
|
|
4
|
+
* @copyright Jelle Paulus
|
|
5
|
+
* @license MIT
|
|
6
|
+
*/
|
|
7
|
+
import e from"react";import t from"next/link";import r from"@mui/material/Container";import a from"@mui/material/Paper";import i from"@mui/material/Typography";import n from"@mui/material/Button";import o from"@mui/material/Stack";import{StrapiImage as m}from"../StrapiImage.js";import{useTheme as l}from"@mui/material/styles";function c(c){var u,g=c.data,d=g.heading,p=g.subHeading,s=g.bgImage,h=g.logoImage,f=g.link,v=g.maxWidth;return g.sx,g.glass,l(),e.createElement(r,{maxWidth:v||"lg",sx:{zIndex:1}},e.createElement(a,{sx:[{padding:5},void 0!==(null==s?void 0:s.url)&&{backgroundImage:"url(".concat(process.env.NEXT_PUBLIC_STRAPI_URL).concat(s.url,")"),backgroundSize:"cover",backgroundRepeat:"no-repeat",backgroundPosition:"center"}]},e.createElement(o,{spacing:3,alignItems:"center",justifyContent:"center"},h&&null!==h.url&&e.createElement(m,{id:null===(u=h.id)||void 0===u?void 0:u.toString(),alternativeText:h.alternativeText||"logoImage",height:h.height||100,url:h.url,width:h.width||100,style:{objectFit:"contain",filter:"invert(1)"}}),e.createElement(i,{variant:"h2",align:"center",component:"h1"},d),e.createElement(i,{variant:"h4",align:"center",component:"h2"},p),f&&f.url&&e.createElement(t,{href:f.url},e.createElement(n,{variant:"contained",sx:{width:"100%",fontSize:"1.5rem"}},f.text)))))}export{c as HeroSection};
|
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
* @copyright Jelle Paulus
|
|
4
4
|
* @license MIT
|
|
5
5
|
*/
|
|
6
|
-
import{__spreadArray as e,__read as t}from"../../../node_modules/tslib/tslib.es6.js";import r from"react";import{TextImageSection as a}from"./TextImageSection.js";import{HeroSection as o}from"./
|
|
6
|
+
import{__spreadArray as e,__read as t}from"../../../node_modules/tslib/tslib.es6.js";import r from"react";import{TextImageSection as a}from"./TextImageSection.js";import{HeroSection as o}from"./HeroSectionV2.js";import{FeatureSection as n}from"./FeaturesSection.js";import{FleetSection as i}from"./FleetSection.js";import{IconSection as m}from"./IconSection.js";import{ColumnsSection as s}from"./ColumnsSection.js";import c from"@mui/material/Box";import{ContactForm as l}from"../ContactForm.js";import{PersonaliaSection as p}from"./PersonaliaSection.js";import{PictureBarSection as u}from"./PictureBarSection.js";import{LogoBarSection as d}from"./LogoBarSection.js";function f(e){switch(e.__component){case"page-elements.hero-section":return r.createElement(o,{key:e.id,data:e});case"page-elements.features-section":return r.createElement(n,{key:e.id,data:e});case"page-elements.contact-section":return r.createElement(l,{key:e.id,data:e});case"page-elements.text-image-section":return r.createElement(a,{key:e.id,data:e});case"page-elements.icon-section":return r.createElement(m,{key:e.id,data:e});case"page-elements.fleet-section":return r.createElement(i,{key:e.id,data:e});case"page-elements.columns-section":return r.createElement(s,{key:e.id,data:e});case"page-elements.personalia-section":return r.createElement(p,{key:e.id,data:e});case"page-elements.picture-bar-section":return r.createElement(u,{key:e.id,data:e});case"page-elements.logo-bar-section":return r.createElement(d,{key:e.id,data:e});default:return null}}function g(a){var o=a.blocks,n=a.sx,i=void 0===n?[]:n;return o?r.createElement(c,{sx:e([],t(Array.isArray(i)?i:[i]),!1)},o.map(f)):r.createElement("p",null,"No sections found")}export{g as Page};
|