prosperita-dumbo-react 1.3.70 → 1.4.5

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.
@@ -6978,7 +6978,7 @@ letter-spacing: 0.16px;
6978
6978
  option: (e) => ({
6979
6979
  ...e,
6980
6980
  fontSize: "15px",
6981
- fontWeight: "bolder",
6981
+ fontWeight: "500",
6982
6982
  cursor: "pointer",
6983
6983
  color: f.textPrimary,
6984
6984
  display: "flex",
@@ -11513,6 +11513,7 @@ const PS = (e) => {
11513
11513
  `, H6 = y.div`
11514
11514
  margin: 0;
11515
11515
  padding: 0;
11516
+ position: relative;
11516
11517
  `, _6 = y.button`
11517
11518
  cursor: pointer;
11518
11519
  color: ${f.textPrimary};
@@ -11521,7 +11522,7 @@ const PS = (e) => {
11521
11522
  align-items: center;
11522
11523
  padding: 15px;
11523
11524
  height: auto;
11524
- width: auto;
11525
+ width: 100%;
11525
11526
  top: 0;
11526
11527
  outline: none;
11527
11528
  white-space: nowrap;
@@ -11530,8 +11531,10 @@ const PS = (e) => {
11530
11531
  font-size: 16px;
11531
11532
  border: 0;
11532
11533
  background: ${f.layer01};
11534
+ box-sizing: border-box;
11535
+ pointer-events: auto;
11533
11536
  &:hover {
11534
- background: ${f.layerHover01};
11537
+ background: ${f.layerHover01} !important;
11535
11538
  }
11536
11539
  &:active {
11537
11540
  background: ${f.layerActive01};
@@ -11834,19 +11837,30 @@ const K6 = /* @__PURE__ */ a(R, { children: /* @__PURE__ */ a(
11834
11837
  {
11835
11838
  style: { margin: "0", padding: "0", alignItems: "center" },
11836
11839
  children: [
11837
- I.permission && /* @__PURE__ */ a("a", { href: I.href, children: /* @__PURE__ */ w(
11838
- _6,
11840
+ I.permission && /* @__PURE__ */ a(
11841
+ "a",
11839
11842
  {
11843
+ href: I.href,
11840
11844
  style: {
11841
- borderBottom: v === S ? `2px solid ${c}` : "2px solid transparent"
11845
+ textDecoration: "none",
11846
+ display: "block",
11847
+ color: "inherit"
11842
11848
  },
11843
- onClick: () => b(S, !!I.optionsMenu),
11844
- children: [
11845
- I.label,
11846
- I.optionsMenu ? eo : ""
11847
- ]
11849
+ children: /* @__PURE__ */ w(
11850
+ _6,
11851
+ {
11852
+ style: {
11853
+ borderBottom: v === S ? `2px solid ${c}` : "2px solid transparent"
11854
+ },
11855
+ onClick: () => b(S, !!I.optionsMenu),
11856
+ children: [
11857
+ I.label,
11858
+ I.optionsMenu ? eo : ""
11859
+ ]
11860
+ }
11861
+ )
11848
11862
  }
11849
- ) }),
11863
+ ),
11850
11864
  g === S && u && I.optionsMenu && /* @__PURE__ */ a(
11851
11865
  "div",
11852
11866
  {
@@ -1681,7 +1681,7 @@ letter-spacing: 0.16px;
1681
1681
  cursor: pointer;
1682
1682
  margin: ${({kind:e})=>e==="fluid"?"0 10px 0 0":"0"};
1683
1683
  align-self: ${({kind:e})=>e==="fluid"?"end":"center"};
1684
- `,sb={position:"absolute",display:"flex",top:"0",left:"0",right:"0",bottom:"0"},Mt=e=>{const{kind:t,size:n,label:i,loading:r,value:o,onChange:l,id:c,name:s,placeholder:d,ContainedListMenu:u,disabled:p,readOnly:g,expandable:h,borderTable:v,...m}=e,b=x.useRef(null),[y,w]=x.useState(o||""),[E,D]=x.useState(!1),A=M=>{const _=M.target.value;w(_),l&&l(M)},S=()=>{w(""),b.current&&(b.current.value="")},P=()=>{var M;D(_=>!_),(M=b.current)==null||M.focus(),w("")};return a(k,{children:r?a(kt,{baseColor:f.skeletonBackground,highlightColor:f.skeletonElement,children:I(zc,{...e,children:[a(Wc,{type:"search",...e}),a(He,{count:1,style:sb})]})}):I(zc,{expandable:E,disabled:p,borderTable:v,...e,children:[t==="fluid"&&a(ab,{...e,children:i}),t==="fluid"?I(lb,{expandable:E,...e,children:[a(Xc,{...e,children:ac}),y.length>0&&a(Zc,{onClick:S,...e,children:ii})]}):I(k,{children:[a(Xc,{expandable:E,onClick:P,...e,children:ac}),y.length>0&&a(Zc,{disabled:p,readOnly:g,onClick:S,...e,children:ii})]}),a(Wc,{expandable:E,type:"text",kind:t,borderTable:v,ref:b,size:n,value:y,name:s,disabled:p,readOnly:t==="expandable"&&!E?!0:g,id:c,loading:r,ContainedListMenu:u,onChange:A,placeholder:d,autoComplete:"off",...m})]})})},cb={small:".1em",large:".5em",medium:".4em"},db={control:(e,t)=>({...e,fontSize:"15px",cursor:t.selectProps.loading?"wait":"pointer",backgroundColor:t.selectProps.readonly?"transparent":f.field01,fontfamily:"IBM Plex Sans",padding:t.selectProps.size&&t.selectProps.kind==="default"?cb[t.selectProps.size||"medium"]:t.selectProps.kind==="little"?"7px":"0",borderRadius:t.selectProps.kind==="fluid"&&(t.selectProps.error||t.selectProps.warning)||t.selectProps.noRadius?"0":"8px",border:(t.selectProps.kind==="default"||t.selectProps.kind==="little")&&t.selectProps.error?`1px solid ${f.supportError}`:"1px solid transparent",borderBottom:(t.selectProps.kind==="default"||t.selectProps.kind==="little")&&t.selectProps.error?`1px solid ${f.supportError}`:"1px solid transparent",minWidth:"30px",width:t.selectProps.kind==="fluid"&&(t.selectProps.error||t.selectProps.warning)?"95%":t.selectProps.kind==="little"?"155px":"100%",margin:"0 auto","&:active":{},"&:hover":{backgroundColor:t.selectProps.kind==="fluid"?"transparent":f.fieldHover01,border:"1px solid transparent"},"&:focus-within":{border:t.selectProps.kind==="fluid"?"1px solid transparent":`1px solid ${f.focus}`,borderBottom:t.selectProps.kind==="fluid"&&(t.selectProps.error||t.selectProps.warning)&&"1px solid transparent",boxShadow:"none"}}),option:e=>({...e,fontSize:"15px",fontWeight:"bolder",cursor:"pointer",color:f.textPrimary,display:"flex",justifyContent:"start",alignItems:"center",background:f.field01,zIndex:5,"&:active":{},"&:hover":{width:"100%",background:"#ADC3D7"}}),placeholder:e=>({...e,color:f.textPrimary,backgroudColor:f.field01,padding:".1em","&:active":{color:f.textPrimary},"&:hover":{color:f.textPrimary}}),multiValue:e=>({...e,color:f.textPrimary}),singleValue:e=>({...e,color:f.textPrimary}),container:(e,t)=>({...e,borderRadius:t.selectProps.noRadius?"0px":"8px",width:"100%","&:active":{},"&:hover":{}}),menu:(e,t)=>({...e,background:f.field01,color:f.textPrimary,position:"absolute",top:"0",right:"0px",left:"0px",border:`2px solid ${f.borderStrong01}`,zIndex:t.selectProps.zIndex??10,marginTop:"50px"}),input:e=>({...e,color:"theme.textPrimary","&:focus":{boxShadow:"none",borderBottom:`1px solid ${f.borderStrong01}`}}),dropdownIndicator:e=>({...e,color:f.textPrimary,padding:"4px",display:"flex",alignItems:"center",justifyContent:"center","& > svg":{width:"26px",height:"16px",color:f.iconPrimary}})},jc=C.div`
1684
+ `,sb={position:"absolute",display:"flex",top:"0",left:"0",right:"0",bottom:"0"},Mt=e=>{const{kind:t,size:n,label:i,loading:r,value:o,onChange:l,id:c,name:s,placeholder:d,ContainedListMenu:u,disabled:p,readOnly:g,expandable:h,borderTable:v,...m}=e,b=x.useRef(null),[y,w]=x.useState(o||""),[E,D]=x.useState(!1),A=M=>{const _=M.target.value;w(_),l&&l(M)},S=()=>{w(""),b.current&&(b.current.value="")},P=()=>{var M;D(_=>!_),(M=b.current)==null||M.focus(),w("")};return a(k,{children:r?a(kt,{baseColor:f.skeletonBackground,highlightColor:f.skeletonElement,children:I(zc,{...e,children:[a(Wc,{type:"search",...e}),a(He,{count:1,style:sb})]})}):I(zc,{expandable:E,disabled:p,borderTable:v,...e,children:[t==="fluid"&&a(ab,{...e,children:i}),t==="fluid"?I(lb,{expandable:E,...e,children:[a(Xc,{...e,children:ac}),y.length>0&&a(Zc,{onClick:S,...e,children:ii})]}):I(k,{children:[a(Xc,{expandable:E,onClick:P,...e,children:ac}),y.length>0&&a(Zc,{disabled:p,readOnly:g,onClick:S,...e,children:ii})]}),a(Wc,{expandable:E,type:"text",kind:t,borderTable:v,ref:b,size:n,value:y,name:s,disabled:p,readOnly:t==="expandable"&&!E?!0:g,id:c,loading:r,ContainedListMenu:u,onChange:A,placeholder:d,autoComplete:"off",...m})]})})},cb={small:".1em",large:".5em",medium:".4em"},db={control:(e,t)=>({...e,fontSize:"15px",cursor:t.selectProps.loading?"wait":"pointer",backgroundColor:t.selectProps.readonly?"transparent":f.field01,fontfamily:"IBM Plex Sans",padding:t.selectProps.size&&t.selectProps.kind==="default"?cb[t.selectProps.size||"medium"]:t.selectProps.kind==="little"?"7px":"0",borderRadius:t.selectProps.kind==="fluid"&&(t.selectProps.error||t.selectProps.warning)||t.selectProps.noRadius?"0":"8px",border:(t.selectProps.kind==="default"||t.selectProps.kind==="little")&&t.selectProps.error?`1px solid ${f.supportError}`:"1px solid transparent",borderBottom:(t.selectProps.kind==="default"||t.selectProps.kind==="little")&&t.selectProps.error?`1px solid ${f.supportError}`:"1px solid transparent",minWidth:"30px",width:t.selectProps.kind==="fluid"&&(t.selectProps.error||t.selectProps.warning)?"95%":t.selectProps.kind==="little"?"155px":"100%",margin:"0 auto","&:active":{},"&:hover":{backgroundColor:t.selectProps.kind==="fluid"?"transparent":f.fieldHover01,border:"1px solid transparent"},"&:focus-within":{border:t.selectProps.kind==="fluid"?"1px solid transparent":`1px solid ${f.focus}`,borderBottom:t.selectProps.kind==="fluid"&&(t.selectProps.error||t.selectProps.warning)&&"1px solid transparent",boxShadow:"none"}}),option:e=>({...e,fontSize:"15px",fontWeight:"500",cursor:"pointer",color:f.textPrimary,display:"flex",justifyContent:"start",alignItems:"center",background:f.field01,zIndex:5,"&:active":{},"&:hover":{width:"100%",background:"#ADC3D7"}}),placeholder:e=>({...e,color:f.textPrimary,backgroudColor:f.field01,padding:".1em","&:active":{color:f.textPrimary},"&:hover":{color:f.textPrimary}}),multiValue:e=>({...e,color:f.textPrimary}),singleValue:e=>({...e,color:f.textPrimary}),container:(e,t)=>({...e,borderRadius:t.selectProps.noRadius?"0px":"8px",width:"100%","&:active":{},"&:hover":{}}),menu:(e,t)=>({...e,background:f.field01,color:f.textPrimary,position:"absolute",top:"0",right:"0px",left:"0px",border:`2px solid ${f.borderStrong01}`,zIndex:t.selectProps.zIndex??10,marginTop:"50px"}),input:e=>({...e,color:"theme.textPrimary","&:focus":{boxShadow:"none",borderBottom:`1px solid ${f.borderStrong01}`}}),dropdownIndicator:e=>({...e,color:f.textPrimary,padding:"4px",display:"flex",alignItems:"center",justifyContent:"center","& > svg":{width:"26px",height:"16px",color:f.iconPrimary}})},jc=C.div`
1685
1685
  font-size: 12px;
1686
1686
  font-style: normal;
1687
1687
  min-width: 300px;
@@ -1838,6 +1838,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
1838
1838
  `,v6=C.div`
1839
1839
  margin: 0;
1840
1840
  padding: 0;
1841
+ position: relative;
1841
1842
  `,x6=C.button`
1842
1843
  cursor: pointer;
1843
1844
  color: ${f.textPrimary};
@@ -1846,7 +1847,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
1846
1847
  align-items: center;
1847
1848
  padding: 15px;
1848
1849
  height: auto;
1849
- width: auto;
1850
+ width: 100%;
1850
1851
  top: 0;
1851
1852
  outline: none;
1852
1853
  white-space: nowrap;
@@ -1855,8 +1856,10 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
1855
1856
  font-size: 16px;
1856
1857
  border: 0;
1857
1858
  background: ${f.layer01};
1859
+ box-sizing: border-box;
1860
+ pointer-events: auto;
1858
1861
  &:hover {
1859
- background: ${f.layerHover01};
1862
+ background: ${f.layerHover01} !important;
1860
1863
  }
1861
1864
  &:active {
1862
1865
  background: ${f.layerActive01};
@@ -1977,7 +1980,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
1977
1980
  font-weight: 400 !important;
1978
1981
  line-height: 18px !important;
1979
1982
  letter-spacing: 0.16px;
1980
- `,B6=e=>{const{options:t,icon:n,userName:i,emailuser:r,children:o,SectionRightTime:l,bgHeader:c,navigateProfile:s,search:d}=e,[u,p]=x.useState(!1),[g,h]=x.useState(),[v,m]=x.useState(),b=(E,D)=>{var A,S;m(E),D?g===E&&u?p(!1):(h(E),p(!0)):(h(void 0),p(!1),(S=(A=t==null?void 0:t[E])==null?void 0:A.onClick)==null||S.call(A))},y=x.useRef(null),w=E=>{y.current&&!y.current.contains(E.target)&&p(!1)};return x.useEffect(()=>(document.addEventListener("mousedown",w),()=>{document.removeEventListener("mousedown",w)}),[]),I(w6,{children:[I(I6,{style:{background:c||f.focus},children:[a(y6,{children:n}),I(C6,{children:[I(E6,{children:[(d==null?void 0:d.on)&&a("div",{children:a(Be,{align:"bottom",label:"Pesquisar",size:"medium",children:a($e,{hasIconSvg:!0,icon:mh,kind:"ghost",size:"medium",onClick:E=>{E.preventDefault(),E.stopPropagation(),d==null||d.onClick()}})})}),a(Be,{align:"bottom",size:"small",label:"Meu perfil",width:"100px",children:a("section",{onClick:s,style:{margin:"0",padding:".5em",background:"gray",display:"flex",alignItems:"center",borderRadius:"100%"},children:V6})}),I("div",{style:{display:"flex",flexDirection:"column",margin:"0",padding:"0",fontSize:"13px"},children:[a(O6,{children:i}),a(T6,{children:r})]})]}),o||I(S6,{children:[a(Be,{align:"bottom",label:"Notificações",size:"medium",children:a("section",{style:{margin:"10px 0",padding:"0"},children:P6})}),a(Be,{align:"bottom-right",label:"Ajuda",size:"medium",width:"55px",children:a("section",{style:{margin:"10px 0",padding:"0"},children:N6})})]})]})]}),I(m6,{ref:y,children:[a("div",{style:{margin:"0 2px",padding:"0",display:"flex",position:"relative",alignItems:"center",height:"auto",gap:"2px"},children:t==null?void 0:t.map((E,D)=>{var A;return I(v6,{style:{margin:"0",padding:"0",alignItems:"center"},children:[E.permission&&a("a",{href:E.href,children:I(x6,{style:{borderBottom:v===D?`2px solid ${c}`:"2px solid transparent"},onClick:()=>b(D,!!E.optionsMenu),children:[E.label,E.optionsMenu?oi:""]})}),g===D&&u&&E.optionsMenu&&a("div",{style:{position:"absolute",margin:"0",padding:"0",top:"55px"},children:a(A6,{children:(A=E.optionsMenu)==null?void 0:A.map((S,P)=>S.permission&&a(D6,{onClick:()=>{var M;(M=S.onClick)==null||M.call(S),p(!1)},children:S.label},P))})})]},D)})}),a("div",{style:{margin:"0 1em",padding:"0",fontSize:"15px",display:"flex",alignItems:"center",height:"auto"},children:a($6,{children:l})})]})]})},k6=C.div`
1983
+ `,B6=e=>{const{options:t,icon:n,userName:i,emailuser:r,children:o,SectionRightTime:l,bgHeader:c,navigateProfile:s,search:d}=e,[u,p]=x.useState(!1),[g,h]=x.useState(),[v,m]=x.useState(),b=(E,D)=>{var A,S;m(E),D?g===E&&u?p(!1):(h(E),p(!0)):(h(void 0),p(!1),(S=(A=t==null?void 0:t[E])==null?void 0:A.onClick)==null||S.call(A))},y=x.useRef(null),w=E=>{y.current&&!y.current.contains(E.target)&&p(!1)};return x.useEffect(()=>(document.addEventListener("mousedown",w),()=>{document.removeEventListener("mousedown",w)}),[]),I(w6,{children:[I(I6,{style:{background:c||f.focus},children:[a(y6,{children:n}),I(C6,{children:[I(E6,{children:[(d==null?void 0:d.on)&&a("div",{children:a(Be,{align:"bottom",label:"Pesquisar",size:"medium",children:a($e,{hasIconSvg:!0,icon:mh,kind:"ghost",size:"medium",onClick:E=>{E.preventDefault(),E.stopPropagation(),d==null||d.onClick()}})})}),a(Be,{align:"bottom",size:"small",label:"Meu perfil",width:"100px",children:a("section",{onClick:s,style:{margin:"0",padding:".5em",background:"gray",display:"flex",alignItems:"center",borderRadius:"100%"},children:V6})}),I("div",{style:{display:"flex",flexDirection:"column",margin:"0",padding:"0",fontSize:"13px"},children:[a(O6,{children:i}),a(T6,{children:r})]})]}),o||I(S6,{children:[a(Be,{align:"bottom",label:"Notificações",size:"medium",children:a("section",{style:{margin:"10px 0",padding:"0"},children:P6})}),a(Be,{align:"bottom-right",label:"Ajuda",size:"medium",width:"55px",children:a("section",{style:{margin:"10px 0",padding:"0"},children:N6})})]})]})]}),I(m6,{ref:y,children:[a("div",{style:{margin:"0 2px",padding:"0",display:"flex",position:"relative",alignItems:"center",height:"auto",gap:"2px"},children:t==null?void 0:t.map((E,D)=>{var A;return I(v6,{style:{margin:"0",padding:"0",alignItems:"center"},children:[E.permission&&a("a",{href:E.href,style:{textDecoration:"none",display:"block",color:"inherit"},children:I(x6,{style:{borderBottom:v===D?`2px solid ${c}`:"2px solid transparent"},onClick:()=>b(D,!!E.optionsMenu),children:[E.label,E.optionsMenu?oi:""]})}),g===D&&u&&E.optionsMenu&&a("div",{style:{position:"absolute",margin:"0",padding:"0",top:"55px"},children:a(A6,{children:(A=E.optionsMenu)==null?void 0:A.map((S,P)=>S.permission&&a(D6,{onClick:()=>{var M;(M=S.onClick)==null||M.call(S),p(!1)},children:S.label},P))})})]},D)})}),a("div",{style:{margin:"0 1em",padding:"0",fontSize:"15px",display:"flex",alignItems:"center",height:"auto"},children:a($6,{children:l})})]})]})},k6=C.div`
1981
1984
  display: flex;
1982
1985
  margin: 0;
1983
1986
  padding: 0;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Components/UIHeaderNav/index.tsx"],"names":[],"mappings":";AA8BA,MAAM,MAAM,mBAAmB,GAAG;IAChC,OAAO,CAAC,EAAE,QAAQ,EAAE,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IAChC,SAAS,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACrC,QAAQ,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACpC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,gBAAgB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACnC,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,MAAM,CAAC,EAAE;QACP,OAAO,EAAE,MAAM,IAAI,CAAC;QACpB,EAAE,EAAE,OAAO,CAAA;KACZ,CAAA;CACF,CAAC;AAEF,KAAK,QAAQ,GAAG;IACd,KAAK,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACjC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,UAAU,EAAE,CAAC;CAC5B,CAAC;AAEF,KAAK,UAAU,GAAG;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AA2BF,eAAO,MAAM,WAAW,UAAW,mBAAmB,4CA4LrD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Components/UIHeaderNav/index.tsx"],"names":[],"mappings":";AA8BA,MAAM,MAAM,mBAAmB,GAAG;IAChC,OAAO,CAAC,EAAE,QAAQ,EAAE,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IAChC,SAAS,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACrC,QAAQ,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACpC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,gBAAgB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACnC,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,MAAM,CAAC,EAAE;QACP,OAAO,EAAE,MAAM,IAAI,CAAC;QACpB,EAAE,EAAE,OAAO,CAAA;KACZ,CAAA;CACF,CAAC;AAEF,KAAK,QAAQ,GAAG;IACd,KAAK,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACjC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,UAAU,EAAE,CAAC;CAC5B,CAAC;AAEF,KAAK,UAAU,GAAG;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AA2BF,eAAO,MAAM,WAAW,UAAW,mBAAmB,4CAmMrD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../src/Components/UIHeaderNav/style.tsx"],"names":[],"mappings":";AACA,OAAO,2BAA2B,CAAC;AAGnC,eAAO,MAAM,aAAa,6NAUzB,CAAC;AAEF,eAAO,MAAM,gBAAgB,6NAG5B,CAAC;AAEF,eAAO,MAAM,UAAU,yOAyBtB,CAAC;AAEF,eAAO,MAAM,SAAS,uNAQrB,CAAC;AACF,eAAO,MAAM,WAAW,uNASvB,CAAC;AACF,eAAO,MAAM,eAAe,uNAO3B,CAAC;AAEF,eAAO,MAAM,mBAAmB,6NAW/B,CAAC;AAEF,eAAO,MAAM,aAAa,6NAezB,CAAC;AAEF,eAAO,MAAM,gBAAgB,6NAS5B,CAAC;AACF,eAAO,MAAM,cAAc,6NAQ1B,CAAC;AACF,eAAO,MAAM,gBAAgB,6NAU5B,CAAC;AACF,eAAO,MAAM,IAAI,yOAkBhB,CAAC"}
1
+ {"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../src/Components/UIHeaderNav/style.tsx"],"names":[],"mappings":";AACA,OAAO,2BAA2B,CAAC;AAGnC,eAAO,MAAM,aAAa,6NAUzB,CAAC;AAEF,eAAO,MAAM,gBAAgB,6NAI5B,CAAC;AAEF,eAAO,MAAM,UAAU,yOA2BtB,CAAC;AAEF,eAAO,MAAM,SAAS,uNAQrB,CAAC;AACF,eAAO,MAAM,WAAW,uNASvB,CAAC;AACF,eAAO,MAAM,eAAe,uNAO3B,CAAC;AAEF,eAAO,MAAM,mBAAmB,6NAW/B,CAAC;AAEF,eAAO,MAAM,aAAa,6NAezB,CAAC;AAEF,eAAO,MAAM,gBAAgB,6NAS5B,CAAC;AACF,eAAO,MAAM,cAAc,6NAQ1B,CAAC;AACF,eAAO,MAAM,gBAAgB,6NAU5B,CAAC;AACF,eAAO,MAAM,IAAI,yOAkBhB,CAAC"}
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "prosperita-dumbo-react",
3
- "version": "1.3.70",
3
+ "version": "1.4.5",
4
4
  "main": "dist/prosperita-dumbo-react.umd.js",
5
5
  "module": "dist/prosperita-dumbo-react.es.js",
6
6
  "types": "dist/types/index.d.ts",
7
+ "license": "MIT",
7
8
  "keywords": "biblioteca de components prosperita",
8
9
  "files": [
9
10
  "dist"