@rescui/tab-list 0.11.3 → 0.11.5
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
|
-
.
|
|
1
|
+
._wrapper_y7ot2d_9{
|
|
2
2
|
position:relative;
|
|
3
3
|
}
|
|
4
|
-
.
|
|
4
|
+
._tabsContainer_y7ot2d_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
|
-
.
|
|
13
|
+
._indicator_y7ot2d_19{
|
|
14
14
|
position:absolute;
|
|
15
15
|
z-index:3;
|
|
16
16
|
bottom:0;
|
|
@@ -23,21 +23,21 @@
|
|
|
23
23
|
transition:left 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
24
24
|
will-change:left, width;
|
|
25
25
|
}
|
|
26
|
-
.
|
|
26
|
+
._light_y7ot2d_31._classic_y7ot2d_31 ._indicator_y7ot2d_19{
|
|
27
27
|
background-color:#6B57FF;
|
|
28
28
|
background-color:var(--rs-color-primary-light-theme, #6B57FF);
|
|
29
29
|
}
|
|
30
|
-
.
|
|
30
|
+
._dark_y7ot2d_35._classic_y7ot2d_31 ._indicator_y7ot2d_19{
|
|
31
31
|
background-color:#8473FF;
|
|
32
32
|
background-color:var(--rs-color-primary-dark-theme, #8473FF);
|
|
33
33
|
}
|
|
34
|
-
.
|
|
34
|
+
._light_y7ot2d_31._rock_y7ot2d_39 ._indicator_y7ot2d_19{
|
|
35
35
|
background-color:#19191C;
|
|
36
36
|
}
|
|
37
|
-
.
|
|
37
|
+
._dark_y7ot2d_35._rock_y7ot2d_39 ._indicator_y7ot2d_19{
|
|
38
38
|
background-color:#FFFFFF;
|
|
39
39
|
}
|
|
40
|
-
.
|
|
40
|
+
._tab_y7ot2d_13{
|
|
41
41
|
position:relative;
|
|
42
42
|
|
|
43
43
|
display:-webkit-box;
|
|
@@ -81,19 +81,19 @@
|
|
|
81
81
|
-moz-osx-font-smoothing:inherit;
|
|
82
82
|
-webkit-appearance:none;
|
|
83
83
|
}
|
|
84
|
-
.
|
|
84
|
+
._tab_y7ot2d_13::-moz-focus-inner{
|
|
85
85
|
padding:0;
|
|
86
86
|
|
|
87
87
|
border:none;
|
|
88
88
|
}
|
|
89
|
-
.
|
|
90
|
-
.
|
|
91
|
-
.
|
|
89
|
+
._tab_y7ot2d_13:hover,
|
|
90
|
+
._tab_y7ot2d_13:active,
|
|
91
|
+
._tab_y7ot2d_13:focus{
|
|
92
92
|
outline:none;
|
|
93
93
|
|
|
94
94
|
text-decoration:none;
|
|
95
95
|
}
|
|
96
|
-
.
|
|
96
|
+
._tab_y7ot2d_13:after{
|
|
97
97
|
position:absolute;
|
|
98
98
|
bottom:0;
|
|
99
99
|
left:0;
|
|
@@ -105,13 +105,13 @@
|
|
|
105
105
|
|
|
106
106
|
background-color:transparent;
|
|
107
107
|
}
|
|
108
|
-
.
|
|
108
|
+
._tab_y7ot2d_13:after:focus[data-focus-method='key']{
|
|
109
109
|
opacity:0;
|
|
110
110
|
}
|
|
111
|
-
.
|
|
111
|
+
._tab_y7ot2d_13:hover:after{
|
|
112
112
|
height:1px;
|
|
113
113
|
}
|
|
114
|
-
.
|
|
114
|
+
._sizeM_y7ot2d_125 ._tab_y7ot2d_13{
|
|
115
115
|
letter-spacing:0.0015em;
|
|
116
116
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
117
117
|
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));
|
|
@@ -123,13 +123,14 @@
|
|
|
123
123
|
line-height:24px;
|
|
124
124
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
125
125
|
}
|
|
126
|
-
._rs-reset-letter-
|
|
126
|
+
._rs-reset-letter-spacing_y7ot2d_1 ._sizeM_y7ot2d_125 ._tab_y7ot2d_13{
|
|
127
127
|
letter-spacing:normal;
|
|
128
128
|
}
|
|
129
|
-
.
|
|
129
|
+
._sizeM_y7ot2d_125 ._tab_y7ot2d_13 {
|
|
130
130
|
padding:8px 0;
|
|
131
131
|
}
|
|
132
|
-
.
|
|
132
|
+
._sizeL_y7ot2d_130 ._tab_y7ot2d_13{
|
|
133
|
+
letter-spacing:normal;
|
|
133
134
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
134
135
|
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));
|
|
135
136
|
-webkit-font-feature-settings:"kern", "liga", "calt";
|
|
@@ -141,37 +142,37 @@
|
|
|
141
142
|
line-height:var(--rs-text-1-line-height, 28px);
|
|
142
143
|
padding:12px 0;
|
|
143
144
|
}
|
|
144
|
-
.
|
|
145
|
+
._innerOffsetM_y7ot2d_135 ._tab_y7ot2d_13{
|
|
145
146
|
margin-left:24px;
|
|
146
147
|
}
|
|
147
148
|
@media screen and (max-width: 640px){
|
|
148
|
-
.
|
|
149
|
+
._innerOffsetM_y7ot2d_135 ._tab_y7ot2d_13{
|
|
149
150
|
margin-left:16px
|
|
150
151
|
}
|
|
151
152
|
}
|
|
152
|
-
.
|
|
153
|
+
._innerOffsetL_y7ot2d_143 ._tab_y7ot2d_13{
|
|
153
154
|
margin-left:32px;
|
|
154
155
|
}
|
|
155
156
|
@media screen and (max-width: 640px){
|
|
156
|
-
.
|
|
157
|
+
._innerOffsetL_y7ot2d_143 ._tab_y7ot2d_13{
|
|
157
158
|
margin-left:24px
|
|
158
159
|
}
|
|
159
160
|
}
|
|
160
|
-
.
|
|
161
|
+
._light_y7ot2d_31 ._tab_y7ot2d_13{
|
|
161
162
|
color:rgba(25,25,28,0.7);
|
|
162
163
|
}
|
|
163
|
-
.
|
|
164
|
+
._dark_y7ot2d_35 ._tab_y7ot2d_13{
|
|
164
165
|
color:rgba(255,255,255,0.7);
|
|
165
166
|
}
|
|
166
|
-
.
|
|
167
|
+
._light_y7ot2d_31 ._tab_y7ot2d_13._short_y7ot2d_159{
|
|
167
168
|
-webkit-box-shadow:inset 0 -1px 0 rgba(25,25,28,0.3);
|
|
168
169
|
box-shadow:inset 0 -1px 0 rgba(25,25,28,0.3);
|
|
169
170
|
}
|
|
170
|
-
.
|
|
171
|
+
._dark_y7ot2d_35 ._tab_y7ot2d_13._short_y7ot2d_159{
|
|
171
172
|
-webkit-box-shadow:inset 0 -1px 0 rgba(255,255,255,0.4);
|
|
172
173
|
box-shadow:inset 0 -1px 0 rgba(255,255,255,0.4);
|
|
173
174
|
}
|
|
174
|
-
.
|
|
175
|
+
._tab_y7ot2d_13._selected_y7ot2d_167{
|
|
175
176
|
z-index:1;
|
|
176
177
|
|
|
177
178
|
cursor:default;
|
|
@@ -180,110 +181,110 @@
|
|
|
180
181
|
|
|
181
182
|
transition:color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
182
183
|
}
|
|
183
|
-
.
|
|
184
|
+
._tab_y7ot2d_13._selected_y7ot2d_167:after{
|
|
184
185
|
height:2px;
|
|
185
186
|
|
|
186
187
|
-webkit-transition:background-color 0ms ease 300ms, height 0ms ease 300ms;
|
|
187
188
|
|
|
188
189
|
transition:background-color 0ms ease 300ms, height 0ms ease 300ms;
|
|
189
190
|
}
|
|
190
|
-
.
|
|
191
|
+
._light_y7ot2d_31 ._tab_y7ot2d_13:hover{
|
|
191
192
|
color:#19191C;
|
|
192
193
|
}
|
|
193
|
-
.
|
|
194
|
+
._light_y7ot2d_31 ._tab_y7ot2d_13:hover:after{
|
|
194
195
|
background-color:#19191C;
|
|
195
196
|
}
|
|
196
|
-
.
|
|
197
|
+
._dark_y7ot2d_35 ._tab_y7ot2d_13:hover{
|
|
197
198
|
color:#FFFFFF;
|
|
198
199
|
}
|
|
199
|
-
.
|
|
200
|
+
._dark_y7ot2d_35 ._tab_y7ot2d_13:hover:after{
|
|
200
201
|
background-color:#FFFFFF;
|
|
201
202
|
}
|
|
202
|
-
.
|
|
203
|
+
._light_y7ot2d_31._rock_y7ot2d_39 ._tab_y7ot2d_13._selected_y7ot2d_167{
|
|
203
204
|
color:#19191C;
|
|
204
205
|
}
|
|
205
|
-
.
|
|
206
|
+
._light_y7ot2d_31._rock_y7ot2d_39 ._tab_y7ot2d_13._selected_y7ot2d_167:after{
|
|
206
207
|
background-color:#19191C;
|
|
207
208
|
}
|
|
208
|
-
.
|
|
209
|
+
._dark_y7ot2d_35._rock_y7ot2d_39 ._tab_y7ot2d_13._selected_y7ot2d_167{
|
|
209
210
|
color:#FFFFFF;
|
|
210
211
|
}
|
|
211
|
-
.
|
|
212
|
+
._dark_y7ot2d_35._rock_y7ot2d_39 ._tab_y7ot2d_13._selected_y7ot2d_167:after{
|
|
212
213
|
background-color:#FFFFFF;
|
|
213
214
|
}
|
|
214
|
-
.
|
|
215
|
+
._light_y7ot2d_31._classic_y7ot2d_31 ._tab_y7ot2d_13._selected_y7ot2d_167{
|
|
215
216
|
color:#6B57FF;
|
|
216
217
|
color:var(--rs-color-primary-light-theme, #6B57FF);
|
|
217
218
|
}
|
|
218
|
-
.
|
|
219
|
+
._light_y7ot2d_31._classic_y7ot2d_31 ._tab_y7ot2d_13._selected_y7ot2d_167:after{
|
|
219
220
|
background-color:#6B57FF;
|
|
220
221
|
background-color:var(--rs-color-primary-light-theme, #6B57FF);
|
|
221
222
|
}
|
|
222
|
-
.
|
|
223
|
+
._dark_y7ot2d_35._classic_y7ot2d_31 ._tab_y7ot2d_13._selected_y7ot2d_167{
|
|
223
224
|
color:#8473FF;
|
|
224
225
|
color:var(--rs-color-primary-dark-theme, #8473FF);
|
|
225
226
|
}
|
|
226
|
-
.
|
|
227
|
+
._dark_y7ot2d_35._classic_y7ot2d_31 ._tab_y7ot2d_13._selected_y7ot2d_167:after{
|
|
227
228
|
background-color:#8473FF;
|
|
228
229
|
background-color:var(--rs-color-primary-dark-theme, #8473FF);
|
|
229
230
|
}
|
|
230
|
-
.
|
|
231
|
+
._light_y7ot2d_31 ._tab_y7ot2d_13:focus[data-focus-method='key']{
|
|
231
232
|
-webkit-box-shadow:inset #8979ff 0 -4px 0 0, inset #8979ff 0 4px 0 0, #8979ff -4px 0 0 0, #8979ff 4px 0 0 0;
|
|
232
233
|
-webkit-box-shadow:inset var(--rs-color-primary-dim-light-theme, #8979ff) 0 -4px 0 0, inset var(--rs-color-primary-dim-light-theme, #8979ff) 0 4px 0 0, var(--rs-color-primary-dim-light-theme, #8979ff) -4px 0 0 0, var(--rs-color-primary-dim-light-theme, #8979ff) 4px 0 0 0;
|
|
233
234
|
box-shadow:inset #8979ff 0 -4px 0 0, inset #8979ff 0 4px 0 0, #8979ff -4px 0 0 0, #8979ff 4px 0 0 0;
|
|
234
235
|
box-shadow:inset var(--rs-color-primary-dim-light-theme, #8979ff) 0 -4px 0 0, inset var(--rs-color-primary-dim-light-theme, #8979ff) 0 4px 0 0, var(--rs-color-primary-dim-light-theme, #8979ff) -4px 0 0 0, var(--rs-color-primary-dim-light-theme, #8979ff) 4px 0 0 0;
|
|
235
236
|
}
|
|
236
|
-
.
|
|
237
|
+
._light_y7ot2d_31 ._tab_y7ot2d_13:focus[data-focus-method='key']:after{
|
|
237
238
|
opacity:0;
|
|
238
239
|
}
|
|
239
|
-
.
|
|
240
|
+
._dark_y7ot2d_35 ._tab_y7ot2d_13:focus[data-focus-method='key']{
|
|
240
241
|
-webkit-box-shadow:inset #6f61d2 0 -4px 0 0, inset #6f61d2 0 4px 0 0, #6f61d2 -4px 0 0 0, #6f61d2 4px 0 0 0;
|
|
241
242
|
-webkit-box-shadow:inset var(--rs-color-primary-dim-dark-theme, #6f61d2) 0 -4px 0 0, inset var(--rs-color-primary-dim-dark-theme, #6f61d2) 0 4px 0 0, var(--rs-color-primary-dim-dark-theme, #6f61d2) -4px 0 0 0, var(--rs-color-primary-dim-dark-theme, #6f61d2) 4px 0 0 0;
|
|
242
243
|
box-shadow:inset #6f61d2 0 -4px 0 0, inset #6f61d2 0 4px 0 0, #6f61d2 -4px 0 0 0, #6f61d2 4px 0 0 0;
|
|
243
244
|
box-shadow:inset var(--rs-color-primary-dim-dark-theme, #6f61d2) 0 -4px 0 0, inset var(--rs-color-primary-dim-dark-theme, #6f61d2) 0 4px 0 0, var(--rs-color-primary-dim-dark-theme, #6f61d2) -4px 0 0 0, var(--rs-color-primary-dim-dark-theme, #6f61d2) 4px 0 0 0;
|
|
244
245
|
}
|
|
245
|
-
.
|
|
246
|
+
._dark_y7ot2d_35 ._tab_y7ot2d_13:focus[data-focus-method='key']:after{
|
|
246
247
|
opacity:0;
|
|
247
248
|
}
|
|
248
|
-
.
|
|
249
|
-
.
|
|
249
|
+
._innerOffsetL_y7ot2d_143 ._tab_y7ot2d_13:first-child,
|
|
250
|
+
._innerOffsetM_y7ot2d_135 ._tab_y7ot2d_13:first-child{
|
|
250
251
|
margin-left:0;
|
|
251
252
|
}
|
|
252
253
|
@media screen and (max-width: 640px){
|
|
253
|
-
.
|
|
254
|
-
.
|
|
254
|
+
._innerOffsetL_y7ot2d_143 ._tab_y7ot2d_13:first-child,
|
|
255
|
+
._innerOffsetM_y7ot2d_135 ._tab_y7ot2d_13:first-child{
|
|
255
256
|
margin-left:0
|
|
256
257
|
}
|
|
257
258
|
}
|
|
258
|
-
.
|
|
259
|
+
._icon_y7ot2d_269{
|
|
259
260
|
-webkit-box-flex:0;
|
|
260
261
|
-ms-flex:0 0;
|
|
261
262
|
flex:0 0;
|
|
262
263
|
-ms-flex-preferred-size:auto;
|
|
263
264
|
flex-basis:auto;
|
|
264
265
|
}
|
|
265
|
-
.
|
|
266
|
+
._sizeM_y7ot2d_125 ._icon_y7ot2d_269{
|
|
266
267
|
width:24px;
|
|
267
268
|
height:24px;
|
|
268
269
|
}
|
|
269
|
-
.
|
|
270
|
+
._sizeL_y7ot2d_130 ._icon_y7ot2d_269{
|
|
270
271
|
width:28px;
|
|
271
272
|
height:28px;
|
|
272
273
|
}
|
|
273
|
-
.
|
|
274
|
+
._sizeM_y7ot2d_125 ._icon_y7ot2d_269._iconLeft_y7ot2d_283{
|
|
274
275
|
margin-right:4px;
|
|
275
276
|
}
|
|
276
|
-
.
|
|
277
|
+
._sizeL_y7ot2d_130 ._icon_y7ot2d_269._iconLeft_y7ot2d_283{
|
|
277
278
|
margin-right:8px;
|
|
278
279
|
}
|
|
279
|
-
.
|
|
280
|
+
._sizeM_y7ot2d_125 ._icon_y7ot2d_269._iconRight_y7ot2d_291{
|
|
280
281
|
margin-left:4px;
|
|
281
282
|
}
|
|
282
|
-
.
|
|
283
|
+
._sizeL_y7ot2d_130 ._icon_y7ot2d_269._iconRight_y7ot2d_291{
|
|
283
284
|
margin-left:8px;
|
|
284
285
|
}
|
|
285
286
|
|
|
286
|
-
.
|
|
287
|
+
._wrapper_15xswvc_4{
|
|
287
288
|
position:relative;
|
|
288
289
|
|
|
289
290
|
display:-webkit-box;
|
|
@@ -292,7 +293,7 @@
|
|
|
292
293
|
|
|
293
294
|
display:flex;
|
|
294
295
|
}
|
|
295
|
-
.
|
|
296
|
+
._scrollable_15xswvc_10{
|
|
296
297
|
display:-webkit-box;
|
|
297
298
|
display:-ms-flexbox;
|
|
298
299
|
display:flex;
|
|
@@ -301,7 +302,7 @@
|
|
|
301
302
|
margin:-4px;
|
|
302
303
|
padding:4px;
|
|
303
304
|
}
|
|
304
|
-
.
|
|
305
|
+
._scrollable_15xswvc_10::after{
|
|
305
306
|
display:block;
|
|
306
307
|
|
|
307
308
|
height:100%;
|
|
@@ -310,15 +311,15 @@
|
|
|
310
311
|
|
|
311
312
|
content:'';
|
|
312
313
|
}
|
|
313
|
-
.
|
|
314
|
+
._scrollable_15xswvc_10 {
|
|
314
315
|
|
|
315
316
|
-ms-overflow-style:none;
|
|
316
317
|
scrollbar-width:none;
|
|
317
318
|
}
|
|
318
|
-
.
|
|
319
|
+
._scrollable_15xswvc_10::-webkit-scrollbar{
|
|
319
320
|
display:none;
|
|
320
321
|
}
|
|
321
|
-
.
|
|
322
|
+
._arrow_15xswvc_39{
|
|
322
323
|
position:absolute;
|
|
323
324
|
z-index:2;
|
|
324
325
|
top:50%;
|
|
@@ -346,13 +347,13 @@
|
|
|
346
347
|
-webkit-transform:translateY(-50%);
|
|
347
348
|
transform:translateY(-50%);
|
|
348
349
|
}
|
|
349
|
-
.
|
|
350
|
+
._light_15xswvc_58 ._arrow_15xswvc_39{
|
|
350
351
|
color:#FFFFFF;
|
|
351
352
|
}
|
|
352
|
-
.
|
|
353
|
+
._dark_15xswvc_61 ._arrow_15xswvc_39{
|
|
353
354
|
color:#19191C;
|
|
354
355
|
}
|
|
355
|
-
.
|
|
356
|
+
._arrow_15xswvc_39._shown_15xswvc_65{
|
|
356
357
|
opacity:1;
|
|
357
358
|
|
|
358
359
|
pointer-events:auto;
|
|
@@ -361,13 +362,13 @@
|
|
|
361
362
|
|
|
362
363
|
transition:opacity 0.15s ease-in;
|
|
363
364
|
}
|
|
364
|
-
.
|
|
365
|
+
._arrow_15xswvc_39._arrowLeft_15xswvc_73{
|
|
365
366
|
left:-5px;
|
|
366
367
|
}
|
|
367
|
-
.
|
|
368
|
+
._arrow_15xswvc_39._arrowRight_15xswvc_78{
|
|
368
369
|
right:-5px;
|
|
369
370
|
}
|
|
370
|
-
.
|
|
371
|
+
._withLeftArrow_15xswvc_84{
|
|
371
372
|
-webkit-mask-image:-webkit-gradient(
|
|
372
373
|
linear,
|
|
373
374
|
left top, right top,
|
|
@@ -395,7 +396,7 @@
|
|
|
395
396
|
black 56px
|
|
396
397
|
);
|
|
397
398
|
}
|
|
398
|
-
.
|
|
399
|
+
._withRightArrow_15xswvc_93{
|
|
399
400
|
-webkit-mask-image:-webkit-gradient(
|
|
400
401
|
linear,
|
|
401
402
|
right top, left top,
|
|
@@ -423,7 +424,7 @@
|
|
|
423
424
|
black 56px
|
|
424
425
|
);
|
|
425
426
|
}
|
|
426
|
-
.
|
|
427
|
+
._withLeftArrow_15xswvc_84._withRightArrow_15xswvc_93{
|
|
427
428
|
-webkit-mask-image:-webkit-gradient(
|
|
428
429
|
linear,
|
|
429
430
|
left top, right top,
|
|
@@ -463,18 +464,18 @@
|
|
|
463
464
|
rgba(0, 0, 0, 0) 100%
|
|
464
465
|
);
|
|
465
466
|
}
|
|
466
|
-
.
|
|
467
|
+
._arrowButton_15xswvc_114{
|
|
467
468
|
cursor:pointer;
|
|
468
469
|
}
|
|
469
470
|
|
|
470
|
-
.
|
|
471
|
+
._separator_1ovfz2h_3{
|
|
471
472
|
position:relative;
|
|
472
473
|
z-index:2;
|
|
473
474
|
|
|
474
475
|
width:100%;
|
|
475
476
|
}
|
|
476
477
|
|
|
477
|
-
.
|
|
478
|
+
._separator_1ovfz2h_3:after{
|
|
478
479
|
position:absolute;
|
|
479
480
|
right:0;
|
|
480
481
|
bottom:0;
|
|
@@ -484,9 +485,9 @@
|
|
|
484
485
|
|
|
485
486
|
content:'';
|
|
486
487
|
}
|
|
487
|
-
.
|
|
488
|
+
._light_1ovfz2h_22:after{
|
|
488
489
|
background-color:rgba(25,25,28,0.3);
|
|
489
490
|
}
|
|
490
|
-
.
|
|
491
|
+
._dark_1ovfz2h_28:after{
|
|
491
492
|
background-color:rgba(255,255,255,0.4);
|
|
492
493
|
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
var styles = {
|
|
2
|
-
"wrapper": "
|
|
3
|
-
"tabsContainer": "
|
|
4
|
-
"indicator": "
|
|
5
|
-
"light": "
|
|
6
|
-
"classic": "
|
|
7
|
-
"dark": "
|
|
8
|
-
"rock": "
|
|
9
|
-
"tab": "
|
|
10
|
-
"sizeM": "
|
|
11
|
-
"rs-reset-letter-spacing": "_rs-reset-letter-
|
|
12
|
-
"sizeL": "
|
|
13
|
-
"innerOffsetM": "
|
|
14
|
-
"innerOffsetL": "
|
|
15
|
-
"short": "
|
|
16
|
-
"selected": "
|
|
17
|
-
"icon": "
|
|
18
|
-
"iconLeft": "
|
|
19
|
-
"iconRight": "
|
|
2
|
+
"wrapper": "_wrapper_y7ot2d_9",
|
|
3
|
+
"tabsContainer": "_tabsContainer_y7ot2d_13",
|
|
4
|
+
"indicator": "_indicator_y7ot2d_19",
|
|
5
|
+
"light": "_light_y7ot2d_31",
|
|
6
|
+
"classic": "_classic_y7ot2d_31",
|
|
7
|
+
"dark": "_dark_y7ot2d_35",
|
|
8
|
+
"rock": "_rock_y7ot2d_39",
|
|
9
|
+
"tab": "_tab_y7ot2d_13",
|
|
10
|
+
"sizeM": "_sizeM_y7ot2d_125",
|
|
11
|
+
"rs-reset-letter-spacing": "_rs-reset-letter-spacing_y7ot2d_1",
|
|
12
|
+
"sizeL": "_sizeL_y7ot2d_130",
|
|
13
|
+
"innerOffsetM": "_innerOffsetM_y7ot2d_135",
|
|
14
|
+
"innerOffsetL": "_innerOffsetL_y7ot2d_143",
|
|
15
|
+
"short": "_short_y7ot2d_159",
|
|
16
|
+
"selected": "_selected_y7ot2d_167",
|
|
17
|
+
"icon": "_icon_y7ot2d_269",
|
|
18
|
+
"iconLeft": "_iconLeft_y7ot2d_283",
|
|
19
|
+
"iconRight": "_iconRight_y7ot2d_291"
|
|
20
20
|
};
|
|
21
21
|
export { styles as default };
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
var styles = {
|
|
2
|
-
"wrapper": "
|
|
3
|
-
"scrollable": "
|
|
4
|
-
"arrow": "
|
|
5
|
-
"light": "
|
|
6
|
-
"dark": "
|
|
7
|
-
"shown": "
|
|
8
|
-
"arrowLeft": "
|
|
9
|
-
"arrowRight": "
|
|
10
|
-
"withLeftArrow": "
|
|
11
|
-
"withRightArrow": "
|
|
12
|
-
"arrowButton": "
|
|
2
|
+
"wrapper": "_wrapper_15xswvc_4",
|
|
3
|
+
"scrollable": "_scrollable_15xswvc_10",
|
|
4
|
+
"arrow": "_arrow_15xswvc_39",
|
|
5
|
+
"light": "_light_15xswvc_58",
|
|
6
|
+
"dark": "_dark_15xswvc_61",
|
|
7
|
+
"shown": "_shown_15xswvc_65",
|
|
8
|
+
"arrowLeft": "_arrowLeft_15xswvc_73",
|
|
9
|
+
"arrowRight": "_arrowRight_15xswvc_78",
|
|
10
|
+
"withLeftArrow": "_withLeftArrow_15xswvc_84",
|
|
11
|
+
"withRightArrow": "_withRightArrow_15xswvc_93",
|
|
12
|
+
"arrowButton": "_arrowButton_15xswvc_114"
|
|
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.11.
|
|
3
|
+
"version": "0.11.5",
|
|
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.13.
|
|
19
|
+
"@rescui/button": "^0.13.0",
|
|
20
|
+
"@rescui/icons": "^0.13.2",
|
|
21
21
|
"classnames": "^2.2.6",
|
|
22
22
|
"core-js": "^3.9.1"
|
|
23
23
|
},
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"@rescui/colors": "^0.1.9",
|
|
31
31
|
"@rescui/postcss-preset-library": "^0.1.1",
|
|
32
32
|
"@rescui/scripts": "^0.2.2",
|
|
33
|
-
"@rescui/typography": "^0.
|
|
33
|
+
"@rescui/typography": "^0.12.0",
|
|
34
34
|
"@rescui/visual-regression": "^0.1.0"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"build": "rescui-scripts build"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "5b8028f2a39036c58de3bfcba424df687b540f55"
|
|
40
40
|
}
|