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.js
CHANGED
|
@@ -11198,7 +11198,7 @@ var Sidebar = function Sidebar(_ref26) {
|
|
|
11198
11198
|
return function () {
|
|
11199
11199
|
window.removeEventListener('resize', updateBadgePositions);
|
|
11200
11200
|
};
|
|
11201
|
-
}, [content, isExpanded, getTotalNotifications]);
|
|
11201
|
+
}, [content, isExpanded, isMobileOpen, getTotalNotifications]);
|
|
11202
11202
|
var themeColors = styled.useTheme();
|
|
11203
11203
|
return React__default.createElement(React__default.Fragment, null, React__default.createElement(Container, {
|
|
11204
11204
|
"$width": '100%',
|