@alfalab/core-components-side-panel 3.0.1 → 3.0.2

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 (74) hide show
  1. package/Component.desktop.js +2 -2
  2. package/Component.mobile.js +2 -2
  3. package/Component.responsive.js +1 -0
  4. package/components/content/Component.desktop.js +1 -1
  5. package/components/content/Component.js +1 -1
  6. package/components/content/Component.mobile.js +1 -1
  7. package/components/content/desktop.css +3 -3
  8. package/components/content/index.css +4 -4
  9. package/components/content/mobile.css +3 -3
  10. package/components/footer/Component.desktop.js +1 -1
  11. package/components/footer/Component.js +2 -2
  12. package/components/footer/Component.mobile.js +1 -1
  13. package/components/footer/desktop.css +3 -3
  14. package/components/footer/index.css +4 -4
  15. package/components/footer/layout.css +25 -25
  16. package/components/footer/mobile.css +3 -3
  17. package/components/header/Component.js +3 -3
  18. package/components/header/desktop.css +5 -5
  19. package/components/header/index.css +14 -14
  20. package/components/header/mobile.css +4 -4
  21. package/cssm/Component.responsive.js +1 -0
  22. package/desktop.css +3 -3
  23. package/esm/Component.desktop.js +2 -2
  24. package/esm/Component.mobile.js +2 -2
  25. package/esm/Component.responsive.js +1 -0
  26. package/esm/components/content/Component.desktop.js +1 -1
  27. package/esm/components/content/Component.js +1 -1
  28. package/esm/components/content/Component.mobile.js +1 -1
  29. package/esm/components/content/desktop.css +3 -3
  30. package/esm/components/content/index.css +4 -4
  31. package/esm/components/content/mobile.css +3 -3
  32. package/esm/components/footer/Component.desktop.js +1 -1
  33. package/esm/components/footer/Component.js +2 -2
  34. package/esm/components/footer/Component.mobile.js +1 -1
  35. package/esm/components/footer/desktop.css +3 -3
  36. package/esm/components/footer/index.css +4 -4
  37. package/esm/components/footer/layout.css +25 -25
  38. package/esm/components/footer/mobile.css +3 -3
  39. package/esm/components/header/Component.js +3 -3
  40. package/esm/components/header/desktop.css +5 -5
  41. package/esm/components/header/index.css +14 -14
  42. package/esm/components/header/mobile.css +4 -4
  43. package/esm/desktop.css +3 -3
  44. package/esm/mobile.css +3 -3
  45. package/esm/transitions.desktop.css +7 -7
  46. package/esm/transitions.mobile.css +8 -8
  47. package/mobile.css +3 -3
  48. package/modern/Component.desktop.js +2 -2
  49. package/modern/Component.mobile.js +2 -2
  50. package/modern/Component.responsive.js +1 -0
  51. package/modern/components/content/Component.desktop.js +1 -1
  52. package/modern/components/content/Component.js +1 -1
  53. package/modern/components/content/Component.mobile.js +1 -1
  54. package/modern/components/content/desktop.css +3 -3
  55. package/modern/components/content/index.css +4 -4
  56. package/modern/components/content/mobile.css +3 -3
  57. package/modern/components/footer/Component.desktop.js +1 -1
  58. package/modern/components/footer/Component.js +2 -2
  59. package/modern/components/footer/Component.mobile.js +1 -1
  60. package/modern/components/footer/desktop.css +3 -3
  61. package/modern/components/footer/index.css +4 -4
  62. package/modern/components/footer/layout.css +25 -25
  63. package/modern/components/footer/mobile.css +3 -3
  64. package/modern/components/header/Component.js +3 -3
  65. package/modern/components/header/desktop.css +5 -5
  66. package/modern/components/header/index.css +14 -14
  67. package/modern/components/header/mobile.css +4 -4
  68. package/modern/desktop.css +3 -3
  69. package/modern/mobile.css +3 -3
  70. package/modern/transitions.desktop.css +7 -7
  71. package/modern/transitions.mobile.css +8 -8
  72. package/package.json +2 -2
  73. package/transitions.desktop.css +7 -7
  74. package/transitions.mobile.css +8 -8
