@alfalab/core-components-modal 7.0.4 → 7.0.6

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 (80) hide show
  1. package/Component.desktop.js +2 -0
  2. package/Component.js +5 -3
  3. package/Component.mobile.js +2 -0
  4. package/Component.responsive.js +2 -0
  5. package/Context.js +2 -0
  6. package/ResponsiveContext.js +2 -0
  7. package/components/content/Component.js +5 -3
  8. package/components/content/desktop.css +7 -7
  9. package/components/content/index.css +4 -4
  10. package/components/content/mobile.css +3 -3
  11. package/components/footer/Component.js +6 -4
  12. package/components/footer/desktop.css +9 -9
  13. package/components/footer/index.css +5 -5
  14. package/components/footer/layout.css +25 -25
  15. package/components/footer/mobile.css +3 -3
  16. package/components/header/Component.js +5 -3
  17. package/components/header/desktop.css +15 -15
  18. package/components/header/index.css +5 -5
  19. package/components/header/mobile.css +4 -4
  20. package/cssm/Component.desktop.js +2 -0
  21. package/cssm/Component.js +2 -0
  22. package/cssm/Component.mobile.js +2 -0
  23. package/cssm/Component.responsive.js +2 -0
  24. package/cssm/Context.js +2 -0
  25. package/cssm/ResponsiveContext.js +2 -0
  26. package/cssm/components/content/Component.js +2 -0
  27. package/cssm/components/footer/Component.js +2 -0
  28. package/cssm/components/footer/index.module.css +1 -1
  29. package/cssm/components/header/Component.js +2 -0
  30. package/cssm/components/header/index.module.css +1 -1
  31. package/cssm/desktop.js +2 -0
  32. package/cssm/index.js +3 -1
  33. package/cssm/mobile.js +2 -0
  34. package/cssm/responsive.js +2 -0
  35. package/cssm/utils.js +2 -0
  36. package/desktop.css +9 -9
  37. package/desktop.js +2 -0
  38. package/esm/Component.js +3 -3
  39. package/esm/components/content/Component.js +3 -3
  40. package/esm/components/content/desktop.css +7 -7
  41. package/esm/components/content/index.css +4 -4
  42. package/esm/components/content/mobile.css +3 -3
  43. package/esm/components/footer/Component.js +4 -4
  44. package/esm/components/footer/desktop.css +9 -9
  45. package/esm/components/footer/index.css +5 -5
  46. package/esm/components/footer/layout.css +25 -25
  47. package/esm/components/footer/mobile.css +3 -3
  48. package/esm/components/header/Component.js +3 -3
  49. package/esm/components/header/desktop.css +15 -15
  50. package/esm/components/header/index.css +5 -5
  51. package/esm/components/header/mobile.css +4 -4
  52. package/esm/desktop.css +9 -9
  53. package/esm/index.js +1 -1
  54. package/esm/mobile.css +2 -2
  55. package/esm/transitions.css +8 -8
  56. package/index.js +3 -1
  57. package/mobile.css +2 -2
  58. package/mobile.js +2 -0
  59. package/modern/Component.js +3 -3
  60. package/modern/components/content/Component.js +3 -3
  61. package/modern/components/content/desktop.css +7 -7
  62. package/modern/components/content/index.css +4 -4
  63. package/modern/components/content/mobile.css +3 -3
  64. package/modern/components/footer/Component.js +4 -4
  65. package/modern/components/footer/desktop.css +9 -9
  66. package/modern/components/footer/index.css +5 -5
  67. package/modern/components/footer/layout.css +25 -25
  68. package/modern/components/footer/mobile.css +3 -3
  69. package/modern/components/header/Component.js +3 -3
  70. package/modern/components/header/desktop.css +15 -15
  71. package/modern/components/header/index.css +5 -5
  72. package/modern/components/header/mobile.css +4 -4
  73. package/modern/desktop.css +9 -9
  74. package/modern/index.js +1 -1
  75. package/modern/mobile.css +2 -2
  76. package/modern/transitions.css +8 -8
  77. package/package.json +7 -6
  78. package/responsive.js +2 -0
  79. package/transitions.css +8 -8
  80. package/utils.js +2 -0
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var tslib = require('tslib');
4
6
  var React = require('react');
