@rescui/tab-list 0.12.7 → 0.12.8

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.
@@ -1,10 +1,10 @@
1
1
  var styles = {
2
- "icon": "_icon_1jmu341_4",
3
- "sizeXS": "_sizeXS_1jmu341_14",
4
- "sizeS": "_sizeS_1jmu341_18",
5
- "sizeM": "_sizeM_1jmu341_22",
6
- "sizeL": "_sizeL_1jmu341_26",
7
- "light": "_light_1jmu341_30",
8
- "dark": "_dark_1jmu341_34"
2
+ "icon": "_icon_ekw7ne_4",
3
+ "sizeXS": "_sizeXS_ekw7ne_14",
4
+ "sizeS": "_sizeS_ekw7ne_18",
5
+ "sizeM": "_sizeM_ekw7ne_22",
6
+ "sizeL": "_sizeL_ekw7ne_26",
7
+ "light": "_light_ekw7ne_30",
8
+ "dark": "_dark_ekw7ne_34"
9
9
  };
10
10
  export { styles as default };
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- ._icon_1jmu341_4{
1
+ ._icon_ekw7ne_4{
2
2
  --_rs-theme-dark:var(
3
3
  --_rs-internal-force-theme-dark-consult-rescui-before-using,
4
4
  var(--rs-theme-dark, 0)
@@ -8,7 +8,7 @@
8
8
  --_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
9
9
  }
10
10
  @supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
11
- ._icon_1jmu341_4{
11
+ ._icon_ekw7ne_4{
12
12
  --_rs-color-primary:color-mix(in srgb, var(--rs-color-primary-light-theme, #6B57FF) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-dark-theme, #8473FF) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
13
13
  --_rs-color-primary-dim:color-mix(in srgb, var(--rs-color-primary-dim-light-theme, #8979ff) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-dim-dark-theme, #6f61d2) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
14
14
  --_rs-color-primary-fog:color-mix(in srgb, var(--rs-color-primary-fog-light-theme, #e1ddff) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-fog-dark-theme, #2e2b49) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
@@ -17,7 +17,7 @@
17
17
  }
18
18
  }
19
19
  @supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
20
- ._icon_1jmu341_4{
20
+ ._icon_ekw7ne_4{
21
21
  --_rs-color-primary:rgb(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132), calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115), 255);
22
22
  --_rs-color-primary-dim:rgb(calc(var(--_rs-theme-light-coefficient, 1)*137 + var(--_rs-theme-dark-coefficient, 0)*111), calc(var(--_rs-theme-light-coefficient, 1)*121 + var(--_rs-theme-dark-coefficient, 0)*97), calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*210));
23
23
  --_rs-color-primary-fog:rgb(calc(var(--_rs-theme-light-coefficient, 1)*225 + var(--_rs-theme-dark-coefficient, 0)*46), calc(var(--_rs-theme-light-coefficient, 1)*221 + var(--_rs-theme-dark-coefficient, 0)*43), calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*73));
@@ -25,30 +25,30 @@
25
25
  --_rs-color-primary-t-fog:rgba(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132), calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115), 255, calc(var(--_rs-theme-light-coefficient, 1)*0.2 + var(--_rs-theme-dark-coefficient, 0)*0.3));
26
26
  }
27
27
  }
28
- ._icon_1jmu341_4{
28
+ ._icon_ekw7ne_4{
29
29
 
30
30
  fill:var(--_rs-icons-themed-fill-or-initial, currentcolor);
31
31
 
32
32
  width:auto;
33
33
  height:var(--_rs-icons-height);
34
34
  }
35
- ._sizeXS_1jmu341_14{
35
+ ._sizeXS_ekw7ne_14{
36
36
  --_rs-icons-height:16px;
37
37
  }
38
- ._sizeS_1jmu341_18{
38
+ ._sizeS_ekw7ne_18{
39
39
  --_rs-icons-height:20px;
40
40
  }
41
- ._sizeM_1jmu341_22{
41
+ ._sizeM_ekw7ne_22{
42
42
  --_rs-icons-height:24px;
43
43
  }
44
- ._sizeL_1jmu341_26{
44
+ ._sizeL_ekw7ne_26{
45
45
  --_rs-icons-height:28px;
46
46
  }
47
- ._light_1jmu341_30{
47
+ ._light_ekw7ne_30{
48
48
  --rs-theme-dark:0;
49
49
  --_rs-icons-themed-fill-or-initial:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
50
50
  }
51
- ._dark_1jmu341_34{
51
+ ._dark_ekw7ne_34{
52
52
  --rs-theme-dark:1;
53
53
  --_rs-icons-themed-fill-or-initial:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
54
54
  }
@@ -72,18 +72,18 @@
72
72
  transform:rotate(360deg);
73
73
  }
74
74
  }
75
- ._light_adazr6_7{
75
+ ._light_23ed21_7{
76
76
  --rs-theme-dark:0;
77
77
  }
78
- ._dark_adazr6_10{
78
+ ._dark_23ed21_10{
79
79
  --rs-theme-dark:1;
80
80
  }
81
- ._sizeM_adazr6_14{
81
+ ._sizeM_23ed21_14{
82
82
  --_rs-tab-list-tab-vertical-padding:8px;
83
83
  --_rs-tab-list-icon-size:24px;
84
84
  --_rs-tab-list-icon-offset:4px;
85
85
  }
86
- ._sizeM_adazr6_14 [data-rs-internal='tab-list__tab']{
86
+ ._sizeM_23ed21_14 [data-rs-internal='tab-list__tab']{
87
87
  --_rs-typography-letter-spacing:0.0015em;
88
88
  --_rs-typography-text-transform:initial;
89
89
  --_rs-typography-font-variant-numeric:initial;
@@ -118,16 +118,16 @@
118
118
  --_rs-typography-link-border-bottom-width-from-text:1px;
119
119
  }
120
120
  @media screen and (max-width: 640px){
121
- ._sizeM_adazr6_14 [data-rs-internal='tab-list__tab']{
121
+ ._sizeM_23ed21_14 [data-rs-internal='tab-list__tab']{
122
122
  --_rs-typography-list-li-margin-top-from-text:12px;
123
123
  }
124
124
  }
125
- ._sizeL_adazr6_17{
125
+ ._sizeL_23ed21_17{
126
126
  --_rs-tab-list-tab-vertical-padding:12px;
127
127
  --_rs-tab-list-icon-size:28px;
128
128
  --_rs-tab-list-icon-offset:8px;
129
129
  }
130
- ._sizeL_adazr6_17 [data-rs-internal='tab-list__tab']{
130
+ ._sizeL_23ed21_17 [data-rs-internal='tab-list__tab']{
131
131
  --_rs-typography-letter-spacing:normal;
132
132
  --_rs-typography-text-transform:initial;
133
133
  --_rs-typography-font-variant-numeric:initial;
@@ -162,30 +162,30 @@
162
162
  --_rs-typography-link-border-bottom-width-from-text:1px;
163
163
  }
164
164
  @media screen and (max-width: 640px){
165
- ._sizeL_adazr6_17 [data-rs-internal='tab-list__tab']{
165
+ ._sizeL_23ed21_17 [data-rs-internal='tab-list__tab']{
166
166
  --_rs-typography-list-li-margin-top-from-text:16px;
167
167
  }
168
168
  }
169
- ._classic_adazr6_21{
169
+ ._classic_23ed21_21{
170
170
  --_rs-tab-list-indicator-background:var(--_rs-color-primary);
171
171
  --_rs-tab-list-tab-selected-color:var(--_rs-color-primary);
172
172
  }
173
- ._rock_adazr6_24{
173
+ ._rock_23ed21_24{
174
174
  --_rs-tab-list-indicator-background: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));
175
175
  --_rs-tab-list-tab-selected-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));
176
176
  }
177
- ._sparse_adazr6_28{
177
+ ._sparse_23ed21_28{
178
178
  --_rs-tab-list-tab-margin-left-or-initial:32px;
179
179
  }
180
180
  @media screen and (max-width: 640px){
181
- ._sparse_adazr6_28{
181
+ ._sparse_23ed21_28{
182
182
  --_rs-tab-list-tab-margin-left-or-initial:24px;
183
183
  }
184
184
  }
185
- ._short_adazr6_32{
185
+ ._short_23ed21_32{
186
186
  --_rs-tab-list-tab-box-shadow:inset 0 -1px 0 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), calc(0.3 + var(--_rs-theme-dark-coefficient)*0.1));
187
187
  }
188
- ._tabsContainer_adazr6_36{
188
+ ._tabsContainer_23ed21_36{
189
189
  --_rs-theme-dark:var(
190
190
  --_rs-internal-force-theme-dark-consult-rescui-before-using,
191
191
  var(--rs-theme-dark, 0)
@@ -195,7 +195,7 @@
195
195
  --_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
196
196
  }
197
197
  @supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
198
- ._tabsContainer_adazr6_36{
198
+ ._tabsContainer_23ed21_36{
199
199
  --_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)));
200
200
  --_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)));
201
201
  --_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)));
@@ -204,7 +204,7 @@
204
204
  }
205
205
  }
206
206
  @supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
207
- ._tabsContainer_adazr6_36{
207
+ ._tabsContainer_23ed21_36{
208
208
  --_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);
209
209
  --_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));
210
210
  --_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));
@@ -212,15 +212,15 @@
212
212
  --_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));
213
213
  }
214
214
  }
