@alfalab/core-components-side-panel 2.1.3 → 2.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (101) hide show
  1. package/Component.desktop.js +3 -3
  2. package/Component.mobile.js +3 -3
  3. package/Component.responsive.d.ts +1 -1
  4. package/Component.responsive.js +1 -1
  5. package/components/closer/Component.js +2 -2
  6. package/components/closer/index.css +4 -4
  7. package/components/content/Component.desktop.js +2 -2
  8. package/components/content/Component.js +1 -1
  9. package/components/content/Component.mobile.js +2 -2
  10. package/components/content/desktop.css +3 -3
  11. package/components/content/index.css +3 -3
  12. package/components/content/mobile.css +3 -3
  13. package/components/footer/Component.desktop.js +2 -2
  14. package/components/footer/Component.js +2 -2
  15. package/components/footer/Component.mobile.js +2 -2
  16. package/components/footer/desktop.css +3 -3
  17. package/components/footer/index.css +5 -4
  18. package/components/footer/layout.css +25 -25
  19. package/components/footer/mobile.css +3 -3
  20. package/components/header/Component.desktop.js +2 -2
  21. package/components/header/Component.js +2 -2
  22. package/components/header/Component.mobile.js +2 -2
  23. package/components/header/desktop.css +6 -6
  24. package/components/header/index.css +18 -17
  25. package/components/header/mobile.css +3 -3
  26. package/cssm/Component.responsive.d.ts +1 -1
  27. package/cssm/components/footer/index.module.css +1 -0
  28. package/cssm/components/header/index.module.css +2 -1
  29. package/desktop.css +3 -3
  30. package/desktop.js +1 -1
  31. package/esm/Component.desktop.js +3 -3
  32. package/esm/Component.mobile.js +3 -3
  33. package/esm/Component.responsive.d.ts +1 -1
  34. package/esm/Component.responsive.js +1 -1
  35. package/esm/components/closer/Component.js +2 -2
  36. package/esm/components/closer/index.css +4 -4
  37. package/esm/components/content/Component.desktop.js +2 -2
  38. package/esm/components/content/Component.js +1 -1
  39. package/esm/components/content/Component.mobile.js +2 -2
  40. package/esm/components/content/desktop.css +3 -3
  41. package/esm/components/content/index.css +3 -3
  42. package/esm/components/content/mobile.css +3 -3
  43. package/esm/components/footer/Component.desktop.js +2 -2
  44. package/esm/components/footer/Component.js +2 -2
  45. package/esm/components/footer/Component.mobile.js +2 -2
  46. package/esm/components/footer/desktop.css +3 -3
  47. package/esm/components/footer/index.css +5 -4
  48. package/esm/components/footer/layout.css +25 -25
  49. package/esm/components/footer/mobile.css +3 -3
  50. package/esm/components/header/Component.desktop.js +2 -2
  51. package/esm/components/header/Component.js +2 -2
  52. package/esm/components/header/Component.mobile.js +2 -2
  53. package/esm/components/header/desktop.css +6 -6
  54. package/esm/components/header/index.css +18 -17
  55. package/esm/components/header/mobile.css +3 -3
  56. package/esm/desktop.css +3 -3
  57. package/esm/desktop.js +1 -1
  58. package/esm/index.js +1 -1
  59. package/esm/mobile.css +2 -2
  60. package/esm/mobile.js +1 -1
  61. package/esm/responsive.js +1 -1
  62. package/esm/transitions.desktop.css +8 -8
  63. package/esm/transitions.mobile.css +8 -8
  64. package/esm/{tslib.es6-c00a5733.d.ts → tslib.es6-ae0d0472.d.ts} +0 -0
  65. package/esm/{tslib.es6-c00a5733.js → tslib.es6-ae0d0472.js} +0 -0
  66. package/index.js +1 -1
  67. package/mobile.css +2 -2
  68. package/mobile.js +1 -1
  69. package/modern/Component.desktop.js +2 -2
  70. package/modern/Component.mobile.js +2 -2
  71. package/modern/components/closer/Component.js +1 -1
  72. package/modern/components/closer/index.css +4 -4
  73. package/modern/components/content/Component.desktop.js +1 -1
  74. package/modern/components/content/Component.js +1 -1
  75. package/modern/components/content/Component.mobile.js +1 -1
  76. package/modern/components/content/desktop.css +3 -3
  77. package/modern/components/content/index.css +3 -3
  78. package/modern/components/content/mobile.css +3 -3
  79. package/modern/components/footer/Component.desktop.js +1 -1
  80. package/modern/components/footer/Component.js +2 -2
  81. package/modern/components/footer/Component.mobile.js +1 -1
  82. package/modern/components/footer/desktop.css +3 -3
  83. package/modern/components/footer/index.css +5 -4
  84. package/modern/components/footer/layout.css +25 -25
  85. package/modern/components/footer/mobile.css +3 -3
  86. package/modern/components/header/Component.desktop.js +1 -1
  87. package/modern/components/header/Component.js +1 -1
  88. package/modern/components/header/Component.mobile.js +1 -1
  89. package/modern/components/header/desktop.css +6 -6
  90. package/modern/components/header/index.css +18 -17
  91. package/modern/components/header/mobile.css +3 -3
  92. package/modern/desktop.css +3 -3
  93. package/modern/mobile.css +2 -2
  94. package/modern/transitions.desktop.css +8 -8
  95. package/modern/transitions.mobile.css +8 -8
  96. package/package.json +3 -3
  97. package/responsive.js +1 -1
  98. package/transitions.desktop.css +8 -8
  99. package/transitions.mobile.css +8 -8
  100. /package/{tslib.es6-45d2a531.d.ts → tslib.es6-8f8531e8.d.ts} +0 -0
  101. /package/{tslib.es6-45d2a531.js → tslib.es6-8f8531e8.js} +0 -0
