@alfalab/core-components-navigation-bar 3.0.1 → 3.0.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/action-icon-addon/index.css +6 -6
- package/components/action-icon-addon/index.module.css.js +1 -1
- package/components/action-text-addon/index.css +2 -2
- package/components/action-text-addon/index.module.css.js +1 -1
- package/esm/components/action-icon-addon/index.css +6 -6
- package/esm/components/action-icon-addon/index.module.css.js +1 -1
- package/esm/components/action-text-addon/index.css +2 -2
- package/esm/components/action-text-addon/index.module.css.js +1 -1
- package/esm/index.css +16 -16
- package/esm/index.module.css.js +1 -1
- package/index.css +16 -16
- package/index.module.css.js +1 -1
- package/modern/components/action-icon-addon/index.css +6 -6
- package/modern/components/action-icon-addon/index.module.css.js +1 -1
- package/modern/components/action-text-addon/index.css +2 -2
- package/modern/components/action-text-addon/index.module.css.js +1 -1
- package/modern/index.css +16 -16
- package/modern/index.module.css.js +1 -1
- package/package.json +4 -4
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
--border-radius-circle: 50%;
|
|
9
9
|
--border-radius-pill: 99px;
|
|
10
10
|
}
|
|
11
|
-
.navigation-
|
|
11
|
+
.navigation-bar__component_10b4v {
|
|
12
12
|
height: 100%;
|
|
13
13
|
border-radius: var(--border-radius-pill);
|
|
14
14
|
min-width: 48px;
|
|
15
15
|
}
|
|
16
|
-
.navigation-
|
|
16
|
+
.navigation-bar__iconWrapper_10b4v {
|
|
17
17
|
display: inline-flex;
|
|
18
18
|
align-items: center;
|
|
19
19
|
justify-content: center;
|
|
@@ -23,15 +23,15 @@
|
|
|
23
23
|
background: var(--color-light-neutral-translucent-100);
|
|
24
24
|
vertical-align: middle;
|
|
25
25
|
}
|
|
26
|
-
.navigation-
|
|
26
|
+
.navigation-bar__iconWrapper_10b4v.navigation-bar__back_10b4v {
|
|
27
27
|
background: transparent;
|
|
28
28
|
}
|
|
29
|
-
.navigation-
|
|
29
|
+
.navigation-bar__floating_10b4v path {
|
|
30
30
|
fill: var(--color-light-neutral-translucent-700);
|
|
31
31
|
}
|
|
32
|
-
.navigation-
|
|
32
|
+
.navigation-bar__floating_10b4v:hover path {
|
|
33
33
|
fill: var(--color-light-neutral-translucent-700-hover);
|
|
34
34
|
}
|
|
35
|
-
.navigation-
|
|
35
|
+
.navigation-bar__floating_10b4v:active path {
|
|
36
36
|
fill: var(--color-light-neutral-translucent-700-press);
|
|
37
37
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"navigation-
|
|
5
|
+
var styles = {"component":"navigation-bar__component_10b4v","iconWrapper":"navigation-bar__iconWrapper_10b4v","back":"navigation-bar__back_10b4v","floating":"navigation-bar__floating_10b4v"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
--gap-8: var(--gap-xs);
|
|
5
5
|
--gap-16: var(--gap-m);
|
|
6
6
|
}
|
|
7
|
-
.navigation-
|
|
7
|
+
.navigation-bar__component_uy6ni {
|
|
8
8
|
height: 100%;
|
|
9
9
|
}
|
|
10
|
-
.navigation-
|
|
10
|
+
.navigation-bar__text_uy6ni {
|
|
11
11
|
padding: var(--gap-8) var(--gap-16);
|
|
12
12
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"navigation-
|
|
5
|
+
var styles = {"component":"navigation-bar__component_uy6ni","text":"navigation-bar__text_uy6ni"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
--border-radius-circle: 50%;
|
|
9
9
|
--border-radius-pill: 99px;
|
|
10
10
|
}
|
|
11
|
-
.navigation-
|
|
11
|
+
.navigation-bar__component_10b4v {
|
|
12
12
|
height: 100%;
|
|
13
13
|
border-radius: var(--border-radius-pill);
|
|
14
14
|
min-width: 48px;
|
|
15
15
|
}
|
|
16
|
-
.navigation-
|
|
16
|
+
.navigation-bar__iconWrapper_10b4v {
|
|
17
17
|
display: inline-flex;
|
|
18
18
|
align-items: center;
|
|
19
19
|
justify-content: center;
|
|
@@ -23,15 +23,15 @@
|
|
|
23
23
|
background: var(--color-light-neutral-translucent-100);
|
|
24
24
|
vertical-align: middle;
|
|
25
25
|
}
|
|
26
|
-
.navigation-
|
|
26
|
+
.navigation-bar__iconWrapper_10b4v.navigation-bar__back_10b4v {
|
|
27
27
|
background: transparent;
|
|
28
28
|
}
|
|
29
|
-
.navigation-
|
|
29
|
+
.navigation-bar__floating_10b4v path {
|
|
30
30
|
fill: var(--color-light-neutral-translucent-700);
|
|
31
31
|
}
|
|
32
|
-
.navigation-
|
|
32
|
+
.navigation-bar__floating_10b4v:hover path {
|
|
33
33
|
fill: var(--color-light-neutral-translucent-700-hover);
|
|
34
34
|
}
|
|
35
|
-
.navigation-
|
|
35
|
+
.navigation-bar__floating_10b4v:active path {
|
|
36
36
|
fill: var(--color-light-neutral-translucent-700-press);
|
|
37
37
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"component":"navigation-
|
|
3
|
+
var styles = {"component":"navigation-bar__component_10b4v","iconWrapper":"navigation-bar__iconWrapper_10b4v","back":"navigation-bar__back_10b4v","floating":"navigation-bar__floating_10b4v"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
--gap-8: var(--gap-xs);
|
|
5
5
|
--gap-16: var(--gap-m);
|
|
6
6
|
}
|
|
7
|
-
.navigation-
|
|
7
|
+
.navigation-bar__component_uy6ni {
|
|
8
8
|
height: 100%;
|
|
9
9
|
}
|
|
10
|
-
.navigation-
|
|
10
|
+
.navigation-bar__text_uy6ni {
|
|
11
11
|
padding: var(--gap-8) var(--gap-16);
|
|
12
12
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"component":"navigation-
|
|
3
|
+
var styles = {"component":"navigation-bar__component_uy6ni","text":"navigation-bar__text_uy6ni"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/esm/index.css
CHANGED
|
@@ -16,77 +16,77 @@
|
|
|
16
16
|
--font-family-system:
|
|
17
17
|
system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
|
|
18
18
|
}
|
|
19
|
-
.navigation-
|
|
19
|
+
.navigation-bar__component_81ugp {
|
|
20
20
|
padding: var(--gap-8) var(--gap-4);
|
|
21
21
|
box-sizing: border-box;
|
|
22
22
|
width: 100%;
|
|
23
23
|
}
|
|
24
|
-
.navigation-
|
|
24
|
+
.navigation-bar__sticky_81ugp {
|
|
25
25
|
position: sticky;
|
|
26
26
|
top: var(--gap-0);
|
|
27
27
|
z-index: 1;
|
|
28
28
|
}
|
|
29
|
-
.navigation-
|
|
29
|
+
.navigation-bar__border_81ugp {
|
|
30
30
|
box-shadow: 0 1px 0 0 var(--color-light-neutral-300);
|
|
31
31
|
}
|
|
32
|
-
.navigation-
|
|
32
|
+
.navigation-bar__mainLine_81ugp {
|
|
33
33
|
display: flex;
|
|
34
34
|
background-color: inherit;
|
|
35
35
|
justify-content: space-between;
|
|
36
36
|
min-height: 40px;
|
|
37
37
|
align-items: stretch;
|
|
38
38
|
}
|
|
39
|
-
.navigation-
|
|
39
|
+
.navigation-bar__left_81ugp {
|
|
40
40
|
text-align: left;
|
|
41
41
|
}
|
|
42
|
-
.navigation-
|
|
42
|
+
.navigation-bar__center_81ugp {
|
|
43
43
|
text-align: center;
|
|
44
44
|
}
|
|
45
|
-
.navigation-
|
|
45
|
+
.navigation-bar__children_81ugp {
|
|
46
46
|
width: 100%;
|
|
47
47
|
}
|
|
48
|
-
.navigation-
|
|
48
|
+
.navigation-bar__content_81ugp {
|
|
49
49
|
display: flex;
|
|
50
50
|
flex-grow: 1;
|
|
51
51
|
justify-content: center;
|
|
52
52
|
flex-flow: column nowrap;
|
|
53
53
|
color: var(--color-light-text-primary);
|
|
54
54
|
}
|
|
55
|
-
.navigation-
|
|
55
|
+
.navigation-bar__content_81ugp.navigation-bar__left_81ugp {
|
|
56
56
|
padding: var(--gap-0) var(--gap-16);
|
|
57
57
|
}
|
|
58
|
-
.navigation-
|
|
59
|
-
.navigation-
|
|
58
|
+
.navigation-bar__content_81ugp > .navigation-bar__title_81ugp,
|
|
59
|
+
.navigation-bar__content_81ugp > .navigation-bar__subtitle_81ugp {
|
|
60
60
|
-webkit-line-clamp: 1;
|
|
61
61
|
display: -webkit-box;
|
|
62
62
|
-webkit-box-orient: vertical;
|
|
63
63
|
overflow: hidden;
|
|
64
64
|
word-break: break-all;
|
|
65
65
|
}
|
|
66
|
-
.navigation-
|
|
66
|
+
.navigation-bar__title_81ugp {
|
|
67
67
|
font-size: 16px;
|
|
68
68
|
line-height: 20px;
|
|
69
69
|
font-weight: 500;
|
|
70
70
|
font-family: var(--font-family-system);
|
|
71
71
|
}
|
|
72
|
-
.navigation-
|
|
72
|
+
.navigation-bar__title_81ugp.navigation-bar__left_81ugp {
|
|
73
73
|
font-size: 20px;
|
|
74
74
|
line-height: 28px;
|
|
75
75
|
font-weight: 600;
|
|
76
76
|
font-family: var(--font-family-system);
|
|
77
77
|
}
|
|
78
|
-
.navigation-
|
|
78
|
+
.navigation-bar__subtitle_81ugp {
|
|
79
79
|
font-size: 14px;
|
|
80
80
|
line-height: 20px;
|
|
81
81
|
font-weight: 400;
|
|
82
82
|
font-family: var(--font-family-system);
|
|
83
83
|
color: var(--color-light-text-secondary);
|
|
84
84
|
}
|
|
85
|
-
.navigation-
|
|
85
|
+
.navigation-bar__addons_81ugp {
|
|
86
86
|
min-width: 48px;
|
|
87
87
|
display: flex;
|
|
88
88
|
justify-content: center;
|
|
89
89
|
}
|
|
90
|
-
.navigation-
|
|
90
|
+
.navigation-bar__rightAddons_81ugp {
|
|
91
91
|
margin-left: auto;
|
|
92
92
|
}
|
package/esm/index.module.css.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"component":"navigation-
|
|
3
|
+
var styles = {"component":"navigation-bar__component_81ugp","sticky":"navigation-bar__sticky_81ugp","border":"navigation-bar__border_81ugp","mainLine":"navigation-bar__mainLine_81ugp","left":"navigation-bar__left_81ugp","center":"navigation-bar__center_81ugp","children":"navigation-bar__children_81ugp","content":"navigation-bar__content_81ugp","title":"navigation-bar__title_81ugp","subtitle":"navigation-bar__subtitle_81ugp","addons":"navigation-bar__addons_81ugp","rightAddons":"navigation-bar__rightAddons_81ugp"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/index.css
CHANGED
|
@@ -16,77 +16,77 @@
|
|
|
16
16
|
--font-family-system:
|
|
17
17
|
system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
|
|
18
18
|
}
|
|
19
|
-
.navigation-
|
|
19
|
+
.navigation-bar__component_81ugp {
|
|
20
20
|
padding: var(--gap-8) var(--gap-4);
|
|
21
21
|
box-sizing: border-box;
|
|
22
22
|
width: 100%;
|
|
23
23
|
}
|
|
24
|
-
.navigation-
|
|
24
|
+
.navigation-bar__sticky_81ugp {
|
|
25
25
|
position: sticky;
|
|
26
26
|
top: var(--gap-0);
|
|
27
27
|
z-index: 1;
|
|
28
28
|
}
|
|
29
|
-
.navigation-
|
|
29
|
+
.navigation-bar__border_81ugp {
|
|
30
30
|
box-shadow: 0 1px 0 0 var(--color-light-neutral-300);
|
|
31
31
|
}
|
|
32
|
-
.navigation-
|
|
32
|
+
.navigation-bar__mainLine_81ugp {
|
|
33
33
|
display: flex;
|
|
34
34
|
background-color: inherit;
|
|
35
35
|
justify-content: space-between;
|
|
36
36
|
min-height: 40px;
|
|
37
37
|
align-items: stretch;
|
|
38
38
|
}
|
|
39
|
-
.navigation-
|
|
39
|
+
.navigation-bar__left_81ugp {
|
|
40
40
|
text-align: left;
|
|
41
41
|
}
|
|
42
|
-
.navigation-
|
|
42
|
+
.navigation-bar__center_81ugp {
|
|
43
43
|
text-align: center;
|
|
44
44
|
}
|
|
45
|
-
.navigation-
|
|
45
|
+
.navigation-bar__children_81ugp {
|
|
46
46
|
width: 100%;
|
|
47
47
|
}
|
|
48
|
-
.navigation-
|
|
48
|
+
.navigation-bar__content_81ugp {
|
|
49
49
|
display: flex;
|
|
50
50
|
flex-grow: 1;
|
|
51
51
|
justify-content: center;
|
|
52
52
|
flex-flow: column nowrap;
|
|
53
53
|
color: var(--color-light-text-primary);
|
|
54
54
|
}
|
|
55
|
-
.navigation-
|
|
55
|
+
.navigation-bar__content_81ugp.navigation-bar__left_81ugp {
|
|
56
56
|
padding: var(--gap-0) var(--gap-16);
|
|
57
57
|
}
|
|
58
|
-
.navigation-
|
|
59
|
-
.navigation-
|
|
58
|
+
.navigation-bar__content_81ugp > .navigation-bar__title_81ugp,
|
|
59
|
+
.navigation-bar__content_81ugp > .navigation-bar__subtitle_81ugp {
|
|
60
60
|
-webkit-line-clamp: 1;
|
|
61
61
|
display: -webkit-box;
|
|
62
62
|
-webkit-box-orient: vertical;
|
|
63
63
|
overflow: hidden;
|
|
64
64
|
word-break: break-all;
|
|
65
65
|
}
|
|
66
|
-
.navigation-
|
|
66
|
+
.navigation-bar__title_81ugp {
|
|
67
67
|
font-size: 16px;
|
|
68
68
|
line-height: 20px;
|
|
69
69
|
font-weight: 500;
|
|
70
70
|
font-family: var(--font-family-system);
|
|
71
71
|
}
|
|
72
|
-
.navigation-
|
|
72
|
+
.navigation-bar__title_81ugp.navigation-bar__left_81ugp {
|
|
73
73
|
font-size: 20px;
|
|
74
74
|
line-height: 28px;
|
|
75
75
|
font-weight: 600;
|
|
76
76
|
font-family: var(--font-family-system);
|
|
77
77
|
}
|
|
78
|
-
.navigation-
|
|
78
|
+
.navigation-bar__subtitle_81ugp {
|
|
79
79
|
font-size: 14px;
|
|
80
80
|
line-height: 20px;
|
|
81
81
|
font-weight: 400;
|
|
82
82
|
font-family: var(--font-family-system);
|
|
83
83
|
color: var(--color-light-text-secondary);
|
|
84
84
|
}
|
|
85
|
-
.navigation-
|
|
85
|
+
.navigation-bar__addons_81ugp {
|
|
86
86
|
min-width: 48px;
|
|
87
87
|
display: flex;
|
|
88
88
|
justify-content: center;
|
|
89
89
|
}
|
|
90
|
-
.navigation-
|
|
90
|
+
.navigation-bar__rightAddons_81ugp {
|
|
91
91
|
margin-left: auto;
|
|
92
92
|
}
|
package/index.module.css.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"navigation-
|
|
5
|
+
var styles = {"component":"navigation-bar__component_81ugp","sticky":"navigation-bar__sticky_81ugp","border":"navigation-bar__border_81ugp","mainLine":"navigation-bar__mainLine_81ugp","left":"navigation-bar__left_81ugp","center":"navigation-bar__center_81ugp","children":"navigation-bar__children_81ugp","content":"navigation-bar__content_81ugp","title":"navigation-bar__title_81ugp","subtitle":"navigation-bar__subtitle_81ugp","addons":"navigation-bar__addons_81ugp","rightAddons":"navigation-bar__rightAddons_81ugp"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
--border-radius-circle: 50%;
|
|
9
9
|
--border-radius-pill: 99px;
|
|
10
10
|
}
|
|
11
|
-
.navigation-
|
|
11
|
+
.navigation-bar__component_10b4v {
|
|
12
12
|
height: 100%;
|
|
13
13
|
border-radius: var(--border-radius-pill);
|
|
14
14
|
min-width: 48px;
|
|
15
15
|
}
|
|
16
|
-
.navigation-
|
|
16
|
+
.navigation-bar__iconWrapper_10b4v {
|
|
17
17
|
display: inline-flex;
|
|
18
18
|
align-items: center;
|
|
19
19
|
justify-content: center;
|
|
@@ -23,15 +23,15 @@
|
|
|
23
23
|
background: var(--color-light-neutral-translucent-100);
|
|
24
24
|
vertical-align: middle;
|
|
25
25
|
}
|
|
26
|
-
.navigation-
|
|
26
|
+
.navigation-bar__iconWrapper_10b4v.navigation-bar__back_10b4v {
|
|
27
27
|
background: transparent;
|
|
28
28
|
}
|
|
29
|
-
.navigation-
|
|
29
|
+
.navigation-bar__floating_10b4v path {
|
|
30
30
|
fill: var(--color-light-neutral-translucent-700);
|
|
31
31
|
}
|
|
32
|
-
.navigation-
|
|
32
|
+
.navigation-bar__floating_10b4v:hover path {
|
|
33
33
|
fill: var(--color-light-neutral-translucent-700-hover);
|
|
34
34
|
}
|
|
35
|
-
.navigation-
|
|
35
|
+
.navigation-bar__floating_10b4v:active path {
|
|
36
36
|
fill: var(--color-light-neutral-translucent-700-press);
|
|
37
37
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"component":"navigation-
|
|
3
|
+
const styles = {"component":"navigation-bar__component_10b4v","iconWrapper":"navigation-bar__iconWrapper_10b4v","back":"navigation-bar__back_10b4v","floating":"navigation-bar__floating_10b4v"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
--gap-8: var(--gap-xs);
|
|
5
5
|
--gap-16: var(--gap-m);
|
|
6
6
|
}
|
|
7
|
-
.navigation-
|
|
7
|
+
.navigation-bar__component_uy6ni {
|
|
8
8
|
height: 100%;
|
|
9
9
|
}
|
|
10
|
-
.navigation-
|
|
10
|
+
.navigation-bar__text_uy6ni {
|
|
11
11
|
padding: var(--gap-8) var(--gap-16);
|
|
12
12
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"component":"navigation-
|
|
3
|
+
const styles = {"component":"navigation-bar__component_uy6ni","text":"navigation-bar__text_uy6ni"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/modern/index.css
CHANGED
|
@@ -16,77 +16,77 @@
|
|
|
16
16
|
--font-family-system:
|
|
17
17
|
system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
|
|
18
18
|
}
|
|
19
|
-
.navigation-
|
|
19
|
+
.navigation-bar__component_81ugp {
|
|
20
20
|
padding: var(--gap-8) var(--gap-4);
|
|
21
21
|
box-sizing: border-box;
|
|
22
22
|
width: 100%;
|
|
23
23
|
}
|
|
24
|
-
.navigation-
|
|
24
|
+
.navigation-bar__sticky_81ugp {
|
|
25
25
|
position: sticky;
|
|
26
26
|
top: var(--gap-0);
|
|
27
27
|
z-index: 1;
|
|
28
28
|
}
|
|
29
|
-
.navigation-
|
|
29
|
+
.navigation-bar__border_81ugp {
|
|
30
30
|
box-shadow: 0 1px 0 0 var(--color-light-neutral-300);
|
|
31
31
|
}
|
|
32
|
-
.navigation-
|
|
32
|
+
.navigation-bar__mainLine_81ugp {
|
|
33
33
|
display: flex;
|
|
34
34
|
background-color: inherit;
|
|
35
35
|
justify-content: space-between;
|
|
36
36
|
min-height: 40px;
|
|
37
37
|
align-items: stretch;
|
|
38
38
|
}
|
|
39
|
-
.navigation-
|
|
39
|
+
.navigation-bar__left_81ugp {
|
|
40
40
|
text-align: left;
|
|
41
41
|
}
|
|
42
|
-
.navigation-
|
|
42
|
+
.navigation-bar__center_81ugp {
|
|
43
43
|
text-align: center;
|
|
44
44
|
}
|
|
45
|
-
.navigation-
|
|
45
|
+
.navigation-bar__children_81ugp {
|
|
46
46
|
width: 100%;
|
|
47
47
|
}
|
|
48
|
-
.navigation-
|
|
48
|
+
.navigation-bar__content_81ugp {
|
|
49
49
|
display: flex;
|
|
50
50
|
flex-grow: 1;
|
|
51
51
|
justify-content: center;
|
|
52
52
|
flex-flow: column nowrap;
|
|
53
53
|
color: var(--color-light-text-primary);
|
|
54
54
|
}
|
|
55
|
-
.navigation-
|
|
55
|
+
.navigation-bar__content_81ugp.navigation-bar__left_81ugp {
|
|
56
56
|
padding: var(--gap-0) var(--gap-16);
|
|
57
57
|
}
|
|
58
|
-
.navigation-
|
|
59
|
-
.navigation-
|
|
58
|
+
.navigation-bar__content_81ugp > .navigation-bar__title_81ugp,
|
|
59
|
+
.navigation-bar__content_81ugp > .navigation-bar__subtitle_81ugp {
|
|
60
60
|
-webkit-line-clamp: 1;
|
|
61
61
|
display: -webkit-box;
|
|
62
62
|
-webkit-box-orient: vertical;
|
|
63
63
|
overflow: hidden;
|
|
64
64
|
word-break: break-all;
|
|
65
65
|
}
|
|
66
|
-
.navigation-
|
|
66
|
+
.navigation-bar__title_81ugp {
|
|
67
67
|
font-size: 16px;
|
|
68
68
|
line-height: 20px;
|
|
69
69
|
font-weight: 500;
|
|
70
70
|
font-family: var(--font-family-system);
|
|
71
71
|
}
|
|
72
|
-
.navigation-
|
|
72
|
+
.navigation-bar__title_81ugp.navigation-bar__left_81ugp {
|
|
73
73
|
font-size: 20px;
|
|
74
74
|
line-height: 28px;
|
|
75
75
|
font-weight: 600;
|
|
76
76
|
font-family: var(--font-family-system);
|
|
77
77
|
}
|
|
78
|
-
.navigation-
|
|
78
|
+
.navigation-bar__subtitle_81ugp {
|
|
79
79
|
font-size: 14px;
|
|
80
80
|
line-height: 20px;
|
|
81
81
|
font-weight: 400;
|
|
82
82
|
font-family: var(--font-family-system);
|
|
83
83
|
color: var(--color-light-text-secondary);
|
|
84
84
|
}
|
|
85
|
-
.navigation-
|
|
85
|
+
.navigation-bar__addons_81ugp {
|
|
86
86
|
min-width: 48px;
|
|
87
87
|
display: flex;
|
|
88
88
|
justify-content: center;
|
|
89
89
|
}
|
|
90
|
-
.navigation-
|
|
90
|
+
.navigation-bar__rightAddons_81ugp {
|
|
91
91
|
margin-left: auto;
|
|
92
92
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"component":"navigation-
|
|
3
|
+
const styles = {"component":"navigation-bar__component_81ugp","sticky":"navigation-bar__sticky_81ugp","border":"navigation-bar__border_81ugp","mainLine":"navigation-bar__mainLine_81ugp","left":"navigation-bar__left_81ugp","center":"navigation-bar__center_81ugp","children":"navigation-bar__children_81ugp","content":"navigation-bar__content_81ugp","title":"navigation-bar__title_81ugp","subtitle":"navigation-bar__subtitle_81ugp","addons":"navigation-bar__addons_81ugp","rightAddons":"navigation-bar__rightAddons_81ugp"};
|
|
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",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"description": "NavigationBar",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
"main": "index.js",
|
|
11
11
|
"module": "./esm/index.js",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@alfalab/core-components-button": "^13.0.
|
|
14
|
-
"@alfalab/core-components-shared": "^2.0
|
|
15
|
-
"@alfalab/core-components-typography": "^6.0.
|
|
13
|
+
"@alfalab/core-components-button": "^13.0.2",
|
|
14
|
+
"@alfalab/core-components-shared": "^2.1.0",
|
|
15
|
+
"@alfalab/core-components-typography": "^6.0.2",
|
|
16
16
|
"@alfalab/icons-glyph": "^2.260.0",
|
|
17
17
|
"classnames": "^2.5.1",
|
|
18
18
|
"tslib": "^2.4.0"
|