215
- ._tabsContainer_adazr6_36 {
215
+ ._tabsContainer_23ed21_36 {
216
216
  --_rs-tab-list-tab-base-margin-left:24px;
217
217
  }
218
218
  @media screen and (max-width: 640px){
219
- ._tabsContainer_adazr6_36{
219
+ ._tabsContainer_23ed21_36{
220
220
  --_rs-tab-list-tab-base-margin-left:16px;
221
221
  }
222
222
  }
223
- ._tabsContainer_adazr6_36 {
223
+ ._tabsContainer_23ed21_36 {
224
224
  --_rs-tab-list-tab-margin-left:var(
225
225
  --_rs-tab-list-tab-margin-left-or-initial,
226
226
  var(--_rs-tab-list-tab-base-margin-left)
@@ -234,7 +234,7 @@
234
234
 
235
235
  display:flex;
236
236
  }
237
- ._indicator_adazr6_46{
237
+ ._indicator_23ed21_46{
238
238
  position:absolute;
239
239
  z-index:3;
240
240
  bottom:0;
@@ -249,13 +249,13 @@
249
249
  transition:left 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
250
250
  will-change:left, width;
251
251
  }
252
- ._iconLeft_adazr6_61{
252
+ ._iconLeft_23ed21_61{
253
253
  --_rs-tab-list-tab-flex-direction:row;
254
254
  }
255
- ._iconRight_adazr6_64{
255
+ ._iconRight_23ed21_64{
256
256
  --_rs-tab-list-tab-flex-direction:row-reverse;
257
257
  }
258
- ._tab_adazr6_36{
258
+ ._tab_23ed21_36{
259
259
  --_rs-theme-dark:var(
260
260
  --_rs-internal-force-theme-dark-consult-rescui-before-using,
261
261
  var(--rs-theme-dark, 0)
@@ -265,7 +265,7 @@
265
265
  --_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
266
266
  }
267
267
  @supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
268
- ._tab_adazr6_36{
268
+ ._tab_23ed21_36{
269
269
  --_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)));
270
270
  --_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)));
271
271
  --_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)));
@@ -274,7 +274,7 @@
274
274
  }
275
275
  }
