@alfalab/core-components-modal 9.2.1 → 9.2.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 (64) hide show
  1. package/Component.js +3 -3
  2. package/components/content/Component.js +3 -3
  3. package/components/content/desktop.css +7 -7
  4. package/components/content/index.css +4 -4
  5. package/components/content/mobile.css +3 -3
  6. package/components/controls/Component.js +2 -2
  7. package/components/controls/index.css +2 -2
  8. package/components/footer/Component.js +4 -4
  9. package/components/footer/desktop.css +9 -9
  10. package/components/footer/index.css +4 -4
  11. package/components/footer/layout.css +17 -17
  12. package/components/footer/mobile.css +3 -3
  13. package/components/header/Component.js +3 -3
  14. package/components/header/desktop.css +15 -15
  15. package/components/header/index.css +4 -4
  16. package/components/header/mobile.css +4 -4
  17. package/desktop/desktop.css +9 -9
  18. package/esm/Component.js +3 -3
  19. package/esm/components/content/Component.js +3 -3
  20. package/esm/components/content/desktop.css +7 -7
  21. package/esm/components/content/index.css +4 -4
  22. package/esm/components/content/mobile.css +3 -3
  23. package/esm/components/controls/Component.js +2 -2
  24. package/esm/components/controls/index.css +2 -2
  25. package/esm/components/footer/Component.js +4 -4
  26. package/esm/components/footer/desktop.css +9 -9
  27. package/esm/components/footer/index.css +4 -4
  28. package/esm/components/footer/layout.css +17 -17
  29. package/esm/components/footer/mobile.css +3 -3
  30. package/esm/components/header/Component.js +3 -3
  31. package/esm/components/header/desktop.css +15 -15
  32. package/esm/components/header/index.css +4 -4
  33. package/esm/components/header/mobile.css +4 -4
  34. package/esm/desktop/desktop.css +9 -9
  35. package/esm/layout.module-0d852bca.js +4 -0
  36. package/esm/mobile/mobile.css +2 -2
  37. package/esm/transitions.css +8 -8
  38. package/layout.module-21892b57.js +6 -0
  39. package/mobile/mobile.css +2 -2
  40. package/modern/Component.js +3 -3
  41. package/modern/components/content/Component.js +3 -3
  42. package/modern/components/content/desktop.css +7 -7
  43. package/modern/components/content/index.css +4 -4
  44. package/modern/components/content/mobile.css +3 -3
  45. package/modern/components/controls/Component.js +2 -2
  46. package/modern/components/controls/index.css +2 -2
  47. package/modern/components/footer/Component.js +4 -4
  48. package/modern/components/footer/desktop.css +9 -9
  49. package/modern/components/footer/index.css +4 -4
  50. package/modern/components/footer/layout.css +17 -17
  51. package/modern/components/footer/mobile.css +3 -3
  52. package/modern/components/header/Component.js +3 -3
  53. package/modern/components/header/desktop.css +15 -15
  54. package/modern/components/header/index.css +4 -4
  55. package/modern/components/header/mobile.css +4 -4
  56. package/modern/desktop/desktop.css +9 -9
  57. package/modern/layout.module-891f3a35.js +4 -0
  58. package/modern/mobile/mobile.css +2 -2
  59. package/modern/transitions.css +8 -8
  60. package/package.json +2 -2
  61. package/transitions.css +8 -8
  62. package/esm/layout.module-a1fa9754.js +0 -4
  63. package/layout.module-fe843796.js +0 -6
  64. package/modern/layout.module-6ffd48ba.js +0 -4
package/Component.js CHANGED
@@ -16,13 +16,13 @@ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
16
16
  var mergeRefs__default = /*#__PURE__*/_interopDefaultCompat(mergeRefs);
17
17
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
18
18
 
19
- var desktopStyles = {"wrapper":"modal__wrapper_ll7xa","component":"modal__component_ll7xa","fullscreen":"modal__fullscreen_ll7xa","size-500":"modal__size-500_ll7xa","size-600":"modal__size-600_ll7xa","size-800":"modal__size-800_ll7xa","size-1140":"modal__size-1140_ll7xa"};
19
+ var desktopStyles = {"wrapper":"modal__wrapper_dz9e1","component":"modal__component_dz9e1","fullscreen":"modal__fullscreen_dz9e1","size-500":"modal__size-500_dz9e1","size-600":"modal__size-600_dz9e1","size-800":"modal__size-800_dz9e1","size-1140":"modal__size-1140_dz9e1"};
20
20
  require('./desktop/desktop.css')
