@alfalab/core-components-side-panel 7.0.6 → 7.0.7

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 +3 -3
  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 +3 -3
  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 +3 -3
  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
@@ -9,48 +9,48 @@
9
9
  :root {
10
10
  --side-panel-footer-default-gap: var(--gap-16);
11
11
  }
12
- .side-panel__column_15bdh {
12
+ .side-panel__column_1gh69 {
13
13
  display: flex;
14
14
  flex-direction: column;
15
15
  }
16
- .side-panel__column_15bdh > *:not(:last-child):not(:only-child) {
16
+ .side-panel__column_1gh69 > *:not(:last-child):not(:only-child) {
17
17
  margin-bottom: var(--side-panel-footer-default-gap);
18
18
  }
19
- .side-panel__column_15bdh.side-panel__gap-16_15bdh > *:not(:last-child):not(:only-child) {
19
+ .side-panel__column_1gh69.side-panel__gap-16_1gh69 > *:not(:last-child):not(:only-child) {
20
20
  margin-bottom: var(--gap-16);
21
21
  }
22
- .side-panel__column_15bdh.side-panel__gap-24_15bdh > *:not(:last-child):not(:only-child) {
22
+ .side-panel__column_1gh69.side-panel__gap-24_1gh69 > *:not(:last-child):not(:only-child) {
23
23
  margin-bottom: var(--gap-24);
24
24
  }
25
- .side-panel__column_15bdh.side-panel__gap-32_15bdh > *:not(:last-child):not(:only-child) {
25
+ .side-panel__column_1gh69.side-panel__gap-32_1gh69 > *:not(:last-child):not(:only-child) {
26
26
  margin-bottom: var(--gap-32);
27
27
  }
28
- .side-panel__start_15bdh {
28
+ .side-panel__start_1gh69 {
29
29
  justify-content: flex-start;
30
30
  }
31
- .side-panel__center_15bdh {
31
+ .side-panel__center_1gh69 {
32
32
  justify-content: center;
33
33
  }
34
- .side-panel__space-between_15bdh {
34
+ .side-panel__space-between_1gh69 {
35
35
  justify-content: space-between;
36
36
  }
37
- .side-panel__space-between_15bdh > * {
37
+ .side-panel__space-between_1gh69 > * {
38
38
  flex: 1;
39
39
  }
40
- .side-panel__start_15bdh,
41
- .side-panel__center_15bdh,
42
- .side-panel__space-between_15bdh {
40
+ .side-panel__start_1gh69,
41
+ .side-panel__center_1gh69,
42
+ .side-panel__space-between_1gh69 {
43
43
  display: flex;
44
44
  }
45
- .side-panel__start_15bdh > *:not(:last-child):not(:only-child), .side-panel__center_15bdh > *:not(:last-child):not(:only-child), .side-panel__space-between_15bdh > *:not(:last-child):not(:only-child) {
45
+ .side-panel__start_1gh69 > *:not(:last-child):not(:only-child), .side-panel__center_1gh69 > *:not(:last-child):not(:only-child), .side-panel__space-between_1gh69 > *:not(:last-child):not(:only-child) {
46
46
  margin-right: var(--side-panel-footer-default-gap);
47
47
  }
48
- .side-panel__start_15bdh.side-panel__gap-16_15bdh > *:not(:last-child):not(:only-child), .side-panel__center_15bdh.side-panel__gap-16_15bdh > *:not(:last-child):not(:only-child), .side-panel__space-between_15bdh.side-panel__gap-16_15bdh > *:not(:last-child):not(:only-child) {
48
+ .side-panel__start_1gh69.side-panel__gap-16_1gh69 > *:not(:last-child):not(:only-child), .side-panel__center_1gh69.side-panel__gap-16_1gh69 > *:not(:last-child):not(:only-child), .side-panel__space-between_1gh69.side-panel__gap-16_1gh69 > *:not(:last-child):not(:only-child) {
49
49
  margin-right: var(--gap-16);
50
50
  }
51
- .side-panel__start_15bdh.side-panel__gap-24_15bdh > *:not(:last-child):not(:only-child), .side-panel__center_15bdh.side-panel__gap-24_15bdh > *:not(:last-child):not(:only-child), .side-panel__space-between_15bdh.side-panel__gap-24_15bdh > *:not(:last-child):not(:only-child) {
51
+ .side-panel__start_1gh69.side-panel__gap-24_1gh69 > *:not(:last-child):not(:only-child), .side-panel__center_1gh69.side-panel__gap-24_1gh69 > *:not(:last-child):not(:only-child), .side-panel__space-between_1gh69.side-panel__gap-24_1gh69 > *:not(:last-child):not(:only-child) {
52
52
  margin-right: var(--gap-24);
53
53
  }
54
- .side-panel__start_15bdh.side-panel__gap-32_15bdh > *:not(:last-child):not(:only-child), .side-panel__center_15bdh.side-panel__gap-32_15bdh > *:not(:last-child):not(:only-child), .side-panel__space-between_15bdh.side-panel__gap-32_15bdh > *:not(:last-child):not(:only-child) {
54
+ .side-panel__start_1gh69.side-panel__gap-32_1gh69 > *:not(:last-child):not(:only-child), .side-panel__center_1gh69.side-panel__gap-32_1gh69 > *:not(:last-child):not(:only-child), .side-panel__space-between_1gh69.side-panel__gap-32_1gh69 > *:not(:last-child):not(:only-child) {
55
55
  margin-right: var(--gap-32);
56
56
  }
@@ -1,6 +1,6 @@
1
1
  import './layout.css';
2
2
 
3
- var layoutStyles = {"column":"side-panel__column_15bdh","gap-16":"side-panel__gap-16_15bdh","gap-24":"side-panel__gap-24_15bdh","gap-32":"side-panel__gap-32_15bdh","start":"side-panel__start_15bdh","center":"side-panel__center_15bdh","space-between":"side-panel__space-between_15bdh"};
3
+ var layoutStyles = {"column":"side-panel__column_1gh69","gap-16":"side-panel__gap-16_1gh69","gap-24":"side-panel__gap-24_1gh69","gap-32":"side-panel__gap-32_1gh69","start":"side-panel__start_1gh69","center":"side-panel__center_1gh69","space-between":"side-panel__space-between_1gh69"};
4
4
 
5
5
  export { layoutStyles as default };
6
6
  //# 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_wx79t {
9
+ .side-panel__footer_yonk6 {
10
10
  padding: var(--gap-16);
11
11
  }
12
12
  @media (display-mode: standalone) {
13
- .side-panel__footer_wx79t {
13
+ .side-panel__footer_yonk6 {
14
14
  padding-bottom: calc(var(--sab) + var(--gap-16));
15
15
  }
16
16
  }
17
- .side-panel__sticky_wx79t {
17
+ .side-panel__sticky_yonk6 {
18
18
  bottom: var(--gap-0);
19
19
  }
@@ -1,6 +1,6 @@
1
1
  import './mobile.css';
2
2
 
3
- var styles = {"footer":"side-panel__footer_wx79t","sticky":"side-panel__sticky_wx79t"};
3
+ var styles = {"footer":"side-panel__footer_yonk6","sticky":"side-panel__sticky_yonk6"};
4
4
 
5
5
  export { styles as default };
6
6
  //# 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_1sqhj .side-panel__content_1sqhj {
17
+ .side-panel__size-500_qjgp0 .side-panel__content_qjgp0 {
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_1sqhj {
24
+ .side-panel__size-500_qjgp0 {
25
25
  padding: var(--side-panel-s-header-paddings);
26
26
  }
27
- .side-panel__sticky_1sqhj {
27
+ .side-panel__sticky_qjgp0 {
28
28
  top: var(--gap-0);
29
29
  }
@@ -1,6 +1,6 @@
1
1
  import './desktop.css';
2
2
 
3
- var desktopStyles = {"size-500":"side-panel__size-500_1sqhj","content":"side-panel__content_1sqhj","sticky":"side-panel__sticky_1sqhj"};
3
+ var desktopStyles = {"size-500":"side-panel__size-500_qjgp0","content":"side-panel__content_qjgp0","sticky":"side-panel__sticky_qjgp0"};
4
4
 
5
5
  export { desktopStyles as default };
6
6
  //# 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_19hwd {
10
+ .side-panel__header_7avit {
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_19hwd:not(.side-panel__hasContent_19hwd) {
17
+ .side-panel__header_7avit:not(.side-panel__hasContent_7avit) {
18
18
  pointer-events: none;
19
19
  }
20
- .side-panel__highlighted_19hwd {
20
+ .side-panel__highlighted_7avit {
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_19hwd {
24
+ .side-panel__sticky_7avit {
25
25
  position: sticky;
26
26
  z-index: 1;
27
27
  }
28
- .side-panel__sticky_19hwd.side-panel__hasContent_19hwd {
28
+ .side-panel__sticky_7avit.side-panel__hasContent_7avit {
29
29
  background: var(--side-panel-header-background);
30
30
  }
31
- .side-panel__header_19hwd.side-panel__backgroundImage_19hwd {
31
+ .side-panel__header_7avit.side-panel__backgroundImage_7avit {
32
32
  background: center no-repeat;
33
33
  background-size: cover;
34
34
  }
35
- .side-panel__content_19hwd {
35
+ .side-panel__content_7avit {
36
36
  flex-grow: 1;
37
37
  }
38
- .side-panel__title_19hwd {
38
+ .side-panel__title_7avit {
39
39
  word-break: break-word;
40
40
  }
41
- .side-panel__addon_19hwd {
41
+ .side-panel__addon_7avit {
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_19hwd {
49
+ .side-panel__closer_7avit {
50
50
  margin-left: auto;
51
51
  }
52
- .side-panel__right_19hwd {
52
+ .side-panel__right_7avit {
53
53
  justify-content: flex-end;
54
54
  text-align: right;
55
55
  }
56
- .side-panel__trim_19hwd {
56
+ .side-panel__trim_7avit {
57
57
  overflow: hidden;
58
58
  }
59
- .side-panel__trim_19hwd .side-panel__title_19hwd {
59
+ .side-panel__trim_7avit .side-panel__title_7avit {
60
60
  overflow: hidden;
61
61
  white-space: nowrap;
62
62
  text-overflow: ellipsis;
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"header":"side-panel__header_19hwd","hasContent":"side-panel__hasContent_19hwd","highlighted":"side-panel__highlighted_19hwd","sticky":"side-panel__sticky_19hwd"};
3
+ var styles = {"header":"side-panel__header_7avit","hasContent":"side-panel__hasContent_7avit","highlighted":"side-panel__highlighted_7avit","sticky":"side-panel__sticky_7avit"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -19,18 +19,18 @@
19
19
  --side-panel-header-mobile-paddings: var(--side-panel-header-mobile-top-padding) var(--gap-8)
20
20
  var(--gap-4) var(--gap-8);
21
21
  }
22
- .side-panel__header_ctlj3 {
22
+ .side-panel__header_el1tg {
23
23
  padding: var(--side-panel-header-mobile-paddings);
24
24
  }
25
25
  @media (display-mode: standalone) {
26
- .side-panel__header_ctlj3 {
26
+ .side-panel__header_el1tg {
27
27
  padding-top: calc(var(--sat) + var(--side-panel-header-mobile-top-padding));
28
28
  }
29
29
  }
30
- .side-panel__sticky_ctlj3 {
30
+ .side-panel__sticky_el1tg {
31
31
  top: var(--gap-0);
32
32
  }
33
- .side-panel__content_ctlj3 {
33
+ .side-panel__content_el1tg {
34
34
  padding: var(--side-panel-header-mobile-content-paddings);
35
35
 
36
36
  font-size: 20px;
@@ -1,6 +1,6 @@
1
1
  import './mobile.css';
2
2
 
3
- var mobileStyles = {"header":"side-panel__header_ctlj3","sticky":"side-panel__sticky_ctlj3","content":"side-panel__content_ctlj3"};
3
+ var mobileStyles = {"header":"side-panel__header_el1tg","sticky":"side-panel__sticky_el1tg","content":"side-panel__content_el1tg"};
4
4
 
5
5
  export { mobileStyles as default };
6
6
  //# 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_1yz4a.side-panel__size-500_1yz4a {
4
+ .side-panel__size-500_1l05f.side-panel__size-500_1l05f {
5
5
  width: var(--side-panel-s-width);
6
6
  }
7
- .side-panel__hidden_1yz4a {
7
+ .side-panel__hidden_1l05f {
8
8
  overflow-x: hidden;
9
9
  }
@@ -1,6 +1,6 @@
1
1
  import './desktop.css';
2
2
 
3
- var styles = {"size-500":"side-panel__size-500_1yz4a","hidden":"side-panel__hidden_1yz4a"};
3
+ var styles = {"size-500":"side-panel__size-500_1l05f","hidden":"side-panel__hidden_1l05f"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=desktop.module.css.js.map
@@ -1,14 +1,14 @@
1
- .side-panel__enterRight_gvc8z {
1
+ .side-panel__enterRight_imsjc {
2
2
  opacity: 0;
3
3
  transform: translateX(15px);
4
4
  }
5
5
 
6
- .side-panel__enterLeft_gvc8z {
6
+ .side-panel__enterLeft_imsjc {
7
7
  opacity: 0;
8
8
  transform: translateX(-15px);
9
9
  }
10
10
 
11
- .side-panel__enterActive_gvc8z {
11
+ .side-panel__enterActive_imsjc {
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_gvc8z {
19
+ .side-panel__exit_imsjc {
20
20
  opacity: 1;
21
21
  transform: translateX(0);
22
22
  }
23
23
 
24
- .side-panel__exitActiveRight_gvc8z {
24
+ .side-panel__exitActiveRight_imsjc {
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_gvc8z {
32
+ .side-panel__exitActiveLeft_imsjc {
33
33
  opacity: 0;
34
34
  transition:
35
35
  opacity 200ms ease-out,
@@ -1,6 +1,6 @@
1
1
  import './transitions.desktop.css';
2
2
 
3
- var transitions = {"enterActive":"side-panel__enterActive_gvc8z","exit":"side-panel__exit_gvc8z","exitActiveRight":"side-panel__exitActiveRight_gvc8z","exitActiveLeft":"side-panel__exitActiveLeft_gvc8z"};
3
+ var transitions = {"enterActive":"side-panel__enterActive_imsjc","exit":"side-panel__exit_imsjc","exitActiveRight":"side-panel__exitActiveRight_imsjc","exitActiveLeft":"side-panel__exitActiveLeft_imsjc"};
4
4
 
5
5
  export { transitions as default };
6
6
  //# sourceMappingURL=transitions.desktop.module.css.js.map
@@ -5,7 +5,7 @@
5
5
  :root {
6
6
  --gap-0: 0px;
7
7
  }
8
- .side-panel__component_15a3s {
8
+ .side-panel__component_1gfwk {
9
9
  top: var(--gap-0);
10
10
  height: 100%;
11
11
  width: 100%;
@@ -13,17 +13,17 @@
13
13
  overflow-y: auto;
14
14
  max-width: 600px;
15
15
  }
16
- .side-panel__component_15a3s.side-panel__component_15a3s {
16
+ .side-panel__component_1gfwk.side-panel__component_1gfwk {
17
17
  position: fixed;
18
18
  flex: 1;
19
19
  }
20
20
  @media (display-mode: standalone) {
21
- .side-panel__content_15a3s {
21
+ .side-panel__content_1gfwk {
22
22
  padding-top: var(--sat);
23
23
  padding-bottom: var(--sab);
24
24
  }
25
25
  }
26
- .side-panel__mobileContent_15a3s {
26
+ .side-panel__mobileContent_1gfwk {
27
27
  display: flex;
28
28
  flex-direction: column;
29
29
  width: 100%;
@@ -1,6 +1,6 @@
1
1
  import './mobile.css';
2
2
 
3
- var styles = {"component":"side-panel__component_15a3s","content":"side-panel__content_15a3s","mobileContent":"side-panel__mobileContent_15a3s"};
3
+ var styles = {"component":"side-panel__component_1gfwk","content":"side-panel__content_1gfwk","mobileContent":"side-panel__mobileContent_1gfwk"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=mobile.module.css.js.map
@@ -1,11 +1,11 @@
1
- .side-panel__appear_3prz8,
2
- .side-panel__enter_3prz8 {
1
+ .side-panel__appear_10jv6,
2
+ .side-panel__enter_10jv6 {
3
3
  opacity: 0;
4
4
  transform: translateY(15px);
5
5
  }
6
6
 
7
- .side-panel__appearActive_3prz8,
8
- .side-panel__enterActive_3prz8 {
7
+ .side-panel__appearActive_10jv6,
8
+ .side-panel__enterActive_10jv6 {
9
9
  opacity: 1;
10
10
  transform: translateY(0);
11
11
  transition:
@@ -13,13 +13,13 @@
13
13
  transform 200ms ease-in;
14
14
  }
15
15
 
16
- .side-panel__exit_3prz8 {
16
+ .side-panel__exit_10jv6 {
17
17
  opacity: 1;
18
18
  transform: translateY(0);
19
19
  }
20
20
 
21
- .side-panel__exitActive_3prz8,
22
- .side-panel__exitDone_3prz8 {
21
+ .side-panel__exitActive_10jv6,
22
+ .side-panel__exitDone_10jv6 {
23
23
  opacity: 0;
24
24
  transform: translateY(15px);
25
25
  transition:
@@ -1,6 +1,6 @@
1
1
  import './transitions.mobile.css';
2
2
 
3
- var transitions = {"appear":"side-panel__appear_3prz8","enter":"side-panel__enter_3prz8","appearActive":"side-panel__appearActive_3prz8","enterActive":"side-panel__enterActive_3prz8","exit":"side-panel__exit_3prz8","exitActive":"side-panel__exitActive_3prz8","exitDone":"side-panel__exitDone_3prz8"};
3
+ var transitions = {"appear":"side-panel__appear_10jv6","enter":"side-panel__enter_10jv6","appearActive":"side-panel__appearActive_10jv6","enterActive":"side-panel__enterActive_10jv6","exit":"side-panel__exit_10jv6","exitActive":"side-panel__exitActive_10jv6","exitDone":"side-panel__exitDone_10jv6"};
4
4
 
5
5
  export { transitions as default };
6
6
  //# sourceMappingURL=transitions.mobile.module.css.js.map
package/mobile/mobile.css CHANGED
@@ -5,7 +5,7 @@
5
5
  :root {
6
6
  --gap-0: 0px;
7
7
  }
8
- .side-panel__component_15a3s {
8
+ .side-panel__component_1gfwk {
9
9
  top: var(--gap-0);
10
10
  height: 100%;
11
11
  width: 100%;
@@ -13,17 +13,17 @@
13
13
  overflow-y: auto;
14
14
  max-width: 600px;
15
15
  }
16
- .side-panel__component_15a3s.side-panel__component_15a3s {
16
+ .side-panel__component_1gfwk.side-panel__component_1gfwk {
17
17
  position: fixed;
18
18
  flex: 1;
19
19
  }
20
20
  @media (display-mode: standalone) {
21
- .side-panel__content_15a3s {
21
+ .side-panel__content_1gfwk {
22
22
  padding-top: var(--sat);
23
23
  padding-bottom: var(--sab);
24
24
  }
25
25
  }
26
- .side-panel__mobileContent_15a3s {
26
+ .side-panel__mobileContent_1gfwk {
27
27
  display: flex;
28
28
  flex-direction: column;
29
29
  width: 100%;
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./mobile.css');
4
4
 
5
- var styles = {"component":"side-panel__component_15a3s","content":"side-panel__content_15a3s","mobileContent":"side-panel__mobileContent_15a3s"};
5
+ var styles = {"component":"side-panel__component_1gfwk","content":"side-panel__content_1gfwk","mobileContent":"side-panel__mobileContent_1gfwk"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=mobile.module.css.js.map
@@ -1,11 +1,11 @@
1
- .side-panel__appear_3prz8,
2
- .side-panel__enter_3prz8 {
1
+ .side-panel__appear_10jv6,
2
+ .side-panel__enter_10jv6 {
3
3
  opacity: 0;
4
4
  transform: translateY(15px);
5
5
  }
6
6
 
7
- .side-panel__appearActive_3prz8,
8
- .side-panel__enterActive_3prz8 {
7
+ .side-panel__appearActive_10jv6,
8
+ .side-panel__enterActive_10jv6 {
9
9
  opacity: 1;
10
10
  transform: translateY(0);
11
11
  transition:
@@ -13,13 +13,13 @@
13
13
  transform 200ms ease-in;
14
14
  }
15
15
 
16
- .side-panel__exit_3prz8 {
16
+ .side-panel__exit_10jv6 {
17
17
  opacity: 1;
18
18
  transform: translateY(0);
19
19
  }
20
20
 
21
- .side-panel__exitActive_3prz8,
22
- .side-panel__exitDone_3prz8 {
21
+ .side-panel__exitActive_10jv6,
22
+ .side-panel__exitDone_10jv6 {
23
23
  opacity: 0;
24
24
  transform: translateY(15px);
25
25
  transition:
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./transitions.mobile.css');
4
4
 
5
- var transitions = {"appear":"side-panel__appear_3prz8","enter":"side-panel__enter_3prz8","appearActive":"side-panel__appearActive_3prz8","enterActive":"side-panel__enterActive_3prz8","exit":"side-panel__exit_3prz8","exitActive":"side-panel__exitActive_3prz8","exitDone":"side-panel__exitDone_3prz8"};
5
+ var transitions = {"appear":"side-panel__appear_10jv6","enter":"side-panel__enter_10jv6","appearActive":"side-panel__appearActive_10jv6","enterActive":"side-panel__enterActive_10jv6","exit":"side-panel__exit_10jv6","exitActive":"side-panel__exitActive_10jv6","exitDone":"side-panel__exitDone_10jv6"};
6
6
 
7
7
  module.exports = transitions;
8
8
  //# sourceMappingURL=transitions.mobile.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_1o72c {
11
+ .side-panel__size-500_69mca {
12
12
  padding: var(--side-panel-s-content-paddings);
13
13
  }
14
- .side-panel__size-500_1o72c:last-child {
14
+ .side-panel__size-500_69mca:last-child {
15
15
  padding-bottom: var(--gap-32);
16
16
  }
@@ -1,6 +1,6 @@
1
1
  import './desktop.css';
2
2
 
3
- const styles = {"size-500":"side-panel__size-500_1o72c"};
3
+ const styles = {"size-500":"side-panel__size-500_69mca"};
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_krbj5 {
4
+ .side-panel__content_11uzk {
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_krbj5.side-panel__withHeader_krbj5 {
10
+ .side-panel__content_11uzk.side-panel__withHeader_11uzk {
11
11
  padding-top: var(--gap-0);
12
12
  }
13
- .side-panel__flex_krbj5 {
13
+ .side-panel__flex_11uzk {
14
14
  flex: 1 1 auto;
15
15
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"content":"side-panel__content_krbj5","withHeader":"side-panel__withHeader_krbj5","flex":"side-panel__flex_krbj5"};
3
+ const styles = {"content":"side-panel__content_11uzk","withHeader":"side-panel__withHeader_11uzk","flex":"side-panel__flex_11uzk"};
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-panel__content_r7lg3 {
6
+ .side-panel__content_d8mkh {
7
7
  padding: var(--gap-16) var(--gap-16) var(--gap-0);
8
8
  }
9
- .side-panel__content_r7lg3:last-child {
9
+ .side-panel__content_d8mkh:last-child {
10
10
  padding-bottom: var(--gap-16);
11
11
  }
@@ -1,6 +1,6 @@
1
1
  import './mobile.css';
2
2
 
3
- const styles = {"content":"side-panel__content_r7lg3"};
3
+ const styles = {"content":"side-panel__content_d8mkh"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=mobile.module.css.js.map
@@ -1,3 +1,3 @@
1
- .side-panel__component_1kyrz {
1
+ .side-panel__component_1j7bp {
2
2
  width: 100%;
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"side-panel__component_1kyrz"};
3
+ const styles = {"component":"side-panel__component_1j7bp"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.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_5m12i {
11
+ .side-panel__sticky_grtud {
12
12
  bottom: var(--gap-0);
13
13
  }
14
- .side-panel__size-500_5m12i {
14
+ .side-panel__size-500_grtud {
15
15
  padding: var(--side-panel-s-footer-paddings);
16
16
  }
@@ -1,6 +1,6 @@
1
1
  import './desktop.css';
2
2
 
3
- const styles = {"sticky":"side-panel__sticky_5m12i","size-500":"side-panel__size-500_5m12i"};
3
+ const styles = {"sticky":"side-panel__sticky_grtud","size-500":"side-panel__size-500_grtud"};
4
4
 
5
5
  export { styles as default };
6
6
  //# 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_18rcx {
10
+ .side-panel__footer_1jx5p {
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_18rcx {
17
+ .side-panel__sticky_1jx5p {
18
18
  background: var(--side-panel-footer-background);
19
19
  position: sticky;
20
20
  z-index: 1;
21
21
  }
22
- .side-panel__highlighted_18rcx {
22
+ .side-panel__highlighted_1jx5p {
23
23
  background: var(--side-panel-footer-highlight-background);
24
24
  box-shadow: var(--side-panel-footer-highlight-box-shadow);
25
25
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"footer":"side-panel__footer_18rcx","sticky":"side-panel__sticky_18rcx","highlighted":"side-panel__highlighted_18rcx"};
3
+ const styles = {"footer":"side-panel__footer_1jx5p","sticky":"side-panel__sticky_1jx5p","highlighted":"side-panel__highlighted_1jx5p"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map