@rescui/tab-list 0.12.6-test-canary-release.0 → 0.12.6
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,15 +1,15 @@
|
|
|
1
|
-
.
|
|
1
|
+
._light_1ptfp47_7{
|
|
2
2
|
--rs-theme-dark:0;
|
|
3
3
|
}
|
|
4
|
-
.
|
|
4
|
+
._dark_1ptfp47_10{
|
|
5
5
|
--rs-theme-dark:1;
|
|
6
6
|
}
|
|
7
|
-
.
|
|
7
|
+
._sizeM_1ptfp47_14{
|
|
8
8
|
--_rs-tab-list-tab-vertical-padding:8px;
|
|
9
9
|
--_rs-tab-list-icon-size:24px;
|
|
10
10
|
--_rs-tab-list-icon-offset:4px;
|
|
11
11
|
}
|
|
12
|
-
.
|
|
12
|
+
._sizeM_1ptfp47_14 [data-rs-internal='tab-list__tab']{
|
|
13
13
|
--_rs-typography-letter-spacing:0.0015em;
|
|
14
14
|
--_rs-typography-text-transform:initial;
|
|
15
15
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -44,16 +44,16 @@
|
|
|
44
44
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
45
45
|
}
|
|
46
46
|
@media screen and (max-width: 640px){
|
|
47
|
-
.
|
|
47
|
+
._sizeM_1ptfp47_14 [data-rs-internal='tab-list__tab']{
|
|
48
48
|
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
|
-
.
|
|
51
|
+
._sizeL_1ptfp47_17{
|
|
52
52
|
--_rs-tab-list-tab-vertical-padding:12px;
|
|
53
53
|
--_rs-tab-list-icon-size:28px;
|
|
54
54
|
--_rs-tab-list-icon-offset:8px;
|
|
55
55
|
}
|
|
56
|
-
.
|
|
56
|
+
._sizeL_1ptfp47_17 [data-rs-internal='tab-list__tab']{
|
|
57
57
|
--_rs-typography-letter-spacing:normal;
|
|
58
58
|
--_rs-typography-text-transform:initial;
|
|
59
59
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -88,30 +88,30 @@
|
|
|
88
88
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
89
89
|
}
|
|
90
90
|
@media screen and (max-width: 640px){
|
|
91
|
-
.
|
|
91
|
+
._sizeL_1ptfp47_17 [data-rs-internal='tab-list__tab']{
|
|
92
92
|
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
93
93
|
}
|
|
94
94
|
}
|
|
95
|
-
.
|
|
95
|
+
._classic_1ptfp47_21{
|
|
96
96
|
--_rs-tab-list-indicator-background:var(--_rs-color-primary);
|
|
97
97
|
--_rs-tab-list-tab-selected-color:var(--_rs-color-primary);
|
|
98
98
|
}
|
|
99
|
-
.
|
|
99
|
+
._rock_1ptfp47_24{
|
|
100
100
|
--_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));
|
|
101
101
|
--_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));
|
|
102
102
|
}
|
|
103
|
-
.
|
|
103
|
+
._sparse_1ptfp47_28{
|
|
104
104
|
--_rs-tab-list-tab-margin-left-or-initial:32px;
|
|
105
105
|
}
|
|
106
106
|
@media screen and (max-width: 640px){
|
|
107
|
-
.
|
|
107
|
+
._sparse_1ptfp47_28{
|
|
108
108
|
--_rs-tab-list-tab-margin-left-or-initial:24px;
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
|
-
.
|
|
111
|
+
._short_1ptfp47_32{
|
|
112
112
|
--_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));
|
|
113
113
|
}
|
|
114
|
-
.
|
|
114
|
+
._tabsContainer_1ptfp47_36{
|
|
115
115
|
--_rs-theme-dark:var(
|
|
116
116
|
--_rs-internal-force-theme-dark-consult-rescui-before-using,
|
|
117
117
|
var(--rs-theme-dark, 0)
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
|
|
122
122
|
}
|
|
123
123
|
@supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
124
|
-
.
|
|
124
|
+
._tabsContainer_1ptfp47_36{
|
|
125
125
|
--_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)));
|
|
126
126
|
--_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)));
|
|
127
127
|
--_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)));
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
}
|
|
131
131
|
}
|
|
132
132
|
@supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
133
|
-
.
|
|
133
|
+
._tabsContainer_1ptfp47_36{
|
|
134
134
|
--_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);
|
|
135
135
|
--_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));
|
|
136
136
|
--_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));
|
|
@@ -138,15 +138,15 @@
|
|
|
138
138
|
--_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));
|
|
139
139
|
}
|
|
140
140
|
}
|
|
141
|
-
.
|
|
141
|
+
._tabsContainer_1ptfp47_36 {
|
|
142
142
|
--_rs-tab-list-tab-base-margin-left:24px;
|
|
143
143
|
}
|
|
144
144
|
@media screen and (max-width: 640px){
|
|
145
|
-
.
|
|
145
|
+
._tabsContainer_1ptfp47_36{
|
|
146
146
|
--_rs-tab-list-tab-base-margin-left:16px;
|
|
147
147
|
}
|
|
148
148
|
}
|
|
149
|
-
.
|
|
149
|
+
._tabsContainer_1ptfp47_36 {
|
|
150
150
|
--_rs-tab-list-tab-margin-left:var(
|
|
151
151
|
--_rs-tab-list-tab-margin-left-or-initial,
|
|
152
152
|
var(--_rs-tab-list-tab-base-margin-left)
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
|
|
161
161
|
display:flex;
|
|
162
162
|
}
|
|
163
|
-
.
|
|
163
|
+
._indicator_1ptfp47_46{
|
|
164
164
|
position:absolute;
|
|
165
165
|
z-index:3;
|
|
166
166
|
bottom:0;
|
|
@@ -175,13 +175,13 @@
|
|
|
175
175
|
transition:left 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
176
176
|
will-change:left, width;
|
|
177
177
|
}
|
|
178
|
-
.
|
|
178
|
+
._iconLeft_1ptfp47_61{
|
|
179
179
|
--_rs-tab-list-tab-flex-direction:row;
|
|
180
180
|
}
|
|
181
|
-
.
|
|
181
|
+
._iconRight_1ptfp47_64{
|
|
182
182
|
--_rs-tab-list-tab-flex-direction:row-reverse;
|
|
183
183
|
}
|
|
184
|
-
.
|
|
184
|
+
._tab_1ptfp47_36{
|
|
185
185
|
--_rs-theme-dark:var(
|
|
186
186
|
--_rs-internal-force-theme-dark-consult-rescui-before-using,
|
|
187
187
|
var(--rs-theme-dark, 0)
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
|
|
192
192
|
}
|
|
193
193
|
@supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
194
|
-
.
|
|
194
|
+
._tab_1ptfp47_36{
|
|
195
195
|
--_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)));
|
|
196
196
|
--_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)));
|
|
197
197
|
--_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)));
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
}
|
|
201
201
|
}
|
|
202
202
|
@supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
203
|
-
.
|
|
203
|
+
._tab_1ptfp47_36{
|
|
204
204
|
--_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);
|
|
205
205
|
--_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));
|
|
206
206
|
--_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));
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
--_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));
|
|
209
209
|
}
|
|
210
210
|
}
|
|
211
|
-
.
|
|
211
|
+
._tab_1ptfp47_36 {
|
|
212
212
|
letter-spacing:var(
|
|
213
213
|
--rs-text-base-letter-spacing,
|
|
214
214
|
var(--_rs-typography-letter-spacing)
|
|
@@ -222,11 +222,11 @@
|
|
|
222
222
|
-webkit-font-feature-settings:'kern', 'liga', 'calt';
|
|
223
223
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
224
224
|
}
|
|
225
|
-
.
|
|
226
|
-
.
|
|
225
|
+
._tab_1ptfp47_36 > p:not(:nth-child(1)),
|
|
226
|
+
._tab_1ptfp47_36 > pre:not(:nth-child(1)){
|
|
227
227
|
padding-top:var(--_rs-typography-auto-offset-or-initial);
|
|
228
228
|
}
|
|
229
|
-
.
|
|
229
|
+
._tab_1ptfp47_36 {
|
|
230
230
|
|
|
231
231
|
position:relative;
|
|
232
232
|
|
|
@@ -273,19 +273,19 @@
|
|
|
273
273
|
-moz-osx-font-smoothing:inherit;
|
|
274
274
|
-webkit-appearance:none;
|
|
275
275
|
}
|
|
276
|
-
.
|
|
276
|
+
._tab_1ptfp47_36::-moz-focus-inner{
|
|
277
277
|
padding:0;
|
|
278
278
|
|
|
279
279
|
border:none;
|
|
280
280
|
}
|
|
281
|
-
.
|
|
282
|
-
.
|
|
283
|
-
.
|
|
281
|
+
._tab_1ptfp47_36:hover,
|
|
282
|
+
._tab_1ptfp47_36:active,
|
|
283
|
+
._tab_1ptfp47_36:focus{
|
|
284
284
|
outline:none;
|
|
285
285
|
|
|
286
286
|
text-decoration:none;
|
|
287
287
|
}
|
|
288
|
-
.
|
|
288
|
+
._tab_1ptfp47_36:after{
|
|
289
289
|
position:absolute;
|
|
290
290
|
bottom:0;
|
|
291
291
|
left:0;
|
|
@@ -297,18 +297,18 @@
|
|
|
297
297
|
|
|
298
298
|
background-color:transparent;
|
|
299
299
|
}
|
|
300
|
-
.
|
|
300
|
+
._tab_1ptfp47_36:focus[data-focus-method='key']:after{
|
|
301
301
|
opacity:0;
|
|
302
302
|
}
|
|
303
|
-
.
|
|
303
|
+
._tab_1ptfp47_36:hover{
|
|
304
304
|
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));
|
|
305
305
|
}
|
|
306
|
-
.
|
|
306
|
+
._tab_1ptfp47_36:hover:after{
|
|
307
307
|
height:1px;
|
|
308
308
|
|
|
309
309
|
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));
|
|
310
310
|
}
|
|
311
|
-
.
|
|
311
|
+
._tab_1ptfp47_36._selected_1ptfp47_154{
|
|
312
312
|
z-index:1;
|
|
313
313
|
|
|
314
314
|
cursor:default;
|
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
|
|
320
320
|
transition:color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
321
321
|
}
|
|
322
|
-
.
|
|
322
|
+
._tab_1ptfp47_36._selected_1ptfp47_154:after{
|
|
323
323
|
height:2px;
|
|
324
324
|
|
|
325
325
|
background-color:var(--_rs-tab-list-indicator-background);
|
|
@@ -328,14 +328,14 @@
|
|
|
328
328
|
|
|
329
329
|
transition:background-color 0ms ease 300ms, height 0ms ease 300ms;
|
|
330
330
|
}
|
|
331
|
-
.
|
|
331
|
+
._tab_1ptfp47_36:focus[data-focus-method='key']{
|
|
332
332
|
-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;
|
|
333
333
|
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;
|
|
334
334
|
}
|
|
335
|
-
.
|
|
335
|
+
._tab_1ptfp47_36:first-child{
|
|
336
336
|
margin-left:0;
|
|
337
337
|
}
|
|
338
|
-
.
|
|
338
|
+
._tab_1ptfp47_36 ._icon_1ptfp47_61{
|
|
339
339
|
-webkit-box-flex:0;
|
|
340
340
|
-ms-flex:0 0;
|
|
341
341
|
flex:0 0;
|
|
@@ -346,13 +346,13 @@
|
|
|
346
346
|
height:var(--_rs-tab-list-icon-size);
|
|
347
347
|
}
|
|
348
348
|
|
|
349
|
-
.
|
|
349
|
+
._light_1t3iq5g_9{
|
|
350
350
|
--rs-theme-dark:0;
|
|
351
351
|
}
|
|
352
|
-
.
|
|
352
|
+
._dark_1t3iq5g_12{
|
|
353
353
|
--rs-theme-dark:1;
|
|
354
354
|
}
|
|
355
|
-
.
|
|
355
|
+
._wrapper_1t3iq5g_16{
|
|
356
356
|
--_rs-theme-dark:var(
|
|
357
357
|
--_rs-internal-force-theme-dark-consult-rescui-before-using,
|
|
358
358
|
var(--rs-theme-dark, 0)
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
|
|
369
369
|
display:flex;
|
|
370
370
|
}
|
|
371
|
-
.
|
|
371
|
+
._scrollable_1t3iq5g_23{
|
|
372
372
|
display:-webkit-box;
|
|
373
373
|
display:-ms-flexbox;
|
|
374
374
|
display:flex;
|
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
margin:-4px;
|
|
378
378
|
padding:4px;
|
|
379
379
|
}
|
|
380
|
-
.
|
|
380
|
+
._scrollable_1t3iq5g_23::after{
|
|
381
381
|
display:block;
|
|
382
382
|
|
|
383
383
|
height:100%;
|
|
@@ -386,15 +386,15 @@
|
|
|
386
386
|
|
|
387
387
|
content:'';
|
|
388
388
|
}
|
|
389
|
-
.
|
|
389
|
+
._scrollable_1t3iq5g_23 {
|
|
390
390
|
|
|
391
391
|
-ms-overflow-style:none;
|
|
392
392
|
scrollbar-width:none;
|
|
393
393
|
}
|
|
394
|
-
.
|
|
394
|
+
._scrollable_1t3iq5g_23::-webkit-scrollbar{
|
|
395
395
|
display:none;
|
|
396
396
|
}
|
|
397
|
-
.
|
|
397
|
+
._arrow_1t3iq5g_52{
|
|
398
398
|
position:absolute;
|
|
399
399
|
z-index:2;
|
|
400
400
|
top:50%;
|
|
@@ -423,7 +423,7 @@
|
|
|
423
423
|
-webkit-transform:translateY(-50%);
|
|
424
424
|
transform:translateY(-50%);
|
|
425
425
|
}
|
|
426
|
-
.
|
|
426
|
+
._arrow_1t3iq5g_52._shown_1t3iq5g_72{
|
|
427
427
|
opacity:1;
|
|
428
428
|
|
|
429
429
|
pointer-events:auto;
|
|
@@ -432,13 +432,13 @@
|
|
|
432
432
|
|
|
433
433
|
transition:opacity 0.15s ease-in;
|
|
434
434
|
}
|
|
435
|
-
.
|
|
435
|
+
._arrow_1t3iq5g_52._arrowLeft_1t3iq5g_80{
|
|
436
436
|
left:-5px;
|
|
437
437
|
}
|
|
438
|
-
.
|
|
438
|
+
._arrow_1t3iq5g_52._arrowRight_1t3iq5g_85{
|
|
439
439
|
right:-5px;
|
|
440
440
|
}
|
|
441
|
-
.
|
|
441
|
+
._withLeftArrow_1t3iq5g_91{
|
|
442
442
|
-webkit-mask-image:-webkit-gradient(
|
|
443
443
|
linear,
|
|
444
444
|
left top, right top,
|
|
@@ -466,7 +466,7 @@
|
|
|
466
466
|
black 56px
|
|
467
467
|
);
|
|
468
468
|
}
|
|
469
|
-
.
|
|
469
|
+
._withRightArrow_1t3iq5g_100{
|
|
470
470
|
-webkit-mask-image:-webkit-gradient(
|
|
471
471
|
linear,
|
|
472
472
|
right top, left top,
|
|
@@ -494,7 +494,7 @@
|
|
|
494
494
|
black 56px
|
|
495
495
|
);
|
|
496
496
|
}
|
|
497
|
-
.
|
|
497
|
+
._withLeftArrow_1t3iq5g_91._withRightArrow_1t3iq5g_100{
|
|
498
498
|
-webkit-mask-image:-webkit-gradient(
|
|
499
499
|
linear,
|
|
500
500
|
left top, right top,
|
|
@@ -534,17 +534,17 @@
|
|
|
534
534
|
rgba(0, 0, 0, 0) 100%
|
|
535
535
|
);
|
|
536
536
|
}
|
|
537
|
-
.
|
|
537
|
+
._arrowButton_1t3iq5g_121{
|
|
538
538
|
cursor:pointer;
|
|
539
539
|
}
|
|
540
540
|
|
|
541
|
-
.
|
|
541
|
+
._light_cb46jg_4{
|
|
542
542
|
--rs-theme-dark:0;
|
|
543
543
|
}
|
|
544
|
-
.
|
|
544
|
+
._dark_cb46jg_7{
|
|
545
545
|
--rs-theme-dark:1;
|
|
546
546
|
}
|
|
547
|
-
.
|
|
547
|
+
._separator_cb46jg_11{
|
|
548
548
|
--_rs-theme-dark:var(
|
|
549
549
|
--_rs-internal-force-theme-dark-consult-rescui-before-using,
|
|
550
550
|
var(--rs-theme-dark, 0)
|
|
@@ -558,7 +558,7 @@
|
|
|
558
558
|
|
|
559
559
|
width:100%;
|
|
560
560
|
}
|
|
561
|
-
.
|
|
561
|
+
._separator_cb46jg_11:after{
|
|
562
562
|
position:absolute;
|
|
563
563
|
right:0;
|
|
564
564
|
bottom:0;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
var styles = {
|
|
2
|
-
"light": "
|
|
3
|
-
"dark": "
|
|
4
|
-
"sizeM": "
|
|
5
|
-
"sizeL": "
|
|
6
|
-
"classic": "
|
|
7
|
-
"rock": "
|
|
8
|
-
"sparse": "
|
|
9
|
-
"short": "
|
|
10
|
-
"tabsContainer": "
|
|
11
|
-
"indicator": "
|
|
12
|
-
"iconLeft": "
|
|
13
|
-
"iconRight": "
|
|
14
|
-
"tab": "
|
|
15
|
-
"selected": "
|
|
16
|
-
"icon": "
|
|
2
|
+
"light": "_light_1ptfp47_7",
|
|
3
|
+
"dark": "_dark_1ptfp47_10",
|
|
4
|
+
"sizeM": "_sizeM_1ptfp47_14",
|
|
5
|
+
"sizeL": "_sizeL_1ptfp47_17",
|
|
6
|
+
"classic": "_classic_1ptfp47_21",
|
|
7
|
+
"rock": "_rock_1ptfp47_24",
|
|
8
|
+
"sparse": "_sparse_1ptfp47_28",
|
|
9
|
+
"short": "_short_1ptfp47_32",
|
|
10
|
+
"tabsContainer": "_tabsContainer_1ptfp47_36",
|
|
11
|
+
"indicator": "_indicator_1ptfp47_46",
|
|
12
|
+
"iconLeft": "_iconLeft_1ptfp47_61",
|
|
13
|
+
"iconRight": "_iconRight_1ptfp47_64",
|
|
14
|
+
"tab": "_tab_1ptfp47_36",
|
|
15
|
+
"selected": "_selected_1ptfp47_154",
|
|
16
|
+
"icon": "_icon_1ptfp47_61"
|
|
17
17
|
};
|
|
18
18
|
export { styles as default };
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
var styles = {
|
|
2
|
-
"light": "
|
|
3
|
-
"dark": "
|
|
4
|
-
"wrapper": "
|
|
5
|
-
"scrollable": "
|
|
6
|
-
"arrow": "
|
|
7
|
-
"shown": "
|
|
8
|
-
"arrowLeft": "
|
|
9
|
-
"arrowRight": "
|
|
10
|
-
"withLeftArrow": "
|
|
11
|
-
"withRightArrow": "
|
|
12
|
-
"arrowButton": "
|
|
2
|
+
"light": "_light_1t3iq5g_9",
|
|
3
|
+
"dark": "_dark_1t3iq5g_12",
|
|
4
|
+
"wrapper": "_wrapper_1t3iq5g_16",
|
|
5
|
+
"scrollable": "_scrollable_1t3iq5g_23",
|
|
6
|
+
"arrow": "_arrow_1t3iq5g_52",
|
|
7
|
+
"shown": "_shown_1t3iq5g_72",
|
|
8
|
+
"arrowLeft": "_arrowLeft_1t3iq5g_80",
|
|
9
|
+
"arrowRight": "_arrowRight_1t3iq5g_85",
|
|
10
|
+
"withLeftArrow": "_withLeftArrow_1t3iq5g_91",
|
|
11
|
+
"withRightArrow": "_withRightArrow_1t3iq5g_100",
|
|
12
|
+
"arrowButton": "_arrowButton_1t3iq5g_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.6
|
|
3
|
+
"version": "0.12.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "JetBrains",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@babel/runtime-corejs3": "^7.14.0",
|
|
18
18
|
"@juggle/resize-observer": "3.3.0",
|
|
19
|
-
"@rescui/button": "0.
|
|
20
|
-
"@rescui/icons": "0.16.3
|
|
19
|
+
"@rescui/button": "^0.16.0",
|
|
20
|
+
"@rescui/icons": "^0.16.3",
|
|
21
21
|
"classnames": "^2.2.6",
|
|
22
22
|
"core-js": "^3.9.1"
|
|
23
23
|
},
|
|
@@ -27,15 +27,16 @@
|
|
|
27
27
|
"react": ">=16.8.0 <19"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@rescui/colors": "0.2.1
|
|
31
|
-
"@rescui/postcss-preset-library": "0.2.
|
|
32
|
-
"@rescui/scripts": "0.3.
|
|
33
|
-
"@rescui/typography": "0.16.3
|
|
34
|
-
"@rescui/visual-regression": "0.1.
|
|
30
|
+
"@rescui/colors": "^0.2.1",
|
|
31
|
+
"@rescui/postcss-preset-library": "^0.2.1",
|
|
32
|
+
"@rescui/scripts": "^0.3.1",
|
|
33
|
+
"@rescui/typography": "^0.16.3",
|
|
34
|
+
"@rescui/visual-regression": "^0.1.2"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"build": "rescui-scripts build && yarn run build-pcss-api",
|
|
38
38
|
"build-pcss-api": "rescui-scripts build-pcss-api --file public-api.p.css"
|
|
39
39
|
},
|
|
40
|
-
"
|
|
40
|
+
"nx": {},
|
|
41
|
+
"gitHead": "950fab43f95d8788d3b4a266957a73233c5ea72e"
|
|
41
42
|
}
|