@alfalab/core-components-modal 5.0.0 → 5.0.3

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 (107) hide show
  1. package/CHANGELOG.md +85 -74
  2. package/dist/Component.desktop.js +3 -3
  3. package/dist/Component.mobile.js +3 -3
  4. package/dist/Component.responsive.d.ts +1 -1
  5. package/dist/Component.responsive.js +2 -2
  6. package/dist/components/closer/Component.js +2 -2
  7. package/dist/components/closer/index.css +11 -5
  8. package/dist/components/content/Component.desktop.js +2 -2
  9. package/dist/components/content/Component.js +1 -1
  10. package/dist/components/content/Component.mobile.js +2 -2
  11. package/dist/components/content/desktop.css +8 -8
  12. package/dist/components/content/index.css +3 -3
  13. package/dist/components/content/mobile.css +3 -3
  14. package/dist/components/footer/Component.desktop.js +2 -2
  15. package/dist/components/footer/Component.js +2 -2
  16. package/dist/components/footer/Component.mobile.js +2 -2
  17. package/dist/components/footer/desktop.css +9 -9
  18. package/dist/components/footer/index.css +4 -4
  19. package/dist/components/footer/layout.css +25 -25
  20. package/dist/components/footer/mobile.css +3 -3
  21. package/dist/components/header/Component.desktop.js +2 -2
  22. package/dist/components/header/Component.js +1 -1
  23. package/dist/components/header/Component.mobile.js +2 -2
  24. package/dist/components/header/desktop.css +17 -17
  25. package/dist/components/header/index.css +15 -15
  26. package/dist/components/header/mobile.css +3 -3
  27. package/dist/cssm/components/closer/index.module.css +7 -1
  28. package/dist/desktop.css +9 -9
  29. package/dist/desktop.js +2 -2
  30. package/dist/esm/Component.desktop.js +3 -3
  31. package/dist/esm/Component.mobile.js +3 -3
  32. package/dist/esm/Component.responsive.js +2 -2
  33. package/dist/esm/components/closer/Component.js +2 -2
  34. package/dist/esm/components/closer/index.css +11 -5
  35. package/dist/esm/components/content/Component.desktop.js +2 -2
  36. package/dist/esm/components/content/Component.js +1 -1
  37. package/dist/esm/components/content/Component.mobile.js +2 -2
  38. package/dist/esm/components/content/desktop.css +8 -8
  39. package/dist/esm/components/content/index.css +3 -3
  40. package/dist/esm/components/content/mobile.css +3 -3
  41. package/dist/esm/components/footer/Component.desktop.js +2 -2
  42. package/dist/esm/components/footer/Component.js +2 -2
  43. package/dist/esm/components/footer/Component.mobile.js +2 -2
  44. package/dist/esm/components/footer/desktop.css +9 -9
  45. package/dist/esm/components/footer/index.css +4 -4
  46. package/dist/esm/components/footer/layout.css +25 -25
  47. package/dist/esm/components/footer/mobile.css +3 -3
  48. package/dist/esm/components/header/Component.desktop.js +2 -2
  49. package/dist/esm/components/header/Component.js +1 -1
  50. package/dist/esm/components/header/Component.mobile.js +2 -2
  51. package/dist/esm/components/header/desktop.css +17 -17
  52. package/dist/esm/components/header/index.css +15 -15
  53. package/dist/esm/components/header/mobile.css +3 -3
  54. package/dist/esm/desktop.css +9 -9
  55. package/dist/esm/desktop.js +2 -2
  56. package/dist/esm/index.js +2 -2
  57. package/dist/esm/mobile.css +2 -2
  58. package/dist/esm/mobile.js +2 -2
  59. package/dist/esm/responsive.js +2 -2
  60. package/dist/esm/transitions.css +8 -8
  61. package/dist/esm/transitions.module-ec5a8797.js +4 -0
  62. package/dist/esm/{tslib.es6-c25aba00.d.ts → tslib.es6-97b66a70.d.ts} +0 -0
  63. package/dist/esm/{tslib.es6-c25aba00.js → tslib.es6-97b66a70.js} +0 -0
  64. package/dist/index.js +2 -2
  65. package/dist/mobile.css +2 -2
  66. package/dist/mobile.js +2 -2
  67. package/dist/modern/Component.desktop.js +2 -2
  68. package/dist/modern/Component.mobile.js +2 -2
  69. package/dist/modern/Component.responsive.js +1 -1
  70. package/dist/modern/components/closer/Component.js +1 -1
  71. package/dist/modern/components/closer/index.css +11 -5
  72. package/dist/modern/components/content/Component.desktop.js +1 -1
  73. package/dist/modern/components/content/Component.js +1 -1
  74. package/dist/modern/components/content/Component.mobile.js +1 -1
  75. package/dist/modern/components/content/desktop.css +8 -8
  76. package/dist/modern/components/content/index.css +3 -3
  77. package/dist/modern/components/content/mobile.css +3 -3
  78. package/dist/modern/components/footer/Component.desktop.js +1 -1
  79. package/dist/modern/components/footer/Component.js +2 -2
  80. package/dist/modern/components/footer/Component.mobile.js +1 -1
  81. package/dist/modern/components/footer/desktop.css +9 -9
  82. package/dist/modern/components/footer/index.css +4 -4
  83. package/dist/modern/components/footer/layout.css +25 -25
  84. package/dist/modern/components/footer/mobile.css +3 -3
  85. package/dist/modern/components/header/Component.desktop.js +1 -1
  86. package/dist/modern/components/header/Component.js +1 -1
  87. package/dist/modern/components/header/Component.mobile.js +1 -1
  88. package/dist/modern/components/header/desktop.css +17 -17
  89. package/dist/modern/components/header/index.css +15 -15
  90. package/dist/modern/components/header/mobile.css +3 -3
  91. package/dist/modern/desktop.css +9 -9
  92. package/dist/modern/desktop.js +1 -1
  93. package/dist/modern/index.js +1 -1
  94. package/dist/modern/mobile.css +2 -2
  95. package/dist/modern/mobile.js +1 -1
  96. package/dist/modern/responsive.js +1 -1
  97. package/dist/modern/transitions.css +8 -8
  98. package/dist/modern/transitions.module-ec5a8797.js +4 -0
  99. package/dist/responsive.js +2 -2
  100. package/dist/transitions.css +8 -8
  101. package/dist/transitions.module-d1256960.js +6 -0
  102. package/dist/{tslib.es6-e71a96bd.d.ts → tslib.es6-9581db82.d.ts} +0 -0
  103. package/dist/{tslib.es6-e71a96bd.js → tslib.es6-9581db82.js} +0 -0
  104. package/package.json +7 -7
  105. package/dist/esm/transitions.module-b6b7149e.js +0 -4
  106. package/dist/modern/transitions.module-b6b7149e.js +0 -4
  107. package/dist/transitions.module-0cb336a7.js +0 -6
