@alfalab/core-components-tabs 10.0.8 → 10.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/primary-tablist/index.css +132 -132
- package/components/primary-tablist/index.module.css.js +1 -1
- package/components/primary-tablist/mobile.css +221 -221
- package/components/primary-tablist/mobile.module.css.js +1 -1
- package/components/scroll-controls/index.css +11 -11
- package/components/scroll-controls/index.module.css.js +1 -1
- package/components/scrollable-container/index.css +5 -5
- package/components/scrollable-container/index.module.css.js +1 -1
- package/components/secondary-tablist/index.css +18 -18
- package/components/secondary-tablist/index.module.css.js +1 -1
- package/components/secondary-tablist/mobile.css +22 -22
- package/components/secondary-tablist/mobile.module.css.js +1 -1
- package/components/tab/index.css +2 -2
- package/components/tab/index.module.css.js +1 -1
- package/esm/components/primary-tablist/index.css +132 -132
- package/esm/components/primary-tablist/index.module.css.js +1 -1
- package/esm/components/primary-tablist/mobile.css +221 -221
- package/esm/components/primary-tablist/mobile.module.css.js +1 -1
- package/esm/components/scroll-controls/index.css +11 -11
- package/esm/components/scroll-controls/index.module.css.js +1 -1
- package/esm/components/scrollable-container/index.css +5 -5
- package/esm/components/scrollable-container/index.module.css.js +1 -1
- package/esm/components/secondary-tablist/index.css +18 -18
- package/esm/components/secondary-tablist/index.module.css.js +1 -1
- package/esm/components/secondary-tablist/mobile.css +22 -22
- package/esm/components/secondary-tablist/mobile.module.css.js +1 -1
- package/esm/components/tab/index.css +2 -2
- package/esm/components/tab/index.module.css.js +1 -1
- package/modern/components/primary-tablist/index.css +132 -132
- package/modern/components/primary-tablist/index.module.css.js +1 -1
- package/modern/components/primary-tablist/mobile.css +221 -221
- package/modern/components/primary-tablist/mobile.module.css.js +1 -1
- package/modern/components/scroll-controls/index.css +11 -11
- package/modern/components/scroll-controls/index.module.css.js +1 -1
- package/modern/components/scrollable-container/index.css +5 -5
- package/modern/components/scrollable-container/index.module.css.js +1 -1
- package/modern/components/secondary-tablist/index.css +18 -18
- package/modern/components/secondary-tablist/index.module.css.js +1 -1
- package/modern/components/secondary-tablist/mobile.css +22 -22
- package/modern/components/secondary-tablist/mobile.module.css.js +1 -1
- package/modern/components/tab/index.css +2 -2
- package/modern/components/tab/index.module.css.js +1 -1
- package/package.json +2 -2
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./mobile.css');
|
|
4
4
|
|
|
5
|
-
var mobileStyles = {"title":"
|
|
5
|
+
var mobileStyles = {"title":"tabs__title_eifv2 tabs__title_13c0p","mobile":"tabs__mobile_eifv2","paragraph-primary-large":"tabs__paragraph-primary-large_eifv2","paragraph-primary-medium":"tabs__paragraph-primary-medium_eifv2","paragraph-primary-small":"tabs__paragraph-primary-small_eifv2","action-primary-large":"tabs__action-primary-large_eifv2","action-primary-medium":"tabs__action-primary-medium_eifv2","action-primary-small":"tabs__action-primary-small_eifv2","accent-primary-large":"tabs__accent-primary-large_eifv2","accent-primary-medium":"tabs__accent-primary-medium_eifv2","accent-primary-small":"tabs__accent-primary-small_eifv2","pickerWrapper":"tabs__pickerWrapper_eifv2","option":"tabs__option_eifv2","scrollControls":"tabs__scrollControls_eifv2","headline-system-xlarge":"tabs__headline-system-xlarge_eifv2","headline-system-large":"tabs__headline-system-large_eifv2","headline-system-medium":"tabs__headline-system-medium_eifv2","headline-system-small":"tabs__headline-system-small_eifv2","headline-system-xsmall":"tabs__headline-system-xsmall_eifv2","headline-xlarge":"tabs__headline-xlarge_eifv2","headline-large":"tabs__headline-large_eifv2","headline-medium":"tabs__headline-medium_eifv2","headline-small":"tabs__headline-small_eifv2","headline-xsmall":"tabs__headline-xsmall_eifv2","noTextStyle":"tabs__noTextStyle_eifv2"};
|
|
6
6
|
|
|
7
7
|
module.exports = mobileStyles;
|
|
8
8
|
//# sourceMappingURL=mobile.module.css.js.map
|
|
@@ -12,16 +12,16 @@
|
|
|
12
12
|
:root {
|
|
13
13
|
--primary-tablist-bottom-border-color: var(--color-light-neutral-translucent-500);
|
|
14
14
|
}
|
|
15
|
-
.
|
|
15
|
+
.tabs__component_qycsq {
|
|
16
16
|
position: relative;
|
|
17
17
|
display: flex;
|
|
18
18
|
flex-shrink: 0;
|
|
19
19
|
}
|
|
20
|
-
.
|
|
20
|
+
.tabs__primary_qycsq {
|
|
21
21
|
align-items: flex-start;
|
|
22
22
|
justify-content: flex-end;
|
|
23
23
|
}
|
|
24
|
-
.
|
|
24
|
+
.tabs__primary_qycsq:after {
|
|
25
25
|
content: '';
|
|
26
26
|
display: block;
|
|
27
27
|
position: absolute;
|
|
@@ -30,21 +30,21 @@
|
|
|
30
30
|
width: 100%;
|
|
31
31
|
background-color: var(--primary-tablist-bottom-border-color);
|
|
32
32
|
}
|
|
33
|
-
.
|
|
33
|
+
.tabs__primary_qycsq {
|
|
34
34
|
|
|
35
|
-
.
|
|
35
|
+
.tabs__button_qycsq:first-child {
|
|
36
36
|
padding-left: var(--gap-8);
|
|
37
37
|
margin-right: var(--gap-8);
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
|
-
.
|
|
40
|
+
.tabs__primary_qycsq.tabs__xl_qycsq .tabs__button_qycsq:first-child {
|
|
41
41
|
margin-right: var(--gap-4);
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
.tabs__secondary_qycsq {
|
|
44
44
|
align-items: center;
|
|
45
45
|
justify-content: center;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
.tabs__secondary_qycsq:before {
|
|
48
48
|
content: '';
|
|
49
49
|
display: block;
|
|
50
50
|
position: absolute;
|
|
@@ -55,13 +55,13 @@
|
|
|
55
55
|
transition: background-color 0.3s ease;
|
|
56
56
|
bottom: var(--gap-0);
|
|
57
57
|
}
|
|
58
|
-
.
|
|
58
|
+
.tabs__secondary_qycsq.tabs__xs_qycsq {
|
|
59
59
|
width: 76px;
|
|
60
60
|
|
|
61
|
-
.
|
|
61
|
+
.tabs__button_qycsq:first-child {
|
|
62
62
|
margin-right: var(--gap-4);
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
|
-
.
|
|
65
|
+
.tabs__borderVisible_qycsq:before {
|
|
66
66
|
background-color: var(--color-light-neutral-translucent-300);
|
|
67
67
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"
|
|
5
|
+
var styles = {"component":"tabs__component_qycsq","primary":"tabs__primary_qycsq","button":"tabs__button_qycsq","xl":"tabs__xl_qycsq","secondary":"tabs__secondary_qycsq","xs":"tabs__xs_qycsq","borderVisible":"tabs__borderVisible_qycsq"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
--gap-4-neg: var(--gap-2xs-neg);
|
|
8
8
|
--gap-16-neg: var(--gap-m-neg);
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
.tabs__scrollableContainerWrapper_1h4tq {
|
|
11
11
|
display: flex;
|
|
12
12
|
}
|
|
13
|
-
.
|
|
13
|
+
.tabs__container_1h4tq {
|
|
14
14
|
position: relative;
|
|
15
15
|
overflow-x: auto;
|
|
16
16
|
overflow-y: hidden;
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
margin: var(--gap-4-neg) var(--gap-0) var(--gap-4-neg) var(--gap-4-neg);
|
|
21
21
|
padding: var(--gap-4) var(--gap-0) var(--gap-4) var(--gap-4);
|
|
22
22
|
}
|
|
23
|
-
.
|
|
23
|
+
.tabs__container_1h4tq::-webkit-scrollbar {
|
|
24
24
|
display: none;
|
|
25
25
|
}
|
|
26
|
-
.
|
|
26
|
+
.tabs__container_1h4tq > * {
|
|
27
27
|
flex-shrink: 0;
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.tabs__fullWidthScroll_1h4tq {
|
|
30
30
|
padding-left: var(--gap-0);
|
|
31
31
|
margin: var(--gap-4-neg) var(--gap-16-neg);
|
|
32
32
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"scrollableContainerWrapper":"
|
|
5
|
+
var styles = {"scrollableContainerWrapper":"tabs__scrollableContainerWrapper_1h4tq","container":"tabs__container_1h4tq","fullWidthScroll":"tabs__fullWidthScroll_1h4tq"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -20,47 +20,47 @@
|
|
|
20
20
|
--secondary-tablist-xl-gaps: var(--gap-16);
|
|
21
21
|
--secondary-tablist-transparent-gaps: var(--gap-0);
|
|
22
22
|
}
|
|
23
|
-
.
|
|
23
|
+
.tabs__component_9eprf {
|
|
24
24
|
position: relative;
|
|
25
25
|
display: inline-flex;
|
|
26
26
|
}
|
|
27
|
-
.
|
|
27
|
+
.tabs__fullWidthScroll_9eprf {
|
|
28
28
|
margin: var(--gap-0) var(--gap-16);
|
|
29
29
|
}
|
|
30
|
-
.
|
|
30
|
+
.tabs__container_9eprf {
|
|
31
31
|
overflow: hidden;
|
|
32
32
|
margin: var(--gap-4-neg) var(--gap-0) var(--gap-4-neg) var(--gap-4-neg);
|
|
33
33
|
padding: var(--gap-4) var(--gap-0) var(--gap-4) var(--gap-4);
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
.tabs__title_9eprf {
|
|
36
36
|
white-space: nowrap;
|
|
37
37
|
}
|
|
38
|
-
.
|
|
39
|
-
.
|
|
38
|
+
.tabs__desktop_9eprf.tabs__desktop_9eprf.tabs__transparentView_9eprf.tabs__transparentView_9eprf {
|
|
39
|
+
.tabs__title_9eprf.tabs__title_9eprf {
|
|
40
40
|
margin-left: var(--secondary-tablist-transparent-gaps);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
|
-
.
|
|
44
|
-
.
|
|
43
|
+
.tabs__xxs_9eprf .tabs__title_9eprf + .tabs__title_9eprf,
|
|
44
|
+
.tabs__xxs_9eprf .tabs__skeleton_9eprf + .tabs__skeleton_9eprf {
|
|
45
45
|
margin-left: var(--secondary-tablist-xxs-gaps);
|
|
46
46
|
}
|
|
47
|
-
.
|
|
48
|
-
.
|
|
47
|
+
.tabs__xs_9eprf .tabs__title_9eprf + .tabs__title_9eprf,
|
|
48
|
+
.tabs__xs_9eprf .tabs__skeleton_9eprf + .tabs__skeleton_9eprf {
|
|
49
49
|
margin-left: var(--secondary-tablist-xs-gaps);
|
|
50
50
|
}
|
|
51
|
-
.
|
|
52
|
-
.
|
|
51
|
+
.tabs__s_9eprf .tabs__title_9eprf + .tabs__title_9eprf,
|
|
52
|
+
.tabs__s_9eprf .tabs__skeleton_9eprf + .tabs__skeleton_9eprf {
|
|
53
53
|
margin-left: var(--secondary-tablist-s-gaps);
|
|
54
54
|
}
|
|
55
|
-
.
|
|
56
|
-
.
|
|
55
|
+
.tabs__m_9eprf .tabs__title_9eprf + .tabs__title_9eprf,
|
|
56
|
+
.tabs__m_9eprf .tabs__skeleton_9eprf + .tabs__skeleton_9eprf {
|
|
57
57
|
margin-left: var(--secondary-tablist-m-gaps);
|
|
58
58
|
}
|
|
59
|
-
.
|
|
60
|
-
.
|
|
59
|
+
.tabs__l_9eprf .tabs__title_9eprf + .tabs__title_9eprf,
|
|
60
|
+
.tabs__l_9eprf .tabs__skeleton_9eprf + .tabs__skeleton_9eprf {
|
|
61
61
|
margin-left: var(--secondary-tablist-l-gaps);
|
|
62
62
|
}
|
|
63
|
-
.
|
|
64
|
-
.
|
|
63
|
+
.tabs__xl_9eprf .tabs__title_9eprf + .tabs__title_9eprf,
|
|
64
|
+
.tabs__xl_9eprf .tabs__skeleton_9eprf + .tabs__skeleton_9eprf {
|
|
65
65
|
margin-left: var(--secondary-tablist-xl-gaps);
|
|
66
66
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var commonStyles = {"component":"
|
|
5
|
+
var commonStyles = {"component":"tabs__component_9eprf","fullWidthScroll":"tabs__fullWidthScroll_9eprf","container":"tabs__container_9eprf","title":"tabs__title_9eprf","desktop":"tabs__desktop_9eprf","transparentView":"tabs__transparentView_9eprf","xxs":"tabs__xxs_9eprf","skeleton":"tabs__skeleton_9eprf","xs":"tabs__xs_9eprf","s":"tabs__s_9eprf","m":"tabs__m_9eprf","l":"tabs__l_9eprf","xl":"tabs__xl_9eprf"};
|
|
6
6
|
|
|
7
7
|
module.exports = commonStyles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -19,38 +19,38 @@
|
|
|
19
19
|
--secondary-tablist-l-gaps: var(--gap-16);
|
|
20
20
|
--secondary-tablist-xl-gaps: var(--gap-16);
|
|
21
21
|
--secondary-tablist-transparent-gaps: var(--gap-0);
|
|
22
|
-
}.
|
|
22
|
+
}.tabs__component_9eprf {
|
|
23
23
|
position: relative;
|
|
24
24
|
display: inline-flex;
|
|
25
|
-
}.
|
|
25
|
+
}.tabs__fullWidthScroll_9eprf {
|
|
26
26
|
margin: var(--gap-0) var(--gap-16);
|
|
27
|
-
}.
|
|
27
|
+
}.tabs__container_9eprf {
|
|
28
28
|
overflow: hidden;
|
|
29
29
|
margin: var(--gap-4-neg) var(--gap-0) var(--gap-4-neg) var(--gap-4-neg);
|
|
30
30
|
padding: var(--gap-4) var(--gap-0) var(--gap-4) var(--gap-4);
|
|
31
|
-
}.
|
|
31
|
+
}.tabs__title_9eprf {
|
|
32
32
|
white-space: nowrap;
|
|
33
|
-
}.
|
|
34
|
-
.
|
|
33
|
+
}.tabs__desktop_9eprf.tabs__desktop_9eprf.tabs__transparentView_9eprf.tabs__transparentView_9eprf {
|
|
34
|
+
.tabs__title_9eprf.tabs__title_9eprf {
|
|
35
35
|
margin-left: var(--secondary-tablist-transparent-gaps);
|
|
36
36
|
}
|
|
37
|
-
}.
|
|
38
|
-
.
|
|
37
|
+
}.tabs__xxs_9eprf .tabs__title_9eprf + .tabs__title_9eprf,
|
|
38
|
+
.tabs__xxs_9eprf .tabs__skeleton_9eprf + .tabs__skeleton_9eprf {
|
|
39
39
|
margin-left: var(--secondary-tablist-xxs-gaps);
|
|
40
|
-
}.
|
|
41
|
-
.
|
|
40
|
+
}.tabs__xs_9eprf .tabs__title_9eprf + .tabs__title_9eprf,
|
|
41
|
+
.tabs__xs_9eprf .tabs__skeleton_9eprf + .tabs__skeleton_9eprf {
|
|
42
42
|
margin-left: var(--secondary-tablist-xs-gaps);
|
|
43
|
-
}.
|
|
44
|
-
.
|
|
43
|
+
}.tabs__s_9eprf .tabs__title_9eprf + .tabs__title_9eprf,
|
|
44
|
+
.tabs__s_9eprf .tabs__skeleton_9eprf + .tabs__skeleton_9eprf {
|
|
45
45
|
margin-left: var(--secondary-tablist-s-gaps);
|
|
46
|
-
}.
|
|
47
|
-
.
|
|
46
|
+
}.tabs__m_9eprf .tabs__title_9eprf + .tabs__title_9eprf,
|
|
47
|
+
.tabs__m_9eprf .tabs__skeleton_9eprf + .tabs__skeleton_9eprf {
|
|
48
48
|
margin-left: var(--secondary-tablist-m-gaps);
|
|
49
|
-
}.
|
|
50
|
-
.
|
|
49
|
+
}.tabs__l_9eprf .tabs__title_9eprf + .tabs__title_9eprf,
|
|
50
|
+
.tabs__l_9eprf .tabs__skeleton_9eprf + .tabs__skeleton_9eprf {
|
|
51
51
|
margin-left: var(--secondary-tablist-l-gaps);
|
|
52
|
-
}.
|
|
53
|
-
.
|
|
52
|
+
}.tabs__xl_9eprf .tabs__title_9eprf + .tabs__title_9eprf,
|
|
53
|
+
.tabs__xl_9eprf .tabs__skeleton_9eprf + .tabs__skeleton_9eprf {
|
|
54
54
|
margin-left: var(--secondary-tablist-xl-gaps);
|
|
55
55
|
}
|
|
56
56
|
:root {
|
|
@@ -76,12 +76,12 @@
|
|
|
76
76
|
--secondary-tablist-xl-gaps: var(--gap-16);
|
|
77
77
|
--secondary-tablist-transparent-gaps: var(--gap-0);
|
|
78
78
|
}
|
|
79
|
-
.
|
|
79
|
+
.tabs__title_1npg5 {
|
|
80
80
|
}
|
|
81
|
-
.
|
|
82
|
-
.
|
|
81
|
+
.tabs__mobile_1npg5 .tabs__title_1npg5 + .tabs__title_1npg5,
|
|
82
|
+
.tabs__mobile_1npg5 .tabs__skeleton_1npg5 + .tabs__skeleton_1npg5 {
|
|
83
83
|
margin-left: var(--secondary-tablist-mobile-gaps);
|
|
84
84
|
}
|
|
85
|
-
.
|
|
85
|
+
.tabs__mobile_1npg5.tabs__transparentView_1npg5.tabs__transparentView_1npg5 .tabs__title_1npg5 {
|
|
86
86
|
margin-left: var(--secondary-tablist-transparent-gaps);
|
|
87
87
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./mobile.css');
|
|
4
4
|
|
|
5
|
-
var mobileStyles = {"title":"
|
|
5
|
+
var mobileStyles = {"title":"tabs__title_1npg5 tabs__title_9eprf","mobile":"tabs__mobile_1npg5","skeleton":"tabs__skeleton_1npg5","transparentView":"tabs__transparentView_1npg5"};
|
|
6
6
|
|
|
7
7
|
module.exports = mobileStyles;
|
|
8
8
|
//# sourceMappingURL=mobile.module.css.js.map
|
package/components/tab/index.css
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"
|
|
5
|
+
var styles = {"component":"tabs__component_5ma47","hidden":"tabs__hidden_5ma47"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|