276
276
  @supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
277
- ._tab_adazr6_36{
277
+ ._tab_23ed21_36{
278
278
  --_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);
279
279
  --_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));
280
280
  --_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));
@@ -282,7 +282,7 @@
282
282
  --_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));
283
283
  }
284
284
  }
285
- ._tab_adazr6_36 {
285
+ ._tab_23ed21_36 {
286
286
  letter-spacing:var(
287
287
  --rs-text-base-letter-spacing,
288
288
  var(--_rs-typography-letter-spacing)
@@ -295,12 +295,6 @@
295
295
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
296
296
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
297
297
  font-feature-settings:'kern', 'liga', 'calt';
298
- }
299
- ._tab_adazr6_36 > p:not(:nth-child(1)),
300
- ._tab_adazr6_36 > pre:not(:nth-child(1)){
301
- padding-top:var(--_rs-typography-auto-offset-or-initial);
302
- }
303
- ._tab_adazr6_36 {
304
298
 
305
299
  position:relative;
306
300
 
@@ -347,19 +341,19 @@
347
341
  -moz-osx-font-smoothing:inherit;
348
342
  -webkit-appearance:none;
349
343
  }
350
- ._tab_adazr6_36::-moz-focus-inner{
344
+ ._tab_23ed21_36::-moz-focus-inner{
351
345
  padding:0;
352
346
 
353
347
  border:none;
354
348
  }
355
- ._tab_adazr6_36:hover,
356
- ._tab_adazr6_36:active,
357
- ._tab_adazr6_36:focus{
349
+ ._tab_23ed21_36:hover,
350
+ ._tab_23ed21_36:active,
351
+ ._tab_23ed21_36:focus{
358
352
  outline:none;
359
353
 
360
354
  text-decoration:none;
361
355
  }
362
- ._tab_adazr6_36:after{
356
+ ._tab_23ed21_36:after{
363
357
  position:absolute;
364
358
  bottom:0;
365
359
  left:0;
@@ -371,18 +365,18 @@
371
365
 
372
366
  background-color:transparent;
373
367
  }
374
- ._tab_adazr6_36:focus[data-focus-method='key']:after{
368
+ ._tab_23ed21_36:focus[data-focus-method='key']:after{
375
369
  opacity:0;
376
370
  }
377
- ._tab_adazr6_36:hover{
371
+ ._tab_23ed21_36:hover{
378
372
  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));
379
373
  }
380
- ._tab_adazr6_36:hover:after{
374
+ ._tab_23ed21_36:hover:after{
381
375
  height:1px;
382
376
 
383
377
  background-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));
384
378
  }
385
- ._tab_adazr6_36._selected_adazr6_154{
379
+ ._tab_23ed21_36._selected_23ed21_154{
386
380
  z-index:1;
387
381
 
388
382
  cursor:default;
@@ -393,7 +387,7 @@
393
387
 
394
388
  transition:color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
395
389
  }
396
- ._tab_adazr6_36._selected_adazr6_154:after{
390
+ ._tab_23ed21_36._selected_23ed21_154:after{
397
391
  height:2px;
398
392
 
399
393
  background-color:var(--_rs-tab-list-indicator-background);
@@ -402,14 +396,14 @@
402
396
 
403
397
  transition:background-color 0ms ease 300ms, height 0ms ease 300ms;
404
398
  }
405
- ._tab_adazr6_36:focus[data-focus-method='key']{
399
+ ._tab_23ed21_36:focus[data-focus-method='key']{
406
400
  -webkit-box-shadow:inset var(--_rs-color-primary-dim) 0 -4px 0 0, inset var(--_rs-color-primary-dim) 0 4px 0 0, var(--_rs-color-primary-dim) -4px 0 0 0, var(--_rs-color-primary-dim) 4px 0 0 0;
407
401
  box-shadow:inset var(--_rs-color-primary-dim) 0 -4px 0 0, inset var(--_rs-color-primary-dim) 0 4px 0 0, var(--_rs-color-primary-dim) -4px 0 0 0, var(--_rs-color-primary-dim) 4px 0 0 0;
408
402
  }
409
- ._tab_adazr6_36:first-child{
403
+ ._tab_23ed21_36:first-child{
410
404
  margin-left:0;
411
405
  }
412
- ._tab_adazr6_36 ._icon_adazr6_61{
406
+ ._tab_23ed21_36 ._icon_23ed21_61{
413
407
  -webkit-box-flex:0;
414
408
  -ms-flex:0 0;
415
409
  flex:0 0;
@@ -420,13 +414,13 @@
420
414
  height:var(--_rs-tab-list-icon-size);
421
415
  }
422
416
 
423
- ._light_1nhkfgh_9{
417
+ ._light_1qbgplm_9{
424
418
  --rs-theme-dark:0;
425
419
  }
426
- ._dark_1nhkfgh_12{
420
+ ._dark_1qbgplm_12{
427
421
  --rs-theme-dark:1;
428
422
  }
429
- ._wrapper_1nhkfgh_16{
423
+ ._wrapper_1qbgplm_16{
430
424
  --_rs-theme-dark:var(
431
425
  --_rs-internal-force-theme-dark-consult-rescui-before-using,
432
426
  var(--rs-theme-dark, 0)
@@ -442,7 +436,7 @@
442
436
 
443
437
  display:flex;
444
438
  }
445
- ._scrollable_1nhkfgh_23{
439
+ ._scrollable_1qbgplm_23{
446
440
  display:-webkit-box;
447
441
  display:-ms-flexbox;
448
442
  display:flex;
@@ -451,7 +445,7 @@
451
445
  margin:-4px;
452
446
  padding:4px;
453
447
  }
454
- ._scrollable_1nhkfgh_23::after{
448
+ ._scrollable_1qbgplm_23::after{
455
449
  display:block;
456
450
 
457
451
  height:100%;
@@ -460,15 +454,15 @@
460
454
 
461
455
  content:'';
462
456
  }
463
- ._scrollable_1nhkfgh_23 {
457
+ ._scrollable_1qbgplm_23 {
464
458
 
465
459
  -ms-overflow-style:none;
466
460
  scrollbar-width:none;
467
461
  }
468
- ._scrollable_1nhkfgh_23::-webkit-scrollbar{
462
+ ._scrollable_1qbgplm_23::-webkit-scrollbar{
469
463
  display:none;
470
464
  }
471
- ._arrow_1nhkfgh_52{
465
+ ._arrow_1qbgplm_52{
472
466
  position:absolute;
473
467
  z-index:2;
474
468
  top:50%;
@@ -497,7 +491,7 @@
497
491
  -webkit-transform:translateY(-50%);
498
492
  transform:translateY(-50%);
499
493
  }
500
- ._arrow_1nhkfgh_52._shown_1nhkfgh_72{
494
+ ._arrow_1qbgplm_52._shown_1qbgplm_72{
501
495
  opacity:1;
502
496
 
503
497
  pointer-events:auto;
@@ -506,13 +500,13 @@
506
500
 
507
501
  transition:opacity 0.15s ease-in;
508
502
  }
509
- ._arrow_1nhkfgh_52._arrowLeft_1nhkfgh_80{
503
+ ._arrow_1qbgplm_52._arrowLeft_1qbgplm_80{
510
504
  left:-5px;
511
505
  }
512
- ._arrow_1nhkfgh_52._arrowRight_1nhkfgh_85{
506
+ ._arrow_1qbgplm_52._arrowRight_1qbgplm_85{
513
507
  right:-5px;
514
508
  }
515
- ._withLeftArrow_1nhkfgh_91{
509
+ ._withLeftArrow_1qbgplm_91{
516
510
  -webkit-mask-image:-webkit-gradient(
517
511
  linear,
518
512
  left top, right top,
@@ -540,7 +534,7 @@
540
534
  black 56px
541
535
  );
542
536
  }
543
- ._withRightArrow_1nhkfgh_100{
537
+ ._withRightArrow_1qbgplm_100{
544
538
  -webkit-mask-image:-webkit-gradient(
545
539
  linear,
546
540
  right top, left top,
@@ -568,7 +562,7 @@
568
562
  black 56px
569
563
  );
570
564
  }
571
- ._withLeftArrow_1nhkfgh_91._withRightArrow_1nhkfgh_100{
565
+ ._withLeftArrow_1qbgplm_91._withRightArrow_1qbgplm_100{
572
566
  -webkit-mask-image:-webkit-gradient(
573
567
  linear,
574
568
  left top, right top,
@@ -608,17 +602,17 @@
608
602
  rgba(0, 0, 0, 0) 100%
609
603
  );
610
604
  }
611
- ._arrowButton_1nhkfgh_121{
605
+ ._arrowButton_1qbgplm_121{
612
606
  cursor:pointer;
613
607
  }
614
608
 
615
- ._light_1rkbbkp_4{
609
+ ._light_mqrjky_4{
616
610
  --rs-theme-dark:0;
617
611
  }
618
- ._dark_1rkbbkp_7{
612
+ ._dark_mqrjky_7{
619
613
  --rs-theme-dark:1;
620
614
  }
621
- ._separator_1rkbbkp_11{
615
+ ._separator_mqrjky_11{
622
616
  --_rs-theme-dark:var(
623
617
  --_rs-internal-force-theme-dark-consult-rescui-before-using,
624
618
  var(--rs-theme-dark, 0)
@@ -632,7 +626,7 @@
632
626
 
633
627
  width:100%;
634
628
  }
635
- ._separator_1rkbbkp_11:after{
629
+ ._separator_mqrjky_11:after{
636
630
  position:absolute;
637
631
  right:0;
638
632
  bottom:0;
@@ -1,6 +1,6 @@
1
1
  var styles = {
2
- "light": "_light_1rkbbkp_4",
3
- "dark": "_dark_1rkbbkp_7",
4
- "separator": "_separator_1rkbbkp_11"
2
+ "light": "_light_mqrjky_4",
3
+ "dark": "_dark_mqrjky_7",
4
+ "separator": "_separator_mqrjky_11"
5
5
  };
6
6
  export { styles as default };
@@ -1,18 +1,18 @@
1
1
  var styles = {
2
- "light": "_light_adazr6_7",
3
- "dark": "_dark_adazr6_10",
4
- "sizeM": "_sizeM_adazr6_14",
5
- "sizeL": "_sizeL_adazr6_17",
6
- "classic": "_classic_adazr6_21",
7
- "rock": "_rock_adazr6_24",
8
- "sparse": "_sparse_adazr6_28",
9
- "short": "_short_adazr6_32",
10
- "tabsContainer": "_tabsContainer_adazr6_36",
11
- "indicator": "_indicator_adazr6_46",
12
- "iconLeft": "_iconLeft_adazr6_61",
13
- "iconRight": "_iconRight_adazr6_64",
14
- "tab": "_tab_adazr6_36",
15
- "selected": "_selected_adazr6_154",
16
- "icon": "_icon_adazr6_61"
2
+ "light": "_light_23ed21_7",
3
+ "dark": "_dark_23ed21_10",
4
+ "sizeM": "_sizeM_23ed21_14",
5
+ "sizeL": "_sizeL_23ed21_17",
6
+ "classic": "_classic_23ed21_21",
7
+ "rock": "_rock_23ed21_24",
8
+ "sparse": "_sparse_23ed21_28",
9
+ "short": "_short_23ed21_32",
10
+ "tabsContainer": "_tabsContainer_23ed21_36",
11
+ "indicator": "_indicator_23ed21_46",
12
+ "iconLeft": "_iconLeft_23ed21_61",
13
+ "iconRight": "_iconRight_23ed21_64",
14
+ "tab": "_tab_23ed21_36",
15
+ "selected": "_selected_23ed21_154",
16
+ "icon": "_icon_23ed21_61"
17
17
  };
18
18
  export { styles as default };
@@ -1,14 +1,14 @@
1
1
  var styles = {
2
- "light": "_light_1nhkfgh_9",
3
- "dark": "_dark_1nhkfgh_12",
4
- "wrapper": "_wrapper_1nhkfgh_16",
5
- "scrollable": "_scrollable_1nhkfgh_23",
6
- "arrow": "_arrow_1nhkfgh_52",
7
- "shown": "_shown_1nhkfgh_72",
8
- "arrowLeft": "_arrowLeft_1nhkfgh_80",
9
- "arrowRight": "_arrowRight_1nhkfgh_85",
10
- "withLeftArrow": "_withLeftArrow_1nhkfgh_91",
11
- "withRightArrow": "_withRightArrow_1nhkfgh_100",
12
- "arrowButton": "_arrowButton_1nhkfgh_121"
2
+ "light": "_light_1qbgplm_9",
3
+ "dark": "_dark_1qbgplm_12",
4
+ "wrapper": "_wrapper_1qbgplm_16",
5
+ "scrollable": "_scrollable_1qbgplm_23",
6
+ "arrow": "_arrow_1qbgplm_52",
7
+ "shown": "_shown_1qbgplm_72",
8
+ "arrowLeft": "_arrowLeft_1qbgplm_80",
9
+ "arrowRight": "_arrowRight_1qbgplm_85",
10
+ "withLeftArrow": "_withLeftArrow_1qbgplm_91",
11
+ "withRightArrow": "_withRightArrow_1qbgplm_100",
12
+ "arrowButton": "_arrowButton_1qbgplm_121"
13
13
  };
14
14
  export { styles as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rescui/tab-list",
3
- "version": "0.12.7",
3
+ "version": "0.12.8",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "author": "JetBrains",
@@ -16,7 +16,7 @@
16
16
  "dependencies": {
17
17
  "@babel/runtime-corejs3": "^7.14.0",
18
18
  "@juggle/resize-observer": "3.3.0",
19
- "@rescui/button": "^0.16.1",
19
+ "@rescui/button": "^0.16.2",
20
20
  "classnames": "^2.2.6",
21
21
  "core-js": "^3.9.1"
22
22
  },
@@ -26,10 +26,10 @@
26
26
  "react": ">=16.8.0 <19"
27
27
  },
28
28
  "devDependencies": {
29
- "@rescui/colors": "^0.2.2",
29
+ "@rescui/colors": "^0.2.3",
30
30
  "@rescui/postcss-preset-library": "^0.2.1",
31
- "@rescui/scripts": "^0.3.2",
32
- "@rescui/typography": "^0.16.4",
31
+ "@rescui/scripts": "^0.3.3",
32
+ "@rescui/typography": "^0.17.0",
33
33
  "@rescui/visual-regression": "^0.1.2"
34
34
  },
35
35
  "scripts": {
@@ -37,5 +37,5 @@
37
37
  "build-pcss-api": "rescui-scripts build-pcss-api --file public-api.p.css"
38
38
  },
39
39
  "nx": {},
40
- "gitHead": "d4bb4a95bc321907bc55b9ad9768f7e822acbd2d"
40
+ "gitHead": "b422496bacb5df4a601008c646abfb08cebe461c"
41
41
  }