5
7
  var coreComponentsNavigationBar = require('@alfalab/core-components-navigation-bar');
package/Component.js CHANGED
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var tslib = require('tslib');
4
6
  var React = require('react');
5
7
  var mergeRefs = require('react-merge-refs');
@@ -13,13 +15,13 @@ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
13
15
  var mergeRefs__default = /*#__PURE__*/_interopDefaultCompat(mergeRefs);
14
16
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
15
17
 
16
- var desktopStyles = {"wrapper":"modal__wrapper_d91w8","component":"modal__component_d91w8","fullscreen":"modal__fullscreen_d91w8","s":"modal__s_d91w8","m":"modal__m_d91w8","l":"modal__l_d91w8","xl":"modal__xl_d91w8"};
18
+ var desktopStyles = {"wrapper":"modal__wrapper_1qec0","component":"modal__component_1qec0","fullscreen":"modal__fullscreen_1qec0","s":"modal__s_1qec0","m":"modal__m_1qec0","l":"modal__l_1qec0","xl":"modal__xl_1qec0"};
17
19
  require('./desktop.css')
18
20
 
19
- var mobileStyles = {"component":"modal__component_168ry"};
21
+ var mobileStyles = {"component":"modal__component_18anh"};
20
22
  require('./mobile.css')
21
23
 
22
- var transitions = {"appear":"modal__appear_qupjy","enter":"modal__enter_qupjy","appearActive":"modal__appearActive_qupjy","enterActive":"modal__enterActive_qupjy","exit":"modal__exit_qupjy","exitActive":"modal__exitActive_qupjy","exitDone":"modal__exitDone_qupjy"};
24
+ var transitions = {"appear":"modal__appear_1669y","enter":"modal__enter_1669y","appearActive":"modal__appearActive_1669y","enterActive":"modal__enterActive_1669y","exit":"modal__exit_1669y","exitActive":"modal__exitActive_1669y","exitDone":"modal__exitDone_1669y"};
23
25
  require('./transitions.css')
24
26
 
