@hi-ui/dropdown 4.1.3 → 4.1.4

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/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @hi-ui/dropdown
2
2
 
3
+ ## 4.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - build: rollup2 构建
8
+ - Updated dependencies
9
+ - @hi-ui/core@4.0.8
10
+ - @hi-ui/use-latest@4.0.4
11
+ - @hi-ui/use-timeout@4.0.4
12
+ - @hi-ui/use-toggle@4.0.4
13
+ - @hi-ui/use-unmount-effect@4.0.4
14
+ - @hi-ui/icons@4.0.18
15
+ - @hi-ui/button@4.0.9
16
+ - @hi-ui/popper@4.1.3
17
+ - @hi-ui/classname@4.0.4
18
+ - @hi-ui/dom-utils@4.0.7
19
+ - @hi-ui/env@4.0.4
20
+ - @hi-ui/react-utils@4.0.4
21
+ - @hi-ui/type-assertion@4.0.4
22
+
3
23
  ## 4.1.3
4
24
 
5
25
  ### Patch Changes
@@ -23,13 +23,13 @@ var useDropdown = require('./use-dropdown.js');
23
23
  var typeAssertion = require('@hi-ui/type-assertion');
24
24
  var Button = require('@hi-ui/button');
25
25
  var icons = require('@hi-ui/icons');
26
- function _interopDefaultCompat(e) {
26
+ function _interopDefaultLegacy(e) {
27
27
  return e && _typeof(e) === 'object' && 'default' in e ? e : {
28
28
  'default': e
29
29
  };
30
30
  }
31
- var React__default = /*#__PURE__*/_interopDefaultCompat(React);
32
- var Button__default = /*#__PURE__*/_interopDefaultCompat(Button);
31
+ var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
32
+ var Button__default = /*#__PURE__*/_interopDefaultLegacy(Button);
33
33
  var _role = 'dropdown';
34
34
  var _prefix = classname.getPrefixCls(_role);
35
35
  var DEFAULT_DATA = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/dropdown",
3
- "version": "4.1.3",
3
+ "version": "4.1.4",
4
4
  "description": "A sub-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -43,27 +43,27 @@
43
43
  "url": "https://github.com/XiaoMi/hiui/issues"
44
44
  },
45
45
  "dependencies": {
46
- "@hi-ui/button": "^4.0.8",
47
- "@hi-ui/classname": "^4.0.3",
48
- "@hi-ui/dom-utils": "^4.0.6",
49
- "@hi-ui/env": "^4.0.3",
50
- "@hi-ui/icons": "^4.0.17",
51
- "@hi-ui/popper": "^4.1.2",
52
- "@hi-ui/react-utils": "^4.0.3",
53
- "@hi-ui/type-assertion": "^4.0.3",
54
- "@hi-ui/use-latest": "^4.0.3",
55
- "@hi-ui/use-timeout": "^4.0.3",
56
- "@hi-ui/use-toggle": "^4.0.3",
57
- "@hi-ui/use-unmount-effect": "^4.0.3"
46
+ "@hi-ui/button": "^4.0.9",
47
+ "@hi-ui/classname": "^4.0.4",
48
+ "@hi-ui/dom-utils": "^4.0.7",
49
+ "@hi-ui/env": "^4.0.4",
50
+ "@hi-ui/icons": "^4.0.18",
51
+ "@hi-ui/popper": "^4.1.3",
52
+ "@hi-ui/react-utils": "^4.0.4",
53
+ "@hi-ui/type-assertion": "^4.0.4",
54
+ "@hi-ui/use-latest": "^4.0.4",
55
+ "@hi-ui/use-timeout": "^4.0.4",
56
+ "@hi-ui/use-toggle": "^4.0.4",
57
+ "@hi-ui/use-unmount-effect": "^4.0.4"
58
58
  },
59
59
  "peerDependencies": {
60
- "@hi-ui/core": ">=4.0.7",
60
+ "@hi-ui/core": ">=4.0.8",
61
61
  "react": ">=16.8.6",
62
62
  "react-dom": ">=16.8.6"
63
63
  },
64
64
  "devDependencies": {
65
- "@hi-ui/core": "^4.0.7",
66
- "@hi-ui/core-css": "^4.1.4",
65
+ "@hi-ui/core": "^4.0.8",
66
+ "@hi-ui/core-css": "^4.1.5",
67
67
  "react": "^17.0.1",
68
68
  "react-dom": "^17.0.1"
69
69
  }