@@ -1,4 +1,4 @@
1
- /* hash: 1wo8h */
1
+ /* hash: 1w6eq */
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_v3ixd {
28
+ .modal__header_1gjf0 {
29
29
  width: 100%;
30
30
  box-sizing: border-box;
31
31
  display: flex;
@@ -33,26 +33,26 @@
33
33
  justify-content: space-between;
34
34
  transition: box-shadow 0.2s ease, background 0.2s ease
35
35
  }
36
- .modal__header_v3ixd:not(.modal__hasContent_v3ixd) {
36
+ .modal__header_1gjf0:not(.modal__hasContent_1gjf0) {
37
37
  pointer-events: none;
38
38
  }
39
- .modal__highlighted_v3ixd {
39
+ .modal__highlighted_1gjf0 {
40
40
  background: var(--modal-header-highlight-background);
41
41
  box-shadow: var(--modal-header-highlight-box-shadow);
42
42
  }
43
- .modal__sticky_v3ixd {
43
+ .modal__sticky_1gjf0 {
44
44
  position: sticky
45
45
  }
46
- .modal__sticky_v3ixd.modal__hasContent_v3ixd {
46
+ .modal__sticky_1gjf0.modal__hasContent_1gjf0 {
47
47
  background: var(--modal-header-background);
48
48
  }
49
- .modal__content_v3ixd {
49
+ .modal__content_1gjf0 {
50
50
  flex-grow: 1;
51
51
  }
52
- .modal__title_v3ixd {
52
+ .modal__title_1gjf0 {
53
53
  word-break: break-word;
54
54
  }
55
- .modal__addon_v3ixd {
55
+ .modal__addon_1gjf0 {
56
56
  min-width: 48px;
57
57
  height: 48px;
58
58
  display: flex;
@@ -60,25 +60,25 @@
60
60
  align-items: center;
61
61
  pointer-events: all;
62
62
  }
63
- .modal__closer_v3ixd {
63
+ .modal__closer_1gjf0 {
64
64
  margin-left: auto;
65
65
  }
66
- .modal__left_v3ixd {
66
+ .modal__left_1gjf0 {
67
67
  justify-content: flex-start;
68
68
  text-align: left;
69
69
  }
70
- .modal__center_v3ixd {
70
+ .modal__center_1gjf0 {
71
71
  justify-content: center;
72
72
  text-align: center;
73
73
  }
74
- .modal__right_v3ixd {
74
+ .modal__right_1gjf0 {
75
75
  justify-content: flex-end;
76
76
  text-align: right;
77
77
  }
78
- .modal__trim_v3ixd {
78
+ .modal__trim_1gjf0 {
79
79
  overflow: hidden
80
80
  }
81
- .modal__trim_v3ixd .modal__title_v3ixd {
81
+ .modal__trim_1gjf0 .modal__title_1gjf0 {
82
82
  overflow: hidden;
83
83
  white-space: nowrap;
84
84
  text-overflow: ellipsis;
@@ -1,4 +1,4 @@
1
- /* hash: b88v8 */
1
+ /* hash: tgc7c */
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_11e5b {
36
+ .modal__sticky_cx1uj {
37
37
  top: 0;
38
38
  }
39
- .modal__content_11e5b {
39
+ .modal__content_cx1uj {
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);
@@ -1,4 +1,4 @@
1
- /* hash: 1i8ps */
1
+ /* hash: 1h4q9 */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -31,32 +31,32 @@
31
31
 
32
32
  /* mobile */
33
33
  }
34
- .modal__wrapper_1jm5f {
34
+ .modal__wrapper_q64la {
35
35
  padding-top: var(--modal-vertical-padding);
36
36
  padding-bottom: var(--modal-vertical-padding);
37
37
  }
38
- .modal__component_1jm5f {
38
+ .modal__component_q64la {
39
39
  width: 100%;
40
40
  max-width: 100%;
41
41
  border-radius: var(--modal-border-radius);
42
42
  }
43
- .modal__fullscreen_1jm5f {
43
+ .modal__fullscreen_q64la {
44
44
  padding-top: 0;
45
45
  padding-bottom: 0
46
46
  }
47
- .modal__fullscreen_1jm5f .modal__component_1jm5f {
47
+ .modal__fullscreen_q64la .modal__component_q64la {
48
48
  flex: 1;
49
49
  border-radius: 0;
50
50
  }
51
- .modal__s_1jm5f {
51
+ .modal__s_q64la {
52
52
  width: var(--modal-s-width);
53
53
  }
54
- .modal__m_1jm5f {
54
+ .modal__m_q64la {
55
55
  width: var(--modal-m-width);
56
56
  }
57
- .modal__l_1jm5f {
57
+ .modal__l_q64la {
58
58
  width: var(--modal-l-width);
59
59
  }
60
- .modal__xl_1jm5f {
60
+ .modal__xl_q64la {
61
61
  width: var(--modal-xl-width);
62
62
  }
@@ -1,4 +1,4 @@
1
- import './tslib.es6-c25aba00.js';
1
+ import './tslib.es6-97b66a70.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/core-components-base-modal/dist/esm';
@@ -14,4 +14,4 @@ import './components/content/Component.desktop.js';
14
14
  import './components/footer/Component.js';
15
15
  import './components/footer/Component.desktop.js';
16
16
  export { ModalDesktop } from './Component.desktop.js';
17
- import './transitions.module-b6b7149e.js';
17
+ import './transitions.module-ec5a8797.js';
package/dist/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import './tslib.es6-c25aba00.js';
1
+ import './tslib.es6-97b66a70.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/core-components-base-modal/dist/esm';
@@ -14,7 +14,7 @@ import './components/content/Component.desktop.js';
14
14
  import './components/footer/Component.js';
15
15
  import './components/footer/Component.desktop.js';
16
16
  import './Component.desktop.js';
17
- import './transitions.module-b6b7149e.js';
17
+ import './transitions.module-ec5a8797.js';
18
18
  import '@alfalab/icons-glyph/CrossMIcon';
19
19
  import './components/header/Component.mobile.js';
20
20
  import './components/content/Component.mobile.js';
@@ -1,4 +1,4 @@
1
- /* hash: 175h3 */
1
+ /* hash: 18tu0 */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -19,7 +19,7 @@
19
19
 
20
20
  /* mobile */
21
21
  }
22
- .modal__component_odvv0 {
22
+ .modal__component_jhu7u {
23
23
  flex: 1;
24
24
  width: 100%;
25
25
  }
@@ -1,4 +1,4 @@
1
- import './tslib.es6-c25aba00.js';
1
+ import './tslib.es6-97b66a70.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/core-components-base-modal/dist/esm';
@@ -9,7 +9,7 @@ import '@alfalab/icons-glyph/CrossHeavyMIcon';
9
9
  import './components/closer/Component.js';
10
10
  import './components/content/Component.js';
11
11
  import './components/footer/Component.js';
12
- import './transitions.module-b6b7149e.js';
12
+ import './transitions.module-ec5a8797.js';
13
13
  import '@alfalab/icons-glyph/CrossMIcon';
14
14
  import './components/header/Component.mobile.js';
15
15
  import './components/content/Component.mobile.js';
@@ -1,4 +1,4 @@
1
- import './tslib.es6-c25aba00.js';
1
+ import './tslib.es6-97b66a70.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/core-components-base-modal/dist/esm';
@@ -14,7 +14,7 @@ import './components/content/Component.desktop.js';
14
14
  import './components/footer/Component.js';
15
15
  import './components/footer/Component.desktop.js';
16
16
  import './Component.desktop.js';
17
- import './transitions.module-b6b7149e.js';
17
+ import './transitions.module-ec5a8797.js';
18
18
  import '@alfalab/icons-glyph/CrossMIcon';
19
19
  import './components/header/Component.mobile.js';
20
20
  import './components/content/Component.mobile.js';
@@ -1,24 +1,24 @@
1
- /* hash: 18pdm */
2
- .modal__appear_19x95,
3
- .modal__enter_19x95 {
1
+ /* hash: 1adqj */
2
+ .modal__appear_1q00x,
3
+ .modal__enter_1q00x {
4
4
  opacity: 0;
5
5
  transform: translateY(15px);
6
6
  }
7
7
 
8
- .modal__appearActive_19x95,
9
- .modal__enterActive_19x95 {
8
+ .modal__appearActive_1q00x,
9
+ .modal__enterActive_1q00x {
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
- .modal__exit_19x95 {
15
+ .modal__exit_1q00x {
16
16
  opacity: 1;
17
17
  transform: translateY(0);
18
18
  }
19
19
 
20
- .modal__exitActive_19x95,
21
- .modal__exitDone_19x95 {
20
+ .modal__exitActive_1q00x,
21
+ .modal__exitDone_1q00x {
22
22
  opacity: 0;
23
23
  transform: translateY(15px);
24
24
  transition: opacity 200ms ease-out, transform 200ms ease-out;
@@ -0,0 +1,4 @@
1
+ var transitions = {"appear":"modal__appear_1q00x","enter":"modal__enter_1q00x","appearActive":"modal__appearActive_1q00x","enterActive":"modal__enterActive_1q00x","exit":"modal__exit_1q00x","exitActive":"modal__exitActive_1q00x","exitDone":"modal__exitDone_1q00x"};
2
+ require('./transitions.css')
3
+
4
+ export { transitions as t };
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('./tslib.es6-e71a96bd.js');
5
+ require('./tslib.es6-9581db82.js');
6
6
  require('react');
7
7
  require('classnames');
8
8
  require('@alfalab/core-components-base-modal');
@@ -18,7 +18,7 @@ require('./components/content/Component.desktop.js');
18
18
  require('./components/footer/Component.js');
19
19
  require('./components/footer/Component.desktop.js');
20
20
  require('./Component.desktop.js');
21
- require('./transitions.module-0cb336a7.js');
21
+ require('./transitions.module-d1256960.js');
22
22
  require('@alfalab/icons-glyph/CrossMIcon');
23
23
  require('./components/header/Component.mobile.js');
24
24
  require('./components/content/Component.mobile.js');
package/dist/mobile.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 175h3 */
1
+ /* hash: 18tu0 */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -19,7 +19,7 @@
19
19
 
20
20
  /* mobile */
21
21
  }
22
- .modal__component_odvv0 {
22
+ .modal__component_jhu7u {
23
23
  flex: 1;
24
24
  width: 100%;
25
25
  }
package/dist/mobile.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('./tslib.es6-e71a96bd.js');
5
+ require('./tslib.es6-9581db82.js');
6
6
  require('react');
7
7
  require('classnames');
8
8
  require('@alfalab/core-components-base-modal');
@@ -13,7 +13,7 @@ require('@alfalab/icons-glyph/CrossHeavyMIcon');
13
13
  require('./components/closer/Component.js');
14
14
  require('./components/content/Component.js');
15
15
  require('./components/footer/Component.js');
16
- require('./transitions.module-0cb336a7.js');
16
+ require('./transitions.module-d1256960.js');
17
17
  require('@alfalab/icons-glyph/CrossMIcon');
18
18
  require('./components/header/Component.mobile.js');
19
19
  require('./components/content/Component.mobile.js');
@@ -12,9 +12,9 @@ import './components/content/Component.js';
12
12
  import { ContentDesktop } from './components/content/Component.desktop.js';
13
13
  import './components/footer/Component.js';
14
14
  import { FooterDesktop } from './components/footer/Component.desktop.js';
15
- import { t as transitions } from './transitions.module-b6b7149e.js';
15
+ import { t as transitions } from './transitions.module-ec5a8797.js';
16
16
 
17
- var styles = {"wrapper":"modal__wrapper_1jm5f","component":"modal__component_1jm5f","fullscreen":"modal__fullscreen_1jm5f","s":"modal__s_1jm5f","m":"modal__m_1jm5f","l":"modal__l_1jm5f","xl":"modal__xl_1jm5f"};
17
+ var styles = {"wrapper":"modal__wrapper_q64la","component":"modal__component_q64la","fullscreen":"modal__fullscreen_q64la","s":"modal__s_q64la","m":"modal__m_q64la","l":"modal__l_q64la","xl":"modal__xl_q64la"};
18
18
  require('./desktop.css')
19
19
 
20
20
  const ModalDesktopComponent = forwardRef(({ size = 's', fixedPosition, fullscreen, children, className, wrapperClassName, transitionProps = {}, ...restProps }, ref) => {
@@ -8,13 +8,13 @@ import '@alfalab/icons-glyph/CrossHeavyMIcon';
8
8
  import { Closer } from './components/closer/Component.js';
9
9
  import './components/content/Component.js';
10
10
  import './components/footer/Component.js';
11
- import { t as transitions } from './transitions.module-b6b7149e.js';
11
+ import { t as transitions } from './transitions.module-ec5a8797.js';
12
12
  import '@alfalab/icons-glyph/CrossMIcon';
13
13
  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":"modal__component_odvv0"};
17
+ var styles = {"component":"modal__component_jhu7u"};
18
18
  require('./mobile.css')
19
19
 
20
20
  const ModalMobileComponent = forwardRef(({ children, className, ...restProps }, ref) => {
@@ -13,7 +13,7 @@ import './components/content/Component.desktop.js';
13
13
  import './components/footer/Component.js';
14
14
  import './components/footer/Component.desktop.js';
15
15
  import { ModalDesktop } from './Component.desktop.js';
16
- import './transitions.module-b6b7149e.js';
16
+ import './transitions.module-ec5a8797.js';
17
17
  import '@alfalab/icons-glyph/CrossMIcon';
18
18
  import './components/header/Component.mobile.js';
19
19
  import './components/content/Component.mobile.js';
@@ -5,7 +5,7 @@ import { ModalContext } from '../../Context.js';
5
5
  import { IconButton } from '@alfalab/core-components-icon-button/dist/modern';
6
6
  import { CrossHeavyMIcon } from '@alfalab/icons-glyph/CrossHeavyMIcon';
7
7
 
8
- var styles = {"closer":"modal__closer_13ibv","button":"modal__button_13ibv","sticky":"modal__sticky_13ibv"};
8
+ var styles = {"closer":"modal__closer_11x91","button":"modal__button_11x91","sticky":"modal__sticky_11x91"};
9
9
  require('./index.css')
10
10
 
11
11
  /**
@@ -1,4 +1,7 @@
1
- /* hash: 1wu1k */
1
+ /* hash: 1dff2 */
2
+ :root {
3
+ --color-light-bg-primary-alpha-40: rgba(255, 255, 255, 0.4);
4
+ }
2
5
  :root {
3
6
 
4
7
  /* Hard */
@@ -23,7 +26,10 @@
23
26
 
24
27
  /* mobile */
25
28
  }
26
- .modal__closer_13ibv {
29
+ :root {
30
+ --modal-closer-bg-color: var(--color-light-bg-primary-alpha-40);
31
+ }
32
+ .modal__closer_11x91 {
27
33
  flex-shrink: 0;
28
34
  width: 48px;
29
35
  height: 48px;
@@ -32,13 +38,13 @@
32
38
  align-items: center;
33
39
  justify-content: center;
34
40
  }
35
- .modal__button_13ibv {
36
- background: rgba(255, 255, 255, 0.4);
41
+ .modal__button_11x91 {
42
+ background: var(--modal-closer-bg-color);
37
43
  -webkit-backdrop-filter: blur(10px);
38
44
  backdrop-filter: blur(10px);
39
45
  border-radius: 50px;
40
46
  }
41
- .modal__sticky_13ibv {
47
+ .modal__sticky_11x91 {
42
48
  position: sticky;
43
49
  top: calc(var(--modal-vertical-padding) * -1);
44
50
  }
@@ -4,7 +4,7 @@ import '@alfalab/core-components-base-modal/dist/modern';
4
4
  import '../../Context.js';
5
5
  import { Content } from './Component.js';
6
6
 
7
- var styles = {"s":"modal__s_trd7b","m":"modal__m_trd7b","l":"modal__l_trd7b","xl":"modal__xl_trd7b","fullscreen":"modal__fullscreen_trd7b"};
7
+ var styles = {"s":"modal__s_15jjf","m":"modal__m_15jjf","l":"modal__l_15jjf","xl":"modal__xl_15jjf","fullscreen":"modal__fullscreen_15jjf"};
8
8
  require('./desktop.css')
9
9
 
10
10
  const ContentDesktop = ({ size, className, ...restProps }) => (React.createElement(Content, Object.assign({ className: cn(className, size && styles[size]) }, restProps)));
@@ -3,7 +3,7 @@ import cn from 'classnames';
3
3
  import '@alfalab/core-components-base-modal/dist/modern';
4
4
  import { ModalContext } from '../../Context.js';
5
5
 
6
- var styles = {"content":"modal__content_1vm3y","flex":"modal__flex_1vm3y"};
6
+ var styles = {"content":"modal__content_18n7k","flex":"modal__flex_18n7k"};
7
7
  require('./index.css')
8
8
 
9
9
  const Content = ({ children, flex, className }) => {
@@ -4,7 +4,7 @@ import '@alfalab/core-components-base-modal/dist/modern';
4
4
  import '../../Context.js';
5
5
  import { Content } from './Component.js';
6
6
 
7
- var styles = {"content":"modal__content_1wp2v"};
7
+ var styles = {"content":"modal__content_hlntk"};
8
8
  require('./mobile.css')
9
9
 
10
10
  const ContentMobile = ({ className, ...restProps }) => (React.createElement(Content, Object.assign({ className: cn(className, styles.content) }, restProps)));
@@ -1,4 +1,4 @@
1
- /* hash: 1jd74 */
1
+ /* hash: 1yw4b */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -24,18 +24,18 @@
24
24
 
25
25
  /* mobile */
26
26
  }
27
- .modal__s_trd7b,
28
- .modal__m_trd7b {
27
+ .modal__s_15jjf,
28
+ .modal__m_15jjf {
29
29
  padding: var(--modal-s-content-paddings)
30
30
  }
31
- .modal__s_trd7b:last-child, .modal__m_trd7b:last-child {
31
+ .modal__s_15jjf:last-child, .modal__m_15jjf:last-child {
32
32
  padding-bottom: var(--modal-s-content-only-bottom-padding);
33
33
  }
34
- .modal__l_trd7b,
35
- .modal__xl_trd7b,
36
- .modal__fullscreen_trd7b {
34
+ .modal__l_15jjf,
35
+ .modal__xl_15jjf,
36
+ .modal__fullscreen_15jjf {
37
37
  padding: 0 var(--gap-6xl)
38
38
  }
39
- .modal__l_trd7b:last-child, .modal__xl_trd7b:last-child, .modal__fullscreen_trd7b:last-child {
39
+ .modal__l_15jjf:last-child, .modal__xl_15jjf:last-child, .modal__fullscreen_15jjf:last-child {
40
40
  padding-bottom: var(--gap-6xl);
41
41
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1ttfc */
1
+ /* hash: 1s52e */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -19,10 +19,10 @@
19
19
 
20
20
  /* mobile */
21
21
  }
22
- .modal__content_1vm3y {
22
+ .modal__content_18n7k {
23
23
  box-sizing: border-box;
24
24
  width: 100%;
25
25
  }
26
- .modal__flex_1vm3y {
26
+ .modal__flex_18n7k {
27
27
  flex: 1 1 auto;
28
28
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1s3vl */
1
+ /* hash: l6qdv */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -22,9 +22,9 @@
22
22
 
23
23
  /* mobile */
24
24
  }
25
- .modal__content_1wp2v {
25
+ .modal__content_hlntk {
26
26
  padding: 0 var(--gap-m)
27
27
  }
28
- .modal__content_1wp2v:last-child {
28
+ .modal__content_hlntk:last-child {
29
29
  padding-bottom: var(--gap-m);
30
30
  }
@@ -4,7 +4,7 @@ import '@alfalab/core-components-base-modal/dist/modern';
4
4
  import '../../Context.js';
5
5
  import { Footer } from './Component.js';
6
6
 
7
- var styles = {"footer":"modal__footer_2esva","sticky":"modal__sticky_2esva","fullscreen":"modal__fullscreen_2esva","s":"modal__s_2esva","m":"modal__m_2esva","l":"modal__l_2esva","xl":"modal__xl_2esva"};
7
+ var styles = {"footer":"modal__footer_jcylt","sticky":"modal__sticky_jcylt","fullscreen":"modal__fullscreen_jcylt","s":"modal__s_jcylt","m":"modal__m_jcylt","l":"modal__l_jcylt","xl":"modal__xl_jcylt"};
8
8
  require('./desktop.css')
9
9
 
10
10
  const FooterDesktop = ({ size, className, sticky, ...restProps }) => (React.createElement(Footer, Object.assign({ className: cn(className, styles.footer, size && styles[size], {
@@ -3,10 +3,10 @@ import cn from 'classnames';
3
3
  import '@alfalab/core-components-base-modal/dist/modern';
4
4
  import { ModalContext } from '../../Context.js';
5
5
 
6
- var styles = {"footer":"modal__footer_wq8ef","sticky":"modal__sticky_wq8ef","highlighted":"modal__highlighted_wq8ef"};
6
+ var styles = {"footer":"modal__footer_decos","sticky":"modal__sticky_decos","highlighted":"modal__highlighted_decos"};
7
7
  require('./index.css')
8
8
 
9
- var layoutStyles = {"column":"modal__column_rmol4","gap-16":"modal__gap-16_rmol4","gap-24":"modal__gap-24_rmol4","gap-32":"modal__gap-32_rmol4","start":"modal__start_rmol4","center":"modal__center_rmol4","space-between":"modal__space-between_rmol4"};
9
+ var layoutStyles = {"column":"modal__column_1fgyw","gap-16":"modal__gap-16_1fgyw","gap-24":"modal__gap-24_1fgyw","gap-32":"modal__gap-32_1fgyw","start":"modal__start_1fgyw","center":"modal__center_1fgyw","space-between":"modal__space-between_1fgyw"};
10
10
  require('./layout.css')
11
11
 
12
12
  const Footer = ({ children, className, sticky, layout = 'start', gap }) => {
@@ -4,7 +4,7 @@ import '@alfalab/core-components-base-modal/dist/modern';
4
4
  import '../../Context.js';
5
5
  import { Footer } from './Component.js';
6
6
 
7
- var styles = {"footer":"modal__footer_1sw63","sticky":"modal__sticky_1sw63"};
7
+ var styles = {"footer":"modal__footer_1uh8w","sticky":"modal__sticky_1uh8w"};
8
8
  require('./mobile.css')
9
9
 
10
10
  const FooterMobile = ({ className, sticky, ...restProps }) => (React.createElement(Footer, Object.assign({ className: cn(className, styles.footer, {
@@ -1,4 +1,4 @@
1
- /* hash: a9fm6 */
1
+ /* hash: 8l2oz */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -31,22 +31,22 @@
31
31
 
32
32
  /* mobile */
33
33
  }
34
- .modal__footer_2esva {
34
+ .modal__footer_jcylt {
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_2esva {
38
+ .modal__sticky_jcylt {
39
39
  bottom: calc(var(--modal-vertical-padding) * -1)
40
40
  }
41
- .modal__sticky_2esva.modal__fullscreen_2esva {
41
+ .modal__sticky_jcylt.modal__fullscreen_jcylt {
42
42
  bottom: 0;
43
43
  }
44
- .modal__s_2esva,
45
- .modal__m_2esva {
44
+ .modal__s_jcylt,
45
+ .modal__m_jcylt {
46
46
  padding: var(--modal-s-footer-paddings);
47
47
  }
48
- .modal__l_2esva,
49
- .modal__xl_2esva,
50
- .modal__fullscreen_2esva {
48
+ .modal__l_jcylt,
49
+ .modal__xl_jcylt,
50
+ .modal__fullscreen_jcylt {
51
51
  padding: var(--gap-2xl) var(--gap-6xl) var(--gap-6xl);
52
52
  }
@@ -1,4 +1,4 @@
1
- /* hash: j2utc */
1
+ /* hash: hehw5 */
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_wq8ef {
29
+ .modal__footer_decos {
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_wq8ef {
34
+ .modal__sticky_decos {
35
35
  background: var(--modal-footer-background);
36
36
  position: sticky;
37
37
  }
38
- .modal__highlighted_wq8ef {
38
+ .modal__highlighted_decos {
39
39
  background: var(--modal-footer-highlight-background);
40
40
  box-shadow: var(--modal-footer-highlight-box-shadow);
41
41
  }