@@ -1,4 +1,4 @@
1
- /* hash: u64nt */
1
+ /* hash: 1r07v */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  } :root {
@@ -30,8 +30,8 @@
30
30
  /* mobile */
31
31
 
32
32
  /* paddings */
33
- } .side-panel__sticky_z9x63 {
33
+ } .side-panel__sticky_ck7o3 {
34
34
  bottom: 0;
35
- } .side-panel__s_z9x63 {
35
+ } .side-panel__s_ck7o3 {
36
36
  padding: var(--side-panel-s-footer-paddings);
37
37
  }
@@ -1,4 +1,4 @@
1
- /* hash: 8f8vm */
1
+ /* hash: 159c3 */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-primary: #fff;
@@ -32,15 +32,15 @@
32
32
  /* mobile */
33
33
 
34
34
  /* paddings */
35
- } .side-panel__footer_i2io7 {
35
+ } .side-panel__footer_1udx8 {
36
36
  width: 100%;
37
37
  box-sizing: border-box;
38
38
  transition: box-shadow 0.2s ease, background 0.2s ease;
39
- } .side-panel__sticky_i2io7 {
39
+ } .side-panel__sticky_1udx8 {
40
40
  background: var(--side-panel-footer-background);
41
41
  position: sticky;
42
42
  z-index: 1;
43
- } .side-panel__highlighted_i2io7 {
43
+ } .side-panel__highlighted_1udx8 {
44
44
  background: var(--side-panel-footer-highlight-background);
45
45
  box-shadow: var(--side-panel-footer-highlight-box-shadow);
46
46
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1tvh3 */
1
+ /* hash: rog8p */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  } :root {
@@ -31,45 +31,45 @@
31
31
  /* mobile */
32
32
 
33
33
  /* paddings */
34
- } .side-panel__column_i6hnr {
34
+ } .side-panel__column_1uhw7 {
35
35
  display: flex;
36
36
  flex-direction: column
37
- } .side-panel__column_i6hnr > * {
37
+ } .side-panel__column_1uhw7 > * {
38
38
  margin-bottom: var(--side-panel-footer-default-gap);
39
- } .side-panel__column_i6hnr > *:last-child,
40
- .side-panel__column_i6hnr > *:only-child {
39
+ } .side-panel__column_1uhw7 > *:last-child,
40
+ .side-panel__column_1uhw7 > *:only-child {
41
41
  margin-bottom: 0;
42
- } .side-panel__column_i6hnr.side-panel__gap-16_i6hnr > * {
42
+ } .side-panel__column_1uhw7.side-panel__gap-16_1uhw7 > * {
43
43
  margin-bottom: var(--gap-m);
44
- } .side-panel__column_i6hnr.side-panel__gap-24_i6hnr > * {
44
+ } .side-panel__column_1uhw7.side-panel__gap-24_1uhw7 > * {
45
45
  margin-bottom: var(--gap-xl);
46
- } .side-panel__column_i6hnr.side-panel__gap-32_i6hnr > * {
46
+ } .side-panel__column_1uhw7.side-panel__gap-32_1uhw7 > * {
47
47
  margin-bottom: var(--gap-2xl);
48
- } .side-panel__start_i6hnr {
48
+ } .side-panel__start_1uhw7 {
49
49
  justify-content: flex-start;
50
- } .side-panel__center_i6hnr {
50
+ } .side-panel__center_1uhw7 {
51
51
  justify-content: center;
52
- } .side-panel__space-between_i6hnr {
52
+ } .side-panel__space-between_1uhw7 {
53
53
  justify-content: space-between
54
- } .side-panel__space-between_i6hnr > * {
54
+ } .side-panel__space-between_1uhw7 > * {
55
55
  flex: 1;
56
- } .side-panel__start_i6hnr,
57
- .side-panel__center_i6hnr,
58
- .side-panel__space-between_i6hnr {
56
+ } .side-panel__start_1uhw7,
57
+ .side-panel__center_1uhw7,
58
+ .side-panel__space-between_1uhw7 {
59
59
  display: flex
60
- } .side-panel__start_i6hnr > *, .side-panel__center_i6hnr > *, .side-panel__space-between_i6hnr > * {
60
+ } .side-panel__start_1uhw7 > *, .side-panel__center_1uhw7 > *, .side-panel__space-between_1uhw7 > * {
61
61
  margin-right: var(--side-panel-footer-default-gap);
62
- } .side-panel__start_i6hnr > *:last-child,
63
- .side-panel__start_i6hnr > *:only-child,
64
- .side-panel__center_i6hnr > *:last-child,
65
- .side-panel__center_i6hnr > *:only-child,
66
- .side-panel__space-between_i6hnr > *:last-child,
67
- .side-panel__space-between_i6hnr > *:only-child {
62
+ } .side-panel__start_1uhw7 > *:last-child,
63
+ .side-panel__start_1uhw7 > *:only-child,
64
+ .side-panel__center_1uhw7 > *:last-child,
65
+ .side-panel__center_1uhw7 > *:only-child,
66
+ .side-panel__space-between_1uhw7 > *:last-child,
67
+ .side-panel__space-between_1uhw7 > *:only-child {
68
68
  margin-right: 0;
69
- } .side-panel__start_i6hnr.side-panel__gap-16_i6hnr > *, .side-panel__center_i6hnr.side-panel__gap-16_i6hnr > *, .side-panel__space-between_i6hnr.side-panel__gap-16_i6hnr > * {
69
+ } .side-panel__start_1uhw7.side-panel__gap-16_1uhw7 > *, .side-panel__center_1uhw7.side-panel__gap-16_1uhw7 > *, .side-panel__space-between_1uhw7.side-panel__gap-16_1uhw7 > * {
70
70
  margin-right: var(--gap-m);
71
- } .side-panel__start_i6hnr.side-panel__gap-24_i6hnr > *, .side-panel__center_i6hnr.side-panel__gap-24_i6hnr > *, .side-panel__space-between_i6hnr.side-panel__gap-24_i6hnr > * {
71
+ } .side-panel__start_1uhw7.side-panel__gap-24_1uhw7 > *, .side-panel__center_1uhw7.side-panel__gap-24_1uhw7 > *, .side-panel__space-between_1uhw7.side-panel__gap-24_1uhw7 > * {
72
72
  margin-right: var(--gap-xl);
73
- } .side-panel__start_i6hnr.side-panel__gap-32_i6hnr > *, .side-panel__center_i6hnr.side-panel__gap-32_i6hnr > *, .side-panel__space-between_i6hnr.side-panel__gap-32_i6hnr > * {
73
+ } .side-panel__start_1uhw7.side-panel__gap-32_1uhw7 > *, .side-panel__center_1uhw7.side-panel__gap-32_1uhw7 > *, .side-panel__space-between_1uhw7.side-panel__gap-32_1uhw7 > * {
74
74
  margin-right: var(--gap-2xl);
75
75
  }