25
27
  var Modal = React.forwardRef(function (_a, ref) {
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var tslib = require('tslib');
4
6
  var React = require('react');
5
7
  var coreComponentsNavigationBar = require('@alfalab/core-components-navigation-bar');
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var tslib = require('tslib');
4
6
  var React = require('react');
5
7
  var coreComponentsNavigationBar = require('@alfalab/core-components-navigation-bar');
package/Context.js CHANGED
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var coreComponentsBaseModal = require('@alfalab/core-components-base-modal');
4
6
 
5
7
  var ModalContext = coreComponentsBaseModal.BaseModalContext;
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var React = require('react');
4
6
 
5
7
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var React = require('react');
4
6
  var cn = require('classnames');
5
7
  var Context = require('../../Context.js');
@@ -11,13 +13,13 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
11
13
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
12
14
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
13
15
 
14
- var desktopStyles = {"s":"modal__s_b9o9a","m":"modal__m_b9o9a","l":"modal__l_b9o9a","xl":"modal__xl_b9o9a","fullscreen":"modal__fullscreen_b9o9a"};
16
+ var desktopStyles = {"s":"modal__s_o2t7j","m":"modal__m_o2t7j","l":"modal__l_o2t7j","xl":"modal__xl_o2t7j","fullscreen":"modal__fullscreen_o2t7j"};
15
17
  require('./desktop.css')
16
18
 
17
- var styles = {"content":"modal__content_ncdrm","withHeader":"modal__withHeader_ncdrm","flex":"modal__flex_ncdrm"};
19
+ var styles = {"content":"modal__content_sqory","withHeader":"modal__withHeader_sqory","flex":"modal__flex_sqory"};
18
20
  require('./index.css')
19
21
 
20
- var mobileStyles = {"content":"modal__content_1vn2c"};
22
+ var mobileStyles = {"content":"modal__content_1wt0v"};
21
23
  require('./mobile.css')
22
24
 
23
25
  var Content = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1gwa7 */
1
+ /* hash: 1xezg */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -30,12 +30,12 @@
30
30
  /* mobile */
31
31
 
32
32
  /* paddings */
33
- } .modal__s_b9o9a,
34
- .modal__m_b9o9a,
35
- .modal__l_b9o9a,
36
- .modal__xl_b9o9a,
37
- .modal__fullscreen_b9o9a {
33
+ } .modal__s_o2t7j,
34
+ .modal__m_o2t7j,
35
+ .modal__l_o2t7j,
36
+ .modal__xl_o2t7j,
37
+ .modal__fullscreen_o2t7j {
38
38
  padding: var(--modal-s-content-paddings)
39
- } .modal__s_b9o9a:last-child, .modal__m_b9o9a:last-child, .modal__l_b9o9a:last-child, .modal__xl_b9o9a:last-child, .modal__fullscreen_b9o9a:last-child {
39
+ } .modal__s_o2t7j:last-child, .modal__m_o2t7j:last-child, .modal__l_o2t7j:last-child, .modal__xl_o2t7j:last-child, .modal__fullscreen_o2t7j:last-child {
40
40
  padding-bottom: var(--modal-s-content-only-bottom-padding);
41
41
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1a58a */
1
+ /* hash: 16h7w */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -27,13 +27,13 @@
27
27
  /* mobile */
28
28
 
29
29
  /* paddings */
30
- } .modal__content_ncdrm {
30
+ } .modal__content_sqory {
31
31
  position: relative;
32
32
  box-sizing: border-box;
33
33
  width: 100%;
34
34
  z-index: 0
35
- } .modal__content_ncdrm.modal__withHeader_ncdrm {
35
+ } .modal__content_sqory.modal__withHeader_sqory {
36
36
  padding-top: 0;
37
- } .modal__flex_ncdrm {
37
+ } .modal__flex_sqory {
38
38
  flex: 1;
39
39
  }
@@ -1,4 +1,4 @@
1
- /* hash: ms42y */
1
+ /* hash: d47iu */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -28,8 +28,8 @@
28
28
  /* mobile */
29
29
 
30
30
  /* paddings */
31
- } .modal__content_1vn2c {
31
+ } .modal__content_1wt0v {
32
32
  padding: var(--gap-m) var(--gap-m) 0
33
- } .modal__content_1vn2c:last-child {
33
+ } .modal__content_1wt0v:last-child {
34
34
  padding-bottom: var(--gap-m);
35
35
  }
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var React = require('react');
4
6
  var cn = require('classnames');
5
7
  var Context = require('../../Context.js');
@@ -11,16 +13,16 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
11
13
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
12
14
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
13
15
 
14
- var desktopStyles = {"footer":"modal__footer_1b7c5","sticky":"modal__sticky_1b7c5","fullscreen":"modal__fullscreen_1b7c5","s":"modal__s_1b7c5","m":"modal__m_1b7c5","l":"modal__l_1b7c5","xl":"modal__xl_1b7c5"};
16
+ var desktopStyles = {"footer":"modal__footer_1jl60","sticky":"modal__sticky_1jl60","fullscreen":"modal__fullscreen_1jl60","s":"modal__s_1jl60","m":"modal__m_1jl60","l":"modal__l_1jl60","xl":"modal__xl_1jl60"};
15
17
  require('./desktop.css')
16
18
 
17
- var styles = {"footer":"modal__footer_w9ouz","sticky":"modal__sticky_w9ouz","highlighted":"modal__highlighted_w9ouz"};
19
+ var styles = {"footer":"modal__footer_1c2co","sticky":"modal__sticky_1c2co","highlighted":"modal__highlighted_1c2co"};
18
20
  require('./index.css')
19
21
 
