@alfalab/core-components-side-panel 5.0.1 → 5.1.1

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 (132) hide show
  1. package/Component.responsive.js +0 -13
  2. package/components/content/Component.desktop.js +1 -5
  3. package/components/content/Component.js +1 -2
  4. package/components/content/Component.mobile.js +1 -5
  5. package/components/content/desktop.css +3 -3
  6. package/components/content/index.css +4 -4
  7. package/components/content/mobile.css +3 -3
  8. package/components/controls/Component.js +4 -4
  9. package/components/controls/index.css +2 -2
  10. package/components/controls/index.js +0 -5
  11. package/components/footer/Component.desktop.js +1 -6
  12. package/components/footer/Component.js +2 -3
  13. package/components/footer/Component.mobile.js +1 -6
  14. package/components/footer/desktop.css +3 -3
  15. package/components/footer/index.css +4 -4
  16. package/components/footer/layout.css +17 -17
  17. package/components/footer/mobile.css +3 -3
  18. package/components/header/Component.js +4 -5
  19. package/components/header/desktop.css +5 -5
  20. package/components/header/index.css +14 -14
  21. package/components/header/mobile.css +4 -4
  22. package/cssm/Component.responsive.js +0 -27
  23. package/cssm/components/content/Component.desktop.js +0 -5
  24. package/cssm/components/content/Component.js +0 -1
  25. package/cssm/components/content/Component.mobile.js +0 -5
  26. package/cssm/components/controls/Component.js +2 -2
  27. package/cssm/components/controls/index.js +0 -6
  28. package/cssm/components/footer/Component.desktop.js +0 -6
  29. package/cssm/components/footer/Component.js +0 -1
  30. package/cssm/components/footer/Component.mobile.js +0 -6
  31. package/cssm/components/header/Component.js +1 -2
  32. package/cssm/desktop/Component.desktop.js +0 -15
  33. package/cssm/desktop/index.js +0 -27
  34. package/cssm/index.js +0 -36
  35. package/cssm/mobile/Component.mobile.js +0 -14
  36. package/cssm/mobile/index.js +0 -25
  37. package/cssm/shared/index.d.ts +1 -0
  38. package/cssm/shared/index.js +2 -1
  39. package/cssm/utils.d.ts +11 -0
  40. package/cssm/utils.js +20 -0
  41. package/desktop/Component.desktop.js +2 -9
  42. package/desktop/desktop.css +3 -3
  43. package/desktop/index.js +0 -17
  44. package/desktop/transitions.desktop.css +7 -7
  45. package/esm/Component.responsive.js +0 -13
  46. package/esm/components/content/Component.desktop.js +1 -5
  47. package/esm/components/content/Component.js +1 -2
  48. package/esm/components/content/Component.mobile.js +1 -5
  49. package/esm/components/content/desktop.css +3 -3
  50. package/esm/components/content/index.css +4 -4
  51. package/esm/components/content/mobile.css +3 -3
  52. package/esm/components/controls/Component.js +4 -4
  53. package/esm/components/controls/index.css +2 -2
  54. package/esm/components/controls/index.js +0 -5
  55. package/esm/components/footer/Component.desktop.js +1 -6
  56. package/esm/components/footer/Component.js +2 -3
  57. package/esm/components/footer/Component.mobile.js +1 -6
  58. package/esm/components/footer/desktop.css +3 -3
  59. package/esm/components/footer/index.css +4 -4
  60. package/esm/components/footer/layout.css +17 -17
  61. package/esm/components/footer/mobile.css +3 -3
  62. package/esm/components/header/Component.js +4 -5
  63. package/esm/components/header/desktop.css +5 -5
  64. package/esm/components/header/index.css +14 -14
  65. package/esm/components/header/mobile.css +4 -4
  66. package/esm/desktop/Component.desktop.js +2 -9
  67. package/esm/desktop/desktop.css +3 -3
  68. package/esm/desktop/index.js +0 -17
  69. package/esm/desktop/transitions.desktop.css +7 -7
  70. package/esm/index.js +0 -22
  71. package/esm/layout.module-9b1b1597.js +4 -0
  72. package/esm/mobile/Component.mobile.js +2 -8
  73. package/esm/mobile/index.js +0 -15
  74. package/esm/mobile/mobile.css +4 -4
  75. package/esm/mobile/transitions.mobile.css +8 -8
  76. package/esm/shared/index.d.ts +1 -0
  77. package/esm/shared/index.js +1 -1
  78. package/esm/utils.d.ts +11 -0
  79. package/esm/utils.js +16 -0
  80. package/index.js +0 -22
  81. package/layout.module-63bb425f.js +6 -0
  82. package/mobile/Component.mobile.js +2 -8
  83. package/mobile/index.js +0 -15
  84. package/mobile/mobile.css +4 -4
  85. package/mobile/transitions.mobile.css +8 -8
  86. package/modern/Component.responsive.js +0 -13
  87. package/modern/components/content/Component.desktop.js +1 -5
  88. package/modern/components/content/Component.js +1 -2
  89. package/modern/components/content/Component.mobile.js +1 -5
  90. package/modern/components/content/desktop.css +3 -3
  91. package/modern/components/content/index.css +4 -4
  92. package/modern/components/content/mobile.css +3 -3
  93. package/modern/components/controls/Component.js +3 -3
  94. package/modern/components/controls/index.css +2 -2
  95. package/modern/components/controls/index.js +0 -5
  96. package/modern/components/footer/Component.desktop.js +1 -6
  97. package/modern/components/footer/Component.js +2 -3
  98. package/modern/components/footer/Component.mobile.js +1 -6
  99. package/modern/components/footer/desktop.css +3 -3
  100. package/modern/components/footer/index.css +4 -4
  101. package/modern/components/footer/layout.css +17 -17
  102. package/modern/components/footer/mobile.css +3 -3
  103. package/modern/components/header/Component.js +4 -5
  104. package/modern/components/header/desktop.css +5 -5
  105. package/modern/components/header/index.css +14 -14
  106. package/modern/components/header/mobile.css +4 -4
  107. package/modern/desktop/Component.desktop.js +2 -9
  108. package/modern/desktop/desktop.css +3 -3
  109. package/modern/desktop/index.js +0 -16
  110. package/modern/desktop/transitions.desktop.css +7 -7
  111. package/modern/index.js +0 -21
  112. package/modern/layout.module-294dd7f0.js +4 -0
  113. package/modern/mobile/Component.mobile.js +2 -8
  114. package/modern/mobile/index.js +0 -14
  115. package/modern/mobile/mobile.css +4 -4
  116. package/modern/mobile/transitions.mobile.css +8 -8
  117. package/modern/shared/index.d.ts +1 -0
  118. package/modern/shared/index.js +1 -1
  119. package/modern/utils.d.ts +11 -0
  120. package/modern/utils.js +16 -0
  121. package/package.json +5 -5
  122. package/shared/index.d.ts +1 -0
  123. package/shared/index.js +2 -1
  124. package/src/components/controls/Component.tsx +1 -1
  125. package/src/components/header/Component.tsx +1 -1
  126. package/src/shared/index.ts +1 -0
  127. package/src/utils.ts +14 -0
  128. package/utils.d.ts +11 -0
  129. package/utils.js +20 -0
  130. package/esm/layout.module-31951bef.js +0 -4
  131. package/layout.module-2f71de49.js +0 -6
  132. package/modern/layout.module-a8ffdbd1.js +0 -4