@@ -1,4 +1,4 @@
1
- /* hash: soqkf */
1
+ /* hash: ug6ut */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  } :root {
@@ -28,8 +28,8 @@
28
28
  /* mobile */
29
29
 
30
30
  /* paddings */
31
- } .side-panel__footer_1bmdf {
31
+ } .side-panel__footer_1059x {
32
32
  padding: var(--gap-m);
33
- } .side-panel__sticky_1bmdf {
33
+ } .side-panel__sticky_1059x {
34
34
  bottom: 0;
35
35
  }
@@ -6,13 +6,13 @@ import { ModalContext } from '../../Context.js';
6
6
  import { ResponsiveContext } from '../../ResponsiveContext.js';
7
7
  import '@alfalab/core-components-base-modal/esm';
8
8
 
9
- var desktopStyles = {"content":"side-panel__content_pz5gl","s":"side-panel__s_pz5gl","sticky":"side-panel__sticky_pz5gl"};
9
+ var desktopStyles = {"content":"side-panel__content_39fyl","s":"side-panel__s_39fyl","sticky":"side-panel__sticky_39fyl"};
10
10
  require('./desktop.css')
11
11
 
12
- var styles = {"header":"side-panel__header_1ahfu","hasContent":"side-panel__hasContent_1ahfu","highlighted":"side-panel__highlighted_1ahfu","sticky":"side-panel__sticky_1ahfu","backgroundImage":"side-panel__backgroundImage_1ahfu","content":"side-panel__content_1ahfu","title":"side-panel__title_1ahfu","addon":"side-panel__addon_1ahfu","closer":"side-panel__closer_1ahfu","right":"side-panel__right_1ahfu","trim":"side-panel__trim_1ahfu"};
12
+ var styles = {"header":"side-panel__header_nrqcx","hasContent":"side-panel__hasContent_nrqcx","highlighted":"side-panel__highlighted_nrqcx","sticky":"side-panel__sticky_nrqcx","backgroundImage":"side-panel__backgroundImage_nrqcx","content":"side-panel__content_nrqcx","title":"side-panel__title_nrqcx","addon":"side-panel__addon_nrqcx","closer":"side-panel__closer_nrqcx","right":"side-panel__right_nrqcx","trim":"side-panel__trim_nrqcx"};
13
13
  require('./index.css')
