@alfalab/core-components-side-panel 2.5.3 → 2.5.4
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/Component.desktop.js +3 -3
- package/Component.mobile.js +3 -3
- package/Component.responsive.d.ts +1 -1
- package/Component.responsive.js +1 -1
- package/components/closer/Component.js +2 -2
- package/components/closer/index.css +14 -13
- package/components/content/Component.desktop.js +2 -2
- package/components/content/Component.js +1 -1
- package/components/content/Component.mobile.js +2 -2
- package/components/content/desktop.css +12 -9
- package/components/content/index.css +12 -7
- package/components/content/mobile.css +12 -9
- package/components/footer/Component.desktop.js +2 -2
- package/components/footer/Component.js +2 -2
- package/components/footer/Component.mobile.js +2 -2
- package/components/footer/desktop.css +12 -9
- package/components/footer/index.css +13 -11
- package/components/footer/layout.css +34 -45
- package/components/footer/mobile.css +12 -9
- package/components/header/Component.desktop.js +2 -2
- package/components/header/Component.js +2 -2
- package/components/header/Component.mobile.js +2 -2
- package/components/header/desktop.css +15 -17
- package/components/header/index.css +25 -35
- package/components/header/mobile.css +12 -11
- package/cssm/components/closer/index.module.css +13 -12
- package/cssm/components/content/desktop.module.css +11 -8
- package/cssm/components/content/index.module.css +11 -6
- package/cssm/components/content/mobile.module.css +11 -8
- package/cssm/components/footer/desktop.module.css +11 -8
- package/cssm/components/footer/index.module.css +12 -10
- package/cssm/components/footer/layout.module.css +25 -36
- package/cssm/components/footer/mobile.module.css +11 -8
- package/cssm/components/header/desktop.module.css +14 -16
- package/cssm/components/header/index.module.css +24 -34
- package/cssm/components/header/mobile.module.css +11 -10
- package/cssm/desktop.module.css +11 -6
- package/cssm/mobile.module.css +10 -4
- package/cssm/vars.css +9 -2
- package/desktop.css +12 -7
- package/desktop.js +1 -1
- package/esm/Component.desktop.js +3 -3
- package/esm/Component.mobile.js +3 -3
- package/esm/Component.responsive.js +1 -1
- package/esm/components/closer/Component.js +2 -2
- package/esm/components/closer/index.css +14 -13
- package/esm/components/content/Component.desktop.js +2 -2
- package/esm/components/content/Component.js +1 -1
- package/esm/components/content/Component.mobile.js +2 -2
- package/esm/components/content/desktop.css +12 -9
- package/esm/components/content/index.css +12 -7
- package/esm/components/content/mobile.css +12 -9
- package/esm/components/footer/Component.desktop.js +2 -2
- package/esm/components/footer/Component.js +2 -2
- package/esm/components/footer/Component.mobile.js +2 -2
- package/esm/components/footer/desktop.css +12 -9
- package/esm/components/footer/index.css +13 -11
- package/esm/components/footer/layout.css +34 -45
- package/esm/components/footer/mobile.css +12 -9
- package/esm/components/header/Component.desktop.js +2 -2
- package/esm/components/header/Component.js +2 -2
- package/esm/components/header/Component.mobile.js +2 -2
- package/esm/components/header/desktop.css +15 -17
- package/esm/components/header/index.css +25 -35
- package/esm/components/header/mobile.css +12 -11
- package/esm/desktop.css +12 -7
- package/esm/desktop.js +1 -1
- package/esm/index.js +1 -1
- package/esm/mobile.css +11 -5
- package/esm/mobile.js +1 -1
- package/esm/responsive.js +1 -1
- package/esm/transitions.desktop.css +7 -7
- package/esm/transitions.mobile.css +8 -8
- package/esm/{tslib.es6-64927b87.d.ts → tslib.es6-4ea62d19.d.ts} +0 -0
- package/esm/{tslib.es6-64927b87.js → tslib.es6-4ea62d19.js} +0 -0
- package/index.js +1 -1
- package/mobile.css +11 -5
- package/mobile.js +1 -1
- package/modern/Component.desktop.js +2 -2
- package/modern/Component.mobile.js +2 -2
- package/modern/components/closer/Component.js +1 -1
- package/modern/components/closer/index.css +14 -13
- package/modern/components/content/Component.desktop.js +1 -1
- package/modern/components/content/Component.js +1 -1
- package/modern/components/content/Component.mobile.js +1 -1
- package/modern/components/content/desktop.css +12 -9
- package/modern/components/content/index.css +12 -7
- package/modern/components/content/mobile.css +12 -9
- package/modern/components/footer/Component.desktop.js +1 -1
- package/modern/components/footer/Component.js +2 -2
- package/modern/components/footer/Component.mobile.js +1 -1
- package/modern/components/footer/desktop.css +12 -9
- package/modern/components/footer/index.css +13 -11
- package/modern/components/footer/layout.css +34 -45
- package/modern/components/footer/mobile.css +12 -9
- package/modern/components/header/Component.desktop.js +1 -1
- package/modern/components/header/Component.js +1 -1
- package/modern/components/header/Component.mobile.js +1 -1
- package/modern/components/header/desktop.css +15 -17
- package/modern/components/header/index.css +25 -35
- package/modern/components/header/mobile.css +12 -11
- package/modern/desktop.css +12 -7
- package/modern/mobile.css +11 -5
- package/modern/transitions.desktop.css +7 -7
- package/modern/transitions.mobile.css +8 -8
- package/package.json +3 -3
- package/responsive.js +1 -1
- package/transitions.desktop.css +7 -7
- package/transitions.mobile.css +8 -8
- /package/{tslib.es6-e933c24b.d.ts → tslib.es6-cf0bde8a.d.ts} +0 -0
- /package/{tslib.es6-e933c24b.js → tslib.es6-cf0bde8a.js} +0 -0
|
@@ -1,22 +1,25 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1g5zp */
|
|
2
2
|
:root {
|
|
3
|
+
} /* deprecated */ :root {
|
|
4
|
+
} :root {
|
|
5
|
+
} :root {
|
|
6
|
+
} :root {
|
|
3
7
|
|
|
4
8
|
/* Hard */
|
|
5
9
|
|
|
6
10
|
/* Up */
|
|
7
11
|
|
|
8
12
|
/* Hard up */
|
|
9
|
-
}
|
|
10
|
-
:root {
|
|
13
|
+
} :root {
|
|
14
|
+
} :root {
|
|
11
15
|
--gap-xs: 8px;
|
|
12
16
|
--gap-s: 12px;
|
|
13
17
|
--gap-m: 16px;
|
|
14
|
-
}
|
|
15
|
-
:root {
|
|
18
|
+
} :root {
|
|
16
19
|
--font-family-system: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
|
|
17
20
|
sans-serif;
|
|
18
|
-
}
|
|
19
|
-
:root {
|
|
21
|
+
} :root {
|
|
22
|
+
} :root {
|
|
20
23
|
|
|
21
24
|
/* sizes */
|
|
22
25
|
|
|
@@ -33,22 +36,17 @@
|
|
|
33
36
|
--side-panel-header-desktop-font-family: var(--font-family-system);
|
|
34
37
|
|
|
35
38
|
/* mobile */
|
|
36
|
-
}
|
|
37
|
-
.side-panel__content_1wmke {
|
|
39
|
+
} .side-panel__content_1bhhm {
|
|
38
40
|
font-weight: var(--side-panel-header-desktop-font-weight);
|
|
39
41
|
font-family: var(--side-panel-header-desktop-font-family);
|
|
40
|
-
}
|
|
41
|
-
.side-panel__s_1wmke .side-panel__content_1wmke {
|
|
42
|
+
} .side-panel__s_1bhhm .side-panel__content_1bhhm {
|
|
42
43
|
padding: var(--side-panel-s-header-desktop-content-paddings);
|
|
43
44
|
font-size: var(--side-panel-s-header-desktop-font-size);
|
|
44
45
|
line-height: var(--side-panel-s-header-desktop-line-height);
|
|
45
|
-
}
|
|
46
|
-
.side-panel__s_1wmke {
|
|
46
|
+
} .side-panel__s_1bhhm {
|
|
47
47
|
padding: var(--side-panel-s-header-paddings)
|
|
48
|
-
}
|
|
49
|
-
.side-panel__s_1wmke:not(.side-panel__hasContent_1wmke) {
|
|
48
|
+
} .side-panel__s_1bhhm:not(.side-panel__hasContent_1bhhm) {
|
|
50
49
|
padding-bottom: 0;
|
|
51
|
-
}
|
|
52
|
-
.side-panel__sticky_1wmke {
|
|
50
|
+
} .side-panel__sticky_1bhhm {
|
|
53
51
|
top: 0;
|
|
54
52
|
}
|
|
@@ -1,16 +1,21 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 5y0wb */
|
|
2
2
|
:root {
|
|
3
|
+
} /* deprecated */ :root {
|
|
3
4
|
--color-light-bg-primary: #fff;
|
|
4
|
-
}
|
|
5
|
-
:root {
|
|
5
|
+
} :root {
|
|
6
|
+
} :root {
|
|
7
|
+
} :root {
|
|
6
8
|
|
|
7
9
|
/* Hard */
|
|
8
10
|
|
|
9
11
|
/* Up */
|
|
10
12
|
|
|
11
13
|
/* Hard up */
|
|
12
|
-
}
|
|
13
|
-
:root {
|
|
14
|
+
} :root {
|
|
15
|
+
} :root {
|
|
16
|
+
} :root {
|
|
17
|
+
} :root {
|
|
18
|
+
} :root {
|
|
14
19
|
--side-panel-header-background: var(--color-light-bg-primary);
|
|
15
20
|
|
|
16
21
|
/* sizes */
|
|
@@ -24,66 +29,51 @@
|
|
|
24
29
|
/* desktop */
|
|
25
30
|
|
|
26
31
|
/* mobile */
|
|
27
|
-
}
|
|
28
|
-
.side-panel__header_1via4 {
|
|
32
|
+
} .side-panel__header_9eiwa {
|
|
29
33
|
width: 100%;
|
|
30
34
|
box-sizing: border-box;
|
|
31
35
|
display: flex;
|
|
32
36
|
align-items: stretch;
|
|
33
37
|
justify-content: space-between;
|
|
34
38
|
transition: box-shadow 0.2s ease, background 0.2s ease
|
|
35
|
-
}
|
|
36
|
-
.side-panel__header_1via4:not(.side-panel__hasContent_1via4) {
|
|
39
|
+
} .side-panel__header_9eiwa:not(.side-panel__hasContent_9eiwa) {
|
|
37
40
|
pointer-events: none;
|
|
38
|
-
}
|
|
39
|
-
.side-panel__highlighted_1via4 {
|
|
41
|
+
} .side-panel__highlighted_9eiwa {
|
|
40
42
|
background: var(--side-panel-header-highlight-background);
|
|
41
43
|
box-shadow: var(--side-panel-header-highlight-box-shadow);
|
|
42
|
-
}
|
|
43
|
-
.side-panel__sticky_1via4 {
|
|
44
|
+
} .side-panel__sticky_9eiwa {
|
|
44
45
|
position: sticky;
|
|
45
46
|
z-index: 1
|
|
46
|
-
}
|
|
47
|
-
.side-panel__sticky_1via4.side-panel__hasContent_1via4 {
|
|
47
|
+
} .side-panel__sticky_9eiwa.side-panel__hasContent_9eiwa {
|
|
48
48
|
background: var(--side-panel-header-background);
|
|
49
|
-
}
|
|
50
|
-
.side-panel__header_1via4.side-panel__backgroundImage_1via4 {
|
|
49
|
+
} .side-panel__header_9eiwa.side-panel__backgroundImage_9eiwa {
|
|
51
50
|
background: center no-repeat;
|
|
52
51
|
background-size: cover;
|
|
53
|
-
}
|
|
54
|
-
.side-panel__content_1via4 {
|
|
52
|
+
} .side-panel__content_9eiwa {
|
|
55
53
|
flex-grow: 1;
|
|
56
|
-
}
|
|
57
|
-
.side-panel__title_1via4 {
|
|
54
|
+
} .side-panel__title_9eiwa {
|
|
58
55
|
word-break: break-word;
|
|
59
|
-
}
|
|
60
|
-
.side-panel__addon_1via4 {
|
|
56
|
+
} .side-panel__addon_9eiwa {
|
|
61
57
|
min-width: 48px;
|
|
62
58
|
height: 48px;
|
|
63
59
|
display: flex;
|
|
64
60
|
justify-content: center;
|
|
65
61
|
align-items: center;
|
|
66
62
|
pointer-events: all;
|
|
67
|
-
}
|
|
68
|
-
.side-panel__closer_1via4 {
|
|
63
|
+
} .side-panel__closer_9eiwa {
|
|
69
64
|
margin-left: auto;
|
|
70
|
-
}
|
|
71
|
-
.side-panel__left_1via4 {
|
|
65
|
+
} .side-panel__left_9eiwa {
|
|
72
66
|
justify-content: flex-start;
|
|
73
67
|
text-align: left;
|
|
74
|
-
}
|
|
75
|
-
.side-panel__center_1via4 {
|
|
68
|
+
} .side-panel__center_9eiwa {
|
|
76
69
|
justify-content: center;
|
|
77
70
|
text-align: center;
|
|
78
|
-
}
|
|
79
|
-
.side-panel__right_1via4 {
|
|
71
|
+
} .side-panel__right_9eiwa {
|
|
80
72
|
justify-content: flex-end;
|
|
81
73
|
text-align: right;
|
|
82
|
-
}
|
|
83
|
-
.side-panel__trim_1via4 {
|
|
74
|
+
} .side-panel__trim_9eiwa {
|
|
84
75
|
overflow: hidden
|
|
85
|
-
}
|
|
86
|
-
.side-panel__trim_1via4 .side-panel__title_1via4 {
|
|
76
|
+
} .side-panel__trim_9eiwa .side-panel__title_9eiwa {
|
|
87
77
|
overflow: hidden;
|
|
88
78
|
white-space: nowrap;
|
|
89
79
|
text-overflow: ellipsis;
|
|
@@ -1,22 +1,25 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 5q3om */
|
|
2
2
|
:root {
|
|
3
|
+
} /* deprecated */ :root {
|
|
4
|
+
} :root {
|
|
5
|
+
} :root {
|
|
6
|
+
} :root {
|
|
3
7
|
|
|
4
8
|
/* Hard */
|
|
5
9
|
|
|
6
10
|
/* Up */
|
|
7
11
|
|
|
8
12
|
/* Hard up */
|
|
9
|
-
}
|
|
10
|
-
:root {
|
|
13
|
+
} :root {
|
|
14
|
+
} :root {
|
|
11
15
|
--gap-xs: 8px;
|
|
12
16
|
--gap-s: 12px;
|
|
13
17
|
--gap-m: 16px;
|
|
14
|
-
}
|
|
15
|
-
:root {
|
|
18
|
+
} :root {
|
|
16
19
|
--font-family-system: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
|
|
17
20
|
sans-serif;
|
|
18
|
-
}
|
|
19
|
-
:root {
|
|
21
|
+
} :root {
|
|
22
|
+
} :root {
|
|
20
23
|
|
|
21
24
|
/* sizes */
|
|
22
25
|
|
|
@@ -33,11 +36,9 @@
|
|
|
33
36
|
--side-panel-header-mobile-line-height: 24px;
|
|
34
37
|
--side-panel-header-mobile-font-family: var(--font-family-system);
|
|
35
38
|
--side-panel-header-mobile-font-weight: bold;
|
|
36
|
-
}
|
|
37
|
-
.side-panel__sticky_18zx5 {
|
|
39
|
+
} .side-panel__sticky_19v5l {
|
|
38
40
|
top: 0;
|
|
39
|
-
}
|
|
40
|
-
.side-panel__content_18zx5 {
|
|
41
|
+
} .side-panel__content_19v5l {
|
|
41
42
|
font-size: var(--side-panel-header-mobile-font-size);
|
|
42
43
|
line-height: var(--side-panel-header-mobile-line-height);
|
|
43
44
|
font-family: var(--side-panel-header-mobile-font-family);
|
|
@@ -1,15 +1,20 @@
|
|
|
1
1
|
:root {
|
|
2
|
+
} /* deprecated */ :root {
|
|
2
3
|
--color-light-bg-primary-alpha-40: rgba(255, 255, 255, 0.4);
|
|
3
|
-
}
|
|
4
|
-
:root {
|
|
4
|
+
} :root {
|
|
5
|
+
} :root {
|
|
6
|
+
} :root {
|
|
5
7
|
|
|
6
8
|
/* Hard */
|
|
7
9
|
|
|
8
10
|
/* Up */
|
|
9
11
|
|
|
10
12
|
/* Hard up */
|
|
11
|
-
}
|
|
12
|
-
:root {
|
|
13
|
+
} :root {
|
|
14
|
+
} :root {
|
|
15
|
+
} :root {
|
|
16
|
+
} :root {
|
|
17
|
+
} :root {
|
|
13
18
|
|
|
14
19
|
/* sizes */
|
|
15
20
|
|
|
@@ -20,11 +25,9 @@
|
|
|
20
25
|
/* desktop */
|
|
21
26
|
|
|
22
27
|
/* mobile */
|
|
23
|
-
}
|
|
24
|
-
:root {
|
|
28
|
+
} :root {
|
|
25
29
|
--side-panel-closer-bg-color: var(--color-light-bg-primary-alpha-40);
|
|
26
|
-
}
|
|
27
|
-
.closer {
|
|
30
|
+
} .closer {
|
|
28
31
|
flex-shrink: 0;
|
|
29
32
|
width: 48px;
|
|
30
33
|
height: 48px;
|
|
@@ -32,14 +35,12 @@
|
|
|
32
35
|
display: flex;
|
|
33
36
|
align-items: center;
|
|
34
37
|
justify-content: center;
|
|
35
|
-
}
|
|
36
|
-
.button {
|
|
38
|
+
} .button {
|
|
37
39
|
background: var(--side-panel-closer-bg-color);
|
|
38
40
|
-webkit-backdrop-filter: blur(10px);
|
|
39
41
|
backdrop-filter: blur(10px);
|
|
40
42
|
border-radius: 50px;
|
|
41
|
-
}
|
|
42
|
-
.sticky {
|
|
43
|
+
} .sticky {
|
|
43
44
|
position: sticky;
|
|
44
45
|
top: 0;
|
|
45
46
|
}
|
|
@@ -1,15 +1,20 @@
|
|
|
1
1
|
:root {
|
|
2
|
+
} /* deprecated */ :root {
|
|
3
|
+
} :root {
|
|
4
|
+
} :root {
|
|
5
|
+
} :root {
|
|
2
6
|
|
|
3
7
|
/* Hard */
|
|
4
8
|
|
|
5
9
|
/* Up */
|
|
6
10
|
|
|
7
11
|
/* Hard up */
|
|
8
|
-
}
|
|
9
|
-
:root {
|
|
12
|
+
} :root {
|
|
13
|
+
} :root {
|
|
10
14
|
--gap-2xl: 32px;
|
|
11
|
-
}
|
|
12
|
-
:root {
|
|
15
|
+
} :root {
|
|
16
|
+
} :root {
|
|
17
|
+
} :root {
|
|
13
18
|
|
|
14
19
|
/* sizes */
|
|
15
20
|
|
|
@@ -21,10 +26,8 @@
|
|
|
21
26
|
/* desktop */
|
|
22
27
|
|
|
23
28
|
/* mobile */
|
|
24
|
-
}
|
|
25
|
-
.s {
|
|
29
|
+
} .s {
|
|
26
30
|
padding: var(--side-panel-s-content-paddings)
|
|
27
|
-
}
|
|
28
|
-
.s:last-child {
|
|
31
|
+
} .s:last-child {
|
|
29
32
|
padding-bottom: var(--gap-2xl);
|
|
30
33
|
}
|
|
@@ -1,12 +1,19 @@
|
|
|
1
1
|
:root {
|
|
2
|
+
} /* deprecated */ :root {
|
|
3
|
+
} :root {
|
|
4
|
+
} :root {
|
|
5
|
+
} :root {
|
|
2
6
|
|
|
3
7
|
/* Hard */
|
|
4
8
|
|
|
5
9
|
/* Up */
|
|
6
10
|
|
|
7
11
|
/* Hard up */
|
|
8
|
-
}
|
|
9
|
-
:root {
|
|
12
|
+
} :root {
|
|
13
|
+
} :root {
|
|
14
|
+
} :root {
|
|
15
|
+
} :root {
|
|
16
|
+
} :root {
|
|
10
17
|
|
|
11
18
|
/* sizes */
|
|
12
19
|
|
|
@@ -17,11 +24,9 @@
|
|
|
17
24
|
/* desktop */
|
|
18
25
|
|
|
19
26
|
/* mobile */
|
|
20
|
-
}
|
|
21
|
-
.content {
|
|
27
|
+
} .content {
|
|
22
28
|
box-sizing: border-box;
|
|
23
29
|
width: 100%;
|
|
24
|
-
}
|
|
25
|
-
.flex {
|
|
30
|
+
} .flex {
|
|
26
31
|
flex: 1 1 auto;
|
|
27
32
|
}
|
|
@@ -1,15 +1,20 @@
|
|
|
1
1
|
:root {
|
|
2
|
+
} /* deprecated */ :root {
|
|
3
|
+
} :root {
|
|
4
|
+
} :root {
|
|
5
|
+
} :root {
|
|
2
6
|
|
|
3
7
|
/* Hard */
|
|
4
8
|
|
|
5
9
|
/* Up */
|
|
6
10
|
|
|
7
11
|
/* Hard up */
|
|
8
|
-
}
|
|
9
|
-
:root {
|
|
12
|
+
} :root {
|
|
13
|
+
} :root {
|
|
10
14
|
--gap-m: 16px;
|
|
11
|
-
}
|
|
12
|
-
:root {
|
|
15
|
+
} :root {
|
|
16
|
+
} :root {
|
|
17
|
+
} :root {
|
|
13
18
|
|
|
14
19
|
/* sizes */
|
|
15
20
|
|
|
@@ -20,10 +25,8 @@
|
|
|
20
25
|
/* desktop */
|
|
21
26
|
|
|
22
27
|
/* mobile */
|
|
23
|
-
}
|
|
24
|
-
.content {
|
|
28
|
+
} .content {
|
|
25
29
|
padding: 0 var(--gap-m)
|
|
26
|
-
}
|
|
27
|
-
.content:last-child {
|
|
30
|
+
} .content:last-child {
|
|
28
31
|
padding-bottom: var(--gap-m);
|
|
29
32
|
}
|
|
@@ -1,16 +1,21 @@
|
|
|
1
1
|
:root {
|
|
2
|
+
} /* deprecated */ :root {
|
|
3
|
+
} :root {
|
|
4
|
+
} :root {
|
|
5
|
+
} :root {
|
|
2
6
|
|
|
3
7
|
/* Hard */
|
|
4
8
|
|
|
5
9
|
/* Up */
|
|
6
10
|
|
|
7
11
|
/* Hard up */
|
|
8
|
-
}
|
|
9
|
-
:root {
|
|
12
|
+
} :root {
|
|
13
|
+
} :root {
|
|
10
14
|
--gap-xl: 24px;
|
|
11
15
|
--gap-2xl: 32px;
|
|
12
|
-
}
|
|
13
|
-
:root {
|
|
16
|
+
} :root {
|
|
17
|
+
} :root {
|
|
18
|
+
} :root {
|
|
14
19
|
|
|
15
20
|
/* sizes */
|
|
16
21
|
|
|
@@ -22,10 +27,8 @@
|
|
|
22
27
|
/* desktop */
|
|
23
28
|
|
|
24
29
|
/* mobile */
|
|
25
|
-
}
|
|
26
|
-
.sticky {
|
|
30
|
+
} .sticky {
|
|
27
31
|
bottom: 0;
|
|
28
|
-
}
|
|
29
|
-
.s {
|
|
32
|
+
} .s {
|
|
30
33
|
padding: var(--side-panel-s-footer-paddings);
|
|
31
34
|
}
|
|
@@ -1,16 +1,21 @@
|
|
|
1
1
|
:root {
|
|
2
|
+
} /* deprecated */ :root {
|
|
2
3
|
--color-light-bg-primary: #fff;
|
|
3
4
|
--color-light-border-primary: #dbdee1;
|
|
4
|
-
}
|
|
5
|
-
:root {
|
|
5
|
+
} :root {
|
|
6
|
+
} :root {
|
|
7
|
+
} :root {
|
|
6
8
|
|
|
7
9
|
/* Hard */
|
|
8
10
|
|
|
9
11
|
/* Up */
|
|
10
12
|
|
|
11
13
|
/* Hard up */
|
|
12
|
-
}
|
|
13
|
-
:root {
|
|
14
|
+
} :root {
|
|
15
|
+
} :root {
|
|
16
|
+
} :root {
|
|
17
|
+
} :root {
|
|
18
|
+
} :root {
|
|
14
19
|
--side-panel-footer-background: var(--color-light-bg-primary);
|
|
15
20
|
|
|
16
21
|
/* sizes */
|
|
@@ -24,18 +29,15 @@
|
|
|
24
29
|
/* desktop */
|
|
25
30
|
|
|
26
31
|
/* mobile */
|
|
27
|
-
}
|
|
28
|
-
.footer {
|
|
32
|
+
} .footer {
|
|
29
33
|
width: 100%;
|
|
30
34
|
box-sizing: border-box;
|
|
31
35
|
transition: box-shadow 0.2s ease, background 0.2s ease;
|
|
32
|
-
}
|
|
33
|
-
.sticky {
|
|
36
|
+
} .sticky {
|
|
34
37
|
background: var(--side-panel-footer-background);
|
|
35
38
|
position: sticky;
|
|
36
39
|
z-index: 1;
|
|
37
|
-
}
|
|
38
|
-
.highlighted {
|
|
40
|
+
} .highlighted {
|
|
39
41
|
background: var(--side-panel-footer-highlight-background);
|
|
40
42
|
box-shadow: var(--side-panel-footer-highlight-box-shadow);
|
|
41
43
|
}
|
|
@@ -1,17 +1,22 @@
|
|
|
1
1
|
:root {
|
|
2
|
+
} /* deprecated */ :root {
|
|
3
|
+
} :root {
|
|
4
|
+
} :root {
|
|
5
|
+
} :root {
|
|
2
6
|
|
|
3
7
|
/* Hard */
|
|
4
8
|
|
|
5
9
|
/* Up */
|
|
6
10
|
|
|
7
11
|
/* Hard up */
|
|
8
|
-
}
|
|
9
|
-
:root {
|
|
12
|
+
} :root {
|
|
13
|
+
} :root {
|
|
10
14
|
--gap-m: 16px;
|
|
11
15
|
--gap-xl: 24px;
|
|
12
16
|
--gap-2xl: 32px;
|
|
13
|
-
}
|
|
14
|
-
:root {
|
|
17
|
+
} :root {
|
|
18
|
+
} :root {
|
|
19
|
+
} :root {
|
|
15
20
|
--side-panel-footer-default-gap: var(--gap-m);
|
|
16
21
|
|
|
17
22
|
/* sizes */
|
|
@@ -23,61 +28,45 @@
|
|
|
23
28
|
/* desktop */
|
|
24
29
|
|
|
25
30
|
/* mobile */
|
|
26
|
-
}
|
|
27
|
-
.column {
|
|
31
|
+
} .column {
|
|
28
32
|
display: flex;
|
|
29
33
|
flex-direction: column
|
|
30
|
-
}
|
|
31
|
-
.column > * {
|
|
34
|
+
} .column > * {
|
|
32
35
|
margin-bottom: var(--side-panel-footer-default-gap);
|
|
33
|
-
}
|
|
34
|
-
.column > *:last-child,
|
|
36
|
+
} .column > *:last-child,
|
|
35
37
|
.column > *:only-child {
|
|
36
38
|
margin-bottom: 0;
|
|
37
|
-
}
|
|
38
|
-
.column.gap-16 > * {
|
|
39
|
+
} .column.gap-16 > * {
|
|
39
40
|
margin-bottom: var(--gap-m);
|
|
40
|
-
}
|
|
41
|
-
.column.gap-24 > * {
|
|
41
|
+
} .column.gap-24 > * {
|
|
42
42
|
margin-bottom: var(--gap-xl);
|
|
43
|
-
}
|
|
44
|
-
.column.gap-32 > * {
|
|
43
|
+
} .column.gap-32 > * {
|
|
45
44
|
margin-bottom: var(--gap-2xl);
|
|
46
|
-
}
|
|
47
|
-
.start {
|
|
45
|
+
} .start {
|
|
48
46
|
justify-content: flex-start;
|
|
49
|
-
}
|
|
50
|
-
.center {
|
|
47
|
+
} .center {
|
|
51
48
|
justify-content: center;
|
|
52
|
-
}
|
|
53
|
-
.space-between {
|
|
49
|
+
} .space-between {
|
|
54
50
|
justify-content: space-between
|
|
55
|
-
}
|
|
56
|
-
.space-between > * {
|
|
51
|
+
} .space-between > * {
|
|
57
52
|
flex: 1;
|
|
58
|
-
}
|
|
59
|
-
.start,
|
|
53
|
+
} .start,
|
|
60
54
|
.center,
|
|
61
55
|
.space-between {
|
|
62
56
|
display: flex
|
|
63
|
-
}
|
|
64
|
-
.start > *, .center > *, .space-between > * {
|
|
57
|
+
} .start > *, .center > *, .space-between > * {
|
|
65
58
|
margin-right: var(--side-panel-footer-default-gap);
|
|
66
|
-
}
|
|
67
|
-
.start > *:last-child,
|
|
59
|
+
} .start > *:last-child,
|
|
68
60
|
.start > *:only-child,
|
|
69
61
|
.center > *:last-child,
|
|
70
62
|
.center > *:only-child,
|
|
71
63
|
.space-between > *:last-child,
|
|
72
64
|
.space-between > *:only-child {
|
|
73
65
|
margin-right: 0;
|
|
74
|
-
}
|
|
75
|
-
.start.gap-16 > *, .center.gap-16 > *, .space-between.gap-16 > * {
|
|
66
|
+
} .start.gap-16 > *, .center.gap-16 > *, .space-between.gap-16 > * {
|
|
76
67
|
margin-right: var(--gap-m);
|
|
77
|
-
}
|
|
78
|
-
.start.gap-24 > *, .center.gap-24 > *, .space-between.gap-24 > * {
|
|
68
|
+
} .start.gap-24 > *, .center.gap-24 > *, .space-between.gap-24 > * {
|
|
79
69
|
margin-right: var(--gap-xl);
|
|
80
|
-
}
|
|
81
|
-
.start.gap-32 > *, .center.gap-32 > *, .space-between.gap-32 > * {
|
|
70
|
+
} .start.gap-32 > *, .center.gap-32 > *, .space-between.gap-32 > * {
|
|
82
71
|
margin-right: var(--gap-2xl);
|
|
83
72
|
}
|
|
@@ -1,15 +1,20 @@
|
|
|
1
1
|
:root {
|
|
2
|
+
} /* deprecated */ :root {
|
|
3
|
+
} :root {
|
|
4
|
+
} :root {
|
|
5
|
+
} :root {
|
|
2
6
|
|
|
3
7
|
/* Hard */
|
|
4
8
|
|
|
5
9
|
/* Up */
|
|
6
10
|
|
|
7
11
|
/* Hard up */
|
|
8
|
-
}
|
|
9
|
-
:root {
|
|
12
|
+
} :root {
|
|
13
|
+
} :root {
|
|
10
14
|
--gap-m: 16px;
|
|
11
|
-
}
|
|
12
|
-
:root {
|
|
15
|
+
} :root {
|
|
16
|
+
} :root {
|
|
17
|
+
} :root {
|
|
13
18
|
|
|
14
19
|
/* sizes */
|
|
15
20
|
|
|
@@ -20,10 +25,8 @@
|
|
|
20
25
|
/* desktop */
|
|
21
26
|
|
|
22
27
|
/* mobile */
|
|
23
|
-
}
|
|
24
|
-
.footer {
|
|
28
|
+
} .footer {
|
|
25
29
|
padding: var(--gap-m);
|
|
26
|
-
}
|
|
27
|
-
.sticky {
|
|
30
|
+
} .sticky {
|
|
28
31
|
bottom: 0;
|
|
29
32
|
}
|
|
@@ -1,21 +1,24 @@
|
|
|
1
1
|
:root {
|
|
2
|
+
} /* deprecated */ :root {
|
|
3
|
+
} :root {
|
|
4
|
+
} :root {
|
|
5
|
+
} :root {
|
|
2
6
|
|
|
3
7
|
/* Hard */
|
|
4
8
|
|
|
5
9
|
/* Up */
|
|
6
10
|
|
|
7
11
|
/* Hard up */
|
|
8
|
-
}
|
|
9
|
-
:root {
|
|
12
|
+
} :root {
|
|
13
|
+
} :root {
|
|
10
14
|
--gap-xs: 8px;
|
|
11
15
|
--gap-s: 12px;
|
|
12
16
|
--gap-m: 16px;
|
|
13
|
-
}
|
|
14
|
-
:root {
|
|
17
|
+
} :root {
|
|
15
18
|
--font-family-system: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
|
|
16
19
|
sans-serif;
|
|
17
|
-
}
|
|
18
|
-
:root {
|
|
20
|
+
} :root {
|
|
21
|
+
} :root {
|
|
19
22
|
|
|
20
23
|
/* sizes */
|
|
21
24
|
|
|
@@ -32,22 +35,17 @@
|
|
|
32
35
|
--side-panel-header-desktop-font-family: var(--font-family-system);
|
|
33
36
|
|
|
34
37
|
/* mobile */
|
|
35
|
-
}
|
|
36
|
-
.content {
|
|
38
|
+
} .content {
|
|
37
39
|
font-weight: var(--side-panel-header-desktop-font-weight);
|
|
38
40
|
font-family: var(--side-panel-header-desktop-font-family);
|
|
39
|
-
}
|
|
40
|
-
.s .content {
|
|
41
|
+
} .s .content {
|
|
41
42
|
padding: var(--side-panel-s-header-desktop-content-paddings);
|
|
42
43
|
font-size: var(--side-panel-s-header-desktop-font-size);
|
|
43
44
|
line-height: var(--side-panel-s-header-desktop-line-height);
|
|
44
|
-
}
|
|
45
|
-
.s {
|
|
45
|
+
} .s {
|
|
46
46
|
padding: var(--side-panel-s-header-paddings)
|
|
47
|
-
}
|
|
48
|
-
.s:not(.hasContent) {
|
|
47
|
+
} .s:not(.hasContent) {
|
|
49
48
|
padding-bottom: 0;
|
|
50
|
-
}
|
|
51
|
-
.sticky {
|
|
49
|
+
} .sticky {
|
|
52
50
|
top: 0;
|
|
53
51
|
}
|