@rescui/checkbox 0.4.9 → 0.4.10
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/index.css +108 -108
- package/lib/parts/checkbox.p.module.css.js +19 -19
- package/package.json +3 -3
package/lib/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._checkbox_td0qow_10{
|
|
2
2
|
position:relative;
|
|
3
3
|
|
|
4
4
|
display:inline-block;
|
|
@@ -11,22 +11,22 @@
|
|
|
11
11
|
|
|
12
12
|
text-align:left;
|
|
13
13
|
}
|
|
14
|
-
.
|
|
14
|
+
._sizeS_td0qow_22{
|
|
15
15
|
width:20px;
|
|
16
16
|
height:20px;
|
|
17
17
|
padding:3px;
|
|
18
18
|
}
|
|
19
|
-
.
|
|
19
|
+
._sizeM_td0qow_28{
|
|
20
20
|
width:24px;
|
|
21
21
|
height:24px;
|
|
22
22
|
padding:3px;
|
|
23
23
|
}
|
|
24
|
-
.
|
|
24
|
+
._sizeL_td0qow_34{
|
|
25
25
|
width:28px;
|
|
26
26
|
height:28px;
|
|
27
27
|
padding:4px;
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
._errorMessage_td0qow_40{
|
|
30
30
|
letter-spacing:0.0045em;
|
|
31
31
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
32
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));
|
|
@@ -37,19 +37,19 @@
|
|
|
37
37
|
line-height:20px;
|
|
38
38
|
line-height:var(--rs-text-3-line-height, 20px);
|
|
39
39
|
}
|
|
40
|
-
._rs-reset-letter-
|
|
40
|
+
._rs-reset-letter-spacing_td0qow_1 ._errorMessage_td0qow_40{
|
|
41
41
|
letter-spacing:normal;
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
._errorMessage_td0qow_40 {
|
|
44
44
|
color:#F45C4A;
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
._errorMessage_td0qow_40._list_td0qow_44{
|
|
47
47
|
margin-bottom:12px;
|
|
48
48
|
}
|
|
49
|
-
.
|
|
49
|
+
._errorMessage_td0qow_40._single_td0qow_48{
|
|
50
50
|
margin-top:8px;
|
|
51
51
|
}
|
|
52
|
-
.
|
|
52
|
+
._input_td0qow_53{
|
|
53
53
|
position:absolute;
|
|
54
54
|
z-index:-1;
|
|
55
55
|
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
|
|
60
60
|
border:0;
|
|
61
61
|
}
|
|
62
|
-
.
|
|
62
|
+
._icon_td0qow_64{
|
|
63
63
|
display:inline-block;
|
|
64
64
|
float:left;
|
|
65
65
|
|
|
@@ -74,305 +74,305 @@
|
|
|
74
74
|
|
|
75
75
|
transition:border-width ease-out 100ms, border-color ease-out 100ms;
|
|
76
76
|
}
|
|
77
|
-
.
|
|
77
|
+
._enabled_td0qow_75 ._icon_td0qow_64{
|
|
78
78
|
cursor:pointer;
|
|
79
79
|
}
|
|
80
|
-
.
|
|
80
|
+
._sizeS_td0qow_22 ._icon_td0qow_64{
|
|
81
81
|
width:14px;
|
|
82
82
|
height:14px;
|
|
83
83
|
}
|
|
84
|
-
.
|
|
84
|
+
._sizeM_td0qow_28 ._icon_td0qow_64{
|
|
85
85
|
width:18px;
|
|
86
86
|
height:18px;
|
|
87
87
|
}
|
|
88
|
-
.
|
|
88
|
+
._sizeL_td0qow_34 ._icon_td0qow_64{
|
|
89
89
|
width:20px;
|
|
90
90
|
height:20px;
|
|
91
91
|
}
|
|
92
|
-
.
|
|
92
|
+
._sizeS_td0qow_22._indeterminate_td0qow_95 ._icon_td0qow_64{
|
|
93
93
|
border-width:6px 3px;
|
|
94
94
|
}
|
|
95
|
-
.
|
|
95
|
+
._sizeM_td0qow_28._indeterminate_td0qow_95 ._icon_td0qow_64{
|
|
96
96
|
border-width:8px 3px;
|
|
97
97
|
}
|
|
98
|
-
.
|
|
98
|
+
._sizeL_td0qow_34._indeterminate_td0qow_95 ._icon_td0qow_64{
|
|
99
99
|
border-width:9px 3px;
|
|
100
100
|
}
|
|
101
|
-
.
|
|
101
|
+
._sizeS_td0qow_22 ._input_td0qow_53:checked + ._icon_td0qow_64{
|
|
102
102
|
border-width:7px;
|
|
103
103
|
}
|
|
104
|
-
.
|
|
104
|
+
._sizeM_td0qow_28 ._input_td0qow_53:checked + ._icon_td0qow_64{
|
|
105
105
|
border-width:9px;
|
|
106
106
|
}
|
|
107
|
-
.
|
|
107
|
+
._sizeL_td0qow_34 ._input_td0qow_53:checked + ._icon_td0qow_64{
|
|
108
108
|
border-width:10px;
|
|
109
109
|
}
|
|
110
|
-
.
|
|
111
|
-
.
|
|
110
|
+
._disabled_td0qow_120 ._icon_td0qow_64,
|
|
111
|
+
._input_td0qow_53:disabled + ._icon_td0qow_64{
|
|
112
112
|
cursor:not-allowed;
|
|
113
113
|
pointer-events:none;
|
|
114
114
|
}
|
|
115
|
-
.
|
|
115
|
+
._icon_td0qow_64::after{
|
|
116
116
|
position:absolute;
|
|
117
117
|
|
|
118
118
|
content:'';
|
|
119
119
|
}
|
|
120
|
-
.
|
|
120
|
+
._sizeS_td0qow_22 ._icon_td0qow_64::after{
|
|
121
121
|
top:3px;
|
|
122
122
|
right:3px;
|
|
123
123
|
bottom:3px;
|
|
124
124
|
left:3px;
|
|
125
125
|
}
|
|
126
|
-
.
|
|
126
|
+
._sizeM_td0qow_28 ._icon_td0qow_64::after{
|
|
127
127
|
top:3px;
|
|
128
128
|
right:3px;
|
|
129
129
|
bottom:3px;
|
|
130
130
|
left:3px;
|
|
131
131
|
}
|
|
132
|
-
.
|
|
132
|
+
._sizeL_td0qow_34 ._icon_td0qow_64::after{
|
|
133
133
|
top:4px;
|
|
134
134
|
right:4px;
|
|
135
135
|
bottom:4px;
|
|
136
136
|
left:4px;
|
|
137
137
|
}
|
|
138
|
-
.
|
|
138
|
+
._checkmark_td0qow_154{
|
|
139
139
|
position:absolute;
|
|
140
140
|
|
|
141
141
|
display:none;
|
|
142
142
|
|
|
143
143
|
fill:currentColor;
|
|
144
144
|
}
|
|
145
|
-
.
|
|
145
|
+
._sizeS_td0qow_22 ._checkmark_td0qow_154{
|
|
146
146
|
top:3px;
|
|
147
147
|
left:3px;
|
|
148
148
|
|
|
149
149
|
width:14px;
|
|
150
150
|
height:14px;
|
|
151
151
|
}
|
|
152
|
-
.
|
|
152
|
+
._sizeM_td0qow_28 ._checkmark_td0qow_154{
|
|
153
153
|
top:3px;
|
|
154
154
|
left:3px;
|
|
155
155
|
|
|
156
156
|
width:18px;
|
|
157
157
|
height:18px;
|
|
158
158
|
}
|
|
159
|
-
.
|
|
159
|
+
._sizeL_td0qow_34 ._checkmark_td0qow_154{
|
|
160
160
|
top:4px;
|
|
161
161
|
left:4px;
|
|
162
162
|
|
|
163
163
|
width:20px;
|
|
164
164
|
height:20px;
|
|
165
165
|
}
|
|
166
|
-
.
|
|
166
|
+
._input_td0qow_53:checked + ._icon_td0qow_64 > ._checkmark_td0qow_154{
|
|
167
167
|
display:block;
|
|
168
168
|
}
|
|
169
|
-
.
|
|
169
|
+
._themeLight_td0qow_191 ._icon_td0qow_64{
|
|
170
170
|
border-color:#A3A3A4;
|
|
171
171
|
|
|
172
172
|
background:#FFFFFF;
|
|
173
173
|
}
|
|
174
|
-
.
|
|
175
|
-
.
|
|
174
|
+
._themeLight_td0qow_191._disabled_td0qow_120 ._icon_td0qow_64,
|
|
175
|
+
._themeLight_td0qow_191 ._input_td0qow_53:disabled + ._icon_td0qow_64{
|
|
176
176
|
border-color:#BABABB;
|
|
177
177
|
|
|
178
178
|
background:#F4F4F4;
|
|
179
179
|
}
|
|
180
|
-
.
|
|
180
|
+
._themeLight_td0qow_191._disabled_td0qow_120 ._icon_td0qow_64 ._checkmark_td0qow_154, ._themeLight_td0qow_191 ._input_td0qow_53:disabled + ._icon_td0qow_64 ._checkmark_td0qow_154{
|
|
181
181
|
color:#F4F4F4;
|
|
182
182
|
}
|
|
183
|
-
.
|
|
184
|
-
.
|
|
183
|
+
._themeLight_td0qow_191._error_td0qow_40 ._icon_td0qow_64,
|
|
184
|
+
._themeLight_td0qow_191 ._input_td0qow_53:invalid + ._icon_td0qow_64{
|
|
185
185
|
border-color:#F45C4A !important;
|
|
186
186
|
}
|
|
187
|
-
.
|
|
187
|
+
._themeDark_td0qow_216 ._icon_td0qow_64{
|
|
188
188
|
border-color:#A3A3A4;
|
|
189
189
|
|
|
190
190
|
background:#303033;
|
|
191
191
|
}
|
|
192
|
-
.
|
|
193
|
-
.
|
|
192
|
+
._themeDark_td0qow_216 ._input_td0qow_53:hover + ._icon_td0qow_64,
|
|
193
|
+
._themeDark_td0qow_216:hover ._icon_td0qow_64{
|
|
194
194
|
background:#474749;
|
|
195
195
|
}
|
|
196
|
-
.
|
|
197
|
-
.
|
|
196
|
+
._themeDark_td0qow_216._disabled_td0qow_120 ._icon_td0qow_64,
|
|
197
|
+
._themeDark_td0qow_216 ._input_td0qow_53:disabled + ._icon_td0qow_64{
|
|
198
198
|
border-color:#5E5E60;
|
|
199
199
|
|
|
200
200
|
background:#303033;
|
|
201
201
|
}
|
|
202
|
-
.
|
|
202
|
+
._themeDark_td0qow_216._disabled_td0qow_120 ._icon_td0qow_64 ._checkmark_td0qow_154, ._themeDark_td0qow_216 ._input_td0qow_53:disabled + ._icon_td0qow_64 ._checkmark_td0qow_154{
|
|
203
203
|
color:#303033;
|
|
204
204
|
}
|
|
205
|
-
.
|
|
206
|
-
.
|
|
205
|
+
._themeDark_td0qow_216._error_td0qow_40 ._icon_td0qow_64,
|
|
206
|
+
._themeDark_td0qow_216 ._input_td0qow_53:invalid + ._icon_td0qow_64{
|
|
207
207
|
border-color:#F45C4A !important;
|
|
208
208
|
}
|
|
209
|
-
.
|
|
209
|
+
._themeLight_td0qow_191._enabled_td0qow_75._classic_td0qow_247 ._checkmark_td0qow_154{
|
|
210
210
|
color:#FFFFFF;
|
|
211
211
|
}
|
|
212
|
-
.
|
|
213
|
-
.
|
|
214
|
-
.
|
|
212
|
+
._themeLight_td0qow_191._enabled_td0qow_75._classic_td0qow_247._indeterminate_td0qow_95 ._icon_td0qow_64,
|
|
213
|
+
._themeLight_td0qow_191._enabled_td0qow_75._classic_td0qow_247._indeterminate_td0qow_95 ._input_td0qow_53:hover + ._icon_td0qow_64,
|
|
214
|
+
._themeLight_td0qow_191._enabled_td0qow_75._classic_td0qow_247._indeterminate_td0qow_95:hover ._icon_td0qow_64{
|
|
215
215
|
border-color:#6B57FF;
|
|
216
216
|
border-color:var(--rs-color-primary-light-theme, #6B57FF);
|
|
217
217
|
}
|
|
218
|
-
.
|
|
218
|
+
._themeLight_td0qow_191._enabled_td0qow_75._classic_td0qow_247 ._input_td0qow_53:checked + ._icon_td0qow_64{
|
|
219
219
|
border-color:#6B57FF;
|
|
220
220
|
border-color:var(--rs-color-primary-light-theme, #6B57FF);
|
|
221
221
|
}
|
|
222
|
-
.
|
|
222
|
+
._themeDark_td0qow_216._enabled_td0qow_75._classic_td0qow_247 ._checkmark_td0qow_154{
|
|
223
223
|
color:#FFFFFF;
|
|
224
224
|
}
|
|
225
|
-
.
|
|
226
|
-
.
|
|
227
|
-
.
|
|
225
|
+
._themeDark_td0qow_216._enabled_td0qow_75._classic_td0qow_247._indeterminate_td0qow_95 ._icon_td0qow_64,
|
|
226
|
+
._themeDark_td0qow_216._enabled_td0qow_75._classic_td0qow_247._indeterminate_td0qow_95 ._input_td0qow_53:hover + ._icon_td0qow_64,
|
|
227
|
+
._themeDark_td0qow_216._enabled_td0qow_75._classic_td0qow_247._indeterminate_td0qow_95:hover ._icon_td0qow_64{
|
|
228
228
|
border-color:#8473FF;
|
|
229
229
|
border-color:var(--rs-color-primary-dark-theme, #8473FF);
|
|
230
230
|
|
|
231
231
|
background-color:#FFFFFF;
|
|
232
232
|
}
|
|
233
|
-
.
|
|
233
|
+
._themeDark_td0qow_216._enabled_td0qow_75._classic_td0qow_247 ._input_td0qow_53:checked + ._icon_td0qow_64{
|
|
234
234
|
border-color:#8473FF;
|
|
235
235
|
border-color:var(--rs-color-primary-dark-theme, #8473FF);
|
|
236
236
|
}
|
|
237
|
-
label:hover .
|
|
238
|
-
.
|
|
239
|
-
.
|
|
237
|
+
label:hover ._sizeS_td0qow_22._themeLight_td0qow_191._classic_td0qow_247._enabled_td0qow_75 > ._icon_td0qow_64::after,
|
|
238
|
+
._sizeS_td0qow_22._themeLight_td0qow_191._classic_td0qow_247._enabled_td0qow_75:hover > ._icon_td0qow_64::after,
|
|
239
|
+
._sizeS_td0qow_22._themeLight_td0qow_191._classic_td0qow_247._enabled_td0qow_75 ._input_td0qow_53:active + ._icon_td0qow_64::after{
|
|
240
240
|
-webkit-box-shadow:0 0 0 3px rgba(107, 87, 255,0.2);
|
|
241
241
|
-webkit-box-shadow:0 0 0 3px var(--rs-color-primary-t-fog-light-theme, rgba(107, 87, 255,0.2));
|
|
242
242
|
box-shadow:0 0 0 3px rgba(107, 87, 255,0.2);
|
|
243
243
|
box-shadow:0 0 0 3px var(--rs-color-primary-t-fog-light-theme, rgba(107, 87, 255,0.2));
|
|
244
244
|
}
|
|
245
|
-
label:hover .
|
|
246
|
-
.
|
|
247
|
-
.
|
|
245
|
+
label:hover ._sizeS_td0qow_22._themeDark_td0qow_216._classic_td0qow_247._enabled_td0qow_75 > ._icon_td0qow_64::after,
|
|
246
|
+
._sizeS_td0qow_22._themeDark_td0qow_216._classic_td0qow_247._enabled_td0qow_75:hover > ._icon_td0qow_64::after,
|
|
247
|
+
._sizeS_td0qow_22._themeDark_td0qow_216._classic_td0qow_247._enabled_td0qow_75 ._input_td0qow_53:active + ._icon_td0qow_64::after{
|
|
248
248
|
-webkit-box-shadow:0 0 0 3px rgba(132, 115, 255,0.3);
|
|
249
249
|
-webkit-box-shadow:0 0 0 3px var(--rs-color-primary-t-fog-dark-theme, rgba(132, 115, 255,0.3));
|
|
250
250
|
box-shadow:0 0 0 3px rgba(132, 115, 255,0.3);
|
|
251
251
|
box-shadow:0 0 0 3px var(--rs-color-primary-t-fog-dark-theme, rgba(132, 115, 255,0.3))
|
|
252
252
|
}
|
|
253
|
-
label:hover .
|
|
254
|
-
.
|
|
255
|
-
.
|
|
253
|
+
label:hover ._sizeM_td0qow_28._themeLight_td0qow_191._classic_td0qow_247._enabled_td0qow_75 > ._icon_td0qow_64::after,
|
|
254
|
+
._sizeM_td0qow_28._themeLight_td0qow_191._classic_td0qow_247._enabled_td0qow_75:hover > ._icon_td0qow_64::after,
|
|
255
|
+
._sizeM_td0qow_28._themeLight_td0qow_191._classic_td0qow_247._enabled_td0qow_75 ._input_td0qow_53:active + ._icon_td0qow_64::after{
|
|
256
256
|
-webkit-box-shadow:0 0 0 3px rgba(107, 87, 255,0.2);
|
|
257
257
|
-webkit-box-shadow:0 0 0 3px var(--rs-color-primary-t-fog-light-theme, rgba(107, 87, 255,0.2));
|
|
258
258
|
box-shadow:0 0 0 3px rgba(107, 87, 255,0.2);
|
|
259
259
|
box-shadow:0 0 0 3px var(--rs-color-primary-t-fog-light-theme, rgba(107, 87, 255,0.2));
|
|
260
260
|
}
|
|
261
|
-
label:hover .
|
|
262
|
-
.
|
|
263
|
-
.
|
|
261
|
+
label:hover ._sizeM_td0qow_28._themeDark_td0qow_216._classic_td0qow_247._enabled_td0qow_75 > ._icon_td0qow_64::after,
|
|
262
|
+
._sizeM_td0qow_28._themeDark_td0qow_216._classic_td0qow_247._enabled_td0qow_75:hover > ._icon_td0qow_64::after,
|
|
263
|
+
._sizeM_td0qow_28._themeDark_td0qow_216._classic_td0qow_247._enabled_td0qow_75 ._input_td0qow_53:active + ._icon_td0qow_64::after{
|
|
264
264
|
-webkit-box-shadow:0 0 0 3px rgba(132, 115, 255,0.3);
|
|
265
265
|
-webkit-box-shadow:0 0 0 3px var(--rs-color-primary-t-fog-dark-theme, rgba(132, 115, 255,0.3));
|
|
266
266
|
box-shadow:0 0 0 3px rgba(132, 115, 255,0.3);
|
|
267
267
|
box-shadow:0 0 0 3px var(--rs-color-primary-t-fog-dark-theme, rgba(132, 115, 255,0.3))
|
|
268
268
|
}
|
|
269
|
-
label:hover .
|
|
270
|
-
.
|
|
271
|
-
.
|
|
269
|
+
label:hover ._sizeL_td0qow_34._themeLight_td0qow_191._classic_td0qow_247._enabled_td0qow_75 > ._icon_td0qow_64::after,
|
|
270
|
+
._sizeL_td0qow_34._themeLight_td0qow_191._classic_td0qow_247._enabled_td0qow_75:hover > ._icon_td0qow_64::after,
|
|
271
|
+
._sizeL_td0qow_34._themeLight_td0qow_191._classic_td0qow_247._enabled_td0qow_75 ._input_td0qow_53:active + ._icon_td0qow_64::after{
|
|
272
272
|
-webkit-box-shadow:0 0 0 4px rgba(107, 87, 255,0.2);
|
|
273
273
|
-webkit-box-shadow:0 0 0 4px var(--rs-color-primary-t-fog-light-theme, rgba(107, 87, 255,0.2));
|
|
274
274
|
box-shadow:0 0 0 4px rgba(107, 87, 255,0.2);
|
|
275
275
|
box-shadow:0 0 0 4px var(--rs-color-primary-t-fog-light-theme, rgba(107, 87, 255,0.2));
|
|
276
276
|
}
|
|
277
|
-
label:hover .
|
|
278
|
-
.
|
|
279
|
-
.
|
|
277
|
+
label:hover ._sizeL_td0qow_34._themeDark_td0qow_216._classic_td0qow_247._enabled_td0qow_75 > ._icon_td0qow_64::after,
|
|
278
|
+
._sizeL_td0qow_34._themeDark_td0qow_216._classic_td0qow_247._enabled_td0qow_75:hover > ._icon_td0qow_64::after,
|
|
279
|
+
._sizeL_td0qow_34._themeDark_td0qow_216._classic_td0qow_247._enabled_td0qow_75 ._input_td0qow_53:active + ._icon_td0qow_64::after{
|
|
280
280
|
-webkit-box-shadow:0 0 0 4px rgba(132, 115, 255,0.3);
|
|
281
281
|
-webkit-box-shadow:0 0 0 4px var(--rs-color-primary-t-fog-dark-theme, rgba(132, 115, 255,0.3));
|
|
282
282
|
box-shadow:0 0 0 4px rgba(132, 115, 255,0.3);
|
|
283
283
|
box-shadow:0 0 0 4px var(--rs-color-primary-t-fog-dark-theme, rgba(132, 115, 255,0.3))
|
|
284
284
|
}
|
|
285
|
-
.
|
|
285
|
+
._themeLight_td0qow_191._enabled_td0qow_75._rock_td0qow_334 ._checkmark_td0qow_154{
|
|
286
286
|
color:#FFFFFF;
|
|
287
287
|
}
|
|
288
|
-
.
|
|
289
|
-
.
|
|
290
|
-
.
|
|
288
|
+
._themeLight_td0qow_191._enabled_td0qow_75._rock_td0qow_334._indeterminate_td0qow_95 ._icon_td0qow_64,
|
|
289
|
+
._themeLight_td0qow_191._enabled_td0qow_75._rock_td0qow_334._indeterminate_td0qow_95 ._input_td0qow_53:hover + ._icon_td0qow_64,
|
|
290
|
+
._themeLight_td0qow_191._enabled_td0qow_75._rock_td0qow_334._indeterminate_td0qow_95:hover ._icon_td0qow_64{
|
|
291
291
|
border-color:#19191C;
|
|
292
292
|
}
|
|
293
|
-
.
|
|
293
|
+
._themeLight_td0qow_191._enabled_td0qow_75._rock_td0qow_334 ._input_td0qow_53:checked + ._icon_td0qow_64{
|
|
294
294
|
border-color:#19191C;
|
|
295
295
|
}
|
|
296
|
-
.
|
|
296
|
+
._themeDark_td0qow_216._enabled_td0qow_75._rock_td0qow_334 ._checkmark_td0qow_154{
|
|
297
297
|
color:#19191C;
|
|
298
298
|
}
|
|
299
|
-
.
|
|
300
|
-
.
|
|
301
|
-
.
|
|
299
|
+
._themeDark_td0qow_216._enabled_td0qow_75._rock_td0qow_334._indeterminate_td0qow_95 ._icon_td0qow_64,
|
|
300
|
+
._themeDark_td0qow_216._enabled_td0qow_75._rock_td0qow_334._indeterminate_td0qow_95 ._input_td0qow_53:hover + ._icon_td0qow_64,
|
|
301
|
+
._themeDark_td0qow_216._enabled_td0qow_75._rock_td0qow_334._indeterminate_td0qow_95:hover ._icon_td0qow_64{
|
|
302
302
|
border-color:#FFFFFF;
|
|
303
303
|
|
|
304
304
|
background-color:#19191C;
|
|
305
305
|
}
|
|
306
|
-
.
|
|
306
|
+
._themeDark_td0qow_216._enabled_td0qow_75._rock_td0qow_334 ._input_td0qow_53:checked + ._icon_td0qow_64{
|
|
307
307
|
border-color:#FFFFFF;
|
|
308
308
|
}
|
|
309
|
-
label:hover .
|
|
310
|
-
.
|
|
311
|
-
.
|
|
309
|
+
label:hover ._sizeS_td0qow_22._themeLight_td0qow_191._rock_td0qow_334._enabled_td0qow_75 > ._icon_td0qow_64::after,
|
|
310
|
+
._sizeS_td0qow_22._themeLight_td0qow_191._rock_td0qow_334._enabled_td0qow_75:hover > ._icon_td0qow_64::after,
|
|
311
|
+
._sizeS_td0qow_22._themeLight_td0qow_191._rock_td0qow_334._enabled_td0qow_75 ._input_td0qow_53:active + ._icon_td0qow_64::after{
|
|
312
312
|
-webkit-box-shadow:0 0 0 3px rgba(25,25,28,0.1);
|
|
313
313
|
box-shadow:0 0 0 3px rgba(25,25,28,0.1);
|
|
314
314
|
}
|
|
315
|
-
label:hover .
|
|
316
|
-
.
|
|
317
|
-
.
|
|
315
|
+
label:hover ._sizeS_td0qow_22._themeDark_td0qow_216._rock_td0qow_334._enabled_td0qow_75 > ._icon_td0qow_64::after,
|
|
316
|
+
._sizeS_td0qow_22._themeDark_td0qow_216._rock_td0qow_334._enabled_td0qow_75:hover > ._icon_td0qow_64::after,
|
|
317
|
+
._sizeS_td0qow_22._themeDark_td0qow_216._rock_td0qow_334._enabled_td0qow_75 ._input_td0qow_53:active + ._icon_td0qow_64::after{
|
|
318
318
|
-webkit-box-shadow:0 0 0 3px rgba(255,255,255,0.1);
|
|
319
319
|
box-shadow:0 0 0 3px rgba(255,255,255,0.1);
|
|
320
320
|
}
|
|
321
|
-
label:hover .
|
|
322
|
-
.
|
|
323
|
-
.
|
|
321
|
+
label:hover ._sizeM_td0qow_28._themeLight_td0qow_191._rock_td0qow_334._enabled_td0qow_75 > ._icon_td0qow_64::after,
|
|
322
|
+
._sizeM_td0qow_28._themeLight_td0qow_191._rock_td0qow_334._enabled_td0qow_75:hover > ._icon_td0qow_64::after,
|
|
323
|
+
._sizeM_td0qow_28._themeLight_td0qow_191._rock_td0qow_334._enabled_td0qow_75 ._input_td0qow_53:active + ._icon_td0qow_64::after{
|
|
324
324
|
-webkit-box-shadow:0 0 0 3px rgba(25,25,28,0.1);
|
|
325
325
|
box-shadow:0 0 0 3px rgba(25,25,28,0.1);
|
|
326
326
|
}
|
|
327
|
-
label:hover .
|
|
328
|
-
.
|
|
329
|
-
.
|
|
327
|
+
label:hover ._sizeM_td0qow_28._themeDark_td0qow_216._rock_td0qow_334._enabled_td0qow_75 > ._icon_td0qow_64::after,
|
|
328
|
+
._sizeM_td0qow_28._themeDark_td0qow_216._rock_td0qow_334._enabled_td0qow_75:hover > ._icon_td0qow_64::after,
|
|
329
|
+
._sizeM_td0qow_28._themeDark_td0qow_216._rock_td0qow_334._enabled_td0qow_75 ._input_td0qow_53:active + ._icon_td0qow_64::after{
|
|
330
330
|
-webkit-box-shadow:0 0 0 3px rgba(255,255,255,0.1);
|
|
331
331
|
box-shadow:0 0 0 3px rgba(255,255,255,0.1);
|
|
332
332
|
}
|
|
333
|
-
label:hover .
|
|
334
|
-
.
|
|
335
|
-
.
|
|
333
|
+
label:hover ._sizeL_td0qow_34._themeLight_td0qow_191._rock_td0qow_334._enabled_td0qow_75 > ._icon_td0qow_64::after,
|
|
334
|
+
._sizeL_td0qow_34._themeLight_td0qow_191._rock_td0qow_334._enabled_td0qow_75:hover > ._icon_td0qow_64::after,
|
|
335
|
+
._sizeL_td0qow_34._themeLight_td0qow_191._rock_td0qow_334._enabled_td0qow_75 ._input_td0qow_53:active + ._icon_td0qow_64::after{
|
|
336
336
|
-webkit-box-shadow:0 0 0 4px rgba(25,25,28,0.1);
|
|
337
337
|
box-shadow:0 0 0 4px rgba(25,25,28,0.1);
|
|
338
338
|
}
|
|
339
|
-
label:hover .
|
|
340
|
-
.
|
|
341
|
-
.
|
|
339
|
+
label:hover ._sizeL_td0qow_34._themeDark_td0qow_216._rock_td0qow_334._enabled_td0qow_75 > ._icon_td0qow_64::after,
|
|
340
|
+
._sizeL_td0qow_34._themeDark_td0qow_216._rock_td0qow_334._enabled_td0qow_75:hover > ._icon_td0qow_64::after,
|
|
341
|
+
._sizeL_td0qow_34._themeDark_td0qow_216._rock_td0qow_334._enabled_td0qow_75 ._input_td0qow_53:active + ._icon_td0qow_64::after{
|
|
342
342
|
-webkit-box-shadow:0 0 0 4px rgba(255,255,255,0.1);
|
|
343
343
|
box-shadow:0 0 0 4px rgba(255,255,255,0.1);
|
|
344
344
|
}
|
|
345
|
-
.
|
|
345
|
+
._sizeS_td0qow_22._themeLight_td0qow_191._classic_td0qow_247._enabled_td0qow_75 ._input_td0qow_53:focus[data-focus-method='key'] + ._icon_td0qow_64::after, ._sizeS_td0qow_22._themeLight_td0qow_191._rock_td0qow_334._enabled_td0qow_75 ._input_td0qow_53:focus[data-focus-method='key'] + ._icon_td0qow_64::after{
|
|
346
346
|
-webkit-box-shadow:0 0 0 1px #E8E8E8, 0 0 0 3px rgba(107, 87, 255, 0.8);
|
|
347
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
348
|
box-shadow:0 0 0 1px #E8E8E8, 0 0 0 3px rgba(107, 87, 255, 0.8);
|
|
349
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
350
|
}
|
|
351
|
-
.
|
|
351
|
+
._sizeS_td0qow_22._themeDark_td0qow_216._classic_td0qow_247._enabled_td0qow_75 ._input_td0qow_53:focus[data-focus-method='key'] + ._icon_td0qow_64::after, ._sizeS_td0qow_22._themeDark_td0qow_216._rock_td0qow_334._enabled_td0qow_75 ._input_td0qow_53:focus[data-focus-method='key'] + ._icon_td0qow_64::after{
|
|
352
352
|
-webkit-box-shadow:0 0 0 1px #303033, 0 0 0 3px rgba(132, 115, 255,0.8);
|
|
353
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
354
|
box-shadow:0 0 0 1px #303033, 0 0 0 3px rgba(132, 115, 255,0.8);
|
|
355
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
356
|
}
|
|
357
|
-
.
|
|
357
|
+
._sizeM_td0qow_28._themeLight_td0qow_191._classic_td0qow_247._enabled_td0qow_75 ._input_td0qow_53:focus[data-focus-method='key'] + ._icon_td0qow_64::after, ._sizeM_td0qow_28._themeLight_td0qow_191._rock_td0qow_334._enabled_td0qow_75 ._input_td0qow_53:focus[data-focus-method='key'] + ._icon_td0qow_64::after{
|
|
358
358
|
-webkit-box-shadow:0 0 0 1px #E8E8E8, 0 0 0 3px rgba(107, 87, 255, 0.8);
|
|
359
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
360
|
box-shadow:0 0 0 1px #E8E8E8, 0 0 0 3px rgba(107, 87, 255, 0.8);
|
|
361
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
362
|
}
|
|
363
|
-
.
|
|
363
|
+
._sizeM_td0qow_28._themeDark_td0qow_216._classic_td0qow_247._enabled_td0qow_75 ._input_td0qow_53:focus[data-focus-method='key'] + ._icon_td0qow_64::after, ._sizeM_td0qow_28._themeDark_td0qow_216._rock_td0qow_334._enabled_td0qow_75 ._input_td0qow_53:focus[data-focus-method='key'] + ._icon_td0qow_64::after{
|
|
364
364
|
-webkit-box-shadow:0 0 0 1px #303033, 0 0 0 3px rgba(132, 115, 255,0.8);
|
|
365
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
366
|
box-shadow:0 0 0 1px #303033, 0 0 0 3px rgba(132, 115, 255,0.8);
|
|
367
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
368
|
}
|
|
369
|
-
.
|
|
369
|
+
._sizeL_td0qow_34._themeLight_td0qow_191._classic_td0qow_247._enabled_td0qow_75 ._input_td0qow_53:focus[data-focus-method='key'] + ._icon_td0qow_64::after, ._sizeL_td0qow_34._themeLight_td0qow_191._rock_td0qow_334._enabled_td0qow_75 ._input_td0qow_53:focus[data-focus-method='key'] + ._icon_td0qow_64::after{
|
|
370
370
|
-webkit-box-shadow:0 0 0 1px #E8E8E8, 0 0 0 4px rgba(107, 87, 255, 0.8);
|
|
371
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
372
|
box-shadow:0 0 0 1px #E8E8E8, 0 0 0 4px rgba(107, 87, 255, 0.8);
|
|
373
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
374
|
}
|
|
375
|
-
.
|
|
375
|
+
._sizeL_td0qow_34._themeDark_td0qow_216._classic_td0qow_247._enabled_td0qow_75 ._input_td0qow_53:focus[data-focus-method='key'] + ._icon_td0qow_64::after, ._sizeL_td0qow_34._themeDark_td0qow_216._rock_td0qow_334._enabled_td0qow_75 ._input_td0qow_53:focus[data-focus-method='key'] + ._icon_td0qow_64::after{
|
|
376
376
|
-webkit-box-shadow:0 0 0 1px #303033, 0 0 0 4px rgba(132, 115, 255,0.8);
|
|
377
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
378
|
box-shadow:0 0 0 1px #303033, 0 0 0 4px rgba(132, 115, 255,0.8);
|
|
@@ -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
|
-
"error": "
|
|
18
|
-
"themeDark": "
|
|
19
|
-
"classic": "
|
|
20
|
-
"rock": "
|
|
2
|
+
"checkbox": "_checkbox_td0qow_10",
|
|
3
|
+
"sizeS": "_sizeS_td0qow_22",
|
|
4
|
+
"sizeM": "_sizeM_td0qow_28",
|
|
5
|
+
"sizeL": "_sizeL_td0qow_34",
|
|
6
|
+
"errorMessage": "_errorMessage_td0qow_40",
|
|
7
|
+
"rs-reset-letter-spacing": "_rs-reset-letter-spacing_td0qow_1",
|
|
8
|
+
"list": "_list_td0qow_44",
|
|
9
|
+
"single": "_single_td0qow_48",
|
|
10
|
+
"input": "_input_td0qow_53",
|
|
11
|
+
"icon": "_icon_td0qow_64",
|
|
12
|
+
"enabled": "_enabled_td0qow_75",
|
|
13
|
+
"indeterminate": "_indeterminate_td0qow_95",
|
|
14
|
+
"disabled": "_disabled_td0qow_120",
|
|
15
|
+
"checkmark": "_checkmark_td0qow_154",
|
|
16
|
+
"themeLight": "_themeLight_td0qow_191",
|
|
17
|
+
"error": "_error_td0qow_40",
|
|
18
|
+
"themeDark": "_themeDark_td0qow_216",
|
|
19
|
+
"classic": "_classic_td0qow_247",
|
|
20
|
+
"rock": "_rock_td0qow_334"
|
|
21
21
|
};
|
|
22
22
|
export { styles as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rescui/checkbox",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.10",
|
|
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.7.
|
|
19
|
+
"@rescui/menu": "^0.7.4",
|
|
20
20
|
"classnames": "^2.2.6",
|
|
21
21
|
"core-js": "^3.9.1"
|
|
22
22
|
},
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"scripts": {
|
|
36
36
|
"build": "rescui-scripts build"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "8ea86273216203edccac4a2dd40147bc4a35c293"
|
|
39
39
|
}
|