@alfalab/core-components-tabs 9.2.1 → 9.2.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 +131 -131
- package/components/primary-tablist/index.module.css.js +1 -1
- package/components/primary-tablist/mobile.css +219 -219
- 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 +131 -131
- package/esm/components/primary-tablist/index.module.css.js +1 -1
- package/esm/components/primary-tablist/mobile.css +219 -219
- 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 +131 -131
- package/modern/components/primary-tablist/index.module.css.js +1 -1
- package/modern/components/primary-tablist/mobile.css +219 -219
- 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
|
@@ -58,11 +58,11 @@
|
|
|
58
58
|
--primary-tablist-xl-font-weight: 400;
|
|
59
59
|
--primary-tablist-xl-font-family: var(--font-family-system);
|
|
60
60
|
--primary-tablist-xl-padding: var(--gap-0) var(--gap-0) var(--gap-20);
|
|
61
|
-
} .
|
|
61
|
+
} .tabs__component_txp5a {
|
|
62
62
|
position: relative;
|
|
63
63
|
display: inline-flex;
|
|
64
64
|
min-width: 100%;
|
|
65
|
-
} .
|
|
65
|
+
} .tabs__component_txp5a:before {
|
|
66
66
|
content: '';
|
|
67
67
|
display: block;
|
|
68
68
|
position: absolute;
|
|
@@ -70,271 +70,271 @@
|
|
|
70
70
|
height: 1px;
|
|
71
71
|
width: 100%;
|
|
72
72
|
background-color: var(--primary-tablist-bottom-border-color);
|
|
73
|
-
} .
|
|
73
|
+
} .tabs__desktop_txp5a.tabs__paragraph-primary-large_txp5a .tabs__title_txp5a {
|
|
74
74
|
font-size: 18px;
|
|
75
75
|
line-height: 24px;
|
|
76
76
|
font-weight: 400;
|
|
77
|
-
} .
|
|
77
|
+
} .tabs__desktop_txp5a.tabs__paragraph-primary-medium_txp5a .tabs__title_txp5a {
|
|
78
78
|
font-size: 16px;
|
|
79
79
|
line-height: 24px;
|
|
80
80
|
font-weight: 400;
|
|
81
|
-
} .
|
|
81
|
+
} .tabs__desktop_txp5a.tabs__paragraph-primary-small_txp5a .tabs__title_txp5a {
|
|
82
82
|
font-size: 14px;
|
|
83
83
|
line-height: 20px;
|
|
84
84
|
font-weight: 400;
|
|
85
|
-
} .
|
|
85
|
+
} .tabs__desktop_txp5a.tabs__action-primary-large_txp5a .tabs__title_txp5a {
|
|
86
86
|
font-size: 18px;
|
|
87
87
|
line-height: 24px;
|
|
88
88
|
font-weight: 500;
|
|
89
|
-
} .
|
|
89
|
+
} .tabs__desktop_txp5a.tabs__action-primary-medium_txp5a .tabs__title_txp5a {
|
|
90
90
|
font-size: 16px;
|
|
91
91
|
line-height: 24px;
|
|
92
92
|
font-weight: 500;
|
|
93
|
-
} .
|
|
93
|
+
} .tabs__desktop_txp5a.tabs__action-primary-small_txp5a .tabs__title_txp5a {
|
|
94
94
|
font-size: 14px;
|
|
95
95
|
line-height: 20px;
|
|
96
96
|
font-weight: 500;
|
|
97
|
-
} .
|
|
97
|
+
} .tabs__desktop_txp5a.tabs__accent-primary-large_txp5a .tabs__title_txp5a {
|
|
98
98
|
font-size: 18px;
|
|
99
99
|
line-height: 24px;
|
|
100
100
|
font-weight: 700;
|
|
101
|
-
} .
|
|
101
|
+
} .tabs__desktop_txp5a.tabs__accent-primary-medium_txp5a .tabs__title_txp5a {
|
|
102
102
|
font-size: 16px;
|
|
103
103
|
line-height: 24px;
|
|
104
104
|
font-weight: 700;
|
|
105
|
-
} .
|
|
105
|
+
} .tabs__desktop_txp5a.tabs__accent-primary-small_txp5a .tabs__title_txp5a {
|
|
106
106
|
font-size: 14px;
|
|
107
107
|
line-height: 20px;
|
|
108
108
|
font-weight: 700;
|
|
109
|
-
} .
|
|
109
|
+
} .tabs__desktop_txp5a.tabs__paragraph-primary-large_txp5a .tabs__title_txp5a, .tabs__desktop_txp5a.tabs__paragraph-primary-medium_txp5a .tabs__title_txp5a, .tabs__desktop_txp5a.tabs__accent-primary-large_txp5a .tabs__title_txp5a, .tabs__desktop_txp5a.tabs__accent-primary-medium_txp5a .tabs__title_txp5a, .tabs__desktop_txp5a.tabs__action-primary-large_txp5a .tabs__title_txp5a, .tabs__desktop_txp5a.tabs__action-primary-medium_txp5a .tabs__title_txp5a {
|
|
110
110
|
padding-bottom: calc(24px / 2);
|
|
111
|
-
} .
|
|
112
|
-
.
|
|
113
|
-
.
|
|
114
|
-
.
|
|
115
|
-
.
|
|
116
|
-
.
|
|
117
|
-
.
|
|
118
|
-
.
|
|
119
|
-
.
|
|
120
|
-
.
|
|
121
|
-
.
|
|
122
|
-
.
|
|
111
|
+
} .tabs__desktop_txp5a.tabs__paragraph-primary-large_txp5a .tabs__title_txp5a + .tabs__title_txp5a,
|
|
112
|
+
.tabs__desktop_txp5a.tabs__paragraph-primary-medium_txp5a .tabs__title_txp5a + .tabs__title_txp5a,
|
|
113
|
+
.tabs__desktop_txp5a.tabs__accent-primary-large_txp5a .tabs__title_txp5a + .tabs__title_txp5a,
|
|
114
|
+
.tabs__desktop_txp5a.tabs__accent-primary-medium_txp5a .tabs__title_txp5a + .tabs__title_txp5a,
|
|
115
|
+
.tabs__desktop_txp5a.tabs__action-primary-large_txp5a .tabs__title_txp5a + .tabs__title_txp5a,
|
|
116
|
+
.tabs__desktop_txp5a.tabs__action-primary-medium_txp5a .tabs__title_txp5a + .tabs__title_txp5a,
|
|
117
|
+
.tabs__desktop_txp5a.tabs__paragraph-primary-large_txp5a .tabs__pickerWrapper_txp5a,
|
|
118
|
+
.tabs__desktop_txp5a.tabs__paragraph-primary-medium_txp5a .tabs__pickerWrapper_txp5a,
|
|
119
|
+
.tabs__desktop_txp5a.tabs__accent-primary-large_txp5a .tabs__pickerWrapper_txp5a,
|
|
120
|
+
.tabs__desktop_txp5a.tabs__accent-primary-medium_txp5a .tabs__pickerWrapper_txp5a,
|
|
121
|
+
.tabs__desktop_txp5a.tabs__action-primary-large_txp5a .tabs__pickerWrapper_txp5a,
|
|
122
|
+
.tabs__desktop_txp5a.tabs__action-primary-medium_txp5a .tabs__pickerWrapper_txp5a {
|
|
123
123
|
margin-left: 24px;
|
|
124
|
-
} .
|
|
124
|
+
} .tabs__desktop_txp5a.tabs__paragraph-primary-large_txp5a .tabs__option_txp5a, .tabs__desktop_txp5a.tabs__paragraph-primary-medium_txp5a .tabs__option_txp5a, .tabs__desktop_txp5a.tabs__accent-primary-large_txp5a .tabs__option_txp5a, .tabs__desktop_txp5a.tabs__accent-primary-medium_txp5a .tabs__option_txp5a, .tabs__desktop_txp5a.tabs__action-primary-large_txp5a .tabs__option_txp5a, .tabs__desktop_txp5a.tabs__action-primary-medium_txp5a .tabs__option_txp5a {
|
|
125
125
|
padding: var(--gap-0);
|
|
126
|
-
} .
|
|
126
|
+
} .tabs__desktop_txp5a.tabs__paragraph-primary-large_txp5a .tabs__scrollControls_txp5a > button, .tabs__desktop_txp5a.tabs__paragraph-primary-medium_txp5a .tabs__scrollControls_txp5a > button, .tabs__desktop_txp5a.tabs__accent-primary-large_txp5a .tabs__scrollControls_txp5a > button, .tabs__desktop_txp5a.tabs__accent-primary-medium_txp5a .tabs__scrollControls_txp5a > button, .tabs__desktop_txp5a.tabs__action-primary-large_txp5a .tabs__scrollControls_txp5a > button, .tabs__desktop_txp5a.tabs__action-primary-medium_txp5a .tabs__scrollControls_txp5a > button {
|
|
127
127
|
box-sizing: content-box;
|
|
128
128
|
width: 24px;
|
|
129
129
|
height: 24px;
|
|
130
130
|
padding: var(--gap-0);
|
|
131
|
-
} .
|
|
131
|
+
} .tabs__desktop_txp5a.tabs__paragraph-primary-large_txp5a .tabs__scrollControls_txp5a button:first-child, .tabs__desktop_txp5a.tabs__paragraph-primary-medium_txp5a .tabs__scrollControls_txp5a button:first-child, .tabs__desktop_txp5a.tabs__accent-primary-large_txp5a .tabs__scrollControls_txp5a button:first-child, .tabs__desktop_txp5a.tabs__accent-primary-medium_txp5a .tabs__scrollControls_txp5a button:first-child, .tabs__desktop_txp5a.tabs__action-primary-large_txp5a .tabs__scrollControls_txp5a button:first-child, .tabs__desktop_txp5a.tabs__action-primary-medium_txp5a .tabs__scrollControls_txp5a button:first-child {
|
|
132
132
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(24px / 2);
|
|
133
|
-
} .
|
|
133
|
+
} .tabs__desktop_txp5a.tabs__paragraph-primary-small_txp5a .tabs__title_txp5a, .tabs__desktop_txp5a.tabs__accent-primary-small_txp5a .tabs__title_txp5a, .tabs__desktop_txp5a.tabs__action-primary-small_txp5a .tabs__title_txp5a {
|
|
134
134
|
padding-bottom: calc(20px / 2);
|
|
135
|
-
} .
|
|
136
|
-
.
|
|
137
|
-
.
|
|
138
|
-
.
|
|
139
|
-
.
|
|
140
|
-
.
|
|
135
|
+
} .tabs__desktop_txp5a.tabs__paragraph-primary-small_txp5a .tabs__title_txp5a + .tabs__title_txp5a,
|
|
136
|
+
.tabs__desktop_txp5a.tabs__accent-primary-small_txp5a .tabs__title_txp5a + .tabs__title_txp5a,
|
|
137
|
+
.tabs__desktop_txp5a.tabs__action-primary-small_txp5a .tabs__title_txp5a + .tabs__title_txp5a,
|
|
138
|
+
.tabs__desktop_txp5a.tabs__paragraph-primary-small_txp5a .tabs__pickerWrapper_txp5a,
|
|
139
|
+
.tabs__desktop_txp5a.tabs__accent-primary-small_txp5a .tabs__pickerWrapper_txp5a,
|
|
140
|
+
.tabs__desktop_txp5a.tabs__action-primary-small_txp5a .tabs__pickerWrapper_txp5a {
|
|
141
141
|
margin-left: 20px;
|
|
142
|
-
} .
|
|
142
|
+
} .tabs__desktop_txp5a.tabs__paragraph-primary-small_txp5a .tabs__option_txp5a, .tabs__desktop_txp5a.tabs__accent-primary-small_txp5a .tabs__option_txp5a, .tabs__desktop_txp5a.tabs__action-primary-small_txp5a .tabs__option_txp5a {
|
|
143
143
|
padding: var(--gap-0);
|
|
144
|
-
} .
|
|
144
|
+
} .tabs__desktop_txp5a.tabs__paragraph-primary-small_txp5a .tabs__scrollControls_txp5a > button, .tabs__desktop_txp5a.tabs__accent-primary-small_txp5a .tabs__scrollControls_txp5a > button, .tabs__desktop_txp5a.tabs__action-primary-small_txp5a .tabs__scrollControls_txp5a > button {
|
|
145
145
|
box-sizing: content-box;
|
|
146
146
|
width: 20px;
|
|
147
147
|
height: 20px;
|
|
148
148
|
padding: var(--gap-0);
|
|
149
|
-
} .
|
|
149
|
+
} .tabs__desktop_txp5a.tabs__paragraph-primary-small_txp5a .tabs__scrollControls_txp5a button:first-child, .tabs__desktop_txp5a.tabs__accent-primary-small_txp5a .tabs__scrollControls_txp5a button:first-child, .tabs__desktop_txp5a.tabs__action-primary-small_txp5a .tabs__scrollControls_txp5a button:first-child {
|
|
150
150
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(20px / 2);
|
|
151
|
-
} .
|
|
151
|
+
} .tabs__desktop_txp5a.tabs__headline-system-xlarge_txp5a .tabs__title_txp5a {
|
|
152
152
|
font-size: 48px;
|
|
153
153
|
line-height: 52px;
|
|
154
154
|
font-weight: 700;
|
|
155
|
-
} .
|
|
155
|
+
} .tabs__desktop_txp5a.tabs__headline-system-large_txp5a .tabs__title_txp5a {
|
|
156
156
|
font-size: 40px;
|
|
157
157
|
line-height: 48px;
|
|
158
158
|
font-weight: 700;
|
|
159
|
-
} .
|
|
159
|
+
} .tabs__desktop_txp5a.tabs__headline-system-medium_txp5a .tabs__title_txp5a {
|
|
160
160
|
font-size: 30px;
|
|
161
161
|
line-height: 36px;
|
|
162
162
|
font-weight: 700;
|
|
163
|
-
} .
|
|
163
|
+
} .tabs__desktop_txp5a.tabs__headline-system-small_txp5a .tabs__title_txp5a {
|
|
164
164
|
font-size: 22px;
|
|
165
165
|
line-height: 26px;
|
|
166
166
|
font-weight: 700;
|
|
167
|
-
} .
|
|
167
|
+
} .tabs__desktop_txp5a.tabs__headline-system-xsmall_txp5a .tabs__title_txp5a {
|
|
168
168
|
font-size: 18px;
|
|
169
169
|
line-height: 22px;
|
|
170
170
|
font-weight: 700;
|
|
171
|
-
} .
|
|
171
|
+
} .tabs__desktop_txp5a.tabs__headline-xlarge_txp5a .tabs__title_txp5a {
|
|
172
172
|
font-size: 48px;
|
|
173
173
|
line-height: 64px;
|
|
174
174
|
font-weight: 500;
|
|
175
175
|
font-feature-settings: 'ss01';
|
|
176
176
|
font-family: var(--font-family-styrene);
|
|
177
|
-
} .
|
|
177
|
+
} .tabs__desktop_txp5a.tabs__headline-large_txp5a .tabs__title_txp5a {
|
|
178
178
|
font-size: 40px;
|
|
179
179
|
line-height: 48px;
|
|
180
180
|
font-weight: 500;
|
|
181
181
|
font-feature-settings: 'ss01';
|
|
182
182
|
font-family: var(--font-family-styrene);
|
|
183
|
-
} .
|
|
183
|
+
} .tabs__desktop_txp5a.tabs__headline-medium_txp5a .tabs__title_txp5a {
|
|
184
184
|
font-size: 32px;
|
|
185
185
|
line-height: 40px;
|
|
186
186
|
font-weight: 500;
|
|
187
187
|
font-feature-settings: 'ss01';
|
|
188
188
|
font-family: var(--font-family-styrene);
|
|
189
|
-
} .
|
|
189
|
+
} .tabs__desktop_txp5a.tabs__headline-small_txp5a .tabs__title_txp5a {
|
|
190
190
|
font-size: 24px;
|
|
191
191
|
line-height: 32px;
|
|
192
192
|
font-weight: 500;
|
|
193
193
|
font-feature-settings: 'ss01';
|
|
194
194
|
font-family: var(--font-family-styrene);
|
|
195
|
-
} .
|
|
195
|
+
} .tabs__desktop_txp5a.tabs__headline-xsmall_txp5a .tabs__title_txp5a {
|
|
196
196
|
font-size: 20px;
|
|
197
197
|
line-height: 24px;
|
|
198
198
|
font-weight: 500;
|
|
199
199
|
font-feature-settings: 'ss01';
|
|
200
200
|
font-family: var(--font-family-styrene);
|
|
201
|
-
} .
|
|
201
|
+
} .tabs__desktop_txp5a.tabs__headline-system-xlarge_txp5a .tabs__title_txp5a {
|
|
202
202
|
padding-bottom: calc(52px / 2);
|
|
203
|
-
} .
|
|
204
|
-
.
|
|
203
|
+
} .tabs__desktop_txp5a.tabs__headline-system-xlarge_txp5a .tabs__title_txp5a + .tabs__title_txp5a,
|
|
204
|
+
.tabs__desktop_txp5a.tabs__headline-system-xlarge_txp5a .tabs__pickerWrapper_txp5a {
|
|
205
205
|
margin-left: 52px;
|
|
206
|
-
} .
|
|
206
|
+
} .tabs__desktop_txp5a.tabs__headline-system-xlarge_txp5a .tabs__option_txp5a {
|
|
207
207
|
padding: var(--gap-0);
|
|
208
|
-
} .
|
|
208
|
+
} .tabs__desktop_txp5a.tabs__headline-system-xlarge_txp5a .tabs__scrollControls_txp5a > button {
|
|
209
209
|
box-sizing: content-box;
|
|
210
210
|
width: 52px;
|
|
211
211
|
height: 52px;
|
|
212
212
|
padding: var(--gap-0);
|
|
213
|
-
} .
|
|
213
|
+
} .tabs__desktop_txp5a.tabs__headline-system-xlarge_txp5a .tabs__scrollControls_txp5a button:first-child {
|
|
214
214
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(52px / 2);
|
|
215
|
-
} .
|
|
215
|
+
} .tabs__desktop_txp5a.tabs__headline-system-large_txp5a .tabs__title_txp5a, .tabs__desktop_txp5a.tabs__headline-large_txp5a .tabs__title_txp5a {
|
|
216
216
|
padding-bottom: calc(48px / 2);
|
|
217
|
-
} .
|
|
218
|
-
.
|
|
219
|
-
.
|
|
220
|
-
.
|
|
217
|
+
} .tabs__desktop_txp5a.tabs__headline-system-large_txp5a .tabs__title_txp5a + .tabs__title_txp5a,
|
|
218
|
+
.tabs__desktop_txp5a.tabs__headline-large_txp5a .tabs__title_txp5a + .tabs__title_txp5a,
|
|
219
|
+
.tabs__desktop_txp5a.tabs__headline-system-large_txp5a .tabs__pickerWrapper_txp5a,
|
|
220
|
+
.tabs__desktop_txp5a.tabs__headline-large_txp5a .tabs__pickerWrapper_txp5a {
|
|
221
221
|
margin-left: 48px;
|
|
222
|
-
} .
|
|
222
|
+
} .tabs__desktop_txp5a.tabs__headline-system-large_txp5a .tabs__option_txp5a, .tabs__desktop_txp5a.tabs__headline-large_txp5a .tabs__option_txp5a {
|
|
223
223
|
padding: var(--gap-0);
|
|
224
|
-
} .
|
|
224
|
+
} .tabs__desktop_txp5a.tabs__headline-system-large_txp5a .tabs__scrollControls_txp5a > button, .tabs__desktop_txp5a.tabs__headline-large_txp5a .tabs__scrollControls_txp5a > button {
|
|
225
225
|
box-sizing: content-box;
|
|
226
226
|
width: 48px;
|
|
227
227
|
height: 48px;
|
|
228
228
|
padding: var(--gap-0);
|
|
229
|
-
} .
|
|
229
|
+
} .tabs__desktop_txp5a.tabs__headline-system-large_txp5a .tabs__scrollControls_txp5a button:first-child, .tabs__desktop_txp5a.tabs__headline-large_txp5a .tabs__scrollControls_txp5a button:first-child {
|
|
230
230
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(48px / 2);
|
|
231
|
-
} .
|
|
231
|
+
} .tabs__desktop_txp5a.tabs__headline-system-medium_txp5a .tabs__title_txp5a {
|
|
232
232
|
padding-bottom: calc(36px / 2);
|
|
233
|
-
} .
|
|
234
|
-
.
|
|
233
|
+
} .tabs__desktop_txp5a.tabs__headline-system-medium_txp5a .tabs__title_txp5a + .tabs__title_txp5a,
|
|
234
|
+
.tabs__desktop_txp5a.tabs__headline-system-medium_txp5a .tabs__pickerWrapper_txp5a {
|
|
235
235
|
margin-left: 36px;
|
|
236
|
-
} .
|
|
236
|
+
} .tabs__desktop_txp5a.tabs__headline-system-medium_txp5a .tabs__option_txp5a {
|
|
237
237
|
padding: var(--gap-0);
|
|
238
|
-
} .
|
|
238
|
+
} .tabs__desktop_txp5a.tabs__headline-system-medium_txp5a .tabs__scrollControls_txp5a > button {
|
|
239
239
|
box-sizing: content-box;
|
|
240
240
|
width: 36px;
|
|
241
241
|
height: 36px;
|
|
242
242
|
padding: var(--gap-0);
|
|
243
|
-
} .
|
|
243
|
+
} .tabs__desktop_txp5a.tabs__headline-system-medium_txp5a .tabs__scrollControls_txp5a button:first-child {
|
|
244
244
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(36px / 2);
|
|
245
|
-
} .
|
|
245
|
+
} .tabs__desktop_txp5a.tabs__headline-system-small_txp5a .tabs__title_txp5a {
|
|
246
246
|
padding-bottom: calc(26px / 2);
|
|
247
|
-
} .
|
|
248
|
-
.
|
|
247
|
+
} .tabs__desktop_txp5a.tabs__headline-system-small_txp5a .tabs__title_txp5a + .tabs__title_txp5a,
|
|
248
|
+
.tabs__desktop_txp5a.tabs__headline-system-small_txp5a .tabs__pickerWrapper_txp5a {
|
|
249
249
|
margin-left: 26px;
|
|
250
|
-
} .
|
|
250
|
+
} .tabs__desktop_txp5a.tabs__headline-system-small_txp5a .tabs__option_txp5a {
|
|
251
251
|
padding: var(--gap-0);
|
|
252
|
-
} .
|
|
252
|
+
} .tabs__desktop_txp5a.tabs__headline-system-small_txp5a .tabs__scrollControls_txp5a > button {
|
|
253
253
|
box-sizing: content-box;
|
|
254
254
|
width: 26px;
|
|
255
255
|
height: 26px;
|
|
256
256
|
padding: var(--gap-0);
|
|
257
|
-
} .
|
|
257
|
+
} .tabs__desktop_txp5a.tabs__headline-system-small_txp5a .tabs__scrollControls_txp5a button:first-child {
|
|
258
258
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(26px / 2);
|
|
259
|
-
} .
|
|
259
|
+
} .tabs__desktop_txp5a.tabs__headline-system-xsmall_txp5a .tabs__title_txp5a {
|
|
260
260
|
padding-bottom: calc(22px / 2);
|
|
261
|
-
} .
|
|
262
|
-
.
|
|
261
|
+
} .tabs__desktop_txp5a.tabs__headline-system-xsmall_txp5a .tabs__title_txp5a + .tabs__title_txp5a,
|
|
262
|
+
.tabs__desktop_txp5a.tabs__headline-system-xsmall_txp5a .tabs__pickerWrapper_txp5a {
|
|
263
263
|
margin-left: 22px;
|
|
264
|
-
} .
|
|
264
|
+
} .tabs__desktop_txp5a.tabs__headline-system-xsmall_txp5a .tabs__option_txp5a {
|
|
265
265
|
padding: var(--gap-0);
|
|
266
|
-
} .
|
|
266
|
+
} .tabs__desktop_txp5a.tabs__headline-system-xsmall_txp5a .tabs__scrollControls_txp5a > button {
|
|
267
267
|
box-sizing: content-box;
|
|
268
268
|
width: 22px;
|
|
269
269
|
height: 22px;
|
|
270
270
|
padding: var(--gap-0);
|
|
271
|
-
} .
|
|
271
|
+
} .tabs__desktop_txp5a.tabs__headline-system-xsmall_txp5a .tabs__scrollControls_txp5a button:first-child {
|
|
272
272
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(22px / 2);
|
|
273
|
-
} .
|
|
273
|
+
} .tabs__desktop_txp5a.tabs__headline-xlarge_txp5a .tabs__title_txp5a {
|
|
274
274
|
padding-bottom: calc(64px / 2);
|
|
275
|
-
} .
|
|
276
|
-
.
|
|
275
|
+
} .tabs__desktop_txp5a.tabs__headline-xlarge_txp5a .tabs__title_txp5a + .tabs__title_txp5a,
|
|
276
|
+
.tabs__desktop_txp5a.tabs__headline-xlarge_txp5a .tabs__pickerWrapper_txp5a {
|
|
277
277
|
margin-left: 64px;
|
|
278
|
-
} .
|
|
278
|
+
} .tabs__desktop_txp5a.tabs__headline-xlarge_txp5a .tabs__option_txp5a {
|
|
279
279
|
padding: var(--gap-0);
|
|
280
|
-
} .
|
|
280
|
+
} .tabs__desktop_txp5a.tabs__headline-xlarge_txp5a .tabs__scrollControls_txp5a > button {
|
|
281
281
|
box-sizing: content-box;
|
|
282
282
|
width: 64px;
|
|
283
283
|
height: 64px;
|
|
284
284
|
padding: var(--gap-0);
|
|
285
|
-
} .
|
|
285
|
+
} .tabs__desktop_txp5a.tabs__headline-xlarge_txp5a .tabs__scrollControls_txp5a button:first-child {
|
|
286
286
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(64px / 2);
|
|
287
|
-
} .
|
|
287
|
+
} .tabs__desktop_txp5a.tabs__headline-medium_txp5a .tabs__title_txp5a {
|
|
288
288
|
padding-bottom: calc(40px / 2);
|
|
289
|
-
} .
|
|
290
|
-
.
|
|
289
|
+
} .tabs__desktop_txp5a.tabs__headline-medium_txp5a .tabs__title_txp5a + .tabs__title_txp5a,
|
|
290
|
+
.tabs__desktop_txp5a.tabs__headline-medium_txp5a .tabs__pickerWrapper_txp5a {
|
|
291
291
|
margin-left: 40px;
|
|
292
|
-
} .
|
|
292
|
+
} .tabs__desktop_txp5a.tabs__headline-medium_txp5a .tabs__option_txp5a {
|
|
293
293
|
padding: var(--gap-0);
|
|
294
|
-
} .
|
|
294
|
+
} .tabs__desktop_txp5a.tabs__headline-medium_txp5a .tabs__scrollControls_txp5a > button {
|
|
295
295
|
box-sizing: content-box;
|
|
296
296
|
width: 40px;
|
|
297
297
|
height: 40px;
|
|
298
298
|
padding: var(--gap-0);
|
|
299
|
-
} .
|
|
299
|
+
} .tabs__desktop_txp5a.tabs__headline-medium_txp5a .tabs__scrollControls_txp5a button:first-child {
|
|
300
300
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(40px / 2);
|
|
301
|
-
} .
|
|
301
|
+
} .tabs__desktop_txp5a.tabs__headline-small_txp5a .tabs__title_txp5a {
|
|
302
302
|
padding-bottom: calc(32px / 2);
|
|
303
|
-
} .
|
|
304
|
-
.
|
|
303
|
+
} .tabs__desktop_txp5a.tabs__headline-small_txp5a .tabs__title_txp5a + .tabs__title_txp5a,
|
|
304
|
+
.tabs__desktop_txp5a.tabs__headline-small_txp5a .tabs__pickerWrapper_txp5a {
|
|
305
305
|
margin-left: 32px;
|
|
306
|
-
} .
|
|
306
|
+
} .tabs__desktop_txp5a.tabs__headline-small_txp5a .tabs__option_txp5a {
|
|
307
307
|
padding: var(--gap-0);
|
|
308
|
-
} .
|
|
308
|
+
} .tabs__desktop_txp5a.tabs__headline-small_txp5a .tabs__scrollControls_txp5a > button {
|
|
309
309
|
box-sizing: content-box;
|
|
310
310
|
width: 32px;
|
|
311
311
|
height: 32px;
|
|
312
312
|
padding: var(--gap-0);
|
|
313
|
-
} .
|
|
313
|
+
} .tabs__desktop_txp5a.tabs__headline-small_txp5a .tabs__scrollControls_txp5a button:first-child {
|
|
314
314
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(32px / 2);
|
|
315
|
-
} .
|
|
315
|
+
} .tabs__desktop_txp5a.tabs__headline-xsmall_txp5a .tabs__title_txp5a {
|
|
316
316
|
padding-bottom: calc(24px / 2);
|
|
317
|
-
} .
|
|
318
|
-
.
|
|
317
|
+
} .tabs__desktop_txp5a.tabs__headline-xsmall_txp5a .tabs__title_txp5a + .tabs__title_txp5a,
|
|
318
|
+
.tabs__desktop_txp5a.tabs__headline-xsmall_txp5a .tabs__pickerWrapper_txp5a {
|
|
319
319
|
margin-left: 24px;
|
|
320
|
-
} .
|
|
320
|
+
} .tabs__desktop_txp5a.tabs__headline-xsmall_txp5a .tabs__option_txp5a {
|
|
321
321
|
padding: var(--gap-0);
|
|
322
|
-
} .
|
|
322
|
+
} .tabs__desktop_txp5a.tabs__headline-xsmall_txp5a .tabs__scrollControls_txp5a > button {
|
|
323
323
|
box-sizing: content-box;
|
|
324
324
|
width: 24px;
|
|
325
325
|
height: 24px;
|
|
326
326
|
padding: var(--gap-0);
|
|
327
|
-
} .
|
|
327
|
+
} .tabs__desktop_txp5a.tabs__headline-xsmall_txp5a .tabs__scrollControls_txp5a button:first-child {
|
|
328
328
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(24px / 2);
|
|
329
|
-
} .
|
|
329
|
+
} .tabs__fullWidthScroll_txp5a {
|
|
330
330
|
min-width: calc(100% - 2 * var(--gap-16));
|
|
331
331
|
margin: var(--gap-0) var(--gap-16);
|
|
332
|
-
} .
|
|
332
|
+
} .tabs__container_txp5a {
|
|
333
333
|
position: relative;
|
|
334
334
|
overflow: hidden;
|
|
335
335
|
margin: var(--gap-4-neg) var(--gap-0) var(--gap-4-neg) var(--gap-4-neg);
|
|
336
336
|
padding: var(--gap-4) var(--gap-0) var(--gap-4) var(--gap-4);
|
|
337
|
-
} .
|
|
337
|
+
} .tabs__title_txp5a {
|
|
338
338
|
display: flex;
|
|
339
339
|
align-items: center;
|
|
340
340
|
height: 100%;
|
|
@@ -351,21 +351,21 @@
|
|
|
351
351
|
-moz-user-select: none;
|
|
352
352
|
user-select: none;
|
|
353
353
|
outline: none;
|
|
354
|
-
} .
|
|
354
|
+
} .tabs__title_txp5a:not(:disabled):hover {
|
|
355
355
|
color: var(--primary-tablist-hover-color);
|
|
356
|
-
} .
|
|
356
|
+
} .tabs__focused_txp5a {
|
|
357
357
|
outline: 2px solid var(--focus-color);
|
|
358
358
|
outline-offset: 2px;
|
|
359
|
-
} .
|
|
359
|
+
} .tabs__collapsed_txp5a {
|
|
360
360
|
order: 99;
|
|
361
361
|
visibility: collapse;
|
|
362
|
-
} .
|
|
362
|
+
} .tabs__selected_txp5a {
|
|
363
363
|
cursor: default;
|
|
364
364
|
color: var(--primary-tablist-selected-color);
|
|
365
|
-
} .
|
|
365
|
+
} .tabs__disabled_txp5a {
|
|
366
366
|
cursor: var(--disabled-cursor);
|
|
367
367
|
color: var(--primary-tablist-disabled-color);
|
|
368
|
-
} .
|
|
368
|
+
} .tabs__line_txp5a {
|
|
369
369
|
position: absolute;
|
|
370
370
|
height: 3px;
|
|
371
371
|
bottom: var(--gap-0);
|
|
@@ -374,61 +374,61 @@
|
|
|
374
374
|
transition:
|
|
375
375
|
transform 0.2s ease,
|
|
376
376
|
width 0.2s ease;
|
|
377
|
-
} .
|
|
377
|
+
} .tabs__option_txp5a {
|
|
378
378
|
color: var(--color-light-text-primary);
|
|
379
|
-
} .
|
|
379
|
+
} .tabs__s_txp5a .tabs__title_txp5a, .tabs__xs_txp5a .tabs__title_txp5a, .tabs__xxs_txp5a .tabs__title_txp5a {
|
|
380
380
|
padding: var(--primary-tablist-s-padding);
|
|
381
381
|
font-size: var(--primary-tablist-s-font-size);
|
|
382
382
|
font-weight: var(--primary-tablist-s-font-weight);
|
|
383
383
|
font-family: var(--primary-tablist-s-font-family);
|
|
384
384
|
line-height: 24px;
|
|
385
|
-
} .
|
|
385
|
+
} .tabs__s_txp5a .tabs__title_txp5a + .tabs__title_txp5a, .tabs__xs_txp5a .tabs__title_txp5a + .tabs__title_txp5a, .tabs__xxs_txp5a .tabs__title_txp5a + .tabs__title_txp5a {
|
|
386
386
|
margin-left: var(--primary-tablist-s-gaps);
|
|
387
|
-
} .
|
|
387
|
+
} .tabs__s_txp5a .tabs__pickerWrapper_txp5a, .tabs__xs_txp5a .tabs__pickerWrapper_txp5a, .tabs__xxs_txp5a .tabs__pickerWrapper_txp5a {
|
|
388
388
|
margin-left: var(--primary-tablist-s-gaps);
|
|
389
|
-
} .
|
|
389
|
+
} .tabs__s_txp5a .tabs__option_txp5a, .tabs__xs_txp5a .tabs__option_txp5a, .tabs__xxs_txp5a .tabs__option_txp5a {
|
|
390
390
|
padding: var(--gap-0);
|
|
391
|
-
} .
|
|
391
|
+
} .tabs__m_txp5a .tabs__title_txp5a {
|
|
392
392
|
padding: var(--primary-tablist-m-padding);
|
|
393
393
|
font-size: var(--primary-tablist-m-font-size);
|
|
394
394
|
font-weight: var(--primary-tablist-m-font-weight);
|
|
395
395
|
font-family: var(--primary-tablist-m-font-family);
|
|
396
396
|
line-height: 24px;
|
|
397
|
-
} .
|
|
397
|
+
} .tabs__m_txp5a .tabs__title_txp5a + .tabs__title_txp5a {
|
|
398
398
|
margin-left: var(--primary-tablist-m-gaps);
|
|
399
|
-
} .
|
|
399
|
+
} .tabs__m_txp5a .tabs__pickerWrapper_txp5a {
|
|
400
400
|
margin-left: var(--primary-tablist-m-gaps);
|
|
401
|
-
} .
|
|
401
|
+
} .tabs__m_txp5a .tabs__option_txp5a {
|
|
402
402
|
padding: var(--gap-0);
|
|
403
|
-
} .
|
|
403
|
+
} .tabs__l_txp5a .tabs__title_txp5a {
|
|
404
404
|
padding: var(--primary-tablist-l-padding);
|
|
405
405
|
font-size: var(--primary-tablist-l-font-size);
|
|
406
406
|
font-weight: var(--primary-tablist-l-font-weight);
|
|
407
407
|
font-family: var(--primary-tablist-l-font-family);
|
|
408
408
|
line-height: 24px;
|
|
409
|
-
} .
|
|
409
|
+
} .tabs__l_txp5a .tabs__title_txp5a + .tabs__title_txp5a {
|
|
410
410
|
margin-left: var(--primary-tablist-l-gaps);
|
|
411
|
-
} .
|
|
411
|
+
} .tabs__l_txp5a .tabs__pickerWrapper_txp5a {
|
|
412
412
|
margin-left: var(--primary-tablist-l-gaps);
|
|
413
|
-
} .
|
|
413
|
+
} .tabs__l_txp5a .tabs__option_txp5a {
|
|
414
414
|
padding: var(--gap-0);
|
|
415
|
-
} .
|
|
415
|
+
} .tabs__xl_txp5a .tabs__title_txp5a {
|
|
416
416
|
padding: var(--primary-tablist-xl-padding);
|
|
417
417
|
font-size: var(--primary-tablist-xl-font-size);
|
|
418
418
|
font-weight: var(--primary-tablist-xl-font-weight);
|
|
419
419
|
font-family: var(--primary-tablist-xl-font-family);
|
|
420
420
|
line-height: 32px;
|
|
421
|
-
} .
|
|
421
|
+
} .tabs__xl_txp5a .tabs__title_txp5a + .tabs__title_txp5a {
|
|
422
422
|
margin-left: var(--primary-tablist-xl-gaps);
|
|
423
|
-
} .
|
|
423
|
+
} .tabs__xl_txp5a .tabs__pickerWrapper_txp5a {
|
|
424
424
|
margin-left: var(--primary-tablist-xl-gaps);
|
|
425
|
-
} .
|
|
425
|
+
} .tabs__xl_txp5a .tabs__option_txp5a {
|
|
426
426
|
padding: var(--gap-0);
|
|
427
|
-
} .
|
|
427
|
+
} .tabs__rightAddons_txp5a {
|
|
428
428
|
display: flex;
|
|
429
429
|
justify-content: center;
|
|
430
430
|
align-items: center;
|
|
431
431
|
margin-left: var(--gap-8);
|
|
432
|
-
} .
|
|
432
|
+
} .tabs__rightAddonsMarginZero_txp5a {
|
|
433
433
|
margin-left: var(--gap-0);
|
|
434
434
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var commonStyles = {"component":"
|
|
5
|
+
var commonStyles = {"component":"tabs__component_txp5a","desktop":"tabs__desktop_txp5a","paragraph-primary-large":"tabs__paragraph-primary-large_txp5a","title":"tabs__title_txp5a","paragraph-primary-medium":"tabs__paragraph-primary-medium_txp5a","paragraph-primary-small":"tabs__paragraph-primary-small_txp5a","action-primary-large":"tabs__action-primary-large_txp5a","action-primary-medium":"tabs__action-primary-medium_txp5a","action-primary-small":"tabs__action-primary-small_txp5a","accent-primary-large":"tabs__accent-primary-large_txp5a","accent-primary-medium":"tabs__accent-primary-medium_txp5a","accent-primary-small":"tabs__accent-primary-small_txp5a","pickerWrapper":"tabs__pickerWrapper_txp5a","option":"tabs__option_txp5a","scrollControls":"tabs__scrollControls_txp5a","headline-system-xlarge":"tabs__headline-system-xlarge_txp5a","headline-system-large":"tabs__headline-system-large_txp5a","headline-system-medium":"tabs__headline-system-medium_txp5a","headline-system-small":"tabs__headline-system-small_txp5a","headline-system-xsmall":"tabs__headline-system-xsmall_txp5a","headline-xlarge":"tabs__headline-xlarge_txp5a","headline-large":"tabs__headline-large_txp5a","headline-medium":"tabs__headline-medium_txp5a","headline-small":"tabs__headline-small_txp5a","headline-xsmall":"tabs__headline-xsmall_txp5a","fullWidthScroll":"tabs__fullWidthScroll_txp5a","container":"tabs__container_txp5a","focused":"tabs__focused_txp5a","collapsed":"tabs__collapsed_txp5a","selected":"tabs__selected_txp5a","disabled":"tabs__disabled_txp5a","line":"tabs__line_txp5a","s":"tabs__s_txp5a","xs":"tabs__xs_txp5a","xxs":"tabs__xxs_txp5a","m":"tabs__m_txp5a","l":"tabs__l_txp5a","xl":"tabs__xl_txp5a","rightAddons":"tabs__rightAddons_txp5a","rightAddonsMarginZero":"tabs__rightAddonsMarginZero_txp5a"};
|
|
6
6
|
|
|
7
7
|
module.exports = commonStyles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|