@alfalab/core-components-side-panel 3.0.15 → 4.0.0

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 (139) hide show
  1. package/Component.desktop.d.ts +2 -2
  2. package/Component.desktop.js +2 -2
  3. package/Component.mobile.js +2 -2
  4. package/Component.responsive.d.ts +2 -2
  5. package/Component.responsive.js +2 -3
  6. package/components/content/Component.desktop.js +1 -1
  7. package/components/content/Component.js +1 -1
  8. package/components/content/Component.mobile.js +1 -1
  9. package/components/content/desktop.css +3 -3
  10. package/components/content/index.css +4 -4
  11. package/components/content/mobile.css +3 -3
  12. package/components/footer/Component.desktop.js +1 -1
  13. package/components/footer/Component.js +2 -2
  14. package/components/footer/Component.mobile.js +1 -1
  15. package/components/footer/desktop.css +3 -3
  16. package/components/footer/index.css +4 -4
  17. package/components/footer/layout.css +25 -25
  18. package/components/footer/mobile.css +7 -7
  19. package/components/header/Component.js +3 -3
  20. package/components/header/desktop.css +5 -5
  21. package/components/header/index.css +14 -14
  22. package/components/header/mobile.css +4 -4
  23. package/cssm/Component.desktop.d.ts +2 -2
  24. package/cssm/Component.responsive.d.ts +2 -2
  25. package/cssm/Component.responsive.js +2 -3
  26. package/cssm/index.d.ts +2 -2
  27. package/cssm/index.js +4 -4
  28. package/cssm/shared.d.ts +1 -0
  29. package/cssm/shared.js +10 -0
  30. package/desktop.css +3 -3
  31. package/esm/Component.desktop.d.ts +2 -2
  32. package/esm/Component.desktop.js +2 -2
  33. package/esm/Component.mobile.js +2 -2
  34. package/esm/Component.responsive.d.ts +2 -2
  35. package/esm/Component.responsive.js +1 -2
  36. package/esm/components/content/Component.desktop.js +1 -1
  37. package/esm/components/content/Component.js +1 -1
  38. package/esm/components/content/Component.mobile.js +1 -1
  39. package/esm/components/content/desktop.css +3 -3
  40. package/esm/components/content/index.css +4 -4
  41. package/esm/components/content/mobile.css +3 -3
  42. package/esm/components/footer/Component.desktop.js +1 -1
  43. package/esm/components/footer/Component.js +2 -2
  44. package/esm/components/footer/Component.mobile.js +1 -1
  45. package/esm/components/footer/desktop.css +3 -3
  46. package/esm/components/footer/index.css +4 -4
  47. package/esm/components/footer/layout.css +25 -25
  48. package/esm/components/footer/mobile.css +7 -7
  49. package/esm/components/header/Component.js +3 -3
  50. package/esm/components/header/desktop.css +5 -5
  51. package/esm/components/header/index.css +14 -14
  52. package/esm/components/header/mobile.css +4 -4
  53. package/esm/desktop.css +3 -3
  54. package/esm/index.d.ts +2 -2
  55. package/esm/index.js +4 -3
  56. package/esm/mobile.css +3 -3
  57. package/esm/shared.d.ts +1 -0
  58. package/esm/shared.js +2 -0
  59. package/esm/transitions.desktop.css +7 -7
  60. package/esm/transitions.mobile.css +8 -8
  61. package/index.d.ts +2 -2
  62. package/index.js +4 -4
  63. package/mobile.css +3 -3
  64. package/modern/Component.desktop.d.ts +2 -2
  65. package/modern/Component.desktop.js +2 -2
  66. package/modern/Component.mobile.js +2 -2
  67. package/modern/Component.responsive.d.ts +2 -2
  68. package/modern/Component.responsive.js +1 -2
  69. package/modern/components/content/Component.desktop.js +1 -1
  70. package/modern/components/content/Component.js +1 -1
  71. package/modern/components/content/Component.mobile.js +1 -1
  72. package/modern/components/content/desktop.css +3 -3
  73. package/modern/components/content/index.css +4 -4
  74. package/modern/components/content/mobile.css +3 -3
  75. package/modern/components/footer/Component.desktop.js +1 -1
  76. package/modern/components/footer/Component.js +2 -2
  77. package/modern/components/footer/Component.mobile.js +1 -1
  78. package/modern/components/footer/desktop.css +3 -3
  79. package/modern/components/footer/index.css +4 -4
  80. package/modern/components/footer/layout.css +25 -25
  81. package/modern/components/footer/mobile.css +7 -7
  82. package/modern/components/header/Component.js +3 -3
  83. package/modern/components/header/desktop.css +5 -5
  84. package/modern/components/header/index.css +14 -14
  85. package/modern/components/header/mobile.css +4 -4
  86. package/modern/desktop.css +3 -3
  87. package/modern/index.d.ts +2 -2
  88. package/modern/index.js +4 -3
  89. package/modern/mobile.css +3 -3
  90. package/modern/shared.d.ts +1 -0
  91. package/modern/shared.js +2 -0
  92. package/modern/transitions.desktop.css +7 -7
  93. package/modern/transitions.mobile.css +8 -8
  94. package/package.json +29 -7
  95. package/shared.d.ts +1 -0
  96. package/shared.js +10 -0
  97. package/src/Component.desktop.tsx +105 -0
  98. package/src/Component.mobile.tsx +57 -0
  99. package/src/Component.responsive.tsx +83 -0
  100. package/src/Context.tsx +3 -0
  101. package/src/ResponsiveContext.ts +5 -0
  102. package/src/components/content/Component.desktop.tsx +19 -0
  103. package/src/components/content/Component.mobile.tsx +12 -0
  104. package/src/components/content/Component.tsx +39 -0
  105. package/src/components/content/desktop.module.css +9 -0
  106. package/src/components/content/index.module.css +16 -0
  107. package/src/components/content/mobile.module.css +9 -0
  108. package/src/components/footer/Component.desktop.tsx +28 -0
  109. package/src/components/footer/Component.mobile.tsx +24 -0
  110. package/src/components/footer/Component.tsx +72 -0
  111. package/src/components/footer/desktop.module.css +9 -0
  112. package/src/components/footer/index.module.css +18 -0
  113. package/src/components/footer/layout.module.css +70 -0
  114. package/src/components/footer/mobile.module.css +25 -0
  115. package/src/components/header/Component.tsx +59 -0
  116. package/src/components/header/desktop.module.css +20 -0
  117. package/src/components/header/index.module.css +66 -0
  118. package/src/components/header/mobile.module.css +17 -0
  119. package/src/desktop.module.css +9 -0
  120. package/src/desktop.ts +1 -0
  121. package/src/index.ts +4 -0
  122. package/src/mobile.module.css +19 -0
  123. package/src/mobile.ts +1 -0
  124. package/src/shared.ts +1 -0
  125. package/src/transitions.desktop.module.css +35 -0
  126. package/src/transitions.mobile.module.css +24 -0
  127. package/src/typings.ts +6 -0
  128. package/src/vars.css +40 -0
  129. package/transitions.desktop.css +7 -7
  130. package/transitions.mobile.css +8 -8
  131. package/cssm/responsive.d.ts +0 -2
  132. package/cssm/responsive.js +0 -42
  133. package/esm/responsive.d.ts +0 -2
  134. package/esm/responsive.js +0 -20
  135. package/modern/responsive.d.ts +0 -2
  136. package/modern/responsive.js +0 -19
  137. package/responsive.d.ts +0 -2
  138. package/responsive.js +0 -28
  139. package/send-stats.js +0 -82
