@alfalab/core-components-tabs 10.0.1 → 10.0.2
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/components/primary-tablist/index.css +132 -132
- package/components/primary-tablist/index.module.css.js +1 -1
- package/components/primary-tablist/mobile.css +221 -221
- package/components/primary-tablist/mobile.module.css.js +1 -1
- package/components/scroll-controls/index.css +11 -11
- package/components/scroll-controls/index.module.css.js +1 -1
- package/components/scrollable-container/index.css +5 -5
- package/components/scrollable-container/index.module.css.js +1 -1
- package/components/secondary-tablist/index.css +18 -18
- package/components/secondary-tablist/index.module.css.js +1 -1
- package/components/secondary-tablist/mobile.css +22 -22
- package/components/secondary-tablist/mobile.module.css.js +1 -1
- package/components/tab/index.css +2 -2
- package/components/tab/index.module.css.js +1 -1
- package/esm/components/primary-tablist/index.css +132 -132
- package/esm/components/primary-tablist/index.module.css.js +1 -1
- package/esm/components/primary-tablist/mobile.css +221 -221
- package/esm/components/primary-tablist/mobile.module.css.js +1 -1
- package/esm/components/scroll-controls/index.css +11 -11
- package/esm/components/scroll-controls/index.module.css.js +1 -1
- package/esm/components/scrollable-container/index.css +5 -5
- package/esm/components/scrollable-container/index.module.css.js +1 -1
- package/esm/components/secondary-tablist/index.css +18 -18
- package/esm/components/secondary-tablist/index.module.css.js +1 -1
- package/esm/components/secondary-tablist/mobile.css +22 -22
- package/esm/components/secondary-tablist/mobile.module.css.js +1 -1
- package/esm/components/tab/index.css +2 -2
- package/esm/components/tab/index.module.css.js +1 -1
- package/modern/components/primary-tablist/index.css +132 -132
- package/modern/components/primary-tablist/index.module.css.js +1 -1
- package/modern/components/primary-tablist/mobile.css +221 -221
- package/modern/components/primary-tablist/mobile.module.css.js +1 -1
- package/modern/components/scroll-controls/index.css +11 -11
- package/modern/components/scroll-controls/index.module.css.js +1 -1
- package/modern/components/scrollable-container/index.css +5 -5
- package/modern/components/scrollable-container/index.module.css.js +1 -1
- package/modern/components/secondary-tablist/index.css +18 -18
- package/modern/components/secondary-tablist/index.module.css.js +1 -1
- package/modern/components/secondary-tablist/mobile.css +22 -22
- package/modern/components/secondary-tablist/mobile.module.css.js +1 -1
- package/modern/components/tab/index.css +2 -2
- package/modern/components/tab/index.module.css.js +1 -1
- package/package.json +2 -2
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
--primary-tablist-xl-gaps: var(--gap-32);
|
|
55
55
|
--primary-tablist-xl-padding: var(--gap-4) var(--gap-0) var(--gap-24);
|
|
56
56
|
}
|
|
57
|
-
.
|
|
57
|
+
.tabs__component_142ze {
|
|
58
58
|
position: relative;
|
|
59
59
|
display: inline-flex;
|
|
60
60
|
min-width: 100%;
|
|
61
61
|
}
|
|
62
|
-
.
|
|
62
|
+
.tabs__component_142ze:before {
|
|
63
63
|
content: '';
|
|
64
64
|
display: block;
|
|
65
65
|
position: absolute;
|
|
@@ -68,361 +68,361 @@
|
|
|
68
68
|
width: 100%;
|
|
69
69
|
background-color: var(--primary-tablist-bottom-border-color);
|
|
70
70
|
}
|
|
71
|
-
.
|
|
71
|
+
.tabs__desktop_142ze.tabs__paragraph-primary-large_142ze .tabs__title_142ze {
|
|
72
72
|
font-size: 18px;
|
|
73
73
|
line-height: 24px;
|
|
74
74
|
font-weight: 400;
|
|
75
75
|
font-family: var(--font-family-system);
|
|
76
76
|
}
|
|
77
|
-
.
|
|
77
|
+
.tabs__desktop_142ze.tabs__paragraph-primary-medium_142ze .tabs__title_142ze {
|
|
78
78
|
font-size: 16px;
|
|
79
79
|
line-height: 24px;
|
|
80
80
|
font-weight: 400;
|
|
81
81
|
font-family: var(--font-family-system);
|
|
82
82
|
}
|
|
83
|
-
.
|
|
83
|
+
.tabs__desktop_142ze.tabs__paragraph-primary-small_142ze .tabs__title_142ze {
|
|
84
84
|
font-size: 14px;
|
|
85
85
|
line-height: 20px;
|
|
86
86
|
font-weight: 400;
|
|
87
87
|
font-family: var(--font-family-system);
|
|
88
88
|
}
|
|
89
|
-
.
|
|
89
|
+
.tabs__desktop_142ze.tabs__action-primary-large_142ze .tabs__title_142ze {
|
|
90
90
|
font-size: 18px;
|
|
91
91
|
line-height: 24px;
|
|
92
92
|
font-weight: 500;
|
|
93
93
|
font-family: var(--font-family-system);
|
|
94
94
|
}
|
|
95
|
-
.
|
|
95
|
+
.tabs__desktop_142ze.tabs__action-primary-medium_142ze .tabs__title_142ze {
|
|
96
96
|
font-size: 16px;
|
|
97
97
|
line-height: 24px;
|
|
98
98
|
font-weight: 500;
|
|
99
99
|
font-family: var(--font-family-system);
|
|
100
100
|
}
|
|
101
|
-
.
|
|
101
|
+
.tabs__desktop_142ze.tabs__action-primary-small_142ze .tabs__title_142ze {
|
|
102
102
|
font-size: 14px;
|
|
103
103
|
line-height: 20px;
|
|
104
104
|
font-weight: 500;
|
|
105
105
|
font-family: var(--font-family-system);
|
|
106
106
|
}
|
|
107
|
-
.
|
|
107
|
+
.tabs__desktop_142ze.tabs__accent-primary-large_142ze .tabs__title_142ze {
|
|
108
108
|
font-size: 18px;
|
|
109
109
|
line-height: 24px;
|
|
110
110
|
font-weight: 700;
|
|
111
111
|
font-family: var(--font-family-system);
|
|
112
112
|
}
|
|
113
|
-
.
|
|
113
|
+
.tabs__desktop_142ze.tabs__accent-primary-medium_142ze .tabs__title_142ze {
|
|
114
114
|
font-size: 16px;
|
|
115
115
|
line-height: 24px;
|
|
116
116
|
font-weight: 700;
|
|
117
117
|
font-family: var(--font-family-system);
|
|
118
118
|
}
|
|
119
|
-
.
|
|
119
|
+
.tabs__desktop_142ze.tabs__accent-primary-small_142ze .tabs__title_142ze {
|
|
120
120
|
font-size: 14px;
|
|
121
121
|
line-height: 20px;
|
|
122
122
|
font-weight: 700;
|
|
123
123
|
font-family: var(--font-family-system);
|
|
124
124
|
}
|
|
125
|
-
.
|
|
125
|
+
.tabs__desktop_142ze.tabs__paragraph-primary-large_142ze .tabs__title_142ze, .tabs__desktop_142ze.tabs__paragraph-primary-medium_142ze .tabs__title_142ze, .tabs__desktop_142ze.tabs__accent-primary-large_142ze .tabs__title_142ze, .tabs__desktop_142ze.tabs__accent-primary-medium_142ze .tabs__title_142ze, .tabs__desktop_142ze.tabs__action-primary-large_142ze .tabs__title_142ze, .tabs__desktop_142ze.tabs__action-primary-medium_142ze .tabs__title_142ze {
|
|
126
126
|
padding-bottom: calc(24px / 2);
|
|
127
127
|
}
|
|
128
|
-
.
|
|
129
|
-
.
|
|
130
|
-
.
|
|
131
|
-
.
|
|
132
|
-
.
|
|
133
|
-
.
|
|
134
|
-
.
|
|
135
|
-
.
|
|
136
|
-
.
|
|
137
|
-
.
|
|
138
|
-
.
|
|
139
|
-
.
|
|
128
|
+
.tabs__desktop_142ze.tabs__paragraph-primary-large_142ze .tabs__title_142ze + .tabs__title_142ze,
|
|
129
|
+
.tabs__desktop_142ze.tabs__paragraph-primary-medium_142ze .tabs__title_142ze + .tabs__title_142ze,
|
|
130
|
+
.tabs__desktop_142ze.tabs__accent-primary-large_142ze .tabs__title_142ze + .tabs__title_142ze,
|
|
131
|
+
.tabs__desktop_142ze.tabs__accent-primary-medium_142ze .tabs__title_142ze + .tabs__title_142ze,
|
|
132
|
+
.tabs__desktop_142ze.tabs__action-primary-large_142ze .tabs__title_142ze + .tabs__title_142ze,
|
|
133
|
+
.tabs__desktop_142ze.tabs__action-primary-medium_142ze .tabs__title_142ze + .tabs__title_142ze,
|
|
134
|
+
.tabs__desktop_142ze.tabs__paragraph-primary-large_142ze .tabs__pickerWrapper_142ze,
|
|
135
|
+
.tabs__desktop_142ze.tabs__paragraph-primary-medium_142ze .tabs__pickerWrapper_142ze,
|
|
136
|
+
.tabs__desktop_142ze.tabs__accent-primary-large_142ze .tabs__pickerWrapper_142ze,
|
|
137
|
+
.tabs__desktop_142ze.tabs__accent-primary-medium_142ze .tabs__pickerWrapper_142ze,
|
|
138
|
+
.tabs__desktop_142ze.tabs__action-primary-large_142ze .tabs__pickerWrapper_142ze,
|
|
139
|
+
.tabs__desktop_142ze.tabs__action-primary-medium_142ze .tabs__pickerWrapper_142ze {
|
|
140
140
|
margin-left: 24px;
|
|
141
141
|
}
|
|
142
|
-
.
|
|
142
|
+
.tabs__desktop_142ze.tabs__paragraph-primary-large_142ze .tabs__option_142ze, .tabs__desktop_142ze.tabs__paragraph-primary-medium_142ze .tabs__option_142ze, .tabs__desktop_142ze.tabs__accent-primary-large_142ze .tabs__option_142ze, .tabs__desktop_142ze.tabs__accent-primary-medium_142ze .tabs__option_142ze, .tabs__desktop_142ze.tabs__action-primary-large_142ze .tabs__option_142ze, .tabs__desktop_142ze.tabs__action-primary-medium_142ze .tabs__option_142ze {
|
|
143
143
|
padding: var(--gap-0);
|
|
144
144
|
}
|
|
145
|
-
.
|
|
145
|
+
.tabs__desktop_142ze.tabs__paragraph-primary-large_142ze .tabs__scrollControls_142ze > button, .tabs__desktop_142ze.tabs__paragraph-primary-medium_142ze .tabs__scrollControls_142ze > button, .tabs__desktop_142ze.tabs__accent-primary-large_142ze .tabs__scrollControls_142ze > button, .tabs__desktop_142ze.tabs__accent-primary-medium_142ze .tabs__scrollControls_142ze > button, .tabs__desktop_142ze.tabs__action-primary-large_142ze .tabs__scrollControls_142ze > button, .tabs__desktop_142ze.tabs__action-primary-medium_142ze .tabs__scrollControls_142ze > button {
|
|
146
146
|
box-sizing: content-box;
|
|
147
147
|
width: 24px;
|
|
148
148
|
height: 24px;
|
|
149
149
|
padding: var(--gap-0);
|
|
150
150
|
}
|
|
151
|
-
.
|
|
151
|
+
.tabs__desktop_142ze.tabs__paragraph-primary-large_142ze .tabs__scrollControls_142ze button:first-child, .tabs__desktop_142ze.tabs__paragraph-primary-medium_142ze .tabs__scrollControls_142ze button:first-child, .tabs__desktop_142ze.tabs__accent-primary-large_142ze .tabs__scrollControls_142ze button:first-child, .tabs__desktop_142ze.tabs__accent-primary-medium_142ze .tabs__scrollControls_142ze button:first-child, .tabs__desktop_142ze.tabs__action-primary-large_142ze .tabs__scrollControls_142ze button:first-child, .tabs__desktop_142ze.tabs__action-primary-medium_142ze .tabs__scrollControls_142ze button:first-child {
|
|
152
152
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(24px / 2);
|
|
153
153
|
}
|
|
154
|
-
.
|
|
154
|
+
.tabs__desktop_142ze.tabs__paragraph-primary-small_142ze .tabs__title_142ze, .tabs__desktop_142ze.tabs__accent-primary-small_142ze .tabs__title_142ze, .tabs__desktop_142ze.tabs__action-primary-small_142ze .tabs__title_142ze {
|
|
155
155
|
padding-bottom: calc(20px / 2);
|
|
156
156
|
}
|
|
157
|
-
.
|
|
158
|
-
.
|
|
159
|
-
.
|
|
160
|
-
.
|
|
161
|
-
.
|
|
162
|
-
.
|
|
157
|
+
.tabs__desktop_142ze.tabs__paragraph-primary-small_142ze .tabs__title_142ze + .tabs__title_142ze,
|
|
158
|
+
.tabs__desktop_142ze.tabs__accent-primary-small_142ze .tabs__title_142ze + .tabs__title_142ze,
|
|
159
|
+
.tabs__desktop_142ze.tabs__action-primary-small_142ze .tabs__title_142ze + .tabs__title_142ze,
|
|
160
|
+
.tabs__desktop_142ze.tabs__paragraph-primary-small_142ze .tabs__pickerWrapper_142ze,
|
|
161
|
+
.tabs__desktop_142ze.tabs__accent-primary-small_142ze .tabs__pickerWrapper_142ze,
|
|
162
|
+
.tabs__desktop_142ze.tabs__action-primary-small_142ze .tabs__pickerWrapper_142ze {
|
|
163
163
|
margin-left: 20px;
|
|
164
164
|
}
|
|
165
|
-
.
|
|
165
|
+
.tabs__desktop_142ze.tabs__paragraph-primary-small_142ze .tabs__option_142ze, .tabs__desktop_142ze.tabs__accent-primary-small_142ze .tabs__option_142ze, .tabs__desktop_142ze.tabs__action-primary-small_142ze .tabs__option_142ze {
|
|
166
166
|
padding: var(--gap-0);
|
|
167
167
|
}
|
|
168
|
-
.
|
|
168
|
+
.tabs__desktop_142ze.tabs__paragraph-primary-small_142ze .tabs__scrollControls_142ze > button, .tabs__desktop_142ze.tabs__accent-primary-small_142ze .tabs__scrollControls_142ze > button, .tabs__desktop_142ze.tabs__action-primary-small_142ze .tabs__scrollControls_142ze > button {
|
|
169
169
|
box-sizing: content-box;
|
|
170
170
|
width: 20px;
|
|
171
171
|
height: 20px;
|
|
172
172
|
padding: var(--gap-0);
|
|
173
173
|
}
|
|
174
|
-
.
|
|
174
|
+
.tabs__desktop_142ze.tabs__paragraph-primary-small_142ze .tabs__scrollControls_142ze button:first-child, .tabs__desktop_142ze.tabs__accent-primary-small_142ze .tabs__scrollControls_142ze button:first-child, .tabs__desktop_142ze.tabs__action-primary-small_142ze .tabs__scrollControls_142ze button:first-child {
|
|
175
175
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(20px / 2);
|
|
176
176
|
}
|
|
177
|
-
.
|
|
177
|
+
.tabs__desktop_142ze.tabs__headline-system-xlarge_142ze .tabs__title_142ze {
|
|
178
178
|
font-size: 48px;
|
|
179
179
|
line-height: 52px;
|
|
180
180
|
font-weight: 700;
|
|
181
181
|
font-family: var(--font-family-system);
|
|
182
182
|
}
|
|
183
|
-
.
|
|
183
|
+
.tabs__desktop_142ze.tabs__headline-system-large_142ze .tabs__title_142ze {
|
|
184
184
|
font-size: 40px;
|
|
185
185
|
line-height: 48px;
|
|
186
186
|
font-weight: 700;
|
|
187
187
|
font-family: var(--font-family-system);
|
|
188
188
|
}
|
|
189
|
-
.
|
|
189
|
+
.tabs__desktop_142ze.tabs__headline-system-medium_142ze .tabs__title_142ze {
|
|
190
190
|
font-size: 30px;
|
|
191
191
|
line-height: 36px;
|
|
192
192
|
font-weight: 700;
|
|
193
193
|
font-family: var(--font-family-system);
|
|
194
194
|
}
|
|
195
|
-
.
|
|
195
|
+
.tabs__desktop_142ze.tabs__headline-system-small_142ze .tabs__title_142ze {
|
|
196
196
|
font-size: 22px;
|
|
197
197
|
line-height: 26px;
|
|
198
198
|
font-weight: 700;
|
|
199
199
|
font-family: var(--font-family-system);
|
|
200
200
|
}
|
|
201
|
-
.
|
|
201
|
+
.tabs__desktop_142ze.tabs__headline-system-xsmall_142ze .tabs__title_142ze {
|
|
202
202
|
font-size: 18px;
|
|
203
203
|
line-height: 22px;
|
|
204
204
|
font-weight: 700;
|
|
205
205
|
font-family: var(--font-family-system);
|
|
206
206
|
}
|
|
207
|
-
.
|
|
207
|
+
.tabs__desktop_142ze.tabs__headline-xlarge_142ze .tabs__title_142ze {
|
|
208
208
|
font-size: 48px;
|
|
209
209
|
line-height: 64px;
|
|
210
210
|
font-weight: 500;
|
|
211
211
|
font-feature-settings: 'ss01';
|
|
212
212
|
font-family: var(--font-family-styrene);
|
|
213
213
|
}
|
|
214
|
-
.
|
|
214
|
+
.tabs__desktop_142ze.tabs__headline-large_142ze .tabs__title_142ze {
|
|
215
215
|
font-size: 40px;
|
|
216
216
|
line-height: 48px;
|
|
217
217
|
font-weight: 500;
|
|
218
218
|
font-feature-settings: 'ss01';
|
|
219
219
|
font-family: var(--font-family-styrene);
|
|
220
220
|
}
|
|
221
|
-
.
|
|
221
|
+
.tabs__desktop_142ze.tabs__headline-medium_142ze .tabs__title_142ze {
|
|
222
222
|
font-size: 32px;
|
|
223
223
|
line-height: 40px;
|
|
224
224
|
font-weight: 500;
|
|
225
225
|
font-feature-settings: 'ss01';
|
|
226
226
|
font-family: var(--font-family-styrene);
|
|
227
227
|
}
|
|
228
|
-
.
|
|
228
|
+
.tabs__desktop_142ze.tabs__headline-small_142ze .tabs__title_142ze {
|
|
229
229
|
font-size: 24px;
|
|
230
230
|
line-height: 32px;
|
|
231
231
|
font-weight: 500;
|
|
232
232
|
font-feature-settings: 'ss01';
|
|
233
233
|
font-family: var(--font-family-styrene);
|
|
234
234
|
}
|
|
235
|
-
.
|
|
235
|
+
.tabs__desktop_142ze.tabs__headline-xsmall_142ze .tabs__title_142ze {
|
|
236
236
|
font-size: 20px;
|
|
237
237
|
line-height: 24px;
|
|
238
238
|
font-weight: 500;
|
|
239
239
|
font-feature-settings: 'ss01';
|
|
240
240
|
font-family: var(--font-family-styrene);
|
|
241
241
|
}
|
|
242
|
-
.
|
|
242
|
+
.tabs__desktop_142ze.tabs__headline-system-xlarge_142ze .tabs__title_142ze {
|
|
243
243
|
padding-bottom: calc(52px / 2);
|
|
244
244
|
}
|
|
245
|
-
.
|
|
246
|
-
.
|
|
245
|
+
.tabs__desktop_142ze.tabs__headline-system-xlarge_142ze .tabs__title_142ze + .tabs__title_142ze,
|
|
246
|
+
.tabs__desktop_142ze.tabs__headline-system-xlarge_142ze .tabs__pickerWrapper_142ze {
|
|
247
247
|
margin-left: 52px;
|
|
248
248
|
}
|
|
249
|
-
.
|
|
249
|
+
.tabs__desktop_142ze.tabs__headline-system-xlarge_142ze .tabs__option_142ze {
|
|
250
250
|
padding: var(--gap-0);
|
|
251
251
|
}
|
|
252
|
-
.
|
|
252
|
+
.tabs__desktop_142ze.tabs__headline-system-xlarge_142ze .tabs__scrollControls_142ze > button {
|
|
253
253
|
box-sizing: content-box;
|
|
254
254
|
width: 52px;
|
|
255
255
|
height: 52px;
|
|
256
256
|
padding: var(--gap-0);
|
|
257
257
|
}
|
|
258
|
-
.
|
|
258
|
+
.tabs__desktop_142ze.tabs__headline-system-xlarge_142ze .tabs__scrollControls_142ze button:first-child {
|
|
259
259
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(52px / 2);
|
|
260
260
|
}
|
|
261
|
-
.
|
|
261
|
+
.tabs__desktop_142ze.tabs__headline-system-large_142ze .tabs__title_142ze, .tabs__desktop_142ze.tabs__headline-large_142ze .tabs__title_142ze {
|
|
262
262
|
padding-bottom: calc(48px / 2);
|
|
263
263
|
}
|
|
264
|
-
.
|
|
265
|
-
.
|
|
266
|
-
.
|
|
267
|
-
.
|
|
264
|
+
.tabs__desktop_142ze.tabs__headline-system-large_142ze .tabs__title_142ze + .tabs__title_142ze,
|
|
265
|
+
.tabs__desktop_142ze.tabs__headline-large_142ze .tabs__title_142ze + .tabs__title_142ze,
|
|
266
|
+
.tabs__desktop_142ze.tabs__headline-system-large_142ze .tabs__pickerWrapper_142ze,
|
|
267
|
+
.tabs__desktop_142ze.tabs__headline-large_142ze .tabs__pickerWrapper_142ze {
|
|
268
268
|
margin-left: 48px;
|
|
269
269
|
}
|
|
270
|
-
.
|
|
270
|
+
.tabs__desktop_142ze.tabs__headline-system-large_142ze .tabs__option_142ze, .tabs__desktop_142ze.tabs__headline-large_142ze .tabs__option_142ze {
|
|
271
271
|
padding: var(--gap-0);
|
|
272
272
|
}
|
|
273
|
-
.
|
|
273
|
+
.tabs__desktop_142ze.tabs__headline-system-large_142ze .tabs__scrollControls_142ze > button, .tabs__desktop_142ze.tabs__headline-large_142ze .tabs__scrollControls_142ze > button {
|
|
274
274
|
box-sizing: content-box;
|
|
275
275
|
width: 48px;
|
|
276
276
|
height: 48px;
|
|
277
277
|
padding: var(--gap-0);
|
|
278
278
|
}
|
|
279
|
-
.
|
|
279
|
+
.tabs__desktop_142ze.tabs__headline-system-large_142ze .tabs__scrollControls_142ze button:first-child, .tabs__desktop_142ze.tabs__headline-large_142ze .tabs__scrollControls_142ze button:first-child {
|
|
280
280
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(48px / 2);
|
|
281
281
|
}
|
|
282
|
-
.
|
|
282
|
+
.tabs__desktop_142ze.tabs__headline-system-medium_142ze .tabs__title_142ze {
|
|
283
283
|
padding-bottom: calc(36px / 2);
|
|
284
284
|
}
|
|
285
|
-
.
|
|
286
|
-
.
|
|
285
|
+
.tabs__desktop_142ze.tabs__headline-system-medium_142ze .tabs__title_142ze + .tabs__title_142ze,
|
|
286
|
+
.tabs__desktop_142ze.tabs__headline-system-medium_142ze .tabs__pickerWrapper_142ze {
|
|
287
287
|
margin-left: 36px;
|
|
288
288
|
}
|
|
289
|
-
.
|
|
289
|
+
.tabs__desktop_142ze.tabs__headline-system-medium_142ze .tabs__option_142ze {
|
|
290
290
|
padding: var(--gap-0);
|
|
291
291
|
}
|
|
292
|
-
.
|
|
292
|
+
.tabs__desktop_142ze.tabs__headline-system-medium_142ze .tabs__scrollControls_142ze > button {
|
|
293
293
|
box-sizing: content-box;
|
|
294
294
|
width: 36px;
|
|
295
295
|
height: 36px;
|
|
296
296
|
padding: var(--gap-0);
|
|
297
297
|
}
|
|
298
|
-
.
|
|
298
|
+
.tabs__desktop_142ze.tabs__headline-system-medium_142ze .tabs__scrollControls_142ze button:first-child {
|
|
299
299
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(36px / 2);
|
|
300
300
|
}
|
|
301
|
-
.
|
|
301
|
+
.tabs__desktop_142ze.tabs__headline-system-small_142ze .tabs__title_142ze {
|
|
302
302
|
padding-bottom: calc(26px / 2);
|
|
303
303
|
}
|
|
304
|
-
.
|
|
305
|
-
.
|
|
304
|
+
.tabs__desktop_142ze.tabs__headline-system-small_142ze .tabs__title_142ze + .tabs__title_142ze,
|
|
305
|
+
.tabs__desktop_142ze.tabs__headline-system-small_142ze .tabs__pickerWrapper_142ze {
|
|
306
306
|
margin-left: 26px;
|
|
307
307
|
}
|
|
308
|
-
.
|
|
308
|
+
.tabs__desktop_142ze.tabs__headline-system-small_142ze .tabs__option_142ze {
|
|
309
309
|
padding: var(--gap-0);
|
|
310
310
|
}
|
|
311
|
-
.
|
|
311
|
+
.tabs__desktop_142ze.tabs__headline-system-small_142ze .tabs__scrollControls_142ze > button {
|
|
312
312
|
box-sizing: content-box;
|
|
313
313
|
width: 26px;
|
|
314
314
|
height: 26px;
|
|
315
315
|
padding: var(--gap-0);
|
|
316
316
|
}
|
|
317
|
-
.
|
|
317
|
+
.tabs__desktop_142ze.tabs__headline-system-small_142ze .tabs__scrollControls_142ze button:first-child {
|
|
318
318
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(26px / 2);
|
|
319
319
|
}
|
|
320
|
-
.
|
|
320
|
+
.tabs__desktop_142ze.tabs__headline-system-xsmall_142ze .tabs__title_142ze {
|
|
321
321
|
padding-bottom: calc(22px / 2);
|
|
322
322
|
}
|
|
323
|
-
.
|
|
324
|
-
.
|
|
323
|
+
.tabs__desktop_142ze.tabs__headline-system-xsmall_142ze .tabs__title_142ze + .tabs__title_142ze,
|
|
324
|
+
.tabs__desktop_142ze.tabs__headline-system-xsmall_142ze .tabs__pickerWrapper_142ze {
|
|
325
325
|
margin-left: 22px;
|
|
326
326
|
}
|
|
327
|
-
.
|
|
327
|
+
.tabs__desktop_142ze.tabs__headline-system-xsmall_142ze .tabs__option_142ze {
|
|
328
328
|
padding: var(--gap-0);
|
|
329
329
|
}
|
|
330
|
-
.
|
|
330
|
+
.tabs__desktop_142ze.tabs__headline-system-xsmall_142ze .tabs__scrollControls_142ze > button {
|
|
331
331
|
box-sizing: content-box;
|
|
332
332
|
width: 22px;
|
|
333
333
|
height: 22px;
|
|
334
334
|
padding: var(--gap-0);
|
|
335
335
|
}
|
|
336
|
-
.
|
|
336
|
+
.tabs__desktop_142ze.tabs__headline-system-xsmall_142ze .tabs__scrollControls_142ze button:first-child {
|
|
337
337
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(22px / 2);
|
|
338
338
|
}
|
|
339
|
-
.
|
|
339
|
+
.tabs__desktop_142ze.tabs__headline-xlarge_142ze .tabs__title_142ze {
|
|
340
340
|
padding-bottom: calc(64px / 2);
|
|
341
341
|
}
|
|
342
|
-
.
|
|
343
|
-
.
|
|
342
|
+
.tabs__desktop_142ze.tabs__headline-xlarge_142ze .tabs__title_142ze + .tabs__title_142ze,
|
|
343
|
+
.tabs__desktop_142ze.tabs__headline-xlarge_142ze .tabs__pickerWrapper_142ze {
|
|
344
344
|
margin-left: 64px;
|
|
345
345
|
}
|
|
346
|
-
.
|
|
346
|
+
.tabs__desktop_142ze.tabs__headline-xlarge_142ze .tabs__option_142ze {
|
|
347
347
|
padding: var(--gap-0);
|
|
348
348
|
}
|
|
349
|
-
.
|
|
349
|
+
.tabs__desktop_142ze.tabs__headline-xlarge_142ze .tabs__scrollControls_142ze > button {
|
|
350
350
|
box-sizing: content-box;
|
|
351
351
|
width: 64px;
|
|
352
352
|
height: 64px;
|
|
353
353
|
padding: var(--gap-0);
|
|
354
354
|
}
|
|
355
|
-
.
|
|
355
|
+
.tabs__desktop_142ze.tabs__headline-xlarge_142ze .tabs__scrollControls_142ze button:first-child {
|
|
356
356
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(64px / 2);
|
|
357
357
|
}
|
|
358
|
-
.
|
|
358
|
+
.tabs__desktop_142ze.tabs__headline-medium_142ze .tabs__title_142ze {
|
|
359
359
|
padding-bottom: calc(40px / 2);
|
|
360
360
|
}
|
|
361
|
-
.
|
|
362
|
-
.
|
|
361
|
+
.tabs__desktop_142ze.tabs__headline-medium_142ze .tabs__title_142ze + .tabs__title_142ze,
|
|
362
|
+
.tabs__desktop_142ze.tabs__headline-medium_142ze .tabs__pickerWrapper_142ze {
|
|
363
363
|
margin-left: 40px;
|
|
364
364
|
}
|
|
365
|
-
.
|
|
365
|
+
.tabs__desktop_142ze.tabs__headline-medium_142ze .tabs__option_142ze {
|
|
366
366
|
padding: var(--gap-0);
|
|
367
367
|
}
|
|
368
|
-
.
|
|
368
|
+
.tabs__desktop_142ze.tabs__headline-medium_142ze .tabs__scrollControls_142ze > button {
|
|
369
369
|
box-sizing: content-box;
|
|
370
370
|
width: 40px;
|
|
371
371
|
height: 40px;
|
|
372
372
|
padding: var(--gap-0);
|
|
373
373
|
}
|
|
374
|
-
.
|
|
374
|
+
.tabs__desktop_142ze.tabs__headline-medium_142ze .tabs__scrollControls_142ze button:first-child {
|
|
375
375
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(40px / 2);
|
|
376
376
|
}
|
|
377
|
-
.
|
|
377
|
+
.tabs__desktop_142ze.tabs__headline-small_142ze .tabs__title_142ze {
|
|
378
378
|
padding-bottom: calc(32px / 2);
|
|
379
379
|
}
|
|
380
|
-
.
|
|
381
|
-
.
|
|
380
|
+
.tabs__desktop_142ze.tabs__headline-small_142ze .tabs__title_142ze + .tabs__title_142ze,
|
|
381
|
+
.tabs__desktop_142ze.tabs__headline-small_142ze .tabs__pickerWrapper_142ze {
|
|
382
382
|
margin-left: 32px;
|
|
383
383
|
}
|
|
384
|
-
.
|
|
384
|
+
.tabs__desktop_142ze.tabs__headline-small_142ze .tabs__option_142ze {
|
|
385
385
|
padding: var(--gap-0);
|
|
386
386
|
}
|
|
387
|
-
.
|
|
387
|
+
.tabs__desktop_142ze.tabs__headline-small_142ze .tabs__scrollControls_142ze > button {
|
|
388
388
|
box-sizing: content-box;
|
|
389
389
|
width: 32px;
|
|
390
390
|
height: 32px;
|
|
391
391
|
padding: var(--gap-0);
|
|
392
392
|
}
|
|
393
|
-
.
|
|
393
|
+
.tabs__desktop_142ze.tabs__headline-small_142ze .tabs__scrollControls_142ze button:first-child {
|
|
394
394
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(32px / 2);
|
|
395
395
|
}
|
|
396
|
-
.
|
|
396
|
+
.tabs__desktop_142ze.tabs__headline-xsmall_142ze .tabs__title_142ze {
|
|
397
397
|
padding-bottom: calc(24px / 2);
|
|
398
398
|
}
|
|
399
|
-
.
|
|
400
|
-
.
|
|
399
|
+
.tabs__desktop_142ze.tabs__headline-xsmall_142ze .tabs__title_142ze + .tabs__title_142ze,
|
|
400
|
+
.tabs__desktop_142ze.tabs__headline-xsmall_142ze .tabs__pickerWrapper_142ze {
|
|
401
401
|
margin-left: 24px;
|
|
402
402
|
}
|
|
403
|
-
.
|
|
403
|
+
.tabs__desktop_142ze.tabs__headline-xsmall_142ze .tabs__option_142ze {
|
|
404
404
|
padding: var(--gap-0);
|
|
405
405
|
}
|
|
406
|
-
.
|
|
406
|
+
.tabs__desktop_142ze.tabs__headline-xsmall_142ze .tabs__scrollControls_142ze > button {
|
|
407
407
|
box-sizing: content-box;
|
|
408
408
|
width: 24px;
|
|
409
409
|
height: 24px;
|
|
410
410
|
padding: var(--gap-0);
|
|
411
411
|
}
|
|
412
|
-
.
|
|
412
|
+
.tabs__desktop_142ze.tabs__headline-xsmall_142ze .tabs__scrollControls_142ze button:first-child {
|
|
413
413
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(24px / 2);
|
|
414
414
|
}
|
|
415
|
-
.
|
|
415
|
+
.tabs__fullWidthScroll_142ze {
|
|
416
416
|
min-width: calc(100% - 2 * var(--gap-16));
|
|
417
417
|
margin: var(--gap-0) var(--gap-16);
|
|
418
418
|
}
|
|
419
|
-
.
|
|
419
|
+
.tabs__container_142ze {
|
|
420
420
|
position: relative;
|
|
421
421
|
overflow: hidden;
|
|
422
422
|
margin: var(--gap-4-neg) var(--gap-0) var(--gap-4-neg) var(--gap-4-neg);
|
|
423
423
|
padding: var(--gap-4) var(--gap-0) var(--gap-4) var(--gap-4);
|
|
424
424
|
}
|
|
425
|
-
.
|
|
425
|
+
.tabs__title_142ze {
|
|
426
426
|
display: flex;
|
|
427
427
|
align-items: center;
|
|
428
428
|
height: 100%;
|
|
@@ -439,26 +439,26 @@
|
|
|
439
439
|
user-select: none;
|
|
440
440
|
outline: none;
|
|
441
441
|
}
|
|
442
|
-
.
|
|
442
|
+
.tabs__title_142ze:not(:disabled):hover {
|
|
443
443
|
color: var(--primary-tablist-hover-color);
|
|
444
444
|
}
|
|
445
|
-
.
|
|
445
|
+
.tabs__focused_142ze {
|
|
446
446
|
outline: 2px solid var(--focus-color);
|
|
447
447
|
outline-offset: 2px;
|
|
448
448
|
}
|
|
449
|
-
.
|
|
449
|
+
.tabs__collapsed_142ze {
|
|
450
450
|
order: 99;
|
|
451
451
|
visibility: collapse;
|
|
452
452
|
}
|
|
453
|
-
.
|
|
453
|
+
.tabs__selected_142ze {
|
|
454
454
|
cursor: default;
|
|
455
455
|
color: var(--primary-tablist-selected-color);
|
|
456
456
|
}
|
|
457
|
-
.
|
|
457
|
+
.tabs__disabled_142ze {
|
|
458
458
|
cursor: var(--disabled-cursor);
|
|
459
459
|
color: var(--primary-tablist-disabled-color);
|
|
460
460
|
}
|
|
461
|
-
.
|
|
461
|
+
.tabs__line_142ze {
|
|
462
462
|
position: absolute;
|
|
463
463
|
height: 3px;
|
|
464
464
|
bottom: calc(var(--gap-2) / 2);
|
|
@@ -468,67 +468,67 @@
|
|
|
468
468
|
transform 0.2s ease,
|
|
469
469
|
width 0.2s ease;
|
|
470
470
|
}
|
|
471
|
-
.
|
|
471
|
+
.tabs__option_142ze {
|
|
472
472
|
color: var(--color-light-text-primary);
|
|
473
473
|
}
|
|
474
|
-
.
|
|
474
|
+
.tabs__s_142ze .tabs__title_142ze, .tabs__xs_142ze .tabs__title_142ze, .tabs__xxs_142ze .tabs__title_142ze {
|
|
475
475
|
padding: var(--primary-tablist-s-padding);
|
|
476
476
|
}
|
|
477
|
-
.
|
|
477
|
+
.tabs__s_142ze .tabs__title_142ze + .tabs__title_142ze, .tabs__xs_142ze .tabs__title_142ze + .tabs__title_142ze, .tabs__xxs_142ze .tabs__title_142ze + .tabs__title_142ze {
|
|
478
478
|
margin-left: var(--primary-tablist-s-gaps);
|
|
479
479
|
}
|
|
480
|
-
.
|
|
480
|
+
.tabs__s_142ze .tabs__pickerWrapper_142ze, .tabs__xs_142ze .tabs__pickerWrapper_142ze, .tabs__xxs_142ze .tabs__pickerWrapper_142ze {
|
|
481
481
|
margin-left: var(--primary-tablist-s-gaps);
|
|
482
482
|
}
|
|
483
|
-
.
|
|
483
|
+
.tabs__s_142ze .tabs__option_142ze, .tabs__xs_142ze .tabs__option_142ze, .tabs__xxs_142ze .tabs__option_142ze {
|
|
484
484
|
padding: var(--gap-0);
|
|
485
485
|
}
|
|
486
|
-
.
|
|
486
|
+
.tabs__m_142ze .tabs__title_142ze {
|
|
487
487
|
padding: var(--primary-tablist-m-padding);
|
|
488
488
|
}
|
|
489
|
-
.
|
|
489
|
+
.tabs__m_142ze .tabs__title_142ze + .tabs__title_142ze {
|
|
490
490
|
margin-left: var(--primary-tablist-m-gaps);
|
|
491
491
|
}
|
|
492
|
-
.
|
|
492
|
+
.tabs__m_142ze .tabs__pickerWrapper_142ze {
|
|
493
493
|
margin-left: var(--primary-tablist-m-gaps);
|
|
494
494
|
}
|
|
495
|
-
.
|
|
495
|
+
.tabs__m_142ze .tabs__option_142ze {
|
|
496
496
|
padding: var(--gap-0);
|
|
497
497
|
}
|
|
498
|
-
.
|
|
498
|
+
.tabs__l_142ze .tabs__title_142ze {
|
|
499
499
|
padding: var(--primary-tablist-l-padding);
|
|
500
500
|
}
|
|
501
|
-
.
|
|
501
|
+
.tabs__l_142ze .tabs__title_142ze + .tabs__title_142ze {
|
|
502
502
|
margin-left: var(--primary-tablist-l-gaps);
|
|
503
503
|
}
|
|
504
|
-
.
|
|
504
|
+
.tabs__l_142ze .tabs__pickerWrapper_142ze {
|
|
505
505
|
margin-left: var(--primary-tablist-l-gaps);
|
|
506
506
|
}
|
|
507
|
-
.
|
|
507
|
+
.tabs__l_142ze .tabs__option_142ze {
|
|
508
508
|
padding: var(--gap-0);
|
|
509
509
|
}
|
|
510
|
-
.
|
|
510
|
+
.tabs__xl_142ze .tabs__title_142ze {
|
|
511
511
|
padding: var(--primary-tablist-xl-padding);
|
|
512
512
|
}
|
|
513
|
-
.
|
|
513
|
+
.tabs__xl_142ze .tabs__title_142ze + .tabs__title_142ze {
|
|
514
514
|
margin-left: var(--primary-tablist-xl-gaps);
|
|
515
515
|
}
|
|
516
|
-
.
|
|
516
|
+
.tabs__xl_142ze .tabs__pickerWrapper_142ze {
|
|
517
517
|
margin-left: var(--primary-tablist-xl-gaps);
|
|
518
518
|
}
|
|
519
|
-
.
|
|
519
|
+
.tabs__xl_142ze .tabs__option_142ze {
|
|
520
520
|
padding: var(--gap-0);
|
|
521
521
|
}
|
|
522
|
-
.
|
|
522
|
+
.tabs__rightAddons_142ze {
|
|
523
523
|
display: flex;
|
|
524
524
|
justify-content: center;
|
|
525
525
|
align-items: center;
|
|
526
526
|
margin-left: var(--gap-8);
|
|
527
527
|
}
|
|
528
|
-
.
|
|
528
|
+
.tabs__rightAddonsMarginZero_142ze {
|
|
529
529
|
margin-left: var(--gap-0);
|
|
530
530
|
}
|
|
531
|
-
.
|
|
531
|
+
.tabs__title_142ze.tabs__noTextStyle_142ze {
|
|
532
532
|
font-size: 18px;
|
|
533
533
|
line-height: 24px;
|
|
534
534
|
font-weight: 400;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var commonStyles = {"component":"
|
|
5
|
+
var commonStyles = {"component":"tabs__component_142ze","desktop":"tabs__desktop_142ze","paragraph-primary-large":"tabs__paragraph-primary-large_142ze","title":"tabs__title_142ze","paragraph-primary-medium":"tabs__paragraph-primary-medium_142ze","paragraph-primary-small":"tabs__paragraph-primary-small_142ze","action-primary-large":"tabs__action-primary-large_142ze","action-primary-medium":"tabs__action-primary-medium_142ze","action-primary-small":"tabs__action-primary-small_142ze","accent-primary-large":"tabs__accent-primary-large_142ze","accent-primary-medium":"tabs__accent-primary-medium_142ze","accent-primary-small":"tabs__accent-primary-small_142ze","pickerWrapper":"tabs__pickerWrapper_142ze","option":"tabs__option_142ze","scrollControls":"tabs__scrollControls_142ze","headline-system-xlarge":"tabs__headline-system-xlarge_142ze","headline-system-large":"tabs__headline-system-large_142ze","headline-system-medium":"tabs__headline-system-medium_142ze","headline-system-small":"tabs__headline-system-small_142ze","headline-system-xsmall":"tabs__headline-system-xsmall_142ze","headline-xlarge":"tabs__headline-xlarge_142ze","headline-large":"tabs__headline-large_142ze","headline-medium":"tabs__headline-medium_142ze","headline-small":"tabs__headline-small_142ze","headline-xsmall":"tabs__headline-xsmall_142ze","fullWidthScroll":"tabs__fullWidthScroll_142ze","container":"tabs__container_142ze","focused":"tabs__focused_142ze","collapsed":"tabs__collapsed_142ze","selected":"tabs__selected_142ze","disabled":"tabs__disabled_142ze","line":"tabs__line_142ze","s":"tabs__s_142ze","xs":"tabs__xs_142ze","xxs":"tabs__xxs_142ze","m":"tabs__m_142ze","l":"tabs__l_142ze","xl":"tabs__xl_142ze","rightAddons":"tabs__rightAddons_142ze","rightAddonsMarginZero":"tabs__rightAddonsMarginZero_142ze","noTextStyle":"tabs__noTextStyle_142ze"};
|
|
6
6
|
|
|
7
7
|
module.exports = commonStyles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|