@alfalab/core-components-navigation-bar-private 2.0.3 → 2.0.4-alfasans
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/back-arrow-addon/default.css +7 -7
- package/components/back-arrow-addon/default.module.css.js +1 -1
- package/components/back-arrow-addon/index.css +8 -8
- package/components/back-arrow-addon/index.module.css.js +1 -1
- package/components/back-arrow-addon/inverted.css +7 -7
- package/components/back-arrow-addon/inverted.module.css.js +1 -1
- package/components/closer/default.css +2 -2
- package/components/closer/default.module.css.js +1 -1
- package/components/closer/index.css +4 -4
- package/components/closer/index.module.css.js +1 -1
- package/components/closer/inverted.css +2 -2
- package/components/closer/inverted.module.css.js +1 -1
- package/cssm/index.module.css +7 -4
- package/esm/components/back-arrow-addon/default.css +7 -7
- package/esm/components/back-arrow-addon/default.module.css.js +1 -1
- package/esm/components/back-arrow-addon/index.css +8 -8
- package/esm/components/back-arrow-addon/index.module.css.js +1 -1
- package/esm/components/back-arrow-addon/inverted.css +7 -7
- package/esm/components/back-arrow-addon/inverted.module.css.js +1 -1
- package/esm/components/closer/default.css +2 -2
- package/esm/components/closer/default.module.css.js +1 -1
- package/esm/components/closer/index.css +4 -4
- package/esm/components/closer/index.module.css.js +1 -1
- package/esm/components/closer/inverted.css +2 -2
- package/esm/components/closer/inverted.module.css.js +1 -1
- package/esm/index.css +33 -30
- package/esm/index.module.css.js +1 -1
- package/index.css +33 -30
- package/index.module.css.js +1 -1
- package/modern/components/back-arrow-addon/default.css +7 -7
- package/modern/components/back-arrow-addon/default.module.css.js +1 -1
- package/modern/components/back-arrow-addon/index.css +8 -8
- package/modern/components/back-arrow-addon/index.module.css.js +1 -1
- package/modern/components/back-arrow-addon/inverted.css +7 -7
- package/modern/components/back-arrow-addon/inverted.module.css.js +1 -1
- package/modern/components/closer/default.css +2 -2
- package/modern/components/closer/default.module.css.js +1 -1
- package/modern/components/closer/index.css +4 -4
- package/modern/components/closer/index.module.css.js +1 -1
- package/modern/components/closer/inverted.css +2 -2
- package/modern/components/closer/inverted.module.css.js +1 -1
- package/modern/index.css +33 -30
- package/modern/index.module.css.js +1 -1
- package/moderncssm/index.module.css +4 -2
- package/package.json +7 -7
package/modern/index.css
CHANGED
|
@@ -10,37 +10,38 @@
|
|
|
10
10
|
--gap-12: var(--gap-s);
|
|
11
11
|
}
|
|
12
12
|
:root {
|
|
13
|
-
--font-family-
|
|
14
|
-
system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
|
|
13
|
+
--font-family-alfasans:
|
|
14
|
+
'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
|
|
15
|
+
Helvetica, sans-serif;
|
|
15
16
|
}
|
|
16
|
-
.navigation-bar-
|
|
17
|
+
.navigation-bar-private__header_1elrk {
|
|
17
18
|
width: 100%;
|
|
18
19
|
box-sizing: border-box;
|
|
19
20
|
transition:
|
|
20
21
|
box-shadow 0.2s ease,
|
|
21
22
|
background 0.2s ease;
|
|
22
23
|
}
|
|
23
|
-
.navigation-bar-
|
|
24
|
+
.navigation-bar-private__header_1elrk.navigation-bar-private__header_1elrk.navigation-bar-private__backgroundImage_1elrk {
|
|
24
25
|
background-repeat: no-repeat;
|
|
25
26
|
background-position: center;
|
|
26
27
|
background-size: cover;
|
|
27
28
|
}
|
|
28
|
-
.navigation-bar-
|
|
29
|
+
.navigation-bar-private__mainLine_1elrk {
|
|
29
30
|
display: flex;
|
|
30
31
|
align-items: stretch;
|
|
31
32
|
justify-content: space-between;
|
|
32
33
|
z-index: 1;
|
|
33
34
|
background-color: inherit;
|
|
34
35
|
}
|
|
35
|
-
.navigation-bar-
|
|
36
|
+
.navigation-bar-private__mainLineSticky_1elrk {
|
|
36
37
|
position: sticky;
|
|
37
38
|
top: var(--gap-0);
|
|
38
39
|
}
|
|
39
|
-
.navigation-bar-
|
|
40
|
+
.navigation-bar-private__mainLineWithImageBg_1elrk {
|
|
40
41
|
background-color: transparent;
|
|
41
42
|
background-color: initial;
|
|
42
43
|
}
|
|
43
|
-
.navigation-bar-
|
|
44
|
+
.navigation-bar-private__content_1elrk {
|
|
44
45
|
color: var(--color-light-text-primary);
|
|
45
46
|
display: flex;
|
|
46
47
|
flex-flow: column nowrap;
|
|
@@ -50,37 +51,39 @@
|
|
|
50
51
|
box-sizing: border-box;
|
|
51
52
|
min-height: 48px;
|
|
52
53
|
}
|
|
53
|
-
.navigation-bar-
|
|
54
|
-
.navigation-bar-
|
|
54
|
+
.navigation-bar-private__content_1elrk.navigation-bar-private__withBothAddons_1elrk,
|
|
55
|
+
.navigation-bar-private__content_1elrk.navigation-bar-private__withCompactTitle_1elrk {
|
|
55
56
|
font-size: 16px;
|
|
56
57
|
line-height: 20px;
|
|
57
58
|
font-weight: 500;
|
|
58
|
-
|
|
59
|
+
letter-spacing: -0.05px;
|
|
60
|
+
font-family: var(--font-family-alfasans);
|
|
59
61
|
align-self: center;
|
|
60
62
|
padding-top: var(--gap-4);
|
|
61
63
|
padding-bottom: var(--gap-4);
|
|
62
64
|
}
|
|
63
|
-
.navigation-bar-
|
|
64
|
-
.navigation-bar-
|
|
65
|
-
.navigation-bar-
|
|
66
|
-
.navigation-bar-
|
|
65
|
+
.navigation-bar-private__content_1elrk.navigation-bar-private__withBothAddons_1elrk > .navigation-bar-private__children_1elrk,
|
|
66
|
+
.navigation-bar-private__content_1elrk.navigation-bar-private__withCompactTitle_1elrk > .navigation-bar-private__children_1elrk,
|
|
67
|
+
.navigation-bar-private__content_1elrk.navigation-bar-private__withBothAddons_1elrk > .navigation-bar-private__title_1elrk .navigation-bar-private__titleTextContent_1elrk,
|
|
68
|
+
.navigation-bar-private__content_1elrk.navigation-bar-private__withCompactTitle_1elrk > .navigation-bar-private__title_1elrk .navigation-bar-private__titleTextContent_1elrk {
|
|
67
69
|
-webkit-line-clamp: 1;
|
|
68
70
|
word-break: break-all;
|
|
69
71
|
}
|
|
70
|
-
.navigation-bar-
|
|
72
|
+
.navigation-bar-private__content_1elrk.navigation-bar-private__contentOnBotDesktop_1elrk.navigation-bar-private__contentOnBotDesktop_1elrk {
|
|
71
73
|
padding-top: var(--gap-12);
|
|
72
74
|
}
|
|
73
|
-
.navigation-bar-
|
|
75
|
+
.navigation-bar-private__content_1elrk.navigation-bar-private__contentOnBotMobile_1elrk.navigation-bar-private__contentOnBotMobile_1elrk {
|
|
74
76
|
padding-top: var(--gap-12);
|
|
75
77
|
}
|
|
76
|
-
.navigation-bar-
|
|
78
|
+
.navigation-bar-private__title_1elrk .navigation-bar-private__titleTextContent_1elrk {
|
|
77
79
|
word-break: break-word;
|
|
78
80
|
}
|
|
79
|
-
.navigation-bar-
|
|
81
|
+
.navigation-bar-private__subtitle_1elrk {
|
|
80
82
|
font-size: 14px;
|
|
81
83
|
line-height: 20px;
|
|
82
84
|
font-weight: 400;
|
|
83
|
-
|
|
85
|
+
letter-spacing: -0.08px;
|
|
86
|
+
font-family: var(--font-family-alfasans);
|
|
84
87
|
-webkit-line-clamp: 1;
|
|
85
88
|
display: -webkit-box;
|
|
86
89
|
-webkit-box-orient: vertical;
|
|
@@ -89,13 +92,13 @@
|
|
|
89
92
|
color: var(--color-light-text-secondary);
|
|
90
93
|
word-break: break-all;
|
|
91
94
|
}
|
|
92
|
-
.navigation-bar-
|
|
95
|
+
.navigation-bar-private__addonsWrapper_1elrk {
|
|
93
96
|
display: flex;
|
|
94
97
|
}
|
|
95
|
-
.navigation-bar-
|
|
98
|
+
.navigation-bar-private__rightAddons_1elrk {
|
|
96
99
|
margin-left: auto;
|
|
97
100
|
}
|
|
98
|
-
.navigation-bar-
|
|
101
|
+
.navigation-bar-private__addon_1elrk {
|
|
99
102
|
min-width: 48px;
|
|
100
103
|
height: 48px;
|
|
101
104
|
display: flex;
|
|
@@ -104,23 +107,23 @@
|
|
|
104
107
|
flex-shrink: 0;
|
|
105
108
|
pointer-events: all;
|
|
106
109
|
}
|
|
107
|
-
.navigation-bar-
|
|
110
|
+
.navigation-bar-private__bottomAddons_1elrk {
|
|
108
111
|
pointer-events: all;
|
|
109
112
|
}
|
|
110
|
-
.navigation-bar-
|
|
113
|
+
.navigation-bar-private__closer_1elrk {
|
|
111
114
|
margin-left: auto;
|
|
112
115
|
}
|
|
113
|
-
.navigation-bar-
|
|
116
|
+
.navigation-bar-private__left_1elrk {
|
|
114
117
|
text-align: left;
|
|
115
118
|
}
|
|
116
|
-
.navigation-bar-
|
|
119
|
+
.navigation-bar-private__center_1elrk {
|
|
117
120
|
text-align: center;
|
|
118
121
|
}
|
|
119
|
-
.navigation-bar-
|
|
122
|
+
.navigation-bar-private__trim_1elrk {
|
|
120
123
|
overflow: hidden;
|
|
121
124
|
}
|
|
122
|
-
.navigation-bar-
|
|
123
|
-
.navigation-bar-
|
|
125
|
+
.navigation-bar-private__trim_1elrk .navigation-bar-private__title_1elrk .navigation-bar-private__titleTextContent_1elrk,
|
|
126
|
+
.navigation-bar-private__trim_1elrk .navigation-bar-private__children_1elrk {
|
|
124
127
|
-webkit-line-clamp: 2;
|
|
125
128
|
display: -webkit-box;
|
|
126
129
|
-webkit-box-orient: vertical;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"header":"navigation-bar-
|
|
3
|
+
const styles = {"header":"navigation-bar-private__header_1elrk","backgroundImage":"navigation-bar-private__backgroundImage_1elrk","mainLine":"navigation-bar-private__mainLine_1elrk","mainLineSticky":"navigation-bar-private__mainLineSticky_1elrk","mainLineWithImageBg":"navigation-bar-private__mainLineWithImageBg_1elrk","content":"navigation-bar-private__content_1elrk","withBothAddons":"navigation-bar-private__withBothAddons_1elrk","withCompactTitle":"navigation-bar-private__withCompactTitle_1elrk","children":"navigation-bar-private__children_1elrk","title":"navigation-bar-private__title_1elrk","titleTextContent":"navigation-bar-private__titleTextContent_1elrk","contentOnBotDesktop":"navigation-bar-private__contentOnBotDesktop_1elrk","contentOnBotMobile":"navigation-bar-private__contentOnBotMobile_1elrk","subtitle":"navigation-bar-private__subtitle_1elrk","addonsWrapper":"navigation-bar-private__addonsWrapper_1elrk","rightAddons":"navigation-bar-private__rightAddons_1elrk","addon":"navigation-bar-private__addon_1elrk","bottomAddons":"navigation-bar-private__bottomAddons_1elrk","closer":"navigation-bar-private__closer_1elrk","left":"navigation-bar-private__left_1elrk","center":"navigation-bar-private__center_1elrk","trim":"navigation-bar-private__trim_1elrk"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -48,7 +48,8 @@
|
|
|
48
48
|
font-size: 16px;
|
|
49
49
|
line-height: 20px;
|
|
50
50
|
font-weight: 500;
|
|
51
|
-
|
|
51
|
+
letter-spacing: -0.05px;
|
|
52
|
+
font-family: var(--font-family-alfasans);
|
|
52
53
|
align-self: center;
|
|
53
54
|
padding-top: var(--gap-4);
|
|
54
55
|
padding-bottom: var(--gap-4);
|
|
@@ -78,7 +79,8 @@
|
|
|
78
79
|
font-size: 14px;
|
|
79
80
|
line-height: 20px;
|
|
80
81
|
font-weight: 400;
|
|
81
|
-
|
|
82
|
+
letter-spacing: -0.08px;
|
|
83
|
+
font-family: var(--font-family-alfasans);
|
|
82
84
|
-webkit-line-clamp: 1;
|
|
83
85
|
display: -webkit-box;
|
|
84
86
|
-webkit-box-orient: vertical;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-navigation-bar-private",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4-alfasans",
|
|
4
4
|
"description": "Navigation bar private component",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
"main": "index.js",
|
|
11
11
|
"module": "./esm/index.js",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@alfalab/core-components-button": "
|
|
14
|
-
"@alfalab/core-components-icon-button": "
|
|
15
|
-
"@alfalab/core-components-shared": "
|
|
16
|
-
"@alfalab/core-components-typography": "
|
|
13
|
+
"@alfalab/core-components-button": "13.1.0-alfasans",
|
|
14
|
+
"@alfalab/core-components-icon-button": "8.0.3-alfasans",
|
|
15
|
+
"@alfalab/core-components-shared": "2.1.0-alfasans",
|
|
16
|
+
"@alfalab/core-components-typography": "6.0.2-alfasans",
|
|
17
17
|
"@alfalab/hooks": "^1.13.1",
|
|
18
18
|
"@alfalab/icons-glyph": "^2.260.0",
|
|
19
19
|
"classnames": "^2.5.1",
|
|
@@ -28,6 +28,6 @@
|
|
|
28
28
|
"access": "public",
|
|
29
29
|
"directory": "dist"
|
|
30
30
|
},
|
|
31
|
-
"themesVersion": "15.0.
|
|
32
|
-
"varsVersion": "11.0.1"
|
|
31
|
+
"themesVersion": "15.0.2-alfasans",
|
|
32
|
+
"varsVersion": "11.0.1-alfasans"
|
|
33
33
|
}
|