@hi-ui/grid 4.0.0-alpha.16 → 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.
@@ -30,7 +30,7 @@ export interface RowProps extends HiBaseHTMLProps<'div'> {
30
30
  */
31
31
  gutter?: boolean | number;
32
32
  /**
33
- * 设置栅格列总数,一般是 24 或者 48
33
+ * 设置栅格列总数,一般是 24 或者 48。暂不对外暴露
34
34
  * @private
35
35
  */
36
36
  columns?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/grid",
3
- "version": "4.0.0-alpha.16",
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>",
@@ -56,5 +56,5 @@
56
56
  "react": "^17.0.1",
57
57
  "react-dom": "^17.0.1"
58
58
  },
59
- "gitHead": "4ae866e7efb2c7f95f6bba5bd6194c9a568c60fb"
59
+ "gitHead": "fe96d3d280880a417b9784fa64376e20cd8a8fad"
60
60
  }