@alfalab/core-components-tabs 8.5.2 → 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.
Files changed (184) hide show
  1. package/collapsible/index.js +0 -19
  2. package/components/primary-tablist/Component.collapsible.d.ts +1 -1
  3. package/components/primary-tablist/Component.collapsible.js +5 -12
  4. package/components/primary-tablist/Component.d.ts +1 -1
  5. package/components/primary-tablist/Component.desktop.js +1 -16
  6. package/components/primary-tablist/Component.js +4 -11
  7. package/components/primary-tablist/Component.mobile.d.ts +1 -1
  8. package/components/primary-tablist/Component.mobile.js +3 -22
  9. package/components/primary-tablist/Component.responsive.js +0 -17
  10. package/components/primary-tablist/index.css +288 -30
  11. package/components/primary-tablist/mobile.css +499 -33
  12. package/components/scroll-controls/Component.d.ts +1 -0
  13. package/components/scroll-controls/Component.js +7 -7
  14. package/components/scroll-controls/index.css +23 -26
  15. package/components/scroll-controls/index.js +0 -8
  16. package/components/scrollable-container/Component.d.ts +5 -1
  17. package/components/scrollable-container/Component.js +3 -9
  18. package/components/scrollable-container/index.css +6 -6
  19. package/components/scrollable-container/index.js +0 -10
  20. package/components/secondary-tablist/Component.desktop.js +1 -13
  21. package/components/secondary-tablist/Component.js +0 -9
  22. package/components/secondary-tablist/Component.mobile.js +2 -13
  23. package/components/secondary-tablist/Component.responsive.js +0 -16
  24. package/components/secondary-tablist/index.css +11 -11
  25. package/components/secondary-tablist/mobile.css +13 -13
  26. package/components/tab/Component.js +1 -1
  27. package/components/tab/index.css +3 -3
  28. package/components/tab/index.js +0 -2
  29. package/components/tabs/Component.collapsible.js +0 -15
  30. package/components/tabs/Component.d.ts +1 -1
  31. package/components/tabs/Component.desktop.js +0 -20
  32. package/components/tabs/Component.js +2 -2
  33. package/components/tabs/Component.mobile.js +0 -20
  34. package/components/tabs/Component.responsive.js +0 -26
  35. package/components/title/index.js +0 -3
  36. package/cssm/collapsible/index.js +0 -20
  37. package/cssm/components/primary-tablist/Component.collapsible.d.ts +1 -1
  38. package/cssm/components/primary-tablist/Component.collapsible.js +4 -11
  39. package/cssm/components/primary-tablist/Component.d.ts +1 -1
  40. package/cssm/components/primary-tablist/Component.desktop.js +0 -17
  41. package/cssm/components/primary-tablist/Component.js +4 -13
  42. package/cssm/components/primary-tablist/Component.mobile.d.ts +1 -1
  43. package/cssm/components/primary-tablist/Component.mobile.js +1 -22
  44. package/cssm/components/primary-tablist/Component.responsive.js +0 -20
  45. package/cssm/components/primary-tablist/index.module.css +259 -1
  46. package/cssm/components/primary-tablist/mobile.module.css +210 -0
  47. package/cssm/components/primary-tablist/text-styles.module.css +16 -0
  48. package/cssm/components/scroll-controls/Component.d.ts +1 -0
  49. package/cssm/components/scroll-controls/Component.js +6 -6
  50. package/cssm/components/scroll-controls/index.js +0 -9
  51. package/cssm/components/scroll-controls/index.module.css +12 -15
  52. package/cssm/components/scrollable-container/Component.d.ts +5 -1
  53. package/cssm/components/scrollable-container/Component.js +2 -9
  54. package/cssm/components/scrollable-container/index.js +0 -12
  55. package/cssm/components/secondary-tablist/Component.desktop.js +0 -14
  56. package/cssm/components/secondary-tablist/Component.js +0 -11
  57. package/cssm/components/secondary-tablist/Component.mobile.js +0 -13
  58. package/cssm/components/secondary-tablist/Component.responsive.js +0 -19
  59. package/cssm/components/tab/index.js +0 -3
  60. package/cssm/components/tabs/Component.collapsible.js +0 -15
  61. package/cssm/components/tabs/Component.d.ts +1 -1
  62. package/cssm/components/tabs/Component.desktop.js +0 -22
  63. package/cssm/components/tabs/Component.js +2 -2
  64. package/cssm/components/tabs/Component.mobile.js +0 -24
  65. package/cssm/components/tabs/Component.responsive.js +0 -30
  66. package/cssm/components/title/index.js +0 -3
  67. package/cssm/desktop/index.js +0 -26
  68. package/cssm/hooks/use-tablist-titles.js +0 -4
  69. package/cssm/index.js +0 -34
  70. package/cssm/mobile/index.js +0 -28
  71. package/cssm/shared/index.js +0 -16
  72. package/cssm/typings.d.ts +5 -1
  73. package/desktop/index.js +0 -23
  74. package/esm/collapsible/index.js +0 -19
  75. package/esm/components/primary-tablist/Component.collapsible.d.ts +1 -1
  76. package/esm/components/primary-tablist/Component.collapsible.js +5 -12
  77. package/esm/components/primary-tablist/Component.d.ts +1 -1
  78. package/esm/components/primary-tablist/Component.desktop.js +1 -16
  79. package/esm/components/primary-tablist/Component.js +4 -11
  80. package/esm/components/primary-tablist/Component.mobile.d.ts +1 -1
  81. package/esm/components/primary-tablist/Component.mobile.js +4 -22
  82. package/esm/components/primary-tablist/Component.responsive.js +0 -17
  83. package/esm/components/primary-tablist/index.css +288 -30
  84. package/esm/components/primary-tablist/mobile.css +499 -33
  85. package/esm/components/scroll-controls/Component.d.ts +1 -0
  86. package/esm/components/scroll-controls/Component.js +7 -7
  87. package/esm/components/scroll-controls/index.css +23 -26
  88. package/esm/components/scroll-controls/index.js +0 -8
  89. package/esm/components/scrollable-container/Component.d.ts +5 -1
  90. package/esm/components/scrollable-container/Component.js +3 -9
  91. package/esm/components/scrollable-container/index.css +6 -6
  92. package/esm/components/scrollable-container/index.js +0 -10
  93. package/esm/components/secondary-tablist/Component.desktop.js +1 -13
  94. package/esm/components/secondary-tablist/Component.js +0 -9
  95. package/esm/components/secondary-tablist/Component.mobile.js +2 -13
  96. package/esm/components/secondary-tablist/Component.responsive.js +0 -16
  97. package/esm/components/secondary-tablist/index.css +11 -11
  98. package/esm/components/secondary-tablist/mobile.css +13 -13
  99. package/esm/components/tab/Component.js +1 -1
  100. package/esm/components/tab/index.css +3 -3
  101. package/esm/components/tab/index.js +0 -2
  102. package/esm/components/tabs/Component.collapsible.js +0 -15
  103. package/esm/components/tabs/Component.d.ts +1 -1
  104. package/esm/components/tabs/Component.desktop.js +0 -20
  105. package/esm/components/tabs/Component.js +2 -2
  106. package/esm/components/tabs/Component.mobile.js +0 -20
  107. package/esm/components/tabs/Component.responsive.js +0 -26
  108. package/esm/components/title/index.js +0 -3
  109. package/esm/desktop/index.js +0 -23
  110. package/esm/hooks/use-tablist-titles.js +0 -4
  111. package/esm/index.js +0 -29
  112. package/esm/index.module-329bd113.js +4 -0
  113. package/esm/index.module-c2b4a565.js +4 -0
  114. package/esm/mobile/index.js +0 -23
  115. package/esm/shared/index.js +0 -14
  116. package/esm/typings.d.ts +5 -1
  117. package/hooks/use-tablist-titles.js +0 -4
  118. package/index.js +0 -29
  119. package/index.module-52123f08.js +6 -0
  120. package/index.module-b92170ea.js +6 -0
  121. package/mobile/index.js +0 -23
  122. package/modern/collapsible/index.js +0 -18
  123. package/modern/components/primary-tablist/Component.collapsible.d.ts +1 -1
  124. package/modern/components/primary-tablist/Component.collapsible.js +5 -12
  125. package/modern/components/primary-tablist/Component.d.ts +1 -1
  126. package/modern/components/primary-tablist/Component.desktop.js +1 -16
  127. package/modern/components/primary-tablist/Component.js +4 -11
  128. package/modern/components/primary-tablist/Component.mobile.d.ts +1 -1
  129. package/modern/components/primary-tablist/Component.mobile.js +3 -18
  130. package/modern/components/primary-tablist/Component.responsive.js +0 -17
  131. package/modern/components/primary-tablist/index.css +288 -30
  132. package/modern/components/primary-tablist/mobile.css +499 -33
  133. package/modern/components/scroll-controls/Component.d.ts +1 -0
  134. package/modern/components/scroll-controls/Component.js +7 -7
  135. package/modern/components/scroll-controls/index.css +23 -26
  136. package/modern/components/scroll-controls/index.js +0 -7
  137. package/modern/components/scrollable-container/Component.d.ts +5 -1
  138. package/modern/components/scrollable-container/Component.js +3 -8
  139. package/modern/components/scrollable-container/index.css +6 -6
  140. package/modern/components/scrollable-container/index.js +0 -9
  141. package/modern/components/secondary-tablist/Component.desktop.js +1 -13
  142. package/modern/components/secondary-tablist/Component.js +0 -9
  143. package/modern/components/secondary-tablist/Component.mobile.js +2 -13
  144. package/modern/components/secondary-tablist/Component.responsive.js +0 -16
  145. package/modern/components/secondary-tablist/index.css +11 -11
  146. package/modern/components/secondary-tablist/mobile.css +13 -13
  147. package/modern/components/tab/Component.js +1 -1
  148. package/modern/components/tab/index.css +3 -3
  149. package/modern/components/tab/index.js +0 -2
  150. package/modern/components/tabs/Component.collapsible.js +0 -15
  151. package/modern/components/tabs/Component.d.ts +1 -1
  152. package/modern/components/tabs/Component.desktop.js +0 -20
  153. package/modern/components/tabs/Component.js +2 -2
  154. package/modern/components/tabs/Component.mobile.js +0 -20
  155. package/modern/components/tabs/Component.responsive.js +0 -26
  156. package/modern/components/title/index.js +0 -2
  157. package/modern/desktop/index.js +0 -22
  158. package/modern/hooks/use-tablist-titles.js +0 -4
  159. package/modern/index.js +0 -28
  160. package/modern/index.module-45e29a3d.js +4 -0
  161. package/modern/index.module-e47d16c1.js +4 -0
  162. package/modern/mobile/index.js +0 -22
  163. package/modern/shared/index.js +0 -13
  164. package/modern/typings.d.ts +5 -1
  165. package/package.json +4 -4
  166. package/shared/index.js +0 -14
  167. package/src/components/primary-tablist/Component.collapsible.tsx +12 -3
  168. package/src/components/primary-tablist/Component.mobile.tsx +2 -8
  169. package/src/components/primary-tablist/Component.tsx +10 -3
  170. package/src/components/primary-tablist/index.module.css +6 -0
  171. package/src/components/primary-tablist/mobile.module.css +4 -0
  172. package/src/components/primary-tablist/text-styles.module.css +228 -0
  173. package/src/components/scroll-controls/Component.tsx +15 -8
  174. package/src/components/scroll-controls/index.module.css +12 -19
  175. package/src/components/scrollable-container/Component.tsx +7 -0
  176. package/src/components/tabs/Component.tsx +2 -0
  177. package/src/typings.ts +25 -0
  178. package/typings.d.ts +5 -1
  179. package/esm/index.module-1e961bec.js +0 -4
  180. package/esm/index.module-b07a0a20.js +0 -4
  181. package/index.module-6c875fed.js +0 -6
  182. package/index.module-dcd338c3.js +0 -6
  183. package/modern/index.module-11a3c51b.js +0 -4
  184. package/modern/index.module-b0eb0617.js +0 -4
