@alicloud/console-base-rc-side-panel 1.1.1 → 1.1.2

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.
@@ -17,7 +17,7 @@ export interface ISidePanelItemProps extends Omit<ButtonProps, 'label' | 'size'
17
17
  /**
18
18
  * 只显示图标,不需要背景
19
19
  */
20
- onlyShowIcon: boolean;
20
+ onlyShowIcon?: boolean;
21
21
  /**
22
22
  * 鼠标 hover 时的图标,不填则 fallback 到 icon
23
23
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/console-base-rc-side-panel",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "ConsoleBase 组件 - 右侧边栏",
5
5
  "license": "MIT",
6
6
  "sideEffects": false,