@rescui/tab-list 0.12.8 → 0.12.10

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_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"
2
+ "icon": "_icon_12q9sj9_4",
3
+ "sizeXS": "_sizeXS_12q9sj9_14",
4
+ "sizeS": "_sizeS_12q9sj9_18",
5
+ "sizeM": "_sizeM_12q9sj9_22",
6
+ "sizeL": "_sizeL_12q9sj9_26",
7
+ "light": "_light_12q9sj9_30",
8
+ "dark": "_dark_12q9sj9_34"
9
9
  };
10
10
  export { styles as default };
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- ._icon_ekw7ne_4{
1
+ ._icon_12q9sj9_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_ekw7ne_4{
11
+ ._icon_12q9sj9_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_ekw7ne_4{
20
+ ._icon_12q9sj9_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_ekw7ne_4{
28
+ ._icon_12q9sj9_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_ekw7ne_14{
35
+ ._sizeXS_12q9sj9_14{
36
36
  --_rs-icons-height:16px;
37
37
  }
38
- ._sizeS_ekw7ne_18{
38
+ ._sizeS_12q9sj9_18{
39
39
  --_rs-icons-height:20px;
40
40
  }
41
- ._sizeM_ekw7ne_22{
41
+ ._sizeM_12q9sj9_22{
42
42
  --_rs-icons-height:24px;
43
43
  }
44
- ._sizeL_ekw7ne_26{
44
+ ._sizeL_12q9sj9_26{
45
45
  --_rs-icons-height:28px;
46
46
  }
47
- ._light_ekw7ne_30{
47
+ ._light_12q9sj9_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_ekw7ne_34{
51
+ ._dark_12q9sj9_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_23ed21_7{
75
+ ._light_dgpnxy_7{
76
76
  --rs-theme-dark:0;
77
77
  }
78
- ._dark_23ed21_10{
78
+ ._dark_dgpnxy_10{
79
79
  --rs-theme-dark:1;
80
80
  }
81
- ._sizeM_23ed21_14{
81
+ ._sizeM_dgpnxy_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_23ed21_14 [data-rs-internal='tab-list__tab']{
86
+ ._sizeM_dgpnxy_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_23ed21_14 [data-rs-internal='tab-list__tab']{
121
+ ._sizeM_dgpnxy_14 [data-rs-internal='tab-list__tab']{
122
122
  --_rs-typography-list-li-margin-top-from-text:12px;
123
123
  }
124
124
  }
125
- ._sizeL_23ed21_17{
125
+ ._sizeL_dgpnxy_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_23ed21_17 [data-rs-internal='tab-list__tab']{
130
+ ._sizeL_dgpnxy_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_23ed21_17 [data-rs-internal='tab-list__tab']{
165
+ ._sizeL_dgpnxy_17 [data-rs-internal='tab-list__tab']{
166
166
  --_rs-typography-list-li-margin-top-from-text:16px;
167
167
  }
168
168
  }
169
- ._classic_23ed21_21{
169
+ ._classic_dgpnxy_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_23ed21_24{
173
+ ._rock_dgpnxy_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_23ed21_28{
177
+ ._sparse_dgpnxy_28{
178
178
  --_rs-tab-list-tab-margin-left-or-initial:32px;
179
179
  }
180
180
  @media screen and (max-width: 640px){
181
- ._sparse_23ed21_28{
181
+ ._sparse_dgpnxy_28{
182
182
  --_rs-tab-list-tab-margin-left-or-initial:24px;
183
183
  }
184
184
  }
185
- ._short_23ed21_32{
185
+ ._short_dgpnxy_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_23ed21_36{
188
+ ._tabsContainer_dgpnxy_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_23ed21_36{
198
+ ._tabsContainer_dgpnxy_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_23ed21_36{
207
+ ._tabsContainer_dgpnxy_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_23ed21_36 {
215
+ ._tabsContainer_dgpnxy_36 {
216
216
  --_rs-tab-list-tab-base-margin-left:24px;
217
217
  }
218
218
  @media screen and (max-width: 640px){
219
- ._tabsContainer_23ed21_36{
219
+ ._tabsContainer_dgpnxy_36{
220
220
  --_rs-tab-list-tab-base-margin-left:16px;
221
221
  }
222
222
  }
223
- ._tabsContainer_23ed21_36 {
223
+ ._tabsContainer_dgpnxy_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_23ed21_46{
237
+ ._indicator_dgpnxy_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_23ed21_61{
252
+ ._iconLeft_dgpnxy_61{
253
253
  --_rs-tab-list-tab-flex-direction:row;
254
254
  }
255
- ._iconRight_23ed21_64{
255
+ ._iconRight_dgpnxy_64{
256
256
  --_rs-tab-list-tab-flex-direction:row-reverse;
257
257
  }
258
- ._tab_23ed21_36{
258
+ ._tab_dgpnxy_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_23ed21_36{
268
+ ._tab_dgpnxy_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_23ed21_36{
277
+ ._tab_dgpnxy_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_23ed21_36 {
285
+ ._tab_dgpnxy_36 {
286
286
  letter-spacing:var(
287
287
  --rs-text-base-letter-spacing,
288
288
  var(--_rs-typography-letter-spacing)
@@ -341,19 +341,19 @@
341
341
  -moz-osx-font-smoothing:inherit;
342
342
  -webkit-appearance:none;
343
343
  }
344
- ._tab_23ed21_36::-moz-focus-inner{
344
+ ._tab_dgpnxy_36::-moz-focus-inner{
345
345
  padding:0;
346
346
 
347
347
  border:none;
348
348
  }
349
- ._tab_23ed21_36:hover,
350
- ._tab_23ed21_36:active,
351
- ._tab_23ed21_36:focus{
349
+ ._tab_dgpnxy_36:hover,
350
+ ._tab_dgpnxy_36:active,
351
+ ._tab_dgpnxy_36:focus{
352
352
  outline:none;
353
353
 
354
354
  text-decoration:none;
355
355
  }
356
- ._tab_23ed21_36:after{
356
+ ._tab_dgpnxy_36:after{
357
357
  position:absolute;
358
358
  bottom:0;
359
359
  left:0;
@@ -365,18 +365,18 @@
365
365
 
366
366
  background-color:transparent;
367
367
  }
368
- ._tab_23ed21_36:focus[data-focus-method='key']:after{
368
+ ._tab_dgpnxy_36:focus[data-focus-method='key']:after{
369
369
  opacity:0;
370
370
  }
371
- ._tab_23ed21_36:hover{
371
+ ._tab_dgpnxy_36:hover{
372
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));
373
373
  }
374
- ._tab_23ed21_36:hover:after{
374
+ ._tab_dgpnxy_36:hover:after{
375
375
  height:1px;
376
376
 
377
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));
378
378
  }
379
- ._tab_23ed21_36._selected_23ed21_154{
379
+ ._tab_dgpnxy_36._selected_dgpnxy_154{
380
380
  z-index:1;
381
381
 
382
382
  cursor:default;
@@ -387,7 +387,7 @@
387
387
 
388
388
  transition:color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
389
389
  }
390
- ._tab_23ed21_36._selected_23ed21_154:after{
390
+ ._tab_dgpnxy_36._selected_dgpnxy_154:after{
391
391
  height:2px;
392
392
 
393
393
  background-color:var(--_rs-tab-list-indicator-background);
@@ -396,14 +396,14 @@
396
396
 
397
397
  transition:background-color 0ms ease 300ms, height 0ms ease 300ms;
398
398
  }
399
- ._tab_23ed21_36:focus[data-focus-method='key']{
399
+ ._tab_dgpnxy_36:focus[data-focus-method='key']{
400
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;
401
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;
402
402
  }
403
- ._tab_23ed21_36:first-child{
403
+ ._tab_dgpnxy_36:first-child{
404
404
  margin-left:0;
405
405
  }
406
- ._tab_23ed21_36 ._icon_23ed21_61{
406
+ ._tab_dgpnxy_36 ._icon_dgpnxy_61{
407
407
  -webkit-box-flex:0;
408
408
  -ms-flex:0 0;
409
409
  flex:0 0;
@@ -414,13 +414,13 @@
414
414
  height:var(--_rs-tab-list-icon-size);
415
415
  }
416
416
 
417
- ._light_1qbgplm_9{
417
+ ._light_6s33ud_9{
418
418
  --rs-theme-dark:0;
419
419
  }
420
- ._dark_1qbgplm_12{
420
+ ._dark_6s33ud_12{
421
421
  --rs-theme-dark:1;
422
422
  }
423
- ._wrapper_1qbgplm_16{
423
+ ._wrapper_6s33ud_16{
424
424
  --_rs-theme-dark:var(
425
425
  --_rs-internal-force-theme-dark-consult-rescui-before-using,
426
426
  var(--rs-theme-dark, 0)
@@ -436,7 +436,7 @@
436
436
 
437
437
  display:flex;
438
438
  }
439
- ._scrollable_1qbgplm_23{
439
+ ._scrollable_6s33ud_23{
440
440
  display:-webkit-box;
441
441
  display:-ms-flexbox;
442
442
  display:flex;
@@ -445,7 +445,7 @@
445
445
  margin:-4px;
446
446
  padding:4px;
447
447
  }
448
- ._scrollable_1qbgplm_23::after{
448
+ ._scrollable_6s33ud_23::after{
449
449
  display:block;
450
450
 
451
451
  height:100%;
@@ -454,15 +454,15 @@
454
454
 
455
455
  content:'';
456
456
  }
457
- ._scrollable_1qbgplm_23 {
457
+ ._scrollable_6s33ud_23 {
458
458
 
459
459
  -ms-overflow-style:none;
460
460
  scrollbar-width:none;
461
461
  }
462
- ._scrollable_1qbgplm_23::-webkit-scrollbar{
462
+ ._scrollable_6s33ud_23::-webkit-scrollbar{
463
463
  display:none;
464
464
  }
465
- ._arrow_1qbgplm_52{
465
+ ._arrow_6s33ud_52{
466
466
  position:absolute;
467
467
  z-index:2;
468
468
  top:50%;
@@ -491,7 +491,7 @@
491
491
  -webkit-transform:translateY(-50%);
492
492
  transform:translateY(-50%);
493
493
  }
494
- ._arrow_1qbgplm_52._shown_1qbgplm_72{
494
+ ._arrow_6s33ud_52._shown_6s33ud_72{
495
495
  opacity:1;
496
496
 
497
497
  pointer-events:auto;
@@ -500,13 +500,13 @@
500
500
 
501
501
  transition:opacity 0.15s ease-in;
502
502
  }
503
- ._arrow_1qbgplm_52._arrowLeft_1qbgplm_80{
503
+ ._arrow_6s33ud_52._arrowLeft_6s33ud_80{
504
504
  left:-5px;
505
505
  }
506
- ._arrow_1qbgplm_52._arrowRight_1qbgplm_85{
506
+ ._arrow_6s33ud_52._arrowRight_6s33ud_85{
507
507
  right:-5px;
508
508
  }
509
- ._withLeftArrow_1qbgplm_91{
509
+ ._withLeftArrow_6s33ud_91{
510
510
  -webkit-mask-image:-webkit-gradient(
511
511
  linear,
512
512
  left top, right top,
@@ -534,7 +534,7 @@
534
534
  black 56px
535
535
  );
536
536
  }
537
- ._withRightArrow_1qbgplm_100{
537
+ ._withRightArrow_6s33ud_100{
538
538
  -webkit-mask-image:-webkit-gradient(
539
539
  linear,
540
540
  right top, left top,
@@ -562,7 +562,7 @@
562
562
  black 56px
563
563
  );
564
564
  }
565
- ._withLeftArrow_1qbgplm_91._withRightArrow_1qbgplm_100{
565
+ ._withLeftArrow_6s33ud_91._withRightArrow_6s33ud_100{
566
566
  -webkit-mask-image:-webkit-gradient(
567
567
  linear,
568
568
  left top, right top,
@@ -602,17 +602,17 @@
602
602
  rgba(0, 0, 0, 0) 100%
603
603
  );
604
604
  }
605
- ._arrowButton_1qbgplm_121{
605
+ ._arrowButton_6s33ud_121{
606
606
  cursor:pointer;
607
607
  }
608
608
 
609
- ._light_mqrjky_4{
609
+ ._light_czw3l9_4{
610
610
  --rs-theme-dark:0;
611
611
  }
612
- ._dark_mqrjky_7{
612
+ ._dark_czw3l9_7{
613
613
  --rs-theme-dark:1;
614
614
  }
615
- ._separator_mqrjky_11{
615
+ ._separator_czw3l9_11{
616
616
  --_rs-theme-dark:var(
617
617
  --_rs-internal-force-theme-dark-consult-rescui-before-using,
618
618
  var(--rs-theme-dark, 0)
@@ -626,7 +626,7 @@
626
626
 
627
627
  width:100%;
628
628
  }
629
- ._separator_mqrjky_11:after{
629
+ ._separator_czw3l9_11:after{
630
630
  position:absolute;
631
631
  right:0;
632
632
  bottom:0;
@@ -1,6 +1,6 @@
1
1
  var styles = {
2
- "light": "_light_mqrjky_4",
3
- "dark": "_dark_mqrjky_7",
4
- "separator": "_separator_mqrjky_11"
2
+ "light": "_light_czw3l9_4",
3
+ "dark": "_dark_czw3l9_7",
4
+ "separator": "_separator_czw3l9_11"
5
5
  };
6
6
  export { styles as default };
@@ -1,18 +1,18 @@
1
1
  var styles = {
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"
2
+ "light": "_light_dgpnxy_7",
3
+ "dark": "_dark_dgpnxy_10",
4
+ "sizeM": "_sizeM_dgpnxy_14",
5
+ "sizeL": "_sizeL_dgpnxy_17",
6
+ "classic": "_classic_dgpnxy_21",
7
+ "rock": "_rock_dgpnxy_24",
8
+ "sparse": "_sparse_dgpnxy_28",
9
+ "short": "_short_dgpnxy_32",
10
+ "tabsContainer": "_tabsContainer_dgpnxy_36",
11
+ "indicator": "_indicator_dgpnxy_46",
12
+ "iconLeft": "_iconLeft_dgpnxy_61",
13
+ "iconRight": "_iconRight_dgpnxy_64",
14
+ "tab": "_tab_dgpnxy_36",
15
+ "selected": "_selected_dgpnxy_154",
16
+ "icon": "_icon_dgpnxy_61"
17
17
  };
18
18
  export { styles as default };
@@ -1,14 +1,14 @@
1
1
  var styles = {
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"
2
+ "light": "_light_6s33ud_9",
3
+ "dark": "_dark_6s33ud_12",
4
+ "wrapper": "_wrapper_6s33ud_16",
5
+ "scrollable": "_scrollable_6s33ud_23",
6
+ "arrow": "_arrow_6s33ud_52",
7
+ "shown": "_shown_6s33ud_72",
8
+ "arrowLeft": "_arrowLeft_6s33ud_80",
9
+ "arrowRight": "_arrowRight_6s33ud_85",
10
+ "withLeftArrow": "_withLeftArrow_6s33ud_91",
11
+ "withRightArrow": "_withRightArrow_6s33ud_100",
12
+ "arrowButton": "_arrowButton_6s33ud_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.8",
3
+ "version": "0.12.10",
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.2",
19
+ "@rescui/button": "^0.16.4",
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.3",
30
- "@rescui/postcss-preset-library": "^0.2.1",
31
- "@rescui/scripts": "^0.3.3",
32
- "@rescui/typography": "^0.17.0",
29
+ "@rescui/colors": "^0.2.5",
30
+ "@rescui/postcss-preset-library": "^0.2.2",
31
+ "@rescui/scripts": "^0.3.4",
32
+ "@rescui/typography": "^0.18.1",
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": "b422496bacb5df4a601008c646abfb08cebe461c"
40
+ "gitHead": "3de71c679695fe3ca490baeaa24ab2331eb2e3a8"
41
41
  }