dga-ui-react 1.9.3 → 1.9.4

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/cjs/index.js CHANGED
@@ -1569,7 +1569,7 @@
1569
1569
  pointer-events: none;
1570
1570
  color: ${e=>e.$theme.palette.neutral[400]};
1571
1571
  }
1572
- `,go=(e=768,r=1024)=>{const[o,i]=t.useState({isMobile:!1,isTablet:!1,isDesktop:!0});return t.useEffect((()=>{const t=()=>i({isMobile:window.innerWidth<=e,isTablet:window.innerWidth>e&&window.innerWidth<=r,isDesktop:window.innerWidth>r});return t(),window.addEventListener("resize",t),()=>window.removeEventListener("resize",t)}),[]),o},ho=er.div`
1572
+ `,go=(e=767,r=1024)=>{const[o,i]=t.useState({isMobile:!1,isTablet:!1,isDesktop:!0});return t.useEffect((()=>{const t=()=>i({isMobile:window.innerWidth<=e,isTablet:window.innerWidth>e&&window.innerWidth<=r,isDesktop:window.innerWidth>r});return t(),window.addEventListener("resize",t),()=>window.removeEventListener("resize",t)}),[]),o},ho=er.div`
1573
1573
  direction: ${e=>e.$theme.direction};
1574
1574
  display: grid;
1575
1575
  grid-template-columns: repeat(12, 1fr);