20
- var layoutStyles = {"column":"modal__column_1w9ea","gap-16":"modal__gap-16_1w9ea","gap-24":"modal__gap-24_1w9ea","gap-32":"modal__gap-32_1w9ea","start":"modal__start_1w9ea","center":"modal__center_1w9ea","space-between":"modal__space-between_1w9ea"};
22
+ var layoutStyles = {"column":"modal__column_go29t","gap-16":"modal__gap-16_go29t","gap-24":"modal__gap-24_go29t","gap-32":"modal__gap-32_go29t","start":"modal__start_go29t","center":"modal__center_go29t","space-between":"modal__space-between_go29t"};
21
23
  require('./layout.css')
22
24
 
23
- var mobileStyles = {"footer":"modal__footer_on6ra","sticky":"modal__sticky_on6ra"};
25
+ var mobileStyles = {"footer":"modal__footer_1vjip","sticky":"modal__sticky_1vjip"};
24
26
  require('./mobile.css')
25
27
 
26
28
  var Footer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 16aj9 */
1
+ /* hash: gnlk0 */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -33,17 +33,17 @@
33
33
  /* mobile */
34
34
 
35
35
  /* paddings */
36
- } .modal__footer_1b7c5 {
36
+ } .modal__footer_1jl60 {
37
37
  border-bottom-left-radius: var(--modal-border-radius);
38
38
  border-bottom-right-radius: var(--modal-border-radius);
39
- } .modal__sticky_1b7c5 {
39
+ } .modal__sticky_1jl60 {
40
40
  bottom: calc(var(--modal-vertical-padding) * -1)
41
- } .modal__sticky_1b7c5.modal__fullscreen_1b7c5 {
41
+ } .modal__sticky_1jl60.modal__fullscreen_1jl60 {
42
42
  bottom: 0;
43
- } .modal__s_1b7c5,
44
- .modal__m_1b7c5,
45
- .modal__l_1b7c5,
46
- .modal__xl_1b7c5,
47
- .modal__fullscreen_1b7c5 {
43
+ } .modal__s_1jl60,
44
+ .modal__m_1jl60,
45
+ .modal__l_1jl60,
46
+ .modal__xl_1jl60,
47
+ .modal__fullscreen_1jl60 {
48
48
  padding: var(--modal-s-footer-paddings);
49
49
  }
