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.js
CHANGED
|
@@ -9287,6 +9287,9 @@ var Sidebar = function Sidebar(_ref18) {
|
|
|
9287
9287
|
},
|
|
9288
9288
|
onMouseLeave: function onMouseLeave() {
|
|
9289
9289
|
return setIsExpanded(false);
|
|
9290
|
+
},
|
|
9291
|
+
onPointerLeave: function onPointerLeave() {
|
|
9292
|
+
return setIsExpanded(false);
|
|
9290
9293
|
}
|
|
9291
9294
|
}, React__default.createElement(Container, {
|
|
9292
9295
|
"$flexDirection": 'column',
|