@alfalab/core-components-side-panel 6.0.2 → 6.0.3

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 (91) 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/footer/desktop.css +2 -2
  10. package/components/footer/desktop.module.css.js +1 -1
  11. package/components/footer/index.css +3 -3
  12. package/components/footer/index.module.css.js +1 -1
  13. package/components/footer/layout.css +16 -16
  14. package/components/footer/layout.module.css.js +1 -1
  15. package/components/footer/mobile.css +3 -3
  16. package/components/footer/mobile.module.css.js +1 -1
  17. package/components/header/desktop.css +4 -4
  18. package/components/header/desktop.module.css.js +1 -1
  19. package/components/header/index.css +13 -13
  20. package/components/header/index.module.css.js +1 -1
  21. package/components/header/mobile.css +4 -4
  22. package/components/header/mobile.module.css.js +1 -1
  23. package/desktop/desktop.css +2 -2
  24. package/desktop/desktop.module.css.js +1 -1
  25. package/desktop/transitions.desktop.css +6 -6
  26. package/desktop/transitions.desktop.module.css.js +1 -1
  27. package/esm/components/content/desktop.css +2 -2
  28. package/esm/components/content/desktop.module.css.js +1 -1
  29. package/esm/components/content/index.css +3 -3
  30. package/esm/components/content/index.module.css.js +1 -1
  31. package/esm/components/content/mobile.css +2 -2
  32. package/esm/components/content/mobile.module.css.js +1 -1
  33. package/esm/components/controls/index.css +1 -1
  34. package/esm/components/controls/index.module.css.js +1 -1
  35. package/esm/components/footer/desktop.css +2 -2
  36. package/esm/components/footer/desktop.module.css.js +1 -1
  37. package/esm/components/footer/index.css +3 -3
  38. package/esm/components/footer/index.module.css.js +1 -1
  39. package/esm/components/footer/layout.css +16 -16
  40. package/esm/components/footer/layout.module.css.js +1 -1
  41. package/esm/components/footer/mobile.css +3 -3
  42. package/esm/components/footer/mobile.module.css.js +1 -1
  43. package/esm/components/header/desktop.css +4 -4
  44. package/esm/components/header/desktop.module.css.js +1 -1
  45. package/esm/components/header/index.css +13 -13
  46. package/esm/components/header/index.module.css.js +1 -1
  47. package/esm/components/header/mobile.css +4 -4
  48. package/esm/components/header/mobile.module.css.js +1 -1
  49. package/esm/desktop/desktop.css +2 -2
  50. package/esm/desktop/desktop.module.css.js +1 -1
  51. package/esm/desktop/transitions.desktop.css +6 -6
  52. package/esm/desktop/transitions.desktop.module.css.js +1 -1
  53. package/esm/mobile/mobile.css +4 -4
  54. package/esm/mobile/mobile.module.css.js +1 -1
  55. package/esm/mobile/transitions.mobile.css +7 -7
  56. package/esm/mobile/transitions.mobile.module.css.js +1 -1
  57. package/mobile/mobile.css +4 -4
  58. package/mobile/mobile.module.css.js +1 -1
  59. package/mobile/transitions.mobile.css +7 -7
  60. package/mobile/transitions.mobile.module.css.js +1 -1
  61. package/modern/components/content/desktop.css +2 -2
  62. package/modern/components/content/desktop.module.css.js +1 -1
  63. package/modern/components/content/index.css +3 -3
  64. package/modern/components/content/index.module.css.js +1 -1
  65. package/modern/components/content/mobile.css +2 -2
  66. package/modern/components/content/mobile.module.css.js +1 -1
  67. package/modern/components/controls/index.css +1 -1
  68. package/modern/components/controls/index.module.css.js +1 -1
  69. package/modern/components/footer/desktop.css +2 -2
  70. package/modern/components/footer/desktop.module.css.js +1 -1
  71. package/modern/components/footer/index.css +3 -3
  72. package/modern/components/footer/index.module.css.js +1 -1
  73. package/modern/components/footer/layout.css +16 -16
  74. package/modern/components/footer/layout.module.css.js +1 -1
  75. package/modern/components/footer/mobile.css +3 -3
  76. package/modern/components/footer/mobile.module.css.js +1 -1
  77. package/modern/components/header/desktop.css +4 -4
  78. package/modern/components/header/desktop.module.css.js +1 -1
  79. package/modern/components/header/index.css +13 -13
  80. package/modern/components/header/index.module.css.js +1 -1
  81. package/modern/components/header/mobile.css +4 -4
  82. package/modern/components/header/mobile.module.css.js +1 -1
  83. package/modern/desktop/desktop.css +2 -2
  84. package/modern/desktop/desktop.module.css.js +1 -1
  85. package/modern/desktop/transitions.desktop.css +6 -6
  86. package/modern/desktop/transitions.desktop.module.css.js +1 -1
  87. package/modern/mobile/mobile.css +4 -4
  88. package/modern/mobile/mobile.module.css.js +1 -1
  89. package/modern/mobile/transitions.mobile.css +7 -7
  90. package/modern/mobile/transitions.mobile.module.css.js +1 -1
  91. package/package.json +4 -4
