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