@alfalab/core-components-modal 4.0.2 → 4.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 (92) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/Component.desktop.js +3 -3
  3. package/dist/Component.mobile.js +3 -3
  4. package/dist/Component.responsive.js +2 -2
  5. package/dist/components/closer/Component.js +2 -2
  6. package/dist/components/closer/index.css +8 -8
  7. package/dist/components/content/Component.desktop.js +2 -2
  8. package/dist/components/content/Component.mobile.js +2 -2
  9. package/dist/components/content/desktop.css +12 -19
  10. package/dist/components/content/mobile.css +7 -14
  11. package/dist/components/footer/Component.desktop.js +2 -2
  12. package/dist/components/footer/Component.js +1 -1
  13. package/dist/components/footer/Component.mobile.js +2 -2
  14. package/dist/components/footer/desktop.css +12 -19
  15. package/dist/components/footer/layout.css +25 -25
  16. package/dist/components/footer/mobile.css +7 -14
  17. package/dist/components/header/Component.desktop.js +2 -2
  18. package/dist/components/header/Component.js +1 -1
  19. package/dist/components/header/Component.mobile.js +2 -2
  20. package/dist/components/header/desktop.css +16 -23
  21. package/dist/components/header/mobile.css +11 -18
  22. package/dist/desktop.css +8 -8
  23. package/dist/desktop.js +2 -2
  24. package/dist/esm/Component.desktop.js +3 -3
  25. package/dist/esm/Component.mobile.js +3 -3
  26. package/dist/esm/Component.responsive.js +2 -2
  27. package/dist/esm/components/closer/Component.js +2 -2
  28. package/dist/esm/components/closer/index.css +8 -8
  29. package/dist/esm/components/content/Component.desktop.js +2 -2
  30. package/dist/esm/components/content/Component.mobile.js +2 -2
  31. package/dist/esm/components/content/desktop.css +12 -19
  32. package/dist/esm/components/content/mobile.css +7 -14
  33. package/dist/esm/components/footer/Component.desktop.js +2 -2
  34. package/dist/esm/components/footer/Component.js +1 -1
  35. package/dist/esm/components/footer/Component.mobile.js +2 -2
  36. package/dist/esm/components/footer/desktop.css +12 -19
  37. package/dist/esm/components/footer/layout.css +25 -25
  38. package/dist/esm/components/footer/mobile.css +7 -14
  39. package/dist/esm/components/header/Component.desktop.js +2 -2
  40. package/dist/esm/components/header/Component.js +1 -1
  41. package/dist/esm/components/header/Component.mobile.js +2 -2
  42. package/dist/esm/components/header/desktop.css +16 -23
  43. package/dist/esm/components/header/mobile.css +11 -18
  44. package/dist/esm/desktop.css +8 -8
  45. package/dist/esm/desktop.js +2 -2
  46. package/dist/esm/index.js +2 -2
  47. package/dist/esm/mobile.css +2 -2
  48. package/dist/esm/mobile.js +2 -2
  49. package/dist/esm/responsive.js +2 -2
  50. package/dist/esm/transitions.css +8 -8
  51. package/dist/esm/transitions.module-0af128f1.js +4 -0
  52. package/dist/esm/{tslib.es6-07601d96.d.ts → tslib.es6-428cbd49.d.ts} +0 -0
  53. package/dist/esm/{tslib.es6-07601d96.js → tslib.es6-428cbd49.js} +0 -0
  54. package/dist/index.js +2 -2
  55. package/dist/mobile.css +2 -2
  56. package/dist/mobile.js +2 -2
  57. package/dist/modern/Component.desktop.js +2 -2
  58. package/dist/modern/Component.mobile.js +2 -2
  59. package/dist/modern/Component.responsive.js +1 -1
  60. package/dist/modern/components/closer/Component.js +1 -1
  61. package/dist/modern/components/closer/index.css +8 -8
  62. package/dist/modern/components/content/Component.desktop.js +1 -1
  63. package/dist/modern/components/content/Component.mobile.js +1 -1
  64. package/dist/modern/components/content/desktop.css +12 -19
  65. package/dist/modern/components/content/mobile.css +7 -14
  66. package/dist/modern/components/footer/Component.desktop.js +1 -1
  67. package/dist/modern/components/footer/Component.js +1 -1
  68. package/dist/modern/components/footer/Component.mobile.js +1 -1
  69. package/dist/modern/components/footer/desktop.css +12 -19
  70. package/dist/modern/components/footer/layout.css +25 -25
  71. package/dist/modern/components/footer/mobile.css +7 -14
  72. package/dist/modern/components/header/Component.desktop.js +1 -1
  73. package/dist/modern/components/header/Component.mobile.js +1 -1
  74. package/dist/modern/components/header/desktop.css +16 -23
  75. package/dist/modern/components/header/mobile.css +11 -18
  76. package/dist/modern/desktop.css +8 -8
  77. package/dist/modern/desktop.js +1 -1
  78. package/dist/modern/index.js +1 -1
  79. package/dist/modern/mobile.css +2 -2
  80. package/dist/modern/mobile.js +1 -1
  81. package/dist/modern/responsive.js +1 -1
  82. package/dist/modern/transitions.css +8 -8
  83. package/dist/modern/transitions.module-0af128f1.js +4 -0
  84. package/dist/responsive.js +2 -2
  85. package/dist/transitions.css +8 -8
  86. package/dist/transitions.module-ac43ebc6.js +6 -0
  87. package/dist/{tslib.es6-201c0358.d.ts → tslib.es6-6205675e.d.ts} +0 -0
  88. package/dist/{tslib.es6-201c0358.js → tslib.es6-6205675e.js} +0 -0
  89. package/package.json +3 -3
  90. package/dist/esm/transitions.module-7a80e043.js +0 -4
  91. package/dist/modern/transitions.module-7a80e043.js +0 -4
  92. package/dist/transitions.module-b1f4dde5.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