@@ -6,8 +6,8 @@
6
6
  --gap-40: var(--gap-3xl);
7
7
  } :root {
8
8
  --side-panel-s-content-paddings: var(--gap-40) var(--gap-40) var(--gap-0);
9
- } .side-panel__size-500_1pfaf {
9
+ } .side-panel__size-500_esw6a {
10
10
  padding: var(--side-panel-s-content-paddings);
11
- } .side-panel__size-500_1pfaf:last-child {
11
+ } .side-panel__size-500_esw6a:last-child {
12
12
  padding-bottom: var(--gap-32);
13
13
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./desktop.css');
4
4
 
5
- var styles = {"size-500":"side-panel__size-500_1pfaf"};
5
+ var styles = {"size-500":"side-panel__size-500_esw6a"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=desktop.module.css.js.map
@@ -1,12 +1,12 @@
1
1
  :root {
2
2
  --gap-0: 0px;
3
- } .side-panel__content_c81p6 {
3
+ } .side-panel__content_10mri {
4
4
  position: relative;
5
5
  box-sizing: border-box;
6
6
  width: 100%;
7
7
  z-index: 0;
8
- } .side-panel__content_c81p6.side-panel__withHeader_c81p6 {
8
+ } .side-panel__content_10mri.side-panel__withHeader_10mri {
9
9
  padding-top: var(--gap-0);
10
- } .side-panel__flex_c81p6 {
10
+ } .side-panel__flex_10mri {
11
11
  flex: 1 1 auto;
12
12
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"content":"side-panel__content_c81p6","withHeader":"side-panel__withHeader_c81p6","flex":"side-panel__flex_c81p6"};
5
+ var styles = {"content":"side-panel__content_10mri","withHeader":"side-panel__withHeader_10mri","flex":"side-panel__flex_10mri"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -2,8 +2,8 @@
2
2
  --gap-m: 16px;
3
3
  --gap-0: 0px;
4
4
  --gap-16: var(--gap-m);
5
- } .side-panel__content_1ilgp {
5
+ } .side-panel__content_1und9 {
6
6
  padding: var(--gap-16) var(--gap-16) var(--gap-0);
7
- } .side-panel__content_1ilgp:last-child {
7
+ } .side-panel__content_1und9:last-child {
8
8
  padding-bottom: var(--gap-16);
9
9
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./mobile.css');
4
4
 
5
- var styles = {"content":"side-panel__content_1ilgp"};
5
+ var styles = {"content":"side-panel__content_1und9"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=mobile.module.css.js.map
@@ -1,3 +1,3 @@
1
- .side-panel__component_nlzg8 {
1
+ .side-panel__component_rai2y {
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_nlzg8"};
5
+ var styles = {"component":"side-panel__component_rai2y"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -6,8 +6,8 @@
6
6
  --gap-40: var(--gap-3xl);
7
7
  } :root {
8
8
  --side-panel-s-footer-paddings: var(--gap-24) var(--gap-40) var(--gap-40);
9
- } .side-panel__sticky_1q600 {
9
+ } .side-panel__sticky_lhh1j {
10
10
  bottom: var(--gap-0);
11
- } .side-panel__size-500_1q600 {
11
+ } .side-panel__size-500_lhh1j {
12
12
  padding: var(--side-panel-s-footer-paddings);
13
13
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./desktop.css');
4
4
 
5
- var styles = {"sticky":"side-panel__sticky_1q600","size-500":"side-panel__size-500_1q600"};
5
+ var styles = {"sticky":"side-panel__sticky_lhh1j","size-500":"side-panel__size-500_lhh1j"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=desktop.module.css.js.map
@@ -5,17 +5,17 @@
5
5
  --side-panel-footer-background: var(--color-light-modal-bg-primary);
6
6
  --side-panel-footer-highlight-background: var(--color-light-modal-bg-primary);
7
7
  --side-panel-footer-highlight-box-shadow: 0 -1px 0 0 var(--color-light-neutral-300);
8
- } .side-panel__footer_141pq {
8
+ } .side-panel__footer_1yeas {
9
9
  width: 100%;
10
10
  box-sizing: border-box;
11
11
  transition:
12
12
  box-shadow 0.2s ease,
13
13
  background 0.2s ease;
14
- } .side-panel__sticky_141pq {
14
+ } .side-panel__sticky_1yeas {
15
15
  background: var(--side-panel-footer-background);
16
16
  position: sticky;
17
17
  z-index: 1;
18
- } .side-panel__highlighted_141pq {
18
+ } .side-panel__highlighted_1yeas {
19
19
  background: var(--side-panel-footer-highlight-background);
20
20
  box-shadow: var(--side-panel-footer-highlight-box-shadow);
21
21
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"footer":"side-panel__footer_141pq","sticky":"side-panel__sticky_141pq","highlighted":"side-panel__highlighted_141pq"};
5
+ var styles = {"footer":"side-panel__footer_1yeas","sticky":"side-panel__sticky_1yeas","highlighted":"side-panel__highlighted_1yeas"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -7,35 +7,35 @@
7
7
  --gap-32: var(--gap-2xl);
8
8
  } :root {
9
9
  --side-panel-footer-default-gap: var(--gap-16);
10
- } .side-panel__column_qu8e4 {
10
+ } .side-panel__column_1l6tg {
11
11
  display: flex;
12
12
  flex-direction: column;
13
- } .side-panel__column_qu8e4 > *:not(:last-child):not(:only-child) {
13
+ } .side-panel__column_1l6tg > *:not(:last-child):not(:only-child) {
14
14
  margin-bottom: var(--side-panel-footer-default-gap);
15
- } .side-panel__column_qu8e4.side-panel__gap-16_qu8e4 > *:not(:last-child):not(:only-child) {
15
+ } .side-panel__column_1l6tg.side-panel__gap-16_1l6tg > *:not(:last-child):not(:only-child) {
16
16
  margin-bottom: var(--gap-16);
17
- } .side-panel__column_qu8e4.side-panel__gap-24_qu8e4 > *:not(:last-child):not(:only-child) {
17
+ } .side-panel__column_1l6tg.side-panel__gap-24_1l6tg > *:not(:last-child):not(:only-child) {
18
18
  margin-bottom: var(--gap-24);
19
- } .side-panel__column_qu8e4.side-panel__gap-32_qu8e4 > *:not(:last-child):not(:only-child) {
19
+ } .side-panel__column_1l6tg.side-panel__gap-32_1l6tg > *:not(:last-child):not(:only-child) {
20
20
  margin-bottom: var(--gap-32);
21
- } .side-panel__start_qu8e4 {
21
+ } .side-panel__start_1l6tg {
22
22
  justify-content: flex-start;
23
- } .side-panel__center_qu8e4 {
23
+ } .side-panel__center_1l6tg {
24
24
  justify-content: center;
25
- } .side-panel__space-between_qu8e4 {
25
+ } .side-panel__space-between_1l6tg {
26
26
  justify-content: space-between;
27
- } .side-panel__space-between_qu8e4 > * {
27
+ } .side-panel__space-between_1l6tg > * {
28
28
  flex: 1;
29
- } .side-panel__start_qu8e4,
30
- .side-panel__center_qu8e4,
31
- .side-panel__space-between_qu8e4 {
29
+ } .side-panel__start_1l6tg,
30
+ .side-panel__center_1l6tg,
31
+ .side-panel__space-between_1l6tg {
32
32
  display: flex;
33
- } .side-panel__start_qu8e4 > *:not(:last-child):not(:only-child), .side-panel__center_qu8e4 > *:not(:last-child):not(:only-child), .side-panel__space-between_qu8e4 > *:not(:last-child):not(:only-child) {
33
+ } .side-panel__start_1l6tg > *:not(:last-child):not(:only-child), .side-panel__center_1l6tg > *:not(:last-child):not(:only-child), .side-panel__space-between_1l6tg > *:not(:last-child):not(:only-child) {
34
34
  margin-right: var(--side-panel-footer-default-gap);
35
- } .side-panel__start_qu8e4.side-panel__gap-16_qu8e4 > *:not(:last-child):not(:only-child), .side-panel__center_qu8e4.side-panel__gap-16_qu8e4 > *:not(:last-child):not(:only-child), .side-panel__space-between_qu8e4.side-panel__gap-16_qu8e4 > *:not(:last-child):not(:only-child) {
35
+ } .side-panel__start_1l6tg.side-panel__gap-16_1l6tg > *:not(:last-child):not(:only-child), .side-panel__center_1l6tg.side-panel__gap-16_1l6tg > *:not(:last-child):not(:only-child), .side-panel__space-between_1l6tg.side-panel__gap-16_1l6tg > *:not(:last-child):not(:only-child) {
36
36
  margin-right: var(--gap-16);
37
- } .side-panel__start_qu8e4.side-panel__gap-24_qu8e4 > *:not(:last-child):not(:only-child), .side-panel__center_qu8e4.side-panel__gap-24_qu8e4 > *:not(:last-child):not(:only-child), .side-panel__space-between_qu8e4.side-panel__gap-24_qu8e4 > *:not(:last-child):not(:only-child) {
37
+ } .side-panel__start_1l6tg.side-panel__gap-24_1l6tg > *:not(:last-child):not(:only-child), .side-panel__center_1l6tg.side-panel__gap-24_1l6tg > *:not(:last-child):not(:only-child), .side-panel__space-between_1l6tg.side-panel__gap-24_1l6tg > *:not(:last-child):not(:only-child) {
38
38
  margin-right: var(--gap-24);
39
- } .side-panel__start_qu8e4.side-panel__gap-32_qu8e4 > *:not(:last-child):not(:only-child), .side-panel__center_qu8e4.side-panel__gap-32_qu8e4 > *:not(:last-child):not(:only-child), .side-panel__space-between_qu8e4.side-panel__gap-32_qu8e4 > *:not(:last-child):not(:only-child) {
39
+ } .side-panel__start_1l6tg.side-panel__gap-32_1l6tg > *:not(:last-child):not(:only-child), .side-panel__center_1l6tg.side-panel__gap-32_1l6tg > *:not(:last-child):not(:only-child), .side-panel__space-between_1l6tg.side-panel__gap-32_1l6tg > *:not(:last-child):not(:only-child) {
40
40
  margin-right: var(--gap-32);
41
41
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./layout.css');
4
4
 
5
- var layoutStyles = {"column":"side-panel__column_qu8e4","gap-16":"side-panel__gap-16_qu8e4","gap-24":"side-panel__gap-24_qu8e4","gap-32":"side-panel__gap-32_qu8e4","start":"side-panel__start_qu8e4","center":"side-panel__center_qu8e4","space-between":"side-panel__space-between_qu8e4"};
5
+ var layoutStyles = {"column":"side-panel__column_1l6tg","gap-16":"side-panel__gap-16_1l6tg","gap-24":"side-panel__gap-24_1l6tg","gap-32":"side-panel__gap-32_1l6tg","start":"side-panel__start_1l6tg","center":"side-panel__center_1l6tg","space-between":"side-panel__space-between_1l6tg"};
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-panel__footer_1u9zt {
9
+ .side-panel__footer_1qlh6 {
10
10
  padding: var(--gap-16);
11
11
  }
12
12
  @media (display-mode: standalone) {
13
- .side-panel__footer_1u9zt {
13
+ .side-panel__footer_1qlh6 {
14
14
  padding-bottom: calc(var(--sab) + var(--gap-16));
15
15
  }
16
16
  }
17
- .side-panel__sticky_1u9zt {
17
+ .side-panel__sticky_1qlh6 {
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_1u9zt","sticky":"side-panel__sticky_1u9zt"};
5
+ var styles = {"footer":"side-panel__footer_1qlh6","sticky":"side-panel__sticky_1qlh6"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=mobile.module.css.js.map
@@ -14,15 +14,15 @@
14
14
  --side-panel-s-header-desktop-line-height: 36px;
15
15
  --side-panel-header-desktop-font-weight: bold;
16
16
  --side-panel-header-desktop-font-family: var(--font-family-system);
17
- } .side-panel__content_witg9 {
17
+ } .side-panel__content_9ktgg {
18
18
  font-weight: var(--side-panel-header-desktop-font-weight);
19
19
  font-family: var(--side-panel-header-desktop-font-family);
20
- } .side-panel__size-500_witg9 .side-panel__content_witg9 {
20
+ } .side-panel__size-500_9ktgg .side-panel__content_9ktgg {
21
21
  padding: var(--side-panel-s-header-desktop-content-paddings);
22
22
  font-size: var(--side-panel-s-header-desktop-font-size);
23
23
  line-height: var(--side-panel-s-header-desktop-line-height);
24
- } .side-panel__size-500_witg9 {
24
+ } .side-panel__size-500_9ktgg {
25
25
  padding: var(--side-panel-s-header-paddings);
26
- } .side-panel__sticky_witg9 {
26
+ } .side-panel__sticky_9ktgg {
27
27
  top: var(--gap-0);
28
28
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./desktop.css');
4
4
 
5
- var desktopStyles = {"content":"side-panel__content_witg9","size-500":"side-panel__size-500_witg9","sticky":"side-panel__sticky_witg9"};
5
+ var desktopStyles = {"content":"side-panel__content_9ktgg","size-500":"side-panel__size-500_9ktgg","sticky":"side-panel__sticky_9ktgg"};
6
6
 
7
7
  module.exports = desktopStyles;
8
8
  //# sourceMappingURL=desktop.module.css.js.map
@@ -5,44 +5,44 @@
5
5
  --side-panel-header-background: var(--color-light-modal-bg-primary);
6
6
  --side-panel-header-highlight-background: var(--color-light-modal-bg-primary);
7
7
  --side-panel-header-highlight-box-shadow: 0 1px 0 0 var(--color-light-neutral-300);
8
- } .side-panel__header_1qgjl {
8
+ } .side-panel__header_3q6tw {
9
9
  width: 100%;
10
10
  box-sizing: border-box;
11
11
  transition:
12
12
  box-shadow 0.2s ease,
13
13
  background 0.2s ease;
14
- } .side-panel__header_1qgjl:not(.side-panel__hasContent_1qgjl) {
14
+ } .side-panel__header_3q6tw:not(.side-panel__hasContent_3q6tw) {
15
15
  pointer-events: none;
16
- } .side-panel__highlighted_1qgjl {
16
+ } .side-panel__highlighted_3q6tw {
17
17
  background: var(--side-panel-header-highlight-background);
18
18
  box-shadow: var(--side-panel-header-highlight-box-shadow);
19
- } .side-panel__sticky_1qgjl {
19
+ } .side-panel__sticky_3q6tw {
20
20
  position: sticky;
21
21
  z-index: 1;
22
- } .side-panel__sticky_1qgjl.side-panel__hasContent_1qgjl {
22
+ } .side-panel__sticky_3q6tw.side-panel__hasContent_3q6tw {
23
23
  background: var(--side-panel-header-background);
24
- } .side-panel__header_1qgjl.side-panel__backgroundImage_1qgjl {
24
+ } .side-panel__header_3q6tw.side-panel__backgroundImage_3q6tw {
25
25
  background: center no-repeat;
26
26
  background-size: cover;
27
- } .side-panel__content_1qgjl {
27
+ } .side-panel__content_3q6tw {
28
28
  flex-grow: 1;
29
- } .side-panel__title_1qgjl {
29
+ } .side-panel__title_3q6tw {
30
30
  word-break: break-word;
31
- } .side-panel__addon_1qgjl {
31
+ } .side-panel__addon_3q6tw {
32
32
  min-width: 48px;
33
33
  height: 48px;
34
34
  display: flex;
35
35
  justify-content: center;
36
36
  align-items: center;
37
37
  pointer-events: all;
38
- } .side-panel__closer_1qgjl {
38
+ } .side-panel__closer_3q6tw {
39
39
  margin-left: auto;
40
- } .side-panel__right_1qgjl {
40
+ } .side-panel__right_3q6tw {
41
41
  justify-content: flex-end;
42
42
  text-align: right;
43
- } .side-panel__trim_1qgjl {
43
+ } .side-panel__trim_3q6tw {
44
44
  overflow: hidden;
45
- } .side-panel__trim_1qgjl .side-panel__title_1qgjl {
45
+ } .side-panel__trim_3q6tw .side-panel__title_3q6tw {
46
46
  overflow: hidden;
47
47
  white-space: nowrap;
48
48
  text-overflow: ellipsis;
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"header":"side-panel__header_1qgjl","hasContent":"side-panel__hasContent_1qgjl","highlighted":"side-panel__highlighted_1qgjl","sticky":"side-panel__sticky_1qgjl"};
5
+ var styles = {"header":"side-panel__header_3q6tw","hasContent":"side-panel__hasContent_3q6tw","highlighted":"side-panel__highlighted_3q6tw","sticky":"side-panel__sticky_3q6tw"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -22,18 +22,18 @@
22
22
  --side-panel-header-mobile-paddings: var(--side-panel-header-mobile-top-padding) var(--gap-8)
23
23
  var(--gap-4) var(--gap-8);
24
24
  }
25
- .side-panel__header_1a6e2 {
25
+ .side-panel__header_16hvf {
26
26
  padding: var(--side-panel-header-mobile-paddings);
27
27
  }
28
28
  @media (display-mode: standalone) {
29
- .side-panel__header_1a6e2 {
29
+ .side-panel__header_16hvf {
30
30
  padding-top: calc(var(--sat) + var(--side-panel-header-mobile-top-padding));
31
31
  }
32
32
  }
33
- .side-panel__sticky_1a6e2 {
33
+ .side-panel__sticky_16hvf {
34
34
  top: var(--gap-0);
35
35
  }
36
- .side-panel__content_1a6e2 {
36
+ .side-panel__content_16hvf {
37
37
  font-size: var(--side-panel-header-mobile-font-size);
38
38
  line-height: var(--side-panel-header-mobile-line-height);
39
39
  font-family: var(--side-panel-header-mobile-font-family);
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./mobile.css');
4
4
 
5
- var mobileStyles = {"header":"side-panel__header_1a6e2","sticky":"side-panel__sticky_1a6e2","content":"side-panel__content_1a6e2"};
5
+ var mobileStyles = {"header":"side-panel__header_16hvf","sticky":"side-panel__sticky_16hvf","content":"side-panel__content_16hvf"};
6
6
 
7
7
  module.exports = mobileStyles;
8
8
  //# sourceMappingURL=mobile.module.css.js.map
@@ -1,7 +1,7 @@
1
1
  :root {
2
2
  --side-panel-s-width: 500px;
3
- } .side-panel__size-500_rbvin.side-panel__size-500_rbvin {
3
+ } .side-panel__size-500_13ds1.side-panel__size-500_13ds1 {
4
4
  width: var(--side-panel-s-width);
5
- } .side-panel__hidden_rbvin {
5
+ } .side-panel__hidden_13ds1 {
6
6
  overflow-x: hidden;
7
7
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./desktop.css');
4
4
 
5
- var styles = {"size-500":"side-panel__size-500_rbvin","hidden":"side-panel__hidden_rbvin"};
5
+ var styles = {"size-500":"side-panel__size-500_13ds1","hidden":"side-panel__hidden_13ds1"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=desktop.module.css.js.map
@@ -1,14 +1,14 @@
1
- .side-panel__enterRight_1nzmo {
1
+ .side-panel__enterRight_1kb42 {
2
2
  opacity: 0;
3
3
  transform: translateX(15px);
4
4
  }
5
5
 
6
- .side-panel__enterLeft_1nzmo {
6
+ .side-panel__enterLeft_1kb42 {
7
7
  opacity: 0;
8
8
  transform: translateX(-15px);
9
9
  }
10
10
 
11
- .side-panel__enterActive_1nzmo {
11
+ .side-panel__enterActive_1kb42 {
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_1nzmo {
19
+ .side-panel__exit_1kb42 {
20
20
  opacity: 1;
21
21
  transform: translateX(0);
22
22
  }
23
23
 
24
- .side-panel__exitActiveRight_1nzmo {
24
+ .side-panel__exitActiveRight_1kb42 {
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_1nzmo {
32
+ .side-panel__exitActiveLeft_1kb42 {
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_1nzmo","exit":"side-panel__exit_1nzmo","exitActiveRight":"side-panel__exitActiveRight_1nzmo","exitActiveLeft":"side-panel__exitActiveLeft_1nzmo"};
5
+ var transitions = {"enterActive":"side-panel__enterActive_1kb42","exit":"side-panel__exit_1kb42","exitActiveRight":"side-panel__exitActiveRight_1kb42","exitActiveLeft":"side-panel__exitActiveLeft_1kb42"};
6
6
 
7
7
  module.exports = transitions;
8
8
  //# sourceMappingURL=transitions.desktop.module.css.js.map
@@ -6,8 +6,8 @@
6
6
  --gap-40: var(--gap-3xl);
7
7
  } :root {
8
8
  --side-panel-s-content-paddings: var(--gap-40) var(--gap-40) var(--gap-0);
9
- } .side-panel__size-500_1pfaf {
9
+ } .side-panel__size-500_esw6a {
10
10
  padding: var(--side-panel-s-content-paddings);
11
- } .side-panel__size-500_1pfaf:last-child {
11
+ } .side-panel__size-500_esw6a:last-child {
12
12
  padding-bottom: var(--gap-32);
13
13
  }
@@ -1,6 +1,6 @@
1
1
  import './desktop.css';
2
2
 
3
- var styles = {"size-500":"side-panel__size-500_1pfaf"};
3
+ var styles = {"size-500":"side-panel__size-500_esw6a"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=desktop.module.css.js.map
@@ -1,12 +1,12 @@
1
1
  :root {
2
2
  --gap-0: 0px;
3
- } .side-panel__content_c81p6 {
3
+ } .side-panel__content_10mri {
4
4
  position: relative;
5
5
  box-sizing: border-box;
6
6
  width: 100%;
7
7
  z-index: 0;
8
- } .side-panel__content_c81p6.side-panel__withHeader_c81p6 {
8
+ } .side-panel__content_10mri.side-panel__withHeader_10mri {
9
9
  padding-top: var(--gap-0);
10
- } .side-panel__flex_c81p6 {
10
+ } .side-panel__flex_10mri {
11
11
  flex: 1 1 auto;
12
12
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"content":"side-panel__content_c81p6","withHeader":"side-panel__withHeader_c81p6","flex":"side-panel__flex_c81p6"};
3
+ var styles = {"content":"side-panel__content_10mri","withHeader":"side-panel__withHeader_10mri","flex":"side-panel__flex_10mri"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -2,8 +2,8 @@
2
2
  --gap-m: 16px;
3
3
  --gap-0: 0px;
4
4
  --gap-16: var(--gap-m);
5
- } .side-panel__content_1ilgp {
5
+ } .side-panel__content_1und9 {
6
6
  padding: var(--gap-16) var(--gap-16) var(--gap-0);
7
- } .side-panel__content_1ilgp:last-child {
7
+ } .side-panel__content_1und9:last-child {
8
8
  padding-bottom: var(--gap-16);
9
9
  }
@@ -1,6 +1,6 @@
1
1
  import './mobile.css';
2
2
 
3
- var styles = {"content":"side-panel__content_1ilgp"};
3
+ var styles = {"content":"side-panel__content_1und9"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=mobile.module.css.js.map
@@ -1,3 +1,3 @@
1
- .side-panel__component_nlzg8 {
1
+ .side-panel__component_rai2y {
2
2
  width: 100%;
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"side-panel__component_nlzg8"};
3
+ var styles = {"component":"side-panel__component_rai2y"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -6,8 +6,8 @@
6
6
  --gap-40: var(--gap-3xl);
7
7
  } :root {
8
8
  --side-panel-s-footer-paddings: var(--gap-24) var(--gap-40) var(--gap-40);
9
- } .side-panel__sticky_1q600 {
9
+ } .side-panel__sticky_lhh1j {
10
10
  bottom: var(--gap-0);
11
- } .side-panel__size-500_1q600 {
11
+ } .side-panel__size-500_lhh1j {
12
12
  padding: var(--side-panel-s-footer-paddings);
13
13
  }
@@ -1,6 +1,6 @@
1
1
  import './desktop.css';
2
2
 
3
- var styles = {"sticky":"side-panel__sticky_1q600","size-500":"side-panel__size-500_1q600"};
3
+ var styles = {"sticky":"side-panel__sticky_lhh1j","size-500":"side-panel__size-500_lhh1j"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=desktop.module.css.js.map
@@ -5,17 +5,17 @@
5
5
  --side-panel-footer-background: var(--color-light-modal-bg-primary);
6
6
  --side-panel-footer-highlight-background: var(--color-light-modal-bg-primary);
7
7
  --side-panel-footer-highlight-box-shadow: 0 -1px 0 0 var(--color-light-neutral-300);
8
- } .side-panel__footer_141pq {
8
+ } .side-panel__footer_1yeas {
9
9
  width: 100%;
10
10
  box-sizing: border-box;
11
11
  transition:
12
12
  box-shadow 0.2s ease,
13
13
  background 0.2s ease;
14
- } .side-panel__sticky_141pq {
14
+ } .side-panel__sticky_1yeas {
15
15
  background: var(--side-panel-footer-background);
16
16
  position: sticky;
17
17
  z-index: 1;
18
- } .side-panel__highlighted_141pq {
18
+ } .side-panel__highlighted_1yeas {
19
19
  background: var(--side-panel-footer-highlight-background);
20
20
  box-shadow: var(--side-panel-footer-highlight-box-shadow);
21
21
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"footer":"side-panel__footer_141pq","sticky":"side-panel__sticky_141pq","highlighted":"side-panel__highlighted_141pq"};
3
+ var styles = {"footer":"side-panel__footer_1yeas","sticky":"side-panel__sticky_1yeas","highlighted":"side-panel__highlighted_1yeas"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map