@alfalab/core-components-tabs 7.3.3 → 7.3.5
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/Component-3e68f8db.d.ts +2 -2
- package/{Component-85892853.d.ts → Component-cac440c1.d.ts} +1 -1
- package/components/primary-tablist/Component.desktop.js +2 -2
- package/components/primary-tablist/Component.js +1 -1
- package/components/primary-tablist/Component.mobile.js +3 -3
- package/components/primary-tablist/Component.responsive.js +2 -2
- package/components/primary-tablist/index.css +38 -68
- package/components/primary-tablist/mobile.css +152 -164
- package/components/scrollable-container/Component.js +1 -1
- package/components/scrollable-container/index.css +14 -13
- package/components/secondary-tablist/Component.desktop.js +2 -2
- package/components/secondary-tablist/Component.js +1 -1
- package/components/secondary-tablist/Component.mobile.js +3 -3
- package/components/secondary-tablist/Component.responsive.js +2 -2
- package/components/secondary-tablist/index.css +20 -26
- package/components/secondary-tablist/mobile.css +132 -143
- package/components/tab/Component.js +1 -1
- package/components/tab/index.css +3 -3
- package/components/tabs/Component.desktop.js +3 -3
- package/components/tabs/Component.mobile.js +3 -3
- package/components/tabs/Component.responsive.js +3 -3
- package/components/title/Component.js +1 -1
- package/components/title/index.js +1 -1
- package/cssm/Component-3e68f8db.d.ts +2 -2
- package/cssm/{Component-85892853.d.ts → Component-cac440c1.d.ts} +1 -1
- package/cssm/components/primary-tablist/index.module.css +37 -67
- package/cssm/components/primary-tablist/mobile.module.css +12 -12
- package/cssm/components/scrollable-container/index.module.css +13 -12
- package/cssm/components/secondary-tablist/index.module.css +19 -25
- package/cssm/components/secondary-tablist/mobile.module.css +11 -8
- package/cssm/index-3e68f8db.d.ts +4 -4
- package/cssm/index-48646db0.d.ts +1 -1
- package/cssm/index-7ca84eff.d.ts +6 -0
- package/cssm/index-ebda875c.d.ts +1 -1
- package/{esm/typings-85892853.d.ts → cssm/typings-cac440c1.d.ts} +1 -5
- package/{modern/utils-85892853.d.ts → cssm/utils-cac440c1.d.ts} +1 -1
- package/cssm/vars.css +9 -2
- package/desktop.js +3 -3
- package/esm/Component-3e68f8db.d.ts +2 -2
- package/esm/{Component-85892853.d.ts → Component-cac440c1.d.ts} +1 -1
- package/esm/components/primary-tablist/Component.desktop.js +2 -2
- package/esm/components/primary-tablist/Component.js +1 -1
- package/esm/components/primary-tablist/Component.mobile.js +3 -3
- package/esm/components/primary-tablist/Component.responsive.js +2 -2
- package/esm/components/primary-tablist/index.css +38 -68
- package/esm/components/primary-tablist/mobile.css +152 -164
- package/esm/components/scrollable-container/Component.js +1 -1
- package/esm/components/scrollable-container/index.css +14 -13
- package/esm/components/secondary-tablist/Component.desktop.js +2 -2
- package/esm/components/secondary-tablist/Component.js +1 -1
- package/esm/components/secondary-tablist/Component.mobile.js +3 -3
- package/esm/components/secondary-tablist/Component.responsive.js +2 -2
- package/esm/components/secondary-tablist/index.css +20 -26
- package/esm/components/secondary-tablist/mobile.css +132 -143
- package/esm/components/tab/Component.js +1 -1
- package/esm/components/tab/index.css +3 -3
- package/esm/components/tabs/Component.desktop.js +3 -3
- package/esm/components/tabs/Component.mobile.js +3 -3
- package/esm/components/tabs/Component.responsive.js +3 -3
- package/esm/components/title/Component.js +1 -1
- package/esm/components/title/index.js +1 -1
- package/esm/desktop.js +3 -3
- package/esm/hooks/use-collapsible-elements.js +1 -1
- package/esm/hooks/use-tablist-titles.js +1 -1
- package/esm/index-3e68f8db.d.ts +4 -4
- package/esm/index-48646db0.d.ts +1 -1
- package/esm/index-7ca84eff.d.ts +6 -0
- package/esm/index-ebda875c.d.ts +1 -1
- package/esm/index.js +3 -3
- package/esm/index.module-99919515.js +4 -0
- package/esm/index.module-e86b50c6.js +4 -0
- package/esm/mobile.js +3 -3
- package/esm/responsive.js +3 -3
- package/esm/synthetic-events.js +1 -1
- package/esm/{tslib.es6-62e0e458.d.ts → tslib.es6-9ca6db4f.d.ts} +0 -0
- package/esm/{tslib.es6-62e0e458.js → tslib.es6-9ca6db4f.js} +0 -0
- package/{modern/typings-85892853.d.ts → esm/typings-cac440c1.d.ts} +1 -5
- package/{utils-85892853.d.ts → esm/utils-cac440c1.d.ts} +1 -1
- package/hooks/use-collapsible-elements.js +1 -1
- package/hooks/use-tablist-titles.js +1 -1
- package/index-3e68f8db.d.ts +4 -4
- package/index-48646db0.d.ts +1 -1
- package/index-7ca84eff.d.ts +6 -0
- package/index-ebda875c.d.ts +1 -1
- package/index.js +3 -3
- package/index.module-3467e7f3.js +6 -0
- package/index.module-77e5e19c.js +6 -0
- package/mobile.js +3 -3
- package/modern/Component-3e68f8db.d.ts +2 -2
- package/modern/{Component-85892853.d.ts → Component-cac440c1.d.ts} +1 -1
- 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 +38 -68
- package/modern/components/primary-tablist/mobile.css +152 -164
- package/modern/components/scrollable-container/Component.js +1 -1
- package/modern/components/scrollable-container/index.css +14 -13
- 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 +20 -26
- package/modern/components/secondary-tablist/mobile.css +132 -143
- 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-3e68f8db.d.ts +4 -4
- package/modern/index-48646db0.d.ts +1 -1
- package/modern/index-7ca84eff.d.ts +6 -0
- package/modern/index-ebda875c.d.ts +1 -1
- package/modern/index.js +2 -2
- package/modern/index.module-1b01a3b0.js +4 -0
- package/modern/index.module-fc051081.js +4 -0
- package/modern/mobile.js +2 -2
- package/modern/responsive.js +2 -2
- package/{cssm/typings-85892853.d.ts → modern/typings-cac440c1.d.ts} +1 -5
- package/{esm/utils-85892853.d.ts → modern/utils-cac440c1.d.ts} +1 -1
- package/package.json +3 -3
- package/responsive.js +3 -3
- package/synthetic-events.js +1 -1
- package/{tslib.es6-edd9cdac.d.ts → tslib.es6-95ad71fb.d.ts} +0 -0
- package/{tslib.es6-edd9cdac.js → tslib.es6-95ad71fb.js} +0 -0
- package/{typings-85892853.d.ts → typings-cac440c1.d.ts} +1 -5
- package/{cssm/utils-85892853.d.ts → utils-cac440c1.d.ts} +1 -1
- package/esm/index.module-10d535eb.js +0 -4
- package/esm/index.module-9c2f5300.js +0 -4
- package/index.module-7dc52a7b.js +0 -6
- package/index.module-a5052a1c.js +0 -6
- package/modern/index.module-4d08392f.js +0 -4
- package/modern/index.module-cd099570.js +0 -4
package/Component-3e68f8db.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { FC, SVGProps } from 'react';
|
|
3
|
-
import { OptionShape } from "./typings-
|
|
4
|
-
import { OptionProps as BaseOptionProps } from "./typings-
|
|
3
|
+
import { OptionShape } from "./typings-cac440c1";
|
|
4
|
+
import { OptionProps as BaseOptionProps } from "./typings-cac440c1";
|
|
5
5
|
type OptionProps = Omit<BaseOptionProps, 'option'> & {
|
|
6
6
|
option: OptionShape & {
|
|
7
7
|
icon?: FC<SVGProps<SVGSVGElement>>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
3
|
+
var tslib_es6 = require('../../tslib.es6-95ad71fb.js');
|
|
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-77e5e19c.js');
|
|
7
7
|
require('classnames');
|
|
8
8
|
require('@alfalab/core-components-badge');
|
|
9
9
|
require('@alfalab/core-components-keyboard-focusable');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
3
|
+
var tslib_es6 = require('../../tslib.es6-95ad71fb.js');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var cn = require('classnames');
|
|
6
6
|
var coreComponentsBadge = require('@alfalab/core-components-badge');
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
3
|
+
var tslib_es6 = require('../../tslib.es6-95ad71fb.js');
|
|
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-77e5e19c.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_tfqy8 tabs__title_1ab8f","mobile":"tabs__mobile_tfqy8"};
|
|
27
27
|
require('./mobile.css')
|
|
28
28
|
|
|
29
29
|
var styles = tslib_es6.__assign(tslib_es6.__assign({}, index_module.commonStyles), mobileStyles);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
3
|
+
var tslib_es6 = require('../../tslib.es6-95ad71fb.js');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var hooks = require('@alfalab/hooks');
|
|
6
6
|
var components_primaryTablist_Component_desktop = require('./Component.desktop.js');
|
|
@@ -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-77e5e19c.js');
|
|
22
22
|
|
|
23
23
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
24
24
|
|
|
@@ -1,21 +1,23 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: r690k */
|
|
2
2
|
:root {
|
|
3
|
+
} /* deprecated */ :root {
|
|
3
4
|
--color-light-border-accent: #ef3124;
|
|
4
5
|
--color-light-border-link: #007aff;
|
|
5
6
|
--color-light-border-primary: #dbdee1;
|
|
6
7
|
--color-light-text-primary: #0b1f35;
|
|
7
8
|
--color-light-text-secondary: rgba(11, 31, 53, 0.7);
|
|
8
9
|
--color-light-text-tertiary: rgba(11, 31, 53, 0.3);
|
|
9
|
-
}
|
|
10
|
-
:root {
|
|
10
|
+
} :root {
|
|
11
|
+
} :root {
|
|
12
|
+
} :root {
|
|
11
13
|
|
|
12
14
|
/* Hard */
|
|
13
15
|
|
|
14
16
|
/* Up */
|
|
15
17
|
|
|
16
18
|
/* Hard up */
|
|
17
|
-
}
|
|
18
|
-
:root {
|
|
19
|
+
} :root {
|
|
20
|
+
} :root {
|
|
19
21
|
--gap-2xs: 4px;
|
|
20
22
|
--gap-xs: 8px;
|
|
21
23
|
--gap-s: 12px;
|
|
@@ -23,16 +25,13 @@
|
|
|
23
25
|
--gap-l: 20px;
|
|
24
26
|
--gap-2xl: 32px;
|
|
25
27
|
--gap-2xs-neg: -4px;
|
|
26
|
-
}
|
|
27
|
-
:root {
|
|
28
|
+
} :root {
|
|
28
29
|
--font-family-system: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
|
|
29
30
|
sans-serif;
|
|
30
|
-
}
|
|
31
|
-
:root {
|
|
31
|
+
} :root {
|
|
32
32
|
--focus-color: var(--color-light-border-link);
|
|
33
33
|
--disabled-cursor: not-allowed;
|
|
34
|
-
}
|
|
35
|
-
:root {
|
|
34
|
+
} :root {
|
|
36
35
|
--primary-tablist-color: var(--color-light-text-secondary);
|
|
37
36
|
--primary-tablist-hover-color: var(--color-light-text-primary);
|
|
38
37
|
--primary-tablist-selected-color: var(--color-light-text-primary);
|
|
@@ -84,13 +83,11 @@
|
|
|
84
83
|
/* size l */
|
|
85
84
|
|
|
86
85
|
/* size xl */
|
|
87
|
-
}
|
|
88
|
-
.tabs__component_1w0vv {
|
|
86
|
+
} .tabs__component_1ab8f {
|
|
89
87
|
position: relative;
|
|
90
88
|
display: inline-flex;
|
|
91
89
|
min-width: 100%
|
|
92
|
-
}
|
|
93
|
-
.tabs__component_1w0vv:before {
|
|
90
|
+
} .tabs__component_1ab8f:before {
|
|
94
91
|
content: '';
|
|
95
92
|
display: block;
|
|
96
93
|
position: absolute;
|
|
@@ -98,20 +95,17 @@
|
|
|
98
95
|
height: 1px;
|
|
99
96
|
width: 100%;
|
|
100
97
|
background-color: var(--primary-tablist-bottom-border-color);
|
|
101
|
-
}
|
|
102
|
-
.tabs__fullWidthScroll_1w0vv {
|
|
98
|
+
} .tabs__fullWidthScroll_1ab8f {
|
|
103
99
|
min-width: calc(100% - 2 * var(--gap-m));
|
|
104
100
|
margin: 0 var(--gap-m);
|
|
105
|
-
}
|
|
106
|
-
.tabs__container_1w0vv {
|
|
101
|
+
} .tabs__container_1ab8f {
|
|
107
102
|
position: relative;
|
|
108
103
|
overflow: hidden;
|
|
109
104
|
|
|
110
105
|
/* focus-outline fix */
|
|
111
106
|
margin: var(--gap-2xs-neg) 0 var(--gap-2xs-neg) var(--gap-2xs-neg);
|
|
112
107
|
padding: var(--gap-2xs) 0 var(--gap-2xs) var(--gap-2xs);
|
|
113
|
-
}
|
|
114
|
-
.tabs__title_1w0vv {
|
|
108
|
+
} .tabs__title_1ab8f {
|
|
115
109
|
display: flex;
|
|
116
110
|
align-items: center;
|
|
117
111
|
height: 100%;
|
|
@@ -128,100 +122,76 @@
|
|
|
128
122
|
user-select: none;
|
|
129
123
|
cursor: pointer;
|
|
130
124
|
outline: none
|
|
131
|
-
}
|
|
132
|
-
.tabs__title_1w0vv:not(.tabs__disabled_1w0vv):hover {
|
|
125
|
+
} .tabs__title_1ab8f:not(.tabs__disabled_1ab8f):hover {
|
|
133
126
|
color: var(--primary-tablist-hover-color);
|
|
134
|
-
}
|
|
135
|
-
.tabs__focused_1w0vv {
|
|
127
|
+
} .tabs__focused_1ab8f {
|
|
136
128
|
outline: 2px solid var(--focus-color);
|
|
137
129
|
outline-offset: 2px;
|
|
138
|
-
}
|
|
139
|
-
.tabs__collapsed_1w0vv {
|
|
130
|
+
} .tabs__collapsed_1ab8f {
|
|
140
131
|
order: 99;
|
|
141
132
|
visibility: collapse;
|
|
142
|
-
}
|
|
143
|
-
.tabs__selected_1w0vv {
|
|
133
|
+
} .tabs__selected_1ab8f {
|
|
144
134
|
cursor: default;
|
|
145
135
|
color: var(--primary-tablist-selected-color);
|
|
146
|
-
}
|
|
147
|
-
.tabs__disabled_1w0vv {
|
|
136
|
+
} .tabs__disabled_1ab8f {
|
|
148
137
|
cursor: var(--disabled-cursor);
|
|
149
138
|
color: var(--primary-tablist-disabled-color);
|
|
150
|
-
}
|
|
151
|
-
.tabs__line_1w0vv {
|
|
139
|
+
} .tabs__line_1ab8f {
|
|
152
140
|
position: absolute;
|
|
153
141
|
height: 3px;
|
|
154
142
|
bottom: 0;
|
|
155
143
|
left: 0;
|
|
156
144
|
background-color: var(--primary-tablist-line-color);
|
|
157
145
|
transition: transform 0.2s ease, width 0.2s ease;
|
|
158
|
-
}
|
|
159
|
-
/* sizes */
|
|
160
|
-
.tabs__s_1w0vv .tabs__title_1w0vv, .tabs__xs_1w0vv .tabs__title_1w0vv, .tabs__xxs_1w0vv .tabs__title_1w0vv {
|
|
146
|
+
} /* sizes */ .tabs__s_1ab8f .tabs__title_1ab8f, .tabs__xs_1ab8f .tabs__title_1ab8f, .tabs__xxs_1ab8f .tabs__title_1ab8f {
|
|
161
147
|
padding: var(--primary-tablist-s-padding);
|
|
162
148
|
font-size: var(--primary-tablist-s-font-size);
|
|
163
149
|
font-weight: var(--primary-tablist-s-font-weight);
|
|
164
150
|
font-family: var(--primary-tablist-s-font-family);
|
|
165
151
|
line-height: 24px;
|
|
166
|
-
}
|
|
167
|
-
.tabs__s_1w0vv .tabs__title_1w0vv + .tabs__title_1w0vv, .tabs__xs_1w0vv .tabs__title_1w0vv + .tabs__title_1w0vv, .tabs__xxs_1w0vv .tabs__title_1w0vv + .tabs__title_1w0vv {
|
|
152
|
+
} .tabs__s_1ab8f .tabs__title_1ab8f + .tabs__title_1ab8f, .tabs__xs_1ab8f .tabs__title_1ab8f + .tabs__title_1ab8f, .tabs__xxs_1ab8f .tabs__title_1ab8f + .tabs__title_1ab8f {
|
|
168
153
|
margin-left: var(--primary-tablist-s-gaps);
|
|
169
|
-
}
|
|
170
|
-
.tabs__s_1w0vv .tabs__pickerWrapper_1w0vv, .tabs__xs_1w0vv .tabs__pickerWrapper_1w0vv, .tabs__xxs_1w0vv .tabs__pickerWrapper_1w0vv {
|
|
154
|
+
} .tabs__s_1ab8f .tabs__pickerWrapper_1ab8f, .tabs__xs_1ab8f .tabs__pickerWrapper_1ab8f, .tabs__xxs_1ab8f .tabs__pickerWrapper_1ab8f {
|
|
171
155
|
margin-left: var(--primary-tablist-s-gaps);
|
|
172
|
-
}
|
|
173
|
-
.tabs__s_1w0vv .tabs__option_1w0vv, .tabs__xs_1w0vv .tabs__option_1w0vv, .tabs__xxs_1w0vv .tabs__option_1w0vv {
|
|
156
|
+
} .tabs__s_1ab8f .tabs__option_1ab8f, .tabs__xs_1ab8f .tabs__option_1ab8f, .tabs__xxs_1ab8f .tabs__option_1ab8f {
|
|
174
157
|
padding: 0;
|
|
175
|
-
}
|
|
176
|
-
.tabs__m_1w0vv .tabs__title_1w0vv {
|
|
158
|
+
} .tabs__m_1ab8f .tabs__title_1ab8f {
|
|
177
159
|
padding: var(--primary-tablist-m-padding);
|
|
178
160
|
font-size: var(--primary-tablist-m-font-size);
|
|
179
161
|
font-weight: var(--primary-tablist-m-font-weight);
|
|
180
162
|
font-family: var(--primary-tablist-m-font-family);
|
|
181
163
|
line-height: 24px;
|
|
182
|
-
}
|
|
183
|
-
.tabs__m_1w0vv .tabs__title_1w0vv + .tabs__title_1w0vv {
|
|
164
|
+
} .tabs__m_1ab8f .tabs__title_1ab8f + .tabs__title_1ab8f {
|
|
184
165
|
margin-left: var(--primary-tablist-m-gaps);
|
|
185
|
-
}
|
|
186
|
-
.tabs__m_1w0vv .tabs__pickerWrapper_1w0vv {
|
|
166
|
+
} .tabs__m_1ab8f .tabs__pickerWrapper_1ab8f {
|
|
187
167
|
margin-left: var(--primary-tablist-m-gaps);
|
|
188
|
-
}
|
|
189
|
-
.tabs__m_1w0vv .tabs__option_1w0vv {
|
|
168
|
+
} .tabs__m_1ab8f .tabs__option_1ab8f {
|
|
190
169
|
padding: 0;
|
|
191
|
-
}
|
|
192
|
-
.tabs__l_1w0vv .tabs__title_1w0vv {
|
|
170
|
+
} .tabs__l_1ab8f .tabs__title_1ab8f {
|
|
193
171
|
padding: var(--primary-tablist-l-padding);
|
|
194
172
|
font-size: var(--primary-tablist-l-font-size);
|
|
195
173
|
font-weight: var(--primary-tablist-l-font-weight);
|
|
196
174
|
font-family: var(--primary-tablist-l-font-family);
|
|
197
175
|
line-height: 24px;
|
|
198
|
-
}
|
|
199
|
-
.tabs__l_1w0vv .tabs__title_1w0vv + .tabs__title_1w0vv {
|
|
176
|
+
} .tabs__l_1ab8f .tabs__title_1ab8f + .tabs__title_1ab8f {
|
|
200
177
|
margin-left: var(--primary-tablist-l-gaps);
|
|
201
|
-
}
|
|
202
|
-
.tabs__l_1w0vv .tabs__pickerWrapper_1w0vv {
|
|
178
|
+
} .tabs__l_1ab8f .tabs__pickerWrapper_1ab8f {
|
|
203
179
|
margin-left: var(--primary-tablist-l-gaps);
|
|
204
|
-
}
|
|
205
|
-
.tabs__l_1w0vv .tabs__option_1w0vv {
|
|
180
|
+
} .tabs__l_1ab8f .tabs__option_1ab8f {
|
|
206
181
|
padding: 0;
|
|
207
|
-
}
|
|
208
|
-
.tabs__xl_1w0vv .tabs__title_1w0vv {
|
|
182
|
+
} .tabs__xl_1ab8f .tabs__title_1ab8f {
|
|
209
183
|
padding: var(--primary-tablist-xl-padding);
|
|
210
184
|
font-size: var(--primary-tablist-xl-font-size);
|
|
211
185
|
font-weight: var(--primary-tablist-xl-font-weight);
|
|
212
186
|
font-family: var(--primary-tablist-xl-font-family);
|
|
213
187
|
line-height: 32px;
|
|
214
|
-
}
|
|
215
|
-
.tabs__xl_1w0vv .tabs__title_1w0vv + .tabs__title_1w0vv {
|
|
188
|
+
} .tabs__xl_1ab8f .tabs__title_1ab8f + .tabs__title_1ab8f {
|
|
216
189
|
margin-left: var(--primary-tablist-xl-gaps);
|
|
217
|
-
}
|
|
218
|
-
.tabs__xl_1w0vv .tabs__pickerWrapper_1w0vv {
|
|
190
|
+
} .tabs__xl_1ab8f .tabs__pickerWrapper_1ab8f {
|
|
219
191
|
margin-left: var(--primary-tablist-xl-gaps);
|
|
220
|
-
}
|
|
221
|
-
.tabs__xl_1w0vv .tabs__option_1w0vv {
|
|
192
|
+
} .tabs__xl_1ab8f .tabs__option_1ab8f {
|
|
222
193
|
padding: 0;
|
|
223
|
-
}
|
|
224
|
-
.tabs__rightAddons_1w0vv {
|
|
194
|
+
} .tabs__rightAddons_1ab8f {
|
|
225
195
|
display: flex;
|
|
226
196
|
justify-content: center;
|
|
227
197
|
align-items: center;
|