labsense-ui-kit 1.3.80 → 1.3.82

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.
@@ -10798,7 +10798,7 @@ var ProgressBar = function ProgressBar(_ref3) {
10798
10798
  };
10799
10799
 
10800
10800
  var _templateObject$n, _templateObject2$j, _templateObject3$c, _templateObject4$9, _templateObject5$8, _templateObject6$8, _templateObject7$6, _templateObject8$5, _templateObject9$5;
10801
- var MOBILE_BREAKPOINT = '992px';
10801
+ var MOBILE_BREAKPOINT = '991px';
10802
10802
  var Overlay = styled.div(_templateObject$n || (_templateObject$n = _taggedTemplateLiteralLoose(["\n display: none;\n \n @media (max-width: ", ") {\n display: block;\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background: rgba(0, 0, 0, 0.5);\n z-index: 997;\n opacity: ", ";\n visibility: ", ";\n transition: opacity 0.3s ease, visibility 0.3s ease;\n }\n"])), MOBILE_BREAKPOINT, function (_ref) {
10803
10803
  var $isOpen = _ref.$isOpen;
10804
10804
  return $isOpen ? 1 : 0;
@@ -10920,7 +10920,7 @@ var Sidebar = function Sidebar(_ref26) {
10920
10920
  badgePortalContainer = _useState4[0];
10921
10921
  useEffect(function () {
10922
10922
  var checkMobile = function checkMobile() {
10923
- setIsMobile(window.innerWidth <= 768);
10923
+ setIsMobile(window.innerWidth <= 991);
10924
10924
  };
10925
10925
  checkMobile();
10926
10926
  window.addEventListener('resize', checkMobile);