@hi-ui/tree-select 5.0.0-canary.1 → 5.0.0-canary.2
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 +12 -0
- package/lib/cjs/styles/index.scss.js +1 -1
- package/lib/esm/styles/index.scss.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# @hi-ui/tree-select
|
2
2
|
|
3
|
+
## 5.0.0-canary.2
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- df3615e78: <br>
|
8
|
+
- style(tag-input): 间距调整 (5.0)
|
9
|
+
- style(select): 选择类组件选项圆角改为 4px (5.0)
|
10
|
+
- style(picker): 搜索框样式调整 (5.0)
|
11
|
+
- Updated dependencies [3cb3377dc]
|
12
|
+
- Updated dependencies [df3615e78]
|
13
|
+
- @hi-ui/picker@5.0.0-canary.3
|
14
|
+
|
3
15
|
## 5.0.0-canary.1
|
4
16
|
|
5
17
|
### Minor Changes
|
@@ -12,7 +12,7 @@
|
|
12
12
|
Object.defineProperty(exports, '__esModule', {
|
13
13
|
value: true
|
14
14
|
});
|
15
|
-
var css_248z = "";
|
15
|
+
var css_248z = ".hi-v5-tree-select__tree .hi-v5-tree-node__wrap {border-radius: var(--hi-v5-border-radius-md, 4px);}";
|
16
16
|
var __styleInject__ = require('@hi-ui/style-inject')["default"];
|
17
17
|
__styleInject__(css_248z);
|
18
18
|
exports["default"] = css_248z;
|
@@ -8,6 +8,6 @@
|
|
8
8
|
* LICENSE file in the root directory of this source tree.
|
9
9
|
*/
|
10
10
|
import __styleInject__ from '@hi-ui/style-inject';
|
11
|
-
var css_248z = "";
|
11
|
+
var css_248z = ".hi-v5-tree-select__tree .hi-v5-tree-node__wrap {border-radius: var(--hi-v5-border-radius-md, 4px);}";
|
12
12
|
__styleInject__(css_248z);
|
13
13
|
export { css_248z as default };
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/tree-select",
|
3
|
-
"version": "5.0.0-canary.
|
3
|
+
"version": "5.0.0-canary.2",
|
4
4
|
"description": "A sub-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -51,7 +51,7 @@
|
|
51
51
|
"@hi-ui/highlighter": "^5.0.0-canary.0",
|
52
52
|
"@hi-ui/icons": "^5.0.0-canary.0",
|
53
53
|
"@hi-ui/input": "^5.0.0-canary.2",
|
54
|
-
"@hi-ui/picker": "^5.0.0-canary.
|
54
|
+
"@hi-ui/picker": "^5.0.0-canary.3",
|
55
55
|
"@hi-ui/popper": "^5.0.0-canary.0",
|
56
56
|
"@hi-ui/tree": "^5.0.0-canary.0",
|
57
57
|
"@hi-ui/tree-utils": "^5.0.0-canary.0",
|
@@ -68,7 +68,7 @@
|
|
68
68
|
},
|
69
69
|
"devDependencies": {
|
70
70
|
"@hi-ui/core": "^5.0.0-canary.0",
|
71
|
-
"@hi-ui/core-css": "^5.0.0-canary.
|
71
|
+
"@hi-ui/core-css": "^5.0.0-canary.2",
|
72
72
|
"react": "^17.0.1",
|
73
73
|
"react-dom": "^17.0.1"
|
74
74
|
}
|