@rescui/checkbox 0.9.5-RUI-286-Fix-tooltip-stacking-f4145b01.1 → 0.10.0

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 CHANGED
@@ -1,4 +1,66 @@
1
- ._icon_1tz4fgh_4{
1
+ ._themeLight_joj23m_8{
2
+ --rs-theme-dark:0;
3
+ }
4
+ ._themeDark_joj23m_11{
5
+ --rs-theme-dark:1;
6
+ }
7
+ ._checkboxSizeS_joj23m_15{
8
+ --_rs-checkbox-parts-offset:4px;
9
+ }
10
+ ._checkboxSizeM_joj23m_18{
11
+ --_rs-checkbox-parts-offset:8px;
12
+ }
13
+ ._checkboxSizeL_joj23m_21{
14
+ --_rs-checkbox-parts-offset:8px;
15
+ }
16
+ ._sizeS_joj23m_25{
17
+ --_rs-checkbox-ci-mark-s-display:initial;
18
+ --_rs-checkbox-ci-mark-m-display:none;
19
+ --_rs-checkbox-ci-mark-l-display:none;
20
+ --_rs-checkbox-ci-size:14px;
21
+ --_rs-checkbox-ci-shadow-size:3px;
22
+ --_rs-checkbox-ci-indeterminate-icon-border-width:6px 3px;
23
+ }
24
+ ._sizeM_joj23m_28{
25
+ --_rs-checkbox-ci-mark-s-display:none;
26
+ --_rs-checkbox-ci-mark-m-display:initial;
27
+ --_rs-checkbox-ci-mark-l-display:none;
28
+ --_rs-checkbox-ci-size:18px;
29
+ --_rs-checkbox-ci-shadow-size:3px;
30
+ --_rs-checkbox-ci-indeterminate-icon-border-width:8px 3px;
31
+ }
32
+ ._sizeL_joj23m_31{
33
+ --_rs-checkbox-ci-mark-s-display:none;
34
+ --_rs-checkbox-ci-mark-m-display:none;
35
+ --_rs-checkbox-ci-mark-l-display:initial;
36
+ --_rs-checkbox-ci-size:20px;
37
+ --_rs-checkbox-ci-shadow-size:4px;
38
+ --_rs-checkbox-ci-indeterminate-icon-border-width:9px 3px;
39
+ }
40
+ ._classic_joj23m_35{
41
+ --_rs-checkbox-ci-mark-color:#FFFFFF;
42
+ --_rs-checkbox-ci-indeterminate-icon-border-color:var(--_rs-color-primary);
43
+ --_rs-checkbox-ci-indeterminate-icon-background-color:#FFFFFF;
44
+ --_rs-checkbox-ci-checked-icon-border-color:var(--_rs-color-primary);
45
+ --_rs-checkbox-ci-hover-icon-box-shadow:var(--_rs-color-primary-t-fog);
46
+ }
47
+ ._rock_joj23m_38{
48
+ --_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));
49
+ --_rs-checkbox-ci-indeterminate-icon-border-color:rgb(
50
+ 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)
51
+ );
52
+ --_rs-checkbox-ci-indeterminate-icon-background-color:rgb(
53
+ 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)
54
+ );
55
+ --_rs-checkbox-ci-checked-icon-border-color:rgb(
56
+ 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)
57
+ );
58
+ --_rs-checkbox-ci-hover-icon-box-shadow:rgba(
59
+ 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),
60
+ 0.1
61
+ );
62
+ }
63
+ ._checkbox_joj23m_15{
2
64
  --_rs-theme-dark:var(
3
65
  --_rs-internal-force-theme-dark-consult-rescui-before-using,
4
66
  var(--rs-theme-dark, 0)
@@ -8,16 +70,16 @@
8
70
  --_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
9
71
  }
10
72
  @supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
11
- ._icon_1tz4fgh_4{
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
- --_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
- --_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)));
15
- --_rs-color-primary-t-dim:color-mix(in srgb, var(--rs-color-primary-t-dim-light-theme, rgba(107, 87, 255, 0.8)) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-t-dim-dark-theme, rgba(132, 115, 255,0.8)) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
16
- --_rs-color-primary-t-fog:color-mix(in srgb, var(--rs-color-primary-t-fog-light-theme, rgba(107, 87, 255,0.2)) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-t-fog-dark-theme, rgba(132, 115, 255,0.3)) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
73
+ ._checkbox_joj23m_15{
74
+ --_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)));
75
+ --_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)));
76
+ --_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)));
77
+ --_rs-color-primary-t-dim:color-mix(in srgb, var(--rs-color-primary-t-dim-light-theme, rgba(107, 87, 255, 0.8)) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-t-dim-dark-theme, rgba(132, 115, 255,0.8)) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
78
+ --_rs-color-primary-t-fog:color-mix(in srgb, var(--rs-color-primary-t-fog-light-theme, rgba(107, 87, 255,0.2)) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-t-fog-dark-theme, rgba(132, 115, 255,0.3)) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
17
79
  }
18
80
  }
19
81
  @supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
20
- ._icon_1tz4fgh_4{
82
+ ._checkbox_joj23m_15{
21
83
  --_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
84
  --_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
85
  --_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,84 +87,155 @@
25
87
  --_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
88
  }
27
89
  }
