@alfalab/core-components-modal 6.0.12 → 6.1.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 (77) hide show
  1. package/Component.desktop.js +1 -1
  2. package/Component.js +4 -4
  3. package/Component.mobile.js +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.js +3 -3
  8. package/components/content/desktop.css +8 -8
  9. package/components/content/index.css +3 -3
  10. package/components/content/mobile.css +3 -3
  11. package/components/footer/Component.js +4 -4
  12. package/components/footer/desktop.css +9 -9
  13. package/components/footer/index.css +4 -4
  14. package/components/footer/layout.css +25 -25
  15. package/components/footer/mobile.css +3 -3
  16. package/components/header/Component.js +4 -4
  17. package/components/header/desktop.css +17 -17
  18. package/components/header/index.css +17 -16
  19. package/components/header/mobile.css +3 -3
  20. package/cssm/components/header/index.module.css +2 -1
  21. package/desktop.css +9 -9
  22. package/desktop.js +1 -1
  23. package/esm/Component.desktop.js +1 -1
  24. package/esm/Component.js +4 -4
  25. package/esm/Component.mobile.js +1 -1
  26. package/esm/Component.responsive.js +1 -1
  27. package/esm/components/closer/Component.js +2 -2
  28. package/esm/components/closer/index.css +4 -4
  29. package/esm/components/content/Component.js +3 -3
  30. package/esm/components/content/desktop.css +8 -8
  31. package/esm/components/content/index.css +3 -3
  32. package/esm/components/content/mobile.css +3 -3
  33. package/esm/components/footer/Component.js +4 -4
  34. package/esm/components/footer/desktop.css +9 -9
  35. package/esm/components/footer/index.css +4 -4
  36. package/esm/components/footer/layout.css +25 -25
  37. package/esm/components/footer/mobile.css +3 -3
  38. package/esm/components/header/Component.js +4 -4
  39. package/esm/components/header/desktop.css +17 -17
  40. package/esm/components/header/index.css +17 -16
  41. package/esm/components/header/mobile.css +3 -3
  42. package/esm/desktop.css +9 -9
  43. package/esm/desktop.js +1 -1
  44. package/esm/index.js +1 -1
  45. package/esm/mobile.css +2 -2
  46. package/esm/mobile.js +1 -1
  47. package/esm/responsive.js +1 -1
  48. package/esm/transitions.css +8 -8
  49. package/esm/{tslib.es6-056b72d0.d.ts → tslib.es6-270dfeed.d.ts} +0 -0
  50. package/esm/{tslib.es6-056b72d0.js → tslib.es6-270dfeed.js} +0 -0
  51. package/index.js +1 -1
  52. package/mobile.css +2 -2
  53. package/mobile.js +1 -1
  54. package/modern/Component.js +3 -3
  55. package/modern/components/closer/Component.js +1 -1
  56. package/modern/components/closer/index.css +4 -4
  57. package/modern/components/content/Component.js +3 -3
  58. package/modern/components/content/desktop.css +8 -8
  59. package/modern/components/content/index.css +3 -3
  60. package/modern/components/content/mobile.css +3 -3
  61. package/modern/components/footer/Component.js +4 -4
  62. package/modern/components/footer/desktop.css +9 -9
  63. package/modern/components/footer/index.css +4 -4
  64. package/modern/components/footer/layout.css +25 -25
  65. package/modern/components/footer/mobile.css +3 -3
  66. package/modern/components/header/Component.js +3 -3
  67. package/modern/components/header/desktop.css +17 -17
  68. package/modern/components/header/index.css +17 -16
  69. package/modern/components/header/mobile.css +3 -3
  70. package/modern/desktop.css +9 -9
  71. package/modern/mobile.css +2 -2
  72. package/modern/transitions.css +8 -8
  73. package/package.json +1 -1
  74. package/responsive.js +1 -1
  75. package/transitions.css +8 -8
  76. /package/{tslib.es6-0c9325d7.d.ts → tslib.es6-c33750f3.d.ts} +0 -0
  77. /package/{tslib.es6-0c9325d7.js → tslib.es6-c33750f3.js} +0 -0
package/desktop.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('./tslib.es6-0c9325d7.js');
5
+ require('./tslib.es6-c33750f3.js');
6
6
  require('react');
7
7
  require('classnames');
8
8
  require('@alfalab/core-components-icon-button');
@@ -1,4 +1,4 @@
1
- import { _ as __assign } from './tslib.es6-056b72d0.js';
1
+ import { _ as __assign } from './tslib.es6-270dfeed.js';
2
2
  import React, { forwardRef } from 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/core-components-icon-button/esm';
