labsense-ui-kit 1.3.90 → 1.3.91
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -11194,7 +11194,7 @@ var Sidebar = function Sidebar(_ref26) {
|
|
|
11194
11194
|
return function () {
|
|
11195
11195
|
window.removeEventListener('resize', updateBadgePositions);
|
|
11196
11196
|
};
|
|
11197
|
-
}, [content, isExpanded, getTotalNotifications]);
|
|
11197
|
+
}, [content, isExpanded, isMobileOpen, getTotalNotifications]);
|
|
11198
11198
|
var themeColors = useTheme$1();
|
|
11199
11199
|
return React.createElement(React.Fragment, null, React.createElement(Container, {
|
|
11200
11200
|
"$width": '100%',
|