+ ## [4.0.3](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-modal@4.0.2...@alfalab/core-components-modal@4.0.3) (2022-01-17)
7
+
8
+ **Note:** Version bump only for package @alfalab/core-components-modal
9
+
10
+
11
+
12
+
13
+
6
14
  ## [4.0.2](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-modal@4.0.1...@alfalab/core-components-modal@4.0.2) (2021-12-29)
7
15
 
8
16
  **Note:** Version bump only for package @alfalab/core-components-modal
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('./tslib.es6-201c0358.js');
5
+ var tslib_es6 = require('./tslib.es6-6205675e.js');
6
6
  var React = require('react');
7
7
  var cn = require('classnames');
8
8
  var coreComponentsBaseModal = require('@alfalab/core-components-base-modal');
@@ -16,7 +16,7 @@ require('./components/content/Component.js');
16
16
  var components_content_Component_desktop = require('./components/content/Component.desktop.js');
17
17
  require('./components/footer/Component.js');
18
18
  var components_footer_Component_desktop = require('./components/footer/Component.desktop.js');
19
- var transitions_module = require('./transitions.module-b1f4dde5.js');
19
+ var transitions_module = require('./transitions.module-ac43ebc6.js');
20
20
 
21
21
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
22
22
 
@@ -24,7 +24,7 @@ var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
24
24
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
25
25
  var mergeRefs__default = /*#__PURE__*/_interopDefaultLegacy(mergeRefs);
26
26
 
27
- var styles = {"wrapper":"modal__wrapper_nzo1c","component":"modal__component_nzo1c","fullscreen":"modal__fullscreen_nzo1c","s":"modal__s_nzo1c","m":"modal__m_nzo1c","l":"modal__l_nzo1c"};
27
+ var styles = {"wrapper":"modal__wrapper_1ffiq","component":"modal__component_1ffiq","fullscreen":"modal__fullscreen_1ffiq","s":"modal__s_1ffiq","m":"modal__m_1ffiq","l":"modal__l_1ffiq"};
28
28
  require('./desktop.css')
29
29
 
