@hi-ui/dropdown 4.0.0-beta.24 → 4.0.0-beta.27

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.
@@ -140,7 +140,9 @@ var Dropdown = /*#__PURE__*/React.forwardRef(function (_a, ref) {
140
140
  onClick: onButtonClick
141
141
  }, title), /*#__PURE__*/React__default["default"].createElement(Button__default["default"], Object.assign({
142
142
  className: classname.cx(prefixCls + "__icon", prefixCls + "__icon-btn-wrap")
143
- }, getTriggerProps()), /*#__PURE__*/React__default["default"].createElement(icons.DownOutlined, null)));
143
+ }, getTriggerProps(), {
144
+ icon: /*#__PURE__*/React__default["default"].createElement(icons.DownOutlined, null)
145
+ })));
144
146
  }
145
147
 
146
148
  return null;
@@ -112,7 +112,9 @@ var Dropdown = /*#__PURE__*/forwardRef(function (_a, ref) {
112
112
  onClick: onButtonClick
113
113
  }, title), /*#__PURE__*/React.createElement(Button, Object.assign({
114
114
  className: cx(prefixCls + "__icon", prefixCls + "__icon-btn-wrap")
115
- }, getTriggerProps()), /*#__PURE__*/React.createElement(DownOutlined, null)));
115
+ }, getTriggerProps(), {
116
+ icon: /*#__PURE__*/React.createElement(DownOutlined, null)
117
+ })));
116
118
  }
117
119
 
118
120
  return null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/dropdown",
3
- "version": "4.0.0-beta.24",
3
+ "version": "4.0.0-beta.27",
4
4
  "description": "A sub-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HIUI <mi-hiui@xiaomi.com>",
@@ -43,13 +43,13 @@
43
43
  "url": "https://github.com/XiaoMi/hiui/issues"
44
44
  },
45
45
  "dependencies": {
46
- "@hi-ui/button": "^4.0.0-beta.15",
46
+ "@hi-ui/button": "^4.0.0-beta.16",
47
47
  "@hi-ui/classname": "^4.0.0-beta.0",
48
48
  "@hi-ui/core": "^4.0.0-beta.9",
49
49
  "@hi-ui/core-css": "^4.0.0-beta.5",
50
50
  "@hi-ui/dom-utils": "^4.0.0-beta.6",
51
51
  "@hi-ui/env": "^4.0.0-beta.1",
52
- "@hi-ui/icons": "^4.0.0-beta.11",
52
+ "@hi-ui/icons": "^4.0.0-beta.14",
53
53
  "@hi-ui/popper": "^4.0.0-beta.19",
54
54
  "@hi-ui/react-utils": "^4.0.0-beta.6",
55
55
  "@hi-ui/type-assertion": "^4.0.0-beta.5",
@@ -67,5 +67,5 @@
67
67
  "react": "^17.0.1",
68
68
  "react-dom": "^17.0.1"
69
69
  },
70
- "gitHead": "c88fb2f2e288ed4eda0edaa405db38e55d55bcd6"
70
+ "gitHead": "4ac0806c9a05137fe6a6efbc46c99415737cbd92"
71
71
  }