@alfalab/core-components-modal 5.0.5 → 5.1.2

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 (108) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/Component.desktop.js +4 -4
  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 +4 -4
  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/Component.desktop.js +1 -1
  28. package/dist/desktop.css +9 -9
  29. package/dist/desktop.js +2 -2
  30. package/dist/esm/Component.desktop.js +4 -4
  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 +4 -4
  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-bde35ddf.js +4 -0
  62. package/dist/esm/{tslib.es6-72b1ddb8.d.ts → tslib.es6-77c642b5.d.ts} +0 -0
  63. package/dist/esm/{tslib.es6-72b1ddb8.js → tslib.es6-77c642b5.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 +3 -3
  68. package/dist/modern/Component.mobile.js +2 -2
  69. package/dist/modern/Component.responsive.d.ts +1 -1
  70. package/dist/modern/Component.responsive.js +1 -1
  71. package/dist/modern/components/closer/Component.js +1 -1
  72. package/dist/modern/components/closer/index.css +4 -4
  73. package/dist/modern/components/content/Component.desktop.js +1 -1
  74. package/dist/modern/components/content/Component.js +1 -1
  75. package/dist/modern/components/content/Component.mobile.js +1 -1
  76. package/dist/modern/components/content/desktop.css +8 -8
  77. package/dist/modern/components/content/index.css +3 -3
  78. package/dist/modern/components/content/mobile.css +3 -3
  79. package/dist/modern/components/footer/Component.desktop.js +1 -1
  80. package/dist/modern/components/footer/Component.js +2 -2
  81. package/dist/modern/components/footer/Component.mobile.js +1 -1
  82. package/dist/modern/components/footer/desktop.css +9 -9
  83. package/dist/modern/components/footer/index.css +4 -4
  84. package/dist/modern/components/footer/layout.css +25 -25
  85. package/dist/modern/components/footer/mobile.css +3 -3
  86. package/dist/modern/components/header/Component.desktop.js +1 -1
  87. package/dist/modern/components/header/Component.js +1 -1
  88. package/dist/modern/components/header/Component.mobile.js +1 -1
  89. package/dist/modern/components/header/desktop.css +17 -17
  90. package/dist/modern/components/header/index.css +15 -15
  91. package/dist/modern/components/header/mobile.css +3 -3
  92. package/dist/modern/desktop.css +9 -9
  93. package/dist/modern/desktop.js +1 -1
  94. package/dist/modern/index.js +1 -1
  95. package/dist/modern/mobile.css +2 -2
  96. package/dist/modern/mobile.js +1 -1
  97. package/dist/modern/responsive.js +1 -1
  98. package/dist/modern/transitions.css +8 -8
  99. package/dist/modern/transitions.module-bde35ddf.js +4 -0
  100. package/dist/responsive.js +2 -2
  101. package/dist/transitions.css +8 -8
  102. package/dist/transitions.module-5dcba89f.js +6 -0
  103. package/dist/{tslib.es6-bccc352a.d.ts → tslib.es6-776208bd.d.ts} +0 -0
  104. package/dist/{tslib.es6-bccc352a.js → tslib.es6-776208bd.js} +0 -0
  105. package/package.json +4 -4
  106. package/dist/esm/transitions.module-66c6530d.js +0 -4
  107. package/dist/modern/transitions.module-66c6530d.js +0 -4
  108. package/dist/transitions.module-4fc862d0.js +0 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.1.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@5.1.1...@alfalab/core-components-modal@5.1.2) (2022-06-03)
7
+
8
+ **Note:** Version bump only for package @alfalab/core-components-modal
9
+
10
+
11
+
12
+
13
+
6
14
  ## [5.0.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@5.0.0...@alfalab/core-components-modal@5.0.1) (2022-03-28)
7
15
 
8
16
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('./tslib.es6-bccc352a.js');
5
+ var tslib_es6 = require('./tslib.es6-776208bd.js');
6
6
  var React = require('react');
7
7
  var cn = require('classnames');
8
8
  var coreComponentsBaseModal = require('@alfalab/core-components-base-modal');
@@ -17,7 +17,7 @@ require('./components/content/Component.js');
17
17
  var components_content_Component_desktop = require('./components/content/Component.desktop.js');
18
18
  require('./components/footer/Component.js');
19
19
  var components_footer_Component_desktop = require('./components/footer/Component.desktop.js');
