@rescui/tab-list 0.2.1 → 0.5.1

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,7 +1,7 @@
1
- ._wrapper_1671gjh_9{
1
+ ._wrapper_vmedzw_9{
2
2
  position:relative;
3
3
  }
4
- ._tabsContainer_1671gjh_13{
4
+ ._tabsContainer_vmedzw_13{
5
5
  position:relative;
6
6
 
7
7
  display:-webkit-box;
@@ -10,7 +10,7 @@
10
10
 
11
11
  display:flex;
12
12
  }
13
- ._indicator_1671gjh_19{
13
+ ._indicator_vmedzw_19{
14
14
  position:absolute;
15
15
  z-index:3;
16
16
  bottom:0;
@@ -25,21 +25,21 @@
25
25
  width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
26
26
  will-change:left, width;
27
27
  }
28
- ._light_1671gjh_31._classic_1671gjh_31 ._indicator_1671gjh_19{
28
+ ._light_vmedzw_31._classic_vmedzw_31 ._indicator_vmedzw_19{
29
29
  background-color:#167DFF;
30
30
  background-color:var(--rs-color-primary-light-theme, #167DFF);
31
31
  }
32
- ._dark_1671gjh_35._classic_1671gjh_31 ._indicator_1671gjh_19{
32
+ ._dark_vmedzw_35._classic_vmedzw_31 ._indicator_vmedzw_19{
33
33
  background-color:#4CA6ff;
34
34
  background-color:var(--rs-color-primary-dark-theme, #4CA6ff);
35
35
  }
36
- ._light_1671gjh_31._rock_1671gjh_39 ._indicator_1671gjh_19{
36
+ ._light_vmedzw_31._rock_vmedzw_39 ._indicator_vmedzw_19{
37
37
  background-color:#19191C;
38
38
  }
39
- ._dark_1671gjh_35._rock_1671gjh_39 ._indicator_1671gjh_19{
39
+ ._dark_vmedzw_35._rock_vmedzw_39 ._indicator_vmedzw_19{
40
40
  background-color:#FFFFFF;
41
41
  }
42
- ._tab_1671gjh_13{
42
+ ._tab_vmedzw_13{
43
43
  position:relative;
44
44
 
45
45
  display:-webkit-box;
@@ -66,14 +66,14 @@
66
66
  cursor:pointer;
67
67
  white-space:nowrap;
68
68
  }
69
- ._tab_1671gjh_13:hover,
70
- ._tab_1671gjh_13:active,
71
- ._tab_1671gjh_13:focus{
69
+ ._tab_vmedzw_13:hover,
70
+ ._tab_vmedzw_13:active,
71
+ ._tab_vmedzw_13:focus{
72
72
  outline:none;
73
73
 
74
74
  text-decoration:none;
75
75
  }
76
- ._tab_1671gjh_13:after{
76
+ ._tab_vmedzw_13:after{
77
77
  position:absolute;
78
78
  bottom:0;
79
79
  left:0;
@@ -85,72 +85,73 @@
85
85
 
86
86
  background-color:transparent;
87
87
  }
88
- ._tab_1671gjh_13:after:focus[data-focus-method='key']{
88
+ ._tab_vmedzw_13:after:focus[data-focus-method='key']{
89
89
  opacity:0;
90
90
  }
91
- ._tab_1671gjh_13:hover:after{
91
+ ._tab_vmedzw_13:hover:after{
92
92
  height:1px;
93
93
  }
94
- ._tab_1671gjh_13._fullText_1671gjh_99{
95
- max-width:100%;
96
- }
97
- ._sizeM_1671gjh_103 ._tab_1671gjh_13{
98
- letter-spacing:normal;
94
+ ._sizeM_vmedzw_99 ._tab_vmedzw_13{
95
+ letter-spacing:0.0015em;
99
96
  color:rgba(25,25,28,0.7);
100
97
  color:var(--rs-typography-color-average, rgba(25,25,28,0.7));
101
- font-family:Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
102
- font-family:var(--rs-font-family-inter, Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif);
98
+ font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
99
+ font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
103
100
  font-size:16px;
104
101
  font-size:var(--rs-text-2-font-size, 16px);
105
102
  font-weight:400;
106
103
  line-height:24px;
107
104
  line-height:var(--rs-text-2-line-height, 24px);
108
- padding:8px 0;
109
105
  }
110
- ._sizeL_1671gjh_108 ._tab_1671gjh_13{
106
+ ._rs-reset-letter-spacing_vmedzw_1 ._sizeM_vmedzw_99 ._tab_vmedzw_13{
111
107
  letter-spacing:normal;
108
+ }
109
+ ._sizeM_vmedzw_99 ._tab_vmedzw_13 {
110
+ padding:8px 0;
111
+ }
112
+ ._sizeL_vmedzw_104 ._tab_vmedzw_13{
112
113
  color:rgba(25,25,28,0.7);
113
114
  color:var(--rs-typography-color-average, rgba(25,25,28,0.7));
114
- font-family:Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
115
- font-family:var(--rs-font-family-inter, Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif);
116
- font-size:20px;
117
- font-size:var(--rs-text-1-font-size, 20px);
118
- font-weight:400;
119
- line-height:32px;
120
- line-height:var(--rs-text-1-line-height, 32px);
115
+ font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
116
+ font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
117
+ font-size:19px;
118
+ font-size:var(--rs-text-1-font-size, 19px);
119
+ font-weight:normal;
120
+ line-height:28px;
121
+ line-height:var(--rs-text-1-line-height, 28px);
121
122
  padding:12px 0;
122
123
  }
123
- ._innerOffsetM_1671gjh_113 ._tab_1671gjh_13{
124
+ ._innerOffsetM_vmedzw_109 ._tab_vmedzw_13{
124
125
  margin-left:24px;
125
126
  }
126
127
  @media screen and (max-width: 640px){
127
- ._innerOffsetM_1671gjh_113 ._tab_1671gjh_13{
128
+ ._innerOffsetM_vmedzw_109 ._tab_vmedzw_13{
128
129
  margin-left:16px
129
130
  }
130
131
  }
131
- ._innerOffsetL_1671gjh_121 ._tab_1671gjh_13{
132
+ ._innerOffsetL_vmedzw_117 ._tab_vmedzw_13{
132
133
  margin-left:32px;
133
134
  }
134
135
  @media screen and (max-width: 640px){
135
- ._innerOffsetL_1671gjh_121 ._tab_1671gjh_13{
136
+ ._innerOffsetL_vmedzw_117 ._tab_vmedzw_13{
136
137
  margin-left:24px
137
138
  }
138
139
  }
139
- ._light_1671gjh_31 ._tab_1671gjh_13{
140
+ ._light_vmedzw_31 ._tab_vmedzw_13{
140
141
  color:rgba(25,25,28,0.7);
141
142
  }
142
- ._dark_1671gjh_35 ._tab_1671gjh_13{
143
+ ._dark_vmedzw_35 ._tab_vmedzw_13{
143
144
  color:rgba(255,255,255,0.7);
144
145
  }
145
- ._light_1671gjh_31 ._tab_1671gjh_13._short_1671gjh_137{
146
+ ._light_vmedzw_31 ._tab_vmedzw_13._short_vmedzw_133{
146
147
  -webkit-box-shadow:inset 0 -1px 0 rgba(25,25,28,0.3);
147
148
  box-shadow:inset 0 -1px 0 rgba(25,25,28,0.3);
148
149
  }
149
- ._dark_1671gjh_35 ._tab_1671gjh_13._short_1671gjh_137{
150
+ ._dark_vmedzw_35 ._tab_vmedzw_13._short_vmedzw_133{
150
151
  -webkit-box-shadow:inset 0 -1px 0 rgba(255,255,255,0.4);
151
152
  box-shadow:inset 0 -1px 0 rgba(255,255,255,0.4);
152
153
  }
153
- ._tab_1671gjh_13._selected_1671gjh_145{
154
+ ._tab_vmedzw_13._selected_vmedzw_141{
154
155
  z-index:1;
155
156
 
156
157
  cursor:default;
@@ -159,102 +160,110 @@
159
160
 
160
161
  transition:color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
161
162
  }
162
- ._tab_1671gjh_13._selected_1671gjh_145:after{
163
+ ._tab_vmedzw_13._selected_vmedzw_141:after{
163
164
  height:2px;
164
165
 
165
166
  -webkit-transition:background-color 0ms ease 300ms, height 0ms ease 300ms;
166
167
 
167
168
  transition:background-color 0ms ease 300ms, height 0ms ease 300ms;
168
169
  }
169
- ._light_1671gjh_31 ._tab_1671gjh_13:hover{
170
+ ._light_vmedzw_31 ._tab_vmedzw_13:hover{
170
171
  color:#19191C;
171
172
  }
172
- ._light_1671gjh_31 ._tab_1671gjh_13:hover:after{
173
+ ._light_vmedzw_31 ._tab_vmedzw_13:hover:after{
173
174
  background-color:#19191C;
174
175
  }
175
- ._dark_1671gjh_35 ._tab_1671gjh_13:hover{
176
+ ._dark_vmedzw_35 ._tab_vmedzw_13:hover{
176
177
  color:#FFFFFF;
177
178
  }
178
- ._dark_1671gjh_35 ._tab_1671gjh_13:hover:after{
179
+ ._dark_vmedzw_35 ._tab_vmedzw_13:hover:after{
179
180
  background-color:#FFFFFF;
180
181
  }
181
- ._light_1671gjh_31._rock_1671gjh_39 ._tab_1671gjh_13._selected_1671gjh_145{
182
+ ._light_vmedzw_31._rock_vmedzw_39 ._tab_vmedzw_13._selected_vmedzw_141{
182
183
  color:#19191C;
183
184
  }
184
- ._light_1671gjh_31._rock_1671gjh_39 ._tab_1671gjh_13._selected_1671gjh_145:after{
185
+ ._light_vmedzw_31._rock_vmedzw_39 ._tab_vmedzw_13._selected_vmedzw_141:after{
185
186
  background-color:#19191C;
186
187
  }
187
- ._dark_1671gjh_35._rock_1671gjh_39 ._tab_1671gjh_13._selected_1671gjh_145{
188
+ ._dark_vmedzw_35._rock_vmedzw_39 ._tab_vmedzw_13._selected_vmedzw_141{
188
189
  color:#FFFFFF;
189
190
  }
190
- ._dark_1671gjh_35._rock_1671gjh_39 ._tab_1671gjh_13._selected_1671gjh_145:after{
191
+ ._dark_vmedzw_35._rock_vmedzw_39 ._tab_vmedzw_13._selected_vmedzw_141:after{
191
192
  background-color:#FFFFFF;
192
193
  }
193
- ._light_1671gjh_31._classic_1671gjh_31 ._tab_1671gjh_13._selected_1671gjh_145{
194
+ ._light_vmedzw_31._classic_vmedzw_31 ._tab_vmedzw_13._selected_vmedzw_141{
194
195
  color:#167DFF;
195
196
  color:var(--rs-color-primary-light-theme, #167DFF);
196
197
  }
197
- ._light_1671gjh_31._classic_1671gjh_31 ._tab_1671gjh_13._selected_1671gjh_145:after{
198
+ ._light_vmedzw_31._classic_vmedzw_31 ._tab_vmedzw_13._selected_vmedzw_141:after{
198
199
  background-color:#167DFF;
199
200
  background-color:var(--rs-color-primary-light-theme, #167DFF);
200
201
  }
201
- ._dark_1671gjh_35._classic_1671gjh_31 ._tab_1671gjh_13._selected_1671gjh_145{
202
+ ._dark_vmedzw_35._classic_vmedzw_31 ._tab_vmedzw_13._selected_vmedzw_141{
202
203
  color:#4CA6ff;
203
204
  color:var(--rs-color-primary-dark-theme, #4CA6ff);
204
205
  }
205
- ._dark_1671gjh_35._classic_1671gjh_31 ._tab_1671gjh_13._selected_1671gjh_145:after{
206
+ ._dark_vmedzw_35._classic_vmedzw_31 ._tab_vmedzw_13._selected_vmedzw_141:after{
206
207
  background-color:#4CA6ff;
207
208
  background-color:var(--rs-color-primary-dark-theme, #4CA6ff);
208
209
  }
209
- ._light_1671gjh_31 ._tab_1671gjh_13:focus[data-focus-method='key']{
210
+ ._light_vmedzw_31 ._tab_vmedzw_13:focus[data-focus-method='key']{
210
211
  -webkit-box-shadow:inset #4597ff 0 -4px 0 0, inset #4597ff 0 4px 0 0, #4597ff -4px 0 0 0, #4597ff 4px 0 0 0;
211
212
  -webkit-box-shadow:inset var(--rs-color-primary-dim-light-theme, #4597ff) 0 -4px 0 0, inset var(--rs-color-primary-dim-light-theme, #4597ff) 0 4px 0 0, var(--rs-color-primary-dim-light-theme, #4597ff) -4px 0 0 0, var(--rs-color-primary-dim-light-theme, #4597ff) 4px 0 0 0;
212
213
  box-shadow:inset #4597ff 0 -4px 0 0, inset #4597ff 0 4px 0 0, #4597ff -4px 0 0 0, #4597ff 4px 0 0 0;
213
214
  box-shadow:inset var(--rs-color-primary-dim-light-theme, #4597ff) 0 -4px 0 0, inset var(--rs-color-primary-dim-light-theme, #4597ff) 0 4px 0 0, var(--rs-color-primary-dim-light-theme, #4597ff) -4px 0 0 0, var(--rs-color-primary-dim-light-theme, #4597ff) 4px 0 0 0;
214
215
  }
215
- ._light_1671gjh_31 ._tab_1671gjh_13:focus[data-focus-method='key']:after{
216
+ ._light_vmedzw_31 ._tab_vmedzw_13:focus[data-focus-method='key']:after{
216
217
  opacity:0;
217
218
  }
218
- ._dark_1671gjh_35 ._tab_1671gjh_13:focus[data-focus-method='key']{
219
+ ._dark_vmedzw_35 ._tab_vmedzw_13:focus[data-focus-method='key']{
219
220
  -webkit-box-shadow:inset #428ad2 0 -4px 0 0, inset #428ad2 0 4px 0 0, #428ad2 -4px 0 0 0, #428ad2 4px 0 0 0;
220
221
  -webkit-box-shadow:inset var(--rs-color-primary-dim-dark-theme, #428ad2) 0 -4px 0 0, inset var(--rs-color-primary-dim-dark-theme, #428ad2) 0 4px 0 0, var(--rs-color-primary-dim-dark-theme, #428ad2) -4px 0 0 0, var(--rs-color-primary-dim-dark-theme, #428ad2) 4px 0 0 0;
221
222
  box-shadow:inset #428ad2 0 -4px 0 0, inset #428ad2 0 4px 0 0, #428ad2 -4px 0 0 0, #428ad2 4px 0 0 0;
222
223
  box-shadow:inset var(--rs-color-primary-dim-dark-theme, #428ad2) 0 -4px 0 0, inset var(--rs-color-primary-dim-dark-theme, #428ad2) 0 4px 0 0, var(--rs-color-primary-dim-dark-theme, #428ad2) -4px 0 0 0, var(--rs-color-primary-dim-dark-theme, #428ad2) 4px 0 0 0;
223
224
  }
224
- ._dark_1671gjh_35 ._tab_1671gjh_13:focus[data-focus-method='key']:after{
225
+ ._dark_vmedzw_35 ._tab_vmedzw_13:focus[data-focus-method='key']:after{
225
226
  opacity:0;
226
227
  }
227
- ._innerOffsetL_1671gjh_121 ._tab_1671gjh_13:first-of-type,
228
- ._innerOffsetM_1671gjh_113 ._tab_1671gjh_13:first-of-type{
228
+ ._innerOffsetL_vmedzw_117 ._tab_vmedzw_13:first-of-type,
229
+ ._innerOffsetM_vmedzw_109 ._tab_vmedzw_13:first-of-type{
229
230
  margin-left:0;
230
231
  }
231
232
  @media screen and (max-width: 640px){
232
- ._innerOffsetL_1671gjh_121 ._tab_1671gjh_13:first-of-type,
233
- ._innerOffsetM_1671gjh_113 ._tab_1671gjh_13:first-of-type{
233
+ ._innerOffsetL_vmedzw_117 ._tab_vmedzw_13:first-of-type,
234
+ ._innerOffsetM_vmedzw_109 ._tab_vmedzw_13:first-of-type{
234
235
  margin-left:0
235
236
  }
236
237
  }
237
- ._icon_1671gjh_243{
238
+ ._icon_vmedzw_239{
238
239
  -webkit-box-flex:0;
239
240
  -ms-flex:0 0;
240
241
  flex:0 0;
241
242
  -ms-flex-preferred-size:auto;
242
243
  flex-basis:auto;
243
244
  }
244
- ._sizeM_1671gjh_103 ._icon_1671gjh_243._iconLeft_1671gjh_247{
245
+ ._sizeM_vmedzw_99 ._icon_vmedzw_239{
246
+ width:24px;
247
+ height:24px;
248
+ }
249
+ ._sizeL_vmedzw_104 ._icon_vmedzw_239{
250
+ width:28px;
251
+ height:28px;
252
+ }
253
+ ._sizeM_vmedzw_99 ._icon_vmedzw_239._iconLeft_vmedzw_253{
245
254
  margin-right:4px;
246
255
  }
247
- ._sizeL_1671gjh_108 ._icon_1671gjh_243._iconLeft_1671gjh_247{
256
+ ._sizeL_vmedzw_104 ._icon_vmedzw_239._iconLeft_vmedzw_253{
248
257
  margin-right:8px;
249
258
  }
250
- ._sizeM_1671gjh_103 ._icon_1671gjh_243._iconRight_1671gjh_255{
259
+ ._sizeM_vmedzw_99 ._icon_vmedzw_239._iconRight_vmedzw_261{
251
260
  margin-left:4px;
252
261
  }
253
- ._sizeL_1671gjh_108 ._icon_1671gjh_243._iconRight_1671gjh_255{
262
+ ._sizeL_vmedzw_104 ._icon_vmedzw_239._iconRight_vmedzw_261{
254
263
  margin-left:8px;
255
264
  }
256
265
 
257
- ._wrapper_1ppgr7e_4{
266
+ ._wrapper_c04gj4_4{
258
267
  position:relative;
259
268
 
260
269
  display:-webkit-box;
@@ -263,7 +272,7 @@
263
272
 
264
273
  display:flex;
265
274
  }
266
- ._scrollable_1ppgr7e_10{
275
+ ._scrollable_c04gj4_10{
267
276
  display:-webkit-box;
268
277
  display:-ms-flexbox;
269
278
  display:flex;
@@ -272,7 +281,7 @@
272
281
  margin:-4px;
273
282
  padding:4px;
274
283
  }
275
- ._scrollable_1ppgr7e_10::after{
284
+ ._scrollable_c04gj4_10::after{
276
285
  display:block;
277
286
 
278
287
  height:100%;
@@ -281,15 +290,15 @@
281
290
 
282
291
  content:'';
283
292
  }
284
- ._scrollable_1ppgr7e_10 {
293
+ ._scrollable_c04gj4_10 {
285
294
 
286
295
  -ms-overflow-style:none;
287
296
  scrollbar-width:none;
288
297
  }
289
- ._scrollable_1ppgr7e_10::-webkit-scrollbar{
298
+ ._scrollable_c04gj4_10::-webkit-scrollbar{
290
299
  display:none;
291
300
  }
292
- ._arrowShadow_1ppgr7e_39{
301
+ ._arrowShadow_c04gj4_39{
293
302
  position:absolute;
294
303
  top:0;
295
304
 
@@ -299,7 +308,7 @@
299
308
 
300
309
  pointer-events:none;
301
310
  }
302
- ._arrowShadow_1ppgr7e_39::before{
311
+ ._arrowShadow_c04gj4_39::before{
303
312
  position:absolute;
304
313
 
305
314
  display:block;
@@ -313,7 +322,7 @@
313
322
 
314
323
  box-shadow:0 0 12px 12px currentColor;
315
324
  }
316
- ._arrow_1ppgr7e_39{
325
+ ._arrow_c04gj4_39{
317
326
  position:absolute;
318
327
  z-index:2;
319
328
  top:50%;
@@ -339,15 +348,15 @@
339
348
  -webkit-transform:translateY(-50%);
340
349
  transform:translateY(-50%);
341
350
  }
342
- ._light_1ppgr7e_82 ._arrow_1ppgr7e_39{
351
+ ._light_c04gj4_82 ._arrow_c04gj4_39{
343
352
  color:#FFFFFF;
344
353
  background-color:#FFFFFF;
345
354
  }
346
- ._dark_1ppgr7e_86 ._arrow_1ppgr7e_39{
355
+ ._dark_c04gj4_86 ._arrow_c04gj4_39{
347
356
  color:#19191C;
348
357
  background-color:#19191C;
349
358
  }
350
- ._arrow_1ppgr7e_39._shown_1ppgr7e_91{
359
+ ._arrow_c04gj4_39._shown_c04gj4_91{
351
360
  opacity:1;
352
361
 
353
362
  pointer-events:auto;
@@ -356,36 +365,36 @@
356
365
 
357
366
  transition:opacity 0.15s ease-in;
358
367
  }
359
- ._arrow_1ppgr7e_39._arrowLeft_1ppgr7e_99{
368
+ ._arrow_c04gj4_39._arrowLeft_c04gj4_99{
360
369
  left:-5px;
361
370
  }
362
- ._arrow_1ppgr7e_39._arrowLeft_1ppgr7e_99 ._arrowShadow_1ppgr7e_39{
371
+ ._arrow_c04gj4_39._arrowLeft_c04gj4_99 ._arrowShadow_c04gj4_39{
363
372
  right:-24px;
364
373
  }
365
- ._arrow_1ppgr7e_39._arrowLeft_1ppgr7e_99 ._arrowShadow_1ppgr7e_39::before{
374
+ ._arrow_c04gj4_39._arrowLeft_c04gj4_99 ._arrowShadow_c04gj4_39::before{
366
375
  left:-100%;
367
376
  }
368
- ._arrow_1ppgr7e_39._arrowRight_1ppgr7e_112{
377
+ ._arrow_c04gj4_39._arrowRight_c04gj4_112{
369
378
  right:-5px;
370
379
  }
371
- ._arrow_1ppgr7e_39._arrowRight_1ppgr7e_112 ._arrowShadow_1ppgr7e_39{
380
+ ._arrow_c04gj4_39._arrowRight_c04gj4_112 ._arrowShadow_c04gj4_39{
372
381
  left:-24px;
373
382
  }
374
- ._arrow_1ppgr7e_39._arrowRight_1ppgr7e_112 ._arrowShadow_1ppgr7e_39::before{
383
+ ._arrow_c04gj4_39._arrowRight_c04gj4_112 ._arrowShadow_c04gj4_39::before{
375
384
  right:-100%;
376
385
  }
377
- ._arrowButton_1ppgr7e_126{
386
+ ._arrowButton_c04gj4_126{
378
387
  cursor:pointer;
379
388
  }
380
389
 
381
- ._separator_1sqq7fh_3{
390
+ ._separator_wxtf13_3{
382
391
  position:relative;
383
392
  z-index:2;
384
393
 
385
394
  width:100%;
386
395
  }
387
396
 
388
- ._separator_1sqq7fh_3:after{
397
+ ._separator_wxtf13_3:after{
389
398
  position:absolute;
390
399
  right:0;
391
400
  bottom:0;
@@ -395,14 +404,14 @@
395
404
 
396
405
  content:'';
397
406
  }
398
- ._light_1sqq7fh_22:after{
407
+ ._light_wxtf13_22:after{
399
408
  background-color:rgba(25,25,28,0.3);
400
409
  }
401
- ._dark_1sqq7fh_28:after{
410
+ ._dark_wxtf13_28:after{
402
411
  background-color:rgba(255,255,255,0.4);
403
412
  }
404
413
 
405
- ._chipsContainer_1qdjwqz_9{
414
+ ._chipsContainer_1u0cssh_9{
406
415
  position:relative;
407
416
 
408
417
  display:-webkit-box;
@@ -411,7 +420,7 @@
411
420
 
412
421
  display:flex;
413
422
  }
414
- ._chip_1qdjwqz_9{
423
+ ._chip_1u0cssh_9{
415
424
  position:relative;
416
425
  z-index:1;
417
426
 
@@ -451,177 +460,201 @@
451
460
 
452
461
  transition:color 100ms, background-color 100ms, border-color 100ms;
453
462
  }
454
- ._chip_1qdjwqz_9:hover,
455
- ._chip_1qdjwqz_9:focus,
456
- ._chip_1qdjwqz_9:active{
463
+ ._chip_1u0cssh_9:hover,
464
+ ._chip_1u0cssh_9:focus,
465
+ ._chip_1u0cssh_9:active{
457
466
  outline:none;
458
467
 
459
468
  text-decoration:none;
460
469
  }
461
- ._light_1qdjwqz_49 ._chip_1qdjwqz_9:focus[data-focus-method='key']{
470
+ ._light_1u0cssh_49 ._chip_1u0cssh_9:focus[data-focus-method='key']{
462
471
  -webkit-box-shadow:rgba(22,125,255,0.8) 0 0 0 4px;
463
472
  -webkit-box-shadow:var(--rs-color-primary-t-dim-light-theme, rgba(22,125,255,0.8)) 0 0 0 4px;
464
473
  box-shadow:rgba(22,125,255,0.8) 0 0 0 4px;
465
474
  box-shadow:var(--rs-color-primary-t-dim-light-theme, rgba(22,125,255,0.8)) 0 0 0 4px;
466
475
  }
467
- ._dark_1qdjwqz_54 ._chip_1qdjwqz_9:focus[data-focus-method='key']{
476
+ ._dark_1u0cssh_54 ._chip_1u0cssh_9:focus[data-focus-method='key']{
468
477
  -webkit-box-shadow:rgba(76,166,255,0.8) 0 0 0 4px;
469
478
  -webkit-box-shadow:var(--rs-color-primary-t-dim-dark-theme, rgba(76,166,255,0.8)) 0 0 0 4px;
470
479
  box-shadow:rgba(76,166,255,0.8) 0 0 0 4px;
471
480
  box-shadow:var(--rs-color-primary-t-dim-dark-theme, rgba(76,166,255,0.8)) 0 0 0 4px;
472
481
  }
473
- ._sizeS_1qdjwqz_63 ._chip_1qdjwqz_9 {
482
+ ._sizeXs_1u0cssh_1 ._chip_1u0cssh_9 {
483
+ padding: 1px 15px;
484
+ border-width: 1px;
485
+ }
486
+ ._sizeS_1u0cssh_63 ._chip_1u0cssh_9 {
474
487
  padding: 5px 15px;
475
488
  border-width: 1px;
476
489
  }
477
- ._sizeM_1qdjwqz_69 ._chip_1qdjwqz_9 {
490
+ ._sizeM_1u0cssh_69 ._chip_1u0cssh_9 {
478
491
  padding: 7px 23px;
479
492
  border-width: 1px;
480
493
  }
481
- ._sizeL_1qdjwqz_75 ._chip_1qdjwqz_9 {
494
+ ._sizeL_1u0cssh_75 ._chip_1u0cssh_9 {
482
495
  padding: 11px 31px;
483
496
  border-width: 1px;
484
497
  }
485
- ._sizeS_1qdjwqz_63 ._chip_1qdjwqz_9._selected_1qdjwqz_59 {
498
+ ._sizeXs_1u0cssh_1 ._chip_1u0cssh_9._selected_1u0cssh_59 {
499
+ padding: 0px 14px;
500
+ border-width: 2px;
501
+ }
502
+ ._sizeS_1u0cssh_63 ._chip_1u0cssh_9._selected_1u0cssh_59 {
486
503
  padding: 4px 14px;
487
504
  border-width: 2px;
488
505
  }
489
- ._sizeM_1qdjwqz_69 ._chip_1qdjwqz_9._selected_1qdjwqz_59 {
506
+ ._sizeM_1u0cssh_69 ._chip_1u0cssh_9._selected_1u0cssh_59 {
490
507
  padding: 6px 22px;
491
508
  border-width: 2px;
492
509
  }
493
- ._sizeL_1qdjwqz_75 ._chip_1qdjwqz_9._selected_1qdjwqz_59 {
510
+ ._sizeL_1u0cssh_75 ._chip_1u0cssh_9._selected_1u0cssh_59 {
494
511
  padding: 10px 30px;
495
512
  border-width: 2px;
496
513
  }
497
- ._sizeS_1qdjwqz_63 ._chip_1qdjwqz_9._withoutText_1qdjwqz_60 {
498
- padding: 7px 7px;
514
+ ._sizeXs_1u0cssh_1 ._chip_1u0cssh_9._withoutText_1u0cssh_60 {
515
+ padding: 1px 1px;
499
516
  border-width: 1px;
500
517
  }
501
- ._sizeM_1qdjwqz_69 ._chip_1qdjwqz_9._withoutText_1qdjwqz_60 {
518
+ ._sizeS_1u0cssh_63 ._chip_1u0cssh_9._withoutText_1u0cssh_60 {
519
+ padding: 5px 5px;
520
+ border-width: 1px;
521
+ }
522
+ ._sizeM_1u0cssh_69 ._chip_1u0cssh_9._withoutText_1u0cssh_60 {
502
523
  padding: 7px 7px;
503
524
  border-width: 1px;
504
525
  }
505
- ._sizeL_1qdjwqz_75 ._chip_1qdjwqz_9._withoutText_1qdjwqz_60 {
526
+ ._sizeL_1u0cssh_75 ._chip_1u0cssh_9._withoutText_1u0cssh_60 {
506
527
  padding: 11px 11px;
507
528
  border-width: 1px;
508
529
  }
509
- ._sizeS_1qdjwqz_63 ._chip_1qdjwqz_9._selected_1qdjwqz_59._withoutText_1qdjwqz_60 {
510
- padding: 6px 6px;
530
+ ._sizeXs_1u0cssh_1 ._chip_1u0cssh_9._selected_1u0cssh_59._withoutText_1u0cssh_60 {
531
+ padding: 0px 0px;
511
532
  border-width: 2px;
512
533
  }
513
- ._sizeM_1qdjwqz_69 ._chip_1qdjwqz_9._selected_1qdjwqz_59._withoutText_1qdjwqz_60 {
534
+ ._sizeS_1u0cssh_63 ._chip_1u0cssh_9._selected_1u0cssh_59._withoutText_1u0cssh_60 {
535
+ padding: 4px 4px;
536
+ border-width: 2px;
537
+ }
538
+ ._sizeM_1u0cssh_69 ._chip_1u0cssh_9._selected_1u0cssh_59._withoutText_1u0cssh_60 {
514
539
  padding: 6px 6px;
515
540
  border-width: 2px;
516
541
  }
517
- ._sizeL_1qdjwqz_75 ._chip_1qdjwqz_9._selected_1qdjwqz_59._withoutText_1qdjwqz_60 {
542
+ ._sizeL_1u0cssh_75 ._chip_1u0cssh_9._selected_1u0cssh_59._withoutText_1u0cssh_60 {
518
543
  padding: 10px 10px;
519
544
  border-width: 2px;
520
545
  }
521
- ._sizeS_1qdjwqz_63 ._chip_1qdjwqz_9{
522
- letter-spacing:normal;
546
+ ._sizeS_1u0cssh_63 ._chip_1u0cssh_9{
547
+ letter-spacing:0.0045em;
523
548
  color:rgba(25,25,28,0.7);
524
549
  color:var(--rs-typography-color-average, rgba(25,25,28,0.7));
525
- font-family:Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
526
- font-family:var(--rs-font-family-inter, Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif);
550
+ font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
551
+ font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
527
552
  font-size:13px;
528
553
  font-size:var(--rs-text-3-font-size, 13px);
529
- font-weight:400;
530
554
  line-height:20px;
531
555
  line-height:var(--rs-text-3-line-height, 20px);
532
-
533
- border-radius:24px;
534
556
  }
535
- ._sizeM_1qdjwqz_69 ._chip_1qdjwqz_9{
557
+ ._rs-reset-letter-spacing_1u0cssh_1 ._sizeS_1u0cssh_63 ._chip_1u0cssh_9{
536
558
  letter-spacing:normal;
559
+ }
560
+ ._sizeS_1u0cssh_63 ._chip_1u0cssh_9 {
561
+
562
+ border-radius:24px;
563
+ }
564
+ ._sizeM_1u0cssh_69 ._chip_1u0cssh_9{
565
+ letter-spacing:0.0015em;
537
566
  color:rgba(25,25,28,0.7);
538
567
  color:var(--rs-typography-color-average, rgba(25,25,28,0.7));
539
- font-family:Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
540
- font-family:var(--rs-font-family-inter, Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif);
568
+ font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
569
+ font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
541
570
  font-size:16px;
542
571
  font-size:var(--rs-text-2-font-size, 16px);
543
572
  font-weight:400;
544
573
  line-height:24px;
545
574
  line-height:var(--rs-text-2-line-height, 24px);
546
-
547
- border-radius:24px;
548
575
  }
549
- ._sizeL_1qdjwqz_75 ._chip_1qdjwqz_9{
576
+ ._rs-reset-letter-spacing_1u0cssh_1 ._sizeM_1u0cssh_69 ._chip_1u0cssh_9{
550
577
  letter-spacing:normal;
578
+ }
579
+ ._sizeM_1u0cssh_69 ._chip_1u0cssh_9 {
580
+
581
+ border-radius:24px;
582
+ }
583
+ ._sizeL_1u0cssh_75 ._chip_1u0cssh_9{
551
584
  color:rgba(25,25,28,0.7);
552
585
  color:var(--rs-typography-color-average, rgba(25,25,28,0.7));
553
- font-family:Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
554
- font-family:var(--rs-font-family-inter, Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif);
555
- font-size:20px;
556
- font-size:var(--rs-text-1-font-size, 20px);
557
- font-weight:400;
558
- line-height:32px;
559
- line-height:var(--rs-text-1-line-height, 32px);
586
+ font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
587
+ font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
588
+ font-size:19px;
589
+ font-size:var(--rs-text-1-font-size, 19px);
590
+ font-weight:normal;
591
+ line-height:28px;
592
+ line-height:var(--rs-text-1-line-height, 28px);
560
593
 
561
594
  border-radius:36px;
562
595
  }
563
- ._light_1qdjwqz_49._rock_1qdjwqz_81 ._chip_1qdjwqz_9{
596
+ ._light_1u0cssh_49._rock_1u0cssh_81 ._chip_1u0cssh_9{
564
597
  color:#19191C;
565
598
  border-color:rgba(25,25,28,0.3);
566
599
  }
567
- ._light_1qdjwqz_49._rock_1qdjwqz_81 ._chip_1qdjwqz_9:focus{
600
+ ._light_1u0cssh_49._rock_1u0cssh_81 ._chip_1u0cssh_9:focus{
568
601
  color:#19191C;
569
602
  border-color:rgba(25,25,28,0.3);
570
603
  }
571
604
  @media screen and (-ms-high-contrast: active),(-ms-high-contrast: none),(hover: hover){
572
- ._light_1qdjwqz_49._rock_1qdjwqz_81 ._chip_1qdjwqz_9:hover{
605
+ ._light_1u0cssh_49._rock_1u0cssh_81 ._chip_1u0cssh_9:hover{
573
606
  color:#19191C;
574
607
  border-color:rgba(25,25,28,0.3);
575
608
 
576
609
  background:rgba(25,25,28,0.1);
577
610
  }
578
611
  }
579
- ._light_1qdjwqz_49._rock_1qdjwqz_81 ._chip_1qdjwqz_9:active{
612
+ ._light_1u0cssh_49._rock_1u0cssh_81 ._chip_1u0cssh_9:active{
580
613
  color:#19191C;
581
614
  border-color:#19191C;
582
615
 
583
616
  background:rgba(25,25,28,0.1);
584
617
  }
585
- ._light_1qdjwqz_49._rock_1qdjwqz_81 ._chip_1qdjwqz_9._selected_1qdjwqz_59{
618
+ ._light_1u0cssh_49._rock_1u0cssh_81 ._chip_1u0cssh_9._selected_1u0cssh_59{
586
619
  color:#19191C;
587
620
  border-color:#19191C;
588
621
  }
589
- ._dark_1qdjwqz_54._rock_1qdjwqz_81 ._chip_1qdjwqz_9{
622
+ ._dark_1u0cssh_54._rock_1u0cssh_81 ._chip_1u0cssh_9{
590
623
  color:#FFFFFF;
591
624
  border-color:rgba(255,255,255,0.3);
592
625
  }
593
- ._dark_1qdjwqz_54._rock_1qdjwqz_81 ._chip_1qdjwqz_9:focus{
626
+ ._dark_1u0cssh_54._rock_1u0cssh_81 ._chip_1u0cssh_9:focus{
594
627
  color:#FFFFFF;
595
628
  border-color:rgba(255,255,255,0.4);
596
629
  }
597
630
  @media screen and (-ms-high-contrast: active),(-ms-high-contrast: none),(hover: hover){
598
- ._dark_1qdjwqz_54._rock_1qdjwqz_81 ._chip_1qdjwqz_9:hover{
631
+ ._dark_1u0cssh_54._rock_1u0cssh_81 ._chip_1u0cssh_9:hover{
599
632
  color:#FFFFFF;
600
633
  border-color:rgba(255,255,255,0.4);
601
634
 
602
635
  background:rgba(255,255,255,0.1);
603
636
  }
604
637
  }
605
- ._dark_1qdjwqz_54._rock_1qdjwqz_81 ._chip_1qdjwqz_9:active{
638
+ ._dark_1u0cssh_54._rock_1u0cssh_81 ._chip_1u0cssh_9:active{
606
639
  color:#FFFFFF;
607
640
  border-color:#FFFFFF;
608
641
 
609
642
  background:rgba(255,255,255,0.1);
610
643
  }
611
- ._dark_1qdjwqz_54._rock_1qdjwqz_81 ._chip_1qdjwqz_9._selected_1qdjwqz_59{
644
+ ._dark_1u0cssh_54._rock_1u0cssh_81 ._chip_1u0cssh_9._selected_1u0cssh_59{
612
645
  color:#FFFFFF;
613
646
  border-color:#FFFFFF;
614
647
  }
615
- ._light_1qdjwqz_49._classic_1qdjwqz_143 ._chip_1qdjwqz_9{
648
+ ._light_1u0cssh_49._classic_1u0cssh_143 ._chip_1u0cssh_9{
616
649
  color:#19191C;
617
650
  border-color:rgba(25,25,28,0.3);
618
651
  }
619
- ._light_1qdjwqz_49._classic_1qdjwqz_143 ._chip_1qdjwqz_9:focus{
652
+ ._light_1u0cssh_49._classic_1u0cssh_143 ._chip_1u0cssh_9:focus{
620
653
  color:#19191C;
621
654
  border-color:rgba(25,25,28,0.3);
622
655
  }
623
656
  @media screen and (-ms-high-contrast: active),(-ms-high-contrast: none),(hover: hover){
624
- ._light_1qdjwqz_49._classic_1qdjwqz_143 ._chip_1qdjwqz_9:hover{
657
+ ._light_1u0cssh_49._classic_1u0cssh_143 ._chip_1u0cssh_9:hover{
625
658
  color:#19191C;
626
659
  border-color:rgba(25,25,28,0.3);
627
660
 
@@ -630,7 +663,7 @@
630
663
  background:var(--rs-color-primary-t-fog-light-theme, rgba(22,125,255,0.2));
631
664
  }
632
665
  }
633
- ._light_1qdjwqz_49._classic_1qdjwqz_143 ._chip_1qdjwqz_9:active{
666
+ ._light_1u0cssh_49._classic_1u0cssh_143 ._chip_1u0cssh_9:active{
634
667
  color:#19191C;
635
668
  border-color:#167DFF;
636
669
  border-color:var(--rs-color-primary-light-theme, #167DFF);
@@ -639,21 +672,21 @@
639
672
 
640
673
  background:var(--rs-color-primary-t-fog-light-theme, rgba(22,125,255,0.2));
641
674
  }
642
- ._light_1qdjwqz_49._classic_1qdjwqz_143 ._chip_1qdjwqz_9._selected_1qdjwqz_59{
675
+ ._light_1u0cssh_49._classic_1u0cssh_143 ._chip_1u0cssh_9._selected_1u0cssh_59{
643
676
  color:#19191C;
644
677
  border-color:#167DFF;
645
678
  border-color:var(--rs-color-primary-light-theme, #167DFF);
646
679
  }
647
- ._dark_1qdjwqz_54._classic_1qdjwqz_143 ._chip_1qdjwqz_9{
680
+ ._dark_1u0cssh_54._classic_1u0cssh_143 ._chip_1u0cssh_9{
648
681
  color:#FFFFFF;
649
682
  border-color:rgba(255,255,255,0.3);
650
683
  }
651
- ._dark_1qdjwqz_54._classic_1qdjwqz_143 ._chip_1qdjwqz_9:focus{
684
+ ._dark_1u0cssh_54._classic_1u0cssh_143 ._chip_1u0cssh_9:focus{
652
685
  color:#FFFFFF;
653
686
  border-color:rgba(255,255,255,0.4);
654
687
  }
655
688
  @media screen and (-ms-high-contrast: active),(-ms-high-contrast: none),(hover: hover){
656
- ._dark_1qdjwqz_54._classic_1qdjwqz_143 ._chip_1qdjwqz_9:hover{
689
+ ._dark_1u0cssh_54._classic_1u0cssh_143 ._chip_1u0cssh_9:hover{
657
690
  color:#FFFFFF;
658
691
  border-color:rgba(255,255,255,0.4);
659
692
 
@@ -662,7 +695,7 @@
662
695
  background:var(--rs-color-primary-t-fog-dark-theme, rgba(76,166,255,0.3));
663
696
  }
664
697
  }
665
- ._dark_1qdjwqz_54._classic_1qdjwqz_143 ._chip_1qdjwqz_9:active{
698
+ ._dark_1u0cssh_54._classic_1u0cssh_143 ._chip_1u0cssh_9:active{
666
699
  color:#FFFFFF;
667
700
  border-color:#4CA6ff;
668
701
  border-color:var(--rs-color-primary-dark-theme, #4CA6ff);
@@ -671,87 +704,101 @@
671
704
 
672
705
  background:var(--rs-color-primary-t-fog-dark-theme, rgba(76,166,255,0.3));
673
706
  }
674
- ._dark_1qdjwqz_54._classic_1qdjwqz_143 ._chip_1qdjwqz_9._selected_1qdjwqz_59{
707
+ ._dark_1u0cssh_54._classic_1u0cssh_143 ._chip_1u0cssh_9._selected_1u0cssh_59{
675
708
  color:#FFFFFF;
676
709
  border-color:#4CA6ff;
677
710
  border-color:var(--rs-color-primary-dark-theme, #4CA6ff);
678
711
  }
679
- ._innerOffsetM_1qdjwqz_205 ._chip_1qdjwqz_9{
712
+ ._innerOffsetM_1u0cssh_205 ._chip_1u0cssh_9{
680
713
  margin-left:8px;
681
714
  }
682
715
  @media screen and (max-width: 640px){
683
- ._innerOffsetM_1qdjwqz_205 ._chip_1qdjwqz_9{
716
+ ._innerOffsetM_1u0cssh_205 ._chip_1u0cssh_9{
684
717
  margin-left:8px
685
718
  }
686
719
  }
687
- ._innerOffsetL_1qdjwqz_213 ._chip_1qdjwqz_9{
720
+ ._innerOffsetL_1u0cssh_213 ._chip_1u0cssh_9{
688
721
  margin-left:16px;
689
722
  }
690
723
  @media screen and (max-width: 640px){
691
- ._innerOffsetL_1qdjwqz_213 ._chip_1qdjwqz_9{
724
+ ._innerOffsetL_1u0cssh_213 ._chip_1u0cssh_9{
692
725
  margin-left:8px
693
726
  }
694
727
  }
695
- ._innerOffsetL_1qdjwqz_213 ._chip_1qdjwqz_9:first-of-type,
696
- ._innerOffsetM_1qdjwqz_205 ._chip_1qdjwqz_9:first-of-type{
728
+ ._innerOffsetL_1u0cssh_213 ._chip_1u0cssh_9:first-of-type,
729
+ ._innerOffsetM_1u0cssh_205 ._chip_1u0cssh_9:first-of-type{
697
730
  margin-left:0;
698
731
  }
699
732
  @media screen and (max-width: 640px){
700
- ._innerOffsetL_1qdjwqz_213 ._chip_1qdjwqz_9:first-of-type,
701
- ._innerOffsetM_1qdjwqz_205 ._chip_1qdjwqz_9:first-of-type{
733
+ ._innerOffsetL_1u0cssh_213 ._chip_1u0cssh_9:first-of-type,
734
+ ._innerOffsetM_1u0cssh_205 ._chip_1u0cssh_9:first-of-type{
702
735
  margin-left:0
703
736
  }
704
737
  }
705
- ._icon_1qdjwqz_231{
738
+ ._icon_1u0cssh_231{
706
739
  -webkit-box-flex:0;
707
740
  -ms-flex:0 0;
708
741
  flex:0 0;
709
742
  -ms-flex-preferred-size:auto;
710
743
  flex-basis:auto;
711
744
  }
712
- ._sizeS_1qdjwqz_63 ._icon_1qdjwqz_231._iconLeft_1qdjwqz_235 {
713
- width: 16px;
714
- height: 16px;
715
- min-width: 16px;
716
- min-height: 16px;
745
+ ._sizeXs_1u0cssh_1 ._icon_1u0cssh_231._iconLeft_1u0cssh_235 {
746
+ width: 20px;
747
+ height: 20px;
748
+ min-width: 20px;
749
+ min-height: 20px;
750
+ margin: 0 8px 0 -2px;
751
+ }
752
+ ._sizeS_1u0cssh_63 ._icon_1u0cssh_231._iconLeft_1u0cssh_235 {
753
+ width: 20px;
754
+ height: 20px;
755
+ min-width: 20px;
756
+ min-height: 20px;
717
757
  margin: 0 8px 0 -2px;
718
758
  }
719
- ._sizeM_1qdjwqz_69 ._icon_1qdjwqz_231._iconLeft_1qdjwqz_235 {
759
+ ._sizeM_1u0cssh_69 ._icon_1u0cssh_231._iconLeft_1u0cssh_235 {
720
760
  width: 24px;
721
761
  height: 24px;
722
762
  min-width: 24px;
723
763
  min-height: 24px;
764
+ margin: 0 8px 0 -2px;
765
+ }
766
+ ._sizeL_1u0cssh_75 ._icon_1u0cssh_231._iconLeft_1u0cssh_235 {
767
+ width: 28px;
768
+ height: 28px;
769
+ min-width: 28px;
770
+ min-height: 28px;
724
771
  margin: 0 16px 0 -2px;
725
772
  }
726
- ._sizeL_1qdjwqz_75 ._icon_1qdjwqz_231._iconLeft_1qdjwqz_235 {
727
- width: 32px;
728
- height: 32px;
729
- min-width: 32px;
730
- min-height: 32px;
731
- margin: 0 20px 0 -2px;
732
- }
733
- ._sizeS_1qdjwqz_63 ._icon_1qdjwqz_231._iconRight_1qdjwqz_236 {
734
- width: 16px;
735
- height: 16px;
736
- min-width: 16px;
737
- min-height: 16px;
773
+ ._sizeXs_1u0cssh_1 ._icon_1u0cssh_231._iconRight_1u0cssh_236 {
774
+ width: 20px;
775
+ height: 20px;
776
+ min-width: 20px;
777
+ min-height: 20px;
738
778
  margin: 0 -2px 0 8px;
739
779
  }
740
- ._sizeM_1qdjwqz_69 ._icon_1qdjwqz_231._iconRight_1qdjwqz_236 {
780
+ ._sizeS_1u0cssh_63 ._icon_1u0cssh_231._iconRight_1u0cssh_236 {
781
+ width: 20px;
782
+ height: 20px;
783
+ min-width: 20px;
784
+ min-height: 20px;
785
+ margin: 0 -2px 0 8px;
786
+ }
787
+ ._sizeM_1u0cssh_69 ._icon_1u0cssh_231._iconRight_1u0cssh_236 {
741
788
  width: 24px;
742
789
  height: 24px;
743
790
  min-width: 24px;
744
791
  min-height: 24px;
745
- margin: 0 -2px 0 16px;
792
+ margin: 0 -2px 0 8px;
746
793
  }
747
- ._sizeL_1qdjwqz_75 ._icon_1qdjwqz_231._iconRight_1qdjwqz_236 {
748
- width: 32px;
749
- height: 32px;
750
- min-width: 32px;
751
- min-height: 32px;
752
- margin: 0 -2px 0 20px;
794
+ ._sizeL_1u0cssh_75 ._icon_1u0cssh_231._iconRight_1u0cssh_236 {
795
+ width: 28px;
796
+ height: 28px;
797
+ min-width: 28px;
798
+ min-height: 28px;
799
+ margin: 0 -2px 0 16px;
753
800
  }
754
- ._withoutText_1qdjwqz_60 ._icon_1qdjwqz_231._iconRight_1qdjwqz_236,
755
- ._withoutText_1qdjwqz_60 ._icon_1qdjwqz_231._iconLeft_1qdjwqz_235{
801
+ ._withoutText_1u0cssh_60 ._icon_1u0cssh_231._iconRight_1u0cssh_236,
802
+ ._withoutText_1u0cssh_60 ._icon_1u0cssh_231._iconLeft_1u0cssh_235{
756
803
  margin:0;
757
804
  }
@@ -1,7 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  export declare type ChipListValueType = string | number | symbol;
3
3
  export declare type ChipListContextType = {
4
- fullText?: boolean;
5
4
  onChange: (value: ChipListValueType) => void;
6
5
  selectedId?: number;
7
6
  };
@@ -1,6 +1,6 @@
1
1
  import { createContext, useContext } from 'react';
2
2
  var ChipListContext = /*#__PURE__*/createContext({
3
- fullText: false,
3
+ // eslint-disable-next-line @typescript-eslint/no-empty-function
4
4
  onChange: function onChange() {},
5
5
  selectedId: 0
6
6
  });
@@ -5,8 +5,6 @@ export declare type ChipListSizeType = 'l' | 'm' | 's';
5
5
  export declare type ChipListModeType = 'classic' | 'rock';
6
6
  export declare type InnerChipListProps = {
7
7
  className?: string;
8
- /** @ignore */
9
- fullText?: boolean;
10
8
  size?: ChipListSizeType;
11
9
  /** Increase inner horizontal offset between the chips. */
12
10
  sparse?: boolean;
@@ -21,5 +19,14 @@ export declare type InnerChipListProps = {
21
19
  activeNodeRef?: React.MutableRefObject<HTMLElement>;
22
20
  containerRef?: React.MutableRefObject<HTMLDivElement>;
23
21
  };
24
- export declare const ChipList: React.FC<import("./with-scroll-arrows").WithScrollArrowsProps<ChipListValueType> & Omit<InnerChipListProps, keyof import("./with-scroll-arrows").WithScrollArrowsWrappedComponentProps<T>>>;
22
+ export declare const ChipList: {
23
+ <OT extends ChipListValueType>({ compareValues, value, onChange, children, theme: themeFromProps, arrowBackgroundColor, ["data-e2e"]: e2eId, ...restProps }: React.PropsWithChildren<import("./with-scroll-arrows").WithScrollArrowsProps<OT> & {
24
+ size?: ChipListSizeType;
25
+ sparse?: boolean;
26
+ className?: string;
27
+ mode?: ChipListModeType;
28
+ 'data-e2e'?: string;
29
+ }>): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
30
+ displayName: string;
31
+ };
25
32
  export default ChipList;
@@ -20,8 +20,6 @@ var InnerChipList = function InnerChipList(_ref) {
20
20
  _ref$mode = _ref.mode,
21
21
  mode = _ref$mode === void 0 ? 'classic' : _ref$mode,
22
22
  theme = _ref.theme,
23
- _ref$fullText = _ref.fullText,
24
- fullText = _ref$fullText === void 0 ? false : _ref$fullText,
25
23
  onChange = _ref.onChange,
26
24
  children = _ref.children,
27
25
  selectedId = _ref.selectedId,
@@ -29,7 +27,6 @@ var InnerChipList = function InnerChipList(_ref) {
29
27
  e2eId = _ref['data-e2e'];
30
28
  return /*#__PURE__*/React.createElement(ChipListContext.Provider, {
31
29
  value: {
32
- fullText: fullText,
33
30
  onChange: onChange,
34
31
  selectedId: selectedId
35
32
  }
@@ -42,14 +39,15 @@ var InnerChipList = function InnerChipList(_ref) {
42
39
  };
43
40
 
44
41
  InnerChipList.displayName = 'ChipList';
45
- var ChipList = withScrollArrows(InnerChipList, Chip, 'calc(100% + 8px)');
42
+ var ChipList = withScrollArrows(InnerChipList, Chip, 'calc(100% + 8px)'); // eslint-disable-next-line @typescript-eslint/ban-ts-ignore
43
+ // @ts-ignore
44
+
46
45
  ChipList.propTypes = {
47
46
  size: PropTypes.oneOf(['s', 'm', 'l']),
48
47
  sparse: PropTypes.bool,
49
48
  theme: PropTypes.oneOf(['light', 'dark']),
50
49
  className: PropTypes.string,
51
50
  mode: PropTypes.oneOf(['classic', 'rock']),
52
- fullText: PropTypes.bool,
53
51
  value: PropTypes.oneOfType([PropTypes.string, PropTypes.number, PropTypes.symbol]),
54
52
  onChange: PropTypes.func,
55
53
  compareValues: PropTypes.func,
@@ -1,19 +1,21 @@
1
1
  var styles = {
2
- "chipsContainer": "_chipsContainer_1qdjwqz_9",
3
- "chip": "_chip_1qdjwqz_9",
4
- "light": "_light_1qdjwqz_49",
5
- "dark": "_dark_1qdjwqz_54",
6
- "sizeS": "_sizeS_1qdjwqz_63",
7
- "sizeM": "_sizeM_1qdjwqz_69",
8
- "sizeL": "_sizeL_1qdjwqz_75",
9
- "selected": "_selected_1qdjwqz_59",
10
- "withoutText": "_withoutText_1qdjwqz_60",
11
- "rock": "_rock_1qdjwqz_81",
12
- "classic": "_classic_1qdjwqz_143",
13
- "innerOffsetM": "_innerOffsetM_1qdjwqz_205",
14
- "innerOffsetL": "_innerOffsetL_1qdjwqz_213",
15
- "icon": "_icon_1qdjwqz_231",
16
- "iconLeft": "_iconLeft_1qdjwqz_235",
17
- "iconRight": "_iconRight_1qdjwqz_236"
2
+ "chipsContainer": "_chipsContainer_1u0cssh_9",
3
+ "chip": "_chip_1u0cssh_9",
4
+ "light": "_light_1u0cssh_49",
5
+ "dark": "_dark_1u0cssh_54",
6
+ "sizeXs": "_sizeXs_1u0cssh_1",
7
+ "sizeS": "_sizeS_1u0cssh_63",
8
+ "sizeM": "_sizeM_1u0cssh_69",
9
+ "sizeL": "_sizeL_1u0cssh_75",
10
+ "selected": "_selected_1u0cssh_59",
11
+ "withoutText": "_withoutText_1u0cssh_60",
12
+ "rs-reset-letter-spacing": "_rs-reset-letter-spacing_1u0cssh_1",
13
+ "rock": "_rock_1u0cssh_81",
14
+ "classic": "_classic_1u0cssh_143",
15
+ "innerOffsetM": "_innerOffsetM_1u0cssh_205",
16
+ "innerOffsetL": "_innerOffsetL_1u0cssh_213",
17
+ "icon": "_icon_1u0cssh_231",
18
+ "iconLeft": "_iconLeft_1u0cssh_235",
19
+ "iconRight": "_iconRight_1u0cssh_236"
18
20
  };
19
21
  export default styles;
package/lib/parts/chip.js CHANGED
@@ -38,7 +38,6 @@ var Chip = /*#__PURE__*/forwardRef(function (_ref, ref) {
38
38
  restProps = _objectWithoutProperties(_ref, _excluded);
39
39
 
40
40
  var _useChipListContext = useChipListContext(),
41
- fullText = _useChipListContext.fullText,
42
41
  onChange = _useChipListContext.onChange,
43
42
  selectedId = _useChipListContext.selectedId;
44
43
 
@@ -46,7 +45,7 @@ var Chip = /*#__PURE__*/forwardRef(function (_ref, ref) {
46
45
  var isRenderLeftIcon = icon && iconPosition === 'left';
47
46
  var isRenderRightIcon = icon && iconPosition === 'right';
48
47
  return /*#__PURE__*/React.createElement("div", _objectSpread(_objectSpread({}, restProps), {}, {
49
- className: cn(styles.chip, (_cn = {}, _defineProperty(_cn, styles.selected, selected), _defineProperty(_cn, styles.fullText, fullText), _defineProperty(_cn, styles.withoutText, isWithoutChildren(children)), _cn), className),
48
+ className: cn(styles.chip, (_cn = {}, _defineProperty(_cn, styles.selected, selected), _defineProperty(_cn, styles.withoutText, isWithoutChildren(children)), _cn), className),
50
49
  onClick: function onClick() {
51
50
  return onChange(value);
52
51
  },
@@ -1,6 +1,6 @@
1
1
  var styles = {
2
- "separator": "_separator_1sqq7fh_3",
3
- "light": "_light_1sqq7fh_22",
4
- "dark": "_dark_1sqq7fh_28"
2
+ "separator": "_separator_wxtf13_3",
3
+ "light": "_light_wxtf13_22",
4
+ "dark": "_dark_wxtf13_28"
5
5
  };
6
6
  export default styles;
@@ -2,7 +2,6 @@
2
2
  export declare type TabListValueType = string | number | symbol;
3
3
  export declare type TabListContextType = {
4
4
  short?: boolean;
5
- fullText?: boolean;
6
5
  onChange: (value: TabListValueType) => void;
7
6
  selectedId?: number;
8
7
  };
@@ -1,7 +1,7 @@
1
1
  import { createContext, useContext } from 'react';
2
2
  var TabListContext = /*#__PURE__*/createContext({
3
3
  short: false,
4
- fullText: false,
4
+ // eslint-disable-next-line @typescript-eslint/no-empty-function
5
5
  onChange: function onChange() {},
6
6
  selectedId: 0
7
7
  });
@@ -1,21 +1,21 @@
1
1
  var styles = {
2
- "wrapper": "_wrapper_1671gjh_9",
3
- "tabsContainer": "_tabsContainer_1671gjh_13",
4
- "indicator": "_indicator_1671gjh_19",
5
- "light": "_light_1671gjh_31",
6
- "classic": "_classic_1671gjh_31",
7
- "dark": "_dark_1671gjh_35",
8
- "rock": "_rock_1671gjh_39",
9
- "tab": "_tab_1671gjh_13",
10
- "fullText": "_fullText_1671gjh_99",
11
- "sizeM": "_sizeM_1671gjh_103",
12
- "sizeL": "_sizeL_1671gjh_108",
13
- "innerOffsetM": "_innerOffsetM_1671gjh_113",
14
- "innerOffsetL": "_innerOffsetL_1671gjh_121",
15
- "short": "_short_1671gjh_137",
16
- "selected": "_selected_1671gjh_145",
17
- "icon": "_icon_1671gjh_243",
18
- "iconLeft": "_iconLeft_1671gjh_247",
19
- "iconRight": "_iconRight_1671gjh_255"
2
+ "wrapper": "_wrapper_vmedzw_9",
3
+ "tabsContainer": "_tabsContainer_vmedzw_13",
4
+ "indicator": "_indicator_vmedzw_19",
5
+ "light": "_light_vmedzw_31",
6
+ "classic": "_classic_vmedzw_31",
7
+ "dark": "_dark_vmedzw_35",
8
+ "rock": "_rock_vmedzw_39",
9
+ "tab": "_tab_vmedzw_13",
10
+ "sizeM": "_sizeM_vmedzw_99",
11
+ "rs-reset-letter-spacing": "_rs-reset-letter-spacing_vmedzw_1",
12
+ "sizeL": "_sizeL_vmedzw_104",
13
+ "innerOffsetM": "_innerOffsetM_vmedzw_109",
14
+ "innerOffsetL": "_innerOffsetL_vmedzw_117",
15
+ "short": "_short_vmedzw_133",
16
+ "selected": "_selected_vmedzw_141",
17
+ "icon": "_icon_vmedzw_239",
18
+ "iconLeft": "_iconLeft_vmedzw_253",
19
+ "iconRight": "_iconRight_vmedzw_261"
20
20
  };
21
21
  export default styles;
package/lib/parts/tab.js CHANGED
@@ -34,7 +34,6 @@ var Tab = /*#__PURE__*/forwardRef(function (_ref, ref) {
34
34
 
35
35
  var _useTabListContext = useTabListContext(),
36
36
  short = _useTabListContext.short,
37
- fullText = _useTabListContext.fullText,
38
37
  onChange = _useTabListContext.onChange,
39
38
  selectedId = _useTabListContext.selectedId;
40
39
 
@@ -42,7 +41,7 @@ var Tab = /*#__PURE__*/forwardRef(function (_ref, ref) {
42
41
  var isRenderLeftIcon = icon && iconPosition === 'left';
43
42
  var isRenderRightIcon = icon && iconPosition === 'right';
44
43
  return /*#__PURE__*/React.createElement("div", _objectSpread(_objectSpread({}, restProps), {}, {
45
- className: cn(styles.tab, (_cn = {}, _defineProperty(_cn, styles.selected, selected), _defineProperty(_cn, styles.short, short), _defineProperty(_cn, styles.fullText, fullText), _cn), className),
44
+ className: cn(styles.tab, (_cn = {}, _defineProperty(_cn, styles.selected, selected), _defineProperty(_cn, styles.short, short), _cn), className),
46
45
  onClick: function onClick() {
47
46
  return onChange(value);
48
47
  },
@@ -21,4 +21,9 @@ export declare type WithScrollArrowsWrappedComponentProps<T> = {
21
21
  theme: Theme;
22
22
  containerRef?: React.MutableRefObject<HTMLElement>;
23
23
  };
24
- export declare const withScrollArrows: <T, P extends WithScrollArrowsWrappedComponentProps<T>>(WrappedComponent: React.FC<WithScrollArrowsWrappedComponentProps<T>>, CompareItem: React.ElementType, arrowHeight?: string) => React.FC<WithScrollArrowsProps<T> & Omit<P, keyof WithScrollArrowsWrappedComponentProps<T>>>;
24
+ declare type OmittedWrappedComponentProps<P, T> = Omit<P, keyof WithScrollArrowsWrappedComponentProps<T>>;
25
+ export declare const withScrollArrows: <T, P extends WithScrollArrowsWrappedComponentProps<T>>(WrappedComponent: React.FC<WithScrollArrowsWrappedComponentProps<T>>, CompareItem: React.ElementType, arrowHeight?: string) => {
26
+ <OT extends T>({ compareValues, value, onChange, children, theme: themeFromProps, arrowBackgroundColor, ["data-e2e"]: e2eId, ...restProps }: React.PropsWithChildren<WithScrollArrowsProps<OT> & OmittedWrappedComponentProps<P, OT>>): React.ReactElement | null;
27
+ displayName: string;
28
+ };
29
+ export {};
@@ -1,13 +1,13 @@
1
1
  var styles = {
2
- "wrapper": "_wrapper_1ppgr7e_4",
3
- "scrollable": "_scrollable_1ppgr7e_10",
4
- "arrowShadow": "_arrowShadow_1ppgr7e_39",
5
- "arrow": "_arrow_1ppgr7e_39",
6
- "light": "_light_1ppgr7e_82",
7
- "dark": "_dark_1ppgr7e_86",
8
- "shown": "_shown_1ppgr7e_91",
9
- "arrowLeft": "_arrowLeft_1ppgr7e_99",
10
- "arrowRight": "_arrowRight_1ppgr7e_112",
11
- "arrowButton": "_arrowButton_1ppgr7e_126"
2
+ "wrapper": "_wrapper_c04gj4_4",
3
+ "scrollable": "_scrollable_c04gj4_10",
4
+ "arrowShadow": "_arrowShadow_c04gj4_39",
5
+ "arrow": "_arrow_c04gj4_39",
6
+ "light": "_light_c04gj4_82",
7
+ "dark": "_dark_c04gj4_86",
8
+ "shown": "_shown_c04gj4_91",
9
+ "arrowLeft": "_arrowLeft_c04gj4_99",
10
+ "arrowRight": "_arrowRight_c04gj4_112",
11
+ "arrowButton": "_arrowButton_c04gj4_126"
12
12
  };
13
13
  export default styles;
package/lib/tab-list.d.ts CHANGED
@@ -5,8 +5,6 @@ export declare type TabListSizeType = 'l' | 'm';
5
5
  export declare type TabListModeType = 'classic' | 'rock';
6
6
  export declare type InnerTabListProps = {
7
7
  className?: string;
8
- /** @ignore */
9
- fullText?: boolean;
10
8
  size?: TabListSizeType;
11
9
  /** Increase inner horizontal offset between the tabs. */
12
10
  sparse?: boolean;
@@ -22,5 +20,15 @@ export declare type InnerTabListProps = {
22
20
  activeNodeRef?: React.MutableRefObject<HTMLElement>;
23
21
  containerRef?: React.MutableRefObject<HTMLDivElement>;
24
22
  };
25
- export declare const TabList: React.FC<import("./parts/with-scroll-arrows").WithScrollArrowsProps<TabListValueType> & Omit<InnerTabListProps, keyof import("./parts/with-scroll-arrows").WithScrollArrowsWrappedComponentProps<T>>>;
23
+ export declare const TabList: {
24
+ <OT extends TabListValueType>({ compareValues, value, onChange, children, theme: themeFromProps, arrowBackgroundColor, ["data-e2e"]: e2eId, ...restProps }: React.PropsWithChildren<import("./parts/with-scroll-arrows").WithScrollArrowsProps<OT> & {
25
+ size?: TabListSizeType;
26
+ sparse?: boolean;
27
+ className?: string;
28
+ mode?: TabListModeType;
29
+ short?: boolean;
30
+ 'data-e2e'?: string;
31
+ }>): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
32
+ displayName: string;
33
+ };
26
34
  export default TabList;
package/lib/tab-list.js CHANGED
@@ -22,8 +22,6 @@ var InnerTabList = function InnerTabList(_ref) {
22
22
  _ref$short = _ref.short,
23
23
  short = _ref$short === void 0 ? false : _ref$short,
24
24
  theme = _ref.theme,
25
- _ref$fullText = _ref.fullText,
26
- fullText = _ref$fullText === void 0 ? false : _ref$fullText,
27
25
  value = _ref.value,
28
26
  onChange = _ref.onChange,
29
27
  children = _ref.children,
@@ -39,7 +37,6 @@ var InnerTabList = function InnerTabList(_ref) {
39
37
  return /*#__PURE__*/React.createElement(TabListContext.Provider, {
40
38
  value: {
41
39
  short: short,
42
- fullText: fullText,
43
40
  onChange: onChange,
44
41
  selectedId: selectedId
45
42
  }
@@ -55,7 +52,9 @@ var InnerTabList = function InnerTabList(_ref) {
55
52
  };
56
53
 
57
54
  InnerTabList.displayName = 'TabList';
58
- var TabList = withScrollArrows(InnerTabList, Tab);
55
+ var TabList = withScrollArrows(InnerTabList, Tab); // eslint-disable-next-line @typescript-eslint/ban-ts-ignore
56
+ // @ts-ignore
57
+
59
58
  TabList.propTypes = {
60
59
  size: PropTypes.oneOf(['m', 'l']),
61
60
  sparse: PropTypes.bool,
@@ -63,7 +62,6 @@ TabList.propTypes = {
63
62
  className: PropTypes.string,
64
63
  mode: PropTypes.oneOf(['classic', 'rock']),
65
64
  short: PropTypes.bool,
66
- fullText: PropTypes.bool,
67
65
  value: PropTypes.oneOfType([PropTypes.string, PropTypes.number, PropTypes.symbol]),
68
66
  onChange: PropTypes.func,
69
67
  compareValues: PropTypes.func,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rescui/tab-list",
3
- "version": "0.2.1",
3
+ "version": "0.5.1",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "author": "JetBrains",
@@ -17,8 +17,8 @@
17
17
  "dependencies": {
18
18
  "@babel/runtime-corejs3": "^7.14.0",
19
19
  "@juggle/resize-observer": "3.3.0",
20
- "@rescui/button": "^0.2.1",
21
- "@rescui/icons": "^0.1.2",
20
+ "@rescui/button": "^0.4.2",
21
+ "@rescui/icons": "^0.5.0",
22
22
  "classnames": "^2.2.6",
23
23
  "core-js": "^3.9.1"
24
24
  },
@@ -28,14 +28,14 @@
28
28
  "react": ">=16.8.0 <18"
29
29
  },
30
30
  "devDependencies": {
31
- "@rescui/colors": "^0.0.4",
32
- "@rescui/postcss-preset-library": "^0.0.3",
33
- "@rescui/scripts": "^0.1.2",
34
- "@rescui/typography": "^0.2.1",
31
+ "@rescui/colors": "^0.0.6",
32
+ "@rescui/postcss-preset-library": "^0.0.4",
33
+ "@rescui/scripts": "^0.1.4",
34
+ "@rescui/typography": "^0.5.0",
35
35
  "@rescui/visual-regression": "^0.0.1"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "rescui-scripts build"
39
39
  },
40
- "gitHead": "66df4ba6f30f960f8d9a77db3ef079f8b0ad40ca"
40
+ "gitHead": "f07b6abc886028f74f129d1d7bfbf8fcfa5825af"
41
41
  }