@alfalab/core-components-side-panel 7.0.2 → 7.0.3-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/content/desktop.css +2 -2
- package/components/content/desktop.module.css.js +1 -1
- package/components/content/index.css +3 -3
- package/components/content/index.module.css.js +1 -1
- package/components/content/mobile.css +2 -2
- package/components/content/mobile.module.css.js +1 -1
- package/components/controls/index.css +1 -1
- package/components/controls/index.module.css.js +1 -1
- package/components/footer/desktop.css +2 -2
- package/components/footer/desktop.module.css.js +1 -1
- package/components/footer/index.css +3 -3
- package/components/footer/index.module.css.js +1 -1
- package/components/footer/layout.css +16 -16
- package/components/footer/layout.module.css.js +1 -1
- package/components/footer/mobile.css +3 -3
- package/components/footer/mobile.module.css.js +1 -1
- package/components/header/desktop.css +8 -6
- package/components/header/desktop.module.css.js +1 -1
- package/components/header/index.css +13 -13
- package/components/header/index.module.css.js +1 -1
- package/components/header/mobile.css +11 -8
- package/components/header/mobile.module.css.js +1 -1
- package/cssm/components/header/desktop.module.css +5 -3
- package/cssm/components/header/mobile.module.css +7 -4
- package/desktop/desktop.css +2 -2
- package/desktop/desktop.module.css.js +1 -1
- package/desktop/transitions.desktop.css +6 -6
- package/desktop/transitions.desktop.module.css.js +1 -1
- package/esm/components/content/desktop.css +2 -2
- package/esm/components/content/desktop.module.css.js +1 -1
- package/esm/components/content/index.css +3 -3
- package/esm/components/content/index.module.css.js +1 -1
- package/esm/components/content/mobile.css +2 -2
- package/esm/components/content/mobile.module.css.js +1 -1
- package/esm/components/controls/index.css +1 -1
- package/esm/components/controls/index.module.css.js +1 -1
- package/esm/components/footer/desktop.css +2 -2
- package/esm/components/footer/desktop.module.css.js +1 -1
- package/esm/components/footer/index.css +3 -3
- package/esm/components/footer/index.module.css.js +1 -1
- package/esm/components/footer/layout.css +16 -16
- package/esm/components/footer/layout.module.css.js +1 -1
- package/esm/components/footer/mobile.css +3 -3
- package/esm/components/footer/mobile.module.css.js +1 -1
- package/esm/components/header/desktop.css +8 -6
- package/esm/components/header/desktop.module.css.js +1 -1
- package/esm/components/header/index.css +13 -13
- package/esm/components/header/index.module.css.js +1 -1
- package/esm/components/header/mobile.css +11 -8
- package/esm/components/header/mobile.module.css.js +1 -1
- package/esm/desktop/desktop.css +2 -2
- package/esm/desktop/desktop.module.css.js +1 -1
- package/esm/desktop/transitions.desktop.css +6 -6
- package/esm/desktop/transitions.desktop.module.css.js +1 -1
- package/esm/mobile/mobile.css +4 -4
- package/esm/mobile/mobile.module.css.js +1 -1
- package/esm/mobile/transitions.mobile.css +7 -7
- package/esm/mobile/transitions.mobile.module.css.js +1 -1
- package/mobile/mobile.css +4 -4
- package/mobile/mobile.module.css.js +1 -1
- package/mobile/transitions.mobile.css +7 -7
- package/mobile/transitions.mobile.module.css.js +1 -1
- package/modern/components/content/desktop.css +2 -2
- package/modern/components/content/desktop.module.css.js +1 -1
- package/modern/components/content/index.css +3 -3
- package/modern/components/content/index.module.css.js +1 -1
- package/modern/components/content/mobile.css +2 -2
- package/modern/components/content/mobile.module.css.js +1 -1
- package/modern/components/controls/index.css +1 -1
- package/modern/components/controls/index.module.css.js +1 -1
- package/modern/components/footer/desktop.css +2 -2
- package/modern/components/footer/desktop.module.css.js +1 -1
- package/modern/components/footer/index.css +3 -3
- package/modern/components/footer/index.module.css.js +1 -1
- package/modern/components/footer/layout.css +16 -16
- package/modern/components/footer/layout.module.css.js +1 -1
- package/modern/components/footer/mobile.css +3 -3
- package/modern/components/footer/mobile.module.css.js +1 -1
- package/modern/components/header/desktop.css +8 -6
- package/modern/components/header/desktop.module.css.js +1 -1
- package/modern/components/header/index.css +13 -13
- package/modern/components/header/index.module.css.js +1 -1
- package/modern/components/header/mobile.css +11 -8
- package/modern/components/header/mobile.module.css.js +1 -1
- package/modern/desktop/desktop.css +2 -2
- package/modern/desktop/desktop.module.css.js +1 -1
- package/modern/desktop/transitions.desktop.css +6 -6
- package/modern/desktop/transitions.desktop.module.css.js +1 -1
- package/modern/mobile/mobile.css +4 -4
- package/modern/mobile/mobile.module.css.js +1 -1
- package/modern/mobile/transitions.mobile.css +7 -7
- package/modern/mobile/transitions.mobile.module.css.js +1 -1
- package/moderncssm/components/header/desktop.module.css +2 -1
- package/moderncssm/components/header/mobile.module.css +4 -2
- package/package.json +8 -8
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
:root {
|
|
9
9
|
--side-panel-s-content-paddings: var(--gap-40) var(--gap-40) var(--gap-0);
|
|
10
10
|
}
|
|
11
|
-
.side-panel__size-
|
|
11
|
+
.side-panel__size-500_kc9d5 {
|
|
12
12
|
padding: var(--side-panel-s-content-paddings);
|
|
13
13
|
}
|
|
14
|
-
.side-panel__size-
|
|
14
|
+
.side-panel__size-500_kc9d5:last-child {
|
|
15
15
|
padding-bottom: var(--gap-32);
|
|
16
16
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--gap-0: 0px;
|
|
3
3
|
}
|
|
4
|
-
.side-
|
|
4
|
+
.side-panel__content_vyfnu {
|
|
5
5
|
position: relative;
|
|
6
6
|
box-sizing: border-box;
|
|
7
7
|
width: 100%;
|
|
8
8
|
z-index: 0;
|
|
9
9
|
}
|
|
10
|
-
.side-
|
|
10
|
+
.side-panel__content_vyfnu.side-panel__withHeader_vyfnu {
|
|
11
11
|
padding-top: var(--gap-0);
|
|
12
12
|
}
|
|
13
|
-
.side-
|
|
13
|
+
.side-panel__flex_vyfnu {
|
|
14
14
|
flex: 1 1 auto;
|
|
15
15
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"content":"side-
|
|
5
|
+
var styles = {"content":"side-panel__content_vyfnu","withHeader":"side-panel__withHeader_vyfnu","flex":"side-panel__flex_vyfnu"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
--gap-0: 0px;
|
|
4
4
|
--gap-16: var(--gap-m);
|
|
5
5
|
}
|
|
6
|
-
.side-
|
|
6
|
+
.side-panel__content_13rk2 {
|
|
7
7
|
padding: var(--gap-16) var(--gap-16) var(--gap-0);
|
|
8
8
|
}
|
|
9
|
-
.side-
|
|
9
|
+
.side-panel__content_13rk2:last-child {
|
|
10
10
|
padding-bottom: var(--gap-16);
|
|
11
11
|
}
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
:root {
|
|
9
9
|
--side-panel-s-footer-paddings: var(--gap-24) var(--gap-40) var(--gap-40);
|
|
10
10
|
}
|
|
11
|
-
.side-
|
|
11
|
+
.side-panel__sticky_1es6m {
|
|
12
12
|
bottom: var(--gap-0);
|
|
13
13
|
}
|
|
14
|
-
.side-panel__size-
|
|
14
|
+
.side-panel__size-500_1es6m {
|
|
15
15
|
padding: var(--side-panel-s-footer-paddings);
|
|
16
16
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./desktop.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"sticky":"side-
|
|
5
|
+
var styles = {"sticky":"side-panel__sticky_1es6m","size-500":"side-panel__size-500_1es6m"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=desktop.module.css.js.map
|
|
@@ -7,19 +7,19 @@
|
|
|
7
7
|
--side-panel-footer-highlight-background: var(--color-light-modal-bg-primary);
|
|
8
8
|
--side-panel-footer-highlight-box-shadow: 0 -1px 0 0 var(--color-light-neutral-300);
|
|
9
9
|
}
|
|
10
|
-
.side-
|
|
10
|
+
.side-panel__footer_1jrcu {
|
|
11
11
|
width: 100%;
|
|
12
12
|
box-sizing: border-box;
|
|
13
13
|
transition:
|
|
14
14
|
box-shadow 0.2s ease,
|
|
15
15
|
background 0.2s ease;
|
|
16
16
|
}
|
|
17
|
-
.side-
|
|
17
|
+
.side-panel__sticky_1jrcu {
|
|
18
18
|
background: var(--side-panel-footer-background);
|
|
19
19
|
position: sticky;
|
|
20
20
|
z-index: 1;
|
|
21
21
|
}
|
|
22
|
-
.side-
|
|
22
|
+
.side-panel__highlighted_1jrcu {
|
|
23
23
|
background: var(--side-panel-footer-highlight-background);
|
|
24
24
|
box-shadow: var(--side-panel-footer-highlight-box-shadow);
|
|
25
25
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"footer":"side-
|
|
5
|
+
var styles = {"footer":"side-panel__footer_1jrcu","sticky":"side-panel__sticky_1jrcu","highlighted":"side-panel__highlighted_1jrcu"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -9,48 +9,48 @@
|
|
|
9
9
|
:root {
|
|
10
10
|
--side-panel-footer-default-gap: var(--gap-16);
|
|
11
11
|
}
|
|
12
|
-
.side-
|
|
12
|
+
.side-panel__column_j01ki {
|
|
13
13
|
display: flex;
|
|
14
14
|
flex-direction: column;
|
|
15
15
|
}
|
|
16
|
-
.side-
|
|
16
|
+
.side-panel__column_j01ki > *:not(:last-child):not(:only-child) {
|
|
17
17
|
margin-bottom: var(--side-panel-footer-default-gap);
|
|
18
18
|
}
|
|
19
|
-
.side-
|
|
19
|
+
.side-panel__column_j01ki.side-panel__gap-16_j01ki > *:not(:last-child):not(:only-child) {
|
|
20
20
|
margin-bottom: var(--gap-16);
|
|
21
21
|
}
|
|
22
|
-
.side-
|
|
22
|
+
.side-panel__column_j01ki.side-panel__gap-24_j01ki > *:not(:last-child):not(:only-child) {
|
|
23
23
|
margin-bottom: var(--gap-24);
|
|
24
24
|
}
|
|
25
|
-
.side-
|
|
25
|
+
.side-panel__column_j01ki.side-panel__gap-32_j01ki > *:not(:last-child):not(:only-child) {
|
|
26
26
|
margin-bottom: var(--gap-32);
|
|
27
27
|
}
|
|
28
|
-
.side-
|
|
28
|
+
.side-panel__start_j01ki {
|
|
29
29
|
justify-content: flex-start;
|
|
30
30
|
}
|
|
31
|
-
.side-
|
|
31
|
+
.side-panel__center_j01ki {
|
|
32
32
|
justify-content: center;
|
|
33
33
|
}
|
|
34
|
-
.side-panel__space-
|
|
34
|
+
.side-panel__space-between_j01ki {
|
|
35
35
|
justify-content: space-between;
|
|
36
36
|
}
|
|
37
|
-
.side-panel__space-
|
|
37
|
+
.side-panel__space-between_j01ki > * {
|
|
38
38
|
flex: 1;
|
|
39
39
|
}
|
|
40
|
-
.side-
|
|
41
|
-
.side-
|
|
42
|
-
.side-panel__space-
|
|
40
|
+
.side-panel__start_j01ki,
|
|
41
|
+
.side-panel__center_j01ki,
|
|
42
|
+
.side-panel__space-between_j01ki {
|
|
43
43
|
display: flex;
|
|
44
44
|
}
|
|
45
|
-
.side-
|
|
45
|
+
.side-panel__start_j01ki > *:not(:last-child):not(:only-child), .side-panel__center_j01ki > *:not(:last-child):not(:only-child), .side-panel__space-between_j01ki > *:not(:last-child):not(:only-child) {
|
|
46
46
|
margin-right: var(--side-panel-footer-default-gap);
|
|
47
47
|
}
|
|
48
|
-
.side-
|
|
48
|
+
.side-panel__start_j01ki.side-panel__gap-16_j01ki > *:not(:last-child):not(:only-child), .side-panel__center_j01ki.side-panel__gap-16_j01ki > *:not(:last-child):not(:only-child), .side-panel__space-between_j01ki.side-panel__gap-16_j01ki > *:not(:last-child):not(:only-child) {
|
|
49
49
|
margin-right: var(--gap-16);
|
|
50
50
|
}
|
|
51
|
-
.side-
|
|
51
|
+
.side-panel__start_j01ki.side-panel__gap-24_j01ki > *:not(:last-child):not(:only-child), .side-panel__center_j01ki.side-panel__gap-24_j01ki > *:not(:last-child):not(:only-child), .side-panel__space-between_j01ki.side-panel__gap-24_j01ki > *:not(:last-child):not(:only-child) {
|
|
52
52
|
margin-right: var(--gap-24);
|
|
53
53
|
}
|
|
54
|
-
.side-
|
|
54
|
+
.side-panel__start_j01ki.side-panel__gap-32_j01ki > *:not(:last-child):not(:only-child), .side-panel__center_j01ki.side-panel__gap-32_j01ki > *:not(:last-child):not(:only-child), .side-panel__space-between_j01ki.side-panel__gap-32_j01ki > *:not(:last-child):not(:only-child) {
|
|
55
55
|
margin-right: var(--gap-32);
|
|
56
56
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./layout.css');
|
|
4
4
|
|
|
5
|
-
var layoutStyles = {"column":"side-
|
|
5
|
+
var layoutStyles = {"column":"side-panel__column_j01ki","gap-16":"side-panel__gap-16_j01ki","gap-24":"side-panel__gap-24_j01ki","gap-32":"side-panel__gap-32_j01ki","start":"side-panel__start_j01ki","center":"side-panel__center_j01ki","space-between":"side-panel__space-between_j01ki"};
|
|
6
6
|
|
|
7
7
|
module.exports = layoutStyles;
|
|
8
8
|
//# sourceMappingURL=layout.module.css.js.map
|
|
@@ -6,14 +6,14 @@
|
|
|
6
6
|
--gap-0: 0px;
|
|
7
7
|
--gap-16: var(--gap-m);
|
|
8
8
|
}
|
|
9
|
-
.side-
|
|
9
|
+
.side-panel__footer_xh3od {
|
|
10
10
|
padding: var(--gap-16);
|
|
11
11
|
}
|
|
12
12
|
@media (display-mode: standalone) {
|
|
13
|
-
.side-
|
|
13
|
+
.side-panel__footer_xh3od {
|
|
14
14
|
padding-bottom: calc(var(--sab) + var(--gap-16));
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
|
-
.side-
|
|
17
|
+
.side-panel__sticky_xh3od {
|
|
18
18
|
bottom: var(--gap-0);
|
|
19
19
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./mobile.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"footer":"side-
|
|
5
|
+
var styles = {"footer":"side-panel__footer_xh3od","sticky":"side-panel__sticky_xh3od"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=mobile.module.css.js.map
|
|
@@ -7,23 +7,25 @@
|
|
|
7
7
|
--gap-16: var(--gap-m);
|
|
8
8
|
}
|
|
9
9
|
:root {
|
|
10
|
-
--font-family-
|
|
11
|
-
system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
|
|
10
|
+
--font-family-alfasans:
|
|
11
|
+
'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
|
|
12
|
+
Helvetica, sans-serif;
|
|
12
13
|
}
|
|
13
14
|
:root {
|
|
14
15
|
--side-panel-s-header-paddings: 28px 28px var(--gap-0);
|
|
15
16
|
--side-panel-s-header-desktop-content-paddings: var(--gap-6) var(--gap-12) var(--gap-16);
|
|
16
17
|
}
|
|
17
|
-
.side-panel__size-
|
|
18
|
+
.side-panel__size-500_to537 .side-panel__content_to537 {
|
|
18
19
|
padding: var(--side-panel-s-header-desktop-content-paddings);
|
|
19
20
|
font-size: 30px;
|
|
20
21
|
line-height: 36px;
|
|
21
22
|
font-weight: 700;
|
|
22
|
-
|
|
23
|
+
letter-spacing: 0.1px;
|
|
24
|
+
font-family: var(--font-family-alfasans);
|
|
23
25
|
}
|
|
24
|
-
.side-panel__size-
|
|
26
|
+
.side-panel__size-500_to537 {
|
|
25
27
|
padding: var(--side-panel-s-header-paddings);
|
|
26
28
|
}
|
|
27
|
-
.side-
|
|
29
|
+
.side-panel__sticky_to537 {
|
|
28
30
|
top: var(--gap-0);
|
|
29
31
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./desktop.css');
|
|
4
4
|
|
|
5
|
-
var desktopStyles = {"size-500":"side-panel__size-
|
|
5
|
+
var desktopStyles = {"size-500":"side-panel__size-500_to537","content":"side-panel__content_to537","sticky":"side-panel__sticky_to537"};
|
|
6
6
|
|
|
7
7
|
module.exports = desktopStyles;
|
|
8
8
|
//# sourceMappingURL=desktop.module.css.js.map
|
|
@@ -7,38 +7,38 @@
|
|
|
7
7
|
--side-panel-header-highlight-background: var(--color-light-modal-bg-primary);
|
|
8
8
|
--side-panel-header-highlight-box-shadow: 0 1px 0 0 var(--color-light-neutral-300);
|
|
9
9
|
}
|
|
10
|
-
.side-
|
|
10
|
+
.side-panel__header_1ceu0 {
|
|
11
11
|
width: 100%;
|
|
12
12
|
box-sizing: border-box;
|
|
13
13
|
transition:
|
|
14
14
|
box-shadow 0.2s ease,
|
|
15
15
|
background 0.2s ease;
|
|
16
16
|
}
|
|
17
|
-
.side-
|
|
17
|
+
.side-panel__header_1ceu0:not(.side-panel__hasContent_1ceu0) {
|
|
18
18
|
pointer-events: none;
|
|
19
19
|
}
|
|
20
|
-
.side-
|
|
20
|
+
.side-panel__highlighted_1ceu0 {
|
|
21
21
|
background: var(--side-panel-header-highlight-background);
|
|
22
22
|
box-shadow: var(--side-panel-header-highlight-box-shadow);
|
|
23
23
|
}
|
|
24
|
-
.side-
|
|
24
|
+
.side-panel__sticky_1ceu0 {
|
|
25
25
|
position: sticky;
|
|
26
26
|
z-index: 1;
|
|
27
27
|
}
|
|
28
|
-
.side-
|
|
28
|
+
.side-panel__sticky_1ceu0.side-panel__hasContent_1ceu0 {
|
|
29
29
|
background: var(--side-panel-header-background);
|
|
30
30
|
}
|
|
31
|
-
.side-
|
|
31
|
+
.side-panel__header_1ceu0.side-panel__backgroundImage_1ceu0 {
|
|
32
32
|
background: center no-repeat;
|
|
33
33
|
background-size: cover;
|
|
34
34
|
}
|
|
35
|
-
.side-
|
|
35
|
+
.side-panel__content_1ceu0 {
|
|
36
36
|
flex-grow: 1;
|
|
37
37
|
}
|
|
38
|
-
.side-
|
|
38
|
+
.side-panel__title_1ceu0 {
|
|
39
39
|
word-break: break-word;
|
|
40
40
|
}
|
|
41
|
-
.side-
|
|
41
|
+
.side-panel__addon_1ceu0 {
|
|
42
42
|
min-width: 48px;
|
|
43
43
|
height: 48px;
|
|
44
44
|
display: flex;
|
|
@@ -46,17 +46,17 @@
|
|
|
46
46
|
align-items: center;
|
|
47
47
|
pointer-events: all;
|
|
48
48
|
}
|
|
49
|
-
.side-
|
|
49
|
+
.side-panel__closer_1ceu0 {
|
|
50
50
|
margin-left: auto;
|
|
51
51
|
}
|
|
52
|
-
.side-
|
|
52
|
+
.side-panel__right_1ceu0 {
|
|
53
53
|
justify-content: flex-end;
|
|
54
54
|
text-align: right;
|
|
55
55
|
}
|
|
56
|
-
.side-
|
|
56
|
+
.side-panel__trim_1ceu0 {
|
|
57
57
|
overflow: hidden;
|
|
58
58
|
}
|
|
59
|
-
.side-
|
|
59
|
+
.side-panel__trim_1ceu0 .side-panel__title_1ceu0 {
|
|
60
60
|
overflow: hidden;
|
|
61
61
|
white-space: nowrap;
|
|
62
62
|
text-overflow: ellipsis;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"header":"side-
|
|
5
|
+
var styles = {"header":"side-panel__header_1ceu0","hasContent":"side-panel__hasContent_1ceu0","highlighted":"side-panel__highlighted_1ceu0","sticky":"side-panel__sticky_1ceu0"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -10,8 +10,9 @@
|
|
|
10
10
|
--gap-10: 10px;
|
|
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
17
|
:root {
|
|
17
18
|
--side-panel-header-mobile-content-paddings: var(--gap-10) var(--gap-8);
|
|
@@ -19,25 +20,27 @@
|
|
|
19
20
|
--side-panel-header-mobile-paddings: var(--side-panel-header-mobile-top-padding) var(--gap-8)
|
|
20
21
|
var(--gap-4) var(--gap-8);
|
|
21
22
|
}
|
|
22
|
-
.side-
|
|
23
|
+
.side-panel__header_ef21c {
|
|
23
24
|
padding: var(--side-panel-header-mobile-paddings);
|
|
24
25
|
}
|
|
25
26
|
@media (display-mode: standalone) {
|
|
26
|
-
.side-
|
|
27
|
+
.side-panel__header_ef21c {
|
|
27
28
|
padding-top: calc(var(--sat) + var(--side-panel-header-mobile-top-padding));
|
|
28
29
|
}
|
|
29
30
|
}
|
|
30
|
-
.side-
|
|
31
|
+
.side-panel__sticky_ef21c {
|
|
31
32
|
top: var(--gap-0);
|
|
32
33
|
}
|
|
33
|
-
.side-
|
|
34
|
+
.side-panel__content_ef21c {
|
|
34
35
|
padding: var(--side-panel-header-mobile-content-paddings);
|
|
35
36
|
|
|
36
37
|
font-size: 20px;
|
|
37
38
|
|
|
38
39
|
line-height: 28px;
|
|
39
40
|
|
|
40
|
-
font-weight:
|
|
41
|
+
font-weight: 500;
|
|
41
42
|
|
|
42
|
-
|
|
43
|
+
letter-spacing: -0.15px;
|
|
44
|
+
|
|
45
|
+
font-family: var(--font-family-alfasans);
|
|
43
46
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./mobile.css');
|
|
4
4
|
|
|
5
|
-
var mobileStyles = {"header":"side-
|
|
5
|
+
var mobileStyles = {"header":"side-panel__header_ef21c","sticky":"side-panel__sticky_ef21c","content":"side-panel__content_ef21c"};
|
|
6
6
|
|
|
7
7
|
module.exports = mobileStyles;
|
|
8
8
|
//# sourceMappingURL=mobile.module.css.js.map
|
|
@@ -7,8 +7,9 @@
|
|
|
7
7
|
--gap-16: var(--gap-m);
|
|
8
8
|
}
|
|
9
9
|
:root {
|
|
10
|
-
--font-family-
|
|
11
|
-
system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
|
|
10
|
+
--font-family-alfasans:
|
|
11
|
+
'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
|
|
12
|
+
Helvetica, sans-serif;
|
|
12
13
|
}
|
|
13
14
|
:root {
|
|
14
15
|
--side-panel-s-header-paddings: 28px 28px var(--gap-0);
|
|
@@ -19,7 +20,8 @@
|
|
|
19
20
|
font-size: 30px;
|
|
20
21
|
line-height: 36px;
|
|
21
22
|
font-weight: 700;
|
|
22
|
-
|
|
23
|
+
letter-spacing: 0.1px;
|
|
24
|
+
font-family: var(--font-family-alfasans);
|
|
23
25
|
}
|
|
24
26
|
.size-500 {
|
|
25
27
|
padding: var(--side-panel-s-header-paddings);
|
|
@@ -10,8 +10,9 @@
|
|
|
10
10
|
--gap-10: 10px;
|
|
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
17
|
:root {
|
|
17
18
|
--side-panel-header-mobile-content-paddings: var(--gap-10) var(--gap-8);
|
|
@@ -37,7 +38,9 @@
|
|
|
37
38
|
|
|
38
39
|
line-height: 28px;
|
|
39
40
|
|
|
40
|
-
font-weight:
|
|
41
|
+
font-weight: 500;
|
|
41
42
|
|
|
42
|
-
|
|
43
|
+
letter-spacing: -0.15px;
|
|
44
|
+
|
|
45
|
+
font-family: var(--font-family-alfasans);
|
|
43
46
|
}
|
package/desktop/desktop.css
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--side-panel-s-width: 500px;
|
|
3
3
|
}
|
|
4
|
-
.side-panel__size-
|
|
4
|
+
.side-panel__size-500_iz6rg.side-panel__size-500_iz6rg {
|
|
5
5
|
width: var(--side-panel-s-width);
|
|
6
6
|
}
|
|
7
|
-
.side-
|
|
7
|
+
.side-panel__hidden_iz6rg {
|
|
8
8
|
overflow-x: hidden;
|
|
9
9
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./desktop.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"size-500":"side-panel__size-
|
|
5
|
+
var styles = {"size-500":"side-panel__size-500_iz6rg","hidden":"side-panel__hidden_iz6rg"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=desktop.module.css.js.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
.side-
|
|
1
|
+
.side-panel__enterRight_he6vt {
|
|
2
2
|
opacity: 0;
|
|
3
3
|
transform: translateX(15px);
|
|
4
4
|
}
|
|
5
5
|
|
|
6
|
-
.side-
|
|
6
|
+
.side-panel__enterLeft_he6vt {
|
|
7
7
|
opacity: 0;
|
|
8
8
|
transform: translateX(-15px);
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
.side-
|
|
11
|
+
.side-panel__enterActive_he6vt {
|
|
12
12
|
opacity: 1;
|
|
13
13
|
transform: translateX(0);
|
|
14
14
|
transition:
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
transform 200ms ease-in;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
.side-
|
|
19
|
+
.side-panel__exit_he6vt {
|
|
20
20
|
opacity: 1;
|
|
21
21
|
transform: translateX(0);
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
.side-
|
|
24
|
+
.side-panel__exitActiveRight_he6vt {
|
|
25
25
|
opacity: 0;
|
|
26
26
|
transition:
|
|
27
27
|
opacity 200ms ease-out,
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
transform: translateX(15px);
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
.side-
|
|
32
|
+
.side-panel__exitActiveLeft_he6vt {
|
|
33
33
|
opacity: 0;
|
|
34
34
|
transition:
|
|
35
35
|
opacity 200ms ease-out,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./transitions.desktop.css');
|
|
4
4
|
|
|
5
|
-
var transitions = {"enterActive":"side-
|
|
5
|
+
var transitions = {"enterActive":"side-panel__enterActive_he6vt","exit":"side-panel__exit_he6vt","exitActiveRight":"side-panel__exitActiveRight_he6vt","exitActiveLeft":"side-panel__exitActiveLeft_he6vt"};
|
|
6
6
|
|
|
7
7
|
module.exports = transitions;
|
|
8
8
|
//# sourceMappingURL=transitions.desktop.module.css.js.map
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
:root {
|
|
9
9
|
--side-panel-s-content-paddings: var(--gap-40) var(--gap-40) var(--gap-0);
|
|
10
10
|
}
|
|
11
|
-
.side-panel__size-
|
|
11
|
+
.side-panel__size-500_kc9d5 {
|
|
12
12
|
padding: var(--side-panel-s-content-paddings);
|
|
13
13
|
}
|
|
14
|
-
.side-panel__size-
|
|
14
|
+
.side-panel__size-500_kc9d5:last-child {
|
|
15
15
|
padding-bottom: var(--gap-32);
|
|
16
16
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--gap-0: 0px;
|
|
3
3
|
}
|
|
4
|
-
.side-
|
|
4
|
+
.side-panel__content_vyfnu {
|
|
5
5
|
position: relative;
|
|
6
6
|
box-sizing: border-box;
|
|
7
7
|
width: 100%;
|
|
8
8
|
z-index: 0;
|
|
9
9
|
}
|
|
10
|
-
.side-
|
|
10
|
+
.side-panel__content_vyfnu.side-panel__withHeader_vyfnu {
|
|
11
11
|
padding-top: var(--gap-0);
|
|
12
12
|
}
|
|
13
|
-
.side-
|
|
13
|
+
.side-panel__flex_vyfnu {
|
|
14
14
|
flex: 1 1 auto;
|
|
15
15
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"content":"side-
|
|
3
|
+
var styles = {"content":"side-panel__content_vyfnu","withHeader":"side-panel__withHeader_vyfnu","flex":"side-panel__flex_vyfnu"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
--gap-0: 0px;
|
|
4
4
|
--gap-16: var(--gap-m);
|
|
5
5
|
}
|
|
6
|
-
.side-
|
|
6
|
+
.side-panel__content_13rk2 {
|
|
7
7
|
padding: var(--gap-16) var(--gap-16) var(--gap-0);
|
|
8
8
|
}
|
|
9
|
-
.side-
|
|
9
|
+
.side-panel__content_13rk2:last-child {
|
|
10
10
|
padding-bottom: var(--gap-16);
|
|
11
11
|
}
|