@alfalab/core-components-modal 5.0.3 → 5.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 (106) hide show
  1. package/dist/Component.desktop.js +4 -4
  2. package/dist/Component.mobile.js +3 -3
  3. package/dist/Component.responsive.d.ts +1 -1
  4. package/dist/Component.responsive.js +2 -2
  5. package/dist/components/closer/Component.js +2 -2
  6. package/dist/components/closer/index.css +4 -4
  7. package/dist/components/content/Component.desktop.js +2 -2
  8. package/dist/components/content/Component.js +1 -1
  9. package/dist/components/content/Component.mobile.js +2 -2
  10. package/dist/components/content/desktop.css +8 -8
  11. package/dist/components/content/index.css +3 -3
  12. package/dist/components/content/mobile.css +3 -3
  13. package/dist/components/footer/Component.desktop.js +2 -2
  14. package/dist/components/footer/Component.js +2 -2
  15. package/dist/components/footer/Component.mobile.js +2 -2
  16. package/dist/components/footer/desktop.css +9 -9
  17. package/dist/components/footer/index.css +4 -4
  18. package/dist/components/footer/layout.css +25 -25
  19. package/dist/components/footer/mobile.css +3 -3
  20. package/dist/components/header/Component.desktop.js +2 -2
  21. package/dist/components/header/Component.js +1 -1
  22. package/dist/components/header/Component.mobile.js +2 -2
  23. package/dist/components/header/desktop.css +17 -17
  24. package/dist/components/header/index.css +15 -15
  25. package/dist/components/header/mobile.css +3 -3
  26. package/dist/cssm/Component.desktop.js +1 -1
  27. package/dist/desktop.css +9 -9
  28. package/dist/desktop.js +2 -2
  29. package/dist/esm/Component.desktop.js +4 -4
  30. package/dist/esm/Component.mobile.js +3 -3
  31. package/dist/esm/Component.responsive.js +2 -2
  32. package/dist/esm/components/closer/Component.js +2 -2
  33. package/dist/esm/components/closer/index.css +4 -4
  34. package/dist/esm/components/content/Component.desktop.js +2 -2
  35. package/dist/esm/components/content/Component.js +1 -1
  36. package/dist/esm/components/content/Component.mobile.js +2 -2
  37. package/dist/esm/components/content/desktop.css +8 -8
  38. package/dist/esm/components/content/index.css +3 -3
  39. package/dist/esm/components/content/mobile.css +3 -3
  40. package/dist/esm/components/footer/Component.desktop.js +2 -2
  41. package/dist/esm/components/footer/Component.js +2 -2
  42. package/dist/esm/components/footer/Component.mobile.js +2 -2
  43. package/dist/esm/components/footer/desktop.css +9 -9
  44. package/dist/esm/components/footer/index.css +4 -4
  45. package/dist/esm/components/footer/layout.css +25 -25
  46. package/dist/esm/components/footer/mobile.css +3 -3
  47. package/dist/esm/components/header/Component.desktop.js +2 -2
  48. package/dist/esm/components/header/Component.js +1 -1
  49. package/dist/esm/components/header/Component.mobile.js +2 -2
  50. package/dist/esm/components/header/desktop.css +17 -17
  51. package/dist/esm/components/header/index.css +15 -15
  52. package/dist/esm/components/header/mobile.css +3 -3
  53. package/dist/esm/desktop.css +9 -9
  54. package/dist/esm/desktop.js +2 -2
  55. package/dist/esm/index.js +2 -2
  56. package/dist/esm/mobile.css +2 -2
  57. package/dist/esm/mobile.js +2 -2
  58. package/dist/esm/responsive.js +2 -2
  59. package/dist/esm/transitions.css +8 -8
  60. package/dist/esm/transitions.module-66ef8277.js +4 -0
  61. package/dist/esm/{tslib.es6-97b66a70.d.ts → tslib.es6-f91155b5.d.ts} +0 -0
  62. package/dist/esm/{tslib.es6-97b66a70.js → tslib.es6-f91155b5.js} +0 -0
  63. package/dist/index.js +2 -2
  64. package/dist/mobile.css +2 -2
  65. package/dist/mobile.js +2 -2
  66. package/dist/modern/Component.desktop.js +3 -3
  67. package/dist/modern/Component.mobile.js +2 -2
  68. package/dist/modern/Component.responsive.js +1 -1
  69. package/dist/modern/components/closer/Component.js +1 -1
  70. package/dist/modern/components/closer/index.css +4 -4
  71. package/dist/modern/components/content/Component.desktop.js +1 -1
  72. package/dist/modern/components/content/Component.js +1 -1
  73. package/dist/modern/components/content/Component.mobile.js +1 -1
  74. package/dist/modern/components/content/desktop.css +8 -8
  75. package/dist/modern/components/content/index.css +3 -3
  76. package/dist/modern/components/content/mobile.css +3 -3
  77. package/dist/modern/components/footer/Component.desktop.js +1 -1
  78. package/dist/modern/components/footer/Component.js +2 -2
  79. package/dist/modern/components/footer/Component.mobile.js +1 -1
  80. package/dist/modern/components/footer/desktop.css +9 -9
  81. package/dist/modern/components/footer/index.css +4 -4
  82. package/dist/modern/components/footer/layout.css +25 -25
  83. package/dist/modern/components/footer/mobile.css +3 -3
  84. package/dist/modern/components/header/Component.desktop.js +1 -1
  85. package/dist/modern/components/header/Component.js +1 -1
  86. package/dist/modern/components/header/Component.mobile.js +1 -1
  87. package/dist/modern/components/header/desktop.css +17 -17
  88. package/dist/modern/components/header/index.css +15 -15
  89. package/dist/modern/components/header/mobile.css +3 -3
  90. package/dist/modern/desktop.css +9 -9
  91. package/dist/modern/desktop.js +1 -1
  92. package/dist/modern/index.js +1 -1
  93. package/dist/modern/mobile.css +2 -2
  94. package/dist/modern/mobile.js +1 -1
  95. package/dist/modern/responsive.js +1 -1
  96. package/dist/modern/transitions.css +8 -8
  97. package/dist/modern/transitions.module-66ef8277.js +4 -0
  98. package/dist/responsive.js +2 -2
  99. package/dist/transitions.css +8 -8
  100. package/dist/transitions.module-aeb8cdac.js +6 -0
  101. package/dist/{tslib.es6-9581db82.d.ts → tslib.es6-a34d5f46.d.ts} +0 -0
  102. package/dist/{tslib.es6-9581db82.js → tslib.es6-a34d5f46.js} +0 -0
  103. package/package.json +4 -4
  104. package/dist/esm/transitions.module-ec5a8797.js +0 -4
  105. package/dist/modern/transitions.module-ec5a8797.js +0 -4
  106. package/dist/transitions.module-d1256960.js +0 -6