package/mobile/mobile.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: uxsui */
1
+ /* hash: 97khz */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -27,17 +27,17 @@
27
27
  /* mobile */
28
28
 
29
29
  /* paddings */
30
- } .side-panel__component_1050h {
30
+ } .side-panel__component_74yh8 {
31
31
  top: 0;
32
32
  height: 100%;
33
33
  width: 100%;
34
34
  overflow-x: hidden;
35
35
  overflow-y: auto;
36
36
  max-width: 600px;
37
- } .side-panel__component_1050h.side-panel__component_1050h {
37
+ } .side-panel__component_74yh8.side-panel__component_74yh8 {
38
38
  position: fixed;
39
39
  flex: 1;
40
- } .side-panel__mobileContent_1050h {
40
+ } .side-panel__mobileContent_74yh8 {
41
41
  display: flex;
42
42
  flex-direction: column;
43
43
  width: 100%;
@@ -1,24 +1,24 @@
1
- /* hash: ntku8 */
2
- .side-panel__appear_1lrki,
3
- .side-panel__enter_1lrki {
1
+ /* hash: nrmxe */
2
+ .side-panel__appear_1be11,
3
+ .side-panel__enter_1be11 {
4
4
  opacity: 0;
5
5
  transform: translateY(15px);
6
6
  }
7
7
 
8
- .side-panel__appearActive_1lrki,
9
- .side-panel__enterActive_1lrki {
8
+ .side-panel__appearActive_1be11,
9
+ .side-panel__enterActive_1be11 {
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_1lrki {
15
+ .side-panel__exit_1be11 {
16
16
  opacity: 1;
17
17
  transform: translateY(0);
18
18
  }
19
19
 
20
- .side-panel__exitActive_1lrki,
21
- .side-panel__exitDone_1lrki {
20
+ .side-panel__exitActive_1be11,
21
+ .side-panel__exitDone_1be11 {
22
22
  opacity: 0;
23
23
  transform: translateY(15px);
24
24
  transition: opacity 200ms ease-out, transform 200ms ease-out;
@@ -6,19 +6,6 @@ import { Header } from './components/header/Component.js';
6
6
  import { SidePanelDesktop } from './desktop/Component.desktop.js';
7
7
  import { SidePanelMobile } from './mobile/Component.mobile.js';
8
8
  import { ResponsiveContext } from './ResponsiveContext.js';
9
- import 'classnames';
10
- import './layout.module-a8ffdbd1.js';
11
- import '@alfalab/core-components-navigation-bar/modern';
12
- import './Context.js';
13
- import '@alfalab/core-components-base-modal/modern';
14
- import 'react-merge-refs';
15
- import '@alfalab/core-components-drawer/modern';
16
- import './components/content/Component.desktop.js';
17
- import './components/content/Component.js';
18
- import './components/footer/Component.desktop.js';
19
- import './components/footer/Component.js';
20
- import './components/content/Component.mobile.js';
21
- import './components/footer/Component.mobile.js';
22
9
 
23
10
  function createResponsive(desktop, mobile) {
24
11
  // eslint-disable-next-line
@@ -1,12 +1,8 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { Content } from './Component.js';
4
- import '@alfalab/core-components-shared/modern';
5
- import '../../Context.js';
6
- import '@alfalab/core-components-base-modal/modern';
7
- import '../../ResponsiveContext.js';
8
4
 
9
- const styles = {"s":"side-panel__s_39vrx"};
5
+ const styles = {"s":"side-panel__s_qnazu"};
10
6
  require('./desktop.css')
11
7
 
12
8
  const ContentDesktop = ({ size = 's', className, ...restProps }) => React.createElement(Content, { className: cn(className, size && styles[size]), ...restProps });
@@ -3,9 +3,8 @@ import cn from 'classnames';
3
3
  import { getDataTestId } from '@alfalab/core-components-shared/modern';
4
4
  import { ModalContext } from '../../Context.js';
5
5
  import { ResponsiveContext } from '../../ResponsiveContext.js';
6
- import '@alfalab/core-components-base-modal/modern';
7
6
 
8
- const styles = {"content":"side-panel__content_1vagu","withHeader":"side-panel__withHeader_1vagu","flex":"side-panel__flex_1vagu"};
7
+ const styles = {"content":"side-panel__content_1lc9h","withHeader":"side-panel__withHeader_1lc9h","flex":"side-panel__flex_1lc9h"};
9
8
  require('./index.css')
10
9
 
11
10
  const Content = ({ children, className, dataTestId }) => {
@@ -1,12 +1,8 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { Content } from './Component.js';
4
- import '@alfalab/core-components-shared/modern';
5
- import '../../Context.js';
6
- import '@alfalab/core-components-base-modal/modern';
7
- import '../../ResponsiveContext.js';
8
4
 
9
- const styles = {"content":"side-panel__content_1hc2n"};
5
+ const styles = {"content":"side-panel__content_35fgl"};
10
6
  require('./mobile.css')
11
7
 
12
8
  const ContentMobile = ({ className, ...restProps }) => (React.createElement(Content, { className: cn(className, styles.content), ...restProps }));
@@ -1,4 +1,4 @@
1
- /* hash: 1dure */
1
+ /* hash: y2ebf */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -30,8 +30,8 @@
30
30
  /* mobile */
31
31
 
32
32
  /* paddings */
33
- } .side-panel__s_39vrx {
33
+ } .side-panel__s_qnazu {
34
34
  padding: var(--side-panel-s-content-paddings)
35
- } .side-panel__s_39vrx:last-child {
35
+ } .side-panel__s_qnazu:last-child {
36
36
  padding-bottom: var(--gap-2xl);
37
37
  }
@@ -1,4 +1,4 @@
1
- /* hash: nio5e */
1
+ /* hash: 1jw9n */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -27,13 +27,13 @@
27
27
  /* mobile */
28
28
 
29
29
  /* paddings */
30
- } .side-panel__content_1vagu {
30
+ } .side-panel__content_1lc9h {
31
31
  position: relative;
32
32
  box-sizing: border-box;
33
33
  width: 100%;
34
34
  z-index: 0
35
- } .side-panel__content_1vagu.side-panel__withHeader_1vagu {
35
+ } .side-panel__content_1lc9h.side-panel__withHeader_1lc9h {
36
36
  padding-top: 0;
37
- } .side-panel__flex_1vagu {
37
+ } .side-panel__flex_1lc9h {
38
38
  flex: 1 1 auto;
39
39
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1bbeb */
1
+ /* hash: l51j5 */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -28,8 +28,8 @@
28
28
  /* mobile */
29
29
 
30
30
  /* paddings */
31
- } .side-panel__content_1hc2n {
31
+ } .side-panel__content_35fgl {
32
32
  padding: var(--gap-m) var(--gap-m) 0
33
- } .side-panel__content_1hc2n:last-child {
33
+ } .side-panel__content_35fgl:last-child {
34
34
  padding-bottom: var(--gap-m);
35
35
  }
@@ -2,12 +2,12 @@ import React, { useContext } from 'react';
2
2
  import cn from 'classnames';
3
3
  import { getDataTestId } from '@alfalab/core-components-shared/modern';
4
4
  import { ResponsiveContext } from '../../ResponsiveContext.js';
5
- import { l as layoutStyles } from '../../layout.module-a8ffdbd1.js';
5
+ import { l as layoutStyles } from '../../layout.module-294dd7f0.js';
6
6
 
7
- const styles = {"component":"side-panel__component_scwve"};
7
+ const styles = {"component":"side-panel__component_1nqcw"};
8
8
  require('./index.css')
9
9
 
10
- const Controls = ({ primary, secondary, gap = 16, layout: layoutProp = 'start', mobileLayout = layoutProp, }) => {
10
+ const Controls = ({ primary, secondary, gap, layout: layoutProp = 'start', mobileLayout = layoutProp, }) => {
11
11
  const context = useContext(ResponsiveContext);
12
12
  const { view = 'desktop', dataTestId } = context || {};
13
13
  const layout = view === 'mobile' ? mobileLayout : layoutProp;
@@ -1,4 +1,4 @@
1
- /* hash: 1amh1 */
2
- .side-panel__component_scwve {
1
+ /* hash: 1l2en */
2
+ .side-panel__component_1nqcw {
3
3
  width: 100%;
4
4
  }
@@ -1,6 +1 @@
1
1
  export { Controls } from './Component.js';
2
- import 'react';
3
- import 'classnames';
4
- import '@alfalab/core-components-shared/modern';
5
- import '../../ResponsiveContext.js';
6
- import '../../layout.module-a8ffdbd1.js';
@@ -1,13 +1,8 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { Footer } from './Component.js';
4
- import '@alfalab/core-components-shared/modern';
5
- import '../../Context.js';
6
- import '@alfalab/core-components-base-modal/modern';
7
- import '../../ResponsiveContext.js';
8
- import '../../layout.module-a8ffdbd1.js';
9
4
 
10
- const styles = {"sticky":"side-panel__sticky_62kfr","s":"side-panel__s_62kfr"};
5
+ const styles = {"sticky":"side-panel__sticky_erzxd","s":"side-panel__s_erzxd"};
11
6
  require('./desktop.css')
12
7
 
13
8
  const FooterDesktop = ({ size = 's', className, sticky, ...restProps }) => (React.createElement(Footer, { className: cn(className, size && styles[size], {
@@ -3,10 +3,9 @@ import cn from 'classnames';
3
3
  import { getDataTestId } from '@alfalab/core-components-shared/modern';
4
4
  import { ModalContext } from '../../Context.js';
5
5
  import { ResponsiveContext } from '../../ResponsiveContext.js';
6
- import { l as layoutStyles } from '../../layout.module-a8ffdbd1.js';
7
- import '@alfalab/core-components-base-modal/modern';
6
+ import { l as layoutStyles } from '../../layout.module-294dd7f0.js';
8
7
 
9
- const styles = {"footer":"side-panel__footer_3jdk9","sticky":"side-panel__sticky_3jdk9","highlighted":"side-panel__highlighted_3jdk9"};
8
+ const styles = {"footer":"side-panel__footer_19kfm","sticky":"side-panel__sticky_19kfm","highlighted":"side-panel__highlighted_19kfm"};
10
9
  require('./index.css')
11
10
 
12
11
  const Footer = ({ children, className, sticky, layout = 'start', gap, dataTestId, }) => {
@@ -1,13 +1,8 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { Footer } from './Component.js';
4
- import '@alfalab/core-components-shared/modern';
5
- import '../../Context.js';
6
- import '@alfalab/core-components-base-modal/modern';
7
- import '../../ResponsiveContext.js';
8
- import '../../layout.module-a8ffdbd1.js';
9
4
 
10
- const styles = {"footer":"side-panel__footer_1e4vh","sticky":"side-panel__sticky_1e4vh"};
5
+ const styles = {"footer":"side-panel__footer_irfh8","sticky":"side-panel__sticky_irfh8"};
11
6
  require('./mobile.css')
12
7
 
13
8
  const FooterMobile = ({ className, sticky, layout = 'start', ...restProps }) => (React.createElement(Footer, { className: cn(className, styles.footer, {
@@ -1,4 +1,4 @@
1
- /* hash: 1kjc9 */
1
+ /* hash: yt3wx */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -30,8 +30,8 @@
30
30
  /* mobile */
31
31
 
32
32
  /* paddings */
33
- } .side-panel__sticky_62kfr {
33
+ } .side-panel__sticky_erzxd {
34
34
  bottom: 0;
35
- } .side-panel__s_62kfr {
35
+ } .side-panel__s_erzxd {
36
36
  padding: var(--side-panel-s-footer-paddings);
37
37
  }
@@ -1,4 +1,4 @@
1
- /* hash: yf1yt */
1
+ /* hash: cotma */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-modal-bg-primary: #fff;
@@ -32,15 +32,15 @@
32
32
  /* mobile */
33
33
 
34
34
  /* paddings */
35
- } .side-panel__footer_3jdk9 {
35
+ } .side-panel__footer_19kfm {
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_3jdk9 {
39
+ } .side-panel__sticky_19kfm {
40
40
  background: var(--side-panel-footer-background);
41
41
  position: sticky;
42
42
  z-index: 1;
43
- } .side-panel__highlighted_3jdk9 {
43
+ } .side-panel__highlighted_19kfm {
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: l7kmt */
1
+ /* hash: 1yigc */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -31,35 +31,35 @@
31
31
  /* mobile */
32
32
 
33
33
  /* paddings */
34
- } .side-panel__column_16gdu {
34
+ } .side-panel__column_1f5tc {
35
35
  display: flex;
36
36
  flex-direction: column
37
- } .side-panel__column_16gdu > *:not(:last-child):not(:only-child) {
37
+ } .side-panel__column_1f5tc > *:not(:last-child):not(:only-child) {
38
38
  margin-bottom: var(--side-panel-footer-default-gap);
39
- } .side-panel__column_16gdu.side-panel__gap-16_16gdu > *:not(:last-child):not(:only-child) {
39
+ } .side-panel__column_1f5tc.side-panel__gap-16_1f5tc > *:not(:last-child):not(:only-child) {
40
40
  margin-bottom: var(--gap-m);
41
- } .side-panel__column_16gdu.side-panel__gap-24_16gdu > *:not(:last-child):not(:only-child) {
41
+ } .side-panel__column_1f5tc.side-panel__gap-24_1f5tc > *:not(:last-child):not(:only-child) {
42
42
  margin-bottom: var(--gap-xl);
43
- } .side-panel__column_16gdu.side-panel__gap-32_16gdu > *:not(:last-child):not(:only-child) {
43
+ } .side-panel__column_1f5tc.side-panel__gap-32_1f5tc > *:not(:last-child):not(:only-child) {
44
44
  margin-bottom: var(--gap-2xl);
45
- } .side-panel__start_16gdu {
45
+ } .side-panel__start_1f5tc {
46
46
  justify-content: flex-start;
47
- } .side-panel__center_16gdu {
47
+ } .side-panel__center_1f5tc {
48
48
  justify-content: center;
49
- } .side-panel__space-between_16gdu {
49
+ } .side-panel__space-between_1f5tc {
50
50
  justify-content: space-between
51
- } .side-panel__space-between_16gdu > * {
51
+ } .side-panel__space-between_1f5tc > * {
52
52
  flex: 1;
53
- } .side-panel__start_16gdu,
54
- .side-panel__center_16gdu,
55
- .side-panel__space-between_16gdu {
53
+ } .side-panel__start_1f5tc,
54
+ .side-panel__center_1f5tc,
55
+ .side-panel__space-between_1f5tc {
56
56
  display: flex
57
- } .side-panel__start_16gdu > *:not(:last-child):not(:only-child), .side-panel__center_16gdu > *:not(:last-child):not(:only-child), .side-panel__space-between_16gdu > *:not(:last-child):not(:only-child) {
57
+ } .side-panel__start_1f5tc > *:not(:last-child):not(:only-child), .side-panel__center_1f5tc > *:not(:last-child):not(:only-child), .side-panel__space-between_1f5tc > *:not(:last-child):not(:only-child) {
58
58
  margin-right: var(--side-panel-footer-default-gap);
59
- } .side-panel__start_16gdu.side-panel__gap-16_16gdu > *:not(:last-child):not(:only-child), .side-panel__center_16gdu.side-panel__gap-16_16gdu > *:not(:last-child):not(:only-child), .side-panel__space-between_16gdu.side-panel__gap-16_16gdu > *:not(:last-child):not(:only-child) {
59
+ } .side-panel__start_1f5tc.side-panel__gap-16_1f5tc > *:not(:last-child):not(:only-child), .side-panel__center_1f5tc.side-panel__gap-16_1f5tc > *:not(:last-child):not(:only-child), .side-panel__space-between_1f5tc.side-panel__gap-16_1f5tc > *:not(:last-child):not(:only-child) {
60
60
  margin-right: var(--gap-m);
61
- } .side-panel__start_16gdu.side-panel__gap-24_16gdu > *:not(:last-child):not(:only-child), .side-panel__center_16gdu.side-panel__gap-24_16gdu > *:not(:last-child):not(:only-child), .side-panel__space-between_16gdu.side-panel__gap-24_16gdu > *:not(:last-child):not(:only-child) {
61
+ } .side-panel__start_1f5tc.side-panel__gap-24_1f5tc > *:not(:last-child):not(:only-child), .side-panel__center_1f5tc.side-panel__gap-24_1f5tc > *:not(:last-child):not(:only-child), .side-panel__space-between_1f5tc.side-panel__gap-24_1f5tc > *:not(:last-child):not(:only-child) {
62
62
  margin-right: var(--gap-xl);
63
- } .side-panel__start_16gdu.side-panel__gap-32_16gdu > *:not(:last-child):not(:only-child), .side-panel__center_16gdu.side-panel__gap-32_16gdu > *:not(:last-child):not(:only-child), .side-panel__space-between_16gdu.side-panel__gap-32_16gdu > *:not(:last-child):not(:only-child) {
63
+ } .side-panel__start_1f5tc.side-panel__gap-32_1f5tc > *:not(:last-child):not(:only-child), .side-panel__center_1f5tc.side-panel__gap-32_1f5tc > *:not(:last-child):not(:only-child), .side-panel__space-between_1f5tc.side-panel__gap-32_1f5tc > *:not(:last-child):not(:only-child) {
64
64
  margin-right: var(--gap-2xl);
65
65
  }
@@ -1,4 +1,4 @@
1
- /* hash: 179i8 */
1
+ /* hash: wtkmb */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -28,8 +28,8 @@
28
28
  /* mobile */
29
29
 
30
30
  /* paddings */
31
- } .side-panel__footer_1e4vh {
31
+ } .side-panel__footer_irfh8 {
32
32
  padding: var(--gap-m);
33
- } .side-panel__sticky_1e4vh {
33
+ } .side-panel__sticky_irfh8 {
34
34
  bottom: 0;
35
35
  }
@@ -4,15 +4,14 @@ import { NavigationBar } from '@alfalab/core-components-navigation-bar/modern';
4
4
  import { getDataTestId } from '@alfalab/core-components-shared/modern';
5
5
  import { ModalContext } from '../../Context.js';
6
6
  import { ResponsiveContext } from '../../ResponsiveContext.js';
7
- import '@alfalab/core-components-base-modal/modern';
8
7
 
9
- const desktopStyles = {"content":"side-panel__content_go813","s":"side-panel__s_go813","sticky":"side-panel__sticky_go813"};
8
+ const desktopStyles = {"content":"side-panel__content_18061","s":"side-panel__s_18061","sticky":"side-panel__sticky_18061"};
10
9
  require('./desktop.css')
11
10
 
12
- const styles = {"header":"side-panel__header_fxc9s","hasContent":"side-panel__hasContent_fxc9s","highlighted":"side-panel__highlighted_fxc9s","sticky":"side-panel__sticky_fxc9s","backgroundImage":"side-panel__backgroundImage_fxc9s","content":"side-panel__content_fxc9s","title":"side-panel__title_fxc9s","addon":"side-panel__addon_fxc9s","closer":"side-panel__closer_fxc9s","right":"side-panel__right_fxc9s","trim":"side-panel__trim_fxc9s"};
11
+ const styles = {"header":"side-panel__header_5jssm","hasContent":"side-panel__hasContent_5jssm","highlighted":"side-panel__highlighted_5jssm","sticky":"side-panel__sticky_5jssm","backgroundImage":"side-panel__backgroundImage_5jssm","content":"side-panel__content_5jssm","title":"side-panel__title_5jssm","addon":"side-panel__addon_5jssm","closer":"side-panel__closer_5jssm","right":"side-panel__right_5jssm","trim":"side-panel__trim_5jssm"};
13
12
  require('./index.css')
14
13
 
15
- const mobileStyles = {"header":"side-panel__header_bla0h","sticky":"side-panel__sticky_bla0h","content":"side-panel__content_bla0h"};
14
+ const mobileStyles = {"header":"side-panel__header_wv307","sticky":"side-panel__sticky_wv307","content":"side-panel__content_wv307"};
16
15
  require('./mobile.css')
17
16
 
18
17
  const Header = ({ className, children, contentClassName, title, sticky, hasCloser = true, ...restProps }) => {
@@ -22,7 +21,7 @@ const Header = ({ className, children, contentClassName, title, sticky, hasClose
22
21
  setHasHeader(true);
23
22
  }, [setHasHeader]);
24
23
  const hasContent = Boolean(title || children);
25
- return (React.createElement(NavigationBar, { ...restProps, dataTestId: getDataTestId(dataTestId, 'header'), scrollableParentRef: componentRef, view: view, sticky: sticky, title: title, hasCloser: hasCloser, onClose: onClose, className: cn(styles.header, className, {
24
+ return (React.createElement(NavigationBar, { dataTestId: getDataTestId(dataTestId, 'header'), ...restProps, scrollableParentRef: componentRef, view: view, sticky: sticky, title: title, hasCloser: hasCloser, onClose: onClose, className: cn(styles.header, className, {
26
25
  [styles.highlighted]: hasContent && sticky && headerHighlighted,
27
26
  [styles.sticky]: sticky,
28
27
  [styles.hasContent]: hasContent,
@@ -1,4 +1,4 @@
1
- /* hash: 41ofx */
1
+ /* hash: 3zqj2 */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -37,15 +37,15 @@
37
37
  /* mobile */
38
38
 
39
39
  /* paddings */
40
- } .side-panel__content_go813 {
40
+ } .side-panel__content_18061 {
41
41
  font-weight: var(--side-panel-header-desktop-font-weight);
42
42
  font-family: var(--side-panel-header-desktop-font-family);
43
- } .side-panel__s_go813 .side-panel__content_go813 {
43
+ } .side-panel__s_18061 .side-panel__content_18061 {
44
44
  padding: var(--side-panel-s-header-desktop-content-paddings);
45
45
  font-size: var(--side-panel-s-header-desktop-font-size);
46
46
  line-height: var(--side-panel-s-header-desktop-line-height);
47
- } .side-panel__s_go813 {
47
+ } .side-panel__s_18061 {
48
48
  padding: var(--side-panel-s-header-paddings);
49
- } .side-panel__sticky_go813 {
49
+ } .side-panel__sticky_18061 {
50
50
  top: 0;
51
51
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1tlp8 */
1
+ /* hash: 1tjrb */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-modal-bg-primary: #fff;
@@ -32,42 +32,42 @@
32
32
  /* mobile */
33
33
 
34
34
  /* paddings */
35
- } .side-panel__header_fxc9s {
35
+ } .side-panel__header_5jssm {
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_fxc9s:not(.side-panel__hasContent_fxc9s) {
39
+ } .side-panel__header_5jssm:not(.side-panel__hasContent_5jssm) {
40
40
  pointer-events: none;
41
- } .side-panel__highlighted_fxc9s {
41
+ } .side-panel__highlighted_5jssm {
42
42
  background: var(--side-panel-header-highlight-background);
43
43
  box-shadow: var(--side-panel-header-highlight-box-shadow);
44
- } .side-panel__sticky_fxc9s {
44
+ } .side-panel__sticky_5jssm {
45
45
  position: sticky;
46
46
  z-index: 1
47
- } .side-panel__sticky_fxc9s.side-panel__hasContent_fxc9s {
47
+ } .side-panel__sticky_5jssm.side-panel__hasContent_5jssm {
48
48
  background: var(--side-panel-header-background);
49
- } .side-panel__header_fxc9s.side-panel__backgroundImage_fxc9s {
49
+ } .side-panel__header_5jssm.side-panel__backgroundImage_5jssm {
50
50
  background: center no-repeat;
51
51
  background-size: cover;
52
- } .side-panel__content_fxc9s {
52
+ } .side-panel__content_5jssm {
53
53
  flex-grow: 1;
54
- } .side-panel__title_fxc9s {
54
+ } .side-panel__title_5jssm {
55
55
  word-break: break-word;
56
- } .side-panel__addon_fxc9s {
56
+ } .side-panel__addon_5jssm {
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_fxc9s {
63
+ } .side-panel__closer_5jssm {
64
64
  margin-left: auto;
65
- } .side-panel__right_fxc9s {
65
+ } .side-panel__right_5jssm {
66
66
  justify-content: flex-end;
67
67
  text-align: right;
68
- } .side-panel__trim_fxc9s {
68
+ } .side-panel__trim_5jssm {
69
69
  overflow: hidden
70
- } .side-panel__trim_fxc9s .side-panel__title_fxc9s {
70
+ } .side-panel__trim_5jssm .side-panel__title_5jssm {
71
71
  overflow: hidden;
72
72
  white-space: nowrap;
73
73
  text-overflow: ellipsis;
@@ -1,4 +1,4 @@
1
- /* hash: 1rqwq */
1
+ /* hash: 1haz4 */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -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_bla0h {
41
+ } .side-panel__header_wv307 {
42
42
  padding: var(--side-panel-header-mobile-paddings);
43
- } .side-panel__sticky_bla0h {
43
+ } .side-panel__sticky_wv307 {
44
44
  top: 0;
45
- } .side-panel__content_bla0h {
45
+ } .side-panel__content_wv307 {
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);
@@ -7,18 +7,11 @@ import { Controls } from '../components/controls/Component.js';
7
7
  import { FooterDesktop } from '../components/footer/Component.desktop.js';
8
8
  import { Header } from '../components/header/Component.js';
9
9
  import { ResponsiveContext } from '../ResponsiveContext.js';
10
- import '../components/content/Component.js';
11
- import '@alfalab/core-components-shared/modern';
12
- import '../Context.js';
13
- import '@alfalab/core-components-base-modal/modern';
14
- import '../layout.module-a8ffdbd1.js';
15
- import '../components/footer/Component.js';
16
- import '@alfalab/core-components-navigation-bar/modern';
17
10
 
18
- const styles = {"s":"side-panel__s_1nqpu","hidden":"side-panel__hidden_1nqpu"};
11
+ const styles = {"s":"side-panel__s_1q7bn","hidden":"side-panel__hidden_1q7bn"};
19
12
  require('./desktop.css')
20
13
 
21
- const transitions = {"enterRight":"side-panel__enterRight_74yrs","enterLeft":"side-panel__enterLeft_74yrs","enterActive":"side-panel__enterActive_74yrs","exit":"side-panel__exit_74yrs","exitActiveRight":"side-panel__exitActiveRight_74yrs","exitActiveLeft":"side-panel__exitActiveLeft_74yrs"};
14
+ const transitions = {"enterRight":"side-panel__enterRight_935bb","enterLeft":"side-panel__enterLeft_935bb","enterActive":"side-panel__enterActive_935bb","exit":"side-panel__exit_935bb","exitActiveRight":"side-panel__exitActiveRight_935bb","exitActiveLeft":"side-panel__exitActiveLeft_935bb"};
22
15
  require('./transitions.desktop.css')
23
16
 
24
17
  const SidePanelDesktopComponent = forwardRef(({ size = 's', children, className, wrapperClassName, contentTransitionProps = {}, backdropProps, placement = 'right', dataTestId, ...restProps }, ref) => {
@@ -1,4 +1,4 @@
1
- /* hash: 1omtc */
1
+ /* hash: yggkd */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -28,8 +28,8 @@
28
28
  /* mobile */
29
29
 
30
30
  /* paddings */
31
- } .side-panel__s_1nqpu.side-panel__s_1nqpu {
31
+ } .side-panel__s_1q7bn.side-panel__s_1q7bn {
32
32
  width: var(--side-panel-s-width);
33
- } .side-panel__hidden_1nqpu {
33
+ } .side-panel__hidden_1q7bn {
34
34
  overflow-x: hidden;
35
35
  }
@@ -1,17 +1 @@
1
1
  export { SidePanelDesktop } from './Component.desktop.js';
2
- import 'react';
3
- import 'react-merge-refs';
4
- import 'classnames';
5
- import '@alfalab/core-components-drawer/modern';
6
- import '../components/content/Component.desktop.js';
7
- import '../components/content/Component.js';
8
- import '@alfalab/core-components-shared/modern';
9
- import '../Context.js';
10
- import '@alfalab/core-components-base-modal/modern';
11
- import '../ResponsiveContext.js';
12
- import '../components/controls/Component.js';
13
- import '../layout.module-a8ffdbd1.js';
14
- import '../components/footer/Component.desktop.js';
15
- import '../components/footer/Component.js';
16
- import '../components/header/Component.js';
17
- import '@alfalab/core-components-navigation-bar/modern';