14
14
 
15
- var mobileStyles = {"header":"side-panel__header_1s2xj","sticky":"side-panel__sticky_1s2xj","content":"side-panel__content_1s2xj"};
15
+ var mobileStyles = {"header":"side-panel__header_hpcuo","sticky":"side-panel__sticky_hpcuo","content":"side-panel__content_hpcuo"};
16
16
  require('./mobile.css')
17
17
 
18
18
  var Header = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: u1hj4 */
1
+ /* hash: 157aa */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  } :root {
@@ -36,15 +36,15 @@
36
36
  /* mobile */
37
37
 
38
38
  /* paddings */
39
- } .side-panel__content_pz5gl {
39
+ } .side-panel__content_39fyl {
40
40
  font-weight: var(--side-panel-header-desktop-font-weight);
41
41
  font-family: var(--side-panel-header-desktop-font-family);
42
- } .side-panel__s_pz5gl .side-panel__content_pz5gl {
42
+ } .side-panel__s_39fyl .side-panel__content_39fyl {
43
43
  padding: var(--side-panel-s-header-desktop-content-paddings);
44
44
  font-size: var(--side-panel-s-header-desktop-font-size);
45
45
  line-height: var(--side-panel-s-header-desktop-line-height);
46
- } .side-panel__s_pz5gl {
46
+ } .side-panel__s_39fyl {
47
47
  padding: var(--side-panel-s-header-paddings);
48
- } .side-panel__sticky_pz5gl {
48
+ } .side-panel__sticky_39fyl {
49
49
  top: 0;
50
50
  }
@@ -1,4 +1,4 @@
1
- /* hash: kxsry */
1
+ /* hash: w3ljt */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-primary: #fff;
@@ -32,42 +32,42 @@
32
32
  /* mobile */
33
33
 
34
34
  /* paddings */
35
- } .side-panel__header_1ahfu {
35
+ } .side-panel__header_nrqcx {
36
36
  width: 100%;
37
37
  box-sizing: border-box;
38
38
  transition: box-shadow 0.2s ease, background 0.2s ease
39
- } .side-panel__header_1ahfu:not(.side-panel__hasContent_1ahfu) {
39
+ } .side-panel__header_nrqcx:not(.side-panel__hasContent_nrqcx) {
40
40
  pointer-events: none;
41
- } .side-panel__highlighted_1ahfu {
41
+ } .side-panel__highlighted_nrqcx {
42
42
  background: var(--side-panel-header-highlight-background);
43
43
  box-shadow: var(--side-panel-header-highlight-box-shadow);
44
- } .side-panel__sticky_1ahfu {
44
+ } .side-panel__sticky_nrqcx {
45
45
  position: sticky;
46
46
  z-index: 1
47
- } .side-panel__sticky_1ahfu.side-panel__hasContent_1ahfu {
47
+ } .side-panel__sticky_nrqcx.side-panel__hasContent_nrqcx {
48
48
  background: var(--side-panel-header-background);
49
- } .side-panel__header_1ahfu.side-panel__backgroundImage_1ahfu {
49
+ } .side-panel__header_nrqcx.side-panel__backgroundImage_nrqcx {
50
50
  background: center no-repeat;
51
51
  background-size: cover;
52
- } .side-panel__content_1ahfu {
52
+ } .side-panel__content_nrqcx {
53
53
  flex-grow: 1;
54
- } .side-panel__title_1ahfu {
54
+ } .side-panel__title_nrqcx {
55
55
  word-break: break-word;
56
- } .side-panel__addon_1ahfu {
56
+ } .side-panel__addon_nrqcx {
57
57
  min-width: 48px;
58
58
  height: 48px;
59
59
  display: flex;
60
60
  justify-content: center;
61
61
  align-items: center;
62
62
  pointer-events: all;
63
- } .side-panel__closer_1ahfu {
63
+ } .side-panel__closer_nrqcx {
64
64
  margin-left: auto;
65
- } .side-panel__right_1ahfu {
65
+ } .side-panel__right_nrqcx {
66
66
  justify-content: flex-end;
67
67
  text-align: right;
68
- } .side-panel__trim_1ahfu {
68
+ } .side-panel__trim_nrqcx {
69
69
  overflow: hidden
70
- } .side-panel__trim_1ahfu .side-panel__title_1ahfu {
70
+ } .side-panel__trim_nrqcx .side-panel__title_nrqcx {
71
71
  overflow: hidden;
72
72
  white-space: nowrap;
73
73
  text-overflow: ellipsis;
@@ -1,4 +1,4 @@
1
- /* hash: 6x5tg */
1
+ /* hash: 8om3u */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  } :root {
@@ -38,11 +38,11 @@
38
38
 
39
39
  /* paddings */
40
40
  --side-panel-header-mobile-paddings: var(--gap-2xs) var(--gap-xs);
41
- } .side-panel__header_1s2xj {
41
+ } .side-panel__header_hpcuo {
42
42
  padding: var(--side-panel-header-mobile-paddings);
43
- } .side-panel__sticky_1s2xj {
43
+ } .side-panel__sticky_hpcuo {
44
44
  top: 0;
45
- } .side-panel__content_1s2xj {
45
+ } .side-panel__content_hpcuo {
46
46
  font-size: var(--side-panel-header-mobile-font-size);
47
47
  line-height: var(--side-panel-header-mobile-line-height);
48
48
  font-family: var(--side-panel-header-mobile-font-family);
package/esm/desktop.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 16plw */
1
+ /* hash: 14y5m */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  } :root {
@@ -28,8 +28,8 @@
28
28
  /* mobile */
29
29
 
30
30
  /* paddings */
31
- } .side-panel__s_2siji {
31
+ } .side-panel__s_1d637 {
32
32
  width: var(--side-panel-s-width);
33
- } .side-panel__hidden_2siji {
33
+ } .side-panel__hidden_1d637 {
34
34
  overflow-x: hidden;
35
35
  }