@@ -1,8 +1,8 @@
1
- /* hash: 1f3yg */
1
+ /* hash: fxd08 */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-primary: #fff;
5
- --color-light-border-secondary: #e7e9eb; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
5
+ --color-light-border-secondary: #e9e9eb; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
6
6
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
7
7
  } :root {
8
8
  } :root {
@@ -32,14 +32,14 @@
32
32
  /* mobile */
33
33
 
34
34
  /* paddings */
35
- } .modal__footer_w9ouz {
35
+ } .modal__footer_1c2co {
36
36
  width: 100%;
37
37
  box-sizing: border-box;
38
38
  transition: box-shadow 0.2s ease, background 0.2s ease;
39
- } .modal__sticky_w9ouz {
39
+ } .modal__sticky_1c2co {
40
40
  background: var(--modal-footer-background);
41
41
  position: sticky;
42
- } .modal__highlighted_w9ouz {
42
+ } .modal__highlighted_1c2co {
43
43
  background: var(--modal-footer-highlight-background);
44
44
  box-shadow: var(--modal-footer-highlight-box-shadow);
45
45
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1axwg */
1
+ /* hash: layr5 */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -31,45 +31,45 @@
31
31
  /* mobile */
32
32
 
33
33
  /* paddings */
34
- } .modal__column_1w9ea {
34
+ } .modal__column_go29t {
35
35
  display: flex;
36
36
  flex-direction: column
37
- } .modal__column_1w9ea > * {
37
+ } .modal__column_go29t > * {
38
38
  margin-bottom: var(--modal-footer-default-gap);
39
- } .modal__column_1w9ea > *:last-child,
40
- .modal__column_1w9ea > *:only-child {
39
+ } .modal__column_go29t > *:last-child,
40
+ .modal__column_go29t > *:only-child {
41
41
  margin-bottom: 0;
42
- } .modal__column_1w9ea.modal__gap-16_1w9ea > * {
42
+ } .modal__column_go29t.modal__gap-16_go29t > * {
43
43
  margin-bottom: var(--gap-m);
44
- } .modal__column_1w9ea.modal__gap-24_1w9ea > * {
44
+ } .modal__column_go29t.modal__gap-24_go29t > * {
45
45
  margin-bottom: var(--gap-xl);
46
- } .modal__column_1w9ea.modal__gap-32_1w9ea > * {
46
+ } .modal__column_go29t.modal__gap-32_go29t > * {
47
47
  margin-bottom: var(--gap-2xl);
48
- } .modal__start_1w9ea {
48
+ } .modal__start_go29t {
49
49
  justify-content: flex-start;
50
- } .modal__center_1w9ea {
50
+ } .modal__center_go29t {
51
51
  justify-content: center;
52
- } .modal__space-between_1w9ea {
52
+ } .modal__space-between_go29t {
53
53
  justify-content: space-between
54
- } .modal__space-between_1w9ea > * {
54
+ } .modal__space-between_go29t > * {
55
55
  flex: 1;
56
- } .modal__start_1w9ea,
57
- .modal__center_1w9ea,
58
- .modal__space-between_1w9ea {
56
+ } .modal__start_go29t,
57
+ .modal__center_go29t,
58
+ .modal__space-between_go29t {
59
59
  display: flex
60
- } .modal__start_1w9ea > *, .modal__center_1w9ea > *, .modal__space-between_1w9ea > * {
60
+ } .modal__start_go29t > *, .modal__center_go29t > *, .modal__space-between_go29t > * {
61
61
  margin-right: var(--modal-footer-default-gap);
62
- } .modal__start_1w9ea > *:last-child,
63
- .modal__start_1w9ea > *:only-child,
64
- .modal__center_1w9ea > *:last-child,
65
- .modal__center_1w9ea > *:only-child,
66
- .modal__space-between_1w9ea > *:last-child,
67
- .modal__space-between_1w9ea > *:only-child {
62
+ } .modal__start_go29t > *:last-child,
63
+ .modal__start_go29t > *:only-child,
64
+ .modal__center_go29t > *:last-child,
65
+ .modal__center_go29t > *:only-child,
66
+ .modal__space-between_go29t > *:last-child,
67
+ .modal__space-between_go29t > *:only-child {
68
68
  margin-right: 0;
69
- } .modal__start_1w9ea.modal__gap-16_1w9ea > *, .modal__center_1w9ea.modal__gap-16_1w9ea > *, .modal__space-between_1w9ea.modal__gap-16_1w9ea > * {
69
+ } .modal__start_go29t.modal__gap-16_go29t > *, .modal__center_go29t.modal__gap-16_go29t > *, .modal__space-between_go29t.modal__gap-16_go29t > * {
70
70
  margin-right: var(--gap-m);
71
- } .modal__start_1w9ea.modal__gap-24_1w9ea > *, .modal__center_1w9ea.modal__gap-24_1w9ea > *, .modal__space-between_1w9ea.modal__gap-24_1w9ea > * {
71
+ } .modal__start_go29t.modal__gap-24_go29t > *, .modal__center_go29t.modal__gap-24_go29t > *, .modal__space-between_go29t.modal__gap-24_go29t > * {
72
72
  margin-right: var(--gap-xl);
73
- } .modal__start_1w9ea.modal__gap-32_1w9ea > *, .modal__center_1w9ea.modal__gap-32_1w9ea > *, .modal__space-between_1w9ea.modal__gap-32_1w9ea > * {
73
+ } .modal__start_go29t.modal__gap-32_go29t > *, .modal__center_go29t.modal__gap-32_go29t > *, .modal__space-between_go29t.modal__gap-32_go29t > * {
74
74
  margin-right: var(--gap-2xl);
75
75
  }
@@ -1,4 +1,4 @@
1
- /* hash: z5ilv */
1
+ /* hash: 1hxnm */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -28,8 +28,8 @@
28
28
  /* mobile */
29
29
 
30
30
  /* paddings */