@@ -1,4 +1,4 @@
1
- /* hash: 1w6eq */
1
+ /* hash: 15ckp */
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_1gjf0 {
28
+ .modal__header_pwg19 {
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_1gjf0:not(.modal__hasContent_1gjf0) {
36
+ .modal__header_pwg19:not(.modal__hasContent_pwg19) {
37
37
  pointer-events: none;
38
38
  }
39
- .modal__highlighted_1gjf0 {
39
+ .modal__highlighted_pwg19 {
40
40
  background: var(--modal-header-highlight-background);
41
41
  box-shadow: var(--modal-header-highlight-box-shadow);
42
42
  }
43
- .modal__sticky_1gjf0 {
43
+ .modal__sticky_pwg19 {
44
44
  position: sticky
45
45
  }
46
- .modal__sticky_1gjf0.modal__hasContent_1gjf0 {
46
+ .modal__sticky_pwg19.modal__hasContent_pwg19 {
47
47
  background: var(--modal-header-background);
48
48
  }
49
- .modal__content_1gjf0 {
49
+ .modal__content_pwg19 {
50
50
  flex-grow: 1;
51
51
  }
52
- .modal__title_1gjf0 {
52
+ .modal__title_pwg19 {
53
53
  word-break: break-word;
54
54
  }
55
- .modal__addon_1gjf0 {
55
+ .modal__addon_pwg19 {
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_1gjf0 {
63
+ .modal__closer_pwg19 {
64
64
  margin-left: auto;
65
65
  }
66
- .modal__left_1gjf0 {
66
+ .modal__left_pwg19 {
67
67
  justify-content: flex-start;
68
68
  text-align: left;
69
69
  }
70
- .modal__center_1gjf0 {
70
+ .modal__center_pwg19 {
71
71
  justify-content: center;
72
72
  text-align: center;
73
73
  }
74
- .modal__right_1gjf0 {
74
+ .modal__right_pwg19 {
75
75
  justify-content: flex-end;
76
76
  text-align: right;
77
77
  }
78
- .modal__trim_1gjf0 {
78
+ .modal__trim_pwg19 {
79
79
  overflow: hidden
80
80
  }
81
- .modal__trim_1gjf0 .modal__title_1gjf0 {
81
+ .modal__trim_pwg19 .modal__title_pwg19 {
82
82
  overflow: hidden;
83
83
  white-space: nowrap;
84
84
  text-overflow: ellipsis;
@@ -1,4 +1,4 @@
1
- /* hash: tgc7c */
1
+ /* hash: 1w3y5 */
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_cx1uj {
36
+ .modal__sticky_veuev {
37
37
  top: 0;
38
38
  }
39
- .modal__content_cx1uj {
39
+ .modal__content_veuev {
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);
@@ -56,7 +56,7 @@ var ModalDesktopComponent = React.forwardRef(function (_a, ref) {
56
56
  }, [fixedPosition, transitionProps]);
57
57
  return (React__default['default'].createElement(coreComponentsBaseModal.BaseModal, tslib_es6.__assign({}, restProps, { ref: mergeRefs__default['default']([ref, modalRef]), wrapperClassName: cn__default['default'](styles__default['default'].wrapper, wrapperClassName, (_b = {},
58
58
  _b[styles__default['default'].fullscreen] = componentSize === 'fullscreen',
59
- _b)), className: cn__default['default'](styles__default['default'].component, className, styles__default['default'][componentSize]), backdropProps: tslib_es6.__assign(tslib_es6.__assign({}, restProps.backdropProps), { invisible: componentSize === 'fullscreen' }), transitionProps: tslib_es6.__assign(tslib_es6.__assign({ classNames: transitions__default['default'] }, transitionProps), { onEntered: handleEntered }) }), React__default['default'].Children.map(children, function (child) {
59
+ _b)), className: cn__default['default'](styles__default['default'].component, className, styles__default['default'][componentSize]), backdropProps: tslib_es6.__assign({ invisible: componentSize === 'fullscreen' }, restProps.backdropProps), transitionProps: tslib_es6.__assign(tslib_es6.__assign({ classNames: transitions__default['default'] }, transitionProps), { onEntered: handleEntered }) }), React__default['default'].Children.map(children, function (child) {
60
60
  return React.isValidElement(child) ? React.cloneElement(child, { size: componentSize }) : child;
61
61
  })));
62
62
  });
package/dist/desktop.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1h4q9 */
1
+ /* hash: 1joil */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -31,32 +31,32 @@
31
31
 
32
32
  /* mobile */
33
33
  }
34
- .modal__wrapper_q64la {
34
+ .modal__wrapper_sn5gi {
35
35
  padding-top: var(--modal-vertical-padding);
36
36
  padding-bottom: var(--modal-vertical-padding);
37
37
  }
38
- .modal__component_q64la {
38
+ .modal__component_sn5gi {
39
39
  width: 100%;
40
40
  max-width: 100%;
41
41
  border-radius: var(--modal-border-radius);
42
42
  }
43
- .modal__fullscreen_q64la {
43
+ .modal__fullscreen_sn5gi {
44
44
  padding-top: 0;
45
45
  padding-bottom: 0
46
46
  }
47
- .modal__fullscreen_q64la .modal__component_q64la {
47
+ .modal__fullscreen_sn5gi .modal__component_sn5gi {
48
48
  flex: 1;
49
49
  border-radius: 0;
50
50
  }
51
- .modal__s_q64la {
51
+ .modal__s_sn5gi {
52
52
  width: var(--modal-s-width);
53
53
  }
54
- .modal__m_q64la {
54
+ .modal__m_sn5gi {
55
55
  width: var(--modal-m-width);
56
56
  }
57
- .modal__l_q64la {
57
+ .modal__l_sn5gi {
58
58
  width: var(--modal-l-width);
59
59
  }
60
- .modal__xl_q64la {
60
+ .modal__xl_sn5gi {
61
61
  width: var(--modal-xl-width);
62
62
  }
package/dist/desktop.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('./tslib.es6-9581db82.js');
5
+ require('./tslib.es6-a34d5f46.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
  var Component_desktop = require('./Component.desktop.js');
21
- require('./transitions.module-d1256960.js');
21
+ require('./transitions.module-aeb8cdac.js');
22
22
 
23
23
 
24
24
 
@@ -1,4 +1,4 @@
1
- import { _ as __rest, a as __assign } from './tslib.es6-97b66a70.js';
1
+ import { _ as __rest, a as __assign } from './tslib.es6-f91155b5.js';
2
2
  import React, { forwardRef, useRef, useCallback, isValidElement, cloneElement } from 'react';
3
3
  import cn from 'classnames';
4
4
  import { BaseModal } from '@alfalab/core-components-base-modal/dist/esm';
@@ -13,9 +13,9 @@ import './components/content/Component.js';
13
13
  import { ContentDesktop } from './components/content/Component.desktop.js';
14
14
  import './components/footer/Component.js';
15
15
  import { FooterDesktop } from './components/footer/Component.desktop.js';
16
- import { t as transitions } from './transitions.module-ec5a8797.js';
16
+ import { t as transitions } from './transitions.module-66ef8277.js';
17
17
 
18
- 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
+ var styles = {"wrapper":"modal__wrapper_sn5gi","component":"modal__component_sn5gi","fullscreen":"modal__fullscreen_sn5gi","s":"modal__s_sn5gi","m":"modal__m_sn5gi","l":"modal__l_sn5gi","xl":"modal__xl_sn5gi"};
19
19
  require('./desktop.css')
20
20
 
21
21
  var ModalDesktopComponent = forwardRef(function (_a, ref) {
@@ -38,7 +38,7 @@ var ModalDesktopComponent = forwardRef(function (_a, ref) {
38
38
  }, [fixedPosition, transitionProps]);
39
39
  return (React.createElement(BaseModal, __assign({}, restProps, { ref: mergeRefs([ref, modalRef]), wrapperClassName: cn(styles.wrapper, wrapperClassName, (_b = {},
40
40
  _b[styles.fullscreen] = componentSize === 'fullscreen',
41
- _b)), className: cn(styles.component, className, styles[componentSize]), backdropProps: __assign(__assign({}, restProps.backdropProps), { invisible: componentSize === 'fullscreen' }), transitionProps: __assign(__assign({ classNames: transitions }, transitionProps), { onEntered: handleEntered }) }), React.Children.map(children, function (child) {
41
+ _b)), className: cn(styles.component, className, styles[componentSize]), backdropProps: __assign({ invisible: componentSize === 'fullscreen' }, restProps.backdropProps), transitionProps: __assign(__assign({ classNames: transitions }, transitionProps), { onEntered: handleEntered }) }), React.Children.map(children, function (child) {
42
42
  return isValidElement(child) ? cloneElement(child, { size: componentSize }) : child;
43
43
  })));
44
44
  });
@@ -1,4 +1,4 @@
1
- import { _ as __rest, a as __assign } from './tslib.es6-97b66a70.js';
1
+ import { _ as __rest, a as __assign } from './tslib.es6-f91155b5.js';
2
2
  import React, { forwardRef } from 'react';
3
3
  import cn from 'classnames';
4
4
  import { BaseModal } from '@alfalab/core-components-base-modal/dist/esm';
@@ -9,13 +9,13 @@ import '@alfalab/icons-glyph/CrossHeavyMIcon';
9
9
  import { Closer } from './components/closer/Component.js';
10
10
  import './components/content/Component.js';
11
11
  import './components/footer/Component.js';
12
- import { t as transitions } from './transitions.module-ec5a8797.js';
12
+ import { t as transitions } from './transitions.module-66ef8277.js';
13
13
  import '@alfalab/icons-glyph/CrossMIcon';
14
14
  import { HeaderMobile } from './components/header/Component.mobile.js';
15
15
  import { ContentMobile } from './components/content/Component.mobile.js';
16
16
  import { FooterMobile } from './components/footer/Component.mobile.js';
17
17
 
18
- var styles = {"component":"modal__component_jhu7u"};
18
+ var styles = {"component":"modal__component_1a4t7"};
19
19
  require('./mobile.css')
20
20
 
21
21
  var ModalMobileComponent = forwardRef(function (_a, ref) {
@@ -1,4 +1,4 @@
1
- import { _ as __rest, a as __assign } from './tslib.es6-97b66a70.js';
1
+ import { _ as __rest, a as __assign } from './tslib.es6-f91155b5.js';
2
2
  import React, { forwardRef, useMemo, useContext } from '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 { ModalDesktop } from './Component.desktop.js';
17
- import './transitions.module-ec5a8797.js';
17
+ import './transitions.module-66ef8277.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
- import { _ as __rest, a as __assign } from '../../tslib.es6-97b66a70.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-f91155b5.js';
2
2
  import React, { useContext, useCallback } from 'react';
3
3
  import cn from 'classnames';
4
4
  import '@alfalab/core-components-base-modal/dist/esm';
@@ -6,7 +6,7 @@ import { ModalContext } from '../../Context.js';
6
6
  import { IconButton } from '@alfalab/core-components-icon-button/dist/esm';
7
7
  import { CrossHeavyMIcon } from '@alfalab/icons-glyph/CrossHeavyMIcon';
8
8
 
9
- var styles = {"closer":"modal__closer_11x91","button":"modal__button_11x91","sticky":"modal__sticky_11x91"};
9
+ var styles = {"closer":"modal__closer_cjbwf","button":"modal__button_cjbwf","sticky":"modal__sticky_cjbwf"};
10
10
  require('./index.css')
11
11
 
12
12
  /**
@@ -1,4 +1,4 @@
1
- /* hash: 1dff2 */
1
+ /* hash: 1fz7d */
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_11x91 {
32
+ .modal__closer_cjbwf {
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_11x91 {
41
+ .modal__button_cjbwf {
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_11x91 {
47
+ .modal__sticky_cjbwf {
48
48
  position: sticky;
49
49
  top: calc(var(--modal-vertical-padding) * -1);
50
50
  }
@@ -1,11 +1,11 @@
1
- import { _ as __rest, a as __assign } from '../../tslib.es6-97b66a70.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-f91155b5.js';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
4
  import '@alfalab/core-components-base-modal/dist/esm';
5
5
  import '../../Context.js';
6
6
  import { Content } from './Component.js';
7
7
 
8
- var styles = {"s":"modal__s_15jjf","m":"modal__m_15jjf","l":"modal__l_15jjf","xl":"modal__xl_15jjf","fullscreen":"modal__fullscreen_15jjf"};
8
+ var styles = {"s":"modal__s_80fuw","m":"modal__m_80fuw","l":"modal__l_80fuw","xl":"modal__xl_80fuw","fullscreen":"modal__fullscreen_80fuw"};
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/dist/esm';
4
4
  import { ModalContext } from '../../Context.js';
5
5
 
6
- var styles = {"content":"modal__content_18n7k","flex":"modal__flex_18n7k"};
6
+ var styles = {"content":"modal__content_19v6l","flex":"modal__flex_19v6l"};
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-97b66a70.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-f91155b5.js';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
4
  import '@alfalab/core-components-base-modal/dist/esm';
5
5
  import '../../Context.js';
6
6
  import { Content } from './Component.js';
7
7
 
8
- var styles = {"content":"modal__content_hlntk"};
8
+ var styles = {"content":"modal__content_88id8"};
9
9
  require('./mobile.css')
10
10
 
11
11
  var ContentMobile = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1yw4b */
1
+ /* hash: 1udaq */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -24,18 +24,18 @@
24
24
 
25
25
  /* mobile */
26
26
  }
27
- .modal__s_15jjf,
28
- .modal__m_15jjf {
27
+ .modal__s_80fuw,
28
+ .modal__m_80fuw {
29
29
  padding: var(--modal-s-content-paddings)
30
30
  }
31
- .modal__s_15jjf:last-child, .modal__m_15jjf:last-child {
31
+ .modal__s_80fuw:last-child, .modal__m_80fuw:last-child {
32
32
  padding-bottom: var(--modal-s-content-only-bottom-padding);
33
33
  }
34
- .modal__l_15jjf,
35
- .modal__xl_15jjf,
36
- .modal__fullscreen_15jjf {
34
+ .modal__l_80fuw,
35
+ .modal__xl_80fuw,
36
+ .modal__fullscreen_80fuw {
37
37
  padding: 0 var(--gap-6xl)
38
38
  }
39
- .modal__l_15jjf:last-child, .modal__xl_15jjf:last-child, .modal__fullscreen_15jjf:last-child {
39
+ .modal__l_80fuw:last-child, .modal__xl_80fuw:last-child, .modal__fullscreen_80fuw:last-child {
40
40
  padding-bottom: var(--gap-6xl);
41
41
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1s52e */
1
+ /* hash: 1nm8t */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -19,10 +19,10 @@
19
19
 
20
20
  /* mobile */
21
21
  }
22
- .modal__content_18n7k {
22
+ .modal__content_19v6l {
23
23
  box-sizing: border-box;
24
24
  width: 100%;
25
25
  }
26
- .modal__flex_18n7k {
26
+ .modal__flex_19v6l {
27
27
  flex: 1 1 auto;
28
28
  }
@@ -1,4 +1,4 @@
1
- /* hash: l6qdv */
1
+ /* hash: 11jbw */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -22,9 +22,9 @@
22
22
 
23
23
  /* mobile */
24
24
  }
25
- .modal__content_hlntk {
25
+ .modal__content_88id8 {
26
26
  padding: 0 var(--gap-m)
27
27
  }
28
- .modal__content_hlntk:last-child {
28
+ .modal__content_88id8: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-97b66a70.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-f91155b5.js';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
4
  import '@alfalab/core-components-base-modal/dist/esm';
5
5
  import '../../Context.js';
6
6
  import { Footer } from './Component.js';
7
7
 
8
- 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
+ var styles = {"footer":"modal__footer_kkxmy","sticky":"modal__sticky_kkxmy","fullscreen":"modal__fullscreen_kkxmy","s":"modal__s_kkxmy","m":"modal__m_kkxmy","l":"modal__l_kkxmy","xl":"modal__xl_kkxmy"};
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/dist/esm';
4
4
  import { ModalContext } from '../../Context.js';
5
5
 
6
- var styles = {"footer":"modal__footer_decos","sticky":"modal__sticky_decos","highlighted":"modal__highlighted_decos"};
6
+ var styles = {"footer":"modal__footer_1ewd6","sticky":"modal__sticky_1ewd6","highlighted":"modal__highlighted_1ewd6"};
7
7
  require('./index.css')
8
8
 
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"};
9
+ var layoutStyles = {"column":"modal__column_19stc","gap-16":"modal__gap-16_19stc","gap-24":"modal__gap-24_19stc","gap-32":"modal__gap-32_19stc","start":"modal__start_19stc","center":"modal__center_19stc","space-between":"modal__space-between_19stc"};
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-97b66a70.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-f91155b5.js';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
4
  import '@alfalab/core-components-base-modal/dist/esm';
5
5
  import '../../Context.js';
6
6
  import { Footer } from './Component.js';
7
7
 
8
- var styles = {"footer":"modal__footer_1uh8w","sticky":"modal__sticky_1uh8w"};
8
+ var styles = {"footer":"modal__footer_ku205","sticky":"modal__sticky_ku205"};
9
9
  require('./mobile.css')
10
10
 
11
11
  var FooterMobile = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 8l2oz */
1
+ /* hash: 1jrjs */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -31,22 +31,22 @@
31
31
 
32
32
  /* mobile */
33
33
  }
34
- .modal__footer_jcylt {
34
+ .modal__footer_kkxmy {
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_jcylt {
38
+ .modal__sticky_kkxmy {
39
39
  bottom: calc(var(--modal-vertical-padding) * -1)
40
40
  }
41
- .modal__sticky_jcylt.modal__fullscreen_jcylt {
41
+ .modal__sticky_kkxmy.modal__fullscreen_kkxmy {
42
42
  bottom: 0;
43
43
  }
44
- .modal__s_jcylt,
45
- .modal__m_jcylt {
44
+ .modal__s_kkxmy,
45
+ .modal__m_kkxmy {
46
46
  padding: var(--modal-s-footer-paddings);
47
47
  }
48
- .modal__l_jcylt,
49
- .modal__xl_jcylt,
50
- .modal__fullscreen_jcylt {
48
+ .modal__l_kkxmy,
49
+ .modal__xl_kkxmy,
50
+ .modal__fullscreen_kkxmy {
51
51
  padding: var(--gap-2xl) var(--gap-6xl) var(--gap-6xl);
52
52
  }
@@ -1,4 +1,4 @@
1
- /* hash: hehw5 */
1
+ /* hash: 1skyz */
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_decos {
29
+ .modal__footer_1ewd6 {
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_decos {
34
+ .modal__sticky_1ewd6 {
35
35
  background: var(--modal-footer-background);
36
36
  position: sticky;
37
37
  }
38
- .modal__highlighted_decos {
38
+ .modal__highlighted_1ewd6 {
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: d8fw5 */
1
+ /* hash: 1oewz */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -25,60 +25,60 @@
25
25
 
26
26
  /* mobile */
27
27
  }
28
- .modal__column_1fgyw {
28
+ .modal__column_19stc {
29
29
  display: flex;
30
30
  flex-direction: column
31
31
  }
32
- .modal__column_1fgyw > * {
32
+ .modal__column_19stc > * {
33
33
  margin-bottom: var(--modal-footer-default-gap);
34
34
  }
35
- .modal__column_1fgyw > *:last-child,
36
- .modal__column_1fgyw > *:only-child {
35
+ .modal__column_19stc > *:last-child,
36
+ .modal__column_19stc > *:only-child {
37
37
  margin-bottom: 0;
38
38
  }
39
- .modal__column_1fgyw.modal__gap-16_1fgyw > * {
39
+ .modal__column_19stc.modal__gap-16_19stc > * {
40
40
  margin-bottom: var(--gap-m);
41
41
  }
42
- .modal__column_1fgyw.modal__gap-24_1fgyw > * {
42
+ .modal__column_19stc.modal__gap-24_19stc > * {
43
43
  margin-bottom: var(--gap-xl);
44
44
  }
45
- .modal__column_1fgyw.modal__gap-32_1fgyw > * {
45
+ .modal__column_19stc.modal__gap-32_19stc > * {
46
46
  margin-bottom: var(--gap-2xl);
47
47
  }
48
- .modal__start_1fgyw {
48
+ .modal__start_19stc {
49
49
  justify-content: flex-start;
50
50
  }
51
- .modal__center_1fgyw {
51
+ .modal__center_19stc {
52
52
  justify-content: center;
53
53
  }
54
- .modal__space-between_1fgyw {
54
+ .modal__space-between_19stc {
55
55
  justify-content: space-between
56
56
  }
57
- .modal__space-between_1fgyw > * {
57
+ .modal__space-between_19stc > * {
58
58
  flex: 1;
59
59
  }
60
- .modal__start_1fgyw,
61
- .modal__center_1fgyw,
62
- .modal__space-between_1fgyw {
60
+ .modal__start_19stc,
61
+ .modal__center_19stc,
62
+ .modal__space-between_19stc {
63
63
  display: flex
64
64
  }
65
- .modal__start_1fgyw > *, .modal__center_1fgyw > *, .modal__space-between_1fgyw > * {
65
+ .modal__start_19stc > *, .modal__center_19stc > *, .modal__space-between_19stc > * {
66
66
  margin-right: var(--modal-footer-default-gap);
67
67
  }
68
- .modal__start_1fgyw > *:last-child,
69
- .modal__start_1fgyw > *:only-child,
70
- .modal__center_1fgyw > *:last-child,
71
- .modal__center_1fgyw > *:only-child,
72
- .modal__space-between_1fgyw > *:last-child,
73
- .modal__space-between_1fgyw > *:only-child {
68
+ .modal__start_19stc > *:last-child,
69
+ .modal__start_19stc > *:only-child,
70
+ .modal__center_19stc > *:last-child,
71
+ .modal__center_19stc > *:only-child,
72
+ .modal__space-between_19stc > *:last-child,
73
+ .modal__space-between_19stc > *:only-child {
74
74
  margin-right: 0;
75
75
  }
76
- .modal__start_1fgyw.modal__gap-16_1fgyw > *, .modal__center_1fgyw.modal__gap-16_1fgyw > *, .modal__space-between_1fgyw.modal__gap-16_1fgyw > * {
76
+ .modal__start_19stc.modal__gap-16_19stc > *, .modal__center_19stc.modal__gap-16_19stc > *, .modal__space-between_19stc.modal__gap-16_19stc > * {
77
77
  margin-right: var(--gap-m);
78
78
  }
79
- .modal__start_1fgyw.modal__gap-24_1fgyw > *, .modal__center_1fgyw.modal__gap-24_1fgyw > *, .modal__space-between_1fgyw.modal__gap-24_1fgyw > * {
79
+ .modal__start_19stc.modal__gap-24_19stc > *, .modal__center_19stc.modal__gap-24_19stc > *, .modal__space-between_19stc.modal__gap-24_19stc > * {
80
80
  margin-right: var(--gap-xl);
81
81
  }
82
- .modal__start_1fgyw.modal__gap-32_1fgyw > *, .modal__center_1fgyw.modal__gap-32_1fgyw > *, .modal__space-between_1fgyw.modal__gap-32_1fgyw > * {
82
+ .modal__start_19stc.modal__gap-32_19stc > *, .modal__center_19stc.modal__gap-32_19stc > *, .modal__space-between_19stc.modal__gap-32_19stc > * {
83
83
  margin-right: var(--gap-2xl);
84
84
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1ggiq */
1
+ /* hash: 1dwqf */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -22,9 +22,9 @@
22
22
 
23
23
  /* mobile */
24
24
  }
25
- .modal__footer_1uh8w {
25
+ .modal__footer_ku205 {
26
26
  padding: var(--gap-m);
27
27
  }
28
- .modal__sticky_1uh8w {
28
+ .modal__sticky_ku205 {
29
29
  bottom: 0;
30
30
  }
@@ -1,4 +1,4 @@
1
- import { _ as __rest, a as __assign } from '../../tslib.es6-97b66a70.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-f91155b5.js';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
4
  import '@alfalab/core-components-base-modal/dist/esm';
@@ -8,7 +8,7 @@ import '@alfalab/core-components-icon-button/dist/esm';
8
8
  import '@alfalab/icons-glyph/CrossHeavyMIcon';
9
9
  import { Closer } from '../closer/Component.js';
10
10
 
11
- var styles = {"header":"modal__header_16zz7","content":"modal__content_16zz7","s":"modal__s_16zz7","m":"modal__m_16zz7","l":"modal__l_16zz7","xl":"modal__xl_16zz7","fullscreen":"modal__fullscreen_16zz7","hasContent":"modal__hasContent_16zz7","sticky":"modal__sticky_16zz7"};
11
+ var styles = {"header":"modal__header_11btn","content":"modal__content_11btn","s":"modal__s_11btn","m":"modal__m_11btn","l":"modal__l_11btn","xl":"modal__xl_11btn","fullscreen":"modal__fullscreen_11btn","hasContent":"modal__hasContent_11btn","sticky":"modal__sticky_11btn"};
12
12
  require('./desktop.css')
13
13
 
14
14
  var HeaderDesktop = function (_a) {
@@ -3,7 +3,7 @@ import cn from 'classnames';
3
3
  import '@alfalab/core-components-base-modal/dist/esm';
4
4
  import { ModalContext } from '../../Context.js';
5
5
 
6
- var styles = {"header":"modal__header_1gjf0","hasContent":"modal__hasContent_1gjf0","highlighted":"modal__highlighted_1gjf0","sticky":"modal__sticky_1gjf0","content":"modal__content_1gjf0","title":"modal__title_1gjf0","addon":"modal__addon_1gjf0","closer":"modal__closer_1gjf0","left":"modal__left_1gjf0","center":"modal__center_1gjf0","right":"modal__right_1gjf0","trim":"modal__trim_1gjf0"};
6
+ var styles = {"header":"modal__header_pwg19","hasContent":"modal__hasContent_pwg19","highlighted":"modal__highlighted_pwg19","sticky":"modal__sticky_pwg19","content":"modal__content_pwg19","title":"modal__title_pwg19","addon":"modal__addon_pwg19","closer":"modal__closer_pwg19","left":"modal__left_pwg19","center":"modal__center_pwg19","right":"modal__right_pwg19","trim":"modal__trim_pwg19"};
7
7
  require('./index.css')
8
8
 
9
9
  var Header = function (_a) {