@zydon/common 2.2.64 → 2.2.65
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.
|
@@ -3,14 +3,15 @@ import { a } from '../../chunk-E5MGOPPQ.js';
|
|
|
3
3
|
import { a as a$2 } from '../../chunk-WEUAGASP.js';
|
|
4
4
|
import { a as a$1 } from '../../chunk-HBAYVRRP.js';
|
|
5
5
|
import '../../chunk-FCALE575.js';
|
|
6
|
-
import
|
|
7
|
-
import
|
|
6
|
+
import { b as b$1 } from '../../chunk-ILHUUK4X.js';
|
|
7
|
+
import R from '@mui/material/Divider';
|
|
8
|
+
import L from '@mui/material/IconButton';
|
|
8
9
|
import n from '@mui/material/Stack';
|
|
9
|
-
import
|
|
10
|
-
import
|
|
10
|
+
import x from '@mui/material/Typography';
|
|
11
|
+
import H from '@mui/material/Button';
|
|
11
12
|
import { styled } from '@mui/material/styles';
|
|
12
13
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
13
14
|
|
|
14
|
-
var
|
|
15
|
+
var S=styled(n)(({theme:t})=>({backgroundColor:"#fff",minWidth:"250px",padding:24,minHeight:"100vh",borderRight:`1px solid ${t.palette.grey[300]}`,[t.breakpoints.down("sm")]:{display:"none"}})),h=styled(n)(({theme:t})=>({backgroundColor:"#fff",position:"sticky",top:0,zIndex:999,width:"100%",padding:24,gap:24,borderBottom:`1px solid ${t.palette.grey[300]}`})),b=styled(n)({flexDirection:"row",alignItems:"center",justifyContent:"space-between",gap:24}),k=styled(n)(({theme:t})=>({height:"100%",width:"50%",flex:1,[t.breakpoints.down(1680)]:{width:"70%"}})),y=styled(x)(({theme:t})=>({color:t.palette.grey[800],fontSize:18,fontWeight:700})),B=styled(x)(({theme:t})=>({color:t.palette.grey[500],fontSize:14,fontWeight:400,paddingBottom:24})),u=styled(H)(({theme:t})=>({paddingTop:6,paddingBottom:6,paddingLeft:0,margin:0,marginBottom:4,marginTop:4,width:"100%",display:"block",cursor:"pointer",color:t.palette.grey[600],textAlign:"left",fontWeight:400,fontSize:14,"> span":{color:t.palette.error.main}})),T=styled(a)(()=>({height:1,"& .simplebar-content":{height:1}})),w=styled(n)(()=>({position:"fixed",width:"202px"})),I=styled(n)(({theme:t})=>({position:"fixed",bottom:0,left:0,width:"100%",height:100,padding:"12px 16px",backgroundColor:t.palette.background.paper,borderTop:`1px solid ${t.palette.grey[300]}`,boxShadow:"0 0 4px rgba(0, 0, 0, 0.1)",alignItems:"center",zIndex:800,[t.breakpoints.up("sm")]:{display:"none"}}));var z=({title:t,sections:l,headerLeftContent:C,headerRightContent:d,onClickBack:v})=>{let F=b$1("down","sm");return jsx(n,{children:jsxs(n,{direction:"row",children:[jsx(S,{id:"frame-skeleton-left-box",children:jsx(T,{children:jsxs(w,{children:[jsx(x,{variant:"overline",color:"text.disabled",fontWeight:700,children:"ACESSO R\xC1PIDO"}),l.map((e,a)=>jsxs(n,{children:[jsxs(u,{onClick:()=>{e.ref.current&&e.ref.current.scrollIntoView({block:"start",behavior:"smooth"});},children:[e.title,e.isRequired&&jsx("span",{children:"*"})]}),a<l.length-1&&jsx(R,{})]},a))]})})}),jsxs(n,{width:"100%",alignItems:"center",mb:8,children:[jsx(h,{children:jsxs(b,{children:[jsxs(n,{flexDirection:"row",gap:2,alignItems:"center",children:[jsx(L,{color:"primary",onClick:()=>v(),children:jsx(a$1,{icon:"CHEVRON_LEFT"})}),jsx(x,{variant:"h4",children:t}),C]}),jsxs(n,{direction:"row",gap:2,alignItems:"center",minWidth:"max-content",children:[jsx(a$2,{sx:{display:{xs:"none",sm:"flex"}},disabled:!0}),F?jsx(I,{children:d}):d]})]})}),jsx(k,{children:l.map((e,a)=>jsxs(n,{paddingTop:3,paddingBottom:2,alignItems:"start",width:"100%",id:`section-${a}`,children:[jsx(y,{ref:e.ref,children:e.title}),jsx(B,{children:e.subTitle}),jsx(a$3,{width:"100%",borderRadius:1,gap:1.5,padding:3,children:e.child})]},e.title))})]})]})})},Q=z;
|
|
15
16
|
|
|
16
|
-
export {
|
|
17
|
+
export { Q as default };
|