31
- } .modal__footer_on6ra {
31
+ } .modal__footer_1vjip {
32
32
  padding: var(--gap-m);
33
- } .modal__sticky_on6ra {
33
+ } .modal__sticky_1vjip {
34
34
  bottom: 0;
35
35
  }
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var tslib = require('tslib');
4
6
  var React = require('react');
5
7
  var cn = require('classnames');
@@ -13,13 +15,13 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
13
15
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
14
16
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
15
17
 
16
- var desktopStyles = {"header":"modal__header_1b77n","content":"modal__content_1b77n","s":"modal__s_1b77n","m":"modal__m_1b77n","l":"modal__l_1b77n","xl":"modal__xl_1b77n","fullscreen":"modal__fullscreen_1b77n","sticky":"modal__sticky_1b77n"};
18
+ var desktopStyles = {"header":"modal__header_1ogpf","content":"modal__content_1ogpf","s":"modal__s_1ogpf","m":"modal__m_1ogpf","l":"modal__l_1ogpf","xl":"modal__xl_1ogpf","fullscreen":"modal__fullscreen_1ogpf","sticky":"modal__sticky_1ogpf"};
17
19
  require('./desktop.css')
18
20
 
19
- var styles = {"highlighted":"modal__highlighted_1xvie","sticky":"modal__sticky_1xvie","hasContent":"modal__hasContent_1xvie"};
21
+ var styles = {"highlighted":"modal__highlighted_1wfxt","sticky":"modal__sticky_1wfxt","hasContent":"modal__hasContent_1wfxt"};
20
22
  require('./index.css')
21
23
 
22
- var mobileStyles = {"header":"modal__header_17ncj","sticky":"modal__sticky_17ncj","content":"modal__content_17ncj"};
24
+ var mobileStyles = {"header":"modal__header_wqsu4","sticky":"modal__sticky_wqsu4","content":"modal__content_wqsu4"};
23
25
  require('./mobile.css')
24
26
 
25
27
  var Header = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 6pfg2 */
1
+ /* hash: 15w0w */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -44,31 +44,31 @@
44
44
  /* mobile */
45
45
 
46
46
  /* paddings */
47
- } .modal__header_1b77n {
47
+ } .modal__header_1ogpf {
48
48
  border-top-left-radius: var(--modal-border-radius);
49
49
  border-top-right-radius: var(--modal-border-radius);
50
- } .modal__content_1b77n {
50
+ } .modal__content_1ogpf {
51
51
  font-weight: var(--modal-header-desktop-font-weight);
52
52
  font-family: var(--modal-header-desktop-font-family);
53
- } .modal__s_1b77n .modal__content_1b77n,
54
- .modal__m_1b77n .modal__content_1b77n {
53
+ } .modal__s_1ogpf .modal__content_1ogpf,
54
+ .modal__m_1ogpf .modal__content_1ogpf {
55
55
  padding: var(--modal-s-header-desktop-content-paddings);
56
56
  font-size: var(--modal-s-header-desktop-font-size);
57
57
  line-height: var(--modal-s-header-desktop-line-height);
58
- } .modal__l_1b77n .modal__content_1b77n,
59
- .modal__xl_1b77n .modal__content_1b77n,
60
- .modal__fullscreen_1b77n .modal__content_1b77n {
58
+ } .modal__l_1ogpf .modal__content_1ogpf,
59
+ .modal__xl_1ogpf .modal__content_1ogpf,
60
+ .modal__fullscreen_1ogpf .modal__content_1ogpf {
61
61
  padding: var(--modal-l-header-desktop-content-paddings);
62
62
  font-size: var(--modal-l-header-desktop-font-size);
63
63
  line-height: var(--modal-l-header-desktop-line-height);
64
- } .modal__s_1b77n,
65
- .modal__m_1b77n,
66
- .modal__l_1b77n,
67
- .modal__xl_1b77n,
68
- .modal__fullscreen_1b77n {
64
+ } .modal__s_1ogpf,
65
+ .modal__m_1ogpf,
66
+ .modal__l_1ogpf,
67
+ .modal__xl_1ogpf,
68
+ .modal__fullscreen_1ogpf {
69
69
  padding: var(--modal-s-header-paddings);
70
- } .modal__sticky_1b77n {
70
+ } .modal__sticky_1ogpf {
71
71
  top: calc(var(--modal-vertical-padding) * -1)
72
- } .modal__sticky_1b77n.modal__fullscreen_1b77n {
72
+ } .modal__sticky_1ogpf.modal__fullscreen_1ogpf {
73
73
  top: 0;
74
74
  }