@@ -40,7 +40,8 @@
40
40
  box-shadow: var(--side-panel-header-highlight-box-shadow);
41
41
  }
42
42
  .sticky {
43
- position: sticky
43
+ position: sticky;
44
+ z-index: 1
44
45
  }
45
46
  .sticky.hasContent {
46
47
  background: var(--side-panel-header-background);
package/desktop.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: l6ygl */
1
+ /* hash: pm4f7 */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -20,9 +20,9 @@
20
20
 
21
21
  /* mobile */
22
22
  }
23
- .side-panel__s_xrx09 {
23
+ .side-panel__s_han1q {
24
24
  width: var(--side-panel-s-width);
25
25
  }
26
- .side-panel__hidden_xrx09 {
26
+ .side-panel__hidden_han1q {
27
27
  overflow-x: hidden;
28
28
  }
package/desktop.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('./tslib.es6-45d2a531.js');
5
+ require('./tslib.es6-8f8531e8.js');
6
6
  require('react');
7
7
  require('classnames');
8
8
  require('@alfalab/core-components-drawer');
@@ -1,4 +1,4 @@
1
- import { _ as __rest, a as __assign } from './tslib.es6-c00a5733.js';
1
+ import { _ as __rest, a as __assign } from './tslib.es6-ae0d0472.js';
2
2
  import React, { forwardRef, useRef, isValidElement, cloneElement } from 'react';
3
3
  import cn from 'classnames';
4
4
  import { Drawer } from '@alfalab/core-components-drawer/esm';
@@ -15,10 +15,10 @@ import { ContentDesktop } from './components/content/Component.desktop.js';
15
15
  import './components/footer/Component.js';
16
16
  import { FooterDesktop } from './components/footer/Component.desktop.js';
17
17
 
18
- var styles = {"s":"side-panel__s_xrx09","hidden":"side-panel__hidden_xrx09"};
18
+ var styles = {"s":"side-panel__s_han1q","hidden":"side-panel__hidden_han1q"};
19
19
  require('./desktop.css')
20
20
 
21
- var transitions = {"appear":"side-panel__appear_3qety","enter":"side-panel__enter_3qety","appearActive":"side-panel__appearActive_3qety","enterActive":"side-panel__enterActive_3qety","exit":"side-panel__exit_3qety","exitActive":"side-panel__exitActive_3qety","exitDone":"side-panel__exitDone_3qety"};
21
+ var transitions = {"appear":"side-panel__appear_k7osg","enter":"side-panel__enter_k7osg","appearActive":"side-panel__appearActive_k7osg","enterActive":"side-panel__enterActive_k7osg","exit":"side-panel__exit_k7osg","exitActive":"side-panel__exitActive_k7osg","exitDone":"side-panel__exitDone_k7osg"};
22
22
  require('./transitions.desktop.css')
23
23
 
24
24
  var SidePanelDesktopComponent = forwardRef(function (_a, ref) {
@@ -1,4 +1,4 @@
1
- import { _ as __rest, a as __assign } from './tslib.es6-c00a5733.js';
1
+ import { _ as __rest, a as __assign } from './tslib.es6-ae0d0472.js';
2
2
  import React, { forwardRef } from 'react';
3
3
  import cn from 'classnames';
4
4
  import { BaseModal } from '@alfalab/core-components-base-modal/esm';
@@ -14,10 +14,10 @@ import { HeaderMobile } from './components/header/Component.mobile.js';
14
14
  import { ContentMobile } from './components/content/Component.mobile.js';
15
15
  import { FooterMobile } from './components/footer/Component.mobile.js';
16
16
 
17
- var styles = {"component":"side-panel__component_amj3s"};
17
+ var styles = {"component":"side-panel__component_r3t2b"};
18
18
  require('./mobile.css')
19
19
 
20
- var transitions = {"appear":"side-panel__appear_1gign","enter":"side-panel__enter_1gign","appearActive":"side-panel__appearActive_1gign","enterActive":"side-panel__enterActive_1gign","exit":"side-panel__exit_1gign","exitActive":"side-panel__exitActive_1gign","exitDone":"side-panel__exitDone_1gign"};
20
+ var transitions = {"appear":"side-panel__appear_1016p","enter":"side-panel__enter_1016p","appearActive":"side-panel__appearActive_1016p","enterActive":"side-panel__enterActive_1016p","exit":"side-panel__exit_1016p","exitActive":"side-panel__exitActive_1016p","exitDone":"side-panel__exitDone_1016p"};
21
21
  require('./transitions.mobile.css')
22
22
 
23
23
  var SidePanelMobileComponent = forwardRef(function (_a, ref) {
@@ -35,7 +35,7 @@ declare const SidePanelResponsive: React.ForwardRefExoticComponent<BaseModalProp
35
35
  */
36
36
  hasCloser?: boolean | undefined;
37
37
  } & React.RefAttributes<HTMLDivElement>> & {
38
- Header: React.FC<import("./components/header/Component.desktop").HeaderDesktopProps> | React.FC<import("./components/header/Component.mobile").HeaderMobileProps>;
38
+ Header: React.FC<import("./components/header/Component.mobile").HeaderMobileProps> | React.FC<import("./components/header/Component.desktop").HeaderDesktopProps>;
39
39
  Content: React.FC<import("./components/content/Component").ContentProps> | React.FC<import("./components/content/Component.desktop").ContentDesktopProps>;
40
40
  Footer: React.FC<import("./components/footer/Component").FooterProps> | React.FC<import("./components/footer/Component.desktop").FooterDesktopProps>;
41
41
  Closer: React.FC<import("./components/closer/Component").CloserProps>;
@@ -1,4 +1,4 @@
1
- import { _ as __rest, a as __assign } from './tslib.es6-c00a5733.js';
1
+ import { _ as __rest, a as __assign } from './tslib.es6-ae0d0472.js';
2
2
  import React, { forwardRef, useMemo, useContext } from 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/core-components-drawer/esm';
@@ -1,4 +1,4 @@
1
- import { _ as __rest, a as __assign } from '../../tslib.es6-c00a5733.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-ae0d0472.js';
2
2
  import React, { useContext, useCallback } from 'react';
3
3
  import cn from 'classnames';
4
4
  import '@alfalab/core-components-base-modal/esm';
@@ -6,7 +6,7 @@ import { ModalContext } from '../../Context.js';
6
6
  import { IconButton } from '@alfalab/core-components-icon-button/esm';
7
7
  import { CrossHeavyMIcon } from '@alfalab/icons-glyph/CrossHeavyMIcon';
8
8
 
9
- var styles = {"closer":"side-panel__closer_1boov","button":"side-panel__button_1boov","sticky":"side-panel__sticky_1boov"};
9
+ var styles = {"closer":"side-panel__closer_v7eww","button":"side-panel__button_v7eww","sticky":"side-panel__sticky_v7eww"};
10
10
  require('./index.css')
11
11
 
12
12
  /**
@@ -1,4 +1,4 @@
1
- /* hash: kst8x */
1
+ /* hash: epoa2 */
2
2
  :root {
3
3
  --color-light-bg-primary-alpha-40: rgba(255, 255, 255, 0.4);
4
4
  }
@@ -25,7 +25,7 @@
25
25
  :root {
26
26
  --side-panel-closer-bg-color: var(--color-light-bg-primary-alpha-40);
27
27
  }
28
- .side-panel__closer_1boov {
28
+ .side-panel__closer_v7eww {
29
29
  flex-shrink: 0;
30
30
  width: 48px;
31
31
  height: 48px;
@@ -34,13 +34,13 @@
34
34
  align-items: center;
35
35
  justify-content: center;
36
36
  }
37
- .side-panel__button_1boov {
37
+ .side-panel__button_v7eww {
38
38
  background: var(--side-panel-closer-bg-color);
39
39
  -webkit-backdrop-filter: blur(10px);
40
40
  backdrop-filter: blur(10px);
41
41
  border-radius: 50px;
42
42
  }
43
- .side-panel__sticky_1boov {
43
+ .side-panel__sticky_v7eww {
44
44
  position: sticky;
45
45
  top: 0;
46
46
  }
@@ -1,11 +1,11 @@
1
- import { _ as __rest, a as __assign } from '../../tslib.es6-c00a5733.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-ae0d0472.js';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
4
  import '@alfalab/core-components-base-modal/esm';
5
5
  import '../../Context.js';
6
6
  import { Content } from './Component.js';
7
7
 
8
- var styles = {"s":"side-panel__s_1d12u"};
8
+ var styles = {"s":"side-panel__s_wjsvi"};
9
9
  require('./desktop.css')
10
10
 
11
11
  var ContentDesktop = function (_a) {
@@ -3,7 +3,7 @@ import cn from 'classnames';
3
3
  import '@alfalab/core-components-base-modal/esm';
4
4
  import { ModalContext } from '../../Context.js';
5
5
 
6
- var styles = {"content":"side-panel__content_37ijo","flex":"side-panel__flex_37ijo"};
6
+ var styles = {"content":"side-panel__content_1lrcn","flex":"side-panel__flex_1lrcn"};
7
7
  require('./index.css')
8
8
 
9
9
  var Content = function (_a) {
@@ -1,11 +1,11 @@
1
- import { _ as __rest, a as __assign } from '../../tslib.es6-c00a5733.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-ae0d0472.js';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
4
  import '@alfalab/core-components-base-modal/esm';
5
5
  import '../../Context.js';
6
6
  import { Content } from './Component.js';
7
7
 
8
- var styles = {"content":"side-panel__content_1qkq4"};
8
+ var styles = {"content":"side-panel__content_80w0y"};
9
9
  require('./mobile.css')
10
10
 
11
11
  var ContentMobile = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1h4od */
1
+ /* hash: s592v */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -23,9 +23,9 @@
23
23
 
24
24
  /* mobile */
25
25
  }
26
- .side-panel__s_1d12u {
26
+ .side-panel__s_wjsvi {
27
27
  padding: var(--side-panel-s-content-paddings)
28
28
  }
29
- .side-panel__s_1d12u:last-child {
29
+ .side-panel__s_wjsvi:last-child {
30
30
  padding-bottom: var(--gap-2xl);
31
31
  }
@@ -1,4 +1,4 @@
1
- /* hash: 3k14j */
1
+ /* hash: 1o40t */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -19,10 +19,10 @@
19
19
 
20
20
  /* mobile */
21
21
  }
22
- .side-panel__content_37ijo {
22
+ .side-panel__content_1lrcn {
23
23
  box-sizing: border-box;
24
24
  width: 100%;
25
25
  }
26
- .side-panel__flex_37ijo {
26
+ .side-panel__flex_1lrcn {
27
27
  flex: 1 1 auto;
28
28
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1imom */
1
+ /* hash: 12n9n */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -22,9 +22,9 @@
22
22
 
23
23
  /* mobile */
24
24
  }
25
- .side-panel__content_1qkq4 {
25
+ .side-panel__content_80w0y {
26
26
  padding: 0 var(--gap-m)
27
27
  }
28
- .side-panel__content_1qkq4:last-child {
28
+ .side-panel__content_80w0y:last-child {
29
29
  padding-bottom: var(--gap-m);
30
30
  }
@@ -1,11 +1,11 @@
1
- import { _ as __rest, a as __assign } from '../../tslib.es6-c00a5733.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-ae0d0472.js';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
4
  import '@alfalab/core-components-base-modal/esm';
5
5
  import '../../Context.js';
6
6
  import { Footer } from './Component.js';
7
7
 
8
- var styles = {"sticky":"side-panel__sticky_1wbf3","s":"side-panel__s_1wbf3"};
8
+ var styles = {"sticky":"side-panel__sticky_1fu54","s":"side-panel__s_1fu54"};
9
9
  require('./desktop.css')
10
10
 
11
11
  var FooterDesktop = function (_a) {
@@ -3,10 +3,10 @@ import cn from 'classnames';
3
3
  import '@alfalab/core-components-base-modal/esm';
4
4
  import { ModalContext } from '../../Context.js';
5
5
 
6
- var styles = {"footer":"side-panel__footer_xk5ge","sticky":"side-panel__sticky_xk5ge","highlighted":"side-panel__highlighted_xk5ge"};
6
+ var styles = {"footer":"side-panel__footer_h2vhw","sticky":"side-panel__sticky_h2vhw","highlighted":"side-panel__highlighted_h2vhw"};
7
7
  require('./index.css')
8
8
 
9
- var layoutStyles = {"column":"side-panel__column_xo4fz","gap-16":"side-panel__gap-16_xo4fz","gap-24":"side-panel__gap-24_xo4fz","gap-32":"side-panel__gap-32_xo4fz","start":"side-panel__start_xo4fz","center":"side-panel__center_xo4fz","space-between":"side-panel__space-between_xo4fz"};
9
+ var layoutStyles = {"column":"side-panel__column_h6uhg","gap-16":"side-panel__gap-16_h6uhg","gap-24":"side-panel__gap-24_h6uhg","gap-32":"side-panel__gap-32_h6uhg","start":"side-panel__start_h6uhg","center":"side-panel__center_h6uhg","space-between":"side-panel__space-between_h6uhg"};
10
10
  require('./layout.css')
11
11
 
12
12
  var Footer = function (_a) {
@@ -1,11 +1,11 @@
1
- import { _ as __rest, a as __assign } from '../../tslib.es6-c00a5733.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-ae0d0472.js';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
4
  import '@alfalab/core-components-base-modal/esm';
5
5
  import '../../Context.js';
6
6
  import { Footer } from './Component.js';
7
7
 
8
- var styles = {"footer":"side-panel__footer_gebhn","sticky":"side-panel__sticky_gebhn"};
8
+ var styles = {"footer":"side-panel__footer_wvlg6","sticky":"side-panel__sticky_wvlg6"};
9
9
  require('./mobile.css')
10
10
 
11
11
  var FooterMobile = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1nfup */
1
+ /* hash: nafxf */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -24,9 +24,9 @@
24
24
 
25
25
  /* mobile */
26
26
  }
27
- .side-panel__sticky_1wbf3 {
27
+ .side-panel__sticky_1fu54 {
28
28
  bottom: 0;
29
29
  }
30
- .side-panel__s_1wbf3 {
30
+ .side-panel__s_1fu54 {
31
31
  padding: var(--side-panel-s-footer-paddings);
32
32
  }
@@ -1,4 +1,4 @@
1
- /* hash: 11oyx */
1
+ /* hash: 1q2d9 */
2
2
  :root {
3
3
  --color-light-bg-primary: #fff;
4
4
  --color-light-border-primary: #dbdee1;
@@ -26,16 +26,17 @@
26
26
 
27
27
  /* mobile */
28
28
  }
29
- .side-panel__footer_xk5ge {
29
+ .side-panel__footer_h2vhw {
30
30
  width: 100%;
31
31
  box-sizing: border-box;
32
32
  transition: box-shadow 0.2s ease, background 0.2s ease;
33
33
  }
34
- .side-panel__sticky_xk5ge {
34
+ .side-panel__sticky_h2vhw {
35
35
  background: var(--side-panel-footer-background);
36
36
  position: sticky;
37
+ z-index: 1;
37
38
  }
38
- .side-panel__highlighted_xk5ge {
39
+ .side-panel__highlighted_h2vhw {
39
40
  background: var(--side-panel-footer-highlight-background);
40
41
  box-shadow: var(--side-panel-footer-highlight-box-shadow);
41
42
  }
@@ -1,4 +1,4 @@
1
- /* hash: o4337 */
1
+ /* hash: 1mzsc */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -25,60 +25,60 @@
25
25
 
26
26
  /* mobile */
27
27
  }
28
- .side-panel__column_xo4fz {
28
+ .side-panel__column_h6uhg {
29
29
  display: flex;
30
30
  flex-direction: column
31
31
  }
32
- .side-panel__column_xo4fz > * {
32
+ .side-panel__column_h6uhg > * {
33
33
  margin-bottom: var(--side-panel-footer-default-gap);
34
34
  }
35
- .side-panel__column_xo4fz > *:last-child,
36
- .side-panel__column_xo4fz > *:only-child {
35
+ .side-panel__column_h6uhg > *:last-child,
36
+ .side-panel__column_h6uhg > *:only-child {
37
37
  margin-bottom: 0;
38
38
  }
39
- .side-panel__column_xo4fz.side-panel__gap-16_xo4fz > * {
39
+ .side-panel__column_h6uhg.side-panel__gap-16_h6uhg > * {
40
40
  margin-bottom: var(--gap-m);
41
41
  }
42
- .side-panel__column_xo4fz.side-panel__gap-24_xo4fz > * {
42
+ .side-panel__column_h6uhg.side-panel__gap-24_h6uhg > * {
43
43
  margin-bottom: var(--gap-xl);
44
44
  }
45
- .side-panel__column_xo4fz.side-panel__gap-32_xo4fz > * {
45
+ .side-panel__column_h6uhg.side-panel__gap-32_h6uhg > * {
46
46
  margin-bottom: var(--gap-2xl);
47
47
  }
48
- .side-panel__start_xo4fz {
48
+ .side-panel__start_h6uhg {
49
49
  justify-content: flex-start;
50
50
  }
51
- .side-panel__center_xo4fz {
51
+ .side-panel__center_h6uhg {
52
52
  justify-content: center;
53
53
  }
54
- .side-panel__space-between_xo4fz {
54
+ .side-panel__space-between_h6uhg {
55
55
  justify-content: space-between
56
56
  }
57
- .side-panel__space-between_xo4fz > * {
57
+ .side-panel__space-between_h6uhg > * {
58
58
  flex: 1;
59
59
  }
60
- .side-panel__start_xo4fz,
61
- .side-panel__center_xo4fz,
62
- .side-panel__space-between_xo4fz {
60
+ .side-panel__start_h6uhg,
61
+ .side-panel__center_h6uhg,
62
+ .side-panel__space-between_h6uhg {
63
63
  display: flex
64
64
  }
65
- .side-panel__start_xo4fz > *, .side-panel__center_xo4fz > *, .side-panel__space-between_xo4fz > * {
65
+ .side-panel__start_h6uhg > *, .side-panel__center_h6uhg > *, .side-panel__space-between_h6uhg > * {
66
66
  margin-right: var(--side-panel-footer-default-gap);
67
67
  }
68
- .side-panel__start_xo4fz > *:last-child,
69
- .side-panel__start_xo4fz > *:only-child,
70
- .side-panel__center_xo4fz > *:last-child,
71
- .side-panel__center_xo4fz > *:only-child,
72
- .side-panel__space-between_xo4fz > *:last-child,
73
- .side-panel__space-between_xo4fz > *:only-child {
68
+ .side-panel__start_h6uhg > *:last-child,
69
+ .side-panel__start_h6uhg > *:only-child,
70
+ .side-panel__center_h6uhg > *:last-child,
71
+ .side-panel__center_h6uhg > *:only-child,
72
+ .side-panel__space-between_h6uhg > *:last-child,
73
+ .side-panel__space-between_h6uhg > *:only-child {
74
74
  margin-right: 0;
75
75
  }
76
- .side-panel__start_xo4fz.side-panel__gap-16_xo4fz > *, .side-panel__center_xo4fz.side-panel__gap-16_xo4fz > *, .side-panel__space-between_xo4fz.side-panel__gap-16_xo4fz > * {
76
+ .side-panel__start_h6uhg.side-panel__gap-16_h6uhg > *, .side-panel__center_h6uhg.side-panel__gap-16_h6uhg > *, .side-panel__space-between_h6uhg.side-panel__gap-16_h6uhg > * {
77
77
  margin-right: var(--gap-m);
78
78
  }
79
- .side-panel__start_xo4fz.side-panel__gap-24_xo4fz > *, .side-panel__center_xo4fz.side-panel__gap-24_xo4fz > *, .side-panel__space-between_xo4fz.side-panel__gap-24_xo4fz > * {
79
+ .side-panel__start_h6uhg.side-panel__gap-24_h6uhg > *, .side-panel__center_h6uhg.side-panel__gap-24_h6uhg > *, .side-panel__space-between_h6uhg.side-panel__gap-24_h6uhg > * {
80
80
  margin-right: var(--gap-xl);
81
81
  }
82
- .side-panel__start_xo4fz.side-panel__gap-32_xo4fz > *, .side-panel__center_xo4fz.side-panel__gap-32_xo4fz > *, .side-panel__space-between_xo4fz.side-panel__gap-32_xo4fz > * {
82
+ .side-panel__start_h6uhg.side-panel__gap-32_h6uhg > *, .side-panel__center_h6uhg.side-panel__gap-32_h6uhg > *, .side-panel__space-between_h6uhg.side-panel__gap-32_h6uhg > * {
83
83
  margin-right: var(--gap-2xl);
84
84
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1e7e0 */
1
+ /* hash: 1kaiz */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -22,9 +22,9 @@
22
22
 
23
23
  /* mobile */
24
24
  }
25
- .side-panel__footer_gebhn {
25
+ .side-panel__footer_wvlg6 {
26
26
  padding: var(--gap-m);
27
27
  }
28
- .side-panel__sticky_gebhn {
28
+ .side-panel__sticky_wvlg6 {
29
29
  bottom: 0;
30
30
  }
@@ -1,4 +1,4 @@
1
- import { _ as __rest, a as __assign } from '../../tslib.es6-c00a5733.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-ae0d0472.js';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
4
  import '@alfalab/core-components-base-modal/esm';
@@ -8,7 +8,7 @@ import '@alfalab/core-components-icon-button/esm';
8
8
  import '@alfalab/icons-glyph/CrossHeavyMIcon';
9
9
  import { Closer } from '../closer/Component.js';
10
10
 
11
- var styles = {"content":"side-panel__content_1ryrl","s":"side-panel__s_1ryrl","hasContent":"side-panel__hasContent_1ryrl","sticky":"side-panel__sticky_1ryrl"};
11
+ var styles = {"content":"side-panel__content_9exhx","s":"side-panel__s_9exhx","hasContent":"side-panel__hasContent_9exhx","sticky":"side-panel__sticky_9exhx"};
12
12
  require('./desktop.css')
13
13
 
14
14
  var HeaderDesktop = function (_a) {
@@ -1,10 +1,10 @@
1
- import { a as __assign } from '../../tslib.es6-c00a5733.js';
1
+ import { a as __assign } from '../../tslib.es6-ae0d0472.js';
2
2
  import React, { useContext, useEffect } from 'react';
3
3
  import cn from 'classnames';
4
4
  import '@alfalab/core-components-base-modal/esm';
5
5
  import { ModalContext } from '../../Context.js';
6
6
 
7
- var styles = {"header":"side-panel__header_uzt2p","hasContent":"side-panel__hasContent_uzt2p","highlighted":"side-panel__highlighted_uzt2p","sticky":"side-panel__sticky_uzt2p","backgroundImage":"side-panel__backgroundImage_uzt2p","content":"side-panel__content_uzt2p","title":"side-panel__title_uzt2p","addon":"side-panel__addon_uzt2p","closer":"side-panel__closer_uzt2p","left":"side-panel__left_uzt2p","center":"side-panel__center_uzt2p","right":"side-panel__right_uzt2p","trim":"side-panel__trim_uzt2p"};
7
+ var styles = {"header":"side-panel__header_1bh31","hasContent":"side-panel__hasContent_1bh31","highlighted":"side-panel__highlighted_1bh31","sticky":"side-panel__sticky_1bh31","backgroundImage":"side-panel__backgroundImage_1bh31","content":"side-panel__content_1bh31","title":"side-panel__title_1bh31","addon":"side-panel__addon_1bh31","closer":"side-panel__closer_1bh31","left":"side-panel__left_1bh31","center":"side-panel__center_1bh31","right":"side-panel__right_1bh31","trim":"side-panel__trim_1bh31"};
8
8
  require('./index.css')
9
9
 
10
10
  var Header = function (_a) {
@@ -1,4 +1,4 @@
1
- import { _ as __rest, a as __assign } from '../../tslib.es6-c00a5733.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-ae0d0472.js';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
4
  import '@alfalab/core-components-base-modal/esm';
@@ -9,7 +9,7 @@ import '@alfalab/icons-glyph/CrossHeavyMIcon';
9
9
  import { Closer } from '../closer/Component.js';
10
10
  import CrossMIcon from '@alfalab/icons-glyph/CrossMIcon';
11
11
 
12
- var styles = {"sticky":"side-panel__sticky_o9vfc","content":"side-panel__content_o9vfc"};
12
+ var styles = {"sticky":"side-panel__sticky_7slgu","content":"side-panel__content_7slgu"};
13
13
  require('./mobile.css')
14
14
 
15
15
  var HeaderMobile = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1bj74 */
1
+ /* hash: n5ssr */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -34,21 +34,21 @@
34
34
 
35
35
  /* mobile */
36
36
  }
37
- .side-panel__content_1ryrl {
37
+ .side-panel__content_9exhx {
38
38
  font-weight: var(--side-panel-header-desktop-font-weight);
39
39
  font-family: var(--side-panel-header-desktop-font-family);
40
40
  }
41
- .side-panel__s_1ryrl .side-panel__content_1ryrl {
41
+ .side-panel__s_9exhx .side-panel__content_9exhx {
42
42
  padding: var(--side-panel-s-header-desktop-content-paddings);
43
43
  font-size: var(--side-panel-s-header-desktop-font-size);
44
44
  line-height: var(--side-panel-s-header-desktop-line-height);
45
45
  }
46
- .side-panel__s_1ryrl {
46
+ .side-panel__s_9exhx {
47
47
  padding: var(--side-panel-s-header-paddings)
48
48
  }
49
- .side-panel__s_1ryrl:not(.side-panel__hasContent_1ryrl) {
49
+ .side-panel__s_9exhx:not(.side-panel__hasContent_9exhx) {
50
50
  padding-bottom: 0;
51
51
  }
52
- .side-panel__sticky_1ryrl {
52
+ .side-panel__sticky_9exhx {
53
53
  top: 0;
54
54
  }
@@ -1,4 +1,4 @@
1
- /* hash: 12fid */
1
+ /* hash: 3jt44 */
2
2
  :root {
3
3
  --color-light-bg-primary: #fff;
4
4
  }
@@ -25,7 +25,7 @@
25
25
 
26
26
  /* mobile */
27
27
  }
28
- .side-panel__header_uzt2p {
28
+ .side-panel__header_1bh31 {
29
29
  width: 100%;
30
30
  box-sizing: border-box;
31
31
  display: flex;
@@ -33,30 +33,31 @@
33
33
  justify-content: space-between;
34
34
  transition: box-shadow 0.2s ease, background 0.2s ease
35
35
  }
36
- .side-panel__header_uzt2p:not(.side-panel__hasContent_uzt2p) {
36
+ .side-panel__header_1bh31:not(.side-panel__hasContent_1bh31) {
37
37
  pointer-events: none;
38
38
  }
39
- .side-panel__highlighted_uzt2p {
39
+ .side-panel__highlighted_1bh31 {
40
40
  background: var(--side-panel-header-highlight-background);
41
41
  box-shadow: var(--side-panel-header-highlight-box-shadow);
42
42
  }
43
- .side-panel__sticky_uzt2p {
44
- position: sticky
43
+ .side-panel__sticky_1bh31 {
44
+ position: sticky;
45
+ z-index: 1
45
46
  }
46
- .side-panel__sticky_uzt2p.side-panel__hasContent_uzt2p {
47
+ .side-panel__sticky_1bh31.side-panel__hasContent_1bh31 {
47
48
  background: var(--side-panel-header-background);
48
49
  }
49
- .side-panel__header_uzt2p.side-panel__backgroundImage_uzt2p {
50
+ .side-panel__header_1bh31.side-panel__backgroundImage_1bh31 {
50
51
  background: center no-repeat;
51
52
  background-size: cover;
52
53
  }
53
- .side-panel__content_uzt2p {
54
+ .side-panel__content_1bh31 {
54
55
  flex-grow: 1;
55
56
  }
56
- .side-panel__title_uzt2p {
57
+ .side-panel__title_1bh31 {
57
58
  word-break: break-word;
58
59
  }
59
- .side-panel__addon_uzt2p {
60
+ .side-panel__addon_1bh31 {
60
61
  min-width: 48px;
61
62
  height: 48px;
62
63
  display: flex;
@@ -64,25 +65,25 @@
64
65
  align-items: center;
65
66
  pointer-events: all;
66
67
  }
67
- .side-panel__closer_uzt2p {
68
+ .side-panel__closer_1bh31 {
68
69
  margin-left: auto;
69
70
  }
70
- .side-panel__left_uzt2p {
71
+ .side-panel__left_1bh31 {
71
72
  justify-content: flex-start;
72
73
  text-align: left;
73
74
  }
74
- .side-panel__center_uzt2p {
75
+ .side-panel__center_1bh31 {
75
76
  justify-content: center;
76
77
  text-align: center;
77
78
  }
78
- .side-panel__right_uzt2p {
79
+ .side-panel__right_1bh31 {
79
80
  justify-content: flex-end;
80
81
  text-align: right;
81
82
  }
82
- .side-panel__trim_uzt2p {
83
+ .side-panel__trim_1bh31 {
83
84
  overflow: hidden
84
85
  }
85
- .side-panel__trim_uzt2p .side-panel__title_uzt2p {
86
+ .side-panel__trim_1bh31 .side-panel__title_1bh31 {
86
87
  overflow: hidden;
87
88
  white-space: nowrap;
88
89
  text-overflow: ellipsis;
@@ -1,4 +1,4 @@
1
- /* hash: u3sa2 */
1
+ /* hash: yiy8o */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -34,10 +34,10 @@
34
34
  --side-panel-header-mobile-font-family: var(--font-family-system);
35
35
  --side-panel-header-mobile-font-weight: bold;
36
36
  }
37
- .side-panel__sticky_o9vfc {
37
+ .side-panel__sticky_7slgu {
38
38
  top: 0;
39
39
  }
40
- .side-panel__content_o9vfc {
40
+ .side-panel__content_7slgu {
41
41
  font-size: var(--side-panel-header-mobile-font-size);
42
42
  line-height: var(--side-panel-header-mobile-line-height);
43
43
  font-family: var(--side-panel-header-mobile-font-family);