@rescui/checkbox 0.3.1 → 0.4.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/lib/checkbox.js +5 -4
- package/lib/index.css +182 -172
- package/lib/parts/checkbox-control-inner.js +4 -3
- package/lib/parts/checkbox-control.js +4 -3
- package/lib/parts/checkbox-list.js +4 -3
- package/lib/parts/checkbox-manager.js +1 -1
- package/lib/parts/checkbox.module.pcss.js +20 -20
- package/lib/parts/marks.js +3 -2
- package/package.json +7 -7
package/lib/checkbox.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import "core-js/modules/es.object.to-string.js";
|
|
1
2
|
import "core-js/modules/web.dom-collections.for-each.js";
|
|
2
3
|
import _Object$keys from "@babel/runtime-corejs3/core-js-stable/object/keys";
|
|
3
4
|
import _Object$getOwnPropertySymbols from "@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols";
|
|
@@ -8,9 +9,9 @@ import _defineProperty from "@babel/runtime-corejs3/helpers/esm/defineProperty";
|
|
|
8
9
|
import _objectWithoutProperties from "@babel/runtime-corejs3/helpers/esm/objectWithoutProperties";
|
|
9
10
|
var _excluded = ["children", "className", "disabled", "mode", "size", "theme", "onMouseEnter", "onMouseLeave", "onClick", "error"];
|
|
10
11
|
|
|
11
|
-
function ownKeys(object, enumerableOnly) { var keys = _Object$keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object);
|
|
12
|
+
function ownKeys(object, enumerableOnly) { var keys = _Object$keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object); enumerableOnly && (symbols = _filterInstanceProperty(symbols).call(symbols, function (sym) { return _Object$getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
12
13
|
|
|
13
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
|
14
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : _Object$getOwnPropertyDescriptors ? Object.defineProperties(target, _Object$getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, _Object$getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
14
15
|
|
|
15
16
|
import React from 'react';
|
|
16
17
|
import PropTypes from 'prop-types';
|
|
@@ -42,6 +43,7 @@ var Checkbox = /*#__PURE__*/React.forwardRef(function Checkbox(_ref, ref) {
|
|
|
42
43
|
onMouseEnter: onMouseEnter,
|
|
43
44
|
onMouseLeave: onMouseLeave,
|
|
44
45
|
onClick: onClick,
|
|
46
|
+
tabIndex: null,
|
|
45
47
|
icon: /*#__PURE__*/React.createElement(CheckboxControl, _objectSpread({
|
|
46
48
|
ref: ref,
|
|
47
49
|
disabled: disabled,
|
|
@@ -72,5 +74,4 @@ Checkbox.propTypes = {
|
|
|
72
74
|
mode: PropTypes.oneOf(['classic', 'rock']),
|
|
73
75
|
size: PropTypes.oneOf(['s', 'm', 'l'])
|
|
74
76
|
};
|
|
75
|
-
export default
|
|
76
|
-
export { Checkbox };
|
|
77
|
+
export { Checkbox, Checkbox as default };
|
package/lib/index.css
CHANGED
|
@@ -1,27 +1,32 @@
|
|
|
1
|
-
.
|
|
1
|
+
._checkbox_1vvcbea_10{
|
|
2
|
+
position:relative;
|
|
3
|
+
|
|
2
4
|
display:inline-block;
|
|
3
|
-
|
|
4
|
-
text-align:left;
|
|
5
|
+
|
|
5
6
|
-webkit-box-sizing:border-box;
|
|
7
|
+
|
|
6
8
|
box-sizing:border-box;
|
|
7
|
-
|
|
9
|
+
|
|
10
|
+
outline:none;
|
|
11
|
+
|
|
12
|
+
text-align:left;
|
|
8
13
|
}
|
|
9
|
-
.
|
|
10
|
-
padding:3px;
|
|
14
|
+
._sizeS_1vvcbea_22{
|
|
11
15
|
width:20px;
|
|
12
16
|
height:20px;
|
|
13
|
-
}
|
|
14
|
-
._sizeM_1ytn26t_24{
|
|
15
17
|
padding:3px;
|
|
18
|
+
}
|
|
19
|
+
._sizeM_1vvcbea_28{
|
|
16
20
|
width:24px;
|
|
17
21
|
height:24px;
|
|
22
|
+
padding:3px;
|
|
18
23
|
}
|
|
19
|
-
.
|
|
20
|
-
padding:4px;
|
|
24
|
+
._sizeL_1vvcbea_34{
|
|
21
25
|
width:28px;
|
|
22
26
|
height:28px;
|
|
27
|
+
padding:4px;
|
|
23
28
|
}
|
|
24
|
-
.
|
|
29
|
+
._errorMessage_1vvcbea_40{
|
|
25
30
|
letter-spacing:0.0045em;
|
|
26
31
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
27
32
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
@@ -30,19 +35,19 @@
|
|
|
30
35
|
line-height:20px;
|
|
31
36
|
line-height:var(--rs-text-3-line-height, 20px);
|
|
32
37
|
}
|
|
33
|
-
._rs-reset-letter-
|
|
38
|
+
._rs-reset-letter-spacing_1vvcbea_1 ._errorMessage_1vvcbea_40{
|
|
34
39
|
letter-spacing:normal;
|
|
35
40
|
}
|
|
36
|
-
.
|
|
41
|
+
._errorMessage_1vvcbea_40 {
|
|
37
42
|
color:#F45C4A;
|
|
38
43
|
}
|
|
39
|
-
.
|
|
44
|
+
._errorMessage_1vvcbea_40._list_1vvcbea_44{
|
|
40
45
|
margin-bottom:12px;
|
|
41
46
|
}
|
|
42
|
-
.
|
|
47
|
+
._errorMessage_1vvcbea_40._single_1vvcbea_48{
|
|
43
48
|
margin-top:8px;
|
|
44
49
|
}
|
|
45
|
-
.
|
|
50
|
+
._input_1vvcbea_53{
|
|
46
51
|
position:absolute;
|
|
47
52
|
z-index:-1;
|
|
48
53
|
|
|
@@ -52,13 +57,14 @@
|
|
|
52
57
|
|
|
53
58
|
border:0;
|
|
54
59
|
}
|
|
55
|
-
.
|
|
60
|
+
._icon_1vvcbea_64{
|
|
56
61
|
display:inline-block;
|
|
57
62
|
float:left;
|
|
58
63
|
|
|
59
64
|
-webkit-box-sizing:border-box;
|
|
60
65
|
|
|
61
66
|
box-sizing:border-box;
|
|
67
|
+
|
|
62
68
|
border-width:1px;
|
|
63
69
|
border-style:solid;
|
|
64
70
|
|
|
@@ -66,306 +72,310 @@
|
|
|
66
72
|
|
|
67
73
|
transition:border-width ease-out 100ms, border-color ease-out 100ms;
|
|
68
74
|
}
|
|
69
|
-
.
|
|
75
|
+
._enabled_1vvcbea_75 ._icon_1vvcbea_64{
|
|
70
76
|
cursor:pointer;
|
|
71
77
|
}
|
|
72
|
-
.
|
|
78
|
+
._sizeS_1vvcbea_22 ._icon_1vvcbea_64{
|
|
73
79
|
width:14px;
|
|
74
80
|
height:14px;
|
|
75
81
|
}
|
|
76
|
-
.
|
|
82
|
+
._sizeM_1vvcbea_28 ._icon_1vvcbea_64{
|
|
77
83
|
width:18px;
|
|
78
84
|
height:18px;
|
|
79
85
|
}
|
|
80
|
-
.
|
|
86
|
+
._sizeL_1vvcbea_34 ._icon_1vvcbea_64{
|
|
81
87
|
width:20px;
|
|
82
88
|
height:20px;
|
|
83
89
|
}
|
|
84
|
-
.
|
|
90
|
+
._sizeS_1vvcbea_22._indeterminate_1vvcbea_95 ._icon_1vvcbea_64{
|
|
85
91
|
border-width:6px 3px;
|
|
86
92
|
}
|
|
87
|
-
.
|
|
93
|
+
._sizeM_1vvcbea_28._indeterminate_1vvcbea_95 ._icon_1vvcbea_64{
|
|
88
94
|
border-width:8px 3px;
|
|
89
95
|
}
|
|
90
|
-
.
|
|
96
|
+
._sizeL_1vvcbea_34._indeterminate_1vvcbea_95 ._icon_1vvcbea_64{
|
|
91
97
|
border-width:9px 3px;
|
|
92
98
|
}
|
|
93
|
-
.
|
|
99
|
+
._sizeS_1vvcbea_22 ._input_1vvcbea_53:checked + ._icon_1vvcbea_64{
|
|
94
100
|
border-width:7px;
|
|
95
101
|
}
|
|
96
|
-
.
|
|
102
|
+
._sizeM_1vvcbea_28 ._input_1vvcbea_53:checked + ._icon_1vvcbea_64{
|
|
97
103
|
border-width:9px;
|
|
98
104
|
}
|
|
99
|
-
.
|
|
105
|
+
._sizeL_1vvcbea_34 ._input_1vvcbea_53:checked + ._icon_1vvcbea_64{
|
|
100
106
|
border-width:10px;
|
|
101
107
|
}
|
|
102
|
-
.
|
|
103
|
-
.
|
|
108
|
+
._disabled_1vvcbea_120 ._icon_1vvcbea_64,
|
|
109
|
+
._input_1vvcbea_53:disabled + ._icon_1vvcbea_64{
|
|
104
110
|
cursor:not-allowed;
|
|
105
111
|
pointer-events:none;
|
|
106
112
|
}
|
|
107
|
-
.
|
|
108
|
-
content:'';
|
|
113
|
+
._icon_1vvcbea_64::after{
|
|
109
114
|
position:absolute;
|
|
115
|
+
|
|
110
116
|
border-radius:0.1px;
|
|
117
|
+
|
|
118
|
+
content:'';
|
|
111
119
|
}
|
|
112
|
-
.
|
|
120
|
+
._sizeS_1vvcbea_22 ._icon_1vvcbea_64::after{
|
|
113
121
|
top:3px;
|
|
114
122
|
right:3px;
|
|
115
123
|
bottom:3px;
|
|
116
124
|
left:3px;
|
|
117
125
|
}
|
|
118
|
-
.
|
|
126
|
+
._sizeM_1vvcbea_28 ._icon_1vvcbea_64::after{
|
|
119
127
|
top:3px;
|
|
120
128
|
right:3px;
|
|
121
129
|
bottom:3px;
|
|
122
130
|
left:3px;
|
|
123
131
|
}
|
|
124
|
-
.
|
|
132
|
+
._sizeL_1vvcbea_34 ._icon_1vvcbea_64::after{
|
|
125
133
|
top:4px;
|
|
126
134
|
right:4px;
|
|
127
135
|
bottom:4px;
|
|
128
136
|
left:4px;
|
|
129
137
|
}
|
|
130
|
-
.
|
|
138
|
+
._checkmark_1vvcbea_156{
|
|
131
139
|
position:absolute;
|
|
140
|
+
|
|
132
141
|
display:none;
|
|
133
142
|
|
|
134
|
-
fill
|
|
143
|
+
fill:currentColor;
|
|
135
144
|
}
|
|
136
|
-
.
|
|
145
|
+
._sizeS_1vvcbea_22 ._checkmark_1vvcbea_156{
|
|
137
146
|
top:3px;
|
|
138
147
|
left:3px;
|
|
139
148
|
|
|
140
149
|
width:14px;
|
|
141
150
|
height:14px;
|
|
142
151
|
}
|
|
143
|
-
.
|
|
152
|
+
._sizeM_1vvcbea_28 ._checkmark_1vvcbea_156{
|
|
144
153
|
top:3px;
|
|
145
154
|
left:3px;
|
|
146
155
|
|
|
147
156
|
width:18px;
|
|
148
157
|
height:18px;
|
|
149
158
|
}
|
|
150
|
-
.
|
|
159
|
+
._sizeL_1vvcbea_34 ._checkmark_1vvcbea_156{
|
|
151
160
|
top:4px;
|
|
152
161
|
left:4px;
|
|
153
162
|
|
|
154
163
|
width:20px;
|
|
155
164
|
height:20px;
|
|
156
165
|
}
|
|
157
|
-
.
|
|
166
|
+
._input_1vvcbea_53:checked + ._icon_1vvcbea_64 > ._checkmark_1vvcbea_156{
|
|
158
167
|
display:block;
|
|
159
168
|
}
|
|
160
|
-
.
|
|
161
|
-
border-color
|
|
169
|
+
._themeLight_1vvcbea_193 ._icon_1vvcbea_64{
|
|
170
|
+
border-color:#A3A3A4;
|
|
162
171
|
|
|
163
172
|
background:#FFFFFF;
|
|
164
173
|
}
|
|
165
|
-
.
|
|
166
|
-
.
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
174
|
+
._themeLight_1vvcbea_193._disabled_1vvcbea_120 ._icon_1vvcbea_64,
|
|
175
|
+
._themeLight_1vvcbea_193 ._input_1vvcbea_53:disabled + ._icon_1vvcbea_64{
|
|
176
|
+
border-color:#BABABB;
|
|
177
|
+
|
|
178
|
+
background:#F4F4F4;
|
|
179
|
+
}
|
|
180
|
+
._themeLight_1vvcbea_193._disabled_1vvcbea_120 ._icon_1vvcbea_64 ._checkmark_1vvcbea_156, ._themeLight_1vvcbea_193 ._input_1vvcbea_53:disabled + ._icon_1vvcbea_64 ._checkmark_1vvcbea_156{
|
|
181
|
+
color:#F4F4F4;
|
|
182
|
+
}
|
|
183
|
+
._themeLight_1vvcbea_193._error_1vvcbea_40 ._icon_1vvcbea_64,
|
|
184
|
+
._themeLight_1vvcbea_193 ._input_1vvcbea_53:invalid + ._icon_1vvcbea_64{
|
|
185
|
+
border-color:#F45C4A !important;
|
|
186
|
+
}
|
|
187
|
+
._themeDark_1vvcbea_218 ._icon_1vvcbea_64{
|
|
188
|
+
border-color:#A3A3A4;
|
|
189
|
+
|
|
190
|
+
background:#303033;
|
|
170
191
|
}
|
|
171
|
-
.
|
|
192
|
+
._themeDark_1vvcbea_218 ._input_1vvcbea_53:hover + ._icon_1vvcbea_64,
|
|
193
|
+
._themeDark_1vvcbea_218:hover ._icon_1vvcbea_64{
|
|
194
|
+
background:#474749;
|
|
195
|
+
}
|
|
196
|
+
._themeDark_1vvcbea_218._disabled_1vvcbea_120 ._icon_1vvcbea_64,
|
|
197
|
+
._themeDark_1vvcbea_218 ._input_1vvcbea_53:disabled + ._icon_1vvcbea_64{
|
|
198
|
+
border-color:#5E5E60;
|
|
199
|
+
|
|
200
|
+
background:#303033;
|
|
201
|
+
}
|
|
202
|
+
._themeDark_1vvcbea_218._disabled_1vvcbea_120 ._icon_1vvcbea_64 ._checkmark_1vvcbea_156, ._themeDark_1vvcbea_218 ._input_1vvcbea_53:disabled + ._icon_1vvcbea_64 ._checkmark_1vvcbea_156{
|
|
203
|
+
color:#303033;
|
|
204
|
+
}
|
|
205
|
+
._themeDark_1vvcbea_218._error_1vvcbea_40 ._icon_1vvcbea_64,
|
|
206
|
+
._themeDark_1vvcbea_218 ._input_1vvcbea_53:invalid + ._icon_1vvcbea_64{
|
|
207
|
+
border-color:#F45C4A !important;
|
|
208
|
+
}
|
|
209
|
+
._themeLight_1vvcbea_193._enabled_1vvcbea_75._classic_1vvcbea_249 ._checkmark_1vvcbea_156{
|
|
210
|
+
color:#FFFFFF;
|
|
211
|
+
}
|
|
212
|
+
._themeLight_1vvcbea_193._enabled_1vvcbea_75._classic_1vvcbea_249._indeterminate_1vvcbea_95 ._icon_1vvcbea_64,
|
|
213
|
+
._themeLight_1vvcbea_193._enabled_1vvcbea_75._classic_1vvcbea_249._indeterminate_1vvcbea_95 ._input_1vvcbea_53:hover + ._icon_1vvcbea_64,
|
|
214
|
+
._themeLight_1vvcbea_193._enabled_1vvcbea_75._classic_1vvcbea_249._indeterminate_1vvcbea_95:hover ._icon_1vvcbea_64{
|
|
172
215
|
border-color:#6B57FF;
|
|
173
216
|
border-color:var(--rs-color-primary-light-theme, #6B57FF);
|
|
174
217
|
}
|
|
175
|
-
.
|
|
218
|
+
._themeLight_1vvcbea_193._enabled_1vvcbea_75._classic_1vvcbea_249 ._input_1vvcbea_53:checked + ._icon_1vvcbea_64{
|
|
176
219
|
border-color:#6B57FF;
|
|
177
220
|
border-color:var(--rs-color-primary-light-theme, #6B57FF);
|
|
178
221
|
}
|
|
179
|
-
.
|
|
180
|
-
|
|
181
|
-
border-color:rgba(25,25,28,0.2);
|
|
222
|
+
._themeDark_1vvcbea_218._enabled_1vvcbea_75._classic_1vvcbea_249 ._checkmark_1vvcbea_156{
|
|
223
|
+
color:#FFFFFF;
|
|
182
224
|
}
|
|
183
|
-
.
|
|
184
|
-
.
|
|
185
|
-
|
|
186
|
-
}
|
|
187
|
-
._themeDark_1ytn26t_220._classic_1ytn26t_187 ._icon_1ytn26t_60{
|
|
188
|
-
border-color:rgba(255,255,255,0.4);
|
|
189
|
-
background:#303033;
|
|
190
|
-
}
|
|
191
|
-
._themeDark_1ytn26t_220._classic_1ytn26t_187._indeterminate_1ytn26t_90 ._icon_1ytn26t_60,
|
|
192
|
-
._themeDark_1ytn26t_220._classic_1ytn26t_187._indeterminate_1ytn26t_90 ._input_1ytn26t_49:hover + ._icon_1ytn26t_60,
|
|
193
|
-
._themeDark_1ytn26t_220._classic_1ytn26t_187._indeterminate_1ytn26t_90:hover ._icon_1ytn26t_60{
|
|
225
|
+
._themeDark_1vvcbea_218._enabled_1vvcbea_75._classic_1vvcbea_249._indeterminate_1vvcbea_95 ._icon_1vvcbea_64,
|
|
226
|
+
._themeDark_1vvcbea_218._enabled_1vvcbea_75._classic_1vvcbea_249._indeterminate_1vvcbea_95 ._input_1vvcbea_53:hover + ._icon_1vvcbea_64,
|
|
227
|
+
._themeDark_1vvcbea_218._enabled_1vvcbea_75._classic_1vvcbea_249._indeterminate_1vvcbea_95:hover ._icon_1vvcbea_64{
|
|
194
228
|
border-color:#8473FF;
|
|
195
229
|
border-color:var(--rs-color-primary-dark-theme, #8473FF);
|
|
196
230
|
|
|
197
231
|
background-color:#FFFFFF;
|
|
198
232
|
}
|
|
199
|
-
.
|
|
233
|
+
._themeDark_1vvcbea_218._enabled_1vvcbea_75._classic_1vvcbea_249 ._input_1vvcbea_53:checked + ._icon_1vvcbea_64{
|
|
200
234
|
border-color:#8473FF;
|
|
201
235
|
border-color:var(--rs-color-primary-dark-theme, #8473FF);
|
|
202
236
|
}
|
|
203
|
-
.
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
}
|
|
207
|
-
._themeDark_1ytn26t_220._classic_1ytn26t_187._disabled_1ytn26t_115 ._icon_1ytn26t_60,
|
|
208
|
-
._themeDark_1ytn26t_220._classic_1ytn26t_187 ._input_1ytn26t_49:disabled + ._icon_1ytn26t_60{
|
|
209
|
-
border-color:rgba(255,255,255,0.2);
|
|
210
|
-
background:#19191C;
|
|
211
|
-
}
|
|
212
|
-
._themeDark_1ytn26t_220._classic_1ytn26t_187._disabled_1ytn26t_115 ._icon_1ytn26t_60 ._checkmark_1ytn26t_149, ._themeDark_1ytn26t_220._classic_1ytn26t_187 ._input_1ytn26t_49:disabled + ._icon_1ytn26t_60 ._checkmark_1ytn26t_149{
|
|
213
|
-
fill:rgba(255,255,255,0.5)
|
|
214
|
-
}
|
|
215
|
-
._themeDark_1ytn26t_220._classic_1ytn26t_187._error_1ytn26t_36 ._icon_1ytn26t_60,
|
|
216
|
-
._themeDark_1ytn26t_220._classic_1ytn26t_187 ._input_1ytn26t_49:invalid + ._icon_1ytn26t_60{
|
|
217
|
-
border-color:#F45C4A !important;
|
|
218
|
-
}
|
|
219
|
-
label:hover ._sizeS_1ytn26t_18._themeLight_1ytn26t_187._classic_1ytn26t_187._enabled_1ytn26t_70 > ._icon_1ytn26t_60::after,
|
|
220
|
-
._sizeS_1ytn26t_18._themeLight_1ytn26t_187._classic_1ytn26t_187._enabled_1ytn26t_70:hover > ._icon_1ytn26t_60::after,
|
|
221
|
-
._sizeS_1ytn26t_18._themeLight_1ytn26t_187._classic_1ytn26t_187._enabled_1ytn26t_70 ._input_1ytn26t_49:focus[data-focus-method='key'] + ._icon_1ytn26t_60::after,
|
|
222
|
-
._sizeS_1ytn26t_18._themeLight_1ytn26t_187._classic_1ytn26t_187._enabled_1ytn26t_70 ._input_1ytn26t_49:active + ._icon_1ytn26t_60::after{
|
|
237
|
+
label:hover ._sizeS_1vvcbea_22._themeLight_1vvcbea_193._classic_1vvcbea_249._enabled_1vvcbea_75 > ._icon_1vvcbea_64::after,
|
|
238
|
+
._sizeS_1vvcbea_22._themeLight_1vvcbea_193._classic_1vvcbea_249._enabled_1vvcbea_75:hover > ._icon_1vvcbea_64::after,
|
|
239
|
+
._sizeS_1vvcbea_22._themeLight_1vvcbea_193._classic_1vvcbea_249._enabled_1vvcbea_75 ._input_1vvcbea_53:active + ._icon_1vvcbea_64::after{
|
|
223
240
|
-webkit-box-shadow:0 0 0 3px rgba(107, 87, 255,0.2);
|
|
224
241
|
-webkit-box-shadow:0 0 0 3px var(--rs-color-primary-t-fog-light-theme, rgba(107, 87, 255,0.2));
|
|
225
242
|
box-shadow:0 0 0 3px rgba(107, 87, 255,0.2);
|
|
226
243
|
box-shadow:0 0 0 3px var(--rs-color-primary-t-fog-light-theme, rgba(107, 87, 255,0.2));
|
|
227
244
|
}
|
|
228
|
-
label:hover .
|
|
229
|
-
.
|
|
230
|
-
.
|
|
231
|
-
._sizeS_1ytn26t_18._themeDark_1ytn26t_220._classic_1ytn26t_187._enabled_1ytn26t_70 ._input_1ytn26t_49:active + ._icon_1ytn26t_60::after{
|
|
245
|
+
label:hover ._sizeS_1vvcbea_22._themeDark_1vvcbea_218._classic_1vvcbea_249._enabled_1vvcbea_75 > ._icon_1vvcbea_64::after,
|
|
246
|
+
._sizeS_1vvcbea_22._themeDark_1vvcbea_218._classic_1vvcbea_249._enabled_1vvcbea_75:hover > ._icon_1vvcbea_64::after,
|
|
247
|
+
._sizeS_1vvcbea_22._themeDark_1vvcbea_218._classic_1vvcbea_249._enabled_1vvcbea_75 ._input_1vvcbea_53:active + ._icon_1vvcbea_64::after{
|
|
232
248
|
-webkit-box-shadow:0 0 0 3px rgba(132, 115, 255,0.3);
|
|
233
249
|
-webkit-box-shadow:0 0 0 3px var(--rs-color-primary-t-fog-dark-theme, rgba(132, 115, 255,0.3));
|
|
234
250
|
box-shadow:0 0 0 3px rgba(132, 115, 255,0.3);
|
|
235
251
|
box-shadow:0 0 0 3px var(--rs-color-primary-t-fog-dark-theme, rgba(132, 115, 255,0.3))
|
|
236
252
|
}
|
|
237
|
-
label:hover .
|
|
238
|
-
.
|
|
239
|
-
.
|
|
240
|
-
._sizeM_1ytn26t_24._themeLight_1ytn26t_187._classic_1ytn26t_187._enabled_1ytn26t_70 ._input_1ytn26t_49:active + ._icon_1ytn26t_60::after{
|
|
253
|
+
label:hover ._sizeM_1vvcbea_28._themeLight_1vvcbea_193._classic_1vvcbea_249._enabled_1vvcbea_75 > ._icon_1vvcbea_64::after,
|
|
254
|
+
._sizeM_1vvcbea_28._themeLight_1vvcbea_193._classic_1vvcbea_249._enabled_1vvcbea_75:hover > ._icon_1vvcbea_64::after,
|
|
255
|
+
._sizeM_1vvcbea_28._themeLight_1vvcbea_193._classic_1vvcbea_249._enabled_1vvcbea_75 ._input_1vvcbea_53:active + ._icon_1vvcbea_64::after{
|
|
241
256
|
-webkit-box-shadow:0 0 0 3px rgba(107, 87, 255,0.2);
|
|
242
257
|
-webkit-box-shadow:0 0 0 3px var(--rs-color-primary-t-fog-light-theme, rgba(107, 87, 255,0.2));
|
|
243
258
|
box-shadow:0 0 0 3px rgba(107, 87, 255,0.2);
|
|
244
259
|
box-shadow:0 0 0 3px var(--rs-color-primary-t-fog-light-theme, rgba(107, 87, 255,0.2));
|
|
245
260
|
}
|
|
246
|
-
label:hover .
|
|
247
|
-
.
|
|
248
|
-
.
|
|
249
|
-
._sizeM_1ytn26t_24._themeDark_1ytn26t_220._classic_1ytn26t_187._enabled_1ytn26t_70 ._input_1ytn26t_49:active + ._icon_1ytn26t_60::after{
|
|
261
|
+
label:hover ._sizeM_1vvcbea_28._themeDark_1vvcbea_218._classic_1vvcbea_249._enabled_1vvcbea_75 > ._icon_1vvcbea_64::after,
|
|
262
|
+
._sizeM_1vvcbea_28._themeDark_1vvcbea_218._classic_1vvcbea_249._enabled_1vvcbea_75:hover > ._icon_1vvcbea_64::after,
|
|
263
|
+
._sizeM_1vvcbea_28._themeDark_1vvcbea_218._classic_1vvcbea_249._enabled_1vvcbea_75 ._input_1vvcbea_53:active + ._icon_1vvcbea_64::after{
|
|
250
264
|
-webkit-box-shadow:0 0 0 3px rgba(132, 115, 255,0.3);
|
|
251
265
|
-webkit-box-shadow:0 0 0 3px var(--rs-color-primary-t-fog-dark-theme, rgba(132, 115, 255,0.3));
|
|
252
266
|
box-shadow:0 0 0 3px rgba(132, 115, 255,0.3);
|
|
253
267
|
box-shadow:0 0 0 3px var(--rs-color-primary-t-fog-dark-theme, rgba(132, 115, 255,0.3))
|
|
254
268
|
}
|
|
255
|
-
label:hover .
|
|
256
|
-
.
|
|
257
|
-
.
|
|
258
|
-
._sizeL_1ytn26t_30._themeLight_1ytn26t_187._classic_1ytn26t_187._enabled_1ytn26t_70 ._input_1ytn26t_49:active + ._icon_1ytn26t_60::after{
|
|
269
|
+
label:hover ._sizeL_1vvcbea_34._themeLight_1vvcbea_193._classic_1vvcbea_249._enabled_1vvcbea_75 > ._icon_1vvcbea_64::after,
|
|
270
|
+
._sizeL_1vvcbea_34._themeLight_1vvcbea_193._classic_1vvcbea_249._enabled_1vvcbea_75:hover > ._icon_1vvcbea_64::after,
|
|
271
|
+
._sizeL_1vvcbea_34._themeLight_1vvcbea_193._classic_1vvcbea_249._enabled_1vvcbea_75 ._input_1vvcbea_53:active + ._icon_1vvcbea_64::after{
|
|
259
272
|
-webkit-box-shadow:0 0 0 4px rgba(107, 87, 255,0.2);
|
|
260
273
|
-webkit-box-shadow:0 0 0 4px var(--rs-color-primary-t-fog-light-theme, rgba(107, 87, 255,0.2));
|
|
261
274
|
box-shadow:0 0 0 4px rgba(107, 87, 255,0.2);
|
|
262
275
|
box-shadow:0 0 0 4px var(--rs-color-primary-t-fog-light-theme, rgba(107, 87, 255,0.2));
|
|
263
276
|
}
|
|
264
|
-
label:hover .
|
|
265
|
-
.
|
|
266
|
-
.
|
|
267
|
-
._sizeL_1ytn26t_30._themeDark_1ytn26t_220._classic_1ytn26t_187._enabled_1ytn26t_70 ._input_1ytn26t_49:active + ._icon_1ytn26t_60::after{
|
|
277
|
+
label:hover ._sizeL_1vvcbea_34._themeDark_1vvcbea_218._classic_1vvcbea_249._enabled_1vvcbea_75 > ._icon_1vvcbea_64::after,
|
|
278
|
+
._sizeL_1vvcbea_34._themeDark_1vvcbea_218._classic_1vvcbea_249._enabled_1vvcbea_75:hover > ._icon_1vvcbea_64::after,
|
|
279
|
+
._sizeL_1vvcbea_34._themeDark_1vvcbea_218._classic_1vvcbea_249._enabled_1vvcbea_75 ._input_1vvcbea_53:active + ._icon_1vvcbea_64::after{
|
|
268
280
|
-webkit-box-shadow:0 0 0 4px rgba(132, 115, 255,0.3);
|
|
269
281
|
-webkit-box-shadow:0 0 0 4px var(--rs-color-primary-t-fog-dark-theme, rgba(132, 115, 255,0.3));
|
|
270
282
|
box-shadow:0 0 0 4px rgba(132, 115, 255,0.3);
|
|
271
283
|
box-shadow:0 0 0 4px var(--rs-color-primary-t-fog-dark-theme, rgba(132, 115, 255,0.3))
|
|
272
284
|
}
|
|
273
|
-
.
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
background:#FFFFFF;
|
|
277
|
-
}
|
|
278
|
-
._themeLight_1ytn26t_187._rock_1ytn26t_316._indeterminate_1ytn26t_90 ._icon_1ytn26t_60,
|
|
279
|
-
._themeLight_1ytn26t_187._rock_1ytn26t_316._indeterminate_1ytn26t_90 ._input_1ytn26t_49:hover + ._icon_1ytn26t_60,
|
|
280
|
-
._themeLight_1ytn26t_187._rock_1ytn26t_316._indeterminate_1ytn26t_90:hover ._icon_1ytn26t_60{
|
|
281
|
-
border-color:#19191C;
|
|
285
|
+
._themeLight_1vvcbea_193._enabled_1vvcbea_75._rock_1vvcbea_336 ._checkmark_1vvcbea_156{
|
|
286
|
+
color:#FFFFFF;
|
|
282
287
|
}
|
|
283
|
-
.
|
|
288
|
+
._themeLight_1vvcbea_193._enabled_1vvcbea_75._rock_1vvcbea_336._indeterminate_1vvcbea_95 ._icon_1vvcbea_64,
|
|
289
|
+
._themeLight_1vvcbea_193._enabled_1vvcbea_75._rock_1vvcbea_336._indeterminate_1vvcbea_95 ._input_1vvcbea_53:hover + ._icon_1vvcbea_64,
|
|
290
|
+
._themeLight_1vvcbea_193._enabled_1vvcbea_75._rock_1vvcbea_336._indeterminate_1vvcbea_95:hover ._icon_1vvcbea_64{
|
|
284
291
|
border-color:#19191C;
|
|
285
292
|
}
|
|
286
|
-
.
|
|
293
|
+
._themeLight_1vvcbea_193._enabled_1vvcbea_75._rock_1vvcbea_336 ._input_1vvcbea_53:checked + ._icon_1vvcbea_64{
|
|
287
294
|
border-color:#19191C;
|
|
288
295
|
}
|
|
289
|
-
.
|
|
290
|
-
|
|
291
|
-
border-color:rgba(25,25,28,0.2);
|
|
292
|
-
}
|
|
293
|
-
._themeLight_1ytn26t_187._rock_1ytn26t_316._error_1ytn26t_36 ._icon_1ytn26t_60,
|
|
294
|
-
._themeLight_1ytn26t_187._rock_1ytn26t_316 ._input_1ytn26t_49:invalid + ._icon_1ytn26t_60{
|
|
295
|
-
border-color:#F45C4A;
|
|
296
|
+
._themeDark_1vvcbea_218._enabled_1vvcbea_75._rock_1vvcbea_336 ._checkmark_1vvcbea_156{
|
|
297
|
+
color:#19191C;
|
|
296
298
|
}
|
|
297
|
-
.
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
._themeDark_1ytn26t_220._rock_1ytn26t_316 ._icon_1ytn26t_60{
|
|
301
|
-
border-color:rgba(255,255,255,0.4);
|
|
302
|
-
background:#303033;
|
|
303
|
-
}
|
|
304
|
-
._themeDark_1ytn26t_220._rock_1ytn26t_316._indeterminate_1ytn26t_90 ._icon_1ytn26t_60,
|
|
305
|
-
._themeDark_1ytn26t_220._rock_1ytn26t_316._indeterminate_1ytn26t_90 ._input_1ytn26t_49:hover + ._icon_1ytn26t_60,
|
|
306
|
-
._themeDark_1ytn26t_220._rock_1ytn26t_316._indeterminate_1ytn26t_90:hover ._icon_1ytn26t_60{
|
|
299
|
+
._themeDark_1vvcbea_218._enabled_1vvcbea_75._rock_1vvcbea_336._indeterminate_1vvcbea_95 ._icon_1vvcbea_64,
|
|
300
|
+
._themeDark_1vvcbea_218._enabled_1vvcbea_75._rock_1vvcbea_336._indeterminate_1vvcbea_95 ._input_1vvcbea_53:hover + ._icon_1vvcbea_64,
|
|
301
|
+
._themeDark_1vvcbea_218._enabled_1vvcbea_75._rock_1vvcbea_336._indeterminate_1vvcbea_95:hover ._icon_1vvcbea_64{
|
|
307
302
|
border-color:#FFFFFF;
|
|
308
303
|
|
|
309
304
|
background-color:#19191C;
|
|
310
305
|
}
|
|
311
|
-
.
|
|
312
|
-
border-color:#FFFFFF;
|
|
313
|
-
}
|
|
314
|
-
._themeDark_1ytn26t_220._rock_1ytn26t_316 ._input_1ytn26t_49:checked + ._icon_1ytn26t_60{
|
|
306
|
+
._themeDark_1vvcbea_218._enabled_1vvcbea_75._rock_1vvcbea_336 ._input_1vvcbea_53:checked + ._icon_1vvcbea_64{
|
|
315
307
|
border-color:#FFFFFF;
|
|
316
308
|
}
|
|
317
|
-
.
|
|
318
|
-
.
|
|
319
|
-
|
|
320
|
-
background:#19191C;
|
|
321
|
-
}
|
|
322
|
-
._themeDark_1ytn26t_220._rock_1ytn26t_316._disabled_1ytn26t_115 ._icon_1ytn26t_60 ._checkmark_1ytn26t_149, ._themeDark_1ytn26t_220._rock_1ytn26t_316 ._input_1ytn26t_49:disabled + ._icon_1ytn26t_60 ._checkmark_1ytn26t_149{
|
|
323
|
-
fill:rgba(255,255,255,0.5)
|
|
324
|
-
}
|
|
325
|
-
._themeDark_1ytn26t_220._rock_1ytn26t_316._error_1ytn26t_36 ._icon_1ytn26t_60,
|
|
326
|
-
._themeDark_1ytn26t_220._rock_1ytn26t_316 ._input_1ytn26t_49:invalid + ._icon_1ytn26t_60{
|
|
327
|
-
border-color:#F45C4A;
|
|
328
|
-
}
|
|
329
|
-
label:hover ._sizeS_1ytn26t_18._themeLight_1ytn26t_187._rock_1ytn26t_316._enabled_1ytn26t_70 > ._icon_1ytn26t_60::after,
|
|
330
|
-
._sizeS_1ytn26t_18._themeLight_1ytn26t_187._rock_1ytn26t_316._enabled_1ytn26t_70:hover > ._icon_1ytn26t_60::after,
|
|
331
|
-
._sizeS_1ytn26t_18._themeLight_1ytn26t_187._rock_1ytn26t_316._enabled_1ytn26t_70 ._input_1ytn26t_49:focus[data-focus-method='key'] + ._icon_1ytn26t_60::after,
|
|
332
|
-
._sizeS_1ytn26t_18._themeLight_1ytn26t_187._rock_1ytn26t_316._enabled_1ytn26t_70 ._input_1ytn26t_49:active + ._icon_1ytn26t_60::after{
|
|
309
|
+
label:hover ._sizeS_1vvcbea_22._themeLight_1vvcbea_193._rock_1vvcbea_336._enabled_1vvcbea_75 > ._icon_1vvcbea_64::after,
|
|
310
|
+
._sizeS_1vvcbea_22._themeLight_1vvcbea_193._rock_1vvcbea_336._enabled_1vvcbea_75:hover > ._icon_1vvcbea_64::after,
|
|
311
|
+
._sizeS_1vvcbea_22._themeLight_1vvcbea_193._rock_1vvcbea_336._enabled_1vvcbea_75 ._input_1vvcbea_53:active + ._icon_1vvcbea_64::after{
|
|
333
312
|
-webkit-box-shadow:0 0 0 3px rgba(25,25,28,0.1);
|
|
334
313
|
box-shadow:0 0 0 3px rgba(25,25,28,0.1);
|
|
335
314
|
}
|
|
336
|
-
label:hover .
|
|
337
|
-
.
|
|
338
|
-
.
|
|
339
|
-
._sizeS_1ytn26t_18._themeDark_1ytn26t_220._rock_1ytn26t_316._enabled_1ytn26t_70 ._input_1ytn26t_49:active + ._icon_1ytn26t_60::after{
|
|
315
|
+
label:hover ._sizeS_1vvcbea_22._themeDark_1vvcbea_218._rock_1vvcbea_336._enabled_1vvcbea_75 > ._icon_1vvcbea_64::after,
|
|
316
|
+
._sizeS_1vvcbea_22._themeDark_1vvcbea_218._rock_1vvcbea_336._enabled_1vvcbea_75:hover > ._icon_1vvcbea_64::after,
|
|
317
|
+
._sizeS_1vvcbea_22._themeDark_1vvcbea_218._rock_1vvcbea_336._enabled_1vvcbea_75 ._input_1vvcbea_53:active + ._icon_1vvcbea_64::after{
|
|
340
318
|
-webkit-box-shadow:0 0 0 3px rgba(255,255,255,0.1);
|
|
341
319
|
box-shadow:0 0 0 3px rgba(255,255,255,0.1);
|
|
342
320
|
}
|
|
343
|
-
label:hover .
|
|
344
|
-
.
|
|
345
|
-
.
|
|
346
|
-
._sizeM_1ytn26t_24._themeLight_1ytn26t_187._rock_1ytn26t_316._enabled_1ytn26t_70 ._input_1ytn26t_49:active + ._icon_1ytn26t_60::after{
|
|
321
|
+
label:hover ._sizeM_1vvcbea_28._themeLight_1vvcbea_193._rock_1vvcbea_336._enabled_1vvcbea_75 > ._icon_1vvcbea_64::after,
|
|
322
|
+
._sizeM_1vvcbea_28._themeLight_1vvcbea_193._rock_1vvcbea_336._enabled_1vvcbea_75:hover > ._icon_1vvcbea_64::after,
|
|
323
|
+
._sizeM_1vvcbea_28._themeLight_1vvcbea_193._rock_1vvcbea_336._enabled_1vvcbea_75 ._input_1vvcbea_53:active + ._icon_1vvcbea_64::after{
|
|
347
324
|
-webkit-box-shadow:0 0 0 3px rgba(25,25,28,0.1);
|
|
348
325
|
box-shadow:0 0 0 3px rgba(25,25,28,0.1);
|
|
349
326
|
}
|
|
350
|
-
label:hover .
|
|
351
|
-
.
|
|
352
|
-
.
|
|
353
|
-
._sizeM_1ytn26t_24._themeDark_1ytn26t_220._rock_1ytn26t_316._enabled_1ytn26t_70 ._input_1ytn26t_49:active + ._icon_1ytn26t_60::after{
|
|
327
|
+
label:hover ._sizeM_1vvcbea_28._themeDark_1vvcbea_218._rock_1vvcbea_336._enabled_1vvcbea_75 > ._icon_1vvcbea_64::after,
|
|
328
|
+
._sizeM_1vvcbea_28._themeDark_1vvcbea_218._rock_1vvcbea_336._enabled_1vvcbea_75:hover > ._icon_1vvcbea_64::after,
|
|
329
|
+
._sizeM_1vvcbea_28._themeDark_1vvcbea_218._rock_1vvcbea_336._enabled_1vvcbea_75 ._input_1vvcbea_53:active + ._icon_1vvcbea_64::after{
|
|
354
330
|
-webkit-box-shadow:0 0 0 3px rgba(255,255,255,0.1);
|
|
355
331
|
box-shadow:0 0 0 3px rgba(255,255,255,0.1);
|
|
356
332
|
}
|
|
357
|
-
label:hover .
|
|
358
|
-
.
|
|
359
|
-
.
|
|
360
|
-
._sizeL_1ytn26t_30._themeLight_1ytn26t_187._rock_1ytn26t_316._enabled_1ytn26t_70 ._input_1ytn26t_49:active + ._icon_1ytn26t_60::after{
|
|
333
|
+
label:hover ._sizeL_1vvcbea_34._themeLight_1vvcbea_193._rock_1vvcbea_336._enabled_1vvcbea_75 > ._icon_1vvcbea_64::after,
|
|
334
|
+
._sizeL_1vvcbea_34._themeLight_1vvcbea_193._rock_1vvcbea_336._enabled_1vvcbea_75:hover > ._icon_1vvcbea_64::after,
|
|
335
|
+
._sizeL_1vvcbea_34._themeLight_1vvcbea_193._rock_1vvcbea_336._enabled_1vvcbea_75 ._input_1vvcbea_53:active + ._icon_1vvcbea_64::after{
|
|
361
336
|
-webkit-box-shadow:0 0 0 4px rgba(25,25,28,0.1);
|
|
362
337
|
box-shadow:0 0 0 4px rgba(25,25,28,0.1);
|
|
363
338
|
}
|
|
364
|
-
label:hover .
|
|
365
|
-
.
|
|
366
|
-
.
|
|
367
|
-
._sizeL_1ytn26t_30._themeDark_1ytn26t_220._rock_1ytn26t_316._enabled_1ytn26t_70 ._input_1ytn26t_49:active + ._icon_1ytn26t_60::after{
|
|
339
|
+
label:hover ._sizeL_1vvcbea_34._themeDark_1vvcbea_218._rock_1vvcbea_336._enabled_1vvcbea_75 > ._icon_1vvcbea_64::after,
|
|
340
|
+
._sizeL_1vvcbea_34._themeDark_1vvcbea_218._rock_1vvcbea_336._enabled_1vvcbea_75:hover > ._icon_1vvcbea_64::after,
|
|
341
|
+
._sizeL_1vvcbea_34._themeDark_1vvcbea_218._rock_1vvcbea_336._enabled_1vvcbea_75 ._input_1vvcbea_53:active + ._icon_1vvcbea_64::after{
|
|
368
342
|
-webkit-box-shadow:0 0 0 4px rgba(255,255,255,0.1);
|
|
369
343
|
box-shadow:0 0 0 4px rgba(255,255,255,0.1);
|
|
370
344
|
}
|
|
345
|
+
._sizeS_1vvcbea_22._themeLight_1vvcbea_193._classic_1vvcbea_249._enabled_1vvcbea_75 ._input_1vvcbea_53:focus[data-focus-method='key'] + ._icon_1vvcbea_64::after, ._sizeS_1vvcbea_22._themeLight_1vvcbea_193._rock_1vvcbea_336._enabled_1vvcbea_75 ._input_1vvcbea_53:focus[data-focus-method='key'] + ._icon_1vvcbea_64::after{
|
|
346
|
+
-webkit-box-shadow:0 0 0 1px #E8E8E8, 0 0 0 3px rgba(107, 87, 255, 0.8);
|
|
347
|
+
-webkit-box-shadow:0 0 0 1px #E8E8E8, 0 0 0 3px var(--rs-color-primary-t-dim-light-theme, rgba(107, 87, 255, 0.8));
|
|
348
|
+
box-shadow:0 0 0 1px #E8E8E8, 0 0 0 3px rgba(107, 87, 255, 0.8);
|
|
349
|
+
box-shadow:0 0 0 1px #E8E8E8, 0 0 0 3px var(--rs-color-primary-t-dim-light-theme, rgba(107, 87, 255, 0.8));
|
|
350
|
+
}
|
|
351
|
+
._sizeS_1vvcbea_22._themeDark_1vvcbea_218._classic_1vvcbea_249._enabled_1vvcbea_75 ._input_1vvcbea_53:focus[data-focus-method='key'] + ._icon_1vvcbea_64::after, ._sizeS_1vvcbea_22._themeDark_1vvcbea_218._rock_1vvcbea_336._enabled_1vvcbea_75 ._input_1vvcbea_53:focus[data-focus-method='key'] + ._icon_1vvcbea_64::after{
|
|
352
|
+
-webkit-box-shadow:0 0 0 1px #303033, 0 0 0 3px rgba(132, 115, 255,0.8);
|
|
353
|
+
-webkit-box-shadow:0 0 0 1px #303033, 0 0 0 3px var(--rs-color-primary-t-dim-dark-theme, rgba(132, 115, 255,0.8));
|
|
354
|
+
box-shadow:0 0 0 1px #303033, 0 0 0 3px rgba(132, 115, 255,0.8);
|
|
355
|
+
box-shadow:0 0 0 1px #303033, 0 0 0 3px var(--rs-color-primary-t-dim-dark-theme, rgba(132, 115, 255,0.8))
|
|
356
|
+
}
|
|
357
|
+
._sizeM_1vvcbea_28._themeLight_1vvcbea_193._classic_1vvcbea_249._enabled_1vvcbea_75 ._input_1vvcbea_53:focus[data-focus-method='key'] + ._icon_1vvcbea_64::after, ._sizeM_1vvcbea_28._themeLight_1vvcbea_193._rock_1vvcbea_336._enabled_1vvcbea_75 ._input_1vvcbea_53:focus[data-focus-method='key'] + ._icon_1vvcbea_64::after{
|
|
358
|
+
-webkit-box-shadow:0 0 0 1px #E8E8E8, 0 0 0 3px rgba(107, 87, 255, 0.8);
|
|
359
|
+
-webkit-box-shadow:0 0 0 1px #E8E8E8, 0 0 0 3px var(--rs-color-primary-t-dim-light-theme, rgba(107, 87, 255, 0.8));
|
|
360
|
+
box-shadow:0 0 0 1px #E8E8E8, 0 0 0 3px rgba(107, 87, 255, 0.8);
|
|
361
|
+
box-shadow:0 0 0 1px #E8E8E8, 0 0 0 3px var(--rs-color-primary-t-dim-light-theme, rgba(107, 87, 255, 0.8));
|
|
362
|
+
}
|
|
363
|
+
._sizeM_1vvcbea_28._themeDark_1vvcbea_218._classic_1vvcbea_249._enabled_1vvcbea_75 ._input_1vvcbea_53:focus[data-focus-method='key'] + ._icon_1vvcbea_64::after, ._sizeM_1vvcbea_28._themeDark_1vvcbea_218._rock_1vvcbea_336._enabled_1vvcbea_75 ._input_1vvcbea_53:focus[data-focus-method='key'] + ._icon_1vvcbea_64::after{
|
|
364
|
+
-webkit-box-shadow:0 0 0 1px #303033, 0 0 0 3px rgba(132, 115, 255,0.8);
|
|
365
|
+
-webkit-box-shadow:0 0 0 1px #303033, 0 0 0 3px var(--rs-color-primary-t-dim-dark-theme, rgba(132, 115, 255,0.8));
|
|
366
|
+
box-shadow:0 0 0 1px #303033, 0 0 0 3px rgba(132, 115, 255,0.8);
|
|
367
|
+
box-shadow:0 0 0 1px #303033, 0 0 0 3px var(--rs-color-primary-t-dim-dark-theme, rgba(132, 115, 255,0.8))
|
|
368
|
+
}
|
|
369
|
+
._sizeL_1vvcbea_34._themeLight_1vvcbea_193._classic_1vvcbea_249._enabled_1vvcbea_75 ._input_1vvcbea_53:focus[data-focus-method='key'] + ._icon_1vvcbea_64::after, ._sizeL_1vvcbea_34._themeLight_1vvcbea_193._rock_1vvcbea_336._enabled_1vvcbea_75 ._input_1vvcbea_53:focus[data-focus-method='key'] + ._icon_1vvcbea_64::after{
|
|
370
|
+
-webkit-box-shadow:0 0 0 1px #E8E8E8, 0 0 0 4px rgba(107, 87, 255, 0.8);
|
|
371
|
+
-webkit-box-shadow:0 0 0 1px #E8E8E8, 0 0 0 4px var(--rs-color-primary-t-dim-light-theme, rgba(107, 87, 255, 0.8));
|
|
372
|
+
box-shadow:0 0 0 1px #E8E8E8, 0 0 0 4px rgba(107, 87, 255, 0.8);
|
|
373
|
+
box-shadow:0 0 0 1px #E8E8E8, 0 0 0 4px var(--rs-color-primary-t-dim-light-theme, rgba(107, 87, 255, 0.8));
|
|
374
|
+
}
|
|
375
|
+
._sizeL_1vvcbea_34._themeDark_1vvcbea_218._classic_1vvcbea_249._enabled_1vvcbea_75 ._input_1vvcbea_53:focus[data-focus-method='key'] + ._icon_1vvcbea_64::after, ._sizeL_1vvcbea_34._themeDark_1vvcbea_218._rock_1vvcbea_336._enabled_1vvcbea_75 ._input_1vvcbea_53:focus[data-focus-method='key'] + ._icon_1vvcbea_64::after{
|
|
376
|
+
-webkit-box-shadow:0 0 0 1px #303033, 0 0 0 4px rgba(132, 115, 255,0.8);
|
|
377
|
+
-webkit-box-shadow:0 0 0 1px #303033, 0 0 0 4px var(--rs-color-primary-t-dim-dark-theme, rgba(132, 115, 255,0.8));
|
|
378
|
+
box-shadow:0 0 0 1px #303033, 0 0 0 4px rgba(132, 115, 255,0.8);
|
|
379
|
+
box-shadow:0 0 0 1px #303033, 0 0 0 4px var(--rs-color-primary-t-dim-dark-theme, rgba(132, 115, 255,0.8))
|
|
380
|
+
}
|
|
371
381
|
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import "core-js/modules/es.object.to-string.js";
|
|
1
2
|
import "core-js/modules/web.dom-collections.for-each.js";
|
|
2
3
|
import _Object$keys from "@babel/runtime-corejs3/core-js-stable/object/keys";
|
|
3
4
|
import _Object$getOwnPropertySymbols from "@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols";
|
|
@@ -8,9 +9,9 @@ import _defineProperty from "@babel/runtime-corejs3/helpers/esm/defineProperty";
|
|
|
8
9
|
import _objectWithoutProperties from "@babel/runtime-corejs3/helpers/esm/objectWithoutProperties";
|
|
9
10
|
var _excluded = ["className", "children", "theme", "isError", "disabled", "size", "mode", "indeterminate", "notUseLabelTag"];
|
|
10
11
|
|
|
11
|
-
function ownKeys(object, enumerableOnly) { var keys = _Object$keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object);
|
|
12
|
+
function ownKeys(object, enumerableOnly) { var keys = _Object$keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object); enumerableOnly && (symbols = _filterInstanceProperty(symbols).call(symbols, function (sym) { return _Object$getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
12
13
|
|
|
13
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
|
14
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : _Object$getOwnPropertyDescriptors ? Object.defineProperties(target, _Object$getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, _Object$getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
14
15
|
|
|
15
16
|
import React from 'react';
|
|
16
17
|
import PropTypes from 'prop-types';
|
|
@@ -91,4 +92,4 @@ CheckboxControlInner.propTypes = {
|
|
|
91
92
|
size: PropTypes.oneOf(['s', 'm', 'l']),
|
|
92
93
|
mode: PropTypes.oneOf(['classic', 'rock'])
|
|
93
94
|
};
|
|
94
|
-
export default
|
|
95
|
+
export { CheckboxControlInner as default };
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import "core-js/modules/es.object.to-string.js";
|
|
1
2
|
import "core-js/modules/web.dom-collections.for-each.js";
|
|
2
3
|
import _Object$keys from "@babel/runtime-corejs3/core-js-stable/object/keys";
|
|
3
4
|
import _Object$getOwnPropertySymbols from "@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols";
|
|
@@ -9,9 +10,9 @@ import _defineProperty from "@babel/runtime-corejs3/helpers/esm/defineProperty";
|
|
|
9
10
|
var _excluded = ["value", "defaultChecked", "onChange", "checked", "isError", "disabled", "theme", "size", "mode"];
|
|
10
11
|
import _includesInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/includes";
|
|
11
12
|
|
|
12
|
-
function ownKeys(object, enumerableOnly) { var keys = _Object$keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object);
|
|
13
|
+
function ownKeys(object, enumerableOnly) { var keys = _Object$keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object); enumerableOnly && (symbols = _filterInstanceProperty(symbols).call(symbols, function (sym) { return _Object$getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
13
14
|
|
|
14
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
|
15
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : _Object$getOwnPropertyDescriptors ? Object.defineProperties(target, _Object$getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, _Object$getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
15
16
|
|
|
16
17
|
import React from 'react';
|
|
17
18
|
import { GroupContext } from './group-context.js';
|
|
@@ -58,4 +59,4 @@ var CheckboxControl = /*#__PURE__*/React.forwardRef(function CheckboxControl(pro
|
|
|
58
59
|
});
|
|
59
60
|
});
|
|
60
61
|
CheckboxControl.propTypes = CheckboxControlInner.propTypes;
|
|
61
|
-
export default
|
|
62
|
+
export { CheckboxControl as default };
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import "core-js/modules/es.object.to-string.js";
|
|
1
2
|
import "core-js/modules/web.dom-collections.for-each.js";
|
|
2
3
|
import _Object$keys from "@babel/runtime-corejs3/core-js-stable/object/keys";
|
|
3
4
|
import _Object$getOwnPropertySymbols from "@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols";
|
|
@@ -8,9 +9,9 @@ import _defineProperty from "@babel/runtime-corejs3/helpers/esm/defineProperty";
|
|
|
8
9
|
import _objectWithoutProperties from "@babel/runtime-corejs3/helpers/esm/objectWithoutProperties";
|
|
9
10
|
var _excluded = ["mode", "size", "theme", "disabled", "children", "onChange", "value", "defaultValue", "error", "className", "style"];
|
|
10
11
|
|
|
11
|
-
function ownKeys(object, enumerableOnly) { var keys = _Object$keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object);
|
|
12
|
+
function ownKeys(object, enumerableOnly) { var keys = _Object$keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object); enumerableOnly && (symbols = _filterInstanceProperty(symbols).call(symbols, function (sym) { return _Object$getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
12
13
|
|
|
13
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
|
14
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : _Object$getOwnPropertyDescriptors ? Object.defineProperties(target, _Object$getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, _Object$getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
14
15
|
|
|
15
16
|
import React from 'react';
|
|
16
17
|
import PropTypes from 'prop-types';
|
|
@@ -69,4 +70,4 @@ CheckboxList.propTypes = {
|
|
|
69
70
|
theme: PropTypes.oneOf(['light', 'dark']),
|
|
70
71
|
disabled: PropTypes.bool
|
|
71
72
|
};
|
|
72
|
-
export default
|
|
73
|
+
export { CheckboxList as default };
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
var styles = {
|
|
2
|
-
"checkbox": "
|
|
3
|
-
"sizeS": "
|
|
4
|
-
"sizeM": "
|
|
5
|
-
"sizeL": "
|
|
6
|
-
"errorMessage": "
|
|
7
|
-
"rs-reset-letter-spacing": "_rs-reset-letter-
|
|
8
|
-
"list": "
|
|
9
|
-
"single": "
|
|
10
|
-
"input": "
|
|
11
|
-
"icon": "
|
|
12
|
-
"enabled": "
|
|
13
|
-
"indeterminate": "
|
|
14
|
-
"disabled": "
|
|
15
|
-
"checkmark": "
|
|
16
|
-
"themeLight": "
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"rock": "
|
|
2
|
+
"checkbox": "_checkbox_1vvcbea_10",
|
|
3
|
+
"sizeS": "_sizeS_1vvcbea_22",
|
|
4
|
+
"sizeM": "_sizeM_1vvcbea_28",
|
|
5
|
+
"sizeL": "_sizeL_1vvcbea_34",
|
|
6
|
+
"errorMessage": "_errorMessage_1vvcbea_40",
|
|
7
|
+
"rs-reset-letter-spacing": "_rs-reset-letter-spacing_1vvcbea_1",
|
|
8
|
+
"list": "_list_1vvcbea_44",
|
|
9
|
+
"single": "_single_1vvcbea_48",
|
|
10
|
+
"input": "_input_1vvcbea_53",
|
|
11
|
+
"icon": "_icon_1vvcbea_64",
|
|
12
|
+
"enabled": "_enabled_1vvcbea_75",
|
|
13
|
+
"indeterminate": "_indeterminate_1vvcbea_95",
|
|
14
|
+
"disabled": "_disabled_1vvcbea_120",
|
|
15
|
+
"checkmark": "_checkmark_1vvcbea_156",
|
|
16
|
+
"themeLight": "_themeLight_1vvcbea_193",
|
|
17
|
+
"error": "_error_1vvcbea_40",
|
|
18
|
+
"themeDark": "_themeDark_1vvcbea_218",
|
|
19
|
+
"classic": "_classic_1vvcbea_249",
|
|
20
|
+
"rock": "_rock_1vvcbea_336"
|
|
21
21
|
};
|
|
22
|
-
export default
|
|
22
|
+
export { styles as default };
|
package/lib/parts/marks.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import "core-js/modules/es.object.to-string.js";
|
|
1
2
|
import "core-js/modules/web.dom-collections.for-each.js";
|
|
2
3
|
import _Object$keys from "@babel/runtime-corejs3/core-js-stable/object/keys";
|
|
3
4
|
import _Object$getOwnPropertySymbols from "@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols";
|
|
@@ -6,9 +7,9 @@ import _Object$getOwnPropertyDescriptor from "@babel/runtime-corejs3/core-js-sta
|
|
|
6
7
|
import _Object$getOwnPropertyDescriptors from "@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptors";
|
|
7
8
|
import _defineProperty from "@babel/runtime-corejs3/helpers/esm/defineProperty";
|
|
8
9
|
|
|
9
|
-
function ownKeys(object, enumerableOnly) { var keys = _Object$keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object);
|
|
10
|
+
function ownKeys(object, enumerableOnly) { var keys = _Object$keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object); enumerableOnly && (symbols = _filterInstanceProperty(symbols).call(symbols, function (sym) { return _Object$getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
10
11
|
|
|
11
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
|
12
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : _Object$getOwnPropertyDescriptors ? Object.defineProperties(target, _Object$getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, _Object$getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
12
13
|
|
|
13
14
|
import React from 'react';
|
|
14
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rescui/checkbox",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "JetBrains",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@babel/runtime-corejs3": "^7.14.0",
|
|
19
|
-
"@rescui/menu": "^0.
|
|
19
|
+
"@rescui/menu": "^0.6.0",
|
|
20
20
|
"classnames": "^2.2.6",
|
|
21
21
|
"core-js": "^3.9.1"
|
|
22
22
|
},
|
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
"react": ">=16.8.0 <18"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@rescui/colors": "^0.1.
|
|
30
|
-
"@rescui/postcss-preset-library": "^0.0.
|
|
31
|
-
"@rescui/scripts": "^0.1.
|
|
32
|
-
"@rescui/typography": "^0.7.
|
|
29
|
+
"@rescui/colors": "^0.1.1",
|
|
30
|
+
"@rescui/postcss-preset-library": "^0.0.5",
|
|
31
|
+
"@rescui/scripts": "^0.1.5",
|
|
32
|
+
"@rescui/typography": "^0.7.2",
|
|
33
33
|
"@rescui/visual-regression": "^0.0.1"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"build": "rescui-scripts build"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "67f695b72d13fd8445542c48f096b65656fdd7d9"
|
|
39
39
|
}
|