@alfalab/core-components-tabs 7.1.0 → 7.1.2
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.d.ts +2 -4
- package/components/primary-tablist/Component.desktop.js +4 -4
- package/components/primary-tablist/Component.js +3 -3
- package/components/primary-tablist/Component.mobile.d.ts +1 -1
- package/components/primary-tablist/Component.mobile.js +5 -5
- package/components/primary-tablist/Component.responsive.js +4 -4
- package/components/primary-tablist/index.css +24 -23
- package/components/primary-tablist/mobile.css +80 -70
- package/components/scrollable-container/Component.d.ts +1 -1
- package/components/scrollable-container/Component.js +1 -1
- package/components/scrollable-container/index.css +5 -5
- package/components/secondary-tablist/Component.d.ts +2 -6
- package/components/secondary-tablist/Component.desktop.d.ts +1 -1
- package/components/secondary-tablist/Component.desktop.js +3 -3
- package/components/secondary-tablist/Component.js +2 -2
- package/components/secondary-tablist/Component.mobile.d.ts +1 -1
- package/components/secondary-tablist/Component.mobile.js +4 -4
- package/components/secondary-tablist/Component.responsive.js +3 -3
- package/components/secondary-tablist/index.css +11 -11
- package/components/secondary-tablist/mobile.css +66 -57
- package/components/tab/Component.js +1 -1
- package/components/tab/index.css +3 -3
- package/components/tabs/Component.d.ts +1 -1
- package/components/tabs/Component.desktop.d.ts +1 -1
- package/components/tabs/Component.desktop.js +5 -5
- package/components/tabs/Component.mobile.d.ts +1 -1
- package/components/tabs/Component.mobile.js +5 -5
- package/components/tabs/Component.responsive.d.ts +1 -1
- package/components/tabs/Component.responsive.js +5 -5
- package/cssm/components/primary-tablist/Component.d.ts +2 -4
- package/cssm/components/primary-tablist/Component.desktop.js +3 -3
- package/cssm/components/primary-tablist/Component.js +3 -3
- package/cssm/components/primary-tablist/Component.mobile.d.ts +1 -1
- package/cssm/components/primary-tablist/Component.mobile.js +3 -3
- package/cssm/components/primary-tablist/Component.responsive.js +3 -3
- package/cssm/components/primary-tablist/index.module.css +4 -3
- package/cssm/components/scrollable-container/Component.d.ts +1 -1
- package/cssm/components/secondary-tablist/Component.d.ts +2 -6
- package/cssm/components/secondary-tablist/Component.desktop.d.ts +1 -1
- package/cssm/components/secondary-tablist/Component.desktop.js +2 -2
- package/cssm/components/secondary-tablist/Component.js +2 -2
- package/cssm/components/secondary-tablist/Component.mobile.d.ts +1 -1
- package/cssm/components/secondary-tablist/Component.mobile.js +2 -2
- package/cssm/components/secondary-tablist/Component.responsive.js +2 -2
- package/cssm/components/tabs/Component.d.ts +1 -1
- package/cssm/components/tabs/Component.desktop.d.ts +1 -1
- package/cssm/components/tabs/Component.desktop.js +3 -3
- package/cssm/components/tabs/Component.mobile.d.ts +1 -1
- package/cssm/components/tabs/Component.mobile.js +3 -3
- package/cssm/components/tabs/Component.responsive.d.ts +1 -1
- package/cssm/components/tabs/Component.responsive.js +3 -3
- package/cssm/desktop.js +4 -4
- package/cssm/index.js +4 -4
- package/cssm/mobile.js +4 -4
- package/cssm/responsive.js +4 -4
- package/cssm/{tslib.es6-ce870b46.d.ts → tslib.es6-9682e485.d.ts} +8 -4
- package/{tslib.es6-e61a3999.js → cssm/tslib.es6-9682e485.js} +1 -1
- package/cssm/typings.d.ts +1 -1
- package/desktop.js +6 -6
- package/esm/components/primary-tablist/Component.d.ts +2 -4
- package/esm/components/primary-tablist/Component.desktop.js +4 -4
- package/esm/components/primary-tablist/Component.js +3 -3
- package/esm/components/primary-tablist/Component.mobile.d.ts +1 -1
- package/esm/components/primary-tablist/Component.mobile.js +5 -5
- package/esm/components/primary-tablist/Component.responsive.js +4 -4
- package/esm/components/primary-tablist/index.css +24 -23
- package/esm/components/primary-tablist/mobile.css +80 -70
- package/esm/components/scrollable-container/Component.d.ts +1 -1
- package/esm/components/scrollable-container/Component.js +1 -1
- package/esm/components/scrollable-container/index.css +5 -5
- package/esm/components/secondary-tablist/Component.d.ts +2 -6
- package/esm/components/secondary-tablist/Component.desktop.d.ts +1 -1
- package/esm/components/secondary-tablist/Component.desktop.js +3 -3
- package/esm/components/secondary-tablist/Component.js +2 -2
- package/esm/components/secondary-tablist/Component.mobile.d.ts +1 -1
- package/esm/components/secondary-tablist/Component.mobile.js +4 -4
- package/esm/components/secondary-tablist/Component.responsive.js +3 -3
- package/esm/components/secondary-tablist/index.css +11 -11
- package/esm/components/secondary-tablist/mobile.css +66 -57
- package/esm/components/tab/Component.js +1 -1
- package/esm/components/tab/index.css +3 -3
- package/esm/components/tabs/Component.d.ts +1 -1
- package/esm/components/tabs/Component.desktop.d.ts +1 -1
- package/esm/components/tabs/Component.desktop.js +5 -5
- package/esm/components/tabs/Component.mobile.d.ts +1 -1
- package/esm/components/tabs/Component.mobile.js +5 -5
- package/esm/components/tabs/Component.responsive.d.ts +1 -1
- package/esm/components/tabs/Component.responsive.js +5 -5
- package/esm/desktop.js +5 -5
- package/esm/index.js +5 -5
- package/esm/index.module-7ca9e703.js +4 -0
- package/esm/index.module-e51ae308.js +4 -0
- package/esm/mobile.js +5 -5
- package/esm/responsive.js +5 -5
- package/{tslib.es6-e61a3999.d.ts → esm/tslib.es6-954a2f25.d.ts} +8 -4
- package/esm/{tslib.es6-fbd13ab9.js → tslib.es6-954a2f25.js} +1 -1
- package/esm/typings.d.ts +1 -1
- package/index.js +6 -6
- package/index.module-7a6d77c2.js +6 -0
- package/index.module-d59767dd.js +6 -0
- package/mobile.js +6 -6
- package/modern/components/primary-tablist/Component.d.ts +2 -4
- package/modern/components/primary-tablist/Component.desktop.js +4 -4
- package/modern/components/primary-tablist/Component.js +4 -4
- package/modern/components/primary-tablist/Component.mobile.d.ts +1 -1
- package/modern/components/primary-tablist/Component.mobile.js +5 -5
- package/modern/components/primary-tablist/Component.responsive.js +4 -4
- package/modern/components/primary-tablist/index.css +24 -23
- package/modern/components/primary-tablist/mobile.css +80 -70
- package/modern/components/scrollable-container/Component.d.ts +1 -1
- package/modern/components/scrollable-container/Component.js +1 -1
- package/modern/components/scrollable-container/index.css +5 -5
- package/modern/components/secondary-tablist/Component.d.ts +2 -6
- package/modern/components/secondary-tablist/Component.desktop.d.ts +1 -1
- package/modern/components/secondary-tablist/Component.desktop.js +3 -3
- package/modern/components/secondary-tablist/Component.js +2 -2
- package/modern/components/secondary-tablist/Component.mobile.d.ts +1 -1
- package/modern/components/secondary-tablist/Component.mobile.js +4 -4
- package/modern/components/secondary-tablist/Component.responsive.js +3 -3
- package/modern/components/secondary-tablist/index.css +11 -11
- package/modern/components/secondary-tablist/mobile.css +66 -57
- package/modern/components/tab/Component.js +1 -1
- package/modern/components/tab/index.css +3 -3
- package/modern/components/tabs/Component.d.ts +1 -1
- package/modern/components/tabs/Component.desktop.d.ts +1 -1
- package/modern/components/tabs/Component.desktop.js +5 -5
- package/modern/components/tabs/Component.mobile.d.ts +1 -1
- package/modern/components/tabs/Component.mobile.js +5 -5
- package/modern/components/tabs/Component.responsive.d.ts +1 -1
- package/modern/components/tabs/Component.responsive.js +5 -5
- package/modern/desktop.js +4 -4
- package/modern/index.js +4 -4
- package/modern/index.module-7ca9e703.js +4 -0
- package/modern/index.module-e51ae308.js +4 -0
- package/modern/mobile.js +4 -4
- package/modern/responsive.js +4 -4
- package/modern/typings.d.ts +1 -1
- package/package.json +3 -3
- package/responsive.js +6 -6
- package/{esm/tslib.es6-fbd13ab9.d.ts → tslib.es6-3a2676d6.d.ts} +8 -4
- package/{cssm/tslib.es6-ce870b46.js → tslib.es6-3a2676d6.js} +1 -1
- package/typings.d.ts +1 -1
- package/esm/index.module-134e200e.js +0 -4
- package/esm/index.module-523e7b48.js +0 -4
- package/index.module-509288bb.js +0 -6
- package/index.module-7226e3a9.js +0 -6
- package/modern/index.module-134e200e.js +0 -4
- package/modern/index.module-523e7b48.js +0 -4
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Styles } from "../../typings";
|
|
3
|
-
declare const PrimaryTabList: ({ size, styles, className, containerClassName, titles, selectedId, scrollable, fullWidthScroll, onChange, dataTestId, }:
|
|
4
|
-
titles?: import("../../typings").TabListTitle[] | undefined;
|
|
5
|
-
} & Styles) => JSX.Element;
|
|
2
|
+
import { Styles, TabListProps } from "../../typings";
|
|
3
|
+
declare const PrimaryTabList: ({ size, styles, className, containerClassName, titles, selectedId, scrollable, fullWidthScroll, onChange, dataTestId, }: TabListProps & Styles) => JSX.Element;
|
|
6
4
|
export { PrimaryTabList };
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
5
|
+
var tslib_es6 = require('../../tslib.es6-3a2676d6.js');
|
|
6
6
|
var React = require('react');
|
|
7
|
-
require('@alfalab/core-components-keyboard-focusable');
|
|
8
7
|
require('classnames');
|
|
8
|
+
require('@alfalab/core-components-keyboard-focusable');
|
|
9
|
+
require('../../useTabs.js');
|
|
9
10
|
require('compute-scroll-into-view');
|
|
10
11
|
require('../scrollable-container/Component.js');
|
|
11
|
-
require('../../useTabs.js');
|
|
12
12
|
var components_primaryTablist_Component = require('./Component.js');
|
|
13
|
-
var index_module = require('../../index.module-
|
|
13
|
+
var index_module = require('../../index.module-7a6d77c2.js');
|
|
14
14
|
|
|
15
15
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
16
16
|
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
5
|
+
var tslib_es6 = require('../../tslib.es6-3a2676d6.js');
|
|
6
6
|
var React = require('react');
|
|
7
|
-
var coreComponentsKeyboardFocusable = require('@alfalab/core-components-keyboard-focusable');
|
|
8
7
|
var cn = require('classnames');
|
|
8
|
+
var coreComponentsKeyboardFocusable = require('@alfalab/core-components-keyboard-focusable');
|
|
9
|
+
var useTabs = require('../../useTabs.js');
|
|
9
10
|
require('compute-scroll-into-view');
|
|
10
11
|
var components_scrollableContainer_Component = require('../scrollable-container/Component.js');
|
|
11
|
-
var useTabs = require('../../useTabs.js');
|
|
12
12
|
|
|
13
13
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
14
14
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { TabListProps } from "../../typings";
|
|
3
3
|
type PrimaryTabListMobileProps = Omit<TabListProps, 'size'>;
|
|
4
|
-
declare const PrimaryTabListMobile: ({ className, ...restProps }:
|
|
4
|
+
declare const PrimaryTabListMobile: ({ className, ...restProps }: PrimaryTabListMobileProps) => JSX.Element;
|
|
5
5
|
export { PrimaryTabListMobileProps, PrimaryTabListMobile };
|
|
@@ -2,22 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
5
|
+
var tslib_es6 = require('../../tslib.es6-3a2676d6.js');
|
|
6
6
|
var React = require('react');
|
|
7
|
-
require('@alfalab/core-components-keyboard-focusable');
|
|
8
7
|
var cn = require('classnames');
|
|
8
|
+
require('@alfalab/core-components-keyboard-focusable');
|
|
9
|
+
require('../../useTabs.js');
|
|
9
10
|
require('compute-scroll-into-view');
|
|
10
11
|
require('../scrollable-container/Component.js');
|
|
11
|
-
require('../../useTabs.js');
|
|
12
12
|
var components_primaryTablist_Component = require('./Component.js');
|
|
13
|
-
var index_module = require('../../index.module-
|
|
13
|
+
var index_module = require('../../index.module-7a6d77c2.js');
|
|
14
14
|
|
|
15
15
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
16
16
|
|
|
17
17
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
18
18
|
var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
|
|
19
19
|
|
|
20
|
-
var mobileStyles = {"title":"
|
|
20
|
+
var mobileStyles = {"title":"tabs__title_1d7bc tabs__title_8sfek","mobile":"tabs__mobile_1d7bc"};
|
|
21
21
|
require('./mobile.css')
|
|
22
22
|
|
|
23
23
|
var styles = tslib_es6.__assign(tslib_es6.__assign({}, index_module.commonStyles), mobileStyles);
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
5
|
+
var tslib_es6 = require('../../tslib.es6-3a2676d6.js');
|
|
6
6
|
var React = require('react');
|
|
7
|
-
require('@alfalab/core-components-keyboard-focusable');
|
|
8
7
|
require('classnames');
|
|
8
|
+
require('@alfalab/core-components-keyboard-focusable');
|
|
9
|
+
require('../../useTabs.js');
|
|
9
10
|
require('compute-scroll-into-view');
|
|
10
11
|
require('../scrollable-container/Component.js');
|
|
11
|
-
require('../../useTabs.js');
|
|
12
12
|
require('./Component.js');
|
|
13
|
-
require('../../index.module-
|
|
13
|
+
require('../../index.module-7a6d77c2.js');
|
|
14
14
|
var components_primaryTablist_Component_desktop = require('./Component.desktop.js');
|
|
15
15
|
var hooks = require('@alfalab/hooks');
|
|
16
16
|
var components_primaryTablist_Component_mobile = require('./Component.mobile.js');
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 141st */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-border-accent: #ef3124;
|
|
4
4
|
--color-light-border-link: #007aff;
|
|
5
5
|
--color-light-border-primary: #dbdee1;
|
|
6
6
|
--color-light-text-primary: #0b1f35;
|
|
7
|
-
--color-light-text-secondary:
|
|
8
|
-
--color-light-text-tertiary:
|
|
7
|
+
--color-light-text-secondary: rgba(11, 31, 53, 0.7);
|
|
8
|
+
--color-light-text-tertiary: rgba(11, 31, 53, 0.3);
|
|
9
9
|
}
|
|
10
10
|
:root {
|
|
11
11
|
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
--primary-tablist-disabled-color: var(--color-light-text-tertiary);
|
|
38
38
|
--primary-tablist-bottom-border-color: var(--color-light-border-primary);
|
|
39
39
|
--primary-tablist-line-color: var(--color-light-border-accent);
|
|
40
|
+
--primary-tablist-font-feature-settings: normal;
|
|
40
41
|
|
|
41
42
|
/* mobile */
|
|
42
43
|
|
|
@@ -82,12 +83,12 @@
|
|
|
82
83
|
|
|
83
84
|
/* size xl */
|
|
84
85
|
}
|
|
85
|
-
.
|
|
86
|
+
.tabs__component_8sfek {
|
|
86
87
|
position: relative;
|
|
87
88
|
display: inline-flex;
|
|
88
89
|
min-width: 100%
|
|
89
90
|
}
|
|
90
|
-
.
|
|
91
|
+
.tabs__component_8sfek:before {
|
|
91
92
|
content: '';
|
|
92
93
|
display: block;
|
|
93
94
|
position: absolute;
|
|
@@ -96,22 +97,22 @@
|
|
|
96
97
|
width: 100%;
|
|
97
98
|
background-color: var(--primary-tablist-bottom-border-color);
|
|
98
99
|
}
|
|
99
|
-
.
|
|
100
|
+
.tabs__fullWidthScroll_8sfek {
|
|
100
101
|
min-width: calc(100% - 2 * var(--gap-m));
|
|
101
102
|
margin: 0 var(--gap-m);
|
|
102
103
|
}
|
|
103
|
-
.
|
|
104
|
+
.tabs__container_8sfek {
|
|
104
105
|
position: relative;
|
|
105
106
|
overflow: hidden;
|
|
106
107
|
}
|
|
107
|
-
.
|
|
108
|
+
.tabs__title_8sfek {
|
|
108
109
|
display: flex;
|
|
109
110
|
align-items: center;
|
|
110
111
|
height: 100%;
|
|
111
112
|
padding: 0;
|
|
112
113
|
cursor: pointer;
|
|
113
114
|
color: var(--primary-tablist-color);
|
|
114
|
-
font-feature-settings:
|
|
115
|
+
font-feature-settings: var(--primary-tablist-font-feature-settings);
|
|
115
116
|
transition: color 0.2s ease;
|
|
116
117
|
border: 0;
|
|
117
118
|
background: none;
|
|
@@ -122,22 +123,22 @@
|
|
|
122
123
|
cursor: pointer;
|
|
123
124
|
outline: none
|
|
124
125
|
}
|
|
125
|
-
.
|
|
126
|
+
.tabs__title_8sfek:not(.tabs__disabled_8sfek):hover {
|
|
126
127
|
color: var(--primary-tablist-hover-color);
|
|
127
128
|
}
|
|
128
|
-
.
|
|
129
|
+
.tabs__focused_8sfek {
|
|
129
130
|
outline: 2px solid var(--focus-color);
|
|
130
131
|
outline-offset: 2px;
|
|
131
132
|
}
|
|
132
|
-
.
|
|
133
|
+
.tabs__selected_8sfek {
|
|
133
134
|
cursor: default;
|
|
134
135
|
color: var(--primary-tablist-selected-color);
|
|
135
136
|
}
|
|
136
|
-
.
|
|
137
|
+
.tabs__disabled_8sfek {
|
|
137
138
|
cursor: var(--disabled-cursor);
|
|
138
139
|
color: var(--primary-tablist-disabled-color);
|
|
139
140
|
}
|
|
140
|
-
.
|
|
141
|
+
.tabs__line_8sfek {
|
|
141
142
|
position: absolute;
|
|
142
143
|
height: 3px;
|
|
143
144
|
bottom: 0;
|
|
@@ -146,46 +147,46 @@
|
|
|
146
147
|
transition: transform 0.2s ease, width 0.2s ease;
|
|
147
148
|
}
|
|
148
149
|
/* sizes */
|
|
149
|
-
.
|
|
150
|
+
.tabs__s_8sfek .tabs__title_8sfek, .tabs__xs_8sfek .tabs__title_8sfek, .tabs__xxs_8sfek .tabs__title_8sfek {
|
|
150
151
|
padding: var(--primary-tablist-s-padding);
|
|
151
152
|
font-size: var(--primary-tablist-s-font-size);
|
|
152
153
|
font-weight: var(--primary-tablist-s-font-weight);
|
|
153
154
|
font-family: var(--primary-tablist-s-font-family);
|
|
154
155
|
line-height: 24px;
|
|
155
156
|
}
|
|
156
|
-
.
|
|
157
|
+
.tabs__s_8sfek .tabs__title_8sfek + .tabs__title_8sfek, .tabs__xs_8sfek .tabs__title_8sfek + .tabs__title_8sfek, .tabs__xxs_8sfek .tabs__title_8sfek + .tabs__title_8sfek {
|
|
157
158
|
margin-left: var(--primary-tablist-s-gaps);
|
|
158
159
|
}
|
|
159
|
-
.
|
|
160
|
+
.tabs__m_8sfek .tabs__title_8sfek {
|
|
160
161
|
padding: var(--primary-tablist-m-padding);
|
|
161
162
|
font-size: var(--primary-tablist-m-font-size);
|
|
162
163
|
font-weight: var(--primary-tablist-m-font-weight);
|
|
163
164
|
font-family: var(--primary-tablist-m-font-family);
|
|
164
165
|
line-height: 24px;
|
|
165
166
|
}
|
|
166
|
-
.
|
|
167
|
+
.tabs__m_8sfek .tabs__title_8sfek + .tabs__title_8sfek {
|
|
167
168
|
margin-left: var(--primary-tablist-m-gaps);
|
|
168
169
|
}
|
|
169
|
-
.
|
|
170
|
+
.tabs__l_8sfek .tabs__title_8sfek {
|
|
170
171
|
padding: var(--primary-tablist-l-padding);
|
|
171
172
|
font-size: var(--primary-tablist-l-font-size);
|
|
172
173
|
font-weight: var(--primary-tablist-l-font-weight);
|
|
173
174
|
font-family: var(--primary-tablist-l-font-family);
|
|
174
175
|
line-height: 24px;
|
|
175
176
|
}
|
|
176
|
-
.
|
|
177
|
+
.tabs__l_8sfek .tabs__title_8sfek + .tabs__title_8sfek {
|
|
177
178
|
margin-left: var(--primary-tablist-l-gaps);
|
|
178
179
|
}
|
|
179
|
-
.
|
|
180
|
+
.tabs__xl_8sfek .tabs__title_8sfek {
|
|
180
181
|
padding: var(--primary-tablist-xl-padding);
|
|
181
182
|
font-size: var(--primary-tablist-xl-font-size);
|
|
182
183
|
font-weight: var(--primary-tablist-xl-font-weight);
|
|
183
184
|
font-family: var(--primary-tablist-xl-font-family);
|
|
184
185
|
line-height: 32px;
|
|
185
186
|
}
|
|
186
|
-
.
|
|
187
|
+
.tabs__xl_8sfek .tabs__title_8sfek + .tabs__title_8sfek {
|
|
187
188
|
margin-left: var(--primary-tablist-xl-gaps);
|
|
188
189
|
}
|
|
189
|
-
.
|
|
190
|
+
.tabs__rightAddons_8sfek {
|
|
190
191
|
margin-left: var(--gap-xs);
|
|
191
192
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1ccv9 */
|
|
2
2
|
:root {
|
|
3
3
|
}:root {
|
|
4
4
|
}:root {
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
--color-light-border-link: #007aff;
|
|
7
7
|
--color-light-border-primary: #dbdee1;
|
|
8
8
|
--color-light-text-primary: #0b1f35;
|
|
9
|
-
--color-light-text-secondary:
|
|
10
|
-
--color-light-text-tertiary:
|
|
9
|
+
--color-light-text-secondary: rgba(11, 31, 53, 0.7);
|
|
10
|
+
--color-light-text-tertiary: rgba(11, 31, 53, 0.3);
|
|
11
11
|
}:root {
|
|
12
12
|
}:root {
|
|
13
13
|
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
--primary-tablist-disabled-color: var(--color-light-text-tertiary);
|
|
38
38
|
--primary-tablist-bottom-border-color: var(--color-light-border-primary);
|
|
39
39
|
--primary-tablist-line-color: var(--color-light-border-accent);
|
|
40
|
+
--primary-tablist-font-feature-settings: normal;
|
|
40
41
|
|
|
41
42
|
/* mobile */
|
|
42
43
|
--primary-tablist-mobile-gaps: var(--gap-xl);
|
|
@@ -87,11 +88,11 @@
|
|
|
87
88
|
/* size l */
|
|
88
89
|
|
|
89
90
|
/* size xl */
|
|
90
|
-
}.
|
|
91
|
+
}.tabs__component_8sfek {
|
|
91
92
|
position: relative;
|
|
92
93
|
display: inline-flex;
|
|
93
94
|
min-width: 100%
|
|
94
|
-
}.
|
|
95
|
+
}.tabs__component_8sfek:before {
|
|
95
96
|
content: '';
|
|
96
97
|
display: block;
|
|
97
98
|
position: absolute;
|
|
@@ -99,20 +100,20 @@
|
|
|
99
100
|
height: 1px;
|
|
100
101
|
width: 100%;
|
|
101
102
|
background-color: var(--primary-tablist-bottom-border-color);
|
|
102
|
-
}.
|
|
103
|
+
}.tabs__fullWidthScroll_8sfek {
|
|
103
104
|
min-width: calc(100% - 2 * var(--gap-m));
|
|
104
105
|
margin: 0 var(--gap-m);
|
|
105
|
-
}.
|
|
106
|
+
}.tabs__container_8sfek {
|
|
106
107
|
position: relative;
|
|
107
108
|
overflow: hidden;
|
|
108
|
-
}.
|
|
109
|
+
}.tabs__title_8sfek {
|
|
109
110
|
display: flex;
|
|
110
111
|
align-items: center;
|
|
111
112
|
height: 100%;
|
|
112
113
|
padding: 0;
|
|
113
114
|
cursor: pointer;
|
|
114
115
|
color: var(--primary-tablist-color);
|
|
115
|
-
font-feature-settings:
|
|
116
|
+
font-feature-settings: var(--primary-tablist-font-feature-settings);
|
|
116
117
|
transition: color 0.2s ease;
|
|
117
118
|
border: 0;
|
|
118
119
|
background: none;
|
|
@@ -122,57 +123,57 @@
|
|
|
122
123
|
user-select: none;
|
|
123
124
|
cursor: pointer;
|
|
124
125
|
outline: none
|
|
125
|
-
}.
|
|
126
|
+
}.tabs__title_8sfek:not(.tabs__disabled_8sfek):hover {
|
|
126
127
|
color: var(--primary-tablist-hover-color);
|
|
127
|
-
}.
|
|
128
|
+
}.tabs__focused_8sfek {
|
|
128
129
|
outline: 2px solid var(--focus-color);
|
|
129
130
|
outline-offset: 2px;
|
|
130
|
-
}.
|
|
131
|
+
}.tabs__selected_8sfek {
|
|
131
132
|
cursor: default;
|
|
132
133
|
color: var(--primary-tablist-selected-color);
|
|
133
|
-
}.
|
|
134
|
+
}.tabs__disabled_8sfek {
|
|
134
135
|
cursor: var(--disabled-cursor);
|
|
135
136
|
color: var(--primary-tablist-disabled-color);
|
|
136
|
-
}.
|
|
137
|
+
}.tabs__line_8sfek {
|
|
137
138
|
position: absolute;
|
|
138
139
|
height: 3px;
|
|
139
140
|
bottom: 0;
|
|
140
141
|
left: 0;
|
|
141
142
|
background-color: var(--primary-tablist-line-color);
|
|
142
143
|
transition: transform 0.2s ease, width 0.2s ease;
|
|
143
|
-
}/* sizes */.
|
|
144
|
+
}/* sizes */.tabs__s_8sfek .tabs__title_8sfek, .tabs__xs_8sfek .tabs__title_8sfek, .tabs__xxs_8sfek .tabs__title_8sfek {
|
|
144
145
|
padding: var(--primary-tablist-s-padding);
|
|
145
146
|
font-size: var(--primary-tablist-s-font-size);
|
|
146
147
|
font-weight: var(--primary-tablist-s-font-weight);
|
|
147
148
|
font-family: var(--primary-tablist-s-font-family);
|
|
148
149
|
line-height: 24px;
|
|
149
|
-
}.
|
|
150
|
+
}.tabs__s_8sfek .tabs__title_8sfek + .tabs__title_8sfek, .tabs__xs_8sfek .tabs__title_8sfek + .tabs__title_8sfek, .tabs__xxs_8sfek .tabs__title_8sfek + .tabs__title_8sfek {
|
|
150
151
|
margin-left: var(--primary-tablist-s-gaps);
|
|
151
|
-
}.
|
|
152
|
+
}.tabs__m_8sfek .tabs__title_8sfek {
|
|
152
153
|
padding: var(--primary-tablist-m-padding);
|
|
153
154
|
font-size: var(--primary-tablist-m-font-size);
|
|
154
155
|
font-weight: var(--primary-tablist-m-font-weight);
|
|
155
156
|
font-family: var(--primary-tablist-m-font-family);
|
|
156
157
|
line-height: 24px;
|
|
157
|
-
}.
|
|
158
|
+
}.tabs__m_8sfek .tabs__title_8sfek + .tabs__title_8sfek {
|
|
158
159
|
margin-left: var(--primary-tablist-m-gaps);
|
|
159
|
-
}.
|
|
160
|
+
}.tabs__l_8sfek .tabs__title_8sfek {
|
|
160
161
|
padding: var(--primary-tablist-l-padding);
|
|
161
162
|
font-size: var(--primary-tablist-l-font-size);
|
|
162
163
|
font-weight: var(--primary-tablist-l-font-weight);
|
|
163
164
|
font-family: var(--primary-tablist-l-font-family);
|
|
164
165
|
line-height: 24px;
|
|
165
|
-
}.
|
|
166
|
+
}.tabs__l_8sfek .tabs__title_8sfek + .tabs__title_8sfek {
|
|
166
167
|
margin-left: var(--primary-tablist-l-gaps);
|
|
167
|
-
}.
|
|
168
|
+
}.tabs__xl_8sfek .tabs__title_8sfek {
|
|
168
169
|
padding: var(--primary-tablist-xl-padding);
|
|
169
170
|
font-size: var(--primary-tablist-xl-font-size);
|
|
170
171
|
font-weight: var(--primary-tablist-xl-font-weight);
|
|
171
172
|
font-family: var(--primary-tablist-xl-font-family);
|
|
172
173
|
line-height: 32px;
|
|
173
|
-
}.
|
|
174
|
+
}.tabs__xl_8sfek .tabs__title_8sfek + .tabs__title_8sfek {
|
|
174
175
|
margin-left: var(--primary-tablist-xl-gaps);
|
|
175
|
-
}.
|
|
176
|
+
}.tabs__rightAddons_8sfek {
|
|
176
177
|
margin-left: var(--gap-xs);
|
|
177
178
|
}
|
|
178
179
|
:root {
|
|
@@ -391,26 +392,24 @@
|
|
|
391
392
|
--color-dark-specialbg-overlay-fallback: #070707;
|
|
392
393
|
--color-dark-specialbg-primary-grouped: #0b1f35;
|
|
393
394
|
--color-dark-specialbg-secondary-grouped: #233549;
|
|
395
|
+
--color-dark-specialbg-secondary-transparent: rgba(255, 255, 255, 0.1);
|
|
396
|
+
--color-dark-specialbg-secondary-transparent-inverted: rgba(11, 31, 53, 0.05);
|
|
394
397
|
--color-dark-specialbg-tertiary-grouped: #3c4c5d;
|
|
398
|
+
--color-dark-specialbg-tertiary-transparent: rgba(255, 255, 255, 0.2);
|
|
399
|
+
--color-dark-specialbg-tertiary-transparent-inverted: rgba(11, 31, 53, 0.1);
|
|
395
400
|
--color-dark-text-accent: #ef3124;
|
|
396
401
|
--color-dark-text-attention: #de6a00;
|
|
397
|
-
--color-dark-text-disabled:
|
|
398
|
-
--color-dark-text-disabled-inverted:
|
|
399
|
-
--color-dark-text-disabled-inverted-transparent: rgba(11, 31, 53, 0.15);
|
|
400
|
-
--color-dark-text-disabled-transparent: rgba(255, 255, 255, 0.25);
|
|
402
|
+
--color-dark-text-disabled: rgba(255, 255, 255, 0.25);
|
|
403
|
+
--color-dark-text-disabled-inverted: rgba(11, 31, 53, 0.15);
|
|
401
404
|
--color-dark-text-link: #007aff;
|
|
402
405
|
--color-dark-text-negative: #d91d0b;
|
|
403
406
|
--color-dark-text-positive: #13a463;
|
|
404
407
|
--color-dark-text-primary: #fff;
|
|
405
408
|
--color-dark-text-primary-inverted: #0b1f35;
|
|
406
|
-
--color-dark-text-secondary:
|
|
407
|
-
--color-dark-text-secondary-inverted:
|
|
408
|
-
--color-dark-text-
|
|
409
|
-
--color-dark-text-
|
|
410
|
-
--color-dark-text-tertiary: #6d7986;
|
|
411
|
-
--color-dark-text-tertiary-inverted: #b6bcc3;
|
|
412
|
-
--color-dark-text-tertiary-inverted-transparent: rgba(11, 31, 53, 0.3);
|
|
413
|
-
--color-dark-text-tertiary-transparent: rgba(255, 255, 255, 0.4);
|
|
409
|
+
--color-dark-text-secondary: rgba(255, 255, 255, 0.7);
|
|
410
|
+
--color-dark-text-secondary-inverted: rgba(11, 31, 53, 0.7);
|
|
411
|
+
--color-dark-text-tertiary: rgba(255, 255, 255, 0.4);
|
|
412
|
+
--color-dark-text-tertiary-inverted: rgba(11, 31, 53, 0.3);
|
|
414
413
|
--color-light-bg-accent: #ef3124;
|
|
415
414
|
--color-light-bg-attention-muted: #fff3e0;
|
|
416
415
|
--color-light-bg-info: #d6e8fc;
|
|
@@ -457,26 +456,24 @@
|
|
|
457
456
|
--color-light-specialbg-overlay-fallback: #5c5c5c;
|
|
458
457
|
--color-light-specialbg-primary-grouped: #f3f4f5;
|
|
459
458
|
--color-light-specialbg-secondary-grouped: #fff;
|
|
459
|
+
--color-light-specialbg-secondary-transparent: rgba(11, 31, 53, 0.05);
|
|
460
|
+
--color-light-specialbg-secondary-transparent-inverted: rgba(255, 255, 255, 0.1);
|
|
460
461
|
--color-light-specialbg-tertiary-grouped: #f3f4f5;
|
|
462
|
+
--color-light-specialbg-tertiary-transparent: rgba(11, 31, 53, 0.1);
|
|
463
|
+
--color-light-specialbg-tertiary-transparent-inverted: rgba(255, 255, 255, 0.2);
|
|
461
464
|
--color-light-text-accent: #ef3124;
|
|
462
465
|
--color-light-text-attention: #de6a00;
|
|
463
|
-
--color-light-text-disabled:
|
|
464
|
-
--color-light-text-disabled-inverted:
|
|
465
|
-
--color-light-text-disabled-inverted-transparent: rgba(255, 255, 255, 0.25);
|
|
466
|
-
--color-light-text-disabled-transparent: rgba(11, 31, 53, 0.15);
|
|
466
|
+
--color-light-text-disabled: rgba(11, 31, 53, 0.15);
|
|
467
|
+
--color-light-text-disabled-inverted: rgba(255, 255, 255, 0.25);
|
|
467
468
|
--color-light-text-link: #007aff;
|
|
468
469
|
--color-light-text-negative: #d91d0b;
|
|
469
470
|
--color-light-text-positive: #13a463;
|
|
470
471
|
--color-light-text-primary: #0b1f35;
|
|
471
472
|
--color-light-text-primary-inverted: #fff;
|
|
472
|
-
--color-light-text-secondary:
|
|
473
|
-
--color-light-text-secondary-inverted:
|
|
474
|
-
--color-light-text-
|
|
475
|
-
--color-light-text-
|
|
476
|
-
--color-light-text-tertiary: #b6bcc3;
|
|
477
|
-
--color-light-text-tertiary-inverted: #6d7986;
|
|
478
|
-
--color-light-text-tertiary-inverted-transparent: rgba(255, 255, 255, 0.4);
|
|
479
|
-
--color-light-text-tertiary-transparent: rgba(11, 31, 53, 0.3);
|
|
473
|
+
--color-light-text-secondary: rgba(11, 31, 53, 0.7);
|
|
474
|
+
--color-light-text-secondary-inverted: rgba(255, 255, 255, 0.7);
|
|
475
|
+
--color-light-text-tertiary: rgba(11, 31, 53, 0.3);
|
|
476
|
+
--color-light-text-tertiary-inverted: rgba(255, 255, 255, 0.4);
|
|
480
477
|
--color-static-bg-accent: #ef3124;
|
|
481
478
|
--color-static-bg-primary-dark: #0b1f35;
|
|
482
479
|
--color-static-bg-primary-light: #fff;
|
|
@@ -493,14 +490,10 @@
|
|
|
493
490
|
--color-static-text-accent: #ef3124;
|
|
494
491
|
--color-static-text-primary-dark: #0b1f35;
|
|
495
492
|
--color-static-text-primary-light: #fff;
|
|
496
|
-
--color-static-text-secondary-dark:
|
|
497
|
-
--color-static-text-secondary-
|
|
498
|
-
--color-static-text-
|
|
499
|
-
--color-static-text-
|
|
500
|
-
--color-static-text-tertiary-dark: #b6bcc3;
|
|
501
|
-
--color-static-text-tertiary-dark-transparent: rgba(11, 31, 53, 0.3);
|
|
502
|
-
--color-static-text-tertiary-light: #6d7986;
|
|
503
|
-
--color-static-text-tertiary-light-transparent: rgba(255, 255, 255, 0.4);
|
|
493
|
+
--color-static-text-secondary-dark: rgba(11, 31, 53, 0.6);
|
|
494
|
+
--color-static-text-secondary-light: rgba(255, 255, 255, 0.7);
|
|
495
|
+
--color-static-text-tertiary-dark: rgba(11, 31, 53, 0.3);
|
|
496
|
+
--color-static-text-tertiary-light: rgba(255, 255, 255, 0.4);
|
|
504
497
|
--color-dark-bg-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
505
498
|
--color-dark-bg-accent-shade-15: rgb(203, 42, 31);
|
|
506
499
|
--color-dark-bg-accent-shade-20: rgb(191, 39, 29);
|
|
@@ -617,12 +610,18 @@
|
|
|
617
610
|
--color-dark-specialbg-component-inverted-alpha-30: rgba(11, 31, 53, 0.3);
|
|
618
611
|
--color-dark-specialbg-component-inverted-shade-15: rgba(9, 26, 45, 0.2095);
|
|
619
612
|
--color-dark-specialbg-component-inverted-shade-20: rgba(9, 25, 42, 0.256);
|
|
613
|
+
--color-dark-specialbg-tertiary-transparent-tint-7: rgba(255, 255, 255, 0.256);
|
|
614
|
+
--color-dark-specialbg-tertiary-transparent-tint-15: rgba(255, 255, 255, 0.32);
|
|
615
|
+
--color-dark-specialbg-tertiary-transparent-inverted-shade-15: rgba(9, 26, 45, 0.235);
|
|
616
|
+
--color-dark-specialbg-tertiary-transparent-inverted-shade-20: rgba(9, 25, 42, 0.28);
|
|
620
617
|
--color-dark-text-link-shade-30: rgb(0, 85, 179);
|
|
621
618
|
--color-dark-text-link-shade-50: rgb(0, 61, 128);
|
|
622
619
|
--color-dark-text-link-tint-20: rgb(51, 149, 255);
|
|
623
620
|
--color-dark-text-link-tint-40: rgb(102, 175, 255);
|
|
624
621
|
--color-dark-text-primary-alpha-30: rgba(255, 255, 255, 0.3);
|
|
622
|
+
--color-dark-text-primary-shade-24: rgb(194, 194, 194);
|
|
625
623
|
--color-dark-text-primary-shade-30: rgb(179, 179, 179);
|
|
624
|
+
--color-dark-text-primary-shade-40: rgb(153, 153, 153);
|
|
626
625
|
--color-dark-text-primary-shade-50: rgb(128, 128, 128);
|
|
627
626
|
--color-dark-text-primary-tint-20: rgb(255, 255, 255);
|
|
628
627
|
--color-dark-text-primary-tint-40: rgb(255, 255, 255);
|
|
@@ -632,14 +631,16 @@
|
|
|
632
631
|
--color-dark-text-primary-inverted-shade-30: rgb(8, 22, 37);
|
|
633
632
|
--color-dark-text-primary-inverted-tint-7: rgb(28, 47, 67);
|
|
634
633
|
--color-dark-text-primary-inverted-tint-15: rgb(48, 65, 83);
|
|
634
|
+
--color-dark-text-primary-inverted-tint-24: rgb(70, 85, 101);
|
|
635
635
|
--color-dark-text-primary-inverted-tint-30: rgb(84, 98, 114);
|
|
636
|
+
--color-dark-text-primary-inverted-tint-40: rgb(109, 121, 134);
|
|
636
637
|
--color-dark-text-primary-inverted-tint-50: rgb(133, 143, 154);
|
|
637
|
-
--color-dark-text-secondary-shade-20:
|
|
638
|
-
--color-dark-text-secondary-shade-30:
|
|
639
|
-
--color-dark-text-secondary-tint-20:
|
|
640
|
-
--color-dark-text-secondary-tint-40:
|
|
641
|
-
--color-dark-text-secondary-inverted-shade-20:
|
|
642
|
-
--color-dark-text-secondary-inverted-shade-30:
|
|
638
|
+
--color-dark-text-secondary-shade-20: rgba(204, 204, 204, 0.76);
|
|
639
|
+
--color-dark-text-secondary-shade-30: rgba(179, 179, 179, 0.79);
|
|
640
|
+
--color-dark-text-secondary-tint-20: rgba(255, 255, 255, 0.76);
|
|
641
|
+
--color-dark-text-secondary-tint-40: rgba(255, 255, 255, 0.82);
|
|
642
|
+
--color-dark-text-secondary-inverted-shade-20: rgba(9, 25, 42, 0.76);
|
|
643
|
+
--color-dark-text-secondary-inverted-shade-30: rgba(8, 22, 37, 0.79);
|
|
643
644
|
--color-light-bg-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
644
645
|
--color-light-bg-accent-tint-15: rgb(241, 80, 69);
|
|
645
646
|
--color-light-bg-accent-tint-20: rgb(242, 90, 80);
|
|
@@ -756,12 +757,18 @@
|
|
|
756
757
|
--color-light-specialbg-component-inverted-alpha-30: rgba(255, 255, 255, 0.3);
|
|
757
758
|
--color-light-specialbg-component-inverted-tint-15: rgba(255, 255, 255, 0.2775);
|
|
758
759
|
--color-light-specialbg-component-inverted-tint-20: rgba(255, 255, 255, 0.32);
|
|
760
|
+
--color-light-specialbg-tertiary-transparent-shade-7: rgba(10, 29, 49, 0.163);
|
|
761
|
+
--color-light-specialbg-tertiary-transparent-shade-15: rgba(9, 26, 45, 0.235);
|
|
762
|
+
--color-light-specialbg-tertiary-transparent-inverted-tint-15: rgba(255, 255, 255, 0.32);
|
|
763
|
+
--color-light-specialbg-tertiary-transparent-inverted-tint-20: rgba(255, 255, 255, 0.36);
|
|
759
764
|
--color-light-text-link-tint-30: rgb(77, 162, 255);
|
|
760
765
|
--color-light-text-link-tint-50: rgb(128, 189, 255);
|
|
761
766
|
--color-light-text-link-shade-20: rgb(0, 98, 204);
|
|
762
767
|
--color-light-text-link-shade-40: rgb(0, 73, 153);
|
|
763
768
|
--color-light-text-primary-alpha-30: rgba(11, 31, 53, 0.3);
|
|
769
|
+
--color-light-text-primary-tint-24: rgb(70, 85, 101);
|
|
764
770
|
--color-light-text-primary-tint-30: rgb(84, 98, 114);
|
|
771
|
+
--color-light-text-primary-tint-40: rgb(109, 121, 134);
|
|
765
772
|
--color-light-text-primary-tint-50: rgb(133, 143, 154);
|
|
766
773
|
--color-light-text-primary-shade-20: rgb(9, 25, 42);
|
|
767
774
|
--color-light-text-primary-shade-40: rgb(7, 19, 32);
|
|
@@ -771,14 +778,16 @@
|
|
|
771
778
|
--color-light-text-primary-inverted-tint-30: rgb(255, 255, 255);
|
|
772
779
|
--color-light-text-primary-inverted-shade-7: rgb(237, 237, 237);
|
|
773
780
|
--color-light-text-primary-inverted-shade-15: rgb(217, 217, 217);
|
|
781
|
+
--color-light-text-primary-inverted-shade-24: rgb(194, 194, 194);
|
|
774
782
|
--color-light-text-primary-inverted-shade-30: rgb(179, 179, 179);
|
|
783
|
+
--color-light-text-primary-inverted-shade-40: rgb(153, 153, 153);
|
|
775
784
|
--color-light-text-primary-inverted-shade-50: rgb(128, 128, 128);
|
|
776
|
-
--color-light-text-secondary-tint-20:
|
|
777
|
-
--color-light-text-secondary-tint-30:
|
|
778
|
-
--color-light-text-secondary-shade-20:
|
|
779
|
-
--color-light-text-secondary-shade-40:
|
|
780
|
-
--color-light-text-secondary-inverted-tint-20:
|
|
781
|
-
--color-light-text-secondary-inverted-tint-30:
|
|
785
|
+
--color-light-text-secondary-tint-20: rgba(60, 76, 93, 0.76);
|
|
786
|
+
--color-light-text-secondary-tint-30: rgba(84, 98, 114, 0.79);
|
|
787
|
+
--color-light-text-secondary-shade-20: rgba(9, 25, 42, 0.76);
|
|
788
|
+
--color-light-text-secondary-shade-40: rgba(7, 19, 32, 0.82);
|
|
789
|
+
--color-light-text-secondary-inverted-tint-20: rgba(255, 255, 255, 0.76);
|
|
790
|
+
--color-light-text-secondary-inverted-tint-30: rgba(255, 255, 255, 0.79);
|
|
782
791
|
--color-static-bg-primary-dark-alpha-10: rgba(11, 31, 53, 0.1);
|
|
783
792
|
--color-static-bg-primary-dark-alpha-20: rgba(11, 31, 53, 0.2);
|
|
784
793
|
--color-static-text-primary-light-alpha-30: rgba(255, 255, 255, 0.3);
|
|
@@ -916,6 +925,7 @@
|
|
|
916
925
|
--primary-tablist-disabled-color: var(--color-light-text-tertiary);
|
|
917
926
|
--primary-tablist-bottom-border-color: var(--color-light-border-primary);
|
|
918
927
|
--primary-tablist-line-color: var(--color-light-border-accent);
|
|
928
|
+
--primary-tablist-font-feature-settings: normal;
|
|
919
929
|
|
|
920
930
|
/* mobile */
|
|
921
931
|
--primary-tablist-mobile-gaps: var(--gap-xl);
|
|
@@ -974,15 +984,15 @@
|
|
|
974
984
|
/* size xl */
|
|
975
985
|
--secondary-tablist-xl-gaps: var(--gap-m);
|
|
976
986
|
}
|
|
977
|
-
.
|
|
987
|
+
.tabs__title_1d7bc {
|
|
978
988
|
}
|
|
979
|
-
.
|
|
989
|
+
.tabs__mobile_1d7bc .tabs__title_1d7bc {
|
|
980
990
|
padding: var(--primary-tablist-mobile-padding);
|
|
981
991
|
font-size: var(--primary-tablist-mobile-font-size);
|
|
982
992
|
font-weight: var(--primary-tablist-mobile-font-weight);
|
|
983
993
|
font-family: var(--primary-tablist-mobile-font-family);
|
|
984
994
|
line-height: var(--primary-tablist-mobile-line-height)
|
|
985
995
|
}
|
|
986
|
-
.
|
|
996
|
+
.tabs__mobile_1d7bc .tabs__title_1d7bc + .tabs__title_1d7bc {
|
|
987
997
|
margin-left: var(--primary-tablist-mobile-gaps);
|
|
988
998
|
}
|
|
@@ -15,5 +15,5 @@ type ScrollableContainerProps = {
|
|
|
15
15
|
*/
|
|
16
16
|
activeChild: HTMLElement | null;
|
|
17
17
|
};
|
|
18
|
-
declare const ScrollableContainer: ({ containerClassName, children, activeChild, fullWidthScroll, }: ScrollableContainerProps & Pick<TabsProps,
|
|
18
|
+
declare const ScrollableContainer: ({ containerClassName, children, activeChild, fullWidthScroll, }: ScrollableContainerProps & Pick<TabsProps, 'fullWidthScroll'>) => JSX.Element;
|
|
19
19
|
export { ScrollableContainerProps, ScrollableContainer };
|
|
@@ -12,7 +12,7 @@ var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
|
12
12
|
var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
|
|
13
13
|
var computeScrollIntoView__default = /*#__PURE__*/_interopDefaultLegacy(computeScrollIntoView);
|
|
14
14
|
|
|
15
|
-
var styles = {"container":"
|
|
15
|
+
var styles = {"container":"tabs__container_1f1bc","fullWidthScroll":"tabs__fullWidthScroll_1f1bc"};
|
|
16
16
|
require('./index.css')
|
|
17
17
|
|
|
18
18
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: u4scu */
|
|
2
2
|
:root {
|
|
3
3
|
|
|
4
4
|
/* Hard */
|
|
@@ -36,19 +36,19 @@
|
|
|
36
36
|
|
|
37
37
|
/* size xl */
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.tabs__container_1f1bc {
|
|
40
40
|
position: relative;
|
|
41
41
|
overflow-x: auto;
|
|
42
42
|
overflow-y: hidden;
|
|
43
43
|
scroll-behavior: smooth;
|
|
44
44
|
scrollbar-width: none
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
.tabs__container_1f1bc::-webkit-scrollbar {
|
|
47
47
|
display: none;
|
|
48
48
|
}
|
|
49
|
-
.
|
|
49
|
+
.tabs__container_1f1bc > * {
|
|
50
50
|
flex-shrink: 0;
|
|
51
51
|
}
|
|
52
|
-
.
|
|
52
|
+
.tabs__fullWidthScroll_1f1bc {
|
|
53
53
|
margin: 0 var(--gap-m-neg);
|
|
54
54
|
}
|
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Styles } from "../../typings";
|
|
3
|
-
declare const SecondaryTabList: ({ styles, className, containerClassName, size, titles, selectedId, scrollable, fullWidthScroll, tagSize, onChange, dataTestId, }:
|
|
4
|
-
titles?: import("../../typings").TabListTitle[] | undefined;
|
|
5
|
-
} & {
|
|
6
|
-
tagSize?: "xxs" | "xs" | "s" | "m" | "l" | "xl" | undefined;
|
|
7
|
-
} & Styles) => JSX.Element;
|
|
2
|
+
import { SecondaryTabListProps, Styles } from "../../typings";
|
|
3
|
+
declare const SecondaryTabList: ({ styles, className, containerClassName, size, titles, selectedId, scrollable, fullWidthScroll, tagSize, onChange, dataTestId, }: SecondaryTabListProps & Styles) => JSX.Element;
|
|
8
4
|
export { SecondaryTabList };
|