package/esm/Component.js CHANGED
@@ -1,17 +1,17 @@
1
- import { a as __rest, _ as __assign } from './tslib.es6-056b72d0.js';
1
+ import { a as __rest, _ as __assign } from './tslib.es6-270dfeed.js';
2
2
  import React, { forwardRef, useRef, useMemo } from 'react';
3
3
  import cn from 'classnames';
4
4
  import { BaseModal } from '@alfalab/core-components-base-modal/esm';
5
5
  import { ResponsiveContext } from './ResponsiveContext.js';
6
6
  import mergeRefs from 'react-merge-refs';
7
7
 
8
- var desktopStyles = {"wrapper":"modal__wrapper_1kgjw","component":"modal__component_1kgjw","fullscreen":"modal__fullscreen_1kgjw","s":"modal__s_1kgjw","m":"modal__m_1kgjw","l":"modal__l_1kgjw","xl":"modal__xl_1kgjw"};
8
+ var desktopStyles = {"wrapper":"modal__wrapper_xnsi1","component":"modal__component_xnsi1","fullscreen":"modal__fullscreen_xnsi1","s":"modal__s_xnsi1","m":"modal__m_xnsi1","l":"modal__l_xnsi1","xl":"modal__xl_xnsi1"};
9
9
  require('./desktop.css')
10
10
 
11
- var mobileStyles = {"component":"modal__component_1po45"};
11
+ var mobileStyles = {"component":"modal__component_8mm50"};
12
12
  require('./mobile.css')
13
13
 
14
- var transitions = {"appear":"modal__appear_5a8sg","enter":"modal__enter_5a8sg","appearActive":"modal__appearActive_5a8sg","enterActive":"modal__enterActive_5a8sg","exit":"modal__exit_5a8sg","exitActive":"modal__exitActive_5a8sg","exitDone":"modal__exitDone_5a8sg"};
14
+ var transitions = {"appear":"modal__appear_n9uu6","enter":"modal__enter_n9uu6","appearActive":"modal__appearActive_n9uu6","enterActive":"modal__enterActive_n9uu6","exit":"modal__exit_n9uu6","exitActive":"modal__exitActive_n9uu6","exitDone":"modal__exitDone_n9uu6"};
15
15
  require('./transitions.css')
16
16
 