28
- ._icon_1tz4fgh_4{
29
-
30
- fill:var(--_rs-icons-themed-fill-or-initial, currentcolor);
31
-
32
- width:var(--rs-icons-width, auto);
33
- height:var(--rs-icons-height, var(--_rs-icons-height));
34
- }
35
- ._sizeXS_1tz4fgh_14{
36
- --_rs-icons-height:16px;
37
- }
38
- ._sizeS_1tz4fgh_18{
39
- --_rs-icons-height:20px;
90
+ @supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
91
+ ._checkbox_joj23m_15{
92
+ --_rs-color-danger:color-mix(in srgb, #CC1400 calc(100%*var(--_rs-theme-light-coefficient, 1)), #FF6553 calc(100%*var(--_rs-theme-dark-coefficient, 0)));
93
+ --_rs-color-danger-bg:color-mix(in srgb, rgba(204,20,0, 0.2) calc(100%*var(--_rs-theme-light-coefficient, 1)), rgba(255,101,83, 0.2) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
40
94
  }
41
- ._sizeM_1tz4fgh_22{
42
- --_rs-icons-height:24px;
95
+ }
96
+ @supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
97
+ ._checkbox_joj23m_15{
98
+ --_rs-color-danger:rgb(calc(var(--_rs-theme-light-coefficient, 1)*204 + var(--_rs-theme-dark-coefficient, 0)*255), calc(var(--_rs-theme-light-coefficient, 1)*20 + var(--_rs-theme-dark-coefficient, 0)*101), calc(var(--_rs-theme-light-coefficient, 1)*0 + var(--_rs-theme-dark-coefficient, 0)*83));
99
+ --_rs-color-danger-bg:rgba(calc(var(--_rs-theme-light-coefficient, 1)*204 + var(--_rs-theme-dark-coefficient, 0)*255), calc(var(--_rs-theme-light-coefficient, 1)*20 + var(--_rs-theme-dark-coefficient, 0)*101), calc(var(--_rs-theme-light-coefficient, 1)*0 + var(--_rs-theme-dark-coefficient, 0)*83), 0.2);
43
100
  }
44
- ._sizeL_1tz4fgh_26{
45
- --_rs-icons-height:28px;
101
+ }
102
+ ._checkbox_joj23m_15 {
103
+
104
+ position:relative;
105
+
106
+ display:inline-block;
107
+
108
+ box-sizing:border-box;
109
+ width:calc(var(--_rs-checkbox-ci-size) + var(--_rs-checkbox-ci-shadow-size)*2);
110
+ height:calc(var(--_rs-checkbox-ci-size) + var(--_rs-checkbox-ci-shadow-size)*2);
111
+ padding:var(--_rs-checkbox-ci-shadow-size);
112
+
113
+ outline:none;
114
+
115
+ text-align:left;
46
116
  }
47
- ._light_1tz4fgh_30{
48
- --rs-theme-dark:0;
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));
117
+ ._input_joj23m_65{
118
+ position:absolute;
119
+ z-index:-1;
120
+
121
+ opacity:0;
122
+
123
+ margin:0;
124
+
125
+ border:0;
50
126
  }
51
- ._dark_1tz4fgh_34{
52
- --rs-theme-dark:1;
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));
127
+ ._icon_joj23m_76{
128
+ display:inline-block;
129
+ float:left;
130
+
131
+ box-sizing:border-box;
132
+ width:var(--_rs-checkbox-ci-size);
133
+ height:var(--_rs-checkbox-ci-size);
134
+
135
+ border-width:1px;
136
+ border-style:solid;
137
+ border-color:#A3A3A4;
138
+
139
+ background:rgb(calc(255 - var(--_rs-theme-dark-coefficient, 0)*207), calc(255 - var(--_rs-theme-dark-coefficient, 0)*207), calc(255 - var(--_rs-theme-dark-coefficient, 0)*204));
140
+
141
+ transition:border-width ease-out 100ms, border-color ease-out 100ms;
54
142
  }
55
- @keyframes rs-icon-rotate{
56
- from{
57
- transform:rotate(0deg);
143
+ ._enabled_joj23m_92 ._icon_joj23m_76{
144
+ cursor:pointer;
145
+ }
146
+ ._indeterminate_joj23m_96 ._icon_joj23m_76{
147
+ border-width:var(--_rs-checkbox-ci-indeterminate-icon-border-width);
58
148
  }
59
- to{
60
- transform:rotate(360deg);
149
+ ._input_joj23m_65:checked + ._icon_joj23m_76{
150
+ border-width:calc(var(--_rs-checkbox-ci-size)/2);
61
151
  }
62
- }
63
- ._allVariants_1tz4fgh_48{
64
- aspect-ratio:var(--rs-icon-ar-width, 1) / var(--rs-icon-ar-height, 1);
65
- container:rs-icon / size;
66
- }
67
- ._variant16_1tz4fgh_53,
68
- ._variant20_1tz4fgh_54,
69
- ._variant24_1tz4fgh_55{
70
- display:none;
71
- }
72
- ._variant28_1tz4fgh_58{
73
- display:block;
74
- }
75
- @container rs-icon (max-height: 24px){
76
- ._variant24_1tz4fgh_55{
77
- display:block;
152
+ ._disabled_joj23m_104 ._icon_joj23m_76._icon_joj23m_76,
153
+ ._input_joj23m_65:disabled + ._icon_joj23m_76{
154
+ 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));
155
+
156
+ cursor:not-allowed;
157
+ pointer-events:none;
158
+
159
+ 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));
78
160
  }
79
- ._variant28_1tz4fgh_58{
80
- display:none;
161
+ ._input_joj23m_65:hover + ._icon_joj23m_76,
162
+ ._enabled_joj23m_92:hover ._icon_joj23m_76{
163
+ 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));
81
164
  }
