@hi-ui/dropdown 4.0.0-alpha.14 → 4.0.0-alpha.15

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.
@@ -34,7 +34,7 @@ export interface UseDropdownProps {
34
34
  */
35
35
  width?: number;
36
36
  /**
37
- * 祖先吸附节点
37
+ * 祖先吸附节点。暂不对外暴露
38
38
  * @private
39
39
  */
40
40
  parents?: any[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/dropdown",
3
- "version": "4.0.0-alpha.14",
3
+ "version": "4.0.0-alpha.15",
4
4
  "description": "A sub-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HIUI <mi-hiui@xiaomi.com>",
@@ -67,5 +67,5 @@
67
67
  "react": "^17.0.1",
68
68
  "react-dom": "^17.0.1"
69
69
  },
70
- "gitHead": "e2c5a8d51cea3fbc08cb475b4acfb0972f95d418"
70
+ "gitHead": "fe96d3d280880a417b9784fa64376e20cd8a8fad"
71
71
  }