package/esm/mobile.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1vf8c */
1
+ /* hash: 1ebka */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  } :root {
@@ -27,7 +27,7 @@
27
27
  /* mobile */
28
28
 
29
29
  /* paddings */
30
- } .side-panel__component_3v3ti {
30
+ } .side-panel__component_1l1cm {
31
31
  position: fixed;
32
32
  top: 0;
33
33
  flex: 1;
@@ -35,7 +35,7 @@
35
35
  width: 100%;
36
36
  overflow-x: hidden;
37
37
  overflow-y: auto;
38
- } .side-panel__mobileContent_3v3ti {
38
+ } .side-panel__mobileContent_1l1cm {
39
39
  display: flex;
40
40
  flex-direction: column;
41
41
  width: 100%;
@@ -1,32 +1,32 @@
1
- /* hash: 17l3z */
2
- .side-panel__enterRight_1gibx {
1
+ /* hash: 1lk2v */
2
+ .side-panel__enterRight_1wfda {
3
3
  opacity: 0;
4
4
  transform: translateX(15px);
5
5
  }
6
6
 
7
- .side-panel__enterLeft_1gibx {
7
+ .side-panel__enterLeft_1wfda {
8
8
  opacity: 0;
9
9
  transform: translateX(-15px);
10
10
  }
11
11
 
12
- .side-panel__enterActive_1gibx {
12
+ .side-panel__enterActive_1wfda {
13
13
  opacity: 1;
14
14
  transform: translateX(0);
15
15
  transition: opacity 200ms ease-in, transform 200ms ease-in;
16
16
  }
17
17
 
18
- .side-panel__exit_1gibx {
18
+ .side-panel__exit_1wfda {
19
19
  opacity: 1;
20
20
  transform: translateX(0);
21
21
  }
22
22
 
23
- .side-panel__exitActiveRight_1gibx {
23
+ .side-panel__exitActiveRight_1wfda {
24
24
  opacity: 0;
25
25
  transition: opacity 200ms ease-out, transform 200ms ease-out;
26
26
  transform: translateX(15px);
27
27
  }
28
28
 
29
- .side-panel__exitActiveLeft_1gibx {
29
+ .side-panel__exitActiveLeft_1wfda {
30
30
  opacity: 0;
31
31
  transition: opacity 200ms ease-out, transform 200ms ease-out;
32
32
  transform: translateX(-15px);
@@ -1,24 +1,24 @@
1
- /* hash: 109xs */
2
- .side-panel__appear_110tv,
3
- .side-panel__enter_110tv {
1
+ /* hash: 3fuky */
2
+ .side-panel__appear_1nqjd,
3
+ .side-panel__enter_1nqjd {
4
4
  opacity: 0;
5
5
  transform: translateY(15px);
6
6
  }
7
7
 
8
- .side-panel__appearActive_110tv,
9
- .side-panel__enterActive_110tv {
8
+ .side-panel__appearActive_1nqjd,
9
+ .side-panel__enterActive_1nqjd {
10
10
  opacity: 1;
11
11
  transform: translateY(0);
12
12
  transition: opacity 200ms ease-in, transform 200ms ease-in;
13
13
  }
14
14
 
15
- .side-panel__exit_110tv {
15
+ .side-panel__exit_1nqjd {
16
16
  opacity: 1;
17
17
  transform: translateY(0);
18
18
  }
19
19
 
20
- .side-panel__exitActive_110tv,
21
- .side-panel__exitDone_110tv {
20
+ .side-panel__exitActive_1nqjd,
21
+ .side-panel__exitDone_1nqjd {
22
22
  opacity: 0;
23
23
  transform: translateY(15px);
24
24
  transition: opacity 200ms ease-out, transform 200ms ease-out;
package/mobile.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1vf8c */
1
+ /* hash: 1ebka */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  } :root {
@@ -27,7 +27,7 @@
27
27
  /* mobile */
28
28
 
29
29
  /* paddings */
30
- } .side-panel__component_3v3ti {
30
+ } .side-panel__component_1l1cm {
31
31
  position: fixed;
32
32
  top: 0;
33
33
  flex: 1;
@@ -35,7 +35,7 @@
35
35
  width: 100%;
36
36
  overflow-x: hidden;
37
37
  overflow-y: auto;
38
- } .side-panel__mobileContent_3v3ti {
38
+ } .side-panel__mobileContent_1l1cm {
39
39
  display: flex;
40
40
  flex-direction: column;
41
41
  width: 100%;
@@ -12,10 +12,10 @@ import '@alfalab/core-components-base-modal/modern';
12
12
  import './components/footer/Component.js';
13
13
  import '@alfalab/core-components-navigation-bar/modern';
14
14
 
15
- const styles = {"s":"side-panel__s_2siji","hidden":"side-panel__hidden_2siji"};
15
+ const styles = {"s":"side-panel__s_1d637","hidden":"side-panel__hidden_1d637"};
16
16
  require('./desktop.css')
17
17
 
18
- const transitions = {"enterRight":"side-panel__enterRight_1gibx","enterLeft":"side-panel__enterLeft_1gibx","enterActive":"side-panel__enterActive_1gibx","exit":"side-panel__exit_1gibx","exitActiveRight":"side-panel__exitActiveRight_1gibx","exitActiveLeft":"side-panel__exitActiveLeft_1gibx"};
18
+ const transitions = {"enterRight":"side-panel__enterRight_1wfda","enterLeft":"side-panel__enterLeft_1wfda","enterActive":"side-panel__enterActive_1wfda","exit":"side-panel__exit_1wfda","exitActiveRight":"side-panel__exitActiveRight_1wfda","exitActiveLeft":"side-panel__exitActiveLeft_1wfda"};
19
19
  require('./transitions.desktop.css')
20
20
 
21
21
  const SidePanelDesktopComponent = forwardRef(({ size = 's', children, className, wrapperClassName, contentTransitionProps = {}, backdropProps, placement = 'right', ...restProps }, ref) => {
@@ -10,10 +10,10 @@ import './Context.js';
10
10
  import './components/footer/Component.js';
11
11
  import '@alfalab/core-components-navigation-bar/modern';
12
12
 
13
- const styles = {"component":"side-panel__component_3v3ti","mobileContent":"side-panel__mobileContent_3v3ti"};
13
+ const styles = {"component":"side-panel__component_1l1cm","mobileContent":"side-panel__mobileContent_1l1cm"};
14
14
  require('./mobile.css')
15
15
 
16
- const transitions = {"appear":"side-panel__appear_110tv","enter":"side-panel__enter_110tv","appearActive":"side-panel__appearActive_110tv","enterActive":"side-panel__enterActive_110tv","exit":"side-panel__exit_110tv","exitActive":"side-panel__exitActive_110tv","exitDone":"side-panel__exitDone_110tv"};
16
+ const transitions = {"appear":"side-panel__appear_1nqjd","enter":"side-panel__enter_1nqjd","appearActive":"side-panel__appearActive_1nqjd","enterActive":"side-panel__enterActive_1nqjd","exit":"side-panel__exit_1nqjd","exitActive":"side-panel__exitActive_1nqjd","exitDone":"side-panel__exitDone_1nqjd"};
17
17
  require('./transitions.mobile.css')
18
18
 
19
19
  const contextValue = { size: 's', view: 'mobile' };
@@ -20,6 +20,7 @@ import './components/footer/Component.mobile.js';
20
20
  const isClient = () => typeof window !== 'undefined';
21
21
 
22
22
  function createResponsive(desktop, mobile) {
23
+ // eslint-disable-next-line
23
24
  function ResponsiveChild(props) {
24
25
  const { view = 'desktop' } = useContext(ResponsiveContext) || {};
25
26
  const Child = view === 'desktop' ? desktop : mobile;
@@ -4,7 +4,7 @@ import { Content } from './Component.js';
4
4
  import '../../Context.js';
5
5
  import '@alfalab/core-components-base-modal/modern';
6
6
 
7
- const styles = {"s":"side-panel__s_2b97b"};
7
+ const styles = {"s":"side-panel__s_k64gd"};
8
8
  require('./desktop.css')
9
9
 
10
10
  const ContentDesktop = ({ size = 's', className, ...restProps }) => React.createElement(Content, { className: cn(className, size && styles[size]), ...restProps });
@@ -3,7 +3,7 @@ import cn from 'classnames';
3
3
  import { ModalContext } from '../../Context.js';
4
4
  import '@alfalab/core-components-base-modal/modern';
5
5
 
6
- const styles = {"content":"side-panel__content_9yxty","withHeader":"side-panel__withHeader_9yxty","flex":"side-panel__flex_9yxty"};
6
+ const styles = {"content":"side-panel__content_rtt30","withHeader":"side-panel__withHeader_rtt30","flex":"side-panel__flex_rtt30"};
7
7
  require('./index.css')
8
8
 
9
9
  const Content = ({ children, className, dataTestId }) => {
@@ -4,7 +4,7 @@ import { Content } from './Component.js';
4
4
  import '../../Context.js';
5
5
  import '@alfalab/core-components-base-modal/modern';
6
6
 
7
- const styles = {"content":"side-panel__content_142vo"};
7
+ const styles = {"content":"side-panel__content_o5uam"};
8
8
  require('./mobile.css')
9
9
 
10
10
  const ContentMobile = ({ className, ...restProps }) => (React.createElement(Content, { className: cn(className, styles.content), ...restProps }));
@@ -1,4 +1,4 @@
1
- /* hash: 19j8q */
1
+ /* hash: 14ymc */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  } :root {
@@ -30,8 +30,8 @@
30
30
  /* mobile */
31
31
 
32
32
  /* paddings */
33
- } .side-panel__s_2b97b {
33
+ } .side-panel__s_k64gd {
34
34
  padding: var(--side-panel-s-content-paddings)
35
- } .side-panel__s_2b97b:last-child {
35
+ } .side-panel__s_k64gd:last-child {
36
36
  padding-bottom: var(--gap-2xl);
37
37
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1uzpk */
1
+ /* hash: 1qf36 */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  } :root {
@@ -27,11 +27,11 @@
27
27
  /* mobile */
28
28
 
29
29
  /* paddings */
30
- } .side-panel__content_9yxty {
30
+ } .side-panel__content_rtt30 {
31
31
  box-sizing: border-box;
32
32
  width: 100%
33
- } .side-panel__content_9yxty.side-panel__withHeader_9yxty {
33
+ } .side-panel__content_rtt30.side-panel__withHeader_rtt30 {
34
34
  padding-top: 0;
35
- } .side-panel__flex_9yxty {
35
+ } .side-panel__flex_rtt30 {
36
36
  flex: 1 1 auto;
37
37
  }
@@ -1,4 +1,4 @@
1
- /* hash: ljs66 */
1
+ /* hash: 7ktak */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  } :root {
@@ -28,8 +28,8 @@
28
28
  /* mobile */
29
29
 
30
30
  /* paddings */
31
- } .side-panel__content_142vo {
31
+ } .side-panel__content_o5uam {
32
32
  padding: var(--gap-m) var(--gap-m) 0
33
- } .side-panel__content_142vo:last-child {
33
+ } .side-panel__content_o5uam:last-child {
34
34
  padding-bottom: var(--gap-m);
35
35
  }
@@ -4,7 +4,7 @@ import { Footer } from './Component.js';
4
4
  import '../../Context.js';
5
5
  import '@alfalab/core-components-base-modal/modern';
6
6
 
7
- const styles = {"sticky":"side-panel__sticky_z9x63","s":"side-panel__s_z9x63"};
7
+ const styles = {"sticky":"side-panel__sticky_ck7o3","s":"side-panel__s_ck7o3"};
8
8
  require('./desktop.css')
9
9
 
10
10
  const FooterDesktop = ({ size = 's', className, sticky, ...restProps }) => (React.createElement(Footer, { className: cn(className, size && styles[size], {
@@ -3,10 +3,10 @@ import cn from 'classnames';
3
3
  import { ModalContext } from '../../Context.js';
4
4
  import '@alfalab/core-components-base-modal/modern';
5
5
 
6
- const styles = {"footer":"side-panel__footer_i2io7","sticky":"side-panel__sticky_i2io7","highlighted":"side-panel__highlighted_i2io7"};
6
+ const styles = {"footer":"side-panel__footer_1udx8","sticky":"side-panel__sticky_1udx8","highlighted":"side-panel__highlighted_1udx8"};
7
7
  require('./index.css')
8
8
 
9
- const layoutStyles = {"column":"side-panel__column_i6hnr","gap-16":"side-panel__gap-16_i6hnr","gap-24":"side-panel__gap-24_i6hnr","gap-32":"side-panel__gap-32_i6hnr","start":"side-panel__start_i6hnr","center":"side-panel__center_i6hnr","space-between":"side-panel__space-between_i6hnr"};
9
+ const layoutStyles = {"column":"side-panel__column_1uhw7","gap-16":"side-panel__gap-16_1uhw7","gap-24":"side-panel__gap-24_1uhw7","gap-32":"side-panel__gap-32_1uhw7","start":"side-panel__start_1uhw7","center":"side-panel__center_1uhw7","space-between":"side-panel__space-between_1uhw7"};
10
10
  require('./layout.css')
11
11
 
12
12
  const Footer = ({ children, className, sticky, layout = 'start', gap, dataTestId, }) => {
@@ -4,7 +4,7 @@ import { Footer } from './Component.js';
4
4
  import '../../Context.js';
5
5
  import '@alfalab/core-components-base-modal/modern';
6
6
 
7
- const styles = {"footer":"side-panel__footer_1bmdf","sticky":"side-panel__sticky_1bmdf"};
7
+ const styles = {"footer":"side-panel__footer_1059x","sticky":"side-panel__sticky_1059x"};
8
8
  require('./mobile.css')
9
9
 
10
10
  const FooterMobile = ({ className, sticky, ...restProps }) => (React.createElement(Footer, { className: cn(className, styles.footer, {
@@ -1,4 +1,4 @@
1
- /* hash: u64nt */
1
+ /* hash: 1r07v */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  } :root {
@@ -30,8 +30,8 @@
30
30
  /* mobile */
31
31
 
32
32
  /* paddings */
33
- } .side-panel__sticky_z9x63 {
33
+ } .side-panel__sticky_ck7o3 {
34
34
  bottom: 0;
35
- } .side-panel__s_z9x63 {
35
+ } .side-panel__s_ck7o3 {
36
36
  padding: var(--side-panel-s-footer-paddings);
37
37
  }
@@ -1,4 +1,4 @@
1
- /* hash: 8f8vm */
1
+ /* hash: 159c3 */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-primary: #fff;
@@ -32,15 +32,15 @@
32
32
  /* mobile */
33
33
 
34
34
  /* paddings */
35
- } .side-panel__footer_i2io7 {
35
+ } .side-panel__footer_1udx8 {
36
36
  width: 100%;
37
37
  box-sizing: border-box;
38
38
  transition: box-shadow 0.2s ease, background 0.2s ease;
39
- } .side-panel__sticky_i2io7 {
39
+ } .side-panel__sticky_1udx8 {
40
40
  background: var(--side-panel-footer-background);
41
41
  position: sticky;
42
42
  z-index: 1;
43
- } .side-panel__highlighted_i2io7 {
43
+ } .side-panel__highlighted_1udx8 {
44
44
  background: var(--side-panel-footer-highlight-background);
45
45
  box-shadow: var(--side-panel-footer-highlight-box-shadow);
46
46
  }