82
- }
83
- @container rs-icon (max-height: 20px){
84
- ._variant20_1tz4fgh_54{
85
- display:block;
165
+ ._enabled_joj23m_92._indeterminate_joj23m_96 ._icon_joj23m_76,
166
+ ._enabled_joj23m_92._indeterminate_joj23m_96:hover ._icon_joj23m_76,
167
+ ._enabled_joj23m_92._indeterminate_joj23m_96 ._input_joj23m_65:hover + ._icon_joj23m_76{
168
+ border-color:var(--_rs-checkbox-ci-indeterminate-icon-border-color);
169
+
170
+ background-color:var(
171
+ --_rs-checkbox-ci-indeterminate-icon-background-color
172
+ );
173
+ }
174
+ ._enabled_joj23m_92 ._input_joj23m_65:checked + ._icon_joj23m_76._icon_joj23m_76{
175
+ border-color:var(--_rs-checkbox-ci-checked-icon-border-color);
86
176
  }
87
- ._variant24_1tz4fgh_55{
88
- display:none;
177
+ ._error_joj23m_133 ._icon_joj23m_76._icon_joj23m_76._icon_joj23m_76._icon_joj23m_76,
178
+ ._input_joj23m_65:invalid + ._icon_joj23m_76._icon_joj23m_76._icon_joj23m_76{
179
+ border-color:var(--_rs-color-danger);
89
180
  }
181
+ ._icon_joj23m_76::after{
182
+ position:absolute;
183
+ top:var(--_rs-checkbox-ci-shadow-size);
184
+ right:var(--_rs-checkbox-ci-shadow-size);
185
+ bottom:var(--_rs-checkbox-ci-shadow-size);
186
+ left:var(--_rs-checkbox-ci-shadow-size);
187
+
188
+ content:'';
189
+ }
190
+ ._enabled_joj23m_92:hover > ._icon_joj23m_76::after,
191
+ label:hover ._enabled_joj23m_92 > ._icon_joj23m_76::after,
192
+ ._enabled_joj23m_92 ._input_joj23m_65:active + ._icon_joj23m_76::after{
193
+ box-shadow:0 0 0 var(--_rs-checkbox-ci-shadow-size) var(--_rs-checkbox-ci-hover-icon-box-shadow);
194
+ }
195
+ ._enabled_joj23m_92 ._input_joj23m_65:focus[data-focus-method='key'] + ._icon_joj23m_76::after{
196
+ 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);
197
+ }
198
+ ._checkmark_joj23m_160{
199
+ position:absolute;
200
+ top:var(--_rs-checkbox-ci-shadow-size);
201
+ left:var(--_rs-checkbox-ci-shadow-size);
202
+
203
+ display:none;
204
+
205
+ width:var(--_rs-checkbox-ci-size);
206
+ height:var(--_rs-checkbox-ci-size);
207
+ fill:currentColor;
90
208
  }
91
- @container rs-icon (max-height: 16px){
92
- ._variant16_1tz4fgh_53{
93
- display:block;
209
+ ._enabled_joj23m_92 ._checkmark_joj23m_160{
210
+ color:var(--_rs-checkbox-ci-mark-color);
211
+ }
212
+ ._disabled_joj23m_104 ._checkmark_joj23m_160,
213
+ ._input_joj23m_65:disabled + ._icon_joj23m_76 > ._checkmark_joj23m_160{
214
+ 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));
94
215
  }
95
- ._variant20_1tz4fgh_54{
96
- display:none;
216
+ ._input_joj23m_65:checked + ._icon_joj23m_76 > ._checkmark_joj23m_160{
217
+ display:block;
97
218
  }
219
+ ._markS_joj23m_185{
220
+ display:var(--_rs-checkbox-ci-mark-s-display);
221
+ }
222
+ ._markM_joj23m_188{
223
+ display:var(--_rs-checkbox-ci-mark-m-display);
224
+ }
225
+ ._markL_joj23m_191{
226
+ display:var(--_rs-checkbox-ci-mark-l-display);
227
+ }
228
+ ._errorMessage_joj23m_195{
229
+ margin-top:var(--_rs-checkbox-parts-offset);
98
230
  }
99
- ._themeLight_1yjjktt_8{
231
+
232
+ ._themeLight_5p0fmp_6{
100
233
  --rs-theme-dark:0;
101
234
  }
102
- ._themeDark_1yjjktt_11{
235
+ ._themeDark_5p0fmp_9{
103
236
  --rs-theme-dark:1;
104
237
  }
105
- ._container_1yjjktt_15{
238
+ ._container_5p0fmp_13{
106
239
  --_rs-theme-dark:var(
107
240
  --_rs-internal-force-theme-dark-consult-rescui-before-using,
108
241
  var(--rs-theme-dark, 0)
@@ -112,16 +245,16 @@
112
245
  --_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
113
246
  }
114
247
  @supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
115
- ._container_1yjjktt_15{
116
- --_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)));
117
- --_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)));
118
- --_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)));
119
- --_rs-color-primary-t-dim:color-mix(in srgb, var(--rs-color-primary-t-dim-light-theme, rgba(107, 87, 255, 0.8)) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-t-dim-dark-theme, rgba(132, 115, 255,0.8)) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
120
- --_rs-color-primary-t-fog:color-mix(in srgb, var(--rs-color-primary-t-fog-light-theme, rgba(107, 87, 255,0.2)) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-t-fog-dark-theme, rgba(132, 115, 255,0.3)) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
248
+ ._container_5p0fmp_13{
249
+ --_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)));
250
+ --_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)));
251
+ --_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)));
252
+ --_rs-color-primary-t-dim:color-mix(in srgb, var(--rs-color-primary-t-dim-light-theme, rgba(107, 87, 255, 0.8)) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-t-dim-dark-theme, rgba(132, 115, 255,0.8)) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
253
+ --_rs-color-primary-t-fog:color-mix(in srgb, var(--rs-color-primary-t-fog-light-theme, rgba(107, 87, 255,0.2)) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-t-fog-dark-theme, rgba(132, 115, 255,0.3)) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
121
254
  }
