umwd-components 0.1.512 → 0.1.514
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/cart/CartSummary.js +1 -1
- package/dist/src/components/e-commerce/cart/CartWidget.js +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/components/e-commerce/cart/CartWidgetOld.d.ts +9 -0
- package/package.json +1 -1
- package/src/components/e-commerce/cart/CartSummary.tsx +1 -1
- package/src/components/e-commerce/cart/CartWidget.tsx +55 -44
- package/src/context/auth/SessionContext.tsx +0 -14
|
@@ -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 e from"@mui/material/Box";import t from"@mui/material/Table";import r from"@mui/material/TableBody";import
|
|
7
|
+
import e from"@mui/material/Box";import t from"@mui/material/Table";import r from"@mui/material/TableBody";import a from"@mui/material/TableRow";import l from"@mui/material/TableCell";import m from"@mui/material/TableFooter";import o from"@mui/material/Typography";import i from"@mui/material/useMediaQuery";import n from"@mui/material/CircularProgress";import{useTheme as c}from"@mui/material/styles";import s from"./CartSummaryRow.js";import{useClientSideCart as p}from"./hooks.js";import u from"react";var x=function(){var x=p(),f=x.state,E=x.isClient,T=c(),d=i(T.breakpoints.down("sm"));return E?u.createElement(e,{sx:{p:{xs:1,md:2}}},f.items.length>0?u.createElement(t,null,u.createElement(r,null,f.items.map((function(e){return u.createElement(s,{key:e.id,data:e})}))),u.createElement(m,null,u.createElement(a,null,!d&&u.createElement(l,{sx:{p:{xs:1,sm:2}}}),u.createElement(l,{sx:{p:{xs:1,sm:2}},colSpan:d?2:1}),d?u.createElement(u.Fragment,null,u.createElement(l,{colSpan:2,align:"right",sx:{color:"#555",padding:1}},u.createElement(o,{sx:{fontSize:14}},"Total "),u.createElement(o,{sx:{fontSize:14}},"excl VAT: € ",f.totalExVAT.toFixed(2)),u.createElement(o,{sx:{fontSize:14}},"incl VAT: € ",f.totalInclVAT.toFixed(2)))):u.createElement(u.Fragment,null,u.createElement(l,{colSpan:1,align:"right",sx:{color:"#555"}},"Total excl VAT: € ",f.totalExVAT.toFixed(2)),u.createElement(l,{colSpan:2,align:"right",sx:{color:"#555",fontSize:16,fontWeight:600}},"Total: € ",f.totalInclVAT.toFixed(2)))))):u.createElement(o,{variant:"body1"},"No products in cart")):u.createElement(n,null)};export{x as default};
|
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
* @copyright Jelle Paulus
|
|
5
5
|
* @license MIT
|
|
6
6
|
*/
|
|
7
|
-
import{__read as r}from"../../../../node_modules/tslib/tslib.es6.js";import
|
|
7
|
+
import{extends as e}from"../../../../_virtual/_rollupPluginBabelHelpers.js";import{__read as r}from"../../../../node_modules/tslib/tslib.es6.js";import t,{useState as o}from"react";import a from"@mui/material/Box";import i from"@mui/material/Stack";import m from"@mui/material/Button";import l from"@mui/material/Badge";import n from"@mui/material/IconButton";import p from"@mui/material/CircularProgress";import c from"@mui/material/useMediaQuery";import{useTheme as s}from"@mui/material/styles";import u from"next/link";import x from"@mui/icons-material/ShoppingCart";import d from"./CartSummary.js";import{useClientSideCart as f}from"./hooks.js";import{Grow as g}from"@mui/material";function h(h){var b=h.data,E=b.cartUrl,k=void 0===E?"/shop/cart":E,v=b.checkoutUrl,C=void 0===v?"/shop/check-out":v,y=f(),B=y.state,w=y.isClient,S=r(o(null),2),j=S[0],M=S[1],T=function(e){M(e.currentTarget)},_=function(){M(null)},z=Boolean(j),P=z?"cart-widget-popover":void 0,U=s(),A=c(U.breakpoints.down("sm"));return w?t.createElement(a,{component:"div",sx:{flexGrow:0,position:"relative",width:"40px",height:"40px",mr:"10px"},onMouseEnter:T,onMouseLeave:_},t.createElement(l,{badgeContent:B.totalAmount,color:"primary"},t.createElement(n,{"aria-describedby":P,onClick:function(e){j?_():T(e)},sx:{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)","&:hover":{backgroundColor:"primary.dark"}}},t.createElement(x,{sx:{color:"primary.contrastText"}}))),t.createElement(g,e({in:z},z?{}:{timeout:1e3}),t.createElement(a,{id:P,sx:[{position:"absolute",top:"65px",right:0,backgroundColor:"background.paper",boxShadow:2}]},t.createElement(d,null),t.createElement(i,{spacing:{xs:1,sm:2},sx:{p:{xs:1,sm:2}}},t.createElement(u,{href:k,legacyBehavior:!0},t.createElement(m,{size:A?"small":"large",variant:"outlined",onClick:function(){_()}},t.createElement(x,null))),t.createElement(u,{href:C,legacyBehavior:!0},t.createElement(m,{size:A?"small":"large",variant:"contained",onClick:function(){_()}},"Check Out")))))):t.createElement(p,null)}export{h as default};
|