17
17
  var Modal = forwardRef(function (_a, ref) {
@@ -1,4 +1,4 @@
1
- import { _ as __assign } from './tslib.es6-056b72d0.js';
1
+ import { _ as __assign } from './tslib.es6-270dfeed.js';
2
2
  import React, { forwardRef } from 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/core-components-icon-button/esm';
@@ -1,4 +1,4 @@
1
- import { a as __rest, _ as __assign } from './tslib.es6-056b72d0.js';
1
+ import { a as __rest, _ as __assign } from './tslib.es6-270dfeed.js';
2
2
  import React, { forwardRef } from 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/core-components-icon-button/esm';
@@ -1,4 +1,4 @@
1
- import { a as __rest, _ as __assign } from '../../tslib.es6-056b72d0.js';
1
+ import { a as __rest, _ as __assign } from '../../tslib.es6-270dfeed.js';
2
2
  import React, { useContext, useCallback } from 'react';
3
3
  import cn from 'classnames';
4
4
  import { IconButton } from '@alfalab/core-components-icon-button/esm';
@@ -6,7 +6,7 @@ import { CrossHeavyMIcon } from '@alfalab/icons-glyph/CrossHeavyMIcon';
6
6
  import '@alfalab/core-components-base-modal/esm';
7
7
  import { ModalContext } from '../../Context.js';
8
8
 
9
- var styles = {"closer":"modal__closer_14cqc","button":"modal__button_14cqc","sticky":"modal__sticky_14cqc"};
9
+ var styles = {"closer":"modal__closer_hjyxy","button":"modal__button_hjyxy","sticky":"modal__sticky_hjyxy"};
10
10
  require('./index.css')
11
11
 
12
12
  /**
@@ -1,4 +1,4 @@
1
- /* hash: 19egz */
1
+ /* hash: rqprz */
2
2
  :root {
3
3
  --color-light-bg-primary-alpha-40: rgba(255, 255, 255, 0.4);
4
4
  }
@@ -29,7 +29,7 @@
29
29
  :root {
30
30
  --modal-closer-bg-color: var(--color-light-bg-primary-alpha-40);
31
31
  }
32
- .modal__closer_14cqc {
32
+ .modal__closer_hjyxy {
33
33
  flex-shrink: 0;
34
34
  width: 48px;
35
35
  height: 48px;
@@ -38,13 +38,13 @@
38
38
  align-items: center;
39
39
  justify-content: center;
40
40
  }
41
- .modal__button_14cqc {
41
+ .modal__button_hjyxy {
42
42
  background: var(--modal-closer-bg-color);
43
43
  -webkit-backdrop-filter: blur(10px);
44
44
  backdrop-filter: blur(10px);
45
45
  border-radius: 50px;
46
46
  }
47
- .modal__sticky_14cqc {
47
+ .modal__sticky_hjyxy {
48
48
  position: sticky;
49
49
  top: calc(var(--modal-vertical-padding) * -1);
50
50
  }
@@ -4,13 +4,13 @@ import '@alfalab/core-components-base-modal/esm';
4
4
  import { ModalContext } from '../../Context.js';
5
5
  import { ResponsiveContext } from '../../ResponsiveContext.js';
6
6
 
7
- var desktopStyles = {"s":"modal__s_2wa82","m":"modal__m_2wa82","l":"modal__l_2wa82","xl":"modal__xl_2wa82","fullscreen":"modal__fullscreen_2wa82"};
7
+ var desktopStyles = {"s":"modal__s_1jxs8","m":"modal__m_1jxs8","l":"modal__l_1jxs8","xl":"modal__xl_1jxs8","fullscreen":"modal__fullscreen_1jxs8"};
8
8
  require('./desktop.css')
9
9
 
10
- var styles = {"content":"modal__content_xuwdw","flex":"modal__flex_xuwdw"};
10
+ var styles = {"content":"modal__content_fvac6","flex":"modal__flex_fvac6"};
11
11
  require('./index.css')
12
12
 
13
- var mobileStyles = {"content":"modal__content_6o7ja"};
13
+ var mobileStyles = {"content":"modal__content_1ma9v"};
14
14
  require('./mobile.css')
15
15
 
16
16
  var Content = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 526p9 */
1
+ /* hash: wq4uq */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -24,18 +24,18 @@
24
24
 
25
25
  /* mobile */
26
26
  }
27
- .modal__s_2wa82,
28
- .modal__m_2wa82 {
27
+ .modal__s_1jxs8,
28
+ .modal__m_1jxs8 {
29
29
  padding: var(--modal-s-content-paddings)
30
30
  }
31
- .modal__s_2wa82:last-child, .modal__m_2wa82:last-child {
31
+ .modal__s_1jxs8:last-child, .modal__m_1jxs8:last-child {
32
32
  padding-bottom: var(--modal-s-content-only-bottom-padding);
33
33
  }
34
- .modal__l_2wa82,
35
- .modal__xl_2wa82,
36
- .modal__fullscreen_2wa82 {
34
+ .modal__l_1jxs8,
35
+ .modal__xl_1jxs8,
36
+ .modal__fullscreen_1jxs8 {
37
37
  padding: 0 var(--gap-6xl)
38
38
  }
39
- .modal__l_2wa82:last-child, .modal__xl_2wa82:last-child, .modal__fullscreen_2wa82:last-child {
39
+ .modal__l_1jxs8:last-child, .modal__xl_1jxs8:last-child, .modal__fullscreen_1jxs8:last-child {
40
40
  padding-bottom: var(--gap-6xl);
41
41
  }
@@ -1,4 +1,4 @@
1
- /* hash: a07ty */
1
+ /* hash: 11o5z */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -19,10 +19,10 @@
19
19
 
20
20
  /* mobile */
21
21
  }
22
- .modal__content_xuwdw {
22
+ .modal__content_fvac6 {
23
23
  box-sizing: border-box;
24
24
  width: 100%;
25
25
  }
26
- .modal__flex_xuwdw {
26
+ .modal__flex_fvac6 {
27
27
  flex: 1;
28
28
  }
@@ -1,4 +1,4 @@
1
- /* hash: 192cy */
1
+ /* hash: 1i7nt */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -22,9 +22,9 @@
22
22
 
23
23
  /* mobile */
24
24
  }
25
- .modal__content_6o7ja {
25
+ .modal__content_1ma9v {
26
26
  padding: 0 var(--gap-m)
27
27
  }
28
- .modal__content_6o7ja:last-child {
28
+ .modal__content_1ma9v:last-child {
29
29
  padding-bottom: var(--gap-m);
30
30
  }
@@ -4,16 +4,16 @@ import '@alfalab/core-components-base-modal/esm';
4
4
  import { ModalContext } from '../../Context.js';
5
5
  import { ResponsiveContext } from '../../ResponsiveContext.js';
6
6
 
7
- var desktopStyles = {"footer":"modal__footer_mf0hw","sticky":"modal__sticky_mf0hw","fullscreen":"modal__fullscreen_mf0hw","s":"modal__s_mf0hw","m":"modal__m_mf0hw","l":"modal__l_mf0hw","xl":"modal__xl_mf0hw"};
7
+ var desktopStyles = {"footer":"modal__footer_13q8p","sticky":"modal__sticky_13q8p","fullscreen":"modal__fullscreen_13q8p","s":"modal__s_13q8p","m":"modal__m_13q8p","l":"modal__l_13q8p","xl":"modal__xl_13q8p"};
8
8
  require('./desktop.css')
9
9
 
10
- var styles = {"footer":"modal__footer_1nmkm","sticky":"modal__sticky_1nmkm","highlighted":"modal__highlighted_1nmkm"};
10
+ var styles = {"footer":"modal__footer_5wos0","sticky":"modal__sticky_5wos0","highlighted":"modal__highlighted_5wos0"};
11
11
  require('./index.css')
12
12
 
13
- var layoutStyles = {"column":"modal__column_1ij0s","gap-16":"modal__gap-16_1ij0s","gap-24":"modal__gap-24_1ij0s","gap-32":"modal__gap-32_1ij0s","start":"modal__start_1ij0s","center":"modal__center_1ij0s","space-between":"modal__space-between_1ij0s"};
13
+ var layoutStyles = {"column":"modal__column_t4yq9","gap-16":"modal__gap-16_t4yq9","gap-24":"modal__gap-24_t4yq9","gap-32":"modal__gap-32_t4yq9","start":"modal__start_t4yq9","center":"modal__center_t4yq9","space-between":"modal__space-between_t4yq9"};
14
14
  require('./layout.css')
15
15
 
16
- var mobileStyles = {"footer":"modal__footer_q351w","sticky":"modal__sticky_q351w"};
16
+ var mobileStyles = {"footer":"modal__footer_y6ay7","sticky":"modal__sticky_y6ay7"};
17
17
  require('./mobile.css')
18
18
 
19
19
  var Footer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1l1qv */
1
+ /* hash: 1pj4d */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -31,22 +31,22 @@
31
31
 
32
32
  /* mobile */
33
33
  }
34
- .modal__footer_mf0hw {
34
+ .modal__footer_13q8p {
35
35
  border-bottom-left-radius: var(--modal-border-radius);
36
36
  border-bottom-right-radius: var(--modal-border-radius);
37
37
  }
38
- .modal__sticky_mf0hw {
38
+ .modal__sticky_13q8p {
39
39
  bottom: calc(var(--modal-vertical-padding) * -1)
40
40
  }
41
- .modal__sticky_mf0hw.modal__fullscreen_mf0hw {
41
+ .modal__sticky_13q8p.modal__fullscreen_13q8p {
42
42
  bottom: 0;
43
43
  }
44
- .modal__s_mf0hw,
45
- .modal__m_mf0hw {
44
+ .modal__s_13q8p,
45
+ .modal__m_13q8p {
46
46
  padding: var(--modal-s-footer-paddings);
47
47
  }
48
- .modal__l_mf0hw,
49
- .modal__xl_mf0hw,
50
- .modal__fullscreen_mf0hw {
48
+ .modal__l_13q8p,
49
+ .modal__xl_13q8p,
50
+ .modal__fullscreen_13q8p {
51
51
  padding: var(--gap-2xl) var(--gap-6xl) var(--gap-6xl);
52
52
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1d8ry */
1
+ /* hash: 1hq5g */
2
2
  :root {
3
3
  --color-light-bg-primary: #fff;
4
4
  --color-light-border-primary: #dbdee1;
@@ -26,16 +26,16 @@
26
26
 
27
27
  /* mobile */
28
28
  }
29
- .modal__footer_1nmkm {
29
+ .modal__footer_5wos0 {
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
- .modal__sticky_1nmkm {
34
+ .modal__sticky_5wos0 {
35
35
  background: var(--modal-footer-background);
36
36
  position: sticky;
37
37
  }
38
- .modal__highlighted_1nmkm {
38
+ .modal__highlighted_5wos0 {
39
39
  background: var(--modal-footer-highlight-background);
40
40
  box-shadow: var(--modal-footer-highlight-box-shadow);
41
41
  }
@@ -1,4 +1,4 @@
1
- /* hash: hkbzt */
1
+ /* hash: m1phe */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -25,60 +25,60 @@
25
25
 
26
26
  /* mobile */
27
27
  }
28
- .modal__column_1ij0s {
28
+ .modal__column_t4yq9 {
29
29
  display: flex;
30
30
  flex-direction: column
31
31
  }
32
- .modal__column_1ij0s > * {
32
+ .modal__column_t4yq9 > * {
33
33
  margin-bottom: var(--modal-footer-default-gap);
34
34
  }
35
- .modal__column_1ij0s > *:last-child,
36
- .modal__column_1ij0s > *:only-child {
35
+ .modal__column_t4yq9 > *:last-child,
36
+ .modal__column_t4yq9 > *:only-child {
37
37
  margin-bottom: 0;
38
38
  }
39
- .modal__column_1ij0s.modal__gap-16_1ij0s > * {
39
+ .modal__column_t4yq9.modal__gap-16_t4yq9 > * {
40
40
  margin-bottom: var(--gap-m);
41
41
  }
42
- .modal__column_1ij0s.modal__gap-24_1ij0s > * {
42
+ .modal__column_t4yq9.modal__gap-24_t4yq9 > * {
43
43
  margin-bottom: var(--gap-xl);
44
44
  }
45
- .modal__column_1ij0s.modal__gap-32_1ij0s > * {
45
+ .modal__column_t4yq9.modal__gap-32_t4yq9 > * {
46
46
  margin-bottom: var(--gap-2xl);
47
47
  }
48
- .modal__start_1ij0s {
48
+ .modal__start_t4yq9 {
49
49
  justify-content: flex-start;
50
50
  }
51
- .modal__center_1ij0s {
51
+ .modal__center_t4yq9 {
52
52
  justify-content: center;
53
53
  }
54
- .modal__space-between_1ij0s {
54
+ .modal__space-between_t4yq9 {
55
55
  justify-content: space-between
56
56
  }
57
- .modal__space-between_1ij0s > * {
57
+ .modal__space-between_t4yq9 > * {
58
58
  flex: 1;
59
59
  }
60
- .modal__start_1ij0s,
61
- .modal__center_1ij0s,
62
- .modal__space-between_1ij0s {
60
+ .modal__start_t4yq9,
61
+ .modal__center_t4yq9,
62
+ .modal__space-between_t4yq9 {
63
63
  display: flex
64
64
  }
65
- .modal__start_1ij0s > *, .modal__center_1ij0s > *, .modal__space-between_1ij0s > * {
65
+ .modal__start_t4yq9 > *, .modal__center_t4yq9 > *, .modal__space-between_t4yq9 > * {
66
66
  margin-right: var(--modal-footer-default-gap);
67
67
  }
68
- .modal__start_1ij0s > *:last-child,
69
- .modal__start_1ij0s > *:only-child,
70
- .modal__center_1ij0s > *:last-child,
71
- .modal__center_1ij0s > *:only-child,
72
- .modal__space-between_1ij0s > *:last-child,
73
- .modal__space-between_1ij0s > *:only-child {
68
+ .modal__start_t4yq9 > *:last-child,
69
+ .modal__start_t4yq9 > *:only-child,
70
+ .modal__center_t4yq9 > *:last-child,
71
+ .modal__center_t4yq9 > *:only-child,
72
+ .modal__space-between_t4yq9 > *:last-child,
73
+ .modal__space-between_t4yq9 > *:only-child {
74
74
  margin-right: 0;
75
75
  }
76
- .modal__start_1ij0s.modal__gap-16_1ij0s > *, .modal__center_1ij0s.modal__gap-16_1ij0s > *, .modal__space-between_1ij0s.modal__gap-16_1ij0s > * {
76
+ .modal__start_t4yq9.modal__gap-16_t4yq9 > *, .modal__center_t4yq9.modal__gap-16_t4yq9 > *, .modal__space-between_t4yq9.modal__gap-16_t4yq9 > * {
77
77
  margin-right: var(--gap-m);
78
78
  }
79
- .modal__start_1ij0s.modal__gap-24_1ij0s > *, .modal__center_1ij0s.modal__gap-24_1ij0s > *, .modal__space-between_1ij0s.modal__gap-24_1ij0s > * {
79
+ .modal__start_t4yq9.modal__gap-24_t4yq9 > *, .modal__center_t4yq9.modal__gap-24_t4yq9 > *, .modal__space-between_t4yq9.modal__gap-24_t4yq9 > * {
80
80
  margin-right: var(--gap-xl);
81
81
  }
82
- .modal__start_1ij0s.modal__gap-32_1ij0s > *, .modal__center_1ij0s.modal__gap-32_1ij0s > *, .modal__space-between_1ij0s.modal__gap-32_1ij0s > * {
82
+ .modal__start_t4yq9.modal__gap-32_t4yq9 > *, .modal__center_t4yq9.modal__gap-32_t4yq9 > *, .modal__space-between_t4yq9.modal__gap-32_t4yq9 > * {
83
83
  margin-right: var(--gap-2xl);
84
84
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1lggp */
1
+ /* hash: 433uw */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -22,9 +22,9 @@
22
22
 
23
23
  /* mobile */
24
24
  }
25
- .modal__footer_q351w {
25
+ .modal__footer_y6ay7 {
26
26
  padding: var(--gap-m);
27
27
  }
28
- .modal__sticky_q351w {
28
+ .modal__sticky_y6ay7 {
29
29
  bottom: 0;
30
30
  }
@@ -1,4 +1,4 @@
1
- import '../../tslib.es6-056b72d0.js';
1
+ import '../../tslib.es6-270dfeed.js';
2
2
  import React, { useContext, useEffect } from 'react';
3
3
  import cn from 'classnames';
4
4
  import '@alfalab/core-components-icon-button/esm';
@@ -14,13 +14,13 @@ var getDataTestId = function (dataTestId, element) {
14
14
  return dataTestId ? "" + dataTestId + elementPart : undefined;
15
15
  };
16
16
 
17
- var desktopStyles = {"header":"modal__header_xgu5m","content":"modal__content_xgu5m","s":"modal__s_xgu5m","m":"modal__m_xgu5m","l":"modal__l_xgu5m","xl":"modal__xl_xgu5m","fullscreen":"modal__fullscreen_xgu5m","hasContent":"modal__hasContent_xgu5m","sticky":"modal__sticky_xgu5m"};
17
+ var desktopStyles = {"header":"modal__header_e81yg","content":"modal__content_e81yg","s":"modal__s_e81yg","m":"modal__m_e81yg","l":"modal__l_e81yg","xl":"modal__xl_e81yg","fullscreen":"modal__fullscreen_e81yg","hasContent":"modal__hasContent_e81yg","sticky":"modal__sticky_e81yg"};
18
18
  require('./desktop.css')
19
19
 
20
- var styles = {"header":"modal__header_f5byq","hasContent":"modal__hasContent_f5byq","highlighted":"modal__highlighted_f5byq","sticky":"modal__sticky_f5byq","content":"modal__content_f5byq","title":"modal__title_f5byq","addon":"modal__addon_f5byq","closer":"modal__closer_f5byq","left":"modal__left_f5byq","center":"modal__center_f5byq","right":"modal__right_f5byq","trim":"modal__trim_f5byq"};
20
+ var styles = {"header":"modal__header_1uxnt","hasContent":"modal__hasContent_1uxnt","highlighted":"modal__highlighted_1uxnt","sticky":"modal__sticky_1uxnt","content":"modal__content_1uxnt","title":"modal__title_1uxnt","addon":"modal__addon_1uxnt","closer":"modal__closer_1uxnt","left":"modal__left_1uxnt","center":"modal__center_1uxnt","right":"modal__right_1uxnt","trim":"modal__trim_1uxnt"};
21
21
  require('./index.css')
22
22
 
23
- var mobileStyles = {"sticky":"modal__sticky_15fng","content":"modal__content_15fng"};
23
+ var mobileStyles = {"sticky":"modal__sticky_trb8k","content":"modal__content_trb8k"};
24
24
  require('./mobile.css')
25
25
 
26
26
  var Header = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 18ti8 */
1
+ /* hash: 3gzzu */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -43,45 +43,45 @@
43
43
 
44
44
  /* mobile */
45
45
  }
46
- .modal__header_xgu5m {
46
+ .modal__header_e81yg {
47
47
  border-top-left-radius: var(--modal-border-radius);
48
48
  border-top-right-radius: var(--modal-border-radius);
49
49
  }
50
- .modal__content_xgu5m {
50
+ .modal__content_e81yg {
51
51
  font-weight: var(--modal-header-desktop-font-weight);
52
52
  font-family: var(--modal-header-desktop-font-family);
53
53
  }
54
- .modal__s_xgu5m .modal__content_xgu5m,
55
- .modal__m_xgu5m .modal__content_xgu5m {
54
+ .modal__s_e81yg .modal__content_e81yg,
55
+ .modal__m_e81yg .modal__content_e81yg {
56
56
  padding: var(--modal-s-header-desktop-content-paddings);
57
57
  font-size: var(--modal-s-header-desktop-font-size);
58
58
  line-height: var(--modal-s-header-desktop-line-height);
59
59
  }
60
- .modal__l_xgu5m .modal__content_xgu5m,
61
- .modal__xl_xgu5m .modal__content_xgu5m,
62
- .modal__fullscreen_xgu5m .modal__content_xgu5m {
60
+ .modal__l_e81yg .modal__content_e81yg,
61
+ .modal__xl_e81yg .modal__content_e81yg,
62
+ .modal__fullscreen_e81yg .modal__content_e81yg {
63
63
  padding: var(--modal-l-header-desktop-content-paddings);
64
64
  font-size: var(--modal-l-header-desktop-font-size);
65
65
  line-height: var(--modal-l-header-desktop-line-height);
66
66
  }
67
- .modal__s_xgu5m,
68
- .modal__m_xgu5m {
67
+ .modal__s_e81yg,
68
+ .modal__m_e81yg {
69
69
  padding: var(--modal-s-header-paddings)
70
70
  }
71
- .modal__s_xgu5m:not(.modal__hasContent_xgu5m), .modal__m_xgu5m:not(.modal__hasContent_xgu5m) {
71
+ .modal__s_e81yg:not(.modal__hasContent_e81yg), .modal__m_e81yg:not(.modal__hasContent_e81yg) {
72
72
  padding-bottom: 0;
73
73
  }
74
- .modal__l_xgu5m,
75
- .modal__xl_xgu5m,
76
- .modal__fullscreen_xgu5m {
74
+ .modal__l_e81yg,
75
+ .modal__xl_e81yg,
76
+ .modal__fullscreen_e81yg {
77
77
  padding: var(--gap-xl) var(--gap-xl) var(--gap-m)
78
78
  }
79
- .modal__l_xgu5m:not(.modal__hasContent_xgu5m), .modal__xl_xgu5m:not(.modal__hasContent_xgu5m), .modal__fullscreen_xgu5m:not(.modal__hasContent_xgu5m) {
79
+ .modal__l_e81yg:not(.modal__hasContent_e81yg), .modal__xl_e81yg:not(.modal__hasContent_e81yg), .modal__fullscreen_e81yg:not(.modal__hasContent_e81yg) {
80
80
  padding-bottom: var(--gap-m);
81
81
  }
82
- .modal__sticky_xgu5m {
82
+ .modal__sticky_e81yg {
83
83
  top: calc(var(--modal-vertical-padding) * -1)
84
84
  }
85
- .modal__sticky_xgu5m.modal__fullscreen_xgu5m {
85
+ .modal__sticky_e81yg.modal__fullscreen_e81yg {
86
86
  top: 0;
87
87
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1hn7b */
1
+ /* hash: cap39 */
2
2
  :root {
3
3
  --color-light-bg-primary: #fff;
4
4
  }
@@ -25,7 +25,7 @@
25
25
 
26
26
  /* mobile */
27
27
  }
28
- .modal__header_f5byq {
28
+ .modal__header_1uxnt {
29
29
  width: 100%;
30
30
  box-sizing: border-box;
31
31
  display: flex;
@@ -33,26 +33,27 @@
33
33
  justify-content: space-between;
34
34
  transition: box-shadow 0.2s ease, background 0.2s ease
35
35
  }
36
- .modal__header_f5byq:not(.modal__hasContent_f5byq) {
36
+ .modal__header_1uxnt:not(.modal__hasContent_1uxnt) {
37
37
  pointer-events: none;
38
38
  }
39
- .modal__highlighted_f5byq {
39
+ .modal__highlighted_1uxnt {
40
40
  background: var(--modal-header-highlight-background);
41
41
  box-shadow: var(--modal-header-highlight-box-shadow);
42
42
  }
43
- .modal__sticky_f5byq {
44
- position: sticky
43
+ .modal__sticky_1uxnt {
44
+ position: sticky;
45
+ z-index: 1
45
46
  }
46
- .modal__sticky_f5byq.modal__hasContent_f5byq {
47
+ .modal__sticky_1uxnt.modal__hasContent_1uxnt {
47
48
  background: var(--modal-header-background);
48
49
  }
49
- .modal__content_f5byq {
50
+ .modal__content_1uxnt {
50
51
  flex-grow: 1;
51
52
  }
52
- .modal__title_f5byq {
53
+ .modal__title_1uxnt {
53
54
  word-break: break-word;
54
55
  }
55
- .modal__addon_f5byq {
56
+ .modal__addon_1uxnt {
56
57
  min-width: 48px;
57
58
  height: 48px;
58
59
  display: flex;
@@ -60,25 +61,25 @@
60
61
  align-items: center;
61
62
  pointer-events: all;
62
63
  }
63
- .modal__closer_f5byq {
64
+ .modal__closer_1uxnt {
64
65
  margin-left: auto;
65
66
  }
66
- .modal__left_f5byq {
67
+ .modal__left_1uxnt {
67
68
  justify-content: flex-start;
68
69
  text-align: left;
69
70
  }
70
- .modal__center_f5byq {
71
+ .modal__center_1uxnt {
71
72
  justify-content: center;
72
73
  text-align: center;
73
74
  }
74
- .modal__right_f5byq {
75
+ .modal__right_1uxnt {
75
76
  justify-content: flex-end;
76
77
  text-align: right;
77
78
  }
78
- .modal__trim_f5byq {
79
+ .modal__trim_1uxnt {
79
80
  overflow: hidden
80
81
  }
81
- .modal__trim_f5byq .modal__title_f5byq {
82
+ .modal__trim_1uxnt .modal__title_1uxnt {
82
83
  overflow: hidden;
83
84
  white-space: nowrap;
84
85
  text-overflow: ellipsis;
@@ -1,4 +1,4 @@
1
- /* hash: 1f6lr */
1
+ /* hash: v3fhy */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -33,10 +33,10 @@
33
33
  --modal-header-mobile-font-family: var(--font-family-system);
34
34
  --modal-header-mobile-font-weight: bold;
35
35
  }
36
- .modal__sticky_15fng {
36
+ .modal__sticky_trb8k {
37
37
  top: 0;
38
38
  }
39
- .modal__content_15fng {
39
+ .modal__content_trb8k {
40
40
  font-size: var(--modal-header-mobile-font-size);
41
41
  line-height: var(--modal-header-mobile-line-height);
42
42
  font-family: var(--modal-header-mobile-font-family);
package/esm/desktop.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: xss4d */
1
+ /* hash: g50x5 */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -31,32 +31,32 @@
31
31
 
32
32
  /* mobile */
33
33
  }
34
- .modal__wrapper_1kgjw {
34
+ .modal__wrapper_xnsi1 {
35
35
  padding-top: var(--modal-vertical-padding);
36
36
  padding-bottom: var(--modal-vertical-padding);
37
37
  }
38
- .modal__component_1kgjw {
38
+ .modal__component_xnsi1 {
39
39
  width: 100%;
40
40
  max-width: 100%;
41
41
  border-radius: var(--modal-border-radius);
42
42
  }
43
- .modal__fullscreen_1kgjw {
43
+ .modal__fullscreen_xnsi1 {
44
44
  padding-top: 0;
45
45
  padding-bottom: 0
46
46
  }
47
- .modal__fullscreen_1kgjw .modal__component_1kgjw {
47
+ .modal__fullscreen_xnsi1 .modal__component_xnsi1 {
48
48
  flex: 1;
49
49
  border-radius: 0;
50
50
  }
51
- .modal__s_1kgjw {
51
+ .modal__s_xnsi1 {
52
52
  width: var(--modal-s-width);
53
53
  }
54
- .modal__m_1kgjw {
54
+ .modal__m_xnsi1 {
55
55
  width: var(--modal-m-width);
56
56
  }
57
- .modal__l_1kgjw {
57
+ .modal__l_xnsi1 {
58
58
  width: var(--modal-l-width);
59
59
  }
60
- .modal__xl_1kgjw {
60
+ .modal__xl_xnsi1 {
61
61
  width: var(--modal-xl-width);
62
62
  }
package/esm/desktop.js CHANGED
@@ -1,4 +1,4 @@
1
- import './tslib.es6-056b72d0.js';
1
+ import './tslib.es6-270dfeed.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/core-components-icon-button/esm';
package/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import './tslib.es6-056b72d0.js';
1
+ import './tslib.es6-270dfeed.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/core-components-icon-button/esm';