122
255
  }
123
256
  @supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
124
- ._container_1yjjktt_15{
257
+ ._container_5p0fmp_13{
125
258
  --_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);
126
259
  --_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));
127
260
  --_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));
@@ -129,8 +262,12 @@
129
262
  --_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));
130
263
  }
131
264
  }
132
- ._listSizeS_1yjjktt_20 [data-rs-internal='checkbox-list__error-message']{
133
- --_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
265
+ ._sizeS_5p0fmp_18{
266
+ --_rs-checkbox-list-label-offset:4px;
267
+ --_rs-checkbox-list-left-offset:28px;
268
+ }
269
+ ._sizeS_5p0fmp_18 [data-rs-internal='checkbox-list__label']{
270
+ --_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
134
271
  --_rs-typography-text-transform:initial;
135
272
  --_rs-typography-font-variant-numeric:initial;
136
273
  --_rs-typography-font-family:var(
@@ -139,31 +276,31 @@
139
276
  BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
140
277
  'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
141
278
  );
142
- --_rs-typography-font-size:var(--rs-h5-font-size, 13px);
279
+ --_rs-typography-font-size:var(--rs-text-3-font-size, 13px);
143
280
  --_rs-typography-font-weight:var(
144
- --rs-font-weight-semi-bold,
145
- 600
281
+ --rs-font-weight-regular,
282
+ 400
283
+ );
284
+ --_rs-typography-line-height:var(
285
+ --rs-text-3-line-height,
286
+ 20px
146
287
  );
147
- --_rs-typography-line-height:var(--rs-h5-line-height, 20px);
148
288
  --_rs-typography-base-color:var(
149
- --_rs-typography-heading-hardness-color,
289
+ --_rs-typography-hardness-color,
150
290
  var(
151
- --rs-color-hard,
152
- 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))
291
+ --rs-color-average,
292
+ rgba(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), 0.7)
153
293
  )
154
294
  );
155
- --_rs-typography-text-auto-offset:0;
156
- --_rs-typography-ul-list-li-padding-left:initial;
157
- --_rs-typography-ol-list-li-padding-left:initial;
158
- --_rs-typography-list-li-margin-top-from-text:initial;
295
+ --_rs-typography-text-auto-offset:8px;
296
+ --_rs-typography-ul-list-li-padding-left:28px;
297
+ --_rs-typography-ol-list-li-padding-left:21px;
298
+ --_rs-typography-list-li-margin-top-from-text:8px;
159
299
  --_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
160
300
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
161
- --_rs-typography-link-border-bottom-width-from-text:2px;
301
+ --_rs-typography-link-border-bottom-width-from-text:1px;
162
302
  }
163
- ._listSizeS_1yjjktt_20 [data-rs-internal='checkbox-list__error-icon']:not(html){
164
- --_rs-icons-height:20px;
165
- }
166
- ._listSizeM_1yjjktt_23 [data-rs-internal='checkbox-list__error-message']{
303
+ ._sizeS_5p0fmp_18 [data-rs-internal='checkbox-list__bold-label']{
167
304
  --_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
168
305
  --_rs-typography-text-transform:initial;
169
306
  --_rs-typography-font-variant-numeric:initial;
@@ -194,11 +331,12 @@
194
331
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
195
332
  --_rs-typography-link-border-bottom-width-from-text:2px;
196
333
  }
197
- ._listSizeM_1yjjktt_23 [data-rs-internal='checkbox-list__error-icon']:not(html){
198
- --_rs-icons-height:20px;
199
- }
200
- ._listSizeL_1yjjktt_26 [data-rs-internal='checkbox-list__error-message']{
201
- --_rs-typography-letter-spacing:var(--rs-h4-letter-spacing, normal);
334
+ ._sizeM_5p0fmp_21{
335
+ --_rs-checkbox-list-label-offset:8px;
336
+ --_rs-checkbox-list-left-offset:32px;
337
+ }
338
+ ._sizeM_5p0fmp_21 [data-rs-internal='checkbox-list__label']{
339
+ --_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
202
340
  --_rs-typography-text-transform:initial;
203
341
  --_rs-typography-font-variant-numeric:initial;
204
342
  --_rs-typography-font-family:var(
@@ -207,32 +345,40 @@
207
345
  BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
208
346
  'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
209
347
  );
210
- --_rs-typography-font-size:var(--rs-h4-font-size, 16px);
348
+ --_rs-typography-font-size:var(--rs-text-2-font-size, 16px);
211
349
  --_rs-typography-font-weight:var(
212
- --rs-font-weight-semi-bold,
213
- 600
350
+ --rs-font-weight-regular,
351
+ 400
352
+ );
353
+ --_rs-typography-line-height:var(
354
+ --rs-text-2-line-height,
355
+ 24px
214
356
  );
215
- --_rs-typography-line-height:var(--rs-h4-line-height, 24px);
216
357
  --_rs-typography-base-color:var(
217
- --_rs-typography-heading-hardness-color,
358
+ --_rs-typography-hardness-color,
218
359
  var(
219
- --rs-color-hard,
220
- 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))
360
+ --rs-color-average,
361
+ rgba(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), 0.7)
221
362
  )
222
363
  );
