@hi-ui/check-select 4.0.0-beta.23 → 4.0.0-beta.26
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.
@@ -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-v4-check-select-option {margin-top: var(--hi-v4-spacing-2, 4px);margin-bottom: var(--hi-v4-spacing-2, 4px);-webkit-box-sizing: border-box;box-sizing: border-box;width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;position: relative;border-radius: var(--hi-v4-border-radius-md, 4px);cursor: pointer;font-size: var(--hi-v4-text-size-md, 0.875rem);font-weight: var(--hi-v4-text-weight-normal, 400);color: var(--hi-v4-color-gray-700, #1f2733);line-height: var(--hi-v4-text-lineheight-sm, 1.25rem); }.hi-v4-check-select-option__indent {display: inline-block;width: 16px;height: 100%; }.hi-v4-check-select-option__title {display: inline-block;-webkit-box-sizing: border-box;box-sizing: border-box;width: 100%;padding: var(--hi-v4-spacing-3, 6px);font-size: inherit;font-weight: inherit;color: inherit;line-height: inherit; }.hi-v4-check-select-option:hover {background-color: var(--hi-v4-color-gray-100, #f2f4f7); }.hi-v4-check-select-option--focused {background-color: var(--hi-v4-color-gray-100, #f2f4f7); }.hi-v4-check-select-option--disabled {cursor: not-allowed;color: var(--hi-v4-color-gray-500, #929aa6); }.hi-v4-check-select-option-group {display: inline-block;margin-top: var(--hi-v4-spacing-6, 12px);margin-bottom: var(--hi-v4-spacing-2, 4px);padding: var(--hi-v4-spacing-3, 6px) 0 var(--hi-v4-spacing-3, 6px) var(--hi-v4-spacing-3, 6px);font-size: var(--hi-v4-text-size-md, 0.875rem);font-weight: var(--hi-v4-text-weight-normal, 400);color: var(--hi-v4-color-gray-500, #929aa6);line-height: var(--hi-v4-text-lineheight-sm, 1.25rem); }.hi-v4-check-select-option-group:first-child {margin-top: var(--hi-v4-spacing-2, 4px); }";
|
16
16
|
|
17
17
|
var __styleInject__ = require('style-inject/dist/style-inject.es.js')["default"];
|
18
18
|
|
@@ -7,9 +7,8 @@
|
|
7
7
|
* This source code is licensed under the MIT license found in the
|
8
8
|
* LICENSE file in the root directory of this source tree.
|
9
9
|
*/
|
10
|
-
|
11
|
-
|
12
|
-
var __styleInject__ = require('style-inject/dist/style-inject.es.js')["default"];
|
10
|
+
import __styleInject__ from 'style-inject/dist/style-inject.es.js';
|
11
|
+
var css_248z = ".hi-v4-check-select-option {margin-top: var(--hi-v4-spacing-2, 4px);margin-bottom: var(--hi-v4-spacing-2, 4px);-webkit-box-sizing: border-box;box-sizing: border-box;width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;position: relative;border-radius: var(--hi-v4-border-radius-md, 4px);cursor: pointer;font-size: var(--hi-v4-text-size-md, 0.875rem);font-weight: var(--hi-v4-text-weight-normal, 400);color: var(--hi-v4-color-gray-700, #1f2733);line-height: var(--hi-v4-text-lineheight-sm, 1.25rem); }.hi-v4-check-select-option__indent {display: inline-block;width: 16px;height: 100%; }.hi-v4-check-select-option__title {display: inline-block;-webkit-box-sizing: border-box;box-sizing: border-box;width: 100%;padding: var(--hi-v4-spacing-3, 6px);font-size: inherit;font-weight: inherit;color: inherit;line-height: inherit; }.hi-v4-check-select-option:hover {background-color: var(--hi-v4-color-gray-100, #f2f4f7); }.hi-v4-check-select-option--focused {background-color: var(--hi-v4-color-gray-100, #f2f4f7); }.hi-v4-check-select-option--disabled {cursor: not-allowed;color: var(--hi-v4-color-gray-500, #929aa6); }.hi-v4-check-select-option-group {display: inline-block;margin-top: var(--hi-v4-spacing-6, 12px);margin-bottom: var(--hi-v4-spacing-2, 4px);padding: var(--hi-v4-spacing-3, 6px) 0 var(--hi-v4-spacing-3, 6px) var(--hi-v4-spacing-3, 6px);font-size: var(--hi-v4-text-size-md, 0.875rem);font-weight: var(--hi-v4-text-weight-normal, 400);color: var(--hi-v4-color-gray-500, #929aa6);line-height: var(--hi-v4-text-lineheight-sm, 1.25rem); }.hi-v4-check-select-option-group:first-child {margin-top: var(--hi-v4-spacing-2, 4px); }";
|
13
12
|
|
14
13
|
__styleInject__(css_248z);
|
15
14
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/check-select",
|
3
|
-
"version": "4.0.0-beta.
|
3
|
+
"version": "4.0.0-beta.26",
|
4
4
|
"description": "A sub-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HIUI <mi-hiui@xiaomi.com>",
|
@@ -43,30 +43,30 @@
|
|
43
43
|
"url": "https://github.com/XiaoMi/hiui/issues"
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@hi-ui/array-utils": "^4.0.0-beta.
|
47
|
-
"@hi-ui/checkbox": "^4.0.0-beta.
|
46
|
+
"@hi-ui/array-utils": "^4.0.0-beta.7",
|
47
|
+
"@hi-ui/checkbox": "^4.0.0-beta.10",
|
48
48
|
"@hi-ui/classname": "^4.0.0-beta.0",
|
49
|
-
"@hi-ui/core": "^4.0.0-beta.
|
50
|
-
"@hi-ui/core-css": "^4.0.0-beta.
|
49
|
+
"@hi-ui/core": "^4.0.0-beta.8",
|
50
|
+
"@hi-ui/core-css": "^4.0.0-beta.5",
|
51
51
|
"@hi-ui/env": "^4.0.0-beta.0",
|
52
|
-
"@hi-ui/func-utils": "^4.0.0-beta.
|
53
|
-
"@hi-ui/highlighter": "^4.0.0-beta.
|
54
|
-
"@hi-ui/icons": "^4.0.0-beta.
|
55
|
-
"@hi-ui/input": "^4.0.0-beta.
|
56
|
-
"@hi-ui/locale-context": "^4.0.0-beta.
|
57
|
-
"@hi-ui/picker": "^4.0.0-beta.
|
58
|
-
"@hi-ui/popper": "^4.0.0-beta.
|
59
|
-
"@hi-ui/tag-input": "^4.0.0-beta.
|
60
|
-
"@hi-ui/times": "^4.0.0-beta.
|
61
|
-
"@hi-ui/tree-utils": "^4.0.0-beta.
|
62
|
-
"@hi-ui/type-assertion": "^4.0.0-beta.
|
63
|
-
"@hi-ui/use-check": "^4.0.0-beta.
|
64
|
-
"@hi-ui/use-children": "^4.0.0-beta.
|
65
|
-
"@hi-ui/use-data-source": "^4.0.0-beta.
|
66
|
-
"@hi-ui/use-latest": "^4.0.0-beta.
|
67
|
-
"@hi-ui/use-search-mode": "^4.0.0-beta.
|
68
|
-
"@hi-ui/use-toggle": "^4.0.0-beta.
|
69
|
-
"@hi-ui/use-uncontrolled-state": "^4.0.0-beta.
|
52
|
+
"@hi-ui/func-utils": "^4.0.0-beta.10",
|
53
|
+
"@hi-ui/highlighter": "^4.0.0-beta.8",
|
54
|
+
"@hi-ui/icons": "^4.0.0-beta.10",
|
55
|
+
"@hi-ui/input": "^4.0.0-beta.13",
|
56
|
+
"@hi-ui/locale-context": "^4.0.0-beta.16",
|
57
|
+
"@hi-ui/picker": "^4.0.0-beta.21",
|
58
|
+
"@hi-ui/popper": "^4.0.0-beta.12",
|
59
|
+
"@hi-ui/tag-input": "^4.0.0-beta.16",
|
60
|
+
"@hi-ui/times": "^4.0.0-beta.5",
|
61
|
+
"@hi-ui/tree-utils": "^4.0.0-beta.4",
|
62
|
+
"@hi-ui/type-assertion": "^4.0.0-beta.4",
|
63
|
+
"@hi-ui/use-check": "^4.0.0-beta.4",
|
64
|
+
"@hi-ui/use-children": "^4.0.0-beta.4",
|
65
|
+
"@hi-ui/use-data-source": "^4.0.0-beta.5",
|
66
|
+
"@hi-ui/use-latest": "^4.0.0-beta.4",
|
67
|
+
"@hi-ui/use-search-mode": "^4.0.0-beta.15",
|
68
|
+
"@hi-ui/use-toggle": "^4.0.0-beta.4",
|
69
|
+
"@hi-ui/use-uncontrolled-state": "^4.0.0-beta.4",
|
70
70
|
"rc-virtual-list": "^3.4.1"
|
71
71
|
},
|
72
72
|
"peerDependencies": {
|
@@ -74,9 +74,9 @@
|
|
74
74
|
"react-dom": ">=16.8.6"
|
75
75
|
},
|
76
76
|
"devDependencies": {
|
77
|
-
"@hi-ui/hi-build": "^4.0.0-beta.
|
77
|
+
"@hi-ui/hi-build": "^4.0.0-beta.4",
|
78
78
|
"react": "^17.0.1",
|
79
79
|
"react-dom": "^17.0.1"
|
80
80
|
},
|
81
|
-
"gitHead": "
|
81
|
+
"gitHead": "322d9175c9135e3fd6ea2971c2781bac2f7300eb"
|
82
82
|
}
|