@alfalab/core-components-tabs 8.6.0 → 8.6.1
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 +131 -131
- package/components/primary-tablist/mobile.css +219 -219
- 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 +131 -131
- package/esm/components/primary-tablist/mobile.css +219 -219
- 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-329bd113.js +4 -0
- package/esm/index.module-c2b4a565.js +4 -0
- package/index.module-52123f08.js +6 -0
- package/index.module-b92170ea.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 +131 -131
- package/modern/components/primary-tablist/mobile.css +219 -219
- 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-45e29a3d.js +4 -0
- package/modern/index.module-e47d16c1.js +4 -0
- package/package.json +2 -2
- package/esm/index.module-09631eda.js +0 -4
- package/esm/index.module-b24b51c6.js +0 -4
- package/index.module-8583a636.js +0 -6
- package/index.module-fe7d33d0.js +0 -6
- package/modern/index.module-819ff0ab.js +0 -4
- package/modern/index.module-ee14bf5a.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-b92170ea.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-b92170ea.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-b92170ea.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_1iwdw tabs__title_1edc6","mobile":"tabs__mobile_1iwdw","paragraph-primary-large":"tabs__paragraph-primary-large_1iwdw","paragraph-primary-medium":"tabs__paragraph-primary-medium_1iwdw","paragraph-primary-small":"tabs__paragraph-primary-small_1iwdw","action-primary-large":"tabs__action-primary-large_1iwdw","action-primary-medium":"tabs__action-primary-medium_1iwdw","action-primary-small":"tabs__action-primary-small_1iwdw","accent-primary-large":"tabs__accent-primary-large_1iwdw","accent-primary-medium":"tabs__accent-primary-medium_1iwdw","accent-primary-small":"tabs__accent-primary-small_1iwdw","pickerWrapper":"tabs__pickerWrapper_1iwdw","option":"tabs__option_1iwdw","scrollControls":"tabs__scrollControls_1iwdw","headline-system-xlarge":"tabs__headline-system-xlarge_1iwdw","headline-system-large":"tabs__headline-system-large_1iwdw","headline-system-medium":"tabs__headline-system-medium_1iwdw","headline-system-small":"tabs__headline-system-small_1iwdw","headline-system-xsmall":"tabs__headline-system-xsmall_1iwdw","headline-xlarge":"tabs__headline-xlarge_1iwdw","headline-large":"tabs__headline-large_1iwdw","headline-medium":"tabs__headline-medium_1iwdw","headline-small":"tabs__headline-small_1iwdw","headline-xsmall":"tabs__headline-xsmall_1iwdw"};
|
|
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: 1a45e */
|
|
2
2
|
:root {
|
|
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_1edc6 {
|
|
89
89
|
position: relative;
|
|
90
90
|
display: inline-flex;
|
|
91
91
|
min-width: 100%
|
|
92
|
-
} .
|
|
92
|
+
} .tabs__component_1edc6: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_1edc6.tabs__paragraph-primary-large_1edc6 .tabs__title_1edc6 {
|
|
101
101
|
font-size: 18px;
|
|
102
102
|
line-height: 24px;
|
|
103
103
|
font-weight: 400;
|
|
104
|
-
} .
|
|
104
|
+
} .tabs__desktop_1edc6.tabs__paragraph-primary-medium_1edc6 .tabs__title_1edc6 {
|
|
105
105
|
font-size: 16px;
|
|
106
106
|
line-height: 24px;
|
|
107
107
|
font-weight: 400;
|
|
108
|
-
} .
|
|
108
|
+
} .tabs__desktop_1edc6.tabs__paragraph-primary-small_1edc6 .tabs__title_1edc6 {
|
|
109
109
|
font-size: 14px;
|
|
110
110
|
line-height: 20px;
|
|
111
111
|
font-weight: 400;
|
|
112
|
-
} .
|
|
112
|
+
} .tabs__desktop_1edc6.tabs__action-primary-large_1edc6 .tabs__title_1edc6 {
|
|
113
113
|
font-size: 18px;
|
|
114
114
|
line-height: 24px;
|
|
115
115
|
font-weight: 500;
|
|
116
|
-
} .
|
|
116
|
+
} .tabs__desktop_1edc6.tabs__action-primary-medium_1edc6 .tabs__title_1edc6 {
|
|
117
117
|
font-size: 16px;
|
|
118
118
|
line-height: 24px;
|
|
119
119
|
font-weight: 500;
|
|
120
|
-
} .
|
|
120
|
+
} .tabs__desktop_1edc6.tabs__action-primary-small_1edc6 .tabs__title_1edc6 {
|
|
121
121
|
font-size: 14px;
|
|
122
122
|
line-height: 20px;
|
|
123
123
|
font-weight: 500;
|
|
124
|
-
} .
|
|
124
|
+
} .tabs__desktop_1edc6.tabs__accent-primary-large_1edc6 .tabs__title_1edc6 {
|
|
125
125
|
font-size: 18px;
|
|
126
126
|
line-height: 24px;
|
|
127
127
|
font-weight: 700;
|
|
128
|
-
} .
|
|
128
|
+
} .tabs__desktop_1edc6.tabs__accent-primary-medium_1edc6 .tabs__title_1edc6 {
|
|
129
129
|
font-size: 16px;
|
|
130
130
|
line-height: 24px;
|
|
131
131
|
font-weight: 700;
|
|
132
|
-
} .
|
|
132
|
+
} .tabs__desktop_1edc6.tabs__accent-primary-small_1edc6 .tabs__title_1edc6 {
|
|
133
133
|
font-size: 14px;
|
|
134
134
|
line-height: 20px;
|
|
135
135
|
font-weight: 700;
|
|
136
|
-
} .
|
|
136
|
+
} .tabs__desktop_1edc6.tabs__paragraph-primary-large_1edc6 .tabs__title_1edc6, .tabs__desktop_1edc6.tabs__paragraph-primary-medium_1edc6 .tabs__title_1edc6, .tabs__desktop_1edc6.tabs__accent-primary-large_1edc6 .tabs__title_1edc6, .tabs__desktop_1edc6.tabs__accent-primary-medium_1edc6 .tabs__title_1edc6, .tabs__desktop_1edc6.tabs__action-primary-large_1edc6 .tabs__title_1edc6, .tabs__desktop_1edc6.tabs__action-primary-medium_1edc6 .tabs__title_1edc6 {
|
|
137
137
|
padding-bottom: calc(24px / 2);
|
|
138
|
-
} .
|
|
139
|
-
.
|
|
140
|
-
.
|
|
141
|
-
.
|
|
142
|
-
.
|
|
143
|
-
.
|
|
144
|
-
.
|
|
145
|
-
.
|
|
146
|
-
.
|
|
147
|
-
.
|
|
148
|
-
.
|
|
149
|
-
.
|
|
138
|
+
} .tabs__desktop_1edc6.tabs__paragraph-primary-large_1edc6 .tabs__title_1edc6 + .tabs__title_1edc6,
|
|
139
|
+
.tabs__desktop_1edc6.tabs__paragraph-primary-large_1edc6 .tabs__pickerWrapper_1edc6,
|
|
140
|
+
.tabs__desktop_1edc6.tabs__paragraph-primary-medium_1edc6 .tabs__title_1edc6 + .tabs__title_1edc6,
|
|
141
|
+
.tabs__desktop_1edc6.tabs__paragraph-primary-medium_1edc6 .tabs__pickerWrapper_1edc6,
|
|
142
|
+
.tabs__desktop_1edc6.tabs__accent-primary-large_1edc6 .tabs__title_1edc6 + .tabs__title_1edc6,
|
|
143
|
+
.tabs__desktop_1edc6.tabs__accent-primary-large_1edc6 .tabs__pickerWrapper_1edc6,
|
|
144
|
+
.tabs__desktop_1edc6.tabs__accent-primary-medium_1edc6 .tabs__title_1edc6 + .tabs__title_1edc6,
|
|
145
|
+
.tabs__desktop_1edc6.tabs__accent-primary-medium_1edc6 .tabs__pickerWrapper_1edc6,
|
|
146
|
+
.tabs__desktop_1edc6.tabs__action-primary-large_1edc6 .tabs__title_1edc6 + .tabs__title_1edc6,
|
|
147
|
+
.tabs__desktop_1edc6.tabs__action-primary-large_1edc6 .tabs__pickerWrapper_1edc6,
|
|
148
|
+
.tabs__desktop_1edc6.tabs__action-primary-medium_1edc6 .tabs__title_1edc6 + .tabs__title_1edc6,
|
|
149
|
+
.tabs__desktop_1edc6.tabs__action-primary-medium_1edc6 .tabs__pickerWrapper_1edc6 {
|
|
150
150
|
margin-left: 24px;
|
|
151
|
-
} .
|
|
151
|
+
} .tabs__desktop_1edc6.tabs__paragraph-primary-large_1edc6 .tabs__option_1edc6, .tabs__desktop_1edc6.tabs__paragraph-primary-medium_1edc6 .tabs__option_1edc6, .tabs__desktop_1edc6.tabs__accent-primary-large_1edc6 .tabs__option_1edc6, .tabs__desktop_1edc6.tabs__accent-primary-medium_1edc6 .tabs__option_1edc6, .tabs__desktop_1edc6.tabs__action-primary-large_1edc6 .tabs__option_1edc6, .tabs__desktop_1edc6.tabs__action-primary-medium_1edc6 .tabs__option_1edc6 {
|
|
152
152
|
padding: 0;
|
|
153
|
-
} .
|
|
153
|
+
} .tabs__desktop_1edc6.tabs__paragraph-primary-large_1edc6 .tabs__scrollControls_1edc6 > button, .tabs__desktop_1edc6.tabs__paragraph-primary-medium_1edc6 .tabs__scrollControls_1edc6 > button, .tabs__desktop_1edc6.tabs__accent-primary-large_1edc6 .tabs__scrollControls_1edc6 > button, .tabs__desktop_1edc6.tabs__accent-primary-medium_1edc6 .tabs__scrollControls_1edc6 > button, .tabs__desktop_1edc6.tabs__action-primary-large_1edc6 .tabs__scrollControls_1edc6 > button, .tabs__desktop_1edc6.tabs__action-primary-medium_1edc6 .tabs__scrollControls_1edc6 > button {
|
|
154
154
|
box-sizing: content-box;
|
|
155
155
|
width: 24px;
|
|
156
156
|
height: 24px;
|
|
157
157
|
padding: 0;
|
|
158
|
-
} .
|
|
158
|
+
} .tabs__desktop_1edc6.tabs__paragraph-primary-large_1edc6 .tabs__scrollControls_1edc6 button:first-child, .tabs__desktop_1edc6.tabs__paragraph-primary-medium_1edc6 .tabs__scrollControls_1edc6 button:first-child, .tabs__desktop_1edc6.tabs__accent-primary-large_1edc6 .tabs__scrollControls_1edc6 button:first-child, .tabs__desktop_1edc6.tabs__accent-primary-medium_1edc6 .tabs__scrollControls_1edc6 button:first-child, .tabs__desktop_1edc6.tabs__action-primary-large_1edc6 .tabs__scrollControls_1edc6 button:first-child, .tabs__desktop_1edc6.tabs__action-primary-medium_1edc6 .tabs__scrollControls_1edc6 button:first-child {
|
|
159
159
|
margin: 0 0 0 calc(24px / 2);
|
|
160
|
-
} .
|
|
160
|
+
} .tabs__desktop_1edc6.tabs__paragraph-primary-small_1edc6 .tabs__title_1edc6, .tabs__desktop_1edc6.tabs__accent-primary-small_1edc6 .tabs__title_1edc6, .tabs__desktop_1edc6.tabs__action-primary-small_1edc6 .tabs__title_1edc6 {
|
|
161
161
|
padding-bottom: calc(20px / 2);
|
|
162
|
-
} .
|
|
163
|
-
.
|
|
164
|
-
.
|
|
165
|
-
.
|
|
166
|
-
.
|
|
167
|
-
.
|
|
162
|
+
} .tabs__desktop_1edc6.tabs__paragraph-primary-small_1edc6 .tabs__title_1edc6 + .tabs__title_1edc6,
|
|
163
|
+
.tabs__desktop_1edc6.tabs__paragraph-primary-small_1edc6 .tabs__pickerWrapper_1edc6,
|
|
164
|
+
.tabs__desktop_1edc6.tabs__accent-primary-small_1edc6 .tabs__title_1edc6 + .tabs__title_1edc6,
|
|
165
|
+
.tabs__desktop_1edc6.tabs__accent-primary-small_1edc6 .tabs__pickerWrapper_1edc6,
|
|
166
|
+
.tabs__desktop_1edc6.tabs__action-primary-small_1edc6 .tabs__title_1edc6 + .tabs__title_1edc6,
|
|
167
|
+
.tabs__desktop_1edc6.tabs__action-primary-small_1edc6 .tabs__pickerWrapper_1edc6 {
|
|
168
168
|
margin-left: 20px;
|
|
169
|
-
} .
|
|
169
|
+
} .tabs__desktop_1edc6.tabs__paragraph-primary-small_1edc6 .tabs__option_1edc6, .tabs__desktop_1edc6.tabs__accent-primary-small_1edc6 .tabs__option_1edc6, .tabs__desktop_1edc6.tabs__action-primary-small_1edc6 .tabs__option_1edc6 {
|
|
170
170
|
padding: 0;
|
|
171
|
-
} .
|
|
171
|
+
} .tabs__desktop_1edc6.tabs__paragraph-primary-small_1edc6 .tabs__scrollControls_1edc6 > button, .tabs__desktop_1edc6.tabs__accent-primary-small_1edc6 .tabs__scrollControls_1edc6 > button, .tabs__desktop_1edc6.tabs__action-primary-small_1edc6 .tabs__scrollControls_1edc6 > button {
|
|
172
172
|
box-sizing: content-box;
|
|
173
173
|
width: 20px;
|
|
174
174
|
height: 20px;
|
|
175
175
|
padding: 0;
|
|
176
|
-
} .
|
|
176
|
+
} .tabs__desktop_1edc6.tabs__paragraph-primary-small_1edc6 .tabs__scrollControls_1edc6 button:first-child, .tabs__desktop_1edc6.tabs__accent-primary-small_1edc6 .tabs__scrollControls_1edc6 button:first-child, .tabs__desktop_1edc6.tabs__action-primary-small_1edc6 .tabs__scrollControls_1edc6 button:first-child {
|
|
177
177
|
margin: 0 0 0 calc(20px / 2);
|
|
178
|
-
} .
|
|
178
|
+
} .tabs__desktop_1edc6.tabs__headline-system-xlarge_1edc6 .tabs__title_1edc6 {
|
|
179
179
|
font-size: 48px;
|
|
180
180
|
line-height: 52px;
|
|
181
181
|
font-weight: 700;
|
|
182
|
-
} .
|
|
182
|
+
} .tabs__desktop_1edc6.tabs__headline-system-large_1edc6 .tabs__title_1edc6 {
|
|
183
183
|
font-size: 40px;
|
|
184
184
|
line-height: 48px;
|
|
185
185
|
font-weight: 700;
|
|
186
|
-
} .
|
|
186
|
+
} .tabs__desktop_1edc6.tabs__headline-system-medium_1edc6 .tabs__title_1edc6 {
|
|
187
187
|
font-size: 30px;
|
|
188
188
|
line-height: 36px;
|
|
189
189
|
font-weight: 700;
|
|
190
|
-
} .
|
|
190
|
+
} .tabs__desktop_1edc6.tabs__headline-system-small_1edc6 .tabs__title_1edc6 {
|
|
191
191
|
font-size: 22px;
|
|
192
192
|
line-height: 26px;
|
|
193
193
|
font-weight: 700;
|
|
194
|
-
} .
|
|
194
|
+
} .tabs__desktop_1edc6.tabs__headline-system-xsmall_1edc6 .tabs__title_1edc6 {
|
|
195
195
|
font-size: 18px;
|
|
196
196
|
line-height: 22px;
|
|
197
197
|
font-weight: 700;
|
|
198
|
-
} .
|
|
198
|
+
} .tabs__desktop_1edc6.tabs__headline-xlarge_1edc6 .tabs__title_1edc6 {
|
|
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_1edc6.tabs__headline-large_1edc6 .tabs__title_1edc6 {
|
|
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_1edc6.tabs__headline-medium_1edc6 .tabs__title_1edc6 {
|
|
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_1edc6.tabs__headline-small_1edc6 .tabs__title_1edc6 {
|
|
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_1edc6.tabs__headline-xsmall_1edc6 .tabs__title_1edc6 {
|
|
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_1edc6.tabs__headline-system-xlarge_1edc6 .tabs__title_1edc6 {
|
|
229
229
|
padding-bottom: calc(52px / 2);
|
|
230
|
-
} .
|
|
231
|
-
.
|
|
230
|
+
} .tabs__desktop_1edc6.tabs__headline-system-xlarge_1edc6 .tabs__title_1edc6 + .tabs__title_1edc6,
|
|
231
|
+
.tabs__desktop_1edc6.tabs__headline-system-xlarge_1edc6 .tabs__pickerWrapper_1edc6 {
|
|
232
232
|
margin-left: 52px;
|
|
233
|
-
} .
|
|
233
|
+
} .tabs__desktop_1edc6.tabs__headline-system-xlarge_1edc6 .tabs__option_1edc6 {
|
|
234
234
|
padding: 0;
|
|
235
|
-
} .
|
|
235
|
+
} .tabs__desktop_1edc6.tabs__headline-system-xlarge_1edc6 .tabs__scrollControls_1edc6 > button {
|
|
236
236
|
box-sizing: content-box;
|
|
237
237
|
width: 52px;
|
|
238
238
|
height: 52px;
|
|
239
239
|
padding: 0;
|
|
240
|
-
} .
|
|
240
|
+
} .tabs__desktop_1edc6.tabs__headline-system-xlarge_1edc6 .tabs__scrollControls_1edc6 button:first-child {
|
|
241
241
|
margin: 0 0 0 calc(52px / 2);
|
|
242
|
-
} .
|
|
242
|
+
} .tabs__desktop_1edc6.tabs__headline-system-large_1edc6 .tabs__title_1edc6, .tabs__desktop_1edc6.tabs__headline-large_1edc6 .tabs__title_1edc6 {
|
|
243
243
|
padding-bottom: calc(48px / 2);
|
|
244
|
-
} .
|
|
245
|
-
.
|
|
246
|
-
.
|
|
247
|
-
.
|
|
244
|
+
} .tabs__desktop_1edc6.tabs__headline-system-large_1edc6 .tabs__title_1edc6 + .tabs__title_1edc6,
|
|
245
|
+
.tabs__desktop_1edc6.tabs__headline-system-large_1edc6 .tabs__pickerWrapper_1edc6,
|
|
246
|
+
.tabs__desktop_1edc6.tabs__headline-large_1edc6 .tabs__title_1edc6 + .tabs__title_1edc6,
|
|
247
|
+
.tabs__desktop_1edc6.tabs__headline-large_1edc6 .tabs__pickerWrapper_1edc6 {
|
|
248
248
|
margin-left: 48px;
|
|
249
|
-
} .
|
|
249
|
+
} .tabs__desktop_1edc6.tabs__headline-system-large_1edc6 .tabs__option_1edc6, .tabs__desktop_1edc6.tabs__headline-large_1edc6 .tabs__option_1edc6 {
|
|
250
250
|
padding: 0;
|
|
251
|
-
} .
|
|
251
|
+
} .tabs__desktop_1edc6.tabs__headline-system-large_1edc6 .tabs__scrollControls_1edc6 > button, .tabs__desktop_1edc6.tabs__headline-large_1edc6 .tabs__scrollControls_1edc6 > button {
|
|
252
252
|
box-sizing: content-box;
|
|
253
253
|
width: 48px;
|
|
254
254
|
height: 48px;
|
|
255
255
|
padding: 0;
|
|
256
|
-
} .
|
|
256
|
+
} .tabs__desktop_1edc6.tabs__headline-system-large_1edc6 .tabs__scrollControls_1edc6 button:first-child, .tabs__desktop_1edc6.tabs__headline-large_1edc6 .tabs__scrollControls_1edc6 button:first-child {
|
|
257
257
|
margin: 0 0 0 calc(48px / 2);
|
|
258
|
-
} .
|
|
258
|
+
} .tabs__desktop_1edc6.tabs__headline-system-medium_1edc6 .tabs__title_1edc6 {
|
|
259
259
|
padding-bottom: calc(36px / 2);
|
|
260
|
-
} .
|
|
261
|
-
.
|
|
260
|
+
} .tabs__desktop_1edc6.tabs__headline-system-medium_1edc6 .tabs__title_1edc6 + .tabs__title_1edc6,
|
|
261
|
+
.tabs__desktop_1edc6.tabs__headline-system-medium_1edc6 .tabs__pickerWrapper_1edc6 {
|
|
262
262
|
margin-left: 36px;
|
|
263
|
-
} .
|
|
263
|
+
} .tabs__desktop_1edc6.tabs__headline-system-medium_1edc6 .tabs__option_1edc6 {
|
|
264
264
|
padding: 0;
|
|
265
|
-
} .
|
|
265
|
+
} .tabs__desktop_1edc6.tabs__headline-system-medium_1edc6 .tabs__scrollControls_1edc6 > button {
|
|
266
266
|
box-sizing: content-box;
|
|
267
267
|
width: 36px;
|
|
268
268
|
height: 36px;
|
|
269
269
|
padding: 0;
|
|
270
|
-
} .
|
|
270
|
+
} .tabs__desktop_1edc6.tabs__headline-system-medium_1edc6 .tabs__scrollControls_1edc6 button:first-child {
|
|
271
271
|
margin: 0 0 0 calc(36px / 2);
|
|
272
|
-
} .
|
|
272
|
+
} .tabs__desktop_1edc6.tabs__headline-system-small_1edc6 .tabs__title_1edc6 {
|
|
273
273
|
padding-bottom: calc(26px / 2);
|
|
274
|
-
} .
|
|
275
|
-
.
|
|
274
|
+
} .tabs__desktop_1edc6.tabs__headline-system-small_1edc6 .tabs__title_1edc6 + .tabs__title_1edc6,
|
|
275
|
+
.tabs__desktop_1edc6.tabs__headline-system-small_1edc6 .tabs__pickerWrapper_1edc6 {
|
|
276
276
|
margin-left: 26px;
|
|
277
|
-
} .
|
|
277
|
+
} .tabs__desktop_1edc6.tabs__headline-system-small_1edc6 .tabs__option_1edc6 {
|
|
278
278
|
padding: 0;
|
|
279
|
-
} .
|
|
279
|
+
} .tabs__desktop_1edc6.tabs__headline-system-small_1edc6 .tabs__scrollControls_1edc6 > button {
|
|
280
280
|
box-sizing: content-box;
|
|
281
281
|
width: 26px;
|
|
282
282
|
height: 26px;
|
|
283
283
|
padding: 0;
|
|
284
|
-
} .
|
|
284
|
+
} .tabs__desktop_1edc6.tabs__headline-system-small_1edc6 .tabs__scrollControls_1edc6 button:first-child {
|
|
285
285
|
margin: 0 0 0 calc(26px / 2);
|
|
286
|
-
} .
|
|
286
|
+
} .tabs__desktop_1edc6.tabs__headline-system-xsmall_1edc6 .tabs__title_1edc6 {
|
|
287
287
|
padding-bottom: calc(22px / 2);
|
|
288
|
-
} .
|
|
289
|
-
.
|
|
288
|
+
} .tabs__desktop_1edc6.tabs__headline-system-xsmall_1edc6 .tabs__title_1edc6 + .tabs__title_1edc6,
|
|
289
|
+
.tabs__desktop_1edc6.tabs__headline-system-xsmall_1edc6 .tabs__pickerWrapper_1edc6 {
|
|
290
290
|
margin-left: 22px;
|
|
291
|
-
} .
|
|
291
|
+
} .tabs__desktop_1edc6.tabs__headline-system-xsmall_1edc6 .tabs__option_1edc6 {
|
|
292
292
|
padding: 0;
|
|
293
|
-
} .
|
|
293
|
+
} .tabs__desktop_1edc6.tabs__headline-system-xsmall_1edc6 .tabs__scrollControls_1edc6 > button {
|
|
294
294
|
box-sizing: content-box;
|
|
295
295
|
width: 22px;
|
|
296
296
|
height: 22px;
|
|
297
297
|
padding: 0;
|
|
298
|
-
} .
|
|
298
|
+
} .tabs__desktop_1edc6.tabs__headline-system-xsmall_1edc6 .tabs__scrollControls_1edc6 button:first-child {
|
|
299
299
|
margin: 0 0 0 calc(22px / 2);
|
|
300
|
-
} .
|
|
300
|
+
} .tabs__desktop_1edc6.tabs__headline-xlarge_1edc6 .tabs__title_1edc6 {
|
|
301
301
|
padding-bottom: calc(64px / 2);
|
|
302
|
-
} .
|
|
303
|
-
.
|
|
302
|
+
} .tabs__desktop_1edc6.tabs__headline-xlarge_1edc6 .tabs__title_1edc6 + .tabs__title_1edc6,
|
|
303
|
+
.tabs__desktop_1edc6.tabs__headline-xlarge_1edc6 .tabs__pickerWrapper_1edc6 {
|
|
304
304
|
margin-left: 64px;
|
|
305
|
-
} .
|
|
305
|
+
} .tabs__desktop_1edc6.tabs__headline-xlarge_1edc6 .tabs__option_1edc6 {
|
|
306
306
|
padding: 0;
|
|
307
|
-
} .
|
|
307
|
+
} .tabs__desktop_1edc6.tabs__headline-xlarge_1edc6 .tabs__scrollControls_1edc6 > button {
|
|
308
308
|
box-sizing: content-box;
|
|
309
309
|
width: 64px;
|
|
310
310
|
height: 64px;
|
|
311
311
|
padding: 0;
|
|
312
|
-
} .
|
|
312
|
+
} .tabs__desktop_1edc6.tabs__headline-xlarge_1edc6 .tabs__scrollControls_1edc6 button:first-child {
|
|
313
313
|
margin: 0 0 0 calc(64px / 2);
|
|
314
|
-
} .
|
|
314
|
+
} .tabs__desktop_1edc6.tabs__headline-medium_1edc6 .tabs__title_1edc6 {
|
|
315
315
|
padding-bottom: calc(40px / 2);
|
|
316
|
-
} .
|
|
317
|
-
.
|
|
316
|
+
} .tabs__desktop_1edc6.tabs__headline-medium_1edc6 .tabs__title_1edc6 + .tabs__title_1edc6,
|
|
317
|
+
.tabs__desktop_1edc6.tabs__headline-medium_1edc6 .tabs__pickerWrapper_1edc6 {
|
|
318
318
|
margin-left: 40px;
|
|
319
|
-
} .
|
|
319
|
+
} .tabs__desktop_1edc6.tabs__headline-medium_1edc6 .tabs__option_1edc6 {
|
|
320
320
|
padding: 0;
|
|
321
|
-
} .
|
|
321
|
+
} .tabs__desktop_1edc6.tabs__headline-medium_1edc6 .tabs__scrollControls_1edc6 > button {
|
|
322
322
|
box-sizing: content-box;
|
|
323
323
|
width: 40px;
|
|
324
324
|
height: 40px;
|
|
325
325
|
padding: 0;
|
|
326
|
-
} .
|
|
326
|
+
} .tabs__desktop_1edc6.tabs__headline-medium_1edc6 .tabs__scrollControls_1edc6 button:first-child {
|
|
327
327
|
margin: 0 0 0 calc(40px / 2);
|
|
328
|
-
} .
|
|
328
|
+
} .tabs__desktop_1edc6.tabs__headline-small_1edc6 .tabs__title_1edc6 {
|
|
329
329
|
padding-bottom: calc(32px / 2);
|
|
330
|
-
} .
|
|
331
|
-
.
|
|
330
|
+
} .tabs__desktop_1edc6.tabs__headline-small_1edc6 .tabs__title_1edc6 + .tabs__title_1edc6,
|
|
331
|
+
.tabs__desktop_1edc6.tabs__headline-small_1edc6 .tabs__pickerWrapper_1edc6 {
|
|
332
332
|
margin-left: 32px;
|
|
333
|
-
} .
|
|
333
|
+
} .tabs__desktop_1edc6.tabs__headline-small_1edc6 .tabs__option_1edc6 {
|
|
334
334
|
padding: 0;
|
|
335
|
-
} .
|
|
335
|
+
} .tabs__desktop_1edc6.tabs__headline-small_1edc6 .tabs__scrollControls_1edc6 > button {
|
|
336
336
|
box-sizing: content-box;
|
|
337
337
|
width: 32px;
|
|
338
338
|
height: 32px;
|
|
339
339
|
padding: 0;
|
|
340
|
-
} .
|
|
340
|
+
} .tabs__desktop_1edc6.tabs__headline-small_1edc6 .tabs__scrollControls_1edc6 button:first-child {
|
|
341
341
|
margin: 0 0 0 calc(32px / 2);
|
|
342
|
-
} .
|
|
342
|
+
} .tabs__desktop_1edc6.tabs__headline-xsmall_1edc6 .tabs__title_1edc6 {
|
|
343
343
|
padding-bottom: calc(24px / 2);
|
|
344
|
-
} .
|
|
345
|
-
.
|
|
344
|
+
} .tabs__desktop_1edc6.tabs__headline-xsmall_1edc6 .tabs__title_1edc6 + .tabs__title_1edc6,
|
|
345
|
+
.tabs__desktop_1edc6.tabs__headline-xsmall_1edc6 .tabs__pickerWrapper_1edc6 {
|
|
346
346
|
margin-left: 24px;
|
|
347
|
-
} .
|
|
347
|
+
} .tabs__desktop_1edc6.tabs__headline-xsmall_1edc6 .tabs__option_1edc6 {
|
|
348
348
|
padding: 0;
|
|
349
|
-
} .
|
|
349
|
+
} .tabs__desktop_1edc6.tabs__headline-xsmall_1edc6 .tabs__scrollControls_1edc6 > button {
|
|
350
350
|
box-sizing: content-box;
|
|
351
351
|
width: 24px;
|
|
352
352
|
height: 24px;
|
|
353
353
|
padding: 0;
|
|
354
|
-
} .
|
|
354
|
+
} .tabs__desktop_1edc6.tabs__headline-xsmall_1edc6 .tabs__scrollControls_1edc6 button:first-child {
|
|
355
355
|
margin: 0 0 0 calc(24px / 2);
|
|
356
|
-
} .
|
|
356
|
+
} .tabs__fullWidthScroll_1edc6 {
|
|
357
357
|
min-width: calc(100% - 2 * var(--gap-m));
|
|
358
358
|
margin: 0 var(--gap-m);
|
|
359
|
-
} .
|
|
359
|
+
} .tabs__container_1edc6 {
|
|
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_1edc6 {
|
|
367
367
|
display: flex;
|
|
368
368
|
align-items: center;
|
|
369
369
|
height: 100%;
|
|
@@ -379,78 +379,78 @@
|
|
|
379
379
|
-webkit-user-select: none;
|
|
380
380
|
user-select: none;
|
|
381
381
|
outline: none
|
|
382
|
-
} .
|
|
382
|
+
} .tabs__title_1edc6:not(.tabs__disabled_1edc6):hover {
|
|
383
383
|
color: var(--primary-tablist-hover-color);
|
|
384
|
-
} .
|
|
384
|
+
} .tabs__focused_1edc6 {
|
|
385
385
|
outline: 2px solid var(--focus-color);
|
|
386
386
|
outline-offset: 2px;
|
|
387
|
-
} .
|
|
387
|
+
} .tabs__collapsed_1edc6 {
|
|
388
388
|
order: 99;
|
|
389
389
|
visibility: collapse;
|
|
390
|
-
} .
|
|
390
|
+
} .tabs__selected_1edc6 {
|
|
391
391
|
cursor: default;
|
|
392
392
|
color: var(--primary-tablist-selected-color);
|
|
393
|
-
} .
|
|
393
|
+
} .tabs__disabled_1edc6 {
|
|
394
394
|
cursor: var(--disabled-cursor);
|
|
395
395
|
color: var(--primary-tablist-disabled-color);
|
|
396
|
-
} .
|
|
396
|
+
} .tabs__line_1edc6 {
|
|
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_1edc6 {
|
|
404
404
|
color: var(--color-light-text-primary);
|
|
405
|
-
} /* sizes */ .
|
|
405
|
+
} /* sizes */ .tabs__s_1edc6 .tabs__title_1edc6, .tabs__xs_1edc6 .tabs__title_1edc6, .tabs__xxs_1edc6 .tabs__title_1edc6 {
|
|
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_1edc6 .tabs__title_1edc6 + .tabs__title_1edc6, .tabs__xs_1edc6 .tabs__title_1edc6 + .tabs__title_1edc6, .tabs__xxs_1edc6 .tabs__title_1edc6 + .tabs__title_1edc6 {
|
|
412
412
|
margin-left: var(--primary-tablist-s-gaps);
|
|
413
|
-
} .
|
|
413
|
+
} .tabs__s_1edc6 .tabs__pickerWrapper_1edc6, .tabs__xs_1edc6 .tabs__pickerWrapper_1edc6, .tabs__xxs_1edc6 .tabs__pickerWrapper_1edc6 {
|
|
414
414
|
margin-left: var(--primary-tablist-s-gaps);
|
|
415
|
-
} .
|
|
415
|
+
} .tabs__s_1edc6 .tabs__option_1edc6, .tabs__xs_1edc6 .tabs__option_1edc6, .tabs__xxs_1edc6 .tabs__option_1edc6 {
|
|
416
416
|
padding: 0;
|
|
417
|
-
} .
|
|
417
|
+
} .tabs__m_1edc6 .tabs__title_1edc6 {
|
|
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_1edc6 .tabs__title_1edc6 + .tabs__title_1edc6 {
|
|
424
424
|
margin-left: var(--primary-tablist-m-gaps);
|
|
425
|
-
} .
|
|
425
|
+
} .tabs__m_1edc6 .tabs__pickerWrapper_1edc6 {
|
|
426
426
|
margin-left: var(--primary-tablist-m-gaps);
|
|
427
|
-
} .
|
|
427
|
+
} .tabs__m_1edc6 .tabs__option_1edc6 {
|
|
428
428
|
padding: 0;
|
|
429
|
-
} .
|
|
429
|
+
} .tabs__l_1edc6 .tabs__title_1edc6 {
|
|
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_1edc6 .tabs__title_1edc6 + .tabs__title_1edc6 {
|
|
436
436
|
margin-left: var(--primary-tablist-l-gaps);
|
|
437
|
-
} .
|
|
437
|
+
} .tabs__l_1edc6 .tabs__pickerWrapper_1edc6 {
|
|
438
438
|
margin-left: var(--primary-tablist-l-gaps);
|
|
439
|
-
} .
|
|
439
|
+
} .tabs__l_1edc6 .tabs__option_1edc6 {
|
|
440
440
|
padding: 0;
|
|
441
|
-
} .
|
|
441
|
+
} .tabs__xl_1edc6 .tabs__title_1edc6 {
|
|
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_1edc6 .tabs__title_1edc6 + .tabs__title_1edc6 {
|
|
448
448
|
margin-left: var(--primary-tablist-xl-gaps);
|
|
449
|
-
} .
|
|
449
|
+
} .tabs__xl_1edc6 .tabs__pickerWrapper_1edc6 {
|
|
450
450
|
margin-left: var(--primary-tablist-xl-gaps);
|
|
451
|
-
} .
|
|
451
|
+
} .tabs__xl_1edc6 .tabs__option_1edc6 {
|
|
452
452
|
padding: 0;
|
|
453
|
-
} .
|
|
453
|
+
} .tabs__rightAddons_1edc6 {
|
|
454
454
|
display: flex;
|
|
455
455
|
justify-content: center;
|
|
456
456
|
align-items: center;
|