labsense-ui-kit 1.2.61 → 1.2.62
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 +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -9283,6 +9283,9 @@ var Sidebar = function Sidebar(_ref18) {
|
|
|
9283
9283
|
},
|
|
9284
9284
|
onMouseLeave: function onMouseLeave() {
|
|
9285
9285
|
return setIsExpanded(false);
|
|
9286
|
+
},
|
|
9287
|
+
onPointerLeave: function onPointerLeave() {
|
|
9288
|
+
return setIsExpanded(false);
|
|
9286
9289
|
}
|
|
9287
9290
|
}, React.createElement(Container, {
|
|
9288
9291
|
"$flexDirection": 'column',
|