@rescui/tab-list 0.7.14 → 0.7.15
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_1ek49lh_9{
|
|
2
2
|
position:relative;
|
|
3
3
|
}
|
|
4
|
-
.
|
|
4
|
+
._tabsContainer_1ek49lh_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_1ek49lh_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_1ek49lh_31._classic_1ek49lh_31 ._indicator_1ek49lh_19{
|
|
27
27
|
background-color:#6B57FF;
|
|
28
28
|
background-color:var(--rs-color-primary-light-theme, #6B57FF);
|
|
29
29
|
}
|
|
30
|
-
.
|
|
30
|
+
._dark_1ek49lh_35._classic_1ek49lh_31 ._indicator_1ek49lh_19{
|
|
31
31
|
background-color:#8473FF;
|
|
32
32
|
background-color:var(--rs-color-primary-dark-theme, #8473FF);
|
|
33
33
|
}
|
|
34
|
-
.
|
|
34
|
+
._light_1ek49lh_31._rock_1ek49lh_39 ._indicator_1ek49lh_19{
|
|
35
35
|
background-color:#19191C;
|
|
36
36
|
}
|
|
37
|
-
.
|
|
37
|
+
._dark_1ek49lh_35._rock_1ek49lh_39 ._indicator_1ek49lh_19{
|
|
38
38
|
background-color:#FFFFFF;
|
|
39
39
|
}
|
|
40
|
-
.
|
|
40
|
+
._tab_1ek49lh_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_1ek49lh_13:hover,
|
|
68
|
+
._tab_1ek49lh_13:active,
|
|
69
|
+
._tab_1ek49lh_13:focus{
|
|
70
70
|
outline:none;
|
|
71
71
|
|
|
72
72
|
text-decoration:none;
|
|
73
73
|
}
|
|
74
|
-
.
|
|
74
|
+
._tab_1ek49lh_13:after{
|
|
75
75
|
position:absolute;
|
|
76
76
|
bottom:0;
|
|
77
77
|
left:0;
|
|
@@ -83,31 +83,35 @@
|
|
|
83
83
|
|
|
84
84
|
background-color:transparent;
|
|
85
85
|
}
|
|
86
|
-
.
|
|
86
|
+
._tab_1ek49lh_13:after:focus[data-focus-method='key']{
|
|
87
87
|
opacity:0;
|
|
88
88
|
}
|
|
89
|
-
.
|
|
89
|
+
._tab_1ek49lh_13:hover:after{
|
|
90
90
|
height:1px;
|
|
91
91
|
}
|
|
92
|
-
.
|
|
92
|
+
._sizeM_1ek49lh_99 ._tab_1ek49lh_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));
|
|
96
|
+
-webkit-font-feature-settings:"kern", "liga", "calt";
|
|
97
|
+
font-feature-settings:"kern", "liga", "calt";
|
|
96
98
|
font-size:16px;
|
|
97
99
|
font-size:var(--rs-text-2-font-size, 16px);
|
|
98
100
|
font-weight:400;
|
|
99
101
|
line-height:24px;
|
|
100
102
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
101
103
|
}
|
|
102
|
-
._rs-reset-letter-
|
|
104
|
+
._rs-reset-letter-spacing_1ek49lh_1 ._sizeM_1ek49lh_99 ._tab_1ek49lh_13{
|
|
103
105
|
letter-spacing:normal;
|
|
104
106
|
}
|
|
105
|
-
.
|
|
107
|
+
._sizeM_1ek49lh_99 ._tab_1ek49lh_13 {
|
|
106
108
|
padding:8px 0;
|
|
107
109
|
}
|
|
108
|
-
.
|
|
110
|
+
._sizeL_1ek49lh_104 ._tab_1ek49lh_13{
|
|
109
111
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
110
112
|
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));
|
|
113
|
+
-webkit-font-feature-settings:"kern", "liga", "calt";
|
|
114
|
+
font-feature-settings:"kern", "liga", "calt";
|
|
111
115
|
font-size:19px;
|
|
112
116
|
font-size:var(--rs-text-1-font-size, 19px);
|
|
113
117
|
font-weight:normal;
|
|
@@ -115,37 +119,37 @@
|
|
|
115
119
|
line-height:var(--rs-text-1-line-height, 28px);
|
|
116
120
|
padding:12px 0;
|
|
117
121
|
}
|
|
118
|
-
.
|
|
122
|
+
._innerOffsetM_1ek49lh_109 ._tab_1ek49lh_13{
|
|
119
123
|
margin-left:24px;
|
|
120
124
|
}
|
|
121
125
|
@media screen and (max-width: 640px){
|
|
122
|
-
.
|
|
126
|
+
._innerOffsetM_1ek49lh_109 ._tab_1ek49lh_13{
|
|
123
127
|
margin-left:16px
|
|
124
128
|
}
|
|
125
129
|
}
|
|
126
|
-
.
|
|
130
|
+
._innerOffsetL_1ek49lh_117 ._tab_1ek49lh_13{
|
|
127
131
|
margin-left:32px;
|
|
128
132
|
}
|
|
129
133
|
@media screen and (max-width: 640px){
|
|
130
|
-
.
|
|
134
|
+
._innerOffsetL_1ek49lh_117 ._tab_1ek49lh_13{
|
|
131
135
|
margin-left:24px
|
|
132
136
|
}
|
|
133
137
|
}
|
|
134
|
-
.
|
|
138
|
+
._light_1ek49lh_31 ._tab_1ek49lh_13{
|
|
135
139
|
color:rgba(25,25,28,0.7);
|
|
136
140
|
}
|
|
137
|
-
.
|
|
141
|
+
._dark_1ek49lh_35 ._tab_1ek49lh_13{
|
|
138
142
|
color:rgba(255,255,255,0.7);
|
|
139
143
|
}
|
|
140
|
-
.
|
|
144
|
+
._light_1ek49lh_31 ._tab_1ek49lh_13._short_1ek49lh_133{
|
|
141
145
|
-webkit-box-shadow:inset 0 -1px 0 rgba(25,25,28,0.3);
|
|
142
146
|
box-shadow:inset 0 -1px 0 rgba(25,25,28,0.3);
|
|
143
147
|
}
|
|
144
|
-
.
|
|
148
|
+
._dark_1ek49lh_35 ._tab_1ek49lh_13._short_1ek49lh_133{
|
|
145
149
|
-webkit-box-shadow:inset 0 -1px 0 rgba(255,255,255,0.4);
|
|
146
150
|
box-shadow:inset 0 -1px 0 rgba(255,255,255,0.4);
|
|
147
151
|
}
|
|
148
|
-
.
|
|
152
|
+
._tab_1ek49lh_13._selected_1ek49lh_141{
|
|
149
153
|
z-index:1;
|
|
150
154
|
|
|
151
155
|
cursor:default;
|
|
@@ -154,110 +158,110 @@
|
|
|
154
158
|
|
|
155
159
|
transition:color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
156
160
|
}
|
|
157
|
-
.
|
|
161
|
+
._tab_1ek49lh_13._selected_1ek49lh_141:after{
|
|
158
162
|
height:2px;
|
|
159
163
|
|
|
160
164
|
-webkit-transition:background-color 0ms ease 300ms, height 0ms ease 300ms;
|
|
161
165
|
|
|
162
166
|
transition:background-color 0ms ease 300ms, height 0ms ease 300ms;
|
|
163
167
|
}
|
|
164
|
-
.
|
|
168
|
+
._light_1ek49lh_31 ._tab_1ek49lh_13:hover{
|
|
165
169
|
color:#19191C;
|
|
166
170
|
}
|
|
167
|
-
.
|
|
171
|
+
._light_1ek49lh_31 ._tab_1ek49lh_13:hover:after{
|
|
168
172
|
background-color:#19191C;
|
|
169
173
|
}
|
|
170
|
-
.
|
|
174
|
+
._dark_1ek49lh_35 ._tab_1ek49lh_13:hover{
|
|
171
175
|
color:#FFFFFF;
|
|
172
176
|
}
|
|
173
|
-
.
|
|
177
|
+
._dark_1ek49lh_35 ._tab_1ek49lh_13:hover:after{
|
|
174
178
|
background-color:#FFFFFF;
|
|
175
179
|
}
|
|
176
|
-
.
|
|
180
|
+
._light_1ek49lh_31._rock_1ek49lh_39 ._tab_1ek49lh_13._selected_1ek49lh_141{
|
|
177
181
|
color:#19191C;
|
|
178
182
|
}
|
|
179
|
-
.
|
|
183
|
+
._light_1ek49lh_31._rock_1ek49lh_39 ._tab_1ek49lh_13._selected_1ek49lh_141:after{
|
|
180
184
|
background-color:#19191C;
|
|
181
185
|
}
|
|
182
|
-
.
|
|
186
|
+
._dark_1ek49lh_35._rock_1ek49lh_39 ._tab_1ek49lh_13._selected_1ek49lh_141{
|
|
183
187
|
color:#FFFFFF;
|
|
184
188
|
}
|
|
185
|
-
.
|
|
189
|
+
._dark_1ek49lh_35._rock_1ek49lh_39 ._tab_1ek49lh_13._selected_1ek49lh_141:after{
|
|
186
190
|
background-color:#FFFFFF;
|
|
187
191
|
}
|
|
188
|
-
.
|
|
192
|
+
._light_1ek49lh_31._classic_1ek49lh_31 ._tab_1ek49lh_13._selected_1ek49lh_141{
|
|
189
193
|
color:#6B57FF;
|
|
190
194
|
color:var(--rs-color-primary-light-theme, #6B57FF);
|
|
191
195
|
}
|
|
192
|
-
.
|
|
196
|
+
._light_1ek49lh_31._classic_1ek49lh_31 ._tab_1ek49lh_13._selected_1ek49lh_141:after{
|
|
193
197
|
background-color:#6B57FF;
|
|
194
198
|
background-color:var(--rs-color-primary-light-theme, #6B57FF);
|
|
195
199
|
}
|
|
196
|
-
.
|
|
200
|
+
._dark_1ek49lh_35._classic_1ek49lh_31 ._tab_1ek49lh_13._selected_1ek49lh_141{
|
|
197
201
|
color:#8473FF;
|
|
198
202
|
color:var(--rs-color-primary-dark-theme, #8473FF);
|
|
199
203
|
}
|
|
200
|
-
.
|
|
204
|
+
._dark_1ek49lh_35._classic_1ek49lh_31 ._tab_1ek49lh_13._selected_1ek49lh_141:after{
|
|
201
205
|
background-color:#8473FF;
|
|
202
206
|
background-color:var(--rs-color-primary-dark-theme, #8473FF);
|
|
203
207
|
}
|
|
204
|
-
.
|
|
208
|
+
._light_1ek49lh_31 ._tab_1ek49lh_13:focus[data-focus-method='key']{
|
|
205
209
|
-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
210
|
-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
211
|
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
212
|
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
213
|
}
|
|
210
|
-
.
|
|
214
|
+
._light_1ek49lh_31 ._tab_1ek49lh_13:focus[data-focus-method='key']:after{
|
|
211
215
|
opacity:0;
|
|
212
216
|
}
|
|
213
|
-
.
|
|
217
|
+
._dark_1ek49lh_35 ._tab_1ek49lh_13:focus[data-focus-method='key']{
|
|
214
218
|
-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
219
|
-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
220
|
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
221
|
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
222
|
}
|
|
219
|
-
.
|
|
223
|
+
._dark_1ek49lh_35 ._tab_1ek49lh_13:focus[data-focus-method='key']:after{
|
|
220
224
|
opacity:0;
|
|
221
225
|
}
|
|
222
|
-
.
|
|
223
|
-
.
|
|
226
|
+
._innerOffsetL_1ek49lh_117 ._tab_1ek49lh_13:first-of-type,
|
|
227
|
+
._innerOffsetM_1ek49lh_109 ._tab_1ek49lh_13:first-of-type{
|
|
224
228
|
margin-left:0;
|
|
225
229
|
}
|
|
226
230
|
@media screen and (max-width: 640px){
|
|
227
|
-
.
|
|
228
|
-
.
|
|
231
|
+
._innerOffsetL_1ek49lh_117 ._tab_1ek49lh_13:first-of-type,
|
|
232
|
+
._innerOffsetM_1ek49lh_109 ._tab_1ek49lh_13:first-of-type{
|
|
229
233
|
margin-left:0
|
|
230
234
|
}
|
|
231
235
|
}
|
|
232
|
-
.
|
|
236
|
+
._icon_1ek49lh_239{
|
|
233
237
|
-webkit-box-flex:0;
|
|
234
238
|
-ms-flex:0 0;
|
|
235
239
|
flex:0 0;
|
|
236
240
|
-ms-flex-preferred-size:auto;
|
|
237
241
|
flex-basis:auto;
|
|
238
242
|
}
|
|
239
|
-
.
|
|
243
|
+
._sizeM_1ek49lh_99 ._icon_1ek49lh_239{
|
|
240
244
|
width:24px;
|
|
241
245
|
height:24px;
|
|
242
246
|
}
|
|
243
|
-
.
|
|
247
|
+
._sizeL_1ek49lh_104 ._icon_1ek49lh_239{
|
|
244
248
|
width:28px;
|
|
245
249
|
height:28px;
|
|
246
250
|
}
|
|
247
|
-
.
|
|
251
|
+
._sizeM_1ek49lh_99 ._icon_1ek49lh_239._iconLeft_1ek49lh_253{
|
|
248
252
|
margin-right:4px;
|
|
249
253
|
}
|
|
250
|
-
.
|
|
254
|
+
._sizeL_1ek49lh_104 ._icon_1ek49lh_239._iconLeft_1ek49lh_253{
|
|
251
255
|
margin-right:8px;
|
|
252
256
|
}
|
|
253
|
-
.
|
|
257
|
+
._sizeM_1ek49lh_99 ._icon_1ek49lh_239._iconRight_1ek49lh_261{
|
|
254
258
|
margin-left:4px;
|
|
255
259
|
}
|
|
256
|
-
.
|
|
260
|
+
._sizeL_1ek49lh_104 ._icon_1ek49lh_239._iconRight_1ek49lh_261{
|
|
257
261
|
margin-left:8px;
|
|
258
262
|
}
|
|
259
263
|
|
|
260
|
-
.
|
|
264
|
+
._wrapper_1414wc7_4{
|
|
261
265
|
position:relative;
|
|
262
266
|
|
|
263
267
|
display:-webkit-box;
|
|
@@ -266,7 +270,7 @@
|
|
|
266
270
|
|
|
267
271
|
display:flex;
|
|
268
272
|
}
|
|
269
|
-
.
|
|
273
|
+
._scrollable_1414wc7_10{
|
|
270
274
|
display:-webkit-box;
|
|
271
275
|
display:-ms-flexbox;
|
|
272
276
|
display:flex;
|
|
@@ -275,7 +279,7 @@
|
|
|
275
279
|
margin:-4px;
|
|
276
280
|
padding:4px;
|
|
277
281
|
}
|
|
278
|
-
.
|
|
282
|
+
._scrollable_1414wc7_10::after{
|
|
279
283
|
display:block;
|
|
280
284
|
|
|
281
285
|
height:100%;
|
|
@@ -284,15 +288,15 @@
|
|
|
284
288
|
|
|
285
289
|
content:'';
|
|
286
290
|
}
|
|
287
|
-
.
|
|
291
|
+
._scrollable_1414wc7_10 {
|
|
288
292
|
|
|
289
293
|
-ms-overflow-style:none;
|
|
290
294
|
scrollbar-width:none;
|
|
291
295
|
}
|
|
292
|
-
.
|
|
296
|
+
._scrollable_1414wc7_10::-webkit-scrollbar{
|
|
293
297
|
display:none;
|
|
294
298
|
}
|
|
295
|
-
.
|
|
299
|
+
._arrowShadow_1414wc7_39{
|
|
296
300
|
position:absolute;
|
|
297
301
|
top:0;
|
|
298
302
|
|
|
@@ -302,7 +306,7 @@
|
|
|
302
306
|
|
|
303
307
|
pointer-events:none;
|
|
304
308
|
}
|
|
305
|
-
.
|
|
309
|
+
._arrowShadow_1414wc7_39::before{
|
|
306
310
|
position:absolute;
|
|
307
311
|
|
|
308
312
|
display:block;
|
|
@@ -316,7 +320,7 @@
|
|
|
316
320
|
|
|
317
321
|
box-shadow:0 0 12px 12px currentColor;
|
|
318
322
|
}
|
|
319
|
-
.
|
|
323
|
+
._arrow_1414wc7_39{
|
|
320
324
|
position:absolute;
|
|
321
325
|
z-index:2;
|
|
322
326
|
top:50%;
|
|
@@ -342,15 +346,15 @@
|
|
|
342
346
|
-webkit-transform:translateY(-50%);
|
|
343
347
|
transform:translateY(-50%);
|
|
344
348
|
}
|
|
345
|
-
.
|
|
349
|
+
._light_1414wc7_82 ._arrow_1414wc7_39{
|
|
346
350
|
color:#FFFFFF;
|
|
347
351
|
background-color:#FFFFFF;
|
|
348
352
|
}
|
|
349
|
-
.
|
|
353
|
+
._dark_1414wc7_86 ._arrow_1414wc7_39{
|
|
350
354
|
color:#19191C;
|
|
351
355
|
background-color:#19191C;
|
|
352
356
|
}
|
|
353
|
-
.
|
|
357
|
+
._arrow_1414wc7_39._shown_1414wc7_91{
|
|
354
358
|
opacity:1;
|
|
355
359
|
|
|
356
360
|
pointer-events:auto;
|
|
@@ -359,36 +363,36 @@
|
|
|
359
363
|
|
|
360
364
|
transition:opacity 0.15s ease-in;
|
|
361
365
|
}
|
|
362
|
-
.
|
|
366
|
+
._arrow_1414wc7_39._arrowLeft_1414wc7_99{
|
|
363
367
|
left:-5px;
|
|
364
368
|
}
|
|
365
|
-
.
|
|
369
|
+
._arrow_1414wc7_39._arrowLeft_1414wc7_99 ._arrowShadow_1414wc7_39{
|
|
366
370
|
right:-24px;
|
|
367
371
|
}
|
|
368
|
-
.
|
|
372
|
+
._arrow_1414wc7_39._arrowLeft_1414wc7_99 ._arrowShadow_1414wc7_39::before{
|
|
369
373
|
left:-100%;
|
|
370
374
|
}
|
|
371
|
-
.
|
|
375
|
+
._arrow_1414wc7_39._arrowRight_1414wc7_112{
|
|
372
376
|
right:-5px;
|
|
373
377
|
}
|
|
374
|
-
.
|
|
378
|
+
._arrow_1414wc7_39._arrowRight_1414wc7_112 ._arrowShadow_1414wc7_39{
|
|
375
379
|
left:-24px;
|
|
376
380
|
}
|
|
377
|
-
.
|
|
381
|
+
._arrow_1414wc7_39._arrowRight_1414wc7_112 ._arrowShadow_1414wc7_39::before{
|
|
378
382
|
right:-100%;
|
|
379
383
|
}
|
|
380
|
-
.
|
|
384
|
+
._arrowButton_1414wc7_126{
|
|
381
385
|
cursor:pointer;
|
|
382
386
|
}
|
|
383
387
|
|
|
384
|
-
.
|
|
388
|
+
._separator_12ky7i6_3{
|
|
385
389
|
position:relative;
|
|
386
390
|
z-index:2;
|
|
387
391
|
|
|
388
392
|
width:100%;
|
|
389
393
|
}
|
|
390
394
|
|
|
391
|
-
.
|
|
395
|
+
._separator_12ky7i6_3:after{
|
|
392
396
|
position:absolute;
|
|
393
397
|
right:0;
|
|
394
398
|
bottom:0;
|
|
@@ -398,9 +402,9 @@
|
|
|
398
402
|
|
|
399
403
|
content:'';
|
|
400
404
|
}
|
|
401
|
-
.
|
|
405
|
+
._light_12ky7i6_22:after{
|
|
402
406
|
background-color:rgba(25,25,28,0.3);
|
|
403
407
|
}
|
|
404
|
-
.
|
|
408
|
+
._dark_12ky7i6_28:after{
|
|
405
409
|
background-color:rgba(255,255,255,0.4);
|
|
406
410
|
}
|
|
@@ -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_1ek49lh_9",
|
|
3
|
+
"tabsContainer": "_tabsContainer_1ek49lh_13",
|
|
4
|
+
"indicator": "_indicator_1ek49lh_19",
|
|
5
|
+
"light": "_light_1ek49lh_31",
|
|
6
|
+
"classic": "_classic_1ek49lh_31",
|
|
7
|
+
"dark": "_dark_1ek49lh_35",
|
|
8
|
+
"rock": "_rock_1ek49lh_39",
|
|
9
|
+
"tab": "_tab_1ek49lh_13",
|
|
10
|
+
"sizeM": "_sizeM_1ek49lh_99",
|
|
11
|
+
"rs-reset-letter-spacing": "_rs-reset-letter-spacing_1ek49lh_1",
|
|
12
|
+
"sizeL": "_sizeL_1ek49lh_104",
|
|
13
|
+
"innerOffsetM": "_innerOffsetM_1ek49lh_109",
|
|
14
|
+
"innerOffsetL": "_innerOffsetL_1ek49lh_117",
|
|
15
|
+
"short": "_short_1ek49lh_133",
|
|
16
|
+
"selected": "_selected_1ek49lh_141",
|
|
17
|
+
"icon": "_icon_1ek49lh_239",
|
|
18
|
+
"iconLeft": "_iconLeft_1ek49lh_253",
|
|
19
|
+
"iconRight": "_iconRight_1ek49lh_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_1414wc7_4",
|
|
3
|
+
"scrollable": "_scrollable_1414wc7_10",
|
|
4
|
+
"arrowShadow": "_arrowShadow_1414wc7_39",
|
|
5
|
+
"arrow": "_arrow_1414wc7_39",
|
|
6
|
+
"light": "_light_1414wc7_82",
|
|
7
|
+
"dark": "_dark_1414wc7_86",
|
|
8
|
+
"shown": "_shown_1414wc7_91",
|
|
9
|
+
"arrowLeft": "_arrowLeft_1414wc7_99",
|
|
10
|
+
"arrowRight": "_arrowRight_1414wc7_112",
|
|
11
|
+
"arrowButton": "_arrowButton_1414wc7_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.15",
|
|
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.7.
|
|
21
|
-
"@rescui/icons": "^0.10.
|
|
20
|
+
"@rescui/button": "^0.7.4",
|
|
21
|
+
"@rescui/icons": "^0.10.2",
|
|
22
22
|
"classnames": "^2.2.6",
|
|
23
23
|
"core-js": "^3.9.1"
|
|
24
24
|
},
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"@rescui/colors": "^0.1.4",
|
|
32
32
|
"@rescui/postcss-preset-library": "^0.1.0",
|
|
33
33
|
"@rescui/scripts": "^0.1.7",
|
|
34
|
-
"@rescui/typography": "^0.8.
|
|
34
|
+
"@rescui/typography": "^0.8.2",
|
|
35
35
|
"@rescui/visual-regression": "^0.0.3"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "rescui-scripts build"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "399d5bcaf892b517a4b5d8108d509ed6549629f2"
|
|
41
41
|
}
|