@alfalab/core-components-tabs 9.0.1 → 9.1.0
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 +133 -133
- package/components/primary-tablist/index.module.css.js +2 -2
- package/components/primary-tablist/index.module.css.js.map +1 -1
- package/components/primary-tablist/mobile.css +222 -1778
- package/components/primary-tablist/mobile.module.css.js +1 -1
- package/components/primary-tablist/mobile.module.css.js.map +1 -1
- package/components/scroll-controls/index.css +13 -13
- package/components/scroll-controls/index.module.css.js +1 -1
- package/components/scroll-controls/index.module.css.js.map +1 -1
- package/components/scrollable-container/index.css +6 -6
- package/components/scrollable-container/index.module.css.js +1 -1
- package/components/scrollable-container/index.module.css.js.map +1 -1
- package/components/secondary-tablist/index.css +18 -18
- package/components/secondary-tablist/index.module.css.js +1 -1
- package/components/secondary-tablist/index.module.css.js.map +1 -1
- package/components/secondary-tablist/mobile.css +22 -1624
- package/components/secondary-tablist/mobile.module.css.js +1 -1
- package/components/tab/Component.d.ts +1 -1
- package/components/tab/Component.js +4 -3
- package/components/tab/Component.js.map +1 -1
- package/components/tab/index.css +2 -2
- package/components/tab/index.module.css.js +1 -1
- package/components/tabs/Component.d.ts +1 -1
- package/components/tabs/Component.js +3 -2
- package/components/tabs/Component.js.map +1 -1
- package/cssm/components/primary-tablist/index.module.css +10 -10
- package/cssm/components/primary-tablist/mobile.module.css +13 -13
- package/cssm/components/scroll-controls/index.module.css +2 -2
- package/cssm/components/scrollable-container/index.module.css +1 -1
- package/cssm/components/tab/Component.d.ts +1 -1
- package/cssm/components/tab/Component.js +4 -3
- package/cssm/components/tab/Component.js.map +1 -1
- package/cssm/components/tabs/Component.d.ts +1 -1
- package/cssm/components/tabs/Component.js +3 -2
- package/cssm/components/tabs/Component.js.map +1 -1
- package/cssm/typings.d.ts +11 -11
- package/esm/components/primary-tablist/Component.collapsible.js +9 -9
- package/esm/components/primary-tablist/Component.collapsible.js.map +1 -1
- package/esm/components/primary-tablist/Component.desktop.js +2 -2
- package/esm/components/primary-tablist/Component.desktop.js.map +1 -1
- package/esm/components/primary-tablist/Component.mobile.js +2 -2
- package/esm/components/primary-tablist/Component.mobile.js.map +1 -1
- package/esm/components/primary-tablist/index.css +133 -133
- package/esm/components/primary-tablist/index.module.css.js +2 -2
- package/esm/components/primary-tablist/index.module.css.js.map +1 -1
- package/esm/components/primary-tablist/mobile.css +222 -1778
- package/esm/components/primary-tablist/mobile.module.css.js +1 -1
- package/esm/components/primary-tablist/mobile.module.css.js.map +1 -1
- package/esm/components/scroll-controls/index.css +13 -13
- package/esm/components/scroll-controls/index.module.css.js +1 -1
- package/esm/components/scroll-controls/index.module.css.js.map +1 -1
- package/esm/components/scrollable-container/index.css +6 -6
- package/esm/components/scrollable-container/index.module.css.js +1 -1
- package/esm/components/scrollable-container/index.module.css.js.map +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/index.module.css.js.map +1 -1
- package/esm/components/secondary-tablist/mobile.css +22 -1624
- package/esm/components/secondary-tablist/mobile.module.css.js +1 -1
- package/esm/components/tab/Component.d.ts +1 -1
- package/esm/components/tab/Component.js +4 -3
- package/esm/components/tab/Component.js.map +1 -1
- package/esm/components/tab/index.css +2 -2
- package/esm/components/tab/index.module.css.js +1 -1
- package/esm/components/tabs/Component.d.ts +1 -1
- package/esm/components/tabs/Component.js +3 -2
- package/esm/components/tabs/Component.js.map +1 -1
- package/esm/typings.d.ts +11 -11
- package/modern/components/primary-tablist/Component.collapsible.js +9 -9
- package/modern/components/primary-tablist/Component.collapsible.js.map +1 -1
- package/modern/components/primary-tablist/Component.desktop.js +2 -2
- package/modern/components/primary-tablist/Component.desktop.js.map +1 -1
- package/modern/components/primary-tablist/Component.mobile.js +2 -2
- package/modern/components/primary-tablist/Component.mobile.js.map +1 -1
- package/modern/components/primary-tablist/index.css +133 -133
- package/modern/components/primary-tablist/index.module.css.js +2 -2
- package/modern/components/primary-tablist/index.module.css.js.map +1 -1
- package/modern/components/primary-tablist/mobile.css +222 -1778
- package/modern/components/primary-tablist/mobile.module.css.js +1 -1
- package/modern/components/primary-tablist/mobile.module.css.js.map +1 -1
- package/modern/components/scroll-controls/index.css +13 -13
- package/modern/components/scroll-controls/index.module.css.js +1 -1
- package/modern/components/scroll-controls/index.module.css.js.map +1 -1
- package/modern/components/scrollable-container/index.css +6 -6
- package/modern/components/scrollable-container/index.module.css.js +1 -1
- package/modern/components/scrollable-container/index.module.css.js.map +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/index.module.css.js.map +1 -1
- package/modern/components/secondary-tablist/mobile.css +22 -1624
- package/modern/components/secondary-tablist/mobile.module.css.js +1 -1
- package/modern/components/tab/Component.d.ts +1 -1
- package/modern/components/tab/Component.js +2 -2
- package/modern/components/tab/Component.js.map +1 -1
- package/modern/components/tab/index.css +2 -2
- package/modern/components/tab/index.module.css.js +1 -1
- package/modern/components/tabs/Component.d.ts +1 -1
- package/modern/components/tabs/Component.js +2 -2
- package/modern/components/tabs/Component.js.map +1 -1
- package/modern/typings.d.ts +11 -11
- package/moderncssm/components/primary-tablist/index.module.css +12 -10
- package/moderncssm/components/primary-tablist/mobile.module.css +15 -13
- package/moderncssm/components/scroll-controls/index.module.css +13 -2
- package/moderncssm/components/scrollable-container/index.module.css +7 -1
- package/moderncssm/components/secondary-tablist/index.module.css +13 -0
- package/moderncssm/components/secondary-tablist/mobile.module.css +2 -0
- package/moderncssm/components/tab/Component.d.ts +1 -1
- package/moderncssm/components/tab/Component.js +2 -2
- package/moderncssm/components/tab/Component.js.map +1 -1
- package/moderncssm/components/tabs/Component.d.ts +1 -1
- package/moderncssm/components/tabs/Component.js +2 -2
- package/moderncssm/components/tabs/Component.js.map +1 -1
- package/moderncssm/typings.d.ts +11 -11
- package/package.json +2 -2
- package/src/components/primary-tablist/index.module.css +1 -1
- package/src/components/primary-tablist/mobile.module.css +1 -1
- package/src/components/primary-tablist/text-styles.module.css +1 -1
- package/src/components/scroll-controls/index.module.css +1 -1
- package/src/components/scrollable-container/index.module.css +1 -1
- package/src/components/secondary-tablist/index.module.css +1 -1
- package/src/components/tab/Component.tsx +11 -1
- package/src/components/tabs/Component.tsx +2 -1
- package/src/typings.ts +34 -31
- package/src/vars.css +1 -1
- package/typings.d.ts +11 -11
|
@@ -57,11 +57,11 @@
|
|
|
57
57
|
--primary-tablist-xl-font-weight: 400;
|
|
58
58
|
--primary-tablist-xl-font-family: var(--font-family-system);
|
|
59
59
|
--primary-tablist-xl-padding: var(--gap-0) var(--gap-0) var(--gap-20);
|
|
60
|
-
} .
|
|
60
|
+
} .tabs__component_16tme {
|
|
61
61
|
position: relative;
|
|
62
62
|
display: inline-flex;
|
|
63
|
-
min-width: 100
|
|
64
|
-
} .
|
|
63
|
+
min-width: 100%;
|
|
64
|
+
} .tabs__component_16tme:before {
|
|
65
65
|
content: '';
|
|
66
66
|
display: block;
|
|
67
67
|
position: absolute;
|
|
@@ -69,271 +69,271 @@
|
|
|
69
69
|
height: 1px;
|
|
70
70
|
width: 100%;
|
|
71
71
|
background-color: var(--primary-tablist-bottom-border-color);
|
|
72
|
-
} .
|
|
72
|
+
} .tabs__desktop_16tme.tabs__paragraph-primary-large_16tme .tabs__title_16tme {
|
|
73
73
|
font-size: 18px;
|
|
74
74
|
line-height: 24px;
|
|
75
75
|
font-weight: 400;
|
|
76
|
-
} .
|
|
76
|
+
} .tabs__desktop_16tme.tabs__paragraph-primary-medium_16tme .tabs__title_16tme {
|
|
77
77
|
font-size: 16px;
|
|
78
78
|
line-height: 24px;
|
|
79
79
|
font-weight: 400;
|
|
80
|
-
} .
|
|
80
|
+
} .tabs__desktop_16tme.tabs__paragraph-primary-small_16tme .tabs__title_16tme {
|
|
81
81
|
font-size: 14px;
|
|
82
82
|
line-height: 20px;
|
|
83
83
|
font-weight: 400;
|
|
84
|
-
} .
|
|
84
|
+
} .tabs__desktop_16tme.tabs__action-primary-large_16tme .tabs__title_16tme {
|
|
85
85
|
font-size: 18px;
|
|
86
86
|
line-height: 24px;
|
|
87
87
|
font-weight: 500;
|
|
88
|
-
} .
|
|
88
|
+
} .tabs__desktop_16tme.tabs__action-primary-medium_16tme .tabs__title_16tme {
|
|
89
89
|
font-size: 16px;
|
|
90
90
|
line-height: 24px;
|
|
91
91
|
font-weight: 500;
|
|
92
|
-
} .
|
|
92
|
+
} .tabs__desktop_16tme.tabs__action-primary-small_16tme .tabs__title_16tme {
|
|
93
93
|
font-size: 14px;
|
|
94
94
|
line-height: 20px;
|
|
95
95
|
font-weight: 500;
|
|
96
|
-
} .
|
|
96
|
+
} .tabs__desktop_16tme.tabs__accent-primary-large_16tme .tabs__title_16tme {
|
|
97
97
|
font-size: 18px;
|
|
98
98
|
line-height: 24px;
|
|
99
99
|
font-weight: 700;
|
|
100
|
-
} .
|
|
100
|
+
} .tabs__desktop_16tme.tabs__accent-primary-medium_16tme .tabs__title_16tme {
|
|
101
101
|
font-size: 16px;
|
|
102
102
|
line-height: 24px;
|
|
103
103
|
font-weight: 700;
|
|
104
|
-
} .
|
|
104
|
+
} .tabs__desktop_16tme.tabs__accent-primary-small_16tme .tabs__title_16tme {
|
|
105
105
|
font-size: 14px;
|
|
106
106
|
line-height: 20px;
|
|
107
107
|
font-weight: 700;
|
|
108
|
-
} .
|
|
108
|
+
} .tabs__desktop_16tme.tabs__paragraph-primary-large_16tme .tabs__title_16tme, .tabs__desktop_16tme.tabs__paragraph-primary-medium_16tme .tabs__title_16tme, .tabs__desktop_16tme.tabs__accent-primary-large_16tme .tabs__title_16tme, .tabs__desktop_16tme.tabs__accent-primary-medium_16tme .tabs__title_16tme, .tabs__desktop_16tme.tabs__action-primary-large_16tme .tabs__title_16tme, .tabs__desktop_16tme.tabs__action-primary-medium_16tme .tabs__title_16tme {
|
|
109
109
|
padding-bottom: calc(24px / 2);
|
|
110
|
-
} .
|
|
111
|
-
.
|
|
112
|
-
.
|
|
113
|
-
.
|
|
114
|
-
.
|
|
115
|
-
.
|
|
116
|
-
.
|
|
117
|
-
.
|
|
118
|
-
.
|
|
119
|
-
.
|
|
120
|
-
.
|
|
121
|
-
.
|
|
110
|
+
} .tabs__desktop_16tme.tabs__paragraph-primary-large_16tme .tabs__title_16tme + .tabs__title_16tme,
|
|
111
|
+
.tabs__desktop_16tme.tabs__paragraph-primary-medium_16tme .tabs__title_16tme + .tabs__title_16tme,
|
|
112
|
+
.tabs__desktop_16tme.tabs__accent-primary-large_16tme .tabs__title_16tme + .tabs__title_16tme,
|
|
113
|
+
.tabs__desktop_16tme.tabs__accent-primary-medium_16tme .tabs__title_16tme + .tabs__title_16tme,
|
|
114
|
+
.tabs__desktop_16tme.tabs__action-primary-large_16tme .tabs__title_16tme + .tabs__title_16tme,
|
|
115
|
+
.tabs__desktop_16tme.tabs__action-primary-medium_16tme .tabs__title_16tme + .tabs__title_16tme,
|
|
116
|
+
.tabs__desktop_16tme.tabs__paragraph-primary-large_16tme .tabs__pickerWrapper_16tme,
|
|
117
|
+
.tabs__desktop_16tme.tabs__paragraph-primary-medium_16tme .tabs__pickerWrapper_16tme,
|
|
118
|
+
.tabs__desktop_16tme.tabs__accent-primary-large_16tme .tabs__pickerWrapper_16tme,
|
|
119
|
+
.tabs__desktop_16tme.tabs__accent-primary-medium_16tme .tabs__pickerWrapper_16tme,
|
|
120
|
+
.tabs__desktop_16tme.tabs__action-primary-large_16tme .tabs__pickerWrapper_16tme,
|
|
121
|
+
.tabs__desktop_16tme.tabs__action-primary-medium_16tme .tabs__pickerWrapper_16tme {
|
|
122
122
|
margin-left: 24px;
|
|
123
|
-
} .
|
|
123
|
+
} .tabs__desktop_16tme.tabs__paragraph-primary-large_16tme .tabs__option_16tme, .tabs__desktop_16tme.tabs__paragraph-primary-medium_16tme .tabs__option_16tme, .tabs__desktop_16tme.tabs__accent-primary-large_16tme .tabs__option_16tme, .tabs__desktop_16tme.tabs__accent-primary-medium_16tme .tabs__option_16tme, .tabs__desktop_16tme.tabs__action-primary-large_16tme .tabs__option_16tme, .tabs__desktop_16tme.tabs__action-primary-medium_16tme .tabs__option_16tme {
|
|
124
124
|
padding: var(--gap-0);
|
|
125
|
-
} .
|
|
125
|
+
} .tabs__desktop_16tme.tabs__paragraph-primary-large_16tme .tabs__scrollControls_16tme > button, .tabs__desktop_16tme.tabs__paragraph-primary-medium_16tme .tabs__scrollControls_16tme > button, .tabs__desktop_16tme.tabs__accent-primary-large_16tme .tabs__scrollControls_16tme > button, .tabs__desktop_16tme.tabs__accent-primary-medium_16tme .tabs__scrollControls_16tme > button, .tabs__desktop_16tme.tabs__action-primary-large_16tme .tabs__scrollControls_16tme > button, .tabs__desktop_16tme.tabs__action-primary-medium_16tme .tabs__scrollControls_16tme > button {
|
|
126
126
|
box-sizing: content-box;
|
|
127
127
|
width: 24px;
|
|
128
128
|
height: 24px;
|
|
129
129
|
padding: var(--gap-0);
|
|
130
|
-
} .
|
|
130
|
+
} .tabs__desktop_16tme.tabs__paragraph-primary-large_16tme .tabs__scrollControls_16tme button:first-child, .tabs__desktop_16tme.tabs__paragraph-primary-medium_16tme .tabs__scrollControls_16tme button:first-child, .tabs__desktop_16tme.tabs__accent-primary-large_16tme .tabs__scrollControls_16tme button:first-child, .tabs__desktop_16tme.tabs__accent-primary-medium_16tme .tabs__scrollControls_16tme button:first-child, .tabs__desktop_16tme.tabs__action-primary-large_16tme .tabs__scrollControls_16tme button:first-child, .tabs__desktop_16tme.tabs__action-primary-medium_16tme .tabs__scrollControls_16tme button:first-child {
|
|
131
131
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(24px / 2);
|
|
132
|
-
} .
|
|
132
|
+
} .tabs__desktop_16tme.tabs__paragraph-primary-small_16tme .tabs__title_16tme, .tabs__desktop_16tme.tabs__accent-primary-small_16tme .tabs__title_16tme, .tabs__desktop_16tme.tabs__action-primary-small_16tme .tabs__title_16tme {
|
|
133
133
|
padding-bottom: calc(20px / 2);
|
|
134
|
-
} .
|
|
135
|
-
.
|
|
136
|
-
.
|
|
137
|
-
.
|
|
138
|
-
.
|
|
139
|
-
.
|
|
134
|
+
} .tabs__desktop_16tme.tabs__paragraph-primary-small_16tme .tabs__title_16tme + .tabs__title_16tme,
|
|
135
|
+
.tabs__desktop_16tme.tabs__accent-primary-small_16tme .tabs__title_16tme + .tabs__title_16tme,
|
|
136
|
+
.tabs__desktop_16tme.tabs__action-primary-small_16tme .tabs__title_16tme + .tabs__title_16tme,
|
|
137
|
+
.tabs__desktop_16tme.tabs__paragraph-primary-small_16tme .tabs__pickerWrapper_16tme,
|
|
138
|
+
.tabs__desktop_16tme.tabs__accent-primary-small_16tme .tabs__pickerWrapper_16tme,
|
|
139
|
+
.tabs__desktop_16tme.tabs__action-primary-small_16tme .tabs__pickerWrapper_16tme {
|
|
140
140
|
margin-left: 20px;
|
|
141
|
-
} .
|
|
141
|
+
} .tabs__desktop_16tme.tabs__paragraph-primary-small_16tme .tabs__option_16tme, .tabs__desktop_16tme.tabs__accent-primary-small_16tme .tabs__option_16tme, .tabs__desktop_16tme.tabs__action-primary-small_16tme .tabs__option_16tme {
|
|
142
142
|
padding: var(--gap-0);
|
|
143
|
-
} .
|
|
143
|
+
} .tabs__desktop_16tme.tabs__paragraph-primary-small_16tme .tabs__scrollControls_16tme > button, .tabs__desktop_16tme.tabs__accent-primary-small_16tme .tabs__scrollControls_16tme > button, .tabs__desktop_16tme.tabs__action-primary-small_16tme .tabs__scrollControls_16tme > button {
|
|
144
144
|
box-sizing: content-box;
|
|
145
145
|
width: 20px;
|
|
146
146
|
height: 20px;
|
|
147
147
|
padding: var(--gap-0);
|
|
148
|
-
} .
|
|
148
|
+
} .tabs__desktop_16tme.tabs__paragraph-primary-small_16tme .tabs__scrollControls_16tme button:first-child, .tabs__desktop_16tme.tabs__accent-primary-small_16tme .tabs__scrollControls_16tme button:first-child, .tabs__desktop_16tme.tabs__action-primary-small_16tme .tabs__scrollControls_16tme button:first-child {
|
|
149
149
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(20px / 2);
|
|
150
|
-
} .
|
|
150
|
+
} .tabs__desktop_16tme.tabs__headline-system-xlarge_16tme .tabs__title_16tme {
|
|
151
151
|
font-size: 48px;
|
|
152
152
|
line-height: 52px;
|
|
153
153
|
font-weight: 700;
|
|
154
|
-
} .
|
|
154
|
+
} .tabs__desktop_16tme.tabs__headline-system-large_16tme .tabs__title_16tme {
|
|
155
155
|
font-size: 40px;
|
|
156
156
|
line-height: 48px;
|
|
157
157
|
font-weight: 700;
|
|
158
|
-
} .
|
|
158
|
+
} .tabs__desktop_16tme.tabs__headline-system-medium_16tme .tabs__title_16tme {
|
|
159
159
|
font-size: 30px;
|
|
160
160
|
line-height: 36px;
|
|
161
161
|
font-weight: 700;
|
|
162
|
-
} .
|
|
162
|
+
} .tabs__desktop_16tme.tabs__headline-system-small_16tme .tabs__title_16tme {
|
|
163
163
|
font-size: 22px;
|
|
164
164
|
line-height: 26px;
|
|
165
165
|
font-weight: 700;
|
|
166
|
-
} .
|
|
166
|
+
} .tabs__desktop_16tme.tabs__headline-system-xsmall_16tme .tabs__title_16tme {
|
|
167
167
|
font-size: 18px;
|
|
168
168
|
line-height: 22px;
|
|
169
169
|
font-weight: 700;
|
|
170
|
-
} .
|
|
170
|
+
} .tabs__desktop_16tme.tabs__headline-xlarge_16tme .tabs__title_16tme {
|
|
171
171
|
font-size: 48px;
|
|
172
172
|
line-height: 64px;
|
|
173
173
|
font-weight: 500;
|
|
174
174
|
font-feature-settings: 'ss01';
|
|
175
175
|
font-family: var(--font-family-styrene);
|
|
176
|
-
} .
|
|
176
|
+
} .tabs__desktop_16tme.tabs__headline-large_16tme .tabs__title_16tme {
|
|
177
177
|
font-size: 40px;
|
|
178
178
|
line-height: 48px;
|
|
179
179
|
font-weight: 500;
|
|
180
180
|
font-feature-settings: 'ss01';
|
|
181
181
|
font-family: var(--font-family-styrene);
|
|
182
|
-
} .
|
|
182
|
+
} .tabs__desktop_16tme.tabs__headline-medium_16tme .tabs__title_16tme {
|
|
183
183
|
font-size: 32px;
|
|
184
184
|
line-height: 40px;
|
|
185
185
|
font-weight: 500;
|
|
186
186
|
font-feature-settings: 'ss01';
|
|
187
187
|
font-family: var(--font-family-styrene);
|
|
188
|
-
} .
|
|
188
|
+
} .tabs__desktop_16tme.tabs__headline-small_16tme .tabs__title_16tme {
|
|
189
189
|
font-size: 24px;
|
|
190
190
|
line-height: 32px;
|
|
191
191
|
font-weight: 500;
|
|
192
192
|
font-feature-settings: 'ss01';
|
|
193
193
|
font-family: var(--font-family-styrene);
|
|
194
|
-
} .
|
|
194
|
+
} .tabs__desktop_16tme.tabs__headline-xsmall_16tme .tabs__title_16tme {
|
|
195
195
|
font-size: 20px;
|
|
196
196
|
line-height: 24px;
|
|
197
197
|
font-weight: 500;
|
|
198
198
|
font-feature-settings: 'ss01';
|
|
199
199
|
font-family: var(--font-family-styrene);
|
|
200
|
-
} .
|
|
200
|
+
} .tabs__desktop_16tme.tabs__headline-system-xlarge_16tme .tabs__title_16tme {
|
|
201
201
|
padding-bottom: calc(52px / 2);
|
|
202
|
-
} .
|
|
203
|
-
.
|
|
202
|
+
} .tabs__desktop_16tme.tabs__headline-system-xlarge_16tme .tabs__title_16tme + .tabs__title_16tme,
|
|
203
|
+
.tabs__desktop_16tme.tabs__headline-system-xlarge_16tme .tabs__pickerWrapper_16tme {
|
|
204
204
|
margin-left: 52px;
|
|
205
|
-
} .
|
|
205
|
+
} .tabs__desktop_16tme.tabs__headline-system-xlarge_16tme .tabs__option_16tme {
|
|
206
206
|
padding: var(--gap-0);
|
|
207
|
-
} .
|
|
207
|
+
} .tabs__desktop_16tme.tabs__headline-system-xlarge_16tme .tabs__scrollControls_16tme > button {
|
|
208
208
|
box-sizing: content-box;
|
|
209
209
|
width: 52px;
|
|
210
210
|
height: 52px;
|
|
211
211
|
padding: var(--gap-0);
|
|
212
|
-
} .
|
|
212
|
+
} .tabs__desktop_16tme.tabs__headline-system-xlarge_16tme .tabs__scrollControls_16tme button:first-child {
|
|
213
213
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(52px / 2);
|
|
214
|
-
} .
|
|
214
|
+
} .tabs__desktop_16tme.tabs__headline-system-large_16tme .tabs__title_16tme, .tabs__desktop_16tme.tabs__headline-large_16tme .tabs__title_16tme {
|
|
215
215
|
padding-bottom: calc(48px / 2);
|
|
216
|
-
} .
|
|
217
|
-
.
|
|
218
|
-
.
|
|
219
|
-
.
|
|
216
|
+
} .tabs__desktop_16tme.tabs__headline-system-large_16tme .tabs__title_16tme + .tabs__title_16tme,
|
|
217
|
+
.tabs__desktop_16tme.tabs__headline-large_16tme .tabs__title_16tme + .tabs__title_16tme,
|
|
218
|
+
.tabs__desktop_16tme.tabs__headline-system-large_16tme .tabs__pickerWrapper_16tme,
|
|
219
|
+
.tabs__desktop_16tme.tabs__headline-large_16tme .tabs__pickerWrapper_16tme {
|
|
220
220
|
margin-left: 48px;
|
|
221
|
-
} .
|
|
221
|
+
} .tabs__desktop_16tme.tabs__headline-system-large_16tme .tabs__option_16tme, .tabs__desktop_16tme.tabs__headline-large_16tme .tabs__option_16tme {
|
|
222
222
|
padding: var(--gap-0);
|
|
223
|
-
} .
|
|
223
|
+
} .tabs__desktop_16tme.tabs__headline-system-large_16tme .tabs__scrollControls_16tme > button, .tabs__desktop_16tme.tabs__headline-large_16tme .tabs__scrollControls_16tme > button {
|
|
224
224
|
box-sizing: content-box;
|
|
225
225
|
width: 48px;
|
|
226
226
|
height: 48px;
|
|
227
227
|
padding: var(--gap-0);
|
|
228
|
-
} .
|
|
228
|
+
} .tabs__desktop_16tme.tabs__headline-system-large_16tme .tabs__scrollControls_16tme button:first-child, .tabs__desktop_16tme.tabs__headline-large_16tme .tabs__scrollControls_16tme button:first-child {
|
|
229
229
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(48px / 2);
|
|
230
|
-
} .
|
|
230
|
+
} .tabs__desktop_16tme.tabs__headline-system-medium_16tme .tabs__title_16tme {
|
|
231
231
|
padding-bottom: calc(36px / 2);
|
|
232
|
-
} .
|
|
233
|
-
.
|
|
232
|
+
} .tabs__desktop_16tme.tabs__headline-system-medium_16tme .tabs__title_16tme + .tabs__title_16tme,
|
|
233
|
+
.tabs__desktop_16tme.tabs__headline-system-medium_16tme .tabs__pickerWrapper_16tme {
|
|
234
234
|
margin-left: 36px;
|
|
235
|
-
} .
|
|
235
|
+
} .tabs__desktop_16tme.tabs__headline-system-medium_16tme .tabs__option_16tme {
|
|
236
236
|
padding: var(--gap-0);
|
|
237
|
-
} .
|
|
237
|
+
} .tabs__desktop_16tme.tabs__headline-system-medium_16tme .tabs__scrollControls_16tme > button {
|
|
238
238
|
box-sizing: content-box;
|
|
239
239
|
width: 36px;
|
|
240
240
|
height: 36px;
|
|
241
241
|
padding: var(--gap-0);
|
|
242
|
-
} .
|
|
242
|
+
} .tabs__desktop_16tme.tabs__headline-system-medium_16tme .tabs__scrollControls_16tme button:first-child {
|
|
243
243
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(36px / 2);
|
|
244
|
-
} .
|
|
244
|
+
} .tabs__desktop_16tme.tabs__headline-system-small_16tme .tabs__title_16tme {
|
|
245
245
|
padding-bottom: calc(26px / 2);
|
|
246
|
-
} .
|
|
247
|
-
.
|
|
246
|
+
} .tabs__desktop_16tme.tabs__headline-system-small_16tme .tabs__title_16tme + .tabs__title_16tme,
|
|
247
|
+
.tabs__desktop_16tme.tabs__headline-system-small_16tme .tabs__pickerWrapper_16tme {
|
|
248
248
|
margin-left: 26px;
|
|
249
|
-
} .
|
|
249
|
+
} .tabs__desktop_16tme.tabs__headline-system-small_16tme .tabs__option_16tme {
|
|
250
250
|
padding: var(--gap-0);
|
|
251
|
-
} .
|
|
251
|
+
} .tabs__desktop_16tme.tabs__headline-system-small_16tme .tabs__scrollControls_16tme > button {
|
|
252
252
|
box-sizing: content-box;
|
|
253
253
|
width: 26px;
|
|
254
254
|
height: 26px;
|
|
255
255
|
padding: var(--gap-0);
|
|
256
|
-
} .
|
|
256
|
+
} .tabs__desktop_16tme.tabs__headline-system-small_16tme .tabs__scrollControls_16tme button:first-child {
|
|
257
257
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(26px / 2);
|
|
258
|
-
} .
|
|
258
|
+
} .tabs__desktop_16tme.tabs__headline-system-xsmall_16tme .tabs__title_16tme {
|
|
259
259
|
padding-bottom: calc(22px / 2);
|
|
260
|
-
} .
|
|
261
|
-
.
|
|
260
|
+
} .tabs__desktop_16tme.tabs__headline-system-xsmall_16tme .tabs__title_16tme + .tabs__title_16tme,
|
|
261
|
+
.tabs__desktop_16tme.tabs__headline-system-xsmall_16tme .tabs__pickerWrapper_16tme {
|
|
262
262
|
margin-left: 22px;
|
|
263
|
-
} .
|
|
263
|
+
} .tabs__desktop_16tme.tabs__headline-system-xsmall_16tme .tabs__option_16tme {
|
|
264
264
|
padding: var(--gap-0);
|
|
265
|
-
} .
|
|
265
|
+
} .tabs__desktop_16tme.tabs__headline-system-xsmall_16tme .tabs__scrollControls_16tme > button {
|
|
266
266
|
box-sizing: content-box;
|
|
267
267
|
width: 22px;
|
|
268
268
|
height: 22px;
|
|
269
269
|
padding: var(--gap-0);
|
|
270
|
-
} .
|
|
270
|
+
} .tabs__desktop_16tme.tabs__headline-system-xsmall_16tme .tabs__scrollControls_16tme button:first-child {
|
|
271
271
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(22px / 2);
|
|
272
|
-
} .
|
|
272
|
+
} .tabs__desktop_16tme.tabs__headline-xlarge_16tme .tabs__title_16tme {
|
|
273
273
|
padding-bottom: calc(64px / 2);
|
|
274
|
-
} .
|
|
275
|
-
.
|
|
274
|
+
} .tabs__desktop_16tme.tabs__headline-xlarge_16tme .tabs__title_16tme + .tabs__title_16tme,
|
|
275
|
+
.tabs__desktop_16tme.tabs__headline-xlarge_16tme .tabs__pickerWrapper_16tme {
|
|
276
276
|
margin-left: 64px;
|
|
277
|
-
} .
|
|
277
|
+
} .tabs__desktop_16tme.tabs__headline-xlarge_16tme .tabs__option_16tme {
|
|
278
278
|
padding: var(--gap-0);
|
|
279
|
-
} .
|
|
279
|
+
} .tabs__desktop_16tme.tabs__headline-xlarge_16tme .tabs__scrollControls_16tme > button {
|
|
280
280
|
box-sizing: content-box;
|
|
281
281
|
width: 64px;
|
|
282
282
|
height: 64px;
|
|
283
283
|
padding: var(--gap-0);
|
|
284
|
-
} .
|
|
284
|
+
} .tabs__desktop_16tme.tabs__headline-xlarge_16tme .tabs__scrollControls_16tme button:first-child {
|
|
285
285
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(64px / 2);
|
|
286
|
-
} .
|
|
286
|
+
} .tabs__desktop_16tme.tabs__headline-medium_16tme .tabs__title_16tme {
|
|
287
287
|
padding-bottom: calc(40px / 2);
|
|
288
|
-
} .
|
|
289
|
-
.
|
|
288
|
+
} .tabs__desktop_16tme.tabs__headline-medium_16tme .tabs__title_16tme + .tabs__title_16tme,
|
|
289
|
+
.tabs__desktop_16tme.tabs__headline-medium_16tme .tabs__pickerWrapper_16tme {
|
|
290
290
|
margin-left: 40px;
|
|
291
|
-
} .
|
|
291
|
+
} .tabs__desktop_16tme.tabs__headline-medium_16tme .tabs__option_16tme {
|
|
292
292
|
padding: var(--gap-0);
|
|
293
|
-
} .
|
|
293
|
+
} .tabs__desktop_16tme.tabs__headline-medium_16tme .tabs__scrollControls_16tme > button {
|
|
294
294
|
box-sizing: content-box;
|
|
295
295
|
width: 40px;
|
|
296
296
|
height: 40px;
|
|
297
297
|
padding: var(--gap-0);
|
|
298
|
-
} .
|
|
298
|
+
} .tabs__desktop_16tme.tabs__headline-medium_16tme .tabs__scrollControls_16tme button:first-child {
|
|
299
299
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(40px / 2);
|
|
300
|
-
} .
|
|
300
|
+
} .tabs__desktop_16tme.tabs__headline-small_16tme .tabs__title_16tme {
|
|
301
301
|
padding-bottom: calc(32px / 2);
|
|
302
|
-
} .
|
|
303
|
-
.
|
|
302
|
+
} .tabs__desktop_16tme.tabs__headline-small_16tme .tabs__title_16tme + .tabs__title_16tme,
|
|
303
|
+
.tabs__desktop_16tme.tabs__headline-small_16tme .tabs__pickerWrapper_16tme {
|
|
304
304
|
margin-left: 32px;
|
|
305
|
-
} .
|
|
305
|
+
} .tabs__desktop_16tme.tabs__headline-small_16tme .tabs__option_16tme {
|
|
306
306
|
padding: var(--gap-0);
|
|
307
|
-
} .
|
|
307
|
+
} .tabs__desktop_16tme.tabs__headline-small_16tme .tabs__scrollControls_16tme > button {
|
|
308
308
|
box-sizing: content-box;
|
|
309
309
|
width: 32px;
|
|
310
310
|
height: 32px;
|
|
311
311
|
padding: var(--gap-0);
|
|
312
|
-
} .
|
|
312
|
+
} .tabs__desktop_16tme.tabs__headline-small_16tme .tabs__scrollControls_16tme button:first-child {
|
|
313
313
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(32px / 2);
|
|
314
|
-
} .
|
|
314
|
+
} .tabs__desktop_16tme.tabs__headline-xsmall_16tme .tabs__title_16tme {
|
|
315
315
|
padding-bottom: calc(24px / 2);
|
|
316
|
-
} .
|
|
317
|
-
.
|
|
316
|
+
} .tabs__desktop_16tme.tabs__headline-xsmall_16tme .tabs__title_16tme + .tabs__title_16tme,
|
|
317
|
+
.tabs__desktop_16tme.tabs__headline-xsmall_16tme .tabs__pickerWrapper_16tme {
|
|
318
318
|
margin-left: 24px;
|
|
319
|
-
} .
|
|
319
|
+
} .tabs__desktop_16tme.tabs__headline-xsmall_16tme .tabs__option_16tme {
|
|
320
320
|
padding: var(--gap-0);
|
|
321
|
-
} .
|
|
321
|
+
} .tabs__desktop_16tme.tabs__headline-xsmall_16tme .tabs__scrollControls_16tme > button {
|
|
322
322
|
box-sizing: content-box;
|
|
323
323
|
width: 24px;
|
|
324
324
|
height: 24px;
|
|
325
325
|
padding: var(--gap-0);
|
|
326
|
-
} .
|
|
326
|
+
} .tabs__desktop_16tme.tabs__headline-xsmall_16tme .tabs__scrollControls_16tme button:first-child {
|
|
327
327
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(24px / 2);
|
|
328
|
-
} .
|
|
328
|
+
} .tabs__fullWidthScroll_16tme {
|
|
329
329
|
min-width: calc(100% - 2 * var(--gap-16));
|
|
330
330
|
margin: var(--gap-0) var(--gap-16);
|
|
331
|
-
} .
|
|
331
|
+
} .tabs__container_16tme {
|
|
332
332
|
position: relative;
|
|
333
333
|
overflow: hidden;
|
|
334
334
|
margin: var(--gap-4-neg) var(--gap-0) var(--gap-4-neg) var(--gap-4-neg);
|
|
335
335
|
padding: var(--gap-4) var(--gap-0) var(--gap-4) var(--gap-4);
|
|
336
|
-
} .
|
|
336
|
+
} .tabs__title_16tme {
|
|
337
337
|
display: flex;
|
|
338
338
|
align-items: center;
|
|
339
339
|
height: 100%;
|
|
@@ -349,83 +349,83 @@
|
|
|
349
349
|
-webkit-user-select: none;
|
|
350
350
|
-moz-user-select: none;
|
|
351
351
|
user-select: none;
|
|
352
|
-
outline: none
|
|
353
|
-
} .
|
|
352
|
+
outline: none;
|
|
353
|
+
} .tabs__title_16tme:not(:disabled):hover {
|
|
354
354
|
color: var(--primary-tablist-hover-color);
|
|
355
|
-
} .
|
|
355
|
+
} .tabs__focused_16tme {
|
|
356
356
|
outline: 2px solid var(--focus-color);
|
|
357
357
|
outline-offset: 2px;
|
|
358
|
-
} .
|
|
358
|
+
} .tabs__collapsed_16tme {
|
|
359
359
|
order: 99;
|
|
360
360
|
visibility: collapse;
|
|
361
|
-
} .
|
|
361
|
+
} .tabs__selected_16tme {
|
|
362
362
|
cursor: default;
|
|
363
363
|
color: var(--primary-tablist-selected-color);
|
|
364
|
-
} .
|
|
364
|
+
} .tabs__disabled_16tme {
|
|
365
365
|
cursor: var(--disabled-cursor);
|
|
366
366
|
color: var(--primary-tablist-disabled-color);
|
|
367
|
-
} .
|
|
367
|
+
} .tabs__line_16tme {
|
|
368
368
|
position: absolute;
|
|
369
369
|
height: 3px;
|
|
370
370
|
bottom: var(--gap-0);
|
|
371
371
|
left: var(--gap-0);
|
|
372
372
|
background-color: var(--primary-tablist-line-color);
|
|
373
373
|
transition: transform 0.2s ease, width 0.2s ease;
|
|
374
|
-
} .
|
|
374
|
+
} .tabs__option_16tme {
|
|
375
375
|
color: var(--color-light-text-primary);
|
|
376
|
-
} .
|
|
376
|
+
} .tabs__s_16tme .tabs__title_16tme, .tabs__xs_16tme .tabs__title_16tme, .tabs__xxs_16tme .tabs__title_16tme {
|
|
377
377
|
padding: var(--primary-tablist-s-padding);
|
|
378
378
|
font-size: var(--primary-tablist-s-font-size);
|
|
379
379
|
font-weight: var(--primary-tablist-s-font-weight);
|
|
380
380
|
font-family: var(--primary-tablist-s-font-family);
|
|
381
381
|
line-height: 24px;
|
|
382
|
-
} .
|
|
382
|
+
} .tabs__s_16tme .tabs__title_16tme + .tabs__title_16tme, .tabs__xs_16tme .tabs__title_16tme + .tabs__title_16tme, .tabs__xxs_16tme .tabs__title_16tme + .tabs__title_16tme {
|
|
383
383
|
margin-left: var(--primary-tablist-s-gaps);
|
|
384
|
-
} .
|
|
384
|
+
} .tabs__s_16tme .tabs__pickerWrapper_16tme, .tabs__xs_16tme .tabs__pickerWrapper_16tme, .tabs__xxs_16tme .tabs__pickerWrapper_16tme {
|
|
385
385
|
margin-left: var(--primary-tablist-s-gaps);
|
|
386
|
-
} .
|
|
386
|
+
} .tabs__s_16tme .tabs__option_16tme, .tabs__xs_16tme .tabs__option_16tme, .tabs__xxs_16tme .tabs__option_16tme {
|
|
387
387
|
padding: var(--gap-0);
|
|
388
|
-
} .
|
|
388
|
+
} .tabs__m_16tme .tabs__title_16tme {
|
|
389
389
|
padding: var(--primary-tablist-m-padding);
|
|
390
390
|
font-size: var(--primary-tablist-m-font-size);
|
|
391
391
|
font-weight: var(--primary-tablist-m-font-weight);
|
|
392
392
|
font-family: var(--primary-tablist-m-font-family);
|
|
393
393
|
line-height: 24px;
|
|
394
|
-
} .
|
|
394
|
+
} .tabs__m_16tme .tabs__title_16tme + .tabs__title_16tme {
|
|
395
395
|
margin-left: var(--primary-tablist-m-gaps);
|
|
396
|
-
} .
|
|
396
|
+
} .tabs__m_16tme .tabs__pickerWrapper_16tme {
|
|
397
397
|
margin-left: var(--primary-tablist-m-gaps);
|
|
398
|
-
} .
|
|
398
|
+
} .tabs__m_16tme .tabs__option_16tme {
|
|
399
399
|
padding: var(--gap-0);
|
|
400
|
-
} .
|
|
400
|
+
} .tabs__l_16tme .tabs__title_16tme {
|
|
401
401
|
padding: var(--primary-tablist-l-padding);
|
|
402
402
|
font-size: var(--primary-tablist-l-font-size);
|
|
403
403
|
font-weight: var(--primary-tablist-l-font-weight);
|
|
404
404
|
font-family: var(--primary-tablist-l-font-family);
|
|
405
405
|
line-height: 24px;
|
|
406
|
-
} .
|
|
406
|
+
} .tabs__l_16tme .tabs__title_16tme + .tabs__title_16tme {
|
|
407
407
|
margin-left: var(--primary-tablist-l-gaps);
|
|
408
|
-
} .
|
|
408
|
+
} .tabs__l_16tme .tabs__pickerWrapper_16tme {
|
|
409
409
|
margin-left: var(--primary-tablist-l-gaps);
|
|
410
|
-
} .
|
|
410
|
+
} .tabs__l_16tme .tabs__option_16tme {
|
|
411
411
|
padding: var(--gap-0);
|
|
412
|
-
} .
|
|
412
|
+
} .tabs__xl_16tme .tabs__title_16tme {
|
|
413
413
|
padding: var(--primary-tablist-xl-padding);
|
|
414
414
|
font-size: var(--primary-tablist-xl-font-size);
|
|
415
415
|
font-weight: var(--primary-tablist-xl-font-weight);
|
|
416
416
|
font-family: var(--primary-tablist-xl-font-family);
|
|
417
417
|
line-height: 32px;
|
|
418
|
-
} .
|
|
418
|
+
} .tabs__xl_16tme .tabs__title_16tme + .tabs__title_16tme {
|
|
419
419
|
margin-left: var(--primary-tablist-xl-gaps);
|
|
420
|
-
} .
|
|
420
|
+
} .tabs__xl_16tme .tabs__pickerWrapper_16tme {
|
|
421
421
|
margin-left: var(--primary-tablist-xl-gaps);
|
|
422
|
-
} .
|
|
422
|
+
} .tabs__xl_16tme .tabs__option_16tme {
|
|
423
423
|
padding: var(--gap-0);
|
|
424
|
-
} .
|
|
424
|
+
} .tabs__rightAddons_16tme {
|
|
425
425
|
display: flex;
|
|
426
426
|
justify-content: center;
|
|
427
427
|
align-items: center;
|
|
428
428
|
margin-left: var(--gap-8);
|
|
429
|
-
} .
|
|
429
|
+
} .tabs__rightAddonsMarginZero_16tme {
|
|
430
430
|
margin-left: var(--gap-0);
|
|
431
431
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var commonStyles = {"component":"tabs__component_16tme","desktop":"tabs__desktop_16tme","paragraph-primary-large":"tabs__paragraph-primary-large_16tme","title":"tabs__title_16tme","paragraph-primary-medium":"tabs__paragraph-primary-medium_16tme","paragraph-primary-small":"tabs__paragraph-primary-small_16tme","action-primary-large":"tabs__action-primary-large_16tme","action-primary-medium":"tabs__action-primary-medium_16tme","action-primary-small":"tabs__action-primary-small_16tme","accent-primary-large":"tabs__accent-primary-large_16tme","accent-primary-medium":"tabs__accent-primary-medium_16tme","accent-primary-small":"tabs__accent-primary-small_16tme","pickerWrapper":"tabs__pickerWrapper_16tme","option":"tabs__option_16tme","scrollControls":"tabs__scrollControls_16tme","headline-system-xlarge":"tabs__headline-system-xlarge_16tme","headline-system-large":"tabs__headline-system-large_16tme","headline-system-medium":"tabs__headline-system-medium_16tme","headline-system-small":"tabs__headline-system-small_16tme","headline-system-xsmall":"tabs__headline-system-xsmall_16tme","headline-xlarge":"tabs__headline-xlarge_16tme","headline-large":"tabs__headline-large_16tme","headline-medium":"tabs__headline-medium_16tme","headline-small":"tabs__headline-small_16tme","headline-xsmall":"tabs__headline-xsmall_16tme","fullWidthScroll":"tabs__fullWidthScroll_16tme","container":"tabs__container_16tme","focused":"tabs__focused_16tme","collapsed":"tabs__collapsed_16tme","selected":"tabs__selected_16tme","disabled":"tabs__disabled_16tme","line":"tabs__line_16tme","s":"tabs__s_16tme","xs":"tabs__xs_16tme","xxs":"tabs__xxs_16tme","m":"tabs__m_16tme","l":"tabs__l_16tme","xl":"tabs__xl_16tme","rightAddons":"tabs__rightAddons_16tme","rightAddonsMarginZero":"tabs__rightAddonsMarginZero_16tme"};
|
|
6
6
|
|
|
7
|
-
module.exports =
|
|
7
|
+
module.exports = commonStyles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.module.css.js","sources":["../../src/components/primary-tablist/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n@import '../../vars.css';\n@import './text-styles.module.css';\n\n.component {\n position: relative;\n display: inline-flex;\n min-width: 100%;\n\n &:before {\n content: '';\n display: block;\n position: absolute;\n bottom: 1px;\n height: 1px;\n width: 100%;\n background-color: var(--primary-tablist-bottom-border-color);\n }\n}\n\n.desktop {\n @mixin text-style;\n @mixin text-style-desktop;\n}\n\n.fullWidthScroll {\n min-width: calc(100% - 2 * var(--gap-16));\n margin: var(--gap-0) var(--gap-16);\n}\n\n.container {\n position: relative;\n overflow: hidden;\n\n /* focus-outline fix */\n margin: var(--gap-4-neg) var(--gap-0) var(--gap-4-neg) var(--gap-4-neg);\n padding: var(--gap-4) var(--gap-0) var(--gap-4) var(--gap-4);\n}\n\n.title {\n display: flex;\n align-items: center;\n height: 100%;\n padding: var(--gap-0);\n cursor: pointer;\n color: var(--primary-tablist-color);\n font-feature-settings: var(--primary-tablist-font-feature-settings);\n transition: color 0.2s ease;\n border: 0;\n background: none;\n white-space: nowrap;\n box-shadow: none;\n user-select: none;\n outline: none;\n\n &:not(:disabled):hover {\n color: var(--primary-tablist-hover-color);\n }\n}\n\n.focused {\n @mixin focus-outline;\n}\n\n.collapsed {\n order: 99;\n visibility: collapse;\n}\n\n.selected {\n cursor: default;\n color: var(--primary-tablist-selected-color);\n}\n\n.disabled {\n cursor: var(--disabled-cursor);\n color: var(--primary-tablist-disabled-color);\n}\n\n.line {\n position: absolute;\n height: 3px;\n bottom: var(--gap-0);\n left: var(--gap-0);\n background-color: var(--primary-tablist-line-color);\n transition: transform 0.2s ease, width 0.2s ease;\n}\n\n.option {\n color: var(--color-light-text-primary);\n}\n\n/* sizes */\n\n.s,\n.xs,\n.xxs {\n & .title {\n padding: var(--primary-tablist-s-padding);\n font-size: var(--primary-tablist-s-font-size);\n font-weight: var(--primary-tablist-s-font-weight);\n font-family: var(--primary-tablist-s-font-family);\n line-height: 24px;\n }\n\n & .title + .title {\n margin-left: var(--primary-tablist-s-gaps);\n }\n\n & .pickerWrapper {\n margin-left: var(--primary-tablist-s-gaps);\n }\n\n & .option {\n padding: var(--gap-0);\n }\n}\n\n.m {\n & .title {\n padding: var(--primary-tablist-m-padding);\n font-size: var(--primary-tablist-m-font-size);\n font-weight: var(--primary-tablist-m-font-weight);\n font-family: var(--primary-tablist-m-font-family);\n line-height: 24px;\n }\n\n & .title + .title {\n margin-left: var(--primary-tablist-m-gaps);\n }\n\n & .pickerWrapper {\n margin-left: var(--primary-tablist-m-gaps);\n }\n\n & .option {\n padding: var(--gap-0);\n }\n}\n\n.l {\n & .title {\n padding: var(--primary-tablist-l-padding);\n font-size: var(--primary-tablist-l-font-size);\n font-weight: var(--primary-tablist-l-font-weight);\n font-family: var(--primary-tablist-l-font-family);\n line-height: 24px;\n }\n\n & .title + .title {\n margin-left: var(--primary-tablist-l-gaps);\n }\n\n & .pickerWrapper {\n margin-left: var(--primary-tablist-l-gaps);\n }\n\n & .option {\n padding: var(--gap-0);\n }\n}\n\n.xl {\n & .title {\n padding: var(--primary-tablist-xl-padding);\n font-size: var(--primary-tablist-xl-font-size);\n font-weight: var(--primary-tablist-xl-font-weight);\n font-family: var(--primary-tablist-xl-font-family);\n line-height: 32px;\n }\n\n & .title + .title {\n margin-left: var(--primary-tablist-xl-gaps);\n }\n\n & .pickerWrapper {\n margin-left: var(--primary-tablist-xl-gaps);\n }\n\n & .option {\n padding: var(--gap-0);\n }\n}\n\n.rightAddons {\n display: flex;\n justify-content: center;\n align-items: center;\n margin-left: var(--gap-8);\n}\n.rightAddonsMarginZero {\n margin-left: var(--gap-0);\n}\n"],"names":[],"mappings":";;;;AAEgB,
|
|
1
|
+
{"version":3,"file":"index.module.css.js","sources":["../../src/components/primary-tablist/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/no-typography-index.css';\n@import '../../vars.css';\n@import './text-styles.module.css';\n\n.component {\n position: relative;\n display: inline-flex;\n min-width: 100%;\n\n &:before {\n content: '';\n display: block;\n position: absolute;\n bottom: 1px;\n height: 1px;\n width: 100%;\n background-color: var(--primary-tablist-bottom-border-color);\n }\n}\n\n.desktop {\n @mixin text-style;\n @mixin text-style-desktop;\n}\n\n.fullWidthScroll {\n min-width: calc(100% - 2 * var(--gap-16));\n margin: var(--gap-0) var(--gap-16);\n}\n\n.container {\n position: relative;\n overflow: hidden;\n\n /* focus-outline fix */\n margin: var(--gap-4-neg) var(--gap-0) var(--gap-4-neg) var(--gap-4-neg);\n padding: var(--gap-4) var(--gap-0) var(--gap-4) var(--gap-4);\n}\n\n.title {\n display: flex;\n align-items: center;\n height: 100%;\n padding: var(--gap-0);\n cursor: pointer;\n color: var(--primary-tablist-color);\n font-feature-settings: var(--primary-tablist-font-feature-settings);\n transition: color 0.2s ease;\n border: 0;\n background: none;\n white-space: nowrap;\n box-shadow: none;\n user-select: none;\n outline: none;\n\n &:not(:disabled):hover {\n color: var(--primary-tablist-hover-color);\n }\n}\n\n.focused {\n @mixin focus-outline;\n}\n\n.collapsed {\n order: 99;\n visibility: collapse;\n}\n\n.selected {\n cursor: default;\n color: var(--primary-tablist-selected-color);\n}\n\n.disabled {\n cursor: var(--disabled-cursor);\n color: var(--primary-tablist-disabled-color);\n}\n\n.line {\n position: absolute;\n height: 3px;\n bottom: var(--gap-0);\n left: var(--gap-0);\n background-color: var(--primary-tablist-line-color);\n transition: transform 0.2s ease, width 0.2s ease;\n}\n\n.option {\n color: var(--color-light-text-primary);\n}\n\n/* sizes */\n\n.s,\n.xs,\n.xxs {\n & .title {\n padding: var(--primary-tablist-s-padding);\n font-size: var(--primary-tablist-s-font-size);\n font-weight: var(--primary-tablist-s-font-weight);\n font-family: var(--primary-tablist-s-font-family);\n line-height: 24px;\n }\n\n & .title + .title {\n margin-left: var(--primary-tablist-s-gaps);\n }\n\n & .pickerWrapper {\n margin-left: var(--primary-tablist-s-gaps);\n }\n\n & .option {\n padding: var(--gap-0);\n }\n}\n\n.m {\n & .title {\n padding: var(--primary-tablist-m-padding);\n font-size: var(--primary-tablist-m-font-size);\n font-weight: var(--primary-tablist-m-font-weight);\n font-family: var(--primary-tablist-m-font-family);\n line-height: 24px;\n }\n\n & .title + .title {\n margin-left: var(--primary-tablist-m-gaps);\n }\n\n & .pickerWrapper {\n margin-left: var(--primary-tablist-m-gaps);\n }\n\n & .option {\n padding: var(--gap-0);\n }\n}\n\n.l {\n & .title {\n padding: var(--primary-tablist-l-padding);\n font-size: var(--primary-tablist-l-font-size);\n font-weight: var(--primary-tablist-l-font-weight);\n font-family: var(--primary-tablist-l-font-family);\n line-height: 24px;\n }\n\n & .title + .title {\n margin-left: var(--primary-tablist-l-gaps);\n }\n\n & .pickerWrapper {\n margin-left: var(--primary-tablist-l-gaps);\n }\n\n & .option {\n padding: var(--gap-0);\n }\n}\n\n.xl {\n & .title {\n padding: var(--primary-tablist-xl-padding);\n font-size: var(--primary-tablist-xl-font-size);\n font-weight: var(--primary-tablist-xl-font-weight);\n font-family: var(--primary-tablist-xl-font-family);\n line-height: 32px;\n }\n\n & .title + .title {\n margin-left: var(--primary-tablist-xl-gaps);\n }\n\n & .pickerWrapper {\n margin-left: var(--primary-tablist-xl-gaps);\n }\n\n & .option {\n padding: var(--gap-0);\n }\n}\n\n.rightAddons {\n display: flex;\n justify-content: center;\n align-items: center;\n margin-left: var(--gap-8);\n}\n.rightAddonsMarginZero {\n margin-left: var(--gap-0);\n}\n"],"names":[],"mappings":";;;;AAEgB,mBAAe,CAAC,WAAW,CAAC,uBAAuB,CAAC,SAAS,CAAC,qBAAqB,CAAC,yBAAyB,CAAC,qCAAqC,CAAC,OAAO,CAAC,mBAAmB,CAAC,0BAA0B,CAAC,sCAAsC,CAAC,yBAAyB,CAAC,qCAAqC,CAAC,sBAAsB,CAAC,kCAAkC,CAAC,uBAAuB,CAAC,mCAAmC,CAAC,sBAAsB,CAAC,kCAAkC,CAAC,sBAAsB,CAAC,kCAAkC,CAAC,uBAAuB,CAAC,mCAAmC,CAAC,sBAAsB,CAAC,kCAAkC,CAAC,eAAe,CAAC,2BAA2B,CAAC,QAAQ,CAAC,oBAAoB,CAAC,gBAAgB,CAAC,4BAA4B,CAAC,wBAAwB,CAAC,oCAAoC,CAAC,uBAAuB,CAAC,mCAAmC,CAAC,wBAAwB,CAAC,oCAAoC,CAAC,uBAAuB,CAAC,mCAAmC,CAAC,wBAAwB,CAAC,oCAAoC,CAAC,iBAAiB,CAAC,6BAA6B,CAAC,gBAAgB,CAAC,4BAA4B,CAAC,iBAAiB,CAAC,6BAA6B,CAAC,gBAAgB,CAAC,4BAA4B,CAAC,iBAAiB,CAAC,6BAA6B,CAAC,iBAAiB,CAAC,6BAA6B,CAAC,WAAW,CAAC,uBAAuB,CAAC,SAAS,CAAC,qBAAqB,CAAC,WAAW,CAAC,uBAAuB,CAAC,UAAU,CAAC,sBAAsB,CAAC,UAAU,CAAC,sBAAsB,CAAC,MAAM,CAAC,kBAAkB,CAAC,GAAG,CAAC,eAAe,CAAC,IAAI,CAAC,gBAAgB,CAAC,KAAK,CAAC,iBAAiB,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,eAAe,CAAC,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,yBAAyB,CAAC,uBAAuB,CAAC,mCAAmC,CAAC;;;;"}
|