@rescui/tab-list 0.7.10 → 0.7.11
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_1obnb48_9{
|
|
2
2
|
position:relative;
|
|
3
3
|
}
|
|
4
|
-
.
|
|
4
|
+
._tabsContainer_1obnb48_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_1obnb48_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_1obnb48_31._classic_1obnb48_31 ._indicator_1obnb48_19{
|
|
27
27
|
background-color:#6B57FF;
|
|
28
28
|
background-color:var(--rs-color-primary-light-theme, #6B57FF);
|
|
29
29
|
}
|
|
30
|
-
.
|
|
30
|
+
._dark_1obnb48_35._classic_1obnb48_31 ._indicator_1obnb48_19{
|
|
31
31
|
background-color:#8473FF;
|
|
32
32
|
background-color:var(--rs-color-primary-dark-theme, #8473FF);
|
|
33
33
|
}
|
|
34
|
-
.
|
|
34
|
+
._light_1obnb48_31._rock_1obnb48_39 ._indicator_1obnb48_19{
|
|
35
35
|
background-color:#19191C;
|
|
36
36
|
}
|
|
37
|
-
.
|
|
37
|
+
._dark_1obnb48_35._rock_1obnb48_39 ._indicator_1obnb48_19{
|
|
38
38
|
background-color:#FFFFFF;
|
|
39
39
|
}
|
|
40
|
-
.
|
|
40
|
+
._tab_1obnb48_13{
|
|
41
41
|
position:relative;
|
|
42
42
|
|
|
43
43
|
display:-webkit-box;
|
|
@@ -64,14 +64,14 @@
|
|
|
64
64
|
cursor:pointer;
|
|
65
65
|
white-space:nowrap;
|
|
66
66
|
}
|
|
67
|
-
.
|
|
68
|
-
.
|
|
69
|
-
.
|
|
67
|
+
._tab_1obnb48_13:hover,
|
|
68
|
+
._tab_1obnb48_13:active,
|
|
69
|
+
._tab_1obnb48_13:focus{
|
|
70
70
|
outline:none;
|
|
71
71
|
|
|
72
72
|
text-decoration:none;
|
|
73
73
|
}
|
|
74
|
-
.
|
|
74
|
+
._tab_1obnb48_13:after{
|
|
75
75
|
position:absolute;
|
|
76
76
|
bottom:0;
|
|
77
77
|
left:0;
|
|
@@ -83,13 +83,13 @@
|
|
|
83
83
|
|
|
84
84
|
background-color:transparent;
|
|
85
85
|
}
|
|
86
|
-
.
|
|
86
|
+
._tab_1obnb48_13:after:focus[data-focus-method='key']{
|
|
87
87
|
opacity:0;
|
|
88
88
|
}
|
|
89
|
-
.
|
|
89
|
+
._tab_1obnb48_13:hover:after{
|
|
90
90
|
height:1px;
|
|
91
91
|
}
|
|
92
|
-
.
|
|
92
|
+
._sizeM_1obnb48_99 ._tab_1obnb48_13{
|
|
93
93
|
letter-spacing:0.0015em;
|
|
94
94
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
95
95
|
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));
|
|
@@ -99,13 +99,13 @@
|
|
|
99
99
|
line-height:24px;
|
|
100
100
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
101
101
|
}
|
|
102
|
-
._rs-reset-letter-
|
|
102
|
+
._rs-reset-letter-spacing_1obnb48_1 ._sizeM_1obnb48_99 ._tab_1obnb48_13{
|
|
103
103
|
letter-spacing:normal;
|
|
104
104
|
}
|
|
105
|
-
.
|
|
105
|
+
._sizeM_1obnb48_99 ._tab_1obnb48_13 {
|
|
106
106
|
padding:8px 0;
|
|
107
107
|
}
|
|
108
|
-
.
|
|
108
|
+
._sizeL_1obnb48_104 ._tab_1obnb48_13{
|
|
109
109
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
110
110
|
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));
|
|
111
111
|
font-size:19px;
|
|
@@ -115,37 +115,37 @@
|
|
|
115
115
|
line-height:var(--rs-text-1-line-height, 28px);
|
|
116
116
|
padding:12px 0;
|
|
117
117
|
}
|
|
118
|
-
.
|
|
118
|
+
._innerOffsetM_1obnb48_109 ._tab_1obnb48_13{
|
|
119
119
|
margin-left:24px;
|
|
120
120
|
}
|
|
121
121
|
@media screen and (max-width: 640px){
|
|
122
|
-
.
|
|
122
|
+
._innerOffsetM_1obnb48_109 ._tab_1obnb48_13{
|
|
123
123
|
margin-left:16px
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
|
-
.
|
|
126
|
+
._innerOffsetL_1obnb48_117 ._tab_1obnb48_13{
|
|
127
127
|
margin-left:32px;
|
|
128
128
|
}
|
|
129
129
|
@media screen and (max-width: 640px){
|
|
130
|
-
.
|
|
130
|
+
._innerOffsetL_1obnb48_117 ._tab_1obnb48_13{
|
|
131
131
|
margin-left:24px
|
|
132
132
|
}
|
|
133
133
|
}
|
|
134
|
-
.
|
|
134
|
+
._light_1obnb48_31 ._tab_1obnb48_13{
|
|
135
135
|
color:rgba(25,25,28,0.7);
|
|
136
136
|
}
|
|
137
|
-
.
|
|
137
|
+
._dark_1obnb48_35 ._tab_1obnb48_13{
|
|
138
138
|
color:rgba(255,255,255,0.7);
|
|
139
139
|
}
|
|
140
|
-
.
|
|
140
|
+
._light_1obnb48_31 ._tab_1obnb48_13._short_1obnb48_133{
|
|
141
141
|
-webkit-box-shadow:inset 0 -1px 0 rgba(25,25,28,0.3);
|
|
142
142
|
box-shadow:inset 0 -1px 0 rgba(25,25,28,0.3);
|
|
143
143
|
}
|
|
144
|
-
.
|
|
144
|
+
._dark_1obnb48_35 ._tab_1obnb48_13._short_1obnb48_133{
|
|
145
145
|
-webkit-box-shadow:inset 0 -1px 0 rgba(255,255,255,0.4);
|
|
146
146
|
box-shadow:inset 0 -1px 0 rgba(255,255,255,0.4);
|
|
147
147
|
}
|
|
148
|
-
.
|
|
148
|
+
._tab_1obnb48_13._selected_1obnb48_141{
|
|
149
149
|
z-index:1;
|
|
150
150
|
|
|
151
151
|
cursor:default;
|
|
@@ -154,110 +154,110 @@
|
|
|
154
154
|
|
|
155
155
|
transition:color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
156
156
|
}
|
|
157
|
-
.
|
|
157
|
+
._tab_1obnb48_13._selected_1obnb48_141:after{
|
|
158
158
|
height:2px;
|
|
159
159
|
|
|
160
160
|
-webkit-transition:background-color 0ms ease 300ms, height 0ms ease 300ms;
|
|
161
161
|
|
|
162
162
|
transition:background-color 0ms ease 300ms, height 0ms ease 300ms;
|
|
163
163
|
}
|
|
164
|
-
.
|
|
164
|
+
._light_1obnb48_31 ._tab_1obnb48_13:hover{
|
|
165
165
|
color:#19191C;
|
|
166
166
|
}
|
|
167
|
-
.
|
|
167
|
+
._light_1obnb48_31 ._tab_1obnb48_13:hover:after{
|
|
168
168
|
background-color:#19191C;
|
|
169
169
|
}
|
|
170
|
-
.
|
|
170
|
+
._dark_1obnb48_35 ._tab_1obnb48_13:hover{
|
|
171
171
|
color:#FFFFFF;
|
|
172
172
|
}
|
|
173
|
-
.
|
|
173
|
+
._dark_1obnb48_35 ._tab_1obnb48_13:hover:after{
|
|
174
174
|
background-color:#FFFFFF;
|
|
175
175
|
}
|
|
176
|
-
.
|
|
176
|
+
._light_1obnb48_31._rock_1obnb48_39 ._tab_1obnb48_13._selected_1obnb48_141{
|
|
177
177
|
color:#19191C;
|
|
178
178
|
}
|
|
179
|
-
.
|
|
179
|
+
._light_1obnb48_31._rock_1obnb48_39 ._tab_1obnb48_13._selected_1obnb48_141:after{
|
|
180
180
|
background-color:#19191C;
|
|
181
181
|
}
|
|
182
|
-
.
|
|
182
|
+
._dark_1obnb48_35._rock_1obnb48_39 ._tab_1obnb48_13._selected_1obnb48_141{
|
|
183
183
|
color:#FFFFFF;
|
|
184
184
|
}
|
|
185
|
-
.
|
|
185
|
+
._dark_1obnb48_35._rock_1obnb48_39 ._tab_1obnb48_13._selected_1obnb48_141:after{
|
|
186
186
|
background-color:#FFFFFF;
|
|
187
187
|
}
|
|
188
|
-
.
|
|
188
|
+
._light_1obnb48_31._classic_1obnb48_31 ._tab_1obnb48_13._selected_1obnb48_141{
|
|
189
189
|
color:#6B57FF;
|
|
190
190
|
color:var(--rs-color-primary-light-theme, #6B57FF);
|
|
191
191
|
}
|
|
192
|
-
.
|
|
192
|
+
._light_1obnb48_31._classic_1obnb48_31 ._tab_1obnb48_13._selected_1obnb48_141:after{
|
|
193
193
|
background-color:#6B57FF;
|
|
194
194
|
background-color:var(--rs-color-primary-light-theme, #6B57FF);
|
|
195
195
|
}
|
|
196
|
-
.
|
|
196
|
+
._dark_1obnb48_35._classic_1obnb48_31 ._tab_1obnb48_13._selected_1obnb48_141{
|
|
197
197
|
color:#8473FF;
|
|
198
198
|
color:var(--rs-color-primary-dark-theme, #8473FF);
|
|
199
199
|
}
|
|
200
|
-
.
|
|
200
|
+
._dark_1obnb48_35._classic_1obnb48_31 ._tab_1obnb48_13._selected_1obnb48_141:after{
|
|
201
201
|
background-color:#8473FF;
|
|
202
202
|
background-color:var(--rs-color-primary-dark-theme, #8473FF);
|
|
203
203
|
}
|
|
204
|
-
.
|
|
204
|
+
._light_1obnb48_31 ._tab_1obnb48_13:focus[data-focus-method='key']{
|
|
205
205
|
-webkit-box-shadow:inset #8979ff 0 calc(-1 * 4px ) 0 0, inset #8979ff 0 4px 0 0, #8979ff calc(-1 * 4px ) 0 0 0, #8979ff 4px 0 0 0;
|
|
206
206
|
-webkit-box-shadow:inset var(--rs-color-primary-dim-light-theme, #8979ff) 0 calc(-1 * 4px ) 0 0, inset var(--rs-color-primary-dim-light-theme, #8979ff) 0 4px 0 0, var(--rs-color-primary-dim-light-theme, #8979ff) calc(-1 * 4px ) 0 0 0, var(--rs-color-primary-dim-light-theme, #8979ff) 4px 0 0 0;
|
|
207
207
|
box-shadow:inset #8979ff 0 calc(-1 * 4px ) 0 0, inset #8979ff 0 4px 0 0, #8979ff calc(-1 * 4px ) 0 0 0, #8979ff 4px 0 0 0;
|
|
208
208
|
box-shadow:inset var(--rs-color-primary-dim-light-theme, #8979ff) 0 calc(-1 * 4px ) 0 0, inset var(--rs-color-primary-dim-light-theme, #8979ff) 0 4px 0 0, var(--rs-color-primary-dim-light-theme, #8979ff) calc(-1 * 4px ) 0 0 0, var(--rs-color-primary-dim-light-theme, #8979ff) 4px 0 0 0;
|
|
209
209
|
}
|
|
210
|
-
.
|
|
210
|
+
._light_1obnb48_31 ._tab_1obnb48_13:focus[data-focus-method='key']:after{
|
|
211
211
|
opacity:0;
|
|
212
212
|
}
|
|
213
|
-
.
|
|
213
|
+
._dark_1obnb48_35 ._tab_1obnb48_13:focus[data-focus-method='key']{
|
|
214
214
|
-webkit-box-shadow:inset #6f61d2 0 calc(-1 * 4px ) 0 0, inset #6f61d2 0 4px 0 0, #6f61d2 calc(-1 * 4px ) 0 0 0, #6f61d2 4px 0 0 0;
|
|
215
215
|
-webkit-box-shadow:inset var(--rs-color-primary-dim-dark-theme, #6f61d2) 0 calc(-1 * 4px ) 0 0, inset var(--rs-color-primary-dim-dark-theme, #6f61d2) 0 4px 0 0, var(--rs-color-primary-dim-dark-theme, #6f61d2) calc(-1 * 4px ) 0 0 0, var(--rs-color-primary-dim-dark-theme, #6f61d2) 4px 0 0 0;
|
|
216
216
|
box-shadow:inset #6f61d2 0 calc(-1 * 4px ) 0 0, inset #6f61d2 0 4px 0 0, #6f61d2 calc(-1 * 4px ) 0 0 0, #6f61d2 4px 0 0 0;
|
|
217
217
|
box-shadow:inset var(--rs-color-primary-dim-dark-theme, #6f61d2) 0 calc(-1 * 4px ) 0 0, inset var(--rs-color-primary-dim-dark-theme, #6f61d2) 0 4px 0 0, var(--rs-color-primary-dim-dark-theme, #6f61d2) calc(-1 * 4px ) 0 0 0, var(--rs-color-primary-dim-dark-theme, #6f61d2) 4px 0 0 0;
|
|
218
218
|
}
|
|
219
|
-
.
|
|
219
|
+
._dark_1obnb48_35 ._tab_1obnb48_13:focus[data-focus-method='key']:after{
|
|
220
220
|
opacity:0;
|
|
221
221
|
}
|
|
222
|
-
.
|
|
223
|
-
.
|
|
222
|
+
._innerOffsetL_1obnb48_117 ._tab_1obnb48_13:first-of-type,
|
|
223
|
+
._innerOffsetM_1obnb48_109 ._tab_1obnb48_13:first-of-type{
|
|
224
224
|
margin-left:0;
|
|
225
225
|
}
|
|
226
226
|
@media screen and (max-width: 640px){
|
|
227
|
-
.
|
|
228
|
-
.
|
|
227
|
+
._innerOffsetL_1obnb48_117 ._tab_1obnb48_13:first-of-type,
|
|
228
|
+
._innerOffsetM_1obnb48_109 ._tab_1obnb48_13:first-of-type{
|
|
229
229
|
margin-left:0
|
|
230
230
|
}
|
|
231
231
|
}
|
|
232
|
-
.
|
|
232
|
+
._icon_1obnb48_239{
|
|
233
233
|
-webkit-box-flex:0;
|
|
234
234
|
-ms-flex:0 0;
|
|
235
235
|
flex:0 0;
|
|
236
236
|
-ms-flex-preferred-size:auto;
|
|
237
237
|
flex-basis:auto;
|
|
238
238
|
}
|
|
239
|
-
.
|
|
239
|
+
._sizeM_1obnb48_99 ._icon_1obnb48_239{
|
|
240
240
|
width:24px;
|
|
241
241
|
height:24px;
|
|
242
242
|
}
|
|
243
|
-
.
|
|
243
|
+
._sizeL_1obnb48_104 ._icon_1obnb48_239{
|
|
244
244
|
width:28px;
|
|
245
245
|
height:28px;
|
|
246
246
|
}
|
|
247
|
-
.
|
|
247
|
+
._sizeM_1obnb48_99 ._icon_1obnb48_239._iconLeft_1obnb48_253{
|
|
248
248
|
margin-right:4px;
|
|
249
249
|
}
|
|
250
|
-
.
|
|
250
|
+
._sizeL_1obnb48_104 ._icon_1obnb48_239._iconLeft_1obnb48_253{
|
|
251
251
|
margin-right:8px;
|
|
252
252
|
}
|
|
253
|
-
.
|
|
253
|
+
._sizeM_1obnb48_99 ._icon_1obnb48_239._iconRight_1obnb48_261{
|
|
254
254
|
margin-left:4px;
|
|
255
255
|
}
|
|
256
|
-
.
|
|
256
|
+
._sizeL_1obnb48_104 ._icon_1obnb48_239._iconRight_1obnb48_261{
|
|
257
257
|
margin-left:8px;
|
|
258
258
|
}
|
|
259
259
|
|
|
260
|
-
.
|
|
260
|
+
._wrapper_ibatyi_4{
|
|
261
261
|
position:relative;
|
|
262
262
|
|
|
263
263
|
display:-webkit-box;
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
|
|
267
267
|
display:flex;
|
|
268
268
|
}
|
|
269
|
-
.
|
|
269
|
+
._scrollable_ibatyi_10{
|
|
270
270
|
display:-webkit-box;
|
|
271
271
|
display:-ms-flexbox;
|
|
272
272
|
display:flex;
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
margin:-4px;
|
|
276
276
|
padding:4px;
|
|
277
277
|
}
|
|
278
|
-
.
|
|
278
|
+
._scrollable_ibatyi_10::after{
|
|
279
279
|
display:block;
|
|
280
280
|
|
|
281
281
|
height:100%;
|
|
@@ -284,15 +284,15 @@
|
|
|
284
284
|
|
|
285
285
|
content:'';
|
|
286
286
|
}
|
|
287
|
-
.
|
|
287
|
+
._scrollable_ibatyi_10 {
|
|
288
288
|
|
|
289
289
|
-ms-overflow-style:none;
|
|
290
290
|
scrollbar-width:none;
|
|
291
291
|
}
|
|
292
|
-
.
|
|
292
|
+
._scrollable_ibatyi_10::-webkit-scrollbar{
|
|
293
293
|
display:none;
|
|
294
294
|
}
|
|
295
|
-
.
|
|
295
|
+
._arrowShadow_ibatyi_39{
|
|
296
296
|
position:absolute;
|
|
297
297
|
top:0;
|
|
298
298
|
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
|
|
303
303
|
pointer-events:none;
|
|
304
304
|
}
|
|
305
|
-
.
|
|
305
|
+
._arrowShadow_ibatyi_39::before{
|
|
306
306
|
position:absolute;
|
|
307
307
|
|
|
308
308
|
display:block;
|
|
@@ -316,7 +316,7 @@
|
|
|
316
316
|
|
|
317
317
|
box-shadow:0 0 12px 12px currentColor;
|
|
318
318
|
}
|
|
319
|
-
.
|
|
319
|
+
._arrow_ibatyi_39{
|
|
320
320
|
position:absolute;
|
|
321
321
|
z-index:2;
|
|
322
322
|
top:50%;
|
|
@@ -342,15 +342,15 @@
|
|
|
342
342
|
-webkit-transform:translateY(-50%);
|
|
343
343
|
transform:translateY(-50%);
|
|
344
344
|
}
|
|
345
|
-
.
|
|
345
|
+
._light_ibatyi_82 ._arrow_ibatyi_39{
|
|
346
346
|
color:#FFFFFF;
|
|
347
347
|
background-color:#FFFFFF;
|
|
348
348
|
}
|
|
349
|
-
.
|
|
349
|
+
._dark_ibatyi_86 ._arrow_ibatyi_39{
|
|
350
350
|
color:#19191C;
|
|
351
351
|
background-color:#19191C;
|
|
352
352
|
}
|
|
353
|
-
.
|
|
353
|
+
._arrow_ibatyi_39._shown_ibatyi_91{
|
|
354
354
|
opacity:1;
|
|
355
355
|
|
|
356
356
|
pointer-events:auto;
|
|
@@ -359,36 +359,36 @@
|
|
|
359
359
|
|
|
360
360
|
transition:opacity 0.15s ease-in;
|
|
361
361
|
}
|
|
362
|
-
.
|
|
362
|
+
._arrow_ibatyi_39._arrowLeft_ibatyi_99{
|
|
363
363
|
left:-5px;
|
|
364
364
|
}
|
|
365
|
-
.
|
|
365
|
+
._arrow_ibatyi_39._arrowLeft_ibatyi_99 ._arrowShadow_ibatyi_39{
|
|
366
366
|
right:-24px;
|
|
367
367
|
}
|
|
368
|
-
.
|
|
368
|
+
._arrow_ibatyi_39._arrowLeft_ibatyi_99 ._arrowShadow_ibatyi_39::before{
|
|
369
369
|
left:-100%;
|
|
370
370
|
}
|
|
371
|
-
.
|
|
371
|
+
._arrow_ibatyi_39._arrowRight_ibatyi_112{
|
|
372
372
|
right:-5px;
|
|
373
373
|
}
|
|
374
|
-
.
|
|
374
|
+
._arrow_ibatyi_39._arrowRight_ibatyi_112 ._arrowShadow_ibatyi_39{
|
|
375
375
|
left:-24px;
|
|
376
376
|
}
|
|
377
|
-
.
|
|
377
|
+
._arrow_ibatyi_39._arrowRight_ibatyi_112 ._arrowShadow_ibatyi_39::before{
|
|
378
378
|
right:-100%;
|
|
379
379
|
}
|
|
380
|
-
.
|
|
380
|
+
._arrowButton_ibatyi_126{
|
|
381
381
|
cursor:pointer;
|
|
382
382
|
}
|
|
383
383
|
|
|
384
|
-
.
|
|
384
|
+
._separator_1kdpuqr_3{
|
|
385
385
|
position:relative;
|
|
386
386
|
z-index:2;
|
|
387
387
|
|
|
388
388
|
width:100%;
|
|
389
389
|
}
|
|
390
390
|
|
|
391
|
-
.
|
|
391
|
+
._separator_1kdpuqr_3:after{
|
|
392
392
|
position:absolute;
|
|
393
393
|
right:0;
|
|
394
394
|
bottom:0;
|
|
@@ -398,9 +398,9 @@
|
|
|
398
398
|
|
|
399
399
|
content:'';
|
|
400
400
|
}
|
|
401
|
-
.
|
|
401
|
+
._light_1kdpuqr_22:after{
|
|
402
402
|
background-color:rgba(25,25,28,0.3);
|
|
403
403
|
}
|
|
404
|
-
.
|
|
404
|
+
._dark_1kdpuqr_28:after{
|
|
405
405
|
background-color:rgba(255,255,255,0.4);
|
|
406
406
|
}
|
|
@@ -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_1obnb48_9",
|
|
3
|
+
"tabsContainer": "_tabsContainer_1obnb48_13",
|
|
4
|
+
"indicator": "_indicator_1obnb48_19",
|
|
5
|
+
"light": "_light_1obnb48_31",
|
|
6
|
+
"classic": "_classic_1obnb48_31",
|
|
7
|
+
"dark": "_dark_1obnb48_35",
|
|
8
|
+
"rock": "_rock_1obnb48_39",
|
|
9
|
+
"tab": "_tab_1obnb48_13",
|
|
10
|
+
"sizeM": "_sizeM_1obnb48_99",
|
|
11
|
+
"rs-reset-letter-spacing": "_rs-reset-letter-spacing_1obnb48_1",
|
|
12
|
+
"sizeL": "_sizeL_1obnb48_104",
|
|
13
|
+
"innerOffsetM": "_innerOffsetM_1obnb48_109",
|
|
14
|
+
"innerOffsetL": "_innerOffsetL_1obnb48_117",
|
|
15
|
+
"short": "_short_1obnb48_133",
|
|
16
|
+
"selected": "_selected_1obnb48_141",
|
|
17
|
+
"icon": "_icon_1obnb48_239",
|
|
18
|
+
"iconLeft": "_iconLeft_1obnb48_253",
|
|
19
|
+
"iconRight": "_iconRight_1obnb48_261"
|
|
20
20
|
};
|
|
21
21
|
export { styles as default };
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
var styles = {
|
|
2
|
-
"wrapper": "
|
|
3
|
-
"scrollable": "
|
|
4
|
-
"arrowShadow": "
|
|
5
|
-
"arrow": "
|
|
6
|
-
"light": "
|
|
7
|
-
"dark": "
|
|
8
|
-
"shown": "
|
|
9
|
-
"arrowLeft": "
|
|
10
|
-
"arrowRight": "
|
|
11
|
-
"arrowButton": "
|
|
2
|
+
"wrapper": "_wrapper_ibatyi_4",
|
|
3
|
+
"scrollable": "_scrollable_ibatyi_10",
|
|
4
|
+
"arrowShadow": "_arrowShadow_ibatyi_39",
|
|
5
|
+
"arrow": "_arrow_ibatyi_39",
|
|
6
|
+
"light": "_light_ibatyi_82",
|
|
7
|
+
"dark": "_dark_ibatyi_86",
|
|
8
|
+
"shown": "_shown_ibatyi_91",
|
|
9
|
+
"arrowLeft": "_arrowLeft_ibatyi_99",
|
|
10
|
+
"arrowRight": "_arrowRight_ibatyi_112",
|
|
11
|
+
"arrowButton": "_arrowButton_ibatyi_126"
|
|
12
12
|
};
|
|
13
13
|
export { styles as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rescui/tab-list",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.11",
|
|
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.
|
|
21
|
-
"@rescui/icons": "^0.
|
|
20
|
+
"@rescui/button": "^0.7.0",
|
|
21
|
+
"@rescui/icons": "^0.10.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.1.
|
|
32
|
-
"@rescui/postcss-preset-library": "^0.0
|
|
33
|
-
"@rescui/scripts": "^0.1.
|
|
34
|
-
"@rescui/typography": "^0.
|
|
31
|
+
"@rescui/colors": "^0.1.3",
|
|
32
|
+
"@rescui/postcss-preset-library": "^0.1.0",
|
|
33
|
+
"@rescui/scripts": "^0.1.7",
|
|
34
|
+
"@rescui/typography": "^0.8.0",
|
|
35
35
|
"@rescui/visual-regression": "^0.0.2"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "rescui-scripts build"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "8d0a38b912d49bd0eaa81ee1e9b3d68ae1614152"
|
|
41
41
|
}
|