30
30
  var ModalDesktopComponent = React.forwardRef(function (_a, ref) {
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('./tslib.es6-201c0358.js');
5
+ var tslib_es6 = require('./tslib.es6-6205675e.js');
6
6
  var React = require('react');
7
7
  var cn = require('classnames');
8
8
  var coreComponentsBaseModal = require('@alfalab/core-components-base-modal');
@@ -12,7 +12,7 @@ var components_closer_Component = require('./components/closer/Component.js');
12
12
  require('./components/header/Component.js');
13
13
  require('./components/content/Component.js');
14
14
  require('./components/footer/Component.js');
15
- var transitions_module = require('./transitions.module-b1f4dde5.js');
15
+ var transitions_module = require('./transitions.module-ac43ebc6.js');
16
16
  var hooks = require('@alfalab/hooks');
17
17
  var components_header_Component_mobile = require('./components/header/Component.mobile.js');
18
18
  var components_content_Component_mobile = require('./components/content/Component.mobile.js');
@@ -23,7 +23,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
23
23
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
24
24
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
25
25
 
26
- var styles = {"component":"modal__component_ys9oh"};
26
+ var styles = {"component":"modal__component_17xx7"};
27
27
  require('./mobile.css')
28
28
 
29
29
  var ModalMobileComponent = React.forwardRef(function (_a, ref) {
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('./tslib.es6-201c0358.js');
5
+ var tslib_es6 = require('./tslib.es6-6205675e.js');
6
6
  var React = require('react');
7
7
  require('classnames');
8
8
  require('@alfalab/core-components-base-modal');
@@ -17,7 +17,7 @@ require('./components/content/Component.desktop.js');
17
17
  require('./components/footer/Component.js');
18
18
  require('./components/footer/Component.desktop.js');
19
19
  var Component_desktop = require('./Component.desktop.js');
20
- require('./transitions.module-b1f4dde5.js');
20
+ require('./transitions.module-ac43ebc6.js');
21
21
  var hooks = require('@alfalab/hooks');
22
22
  require('./components/header/Component.mobile.js');
23
23
  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-201c0358.js');
5
+ var tslib_es6 = require('../../tslib.es6-6205675e.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 = {"closer":"modal__closer_5sxp7","left":"modal__left_5sxp7","right":"modal__right_5sxp7","fullscreen":"modal__fullscreen_5sxp7"};
17
+ var styles = {"closer":"modal__closer_x8sea","left":"modal__left_x8sea","right":"modal__right_x8sea","fullscreen":"modal__fullscreen_x8sea"};
18
18
  require('./index.css')
19
19
 
20
20
  var Closer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1rlb3 */
1
+ /* hash: wq7y8 */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -24,7 +24,7 @@
24
24
 
25
25
  /* scroll */
26
26
  }
27
- .modal__closer_5sxp7 {
27
+ .modal__closer_x8sea {
28
28
  width: 48px;
29
29
  height: 48px;
30
30
  background-image: var(--modal-closer-icon);
@@ -33,20 +33,20 @@
33
33
  flex-shrink: 0;
34
34
  transition: opacity 0.2s ease-out
35
35
  }
36
- .modal__closer_5sxp7:hover {
36
+ .modal__closer_x8sea:hover {
37
37
  opacity: 0.7;
38
38
  }
39
- .modal__closer_5sxp7:active {
39
+ .modal__closer_x8sea:active {
40
40
  opacity: 0.5;
41
41
  }
42
- .modal__left_5sxp7,
43
- .modal__right_5sxp7 {
42
+ .modal__left_x8sea,
43
+ .modal__right_x8sea {
44
44
  position: sticky;
45
45
  top: calc(var(--modal-vertical-padding) * -1);
46
46
  }
47
- .modal__right_5sxp7 {
47
+ .modal__right_x8sea {
48
48
  margin-left: auto;
49
49
  }
50
- .modal__fullscreen_5sxp7 {
50
+ .modal__fullscreen_x8sea {
51
51
  top: 0;
52
52
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-201c0358.js');
5
+ var tslib_es6 = require('../../tslib.es6-6205675e.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_q93yy modal__content_1namw","flex":"modal__flex_q93yy modal__flex_1namw","s":"modal__s_q93yy","m":"modal__m_q93yy","l":"modal__l_q93yy","fullscreen":"modal__fullscreen_q93yy"};
17
+ var styles = {"content":"modal__content_h3gg1 modal__content_1e4zd","flex":"modal__flex_h3gg1 modal__flex_1e4zd","s":"modal__s_h3gg1","m":"modal__m_h3gg1","l":"modal__l_h3gg1","fullscreen":"modal__fullscreen_h3gg1"};
18
18
  require('./desktop.css')
19
19
 
20
20
  var ContentDesktop = 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-201c0358.js');
5
+ var tslib_es6 = require('../../tslib.es6-6205675e.js');
6
6
  var React = require('react');
7
7
  require('classnames');
8
8
  require('@alfalab/core-components-base-modal');
@@ -13,7 +13,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
13
13
 
14
14
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
15
15
 
16
- var styles = {"content":"modal__content_js4dj modal__content_1namw","flex":"modal__flex_js4dj modal__flex_1namw"};
16
+ var styles = {"content":"modal__content_1rddq modal__content_1e4zd","flex":"modal__flex_1rddq modal__flex_1e4zd"};
17
17
  require('./mobile.css')
18
18
 
19
19
  var ContentMobile = function (props) { return (React__default['default'].createElement(components_content_Component.Content, tslib_es6.__assign({ styles: styles }, props))); };
@@ -1,4 +1,4 @@
1
- /* hash: 1pnux */
1
+ /* hash: 10gnn */
2
2
  :root {
3
3
  }:root {
4
4
  }:root {
@@ -34,14 +34,14 @@
34
34
  /* sticky */
35
35
 
36
36
  /* scroll */
37
- }.modal__content_1namw {
37
+ }.modal__content_1e4zd {
38
38
  box-sizing: border-box;
39
39
  width: 100%
40
- }.modal__content_1namw:first-child {
40
+ }.modal__content_1e4zd:first-child {
41
41
  padding-top: var(--modal-content-no-header-top-padding);
42
- }.modal__content_1namw:last-child {
42
+ }.modal__content_1e4zd:last-child {
43
43
  padding-bottom: var(--modal-content-no-footer-bottom-padding);
44
- }.modal__flex_1namw {
44
+ }.modal__flex_1e4zd {
45
45
  flex: 1 1 auto;
46
46
  }
47
47
  :root {
@@ -162,19 +162,12 @@
162
162
  --color-static-status-purple: #673ab7;
163
163
  --color-static-status-red: #d91d0b;
164
164
  --color-static-status-teal: #219187;
165
- --color-static-status-blue-tint-90: rgb(230, 242, 255);
166
165
  --color-static-status-blue-alpha-10: rgba(0, 122, 255, 0.1);
167
- --color-static-status-green-tint-90: rgb(231, 246, 239);
168
166
  --color-static-status-green-alpha-10: rgba(19, 164, 99, 0.1);
169
- --color-static-status-grey-tint-90: rgb(240, 242, 243);
170
167
  --color-static-status-grey-alpha-10: rgba(109, 121, 134, 0.1);
171
- --color-static-status-orange-tint-90: rgb(252, 240, 230);
172
168
  --color-static-status-orange-alpha-10: rgba(222, 106, 0, 0.1);
173
- --color-static-status-purple-tint-90: rgb(240, 235, 248);
174
169
  --color-static-status-purple-alpha-10: rgba(103, 58, 183, 0.1);
175
- --color-static-status-red-tint-90: rgb(251, 232, 231);
176
170
  --color-static-status-red-alpha-10: rgba(217, 29, 11, 0.1);
177
- --color-static-status-teal-tint-90: rgb(233, 244, 243);
178
171
  --color-static-status-teal-alpha-10: rgba(33, 145, 135, 0.1);
179
172
  }
180
173
  :root {
@@ -606,20 +599,20 @@
606
599
  --modal-footer-highlight-box-shadow: var(--shadow-s-up);
607
600
  --modal-footer-highlight-background: var(--color-light-bg-primary);
608
601
  }
609
- .modal__content_q93yy {
602
+ .modal__content_h3gg1 {
610
603
  }
611
- .modal__flex_q93yy {
604
+ .modal__flex_h3gg1 {
612
605
  }
613
- .modal__s_q93yy {
606
+ .modal__s_h3gg1 {
614
607
  padding: var(--modal-s-content-paddings);
615
608
  }
616
- .modal__m_q93yy {
609
+ .modal__m_h3gg1 {
617
610
  padding: var(--modal-m-content-paddings);
618
611
  }
619
- .modal__l_q93yy,
620
- .modal__fullscreen_q93yy {
612
+ .modal__l_h3gg1,
613
+ .modal__fullscreen_h3gg1 {
621
614
  padding: var(--modal-l-content-paddings)
622
615
  }
623
- .modal__l_q93yy:last-child, .modal__fullscreen_q93yy:last-child {
616
+ .modal__l_h3gg1:last-child, .modal__fullscreen_h3gg1:last-child {
624
617
  padding-bottom: var(--modal-l-content-no-footer-bottom-padding);
625
618
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1bt4w */
1
+ /* hash: 11vxh */
2
2
  :root {
3
3
  }:root {
4
4
  }:root {
@@ -30,14 +30,14 @@
30
30
  /* sticky */
31
31
 
32
32
  /* scroll */
33
- }.modal__content_1namw {
33
+ }.modal__content_1e4zd {
34
34
  box-sizing: border-box;
35
35
  width: 100%
36
- }.modal__content_1namw:first-child {
36
+ }.modal__content_1e4zd:first-child {
37
37
  padding-top: var(--modal-content-no-header-top-padding);
38
- }.modal__content_1namw:last-child {
38
+ }.modal__content_1e4zd:last-child {
39
39
  padding-bottom: var(--modal-content-no-footer-bottom-padding);
40
- }.modal__flex_1namw {
40
+ }.modal__flex_1e4zd {
41
41
  flex: 1 1 auto;
42
42
  }
43
43
  :root {
@@ -158,19 +158,12 @@
158
158
  --color-static-status-purple: #673ab7;
159
159
  --color-static-status-red: #d91d0b;
160
160
  --color-static-status-teal: #219187;
161
- --color-static-status-blue-tint-90: rgb(230, 242, 255);
162
161
  --color-static-status-blue-alpha-10: rgba(0, 122, 255, 0.1);
163
- --color-static-status-green-tint-90: rgb(231, 246, 239);
164
162
  --color-static-status-green-alpha-10: rgba(19, 164, 99, 0.1);
165
- --color-static-status-grey-tint-90: rgb(240, 242, 243);
166
163
  --color-static-status-grey-alpha-10: rgba(109, 121, 134, 0.1);
167
- --color-static-status-orange-tint-90: rgb(252, 240, 230);
168
164
  --color-static-status-orange-alpha-10: rgba(222, 106, 0, 0.1);
169
- --color-static-status-purple-tint-90: rgb(240, 235, 248);
170
165
  --color-static-status-purple-alpha-10: rgba(103, 58, 183, 0.1);
171
- --color-static-status-red-tint-90: rgb(251, 232, 231);
172
166
  --color-static-status-red-alpha-10: rgba(217, 29, 11, 0.1);
173
- --color-static-status-teal-tint-90: rgb(233, 244, 243);
174
167
  --color-static-status-teal-alpha-10: rgba(33, 145, 135, 0.1);
175
168
  }
176
169
  :root {
@@ -602,9 +595,9 @@
602
595
  --modal-footer-highlight-box-shadow: var(--shadow-s-up);
603
596
  --modal-footer-highlight-background: var(--color-light-bg-primary);
604
597
  }
605
- .modal__content_js4dj {
598
+ .modal__content_1rddq {
606
599
 
607
600
  padding: 0 var(--gap-m) 0;
608
601
  }
609
- .modal__flex_js4dj {
602
+ .modal__flex_1rddq {
610
603
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-201c0358.js');
5
+ var tslib_es6 = require('../../tslib.es6-6205675e.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_y0dxx modal__footer_1x51a","highlighted":"modal__highlighted_y0dxx modal__highlighted_1x51a","sticky":"modal__sticky_y0dxx modal__sticky_1x51a","fullscreen":"modal__fullscreen_y0dxx","s":"modal__s_y0dxx","m":"modal__m_y0dxx","l":"modal__l_y0dxx"};
17
+ var styles = {"footer":"modal__footer_13kbx modal__footer_3nv7q","highlighted":"modal__highlighted_13kbx modal__highlighted_3nv7q","sticky":"modal__sticky_13kbx modal__sticky_3nv7q","fullscreen":"modal__fullscreen_13kbx","s":"modal__s_13kbx","m":"modal__m_13kbx","l":"modal__l_13kbx"};
18
18
  require('./desktop.css')
19
19
 
20
20
  var FooterDesktop = 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 layoutStyles = {"column":"modal__column_1u4e8","gap-16":"modal__gap-16_1u4e8","gap-24":"modal__gap-24_1u4e8","gap-32":"modal__gap-32_1u4e8","start":"modal__start_1u4e8","center":"modal__center_1u4e8","space-between":"modal__space-between_1u4e8"};
15
+ var layoutStyles = {"column":"modal__column_n86ia","gap-16":"modal__gap-16_n86ia","gap-24":"modal__gap-24_n86ia","gap-32":"modal__gap-32_n86ia","start":"modal__start_n86ia","center":"modal__center_n86ia","space-between":"modal__space-between_n86ia"};
16
16
  require('./layout.css')
17
17
 
18
18
  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-201c0358.js');
5
+ var tslib_es6 = require('../../tslib.es6-6205675e.js');
6
6
  var React = require('react');
7
7
  require('classnames');
8
8
  require('@alfalab/core-components-base-modal');
@@ -13,7 +13,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
13
13
 
14
14
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
15
15
 
16
- var styles = {"footer":"modal__footer_rkg7d modal__footer_1x51a","highlighted":"modal__highlighted_rkg7d modal__highlighted_1x51a","sticky":"modal__sticky_rkg7d modal__sticky_1x51a"};
16
+ var styles = {"footer":"modal__footer_1mm0f modal__footer_3nv7q","highlighted":"modal__highlighted_1mm0f modal__highlighted_3nv7q","sticky":"modal__sticky_1mm0f modal__sticky_3nv7q"};
17
17
  require('./mobile.css')
18
18
 
19
19
  var FooterMobile = function (props) { return React__default['default'].createElement(components_footer_Component.Footer, tslib_es6.__assign({ styles: styles }, props)); };
@@ -1,4 +1,4 @@
1
- /* hash: 1ci0m */
1
+ /* hash: 196q2 */
2
2
  :root {
3
3
  }:root {
4
4
  }:root {
@@ -42,16 +42,16 @@
42
42
  /* scroll */
43
43
  --modal-footer-highlight-box-shadow: var(--shadow-s-up);
44
44
  --modal-footer-highlight-background: var(--color-light-bg-primary);
45
- }.modal__footer_1x51a {
45
+ }.modal__footer_3nv7q {
46
46
  width: 100%;
47
47
  box-sizing: border-box;
48
48
  transition: box-shadow 0.2s ease, background 0.2s ease;
49
49
  background: var(--modal-header-background);
50
- }.modal__sticky_1x51a {
50
+ }.modal__sticky_3nv7q {
51
51
  background: var(--modal-footer-sticky-background);
52
52
  box-shadow: var(--modal-footer-sticky-box-shadow);
53
53
  position: sticky;
54
- }.modal__highlighted_1x51a {
54
+ }.modal__highlighted_3nv7q {
55
55
  background: var(--modal-footer-highlight-background);
56
56
  box-shadow: var(--modal-footer-highlight-box-shadow);
57
57
  }
@@ -173,19 +173,12 @@
173
173
  --color-static-status-purple: #673ab7;
174
174
  --color-static-status-red: #d91d0b;
175
175
  --color-static-status-teal: #219187;
176
- --color-static-status-blue-tint-90: rgb(230, 242, 255);
177
176
  --color-static-status-blue-alpha-10: rgba(0, 122, 255, 0.1);
178
- --color-static-status-green-tint-90: rgb(231, 246, 239);
179
177
  --color-static-status-green-alpha-10: rgba(19, 164, 99, 0.1);
180
- --color-static-status-grey-tint-90: rgb(240, 242, 243);
181
178
  --color-static-status-grey-alpha-10: rgba(109, 121, 134, 0.1);
182
- --color-static-status-orange-tint-90: rgb(252, 240, 230);
183
179
  --color-static-status-orange-alpha-10: rgba(222, 106, 0, 0.1);
184
- --color-static-status-purple-tint-90: rgb(240, 235, 248);
185
180
  --color-static-status-purple-alpha-10: rgba(103, 58, 183, 0.1);
186
- --color-static-status-red-tint-90: rgb(251, 232, 231);
187
181
  --color-static-status-red-alpha-10: rgba(217, 29, 11, 0.1);
188
- --color-static-status-teal-tint-90: rgb(233, 244, 243);
189
182
  --color-static-status-teal-alpha-10: rgba(33, 145, 135, 0.1);
190
183
  }
191
184
  :root {
@@ -617,27 +610,27 @@
617
610
  --modal-footer-highlight-box-shadow: var(--shadow-s-up);
618
611
  --modal-footer-highlight-background: var(--color-light-bg-primary);
619
612
  }
620
- .modal__footer_y0dxx {
613
+ .modal__footer_13kbx {
621
614
 
622
615
  border-bottom-left-radius: var(--modal-border-radius);
623
616
  border-bottom-right-radius: var(--modal-border-radius);
624
617
  }
625
- .modal__highlighted_y0dxx {
618
+ .modal__highlighted_13kbx {
626
619
  }
627
- .modal__sticky_y0dxx {
620
+ .modal__sticky_13kbx {
628
621
 
629
622
  bottom: calc(var(--modal-vertical-padding) * -1);
630
623
  }
631
- .modal__fullscreen_y0dxx {
624
+ .modal__fullscreen_13kbx {
632
625
  bottom: 0;
633
626
  }
634
- .modal__s_y0dxx {
627
+ .modal__s_13kbx {
635
628
  padding: var(--modal-s-footer-paddings);
636
629
  }
637
- .modal__m_y0dxx {
630
+ .modal__m_13kbx {
638
631
  padding: var(--modal-m-footer-paddings);
639
632
  }
640
- .modal__l_y0dxx,
641
- .modal__fullscreen_y0dxx {
633
+ .modal__l_13kbx,
634
+ .modal__fullscreen_13kbx {
642
635
  padding: var(--modal-l-footer-paddings);
643
636
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1h5dt */
1
+ /* hash: 1du39 */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -25,60 +25,60 @@
25
25
 
26
26
  /* scroll */
27
27
  }
28
- .modal__column_1u4e8 {
28
+ .modal__column_n86ia {
29
29
  display: flex;
30
30
  flex-direction: column
31
31
  }
32
- .modal__column_1u4e8 > * {
32
+ .modal__column_n86ia > * {
33
33
  margin-bottom: var(--modal-footer-default-gap);
34
34
  }
35
- .modal__column_1u4e8 > *:last-child,
36
- .modal__column_1u4e8 > *:only-child {
35
+ .modal__column_n86ia > *:last-child,
36
+ .modal__column_n86ia > *:only-child {
37
37
  margin-bottom: 0;
38
38
  }
39
- .modal__column_1u4e8.modal__gap-16_1u4e8 > * {
39
+ .modal__column_n86ia.modal__gap-16_n86ia > * {
40
40
  margin-bottom: var(--gap-m);
41
41
  }
42
- .modal__column_1u4e8.modal__gap-24_1u4e8 > * {
42
+ .modal__column_n86ia.modal__gap-24_n86ia > * {
43
43
  margin-bottom: var(--gap-xl);
44
44
  }
45
- .modal__column_1u4e8.modal__gap-32_1u4e8 > * {
45
+ .modal__column_n86ia.modal__gap-32_n86ia > * {
46
46
  margin-bottom: var(--gap-2xl);
47
47
  }
48
- .modal__start_1u4e8 {
48
+ .modal__start_n86ia {
49
49
  justify-content: flex-start;
50
50
  }
51
- .modal__center_1u4e8 {
51
+ .modal__center_n86ia {
52
52
  justify-content: center;
53
53
  }
54
- .modal__space-between_1u4e8 {
54
+ .modal__space-between_n86ia {
55
55
  justify-content: space-between
56
56
  }
57
- .modal__space-between_1u4e8 > * {
57
+ .modal__space-between_n86ia > * {
58
58
  flex: 1;
59
59
  }
60
- .modal__start_1u4e8,
61
- .modal__center_1u4e8,
62
- .modal__space-between_1u4e8 {
60
+ .modal__start_n86ia,
61
+ .modal__center_n86ia,
62
+ .modal__space-between_n86ia {
63
63
  display: flex
64
64
  }
65
- .modal__start_1u4e8 > *, .modal__center_1u4e8 > *, .modal__space-between_1u4e8 > * {
65
+ .modal__start_n86ia > *, .modal__center_n86ia > *, .modal__space-between_n86ia > * {
66
66
  margin-right: var(--modal-footer-default-gap);
67
67
  }
68
- .modal__start_1u4e8 > *:last-child,
69
- .modal__start_1u4e8 > *:only-child,
70
- .modal__center_1u4e8 > *:last-child,
71
- .modal__center_1u4e8 > *:only-child,
72
- .modal__space-between_1u4e8 > *:last-child,
73
- .modal__space-between_1u4e8 > *:only-child {
68
+ .modal__start_n86ia > *:last-child,
69
+ .modal__start_n86ia > *:only-child,
70
+ .modal__center_n86ia > *:last-child,
71
+ .modal__center_n86ia > *:only-child,
72
+ .modal__space-between_n86ia > *:last-child,
73
+ .modal__space-between_n86ia > *:only-child {
74
74
  margin-right: 0;
75
75
  }
76
- .modal__start_1u4e8.modal__gap-16_1u4e8 > *, .modal__center_1u4e8.modal__gap-16_1u4e8 > *, .modal__space-between_1u4e8.modal__gap-16_1u4e8 > * {
76
+ .modal__start_n86ia.modal__gap-16_n86ia > *, .modal__center_n86ia.modal__gap-16_n86ia > *, .modal__space-between_n86ia.modal__gap-16_n86ia > * {
77
77
  margin-right: var(--gap-m);
78
78
  }
79
- .modal__start_1u4e8.modal__gap-24_1u4e8 > *, .modal__center_1u4e8.modal__gap-24_1u4e8 > *, .modal__space-between_1u4e8.modal__gap-24_1u4e8 > * {
79
+ .modal__start_n86ia.modal__gap-24_n86ia > *, .modal__center_n86ia.modal__gap-24_n86ia > *, .modal__space-between_n86ia.modal__gap-24_n86ia > * {
80
80
  margin-right: var(--gap-xl);
81
81
  }
82
- .modal__start_1u4e8.modal__gap-32_1u4e8 > *, .modal__center_1u4e8.modal__gap-32_1u4e8 > *, .modal__space-between_1u4e8.modal__gap-32_1u4e8 > * {
82
+ .modal__start_n86ia.modal__gap-32_n86ia > *, .modal__center_n86ia.modal__gap-32_n86ia > *, .modal__space-between_n86ia.modal__gap-32_n86ia > * {
83
83
  margin-right: var(--gap-2xl);
84
84
  }
@@ -1,4 +1,4 @@
1
- /* hash: 12amp */
1
+ /* hash: 1x5pu */
2
2
  :root {
3
3
  }:root {
4
4
  }:root {
@@ -34,16 +34,16 @@
34
34
  /* scroll */
35
35
  --modal-footer-highlight-box-shadow: var(--shadow-s-up);
36
36
  --modal-footer-highlight-background: var(--color-light-bg-primary);
37
- }.modal__footer_1x51a {
37
+ }.modal__footer_3nv7q {
38
38
  width: 100%;
39
39
  box-sizing: border-box;
40
40
  transition: box-shadow 0.2s ease, background 0.2s ease;
41
41
  background: var(--modal-header-background);
42
- }.modal__sticky_1x51a {
42
+ }.modal__sticky_3nv7q {
43
43
  background: var(--modal-footer-sticky-background);
44
44
  box-shadow: var(--modal-footer-sticky-box-shadow);
45
45
  position: sticky;
46
- }.modal__highlighted_1x51a {
46
+ }.modal__highlighted_3nv7q {
47
47
  background: var(--modal-footer-highlight-background);
48
48
  box-shadow: var(--modal-footer-highlight-box-shadow);
49
49
  }
@@ -165,19 +165,12 @@
165
165
  --color-static-status-purple: #673ab7;
166
166
  --color-static-status-red: #d91d0b;
167
167
  --color-static-status-teal: #219187;
168
- --color-static-status-blue-tint-90: rgb(230, 242, 255);
169
168
  --color-static-status-blue-alpha-10: rgba(0, 122, 255, 0.1);
170
- --color-static-status-green-tint-90: rgb(231, 246, 239);
171
169
  --color-static-status-green-alpha-10: rgba(19, 164, 99, 0.1);
172
- --color-static-status-grey-tint-90: rgb(240, 242, 243);
173
170
  --color-static-status-grey-alpha-10: rgba(109, 121, 134, 0.1);
174
- --color-static-status-orange-tint-90: rgb(252, 240, 230);
175
171
  --color-static-status-orange-alpha-10: rgba(222, 106, 0, 0.1);
176
- --color-static-status-purple-tint-90: rgb(240, 235, 248);
177
172
  --color-static-status-purple-alpha-10: rgba(103, 58, 183, 0.1);
178
- --color-static-status-red-tint-90: rgb(251, 232, 231);
179
173
  --color-static-status-red-alpha-10: rgba(217, 29, 11, 0.1);
180
- --color-static-status-teal-tint-90: rgb(233, 244, 243);
181
174
  --color-static-status-teal-alpha-10: rgba(33, 145, 135, 0.1);
182
175
  }
183
176
  :root {
@@ -609,13 +602,13 @@
609
602
  --modal-footer-highlight-box-shadow: var(--shadow-s-up);
610
603
  --modal-footer-highlight-background: var(--color-light-bg-primary);
611
604
  }
612
- .modal__footer_rkg7d {
605
+ .modal__footer_1mm0f {
613
606
 
614
607
  padding: var(--gap-xl) var(--gap-m);
615
608
  }
616
- .modal__highlighted_rkg7d {
609
+ .modal__highlighted_1mm0f {
617
610
  }
618
- .modal__sticky_rkg7d {
611
+ .modal__sticky_1mm0f {
619
612
 
620
613
  bottom: 0;
621
614
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-201c0358.js');
5
+ var tslib_es6 = require('../../tslib.es6-6205675e.js');
6
6
  var React = require('react');
7
7
  var cn = require('classnames');
8
8
  require('@alfalab/core-components-base-modal');
@@ -16,7 +16,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
16
16
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
17
17
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
18
18
 
19
- var styles = {"header":"modal__header_1lnej modal__header_118zk","s":"modal__s_1lnej","m":"modal__m_1lnej","l":"modal__l_1lnej","fullscreen":"modal__fullscreen_1lnej","sticky":"modal__sticky_1lnej modal__sticky_118zk","highlighted":"modal__highlighted_1lnej modal__highlighted_118zk","content":"modal__content_1lnej modal__content_118zk","title":"modal__title_1lnej modal__title_118zk"};
19
+ var styles = {"header":"modal__header_1g3gj modal__header_vp1kk","s":"modal__s_1g3gj","m":"modal__m_1g3gj","l":"modal__l_1g3gj","fullscreen":"modal__fullscreen_1g3gj","sticky":"modal__sticky_1g3gj modal__sticky_vp1kk","highlighted":"modal__highlighted_1g3gj modal__highlighted_vp1kk","content":"modal__content_1g3gj modal__content_vp1kk","title":"modal__title_1g3gj modal__title_vp1kk"};
20
20
  require('./desktop.css')
21
21
 
22
22
  var HeaderDesktop = function (_a) {
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('../../tslib.es6-201c0358.js');
5
+ require('../../tslib.es6-6205675e.js');
6
6
  var React = require('react');
7
7
  var cn = require('classnames');
8
8
  require('@alfalab/core-components-base-modal');
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-201c0358.js');
5
+ var tslib_es6 = require('../../tslib.es6-6205675e.js');
6
6
  var React = require('react');
7
7
  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
 
16
16
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
17
17
 
18
- var styles = {"header":"modal__header_191d7 modal__header_118zk","sticky":"modal__sticky_191d7 modal__sticky_118zk","highlighted":"modal__highlighted_191d7 modal__highlighted_118zk","content":"modal__content_191d7 modal__content_118zk","title":"modal__title_191d7 modal__title_118zk"};
18
+ var styles = {"header":"modal__header_dzsyt modal__header_vp1kk","sticky":"modal__sticky_dzsyt modal__sticky_vp1kk","highlighted":"modal__highlighted_dzsyt modal__highlighted_vp1kk","content":"modal__content_dzsyt modal__content_vp1kk","title":"modal__title_dzsyt modal__title_vp1kk"};
19
19
  require('./mobile.css')
20
20
 
21
21
  var HeaderMobile = function (props) { return React__default['default'].createElement(components_header_Component.Header, tslib_es6.__assign({ styles: styles }, props)); };