@rescui/checkbox 0.8.1 → 0.8.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/_virtual/index.css.js +7 -7
- package/lib/index.css +91 -73
- package/lib/parts/checkbox.p.module.css.js +28 -28
- package/lib/public-api.p.css +48 -12
- package/lib/public-api.pcss +48 -12
- package/package.json +6 -6
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
var styles = {
|
|
2
|
-
"icon": "
|
|
3
|
-
"sizeXS": "
|
|
4
|
-
"sizeS": "
|
|
5
|
-
"sizeM": "
|
|
6
|
-
"sizeL": "
|
|
7
|
-
"light": "
|
|
8
|
-
"dark": "
|
|
2
|
+
"icon": "_icon_19gc9kz_4",
|
|
3
|
+
"sizeXS": "_sizeXS_19gc9kz_14",
|
|
4
|
+
"sizeS": "_sizeS_19gc9kz_18",
|
|
5
|
+
"sizeM": "_sizeM_19gc9kz_22",
|
|
6
|
+
"sizeL": "_sizeL_19gc9kz_26",
|
|
7
|
+
"light": "_light_19gc9kz_30",
|
|
8
|
+
"dark": "_dark_19gc9kz_34"
|
|
9
9
|
};
|
|
10
10
|
export { styles as default };
|
package/lib/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._icon_19gc9kz_4{
|
|
2
2
|
--_rs-theme-dark:var(
|
|
3
3
|
--_rs-internal-force-theme-dark-consult-rescui-before-using,
|
|
4
4
|
var(--rs-theme-dark, 0)
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
|
|
9
9
|
}
|
|
10
10
|
@supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
11
|
-
.
|
|
11
|
+
._icon_19gc9kz_4{
|
|
12
12
|
--_rs-color-primary:color-mix(in srgb, var(--rs-color-primary-light-theme, #6B57FF) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-dark-theme, #8473FF) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
13
13
|
--_rs-color-primary-dim:color-mix(in srgb, var(--rs-color-primary-dim-light-theme, #8979ff) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-dim-dark-theme, #6f61d2) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
14
14
|
--_rs-color-primary-fog:color-mix(in srgb, var(--rs-color-primary-fog-light-theme, #e1ddff) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-fog-dark-theme, #2e2b49) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
@supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
20
|
-
.
|
|
20
|
+
._icon_19gc9kz_4{
|
|
21
21
|
--_rs-color-primary:rgb(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132), calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115), 255);
|
|
22
22
|
--_rs-color-primary-dim:rgb(calc(var(--_rs-theme-light-coefficient, 1)*137 + var(--_rs-theme-dark-coefficient, 0)*111), calc(var(--_rs-theme-light-coefficient, 1)*121 + var(--_rs-theme-dark-coefficient, 0)*97), calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*210));
|
|
23
23
|
--_rs-color-primary-fog:rgb(calc(var(--_rs-theme-light-coefficient, 1)*225 + var(--_rs-theme-dark-coefficient, 0)*46), calc(var(--_rs-theme-light-coefficient, 1)*221 + var(--_rs-theme-dark-coefficient, 0)*43), calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*73));
|
|
@@ -25,30 +25,30 @@
|
|
|
25
25
|
--_rs-color-primary-t-fog:rgba(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132), calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115), 255, calc(var(--_rs-theme-light-coefficient, 1)*0.2 + var(--_rs-theme-dark-coefficient, 0)*0.3));
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
|
-
.
|
|
28
|
+
._icon_19gc9kz_4{
|
|
29
29
|
|
|
30
30
|
fill:var(--_rs-icons-themed-fill-or-initial, currentcolor);
|
|
31
31
|
|
|
32
32
|
width:auto;
|
|
33
33
|
height:var(--_rs-icons-height);
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
._sizeXS_19gc9kz_14{
|
|
36
36
|
--_rs-icons-height:16px;
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
._sizeS_19gc9kz_18{
|
|
39
39
|
--_rs-icons-height:20px;
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
._sizeM_19gc9kz_22{
|
|
42
42
|
--_rs-icons-height:24px;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
._sizeL_19gc9kz_26{
|
|
45
45
|
--_rs-icons-height:28px;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
._light_19gc9kz_30{
|
|
48
48
|
--rs-theme-dark:0;
|
|
49
49
|
--_rs-icons-themed-fill-or-initial:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
|
|
50
50
|
}
|
|
51
|
-
.
|
|
51
|
+
._dark_19gc9kz_34{
|
|
52
52
|
--rs-theme-dark:1;
|
|
53
53
|
--_rs-icons-themed-fill-or-initial:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
|
|
54
54
|
}
|
|
@@ -72,13 +72,13 @@
|
|
|
72
72
|
transform:rotate(360deg);
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
|
-
.
|
|
75
|
+
._themeLight_11kutpv_8{
|
|
76
76
|
--rs-theme-dark:0;
|
|
77
77
|
}
|
|
78
|
-
.
|
|
78
|
+
._themeDark_11kutpv_11{
|
|
79
79
|
--rs-theme-dark:1;
|
|
80
80
|
}
|
|
81
|
-
.
|
|
81
|
+
._container_11kutpv_15{
|
|
82
82
|
--_rs-theme-dark:var(
|
|
83
83
|
--_rs-internal-force-theme-dark-consult-rescui-before-using,
|
|
84
84
|
var(--rs-theme-dark, 0)
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
|
|
89
89
|
}
|
|
90
90
|
@supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
91
|
-
.
|
|
91
|
+
._container_11kutpv_15{
|
|
92
92
|
--_rs-color-primary:color-mix(in srgb, var(--rs-color-primary-light-theme, #6B57FF) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-dark-theme, #8473FF) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
93
93
|
--_rs-color-primary-dim:color-mix(in srgb, var(--rs-color-primary-dim-light-theme, #8979ff) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-dim-dark-theme, #6f61d2) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
94
94
|
--_rs-color-primary-fog:color-mix(in srgb, var(--rs-color-primary-fog-light-theme, #e1ddff) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-fog-dark-theme, #2e2b49) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
99
|
@supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
100
|
-
.
|
|
100
|
+
._container_11kutpv_15{
|
|
101
101
|
--_rs-color-primary:rgb(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132), calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115), 255);
|
|
102
102
|
--_rs-color-primary-dim:rgb(calc(var(--_rs-theme-light-coefficient, 1)*137 + var(--_rs-theme-dark-coefficient, 0)*111), calc(var(--_rs-theme-light-coefficient, 1)*121 + var(--_rs-theme-dark-coefficient, 0)*97), calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*210));
|
|
103
103
|
--_rs-color-primary-fog:rgb(calc(var(--_rs-theme-light-coefficient, 1)*225 + var(--_rs-theme-dark-coefficient, 0)*46), calc(var(--_rs-theme-light-coefficient, 1)*221 + var(--_rs-theme-dark-coefficient, 0)*43), calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*73));
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
--_rs-color-primary-t-fog:rgba(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132), calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115), 255, calc(var(--_rs-theme-light-coefficient, 1)*0.2 + var(--_rs-theme-dark-coefficient, 0)*0.3));
|
|
106
106
|
}
|
|
107
107
|
}
|
|
108
|
-
.
|
|
108
|
+
._listSizeS_11kutpv_20 [data-rs-internal='checkbox-list__error-message']{
|
|
109
109
|
--_rs-typography-letter-spacing:normal;
|
|
110
110
|
--_rs-typography-text-transform:initial;
|
|
111
111
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -122,9 +122,12 @@
|
|
|
122
122
|
);
|
|
123
123
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
124
124
|
--_rs-typography-base-color:var(
|
|
125
|
+
--_rs-typography-heading-hardness-color,
|
|
126
|
+
var(
|
|
125
127
|
--rs-color-hard,
|
|
126
128
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
127
|
-
)
|
|
129
|
+
)
|
|
130
|
+
);
|
|
128
131
|
--_rs-typography-text-auto-offset:0;
|
|
129
132
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
130
133
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -133,10 +136,10 @@
|
|
|
133
136
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
134
137
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
135
138
|
}
|
|
136
|
-
.
|
|
139
|
+
._listSizeS_11kutpv_20 [data-rs-internal='checkbox-list__error-icon']:not(html){
|
|
137
140
|
--_rs-icons-height:20px;
|
|
138
141
|
}
|
|
139
|
-
.
|
|
142
|
+
._listSizeM_11kutpv_23 [data-rs-internal='checkbox-list__error-message']{
|
|
140
143
|
--_rs-typography-letter-spacing:normal;
|
|
141
144
|
--_rs-typography-text-transform:initial;
|
|
142
145
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -153,9 +156,12 @@
|
|
|
153
156
|
);
|
|
154
157
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
155
158
|
--_rs-typography-base-color:var(
|
|
159
|
+
--_rs-typography-heading-hardness-color,
|
|
160
|
+
var(
|
|
156
161
|
--rs-color-hard,
|
|
157
162
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
158
|
-
)
|
|
163
|
+
)
|
|
164
|
+
);
|
|
159
165
|
--_rs-typography-text-auto-offset:0;
|
|
160
166
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
161
167
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -164,10 +170,10 @@
|
|
|
164
170
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
165
171
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
166
172
|
}
|
|
167
|
-
.
|
|
173
|
+
._listSizeM_11kutpv_23 [data-rs-internal='checkbox-list__error-icon']:not(html){
|
|
168
174
|
--_rs-icons-height:20px;
|
|
169
175
|
}
|
|
170
|
-
.
|
|
176
|
+
._listSizeL_11kutpv_26 [data-rs-internal='checkbox-list__error-message']{
|
|
171
177
|
--_rs-typography-letter-spacing:normal;
|
|
172
178
|
--_rs-typography-text-transform:initial;
|
|
173
179
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -184,9 +190,12 @@
|
|
|
184
190
|
);
|
|
185
191
|
--_rs-typography-line-height:var(--rs-h4-line-height, 24px);
|
|
186
192
|
--_rs-typography-base-color:var(
|
|
193
|
+
--_rs-typography-heading-hardness-color,
|
|
194
|
+
var(
|
|
187
195
|
--rs-color-hard,
|
|
188
196
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
189
|
-
)
|
|
197
|
+
)
|
|
198
|
+
);
|
|
190
199
|
--_rs-typography-text-auto-offset:0;
|
|
191
200
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
192
201
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -195,10 +204,10 @@
|
|
|
195
204
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
196
205
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
197
206
|
}
|
|
198
|
-
.
|
|
207
|
+
._listSizeL_11kutpv_26 [data-rs-internal='checkbox-list__error-icon']:not(html){
|
|
199
208
|
--_rs-icons-height:24px;
|
|
200
209
|
}
|
|
201
|
-
.
|
|
210
|
+
._checkboxSizeS_11kutpv_30 [data-rs-internal='checkbox__error-message']{
|
|
202
211
|
--_rs-typography-letter-spacing:normal;
|
|
203
212
|
--_rs-typography-text-transform:initial;
|
|
204
213
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -215,9 +224,12 @@
|
|
|
215
224
|
);
|
|
216
225
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
217
226
|
--_rs-typography-base-color:var(
|
|
227
|
+
--_rs-typography-heading-hardness-color,
|
|
228
|
+
var(
|
|
218
229
|
--rs-color-hard,
|
|
219
230
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
220
|
-
)
|
|
231
|
+
)
|
|
232
|
+
);
|
|
221
233
|
--_rs-typography-text-auto-offset:0;
|
|
222
234
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
223
235
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -226,10 +238,10 @@
|
|
|
226
238
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
227
239
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
228
240
|
}
|
|
229
|
-
.
|
|
241
|
+
._checkboxSizeS_11kutpv_30 [data-rs-internal='checkbox__error-icon']:not(html){
|
|
230
242
|
--_rs-icons-height:20px;
|
|
231
243
|
}
|
|
232
|
-
.
|
|
244
|
+
._checkboxSizeM_11kutpv_33 [data-rs-internal='checkbox__error-message']{
|
|
233
245
|
--_rs-typography-letter-spacing:normal;
|
|
234
246
|
--_rs-typography-text-transform:initial;
|
|
235
247
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -246,9 +258,12 @@
|
|
|
246
258
|
);
|
|
247
259
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
248
260
|
--_rs-typography-base-color:var(
|
|
261
|
+
--_rs-typography-heading-hardness-color,
|
|
262
|
+
var(
|
|
249
263
|
--rs-color-hard,
|
|
250
264
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
251
|
-
)
|
|
265
|
+
)
|
|
266
|
+
);
|
|
252
267
|
--_rs-typography-text-auto-offset:0;
|
|
253
268
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
254
269
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -257,10 +272,10 @@
|
|
|
257
272
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
258
273
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
259
274
|
}
|
|
260
|
-
.
|
|
275
|
+
._checkboxSizeM_11kutpv_33 [data-rs-internal='checkbox__error-icon']:not(html){
|
|
261
276
|
--_rs-icons-height:20px;
|
|
262
277
|
}
|
|
263
|
-
.
|
|
278
|
+
._checkboxSizeL_11kutpv_36 [data-rs-internal='checkbox__error-message']{
|
|
264
279
|
--_rs-typography-letter-spacing:normal;
|
|
265
280
|
--_rs-typography-text-transform:initial;
|
|
266
281
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -277,9 +292,12 @@
|
|
|
277
292
|
);
|
|
278
293
|
--_rs-typography-line-height:var(--rs-h4-line-height, 24px);
|
|
279
294
|
--_rs-typography-base-color:var(
|
|
295
|
+
--_rs-typography-heading-hardness-color,
|
|
296
|
+
var(
|
|
280
297
|
--rs-color-hard,
|
|
281
298
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
282
|
-
)
|
|
299
|
+
)
|
|
300
|
+
);
|
|
283
301
|
--_rs-typography-text-auto-offset:0;
|
|
284
302
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
285
303
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -288,10 +306,10 @@
|
|
|
288
306
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
289
307
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
290
308
|
}
|
|
291
|
-
.
|
|
309
|
+
._checkboxSizeL_11kutpv_36 [data-rs-internal='checkbox__error-icon']:not(html){
|
|
292
310
|
--_rs-icons-height:24px;
|
|
293
311
|
}
|
|
294
|
-
.
|
|
312
|
+
._sizeS_11kutpv_40{
|
|
295
313
|
--_rs-checkbox-ci-mark-s-display:initial;
|
|
296
314
|
--_rs-checkbox-ci-mark-m-display:none;
|
|
297
315
|
--_rs-checkbox-ci-mark-l-display:none;
|
|
@@ -299,7 +317,7 @@
|
|
|
299
317
|
--_rs-checkbox-ci-shadow-size:3px;
|
|
300
318
|
--_rs-checkbox-ci-indeterminate-icon-border-width:6px 3px;
|
|
301
319
|
}
|
|
302
|
-
.
|
|
320
|
+
._sizeM_11kutpv_43{
|
|
303
321
|
--_rs-checkbox-ci-mark-s-display:none;
|
|
304
322
|
--_rs-checkbox-ci-mark-m-display:initial;
|
|
305
323
|
--_rs-checkbox-ci-mark-l-display:none;
|
|
@@ -307,7 +325,7 @@
|
|
|
307
325
|
--_rs-checkbox-ci-shadow-size:3px;
|
|
308
326
|
--_rs-checkbox-ci-indeterminate-icon-border-width:8px 3px;
|
|
309
327
|
}
|
|
310
|
-
.
|
|
328
|
+
._sizeL_11kutpv_46{
|
|
311
329
|
--_rs-checkbox-ci-mark-s-display:none;
|
|
312
330
|
--_rs-checkbox-ci-mark-m-display:none;
|
|
313
331
|
--_rs-checkbox-ci-mark-l-display:initial;
|
|
@@ -315,14 +333,14 @@
|
|
|
315
333
|
--_rs-checkbox-ci-shadow-size:4px;
|
|
316
334
|
--_rs-checkbox-ci-indeterminate-icon-border-width:9px 3px;
|
|
317
335
|
}
|
|
318
|
-
.
|
|
336
|
+
._classic_11kutpv_50{
|
|
319
337
|
--_rs-checkbox-ci-mark-color:#FFFFFF;
|
|
320
338
|
--_rs-checkbox-ci-indeterminate-icon-border-color:var(--_rs-color-primary);
|
|
321
339
|
--_rs-checkbox-ci-indeterminate-icon-background-color:#FFFFFF;
|
|
322
340
|
--_rs-checkbox-ci-checked-icon-border-color:var(--_rs-color-primary);
|
|
323
341
|
--_rs-checkbox-ci-hover-icon-box-shadow:var(--_rs-color-primary-t-fog);
|
|
324
342
|
}
|
|
325
|
-
.
|
|
343
|
+
._rock_11kutpv_53{
|
|
326
344
|
--_rs-checkbox-ci-mark-color:rgb(calc(255 - var(--_rs-theme-dark-coefficient, 0)*230), calc(255 - var(--_rs-theme-dark-coefficient, 0)*230), calc(255 - var(--_rs-theme-dark-coefficient, 0)*227));
|
|
327
345
|
--_rs-checkbox-ci-indeterminate-icon-border-color:rgb(
|
|
328
346
|
calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227)
|
|
@@ -338,7 +356,7 @@
|
|
|
338
356
|
0.1
|
|
339
357
|
);
|
|
340
358
|
}
|
|
341
|
-
.
|
|
359
|
+
._checkbox_11kutpv_30{
|
|
342
360
|
--_rs-theme-dark:var(
|
|
343
361
|
--_rs-internal-force-theme-dark-consult-rescui-before-using,
|
|
344
362
|
var(--rs-theme-dark, 0)
|
|
@@ -348,7 +366,7 @@
|
|
|
348
366
|
--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
|
|
349
367
|
}
|
|
350
368
|
@supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
351
|
-
.
|
|
369
|
+
._checkbox_11kutpv_30{
|
|
352
370
|
--_rs-color-primary:color-mix(in srgb, var(--rs-color-primary-light-theme, #6B57FF) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-dark-theme, #8473FF) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
353
371
|
--_rs-color-primary-dim:color-mix(in srgb, var(--rs-color-primary-dim-light-theme, #8979ff) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-dim-dark-theme, #6f61d2) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
354
372
|
--_rs-color-primary-fog:color-mix(in srgb, var(--rs-color-primary-fog-light-theme, #e1ddff) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-fog-dark-theme, #2e2b49) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
@@ -357,7 +375,7 @@
|
|
|
357
375
|
}
|
|
358
376
|
}
|
|
359
377
|
@supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
360
|
-
.
|
|
378
|
+
._checkbox_11kutpv_30{
|
|
361
379
|
--_rs-color-primary:rgb(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132), calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115), 255);
|
|
362
380
|
--_rs-color-primary-dim:rgb(calc(var(--_rs-theme-light-coefficient, 1)*137 + var(--_rs-theme-dark-coefficient, 0)*111), calc(var(--_rs-theme-light-coefficient, 1)*121 + var(--_rs-theme-dark-coefficient, 0)*97), calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*210));
|
|
363
381
|
--_rs-color-primary-fog:rgb(calc(var(--_rs-theme-light-coefficient, 1)*225 + var(--_rs-theme-dark-coefficient, 0)*46), calc(var(--_rs-theme-light-coefficient, 1)*221 + var(--_rs-theme-dark-coefficient, 0)*43), calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*73));
|
|
@@ -365,7 +383,7 @@
|
|
|
365
383
|
--_rs-color-primary-t-fog:rgba(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132), calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115), 255, calc(var(--_rs-theme-light-coefficient, 1)*0.2 + var(--_rs-theme-dark-coefficient, 0)*0.3));
|
|
366
384
|
}
|
|
367
385
|
}
|
|
368
|
-
.
|
|
386
|
+
._checkbox_11kutpv_30 {
|
|
369
387
|
|
|
370
388
|
position:relative;
|
|
371
389
|
|
|
@@ -382,7 +400,7 @@
|
|
|
382
400
|
|
|
383
401
|
text-align:left;
|
|
384
402
|
}
|
|
385
|
-
.
|
|
403
|
+
._errorMessage_11kutpv_79{
|
|
386
404
|
letter-spacing:var(
|
|
387
405
|
--rs-text-base-letter-spacing,
|
|
388
406
|
var(--_rs-typography-letter-spacing)
|
|
@@ -409,17 +427,17 @@
|
|
|
409
427
|
-moz-column-gap:8px;
|
|
410
428
|
column-gap:8px;
|
|
411
429
|
}
|
|
412
|
-
.
|
|
430
|
+
._errorMessage_11kutpv_79._list_11kutpv_20{
|
|
413
431
|
margin-bottom:8px;
|
|
414
432
|
}
|
|
415
|
-
.
|
|
433
|
+
._errorIcon_11kutpv_93{
|
|
416
434
|
-webkit-box-flex:0;
|
|
417
435
|
-ms-flex:0 0 auto;
|
|
418
436
|
flex:0 0 auto;
|
|
419
437
|
|
|
420
438
|
color:#F45C4A;
|
|
421
439
|
}
|
|
422
|
-
.
|
|
440
|
+
._input_11kutpv_99{
|
|
423
441
|
position:absolute;
|
|
424
442
|
z-index:-1;
|
|
425
443
|
|
|
@@ -429,7 +447,7 @@
|
|
|
429
447
|
|
|
430
448
|
border:0;
|
|
431
449
|
}
|
|
432
|
-
.
|
|
450
|
+
._icon_11kutpv_110{
|
|
433
451
|
display:inline-block;
|
|
434
452
|
float:left;
|
|
435
453
|
|
|
@@ -449,17 +467,17 @@
|
|
|
449
467
|
|
|
450
468
|
transition:border-width ease-out 100ms, border-color ease-out 100ms;
|
|
451
469
|
}
|
|
452
|
-
.
|
|
470
|
+
._enabled_11kutpv_126 ._icon_11kutpv_110{
|
|
453
471
|
cursor:pointer;
|
|
454
472
|
}
|
|
455
|
-
.
|
|
473
|
+
._indeterminate_11kutpv_130 ._icon_11kutpv_110{
|
|
456
474
|
border-width:var(--_rs-checkbox-ci-indeterminate-icon-border-width);
|
|
457
475
|
}
|
|
458
|
-
.
|
|
476
|
+
._input_11kutpv_99:checked + ._icon_11kutpv_110{
|
|
459
477
|
border-width:calc(var(--_rs-checkbox-ci-size)/2);
|
|
460
478
|
}
|
|
461
|
-
.
|
|
462
|
-
.
|
|
479
|
+
._disabled_11kutpv_138 ._icon_11kutpv_110._icon_11kutpv_110,
|
|
480
|
+
._input_11kutpv_99:disabled + ._icon_11kutpv_110{
|
|
463
481
|
border-color:rgb(calc(186 - var(--_rs-theme-dark-coefficient, 0)*92), calc(186 - var(--_rs-theme-dark-coefficient, 0)*92), calc(187 - var(--_rs-theme-dark-coefficient, 0)*91));
|
|
464
482
|
|
|
465
483
|
cursor:not-allowed;
|
|
@@ -467,27 +485,27 @@
|
|
|
467
485
|
|
|
468
486
|
background:rgb(calc(244 - var(--_rs-theme-dark-coefficient, 0)*196), calc(244 - var(--_rs-theme-dark-coefficient, 0)*196), calc(244 - var(--_rs-theme-dark-coefficient, 0)*193));
|
|
469
487
|
}
|
|
470
|
-
.
|
|
471
|
-
.
|
|
488
|
+
._input_11kutpv_99:hover + ._icon_11kutpv_110,
|
|
489
|
+
._enabled_11kutpv_126:hover ._icon_11kutpv_110{
|
|
472
490
|
background:rgb(calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*182));
|
|
473
491
|
}
|
|
474
|
-
.
|
|
475
|
-
.
|
|
476
|
-
.
|
|
492
|
+
._enabled_11kutpv_126._indeterminate_11kutpv_130 ._icon_11kutpv_110,
|
|
493
|
+
._enabled_11kutpv_126._indeterminate_11kutpv_130:hover ._icon_11kutpv_110,
|
|
494
|
+
._enabled_11kutpv_126._indeterminate_11kutpv_130 ._input_11kutpv_99:hover + ._icon_11kutpv_110{
|
|
477
495
|
border-color:var(--_rs-checkbox-ci-indeterminate-icon-border-color);
|
|
478
496
|
|
|
479
497
|
background-color:var(
|
|
480
498
|
--_rs-checkbox-ci-indeterminate-icon-background-color
|
|
481
499
|
);
|
|
482
500
|
}
|
|
483
|
-
.
|
|
501
|
+
._enabled_11kutpv_126 ._input_11kutpv_99:checked + ._icon_11kutpv_110._icon_11kutpv_110{
|
|
484
502
|
border-color:var(--_rs-checkbox-ci-checked-icon-border-color);
|
|
485
503
|
}
|
|
486
|
-
.
|
|
487
|
-
.
|
|
504
|
+
._error_11kutpv_79 ._icon_11kutpv_110._icon_11kutpv_110._icon_11kutpv_110._icon_11kutpv_110,
|
|
505
|
+
._input_11kutpv_99:invalid + ._icon_11kutpv_110._icon_11kutpv_110._icon_11kutpv_110{
|
|
488
506
|
border-color:#F45C4A;
|
|
489
507
|
}
|
|
490
|
-
.
|
|
508
|
+
._icon_11kutpv_110::after{
|
|
491
509
|
position:absolute;
|
|
492
510
|
top:var(--_rs-checkbox-ci-shadow-size);
|
|
493
511
|
right:var(--_rs-checkbox-ci-shadow-size);
|
|
@@ -496,17 +514,17 @@
|
|
|
496
514
|
|
|
497
515
|
content:'';
|
|
498
516
|
}
|
|
499
|
-
.
|
|
500
|
-
label:hover .
|
|
501
|
-
.
|
|
517
|
+
._enabled_11kutpv_126:hover > ._icon_11kutpv_110::after,
|
|
518
|
+
label:hover ._enabled_11kutpv_126 > ._icon_11kutpv_110::after,
|
|
519
|
+
._enabled_11kutpv_126 ._input_11kutpv_99:active + ._icon_11kutpv_110::after{
|
|
502
520
|
-webkit-box-shadow:0 0 0 var(--_rs-checkbox-ci-shadow-size) var(--_rs-checkbox-ci-hover-icon-box-shadow);
|
|
503
521
|
box-shadow:0 0 0 var(--_rs-checkbox-ci-shadow-size) var(--_rs-checkbox-ci-hover-icon-box-shadow);
|
|
504
522
|
}
|
|
505
|
-
.
|
|
523
|
+
._enabled_11kutpv_126 ._input_11kutpv_99:focus[data-focus-method='key'] + ._icon_11kutpv_110::after{
|
|
506
524
|
-webkit-box-shadow:0 0 0 1px rgb(calc(232 - var(--_rs-theme-dark-coefficient, 0)*184), calc(232 - var(--_rs-theme-dark-coefficient, 0)*184), calc(232 - var(--_rs-theme-dark-coefficient, 0)*181)), 0 0 0 var(--_rs-checkbox-ci-shadow-size) var(--_rs-color-primary-t-dim);
|
|
507
525
|
box-shadow:0 0 0 1px rgb(calc(232 - var(--_rs-theme-dark-coefficient, 0)*184), calc(232 - var(--_rs-theme-dark-coefficient, 0)*184), calc(232 - var(--_rs-theme-dark-coefficient, 0)*181)), 0 0 0 var(--_rs-checkbox-ci-shadow-size) var(--_rs-color-primary-t-dim);
|
|
508
526
|
}
|
|
509
|
-
.
|
|
527
|
+
._checkmark_11kutpv_194{
|
|
510
528
|
position:absolute;
|
|
511
529
|
top:var(--_rs-checkbox-ci-shadow-size);
|
|
512
530
|
left:var(--_rs-checkbox-ci-shadow-size);
|
|
@@ -517,22 +535,22 @@
|
|
|
517
535
|
height:var(--_rs-checkbox-ci-size);
|
|
518
536
|
fill:currentColor;
|
|
519
537
|
}
|
|
520
|
-
.
|
|
538
|
+
._enabled_11kutpv_126 ._checkmark_11kutpv_194{
|
|
521
539
|
color:var(--_rs-checkbox-ci-mark-color);
|
|
522
540
|
}
|
|
523
|
-
.
|
|
524
|
-
.
|
|
541
|
+
._disabled_11kutpv_138 ._checkmark_11kutpv_194,
|
|
542
|
+
._input_11kutpv_99:disabled + ._icon_11kutpv_110 > ._checkmark_11kutpv_194{
|
|
525
543
|
color:rgb(calc(244 - var(--_rs-theme-dark-coefficient, 0)*196), calc(244 - var(--_rs-theme-dark-coefficient, 0)*196), calc(244 - var(--_rs-theme-dark-coefficient, 0)*193));
|
|
526
544
|
}
|
|
527
|
-
.
|
|
545
|
+
._input_11kutpv_99:checked + ._icon_11kutpv_110 > ._checkmark_11kutpv_194{
|
|
528
546
|
display:block;
|
|
529
547
|
}
|
|
530
|
-
.
|
|
548
|
+
._markS_11kutpv_219{
|
|
531
549
|
display:var(--_rs-checkbox-ci-mark-s-display);
|
|
532
550
|
}
|
|
533
|
-
.
|
|
551
|
+
._markM_11kutpv_222{
|
|
534
552
|
display:var(--_rs-checkbox-ci-mark-m-display);
|
|
535
553
|
}
|
|
536
|
-
.
|
|
554
|
+
._markL_11kutpv_225{
|
|
537
555
|
display:var(--_rs-checkbox-ci-mark-l-display);
|
|
538
556
|
}
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
var styles = {
|
|
2
|
-
"themeLight": "
|
|
3
|
-
"themeDark": "
|
|
4
|
-
"container": "
|
|
5
|
-
"listSizeS": "
|
|
6
|
-
"listSizeM": "
|
|
7
|
-
"listSizeL": "
|
|
8
|
-
"checkboxSizeS": "
|
|
9
|
-
"checkboxSizeM": "
|
|
10
|
-
"checkboxSizeL": "
|
|
11
|
-
"sizeS": "
|
|
12
|
-
"sizeM": "
|
|
13
|
-
"sizeL": "
|
|
14
|
-
"classic": "
|
|
15
|
-
"rock": "
|
|
16
|
-
"checkbox": "
|
|
17
|
-
"errorMessage": "
|
|
18
|
-
"list": "
|
|
19
|
-
"errorIcon": "
|
|
20
|
-
"input": "
|
|
21
|
-
"icon": "
|
|
22
|
-
"enabled": "
|
|
23
|
-
"indeterminate": "
|
|
24
|
-
"disabled": "
|
|
25
|
-
"error": "
|
|
26
|
-
"checkmark": "
|
|
27
|
-
"markS": "
|
|
28
|
-
"markM": "
|
|
29
|
-
"markL": "
|
|
2
|
+
"themeLight": "_themeLight_11kutpv_8",
|
|
3
|
+
"themeDark": "_themeDark_11kutpv_11",
|
|
4
|
+
"container": "_container_11kutpv_15",
|
|
5
|
+
"listSizeS": "_listSizeS_11kutpv_20",
|
|
6
|
+
"listSizeM": "_listSizeM_11kutpv_23",
|
|
7
|
+
"listSizeL": "_listSizeL_11kutpv_26",
|
|
8
|
+
"checkboxSizeS": "_checkboxSizeS_11kutpv_30",
|
|
9
|
+
"checkboxSizeM": "_checkboxSizeM_11kutpv_33",
|
|
10
|
+
"checkboxSizeL": "_checkboxSizeL_11kutpv_36",
|
|
11
|
+
"sizeS": "_sizeS_11kutpv_40",
|
|
12
|
+
"sizeM": "_sizeM_11kutpv_43",
|
|
13
|
+
"sizeL": "_sizeL_11kutpv_46",
|
|
14
|
+
"classic": "_classic_11kutpv_50",
|
|
15
|
+
"rock": "_rock_11kutpv_53",
|
|
16
|
+
"checkbox": "_checkbox_11kutpv_30",
|
|
17
|
+
"errorMessage": "_errorMessage_11kutpv_79",
|
|
18
|
+
"list": "_list_11kutpv_20",
|
|
19
|
+
"errorIcon": "_errorIcon_11kutpv_93",
|
|
20
|
+
"input": "_input_11kutpv_99",
|
|
21
|
+
"icon": "_icon_11kutpv_110",
|
|
22
|
+
"enabled": "_enabled_11kutpv_126",
|
|
23
|
+
"indeterminate": "_indeterminate_11kutpv_130",
|
|
24
|
+
"disabled": "_disabled_11kutpv_138",
|
|
25
|
+
"error": "_error_11kutpv_79",
|
|
26
|
+
"checkmark": "_checkmark_11kutpv_194",
|
|
27
|
+
"markS": "_markS_11kutpv_219",
|
|
28
|
+
"markM": "_markM_11kutpv_222",
|
|
29
|
+
"markL": "_markL_11kutpv_225"
|
|
30
30
|
};
|
|
31
31
|
export { styles as default };
|
package/lib/public-api.p.css
CHANGED
|
@@ -16,9 +16,12 @@
|
|
|
16
16
|
);
|
|
17
17
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
18
18
|
--_rs-typography-base-color:var(
|
|
19
|
+
--_rs-typography-heading-hardness-color,
|
|
20
|
+
var(
|
|
19
21
|
--rs-color-hard,
|
|
20
22
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
21
|
-
)
|
|
23
|
+
)
|
|
24
|
+
);
|
|
22
25
|
--_rs-typography-text-auto-offset:0;
|
|
23
26
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
24
27
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -86,9 +89,12 @@
|
|
|
86
89
|
);
|
|
87
90
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
88
91
|
--_rs-typography-base-color:var(
|
|
92
|
+
--_rs-typography-heading-hardness-color,
|
|
93
|
+
var(
|
|
89
94
|
--rs-color-hard,
|
|
90
95
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
91
|
-
)
|
|
96
|
+
)
|
|
97
|
+
);
|
|
92
98
|
--_rs-typography-text-auto-offset:0;
|
|
93
99
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
94
100
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -114,9 +120,12 @@
|
|
|
114
120
|
);
|
|
115
121
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
116
122
|
--_rs-typography-base-color:var(
|
|
123
|
+
--_rs-typography-heading-hardness-color,
|
|
124
|
+
var(
|
|
117
125
|
--rs-color-hard,
|
|
118
126
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
119
|
-
)
|
|
127
|
+
)
|
|
128
|
+
);
|
|
120
129
|
--_rs-typography-text-auto-offset:0;
|
|
121
130
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
122
131
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -155,9 +164,12 @@
|
|
|
155
164
|
);
|
|
156
165
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
157
166
|
--_rs-typography-base-color:var(
|
|
167
|
+
--_rs-typography-heading-hardness-color,
|
|
168
|
+
var(
|
|
158
169
|
--rs-color-hard,
|
|
159
170
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
160
|
-
)
|
|
171
|
+
)
|
|
172
|
+
);
|
|
161
173
|
--_rs-typography-text-auto-offset:0;
|
|
162
174
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
163
175
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -230,9 +242,12 @@
|
|
|
230
242
|
);
|
|
231
243
|
--_rs-typography-line-height:var(--rs-h4-line-height, 24px);
|
|
232
244
|
--_rs-typography-base-color:var(
|
|
245
|
+
--_rs-typography-heading-hardness-color,
|
|
246
|
+
var(
|
|
233
247
|
--rs-color-hard,
|
|
234
248
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
235
|
-
)
|
|
249
|
+
)
|
|
250
|
+
);
|
|
236
251
|
--_rs-typography-text-auto-offset:0;
|
|
237
252
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
238
253
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -258,9 +273,12 @@
|
|
|
258
273
|
);
|
|
259
274
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
260
275
|
--_rs-typography-base-color:var(
|
|
276
|
+
--_rs-typography-heading-hardness-color,
|
|
277
|
+
var(
|
|
261
278
|
--rs-color-hard,
|
|
262
279
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
263
|
-
)
|
|
280
|
+
)
|
|
281
|
+
);
|
|
264
282
|
--_rs-typography-text-auto-offset:0;
|
|
265
283
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
266
284
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -299,9 +317,12 @@
|
|
|
299
317
|
);
|
|
300
318
|
--_rs-typography-line-height:var(--rs-h4-line-height, 24px);
|
|
301
319
|
--_rs-typography-base-color:var(
|
|
320
|
+
--_rs-typography-heading-hardness-color,
|
|
321
|
+
var(
|
|
302
322
|
--rs-color-hard,
|
|
303
323
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
304
|
-
)
|
|
324
|
+
)
|
|
325
|
+
);
|
|
305
326
|
--_rs-typography-text-auto-offset:0;
|
|
306
327
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
307
328
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -374,9 +395,12 @@
|
|
|
374
395
|
);
|
|
375
396
|
--_rs-typography-line-height:var(--rs-h3-line-height, 28px);
|
|
376
397
|
--_rs-typography-base-color:var(
|
|
398
|
+
--_rs-typography-heading-hardness-color,
|
|
399
|
+
var(
|
|
377
400
|
--rs-color-hard,
|
|
378
401
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
379
|
-
)
|
|
402
|
+
)
|
|
403
|
+
);
|
|
380
404
|
--_rs-typography-text-auto-offset:0;
|
|
381
405
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
382
406
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -402,9 +426,12 @@
|
|
|
402
426
|
);
|
|
403
427
|
--_rs-typography-line-height:var(--rs-h4-line-height, 24px);
|
|
404
428
|
--_rs-typography-base-color:var(
|
|
429
|
+
--_rs-typography-heading-hardness-color,
|
|
430
|
+
var(
|
|
405
431
|
--rs-color-hard,
|
|
406
432
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
407
|
-
)
|
|
433
|
+
)
|
|
434
|
+
);
|
|
408
435
|
--_rs-typography-text-auto-offset:0;
|
|
409
436
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
410
437
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -470,9 +497,12 @@
|
|
|
470
497
|
);
|
|
471
498
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
472
499
|
--_rs-typography-base-color:var(
|
|
500
|
+
--_rs-typography-heading-hardness-color,
|
|
501
|
+
var(
|
|
473
502
|
--rs-color-hard,
|
|
474
503
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
475
|
-
)
|
|
504
|
+
)
|
|
505
|
+
);
|
|
476
506
|
--_rs-typography-text-auto-offset:0;
|
|
477
507
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
478
508
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -548,9 +578,12 @@
|
|
|
548
578
|
);
|
|
549
579
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
550
580
|
--_rs-typography-base-color:var(
|
|
581
|
+
--_rs-typography-heading-hardness-color,
|
|
582
|
+
var(
|
|
551
583
|
--rs-color-hard,
|
|
552
584
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
553
|
-
)
|
|
585
|
+
)
|
|
586
|
+
);
|
|
554
587
|
--_rs-typography-text-auto-offset:0;
|
|
555
588
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
556
589
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -631,9 +664,12 @@
|
|
|
631
664
|
);
|
|
632
665
|
--_rs-typography-line-height:var(--rs-h4-line-height, 24px);
|
|
633
666
|
--_rs-typography-base-color:var(
|
|
667
|
+
--_rs-typography-heading-hardness-color,
|
|
668
|
+
var(
|
|
634
669
|
--rs-color-hard,
|
|
635
670
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
636
|
-
)
|
|
671
|
+
)
|
|
672
|
+
);
|
|
637
673
|
--_rs-typography-text-auto-offset:0;
|
|
638
674
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
639
675
|
--_rs-typography-ol-list-li-padding-left:initial;
|
package/lib/public-api.pcss
CHANGED
|
@@ -16,9 +16,12 @@
|
|
|
16
16
|
);
|
|
17
17
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
18
18
|
--_rs-typography-base-color:var(
|
|
19
|
+
--_rs-typography-heading-hardness-color,
|
|
20
|
+
var(
|
|
19
21
|
--rs-color-hard,
|
|
20
22
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
21
|
-
)
|
|
23
|
+
)
|
|
24
|
+
);
|
|
22
25
|
--_rs-typography-text-auto-offset:0;
|
|
23
26
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
24
27
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -86,9 +89,12 @@
|
|
|
86
89
|
);
|
|
87
90
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
88
91
|
--_rs-typography-base-color:var(
|
|
92
|
+
--_rs-typography-heading-hardness-color,
|
|
93
|
+
var(
|
|
89
94
|
--rs-color-hard,
|
|
90
95
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
91
|
-
)
|
|
96
|
+
)
|
|
97
|
+
);
|
|
92
98
|
--_rs-typography-text-auto-offset:0;
|
|
93
99
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
94
100
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -114,9 +120,12 @@
|
|
|
114
120
|
);
|
|
115
121
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
116
122
|
--_rs-typography-base-color:var(
|
|
123
|
+
--_rs-typography-heading-hardness-color,
|
|
124
|
+
var(
|
|
117
125
|
--rs-color-hard,
|
|
118
126
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
119
|
-
)
|
|
127
|
+
)
|
|
128
|
+
);
|
|
120
129
|
--_rs-typography-text-auto-offset:0;
|
|
121
130
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
122
131
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -155,9 +164,12 @@
|
|
|
155
164
|
);
|
|
156
165
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
157
166
|
--_rs-typography-base-color:var(
|
|
167
|
+
--_rs-typography-heading-hardness-color,
|
|
168
|
+
var(
|
|
158
169
|
--rs-color-hard,
|
|
159
170
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
160
|
-
)
|
|
171
|
+
)
|
|
172
|
+
);
|
|
161
173
|
--_rs-typography-text-auto-offset:0;
|
|
162
174
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
163
175
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -230,9 +242,12 @@
|
|
|
230
242
|
);
|
|
231
243
|
--_rs-typography-line-height:var(--rs-h4-line-height, 24px);
|
|
232
244
|
--_rs-typography-base-color:var(
|
|
245
|
+
--_rs-typography-heading-hardness-color,
|
|
246
|
+
var(
|
|
233
247
|
--rs-color-hard,
|
|
234
248
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
235
|
-
)
|
|
249
|
+
)
|
|
250
|
+
);
|
|
236
251
|
--_rs-typography-text-auto-offset:0;
|
|
237
252
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
238
253
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -258,9 +273,12 @@
|
|
|
258
273
|
);
|
|
259
274
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
260
275
|
--_rs-typography-base-color:var(
|
|
276
|
+
--_rs-typography-heading-hardness-color,
|
|
277
|
+
var(
|
|
261
278
|
--rs-color-hard,
|
|
262
279
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
263
|
-
)
|
|
280
|
+
)
|
|
281
|
+
);
|
|
264
282
|
--_rs-typography-text-auto-offset:0;
|
|
265
283
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
266
284
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -299,9 +317,12 @@
|
|
|
299
317
|
);
|
|
300
318
|
--_rs-typography-line-height:var(--rs-h4-line-height, 24px);
|
|
301
319
|
--_rs-typography-base-color:var(
|
|
320
|
+
--_rs-typography-heading-hardness-color,
|
|
321
|
+
var(
|
|
302
322
|
--rs-color-hard,
|
|
303
323
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
304
|
-
)
|
|
324
|
+
)
|
|
325
|
+
);
|
|
305
326
|
--_rs-typography-text-auto-offset:0;
|
|
306
327
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
307
328
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -374,9 +395,12 @@
|
|
|
374
395
|
);
|
|
375
396
|
--_rs-typography-line-height:var(--rs-h3-line-height, 28px);
|
|
376
397
|
--_rs-typography-base-color:var(
|
|
398
|
+
--_rs-typography-heading-hardness-color,
|
|
399
|
+
var(
|
|
377
400
|
--rs-color-hard,
|
|
378
401
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
379
|
-
)
|
|
402
|
+
)
|
|
403
|
+
);
|
|
380
404
|
--_rs-typography-text-auto-offset:0;
|
|
381
405
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
382
406
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -402,9 +426,12 @@
|
|
|
402
426
|
);
|
|
403
427
|
--_rs-typography-line-height:var(--rs-h4-line-height, 24px);
|
|
404
428
|
--_rs-typography-base-color:var(
|
|
429
|
+
--_rs-typography-heading-hardness-color,
|
|
430
|
+
var(
|
|
405
431
|
--rs-color-hard,
|
|
406
432
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
407
|
-
)
|
|
433
|
+
)
|
|
434
|
+
);
|
|
408
435
|
--_rs-typography-text-auto-offset:0;
|
|
409
436
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
410
437
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -470,9 +497,12 @@
|
|
|
470
497
|
);
|
|
471
498
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
472
499
|
--_rs-typography-base-color:var(
|
|
500
|
+
--_rs-typography-heading-hardness-color,
|
|
501
|
+
var(
|
|
473
502
|
--rs-color-hard,
|
|
474
503
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
475
|
-
)
|
|
504
|
+
)
|
|
505
|
+
);
|
|
476
506
|
--_rs-typography-text-auto-offset:0;
|
|
477
507
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
478
508
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -548,9 +578,12 @@
|
|
|
548
578
|
);
|
|
549
579
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
550
580
|
--_rs-typography-base-color:var(
|
|
581
|
+
--_rs-typography-heading-hardness-color,
|
|
582
|
+
var(
|
|
551
583
|
--rs-color-hard,
|
|
552
584
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
553
|
-
)
|
|
585
|
+
)
|
|
586
|
+
);
|
|
554
587
|
--_rs-typography-text-auto-offset:0;
|
|
555
588
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
556
589
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -631,9 +664,12 @@
|
|
|
631
664
|
);
|
|
632
665
|
--_rs-typography-line-height:var(--rs-h4-line-height, 24px);
|
|
633
666
|
--_rs-typography-base-color:var(
|
|
667
|
+
--_rs-typography-heading-hardness-color,
|
|
668
|
+
var(
|
|
634
669
|
--rs-color-hard,
|
|
635
670
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
636
|
-
)
|
|
671
|
+
)
|
|
672
|
+
);
|
|
637
673
|
--_rs-typography-text-auto-offset:0;
|
|
638
674
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
639
675
|
--_rs-typography-ol-list-li-padding-left:initial;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rescui/checkbox",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "JetBrains",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@babel/runtime-corejs3": "^7.14.0",
|
|
18
|
-
"@rescui/menu": "^0.10.
|
|
18
|
+
"@rescui/menu": "^0.10.6",
|
|
19
19
|
"classnames": "^2.2.6",
|
|
20
20
|
"core-js": "^3.9.1"
|
|
21
21
|
},
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
"react": ">=16.8.0 <19"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@rescui/colors": "^0.2.
|
|
28
|
+
"@rescui/colors": "^0.2.4",
|
|
29
29
|
"@rescui/postcss-preset-library": "^0.2.1",
|
|
30
|
-
"@rescui/scripts": "^0.3.
|
|
31
|
-
"@rescui/typography": "^0.
|
|
30
|
+
"@rescui/scripts": "^0.3.4",
|
|
31
|
+
"@rescui/typography": "^0.18.0",
|
|
32
32
|
"@rescui/visual-regression": "^0.1.2"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"build-pcss-api": "rescui-scripts build-pcss-api --file public-api.p.css"
|
|
37
37
|
},
|
|
38
38
|
"nx": {},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "ac2efc85e94cfd6b9bae29c2829d38b6bd608474"
|
|
40
40
|
}
|