20
- var transitions_module = require('./transitions.module-4fc862d0.js');
20
+ var transitions_module = require('./transitions.module-5dcba89f.js');
21
21
 
22
22
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
23
23
 
@@ -25,7 +25,7 @@ var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
25
25
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
26
26
  var mergeRefs__default = /*#__PURE__*/_interopDefaultLegacy(mergeRefs);
27
27
 
28
- var styles = {"wrapper":"modal__wrapper_1hlza","component":"modal__component_1hlza","fullscreen":"modal__fullscreen_1hlza","s":"modal__s_1hlza","m":"modal__m_1hlza","l":"modal__l_1hlza","xl":"modal__xl_1hlza"};
28
+ var styles = {"wrapper":"modal__wrapper_h14hj","component":"modal__component_h14hj","fullscreen":"modal__fullscreen_h14hj","s":"modal__s_h14hj","m":"modal__m_h14hj","l":"modal__l_h14hj","xl":"modal__xl_h14hj"};
29
29
  require('./desktop.css')
30
30
 
31
31
  var ModalDesktopComponent = React.forwardRef(function (_a, ref) {
@@ -48,7 +48,7 @@ var ModalDesktopComponent = React.forwardRef(function (_a, ref) {
48
48
  }, [fixedPosition, transitionProps]);
49
49
  return (React__default['default'].createElement(coreComponentsBaseModal.BaseModal, tslib_es6.__assign({}, restProps, { ref: mergeRefs__default['default']([ref, modalRef]), wrapperClassName: cn__default['default'](styles.wrapper, wrapperClassName, (_b = {},
50
50
  _b[styles.fullscreen] = componentSize === 'fullscreen',
51
- _b)), className: cn__default['default'](styles.component, className, styles[componentSize]), backdropProps: tslib_es6.__assign(tslib_es6.__assign({}, restProps.backdropProps), { invisible: componentSize === 'fullscreen' }), transitionProps: tslib_es6.__assign(tslib_es6.__assign({ classNames: transitions_module.transitions }, transitionProps), { onEntered: handleEntered }) }), React__default['default'].Children.map(children, function (child) {
51
+ _b)), className: cn__default['default'](styles.component, className, styles[componentSize]), backdropProps: tslib_es6.__assign({ invisible: componentSize === 'fullscreen' }, restProps.backdropProps), transitionProps: tslib_es6.__assign(tslib_es6.__assign({ classNames: transitions_module.transitions }, transitionProps), { onEntered: handleEntered }) }), React__default['default'].Children.map(children, function (child) {
52
52
  return React.isValidElement(child) ? React.cloneElement(child, { size: componentSize }) : child;
53
53
  })));
54
54
  });
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('./tslib.es6-bccc352a.js');
5
+ var tslib_es6 = require('./tslib.es6-776208bd.js');
6
6
  var React = require('react');
7
7
  var cn = require('classnames');
8
8
  var coreComponentsBaseModal = require('@alfalab/core-components-base-modal');
@@ -13,7 +13,7 @@ require('@alfalab/icons-glyph/CrossHeavyMIcon');
13
13
  var components_closer_Component = require('./components/closer/Component.js');
14
14
  require('./components/content/Component.js');
15
15
  require('./components/footer/Component.js');
16
- var transitions_module = require('./transitions.module-4fc862d0.js');
16
+ var transitions_module = require('./transitions.module-5dcba89f.js');
17
17
  require('@alfalab/icons-glyph/CrossMIcon');
18
18
  var components_header_Component_mobile = require('./components/header/Component.mobile.js');
19
19
  var components_content_Component_mobile = require('./components/content/Component.mobile.js');
@@ -24,7 +24,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
24
24
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
25
25
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
26
26
 
27
- var styles = {"component":"modal__component_snhqr"};
27
+ var styles = {"component":"modal__component_3ns0c"};
28
28
  require('./mobile.css')
29
29
 