@@ -1,4 +1,4 @@
1
- /* hash: 1vvjg */
1
+ /* hash: 1eejh */
2
2
  :root {
3
3
  }/* deprecated */:root {
4
4
  --color-light-accent-primary: #ef3124;
@@ -29,6 +29,8 @@
29
29
  }:root {
30
30
  --font-family-system: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
31
31
  sans-serif;
32
+ --font-family-styrene: 'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,
33
+ 'Helvetica Neue', Helvetica, sans-serif;
32
34
  }:root {
33
35
  --focus-color: var(--color-light-border-link);
34
36
  --disabled-cursor: not-allowed;
@@ -90,11 +92,11 @@
90
92
  /* size l */
91
93
 
92
94
  /* size xl */
93
- }.tabs__component_18t44 {
95
+ }.tabs__component_1edc6 {
94
96
  position: relative;
95
97
  display: inline-flex;
96
98
  min-width: 100%
97
- }.tabs__component_18t44:before {
99
+ }.tabs__component_1edc6:before {
98
100
  content: '';
99
101
  display: block;
100
102
  position: absolute;
@@ -102,17 +104,273 @@
102
104
  height: 1px;
103
105
  width: 100%;
104
106
  background-color: var(--primary-tablist-bottom-border-color);
105
- }.tabs__fullWidthScroll_18t44 {
107
+ }.tabs__desktop_1edc6.paragraph-primary-large .title {
108
+ font-size: 18px;
109
+ line-height: 24px;
110
+ font-weight: 400;
111
+ }.tabs__desktop_1edc6.paragraph-primary-medium .title {
112
+ font-size: 16px;
113
+ line-height: 24px;
114
+ font-weight: 400;
115
+ }.tabs__desktop_1edc6.paragraph-primary-small .title {
116
+ font-size: 14px;
117
+ line-height: 20px;
118
+ font-weight: 400;
119
+ }.tabs__desktop_1edc6.action-primary-large .title {
120
+ font-size: 18px;
121
+ line-height: 24px;
122
+ font-weight: 500;
123
+ }.tabs__desktop_1edc6.action-primary-medium .title {
124
+ font-size: 16px;
125
+ line-height: 24px;
126
+ font-weight: 500;
127
+ }.tabs__desktop_1edc6.action-primary-small .title {
128
+ font-size: 14px;
129
+ line-height: 20px;
130
+ font-weight: 500;
131
+ }.tabs__desktop_1edc6.accent-primary-large .title {
132
+ font-size: 18px;
133
+ line-height: 24px;
134
+ font-weight: 700;
135
+ }.tabs__desktop_1edc6.accent-primary-medium .title {
136
+ font-size: 16px;
137
+ line-height: 24px;
138
+ font-weight: 700;
139
+ }.tabs__desktop_1edc6.accent-primary-small .title {
140
+ font-size: 14px;
141
+ line-height: 20px;
142
+ font-weight: 700;
143
+ }.tabs__desktop_1edc6.paragraph-primary-large .title, .tabs__desktop_1edc6.paragraph-primary-medium .title, .tabs__desktop_1edc6.accent-primary-large .title, .tabs__desktop_1edc6.accent-primary-medium .title, .tabs__desktop_1edc6.action-primary-large .title, .tabs__desktop_1edc6.action-primary-medium .title {
144
+ padding-bottom: calc(24px / 2);
145
+ }.tabs__desktop_1edc6.paragraph-primary-large .title + .title,
146
+ .tabs__desktop_1edc6.paragraph-primary-large .pickerWrapper,
147
+ .tabs__desktop_1edc6.paragraph-primary-medium .title + .title,
148
+ .tabs__desktop_1edc6.paragraph-primary-medium .pickerWrapper,
149
+ .tabs__desktop_1edc6.accent-primary-large .title + .title,
150
+ .tabs__desktop_1edc6.accent-primary-large .pickerWrapper,
151
+ .tabs__desktop_1edc6.accent-primary-medium .title + .title,
152
+ .tabs__desktop_1edc6.accent-primary-medium .pickerWrapper,
153
+ .tabs__desktop_1edc6.action-primary-large .title + .title,
154
+ .tabs__desktop_1edc6.action-primary-large .pickerWrapper,
155
+ .tabs__desktop_1edc6.action-primary-medium .title + .title,
156
+ .tabs__desktop_1edc6.action-primary-medium .pickerWrapper {
157
+ margin-left: 24px;
158
+ }.tabs__desktop_1edc6.paragraph-primary-large .option, .tabs__desktop_1edc6.paragraph-primary-medium .option, .tabs__desktop_1edc6.accent-primary-large .option, .tabs__desktop_1edc6.accent-primary-medium .option, .tabs__desktop_1edc6.action-primary-large .option, .tabs__desktop_1edc6.action-primary-medium .option {
159
+ padding: 0;
160
+ }.tabs__desktop_1edc6.paragraph-primary-large .scrollControls > button, .tabs__desktop_1edc6.paragraph-primary-medium .scrollControls > button, .tabs__desktop_1edc6.accent-primary-large .scrollControls > button, .tabs__desktop_1edc6.accent-primary-medium .scrollControls > button, .tabs__desktop_1edc6.action-primary-large .scrollControls > button, .tabs__desktop_1edc6.action-primary-medium .scrollControls > button {
161
+ box-sizing: content-box;
162
+ width: 24px;
163
+ height: 24px;
164
+ padding: 0;
165
+ }.tabs__desktop_1edc6.paragraph-primary-large .scrollControls button:first-child, .tabs__desktop_1edc6.paragraph-primary-medium .scrollControls button:first-child, .tabs__desktop_1edc6.accent-primary-large .scrollControls button:first-child, .tabs__desktop_1edc6.accent-primary-medium .scrollControls button:first-child, .tabs__desktop_1edc6.action-primary-large .scrollControls button:first-child, .tabs__desktop_1edc6.action-primary-medium .scrollControls button:first-child {
166
+ margin: 0 0 0 calc(24px / 2);
167
+ }.tabs__desktop_1edc6.paragraph-primary-small .title, .tabs__desktop_1edc6.accent-primary-small .title, .tabs__desktop_1edc6.action-primary-small .title {
168
+ padding-bottom: calc(20px / 2);
169
+ }.tabs__desktop_1edc6.paragraph-primary-small .title + .title,
170
+ .tabs__desktop_1edc6.paragraph-primary-small .pickerWrapper,
171
+ .tabs__desktop_1edc6.accent-primary-small .title + .title,
172
+ .tabs__desktop_1edc6.accent-primary-small .pickerWrapper,
173
+ .tabs__desktop_1edc6.action-primary-small .title + .title,
174
+ .tabs__desktop_1edc6.action-primary-small .pickerWrapper {
175
+ margin-left: 20px;
176
+ }.tabs__desktop_1edc6.paragraph-primary-small .option, .tabs__desktop_1edc6.accent-primary-small .option, .tabs__desktop_1edc6.action-primary-small .option {
177
+ padding: 0;
178
+ }.tabs__desktop_1edc6.paragraph-primary-small .scrollControls > button, .tabs__desktop_1edc6.accent-primary-small .scrollControls > button, .tabs__desktop_1edc6.action-primary-small .scrollControls > button {
179
+ box-sizing: content-box;
180
+ width: 20px;
181
+ height: 20px;
182
+ padding: 0;
183
+ }.tabs__desktop_1edc6.paragraph-primary-small .scrollControls button:first-child, .tabs__desktop_1edc6.accent-primary-small .scrollControls button:first-child, .tabs__desktop_1edc6.action-primary-small .scrollControls button:first-child {
184
+ margin: 0 0 0 calc(20px / 2);
185
+ }.tabs__desktop_1edc6.headline-system-xlarge .title {
186
+ font-size: 48px;
187
+ line-height: 52px;
188
+ font-weight: 700;
189
+ }.tabs__desktop_1edc6.headline-system-large .title {
190
+ font-size: 40px;
191
+ line-height: 48px;
192
+ font-weight: 700;
193
+ }.tabs__desktop_1edc6.headline-system-medium .title {
194
+ font-size: 30px;
195
+ line-height: 36px;
196
+ font-weight: 700;
197
+ }.tabs__desktop_1edc6.headline-system-small .title {
198
+ font-size: 22px;
199
+ line-height: 26px;
200
+ font-weight: 700;
201
+ }.tabs__desktop_1edc6.headline-system-xsmall .title {
202
+ font-size: 18px;
203
+ line-height: 22px;
204
+ font-weight: 700;
205
+ }.tabs__desktop_1edc6.headline-xlarge .title {
206
+ font-size: 48px;
207
+ line-height: 64px;
208
+ font-weight: 500;
209
+ font-feature-settings: 'ss01';
210
+ font-family: var(--font-family-styrene);
211
+ }.tabs__desktop_1edc6.headline-large .title {
212
+ font-size: 40px;
213
+ line-height: 48px;
214
+ font-weight: 500;
215
+ font-feature-settings: 'ss01';
216
+ font-family: var(--font-family-styrene);
217
+ }.tabs__desktop_1edc6.headline-medium .title {
218
+ font-size: 32px;
219
+ line-height: 40px;
220
+ font-weight: 500;
221
+ font-feature-settings: 'ss01';
222
+ font-family: var(--font-family-styrene);
223
+ }.tabs__desktop_1edc6.headline-small .title {
224
+ font-size: 24px;
225
+ line-height: 32px;
226
+ font-weight: 500;
227
+ font-feature-settings: 'ss01';
228
+ font-family: var(--font-family-styrene);
229
+ }.tabs__desktop_1edc6.headline-xsmall .title {
230
+ font-size: 20px;
231
+ line-height: 24px;
232
+ font-weight: 500;
233
+ font-feature-settings: 'ss01';
234
+ font-family: var(--font-family-styrene);
235
+ }.tabs__desktop_1edc6.headline-system-xlarge .title {
236
+ padding-bottom: calc(52px / 2);
237
+ }.tabs__desktop_1edc6.headline-system-xlarge .title + .title,
238
+ .tabs__desktop_1edc6.headline-system-xlarge .pickerWrapper {
239
+ margin-left: 52px;
240
+ }.tabs__desktop_1edc6.headline-system-xlarge .option {
241
+ padding: 0;
242
+ }.tabs__desktop_1edc6.headline-system-xlarge .scrollControls > button {
243
+ box-sizing: content-box;
244
+ width: 52px;
245
+ height: 52px;
246
+ padding: 0;
247
+ }.tabs__desktop_1edc6.headline-system-xlarge .scrollControls button:first-child {
248
+ margin: 0 0 0 calc(52px / 2);
249
+ }.tabs__desktop_1edc6.headline-system-large .title, .tabs__desktop_1edc6.headline-large .title {
250
+ padding-bottom: calc(48px / 2);
251
+ }.tabs__desktop_1edc6.headline-system-large .title + .title,
252
+ .tabs__desktop_1edc6.headline-system-large .pickerWrapper,
253
+ .tabs__desktop_1edc6.headline-large .title + .title,
254
+ .tabs__desktop_1edc6.headline-large .pickerWrapper {
255
+ margin-left: 48px;
256
+ }.tabs__desktop_1edc6.headline-system-large .option, .tabs__desktop_1edc6.headline-large .option {
257
+ padding: 0;
258
+ }.tabs__desktop_1edc6.headline-system-large .scrollControls > button, .tabs__desktop_1edc6.headline-large .scrollControls > button {
259
+ box-sizing: content-box;
260
+ width: 48px;
261
+ height: 48px;
262
+ padding: 0;
263
+ }.tabs__desktop_1edc6.headline-system-large .scrollControls button:first-child, .tabs__desktop_1edc6.headline-large .scrollControls button:first-child {
264
+ margin: 0 0 0 calc(48px / 2);
265
+ }.tabs__desktop_1edc6.headline-system-medium .title {
266
+ padding-bottom: calc(36px / 2);
267
+ }.tabs__desktop_1edc6.headline-system-medium .title + .title,
268
+ .tabs__desktop_1edc6.headline-system-medium .pickerWrapper {
269
+ margin-left: 36px;
270
+ }.tabs__desktop_1edc6.headline-system-medium .option {
271
+ padding: 0;
272
+ }.tabs__desktop_1edc6.headline-system-medium .scrollControls > button {
273
+ box-sizing: content-box;
274
+ width: 36px;
275
+ height: 36px;
276
+ padding: 0;
277
+ }.tabs__desktop_1edc6.headline-system-medium .scrollControls button:first-child {
278
+ margin: 0 0 0 calc(36px / 2);
279
+ }.tabs__desktop_1edc6.headline-system-small .title {
280
+ padding-bottom: calc(26px / 2);
281
+ }.tabs__desktop_1edc6.headline-system-small .title + .title,
282
+ .tabs__desktop_1edc6.headline-system-small .pickerWrapper {
283
+ margin-left: 26px;
284
+ }.tabs__desktop_1edc6.headline-system-small .option {
285
+ padding: 0;
286
+ }.tabs__desktop_1edc6.headline-system-small .scrollControls > button {
287
+ box-sizing: content-box;
288
+ width: 26px;
289
+ height: 26px;
290
+ padding: 0;
291
+ }.tabs__desktop_1edc6.headline-system-small .scrollControls button:first-child {
292
+ margin: 0 0 0 calc(26px / 2);
293
+ }.tabs__desktop_1edc6.headline-system-xsmall .title {
294
+ padding-bottom: calc(22px / 2);
295
+ }.tabs__desktop_1edc6.headline-system-xsmall .title + .title,
296
+ .tabs__desktop_1edc6.headline-system-xsmall .pickerWrapper {
297
+ margin-left: 22px;
298
+ }.tabs__desktop_1edc6.headline-system-xsmall .option {
299
+ padding: 0;
300
+ }.tabs__desktop_1edc6.headline-system-xsmall .scrollControls > button {
301
+ box-sizing: content-box;
302
+ width: 22px;
303
+ height: 22px;
304
+ padding: 0;
305
+ }.tabs__desktop_1edc6.headline-system-xsmall .scrollControls button:first-child {
306
+ margin: 0 0 0 calc(22px / 2);
307
+ }.tabs__desktop_1edc6.headline-xlarge .title {
308
+ padding-bottom: calc(64px / 2);
309
+ }.tabs__desktop_1edc6.headline-xlarge .title + .title,
310
+ .tabs__desktop_1edc6.headline-xlarge .pickerWrapper {
311
+ margin-left: 64px;
312
+ }.tabs__desktop_1edc6.headline-xlarge .option {
313
+ padding: 0;
314
+ }.tabs__desktop_1edc6.headline-xlarge .scrollControls > button {
315
+ box-sizing: content-box;
316
+ width: 64px;
317
+ height: 64px;
318
+ padding: 0;
319
+ }.tabs__desktop_1edc6.headline-xlarge .scrollControls button:first-child {
320
+ margin: 0 0 0 calc(64px / 2);
321
+ }.tabs__desktop_1edc6.headline-medium .title {
322
+ padding-bottom: calc(40px / 2);
323
+ }.tabs__desktop_1edc6.headline-medium .title + .title,
324
+ .tabs__desktop_1edc6.headline-medium .pickerWrapper {
325
+ margin-left: 40px;
326
+ }.tabs__desktop_1edc6.headline-medium .option {
327
+ padding: 0;
328
+ }.tabs__desktop_1edc6.headline-medium .scrollControls > button {
329
+ box-sizing: content-box;
330
+ width: 40px;
331
+ height: 40px;
332
+ padding: 0;
333
+ }.tabs__desktop_1edc6.headline-medium .scrollControls button:first-child {
334
+ margin: 0 0 0 calc(40px / 2);
335
+ }.tabs__desktop_1edc6.headline-small .title {
336
+ padding-bottom: calc(32px / 2);
337
+ }.tabs__desktop_1edc6.headline-small .title + .title,
338
+ .tabs__desktop_1edc6.headline-small .pickerWrapper {
339
+ margin-left: 32px;
340
+ }.tabs__desktop_1edc6.headline-small .option {
341
+ padding: 0;
342
+ }.tabs__desktop_1edc6.headline-small .scrollControls > button {
343
+ box-sizing: content-box;
344
+ width: 32px;
345
+ height: 32px;
346
+ padding: 0;
347
+ }.tabs__desktop_1edc6.headline-small .scrollControls button:first-child {
348
+ margin: 0 0 0 calc(32px / 2);
349
+ }.tabs__desktop_1edc6.headline-xsmall .title {
350
+ padding-bottom: calc(24px / 2);
351
+ }.tabs__desktop_1edc6.headline-xsmall .title + .title,
352
+ .tabs__desktop_1edc6.headline-xsmall .pickerWrapper {
353
+ margin-left: 24px;
354
+ }.tabs__desktop_1edc6.headline-xsmall .option {
355
+ padding: 0;
356
+ }.tabs__desktop_1edc6.headline-xsmall .scrollControls > button {
357
+ box-sizing: content-box;
358
+ width: 24px;
359
+ height: 24px;
360
+ padding: 0;
361
+ }.tabs__desktop_1edc6.headline-xsmall .scrollControls button:first-child {
362
+ margin: 0 0 0 calc(24px / 2);
363
+ }.tabs__fullWidthScroll_1edc6 {
106
364
  min-width: calc(100% - 2 * var(--gap-m));
107
365
  margin: 0 var(--gap-m);
108
- }.tabs__container_18t44 {
366
+ }.tabs__container_1edc6 {
109
367
  position: relative;
110
368
  overflow: hidden;
111
369
 
112
370
  /* focus-outline fix */
113
371
  margin: var(--gap-2xs-neg) 0 var(--gap-2xs-neg) var(--gap-2xs-neg);
114
372
  padding: var(--gap-2xs) 0 var(--gap-2xs) var(--gap-2xs);
115
- }.tabs__title_18t44 {
373
+ }.tabs__title_1edc6 {
116
374
  display: flex;
117
375
  align-items: center;
118
376
  height: 100%;
@@ -128,78 +386,78 @@
128
386
  -webkit-user-select: none;
129
387
  user-select: none;
130
388
  outline: none
131
- }.tabs__title_18t44:not(.tabs__disabled_18t44):hover {
389
+ }.tabs__title_1edc6:not(.tabs__disabled_1edc6):hover {
132
390
  color: var(--primary-tablist-hover-color);
133
- }.tabs__focused_18t44 {
391
+ }.tabs__focused_1edc6 {
134
392
  outline: 2px solid var(--focus-color);
135
393
  outline-offset: 2px;
136
- }.tabs__collapsed_18t44 {
394
+ }.tabs__collapsed_1edc6 {
137
395
  order: 99;
138
396
  visibility: collapse;
139
- }.tabs__selected_18t44 {
397
+ }.tabs__selected_1edc6 {
140
398
  cursor: default;
141
399
  color: var(--primary-tablist-selected-color);
142
- }.tabs__disabled_18t44 {
400
+ }.tabs__disabled_1edc6 {
143
401
  cursor: var(--disabled-cursor);
144
402
  color: var(--primary-tablist-disabled-color);
145
- }.tabs__line_18t44 {
403
+ }.tabs__line_1edc6 {
146
404
  position: absolute;
147
405
  height: 3px;
148
406
  bottom: 0;
149
407
  left: 0;
150
408
  background-color: var(--primary-tablist-line-color);
151
409
  transition: transform 0.2s ease, width 0.2s ease;
152
- }.tabs__option_18t44 {
410
+ }.tabs__option_1edc6 {
153
411
  color: var(--color-light-text-primary);
154
- }/* sizes */.tabs__s_18t44 .tabs__title_18t44, .tabs__xs_18t44 .tabs__title_18t44, .tabs__xxs_18t44 .tabs__title_18t44 {
412
+ }/* sizes */.tabs__s_1edc6 .tabs__title_1edc6, .tabs__xs_1edc6 .tabs__title_1edc6, .tabs__xxs_1edc6 .tabs__title_1edc6 {
155
413
  padding: var(--primary-tablist-s-padding);
156
414
  font-size: var(--primary-tablist-s-font-size);
157
415
  font-weight: var(--primary-tablist-s-font-weight);
158
416
  font-family: var(--primary-tablist-s-font-family);
159
417
  line-height: 24px;
160
- }.tabs__s_18t44 .tabs__title_18t44 + .tabs__title_18t44, .tabs__xs_18t44 .tabs__title_18t44 + .tabs__title_18t44, .tabs__xxs_18t44 .tabs__title_18t44 + .tabs__title_18t44 {
418
+ }.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 {
161
419
  margin-left: var(--primary-tablist-s-gaps);
162
- }.tabs__s_18t44 .tabs__pickerWrapper_18t44, .tabs__xs_18t44 .tabs__pickerWrapper_18t44, .tabs__xxs_18t44 .tabs__pickerWrapper_18t44 {
420
+ }.tabs__s_1edc6 .tabs__pickerWrapper_1edc6, .tabs__xs_1edc6 .tabs__pickerWrapper_1edc6, .tabs__xxs_1edc6 .tabs__pickerWrapper_1edc6 {
163
421
  margin-left: var(--primary-tablist-s-gaps);
164
- }.tabs__s_18t44 .tabs__option_18t44, .tabs__xs_18t44 .tabs__option_18t44, .tabs__xxs_18t44 .tabs__option_18t44 {
422
+ }.tabs__s_1edc6 .tabs__option_1edc6, .tabs__xs_1edc6 .tabs__option_1edc6, .tabs__xxs_1edc6 .tabs__option_1edc6 {
165
423
  padding: 0;
166
- }.tabs__m_18t44 .tabs__title_18t44 {
424
+ }.tabs__m_1edc6 .tabs__title_1edc6 {
167
425
  padding: var(--primary-tablist-m-padding);
168
426
  font-size: var(--primary-tablist-m-font-size);
169
427
  font-weight: var(--primary-tablist-m-font-weight);
170
428
  font-family: var(--primary-tablist-m-font-family);
171
429
  line-height: 24px;
172
- }.tabs__m_18t44 .tabs__title_18t44 + .tabs__title_18t44 {
430
+ }.tabs__m_1edc6 .tabs__title_1edc6 + .tabs__title_1edc6 {
173
431
  margin-left: var(--primary-tablist-m-gaps);
174
- }.tabs__m_18t44 .tabs__pickerWrapper_18t44 {
432
+ }.tabs__m_1edc6 .tabs__pickerWrapper_1edc6 {
175
433
  margin-left: var(--primary-tablist-m-gaps);
176
- }.tabs__m_18t44 .tabs__option_18t44 {
434
+ }.tabs__m_1edc6 .tabs__option_1edc6 {
177
435
  padding: 0;
178
- }.tabs__l_18t44 .tabs__title_18t44 {
436
+ }.tabs__l_1edc6 .tabs__title_1edc6 {
179
437
  padding: var(--primary-tablist-l-padding);
180
438
  font-size: var(--primary-tablist-l-font-size);
181
439
  font-weight: var(--primary-tablist-l-font-weight);
182
440
  font-family: var(--primary-tablist-l-font-family);
183
441
  line-height: 24px;
184
- }.tabs__l_18t44 .tabs__title_18t44 + .tabs__title_18t44 {
442
+ }.tabs__l_1edc6 .tabs__title_1edc6 + .tabs__title_1edc6 {
185
443
  margin-left: var(--primary-tablist-l-gaps);
186
- }.tabs__l_18t44 .tabs__pickerWrapper_18t44 {
444
+ }.tabs__l_1edc6 .tabs__pickerWrapper_1edc6 {
187
445
  margin-left: var(--primary-tablist-l-gaps);
188
- }.tabs__l_18t44 .tabs__option_18t44 {
446
+ }.tabs__l_1edc6 .tabs__option_1edc6 {
189
447
  padding: 0;
190
- }.tabs__xl_18t44 .tabs__title_18t44 {
448
+ }.tabs__xl_1edc6 .tabs__title_1edc6 {
191
449
  padding: var(--primary-tablist-xl-padding);
192
450
  font-size: var(--primary-tablist-xl-font-size);
193
451
  font-weight: var(--primary-tablist-xl-font-weight);
194
452
  font-family: var(--primary-tablist-xl-font-family);
195
453
  line-height: 32px;
196
- }.tabs__xl_18t44 .tabs__title_18t44 + .tabs__title_18t44 {
454
+ }.tabs__xl_1edc6 .tabs__title_1edc6 + .tabs__title_1edc6 {
197
455
  margin-left: var(--primary-tablist-xl-gaps);
198
- }.tabs__xl_18t44 .tabs__pickerWrapper_18t44 {
456
+ }.tabs__xl_1edc6 .tabs__pickerWrapper_1edc6 {
199
457
  margin-left: var(--primary-tablist-xl-gaps);
200
- }.tabs__xl_18t44 .tabs__option_18t44 {
458
+ }.tabs__xl_1edc6 .tabs__option_1edc6 {
201
459
  padding: 0;
202
- }.tabs__rightAddons_18t44 {
460
+ }.tabs__rightAddons_1edc6 {
203
461
  display: flex;
204
462
  justify-content: center;
205
463
  align-items: center;
@@ -1765,13 +2023,221 @@
1765
2023
 
1766
2024
  /* size xl */
1767
2025
  --secondary-tablist-xl-gaps: var(--gap-m);
1768
- } .tabs__title_qg5kt {
1769
- } .tabs__mobile_qg5kt .tabs__title_qg5kt {
2026
+ } .tabs__title_1iwdw {
2027
+ } .tabs__mobile_1iwdw .tabs__title_1iwdw {
1770
2028
  padding: var(--primary-tablist-mobile-padding);
1771
2029
  font-size: var(--primary-tablist-mobile-font-size);
1772
2030
  font-weight: var(--primary-tablist-mobile-font-weight);
1773
2031
  font-family: var(--primary-tablist-mobile-font-family);
1774
2032
  line-height: var(--primary-tablist-mobile-line-height)
1775
- } .tabs__mobile_qg5kt .tabs__title_qg5kt + .tabs__title_qg5kt {
2033
+ } .tabs__mobile_1iwdw .tabs__title_1iwdw + .tabs__title_1iwdw {
1776
2034
  margin-left: var(--primary-tablist-mobile-gaps);
2035
+ } .tabs__mobile_1iwdw.tabs__paragraph-primary-large_1iwdw .tabs__title_1iwdw {
2036
+ font-size: 18px;
2037
+ line-height: 24px;
2038
+ font-weight: 400;
2039
+ } .tabs__mobile_1iwdw.tabs__paragraph-primary-medium_1iwdw .tabs__title_1iwdw {
2040
+ font-size: 16px;
2041
+ line-height: 24px;
2042
+ font-weight: 400;
2043
+ } .tabs__mobile_1iwdw.tabs__paragraph-primary-small_1iwdw .tabs__title_1iwdw {
2044
+ font-size: 14px;
2045
+ line-height: 20px;
2046
+ font-weight: 400;
2047
+ } .tabs__mobile_1iwdw.tabs__action-primary-large_1iwdw .tabs__title_1iwdw {
2048
+ font-size: 18px;
2049
+ line-height: 24px;
2050
+ font-weight: 500;
2051
+ } .tabs__mobile_1iwdw.tabs__action-primary-medium_1iwdw .tabs__title_1iwdw {
2052
+ font-size: 16px;
2053
+ line-height: 24px;
2054
+ font-weight: 500;
2055
+ } .tabs__mobile_1iwdw.tabs__action-primary-small_1iwdw .tabs__title_1iwdw {
2056
+ font-size: 14px;
2057
+ line-height: 20px;
2058
+ font-weight: 500;
2059
+ } .tabs__mobile_1iwdw.tabs__accent-primary-large_1iwdw .tabs__title_1iwdw {
2060
+ font-size: 18px;
2061
+ line-height: 24px;
2062
+ font-weight: 700;
2063
+ } .tabs__mobile_1iwdw.tabs__accent-primary-medium_1iwdw .tabs__title_1iwdw {
2064
+ font-size: 16px;
2065
+ line-height: 24px;
2066
+ font-weight: 700;
2067
+ } .tabs__mobile_1iwdw.tabs__accent-primary-small_1iwdw .tabs__title_1iwdw {
2068
+ font-size: 14px;
2069
+ line-height: 20px;
2070
+ font-weight: 700;
2071
+ } .tabs__mobile_1iwdw.tabs__paragraph-primary-large_1iwdw .tabs__title_1iwdw, .tabs__mobile_1iwdw.tabs__paragraph-primary-medium_1iwdw .tabs__title_1iwdw, .tabs__mobile_1iwdw.tabs__accent-primary-large_1iwdw .tabs__title_1iwdw, .tabs__mobile_1iwdw.tabs__accent-primary-medium_1iwdw .tabs__title_1iwdw, .tabs__mobile_1iwdw.tabs__action-primary-large_1iwdw .tabs__title_1iwdw, .tabs__mobile_1iwdw.tabs__action-primary-medium_1iwdw .tabs__title_1iwdw {
2072
+ padding-bottom: calc(24px / 2);
2073
+ } .tabs__mobile_1iwdw.tabs__paragraph-primary-large_1iwdw .tabs__title_1iwdw + .tabs__title_1iwdw,
2074
+ .tabs__mobile_1iwdw.tabs__paragraph-primary-large_1iwdw .tabs__pickerWrapper_1iwdw,
2075
+ .tabs__mobile_1iwdw.tabs__paragraph-primary-medium_1iwdw .tabs__title_1iwdw + .tabs__title_1iwdw,
2076
+ .tabs__mobile_1iwdw.tabs__paragraph-primary-medium_1iwdw .tabs__pickerWrapper_1iwdw,
2077
+ .tabs__mobile_1iwdw.tabs__accent-primary-large_1iwdw .tabs__title_1iwdw + .tabs__title_1iwdw,
2078
+ .tabs__mobile_1iwdw.tabs__accent-primary-large_1iwdw .tabs__pickerWrapper_1iwdw,
2079
+ .tabs__mobile_1iwdw.tabs__accent-primary-medium_1iwdw .tabs__title_1iwdw + .tabs__title_1iwdw,
2080
+ .tabs__mobile_1iwdw.tabs__accent-primary-medium_1iwdw .tabs__pickerWrapper_1iwdw,
2081
+ .tabs__mobile_1iwdw.tabs__action-primary-large_1iwdw .tabs__title_1iwdw + .tabs__title_1iwdw,
2082
+ .tabs__mobile_1iwdw.tabs__action-primary-large_1iwdw .tabs__pickerWrapper_1iwdw,
2083
+ .tabs__mobile_1iwdw.tabs__action-primary-medium_1iwdw .tabs__title_1iwdw + .tabs__title_1iwdw,
2084
+ .tabs__mobile_1iwdw.tabs__action-primary-medium_1iwdw .tabs__pickerWrapper_1iwdw {
2085
+ margin-left: 24px;
2086
+ } .tabs__mobile_1iwdw.tabs__paragraph-primary-large_1iwdw .tabs__option_1iwdw, .tabs__mobile_1iwdw.tabs__paragraph-primary-medium_1iwdw .tabs__option_1iwdw, .tabs__mobile_1iwdw.tabs__accent-primary-large_1iwdw .tabs__option_1iwdw, .tabs__mobile_1iwdw.tabs__accent-primary-medium_1iwdw .tabs__option_1iwdw, .tabs__mobile_1iwdw.tabs__action-primary-large_1iwdw .tabs__option_1iwdw, .tabs__mobile_1iwdw.tabs__action-primary-medium_1iwdw .tabs__option_1iwdw {
2087
+ padding: 0;
2088
+ } .tabs__mobile_1iwdw.tabs__paragraph-primary-large_1iwdw .tabs__scrollControls_1iwdw > button, .tabs__mobile_1iwdw.tabs__paragraph-primary-medium_1iwdw .tabs__scrollControls_1iwdw > button, .tabs__mobile_1iwdw.tabs__accent-primary-large_1iwdw .tabs__scrollControls_1iwdw > button, .tabs__mobile_1iwdw.tabs__accent-primary-medium_1iwdw .tabs__scrollControls_1iwdw > button, .tabs__mobile_1iwdw.tabs__action-primary-large_1iwdw .tabs__scrollControls_1iwdw > button, .tabs__mobile_1iwdw.tabs__action-primary-medium_1iwdw .tabs__scrollControls_1iwdw > button {
2089
+ box-sizing: content-box;
2090
+ width: 24px;
2091
+ height: 24px;
2092
+ padding: 0;
2093
+ } .tabs__mobile_1iwdw.tabs__paragraph-primary-large_1iwdw .tabs__scrollControls_1iwdw button:first-child, .tabs__mobile_1iwdw.tabs__paragraph-primary-medium_1iwdw .tabs__scrollControls_1iwdw button:first-child, .tabs__mobile_1iwdw.tabs__accent-primary-large_1iwdw .tabs__scrollControls_1iwdw button:first-child, .tabs__mobile_1iwdw.tabs__accent-primary-medium_1iwdw .tabs__scrollControls_1iwdw button:first-child, .tabs__mobile_1iwdw.tabs__action-primary-large_1iwdw .tabs__scrollControls_1iwdw button:first-child, .tabs__mobile_1iwdw.tabs__action-primary-medium_1iwdw .tabs__scrollControls_1iwdw button:first-child {
2094
+ margin: 0 0 0 calc(24px / 2);
2095
+ } .tabs__mobile_1iwdw.tabs__paragraph-primary-small_1iwdw .tabs__title_1iwdw, .tabs__mobile_1iwdw.tabs__accent-primary-small_1iwdw .tabs__title_1iwdw, .tabs__mobile_1iwdw.tabs__action-primary-small_1iwdw .tabs__title_1iwdw {
2096
+ padding-bottom: calc(20px / 2);
2097
+ } .tabs__mobile_1iwdw.tabs__paragraph-primary-small_1iwdw .tabs__title_1iwdw + .tabs__title_1iwdw,
2098
+ .tabs__mobile_1iwdw.tabs__paragraph-primary-small_1iwdw .tabs__pickerWrapper_1iwdw,
2099
+ .tabs__mobile_1iwdw.tabs__accent-primary-small_1iwdw .tabs__title_1iwdw + .tabs__title_1iwdw,
2100
+ .tabs__mobile_1iwdw.tabs__accent-primary-small_1iwdw .tabs__pickerWrapper_1iwdw,
2101
+ .tabs__mobile_1iwdw.tabs__action-primary-small_1iwdw .tabs__title_1iwdw + .tabs__title_1iwdw,
2102
+ .tabs__mobile_1iwdw.tabs__action-primary-small_1iwdw .tabs__pickerWrapper_1iwdw {
2103
+ margin-left: 20px;
2104
+ } .tabs__mobile_1iwdw.tabs__paragraph-primary-small_1iwdw .tabs__option_1iwdw, .tabs__mobile_1iwdw.tabs__accent-primary-small_1iwdw .tabs__option_1iwdw, .tabs__mobile_1iwdw.tabs__action-primary-small_1iwdw .tabs__option_1iwdw {
2105
+ padding: 0;
2106
+ } .tabs__mobile_1iwdw.tabs__paragraph-primary-small_1iwdw .tabs__scrollControls_1iwdw > button, .tabs__mobile_1iwdw.tabs__accent-primary-small_1iwdw .tabs__scrollControls_1iwdw > button, .tabs__mobile_1iwdw.tabs__action-primary-small_1iwdw .tabs__scrollControls_1iwdw > button {
2107
+ box-sizing: content-box;
2108
+ width: 20px;
2109
+ height: 20px;
2110
+ padding: 0;
2111
+ } .tabs__mobile_1iwdw.tabs__paragraph-primary-small_1iwdw .tabs__scrollControls_1iwdw button:first-child, .tabs__mobile_1iwdw.tabs__accent-primary-small_1iwdw .tabs__scrollControls_1iwdw button:first-child, .tabs__mobile_1iwdw.tabs__action-primary-small_1iwdw .tabs__scrollControls_1iwdw button:first-child {
2112
+ margin: 0 0 0 calc(20px / 2);
2113
+ } .tabs__mobile_1iwdw.tabs__headline-system-xlarge_1iwdw .tabs__title_1iwdw {
2114
+ font-size: 34px;
2115
+ line-height: 40px;
2116
+ font-weight: 600;
2117
+ } .tabs__mobile_1iwdw.tabs__headline-system-large_1iwdw .tabs__title_1iwdw {
2118
+ font-size: 30px;
2119
+ line-height: 36px;
2120
+ font-weight: 600;
2121
+ } .tabs__mobile_1iwdw.tabs__headline-system-medium_1iwdw .tabs__title_1iwdw {
2122
+ font-size: 26px;
2123
+ line-height: 32px;
2124
+ font-weight: 600;
2125
+ } .tabs__mobile_1iwdw.tabs__headline-system-small_1iwdw .tabs__title_1iwdw {
2126
+ font-size: 20px;
2127
+ line-height: 28px;
2128
+ font-weight: 600;
2129
+ } .tabs__mobile_1iwdw.tabs__headline-system-xsmall_1iwdw .tabs__title_1iwdw {
2130
+ font-size: 16px;
2131
+ line-height: 20px;
2132
+ font-weight: 600;
2133
+ } .tabs__mobile_1iwdw.tabs__headline-xlarge_1iwdw .tabs__title_1iwdw {
2134
+ font-size: 34px;
2135
+ line-height: 40px;
2136
+ font-weight: 500;
2137
+ font-feature-settings: 'ss01';
2138
+ font-family: var(--font-family-styrene);
2139
+ } .tabs__mobile_1iwdw.tabs__headline-large_1iwdw .tabs__title_1iwdw {
2140
+ font-size: 30px;
2141
+ line-height: 36px;
2142
+ font-weight: 500;
2143
+ font-feature-settings: 'ss01';
2144
+ font-family: var(--font-family-styrene);
2145
+ } .tabs__mobile_1iwdw.tabs__headline-medium_1iwdw .tabs__title_1iwdw {
2146
+ font-size: 26px;
2147
+ line-height: 32px;
2148
+ font-weight: 500;
2149
+ font-feature-settings: 'ss01';
2150
+ font-family: var(--font-family-styrene);
2151
+ } .tabs__mobile_1iwdw.tabs__headline-small_1iwdw .tabs__title_1iwdw {
2152
+ font-size: 20px;
2153
+ line-height: 28px;
2154
+ font-weight: 500;
2155
+ font-feature-settings: 'ss01';
2156
+ font-family: var(--font-family-styrene);
2157
+ } .tabs__mobile_1iwdw.tabs__headline-xsmall_1iwdw .tabs__title_1iwdw {
2158
+ font-size: 16px;
2159
+ line-height: 20px;
2160
+ font-weight: 500;
2161
+ font-feature-settings: 'ss01';
2162
+ font-family: var(--font-family-styrene);
2163
+ } .tabs__mobile_1iwdw.tabs__headline-system-xlarge_1iwdw .tabs__title_1iwdw, .tabs__mobile_1iwdw.tabs__headline-xlarge_1iwdw .tabs__title_1iwdw {
2164
+ padding-bottom: calc(40px / 2);
2165
+ } .tabs__mobile_1iwdw.tabs__headline-system-xlarge_1iwdw .tabs__title_1iwdw + .tabs__title_1iwdw,
2166
+ .tabs__mobile_1iwdw.tabs__headline-system-xlarge_1iwdw .tabs__pickerWrapper_1iwdw,
2167
+ .tabs__mobile_1iwdw.tabs__headline-xlarge_1iwdw .tabs__title_1iwdw + .tabs__title_1iwdw,
2168
+ .tabs__mobile_1iwdw.tabs__headline-xlarge_1iwdw .tabs__pickerWrapper_1iwdw {
2169
+ margin-left: 40px;
2170
+ } .tabs__mobile_1iwdw.tabs__headline-system-xlarge_1iwdw .tabs__option_1iwdw, .tabs__mobile_1iwdw.tabs__headline-xlarge_1iwdw .tabs__option_1iwdw {
2171
+ padding: 0;
2172
+ } .tabs__mobile_1iwdw.tabs__headline-system-xlarge_1iwdw .tabs__scrollControls_1iwdw > button, .tabs__mobile_1iwdw.tabs__headline-xlarge_1iwdw .tabs__scrollControls_1iwdw > button {
2173
+ box-sizing: content-box;
2174
+ width: 40px;
2175
+ height: 40px;
2176
+ padding: 0;
2177
+ } .tabs__mobile_1iwdw.tabs__headline-system-xlarge_1iwdw .tabs__scrollControls_1iwdw button:first-child, .tabs__mobile_1iwdw.tabs__headline-xlarge_1iwdw .tabs__scrollControls_1iwdw button:first-child {
2178
+ margin: 0 0 0 calc(40px / 2);
2179
+ } .tabs__mobile_1iwdw.tabs__headline-system-large_1iwdw .tabs__title_1iwdw, .tabs__mobile_1iwdw.tabs__headline-large_1iwdw .tabs__title_1iwdw {
2180
+ padding-bottom: calc(36px / 2);
2181
+ } .tabs__mobile_1iwdw.tabs__headline-system-large_1iwdw .tabs__title_1iwdw + .tabs__title_1iwdw,
2182
+ .tabs__mobile_1iwdw.tabs__headline-system-large_1iwdw .tabs__pickerWrapper_1iwdw,
2183
+ .tabs__mobile_1iwdw.tabs__headline-large_1iwdw .tabs__title_1iwdw + .tabs__title_1iwdw,
2184
+ .tabs__mobile_1iwdw.tabs__headline-large_1iwdw .tabs__pickerWrapper_1iwdw {
2185
+ margin-left: 36px;
2186
+ } .tabs__mobile_1iwdw.tabs__headline-system-large_1iwdw .tabs__option_1iwdw, .tabs__mobile_1iwdw.tabs__headline-large_1iwdw .tabs__option_1iwdw {
2187
+ padding: 0;
2188
+ } .tabs__mobile_1iwdw.tabs__headline-system-large_1iwdw .tabs__scrollControls_1iwdw > button, .tabs__mobile_1iwdw.tabs__headline-large_1iwdw .tabs__scrollControls_1iwdw > button {
2189
+ box-sizing: content-box;
2190
+ width: 36px;
2191
+ height: 36px;
2192
+ padding: 0;
2193
+ } .tabs__mobile_1iwdw.tabs__headline-system-large_1iwdw .tabs__scrollControls_1iwdw button:first-child, .tabs__mobile_1iwdw.tabs__headline-large_1iwdw .tabs__scrollControls_1iwdw button:first-child {
2194
+ margin: 0 0 0 calc(36px / 2);
2195
+ } .tabs__mobile_1iwdw.tabs__headline-system-medium_1iwdw .tabs__title_1iwdw, .tabs__mobile_1iwdw.tabs__headline-medium_1iwdw .tabs__title_1iwdw {
2196
+ padding-bottom: calc(32px / 2);
2197
+ } .tabs__mobile_1iwdw.tabs__headline-system-medium_1iwdw .tabs__title_1iwdw + .tabs__title_1iwdw,
2198
+ .tabs__mobile_1iwdw.tabs__headline-system-medium_1iwdw .tabs__pickerWrapper_1iwdw,
2199
+ .tabs__mobile_1iwdw.tabs__headline-medium_1iwdw .tabs__title_1iwdw + .tabs__title_1iwdw,
2200
+ .tabs__mobile_1iwdw.tabs__headline-medium_1iwdw .tabs__pickerWrapper_1iwdw {
2201
+ margin-left: 32px;
2202
+ } .tabs__mobile_1iwdw.tabs__headline-system-medium_1iwdw .tabs__option_1iwdw, .tabs__mobile_1iwdw.tabs__headline-medium_1iwdw .tabs__option_1iwdw {
2203
+ padding: 0;
2204
+ } .tabs__mobile_1iwdw.tabs__headline-system-medium_1iwdw .tabs__scrollControls_1iwdw > button, .tabs__mobile_1iwdw.tabs__headline-medium_1iwdw .tabs__scrollControls_1iwdw > button {
2205
+ box-sizing: content-box;
2206
+ width: 32px;
2207
+ height: 32px;
2208
+ padding: 0;
2209
+ } .tabs__mobile_1iwdw.tabs__headline-system-medium_1iwdw .tabs__scrollControls_1iwdw button:first-child, .tabs__mobile_1iwdw.tabs__headline-medium_1iwdw .tabs__scrollControls_1iwdw button:first-child {
2210
+ margin: 0 0 0 calc(32px / 2);
2211
+ } .tabs__mobile_1iwdw.tabs__headline-system-small_1iwdw .tabs__title_1iwdw, .tabs__mobile_1iwdw.tabs__headline-small_1iwdw .tabs__title_1iwdw {
2212
+ padding-bottom: calc(28px / 2);
2213
+ } .tabs__mobile_1iwdw.tabs__headline-system-small_1iwdw .tabs__title_1iwdw + .tabs__title_1iwdw,
2214
+ .tabs__mobile_1iwdw.tabs__headline-system-small_1iwdw .tabs__pickerWrapper_1iwdw,
2215
+ .tabs__mobile_1iwdw.tabs__headline-small_1iwdw .tabs__title_1iwdw + .tabs__title_1iwdw,
2216
+ .tabs__mobile_1iwdw.tabs__headline-small_1iwdw .tabs__pickerWrapper_1iwdw {
2217
+ margin-left: 28px;
2218
+ } .tabs__mobile_1iwdw.tabs__headline-system-small_1iwdw .tabs__option_1iwdw, .tabs__mobile_1iwdw.tabs__headline-small_1iwdw .tabs__option_1iwdw {
2219
+ padding: 0;
2220
+ } .tabs__mobile_1iwdw.tabs__headline-system-small_1iwdw .tabs__scrollControls_1iwdw > button, .tabs__mobile_1iwdw.tabs__headline-small_1iwdw .tabs__scrollControls_1iwdw > button {
2221
+ box-sizing: content-box;
2222
+ width: 28px;
2223
+ height: 28px;
2224
+ padding: 0;
2225
+ } .tabs__mobile_1iwdw.tabs__headline-system-small_1iwdw .tabs__scrollControls_1iwdw button:first-child, .tabs__mobile_1iwdw.tabs__headline-small_1iwdw .tabs__scrollControls_1iwdw button:first-child {
2226
+ margin: 0 0 0 calc(28px / 2);
2227
+ } .tabs__mobile_1iwdw.tabs__headline-system-xsmall_1iwdw .tabs__title_1iwdw, .tabs__mobile_1iwdw.tabs__headline-xsmall_1iwdw .tabs__title_1iwdw {
2228
+ padding-bottom: calc(20px / 2);
2229
+ } .tabs__mobile_1iwdw.tabs__headline-system-xsmall_1iwdw .tabs__title_1iwdw + .tabs__title_1iwdw,
2230
+ .tabs__mobile_1iwdw.tabs__headline-system-xsmall_1iwdw .tabs__pickerWrapper_1iwdw,
2231
+ .tabs__mobile_1iwdw.tabs__headline-xsmall_1iwdw .tabs__title_1iwdw + .tabs__title_1iwdw,
2232
+ .tabs__mobile_1iwdw.tabs__headline-xsmall_1iwdw .tabs__pickerWrapper_1iwdw {
2233
+ margin-left: 20px;
2234
+ } .tabs__mobile_1iwdw.tabs__headline-system-xsmall_1iwdw .tabs__option_1iwdw, .tabs__mobile_1iwdw.tabs__headline-xsmall_1iwdw .tabs__option_1iwdw {
2235
+ padding: 0;
2236
+ } .tabs__mobile_1iwdw.tabs__headline-system-xsmall_1iwdw .tabs__scrollControls_1iwdw > button, .tabs__mobile_1iwdw.tabs__headline-xsmall_1iwdw .tabs__scrollControls_1iwdw > button {
2237
+ box-sizing: content-box;
2238
+ width: 20px;
2239
+ height: 20px;
2240
+ padding: 0;
2241
+ } .tabs__mobile_1iwdw.tabs__headline-system-xsmall_1iwdw .tabs__scrollControls_1iwdw button:first-child, .tabs__mobile_1iwdw.tabs__headline-xsmall_1iwdw .tabs__scrollControls_1iwdw button:first-child {
2242
+ margin: 0 0 0 calc(20px / 2);
1777
2243
  }
@@ -3,6 +3,7 @@ import React from 'react';
3
3
  import { RefObject } from "react";
4
4
  import { TabsProps } from "../../typings";
5
5
  type ScrollControlsProps = {
6
+ className?: string;
6
7
  view: Exclude<TabsProps['view'], undefined>;
7
8
  size: TabsProps['size'];
8
9
  containerRef: RefObject<HTMLDivElement>;