@alfalab/core-components-side-panel 7.0.10 → 7.0.11

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.
Files changed (97) hide show
  1. package/components/content/desktop.css +2 -2
  2. package/components/content/desktop.module.css.js +1 -1
  3. package/components/content/index.css +3 -3
  4. package/components/content/index.module.css.js +1 -1
  5. package/components/content/mobile.css +2 -2
  6. package/components/content/mobile.module.css.js +1 -1
  7. package/components/controls/index.css +1 -1
  8. package/components/controls/index.module.css.js +1 -1
  9. package/components/controls/mobile.layout.css +2 -2
  10. package/components/controls/mobile.layout.module.css.js +1 -1
  11. package/components/footer/desktop.css +2 -2
  12. package/components/footer/desktop.module.css.js +1 -1
  13. package/components/footer/index.css +3 -3
  14. package/components/footer/index.module.css.js +1 -1
  15. package/components/footer/layout.css +16 -16
  16. package/components/footer/layout.module.css.js +1 -1
  17. package/components/footer/mobile.css +3 -3
  18. package/components/footer/mobile.module.css.js +1 -1
  19. package/components/header/desktop.css +3 -3
  20. package/components/header/desktop.module.css.js +1 -1
  21. package/components/header/index.css +13 -13
  22. package/components/header/index.module.css.js +1 -1
  23. package/components/header/mobile.css +4 -4
  24. package/components/header/mobile.module.css.js +1 -1
  25. package/desktop/desktop.css +2 -2
  26. package/desktop/desktop.module.css.js +1 -1
  27. package/desktop/transitions.desktop.css +6 -6
  28. package/desktop/transitions.desktop.module.css.js +1 -1
  29. package/esm/components/content/desktop.css +2 -2
  30. package/esm/components/content/desktop.module.css.js +1 -1
  31. package/esm/components/content/index.css +3 -3
  32. package/esm/components/content/index.module.css.js +1 -1
  33. package/esm/components/content/mobile.css +2 -2
  34. package/esm/components/content/mobile.module.css.js +1 -1
  35. package/esm/components/controls/index.css +1 -1
  36. package/esm/components/controls/index.module.css.js +1 -1
  37. package/esm/components/controls/mobile.layout.css +2 -2
  38. package/esm/components/controls/mobile.layout.module.css.js +1 -1
  39. package/esm/components/footer/desktop.css +2 -2
  40. package/esm/components/footer/desktop.module.css.js +1 -1
  41. package/esm/components/footer/index.css +3 -3
  42. package/esm/components/footer/index.module.css.js +1 -1
  43. package/esm/components/footer/layout.css +16 -16
  44. package/esm/components/footer/layout.module.css.js +1 -1
  45. package/esm/components/footer/mobile.css +3 -3
  46. package/esm/components/footer/mobile.module.css.js +1 -1
  47. package/esm/components/header/desktop.css +3 -3
  48. package/esm/components/header/desktop.module.css.js +1 -1
  49. package/esm/components/header/index.css +13 -13
  50. package/esm/components/header/index.module.css.js +1 -1
  51. package/esm/components/header/mobile.css +4 -4
  52. package/esm/components/header/mobile.module.css.js +1 -1
  53. package/esm/desktop/desktop.css +2 -2
  54. package/esm/desktop/desktop.module.css.js +1 -1
  55. package/esm/desktop/transitions.desktop.css +6 -6
  56. package/esm/desktop/transitions.desktop.module.css.js +1 -1
  57. package/esm/mobile/mobile.css +4 -4
  58. package/esm/mobile/mobile.module.css.js +1 -1
  59. package/esm/mobile/transitions.mobile.css +7 -7
  60. package/esm/mobile/transitions.mobile.module.css.js +1 -1
  61. package/mobile/mobile.css +4 -4
  62. package/mobile/mobile.module.css.js +1 -1
  63. package/mobile/transitions.mobile.css +7 -7
  64. package/mobile/transitions.mobile.module.css.js +1 -1
  65. package/modern/components/content/desktop.css +2 -2
  66. package/modern/components/content/desktop.module.css.js +1 -1
  67. package/modern/components/content/index.css +3 -3
  68. package/modern/components/content/index.module.css.js +1 -1
  69. package/modern/components/content/mobile.css +2 -2
  70. package/modern/components/content/mobile.module.css.js +1 -1
  71. package/modern/components/controls/index.css +1 -1
  72. package/modern/components/controls/index.module.css.js +1 -1
  73. package/modern/components/controls/mobile.layout.css +2 -2
  74. package/modern/components/controls/mobile.layout.module.css.js +1 -1
  75. package/modern/components/footer/desktop.css +2 -2
  76. package/modern/components/footer/desktop.module.css.js +1 -1
  77. package/modern/components/footer/index.css +3 -3
  78. package/modern/components/footer/index.module.css.js +1 -1
  79. package/modern/components/footer/layout.css +16 -16
  80. package/modern/components/footer/layout.module.css.js +1 -1
  81. package/modern/components/footer/mobile.css +3 -3
  82. package/modern/components/footer/mobile.module.css.js +1 -1
  83. package/modern/components/header/desktop.css +3 -3
  84. package/modern/components/header/desktop.module.css.js +1 -1
  85. package/modern/components/header/index.css +13 -13
  86. package/modern/components/header/index.module.css.js +1 -1
  87. package/modern/components/header/mobile.css +4 -4
  88. package/modern/components/header/mobile.module.css.js +1 -1
  89. package/modern/desktop/desktop.css +2 -2
  90. package/modern/desktop/desktop.module.css.js +1 -1
  91. package/modern/desktop/transitions.desktop.css +6 -6
  92. package/modern/desktop/transitions.desktop.module.css.js +1 -1
  93. package/modern/mobile/mobile.css +4 -4
  94. package/modern/mobile/mobile.module.css.js +1 -1
  95. package/modern/mobile/transitions.mobile.css +7 -7
  96. package/modern/mobile/transitions.mobile.module.css.js +1 -1
  97. package/package.json +3 -3