30
30
  var ModalMobileComponent = React.forwardRef(function (_a, ref) {
@@ -11,7 +11,7 @@ declare const ModalResponsive: React.ForwardRefExoticComponent<import("packages/
11
11
  fixedPosition?: boolean | undefined;
12
12
  hasCloser?: boolean | undefined;
13
13
  } & React.RefAttributes<HTMLDivElement>> & {
14
- Header: React.FC<import("./components/header/Component.desktop").HeaderDesktopProps> | React.FC<import("./components/header/Component.mobile").HeaderMobileProps>;
14
+ Header: React.FC<import("./components/header/Component.mobile").HeaderMobileProps> | React.FC<import("./components/header/Component.desktop").HeaderDesktopProps>;
15
15
  Content: React.FC<import("./components/content/Component").ContentProps> | React.FC<import("./components/content/Component.desktop").ContentDesktopProps>;
16
16
  Footer: React.FC<import("./components/footer/Component").FooterProps> | React.FC<import("./components/footer/Component.desktop").FooterDesktopProps>;
17
17
  Closer: React.FC<import("./components/closer/Component").CloserProps>;
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('./tslib.es6-bccc352a.js');
5
+ var tslib_es6 = require('./tslib.es6-776208bd.js');
6
6
  var React = 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-4fc862d0.js');
21
+ require('./transitions.module-5dcba89f.js');
22
22
  require('@alfalab/icons-glyph/CrossMIcon');
23
23
  require('./components/header/Component.mobile.js');
24
24
  require('./components/content/Component.mobile.js');
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-bccc352a.js');
5
+ var tslib_es6 = require('../../tslib.es6-776208bd.js');
6
6
  var React = require('react');
7
7
  var cn = require('classnames');
8
8
  require('@alfalab/core-components-base-modal');
@@ -15,7 +15,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
15
15
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
16
16
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
17
17
 
18
- var styles = {"closer":"modal__closer_1td3q","button":"modal__button_1td3q","sticky":"modal__sticky_1td3q"};
18
+ var styles = {"closer":"modal__closer_ss8y4","button":"modal__button_ss8y4","sticky":"modal__sticky_ss8y4"};
19
19
  require('./index.css')
20
20
 
21
21
  /**
@@ -1,4 +1,4 @@
1
- /* hash: 1t9ab */
1
+ /* hash: 1uw29 */
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_1td3q {
32
+ .modal__closer_ss8y4 {
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_1td3q {
41
+ .modal__button_ss8y4 {
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_1td3q {
47
+ .modal__sticky_ss8y4 {
48
48
  position: sticky;
49
49
  top: calc(var(--modal-vertical-padding) * -1);
50
50
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-bccc352a.js');
5
+ var tslib_es6 = require('../../tslib.es6-776208bd.js');
6
6
  var React = require('react');
7
7
  var cn = require('classnames');
8
8
  require('@alfalab/core-components-base-modal');
@@ -14,7 +14,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
14
14
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
15
15
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
16
16
 
17
- var styles = {"s":"modal__s_wdvwo","m":"modal__m_wdvwo","l":"modal__l_wdvwo","xl":"modal__xl_wdvwo","fullscreen":"modal__fullscreen_wdvwo"};
17
+ var styles = {"s":"modal__s_1ldln","m":"modal__m_1ldln","l":"modal__l_1ldln","xl":"modal__xl_1ldln","fullscreen":"modal__fullscreen_1ldln"};
18
18
  require('./desktop.css')
19
19
 
20
20
  var ContentDesktop = function (_a) {
@@ -12,7 +12,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
12
12
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
13
13
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
14
14
 
15
- var styles = {"content":"modal__content_zhk1t","flex":"modal__flex_zhk1t"};
15
+ var styles = {"content":"modal__content_1oh9s","flex":"modal__flex_1oh9s"};
16
16
  require('./index.css')
17
17
 
18
18
  var Content = function (_a) {
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-bccc352a.js');
5
+ var tslib_es6 = require('../../tslib.es6-776208bd.js');
6
6
  var React = require('react');
7
7
  var cn = require('classnames');
8
8
  require('@alfalab/core-components-base-modal');
@@ -14,7 +14,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
14
14
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
15
15
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
16
16
 
17
- var styles = {"content":"modal__content_1p6x6"};
17
+ var styles = {"content":"modal__content_qqnxc"};
18
18
  require('./mobile.css')
19
19
 
20
20
  var ContentMobile = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1ff5b */
1
+ /* hash: 19jvu */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -24,18 +24,18 @@
24
24
 
25
25
  /* mobile */
26
26
  }
27
- .modal__s_wdvwo,
28
- .modal__m_wdvwo {
27
+ .modal__s_1ldln,
28
+ .modal__m_1ldln {
29
29
  padding: var(--modal-s-content-paddings)
30
30
  }
31
- .modal__s_wdvwo:last-child, .modal__m_wdvwo:last-child {
31
+ .modal__s_1ldln:last-child, .modal__m_1ldln:last-child {
32
32
  padding-bottom: var(--modal-s-content-only-bottom-padding);
33
33
  }
34
- .modal__l_wdvwo,
35
- .modal__xl_wdvwo,
36
- .modal__fullscreen_wdvwo {
34
+ .modal__l_1ldln,
35
+ .modal__xl_1ldln,
36
+ .modal__fullscreen_1ldln {
37
37
  padding: 0 var(--gap-6xl)
38
38
  }
39
- .modal__l_wdvwo:last-child, .modal__xl_wdvwo:last-child, .modal__fullscreen_wdvwo:last-child {
39
+ .modal__l_1ldln:last-child, .modal__xl_1ldln:last-child, .modal__fullscreen_1ldln:last-child {
40
40
  padding-bottom: var(--gap-6xl);
41
41
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1i7r5 */
1
+ /* hash: 12stw */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -19,10 +19,10 @@
19
19
 
20
20
  /* mobile */
21
21
  }
22
- .modal__content_zhk1t {
22
+ .modal__content_1oh9s {
23
23
  box-sizing: border-box;
24
24
  width: 100%;
25
25
  }
26
- .modal__flex_zhk1t {
26
+ .modal__flex_1oh9s {
27
27
  flex: 1 1 auto;
28
28
  }
@@ -1,4 +1,4 @@
1
- /* hash: epl7x */
1
+ /* hash: 3q35x */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -22,9 +22,9 @@
22
22
 
23
23
  /* mobile */
24
24
  }
25
- .modal__content_1p6x6 {
25
+ .modal__content_qqnxc {
26
26
  padding: 0 var(--gap-m)
27
27
  }
28
- .modal__content_1p6x6:last-child {
28
+ .modal__content_qqnxc:last-child {
29
29
  padding-bottom: var(--gap-m);
30
30
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-bccc352a.js');
5
+ var tslib_es6 = require('../../tslib.es6-776208bd.js');
6
6
  var React = require('react');
7
7
  var cn = require('classnames');
8
8
  require('@alfalab/core-components-base-modal');
@@ -14,7 +14,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
14
14
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
15
15
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
16
16
 
17
- var styles = {"footer":"modal__footer_owwlf","sticky":"modal__sticky_owwlf","fullscreen":"modal__fullscreen_owwlf","s":"modal__s_owwlf","m":"modal__m_owwlf","l":"modal__l_owwlf","xl":"modal__xl_owwlf"};
17
+ var styles = {"footer":"modal__footer_z70tb","sticky":"modal__sticky_z70tb","fullscreen":"modal__fullscreen_z70tb","s":"modal__s_z70tb","m":"modal__m_z70tb","l":"modal__l_z70tb","xl":"modal__xl_z70tb"};
18
18
  require('./desktop.css')
19
19
 
20
20
  var FooterDesktop = function (_a) {
@@ -12,10 +12,10 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
12
12
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
13
13
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
14
14
 
15
- var styles = {"footer":"modal__footer_iyaod","sticky":"modal__sticky_iyaod","highlighted":"modal__highlighted_iyaod"};
15
+ var styles = {"footer":"modal__footer_t8ewa","sticky":"modal__sticky_t8ewa","highlighted":"modal__highlighted_t8ewa"};
16
16
  require('./index.css')
17
17
 
18
- var layoutStyles = {"column":"modal__column_1l0ww","gap-16":"modal__gap-16_1l0ww","gap-24":"modal__gap-24_1l0ww","gap-32":"modal__gap-32_1l0ww","start":"modal__start_1l0ww","center":"modal__center_1l0ww","space-between":"modal__space-between_1l0ww"};
18
+ var layoutStyles = {"column":"modal__column_1vb14","gap-16":"modal__gap-16_1vb14","gap-24":"modal__gap-24_1vb14","gap-32":"modal__gap-32_1vb14","start":"modal__start_1vb14","center":"modal__center_1vb14","space-between":"modal__space-between_1vb14"};
19
19
  require('./layout.css')
20
20
 
21
21
  var Footer = function (_a) {
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-bccc352a.js');
5
+ var tslib_es6 = require('../../tslib.es6-776208bd.js');
6
6
  var React = require('react');
7
7
  var cn = require('classnames');
8
8
  require('@alfalab/core-components-base-modal');
@@ -14,7 +14,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
14
14
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
15
15
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
16
16
 
17
- var styles = {"footer":"modal__footer_qhp32","sticky":"modal__sticky_qhp32"};
17
+ var styles = {"footer":"modal__footer_4l4yf","sticky":"modal__sticky_4l4yf"};
18
18
  require('./mobile.css')
19
19
 
20
20
  var FooterMobile = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1ed24 */
1
+ /* hash: 1i9y9 */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -31,22 +31,22 @@
31
31
 
32
32
  /* mobile */
33
33
  }
34
- .modal__footer_owwlf {
34
+ .modal__footer_z70tb {
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_owwlf {
38
+ .modal__sticky_z70tb {
39
39
  bottom: calc(var(--modal-vertical-padding) * -1)
40
40
  }
41
- .modal__sticky_owwlf.modal__fullscreen_owwlf {
41
+ .modal__sticky_z70tb.modal__fullscreen_z70tb {
42
42
  bottom: 0;
43
43
  }
44
- .modal__s_owwlf,
45
- .modal__m_owwlf {
44
+ .modal__s_z70tb,
45
+ .modal__m_z70tb {
46
46
  padding: var(--modal-s-footer-paddings);
47
47
  }
48
- .modal__l_owwlf,
49
- .modal__xl_owwlf,
50
- .modal__fullscreen_owwlf {
48
+ .modal__l_z70tb,
49
+ .modal__xl_z70tb,
50
+ .modal__fullscreen_z70tb {
51
51
  padding: var(--gap-2xl) var(--gap-6xl) var(--gap-6xl);
52
52
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1dmtk */
1
+ /* hash: 1r3dg */
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_iyaod {
29
+ .modal__footer_t8ewa {
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_iyaod {
34
+ .modal__sticky_t8ewa {
35
35
  background: var(--modal-footer-background);
36
36
  position: sticky;
37
37
  }
38
- .modal__highlighted_iyaod {
38
+ .modal__highlighted_t8ewa {
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: 1j0fb */
1
+ /* hash: 1mxbg */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -25,60 +25,60 @@
25
25
 
26
26
  /* mobile */
27
27
  }
28
- .modal__column_1l0ww {
28
+ .modal__column_1vb14 {
29
29
  display: flex;
30
30
  flex-direction: column
31
31
  }
32
- .modal__column_1l0ww > * {
32
+ .modal__column_1vb14 > * {
33
33
  margin-bottom: var(--modal-footer-default-gap);
34
34
  }
35
- .modal__column_1l0ww > *:last-child,
36
- .modal__column_1l0ww > *:only-child {
35
+ .modal__column_1vb14 > *:last-child,
36
+ .modal__column_1vb14 > *:only-child {
37
37
  margin-bottom: 0;
38
38
  }
39
- .modal__column_1l0ww.modal__gap-16_1l0ww > * {
39
+ .modal__column_1vb14.modal__gap-16_1vb14 > * {
40
40
  margin-bottom: var(--gap-m);
41
41
  }
42
- .modal__column_1l0ww.modal__gap-24_1l0ww > * {
42
+ .modal__column_1vb14.modal__gap-24_1vb14 > * {
43
43
  margin-bottom: var(--gap-xl);
44
44
  }
45
- .modal__column_1l0ww.modal__gap-32_1l0ww > * {
45
+ .modal__column_1vb14.modal__gap-32_1vb14 > * {
46
46
  margin-bottom: var(--gap-2xl);
47
47
  }
48
- .modal__start_1l0ww {
48
+ .modal__start_1vb14 {
49
49
  justify-content: flex-start;
50
50
  }
51
- .modal__center_1l0ww {
51
+ .modal__center_1vb14 {
52
52
  justify-content: center;
53
53
  }
54
- .modal__space-between_1l0ww {
54
+ .modal__space-between_1vb14 {
55
55
  justify-content: space-between
56
56
  }
57
- .modal__space-between_1l0ww > * {
57
+ .modal__space-between_1vb14 > * {
58
58
  flex: 1;
59
59
  }
60
- .modal__start_1l0ww,
61
- .modal__center_1l0ww,
62
- .modal__space-between_1l0ww {
60
+ .modal__start_1vb14,
61
+ .modal__center_1vb14,
62
+ .modal__space-between_1vb14 {
63
63
  display: flex
64
64
  }
65
- .modal__start_1l0ww > *, .modal__center_1l0ww > *, .modal__space-between_1l0ww > * {
65
+ .modal__start_1vb14 > *, .modal__center_1vb14 > *, .modal__space-between_1vb14 > * {
66
66
  margin-right: var(--modal-footer-default-gap);
67
67
  }
68
- .modal__start_1l0ww > *:last-child,
69
- .modal__start_1l0ww > *:only-child,
70
- .modal__center_1l0ww > *:last-child,
71
- .modal__center_1l0ww > *:only-child,
72
- .modal__space-between_1l0ww > *:last-child,
73
- .modal__space-between_1l0ww > *:only-child {
68
+ .modal__start_1vb14 > *:last-child,
69
+ .modal__start_1vb14 > *:only-child,
70
+ .modal__center_1vb14 > *:last-child,
71
+ .modal__center_1vb14 > *:only-child,
72
+ .modal__space-between_1vb14 > *:last-child,
73
+ .modal__space-between_1vb14 > *:only-child {
74
74
  margin-right: 0;
75
75
  }
76
- .modal__start_1l0ww.modal__gap-16_1l0ww > *, .modal__center_1l0ww.modal__gap-16_1l0ww > *, .modal__space-between_1l0ww.modal__gap-16_1l0ww > * {
76
+ .modal__start_1vb14.modal__gap-16_1vb14 > *, .modal__center_1vb14.modal__gap-16_1vb14 > *, .modal__space-between_1vb14.modal__gap-16_1vb14 > * {
77
77
  margin-right: var(--gap-m);
78
78
  }
79
- .modal__start_1l0ww.modal__gap-24_1l0ww > *, .modal__center_1l0ww.modal__gap-24_1l0ww > *, .modal__space-between_1l0ww.modal__gap-24_1l0ww > * {
79
+ .modal__start_1vb14.modal__gap-24_1vb14 > *, .modal__center_1vb14.modal__gap-24_1vb14 > *, .modal__space-between_1vb14.modal__gap-24_1vb14 > * {
80
80
  margin-right: var(--gap-xl);
81
81
  }
82
- .modal__start_1l0ww.modal__gap-32_1l0ww > *, .modal__center_1l0ww.modal__gap-32_1l0ww > *, .modal__space-between_1l0ww.modal__gap-32_1l0ww > * {
82
+ .modal__start_1vb14.modal__gap-32_1vb14 > *, .modal__center_1vb14.modal__gap-32_1vb14 > *, .modal__space-between_1vb14.modal__gap-32_1vb14 > * {
83
83
  margin-right: var(--gap-2xl);
84
84
  }
@@ -1,4 +1,4 @@
1
- /* hash: 10mnh */
1
+ /* hash: yzvj0 */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -22,9 +22,9 @@
22
22
 
23
23
  /* mobile */
24
24
  }
25
- .modal__footer_qhp32 {
25
+ .modal__footer_4l4yf {
26
26
  padding: var(--gap-m);
27
27
  }
28
- .modal__sticky_qhp32 {
28
+ .modal__sticky_4l4yf {
29
29
  bottom: 0;
30
30
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-bccc352a.js');
5
+ var tslib_es6 = require('../../tslib.es6-776208bd.js');
6
6
  var React = require('react');
7
7
  var cn = require('classnames');
8
8
  require('@alfalab/core-components-base-modal');
@@ -17,7 +17,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
17
17
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
18
18
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
19
19
 
20
- var styles = {"header":"modal__header_11g17","content":"modal__content_11g17","s":"modal__s_11g17","m":"modal__m_11g17","l":"modal__l_11g17","xl":"modal__xl_11g17","fullscreen":"modal__fullscreen_11g17","hasContent":"modal__hasContent_11g17","sticky":"modal__sticky_11g17"};
20
+ var styles = {"header":"modal__header_1mu1e","content":"modal__content_1mu1e","s":"modal__s_1mu1e","m":"modal__m_1mu1e","l":"modal__l_1mu1e","xl":"modal__xl_1mu1e","fullscreen":"modal__fullscreen_1mu1e","hasContent":"modal__hasContent_1mu1e","sticky":"modal__sticky_1mu1e"};
21
21
  require('./desktop.css')
22
22
 
23
23
  var HeaderDesktop = function (_a) {
@@ -12,7 +12,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
12
12
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
13
13
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
14
14
 
15
- var styles = {"header":"modal__header_1azh1","hasContent":"modal__hasContent_1azh1","highlighted":"modal__highlighted_1azh1","sticky":"modal__sticky_1azh1","content":"modal__content_1azh1","title":"modal__title_1azh1","addon":"modal__addon_1azh1","closer":"modal__closer_1azh1","left":"modal__left_1azh1","center":"modal__center_1azh1","right":"modal__right_1azh1","trim":"modal__trim_1azh1"};
15
+ var styles = {"header":"modal__header_1wdh8","hasContent":"modal__hasContent_1wdh8","highlighted":"modal__highlighted_1wdh8","sticky":"modal__sticky_1wdh8","content":"modal__content_1wdh8","title":"modal__title_1wdh8","addon":"modal__addon_1wdh8","closer":"modal__closer_1wdh8","left":"modal__left_1wdh8","center":"modal__center_1wdh8","right":"modal__right_1wdh8","trim":"modal__trim_1wdh8"};
16
16
  require('./index.css')
17
17
 
18
18
  var Header = function (_a) {
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-bccc352a.js');
5
+ var tslib_es6 = require('../../tslib.es6-776208bd.js');
6
6
  var React = require('react');
7
7
  var cn = require('classnames');
8
8
  require('@alfalab/core-components-base-modal');
@@ -19,7 +19,7 @@ var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
19
19
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
20
20
  var CrossMIcon__default = /*#__PURE__*/_interopDefaultLegacy(CrossMIcon);
21
21
 
22
- var styles = {"sticky":"modal__sticky_1gwlo","content":"modal__content_1gwlo"};
22
+ var styles = {"sticky":"modal__sticky_m21ya","content":"modal__content_m21ya"};
23
23
  require('./mobile.css')
24
24
 
25
25
  var HeaderMobile = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 86kby */
1
+ /* hash: f2nio */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -43,45 +43,45 @@
43
43
 
44
44
  /* mobile */
45
45
  }
46
- .modal__header_11g17 {
46
+ .modal__header_1mu1e {
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_11g17 {
50
+ .modal__content_1mu1e {
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_11g17 .modal__content_11g17,
55
- .modal__m_11g17 .modal__content_11g17 {
54
+ .modal__s_1mu1e .modal__content_1mu1e,
55
+ .modal__m_1mu1e .modal__content_1mu1e {
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_11g17 .modal__content_11g17,
61
- .modal__xl_11g17 .modal__content_11g17,
62
- .modal__fullscreen_11g17 .modal__content_11g17 {
60
+ .modal__l_1mu1e .modal__content_1mu1e,
61
+ .modal__xl_1mu1e .modal__content_1mu1e,
62
+ .modal__fullscreen_1mu1e .modal__content_1mu1e {
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_11g17,
68
- .modal__m_11g17 {
67
+ .modal__s_1mu1e,
68
+ .modal__m_1mu1e {
69
69
  padding: var(--modal-s-header-paddings)
70
70
  }
71
- .modal__s_11g17:not(.modal__hasContent_11g17), .modal__m_11g17:not(.modal__hasContent_11g17) {
71
+ .modal__s_1mu1e:not(.modal__hasContent_1mu1e), .modal__m_1mu1e:not(.modal__hasContent_1mu1e) {
72
72
  padding-bottom: 0;
73
73
  }
74
- .modal__l_11g17,
75
- .modal__xl_11g17,
76
- .modal__fullscreen_11g17 {
74
+ .modal__l_1mu1e,
75
+ .modal__xl_1mu1e,
76
+ .modal__fullscreen_1mu1e {
77
77
  padding: var(--gap-xl) var(--gap-xl) var(--gap-m)
78
78
  }
79
- .modal__l_11g17:not(.modal__hasContent_11g17), .modal__xl_11g17:not(.modal__hasContent_11g17), .modal__fullscreen_11g17:not(.modal__hasContent_11g17) {
79
+ .modal__l_1mu1e:not(.modal__hasContent_1mu1e), .modal__xl_1mu1e:not(.modal__hasContent_1mu1e), .modal__fullscreen_1mu1e:not(.modal__hasContent_1mu1e) {
80
80
  padding-bottom: var(--gap-m);
81
81
  }
82
- .modal__sticky_11g17 {
82
+ .modal__sticky_1mu1e {
83
83
  top: calc(var(--modal-vertical-padding) * -1)
84
84
  }
85
- .modal__sticky_11g17.modal__fullscreen_11g17 {
85
+ .modal__sticky_1mu1e.modal__fullscreen_1mu1e {
86
86
  top: 0;
87
87
  }