package/esm/index.js CHANGED
@@ -1,11 +1,13 @@
1
- export { SidePanelResponsive } from './Component.responsive.js';
2
- export { ModalContext } from './Context.js';
1
+ export { SidePanelResponsive as SidePanel } from './Component.responsive.js';
3
2
  import 'tslib';
4
3
  import 'react';
5
4
  import '@alfalab/core-components-mq/esm';
5
+ import '@alfalab/core-components-shared/esm';
6
6
  import './components/header/Component.js';
7
7
  import 'classnames';
8
8
  import '@alfalab/core-components-navigation-bar/esm';
9
+ import './Context.js';
10
+ import '@alfalab/core-components-base-modal/esm';
9
11
  import './ResponsiveContext.js';
10
12
  import './Component.desktop.js';
11
13
  import 'react-merge-refs';
@@ -15,6 +17,5 @@ import './components/content/Component.js';
15
17
  import './components/footer/Component.desktop.js';
16
18
  import './components/footer/Component.js';
17
19
  import './Component.mobile.js';
18
- import '@alfalab/core-components-base-modal/esm';
19
20
  import './components/content/Component.mobile.js';
20
21
  import './components/footer/Component.mobile.js';
package/esm/mobile.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1vyzk */
1
+ /* hash: nnz71 */
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,7 +27,7 @@
27
27
  /* mobile */