@@ -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-500_2qlam {
11
+ .side-panel__size-500_1n37z {
12
12
  padding: var(--side-panel-s-content-paddings);
13
13
  }
14
- .side-panel__size-500_2qlam:last-child {
14
+ .side-panel__size-500_1n37z:last-child {
15
15
  padding-bottom: var(--gap-32);
16
16
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./desktop.css');
4
4
 
5
- var styles = {"size-500":"side-panel__size-500_2qlam"};
5
+ var styles = {"size-500":"side-panel__size-500_1n37z"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=desktop.module.css.js.map
@@ -1,15 +1,15 @@
1
1
  :root {
2
2
  --gap-0: 0px;
3
3
  }
4
- .side-panel__content_1vmo9 {
4
+ .side-panel__content_1gy6w {
5
5
  position: relative;
6
6
  box-sizing: border-box;
7
7
  width: 100%;
8
8
  z-index: 0;
9
9
  }
10
- .side-panel__content_1vmo9.side-panel__withHeader_1vmo9 {
10
+ .side-panel__content_1gy6w.side-panel__withHeader_1gy6w {
11
11
  padding-top: var(--gap-0);
12
12
  }
13
- .side-panel__flex_1vmo9 {
13
+ .side-panel__flex_1gy6w {
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-panel__content_1vmo9","withHeader":"side-panel__withHeader_1vmo9","flex":"side-panel__flex_1vmo9"};
5
+ var styles = {"content":"side-panel__content_1gy6w","withHeader":"side-panel__withHeader_1gy6w","flex":"side-panel__flex_1gy6w"};
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-20: var(--gap-l);
5
5
  }
6
- .side-panel__content_l8amo {
6
+ .side-panel__content_1t5j9 {
7
7
  padding: var(--gap-20) var(--gap-20) var(--gap-0);
8
8
  }
9
- .side-panel__content_l8amo:last-child {
9
+ .side-panel__content_1t5j9:last-child {
10
10
  padding-bottom: var(--gap-20);
11
11
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./mobile.css');
4
4
 
5
- var styles = {"content":"side-panel__content_l8amo"};
5
+ var styles = {"content":"side-panel__content_1t5j9"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=mobile.module.css.js.map
@@ -1,3 +1,3 @@
1
- .side-panel__component_um2ck {
1
+ .side-panel__component_5l41c {
2
2
  width: 100%;
3
3
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"side-panel__component_um2ck"};
5
+ var styles = {"component":"side-panel__component_5l41c"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -5,9 +5,9 @@
5
5
  :root {
6
6
  --side-panel-footer-mobile-default-gap: var(--gap-8);
7
7
  }
8
- .side-panel__column_1nt4q > *:not(:last-child):not(:only-child) {
8
+ .side-panel__column_1u0d9 > *:not(:last-child):not(:only-child) {
9
9
  margin-bottom: var(--side-panel-footer-mobile-default-gap);
10
10
  }
11
- .side-panel__start_1nt4q > *:not(:last-child):not(:only-child), .side-panel__center_1nt4q > *:not(:last-child):not(:only-child), .side-panel__space-between_1nt4q > *:not(:last-child):not(:only-child) {
11
+ .side-panel__start_1u0d9 > *:not(:last-child):not(:only-child), .side-panel__center_1u0d9 > *:not(:last-child):not(:only-child), .side-panel__space-between_1u0d9 > *:not(:last-child):not(:only-child) {
12
12
  margin-right: var(--side-panel-footer-mobile-default-gap);
13
13
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./mobile.layout.css');
4
4
 
5
- var mobileLayoutStyles = {"column":"side-panel__column_1nt4q","start":"side-panel__start_1nt4q","center":"side-panel__center_1nt4q","space-between":"side-panel__space-between_1nt4q"};
5
+ var mobileLayoutStyles = {"column":"side-panel__column_1u0d9","start":"side-panel__start_1u0d9","center":"side-panel__center_1u0d9","space-between":"side-panel__space-between_1u0d9"};
6
6
 
7
7
  module.exports = mobileLayoutStyles;
8
8
  //# sourceMappingURL=mobile.layout.module.css.js.map
@@ -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-panel__sticky_10mnp {
11
+ .side-panel__sticky_14ugm {
12
12
  bottom: var(--gap-0);
13
13
  }
14
- .side-panel__size-500_10mnp {
14
+ .side-panel__size-500_14ugm {
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-panel__sticky_10mnp","size-500":"side-panel__size-500_10mnp"};
5
+ var styles = {"sticky":"side-panel__sticky_14ugm","size-500":"side-panel__size-500_14ugm"};
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-panel__footer_x7ywf {
10
+ .side-panel__footer_11fru {
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-panel__sticky_x7ywf {
17
+ .side-panel__sticky_11fru {
18
18
  background: var(--side-panel-footer-background);
19
19
  position: sticky;
20
20
  z-index: 1;
21
21
  }
22
- .side-panel__highlighted_x7ywf {
22
+ .side-panel__highlighted_11fru {
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-panel__footer_x7ywf","sticky":"side-panel__sticky_x7ywf","highlighted":"side-panel__highlighted_x7ywf"};
5
+ var styles = {"footer":"side-panel__footer_11fru","sticky":"side-panel__sticky_11fru","highlighted":"side-panel__highlighted_11fru"};
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-panel__column_1tfbr {
12
+ .side-panel__column_1xn4p {
13
13
  display: flex;
14
14
  flex-direction: column;
15
15
  }
16
- .side-panel__column_1tfbr > *:not(:last-child):not(:only-child) {
16
+ .side-panel__column_1xn4p > *:not(:last-child):not(:only-child) {
17
17
  margin-bottom: var(--side-panel-footer-default-gap);
18
18
  }
19
- .side-panel__column_1tfbr.side-panel__gap-16_1tfbr > *:not(:last-child):not(:only-child) {
19
+ .side-panel__column_1xn4p.side-panel__gap-16_1xn4p > *:not(:last-child):not(:only-child) {
20
20
  margin-bottom: var(--gap-16);
21
21
  }
22
- .side-panel__column_1tfbr.side-panel__gap-24_1tfbr > *:not(:last-child):not(:only-child) {
22
+ .side-panel__column_1xn4p.side-panel__gap-24_1xn4p > *:not(:last-child):not(:only-child) {
23
23
  margin-bottom: var(--gap-24);
24
24
  }
25
- .side-panel__column_1tfbr.side-panel__gap-32_1tfbr > *:not(:last-child):not(:only-child) {
25
+ .side-panel__column_1xn4p.side-panel__gap-32_1xn4p > *:not(:last-child):not(:only-child) {
26
26
  margin-bottom: var(--gap-32);
27
27
  }
28
- .side-panel__start_1tfbr {
28
+ .side-panel__start_1xn4p {
29
29
  justify-content: flex-start;
30
30
  }
31
- .side-panel__center_1tfbr {
31
+ .side-panel__center_1xn4p {
32
32
  justify-content: center;
33
33
  }
34
- .side-panel__space-between_1tfbr {
34
+ .side-panel__space-between_1xn4p {
35
35
  justify-content: space-between;
36
36
  }
37
- .side-panel__space-between_1tfbr > * {
37
+ .side-panel__space-between_1xn4p > * {
38
38
  flex: 1;
39
39
  }
40
- .side-panel__start_1tfbr,
41
- .side-panel__center_1tfbr,
42
- .side-panel__space-between_1tfbr {
40
+ .side-panel__start_1xn4p,
41
+ .side-panel__center_1xn4p,
42
+ .side-panel__space-between_1xn4p {
43
43
  display: flex;
44
44
  }
45
- .side-panel__start_1tfbr > *:not(:last-child):not(:only-child), .side-panel__center_1tfbr > *:not(:last-child):not(:only-child), .side-panel__space-between_1tfbr > *:not(:last-child):not(:only-child) {
45
+ .side-panel__start_1xn4p > *:not(:last-child):not(:only-child), .side-panel__center_1xn4p > *:not(:last-child):not(:only-child), .side-panel__space-between_1xn4p > *:not(:last-child):not(:only-child) {
46
46
  margin-right: var(--side-panel-footer-default-gap);
47
47
  }
48
- .side-panel__start_1tfbr.side-panel__gap-16_1tfbr > *:not(:last-child):not(:only-child), .side-panel__center_1tfbr.side-panel__gap-16_1tfbr > *:not(:last-child):not(:only-child), .side-panel__space-between_1tfbr.side-panel__gap-16_1tfbr > *:not(:last-child):not(:only-child) {
48
+ .side-panel__start_1xn4p.side-panel__gap-16_1xn4p > *:not(:last-child):not(:only-child), .side-panel__center_1xn4p.side-panel__gap-16_1xn4p > *:not(:last-child):not(:only-child), .side-panel__space-between_1xn4p.side-panel__gap-16_1xn4p > *:not(:last-child):not(:only-child) {
49
49
  margin-right: var(--gap-16);
50
50
  }
51
- .side-panel__start_1tfbr.side-panel__gap-24_1tfbr > *:not(:last-child):not(:only-child), .side-panel__center_1tfbr.side-panel__gap-24_1tfbr > *:not(:last-child):not(:only-child), .side-panel__space-between_1tfbr.side-panel__gap-24_1tfbr > *:not(:last-child):not(:only-child) {
51
+ .side-panel__start_1xn4p.side-panel__gap-24_1xn4p > *:not(:last-child):not(:only-child), .side-panel__center_1xn4p.side-panel__gap-24_1xn4p > *:not(:last-child):not(:only-child), .side-panel__space-between_1xn4p.side-panel__gap-24_1xn4p > *:not(:last-child):not(:only-child) {
52
52
  margin-right: var(--gap-24);
53
53
  }
54
- .side-panel__start_1tfbr.side-panel__gap-32_1tfbr > *:not(:last-child):not(:only-child), .side-panel__center_1tfbr.side-panel__gap-32_1tfbr > *:not(:last-child):not(:only-child), .side-panel__space-between_1tfbr.side-panel__gap-32_1tfbr > *:not(:last-child):not(:only-child) {
54
+ .side-panel__start_1xn4p.side-panel__gap-32_1xn4p > *:not(:last-child):not(:only-child), .side-panel__center_1xn4p.side-panel__gap-32_1xn4p > *:not(:last-child):not(:only-child), .side-panel__space-between_1xn4p.side-panel__gap-32_1xn4p > *: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-panel__column_1tfbr","gap-16":"side-panel__gap-16_1tfbr","gap-24":"side-panel__gap-24_1tfbr","gap-32":"side-panel__gap-32_1tfbr","start":"side-panel__start_1tfbr","center":"side-panel__center_1tfbr","space-between":"side-panel__space-between_1tfbr"};
5
+ var layoutStyles = {"column":"side-panel__column_1xn4p","gap-16":"side-panel__gap-16_1xn4p","gap-24":"side-panel__gap-24_1xn4p","gap-32":"side-panel__gap-32_1xn4p","start":"side-panel__start_1xn4p","center":"side-panel__center_1xn4p","space-between":"side-panel__space-between_1xn4p"};
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-20: var(--gap-l);
8
8
  }
9
- .side-panel__footer_1dd4o {
9
+ .side-panel__footer_175w5 {
10
10
  padding: var(--gap-20);
11
11
  }
12
12
  @media (display-mode: standalone) {
13
- .side-panel__footer_1dd4o {
13
+ .side-panel__footer_175w5 {
14
14
  padding-bottom: calc(var(--sab) + var(--gap-20));
15
15
  }
16
16
  }
17
- .side-panel__sticky_1dd4o {
17
+ .side-panel__sticky_175w5 {
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-panel__footer_1dd4o","sticky":"side-panel__sticky_1dd4o"};
5
+ var styles = {"footer":"side-panel__footer_175w5","sticky":"side-panel__sticky_175w5"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=mobile.module.css.js.map
@@ -14,16 +14,16 @@
14
14
  --side-panel-s-header-paddings: 28px 28px var(--gap-0);
15
15
  --side-panel-s-header-desktop-content-paddings: var(--gap-6) var(--gap-12) var(--gap-16);
16
16
  }
17
- .side-panel__size-500_ilzn5 .side-panel__content_ilzn5 {
17
+ .side-panel__size-500_mtskz .side-panel__content_mtskz {
18
18
  padding: var(--side-panel-s-header-desktop-content-paddings);
19
19
  font-size: 30px;
20
20
  line-height: 36px;
21
21
  font-weight: 700;
22
22
  font-family: var(--font-family-system);
23
23
  }
24
- .side-panel__size-500_ilzn5 {
24
+ .side-panel__size-500_mtskz {
25
25
  padding: var(--side-panel-s-header-paddings);
26
26
  }
27
- .side-panel__sticky_ilzn5 {
27
+ .side-panel__sticky_mtskz {
28
28
  top: var(--gap-0);
29
29
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./desktop.css');
4
4
 
5
- var desktopStyles = {"size-500":"side-panel__size-500_ilzn5","content":"side-panel__content_ilzn5","sticky":"side-panel__sticky_ilzn5"};
5
+ var desktopStyles = {"size-500":"side-panel__size-500_mtskz","content":"side-panel__content_mtskz","sticky":"side-panel__sticky_mtskz"};
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-panel__header_w5wnv {
10
+ .side-panel__header_10dpl {
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-panel__header_w5wnv:not(.side-panel__hasContent_w5wnv) {
17
+ .side-panel__header_10dpl:not(.side-panel__hasContent_10dpl) {
18
18
  pointer-events: none;
19
19
  }
20
- .side-panel__highlighted_w5wnv {
20
+ .side-panel__highlighted_10dpl {
21
21
  background: var(--side-panel-header-highlight-background);
22
22
  box-shadow: var(--side-panel-header-highlight-box-shadow);
23
23
  }
24
- .side-panel__sticky_w5wnv {
24
+ .side-panel__sticky_10dpl {
25
25
  position: sticky;
26
26
  z-index: 1;
27
27
  }
28
- .side-panel__sticky_w5wnv.side-panel__hasContent_w5wnv {
28
+ .side-panel__sticky_10dpl.side-panel__hasContent_10dpl {
29
29
  background: var(--side-panel-header-background);
30
30
  }
31
- .side-panel__header_w5wnv.side-panel__backgroundImage_w5wnv {
31
+ .side-panel__header_10dpl.side-panel__backgroundImage_10dpl {
32
32
  background: center no-repeat;
33
33
  background-size: cover;
34
34
  }
35
- .side-panel__content_w5wnv {
35
+ .side-panel__content_10dpl {
36
36
  flex-grow: 1;
37
37
  }
38
- .side-panel__title_w5wnv {
38
+ .side-panel__title_10dpl {
39
39
  word-break: break-word;
40
40
  }
41
- .side-panel__addon_w5wnv {
41
+ .side-panel__addon_10dpl {
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-panel__closer_w5wnv {
49
+ .side-panel__closer_10dpl {
50
50
  margin-left: auto;
51
51
  }
52
- .side-panel__right_w5wnv {
52
+ .side-panel__right_10dpl {
53
53
  justify-content: flex-end;
54
54
  text-align: right;
55
55
  }
56
- .side-panel__trim_w5wnv {
56
+ .side-panel__trim_10dpl {
57
57
  overflow: hidden;
58
58
  }
59
- .side-panel__trim_w5wnv .side-panel__title_w5wnv {
59
+ .side-panel__trim_10dpl .side-panel__title_10dpl {
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-panel__header_w5wnv","hasContent":"side-panel__hasContent_w5wnv","highlighted":"side-panel__highlighted_w5wnv","sticky":"side-panel__sticky_w5wnv"};
5
+ var styles = {"header":"side-panel__header_10dpl","hasContent":"side-panel__hasContent_10dpl","highlighted":"side-panel__highlighted_10dpl","sticky":"side-panel__sticky_10dpl"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -21,18 +21,18 @@
21
21
  --side-panel-header-mobile-paddings: var(--side-panel-header-mobile-top-padding) var(--gap-12)
22
22
  var(--gap-4) var(--gap-12);
23
23
  }
24
- .side-panel__header_oi7n1 {
24
+ .side-panel__header_1dj5y {
25
25
  padding: var(--side-panel-header-mobile-paddings);
26
26
  }
27
27
  @media (display-mode: standalone) {
28
- .side-panel__header_oi7n1 {
28
+ .side-panel__header_1dj5y {
29
29
  padding-top: calc(var(--sat) + var(--side-panel-header-mobile-top-padding));
30
30
  }
31
31
  }
32
- .side-panel__sticky_oi7n1 {
32
+ .side-panel__sticky_1dj5y {
33
33
  top: var(--gap-0);
34
34
  }
35
- .side-panel__content_oi7n1 {
35
+ .side-panel__content_1dj5y {
36
36
  padding: var(--side-panel-header-mobile-content-paddings);
37
37
 
38
38
  font-size: 20px;
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./mobile.css');
4
4
 
5
- var mobileStyles = {"header":"side-panel__header_oi7n1","sticky":"side-panel__sticky_oi7n1","content":"side-panel__content_oi7n1"};
5
+ var mobileStyles = {"header":"side-panel__header_1dj5y","sticky":"side-panel__sticky_1dj5y","content":"side-panel__content_1dj5y"};
6
6
 
7
7
  module.exports = mobileStyles;
8
8
  //# sourceMappingURL=mobile.module.css.js.map
@@ -1,9 +1,9 @@
1
1
  :root {
2
2
  --side-panel-s-width: 500px;
3
3
  }
4
- .side-panel__size-500_1khwx.side-panel__size-500_1khwx {
4
+ .side-panel__size-500_1x6yp.side-panel__size-500_1x6yp {
5
5
  width: var(--side-panel-s-width);
6
6
  }
7
- .side-panel__hidden_1khwx {
7
+ .side-panel__hidden_1x6yp {
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-500_1khwx","hidden":"side-panel__hidden_1khwx"};
5
+ var styles = {"size-500":"side-panel__size-500_1x6yp","hidden":"side-panel__hidden_1x6yp"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=desktop.module.css.js.map
@@ -1,14 +1,14 @@
1
- .side-panel__enterRight_d2ve9 {
1
+ .side-panel__enterRight_6vmuz {
2
2
  opacity: 0;
3
3
  transform: translateX(15px);
4
4
  }
5
5
 
6
- .side-panel__enterLeft_d2ve9 {
6
+ .side-panel__enterLeft_6vmuz {
7
7
  opacity: 0;
8
8
  transform: translateX(-15px);
9
9
  }
10
10
 
11
- .side-panel__enterActive_d2ve9 {
11
+ .side-panel__enterActive_6vmuz {
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-panel__exit_d2ve9 {
19
+ .side-panel__exit_6vmuz {
20
20
  opacity: 1;
21
21
  transform: translateX(0);
22
22
  }
23
23
 
24
- .side-panel__exitActiveRight_d2ve9 {
24
+ .side-panel__exitActiveRight_6vmuz {
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-panel__exitActiveLeft_d2ve9 {
32
+ .side-panel__exitActiveLeft_6vmuz {
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-panel__enterActive_d2ve9","exit":"side-panel__exit_d2ve9","exitActiveRight":"side-panel__exitActiveRight_d2ve9","exitActiveLeft":"side-panel__exitActiveLeft_d2ve9"};
5
+ var transitions = {"enterActive":"side-panel__enterActive_6vmuz","exit":"side-panel__exit_6vmuz","exitActiveRight":"side-panel__exitActiveRight_6vmuz","exitActiveLeft":"side-panel__exitActiveLeft_6vmuz"};
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-500_2qlam {
11
+ .side-panel__size-500_1n37z {
12
12
  padding: var(--side-panel-s-content-paddings);
13
13
  }
14
- .side-panel__size-500_2qlam:last-child {
14
+ .side-panel__size-500_1n37z:last-child {
15
15
  padding-bottom: var(--gap-32);
16
16
  }
@@ -1,6 +1,6 @@
1
1
  import './desktop.css';
2
2
 
3
- var styles = {"size-500":"side-panel__size-500_2qlam"};
3
+ var styles = {"size-500":"side-panel__size-500_1n37z"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=desktop.module.css.js.map
@@ -1,15 +1,15 @@
1
1
  :root {
2
2
  --gap-0: 0px;
3
3
  }
4
- .side-panel__content_1vmo9 {
4
+ .side-panel__content_1gy6w {
5
5
  position: relative;
6
6
  box-sizing: border-box;
7
7
  width: 100%;
8
8
  z-index: 0;
9
9
  }
10
- .side-panel__content_1vmo9.side-panel__withHeader_1vmo9 {
10
+ .side-panel__content_1gy6w.side-panel__withHeader_1gy6w {
11
11
  padding-top: var(--gap-0);
12
12
  }
13
- .side-panel__flex_1vmo9 {
13
+ .side-panel__flex_1gy6w {
14
14
  flex: 1 1 auto;
15
15
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"content":"side-panel__content_1vmo9","withHeader":"side-panel__withHeader_1vmo9","flex":"side-panel__flex_1vmo9"};
3
+ var styles = {"content":"side-panel__content_1gy6w","withHeader":"side-panel__withHeader_1gy6w","flex":"side-panel__flex_1gy6w"};
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-20: var(--gap-l);
5
5
  }
6
- .side-panel__content_l8amo {
6
+ .side-panel__content_1t5j9 {
7
7
  padding: var(--gap-20) var(--gap-20) var(--gap-0);
8
8
  }
9
- .side-panel__content_l8amo:last-child {
9
+ .side-panel__content_1t5j9:last-child {
10
10
  padding-bottom: var(--gap-20);
11
11
  }
@@ -1,6 +1,6 @@
1
1
  import './mobile.css';
2
2
 
3
- var styles = {"content":"side-panel__content_l8amo"};
3
+ var styles = {"content":"side-panel__content_1t5j9"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=mobile.module.css.js.map
@@ -1,3 +1,3 @@
1
- .side-panel__component_um2ck {
1
+ .side-panel__component_5l41c {
2
2
  width: 100%;
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"side-panel__component_um2ck"};
3
+ var styles = {"component":"side-panel__component_5l41c"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -5,9 +5,9 @@
5
5
  :root {
6
6
  --side-panel-footer-mobile-default-gap: var(--gap-8);
7
7
  }
8
- .side-panel__column_1nt4q > *:not(:last-child):not(:only-child) {
8
+ .side-panel__column_1u0d9 > *:not(:last-child):not(:only-child) {
9
9
  margin-bottom: var(--side-panel-footer-mobile-default-gap);
10
10
  }
11
- .side-panel__start_1nt4q > *:not(:last-child):not(:only-child), .side-panel__center_1nt4q > *:not(:last-child):not(:only-child), .side-panel__space-between_1nt4q > *:not(:last-child):not(:only-child) {
11
+ .side-panel__start_1u0d9 > *:not(:last-child):not(:only-child), .side-panel__center_1u0d9 > *:not(:last-child):not(:only-child), .side-panel__space-between_1u0d9 > *:not(:last-child):not(:only-child) {
12
12
  margin-right: var(--side-panel-footer-mobile-default-gap);
13
13
  }
@@ -1,6 +1,6 @@
1
1
  import './mobile.layout.css';
2
2
 
3
- var mobileLayoutStyles = {"column":"side-panel__column_1nt4q","start":"side-panel__start_1nt4q","center":"side-panel__center_1nt4q","space-between":"side-panel__space-between_1nt4q"};
3
+ var mobileLayoutStyles = {"column":"side-panel__column_1u0d9","start":"side-panel__start_1u0d9","center":"side-panel__center_1u0d9","space-between":"side-panel__space-between_1u0d9"};
4
4
 
5
5
  export { mobileLayoutStyles as default };
6
6
  //# sourceMappingURL=mobile.layout.module.css.js.map
@@ -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-panel__sticky_10mnp {
11
+ .side-panel__sticky_14ugm {
12
12
  bottom: var(--gap-0);
13
13
  }
14
- .side-panel__size-500_10mnp {
14
+ .side-panel__size-500_14ugm {
15
15
  padding: var(--side-panel-s-footer-paddings);
16
16
  }
@@ -1,6 +1,6 @@
1
1
  import './desktop.css';
2
2
 
3
- var styles = {"sticky":"side-panel__sticky_10mnp","size-500":"side-panel__size-500_10mnp"};
3
+ var styles = {"sticky":"side-panel__sticky_14ugm","size-500":"side-panel__size-500_14ugm"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=desktop.module.css.js.map