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