21
21
 
22
- var mobileStyles = {"component":"modal__component_1rwpn"};
22
+ var mobileStyles = {"component":"modal__component_jbglk"};
23
23
  require('./mobile/mobile.css')
24
24
 
25
- var transitions = {"appear":"modal__appear_f0ejj","enter":"modal__enter_f0ejj","appearActive":"modal__appearActive_f0ejj","enterActive":"modal__enterActive_f0ejj","exit":"modal__exit_f0ejj","exitActive":"modal__exitActive_f0ejj","exitDone":"modal__exitDone_f0ejj"};
25
+ var transitions = {"appear":"modal__appear_1rrwr","enter":"modal__enter_1rrwr","appearActive":"modal__appearActive_1rrwr","enterActive":"modal__enterActive_1rrwr","exit":"modal__exit_1rrwr","exitActive":"modal__exitActive_1rrwr","exitDone":"modal__exitDone_1rrwr"};
26
26
  require('./transitions.css')
27
27
 
28
28
  var Modal = React.forwardRef(function (_a, ref) {
@@ -14,13 +14,13 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
14
14
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
15
15
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
16
16
 
17
- var desktopStyles = {"size-500":"modal__size-500_sl27z","size-600":"modal__size-600_sl27z","size-800":"modal__size-800_sl27z","size-1140":"modal__size-1140_sl27z","fullscreen":"modal__fullscreen_sl27z"};
17
+ var desktopStyles = {"size-500":"modal__size-500_e9lyv","size-600":"modal__size-600_e9lyv","size-800":"modal__size-800_e9lyv","size-1140":"modal__size-1140_e9lyv","fullscreen":"modal__fullscreen_e9lyv"};
18
18
  require('./desktop.css')
19
19
 
20
- var styles = {"content":"modal__content_1jwk6","withHeader":"modal__withHeader_1jwk6","flex":"modal__flex_1jwk6"};
20
+ var styles = {"content":"modal__content_751ye","withHeader":"modal__withHeader_751ye","flex":"modal__flex_751ye"};
21
21
  require('./index.css')
22
22
 
23
- var mobileStyles = {"content":"modal__content_1um7s"};
23
+ var mobileStyles = {"content":"modal__content_iubwl"};
24
24
  require('./mobile.css')
25
25
 
26
26
  var Content = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: vugqw */
1
+ /* hash: 5yobm */
2
2
  :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 */ /* 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 */
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__size-500_sl27z,
34
- .modal__size-600_sl27z,
35
- .modal__size-800_sl27z,
36
- .modal__size-1140_sl27z,
37
- .modal__fullscreen_sl27z {
33
+ } .modal__size-500_e9lyv,
34
+ .modal__size-600_e9lyv,
35
+ .modal__size-800_e9lyv,
36
+ .modal__size-1140_e9lyv,
37
+ .modal__fullscreen_e9lyv {
38
38
  padding: var(--modal-s-content-paddings)
39
- } .modal__size-500_sl27z:last-child, .modal__size-600_sl27z:last-child, .modal__size-800_sl27z:last-child, .modal__size-1140_sl27z:last-child, .modal__fullscreen_sl27z:last-child {
39
+ } .modal__size-500_e9lyv:last-child, .modal__size-600_e9lyv:last-child, .modal__size-800_e9lyv:last-child, .modal__size-1140_e9lyv:last-child, .modal__fullscreen_e9lyv:last-child {
40
40
  padding-bottom: var(--modal-s-content-only-bottom-padding);
41
41
  }
@@ -1,4 +1,4 @@
1
- /* hash: e2lwo */
1
+ /* hash: 1n7xj */
2
2
  :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 */ /* 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 */
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_1jwk6 {
30
+ } .modal__content_751ye {
31
31
  position: relative;
32
32
  box-sizing: border-box;
33
33
  width: 100%;
34
34
  z-index: 0
35
- } .modal__content_1jwk6.modal__withHeader_1jwk6 {
35
+ } .modal__content_751ye.modal__withHeader_751ye {
36
36
  padding-top: 0;
37
- } .modal__flex_1jwk6 {
37
+ } .modal__flex_751ye {
38
38
  flex: 1;
39
39
  }
@@ -1,4 +1,4 @@
1
- /* hash: zm859 */
1
+ /* hash: q3v9d */
2
2
  :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 */ /* 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 */
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_1um7s {
31
+ } .modal__content_iubwl {
32
32
  padding: var(--gap-m) var(--gap-m) 0
33
- } .modal__content_1um7s:last-child {
33
+ } .modal__content_iubwl:last-child {
34
34
  padding-bottom: var(--gap-m);
35
35
  }
@@ -6,14 +6,14 @@ var React = require('react');
6
6
  var cn = require('classnames');
7
7
  var coreComponentsShared = require('@alfalab/core-components-shared');
8
8
  var ResponsiveContext = require('../../ResponsiveContext.js');
9
- var layout_module = require('../../layout.module-fe843796.js');
9
+ var layout_module = require('../../layout.module-21892b57.js');
10
10
 
11
11
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
12
12
 
13
13
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
14
14
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
15
15
 
16
- var styles = {"component":"modal__component_1ds60"};
16
+ var styles = {"component":"modal__component_1d0ol"};
17
17
  require('./index.css')
18
18
 
19
19
  var Controls = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1fdy2 */
2
- .modal__component_1ds60 {
1
+ /* hash: 130e9 */
2
+ .modal__component_1d0ol {
3
3
  width: 100%;
4
4
  }
@@ -8,20 +8,20 @@ var coreComponentsShared = require('@alfalab/core-components-shared');
8
8
  var consts = require('../../consts.js');
9
9
  var Context = require('../../Context.js');
10
10
  var ResponsiveContext = require('../../ResponsiveContext.js');
11
- var layout_module = require('../../layout.module-fe843796.js');
11
+ var layout_module = require('../../layout.module-21892b57.js');
12
12
 
13
13
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
14
14
 
15
15
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
16
16
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
17
17
 
18
- var desktopStyles = {"footer":"modal__footer_bpxdf","sticky":"modal__sticky_bpxdf","fullscreen":"modal__fullscreen_bpxdf","size-500":"modal__size-500_bpxdf","size-600":"modal__size-600_bpxdf","size-800":"modal__size-800_bpxdf","size-1140":"modal__size-1140_bpxdf"};
18
+ var desktopStyles = {"footer":"modal__footer_hl2rw","sticky":"modal__sticky_hl2rw","fullscreen":"modal__fullscreen_hl2rw","size-500":"modal__size-500_hl2rw","size-600":"modal__size-600_hl2rw","size-800":"modal__size-800_hl2rw","size-1140":"modal__size-1140_hl2rw"};
19
19
  require('./desktop.css')
20
20
 
21
- var styles = {"footer":"modal__footer_1gklo","sticky":"modal__sticky_1gklo","highlighted":"modal__highlighted_1gklo"};
21
+ var styles = {"footer":"modal__footer_7zcnj","sticky":"modal__sticky_7zcnj","highlighted":"modal__highlighted_7zcnj"};
22
22
  require('./index.css')
23
23
 
24
- var mobileStyles = {"footer":"modal__footer_gz7y4","sticky":"modal__sticky_gz7y4"};
24
+ var mobileStyles = {"footer":"modal__footer_57087","sticky":"modal__sticky_57087"};
25
25
  require('./mobile.css')
26
26
 
27
27
  var Footer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1nd48 */
1
+ /* hash: 3nxth */
2
2
  :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 */ /* 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 */
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_bpxdf {
36
+ } .modal__footer_hl2rw {
37
37
  border-bottom-left-radius: var(--modal-border-radius);
38
38
  border-bottom-right-radius: var(--modal-border-radius);
39
- } .modal__sticky_bpxdf {
39
+ } .modal__sticky_hl2rw {
40
40
  bottom: calc(var(--modal-vertical-padding) * -1)
41
- } .modal__sticky_bpxdf.modal__fullscreen_bpxdf {
41
+ } .modal__sticky_hl2rw.modal__fullscreen_hl2rw {
42
42
  bottom: 0;
43
- } .modal__size-500_bpxdf,
44
- .modal__size-600_bpxdf,
45
- .modal__size-800_bpxdf,
46
- .modal__size-1140_bpxdf,
47
- .modal__fullscreen_bpxdf {
43
+ } .modal__size-500_hl2rw,
44
+ .modal__size-600_hl2rw,
45
+ .modal__size-800_hl2rw,
46
+ .modal__size-1140_hl2rw,
47
+ .modal__fullscreen_hl2rw {
48
48
  padding: var(--modal-s-footer-paddings);
49
49
  }
@@ -1,4 +1,4 @@
1
- /* hash: 868an */
1
+ /* hash: ni5xu */
2
2
  :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 */ /* 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 */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-modal-bg-primary: #fff;
@@ -32,14 +32,14 @@
32
32
  /* mobile */
33
33
 
34
34
  /* paddings */
35
- } .modal__footer_1gklo {
35
+ } .modal__footer_7zcnj {
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_1gklo {
39
+ } .modal__sticky_7zcnj {
40
40
  background: var(--modal-footer-background);
41
41
  position: sticky;
42
- } .modal__highlighted_1gklo {
42
+ } .modal__highlighted_7zcnj {
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: d23cf */
1
+ /* hash: fozqj */
2
2
  :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 */ /* 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 */
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,35 +31,35 @@
31
31
  /* mobile */
32
32
 
33
33
  /* paddings */
34
- } .modal__column_17txo {
34
+ } .modal__column_1dp32 {
35
35
  display: flex;
36
36
  flex-direction: column
37
- } .modal__column_17txo > *:not(:last-child):not(:only-child) {
37
+ } .modal__column_1dp32 > *:not(:last-child):not(:only-child) {
38
38
  margin-bottom: var(--modal-footer-default-gap);
39
- } .modal__column_17txo.modal__gap-16_17txo > *:not(:last-child):not(:only-child) {
39
+ } .modal__column_1dp32.modal__gap-16_1dp32 > *:not(:last-child):not(:only-child) {
40
40
  margin-bottom: var(--gap-m);
41
- } .modal__column_17txo.modal__gap-24_17txo > *:not(:last-child):not(:only-child) {
41
+ } .modal__column_1dp32.modal__gap-24_1dp32 > *:not(:last-child):not(:only-child) {
42
42
  margin-bottom: var(--gap-xl);
43
- } .modal__column_17txo.modal__gap-32_17txo > *:not(:last-child):not(:only-child) {
43
+ } .modal__column_1dp32.modal__gap-32_1dp32 > *:not(:last-child):not(:only-child) {
44
44
  margin-bottom: var(--gap-2xl);
45
- } .modal__start_17txo {
45
+ } .modal__start_1dp32 {
46
46
  justify-content: flex-start;
47
- } .modal__center_17txo {
47
+ } .modal__center_1dp32 {
48
48
  justify-content: center;
49
- } .modal__space-between_17txo {
49
+ } .modal__space-between_1dp32 {
50
50
  justify-content: space-between
51
- } .modal__space-between_17txo > * {
51
+ } .modal__space-between_1dp32 > * {
52
52
  flex: 1;
53
- } .modal__start_17txo,
54
- .modal__center_17txo,
55
- .modal__space-between_17txo {
53
+ } .modal__start_1dp32,
54
+ .modal__center_1dp32,
55
+ .modal__space-between_1dp32 {
56
56
  display: flex
57
- } .modal__start_17txo > *:not(:last-child):not(:only-child), .modal__center_17txo > *:not(:last-child):not(:only-child), .modal__space-between_17txo > *:not(:last-child):not(:only-child) {
57
+ } .modal__start_1dp32 > *:not(:last-child):not(:only-child), .modal__center_1dp32 > *:not(:last-child):not(:only-child), .modal__space-between_1dp32 > *:not(:last-child):not(:only-child) {
58
58
  margin-right: var(--modal-footer-default-gap);
59
- } .modal__start_17txo.modal__gap-16_17txo > *:not(:last-child):not(:only-child), .modal__center_17txo.modal__gap-16_17txo > *:not(:last-child):not(:only-child), .modal__space-between_17txo.modal__gap-16_17txo > *:not(:last-child):not(:only-child) {
59
+ } .modal__start_1dp32.modal__gap-16_1dp32 > *:not(:last-child):not(:only-child), .modal__center_1dp32.modal__gap-16_1dp32 > *:not(:last-child):not(:only-child), .modal__space-between_1dp32.modal__gap-16_1dp32 > *:not(:last-child):not(:only-child) {
60
60
  margin-right: var(--gap-m);
61
- } .modal__start_17txo.modal__gap-24_17txo > *:not(:last-child):not(:only-child), .modal__center_17txo.modal__gap-24_17txo > *:not(:last-child):not(:only-child), .modal__space-between_17txo.modal__gap-24_17txo > *:not(:last-child):not(:only-child) {
61
+ } .modal__start_1dp32.modal__gap-24_1dp32 > *:not(:last-child):not(:only-child), .modal__center_1dp32.modal__gap-24_1dp32 > *:not(:last-child):not(:only-child), .modal__space-between_1dp32.modal__gap-24_1dp32 > *:not(:last-child):not(:only-child) {
62
62
  margin-right: var(--gap-xl);
63
- } .modal__start_17txo.modal__gap-32_17txo > *:not(:last-child):not(:only-child), .modal__center_17txo.modal__gap-32_17txo > *:not(:last-child):not(:only-child), .modal__space-between_17txo.modal__gap-32_17txo > *:not(:last-child):not(:only-child) {
63
+ } .modal__start_1dp32.modal__gap-32_1dp32 > *:not(:last-child):not(:only-child), .modal__center_1dp32.modal__gap-32_1dp32 > *:not(:last-child):not(:only-child), .modal__space-between_1dp32.modal__gap-32_1dp32 > *:not(:last-child):not(:only-child) {
64
64
  margin-right: var(--gap-2xl);
65
65
  }
@@ -1,4 +1,4 @@
1
- /* hash: xzavo */
1
+ /* hash: 1acup */
2
2
  :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 */ /* 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 */
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_gz7y4 {
31
+ } .modal__footer_57087 {
32
32
  padding: var(--gap-m);
33
- } .modal__sticky_gz7y4 {
33
+ } .modal__sticky_57087 {
34
34
  bottom: 0;
35
35
  }
@@ -16,13 +16,13 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
16
16
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
17
17
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
18
18
 
19
- var desktopStyles = {"header":"modal__header_glgro","content":"modal__content_glgro","size-500":"modal__size-500_glgro","size-600":"modal__size-600_glgro","size-800":"modal__size-800_glgro","size-1140":"modal__size-1140_glgro","fullscreen":"modal__fullscreen_glgro","sticky":"modal__sticky_glgro"};
19
+ var desktopStyles = {"header":"modal__header_mgm65","content":"modal__content_mgm65","size-500":"modal__size-500_mgm65","size-600":"modal__size-600_mgm65","size-800":"modal__size-800_mgm65","size-1140":"modal__size-1140_mgm65","fullscreen":"modal__fullscreen_mgm65","sticky":"modal__sticky_mgm65"};
20
20
  require('./desktop.css')
21
21
 
22
- var styles = {"highlighted":"modal__highlighted_1x2s2","sticky":"modal__sticky_1x2s2","hasContent":"modal__hasContent_1x2s2"};
22
+ var styles = {"highlighted":"modal__highlighted_scxsm","sticky":"modal__sticky_scxsm","hasContent":"modal__hasContent_scxsm"};
23
23
  require('./index.css')
24
24
 
25
- var mobileStyles = {"header":"modal__header_1h7m4","sticky":"modal__sticky_1h7m4","content":"modal__content_1h7m4"};
25
+ var mobileStyles = {"header":"modal__header_1hz3j","sticky":"modal__sticky_1hz3j","content":"modal__content_1hz3j"};
26
26
  require('./mobile.css')
27
27
 
28
28
  var Header = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 19ose */
1
+ /* hash: 15owo */
2
2
  :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 */ /* 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 */
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_glgro {
47
+ } .modal__header_mgm65 {
48
48
  border-top-left-radius: var(--modal-border-radius);
49
49
  border-top-right-radius: var(--modal-border-radius);
50
- } .modal__content_glgro {
50
+ } .modal__content_mgm65 {
51
51
  font-weight: var(--modal-header-desktop-font-weight);
52
52
  font-family: var(--modal-header-desktop-font-family);
53
- } .modal__size-500_glgro .modal__content_glgro,
54
- .modal__size-600_glgro .modal__content_glgro {
53
+ } .modal__size-500_mgm65 .modal__content_mgm65,
54
+ .modal__size-600_mgm65 .modal__content_mgm65 {
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__size-800_glgro .modal__content_glgro,
59
- .modal__size-1140_glgro .modal__content_glgro,
60
- .modal__fullscreen_glgro .modal__content_glgro {
58
+ } .modal__size-800_mgm65 .modal__content_mgm65,
59
+ .modal__size-1140_mgm65 .modal__content_mgm65,
60
+ .modal__fullscreen_mgm65 .modal__content_mgm65 {
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__size-500_glgro,
65
- .modal__size-600_glgro,
66
- .modal__size-800_glgro,
67
- .modal__size-1140_glgro,
68
- .modal__fullscreen_glgro {
64
+ } .modal__size-500_mgm65,
65
+ .modal__size-600_mgm65,
66
+ .modal__size-800_mgm65,
67
+ .modal__size-1140_mgm65,
68
+ .modal__fullscreen_mgm65 {
69
69
  padding: var(--modal-s-header-paddings);
70
- } .modal__sticky_glgro {
70
+ } .modal__sticky_mgm65 {
71
71
  top: calc(var(--modal-vertical-padding) * -1)
72
- } .modal__sticky_glgro.modal__fullscreen_glgro {
72
+ } .modal__sticky_mgm65.modal__fullscreen_mgm65 {
73
73
  top: 0;
74
74
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1xpql */
1
+ /* hash: 1tpuv */
2
2
  :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 */ /* 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 */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-modal-bg-primary: #fff;
@@ -32,12 +32,12 @@
32
32
  /* mobile */
33
33
 
34
34
  /* paddings */
35
- } .modal__highlighted_1x2s2 {
35
+ } .modal__highlighted_scxsm {
36
36
  background: var(--modal-header-highlight-background);
37
37
  box-shadow: var(--modal-header-highlight-box-shadow);
38
- } .modal__sticky_1x2s2 {
38
+ } .modal__sticky_scxsm {
39
39
  position: sticky;
40
40
  z-index: 1
41
- } .modal__sticky_1x2s2.modal__hasContent_1x2s2 {
41
+ } .modal__sticky_scxsm.modal__hasContent_scxsm {
42
42
  background: var(--modal-header-background);
43
43
  }
@@ -1,4 +1,4 @@
1
- /* hash: jjc83 */
1
+ /* hash: vww1p */
2
2
  :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 */ /* 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 */
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_1h7m4 {
41
+ } .modal__header_1hz3j {
42
42
  padding: var(--modal-header-mobile-paddings);
43
- } .modal__sticky_1h7m4 {
43
+ } .modal__sticky_1hz3j {
44
44
  top: 0;
45
- } .modal__content_1h7m4 {
45
+ } .modal__content_1hz3j {
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,4 +1,4 @@
1
- /* hash: 27c4s */
1
+ /* hash: 1rq3a */
2
2
  :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 */ /* 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 */
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 */
@@ -35,25 +35,25 @@
35
35
  /* mobile */
36
36
 
37
37
  /* paddings */
38
- } .modal__wrapper_ll7xa {
38
+ } .modal__wrapper_dz9e1 {
39
39
  padding-top: var(--modal-vertical-padding);
40
40
  padding-bottom: var(--modal-vertical-padding);
41
- } .modal__component_ll7xa {
41
+ } .modal__component_dz9e1 {
42
42
  width: 100%;
43
43
  max-width: 100%;
44
44
  border-radius: var(--modal-border-radius);
45
- } .modal__fullscreen_ll7xa {
45
+ } .modal__fullscreen_dz9e1 {
46
46
  padding-top: 0;
47
47
  padding-bottom: 0
48
- } .modal__fullscreen_ll7xa .modal__component_ll7xa {
48
+ } .modal__fullscreen_dz9e1 .modal__component_dz9e1 {
49
49
  flex: 1;
50
50
  border-radius: 0;
51
- } .modal__size-500_ll7xa {
51
+ } .modal__size-500_dz9e1 {
52
52
  width: var(--modal-s-width);
53
- } .modal__size-600_ll7xa {
53
+ } .modal__size-600_dz9e1 {
54
54
  width: var(--modal-m-width);
55
- } .modal__size-800_ll7xa {
55
+ } .modal__size-800_dz9e1 {
56
56
  width: var(--modal-l-width);
57
- } .modal__size-1140_ll7xa {
57
+ } .modal__size-1140_dz9e1 {
58
58
  width: var(--modal-xl-width);
59
59
  }
package/esm/Component.js CHANGED
@@ -6,13 +6,13 @@ import { BaseModal } from '@alfalab/core-components-base-modal/esm';
6
6
  import { SIZE_TO_CLASSNAME_MAP } from './consts.js';
7
7
  import { ResponsiveContext } from './ResponsiveContext.js';
8
8
 
9
- var desktopStyles = {"wrapper":"modal__wrapper_ll7xa","component":"modal__component_ll7xa","fullscreen":"modal__fullscreen_ll7xa","size-500":"modal__size-500_ll7xa","size-600":"modal__size-600_ll7xa","size-800":"modal__size-800_ll7xa","size-1140":"modal__size-1140_ll7xa"};
9
+ var desktopStyles = {"wrapper":"modal__wrapper_dz9e1","component":"modal__component_dz9e1","fullscreen":"modal__fullscreen_dz9e1","size-500":"modal__size-500_dz9e1","size-600":"modal__size-600_dz9e1","size-800":"modal__size-800_dz9e1","size-1140":"modal__size-1140_dz9e1"};
10
10
  require('./desktop/desktop.css')
11
11
 
12
- var mobileStyles = {"component":"modal__component_1rwpn"};
12
+ var mobileStyles = {"component":"modal__component_jbglk"};
13
13
  require('./mobile/mobile.css')
14
14
 
15
- var transitions = {"appear":"modal__appear_f0ejj","enter":"modal__enter_f0ejj","appearActive":"modal__appearActive_f0ejj","enterActive":"modal__enterActive_f0ejj","exit":"modal__exit_f0ejj","exitActive":"modal__exitActive_f0ejj","exitDone":"modal__exitDone_f0ejj"};
15
+ var transitions = {"appear":"modal__appear_1rrwr","enter":"modal__enter_1rrwr","appearActive":"modal__appearActive_1rrwr","enterActive":"modal__enterActive_1rrwr","exit":"modal__exit_1rrwr","exitActive":"modal__exitActive_1rrwr","exitDone":"modal__exitDone_1rrwr"};
16
16
  require('./transitions.css')
17
17
 
18
18
  var Modal = forwardRef(function (_a, ref) {
@@ -5,13 +5,13 @@ import { SIZE_TO_CLASSNAME_MAP } from '../../consts.js';
5
5
  import { ModalContext } from '../../Context.js';
6
6
  import { ResponsiveContext } from '../../ResponsiveContext.js';
7
7
 
8
- var desktopStyles = {"size-500":"modal__size-500_sl27z","size-600":"modal__size-600_sl27z","size-800":"modal__size-800_sl27z","size-1140":"modal__size-1140_sl27z","fullscreen":"modal__fullscreen_sl27z"};
8
+ var desktopStyles = {"size-500":"modal__size-500_e9lyv","size-600":"modal__size-600_e9lyv","size-800":"modal__size-800_e9lyv","size-1140":"modal__size-1140_e9lyv","fullscreen":"modal__fullscreen_e9lyv"};
9
9
  require('./desktop.css')
10
10
 
11
- var styles = {"content":"modal__content_1jwk6","withHeader":"modal__withHeader_1jwk6","flex":"modal__flex_1jwk6"};
11
+ var styles = {"content":"modal__content_751ye","withHeader":"modal__withHeader_751ye","flex":"modal__flex_751ye"};
12
12
  require('./index.css')
13
13
 
14
- var mobileStyles = {"content":"modal__content_1um7s"};
14
+ var mobileStyles = {"content":"modal__content_iubwl"};
15
15
  require('./mobile.css')
16
16
 
17
17
  var Content = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: vugqw */
1
+ /* hash: 5yobm */
2
2
  :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 */ /* 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 */
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__size-500_sl27z,
34
- .modal__size-600_sl27z,
35
- .modal__size-800_sl27z,
36
- .modal__size-1140_sl27z,
37
- .modal__fullscreen_sl27z {
33
+ } .modal__size-500_e9lyv,
34
+ .modal__size-600_e9lyv,
35
+ .modal__size-800_e9lyv,
36
+ .modal__size-1140_e9lyv,
37
+ .modal__fullscreen_e9lyv {
38
38
  padding: var(--modal-s-content-paddings)
39
- } .modal__size-500_sl27z:last-child, .modal__size-600_sl27z:last-child, .modal__size-800_sl27z:last-child, .modal__size-1140_sl27z:last-child, .modal__fullscreen_sl27z:last-child {
39
+ } .modal__size-500_e9lyv:last-child, .modal__size-600_e9lyv:last-child, .modal__size-800_e9lyv:last-child, .modal__size-1140_e9lyv:last-child, .modal__fullscreen_e9lyv:last-child {
40
40
  padding-bottom: var(--modal-s-content-only-bottom-padding);
41
41
  }