@alfalab/core-components-side-panel 7.0.14-alfasans → 7.0.14

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 (101) 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 +6 -8
  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 +8 -11
  24. package/components/header/mobile.module.css.js +1 -1
  25. package/cssm/components/header/desktop.module.css +3 -5
  26. package/cssm/components/header/mobile.module.css +4 -7
  27. package/desktop/desktop.css +2 -2
  28. package/desktop/desktop.module.css.js +1 -1
  29. package/desktop/transitions.desktop.css +6 -6
  30. package/desktop/transitions.desktop.module.css.js +1 -1
  31. package/esm/components/content/desktop.css +2 -2
  32. package/esm/components/content/desktop.module.css.js +1 -1
  33. package/esm/components/content/index.css +3 -3
  34. package/esm/components/content/index.module.css.js +1 -1
  35. package/esm/components/content/mobile.css +2 -2
  36. package/esm/components/content/mobile.module.css.js +1 -1
  37. package/esm/components/controls/index.css +1 -1
  38. package/esm/components/controls/index.module.css.js +1 -1
  39. package/esm/components/controls/mobile.layout.css +2 -2
  40. package/esm/components/controls/mobile.layout.module.css.js +1 -1
  41. package/esm/components/footer/desktop.css +2 -2
  42. package/esm/components/footer/desktop.module.css.js +1 -1
  43. package/esm/components/footer/index.css +3 -3
  44. package/esm/components/footer/index.module.css.js +1 -1
  45. package/esm/components/footer/layout.css +16 -16
  46. package/esm/components/footer/layout.module.css.js +1 -1
  47. package/esm/components/footer/mobile.css +3 -3
  48. package/esm/components/footer/mobile.module.css.js +1 -1
  49. package/esm/components/header/desktop.css +6 -8
  50. package/esm/components/header/desktop.module.css.js +1 -1
  51. package/esm/components/header/index.css +13 -13
  52. package/esm/components/header/index.module.css.js +1 -1
  53. package/esm/components/header/mobile.css +8 -11
  54. package/esm/components/header/mobile.module.css.js +1 -1
  55. package/esm/desktop/desktop.css +2 -2
  56. package/esm/desktop/desktop.module.css.js +1 -1
  57. package/esm/desktop/transitions.desktop.css +6 -6
  58. package/esm/desktop/transitions.desktop.module.css.js +1 -1
  59. package/esm/mobile/mobile.css +4 -4
  60. package/esm/mobile/mobile.module.css.js +1 -1
  61. package/esm/mobile/transitions.mobile.css +7 -7
  62. package/esm/mobile/transitions.mobile.module.css.js +1 -1
  63. package/mobile/mobile.css +4 -4
  64. package/mobile/mobile.module.css.js +1 -1
  65. package/mobile/transitions.mobile.css +7 -7
  66. package/mobile/transitions.mobile.module.css.js +1 -1
  67. package/modern/components/content/desktop.css +2 -2
  68. package/modern/components/content/desktop.module.css.js +1 -1
  69. package/modern/components/content/index.css +3 -3
  70. package/modern/components/content/index.module.css.js +1 -1
  71. package/modern/components/content/mobile.css +2 -2
  72. package/modern/components/content/mobile.module.css.js +1 -1
  73. package/modern/components/controls/index.css +1 -1
  74. package/modern/components/controls/index.module.css.js +1 -1
  75. package/modern/components/controls/mobile.layout.css +2 -2
  76. package/modern/components/controls/mobile.layout.module.css.js +1 -1
  77. package/modern/components/footer/desktop.css +2 -2
  78. package/modern/components/footer/desktop.module.css.js +1 -1
  79. package/modern/components/footer/index.css +3 -3
  80. package/modern/components/footer/index.module.css.js +1 -1
  81. package/modern/components/footer/layout.css +16 -16
  82. package/modern/components/footer/layout.module.css.js +1 -1
  83. package/modern/components/footer/mobile.css +3 -3
  84. package/modern/components/footer/mobile.module.css.js +1 -1
  85. package/modern/components/header/desktop.css +6 -8
  86. package/modern/components/header/desktop.module.css.js +1 -1
  87. package/modern/components/header/index.css +13 -13
  88. package/modern/components/header/index.module.css.js +1 -1
  89. package/modern/components/header/mobile.css +8 -11
  90. package/modern/components/header/mobile.module.css.js +1 -1
  91. package/modern/desktop/desktop.css +2 -2
  92. package/modern/desktop/desktop.module.css.js +1 -1
  93. package/modern/desktop/transitions.desktop.css +6 -6
  94. package/modern/desktop/transitions.desktop.module.css.js +1 -1
  95. package/modern/mobile/mobile.css +4 -4
  96. package/modern/mobile/mobile.module.css.js +1 -1
  97. package/modern/mobile/transitions.mobile.css +7 -7
  98. package/modern/mobile/transitions.mobile.module.css.js +1 -1
  99. package/moderncssm/components/header/desktop.module.css +1 -2
  100. package/moderncssm/components/header/mobile.module.css +2 -4
  101. package/package.json +8 -8