@@ -1,8 +1,8 @@
1
- /* hash: ygy5n */
1
+ /* hash: 1o3vv */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-primary: #fff;
5
- --color-light-border-secondary: #e7e9eb; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
5
+ --color-light-border-secondary: #e9e9eb; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
6
6
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
7
7
  } :root {
8
8
  } :root {
@@ -32,12 +32,12 @@
32
32
  /* mobile */
33
33
 
34
34
  /* paddings */
35
- } .modal__highlighted_1xvie {
35
+ } .modal__highlighted_1wfxt {
36
36
  background: var(--modal-header-highlight-background);
37
37
  box-shadow: var(--modal-header-highlight-box-shadow);
38
- } .modal__sticky_1xvie {
38
+ } .modal__sticky_1wfxt {
39
39
  position: sticky;
40
40
  z-index: 1
41
- } .modal__sticky_1xvie.modal__hasContent_1xvie {
41
+ } .modal__sticky_1wfxt.modal__hasContent_1wfxt {
42
42
  background: var(--modal-header-background);
43
43
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1arcc */
1
+ /* hash: 11iv2 */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -38,11 +38,11 @@
38
38
 
39
39
  /* paddings */
40
40
  --modal-header-mobile-paddings: var(--gap-2xs) var(--gap-xs);
41
- } .modal__header_17ncj {
41
+ } .modal__header_wqsu4 {
42
42
  padding: var(--modal-header-mobile-paddings);
43
- } .modal__sticky_17ncj {
43
+ } .modal__sticky_wqsu4 {
44
44
  top: 0;
45
- } .modal__content_17ncj {
45
+ } .modal__content_wqsu4 {
46
46
  font-size: var(--modal-header-mobile-font-size);
47
47
  line-height: var(--modal-header-mobile-line-height);
48
48
  font-family: var(--modal-header-mobile-font-family);
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var tslib = require('tslib');
4
6
  var React = require('react');
5
7
  var coreComponentsNavigationBar = require('@alfalab/core-components-navigation-bar/cssm');
package/cssm/Component.js CHANGED
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var tslib = require('tslib');
4
6
  var React = require('react');
5
7
  var mergeRefs = require('react-merge-refs');
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var tslib = require('tslib');
4
6
  var React = require('react');
5
7
  var coreComponentsNavigationBar = require('@alfalab/core-components-navigation-bar/cssm');
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var tslib = require('tslib');
4
6
  var React = require('react');
5
7
  var coreComponentsNavigationBar = require('@alfalab/core-components-navigation-bar/cssm');
package/cssm/Context.js CHANGED
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var coreComponentsBaseModal = require('@alfalab/core-components-base-modal/cssm');
4
6
 
5
7
  var ModalContext = coreComponentsBaseModal.BaseModalContext;
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var React = require('react');
4
6
 
5
7
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var React = require('react');
4
6
  var cn = require('classnames');
5
7
  var Context = require('../../Context.js');
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var React = require('react');
4
6
  var cn = require('classnames');
5
7
  var Context = require('../../Context.js');
@@ -1,7 +1,7 @@
1
1
  :root {
2
2
  } /* deprecated */ :root {
3
3
  --color-light-bg-primary: #fff;
4
- --color-light-border-secondary: #e7e9eb; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
+ --color-light-border-secondary: #e9e9eb; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
5
5
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
6
6
  } :root {
7
7
  } :root {
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var tslib = require('tslib');
4
6
  var React = require('react');
5
7
  var cn = require('classnames');