@hi-ui/grid 4.0.7 → 4.0.8

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,16 @@
1
1
  # @hi-ui/grid
2
2
 
3
+ ## 4.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - build: rollup2 构建
8
+ - Updated dependencies
9
+ - @hi-ui/core@4.0.8
10
+ - @hi-ui/classname@4.0.4
11
+ - @hi-ui/env@4.0.4
12
+ - @hi-ui/type-assertion@4.0.4
13
+
3
14
  ## 4.0.7
4
15
 
5
16
  ### Patch Changes
package/lib/cjs/Grid.js CHANGED
@@ -19,12 +19,12 @@ var classname = require('@hi-ui/classname');
19
19
  var env = require('@hi-ui/env');
20
20
  var context = require('./context.js');
21
21
  var typeAssertion = require('@hi-ui/type-assertion');
22
- function _interopDefaultCompat(e) {
22
+ function _interopDefaultLegacy(e) {
23
23
  return e && _typeof(e) === 'object' && 'default' in e ? e : {
24
24
  'default': e
25
25
  };
26
26
  }
27
- var React__default = /*#__PURE__*/_interopDefaultCompat(React);
27
+ var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
28
28
  var rowPrefix = classname.getPrefixCls('grid-row');
29
29
  var gutterNameVar = classname.getPrefixStyleVar('grid-row-gutter');
30
30
  var columnsNameVar = classname.getPrefixStyleVar('grid-row-columns');
package/lib/esm/index.js CHANGED
@@ -9,8 +9,9 @@
9
9
  */
10
10
  import './styles/index.scss.js';
11
11
  import { Row, Col } from './Grid.js';
12
+ export { Col, Row } from './Grid.js';
12
13
  var Grid = {
13
14
  Row: Row,
14
15
  Col: Col
15
16
  };
16
- export { Col, Row, Grid as default };
17
+ export { Grid as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/grid",
3
- "version": "4.0.7",
3
+ "version": "4.0.8",
4
4
  "description": "A sub-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -43,18 +43,18 @@
43
43
  "url": "https://github.com/XiaoMi/hiui/issues"
44
44
  },
45
45
  "dependencies": {
46
- "@hi-ui/classname": "^4.0.3",
47
- "@hi-ui/env": "^4.0.3",
48
- "@hi-ui/type-assertion": "^4.0.3"
46
+ "@hi-ui/classname": "^4.0.4",
47
+ "@hi-ui/env": "^4.0.4",
48
+ "@hi-ui/type-assertion": "^4.0.4"
49
49
  },
50
50
  "peerDependencies": {
51
- "@hi-ui/core": ">=4.0.7",
51
+ "@hi-ui/core": ">=4.0.8",
52
52
  "react": ">=16.8.6",
53
53
  "react-dom": ">=16.8.6"
54
54
  },
55
55
  "devDependencies": {
56
- "@hi-ui/core": "^4.0.7",
57
- "@hi-ui/core-css": "^4.1.4",
56
+ "@hi-ui/core": "^4.0.8",
57
+ "@hi-ui/core-css": "^4.1.5",
58
58
  "react": "^17.0.1",
59
59
  "react-dom": "^17.0.1"
60
60
  }