@alfalab/core-components-navigation-bar-private 1.0.0 → 1.0.1-snapshot-c2c8d5a
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/index.css +11 -11
- package/components/back-arrow-addon/index.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/esm/components/back-arrow-addon/index.css +11 -11
- package/esm/components/back-arrow-addon/index.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 +26 -26
- package/esm/index.module.css.js +1 -1
- package/index.css +26 -26
- package/index.module.css.js +1 -1
- package/modern/components/back-arrow-addon/index.css +11 -11
- package/modern/components/back-arrow-addon/index.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 +26 -26
- package/modern/index.module.css.js +1 -1
- package/package.json +6 -6
|
@@ -17,48 +17,48 @@
|
|
|
17
17
|
--color-static-monochrome-white-4: rgba(255, 255, 255, 0.04);
|
|
18
18
|
} :root {
|
|
19
19
|
--navigation-bar-back-arrow-mobile-fill: var(--color-light-neutral-translucent-700);
|
|
20
|
-
} .navigation-bar-
|
|
20
|
+
} .navigation-bar-private__component_yii5g {
|
|
21
21
|
height: 100%;
|
|
22
22
|
background: var(--color-static-monochrome-white-4);
|
|
23
23
|
-webkit-backdrop-filter: blur(10px);
|
|
24
24
|
backdrop-filter: blur(10px);
|
|
25
25
|
border-radius: var(--border-radius-pill);
|
|
26
26
|
min-width: 48px
|
|
27
|
-
} .navigation-bar-
|
|
27
|
+
} .navigation-bar-private__component_yii5g svg > path {
|
|
28
28
|
transition: fill 0.2s ease;
|
|
29
29
|
fill: var(--color-light-neutral-translucent-1300);
|
|
30
|
-
} .navigation-bar-
|
|
30
|
+
} .navigation-bar-private__component_yii5g:hover svg > path {
|
|
31
31
|
fill: var(--color-light-neutral-translucent-1300-hover);
|
|
32
|
-
} .navigation-bar-
|
|
32
|
+
} .navigation-bar-private__component_yii5g:active svg > path {
|
|
33
33
|
fill: var(--color-light-neutral-translucent-1300-press);
|
|
34
|
-
} .navigation-bar-
|
|
34
|
+
} .navigation-bar-private__mobileComponent_yii5g {
|
|
35
35
|
height: 32px;
|
|
36
36
|
min-width: 32px;
|
|
37
37
|
margin: var(--gap-0) var(--gap-8);
|
|
38
38
|
-webkit-backdrop-filter: none;
|
|
39
39
|
backdrop-filter: none;
|
|
40
40
|
background: none;
|
|
41
|
-
} .navigation-bar-
|
|
41
|
+
} .navigation-bar-private__flex_yii5g {
|
|
42
42
|
display: flex;
|
|
43
43
|
align-items: center;
|
|
44
|
-
} .navigation-bar-
|
|
44
|
+
} .navigation-bar-private__iconWrapper_yii5g {
|
|
45
45
|
display: inline-flex;
|
|
46
46
|
align-items: center;
|
|
47
47
|
justify-content: center;
|
|
48
48
|
height: 48px;
|
|
49
49
|
margin: var(--gap-0) var(--gap-8) var(--gap-0) var(--gap-12);
|
|
50
50
|
border-radius: var(--border-radius-circle)
|
|
51
|
-
} .navigation-bar-
|
|
51
|
+
} .navigation-bar-private__iconWrapper_yii5g + .navigation-bar-private__text_yii5g {
|
|
52
52
|
margin-right: var(--gap-12);
|
|
53
|
-
} .navigation-bar-
|
|
53
|
+
} .navigation-bar-private__mobileWrapper_yii5g {
|
|
54
54
|
width: 32px;
|
|
55
55
|
height: 32px;
|
|
56
56
|
background: var(--color-light-neutral-translucent-100);
|
|
57
57
|
-webkit-backdrop-filter: blur(10px);
|
|
58
58
|
backdrop-filter: blur(10px);
|
|
59
59
|
margin: var(--gap-0)
|
|
60
|
-
} .navigation-bar-
|
|
60
|
+
} .navigation-bar-private__mobileWrapper_yii5g + .navigation-bar-private__text_yii5g {
|
|
61
61
|
margin: var(--gap-0) var(--gap-12) var(--gap-0) var(--gap-8);
|
|
62
|
-
} .navigation-bar-
|
|
62
|
+
} .navigation-bar-private__mobileWrapper_yii5g svg > path {
|
|
63
63
|
fill: var(--navigation-bar-back-arrow-mobile-fill);
|
|
64
64
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"navigation-bar-
|
|
5
|
+
var styles = {"component":"navigation-bar-private__component_yii5g","mobileComponent":"navigation-bar-private__mobileComponent_yii5g","flex":"navigation-bar-private__flex_yii5g","iconWrapper":"navigation-bar-private__iconWrapper_yii5g","text":"navigation-bar-private__text_yii5g","mobileWrapper":"navigation-bar-private__mobileWrapper_yii5g"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
:root {
|
|
10
10
|
--navigation-bar-closer-mobile-color: var(--color-light-neutral-translucent-700);
|
|
11
11
|
}
|
|
12
|
-
.navigation-bar-
|
|
12
|
+
.navigation-bar-private__button_zmoix {
|
|
13
13
|
background: var(--color-light-monochrome-white-4);
|
|
14
14
|
color: var(--color-light-neutral-translucent-1300)
|
|
15
15
|
}
|
|
16
|
-
.navigation-bar-
|
|
16
|
+
.navigation-bar-private__button_zmoix.navigation-bar-private__mobile_zmoix {
|
|
17
17
|
background: var(--color-light-neutral-translucent-100);
|
|
18
18
|
color: var(--navigation-bar-closer-mobile-color);
|
|
19
19
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./default.css');
|
|
4
4
|
|
|
5
|
-
var defaultColors = {"button":"navigation-bar-
|
|
5
|
+
var defaultColors = {"button":"navigation-bar-private__button_zmoix","mobile":"navigation-bar-private__mobile_zmoix"};
|
|
6
6
|
|
|
7
7
|
module.exports = defaultColors;
|
|
8
8
|
//# sourceMappingURL=default.module.css.js.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
--border-radius-circle: 50%;
|
|
3
3
|
} :root {
|
|
4
4
|
--gap-0: 0px;
|
|
5
|
-
} .navigation-bar-
|
|
5
|
+
} .navigation-bar-private__closer_osrm2 {
|
|
6
6
|
flex-shrink: 0;
|
|
7
7
|
width: 48px;
|
|
8
8
|
height: 48px;
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
display: flex;
|
|
11
11
|
align-items: center;
|
|
12
12
|
justify-content: center;
|
|
13
|
-
} .navigation-bar-
|
|
13
|
+
} .navigation-bar-private__button_osrm2 {
|
|
14
14
|
-webkit-backdrop-filter: blur(10px);
|
|
15
15
|
backdrop-filter: blur(10px);
|
|
16
|
-
} .navigation-bar-
|
|
16
|
+
} .navigation-bar-private__button_osrm2.navigation-bar-private__button_osrm2 {
|
|
17
17
|
border-radius: var(--border-radius-circle);
|
|
18
|
-
} .navigation-bar-
|
|
18
|
+
} .navigation-bar-private__sticky_osrm2 {
|
|
19
19
|
position: sticky;
|
|
20
20
|
top: var(--gap-0);
|
|
21
21
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"closer":"navigation-bar-
|
|
5
|
+
var styles = {"closer":"navigation-bar-private__closer_osrm2","button":"navigation-bar-private__button_osrm2","sticky":"navigation-bar-private__sticky_osrm2"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
--color-light-neutral-translucent-700-inverted
|
|
11
11
|
);
|
|
12
12
|
}
|
|
13
|
-
.navigation-bar-
|
|
13
|
+
.navigation-bar-private__button_1ev5w {
|
|
14
14
|
background: var(--color-light-monochrome-white-4-inverted);
|
|
15
15
|
color: var(--color-light-neutral-translucent-1300-inverted)
|
|
16
16
|
}
|
|
17
|
-
.navigation-bar-
|
|
17
|
+
.navigation-bar-private__button_1ev5w.navigation-bar-private__mobile_1ev5w {
|
|
18
18
|
background: var(--color-light-neutral-translucent-100-inverted);
|
|
19
19
|
color: var(--navigation-bar-closer-mobile-color-inverted);
|
|
20
20
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./inverted.css');
|
|
4
4
|
|
|
5
|
-
var invertedColors = {"button":"navigation-bar-
|
|
5
|
+
var invertedColors = {"button":"navigation-bar-private__button_1ev5w","mobile":"navigation-bar-private__mobile_1ev5w"};
|
|
6
6
|
|
|
7
7
|
module.exports = invertedColors;
|
|
8
8
|
//# sourceMappingURL=inverted.module.css.js.map
|
|
@@ -17,48 +17,48 @@
|
|
|
17
17
|
--color-static-monochrome-white-4: rgba(255, 255, 255, 0.04);
|
|
18
18
|
} :root {
|
|
19
19
|
--navigation-bar-back-arrow-mobile-fill: var(--color-light-neutral-translucent-700);
|
|
20
|
-
} .navigation-bar-
|
|
20
|
+
} .navigation-bar-private__component_yii5g {
|
|
21
21
|
height: 100%;
|
|
22
22
|
background: var(--color-static-monochrome-white-4);
|
|
23
23
|
-webkit-backdrop-filter: blur(10px);
|
|
24
24
|
backdrop-filter: blur(10px);
|
|
25
25
|
border-radius: var(--border-radius-pill);
|
|
26
26
|
min-width: 48px
|
|
27
|
-
} .navigation-bar-
|
|
27
|
+
} .navigation-bar-private__component_yii5g svg > path {
|
|
28
28
|
transition: fill 0.2s ease;
|
|
29
29
|
fill: var(--color-light-neutral-translucent-1300);
|
|
30
|
-
} .navigation-bar-
|
|
30
|
+
} .navigation-bar-private__component_yii5g:hover svg > path {
|
|
31
31
|
fill: var(--color-light-neutral-translucent-1300-hover);
|
|
32
|
-
} .navigation-bar-
|
|
32
|
+
} .navigation-bar-private__component_yii5g:active svg > path {
|
|
33
33
|
fill: var(--color-light-neutral-translucent-1300-press);
|
|
34
|
-
} .navigation-bar-
|
|
34
|
+
} .navigation-bar-private__mobileComponent_yii5g {
|
|
35
35
|
height: 32px;
|
|
36
36
|
min-width: 32px;
|
|
37
37
|
margin: var(--gap-0) var(--gap-8);
|
|
38
38
|
-webkit-backdrop-filter: none;
|
|
39
39
|
backdrop-filter: none;
|
|
40
40
|
background: none;
|
|
41
|
-
} .navigation-bar-
|
|
41
|
+
} .navigation-bar-private__flex_yii5g {
|
|
42
42
|
display: flex;
|
|
43
43
|
align-items: center;
|
|
44
|
-
} .navigation-bar-
|
|
44
|
+
} .navigation-bar-private__iconWrapper_yii5g {
|
|
45
45
|
display: inline-flex;
|
|
46
46
|
align-items: center;
|
|
47
47
|
justify-content: center;
|
|
48
48
|
height: 48px;
|
|
49
49
|
margin: var(--gap-0) var(--gap-8) var(--gap-0) var(--gap-12);
|
|
50
50
|
border-radius: var(--border-radius-circle)
|
|
51
|
-
} .navigation-bar-
|
|
51
|
+
} .navigation-bar-private__iconWrapper_yii5g + .navigation-bar-private__text_yii5g {
|
|
52
52
|
margin-right: var(--gap-12);
|
|
53
|
-
} .navigation-bar-
|
|
53
|
+
} .navigation-bar-private__mobileWrapper_yii5g {
|
|
54
54
|
width: 32px;
|
|
55
55
|
height: 32px;
|
|
56
56
|
background: var(--color-light-neutral-translucent-100);
|
|
57
57
|
-webkit-backdrop-filter: blur(10px);
|
|
58
58
|
backdrop-filter: blur(10px);
|
|
59
59
|
margin: var(--gap-0)
|
|
60
|
-
} .navigation-bar-
|
|
60
|
+
} .navigation-bar-private__mobileWrapper_yii5g + .navigation-bar-private__text_yii5g {
|
|
61
61
|
margin: var(--gap-0) var(--gap-12) var(--gap-0) var(--gap-8);
|
|
62
|
-
} .navigation-bar-
|
|
62
|
+
} .navigation-bar-private__mobileWrapper_yii5g svg > path {
|
|
63
63
|
fill: var(--navigation-bar-back-arrow-mobile-fill);
|
|
64
64
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"component":"navigation-bar-
|
|
3
|
+
var styles = {"component":"navigation-bar-private__component_yii5g","mobileComponent":"navigation-bar-private__mobileComponent_yii5g","flex":"navigation-bar-private__flex_yii5g","iconWrapper":"navigation-bar-private__iconWrapper_yii5g","text":"navigation-bar-private__text_yii5g","mobileWrapper":"navigation-bar-private__mobileWrapper_yii5g"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
:root {
|
|
10
10
|
--navigation-bar-closer-mobile-color: var(--color-light-neutral-translucent-700);
|
|
11
11
|
}
|
|
12
|
-
.navigation-bar-
|
|
12
|
+
.navigation-bar-private__button_zmoix {
|
|
13
13
|
background: var(--color-light-monochrome-white-4);
|
|
14
14
|
color: var(--color-light-neutral-translucent-1300)
|
|
15
15
|
}
|
|
16
|
-
.navigation-bar-
|
|
16
|
+
.navigation-bar-private__button_zmoix.navigation-bar-private__mobile_zmoix {
|
|
17
17
|
background: var(--color-light-neutral-translucent-100);
|
|
18
18
|
color: var(--navigation-bar-closer-mobile-color);
|
|
19
19
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './default.css';
|
|
2
2
|
|
|
3
|
-
var defaultColors = {"button":"navigation-bar-
|
|
3
|
+
var defaultColors = {"button":"navigation-bar-private__button_zmoix","mobile":"navigation-bar-private__mobile_zmoix"};
|
|
4
4
|
|
|
5
5
|
export { defaultColors as default };
|
|
6
6
|
//# sourceMappingURL=default.module.css.js.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
--border-radius-circle: 50%;
|
|
3
3
|
} :root {
|
|
4
4
|
--gap-0: 0px;
|
|
5
|
-
} .navigation-bar-
|
|
5
|
+
} .navigation-bar-private__closer_osrm2 {
|
|
6
6
|
flex-shrink: 0;
|
|
7
7
|
width: 48px;
|
|
8
8
|
height: 48px;
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
display: flex;
|
|
11
11
|
align-items: center;
|
|
12
12
|
justify-content: center;
|
|
13
|
-
} .navigation-bar-
|
|
13
|
+
} .navigation-bar-private__button_osrm2 {
|
|
14
14
|
-webkit-backdrop-filter: blur(10px);
|
|
15
15
|
backdrop-filter: blur(10px);
|
|
16
|
-
} .navigation-bar-
|
|
16
|
+
} .navigation-bar-private__button_osrm2.navigation-bar-private__button_osrm2 {
|
|
17
17
|
border-radius: var(--border-radius-circle);
|
|
18
|
-
} .navigation-bar-
|
|
18
|
+
} .navigation-bar-private__sticky_osrm2 {
|
|
19
19
|
position: sticky;
|
|
20
20
|
top: var(--gap-0);
|
|
21
21
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"closer":"navigation-bar-
|
|
3
|
+
var styles = {"closer":"navigation-bar-private__closer_osrm2","button":"navigation-bar-private__button_osrm2","sticky":"navigation-bar-private__sticky_osrm2"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
--color-light-neutral-translucent-700-inverted
|
|
11
11
|
);
|
|
12
12
|
}
|
|
13
|
-
.navigation-bar-
|
|
13
|
+
.navigation-bar-private__button_1ev5w {
|
|
14
14
|
background: var(--color-light-monochrome-white-4-inverted);
|
|
15
15
|
color: var(--color-light-neutral-translucent-1300-inverted)
|
|
16
16
|
}
|
|
17
|
-
.navigation-bar-
|
|
17
|
+
.navigation-bar-private__button_1ev5w.navigation-bar-private__mobile_1ev5w {
|
|
18
18
|
background: var(--color-light-neutral-translucent-100-inverted);
|
|
19
19
|
color: var(--navigation-bar-closer-mobile-color-inverted);
|
|
20
20
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './inverted.css';
|
|
2
2
|
|
|
3
|
-
var invertedColors = {"button":"navigation-bar-
|
|
3
|
+
var invertedColors = {"button":"navigation-bar-private__button_1ev5w","mobile":"navigation-bar-private__mobile_1ev5w"};
|
|
4
4
|
|
|
5
5
|
export { invertedColors as default };
|
|
6
6
|
//# sourceMappingURL=inverted.module.css.js.map
|
package/esm/index.css
CHANGED
|
@@ -7,27 +7,27 @@
|
|
|
7
7
|
--gap-0: 0px;
|
|
8
8
|
--gap-4: var(--gap-2xs);
|
|
9
9
|
--gap-12: var(--gap-s);
|
|
10
|
-
} .navigation-bar-
|
|
10
|
+
} .navigation-bar-private__header_1dpgw {
|
|
11
11
|
width: 100%;
|
|
12
12
|
box-sizing: border-box;
|
|
13
13
|
transition: box-shadow 0.2s ease, background 0.2s ease
|
|
14
|
-
} .navigation-bar-
|
|
14
|
+
} .navigation-bar-private__header_1dpgw.navigation-bar-private__header_1dpgw.navigation-bar-private__backgroundImage_1dpgw {
|
|
15
15
|
background-repeat: no-repeat;
|
|
16
16
|
background-position: center;
|
|
17
17
|
background-size: cover;
|
|
18
|
-
} .navigation-bar-
|
|
18
|
+
} .navigation-bar-private__mainLine_1dpgw {
|
|
19
19
|
display: flex;
|
|
20
20
|
align-items: stretch;
|
|
21
21
|
justify-content: space-between;
|
|
22
22
|
z-index: 1;
|
|
23
23
|
background-color: inherit;
|
|
24
|
-
} .navigation-bar-
|
|
24
|
+
} .navigation-bar-private__mainLineSticky_1dpgw {
|
|
25
25
|
position: sticky;
|
|
26
26
|
top: var(--gap-0);
|
|
27
|
-
} .navigation-bar-
|
|
27
|
+
} .navigation-bar-private__mainLineWithImageBg_1dpgw {
|
|
28
28
|
background-color: transparent;
|
|
29
29
|
background-color: initial;
|
|
30
|
-
} .navigation-bar-
|
|
30
|
+
} .navigation-bar-private__content_1dpgw {
|
|
31
31
|
color: var(--color-light-text-primary);
|
|
32
32
|
display: flex;
|
|
33
33
|
flex-flow: column nowrap;
|
|
@@ -36,27 +36,27 @@
|
|
|
36
36
|
align-self: baseline;
|
|
37
37
|
box-sizing: border-box;
|
|
38
38
|
min-height: 48px
|
|
39
|
-
} .navigation-bar-
|
|
40
|
-
.navigation-bar-
|
|
39
|
+
} .navigation-bar-private__content_1dpgw.navigation-bar-private__withBothAddons_1dpgw,
|
|
40
|
+
.navigation-bar-private__content_1dpgw.navigation-bar-private__withCompactTitle_1dpgw {
|
|
41
41
|
font-size: 16px;
|
|
42
42
|
line-height: 20px;
|
|
43
43
|
font-weight: 500;
|
|
44
44
|
align-self: center;
|
|
45
45
|
padding-top: var(--gap-4);
|
|
46
46
|
padding-bottom: var(--gap-4)
|
|
47
|
-
} .navigation-bar-
|
|
48
|
-
.navigation-bar-
|
|
49
|
-
.navigation-bar-
|
|
50
|
-
.navigation-bar-
|
|
47
|
+
} .navigation-bar-private__content_1dpgw.navigation-bar-private__withBothAddons_1dpgw > .navigation-bar-private__children_1dpgw,
|
|
48
|
+
.navigation-bar-private__content_1dpgw.navigation-bar-private__withBothAddons_1dpgw > .navigation-bar-private__title_1dpgw,
|
|
49
|
+
.navigation-bar-private__content_1dpgw.navigation-bar-private__withCompactTitle_1dpgw > .navigation-bar-private__children_1dpgw,
|
|
50
|
+
.navigation-bar-private__content_1dpgw.navigation-bar-private__withCompactTitle_1dpgw > .navigation-bar-private__title_1dpgw {
|
|
51
51
|
-webkit-line-clamp: 1;
|
|
52
52
|
word-break: break-all;
|
|
53
|
-
} .navigation-bar-
|
|
53
|
+
} .navigation-bar-private__content_1dpgw.navigation-bar-private__contentOnBotDesktop_1dpgw.navigation-bar-private__contentOnBotDesktop_1dpgw {
|
|
54
54
|
padding-top: var(--gap-12);
|
|
55
|
-
} .navigation-bar-
|
|
55
|
+
} .navigation-bar-private__content_1dpgw.navigation-bar-private__contentOnBotMobile_1dpgw.navigation-bar-private__contentOnBotMobile_1dpgw {
|
|
56
56
|
padding-top: var(--gap-12);
|
|
57
|
-
} .navigation-bar-
|
|
57
|
+
} .navigation-bar-private__title_1dpgw {
|
|
58
58
|
word-break: break-word;
|
|
59
|
-
} .navigation-bar-
|
|
59
|
+
} .navigation-bar-private__subtitle_1dpgw {
|
|
60
60
|
font-size: 14px;
|
|
61
61
|
line-height: 20px;
|
|
62
62
|
font-weight: 400;
|
|
@@ -67,11 +67,11 @@
|
|
|
67
67
|
|
|
68
68
|
color: var(--color-light-text-secondary);
|
|
69
69
|
word-break: break-all;
|
|
70
|
-
} .navigation-bar-
|
|
70
|
+
} .navigation-bar-private__addonsWrapper_1dpgw {
|
|
71
71
|
display: flex;
|
|
72
|
-
} .navigation-bar-
|
|
72
|
+
} .navigation-bar-private__rightAddons_1dpgw {
|
|
73
73
|
margin-left: auto;
|
|
74
|
-
} .navigation-bar-
|
|
74
|
+
} .navigation-bar-private__addon_1dpgw {
|
|
75
75
|
min-width: 48px;
|
|
76
76
|
height: 48px;
|
|
77
77
|
display: flex;
|
|
@@ -79,18 +79,18 @@
|
|
|
79
79
|
align-items: center;
|
|
80
80
|
flex-shrink: 0;
|
|
81
81
|
pointer-events: all;
|
|
82
|
-
} .navigation-bar-
|
|
82
|
+
} .navigation-bar-private__bottomAddons_1dpgw {
|
|
83
83
|
pointer-events: all;
|
|
84
|
-
} .navigation-bar-
|
|
84
|
+
} .navigation-bar-private__closer_1dpgw {
|
|
85
85
|
margin-left: auto;
|
|
86
|
-
} .navigation-bar-
|
|
86
|
+
} .navigation-bar-private__left_1dpgw {
|
|
87
87
|
text-align: left;
|
|
88
|
-
} .navigation-bar-
|
|
88
|
+
} .navigation-bar-private__center_1dpgw {
|
|
89
89
|
text-align: center;
|
|
90
|
-
} .navigation-bar-
|
|
90
|
+
} .navigation-bar-private__trim_1dpgw {
|
|
91
91
|
overflow: hidden
|
|
92
|
-
} .navigation-bar-
|
|
93
|
-
.navigation-bar-
|
|
92
|
+
} .navigation-bar-private__trim_1dpgw .navigation-bar-private__title_1dpgw,
|
|
93
|
+
.navigation-bar-private__trim_1dpgw .navigation-bar-private__children_1dpgw {
|
|
94
94
|
-webkit-line-clamp: 2;
|
|
95
95
|
display: -webkit-box;
|
|
96
96
|
-webkit-box-orient: vertical;
|
package/esm/index.module.css.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"header":"navigation-bar-
|
|
3
|
+
var styles = {"header":"navigation-bar-private__header_1dpgw","backgroundImage":"navigation-bar-private__backgroundImage_1dpgw","mainLine":"navigation-bar-private__mainLine_1dpgw","mainLineSticky":"navigation-bar-private__mainLineSticky_1dpgw","mainLineWithImageBg":"navigation-bar-private__mainLineWithImageBg_1dpgw","content":"navigation-bar-private__content_1dpgw","withBothAddons":"navigation-bar-private__withBothAddons_1dpgw","withCompactTitle":"navigation-bar-private__withCompactTitle_1dpgw","children":"navigation-bar-private__children_1dpgw","title":"navigation-bar-private__title_1dpgw","contentOnBotDesktop":"navigation-bar-private__contentOnBotDesktop_1dpgw","contentOnBotMobile":"navigation-bar-private__contentOnBotMobile_1dpgw","subtitle":"navigation-bar-private__subtitle_1dpgw","addonsWrapper":"navigation-bar-private__addonsWrapper_1dpgw","rightAddons":"navigation-bar-private__rightAddons_1dpgw","addon":"navigation-bar-private__addon_1dpgw","bottomAddons":"navigation-bar-private__bottomAddons_1dpgw","closer":"navigation-bar-private__closer_1dpgw","left":"navigation-bar-private__left_1dpgw","center":"navigation-bar-private__center_1dpgw","trim":"navigation-bar-private__trim_1dpgw"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/index.css
CHANGED
|
@@ -7,27 +7,27 @@
|
|
|
7
7
|
--gap-0: 0px;
|
|
8
8
|
--gap-4: var(--gap-2xs);
|
|
9
9
|
--gap-12: var(--gap-s);
|
|
10
|
-
} .navigation-bar-
|
|
10
|
+
} .navigation-bar-private__header_1dpgw {
|
|
11
11
|
width: 100%;
|
|
12
12
|
box-sizing: border-box;
|
|
13
13
|
transition: box-shadow 0.2s ease, background 0.2s ease
|
|
14
|
-
} .navigation-bar-
|
|
14
|
+
} .navigation-bar-private__header_1dpgw.navigation-bar-private__header_1dpgw.navigation-bar-private__backgroundImage_1dpgw {
|
|
15
15
|
background-repeat: no-repeat;
|
|
16
16
|
background-position: center;
|
|
17
17
|
background-size: cover;
|
|
18
|
-
} .navigation-bar-
|
|
18
|
+
} .navigation-bar-private__mainLine_1dpgw {
|
|
19
19
|
display: flex;
|
|
20
20
|
align-items: stretch;
|
|
21
21
|
justify-content: space-between;
|
|
22
22
|
z-index: 1;
|
|
23
23
|
background-color: inherit;
|
|
24
|
-
} .navigation-bar-
|
|
24
|
+
} .navigation-bar-private__mainLineSticky_1dpgw {
|
|
25
25
|
position: sticky;
|
|
26
26
|
top: var(--gap-0);
|
|
27
|
-
} .navigation-bar-
|
|
27
|
+
} .navigation-bar-private__mainLineWithImageBg_1dpgw {
|
|
28
28
|
background-color: transparent;
|
|
29
29
|
background-color: initial;
|
|
30
|
-
} .navigation-bar-
|
|
30
|
+
} .navigation-bar-private__content_1dpgw {
|
|
31
31
|
color: var(--color-light-text-primary);
|
|
32
32
|
display: flex;
|
|
33
33
|
flex-flow: column nowrap;
|
|
@@ -36,27 +36,27 @@
|
|
|
36
36
|
align-self: baseline;
|
|
37
37
|
box-sizing: border-box;
|
|
38
38
|
min-height: 48px
|
|
39
|
-
} .navigation-bar-
|
|
40
|
-
.navigation-bar-
|
|
39
|
+
} .navigation-bar-private__content_1dpgw.navigation-bar-private__withBothAddons_1dpgw,
|
|
40
|
+
.navigation-bar-private__content_1dpgw.navigation-bar-private__withCompactTitle_1dpgw {
|
|
41
41
|
font-size: 16px;
|
|
42
42
|
line-height: 20px;
|
|
43
43
|
font-weight: 500;
|
|
44
44
|
align-self: center;
|
|
45
45
|
padding-top: var(--gap-4);
|
|
46
46
|
padding-bottom: var(--gap-4)
|
|
47
|
-
} .navigation-bar-
|
|
48
|
-
.navigation-bar-
|
|
49
|
-
.navigation-bar-
|
|
50
|
-
.navigation-bar-
|
|
47
|
+
} .navigation-bar-private__content_1dpgw.navigation-bar-private__withBothAddons_1dpgw > .navigation-bar-private__children_1dpgw,
|
|
48
|
+
.navigation-bar-private__content_1dpgw.navigation-bar-private__withBothAddons_1dpgw > .navigation-bar-private__title_1dpgw,
|
|
49
|
+
.navigation-bar-private__content_1dpgw.navigation-bar-private__withCompactTitle_1dpgw > .navigation-bar-private__children_1dpgw,
|
|
50
|
+
.navigation-bar-private__content_1dpgw.navigation-bar-private__withCompactTitle_1dpgw > .navigation-bar-private__title_1dpgw {
|
|
51
51
|
-webkit-line-clamp: 1;
|
|
52
52
|
word-break: break-all;
|
|
53
|
-
} .navigation-bar-
|
|
53
|
+
} .navigation-bar-private__content_1dpgw.navigation-bar-private__contentOnBotDesktop_1dpgw.navigation-bar-private__contentOnBotDesktop_1dpgw {
|
|
54
54
|
padding-top: var(--gap-12);
|
|
55
|
-
} .navigation-bar-
|
|
55
|
+
} .navigation-bar-private__content_1dpgw.navigation-bar-private__contentOnBotMobile_1dpgw.navigation-bar-private__contentOnBotMobile_1dpgw {
|
|
56
56
|
padding-top: var(--gap-12);
|
|
57
|
-
} .navigation-bar-
|
|
57
|
+
} .navigation-bar-private__title_1dpgw {
|
|
58
58
|
word-break: break-word;
|
|
59
|
-
} .navigation-bar-
|
|
59
|
+
} .navigation-bar-private__subtitle_1dpgw {
|
|
60
60
|
font-size: 14px;
|
|
61
61
|
line-height: 20px;
|
|
62
62
|
font-weight: 400;
|
|
@@ -67,11 +67,11 @@
|
|
|
67
67
|
|
|
68
68
|
color: var(--color-light-text-secondary);
|
|
69
69
|
word-break: break-all;
|
|
70
|
-
} .navigation-bar-
|
|
70
|
+
} .navigation-bar-private__addonsWrapper_1dpgw {
|
|
71
71
|
display: flex;
|
|
72
|
-
} .navigation-bar-
|
|
72
|
+
} .navigation-bar-private__rightAddons_1dpgw {
|
|
73
73
|
margin-left: auto;
|
|
74
|
-
} .navigation-bar-
|
|
74
|
+
} .navigation-bar-private__addon_1dpgw {
|
|
75
75
|
min-width: 48px;
|
|
76
76
|
height: 48px;
|
|
77
77
|
display: flex;
|
|
@@ -79,18 +79,18 @@
|
|
|
79
79
|
align-items: center;
|
|
80
80
|
flex-shrink: 0;
|
|
81
81
|
pointer-events: all;
|
|
82
|
-
} .navigation-bar-
|
|
82
|
+
} .navigation-bar-private__bottomAddons_1dpgw {
|
|
83
83
|
pointer-events: all;
|
|
84
|
-
} .navigation-bar-
|
|
84
|
+
} .navigation-bar-private__closer_1dpgw {
|
|
85
85
|
margin-left: auto;
|
|
86
|
-
} .navigation-bar-
|
|
86
|
+
} .navigation-bar-private__left_1dpgw {
|
|
87
87
|
text-align: left;
|
|
88
|
-
} .navigation-bar-
|
|
88
|
+
} .navigation-bar-private__center_1dpgw {
|
|
89
89
|
text-align: center;
|
|
90
|
-
} .navigation-bar-
|
|
90
|
+
} .navigation-bar-private__trim_1dpgw {
|
|
91
91
|
overflow: hidden
|
|
92
|
-
} .navigation-bar-
|
|
93
|
-
.navigation-bar-
|
|
92
|
+
} .navigation-bar-private__trim_1dpgw .navigation-bar-private__title_1dpgw,
|
|
93
|
+
.navigation-bar-private__trim_1dpgw .navigation-bar-private__children_1dpgw {
|
|
94
94
|
-webkit-line-clamp: 2;
|
|
95
95
|
display: -webkit-box;
|
|
96
96
|
-webkit-box-orient: vertical;
|
package/index.module.css.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"header":"navigation-bar-
|
|
5
|
+
var styles = {"header":"navigation-bar-private__header_1dpgw","backgroundImage":"navigation-bar-private__backgroundImage_1dpgw","mainLine":"navigation-bar-private__mainLine_1dpgw","mainLineSticky":"navigation-bar-private__mainLineSticky_1dpgw","mainLineWithImageBg":"navigation-bar-private__mainLineWithImageBg_1dpgw","content":"navigation-bar-private__content_1dpgw","withBothAddons":"navigation-bar-private__withBothAddons_1dpgw","withCompactTitle":"navigation-bar-private__withCompactTitle_1dpgw","children":"navigation-bar-private__children_1dpgw","title":"navigation-bar-private__title_1dpgw","contentOnBotDesktop":"navigation-bar-private__contentOnBotDesktop_1dpgw","contentOnBotMobile":"navigation-bar-private__contentOnBotMobile_1dpgw","subtitle":"navigation-bar-private__subtitle_1dpgw","addonsWrapper":"navigation-bar-private__addonsWrapper_1dpgw","rightAddons":"navigation-bar-private__rightAddons_1dpgw","addon":"navigation-bar-private__addon_1dpgw","bottomAddons":"navigation-bar-private__bottomAddons_1dpgw","closer":"navigation-bar-private__closer_1dpgw","left":"navigation-bar-private__left_1dpgw","center":"navigation-bar-private__center_1dpgw","trim":"navigation-bar-private__trim_1dpgw"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -17,48 +17,48 @@
|
|
|
17
17
|
--color-static-monochrome-white-4: rgba(255, 255, 255, 0.04);
|
|
18
18
|
} :root {
|
|
19
19
|
--navigation-bar-back-arrow-mobile-fill: var(--color-light-neutral-translucent-700);
|
|
20
|
-
} .navigation-bar-
|
|
20
|
+
} .navigation-bar-private__component_yii5g {
|
|
21
21
|
height: 100%;
|
|
22
22
|
background: var(--color-static-monochrome-white-4);
|
|
23
23
|
-webkit-backdrop-filter: blur(10px);
|
|
24
24
|
backdrop-filter: blur(10px);
|
|
25
25
|
border-radius: var(--border-radius-pill);
|
|
26
26
|
min-width: 48px
|
|
27
|
-
} .navigation-bar-
|
|
27
|
+
} .navigation-bar-private__component_yii5g svg > path {
|
|
28
28
|
transition: fill 0.2s ease;
|
|
29
29
|
fill: var(--color-light-neutral-translucent-1300);
|
|
30
|
-
} .navigation-bar-
|
|
30
|
+
} .navigation-bar-private__component_yii5g:hover svg > path {
|
|
31
31
|
fill: var(--color-light-neutral-translucent-1300-hover);
|
|
32
|
-
} .navigation-bar-
|
|
32
|
+
} .navigation-bar-private__component_yii5g:active svg > path {
|
|
33
33
|
fill: var(--color-light-neutral-translucent-1300-press);
|
|
34
|
-
} .navigation-bar-
|
|
34
|
+
} .navigation-bar-private__mobileComponent_yii5g {
|
|
35
35
|
height: 32px;
|
|
36
36
|
min-width: 32px;
|
|
37
37
|
margin: var(--gap-0) var(--gap-8);
|
|
38
38
|
-webkit-backdrop-filter: none;
|
|
39
39
|
backdrop-filter: none;
|
|
40
40
|
background: none;
|
|
41
|
-
} .navigation-bar-
|
|
41
|
+
} .navigation-bar-private__flex_yii5g {
|
|
42
42
|
display: flex;
|
|
43
43
|
align-items: center;
|
|
44
|
-
} .navigation-bar-
|
|
44
|
+
} .navigation-bar-private__iconWrapper_yii5g {
|
|
45
45
|
display: inline-flex;
|
|
46
46
|
align-items: center;
|
|
47
47
|
justify-content: center;
|
|
48
48
|
height: 48px;
|
|
49
49
|
margin: var(--gap-0) var(--gap-8) var(--gap-0) var(--gap-12);
|
|
50
50
|
border-radius: var(--border-radius-circle)
|
|
51
|
-
} .navigation-bar-
|
|
51
|
+
} .navigation-bar-private__iconWrapper_yii5g + .navigation-bar-private__text_yii5g {
|
|
52
52
|
margin-right: var(--gap-12);
|
|
53
|
-
} .navigation-bar-
|
|
53
|
+
} .navigation-bar-private__mobileWrapper_yii5g {
|
|
54
54
|
width: 32px;
|
|
55
55
|
height: 32px;
|
|
56
56
|
background: var(--color-light-neutral-translucent-100);
|
|
57
57
|
-webkit-backdrop-filter: blur(10px);
|
|
58
58
|
backdrop-filter: blur(10px);
|
|
59
59
|
margin: var(--gap-0)
|
|
60
|
-
} .navigation-bar-
|
|
60
|
+
} .navigation-bar-private__mobileWrapper_yii5g + .navigation-bar-private__text_yii5g {
|
|
61
61
|
margin: var(--gap-0) var(--gap-12) var(--gap-0) var(--gap-8);
|
|
62
|
-
} .navigation-bar-
|
|
62
|
+
} .navigation-bar-private__mobileWrapper_yii5g svg > path {
|
|
63
63
|
fill: var(--navigation-bar-back-arrow-mobile-fill);
|
|
64
64
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"component":"navigation-bar-
|
|
3
|
+
const styles = {"component":"navigation-bar-private__component_yii5g","mobileComponent":"navigation-bar-private__mobileComponent_yii5g","flex":"navigation-bar-private__flex_yii5g","iconWrapper":"navigation-bar-private__iconWrapper_yii5g","text":"navigation-bar-private__text_yii5g","mobileWrapper":"navigation-bar-private__mobileWrapper_yii5g"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
:root {
|
|
10
10
|
--navigation-bar-closer-mobile-color: var(--color-light-neutral-translucent-700);
|
|
11
11
|
}
|
|
12
|
-
.navigation-bar-
|
|
12
|
+
.navigation-bar-private__button_zmoix {
|
|
13
13
|
background: var(--color-light-monochrome-white-4);
|
|
14
14
|
color: var(--color-light-neutral-translucent-1300)
|
|
15
15
|
}
|
|
16
|
-
.navigation-bar-
|
|
16
|
+
.navigation-bar-private__button_zmoix.navigation-bar-private__mobile_zmoix {
|
|
17
17
|
background: var(--color-light-neutral-translucent-100);
|
|
18
18
|
color: var(--navigation-bar-closer-mobile-color);
|
|
19
19
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './default.css';
|
|
2
2
|
|
|
3
|
-
const defaultColors = {"button":"navigation-bar-
|
|
3
|
+
const defaultColors = {"button":"navigation-bar-private__button_zmoix","mobile":"navigation-bar-private__mobile_zmoix"};
|
|
4
4
|
|
|
5
5
|
export { defaultColors as default };
|
|
6
6
|
//# sourceMappingURL=default.module.css.js.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
--border-radius-circle: 50%;
|
|
3
3
|
} :root {
|
|
4
4
|
--gap-0: 0px;
|
|
5
|
-
} .navigation-bar-
|
|
5
|
+
} .navigation-bar-private__closer_osrm2 {
|
|
6
6
|
flex-shrink: 0;
|
|
7
7
|
width: 48px;
|
|
8
8
|
height: 48px;
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
display: flex;
|
|
11
11
|
align-items: center;
|
|
12
12
|
justify-content: center;
|
|
13
|
-
} .navigation-bar-
|
|
13
|
+
} .navigation-bar-private__button_osrm2 {
|
|
14
14
|
-webkit-backdrop-filter: blur(10px);
|
|
15
15
|
backdrop-filter: blur(10px);
|
|
16
|
-
} .navigation-bar-
|
|
16
|
+
} .navigation-bar-private__button_osrm2.navigation-bar-private__button_osrm2 {
|
|
17
17
|
border-radius: var(--border-radius-circle);
|
|
18
|
-
} .navigation-bar-
|
|
18
|
+
} .navigation-bar-private__sticky_osrm2 {
|
|
19
19
|
position: sticky;
|
|
20
20
|
top: var(--gap-0);
|
|
21
21
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"closer":"navigation-bar-
|
|
3
|
+
const styles = {"closer":"navigation-bar-private__closer_osrm2","button":"navigation-bar-private__button_osrm2","sticky":"navigation-bar-private__sticky_osrm2"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
--color-light-neutral-translucent-700-inverted
|
|
11
11
|
);
|
|
12
12
|
}
|
|
13
|
-
.navigation-bar-
|
|
13
|
+
.navigation-bar-private__button_1ev5w {
|
|
14
14
|
background: var(--color-light-monochrome-white-4-inverted);
|
|
15
15
|
color: var(--color-light-neutral-translucent-1300-inverted)
|
|
16
16
|
}
|
|
17
|
-
.navigation-bar-
|
|
17
|
+
.navigation-bar-private__button_1ev5w.navigation-bar-private__mobile_1ev5w {
|
|
18
18
|
background: var(--color-light-neutral-translucent-100-inverted);
|
|
19
19
|
color: var(--navigation-bar-closer-mobile-color-inverted);
|
|
20
20
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './inverted.css';
|
|
2
2
|
|
|
3
|
-
const invertedColors = {"button":"navigation-bar-
|
|
3
|
+
const invertedColors = {"button":"navigation-bar-private__button_1ev5w","mobile":"navigation-bar-private__mobile_1ev5w"};
|
|
4
4
|
|
|
5
5
|
export { invertedColors as default };
|
|
6
6
|
//# sourceMappingURL=inverted.module.css.js.map
|
package/modern/index.css
CHANGED
|
@@ -7,27 +7,27 @@
|
|
|
7
7
|
--gap-0: 0px;
|
|
8
8
|
--gap-4: var(--gap-2xs);
|
|
9
9
|
--gap-12: var(--gap-s);
|
|
10
|
-
} .navigation-bar-
|
|
10
|
+
} .navigation-bar-private__header_1dpgw {
|
|
11
11
|
width: 100%;
|
|
12
12
|
box-sizing: border-box;
|
|
13
13
|
transition: box-shadow 0.2s ease, background 0.2s ease
|
|
14
|
-
} .navigation-bar-
|
|
14
|
+
} .navigation-bar-private__header_1dpgw.navigation-bar-private__header_1dpgw.navigation-bar-private__backgroundImage_1dpgw {
|
|
15
15
|
background-repeat: no-repeat;
|
|
16
16
|
background-position: center;
|
|
17
17
|
background-size: cover;
|
|
18
|
-
} .navigation-bar-
|
|
18
|
+
} .navigation-bar-private__mainLine_1dpgw {
|
|
19
19
|
display: flex;
|
|
20
20
|
align-items: stretch;
|
|
21
21
|
justify-content: space-between;
|
|
22
22
|
z-index: 1;
|
|
23
23
|
background-color: inherit;
|
|
24
|
-
} .navigation-bar-
|
|
24
|
+
} .navigation-bar-private__mainLineSticky_1dpgw {
|
|
25
25
|
position: sticky;
|
|
26
26
|
top: var(--gap-0);
|
|
27
|
-
} .navigation-bar-
|
|
27
|
+
} .navigation-bar-private__mainLineWithImageBg_1dpgw {
|
|
28
28
|
background-color: transparent;
|
|
29
29
|
background-color: initial;
|
|
30
|
-
} .navigation-bar-
|
|
30
|
+
} .navigation-bar-private__content_1dpgw {
|
|
31
31
|
color: var(--color-light-text-primary);
|
|
32
32
|
display: flex;
|
|
33
33
|
flex-flow: column nowrap;
|
|
@@ -36,27 +36,27 @@
|
|
|
36
36
|
align-self: baseline;
|
|
37
37
|
box-sizing: border-box;
|
|
38
38
|
min-height: 48px
|
|
39
|
-
} .navigation-bar-
|
|
40
|
-
.navigation-bar-
|
|
39
|
+
} .navigation-bar-private__content_1dpgw.navigation-bar-private__withBothAddons_1dpgw,
|
|
40
|
+
.navigation-bar-private__content_1dpgw.navigation-bar-private__withCompactTitle_1dpgw {
|
|
41
41
|
font-size: 16px;
|
|
42
42
|
line-height: 20px;
|
|
43
43
|
font-weight: 500;
|
|
44
44
|
align-self: center;
|
|
45
45
|
padding-top: var(--gap-4);
|
|
46
46
|
padding-bottom: var(--gap-4)
|
|
47
|
-
} .navigation-bar-
|
|
48
|
-
.navigation-bar-
|
|
49
|
-
.navigation-bar-
|
|
50
|
-
.navigation-bar-
|
|
47
|
+
} .navigation-bar-private__content_1dpgw.navigation-bar-private__withBothAddons_1dpgw > .navigation-bar-private__children_1dpgw,
|
|
48
|
+
.navigation-bar-private__content_1dpgw.navigation-bar-private__withBothAddons_1dpgw > .navigation-bar-private__title_1dpgw,
|
|
49
|
+
.navigation-bar-private__content_1dpgw.navigation-bar-private__withCompactTitle_1dpgw > .navigation-bar-private__children_1dpgw,
|
|
50
|
+
.navigation-bar-private__content_1dpgw.navigation-bar-private__withCompactTitle_1dpgw > .navigation-bar-private__title_1dpgw {
|
|
51
51
|
-webkit-line-clamp: 1;
|
|
52
52
|
word-break: break-all;
|
|
53
|
-
} .navigation-bar-
|
|
53
|
+
} .navigation-bar-private__content_1dpgw.navigation-bar-private__contentOnBotDesktop_1dpgw.navigation-bar-private__contentOnBotDesktop_1dpgw {
|
|
54
54
|
padding-top: var(--gap-12);
|
|
55
|
-
} .navigation-bar-
|
|
55
|
+
} .navigation-bar-private__content_1dpgw.navigation-bar-private__contentOnBotMobile_1dpgw.navigation-bar-private__contentOnBotMobile_1dpgw {
|
|
56
56
|
padding-top: var(--gap-12);
|
|
57
|
-
} .navigation-bar-
|
|
57
|
+
} .navigation-bar-private__title_1dpgw {
|
|
58
58
|
word-break: break-word;
|
|
59
|
-
} .navigation-bar-
|
|
59
|
+
} .navigation-bar-private__subtitle_1dpgw {
|
|
60
60
|
font-size: 14px;
|
|
61
61
|
line-height: 20px;
|
|
62
62
|
font-weight: 400;
|
|
@@ -67,11 +67,11 @@
|
|
|
67
67
|
|
|
68
68
|
color: var(--color-light-text-secondary);
|
|
69
69
|
word-break: break-all;
|
|
70
|
-
} .navigation-bar-
|
|
70
|
+
} .navigation-bar-private__addonsWrapper_1dpgw {
|
|
71
71
|
display: flex;
|
|
72
|
-
} .navigation-bar-
|
|
72
|
+
} .navigation-bar-private__rightAddons_1dpgw {
|
|
73
73
|
margin-left: auto;
|
|
74
|
-
} .navigation-bar-
|
|
74
|
+
} .navigation-bar-private__addon_1dpgw {
|
|
75
75
|
min-width: 48px;
|
|
76
76
|
height: 48px;
|
|
77
77
|
display: flex;
|
|
@@ -79,18 +79,18 @@
|
|
|
79
79
|
align-items: center;
|
|
80
80
|
flex-shrink: 0;
|
|
81
81
|
pointer-events: all;
|
|
82
|
-
} .navigation-bar-
|
|
82
|
+
} .navigation-bar-private__bottomAddons_1dpgw {
|
|
83
83
|
pointer-events: all;
|
|
84
|
-
} .navigation-bar-
|
|
84
|
+
} .navigation-bar-private__closer_1dpgw {
|
|
85
85
|
margin-left: auto;
|
|
86
|
-
} .navigation-bar-
|
|
86
|
+
} .navigation-bar-private__left_1dpgw {
|
|
87
87
|
text-align: left;
|
|
88
|
-
} .navigation-bar-
|
|
88
|
+
} .navigation-bar-private__center_1dpgw {
|
|
89
89
|
text-align: center;
|
|
90
|
-
} .navigation-bar-
|
|
90
|
+
} .navigation-bar-private__trim_1dpgw {
|
|
91
91
|
overflow: hidden
|
|
92
|
-
} .navigation-bar-
|
|
93
|
-
.navigation-bar-
|
|
92
|
+
} .navigation-bar-private__trim_1dpgw .navigation-bar-private__title_1dpgw,
|
|
93
|
+
.navigation-bar-private__trim_1dpgw .navigation-bar-private__children_1dpgw {
|
|
94
94
|
-webkit-line-clamp: 2;
|
|
95
95
|
display: -webkit-box;
|
|
96
96
|
-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_1dpgw","backgroundImage":"navigation-bar-private__backgroundImage_1dpgw","mainLine":"navigation-bar-private__mainLine_1dpgw","mainLineSticky":"navigation-bar-private__mainLineSticky_1dpgw","mainLineWithImageBg":"navigation-bar-private__mainLineWithImageBg_1dpgw","content":"navigation-bar-private__content_1dpgw","withBothAddons":"navigation-bar-private__withBothAddons_1dpgw","withCompactTitle":"navigation-bar-private__withCompactTitle_1dpgw","children":"navigation-bar-private__children_1dpgw","title":"navigation-bar-private__title_1dpgw","contentOnBotDesktop":"navigation-bar-private__contentOnBotDesktop_1dpgw","contentOnBotMobile":"navigation-bar-private__contentOnBotMobile_1dpgw","subtitle":"navigation-bar-private__subtitle_1dpgw","addonsWrapper":"navigation-bar-private__addonsWrapper_1dpgw","rightAddons":"navigation-bar-private__rightAddons_1dpgw","addon":"navigation-bar-private__addon_1dpgw","bottomAddons":"navigation-bar-private__bottomAddons_1dpgw","closer":"navigation-bar-private__closer_1dpgw","left":"navigation-bar-private__left_1dpgw","center":"navigation-bar-private__center_1dpgw","trim":"navigation-bar-private__trim_1dpgw"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-navigation-bar-private",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1-snapshot-c2c8d5a",
|
|
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": "12.0.1-snapshot-c2c8d5a",
|
|
14
|
+
"@alfalab/core-components-icon-button": "7.0.1-snapshot-c2c8d5a",
|
|
15
|
+
"@alfalab/core-components-shared": "1.0.1-snapshot-c2c8d5a",
|
|
16
|
+
"@alfalab/core-components-typography": "5.0.1-snapshot-c2c8d5a",
|
|
17
17
|
"@alfalab/hooks": "^1.13.1",
|
|
18
18
|
"@alfalab/icons-glyph": "^2.210.0",
|
|
19
19
|
"classnames": "^2.5.1",
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
"directory": "dist"
|
|
30
30
|
},
|
|
31
31
|
"themesVersion": "14.0.0",
|
|
32
|
-
"varsVersion": "10.0.
|
|
32
|
+
"varsVersion": "10.0.1-snapshot-c2c8d5a"
|
|
33
33
|
}
|