28
28
 
29
29
  /* paddings */
30
- } .side-panel__component_zv3zp {
30
+ } .side-panel__component_ar6xg {
31
31
  position: fixed;
32
32
  top: 0;
33
33
  flex: 1;
@@ -36,7 +36,7 @@
36
36
  overflow-x: hidden;
37
37
  overflow-y: auto;
38
38
  max-width: 600px;
39
- } .side-panel__mobileContent_zv3zp {
39
+ } .side-panel__mobileContent_ar6xg {
40
40
  display: flex;
41
41
  flex-direction: column;
42
42
  width: 100%;
@@ -0,0 +1 @@
1
+ export { ModalContext } from "./Context";
package/esm/shared.js ADDED
@@ -0,0 +1,2 @@
1
+ export { ModalContext } from './Context.js';
2
+ import '@alfalab/core-components-base-modal/esm';
@@ -1,32 +1,32 @@
1
- /* hash: yzl2y */
2
- .side-panel__enterRight_1pohl {
1
+ /* hash: 19z9l */
2
+ .side-panel__enterRight_co1v7 {
3
3
  opacity: 0;
4
4
  transform: translateX(15px);
5
5
  }
6
6
 
7
- .side-panel__enterLeft_1pohl {
7
+ .side-panel__enterLeft_co1v7 {
8
8
  opacity: 0;
9
9
  transform: translateX(-15px);
10
10
  }
11
11
 
12
- .side-panel__enterActive_1pohl {
12
+ .side-panel__enterActive_co1v7 {
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_1pohl {
18
+ .side-panel__exit_co1v7 {
19
19
  opacity: 1;
20
20
  transform: translateX(0);
21
21
  }
22
22
 
23
- .side-panel__exitActiveRight_1pohl {
23
+ .side-panel__exitActiveRight_co1v7 {
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_1pohl {
29
+ .side-panel__exitActiveLeft_co1v7 {
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: hylit */
2
- .side-panel__appear_12rb3,
3
- .side-panel__enter_12rb3 {
1
+ /* hash: 1qi9d */
2
+ .side-panel__appear_1rr7d,
3
+ .side-panel__enter_1rr7d {
4
4
  opacity: 0;
5
5
  transform: translateY(15px);
6
6
  }
7
7
 
8
- .side-panel__appearActive_12rb3,
9
- .side-panel__enterActive_12rb3 {
8
+ .side-panel__appearActive_1rr7d,
9
+ .side-panel__enterActive_1rr7d {
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_12rb3 {
15
+ .side-panel__exit_1rr7d {
16
16
  opacity: 1;
17
17
  transform: translateY(0);
18
18
  }
19
19
 
20
- .side-panel__exitActive_12rb3,
21
- .side-panel__exitDone_12rb3 {
20
+ .side-panel__exitActive_1rr7d,
21
+ .side-panel__exitDone_1rr7d {
22
22
  opacity: 0;
23
23
  transform: translateY(15px);
24
24
  transition: opacity 200ms ease-out, transform 200ms ease-out;
package/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export * from "./responsive";
2
- export * from "./Context";
1
+ export { SidePanelResponsive as SidePanel, SidePanelResponsiveProps as SidePanelProps } from "./Component.responsive";
2
+ export {};
package/index.js CHANGED
@@ -3,13 +3,15 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var Component_responsive = require('./Component.responsive.js');
6
- var Context = require('./Context.js');
7
6
  require('tslib');
8
7
  require('react');
9
8
  require('@alfalab/core-components-mq');
9
+ require('@alfalab/core-components-shared');
10
10
  require('./components/header/Component.js');
11
11
  require('classnames');
12
12
  require('@alfalab/core-components-navigation-bar');
13
+ require('./Context.js');
14
+ require('@alfalab/core-components-base-modal');
13
15
  require('./ResponsiveContext.js');
14
16
  require('./Component.desktop.js');
15
17
  require('react-merge-refs');
@@ -19,11 +21,9 @@ require('./components/content/Component.js');
19
21
  require('./components/footer/Component.desktop.js');
20
22
  require('./components/footer/Component.js');
21
23
  require('./Component.mobile.js');
22
- require('@alfalab/core-components-base-modal');
23
24
  require('./components/content/Component.mobile.js');
24
25
  require('./components/footer/Component.mobile.js');
25
26
 
26
27
 
27
28
 
28
- exports.SidePanelResponsive = Component_responsive.SidePanelResponsive;
29
- exports.ModalContext = Context.ModalContext;
29
+ exports.SidePanel = Component_responsive.SidePanelResponsive;
package/mobile.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1vyzk */
1
+ /* hash: nnz71 */
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,7 +27,7 @@
27
27
  /* mobile */
28
28
 
29
29
  /* paddings */
30
- } .side-panel__component_zv3zp {
30
+ } .side-panel__component_ar6xg {
31
31
  position: fixed;
32
32
  top: 0;
33
33
  flex: 1;
@@ -36,7 +36,7 @@
36
36
  overflow-x: hidden;
37
37
  overflow-y: auto;
38
38
  max-width: 600px;
39
- } .side-panel__mobileContent_zv3zp {
39
+ } .side-panel__mobileContent_ar6xg {
40
40
  display: flex;
41
41
  flex-direction: column;
42
42
  width: 100%;
@@ -2,7 +2,7 @@
2
2
  import React from 'react';
3
3
  import { BaseModalProps } from "@alfalab/core-components-base-modal";
4
4
  import { DrawerProps } from "@alfalab/core-components-drawer";
5
- type SidePanelDesktopProps = BaseModalProps & Pick<DrawerProps, 'placement' | 'nativeScrollbar' | 'contentTransitionProps' | 'scrollbarProps'> & {
5
+ type SidePanelDesktopProps = BaseModalProps & Pick<DrawerProps, 'placement' | 'nativeScrollbar' | 'contentTransitionProps'> & {
6
6
  /**
7
7
  * Ширина модального окна
8
8
  * @default "s"
@@ -14,7 +14,7 @@ type SidePanelDesktopProps = BaseModalProps & Pick<DrawerProps, 'placement' | 'n
14
14
  */
15
15
  hasCloser?: boolean;
16
16
  };
17
- declare const SidePanelDesktop: React.ForwardRefExoticComponent<BaseModalProps & Pick<DrawerProps, "contentTransitionProps" | "nativeScrollbar" | "placement" | "scrollbarProps"> & {
17
+ declare const SidePanelDesktop: React.ForwardRefExoticComponent<BaseModalProps & Pick<DrawerProps, "contentTransitionProps" | "nativeScrollbar" | "placement"> & {
18
18
  /**
19
19
  * Ширина модального окна
20
20
  * @default "s"
@@ -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_1j215","hidden":"side-panel__hidden_1j215"};
15
+ const styles = {"s":"side-panel__s_1ke29","hidden":"side-panel__hidden_1ke29"};
16
16
  require('./desktop.css')
17
17
 
18
- const transitions = {"enterRight":"side-panel__enterRight_1pohl","enterLeft":"side-panel__enterLeft_1pohl","enterActive":"side-panel__enterActive_1pohl","exit":"side-panel__exit_1pohl","exitActiveRight":"side-panel__exitActiveRight_1pohl","exitActiveLeft":"side-panel__exitActiveLeft_1pohl"};
18
+ const transitions = {"enterRight":"side-panel__enterRight_co1v7","enterLeft":"side-panel__enterLeft_co1v7","enterActive":"side-panel__enterActive_co1v7","exit":"side-panel__exit_co1v7","exitActiveRight":"side-panel__exitActiveRight_co1v7","exitActiveLeft":"side-panel__exitActiveLeft_co1v7"};
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_zv3zp","mobileContent":"side-panel__mobileContent_zv3zp"};
13
+ const styles = {"component":"side-panel__component_ar6xg","mobileContent":"side-panel__mobileContent_ar6xg"};
14
14
  require('./mobile.css')
15
15
 
16
- const transitions = {"appear":"side-panel__appear_12rb3","enter":"side-panel__enter_12rb3","appearActive":"side-panel__appearActive_12rb3","enterActive":"side-panel__enterActive_12rb3","exit":"side-panel__exit_12rb3","exitActive":"side-panel__exitActive_12rb3","exitDone":"side-panel__exitDone_12rb3"};
16
+ const transitions = {"appear":"side-panel__appear_1rr7d","enter":"side-panel__enter_1rr7d","appearActive":"side-panel__appearActive_1rr7d","enterActive":"side-panel__enterActive_1rr7d","exit":"side-panel__exit_1rr7d","exitActive":"side-panel__exitActive_1rr7d","exitDone":"side-panel__exitDone_1rr7d"};
17
17
  require('./transitions.mobile.css')
18
18
 
19
19
  const contextValue = { size: 's', view: 'mobile' };
@@ -2,7 +2,7 @@
2
2
  import React from 'react';
3
3
  import { BaseModalProps } from "@alfalab/core-components-base-modal";
4
4
  import { DrawerProps } from "@alfalab/core-components-drawer";
5
- type SidePanelResponsiveProps = BaseModalProps & Pick<DrawerProps, 'contentTransitionProps' | 'placement' | 'nativeScrollbar' | 'scrollbarProps'> & {
5
+ type SidePanelResponsiveProps = BaseModalProps & Pick<DrawerProps, 'contentTransitionProps' | 'placement' | 'nativeScrollbar'> & {
6
6
  /**
7
7
  * Ширина модального окна
8
8
  * @default "s"
@@ -23,7 +23,7 @@ type SidePanelResponsiveProps = BaseModalProps & Pick<DrawerProps, 'contentTrans
23
23
  */
24
24
  defaultMatchMediaValue?: boolean | (() => boolean);
25
25
  };
26
- declare const SidePanelResponsive: React.ForwardRefExoticComponent<BaseModalProps & Pick<DrawerProps, "contentTransitionProps" | "nativeScrollbar" | "placement" | "scrollbarProps"> & {
26
+ declare const SidePanelResponsive: React.ForwardRefExoticComponent<BaseModalProps & Pick<DrawerProps, "contentTransitionProps" | "nativeScrollbar" | "placement"> & {
27
27
  /**
28
28
  * Ширина модального окна
29
29
  * @default "s"
@@ -1,5 +1,6 @@
1
1
  import React, { forwardRef, useMemo, useContext } from 'react';
2
2
  import { useMatchMedia } from '@alfalab/core-components-mq/modern';
3
+ import { isClient } from '@alfalab/core-components-shared/modern';
3
4
  import { Header } from './components/header/Component.js';
4
5
  import { SidePanelDesktop } from './Component.desktop.js';
5
6
  import { SidePanelMobile } from './Component.mobile.js';
@@ -17,8 +18,6 @@ import './components/footer/Component.js';
17
18
  import './components/content/Component.mobile.js';
18
19
  import './components/footer/Component.mobile.js';
19
20
 
20
- const isClient = () => typeof window !== 'undefined';
21
-
22
21
  function createResponsive(desktop, mobile) {
23
22
  // eslint-disable-next-line
24
23
  function ResponsiveChild(props) {
@@ -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_1l6oo"};
7
+ const styles = {"s":"side-panel__s_z60ch"};
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_1xrb7","withHeader":"side-panel__withHeader_1xrb7","flex":"side-panel__flex_1xrb7"};
6
+ const styles = {"content":"side-panel__content_19kab","withHeader":"side-panel__withHeader_19kab","flex":"side-panel__flex_19kab"};
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_1ehdj"};
7
+ const styles = {"content":"side-panel__content_p8trm"};
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: 1owja */
1
+ /* hash: y6flx */
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_1l6oo {
33
+ } .side-panel__s_z60ch {
34
34
  padding: var(--side-panel-s-content-paddings)
35
- } .side-panel__s_1l6oo:last-child {
35
+ } .side-panel__s_z60ch:last-child {
36
36
  padding-bottom: var(--gap-2xl);
37
37
  }
@@ -1,4 +1,4 @@
1
- /* hash: 9gqac */
1
+ /* hash: 1hrqo */
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_1xrb7 {
30
+ } .side-panel__content_19kab {
31
31
  position: relative;
32
32
  box-sizing: border-box;
33
33
  width: 100%;
34
34
  z-index: 0
35
- } .side-panel__content_1xrb7.side-panel__withHeader_1xrb7 {
35
+ } .side-panel__content_19kab.side-panel__withHeader_19kab {
36
36
  padding-top: 0;
37
- } .side-panel__flex_1xrb7 {
37
+ } .side-panel__flex_19kab {
38
38
  flex: 1 1 auto;
39
39
  }
@@ -1,4 +1,4 @@
1
- /* hash: 8d4kb */
1
+ /* hash: 1ekzx */
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_1ehdj {
31
+ } .side-panel__content_p8trm {
32
32
  padding: var(--gap-m) var(--gap-m) 0
33
- } .side-panel__content_1ehdj:last-child {
33
+ } .side-panel__content_p8trm: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_5hji9","s":"side-panel__s_5hji9"};
7
+ const styles = {"sticky":"side-panel__sticky_lv3dk","s":"side-panel__s_lv3dk"};
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_wzrlq","sticky":"side-panel__sticky_wzrlq","highlighted":"side-panel__highlighted_wzrlq"};
6
+ const styles = {"footer":"side-panel__footer_1fjo0","sticky":"side-panel__sticky_1fjo0","highlighted":"side-panel__highlighted_1fjo0"};
7
7
  require('./index.css')
8
8
 
9
- const layoutStyles = {"column":"side-panel__column_1m78d","gap-16":"side-panel__gap-16_1m78d","gap-24":"side-panel__gap-24_1m78d","gap-32":"side-panel__gap-32_1m78d","start":"side-panel__start_1m78d","center":"side-panel__center_1m78d","space-between":"side-panel__space-between_1m78d"};
9
+ const layoutStyles = {"column":"side-panel__column_3jo6w","gap-16":"side-panel__gap-16_3jo6w","gap-24":"side-panel__gap-24_3jo6w","gap-32":"side-panel__gap-32_3jo6w","start":"side-panel__start_3jo6w","center":"side-panel__center_3jo6w","space-between":"side-panel__space-between_3jo6w"};
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_mlrjr","sticky":"side-panel__sticky_mlrjr","column":"side-panel__column_mlrjr"};
7
+ const styles = {"footer":"side-panel__footer_3ww89","sticky":"side-panel__sticky_3ww89","column":"side-panel__column_3ww89"};
8
8
  require('./mobile.css')
9
9
 
10
10
  const FooterMobile = ({ className, sticky, layout = 'start', ...restProps }) => (React.createElement(Footer, { className: cn(className, styles.footer, styles[layout], {
@@ -1,4 +1,4 @@
1
- /* hash: 1dhtr */
1
+ /* hash: n0dkk */
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_5hji9 {
33
+ } .side-panel__sticky_lv3dk {
34
34
  bottom: 0;
35
- } .side-panel__s_5hji9 {
35
+ } .side-panel__s_lv3dk {
36
36
  padding: var(--side-panel-s-footer-paddings);
37
37
  }
@@ -1,4 +1,4 @@
1
- /* hash: kcsu2 */
1
+ /* hash: 1swgp */
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_wzrlq {
35
+ } .side-panel__footer_1fjo0 {
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_wzrlq {
39
+ } .side-panel__sticky_1fjo0 {
40
40
  background: var(--side-panel-footer-background);
41
41
  position: sticky;
42
42
  z-index: 1;
43
- } .side-panel__highlighted_wzrlq {
43
+ } .side-panel__highlighted_1fjo0 {
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: 79drj */
1
+ /* hash: 1ft1m */
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,45 +31,45 @@
31
31
  /* mobile */
32
32
 
33
33
  /* paddings */
34
- } .side-panel__column_1m78d {
34
+ } .side-panel__column_3jo6w {
35
35
  display: flex;
36
36
  flex-direction: column
37
- } .side-panel__column_1m78d > * {
37
+ } .side-panel__column_3jo6w > * {
38
38
  margin-bottom: var(--side-panel-footer-default-gap);
39
- } .side-panel__column_1m78d > *:last-child,
40
- .side-panel__column_1m78d > *:only-child {
39
+ } .side-panel__column_3jo6w > *:last-child,
40
+ .side-panel__column_3jo6w > *:only-child {
41
41
  margin-bottom: 0;
42
- } .side-panel__column_1m78d.side-panel__gap-16_1m78d > * {
42
+ } .side-panel__column_3jo6w.side-panel__gap-16_3jo6w > * {
43
43
  margin-bottom: var(--gap-m);
44
- } .side-panel__column_1m78d.side-panel__gap-24_1m78d > * {
44
+ } .side-panel__column_3jo6w.side-panel__gap-24_3jo6w > * {
45
45
  margin-bottom: var(--gap-xl);
46
- } .side-panel__column_1m78d.side-panel__gap-32_1m78d > * {
46
+ } .side-panel__column_3jo6w.side-panel__gap-32_3jo6w > * {
47
47
  margin-bottom: var(--gap-2xl);
48
- } .side-panel__start_1m78d {
48
+ } .side-panel__start_3jo6w {
49
49
  justify-content: flex-start;
50
- } .side-panel__center_1m78d {
50
+ } .side-panel__center_3jo6w {
51
51
  justify-content: center;
52
- } .side-panel__space-between_1m78d {
52
+ } .side-panel__space-between_3jo6w {
53
53
  justify-content: space-between
54
- } .side-panel__space-between_1m78d > * {
54
+ } .side-panel__space-between_3jo6w > * {
55
55
  flex: 1;
56
- } .side-panel__start_1m78d,
57
- .side-panel__center_1m78d,
58
- .side-panel__space-between_1m78d {
56
+ } .side-panel__start_3jo6w,
57
+ .side-panel__center_3jo6w,
58
+ .side-panel__space-between_3jo6w {
59
59
  display: flex
60
- } .side-panel__start_1m78d > *, .side-panel__center_1m78d > *, .side-panel__space-between_1m78d > * {
60
+ } .side-panel__start_3jo6w > *, .side-panel__center_3jo6w > *, .side-panel__space-between_3jo6w > * {
61
61
  margin-right: var(--side-panel-footer-default-gap);
62
- } .side-panel__start_1m78d > *:last-child,
63
- .side-panel__start_1m78d > *:only-child,
64
- .side-panel__center_1m78d > *:last-child,
65
- .side-panel__center_1m78d > *:only-child,
66
- .side-panel__space-between_1m78d > *:last-child,
67
- .side-panel__space-between_1m78d > *:only-child {
62
+ } .side-panel__start_3jo6w > *:last-child,
63
+ .side-panel__start_3jo6w > *:only-child,
64
+ .side-panel__center_3jo6w > *:last-child,
65
+ .side-panel__center_3jo6w > *:only-child,
66
+ .side-panel__space-between_3jo6w > *:last-child,
67
+ .side-panel__space-between_3jo6w > *:only-child {
68
68
  margin-right: 0;
69
- } .side-panel__start_1m78d.side-panel__gap-16_1m78d > *, .side-panel__center_1m78d.side-panel__gap-16_1m78d > *, .side-panel__space-between_1m78d.side-panel__gap-16_1m78d > * {
69
+ } .side-panel__start_3jo6w.side-panel__gap-16_3jo6w > *, .side-panel__center_3jo6w.side-panel__gap-16_3jo6w > *, .side-panel__space-between_3jo6w.side-panel__gap-16_3jo6w > * {
70
70
  margin-right: var(--gap-m);
71
- } .side-panel__start_1m78d.side-panel__gap-24_1m78d > *, .side-panel__center_1m78d.side-panel__gap-24_1m78d > *, .side-panel__space-between_1m78d.side-panel__gap-24_1m78d > * {
71
+ } .side-panel__start_3jo6w.side-panel__gap-24_3jo6w > *, .side-panel__center_3jo6w.side-panel__gap-24_3jo6w > *, .side-panel__space-between_3jo6w.side-panel__gap-24_3jo6w > * {
72
72
  margin-right: var(--gap-xl);
73
- } .side-panel__start_1m78d.side-panel__gap-32_1m78d > *, .side-panel__center_1m78d.side-panel__gap-32_1m78d > *, .side-panel__space-between_1m78d.side-panel__gap-32_1m78d > * {
73
+ } .side-panel__start_3jo6w.side-panel__gap-32_3jo6w > *, .side-panel__center_3jo6w.side-panel__gap-32_3jo6w > *, .side-panel__space-between_3jo6w.side-panel__gap-32_3jo6w > * {
74
74
  margin-right: var(--gap-2xl);
75
75
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1q8ar */
1
+ /* hash: 26v7p */
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 */
@@ -29,16 +29,16 @@
29
29
  /* mobile */
30
30
 
31
31
  /* paddings */
32
- } .side-panel__footer_mlrjr {
32
+ } .side-panel__footer_3ww89 {
33
33
  padding: var(--gap-m);
34
- } .side-panel__sticky_mlrjr {
34
+ } .side-panel__sticky_3ww89 {
35
35
  bottom: 0;
36
- } .side-panel__column_mlrjr {
36
+ } .side-panel__column_3ww89 {
37
37
  flex-direction: column-reverse
38
- } .side-panel__column_mlrjr > * {
38
+ } .side-panel__column_3ww89 > * {
39
39
  margin-bottom: 0;
40
- } .side-panel__column_mlrjr > *:last-child {
40
+ } .side-panel__column_3ww89 > *:last-child {
41
41
  margin-bottom: var(--side-panel-footer-default-gap);
42
- } .side-panel__column_mlrjr > *:only-child {
42
+ } .side-panel__column_3ww89 > *:only-child {
43
43
  margin-bottom: 0;
44
44
  }
@@ -5,13 +5,13 @@ import { ModalContext } from '../../Context.js';
5
5
  import { ResponsiveContext } from '../../ResponsiveContext.js';
6
6
  import '@alfalab/core-components-base-modal/modern';
7
7
 
8
- const desktopStyles = {"content":"side-panel__content_4g66z","s":"side-panel__s_4g66z","sticky":"side-panel__sticky_4g66z"};
8
+ const desktopStyles = {"content":"side-panel__content_xsj96","s":"side-panel__s_xsj96","sticky":"side-panel__sticky_xsj96"};
9
9
  require('./desktop.css')
10
10
 
11
- const styles = {"header":"side-panel__header_16seh","hasContent":"side-panel__hasContent_16seh","highlighted":"side-panel__highlighted_16seh","sticky":"side-panel__sticky_16seh","backgroundImage":"side-panel__backgroundImage_16seh","content":"side-panel__content_16seh","title":"side-panel__title_16seh","addon":"side-panel__addon_16seh","closer":"side-panel__closer_16seh","right":"side-panel__right_16seh","trim":"side-panel__trim_16seh"};
11
+ const styles = {"header":"side-panel__header_15gdd","hasContent":"side-panel__hasContent_15gdd","highlighted":"side-panel__highlighted_15gdd","sticky":"side-panel__sticky_15gdd","backgroundImage":"side-panel__backgroundImage_15gdd","content":"side-panel__content_15gdd","title":"side-panel__title_15gdd","addon":"side-panel__addon_15gdd","closer":"side-panel__closer_15gdd","right":"side-panel__right_15gdd","trim":"side-panel__trim_15gdd"};
12
12
  require('./index.css')
13
13
 
14
- const mobileStyles = {"header":"side-panel__header_1i6dr","sticky":"side-panel__sticky_1i6dr","content":"side-panel__content_1i6dr"};
14
+ const mobileStyles = {"header":"side-panel__header_6bhp6","sticky":"side-panel__sticky_6bhp6","content":"side-panel__content_6bhp6"};
15
15
  require('./mobile.css')
16
16
 
17
17
  const Header = ({ className, children, contentClassName, title, sticky, hasCloser = true, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: vh5pi */
1
+ /* hash: 1lylw */
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_4g66z {
40
+ } .side-panel__content_xsj96 {
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_4g66z .side-panel__content_4g66z {
43
+ } .side-panel__s_xsj96 .side-panel__content_xsj96 {
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_4g66z {
47
+ } .side-panel__s_xsj96 {
48
48
  padding: var(--side-panel-s-header-paddings);
49
- } .side-panel__sticky_4g66z {
49
+ } .side-panel__sticky_xsj96 {
50
50
  top: 0;
51
51
  }