223
- --_rs-typography-text-auto-offset:0;
224
- --_rs-typography-ul-list-li-padding-left:initial;
225
- --_rs-typography-ol-list-li-padding-left:initial;
226
- --_rs-typography-list-li-margin-top-from-text:initial;
364
+ --_rs-typography-text-auto-offset:16px;
365
+ --_rs-typography-ul-list-li-padding-left:22px;
366
+ --_rs-typography-ol-list-li-padding-left:26px;
367
+ --_rs-typography-list-li-margin-top-from-text:var(
368
+ --_rs-typography-text-2-sm-list-li-margin-top-from-text,
369
+ 16px
370
+ );
227
371
  --_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
228
372
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
229
- --_rs-typography-link-border-bottom-width-from-text:2px;
373
+ --_rs-typography-link-border-bottom-width-from-text:1px;
230
374
  }
231
- ._listSizeL_1yjjktt_26 [data-rs-internal='checkbox-list__error-icon']:not(html){
232
- --_rs-icons-height:24px;
375
+ @media screen and (max-width: 640px){
376
+ ._sizeM_5p0fmp_21 [data-rs-internal='checkbox-list__label']{
377
+ --_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
233
378
  }
234
- ._checkboxSizeS_1yjjktt_30 [data-rs-internal='checkbox__error-message']{
235
- --_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
379
+ }
380
+ ._sizeM_5p0fmp_21 [data-rs-internal='checkbox-list__bold-label']{
381
+ --_rs-typography-letter-spacing:var(--rs-h4-letter-spacing, normal);
236
382
  --_rs-typography-text-transform:initial;
237
383
  --_rs-typography-font-variant-numeric:initial;
238
384
  --_rs-typography-font-family:var(
@@ -241,12 +387,12 @@
241
387
  BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
242
388
  'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
243
389
  );
244
- --_rs-typography-font-size:var(--rs-h5-font-size, 13px);
390
+ --_rs-typography-font-size:var(--rs-h4-font-size, 16px);
245
391
  --_rs-typography-font-weight:var(
246
392
  --rs-font-weight-semi-bold,
247
393
  600
248
394
  );
249
- --_rs-typography-line-height:var(--rs-h5-line-height, 20px);
395
+ --_rs-typography-line-height:var(--rs-h4-line-height, 24px);
250
396
  --_rs-typography-base-color:var(
251
397
  --_rs-typography-heading-hardness-color,
252
398
  var(
@@ -262,11 +408,12 @@
262
408
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
263
409
  --_rs-typography-link-border-bottom-width-from-text:2px;
264
410
  }
265
- ._checkboxSizeS_1yjjktt_30 [data-rs-internal='checkbox__error-icon']:not(html){
266
- --_rs-icons-height:20px;
267
- }
268
- ._checkboxSizeM_1yjjktt_33 [data-rs-internal='checkbox__error-message']{
269
- --_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
411
+ ._sizeL_5p0fmp_24{
412
+ --_rs-checkbox-list-label-offset:12px;
413
+ --_rs-checkbox-list-left-offset:44px;
414
+ }
415
+ ._sizeL_5p0fmp_24 [data-rs-internal='checkbox-list__label']{
416
+ --_rs-typography-letter-spacing:var(--rs-text-1-letter-spacing, normal);
270
417
  --_rs-typography-text-transform:initial;
271
418
  --_rs-typography-font-variant-numeric:initial;
272
419
  --_rs-typography-font-family:var(
@@ -275,32 +422,40 @@
275
422
  BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
276
423
  'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
277
424
  );
278
- --_rs-typography-font-size:var(--rs-h5-font-size, 13px);
425
+ --_rs-typography-font-size:var(--rs-text-1-font-size, 20px);
279
426
  --_rs-typography-font-weight:var(
280
- --rs-font-weight-semi-bold,
281
- 600
427
+ --rs-font-weight-regular,
428
+ 400
429
+ );
430
+ --_rs-typography-line-height:var(
431
+ --rs-text-1-line-height,
432
+ 28px
282
433
  );
283
- --_rs-typography-line-height:var(--rs-h5-line-height, 20px);
284
434
  --_rs-typography-base-color:var(
285
- --_rs-typography-heading-hardness-color,
435
+ --_rs-typography-hardness-color,
286
436
  var(
287
- --rs-color-hard,
288
- 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))
437
+ --rs-color-average,
438
+ rgba(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), 0.7)
289
439
  )
290
440
  );
291
- --_rs-typography-text-auto-offset:0;
292
- --_rs-typography-ul-list-li-padding-left:initial;
293
- --_rs-typography-ol-list-li-padding-left:initial;
294
- --_rs-typography-list-li-margin-top-from-text:initial;
441
+ --_rs-typography-text-auto-offset:32px;
442
+ --_rs-typography-ul-list-li-padding-left:26px;
443
+ --_rs-typography-ol-list-li-padding-left:32px;
444
+ --_rs-typography-list-li-margin-top-from-text:var(
445
+ --_rs-typography-text-1-sm-list-li-margin-top-from-text,
446
+ 24px
447
+ );
295
448
  --_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
296
449
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
297
- --_rs-typography-link-border-bottom-width-from-text:2px;
450
+ --_rs-typography-link-border-bottom-width-from-text:1px;
298
451
  }
299
- ._checkboxSizeM_1yjjktt_33 [data-rs-internal='checkbox__error-icon']:not(html){
300
- --_rs-icons-height:20px;
452
+ @media screen and (max-width: 640px){
453
+ ._sizeL_5p0fmp_24 [data-rs-internal='checkbox-list__label']{
454
+ --_rs-typography-text-1-sm-list-li-margin-top-from-text:16px;
301
455
  }
302
- ._checkboxSizeL_1yjjktt_36 [data-rs-internal='checkbox__error-message']{
303
- --_rs-typography-letter-spacing:var(--rs-h4-letter-spacing, normal);
456
+ }
457
+ ._sizeL_5p0fmp_24 [data-rs-internal='checkbox-list__bold-label']{
458
+ --_rs-typography-letter-spacing:var(--rs-h3-letter-spacing, normal);
304
459
  --_rs-typography-text-transform:initial;
305
460
  --_rs-typography-font-variant-numeric:initial;
306
461
  --_rs-typography-font-family:var(
@@ -309,12 +464,12 @@
309
464
  BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
310
465
  'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
311
466
  );
312
- --_rs-typography-font-size:var(--rs-h4-font-size, 16px);
467
+ --_rs-typography-font-size:var(--rs-h3-font-size, 20px);
313
468
  --_rs-typography-font-weight:var(
314
469
  --rs-font-weight-semi-bold,
315
470
  600
316
471
  );
317
- --_rs-typography-line-height:var(--rs-h4-line-height, 24px);
472
+ --_rs-typography-line-height:var(--rs-h3-line-height, 28px);
318
473
  --_rs-typography-base-color:var(
319
474
  --_rs-typography-heading-hardness-color,
320
475
  var(
@@ -330,57 +485,78 @@
330
485
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
331
486
  --_rs-typography-link-border-bottom-width-from-text:2px;
332
487
  }
333
- ._checkboxSizeL_1yjjktt_36 [data-rs-internal='checkbox__error-icon']:not(html){
334
- --_rs-icons-height:24px;
335
- }
336
- ._sizeS_1yjjktt_40{
337
- --_rs-checkbox-ci-mark-s-display:initial;
338
- --_rs-checkbox-ci-mark-m-display:none;
339
- --_rs-checkbox-ci-mark-l-display:none;
340
- --_rs-checkbox-ci-size:14px;
341
- --_rs-checkbox-ci-shadow-size:3px;
342
- --_rs-checkbox-ci-indeterminate-icon-border-width:6px 3px;
488
+ ._inner_5p0fmp_28{
489
+ --rs-out-checkbox-list-left-offset:var(--_rs-checkbox-list-left-offset);
343
490
  }
344
- ._sizeM_1yjjktt_43{
345
- --_rs-checkbox-ci-mark-s-display:none;
346
- --_rs-checkbox-ci-mark-m-display:initial;
347
- --_rs-checkbox-ci-mark-l-display:none;
348
- --_rs-checkbox-ci-size:18px;
349
- --_rs-checkbox-ci-shadow-size:3px;
350
- --_rs-checkbox-ci-indeterminate-icon-border-width:8px 3px;
491
+ ._label_5p0fmp_32{
492
+ letter-spacing:var(
493
+ --rs-text-base-letter-spacing,
494
+ var(--_rs-typography-letter-spacing)
495
+ );
496
+ text-transform:var(--_rs-typography-text-transform);
497
+ font-family:var(--_rs-typography-font-family);
498
+ font-size:var(--_rs-typography-font-size);
499
+ font-weight:var(--_rs-typography-font-weight);
500
+ line-height:var(--_rs-typography-line-height);
501
+ font-variant-numeric:var(--_rs-typography-font-variant-numeric);
502
+ font-feature-settings:'kern', 'liga', 'calt';
503
+ color:var(
504
+ --rs-color-hard,
505
+ 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))
506
+ );
507
+
508
+ margin:0 0 var(--_rs-checkbox-list-label-offset) 0;
509
+ padding:0;
351
510
  }
352
- ._sizeL_1yjjktt_46{
353
- --_rs-checkbox-ci-mark-s-display:none;
354
- --_rs-checkbox-ci-mark-m-display:none;
355
- --_rs-checkbox-ci-mark-l-display:initial;
356
- --_rs-checkbox-ci-size:20px;
357
- --_rs-checkbox-ci-shadow-size:4px;
358
- --_rs-checkbox-ci-indeterminate-icon-border-width:9px 3px;
511
+ ._disabled_5p0fmp_39 ._label_5p0fmp_32{
512
+ color:var(
513
+ --rs-color-pale,
514
+ rgba(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), 0.5)
515
+ );
516
+ }
517
+ ._footer_5p0fmp_44{
518
+ display:flex;
519
+ flex-direction:column;
359
520
  }
360
- ._classic_1yjjktt_50{
361
- --_rs-checkbox-ci-mark-color:#FFFFFF;
362
- --_rs-checkbox-ci-indeterminate-icon-border-color:var(--_rs-color-primary);
363
- --_rs-checkbox-ci-indeterminate-icon-background-color:#FFFFFF;
364
- --_rs-checkbox-ci-checked-icon-border-color:var(--_rs-color-primary);
365
- --_rs-checkbox-ci-hover-icon-box-shadow:var(--_rs-color-primary-t-fog);
521
+ ._errorMessage_5p0fmp_49{
522
+ order:99;
366
523
  }
367
- ._rock_1yjjktt_53{
368
- --_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));
369
- --_rs-checkbox-ci-indeterminate-icon-border-color:rgb(
370
- 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)
524
+ ._error_5p0fmp_49 ._errorMessage_5p0fmp_49{
525
+ order:0;
526
+ }
527
+ ._note_5p0fmp_58{
528
+ --_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
529
+ --_rs-typography-text-transform:initial;
530
+ --_rs-typography-font-variant-numeric:initial;
531
+ --_rs-typography-font-family:var(
532
+ --rs-font-family-ui,
533
+ var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
534
+ BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
535
+ 'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
371
536
  );
372
- --_rs-checkbox-ci-indeterminate-icon-background-color:rgb(
373
- 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)
537
+ --_rs-typography-font-size:var(--rs-text-3-font-size, 13px);
538
+ --_rs-typography-font-weight:var(
539
+ --rs-font-weight-regular,
540
+ 400
374
541
  );
375
- --_rs-checkbox-ci-checked-icon-border-color:rgb(
376
- 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)
542
+ --_rs-typography-line-height:var(
543
+ --rs-text-3-line-height,
544
+ 20px
377
545
  );
378
- --_rs-checkbox-ci-hover-icon-box-shadow:rgba(
379
- 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),
380
- 0.1
546
+ --_rs-typography-base-color:var(
547
+ --_rs-typography-hardness-color,
548
+ var(
549
+ --rs-color-average,
550
+ rgba(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), 0.7)
551
+ )
381
552
  );
382
- }
383
- ._checkbox_1yjjktt_30{
553
+ --_rs-typography-text-auto-offset:8px;
554
+ --_rs-typography-ul-list-li-padding-left:28px;
555
+ --_rs-typography-ol-list-li-padding-left:21px;
556
+ --_rs-typography-list-li-margin-top-from-text:8px;
557
+ --_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
558
+ --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
559
+ --_rs-typography-link-border-bottom-width-from-text:1px;
384
560
  --_rs-theme-dark:var(
385
561
  --_rs-internal-force-theme-dark-consult-rescui-before-using,
386
562
  var(--rs-theme-dark, 0)
@@ -388,41 +564,6 @@
388
564
  --_rs-theme-flip:var(--rs-theme-flip, 0);
389
565
  --_rs-theme-dark-coefficient:calc(var(--_rs-theme-dark)*(1 - var(--_rs-theme-flip)) + var(--_rs-theme-flip)*(1 - var(--_rs-theme-dark)));
390
566
  --_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
391
- }
392
- @supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
393
- ._checkbox_1yjjktt_30{
394
- --_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)));
395
- --_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)));
396
- --_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)));
397
- --_rs-color-primary-t-dim:color-mix(in srgb, var(--rs-color-primary-t-dim-light-theme, rgba(107, 87, 255, 0.8)) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-t-dim-dark-theme, rgba(132, 115, 255,0.8)) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
398
- --_rs-color-primary-t-fog:color-mix(in srgb, var(--rs-color-primary-t-fog-light-theme, rgba(107, 87, 255,0.2)) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-t-fog-dark-theme, rgba(132, 115, 255,0.3)) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
399
- }
400
- }
401
- @supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
402
- ._checkbox_1yjjktt_30{
403
- --_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);
404
- --_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));
405
- --_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));
406
- --_rs-color-primary-t-dim: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, 0.8);
407
- --_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));
408
- }
409
- }
410
- ._checkbox_1yjjktt_30 {
411
-
412
- position:relative;
413
-
414
- display:inline-block;
415
-
416
- box-sizing:border-box;
417
- width:calc(var(--_rs-checkbox-ci-size) + var(--_rs-checkbox-ci-shadow-size)*2);
418
- height:calc(var(--_rs-checkbox-ci-size) + var(--_rs-checkbox-ci-shadow-size)*2);
419
- padding:var(--_rs-checkbox-ci-shadow-size);
420
-
421
- outline:none;
422
-
423
- text-align:left;
424
- }
425
- ._errorMessage_1yjjktt_79{
426
567
  letter-spacing:var(
427
568
  --rs-text-base-letter-spacing,
428
569
  var(--_rs-typography-letter-spacing)
@@ -434,130 +575,17 @@
434
575
  line-height:var(--_rs-typography-line-height);
435
576
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
436
577
  font-feature-settings:'kern', 'liga', 'calt';
578
+ color:var(--_rs-typography-base-color);
579
+ --_rs-typography-hardness-color:var(
580
+ --rs-color-average,
581
+ rgba(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), 0.7)
582
+ );
437
583
 
438
- display:flex;
439
- flex-wrap:nowrap;
440
-
441
- color: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));
442
- -moz-column-gap:8px;
443
- column-gap:8px;
444
- }
445
- ._errorMessage_1yjjktt_79._list_1yjjktt_20{
446
- margin-bottom:8px;
447
- }
448
- ._errorIcon_1yjjktt_93{
449
- flex:0 0 auto;
450
-
451
- color:#F45C4A;
452
- }
453
- ._input_1yjjktt_99{
454
- position:absolute;
455
- z-index:-1;
456
-
457
- opacity:0;
458
-
459
- margin:0;
460
-
461
- border:0;
462
- }
463
- ._icon_1yjjktt_110{
464
- display:inline-block;
465
- float:left;
466
-
467
- box-sizing:border-box;
468
- width:var(--_rs-checkbox-ci-size);
469
- height:var(--_rs-checkbox-ci-size);
470
-
471
- border-width:1px;
472
- border-style:solid;
473
- border-color:#A3A3A4;
474
-
475
- background:rgb(calc(255 - var(--_rs-theme-dark-coefficient, 0)*207), calc(255 - var(--_rs-theme-dark-coefficient, 0)*207), calc(255 - var(--_rs-theme-dark-coefficient, 0)*204));
476
-
477
- transition:border-width ease-out 100ms, border-color ease-out 100ms;
478
- }
479
- ._enabled_1yjjktt_126 ._icon_1yjjktt_110{
480
- cursor:pointer;
481
- }
482
- ._indeterminate_1yjjktt_130 ._icon_1yjjktt_110{
483
- border-width:var(--_rs-checkbox-ci-indeterminate-icon-border-width);
484
- }
485
- ._input_1yjjktt_99:checked + ._icon_1yjjktt_110{
486
- border-width:calc(var(--_rs-checkbox-ci-size)/2);
487
- }
488
- ._disabled_1yjjktt_138 ._icon_1yjjktt_110._icon_1yjjktt_110,
489
- ._input_1yjjktt_99:disabled + ._icon_1yjjktt_110{
490
- 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));
491
-
492
- cursor:not-allowed;
493
- pointer-events:none;
494
-
495
- 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));
496
- }
497
- ._input_1yjjktt_99:hover + ._icon_1yjjktt_110,
498
- ._enabled_1yjjktt_126:hover ._icon_1yjjktt_110{
499
- 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));
500
- }
501
- ._enabled_1yjjktt_126._indeterminate_1yjjktt_130 ._icon_1yjjktt_110,
502
- ._enabled_1yjjktt_126._indeterminate_1yjjktt_130:hover ._icon_1yjjktt_110,
503
- ._enabled_1yjjktt_126._indeterminate_1yjjktt_130 ._input_1yjjktt_99:hover + ._icon_1yjjktt_110{
504
- border-color:var(--_rs-checkbox-ci-indeterminate-icon-border-color);
505
-
506
- background-color:var(
507
- --_rs-checkbox-ci-indeterminate-icon-background-color
508
- );
509
- }
510
- ._enabled_1yjjktt_126 ._input_1yjjktt_99:checked + ._icon_1yjjktt_110._icon_1yjjktt_110{
511
- border-color:var(--_rs-checkbox-ci-checked-icon-border-color);
512
- }
513
- ._error_1yjjktt_79 ._icon_1yjjktt_110._icon_1yjjktt_110._icon_1yjjktt_110._icon_1yjjktt_110,
514
- ._input_1yjjktt_99:invalid + ._icon_1yjjktt_110._icon_1yjjktt_110._icon_1yjjktt_110{
515
- border-color:#F45C4A;
516
- }
517
- ._icon_1yjjktt_110::after{
518
- position:absolute;
519
- top:var(--_rs-checkbox-ci-shadow-size);
520
- right:var(--_rs-checkbox-ci-shadow-size);
521
- bottom:var(--_rs-checkbox-ci-shadow-size);
522
- left:var(--_rs-checkbox-ci-shadow-size);
523
-
524
- content:'';
525
- }
526
- ._enabled_1yjjktt_126:hover > ._icon_1yjjktt_110::after,
527
- label:hover ._enabled_1yjjktt_126 > ._icon_1yjjktt_110::after,
528
- ._enabled_1yjjktt_126 ._input_1yjjktt_99:active + ._icon_1yjjktt_110::after{
529
- box-shadow:0 0 0 var(--_rs-checkbox-ci-shadow-size) var(--_rs-checkbox-ci-hover-icon-box-shadow);
530
- }
531
- ._enabled_1yjjktt_126 ._input_1yjjktt_99:focus[data-focus-method='key'] + ._icon_1yjjktt_110::after{
532
- 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);
533
- }
534
- ._checkmark_1yjjktt_194{
535
- position:absolute;
536
- top:var(--_rs-checkbox-ci-shadow-size);
537
- left:var(--_rs-checkbox-ci-shadow-size);
538
-
539
- display:none;
540
-
541
- width:var(--_rs-checkbox-ci-size);
542
- height:var(--_rs-checkbox-ci-size);
543
- fill:currentColor;
584
+ order:1;
544
585
  }
545
- ._enabled_1yjjktt_126 ._checkmark_1yjjktt_194{
546
- color:var(--_rs-checkbox-ci-mark-color);
547
- }
548
- ._disabled_1yjjktt_138 ._checkmark_1yjjktt_194,
549
- ._input_1yjjktt_99:disabled + ._icon_1yjjktt_110 > ._checkmark_1yjjktt_194{
550
- 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));
551
- }
552
- ._input_1yjjktt_99:checked + ._icon_1yjjktt_110 > ._checkmark_1yjjktt_194{
553
- display:block;
586
+ ._disabled_5p0fmp_39 ._note_5p0fmp_58{
587
+ --_rs-typography-hardness-color:var(
588
+ --rs-color-pale,
589
+ rgba(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), 0.5)
590
+ );
554
591
  }
555
- ._markS_1yjjktt_219{
556
- display:var(--_rs-checkbox-ci-mark-s-display);
557
- }
558
- ._markM_1yjjktt_222{
559
- display:var(--_rs-checkbox-ci-mark-m-display);
560
- }
561
- ._markL_1yjjktt_225{
562
- display:var(--_rs-checkbox-ci-mark-l-display);
563
- }