@@ -1,6 +1,6 @@
1
1
  import './desktop.css';
2
2
 
3
- const styles = {"size-500":"side-panel__size-500_eapmt"};
3
+ const styles = {"size-500":"side-panel__size-500_1p38j"};
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_pqe4m {
4
+ .side-panel__content_9a114 {
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_pqe4m.side-panel__withHeader_pqe4m {
10
+ .side-panel__content_9a114.side-panel__withHeader_9a114 {
11
11
  padding-top: var(--gap-0);
12
12
  }
13
- .side-panel__flex_pqe4m {
13
+ .side-panel__flex_9a114 {
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_pqe4m","withHeader":"side-panel__withHeader_pqe4m","flex":"side-panel__flex_pqe4m"};
3
+ const styles = {"content":"side-panel__content_9a114","withHeader":"side-panel__withHeader_9a114","flex":"side-panel__flex_9a114"};
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_kvvw9 {
6
+ .side-panel__content_8jttj {
7
7
  padding: var(--gap-20) var(--gap-20) var(--gap-0);
8
8
  }
9
- .side-panel__content_kvvw9:last-child {
9
+ .side-panel__content_8jttj:last-child {
10
10
  padding-bottom: var(--gap-20);
11
11
  }
@@ -1,6 +1,6 @@
1
1
  import './mobile.css';
2
2
 
3
- const styles = {"content":"side-panel__content_kvvw9"};
3
+ const styles = {"content":"side-panel__content_8jttj"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=mobile.module.css.js.map
@@ -1,3 +1,3 @@
1
- .side-panel__component_1mveu {
1
+ .side-panel__component_hxljf {
2
2
  width: 100%;
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"side-panel__component_1mveu"};
3
+ const styles = {"component":"side-panel__component_hxljf"};
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_1cjhg > *:not(:last-child):not(:only-child) {
8
+ .side-panel__column_1b4nx > *:not(:last-child):not(:only-child) {
9
9
  margin-bottom: var(--side-panel-footer-mobile-default-gap);
10
10
  }
11
- .side-panel__start_1cjhg > *:not(:last-child):not(:only-child), .side-panel__center_1cjhg > *:not(:last-child):not(:only-child), .side-panel__space-between_1cjhg > *:not(:last-child):not(:only-child) {
11
+ .side-panel__start_1b4nx > *:not(:last-child):not(:only-child), .side-panel__center_1b4nx > *:not(:last-child):not(:only-child), .side-panel__space-between_1b4nx > *: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
- const mobileLayoutStyles = {"column":"side-panel__column_1cjhg","start":"side-panel__start_1cjhg","center":"side-panel__center_1cjhg","space-between":"side-panel__space-between_1cjhg"};
3
+ const mobileLayoutStyles = {"column":"side-panel__column_1b4nx","start":"side-panel__start_1b4nx","center":"side-panel__center_1b4nx","space-between":"side-panel__space-between_1b4nx"};
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_1fcfd {
11
+ .side-panel__sticky_1db4i {
12
12
  bottom: var(--gap-0);
13
13
  }
14
- .side-panel__size-500_1fcfd {
14
+ .side-panel__size-500_1db4i {
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_1fcfd","size-500":"side-panel__size-500_1fcfd"};
3
+ const styles = {"sticky":"side-panel__sticky_1db4i","size-500":"side-panel__size-500_1db4i"};
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_j8bkb {
10
+ .side-panel__footer_kji3a {
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_j8bkb {
17
+ .side-panel__sticky_kji3a {
18
18
  background: var(--side-panel-footer-background);
19
19
  position: sticky;
20
20
  z-index: 1;
21
21
  }
22
- .side-panel__highlighted_j8bkb {
22
+ .side-panel__highlighted_kji3a {
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_j8bkb","sticky":"side-panel__sticky_j8bkb","highlighted":"side-panel__highlighted_j8bkb"};
3
+ const styles = {"footer":"side-panel__footer_kji3a","sticky":"side-panel__sticky_kji3a","highlighted":"side-panel__highlighted_kji3a"};
4
4
 
5
5
  export { styles as default };
6
6
  //# 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_9xar9 {
12
+ .side-panel__column_72oib {
13
13
  display: flex;
14
14
  flex-direction: column;
15
15
  }
16
- .side-panel__column_9xar9 > *:not(:last-child):not(:only-child) {
16
+ .side-panel__column_72oib > *:not(:last-child):not(:only-child) {
17
17
  margin-bottom: var(--side-panel-footer-default-gap);
18
18
  }
19
- .side-panel__column_9xar9.side-panel__gap-16_9xar9 > *:not(:last-child):not(:only-child) {
19
+ .side-panel__column_72oib.side-panel__gap-16_72oib > *:not(:last-child):not(:only-child) {
20
20
  margin-bottom: var(--gap-16);
21
21
  }
22
- .side-panel__column_9xar9.side-panel__gap-24_9xar9 > *:not(:last-child):not(:only-child) {
22
+ .side-panel__column_72oib.side-panel__gap-24_72oib > *:not(:last-child):not(:only-child) {
23
23
  margin-bottom: var(--gap-24);
24
24
  }
25
- .side-panel__column_9xar9.side-panel__gap-32_9xar9 > *:not(:last-child):not(:only-child) {
25
+ .side-panel__column_72oib.side-panel__gap-32_72oib > *:not(:last-child):not(:only-child) {
26
26
  margin-bottom: var(--gap-32);
27
27
  }
28
- .side-panel__start_9xar9 {
28
+ .side-panel__start_72oib {
29
29
  justify-content: flex-start;
30
30
  }
31
- .side-panel__center_9xar9 {
31
+ .side-panel__center_72oib {
32
32
  justify-content: center;
33
33
  }
34
- .side-panel__space-between_9xar9 {
34
+ .side-panel__space-between_72oib {
35
35
  justify-content: space-between;
36
36
  }
37
- .side-panel__space-between_9xar9 > * {
37
+ .side-panel__space-between_72oib > * {
38
38
  flex: 1;
39
39
  }
40
- .side-panel__start_9xar9,
41
- .side-panel__center_9xar9,
42
- .side-panel__space-between_9xar9 {
40
+ .side-panel__start_72oib,
41
+ .side-panel__center_72oib,
42
+ .side-panel__space-between_72oib {
43
43
  display: flex;
44
44
  }
45
- .side-panel__start_9xar9 > *:not(:last-child):not(:only-child), .side-panel__center_9xar9 > *:not(:last-child):not(:only-child), .side-panel__space-between_9xar9 > *:not(:last-child):not(:only-child) {
45
+ .side-panel__start_72oib > *:not(:last-child):not(:only-child), .side-panel__center_72oib > *:not(:last-child):not(:only-child), .side-panel__space-between_72oib > *:not(:last-child):not(:only-child) {
46
46
  margin-right: var(--side-panel-footer-default-gap);
47
47
  }
48
- .side-panel__start_9xar9.side-panel__gap-16_9xar9 > *:not(:last-child):not(:only-child), .side-panel__center_9xar9.side-panel__gap-16_9xar9 > *:not(:last-child):not(:only-child), .side-panel__space-between_9xar9.side-panel__gap-16_9xar9 > *:not(:last-child):not(:only-child) {
48
+ .side-panel__start_72oib.side-panel__gap-16_72oib > *:not(:last-child):not(:only-child), .side-panel__center_72oib.side-panel__gap-16_72oib > *:not(:last-child):not(:only-child), .side-panel__space-between_72oib.side-panel__gap-16_72oib > *:not(:last-child):not(:only-child) {
49
49
  margin-right: var(--gap-16);
50
50
  }
51
- .side-panel__start_9xar9.side-panel__gap-24_9xar9 > *:not(:last-child):not(:only-child), .side-panel__center_9xar9.side-panel__gap-24_9xar9 > *:not(:last-child):not(:only-child), .side-panel__space-between_9xar9.side-panel__gap-24_9xar9 > *:not(:last-child):not(:only-child) {
51
+ .side-panel__start_72oib.side-panel__gap-24_72oib > *:not(:last-child):not(:only-child), .side-panel__center_72oib.side-panel__gap-24_72oib > *:not(:last-child):not(:only-child), .side-panel__space-between_72oib.side-panel__gap-24_72oib > *:not(:last-child):not(:only-child) {
52
52
  margin-right: var(--gap-24);
53
53
  }
54
- .side-panel__start_9xar9.side-panel__gap-32_9xar9 > *:not(:last-child):not(:only-child), .side-panel__center_9xar9.side-panel__gap-32_9xar9 > *:not(:last-child):not(:only-child), .side-panel__space-between_9xar9.side-panel__gap-32_9xar9 > *:not(:last-child):not(:only-child) {
54
+ .side-panel__start_72oib.side-panel__gap-32_72oib > *:not(:last-child):not(:only-child), .side-panel__center_72oib.side-panel__gap-32_72oib > *:not(:last-child):not(:only-child), .side-panel__space-between_72oib.side-panel__gap-32_72oib > *: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
- const layoutStyles = {"column":"side-panel__column_9xar9","gap-16":"side-panel__gap-16_9xar9","gap-24":"side-panel__gap-24_9xar9","gap-32":"side-panel__gap-32_9xar9","start":"side-panel__start_9xar9","center":"side-panel__center_9xar9","space-between":"side-panel__space-between_9xar9"};
3
+ const layoutStyles = {"column":"side-panel__column_72oib","gap-16":"side-panel__gap-16_72oib","gap-24":"side-panel__gap-24_72oib","gap-32":"side-panel__gap-32_72oib","start":"side-panel__start_72oib","center":"side-panel__center_72oib","space-between":"side-panel__space-between_72oib"};
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-20: var(--gap-l);
8
8
  }
9
- .side-panel__footer_uk3z7 {
9
+ .side-panel__footer_1q1li {
10
10
  padding: var(--gap-20);
11
11
  }
12
12
  @media (display-mode: standalone) {
13
- .side-panel__footer_uk3z7 {
13
+ .side-panel__footer_1q1li {
14
14
  padding-bottom: calc(var(--sab) + var(--gap-20));
15
15
  }
16
16
  }
17
- .side-panel__sticky_uk3z7 {
17
+ .side-panel__sticky_1q1li {
18
18
  bottom: var(--gap-0);
19
19
  }
@@ -1,6 +1,6 @@
1
1
  import './mobile.css';
2
2
 
3
- const styles = {"footer":"side-panel__footer_uk3z7","sticky":"side-panel__sticky_uk3z7"};
3
+ const styles = {"footer":"side-panel__footer_1q1li","sticky":"side-panel__sticky_1q1li"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=mobile.module.css.js.map
@@ -7,25 +7,23 @@
7
7
  --gap-16: var(--gap-m);
8
8
  }
9
9
  :root {
10
- --font-family-alfasans:
11
- 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
12
- Helvetica, sans-serif;
10
+ --font-family-system:
11
+ system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
13
12
  }
14
13
  :root {
15
14
  --side-panel-s-header-paddings: 28px 28px var(--gap-0);
16
15
  --side-panel-s-header-desktop-content-paddings: var(--gap-6) var(--gap-12) var(--gap-16);
17
16
  }
18
- .side-panel__size-500_m5tbi .side-panel__content_m5tbi {
17
+ .side-panel__size-500_vagga .side-panel__content_vagga {
19
18
  padding: var(--side-panel-s-header-desktop-content-paddings);
20
19
  font-size: 30px;
21
20
  line-height: 36px;
22
21
  font-weight: 700;
23
- letter-spacing: 0.1px;
24
- font-family: var(--font-family-alfasans);
22
+ font-family: var(--font-family-system);
25
23
  }
26
- .side-panel__size-500_m5tbi {
24
+ .side-panel__size-500_vagga {
27
25
  padding: var(--side-panel-s-header-paddings);
28
26
  }
29
- .side-panel__sticky_m5tbi {
27
+ .side-panel__sticky_vagga {
30
28
  top: var(--gap-0);
31
29
  }
@@ -1,6 +1,6 @@
1
1
  import './desktop.css';
2
2
 
3
- const desktopStyles = {"size-500":"side-panel__size-500_m5tbi","content":"side-panel__content_m5tbi","sticky":"side-panel__sticky_m5tbi"};
3
+ const desktopStyles = {"size-500":"side-panel__size-500_vagga","content":"side-panel__content_vagga","sticky":"side-panel__sticky_vagga"};
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_1r8gn {
10
+ .side-panel__header_jhfuq {
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_1r8gn:not(.side-panel__hasContent_1r8gn) {
17
+ .side-panel__header_jhfuq:not(.side-panel__hasContent_jhfuq) {
18
18
  pointer-events: none;
19
19
  }
20
- .side-panel__highlighted_1r8gn {
20
+ .side-panel__highlighted_jhfuq {
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_1r8gn {
24
+ .side-panel__sticky_jhfuq {
25
25
  position: sticky;
26
26
  z-index: 1;
27
27
  }
28
- .side-panel__sticky_1r8gn.side-panel__hasContent_1r8gn {
28
+ .side-panel__sticky_jhfuq.side-panel__hasContent_jhfuq {
29
29
  background: var(--side-panel-header-background);
30
30
  }
31
- .side-panel__header_1r8gn.side-panel__backgroundImage_1r8gn {
31
+ .side-panel__header_jhfuq.side-panel__backgroundImage_jhfuq {
32
32
  background: center no-repeat;
33
33
  background-size: cover;
34
34
  }
35
- .side-panel__content_1r8gn {
35
+ .side-panel__content_jhfuq {
36
36
  flex-grow: 1;
37
37
  }
38
- .side-panel__title_1r8gn {
38
+ .side-panel__title_jhfuq {
39
39
  word-break: break-word;
40
40
  }
41
- .side-panel__addon_1r8gn {
41
+ .side-panel__addon_jhfuq {
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_1r8gn {
49
+ .side-panel__closer_jhfuq {
50
50
  margin-left: auto;
51
51
  }
52
- .side-panel__right_1r8gn {
52
+ .side-panel__right_jhfuq {
53
53
  justify-content: flex-end;
54
54
  text-align: right;
55
55
  }
56
- .side-panel__trim_1r8gn {
56
+ .side-panel__trim_jhfuq {
57
57
  overflow: hidden;
58
58
  }
59
- .side-panel__trim_1r8gn .side-panel__title_1r8gn {
59
+ .side-panel__trim_jhfuq .side-panel__title_jhfuq {
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
- const styles = {"header":"side-panel__header_1r8gn","hasContent":"side-panel__hasContent_1r8gn","highlighted":"side-panel__highlighted_1r8gn","sticky":"side-panel__sticky_1r8gn"};
3
+ const styles = {"header":"side-panel__header_jhfuq","hasContent":"side-panel__hasContent_jhfuq","highlighted":"side-panel__highlighted_jhfuq","sticky":"side-panel__sticky_jhfuq"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -12,9 +12,8 @@
12
12
  --gap-12: var(--gap-s);
13
13
  }
14
14
  :root {
15
- --font-family-alfasans:
16
- 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
17
- Helvetica, sans-serif;
15
+ --font-family-system:
16
+ system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
18
17
  }
19
18
  :root {
20
19
  --side-panel-header-mobile-content-paddings: var(--gap-10) var(--gap-8);
@@ -22,27 +21,25 @@
22
21
  --side-panel-header-mobile-paddings: var(--side-panel-header-mobile-top-padding) var(--gap-12)
23
22
  var(--gap-4) var(--gap-12);
24
23
  }
25
- .side-panel__header_jg4fp {
24
+ .side-panel__header_116og {
26
25
  padding: var(--side-panel-header-mobile-paddings);
27
26
  }
28
27
  @media (display-mode: standalone) {
29
- .side-panel__header_jg4fp {
28
+ .side-panel__header_116og {
30
29
  padding-top: calc(var(--sat) + var(--side-panel-header-mobile-top-padding));
31
30
  }
32
31
  }
33
- .side-panel__sticky_jg4fp {
32
+ .side-panel__sticky_116og {
34
33
  top: var(--gap-0);
35
34
  }
36
- .side-panel__content_jg4fp {
35
+ .side-panel__content_116og {
37
36
  padding: var(--side-panel-header-mobile-content-paddings);
38
37
 
39
38
  font-size: 20px;
40
39
 
41
40
  line-height: 28px;
42
41
 
43
- font-weight: 500;
42
+ font-weight: 600;
44
43
 
45
- letter-spacing: -0.15px;
46
-
47
- font-family: var(--font-family-alfasans);
44
+ font-family: var(--font-family-system);
48
45
  }
@@ -1,6 +1,6 @@
1
1
  import './mobile.css';
2
2
 
3
- const mobileStyles = {"header":"side-panel__header_jg4fp","sticky":"side-panel__sticky_jg4fp","content":"side-panel__content_jg4fp"};
3
+ const mobileStyles = {"header":"side-panel__header_116og","sticky":"side-panel__sticky_116og","content":"side-panel__content_116og"};
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_pegvg.side-panel__size-500_pegvg {
4
+ .side-panel__size-500_17tg4.side-panel__size-500_17tg4 {
5
5
  width: var(--side-panel-s-width);
6
6
  }
7
- .side-panel__hidden_pegvg {
7
+ .side-panel__hidden_17tg4 {
8
8
  overflow-x: hidden;
9
9
  }
@@ -1,6 +1,6 @@
1
1
  import './desktop.css';
2
2
 
3
- const styles = {"size-500":"side-panel__size-500_pegvg","hidden":"side-panel__hidden_pegvg"};
3
+ const styles = {"size-500":"side-panel__size-500_17tg4","hidden":"side-panel__hidden_17tg4"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=desktop.module.css.js.map
@@ -1,14 +1,14 @@
1
- .side-panel__enterRight_wg3xn {
1
+ .side-panel__enterRight_eel4z {
2
2
  opacity: 0;
3
3
  transform: translateX(15px);
4
4
  }
5
5
 
6
- .side-panel__enterLeft_wg3xn {
6
+ .side-panel__enterLeft_eel4z {
7
7
  opacity: 0;
8
8
  transform: translateX(-15px);
9
9
  }
10
10
 
11
- .side-panel__enterActive_wg3xn {
11
+ .side-panel__enterActive_eel4z {
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_wg3xn {
19
+ .side-panel__exit_eel4z {
20
20
  opacity: 1;
21
21
  transform: translateX(0);
22
22
  }
23
23
 
24
- .side-panel__exitActiveRight_wg3xn {
24
+ .side-panel__exitActiveRight_eel4z {
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_wg3xn {
32
+ .side-panel__exitActiveLeft_eel4z {
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
- const transitions = {"enterActive":"side-panel__enterActive_wg3xn","exit":"side-panel__exit_wg3xn","exitActiveRight":"side-panel__exitActiveRight_wg3xn","exitActiveLeft":"side-panel__exitActiveLeft_wg3xn"};
3
+ const transitions = {"enterActive":"side-panel__enterActive_eel4z","exit":"side-panel__exit_eel4z","exitActiveRight":"side-panel__exitActiveRight_eel4z","exitActiveLeft":"side-panel__exitActiveLeft_eel4z"};
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_17ioo {
8
+ .side-panel__component_1oqac {
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_17ioo.side-panel__component_17ioo {
16
+ .side-panel__component_1oqac.side-panel__component_1oqac {
17
17
  position: fixed;
18
18
  flex: 1;
19
19
  }
20
20
  @media (display-mode: standalone) {
21
- .side-panel__content_17ioo {
21
+ .side-panel__content_1oqac {
22
22
  padding-top: var(--sat);
23
23
  padding-bottom: var(--sab);
24
24
  }
25
25
  }
26
- .side-panel__mobileContent_17ioo {
26
+ .side-panel__mobileContent_1oqac {
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
- const styles = {"component":"side-panel__component_17ioo","content":"side-panel__content_17ioo","mobileContent":"side-panel__mobileContent_17ioo"};
3
+ const styles = {"component":"side-panel__component_1oqac","content":"side-panel__content_1oqac","mobileContent":"side-panel__mobileContent_1oqac"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=mobile.module.css.js.map
@@ -1,11 +1,11 @@
1
- .side-panel__appear_lxtk3,
2
- .side-panel__enter_lxtk3 {
1
+ .side-panel__appear_1pbo3,
2
+ .side-panel__enter_1pbo3 {
3
3
  opacity: 0;
4
4
  transform: translateY(15px);
5
5
  }
6
6
 
7
- .side-panel__appearActive_lxtk3,
8
- .side-panel__enterActive_lxtk3 {
7
+ .side-panel__appearActive_1pbo3,
8
+ .side-panel__enterActive_1pbo3 {
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_lxtk3 {
16
+ .side-panel__exit_1pbo3 {
17
17
  opacity: 1;
18
18
  transform: translateY(0);
19
19
  }
20
20
 
21
- .side-panel__exitActive_lxtk3,
22
- .side-panel__exitDone_lxtk3 {
21
+ .side-panel__exitActive_1pbo3,
22
+ .side-panel__exitDone_1pbo3 {
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
- const transitions = {"appear":"side-panel__appear_lxtk3","enter":"side-panel__enter_lxtk3","appearActive":"side-panel__appearActive_lxtk3","enterActive":"side-panel__enterActive_lxtk3","exit":"side-panel__exit_lxtk3","exitActive":"side-panel__exitActive_lxtk3","exitDone":"side-panel__exitDone_lxtk3"};
3
+ const transitions = {"appear":"side-panel__appear_1pbo3","enter":"side-panel__enter_1pbo3","appearActive":"side-panel__appearActive_1pbo3","enterActive":"side-panel__enterActive_1pbo3","exit":"side-panel__exit_1pbo3","exitActive":"side-panel__exitActive_1pbo3","exitDone":"side-panel__exitDone_1pbo3"};
4
4
 
5
5
  export { transitions as default };
6
6
  //# sourceMappingURL=transitions.mobile.module.css.js.map
@@ -10,8 +10,7 @@
10
10
  font-size: 30px;
11
11
  line-height: 36px;
12
12
  font-weight: 700;
13
- letter-spacing: 0.1px;
14
- font-family: var(--font-family-alfasans);
13
+ font-family: var(--font-family-system);
15
14
  }
16
15
 
17
16
  .size-500 {
@@ -25,9 +25,7 @@
25
25
 
26
26
  line-height: 28px;
27
27
 
28
- font-weight: 500;
28
+ font-weight: 600;
29
29
 
30
- letter-spacing: -0.15px;
31
-
32
- font-family: var(--font-family-alfasans);
30
+ font-family: var(--font-family-system);
33
31
  }