@alfalab/core-components-tabs 7.3.10 → 7.3.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/primary-tablist/Component.desktop.js +1 -1
- package/components/primary-tablist/Component.mobile.js +2 -2
- package/components/primary-tablist/Component.responsive.js +1 -1
- package/components/primary-tablist/index.css +31 -31
- package/components/primary-tablist/mobile.css +105 -34
- package/components/scrollable-container/Component.js +1 -1
- package/components/scrollable-container/index.css +7 -7
- package/components/secondary-tablist/Component.desktop.js +1 -1
- package/components/secondary-tablist/Component.mobile.js +2 -2
- package/components/secondary-tablist/Component.responsive.js +1 -1
- package/components/secondary-tablist/index.css +13 -13
- package/components/secondary-tablist/mobile.css +86 -15
- package/components/tab/Component.js +1 -1
- package/components/tab/index.css +3 -3
- package/components/tabs/Component.desktop.js +2 -2
- package/components/tabs/Component.mobile.js +2 -2
- package/components/tabs/Component.responsive.js +2 -2
- package/cssm/components/primary-tablist/index.module.css +2 -2
- package/cssm/components/primary-tablist/mobile.module.css +2 -2
- package/cssm/components/scrollable-container/index.module.css +2 -2
- package/cssm/components/secondary-tablist/index.module.css +2 -2
- package/cssm/components/secondary-tablist/mobile.module.css +2 -2
- package/cssm/vars.css +2 -2
- package/desktop.js +2 -2
- package/esm/components/primary-tablist/Component.desktop.js +1 -1
- package/esm/components/primary-tablist/Component.mobile.js +2 -2
- package/esm/components/primary-tablist/Component.responsive.js +1 -1
- package/esm/components/primary-tablist/index.css +31 -31
- package/esm/components/primary-tablist/mobile.css +105 -34
- package/esm/components/scrollable-container/Component.js +1 -1
- package/esm/components/scrollable-container/index.css +7 -7
- package/esm/components/secondary-tablist/Component.desktop.js +1 -1
- package/esm/components/secondary-tablist/Component.mobile.js +2 -2
- package/esm/components/secondary-tablist/Component.responsive.js +1 -1
- package/esm/components/secondary-tablist/index.css +13 -13
- package/esm/components/secondary-tablist/mobile.css +86 -15
- package/esm/components/tab/Component.js +1 -1
- package/esm/components/tab/index.css +3 -3
- package/esm/components/tabs/Component.desktop.js +2 -2
- package/esm/components/tabs/Component.mobile.js +2 -2
- package/esm/components/tabs/Component.responsive.js +2 -2
- package/esm/desktop.js +2 -2
- package/esm/index.js +2 -2
- package/esm/index.module-5f5b94c1.js +4 -0
- package/esm/index.module-b32b77a0.js +4 -0
- package/esm/mobile.js +2 -2
- package/esm/responsive.js +2 -2
- package/index.js +2 -2
- package/index.module-71dbcf80.js +6 -0
- package/index.module-ce35f880.js +6 -0
- package/mobile.js +2 -2
- package/modern/components/primary-tablist/Component.desktop.js +1 -1
- package/modern/components/primary-tablist/Component.mobile.js +2 -2
- package/modern/components/primary-tablist/Component.responsive.js +1 -1
- package/modern/components/primary-tablist/index.css +31 -31
- package/modern/components/primary-tablist/mobile.css +105 -34
- package/modern/components/scrollable-container/Component.js +1 -1
- package/modern/components/scrollable-container/index.css +7 -7
- package/modern/components/secondary-tablist/Component.desktop.js +1 -1
- package/modern/components/secondary-tablist/Component.mobile.js +2 -2
- package/modern/components/secondary-tablist/Component.responsive.js +1 -1
- package/modern/components/secondary-tablist/index.css +13 -13
- package/modern/components/secondary-tablist/mobile.css +86 -15
- package/modern/components/tab/Component.js +1 -1
- package/modern/components/tab/index.css +3 -3
- package/modern/components/tabs/Component.desktop.js +2 -2
- package/modern/components/tabs/Component.mobile.js +2 -2
- package/modern/components/tabs/Component.responsive.js +2 -2
- package/modern/desktop.js +2 -2
- package/modern/index.js +2 -2
- package/modern/index.module-771ef5f3.js +4 -0
- package/modern/index.module-cb93eac4.js +4 -0
- package/modern/mobile.js +2 -2
- package/modern/responsive.js +2 -2
- package/package.json +3 -3
- package/responsive.js +2 -2
- package/esm/index.module-148f7ebd.js +0 -4
- package/esm/index.module-c3aa1087.js +0 -4
- package/index.module-3024c3e4.js +0 -6
- package/index.module-7d7e1aeb.js +0 -6
- package/modern/index.module-67a4be0c.js +0 -4
- package/modern/index.module-df3add82.js +0 -4
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var tslib = require('tslib');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var components_primaryTablist_Component = require('./Component.js');
|
|
6
|
-
var index_module = require('../../index.module-
|
|
6
|
+
var index_module = require('../../index.module-71dbcf80.js');
|
|
7
7
|
require('classnames');
|
|
8
8
|
require('@alfalab/core-components-badge');
|
|
9
9
|
require('@alfalab/core-components-keyboard-focusable');
|
|
@@ -4,7 +4,7 @@ var tslib = require('tslib');
|
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var cn = require('classnames');
|
|
6
6
|
var components_primaryTablist_Component = require('./Component.js');
|
|
7
|
-
var index_module = require('../../index.module-
|
|
7
|
+
var index_module = require('../../index.module-71dbcf80.js');
|
|
8
8
|
require('@alfalab/core-components-badge');
|
|
9
9
|
require('@alfalab/core-components-keyboard-focusable');
|
|
10
10
|
require('@alfalab/core-components-picker-button/desktop');
|
|
@@ -23,7 +23,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
|
|
|
23
23
|
var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
24
24
|
var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
|
|
25
25
|
|
|
26
|
-
var mobileStyles = {"title":"
|
|
26
|
+
var mobileStyles = {"title":"tabs__title_1beg0 tabs__title_4b0fa","mobile":"tabs__mobile_1beg0"};
|
|
27
27
|
require('./mobile.css')
|
|
28
28
|
|
|
29
29
|
var styles = tslib.__assign(tslib.__assign({}, index_module.commonStyles), mobileStyles);
|
|
@@ -18,7 +18,7 @@ require('../../synthetic-events.js');
|
|
|
18
18
|
require('../scrollable-container/Component.js');
|
|
19
19
|
require('compute-scroll-into-view');
|
|
20
20
|
require('../title/Component.js');
|
|
21
|
-
require('../../index.module-
|
|
21
|
+
require('../../index.module-71dbcf80.js');
|
|
22
22
|
|
|
23
23
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
24
24
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: tunzq */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-border-accent: #ef3124;
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
--color-light-border-primary: #dbdee1;
|
|
7
7
|
--color-light-text-primary: #0b1f35;
|
|
8
8
|
--color-light-text-secondary: rgba(11, 31, 53, 0.7);
|
|
9
|
-
--color-light-text-tertiary: rgba(11, 31, 53, 0.3);
|
|
10
|
-
} :root {
|
|
9
|
+
--color-light-text-tertiary: rgba(11, 31, 53, 0.3); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
10
|
+
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
11
11
|
} :root {
|
|
12
12
|
} :root {
|
|
13
13
|
|
|
@@ -83,11 +83,11 @@
|
|
|
83
83
|
/* size l */
|
|
84
84
|
|
|
85
85
|
/* size xl */
|
|
86
|
-
} .
|
|
86
|
+
} .tabs__component_4b0fa {
|
|
87
87
|
position: relative;
|
|
88
88
|
display: inline-flex;
|
|
89
89
|
min-width: 100%
|
|
90
|
-
} .
|
|
90
|
+
} .tabs__component_4b0fa:before {
|
|
91
91
|
content: '';
|
|
92
92
|
display: block;
|
|
93
93
|
position: absolute;
|
|
@@ -95,17 +95,17 @@
|
|
|
95
95
|
height: 1px;
|
|
96
96
|
width: 100%;
|
|
97
97
|
background-color: var(--primary-tablist-bottom-border-color);
|
|
98
|
-
} .
|
|
98
|
+
} .tabs__fullWidthScroll_4b0fa {
|
|
99
99
|
min-width: calc(100% - 2 * var(--gap-m));
|
|
100
100
|
margin: 0 var(--gap-m);
|
|
101
|
-
} .
|
|
101
|
+
} .tabs__container_4b0fa {
|
|
102
102
|
position: relative;
|
|
103
103
|
overflow: hidden;
|
|
104
104
|
|
|
105
105
|
/* focus-outline fix */
|
|
106
106
|
margin: var(--gap-2xs-neg) 0 var(--gap-2xs-neg) var(--gap-2xs-neg);
|
|
107
107
|
padding: var(--gap-2xs) 0 var(--gap-2xs) var(--gap-2xs);
|
|
108
|
-
} .
|
|
108
|
+
} .tabs__title_4b0fa {
|
|
109
109
|
display: flex;
|
|
110
110
|
align-items: center;
|
|
111
111
|
height: 100%;
|
|
@@ -122,76 +122,76 @@
|
|
|
122
122
|
user-select: none;
|
|
123
123
|
cursor: pointer;
|
|
124
124
|
outline: none
|
|
125
|
-
} .
|
|
125
|
+
} .tabs__title_4b0fa:not(.tabs__disabled_4b0fa):hover {
|
|
126
126
|
color: var(--primary-tablist-hover-color);
|
|
127
|
-
} .
|
|
127
|
+
} .tabs__focused_4b0fa {
|
|
128
128
|
outline: 2px solid var(--focus-color);
|
|
129
129
|
outline-offset: 2px;
|
|
130
|
-
} .
|
|
130
|
+
} .tabs__collapsed_4b0fa {
|
|
131
131
|
order: 99;
|
|
132
132
|
visibility: collapse;
|
|
133
|
-
} .
|
|
133
|
+
} .tabs__selected_4b0fa {
|
|
134
134
|
cursor: default;
|
|
135
135
|
color: var(--primary-tablist-selected-color);
|
|
136
|
-
} .
|
|
136
|
+
} .tabs__disabled_4b0fa {
|
|
137
137
|
cursor: var(--disabled-cursor);
|
|
138
138
|
color: var(--primary-tablist-disabled-color);
|
|
139
|
-
} .
|
|
139
|
+
} .tabs__line_4b0fa {
|
|
140
140
|
position: absolute;
|
|
141
141
|
height: 3px;
|
|
142
142
|
bottom: 0;
|
|
143
143
|
left: 0;
|
|
144
144
|
background-color: var(--primary-tablist-line-color);
|
|
145
145
|
transition: transform 0.2s ease, width 0.2s ease;
|
|
146
|
-
} /* sizes */ .
|
|
146
|
+
} /* sizes */ .tabs__s_4b0fa .tabs__title_4b0fa, .tabs__xs_4b0fa .tabs__title_4b0fa, .tabs__xxs_4b0fa .tabs__title_4b0fa {
|
|
147
147
|
padding: var(--primary-tablist-s-padding);
|
|
148
148
|
font-size: var(--primary-tablist-s-font-size);
|
|
149
149
|
font-weight: var(--primary-tablist-s-font-weight);
|
|
150
150
|
font-family: var(--primary-tablist-s-font-family);
|
|
151
151
|
line-height: 24px;
|
|
152
|
-
} .
|
|
152
|
+
} .tabs__s_4b0fa .tabs__title_4b0fa + .tabs__title_4b0fa, .tabs__xs_4b0fa .tabs__title_4b0fa + .tabs__title_4b0fa, .tabs__xxs_4b0fa .tabs__title_4b0fa + .tabs__title_4b0fa {
|
|
153
153
|
margin-left: var(--primary-tablist-s-gaps);
|
|
154
|
-
} .
|
|
154
|
+
} .tabs__s_4b0fa .tabs__pickerWrapper_4b0fa, .tabs__xs_4b0fa .tabs__pickerWrapper_4b0fa, .tabs__xxs_4b0fa .tabs__pickerWrapper_4b0fa {
|
|
155
155
|
margin-left: var(--primary-tablist-s-gaps);
|
|
156
|
-
} .
|
|
156
|
+
} .tabs__s_4b0fa .tabs__option_4b0fa, .tabs__xs_4b0fa .tabs__option_4b0fa, .tabs__xxs_4b0fa .tabs__option_4b0fa {
|
|
157
157
|
padding: 0;
|
|
158
|
-
} .
|
|
158
|
+
} .tabs__m_4b0fa .tabs__title_4b0fa {
|
|
159
159
|
padding: var(--primary-tablist-m-padding);
|
|
160
160
|
font-size: var(--primary-tablist-m-font-size);
|
|
161
161
|
font-weight: var(--primary-tablist-m-font-weight);
|
|
162
162
|
font-family: var(--primary-tablist-m-font-family);
|
|
163
163
|
line-height: 24px;
|
|
164
|
-
} .
|
|
164
|
+
} .tabs__m_4b0fa .tabs__title_4b0fa + .tabs__title_4b0fa {
|
|
165
165
|
margin-left: var(--primary-tablist-m-gaps);
|
|
166
|
-
} .
|
|
166
|
+
} .tabs__m_4b0fa .tabs__pickerWrapper_4b0fa {
|
|
167
167
|
margin-left: var(--primary-tablist-m-gaps);
|
|
168
|
-
} .
|
|
168
|
+
} .tabs__m_4b0fa .tabs__option_4b0fa {
|
|
169
169
|
padding: 0;
|
|
170
|
-
} .
|
|
170
|
+
} .tabs__l_4b0fa .tabs__title_4b0fa {
|
|
171
171
|
padding: var(--primary-tablist-l-padding);
|
|
172
172
|
font-size: var(--primary-tablist-l-font-size);
|
|
173
173
|
font-weight: var(--primary-tablist-l-font-weight);
|
|
174
174
|
font-family: var(--primary-tablist-l-font-family);
|
|
175
175
|
line-height: 24px;
|
|
176
|
-
} .
|
|
176
|
+
} .tabs__l_4b0fa .tabs__title_4b0fa + .tabs__title_4b0fa {
|
|
177
177
|
margin-left: var(--primary-tablist-l-gaps);
|
|
178
|
-
} .
|
|
178
|
+
} .tabs__l_4b0fa .tabs__pickerWrapper_4b0fa {
|
|
179
179
|
margin-left: var(--primary-tablist-l-gaps);
|
|
180
|
-
} .
|
|
180
|
+
} .tabs__l_4b0fa .tabs__option_4b0fa {
|
|
181
181
|
padding: 0;
|
|
182
|
-
} .
|
|
182
|
+
} .tabs__xl_4b0fa .tabs__title_4b0fa {
|
|
183
183
|
padding: var(--primary-tablist-xl-padding);
|
|
184
184
|
font-size: var(--primary-tablist-xl-font-size);
|
|
185
185
|
font-weight: var(--primary-tablist-xl-font-weight);
|
|
186
186
|
font-family: var(--primary-tablist-xl-font-family);
|
|
187
187
|
line-height: 32px;
|
|
188
|
-
} .
|
|
188
|
+
} .tabs__xl_4b0fa .tabs__title_4b0fa + .tabs__title_4b0fa {
|
|
189
189
|
margin-left: var(--primary-tablist-xl-gaps);
|
|
190
|
-
} .
|
|
190
|
+
} .tabs__xl_4b0fa .tabs__pickerWrapper_4b0fa {
|
|
191
191
|
margin-left: var(--primary-tablist-xl-gaps);
|
|
192
|
-
} .
|
|
192
|
+
} .tabs__xl_4b0fa .tabs__option_4b0fa {
|
|
193
193
|
padding: 0;
|
|
194
|
-
} .
|
|
194
|
+
} .tabs__rightAddons_4b0fa {
|
|
195
195
|
display: flex;
|
|
196
196
|
justify-content: center;
|
|
197
197
|
align-items: center;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1cyuw */
|
|
2
2
|
:root {
|
|
3
3
|
}/* deprecated */:root {
|
|
4
4
|
--color-light-border-accent: #ef3124;
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
--color-light-border-primary: #dbdee1;
|
|
7
7
|
--color-light-text-primary: #0b1f35;
|
|
8
8
|
--color-light-text-secondary: rgba(11, 31, 53, 0.7);
|
|
9
|
-
--color-light-text-tertiary: rgba(11, 31, 53, 0.3);
|
|
10
|
-
}:root {
|
|
9
|
+
--color-light-text-tertiary: rgba(11, 31, 53, 0.3); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
10
|
+
}:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
11
11
|
}:root {
|
|
12
12
|
}:root {
|
|
13
13
|
|
|
@@ -90,11 +90,11 @@
|
|
|
90
90
|
/* size l */
|
|
91
91
|
|
|
92
92
|
/* size xl */
|
|
93
|
-
}.
|
|
93
|
+
}.tabs__component_4b0fa {
|
|
94
94
|
position: relative;
|
|
95
95
|
display: inline-flex;
|
|
96
96
|
min-width: 100%
|
|
97
|
-
}.
|
|
97
|
+
}.tabs__component_4b0fa:before {
|
|
98
98
|
content: '';
|
|
99
99
|
display: block;
|
|
100
100
|
position: absolute;
|
|
@@ -102,17 +102,17 @@
|
|
|
102
102
|
height: 1px;
|
|
103
103
|
width: 100%;
|
|
104
104
|
background-color: var(--primary-tablist-bottom-border-color);
|
|
105
|
-
}.
|
|
105
|
+
}.tabs__fullWidthScroll_4b0fa {
|
|
106
106
|
min-width: calc(100% - 2 * var(--gap-m));
|
|
107
107
|
margin: 0 var(--gap-m);
|
|
108
|
-
}.
|
|
108
|
+
}.tabs__container_4b0fa {
|
|
109
109
|
position: relative;
|
|
110
110
|
overflow: hidden;
|
|
111
111
|
|
|
112
112
|
/* focus-outline fix */
|
|
113
113
|
margin: var(--gap-2xs-neg) 0 var(--gap-2xs-neg) var(--gap-2xs-neg);
|
|
114
114
|
padding: var(--gap-2xs) 0 var(--gap-2xs) var(--gap-2xs);
|
|
115
|
-
}.
|
|
115
|
+
}.tabs__title_4b0fa {
|
|
116
116
|
display: flex;
|
|
117
117
|
align-items: center;
|
|
118
118
|
height: 100%;
|
|
@@ -129,76 +129,76 @@
|
|
|
129
129
|
user-select: none;
|
|
130
130
|
cursor: pointer;
|
|
131
131
|
outline: none
|
|
132
|
-
}.
|
|
132
|
+
}.tabs__title_4b0fa:not(.tabs__disabled_4b0fa):hover {
|
|
133
133
|
color: var(--primary-tablist-hover-color);
|
|
134
|
-
}.
|
|
134
|
+
}.tabs__focused_4b0fa {
|
|
135
135
|
outline: 2px solid var(--focus-color);
|
|
136
136
|
outline-offset: 2px;
|
|
137
|
-
}.
|
|
137
|
+
}.tabs__collapsed_4b0fa {
|
|
138
138
|
order: 99;
|
|
139
139
|
visibility: collapse;
|
|
140
|
-
}.
|
|
140
|
+
}.tabs__selected_4b0fa {
|
|
141
141
|
cursor: default;
|
|
142
142
|
color: var(--primary-tablist-selected-color);
|
|
143
|
-
}.
|
|
143
|
+
}.tabs__disabled_4b0fa {
|
|
144
144
|
cursor: var(--disabled-cursor);
|
|
145
145
|
color: var(--primary-tablist-disabled-color);
|
|
146
|
-
}.
|
|
146
|
+
}.tabs__line_4b0fa {
|
|
147
147
|
position: absolute;
|
|
148
148
|
height: 3px;
|
|
149
149
|
bottom: 0;
|
|
150
150
|
left: 0;
|
|
151
151
|
background-color: var(--primary-tablist-line-color);
|
|
152
152
|
transition: transform 0.2s ease, width 0.2s ease;
|
|
153
|
-
}/* sizes */.
|
|
153
|
+
}/* sizes */.tabs__s_4b0fa .tabs__title_4b0fa, .tabs__xs_4b0fa .tabs__title_4b0fa, .tabs__xxs_4b0fa .tabs__title_4b0fa {
|
|
154
154
|
padding: var(--primary-tablist-s-padding);
|
|
155
155
|
font-size: var(--primary-tablist-s-font-size);
|
|
156
156
|
font-weight: var(--primary-tablist-s-font-weight);
|
|
157
157
|
font-family: var(--primary-tablist-s-font-family);
|
|
158
158
|
line-height: 24px;
|
|
159
|
-
}.
|
|
159
|
+
}.tabs__s_4b0fa .tabs__title_4b0fa + .tabs__title_4b0fa, .tabs__xs_4b0fa .tabs__title_4b0fa + .tabs__title_4b0fa, .tabs__xxs_4b0fa .tabs__title_4b0fa + .tabs__title_4b0fa {
|
|
160
160
|
margin-left: var(--primary-tablist-s-gaps);
|
|
161
|
-
}.
|
|
161
|
+
}.tabs__s_4b0fa .tabs__pickerWrapper_4b0fa, .tabs__xs_4b0fa .tabs__pickerWrapper_4b0fa, .tabs__xxs_4b0fa .tabs__pickerWrapper_4b0fa {
|
|
162
162
|
margin-left: var(--primary-tablist-s-gaps);
|
|
163
|
-
}.
|
|
163
|
+
}.tabs__s_4b0fa .tabs__option_4b0fa, .tabs__xs_4b0fa .tabs__option_4b0fa, .tabs__xxs_4b0fa .tabs__option_4b0fa {
|
|
164
164
|
padding: 0;
|
|
165
|
-
}.
|
|
165
|
+
}.tabs__m_4b0fa .tabs__title_4b0fa {
|
|
166
166
|
padding: var(--primary-tablist-m-padding);
|
|
167
167
|
font-size: var(--primary-tablist-m-font-size);
|
|
168
168
|
font-weight: var(--primary-tablist-m-font-weight);
|
|
169
169
|
font-family: var(--primary-tablist-m-font-family);
|
|
170
170
|
line-height: 24px;
|
|
171
|
-
}.
|
|
171
|
+
}.tabs__m_4b0fa .tabs__title_4b0fa + .tabs__title_4b0fa {
|
|
172
172
|
margin-left: var(--primary-tablist-m-gaps);
|
|
173
|
-
}.
|
|
173
|
+
}.tabs__m_4b0fa .tabs__pickerWrapper_4b0fa {
|
|
174
174
|
margin-left: var(--primary-tablist-m-gaps);
|
|
175
|
-
}.
|
|
175
|
+
}.tabs__m_4b0fa .tabs__option_4b0fa {
|
|
176
176
|
padding: 0;
|
|
177
|
-
}.
|
|
177
|
+
}.tabs__l_4b0fa .tabs__title_4b0fa {
|
|
178
178
|
padding: var(--primary-tablist-l-padding);
|
|
179
179
|
font-size: var(--primary-tablist-l-font-size);
|
|
180
180
|
font-weight: var(--primary-tablist-l-font-weight);
|
|
181
181
|
font-family: var(--primary-tablist-l-font-family);
|
|
182
182
|
line-height: 24px;
|
|
183
|
-
}.
|
|
183
|
+
}.tabs__l_4b0fa .tabs__title_4b0fa + .tabs__title_4b0fa {
|
|
184
184
|
margin-left: var(--primary-tablist-l-gaps);
|
|
185
|
-
}.
|
|
185
|
+
}.tabs__l_4b0fa .tabs__pickerWrapper_4b0fa {
|
|
186
186
|
margin-left: var(--primary-tablist-l-gaps);
|
|
187
|
-
}.
|
|
187
|
+
}.tabs__l_4b0fa .tabs__option_4b0fa {
|
|
188
188
|
padding: 0;
|
|
189
|
-
}.
|
|
189
|
+
}.tabs__xl_4b0fa .tabs__title_4b0fa {
|
|
190
190
|
padding: var(--primary-tablist-xl-padding);
|
|
191
191
|
font-size: var(--primary-tablist-xl-font-size);
|
|
192
192
|
font-weight: var(--primary-tablist-xl-font-weight);
|
|
193
193
|
font-family: var(--primary-tablist-xl-font-family);
|
|
194
194
|
line-height: 32px;
|
|
195
|
-
}.
|
|
195
|
+
}.tabs__xl_4b0fa .tabs__title_4b0fa + .tabs__title_4b0fa {
|
|
196
196
|
margin-left: var(--primary-tablist-xl-gaps);
|
|
197
|
-
}.
|
|
197
|
+
}.tabs__xl_4b0fa .tabs__pickerWrapper_4b0fa {
|
|
198
198
|
margin-left: var(--primary-tablist-xl-gaps);
|
|
199
|
-
}.
|
|
199
|
+
}.tabs__xl_4b0fa .tabs__option_4b0fa {
|
|
200
200
|
padding: 0;
|
|
201
|
-
}.
|
|
201
|
+
}.tabs__rightAddons_4b0fa {
|
|
202
202
|
display: flex;
|
|
203
203
|
justify-content: center;
|
|
204
204
|
align-items: center;
|
|
@@ -422,6 +422,44 @@
|
|
|
422
422
|
--color-static-text-secondary-light: rgba(255, 255, 255, 0.7);
|
|
423
423
|
--color-static-text-tertiary-dark: rgba(11, 31, 53, 0.3);
|
|
424
424
|
--color-static-text-tertiary-light: rgba(255, 255, 255, 0.4);
|
|
425
|
+
--color-dark-bg-component: rgba(255, 255, 255, 0.15); /* deprecated */
|
|
426
|
+
--color-dark-bg-component-inverted: rgba(11, 31, 53, 0.07); /* deprecated */
|
|
427
|
+
--color-dark-bg-link-muted: #001c3c; /* deprecated */
|
|
428
|
+
--color-dark-bg-neutral: #485767; /* deprecated */
|
|
429
|
+
--color-dark-bg-nulled: rgba(11, 31, 53, 0); /* deprecated */
|
|
430
|
+
--color-dark-bg-primary-grouped: #0b1f35; /* deprecated */
|
|
431
|
+
--color-dark-bg-secondary-grouped: #233549; /* deprecated */
|
|
432
|
+
--color-dark-bg-tertiary-grouped: #3c4c5d; /* deprecated */
|
|
433
|
+
--color-dark-graphic-neutral: #485767; /* deprecated */
|
|
434
|
+
--color-dark-specialbg-overlay: rgba(0, 0, 0, 0.6); /* deprecated */
|
|
435
|
+
--color-dark-text-disabled-transparent: rgba(255, 255, 255, 0.25); /* deprecated */
|
|
436
|
+
--color-dark-text-secondary-inverted-transparent: rgba(11, 31, 53, 0.7); /* deprecated */
|
|
437
|
+
--color-dark-text-secondary-transparent: rgba(255, 255, 255, 0.7); /* deprecated */
|
|
438
|
+
--color-dark-text-tertiary-inverted-transparent: rgba(11, 31, 53, 0.3); /* deprecated */
|
|
439
|
+
--color-dark-text-tertiary-transparent: rgba(255, 255, 255, 0.4); /* deprecated */
|
|
440
|
+
--color-light-bg-component: rgba(11, 31, 53, 0.07); /* deprecated */
|
|
441
|
+
--color-light-bg-component-inverted: rgba(255, 255, 255, 0.15); /* deprecated */
|
|
442
|
+
--color-light-bg-link-muted: #d6e8fc; /* deprecated */
|
|
443
|
+
--color-light-bg-neutral: #dbdee1; /* deprecated */
|
|
444
|
+
--color-light-bg-nulled: rgba(11, 31, 53, 0); /* deprecated */
|
|
445
|
+
--color-light-bg-primary-grouped: #f3f4f5; /* deprecated */
|
|
446
|
+
--color-light-bg-secondary-grouped: #fff; /* deprecated */
|
|
447
|
+
--color-light-bg-tertiary-grouped: #f3f4f5; /* deprecated */
|
|
448
|
+
--color-light-graphic-neutral: #dbdee1; /* deprecated */
|
|
449
|
+
--color-light-specialbg-overlay: rgba(0, 0, 0, 0.6); /* deprecated */
|
|
450
|
+
--color-light-text-disabled-transparent: rgba(11, 31, 53, 0.15); /* deprecated */
|
|
451
|
+
--color-light-text-secondary-inverted-transparent: rgba(255, 255, 255, 0.7); /* deprecated */
|
|
452
|
+
--color-light-text-secondary-transparent: rgba(11, 31, 53, 0.7); /* deprecated */
|
|
453
|
+
--color-light-text-tertiary-inverted-transparent: rgba(255, 255, 255, 0.4); /* deprecated */
|
|
454
|
+
--color-light-text-tertiary-transparent: rgba(11, 31, 53, 0.3); /* deprecated */
|
|
455
|
+
--color-static-bg-dark: #000; /* deprecated */
|
|
456
|
+
--color-static-bg-light: #fff; /* deprecated */
|
|
457
|
+
--color-static-bg-neutral-dark: #485767; /* deprecated */
|
|
458
|
+
--color-static-bg-neutral-light: #dbdee1; /* deprecated */
|
|
459
|
+
--color-static-text-secondary-dark-transparent: rgba(11, 31, 53, 0.6); /* deprecated */
|
|
460
|
+
--color-static-text-secondary-light-transparent: rgba(255, 255, 255, 0.7); /* deprecated */
|
|
461
|
+
--color-static-text-tertiary-dark-transparent: rgba(11, 31, 53, 0.3); /* deprecated */
|
|
462
|
+
--color-static-text-tertiary-light-transparent: rgba(255, 255, 255, 0.4); /* deprecated */
|
|
425
463
|
--color-dark-bg-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
426
464
|
--color-dark-bg-accent-shade-15: rgb(203, 42, 31);
|
|
427
465
|
--color-dark-bg-accent-shade-20: rgb(191, 39, 29);
|
|
@@ -485,6 +523,7 @@
|
|
|
485
523
|
--color-dark-graphic-accent-tint-10: rgb(241, 70, 58);
|
|
486
524
|
--color-dark-graphic-accent-tint-15: rgb(241, 80, 69);
|
|
487
525
|
--color-dark-graphic-accent-tint-30: rgb(244, 111, 102);
|
|
526
|
+
--color-dark-graphic-link-alpha-15: rgba(0, 122, 255, 0.15);
|
|
488
527
|
--color-dark-graphic-negative-alpha-10: rgba(241, 80, 69, 0.1);
|
|
489
528
|
--color-dark-graphic-negative-alpha-30: rgba(241, 80, 69, 0.3);
|
|
490
529
|
--color-dark-graphic-negative-alpha-40: rgba(241, 80, 69, 0.4);
|
|
@@ -635,6 +674,7 @@
|
|
|
635
674
|
--color-light-graphic-accent-shade-10: rgb(215, 44, 32);
|
|
636
675
|
--color-light-graphic-accent-shade-15: rgb(203, 42, 31);
|
|
637
676
|
--color-light-graphic-accent-shade-30: rgb(167, 34, 25);
|
|
677
|
+
--color-light-graphic-link-alpha-15: rgba(0, 122, 255, 0.15);
|
|
638
678
|
--color-light-graphic-negative-alpha-10: rgba(241, 80, 69, 0.1);
|
|
639
679
|
--color-light-graphic-negative-alpha-30: rgba(241, 80, 69, 0.3);
|
|
640
680
|
--color-light-graphic-negative-alpha-40: rgba(241, 80, 69, 0.4);
|
|
@@ -815,6 +855,35 @@
|
|
|
815
855
|
--color-static-status-purple: #673ab7;
|
|
816
856
|
--color-static-status-red: #d91d0b;
|
|
817
857
|
--color-static-status-teal: #219187;
|
|
858
|
+
--color-static-graphic-blue-chill-old: #0f9c8c; /* deprecated */
|
|
859
|
+
--color-static-graphic-boulder-old: #7a7a7a; /* deprecated */
|
|
860
|
+
--color-static-graphic-brink-pink-old: #fc617c; /* deprecated */
|
|
861
|
+
--color-static-graphic-burnt-sienna-old: #eb7a58; /* deprecated */
|
|
862
|
+
--color-static-graphic-chatelle-old: #bfafc6; /* deprecated */
|
|
863
|
+
--color-static-graphic-chathams-blue-old: #155966; /* deprecated */
|
|
864
|
+
--color-static-graphic-curious-blue-light-old: #3b99d9; /* deprecated */
|
|
865
|
+
--color-static-graphic-fun-blue-old: #1d6ab5; /* deprecated */
|
|
866
|
+
--color-static-graphic-hippie-blue-old: #5aa4b0; /* deprecated */
|
|
867
|
+
--color-static-graphic-jaffa-light-old: #f18836; /* deprecated */
|
|
868
|
+
--color-static-graphic-java-old: #15c0e0; /* deprecated */
|
|
869
|
+
--color-static-graphic-mantis-old: #63cd4f; /* deprecated */
|
|
870
|
+
--color-static-graphic-matisse-old: #16548f; /* deprecated */
|
|
871
|
+
--color-static-graphic-maya: #7eb3ff; /* deprecated */
|
|
872
|
+
--color-static-graphic-milano-red-old: #cd1501; /* deprecated */
|
|
873
|
+
--color-static-graphic-mirage-old: #1d2434; /* deprecated */
|
|
874
|
+
--color-static-graphic-nevada-old: #626b75; /* deprecated */
|
|
875
|
+
--color-static-graphic-olivine-old: #87b965; /* deprecated */
|
|
876
|
+
--color-static-graphic-permission: #ff5c5c; /* deprecated */
|
|
877
|
+
--color-static-graphic-pewter-old: #96a5a5; /* deprecated */
|
|
878
|
+
--color-static-graphic-pickled-bluewood-old: #2d3f50; /* deprecated */
|
|
879
|
+
--color-static-graphic-porsche-old: #e7b965; /* deprecated */
|
|
880
|
+
--color-static-graphic-red-damask-old: #da713c; /* deprecated */
|
|
881
|
+
--color-static-graphic-saffron-old: #f0c330; /* deprecated */
|
|
882
|
+
--color-static-graphic-sandybrown-old: #f38f6f; /* deprecated */
|
|
883
|
+
--color-static-graphic-turkish-rose-old: #b56a6b; /* deprecated */
|
|
884
|
+
--color-static-graphic-turquoise-blue-old: #6bd3e6; /* deprecated */
|
|
885
|
+
--color-static-graphic-valencia-old: #d8463b; /* deprecated */
|
|
886
|
+
--color-static-graphic-waikawa-gray-old: #5b6d9c; /* deprecated */
|
|
818
887
|
--color-static-status-blue-alpha-10: rgba(0, 122, 255, 0.1);
|
|
819
888
|
--color-static-status-green-alpha-10: rgba(19, 164, 99, 0.1);
|
|
820
889
|
--color-static-status-grey-alpha-10: rgba(109, 121, 134, 0.1);
|
|
@@ -823,6 +892,7 @@
|
|
|
823
892
|
--color-static-status-red-alpha-10: rgba(217, 29, 11, 0.1);
|
|
824
893
|
--color-static-status-teal-alpha-10: rgba(33, 145, 135, 0.1);
|
|
825
894
|
} :root {
|
|
895
|
+
--color-dynamic-nulled: rgba(0, 0, 0, 0);
|
|
826
896
|
--color-dynamic-primary-dark: rgba(0, 0, 0, 0.8);
|
|
827
897
|
--color-dynamic-primary-light: rgba(255, 255, 255, 0.8);
|
|
828
898
|
--color-dynamic-quaternary-dark: rgba(0, 0, 0, 0.32);
|
|
@@ -835,6 +905,7 @@
|
|
|
835
905
|
--color-dynamic-senary-light: rgba(255, 255, 255, 0.12);
|
|
836
906
|
--color-dynamic-tertiary-dark: rgba(0, 0, 0, 0.48);
|
|
837
907
|
--color-dynamic-tertiary-light: rgba(255, 255, 255, 0.48);
|
|
908
|
+
--color-static-nulled: rgba(0, 0, 0, 0);
|
|
838
909
|
--color-static-primary-dark: rgba(0, 0, 0, 0.8);
|
|
839
910
|
--color-static-primary-light: rgba(255, 255, 255, 0.8);
|
|
840
911
|
--color-static-quaternary-dark: rgba(0, 0, 0, 0.32);
|
|
@@ -1008,13 +1079,13 @@
|
|
|
1008
1079
|
|
|
1009
1080
|
/* size xl */
|
|
1010
1081
|
--secondary-tablist-xl-gaps: var(--gap-m);
|
|
1011
|
-
} .
|
|
1012
|
-
} .
|
|
1082
|
+
} .tabs__title_1beg0 {
|
|
1083
|
+
} .tabs__mobile_1beg0 .tabs__title_1beg0 {
|
|
1013
1084
|
padding: var(--primary-tablist-mobile-padding);
|
|
1014
1085
|
font-size: var(--primary-tablist-mobile-font-size);
|
|
1015
1086
|
font-weight: var(--primary-tablist-mobile-font-weight);
|
|
1016
1087
|
font-family: var(--primary-tablist-mobile-font-family);
|
|
1017
1088
|
line-height: var(--primary-tablist-mobile-line-height)
|
|
1018
|
-
} .
|
|
1089
|
+
} .tabs__mobile_1beg0 .tabs__title_1beg0 + .tabs__title_1beg0 {
|
|
1019
1090
|
margin-left: var(--primary-tablist-mobile-gaps);
|
|
1020
1091
|
}
|
|
@@ -10,7 +10,7 @@ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
|
10
10
|
var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
|
|
11
11
|
var computeScrollIntoView__default = /*#__PURE__*/_interopDefaultCompat(computeScrollIntoView);
|
|
12
12
|
|
|
13
|
-
var styles = {"container":"
|
|
13
|
+
var styles = {"container":"tabs__container_1scrb","fullWidthScroll":"tabs__fullWidthScroll_1scrb"};
|
|
14
14
|
require('./index.css')
|
|
15
15
|
|
|
16
16
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: w8duh */
|
|
2
2
|
:root {
|
|
3
|
-
} /* deprecated */ :root {
|
|
4
|
-
} :root {
|
|
3
|
+
} /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
4
|
+
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
5
5
|
} :root {
|
|
6
6
|
} :root {
|
|
7
7
|
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
/* size l */
|
|
43
43
|
|
|
44
44
|
/* size xl */
|
|
45
|
-
} .
|
|
45
|
+
} .tabs__container_1scrb {
|
|
46
46
|
position: relative;
|
|
47
47
|
overflow-x: auto;
|
|
48
48
|
overflow-y: hidden;
|
|
@@ -52,10 +52,10 @@
|
|
|
52
52
|
/* focus-outline fix */
|
|
53
53
|
margin: var(--gap-2xs-neg) 0 var(--gap-2xs-neg) var(--gap-2xs-neg);
|
|
54
54
|
padding: var(--gap-2xs) 0 var(--gap-2xs) var(--gap-2xs)
|
|
55
|
-
} .
|
|
55
|
+
} .tabs__container_1scrb::-webkit-scrollbar {
|
|
56
56
|
display: none;
|
|
57
|
-
} .
|
|
57
|
+
} .tabs__container_1scrb > * {
|
|
58
58
|
flex-shrink: 0;
|
|
59
|
-
} .
|
|
59
|
+
} .tabs__fullWidthScroll_1scrb {
|
|
60
60
|
margin: 0 var(--gap-m-neg);
|
|
61
61
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var tslib = require('tslib');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var components_secondaryTablist_Component = require('./Component.js');
|
|
6
|
-
var index_module = require('../../index.module-
|
|
6
|
+
var index_module = require('../../index.module-ce35f880.js');
|
|
7
7
|
require('classnames');
|
|
8
8
|
require('@alfalab/core-components-tag');
|
|
9
9
|
require('../../hooks/use-tabs.js');
|
|
@@ -4,7 +4,7 @@ var tslib = require('tslib');
|
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var cn = require('classnames');
|
|
6
6
|
var components_secondaryTablist_Component = require('./Component.js');
|
|
7
|
-
var index_module = require('../../index.module-
|
|
7
|
+
var index_module = require('../../index.module-ce35f880.js');
|
|
8
8
|
require('@alfalab/core-components-tag');
|
|
9
9
|
require('../../hooks/use-tabs.js');
|
|
10
10
|
require('../scrollable-container/Component.js');
|
|
@@ -15,7 +15,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
|
|
|
15
15
|
var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
16
16
|
var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
|
|
17
17
|
|
|
18
|
-
var mobileStyles = {"title":"
|
|
18
|
+
var mobileStyles = {"title":"tabs__title_1s169 tabs__title_fx60n","mobile":"tabs__mobile_1s169"};
|
|
19
19
|
require('./mobile.css')
|
|
20
20
|
|
|
21
21
|
var styles = tslib.__assign(tslib.__assign({}, index_module.commonStyles), mobileStyles);
|
|
@@ -11,7 +11,7 @@ require('@alfalab/core-components-tag');
|
|
|
11
11
|
require('../../hooks/use-tabs.js');
|
|
12
12
|
require('../scrollable-container/Component.js');
|
|
13
13
|
require('compute-scroll-into-view');
|
|
14
|
-
require('../../index.module-
|
|
14
|
+
require('../../index.module-ce35f880.js');
|
|
15
15
|
|
|
16
16
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
17
17
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1dps6 */
|
|
2
2
|
:root {
|
|
3
|
-
} /* deprecated */ :root {
|
|
4
|
-
} :root {
|
|
3
|
+
} /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
4
|
+
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
5
5
|
} :root {
|
|
6
6
|
} :root {
|
|
7
7
|
|
|
@@ -50,29 +50,29 @@
|
|
|
50
50
|
|
|
51
51
|
/* size xl */
|
|
52
52
|
--secondary-tablist-xl-gaps: var(--gap-m);
|
|
53
|
-
} .
|
|
53
|
+
} .tabs__component_fx60n {
|
|
54
54
|
position: relative;
|
|
55
55
|
display: inline-flex;
|
|
56
|
-
} .
|
|
56
|
+
} .tabs__fullWidthScroll_fx60n {
|
|
57
57
|
margin: 0 var(--gap-m);
|
|
58
|
-
} .
|
|
58
|
+
} .tabs__container_fx60n {
|
|
59
59
|
overflow: hidden;
|
|
60
60
|
|
|
61
61
|
/* focus-outline fix */
|
|
62
62
|
margin: var(--gap-2xs-neg) 0 var(--gap-2xs-neg) var(--gap-2xs-neg);
|
|
63
63
|
padding: var(--gap-2xs) 0 var(--gap-2xs) var(--gap-2xs);
|
|
64
|
-
} .
|
|
64
|
+
} .tabs__title_fx60n {
|
|
65
65
|
white-space: nowrap;
|
|
66
|
-
} /* sizes */ .
|
|
66
|
+
} /* sizes */ .tabs__xxs_fx60n .tabs__title_fx60n + .tabs__title_fx60n {
|
|
67
67
|
margin-left: var(--secondary-tablist-xxs-gaps);
|
|
68
|
-
} .
|
|
68
|
+
} .tabs__xs_fx60n .tabs__title_fx60n + .tabs__title_fx60n {
|
|
69
69
|
margin-left: var(--secondary-tablist-xs-gaps);
|
|
70
|
-
} .
|
|
70
|
+
} .tabs__s_fx60n .tabs__title_fx60n + .tabs__title_fx60n {
|
|
71
71
|
margin-left: var(--secondary-tablist-s-gaps);
|
|
72
|
-
} .
|
|
72
|
+
} .tabs__m_fx60n .tabs__title_fx60n + .tabs__title_fx60n {
|
|
73
73
|
margin-left: var(--secondary-tablist-m-gaps);
|
|
74
|
-
} .
|
|
74
|
+
} .tabs__l_fx60n .tabs__title_fx60n + .tabs__title_fx60n {
|
|
75
75
|
margin-left: var(--secondary-tablist-l-gaps);
|
|
76
|
-
} .
|
|
76
|
+
} .tabs__xl_fx60n .tabs__title_fx60n + .tabs__title_fx60n {
|
|
77
77
|
margin-left: var(--secondary-tablist-xl-gaps);
|
|
78
78
|
}
|