@alicloud/console-base-rc-side-panel 1.1.28 → 1.1.29-beta.0

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.
@@ -33,6 +33,9 @@ function SidePanelItemButton(_ref) {
33
33
  'aria-label': title,
34
34
  label: (0, _consoleBaseRcEasyIcon.renderEasyIcon)(icon) || '',
35
35
  $onlyShowIcon: onlyShowIcon || false,
36
- $active: active || false
36
+ $active: active || false,
37
+ onMouseOver: function onMouseOver(event) {
38
+ return event.stopPropagation();
39
+ }
37
40
  }, rest));
38
41
  }
@@ -27,6 +27,9 @@ export default function SidePanelItemButton(_ref) {
27
27
  'aria-label': title,
28
28
  label: renderEasyIcon(icon) || '',
29
29
  $onlyShowIcon: onlyShowIcon || false,
30
- $active: active || false
30
+ $active: active || false,
31
+ onMouseOver: function onMouseOver(event) {
32
+ return event.stopPropagation();
33
+ }
31
34
  }, rest));
32
35
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/console-base-rc-side-panel",
3
- "version": "1.1.28",
3
+ "version": "1.1.29-beta.0",
4
4
  "description": "ConsoleBase 组件 - 右侧边栏",
5
5
  "license": "MIT",
6
6
  "sideEffects": false,