@alfalab/core-components-tabs 8.8.0 → 8.8.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/Component.collapsible.js +1 -1
- package/components/primary-tablist/Component.desktop.js +1 -1
- package/components/primary-tablist/Component.mobile.js +2 -2
- package/components/primary-tablist/index.css +132 -132
- package/components/primary-tablist/mobile.css +220 -220
- package/components/scroll-controls/Component.js +1 -1
- package/components/scroll-controls/index.css +12 -12
- package/components/scrollable-container/Component.js +1 -1
- package/components/scrollable-container/index.css +6 -6
- package/components/secondary-tablist/Component.desktop.js +1 -1
- package/components/secondary-tablist/Component.mobile.js +2 -2
- package/components/secondary-tablist/index.css +11 -11
- package/components/secondary-tablist/mobile.css +13 -13
- package/components/tab/Component.js +1 -1
- package/components/tab/index.css +3 -3
- package/esm/components/primary-tablist/Component.collapsible.js +1 -1
- package/esm/components/primary-tablist/Component.desktop.js +1 -1
- package/esm/components/primary-tablist/Component.mobile.js +2 -2
- package/esm/components/primary-tablist/index.css +132 -132
- package/esm/components/primary-tablist/mobile.css +220 -220
- package/esm/components/scroll-controls/Component.js +1 -1
- package/esm/components/scroll-controls/index.css +12 -12
- package/esm/components/scrollable-container/Component.js +1 -1
- package/esm/components/scrollable-container/index.css +6 -6
- package/esm/components/secondary-tablist/Component.desktop.js +1 -1
- package/esm/components/secondary-tablist/Component.mobile.js +2 -2
- package/esm/components/secondary-tablist/index.css +11 -11
- package/esm/components/secondary-tablist/mobile.css +13 -13
- package/esm/components/tab/Component.js +1 -1
- package/esm/components/tab/index.css +3 -3
- package/esm/index.module-0479b8df.js +4 -0
- package/esm/index.module-8bfeca4d.js +4 -0
- package/index.module-9020d7b5.js +6 -0
- package/index.module-e9bc9a5f.js +6 -0
- package/modern/components/primary-tablist/Component.collapsible.js +1 -1
- package/modern/components/primary-tablist/Component.desktop.js +1 -1
- package/modern/components/primary-tablist/Component.mobile.js +2 -2
- package/modern/components/primary-tablist/index.css +132 -132
- package/modern/components/primary-tablist/mobile.css +220 -220
- package/modern/components/scroll-controls/Component.js +1 -1
- package/modern/components/scroll-controls/index.css +12 -12
- package/modern/components/scrollable-container/Component.js +1 -1
- package/modern/components/scrollable-container/index.css +6 -6
- package/modern/components/secondary-tablist/Component.desktop.js +1 -1
- package/modern/components/secondary-tablist/Component.mobile.js +2 -2
- package/modern/components/secondary-tablist/index.css +11 -11
- package/modern/components/secondary-tablist/mobile.css +13 -13
- package/modern/components/tab/Component.js +1 -1
- package/modern/components/tab/index.css +3 -3
- package/modern/index.module-087edae9.js +4 -0
- package/modern/index.module-f6f9b889.js +4 -0
- package/package.json +5 -5
- package/esm/index.module-9817743e.js +0 -4
- package/esm/index.module-9dc5e1af.js +0 -4
- package/index.module-4265e676.js +0 -6
- package/index.module-543239dc.js +0 -6
- package/modern/index.module-17dbd674.js +0 -4
- package/modern/index.module-3bc1e97c.js +0 -4
|
@@ -11,7 +11,7 @@ var desktop = require('@alfalab/core-components-picker-button/desktop');
|
|
|
11
11
|
var hooks_useTablistTitles = require('../../hooks/use-tablist-titles.js');
|
|
12
12
|
var syntheticEvents = require('../../synthetic-events.js');
|
|
13
13
|
var components_title_Component = require('../title/Component.js');
|
|
14
|
-
var index_module = require('../../index.module-
|
|
14
|
+
var index_module = require('../../index.module-9020d7b5.js');
|
|
15
15
|
|
|
16
16
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
17
17
|
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
var tslib = require('tslib');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var components_primaryTablist_Component = require('./Component.js');
|
|
8
|
-
var index_module = require('../../index.module-
|
|
8
|
+
var index_module = require('../../index.module-9020d7b5.js');
|
|
9
9
|
|
|
10
10
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
11
11
|
|
|
@@ -5,13 +5,13 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
var tslib = require('tslib');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var components_primaryTablist_Component = require('./Component.js');
|
|
8
|
-
var index_module = require('../../index.module-
|
|
8
|
+
var index_module = require('../../index.module-9020d7b5.js');
|
|
9
9
|
|
|
10
10
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
11
11
|
|
|
12
12
|
var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
13
13
|
|
|
14
|
-
var mobileStyles = {"title":"
|
|
14
|
+
var mobileStyles = {"title":"tabs__title_7ytp9 tabs__title_q9sbb","mobile":"tabs__mobile_7ytp9","paragraph-primary-large":"tabs__paragraph-primary-large_7ytp9","paragraph-primary-medium":"tabs__paragraph-primary-medium_7ytp9","paragraph-primary-small":"tabs__paragraph-primary-small_7ytp9","action-primary-large":"tabs__action-primary-large_7ytp9","action-primary-medium":"tabs__action-primary-medium_7ytp9","action-primary-small":"tabs__action-primary-small_7ytp9","accent-primary-large":"tabs__accent-primary-large_7ytp9","accent-primary-medium":"tabs__accent-primary-medium_7ytp9","accent-primary-small":"tabs__accent-primary-small_7ytp9","pickerWrapper":"tabs__pickerWrapper_7ytp9","option":"tabs__option_7ytp9","scrollControls":"tabs__scrollControls_7ytp9","headline-system-xlarge":"tabs__headline-system-xlarge_7ytp9","headline-system-large":"tabs__headline-system-large_7ytp9","headline-system-medium":"tabs__headline-system-medium_7ytp9","headline-system-small":"tabs__headline-system-small_7ytp9","headline-system-xsmall":"tabs__headline-system-xsmall_7ytp9","headline-xlarge":"tabs__headline-xlarge_7ytp9","headline-large":"tabs__headline-large_7ytp9","headline-medium":"tabs__headline-medium_7ytp9","headline-small":"tabs__headline-small_7ytp9","headline-xsmall":"tabs__headline-xsmall_7ytp9"};
|
|
15
15
|
require('./mobile.css')
|
|
16
16
|
|
|
17
17
|
var styles = tslib.__assign(tslib.__assign({}, index_module.styles), mobileStyles);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 12mhc */
|
|
2
2
|
:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-accent-primary: #ef3124;
|
|
@@ -85,11 +85,11 @@
|
|
|
85
85
|
/* size l */
|
|
86
86
|
|
|
87
87
|
/* size xl */
|
|
88
|
-
} .
|
|
88
|
+
} .tabs__component_q9sbb {
|
|
89
89
|
position: relative;
|
|
90
90
|
display: inline-flex;
|
|
91
91
|
min-width: 100%
|
|
92
|
-
} .
|
|
92
|
+
} .tabs__component_q9sbb:before {
|
|
93
93
|
content: '';
|
|
94
94
|
display: block;
|
|
95
95
|
position: absolute;
|
|
@@ -97,273 +97,273 @@
|
|
|
97
97
|
height: 1px;
|
|
98
98
|
width: 100%;
|
|
99
99
|
background-color: var(--primary-tablist-bottom-border-color);
|
|
100
|
-
} .
|
|
100
|
+
} .tabs__desktop_q9sbb.tabs__paragraph-primary-large_q9sbb .tabs__title_q9sbb {
|
|
101
101
|
font-size: 18px;
|
|
102
102
|
line-height: 24px;
|
|
103
103
|
font-weight: 400;
|
|
104
|
-
} .
|
|
104
|
+
} .tabs__desktop_q9sbb.tabs__paragraph-primary-medium_q9sbb .tabs__title_q9sbb {
|
|
105
105
|
font-size: 16px;
|
|
106
106
|
line-height: 24px;
|
|
107
107
|
font-weight: 400;
|
|
108
|
-
} .
|
|
108
|
+
} .tabs__desktop_q9sbb.tabs__paragraph-primary-small_q9sbb .tabs__title_q9sbb {
|
|
109
109
|
font-size: 14px;
|
|
110
110
|
line-height: 20px;
|
|
111
111
|
font-weight: 400;
|
|
112
|
-
} .
|
|
112
|
+
} .tabs__desktop_q9sbb.tabs__action-primary-large_q9sbb .tabs__title_q9sbb {
|
|
113
113
|
font-size: 18px;
|
|
114
114
|
line-height: 24px;
|
|
115
115
|
font-weight: 500;
|
|
116
|
-
} .
|
|
116
|
+
} .tabs__desktop_q9sbb.tabs__action-primary-medium_q9sbb .tabs__title_q9sbb {
|
|
117
117
|
font-size: 16px;
|
|
118
118
|
line-height: 24px;
|
|
119
119
|
font-weight: 500;
|
|
120
|
-
} .
|
|
120
|
+
} .tabs__desktop_q9sbb.tabs__action-primary-small_q9sbb .tabs__title_q9sbb {
|
|
121
121
|
font-size: 14px;
|
|
122
122
|
line-height: 20px;
|
|
123
123
|
font-weight: 500;
|
|
124
|
-
} .
|
|
124
|
+
} .tabs__desktop_q9sbb.tabs__accent-primary-large_q9sbb .tabs__title_q9sbb {
|
|
125
125
|
font-size: 18px;
|
|
126
126
|
line-height: 24px;
|
|
127
127
|
font-weight: 700;
|
|
128
|
-
} .
|
|
128
|
+
} .tabs__desktop_q9sbb.tabs__accent-primary-medium_q9sbb .tabs__title_q9sbb {
|
|
129
129
|
font-size: 16px;
|
|
130
130
|
line-height: 24px;
|
|
131
131
|
font-weight: 700;
|
|
132
|
-
} .
|
|
132
|
+
} .tabs__desktop_q9sbb.tabs__accent-primary-small_q9sbb .tabs__title_q9sbb {
|
|
133
133
|
font-size: 14px;
|
|
134
134
|
line-height: 20px;
|
|
135
135
|
font-weight: 700;
|
|
136
|
-
} .
|
|
136
|
+
} .tabs__desktop_q9sbb.tabs__paragraph-primary-large_q9sbb .tabs__title_q9sbb, .tabs__desktop_q9sbb.tabs__paragraph-primary-medium_q9sbb .tabs__title_q9sbb, .tabs__desktop_q9sbb.tabs__accent-primary-large_q9sbb .tabs__title_q9sbb, .tabs__desktop_q9sbb.tabs__accent-primary-medium_q9sbb .tabs__title_q9sbb, .tabs__desktop_q9sbb.tabs__action-primary-large_q9sbb .tabs__title_q9sbb, .tabs__desktop_q9sbb.tabs__action-primary-medium_q9sbb .tabs__title_q9sbb {
|
|
137
137
|
padding-bottom: calc(24px / 2);
|
|
138
|
-
} .
|
|
139
|
-
.
|
|
140
|
-
.
|
|
141
|
-
.
|
|
142
|
-
.
|
|
143
|
-
.
|
|
144
|
-
.
|
|
145
|
-
.
|
|
146
|
-
.
|
|
147
|
-
.
|
|
148
|
-
.
|
|
149
|
-
.
|
|
138
|
+
} .tabs__desktop_q9sbb.tabs__paragraph-primary-large_q9sbb .tabs__title_q9sbb + .tabs__title_q9sbb,
|
|
139
|
+
.tabs__desktop_q9sbb.tabs__paragraph-primary-large_q9sbb .tabs__pickerWrapper_q9sbb,
|
|
140
|
+
.tabs__desktop_q9sbb.tabs__paragraph-primary-medium_q9sbb .tabs__title_q9sbb + .tabs__title_q9sbb,
|
|
141
|
+
.tabs__desktop_q9sbb.tabs__paragraph-primary-medium_q9sbb .tabs__pickerWrapper_q9sbb,
|
|
142
|
+
.tabs__desktop_q9sbb.tabs__accent-primary-large_q9sbb .tabs__title_q9sbb + .tabs__title_q9sbb,
|
|
143
|
+
.tabs__desktop_q9sbb.tabs__accent-primary-large_q9sbb .tabs__pickerWrapper_q9sbb,
|
|
144
|
+
.tabs__desktop_q9sbb.tabs__accent-primary-medium_q9sbb .tabs__title_q9sbb + .tabs__title_q9sbb,
|
|
145
|
+
.tabs__desktop_q9sbb.tabs__accent-primary-medium_q9sbb .tabs__pickerWrapper_q9sbb,
|
|
146
|
+
.tabs__desktop_q9sbb.tabs__action-primary-large_q9sbb .tabs__title_q9sbb + .tabs__title_q9sbb,
|
|
147
|
+
.tabs__desktop_q9sbb.tabs__action-primary-large_q9sbb .tabs__pickerWrapper_q9sbb,
|
|
148
|
+
.tabs__desktop_q9sbb.tabs__action-primary-medium_q9sbb .tabs__title_q9sbb + .tabs__title_q9sbb,
|
|
149
|
+
.tabs__desktop_q9sbb.tabs__action-primary-medium_q9sbb .tabs__pickerWrapper_q9sbb {
|
|
150
150
|
margin-left: 24px;
|
|
151
|
-
} .
|
|
151
|
+
} .tabs__desktop_q9sbb.tabs__paragraph-primary-large_q9sbb .tabs__option_q9sbb, .tabs__desktop_q9sbb.tabs__paragraph-primary-medium_q9sbb .tabs__option_q9sbb, .tabs__desktop_q9sbb.tabs__accent-primary-large_q9sbb .tabs__option_q9sbb, .tabs__desktop_q9sbb.tabs__accent-primary-medium_q9sbb .tabs__option_q9sbb, .tabs__desktop_q9sbb.tabs__action-primary-large_q9sbb .tabs__option_q9sbb, .tabs__desktop_q9sbb.tabs__action-primary-medium_q9sbb .tabs__option_q9sbb {
|
|
152
152
|
padding: 0;
|
|
153
|
-
} .
|
|
153
|
+
} .tabs__desktop_q9sbb.tabs__paragraph-primary-large_q9sbb .tabs__scrollControls_q9sbb > button, .tabs__desktop_q9sbb.tabs__paragraph-primary-medium_q9sbb .tabs__scrollControls_q9sbb > button, .tabs__desktop_q9sbb.tabs__accent-primary-large_q9sbb .tabs__scrollControls_q9sbb > button, .tabs__desktop_q9sbb.tabs__accent-primary-medium_q9sbb .tabs__scrollControls_q9sbb > button, .tabs__desktop_q9sbb.tabs__action-primary-large_q9sbb .tabs__scrollControls_q9sbb > button, .tabs__desktop_q9sbb.tabs__action-primary-medium_q9sbb .tabs__scrollControls_q9sbb > button {
|
|
154
154
|
box-sizing: content-box;
|
|
155
155
|
width: 24px;
|
|
156
156
|
height: 24px;
|
|
157
157
|
padding: 0;
|
|
158
|
-
} .
|
|
158
|
+
} .tabs__desktop_q9sbb.tabs__paragraph-primary-large_q9sbb .tabs__scrollControls_q9sbb button:first-child, .tabs__desktop_q9sbb.tabs__paragraph-primary-medium_q9sbb .tabs__scrollControls_q9sbb button:first-child, .tabs__desktop_q9sbb.tabs__accent-primary-large_q9sbb .tabs__scrollControls_q9sbb button:first-child, .tabs__desktop_q9sbb.tabs__accent-primary-medium_q9sbb .tabs__scrollControls_q9sbb button:first-child, .tabs__desktop_q9sbb.tabs__action-primary-large_q9sbb .tabs__scrollControls_q9sbb button:first-child, .tabs__desktop_q9sbb.tabs__action-primary-medium_q9sbb .tabs__scrollControls_q9sbb button:first-child {
|
|
159
159
|
margin: 0 0 0 calc(24px / 2);
|
|
160
|
-
} .
|
|
160
|
+
} .tabs__desktop_q9sbb.tabs__paragraph-primary-small_q9sbb .tabs__title_q9sbb, .tabs__desktop_q9sbb.tabs__accent-primary-small_q9sbb .tabs__title_q9sbb, .tabs__desktop_q9sbb.tabs__action-primary-small_q9sbb .tabs__title_q9sbb {
|
|
161
161
|
padding-bottom: calc(20px / 2);
|
|
162
|
-
} .
|
|
163
|
-
.
|
|
164
|
-
.
|
|
165
|
-
.
|
|
166
|
-
.
|
|
167
|
-
.
|
|
162
|
+
} .tabs__desktop_q9sbb.tabs__paragraph-primary-small_q9sbb .tabs__title_q9sbb + .tabs__title_q9sbb,
|
|
163
|
+
.tabs__desktop_q9sbb.tabs__paragraph-primary-small_q9sbb .tabs__pickerWrapper_q9sbb,
|
|
164
|
+
.tabs__desktop_q9sbb.tabs__accent-primary-small_q9sbb .tabs__title_q9sbb + .tabs__title_q9sbb,
|
|
165
|
+
.tabs__desktop_q9sbb.tabs__accent-primary-small_q9sbb .tabs__pickerWrapper_q9sbb,
|
|
166
|
+
.tabs__desktop_q9sbb.tabs__action-primary-small_q9sbb .tabs__title_q9sbb + .tabs__title_q9sbb,
|
|
167
|
+
.tabs__desktop_q9sbb.tabs__action-primary-small_q9sbb .tabs__pickerWrapper_q9sbb {
|
|
168
168
|
margin-left: 20px;
|
|
169
|
-
} .
|
|
169
|
+
} .tabs__desktop_q9sbb.tabs__paragraph-primary-small_q9sbb .tabs__option_q9sbb, .tabs__desktop_q9sbb.tabs__accent-primary-small_q9sbb .tabs__option_q9sbb, .tabs__desktop_q9sbb.tabs__action-primary-small_q9sbb .tabs__option_q9sbb {
|
|
170
170
|
padding: 0;
|
|
171
|
-
} .
|
|
171
|
+
} .tabs__desktop_q9sbb.tabs__paragraph-primary-small_q9sbb .tabs__scrollControls_q9sbb > button, .tabs__desktop_q9sbb.tabs__accent-primary-small_q9sbb .tabs__scrollControls_q9sbb > button, .tabs__desktop_q9sbb.tabs__action-primary-small_q9sbb .tabs__scrollControls_q9sbb > button {
|
|
172
172
|
box-sizing: content-box;
|
|
173
173
|
width: 20px;
|
|
174
174
|
height: 20px;
|
|
175
175
|
padding: 0;
|
|
176
|
-
} .
|
|
176
|
+
} .tabs__desktop_q9sbb.tabs__paragraph-primary-small_q9sbb .tabs__scrollControls_q9sbb button:first-child, .tabs__desktop_q9sbb.tabs__accent-primary-small_q9sbb .tabs__scrollControls_q9sbb button:first-child, .tabs__desktop_q9sbb.tabs__action-primary-small_q9sbb .tabs__scrollControls_q9sbb button:first-child {
|
|
177
177
|
margin: 0 0 0 calc(20px / 2);
|
|
178
|
-
} .
|
|
178
|
+
} .tabs__desktop_q9sbb.tabs__headline-system-xlarge_q9sbb .tabs__title_q9sbb {
|
|
179
179
|
font-size: 48px;
|
|
180
180
|
line-height: 52px;
|
|
181
181
|
font-weight: 700;
|
|
182
|
-
} .
|
|
182
|
+
} .tabs__desktop_q9sbb.tabs__headline-system-large_q9sbb .tabs__title_q9sbb {
|
|
183
183
|
font-size: 40px;
|
|
184
184
|
line-height: 48px;
|
|
185
185
|
font-weight: 700;
|
|
186
|
-
} .
|
|
186
|
+
} .tabs__desktop_q9sbb.tabs__headline-system-medium_q9sbb .tabs__title_q9sbb {
|
|
187
187
|
font-size: 30px;
|
|
188
188
|
line-height: 36px;
|
|
189
189
|
font-weight: 700;
|
|
190
|
-
} .
|
|
190
|
+
} .tabs__desktop_q9sbb.tabs__headline-system-small_q9sbb .tabs__title_q9sbb {
|
|
191
191
|
font-size: 22px;
|
|
192
192
|
line-height: 26px;
|
|
193
193
|
font-weight: 700;
|
|
194
|
-
} .
|
|
194
|
+
} .tabs__desktop_q9sbb.tabs__headline-system-xsmall_q9sbb .tabs__title_q9sbb {
|
|
195
195
|
font-size: 18px;
|
|
196
196
|
line-height: 22px;
|
|
197
197
|
font-weight: 700;
|
|
198
|
-
} .
|
|
198
|
+
} .tabs__desktop_q9sbb.tabs__headline-xlarge_q9sbb .tabs__title_q9sbb {
|
|
199
199
|
font-size: 48px;
|
|
200
200
|
line-height: 64px;
|
|
201
201
|
font-weight: 500;
|
|
202
202
|
font-feature-settings: 'ss01';
|
|
203
203
|
font-family: var(--font-family-styrene);
|
|
204
|
-
} .
|
|
204
|
+
} .tabs__desktop_q9sbb.tabs__headline-large_q9sbb .tabs__title_q9sbb {
|
|
205
205
|
font-size: 40px;
|
|
206
206
|
line-height: 48px;
|
|
207
207
|
font-weight: 500;
|
|
208
208
|
font-feature-settings: 'ss01';
|
|
209
209
|
font-family: var(--font-family-styrene);
|
|
210
|
-
} .
|
|
210
|
+
} .tabs__desktop_q9sbb.tabs__headline-medium_q9sbb .tabs__title_q9sbb {
|
|
211
211
|
font-size: 32px;
|
|
212
212
|
line-height: 40px;
|
|
213
213
|
font-weight: 500;
|
|
214
214
|
font-feature-settings: 'ss01';
|
|
215
215
|
font-family: var(--font-family-styrene);
|
|
216
|
-
} .
|
|
216
|
+
} .tabs__desktop_q9sbb.tabs__headline-small_q9sbb .tabs__title_q9sbb {
|
|
217
217
|
font-size: 24px;
|
|
218
218
|
line-height: 32px;
|
|
219
219
|
font-weight: 500;
|
|
220
220
|
font-feature-settings: 'ss01';
|
|
221
221
|
font-family: var(--font-family-styrene);
|
|
222
|
-
} .
|
|
222
|
+
} .tabs__desktop_q9sbb.tabs__headline-xsmall_q9sbb .tabs__title_q9sbb {
|
|
223
223
|
font-size: 20px;
|
|
224
224
|
line-height: 24px;
|
|
225
225
|
font-weight: 500;
|
|
226
226
|
font-feature-settings: 'ss01';
|
|
227
227
|
font-family: var(--font-family-styrene);
|
|
228
|
-
} .
|
|
228
|
+
} .tabs__desktop_q9sbb.tabs__headline-system-xlarge_q9sbb .tabs__title_q9sbb {
|
|
229
229
|
padding-bottom: calc(52px / 2);
|
|
230
|
-
} .
|
|
231
|
-
.
|
|
230
|
+
} .tabs__desktop_q9sbb.tabs__headline-system-xlarge_q9sbb .tabs__title_q9sbb + .tabs__title_q9sbb,
|
|
231
|
+
.tabs__desktop_q9sbb.tabs__headline-system-xlarge_q9sbb .tabs__pickerWrapper_q9sbb {
|
|
232
232
|
margin-left: 52px;
|
|
233
|
-
} .
|
|
233
|
+
} .tabs__desktop_q9sbb.tabs__headline-system-xlarge_q9sbb .tabs__option_q9sbb {
|
|
234
234
|
padding: 0;
|
|
235
|
-
} .
|
|
235
|
+
} .tabs__desktop_q9sbb.tabs__headline-system-xlarge_q9sbb .tabs__scrollControls_q9sbb > button {
|
|
236
236
|
box-sizing: content-box;
|
|
237
237
|
width: 52px;
|
|
238
238
|
height: 52px;
|
|
239
239
|
padding: 0;
|
|
240
|
-
} .
|
|
240
|
+
} .tabs__desktop_q9sbb.tabs__headline-system-xlarge_q9sbb .tabs__scrollControls_q9sbb button:first-child {
|
|
241
241
|
margin: 0 0 0 calc(52px / 2);
|
|
242
|
-
} .
|
|
242
|
+
} .tabs__desktop_q9sbb.tabs__headline-system-large_q9sbb .tabs__title_q9sbb, .tabs__desktop_q9sbb.tabs__headline-large_q9sbb .tabs__title_q9sbb {
|
|
243
243
|
padding-bottom: calc(48px / 2);
|
|
244
|
-
} .
|
|
245
|
-
.
|
|
246
|
-
.
|
|
247
|
-
.
|
|
244
|
+
} .tabs__desktop_q9sbb.tabs__headline-system-large_q9sbb .tabs__title_q9sbb + .tabs__title_q9sbb,
|
|
245
|
+
.tabs__desktop_q9sbb.tabs__headline-system-large_q9sbb .tabs__pickerWrapper_q9sbb,
|
|
246
|
+
.tabs__desktop_q9sbb.tabs__headline-large_q9sbb .tabs__title_q9sbb + .tabs__title_q9sbb,
|
|
247
|
+
.tabs__desktop_q9sbb.tabs__headline-large_q9sbb .tabs__pickerWrapper_q9sbb {
|
|
248
248
|
margin-left: 48px;
|
|
249
|
-
} .
|
|
249
|
+
} .tabs__desktop_q9sbb.tabs__headline-system-large_q9sbb .tabs__option_q9sbb, .tabs__desktop_q9sbb.tabs__headline-large_q9sbb .tabs__option_q9sbb {
|
|
250
250
|
padding: 0;
|
|
251
|
-
} .
|
|
251
|
+
} .tabs__desktop_q9sbb.tabs__headline-system-large_q9sbb .tabs__scrollControls_q9sbb > button, .tabs__desktop_q9sbb.tabs__headline-large_q9sbb .tabs__scrollControls_q9sbb > button {
|
|
252
252
|
box-sizing: content-box;
|
|
253
253
|
width: 48px;
|
|
254
254
|
height: 48px;
|
|
255
255
|
padding: 0;
|
|
256
|
-
} .
|
|
256
|
+
} .tabs__desktop_q9sbb.tabs__headline-system-large_q9sbb .tabs__scrollControls_q9sbb button:first-child, .tabs__desktop_q9sbb.tabs__headline-large_q9sbb .tabs__scrollControls_q9sbb button:first-child {
|
|
257
257
|
margin: 0 0 0 calc(48px / 2);
|
|
258
|
-
} .
|
|
258
|
+
} .tabs__desktop_q9sbb.tabs__headline-system-medium_q9sbb .tabs__title_q9sbb {
|
|
259
259
|
padding-bottom: calc(36px / 2);
|
|
260
|
-
} .
|
|
261
|
-
.
|
|
260
|
+
} .tabs__desktop_q9sbb.tabs__headline-system-medium_q9sbb .tabs__title_q9sbb + .tabs__title_q9sbb,
|
|
261
|
+
.tabs__desktop_q9sbb.tabs__headline-system-medium_q9sbb .tabs__pickerWrapper_q9sbb {
|
|
262
262
|
margin-left: 36px;
|
|
263
|
-
} .
|
|
263
|
+
} .tabs__desktop_q9sbb.tabs__headline-system-medium_q9sbb .tabs__option_q9sbb {
|
|
264
264
|
padding: 0;
|
|
265
|
-
} .
|
|
265
|
+
} .tabs__desktop_q9sbb.tabs__headline-system-medium_q9sbb .tabs__scrollControls_q9sbb > button {
|
|
266
266
|
box-sizing: content-box;
|
|
267
267
|
width: 36px;
|
|
268
268
|
height: 36px;
|
|
269
269
|
padding: 0;
|
|
270
|
-
} .
|
|
270
|
+
} .tabs__desktop_q9sbb.tabs__headline-system-medium_q9sbb .tabs__scrollControls_q9sbb button:first-child {
|
|
271
271
|
margin: 0 0 0 calc(36px / 2);
|
|
272
|
-
} .
|
|
272
|
+
} .tabs__desktop_q9sbb.tabs__headline-system-small_q9sbb .tabs__title_q9sbb {
|
|
273
273
|
padding-bottom: calc(26px / 2);
|
|
274
|
-
} .
|
|
275
|
-
.
|
|
274
|
+
} .tabs__desktop_q9sbb.tabs__headline-system-small_q9sbb .tabs__title_q9sbb + .tabs__title_q9sbb,
|
|
275
|
+
.tabs__desktop_q9sbb.tabs__headline-system-small_q9sbb .tabs__pickerWrapper_q9sbb {
|
|
276
276
|
margin-left: 26px;
|
|
277
|
-
} .
|
|
277
|
+
} .tabs__desktop_q9sbb.tabs__headline-system-small_q9sbb .tabs__option_q9sbb {
|
|
278
278
|
padding: 0;
|
|
279
|
-
} .
|
|
279
|
+
} .tabs__desktop_q9sbb.tabs__headline-system-small_q9sbb .tabs__scrollControls_q9sbb > button {
|
|
280
280
|
box-sizing: content-box;
|
|
281
281
|
width: 26px;
|
|
282
282
|
height: 26px;
|
|
283
283
|
padding: 0;
|
|
284
|
-
} .
|
|
284
|
+
} .tabs__desktop_q9sbb.tabs__headline-system-small_q9sbb .tabs__scrollControls_q9sbb button:first-child {
|
|
285
285
|
margin: 0 0 0 calc(26px / 2);
|
|
286
|
-
} .
|
|
286
|
+
} .tabs__desktop_q9sbb.tabs__headline-system-xsmall_q9sbb .tabs__title_q9sbb {
|
|
287
287
|
padding-bottom: calc(22px / 2);
|
|
288
|
-
} .
|
|
289
|
-
.
|
|
288
|
+
} .tabs__desktop_q9sbb.tabs__headline-system-xsmall_q9sbb .tabs__title_q9sbb + .tabs__title_q9sbb,
|
|
289
|
+
.tabs__desktop_q9sbb.tabs__headline-system-xsmall_q9sbb .tabs__pickerWrapper_q9sbb {
|
|
290
290
|
margin-left: 22px;
|
|
291
|
-
} .
|
|
291
|
+
} .tabs__desktop_q9sbb.tabs__headline-system-xsmall_q9sbb .tabs__option_q9sbb {
|
|
292
292
|
padding: 0;
|
|
293
|
-
} .
|
|
293
|
+
} .tabs__desktop_q9sbb.tabs__headline-system-xsmall_q9sbb .tabs__scrollControls_q9sbb > button {
|
|
294
294
|
box-sizing: content-box;
|
|
295
295
|
width: 22px;
|
|
296
296
|
height: 22px;
|
|
297
297
|
padding: 0;
|
|
298
|
-
} .
|
|
298
|
+
} .tabs__desktop_q9sbb.tabs__headline-system-xsmall_q9sbb .tabs__scrollControls_q9sbb button:first-child {
|
|
299
299
|
margin: 0 0 0 calc(22px / 2);
|
|
300
|
-
} .
|
|
300
|
+
} .tabs__desktop_q9sbb.tabs__headline-xlarge_q9sbb .tabs__title_q9sbb {
|
|
301
301
|
padding-bottom: calc(64px / 2);
|
|
302
|
-
} .
|
|
303
|
-
.
|
|
302
|
+
} .tabs__desktop_q9sbb.tabs__headline-xlarge_q9sbb .tabs__title_q9sbb + .tabs__title_q9sbb,
|
|
303
|
+
.tabs__desktop_q9sbb.tabs__headline-xlarge_q9sbb .tabs__pickerWrapper_q9sbb {
|
|
304
304
|
margin-left: 64px;
|
|
305
|
-
} .
|
|
305
|
+
} .tabs__desktop_q9sbb.tabs__headline-xlarge_q9sbb .tabs__option_q9sbb {
|
|
306
306
|
padding: 0;
|
|
307
|
-
} .
|
|
307
|
+
} .tabs__desktop_q9sbb.tabs__headline-xlarge_q9sbb .tabs__scrollControls_q9sbb > button {
|
|
308
308
|
box-sizing: content-box;
|
|
309
309
|
width: 64px;
|
|
310
310
|
height: 64px;
|
|
311
311
|
padding: 0;
|
|
312
|
-
} .
|
|
312
|
+
} .tabs__desktop_q9sbb.tabs__headline-xlarge_q9sbb .tabs__scrollControls_q9sbb button:first-child {
|
|
313
313
|
margin: 0 0 0 calc(64px / 2);
|
|
314
|
-
} .
|
|
314
|
+
} .tabs__desktop_q9sbb.tabs__headline-medium_q9sbb .tabs__title_q9sbb {
|
|
315
315
|
padding-bottom: calc(40px / 2);
|
|
316
|
-
} .
|
|
317
|
-
.
|
|
316
|
+
} .tabs__desktop_q9sbb.tabs__headline-medium_q9sbb .tabs__title_q9sbb + .tabs__title_q9sbb,
|
|
317
|
+
.tabs__desktop_q9sbb.tabs__headline-medium_q9sbb .tabs__pickerWrapper_q9sbb {
|
|
318
318
|
margin-left: 40px;
|
|
319
|
-
} .
|
|
319
|
+
} .tabs__desktop_q9sbb.tabs__headline-medium_q9sbb .tabs__option_q9sbb {
|
|
320
320
|
padding: 0;
|
|
321
|
-
} .
|
|
321
|
+
} .tabs__desktop_q9sbb.tabs__headline-medium_q9sbb .tabs__scrollControls_q9sbb > button {
|
|
322
322
|
box-sizing: content-box;
|
|
323
323
|
width: 40px;
|
|
324
324
|
height: 40px;
|
|
325
325
|
padding: 0;
|
|
326
|
-
} .
|
|
326
|
+
} .tabs__desktop_q9sbb.tabs__headline-medium_q9sbb .tabs__scrollControls_q9sbb button:first-child {
|
|
327
327
|
margin: 0 0 0 calc(40px / 2);
|
|
328
|
-
} .
|
|
328
|
+
} .tabs__desktop_q9sbb.tabs__headline-small_q9sbb .tabs__title_q9sbb {
|
|
329
329
|
padding-bottom: calc(32px / 2);
|
|
330
|
-
} .
|
|
331
|
-
.
|
|
330
|
+
} .tabs__desktop_q9sbb.tabs__headline-small_q9sbb .tabs__title_q9sbb + .tabs__title_q9sbb,
|
|
331
|
+
.tabs__desktop_q9sbb.tabs__headline-small_q9sbb .tabs__pickerWrapper_q9sbb {
|
|
332
332
|
margin-left: 32px;
|
|
333
|
-
} .
|
|
333
|
+
} .tabs__desktop_q9sbb.tabs__headline-small_q9sbb .tabs__option_q9sbb {
|
|
334
334
|
padding: 0;
|
|
335
|
-
} .
|
|
335
|
+
} .tabs__desktop_q9sbb.tabs__headline-small_q9sbb .tabs__scrollControls_q9sbb > button {
|
|
336
336
|
box-sizing: content-box;
|
|
337
337
|
width: 32px;
|
|
338
338
|
height: 32px;
|
|
339
339
|
padding: 0;
|
|
340
|
-
} .
|
|
340
|
+
} .tabs__desktop_q9sbb.tabs__headline-small_q9sbb .tabs__scrollControls_q9sbb button:first-child {
|
|
341
341
|
margin: 0 0 0 calc(32px / 2);
|
|
342
|
-
} .
|
|
342
|
+
} .tabs__desktop_q9sbb.tabs__headline-xsmall_q9sbb .tabs__title_q9sbb {
|
|
343
343
|
padding-bottom: calc(24px / 2);
|
|
344
|
-
} .
|
|
345
|
-
.
|
|
344
|
+
} .tabs__desktop_q9sbb.tabs__headline-xsmall_q9sbb .tabs__title_q9sbb + .tabs__title_q9sbb,
|
|
345
|
+
.tabs__desktop_q9sbb.tabs__headline-xsmall_q9sbb .tabs__pickerWrapper_q9sbb {
|
|
346
346
|
margin-left: 24px;
|
|
347
|
-
} .
|
|
347
|
+
} .tabs__desktop_q9sbb.tabs__headline-xsmall_q9sbb .tabs__option_q9sbb {
|
|
348
348
|
padding: 0;
|
|
349
|
-
} .
|
|
349
|
+
} .tabs__desktop_q9sbb.tabs__headline-xsmall_q9sbb .tabs__scrollControls_q9sbb > button {
|
|
350
350
|
box-sizing: content-box;
|
|
351
351
|
width: 24px;
|
|
352
352
|
height: 24px;
|
|
353
353
|
padding: 0;
|
|
354
|
-
} .
|
|
354
|
+
} .tabs__desktop_q9sbb.tabs__headline-xsmall_q9sbb .tabs__scrollControls_q9sbb button:first-child {
|
|
355
355
|
margin: 0 0 0 calc(24px / 2);
|
|
356
|
-
} .
|
|
356
|
+
} .tabs__fullWidthScroll_q9sbb {
|
|
357
357
|
min-width: calc(100% - 2 * var(--gap-m));
|
|
358
358
|
margin: 0 var(--gap-m);
|
|
359
|
-
} .
|
|
359
|
+
} .tabs__container_q9sbb {
|
|
360
360
|
position: relative;
|
|
361
361
|
overflow: hidden;
|
|
362
362
|
|
|
363
363
|
/* focus-outline fix */
|
|
364
364
|
margin: var(--gap-2xs-neg) 0 var(--gap-2xs-neg) var(--gap-2xs-neg);
|
|
365
365
|
padding: var(--gap-2xs) 0 var(--gap-2xs) var(--gap-2xs);
|
|
366
|
-
} .
|
|
366
|
+
} .tabs__title_q9sbb {
|
|
367
367
|
display: flex;
|
|
368
368
|
align-items: center;
|
|
369
369
|
height: 100%;
|
|
@@ -379,82 +379,82 @@
|
|
|
379
379
|
-webkit-user-select: none;
|
|
380
380
|
user-select: none;
|
|
381
381
|
outline: none
|
|
382
|
-
} .
|
|
382
|
+
} .tabs__title_q9sbb:not(.tabs__disabled_q9sbb):hover {
|
|
383
383
|
color: var(--primary-tablist-hover-color);
|
|
384
|
-
} .
|
|
384
|
+
} .tabs__focused_q9sbb {
|
|
385
385
|
outline: 2px solid var(--focus-color);
|
|
386
386
|
outline-offset: 2px;
|
|
387
|
-
} .
|
|
387
|
+
} .tabs__collapsed_q9sbb {
|
|
388
388
|
order: 99;
|
|
389
389
|
visibility: collapse;
|
|
390
|
-
} .
|
|
390
|
+
} .tabs__selected_q9sbb {
|
|
391
391
|
cursor: default;
|
|
392
392
|
color: var(--primary-tablist-selected-color);
|
|
393
|
-
} .
|
|
393
|
+
} .tabs__disabled_q9sbb {
|
|
394
394
|
cursor: var(--disabled-cursor);
|
|
395
395
|
color: var(--primary-tablist-disabled-color);
|
|
396
|
-
} .
|
|
396
|
+
} .tabs__line_q9sbb {
|
|
397
397
|
position: absolute;
|
|
398
398
|
height: 3px;
|
|
399
399
|
bottom: 0;
|
|
400
400
|
left: 0;
|
|
401
401
|
background-color: var(--primary-tablist-line-color);
|
|
402
402
|
transition: transform 0.2s ease, width 0.2s ease;
|
|
403
|
-
} .
|
|
403
|
+
} .tabs__option_q9sbb {
|
|
404
404
|
color: var(--color-light-text-primary);
|
|
405
|
-
} /* sizes */ .
|
|
405
|
+
} /* sizes */ .tabs__s_q9sbb .tabs__title_q9sbb, .tabs__xs_q9sbb .tabs__title_q9sbb, .tabs__xxs_q9sbb .tabs__title_q9sbb {
|
|
406
406
|
padding: var(--primary-tablist-s-padding);
|
|
407
407
|
font-size: var(--primary-tablist-s-font-size);
|
|
408
408
|
font-weight: var(--primary-tablist-s-font-weight);
|
|
409
409
|
font-family: var(--primary-tablist-s-font-family);
|
|
410
410
|
line-height: 24px;
|
|
411
|
-
} .
|
|
411
|
+
} .tabs__s_q9sbb .tabs__title_q9sbb + .tabs__title_q9sbb, .tabs__xs_q9sbb .tabs__title_q9sbb + .tabs__title_q9sbb, .tabs__xxs_q9sbb .tabs__title_q9sbb + .tabs__title_q9sbb {
|
|
412
412
|
margin-left: var(--primary-tablist-s-gaps);
|
|
413
|
-
} .
|
|
413
|
+
} .tabs__s_q9sbb .tabs__pickerWrapper_q9sbb, .tabs__xs_q9sbb .tabs__pickerWrapper_q9sbb, .tabs__xxs_q9sbb .tabs__pickerWrapper_q9sbb {
|
|
414
414
|
margin-left: var(--primary-tablist-s-gaps);
|
|
415
|
-
} .
|
|
415
|
+
} .tabs__s_q9sbb .tabs__option_q9sbb, .tabs__xs_q9sbb .tabs__option_q9sbb, .tabs__xxs_q9sbb .tabs__option_q9sbb {
|
|
416
416
|
padding: 0;
|
|
417
|
-
} .
|
|
417
|
+
} .tabs__m_q9sbb .tabs__title_q9sbb {
|
|
418
418
|
padding: var(--primary-tablist-m-padding);
|
|
419
419
|
font-size: var(--primary-tablist-m-font-size);
|
|
420
420
|
font-weight: var(--primary-tablist-m-font-weight);
|
|
421
421
|
font-family: var(--primary-tablist-m-font-family);
|
|
422
422
|
line-height: 24px;
|
|
423
|
-
} .
|
|
423
|
+
} .tabs__m_q9sbb .tabs__title_q9sbb + .tabs__title_q9sbb {
|
|
424
424
|
margin-left: var(--primary-tablist-m-gaps);
|
|
425
|
-
} .
|
|
425
|
+
} .tabs__m_q9sbb .tabs__pickerWrapper_q9sbb {
|
|
426
426
|
margin-left: var(--primary-tablist-m-gaps);
|
|
427
|
-
} .
|
|
427
|
+
} .tabs__m_q9sbb .tabs__option_q9sbb {
|
|
428
428
|
padding: 0;
|
|
429
|
-
} .
|
|
429
|
+
} .tabs__l_q9sbb .tabs__title_q9sbb {
|
|
430
430
|
padding: var(--primary-tablist-l-padding);
|
|
431
431
|
font-size: var(--primary-tablist-l-font-size);
|
|
432
432
|
font-weight: var(--primary-tablist-l-font-weight);
|
|
433
433
|
font-family: var(--primary-tablist-l-font-family);
|
|
434
434
|
line-height: 24px;
|
|
435
|
-
} .
|
|
435
|
+
} .tabs__l_q9sbb .tabs__title_q9sbb + .tabs__title_q9sbb {
|
|
436
436
|
margin-left: var(--primary-tablist-l-gaps);
|
|
437
|
-
} .
|
|
437
|
+
} .tabs__l_q9sbb .tabs__pickerWrapper_q9sbb {
|
|
438
438
|
margin-left: var(--primary-tablist-l-gaps);
|
|
439
|
-
} .
|
|
439
|
+
} .tabs__l_q9sbb .tabs__option_q9sbb {
|
|
440
440
|
padding: 0;
|
|
441
|
-
} .
|
|
441
|
+
} .tabs__xl_q9sbb .tabs__title_q9sbb {
|
|
442
442
|
padding: var(--primary-tablist-xl-padding);
|
|
443
443
|
font-size: var(--primary-tablist-xl-font-size);
|
|
444
444
|
font-weight: var(--primary-tablist-xl-font-weight);
|
|
445
445
|
font-family: var(--primary-tablist-xl-font-family);
|
|
446
446
|
line-height: 32px;
|
|
447
|
-
} .
|
|
447
|
+
} .tabs__xl_q9sbb .tabs__title_q9sbb + .tabs__title_q9sbb {
|
|
448
448
|
margin-left: var(--primary-tablist-xl-gaps);
|
|
449
|
-
} .
|
|
449
|
+
} .tabs__xl_q9sbb .tabs__pickerWrapper_q9sbb {
|
|
450
450
|
margin-left: var(--primary-tablist-xl-gaps);
|
|
451
|
-
} .
|
|
451
|
+
} .tabs__xl_q9sbb .tabs__option_q9sbb {
|
|
452
452
|
padding: 0;
|
|
453
|
-
} .
|
|
453
|
+
} .tabs__rightAddons_q9sbb {
|
|
454
454
|
display: flex;
|
|
455
455
|
justify-content: center;
|
|
456
456
|
align-items: center;
|
|
457
457
|
margin-left: var(--gap-xs);
|
|
458
|
-
} .
|
|
458
|
+
} .tabs__rightAddonsMarginZero_q9sbb {
|
|
459
459
|
margin-left: 0;
|
|
460
460
|
}
|