sage-nexus-ui 1.14.2 → 1.14.3
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as e}from"react/jsx-runtime";import{Box as t}from"@mui/material";import o from"../assets/images/wave-80pxthick.png.mjs";import{useTokens as r}from"../theme/useTokens.mjs";const i=({sx:i,children:n,...a})=>{const s=r();return e(t,{...a,sx:[{minHeight:"100vh",background:s.background.default,display:"flex",flexDirection:"column",position:"relative",overflow:"hidden","&::after":{content:'""',position:"absolute",top:0,left:0,right:0,bottom:0,width:"100%",height:"100%",backgroundImage:`url(${o})`,backgroundSize:"100%",backgroundRepeat:"no-repeat",backgroundPosition:"center 50%",zIndex
|
|
1
|
+
import{jsx as e}from"react/jsx-runtime";import{Box as t}from"@mui/material";import o from"../assets/images/wave-80pxthick.png.mjs";import{useTokens as r}from"../theme/useTokens.mjs";const i=({sx:i,children:n,...a})=>{const s=r();return e(t,{...a,sx:[{minHeight:"100vh",background:s.background.default,display:"flex",flexDirection:"column",position:"relative",overflow:"hidden","&::after":{content:'""',position:"absolute",top:0,left:0,right:0,bottom:0,width:"100%",height:"100%",backgroundImage:`url(${o})`,backgroundSize:"100%",backgroundRepeat:"no-repeat",backgroundPosition:"center 50%",zIndex:-1,pointerEvents:"none",opacity:.6}},...Array.isArray(i)?i:i?[i]:[]],children:n})};export{i as GreenWaveBackground};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const o="1.14.
|
|
1
|
+
const o="1.14.3";export{o as SAGE_NEXUS_UI_VERSION};
|