@hi-ui/time-picker 4.0.0-alpha.13 → 4.0.0-alpha.17

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.
@@ -194,7 +194,7 @@ var TimePicker = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
194
194
  }, /*#__PURE__*/React__default['default'].createElement(button.Button, {
195
195
  className: prefixCls + "__pop-confirm-button",
196
196
  type: 'primary',
197
- size: "small",
197
+ size: "sm",
198
198
  disabled: !isInputValid,
199
199
  onClick: function onClick() {
200
200
  // 合法,才去通知外部
@@ -166,7 +166,7 @@ var TimePicker = /*#__PURE__*/forwardRef(function (_ref, ref) {
166
166
  }, /*#__PURE__*/React.createElement(Button, {
167
167
  className: prefixCls + "__pop-confirm-button",
168
168
  type: 'primary',
169
- size: "small",
169
+ size: "sm",
170
170
  disabled: !isInputValid,
171
171
  onClick: function onClick() {
172
172
  // 合法,才去通知外部
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/time-picker",
3
- "version": "4.0.0-alpha.13",
3
+ "version": "4.0.0-alpha.17",
4
4
  "description": "A sub-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HIUI <mi-hiui@xiaomi.com>",
@@ -44,14 +44,14 @@
44
44
  "url": "https://github.com/XiaoMi/hiui/issues"
45
45
  },
46
46
  "dependencies": {
47
- "@hi-ui/button": "^4.0.0-alpha.21",
47
+ "@hi-ui/button": "^4.0.0-alpha.25",
48
48
  "@hi-ui/classname": "^4.0.0-alpha.3",
49
- "@hi-ui/core": "^4.0.0-alpha.17",
50
- "@hi-ui/core-css": "^4.0.0-alpha.13",
51
- "@hi-ui/env": "^4.0.0-alpha.5",
52
- "@hi-ui/icons": "^4.0.0-alpha.25",
53
- "@hi-ui/popper": "^4.0.0-alpha.21",
54
- "@hi-ui/use-uncontrolled-state": "^4.0.0-alpha.13"
49
+ "@hi-ui/core": "^4.0.0-alpha.20",
50
+ "@hi-ui/core-css": "^4.0.0-alpha.14",
51
+ "@hi-ui/env": "^4.0.0-alpha.6",
52
+ "@hi-ui/icons": "^4.0.0-alpha.29",
53
+ "@hi-ui/popper": "^4.0.0-alpha.25",
54
+ "@hi-ui/use-uncontrolled-state": "^4.0.0-alpha.14"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "react": ">=16.8.6",
@@ -62,5 +62,5 @@
62
62
  "react": "^17.0.1",
63
63
  "react-dom": "^17.0.1"
64
64
  },
65
- "gitHead": "5a8f028a385e4a547748df37875653cfb416beb9"
65
+ "gitHead": "fa21b165e493ba58f5b1834d050e4af188b6d946"
66
66
  }