@alfalab/core-components-modal 8.0.3 → 8.0.4

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 (52) 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/footer/Component.js +4 -4
  7. package/components/footer/desktop.css +9 -9
  8. package/components/footer/index.css +4 -4
  9. package/components/footer/layout.css +29 -29
  10. package/components/footer/mobile.css +3 -3
  11. package/components/header/Component.js +3 -3
  12. package/components/header/desktop.css +15 -15
  13. package/components/header/index.css +4 -4
  14. package/components/header/mobile.css +4 -4
  15. package/desktop.css +9 -9
  16. package/esm/Component.js +3 -3
  17. package/esm/components/content/Component.js +3 -3
  18. package/esm/components/content/desktop.css +7 -7
  19. package/esm/components/content/index.css +4 -4
  20. package/esm/components/content/mobile.css +3 -3
  21. package/esm/components/footer/Component.js +4 -4
  22. package/esm/components/footer/desktop.css +9 -9
  23. package/esm/components/footer/index.css +4 -4
  24. package/esm/components/footer/layout.css +29 -29
  25. package/esm/components/footer/mobile.css +3 -3
  26. package/esm/components/header/Component.js +3 -3
  27. package/esm/components/header/desktop.css +15 -15
  28. package/esm/components/header/index.css +4 -4
  29. package/esm/components/header/mobile.css +4 -4
  30. package/esm/desktop.css +9 -9
  31. package/esm/mobile.css +2 -2
  32. package/esm/transitions.css +8 -8
  33. package/mobile.css +2 -2
  34. package/modern/Component.js +3 -3
  35. package/modern/components/content/Component.js +3 -3
  36. package/modern/components/content/desktop.css +7 -7
  37. package/modern/components/content/index.css +4 -4
  38. package/modern/components/content/mobile.css +3 -3
  39. package/modern/components/footer/Component.js +4 -4
  40. package/modern/components/footer/desktop.css +9 -9
  41. package/modern/components/footer/index.css +4 -4
  42. package/modern/components/footer/layout.css +29 -29
  43. package/modern/components/footer/mobile.css +3 -3
  44. package/modern/components/header/Component.js +3 -3
  45. package/modern/components/header/desktop.css +15 -15
  46. package/modern/components/header/index.css +4 -4
  47. package/modern/components/header/mobile.css +4 -4
  48. package/modern/desktop.css +9 -9
  49. package/modern/mobile.css +2 -2
  50. package/modern/transitions.css +8 -8
  51. package/package.json +2 -2
  52. package/transitions.css +8 -8
package/Component.js CHANGED
@@ -15,13 +15,13 @@ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
15
15
  var mergeRefs__default = /*#__PURE__*/_interopDefaultCompat(mergeRefs);
16
16
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
17
17
 
18
- var desktopStyles = {"wrapper":"modal__wrapper_1riq6","component":"modal__component_1riq6","fullscreen":"modal__fullscreen_1riq6","s":"modal__s_1riq6","m":"modal__m_1riq6","l":"modal__l_1riq6","xl":"modal__xl_1riq6"};
18
+ var desktopStyles = {"wrapper":"modal__wrapper_1lj1r","component":"modal__component_1lj1r","fullscreen":"modal__fullscreen_1lj1r","s":"modal__s_1lj1r","m":"modal__m_1lj1r","l":"modal__l_1lj1r","xl":"modal__xl_1lj1r"};
19
19
  require('./desktop.css')
20
20
 
21
- var mobileStyles = {"component":"modal__component_yvgtp"};
21
+ var mobileStyles = {"component":"modal__component_uu422"};
22
22
  require('./mobile.css')
23
23
 
24
- var transitions = {"appear":"modal__appear_4sc2c","enter":"modal__enter_4sc2c","appearActive":"modal__appearActive_4sc2c","enterActive":"modal__enterActive_4sc2c","exit":"modal__exit_4sc2c","exitActive":"modal__exitActive_4sc2c","exitDone":"modal__exitDone_4sc2c"};
24
+ var transitions = {"appear":"modal__appear_1b1k6","enter":"modal__enter_1b1k6","appearActive":"modal__appearActive_1b1k6","enterActive":"modal__enterActive_1b1k6","exit":"modal__exit_1b1k6","exitActive":"modal__exitActive_1b1k6","exitDone":"modal__exitDone_1b1k6"};
25
25
  require('./transitions.css')
26
26
 
27
27
  var Modal = React.forwardRef(function (_a, ref) {
@@ -13,13 +13,13 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
13
13
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
14
14
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
15
15
 
16
- var desktopStyles = {"s":"modal__s_1pgr3","m":"modal__m_1pgr3","l":"modal__l_1pgr3","xl":"modal__xl_1pgr3","fullscreen":"modal__fullscreen_1pgr3"};
16
+ var desktopStyles = {"s":"modal__s_1ti3u","m":"modal__m_1ti3u","l":"modal__l_1ti3u","xl":"modal__xl_1ti3u","fullscreen":"modal__fullscreen_1ti3u"};
17
17
  require('./desktop.css')
18
18
 
19
- var styles = {"content":"modal__content_1u4mn","withHeader":"modal__withHeader_1u4mn","flex":"modal__flex_1u4mn"};
19
+ var styles = {"content":"modal__content_nvejj","withHeader":"modal__withHeader_nvejj","flex":"modal__flex_nvejj"};
20
20
  require('./index.css')
21
21
 
22
- var mobileStyles = {"content":"modal__content_1fa6a"};
22
+ var mobileStyles = {"content":"modal__content_2n72d"};
23
23
  require('./mobile.css')
24
24
 
25
25
  var Content = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 6gi2m */
1
+ /* hash: u63tp */
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_1pgr3,
34
- .modal__m_1pgr3,
35
- .modal__l_1pgr3,
36
- .modal__xl_1pgr3,
37
- .modal__fullscreen_1pgr3 {
33
+ } .modal__s_1ti3u,
34
+ .modal__m_1ti3u,
35
+ .modal__l_1ti3u,
36
+ .modal__xl_1ti3u,
37
+ .modal__fullscreen_1ti3u {
38
38
  padding: var(--modal-s-content-paddings)
39
- } .modal__s_1pgr3:last-child, .modal__m_1pgr3:last-child, .modal__l_1pgr3:last-child, .modal__xl_1pgr3:last-child, .modal__fullscreen_1pgr3:last-child {
39
+ } .modal__s_1ti3u:last-child, .modal__m_1ti3u:last-child, .modal__l_1ti3u:last-child, .modal__xl_1ti3u:last-child, .modal__fullscreen_1ti3u:last-child {
40
40
  padding-bottom: var(--modal-s-content-only-bottom-padding);
41
41
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1npra */
1
+ /* hash: ce8zh */
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_1u4mn {
30
+ } .modal__content_nvejj {
31
31
  position: relative;
32
32
  box-sizing: border-box;
33
33
  width: 100%;
34
34
  z-index: 0
35
- } .modal__content_1u4mn.modal__withHeader_1u4mn {
35
+ } .modal__content_nvejj.modal__withHeader_nvejj {
36
36
  padding-top: 0;
37
- } .modal__flex_1u4mn {
37
+ } .modal__flex_nvejj {
38
38
  flex: 1;
39
39
  }
@@ -1,4 +1,4 @@
1
- /* hash: 7vrxa */
1
+ /* hash: 1j0un */
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_1fa6a {
31
+ } .modal__content_2n72d {
32
32
  padding: var(--gap-m) var(--gap-m) 0
33
- } .modal__content_1fa6a:last-child {
33
+ } .modal__content_2n72d:last-child {
34
34
  padding-bottom: var(--gap-m);
35
35
  }
@@ -13,16 +13,16 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
13
13
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
14
14
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
15
15
 
16
- var desktopStyles = {"footer":"modal__footer_k94xq","sticky":"modal__sticky_k94xq","fullscreen":"modal__fullscreen_k94xq","s":"modal__s_k94xq","m":"modal__m_k94xq","l":"modal__l_k94xq","xl":"modal__xl_k94xq"};
16
+ var desktopStyles = {"footer":"modal__footer_1epvs","sticky":"modal__sticky_1epvs","fullscreen":"modal__fullscreen_1epvs","s":"modal__s_1epvs","m":"modal__m_1epvs","l":"modal__l_1epvs","xl":"modal__xl_1epvs"};
17
17
  require('./desktop.css')
18
18
 
19
- var styles = {"footer":"modal__footer_cqblf","sticky":"modal__sticky_cqblf","highlighted":"modal__highlighted_cqblf"};
19
+ var styles = {"footer":"modal__footer_igj9y","sticky":"modal__sticky_igj9y","highlighted":"modal__highlighted_igj9y"};
20
20
  require('./index.css')
21
21
 
22
- var layoutStyles = {"column":"modal__column_1gd58","gap-16":"modal__gap-16_1gd58","gap-24":"modal__gap-24_1gd58","gap-32":"modal__gap-32_1gd58","column-mobile":"modal__column-mobile_1gd58","start":"modal__start_1gd58","center":"modal__center_1gd58","space-between":"modal__space-between_1gd58"};
22
+ var layoutStyles = {"column":"modal__column_bss1f","gap-16":"modal__gap-16_bss1f","gap-24":"modal__gap-24_bss1f","gap-32":"modal__gap-32_bss1f","column-mobile":"modal__column-mobile_bss1f","start":"modal__start_bss1f","center":"modal__center_bss1f","space-between":"modal__space-between_bss1f"};
23
23
  require('./layout.css')
24
24
 
25
- var mobileStyles = {"footer":"modal__footer_1uf4i","sticky":"modal__sticky_1uf4i"};
25
+ var mobileStyles = {"footer":"modal__footer_q481v","sticky":"modal__sticky_q481v"};
26
26
  require('./mobile.css')
27
27
 
28
28
  var Footer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 45rkh */
1
+ /* hash: 1lorb */
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_k94xq {
36
+ } .modal__footer_1epvs {
37
37
  border-bottom-left-radius: var(--modal-border-radius);
38
38
  border-bottom-right-radius: var(--modal-border-radius);
39
- } .modal__sticky_k94xq {
39
+ } .modal__sticky_1epvs {
40
40
  bottom: calc(var(--modal-vertical-padding) * -1)
41
- } .modal__sticky_k94xq.modal__fullscreen_k94xq {
41
+ } .modal__sticky_1epvs.modal__fullscreen_1epvs {
42
42
  bottom: 0;
43
- } .modal__s_k94xq,
44
- .modal__m_k94xq,
45
- .modal__l_k94xq,
46
- .modal__xl_k94xq,
47
- .modal__fullscreen_k94xq {
43
+ } .modal__s_1epvs,
44
+ .modal__m_1epvs,
45
+ .modal__l_1epvs,
46
+ .modal__xl_1epvs,
47
+ .modal__fullscreen_1epvs {
48
48
  padding: var(--modal-s-footer-paddings);
49
49
  }
@@ -1,4 +1,4 @@
1
- /* hash: nzzou */
1
+ /* hash: 6hvdg */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-primary: #fff;
@@ -32,14 +32,14 @@
32
32
  /* mobile */
33
33
 
34
34
  /* paddings */
35
- } .modal__footer_cqblf {
35
+ } .modal__footer_igj9y {
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_cqblf {
39
+ } .modal__sticky_igj9y {
40
40
  background: var(--modal-footer-background);
41
41
  position: sticky;
42
- } .modal__highlighted_cqblf {
42
+ } .modal__highlighted_igj9y {
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: g6thj */
1
+ /* hash: 1xpt8 */
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,53 +31,53 @@
31
31
  /* mobile */
32
32
 
33
33
  /* paddings */
34
- } .modal__column_1gd58 {
34
+ } .modal__column_bss1f {
35
35
  display: flex;
36
36
  flex-direction: column
37
- } .modal__column_1gd58 > * {
37
+ } .modal__column_bss1f > * {
38
38
  margin-bottom: var(--modal-footer-default-gap);
39
- } .modal__column_1gd58 > *:last-child,
40
- .modal__column_1gd58 > *:only-child {
39
+ } .modal__column_bss1f > *:last-child,
40
+ .modal__column_bss1f > *:only-child {
41
41
  margin-bottom: 0;
42
- } .modal__column_1gd58.modal__gap-16_1gd58 > * {
42
+ } .modal__column_bss1f.modal__gap-16_bss1f > * {
43
43
  margin-bottom: var(--gap-m);
44
- } .modal__column_1gd58.modal__gap-24_1gd58 > * {
44
+ } .modal__column_bss1f.modal__gap-24_bss1f > * {
45
45
  margin-bottom: var(--gap-xl);
46
- } .modal__column_1gd58.modal__gap-32_1gd58 > * {
46
+ } .modal__column_bss1f.modal__gap-32_bss1f > * {
47
47
  margin-bottom: var(--gap-2xl);
48
- } .modal__column-mobile_1gd58 {
48
+ } .modal__column-mobile_bss1f {
49
49
  flex-direction: column-reverse
50
- } .modal__column-mobile_1gd58 > * {
50
+ } .modal__column-mobile_bss1f > * {
51
51
  margin-bottom: 0;
52
- } .modal__column-mobile_1gd58 > *:last-child {
52
+ } .modal__column-mobile_bss1f > *:last-child {
53
53
  margin-bottom: var(--modal-footer-default-gap);
54
- } .modal__column-mobile_1gd58 > *:only-child {
54
+ } .modal__column-mobile_bss1f > *:only-child {
55
55
  margin-bottom: 0;
56
- } .modal__start_1gd58 {
56
+ } .modal__start_bss1f {
57
57
  justify-content: flex-start;
58
- } .modal__center_1gd58 {
58
+ } .modal__center_bss1f {
59
59
  justify-content: center;
60
- } .modal__space-between_1gd58 {
60
+ } .modal__space-between_bss1f {
61
61
  justify-content: space-between
62
- } .modal__space-between_1gd58 > * {
62
+ } .modal__space-between_bss1f > * {
63
63
  flex: 1;
64
- } .modal__start_1gd58,
65
- .modal__center_1gd58,
66
- .modal__space-between_1gd58 {
64
+ } .modal__start_bss1f,
65
+ .modal__center_bss1f,
66
+ .modal__space-between_bss1f {
67
67
  display: flex
68
- } .modal__start_1gd58 > *, .modal__center_1gd58 > *, .modal__space-between_1gd58 > * {
68
+ } .modal__start_bss1f > *, .modal__center_bss1f > *, .modal__space-between_bss1f > * {
69
69
  margin-right: var(--modal-footer-default-gap);
70
- } .modal__start_1gd58 > *:last-child,
71
- .modal__start_1gd58 > *:only-child,
72
- .modal__center_1gd58 > *:last-child,
73
- .modal__center_1gd58 > *:only-child,
74
- .modal__space-between_1gd58 > *:last-child,
75
- .modal__space-between_1gd58 > *:only-child {
70
+ } .modal__start_bss1f > *:last-child,
71
+ .modal__start_bss1f > *:only-child,
72
+ .modal__center_bss1f > *:last-child,
73
+ .modal__center_bss1f > *:only-child,
74
+ .modal__space-between_bss1f > *:last-child,
75
+ .modal__space-between_bss1f > *:only-child {
76
76
  margin-right: 0;
77
- } .modal__start_1gd58.modal__gap-16_1gd58 > *, .modal__center_1gd58.modal__gap-16_1gd58 > *, .modal__space-between_1gd58.modal__gap-16_1gd58 > * {
77
+ } .modal__start_bss1f.modal__gap-16_bss1f > *, .modal__center_bss1f.modal__gap-16_bss1f > *, .modal__space-between_bss1f.modal__gap-16_bss1f > * {
78
78
  margin-right: var(--gap-m);
79
- } .modal__start_1gd58.modal__gap-24_1gd58 > *, .modal__center_1gd58.modal__gap-24_1gd58 > *, .modal__space-between_1gd58.modal__gap-24_1gd58 > * {
79
+ } .modal__start_bss1f.modal__gap-24_bss1f > *, .modal__center_bss1f.modal__gap-24_bss1f > *, .modal__space-between_bss1f.modal__gap-24_bss1f > * {
80
80
  margin-right: var(--gap-xl);
81
- } .modal__start_1gd58.modal__gap-32_1gd58 > *, .modal__center_1gd58.modal__gap-32_1gd58 > *, .modal__space-between_1gd58.modal__gap-32_1gd58 > * {
81
+ } .modal__start_bss1f.modal__gap-32_bss1f > *, .modal__center_bss1f.modal__gap-32_bss1f > *, .modal__space-between_bss1f.modal__gap-32_bss1f > * {
82
82
  margin-right: var(--gap-2xl);
83
83
  }
@@ -1,4 +1,4 @@
1
- /* hash: s4rd6 */
1
+ /* hash: 1hdxd */
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_1uf4i {
31
+ } .modal__footer_q481v {
32
32
  padding: var(--gap-m);
33
- } .modal__sticky_1uf4i {
33
+ } .modal__sticky_q481v {
34
34
  bottom: 0;
35
35
  }
@@ -15,13 +15,13 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
15
15
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
16
16
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
17
17
 
18
- var desktopStyles = {"header":"modal__header_h2n3q","content":"modal__content_h2n3q","s":"modal__s_h2n3q","m":"modal__m_h2n3q","l":"modal__l_h2n3q","xl":"modal__xl_h2n3q","fullscreen":"modal__fullscreen_h2n3q","sticky":"modal__sticky_h2n3q"};
18
+ var desktopStyles = {"header":"modal__header_j1ero","content":"modal__content_j1ero","s":"modal__s_j1ero","m":"modal__m_j1ero","l":"modal__l_j1ero","xl":"modal__xl_j1ero","fullscreen":"modal__fullscreen_j1ero","sticky":"modal__sticky_j1ero"};
19
19
  require('./desktop.css')
20
20
 
21
- var styles = {"highlighted":"modal__highlighted_p1vi9","sticky":"modal__sticky_p1vi9","hasContent":"modal__hasContent_p1vi9"};
21
+ var styles = {"highlighted":"modal__highlighted_2a401","sticky":"modal__sticky_2a401","hasContent":"modal__hasContent_2a401"};
22
22
  require('./index.css')
23
23
 
24
- var mobileStyles = {"header":"modal__header_oyudg","sticky":"modal__sticky_oyudg","content":"modal__content_oyudg"};
24
+ var mobileStyles = {"header":"modal__header_rvilq","sticky":"modal__sticky_rvilq","content":"modal__content_rvilq"};
25
25
  require('./mobile.css')
26
26
 
27
27
  var Header = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 17d9l */
1
+ /* hash: 196yn */
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_h2n3q {
47
+ } .modal__header_j1ero {
48
48
  border-top-left-radius: var(--modal-border-radius);
49
49
  border-top-right-radius: var(--modal-border-radius);
50
- } .modal__content_h2n3q {
50
+ } .modal__content_j1ero {
51
51
  font-weight: var(--modal-header-desktop-font-weight);
52
52
  font-family: var(--modal-header-desktop-font-family);
53
- } .modal__s_h2n3q .modal__content_h2n3q,
54
- .modal__m_h2n3q .modal__content_h2n3q {
53
+ } .modal__s_j1ero .modal__content_j1ero,
54
+ .modal__m_j1ero .modal__content_j1ero {
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_h2n3q .modal__content_h2n3q,
59
- .modal__xl_h2n3q .modal__content_h2n3q,
60
- .modal__fullscreen_h2n3q .modal__content_h2n3q {
58
+ } .modal__l_j1ero .modal__content_j1ero,
59
+ .modal__xl_j1ero .modal__content_j1ero,
60
+ .modal__fullscreen_j1ero .modal__content_j1ero {
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_h2n3q,
65
- .modal__m_h2n3q,
66
- .modal__l_h2n3q,
67
- .modal__xl_h2n3q,
68
- .modal__fullscreen_h2n3q {
64
+ } .modal__s_j1ero,
65
+ .modal__m_j1ero,
66
+ .modal__l_j1ero,
67
+ .modal__xl_j1ero,
68
+ .modal__fullscreen_j1ero {
69
69
  padding: var(--modal-s-header-paddings);
70
- } .modal__sticky_h2n3q {
70
+ } .modal__sticky_j1ero {
71
71
  top: calc(var(--modal-vertical-padding) * -1)
72
- } .modal__sticky_h2n3q.modal__fullscreen_h2n3q {
72
+ } .modal__sticky_j1ero.modal__fullscreen_j1ero {
73
73
  top: 0;
74
74
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1ve7s */
1
+ /* hash: 1x7wu */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-primary: #fff;
@@ -32,12 +32,12 @@
32
32
  /* mobile */
33
33
 
34
34
  /* paddings */
35
- } .modal__highlighted_p1vi9 {
35
+ } .modal__highlighted_2a401 {
36
36
  background: var(--modal-header-highlight-background);
37
37
  box-shadow: var(--modal-header-highlight-box-shadow);
38
- } .modal__sticky_p1vi9 {
38
+ } .modal__sticky_2a401 {
39
39
  position: sticky;
40
40
  z-index: 1
41
- } .modal__sticky_p1vi9.modal__hasContent_p1vi9 {
41
+ } .modal__sticky_2a401.modal__hasContent_2a401 {
42
42
  background: var(--modal-header-background);
43
43
  }
@@ -1,4 +1,4 @@
1
- /* hash: ci9jf */
1
+ /* hash: 11rfk */
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_oyudg {
41
+ } .modal__header_rvilq {
42
42
  padding: var(--modal-header-mobile-paddings);
43
- } .modal__sticky_oyudg {
43
+ } .modal__sticky_rvilq {
44
44
  top: 0;
45
- } .modal__content_oyudg {
45
+ } .modal__content_rvilq {
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);
package/desktop.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 2s9dz */
1
+ /* hash: 1ck7f */
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 */
@@ -35,25 +35,25 @@
35
35
  /* mobile */
36
36
 
37
37
  /* paddings */
38
- } .modal__wrapper_1riq6 {
38
+ } .modal__wrapper_1lj1r {
39
39
  padding-top: var(--modal-vertical-padding);
40
40
  padding-bottom: var(--modal-vertical-padding);
41
- } .modal__component_1riq6 {
41
+ } .modal__component_1lj1r {
42
42
  width: 100%;
43
43
  max-width: 100%;
44
44
  border-radius: var(--modal-border-radius);
45
- } .modal__fullscreen_1riq6 {
45
+ } .modal__fullscreen_1lj1r {
46
46
  padding-top: 0;
47
47
  padding-bottom: 0
48
- } .modal__fullscreen_1riq6 .modal__component_1riq6 {
48
+ } .modal__fullscreen_1lj1r .modal__component_1lj1r {
49
49
  flex: 1;
50
50
  border-radius: 0;
51
- } .modal__s_1riq6 {
51
+ } .modal__s_1lj1r {
52
52
  width: var(--modal-s-width);
53
- } .modal__m_1riq6 {
53
+ } .modal__m_1lj1r {
54
54
  width: var(--modal-m-width);
55
- } .modal__l_1riq6 {
55
+ } .modal__l_1lj1r {
56
56
  width: var(--modal-l-width);
57
- } .modal__xl_1riq6 {
57
+ } .modal__xl_1lj1r {
58
58
  width: var(--modal-xl-width);
59
59
  }
package/esm/Component.js CHANGED
@@ -5,13 +5,13 @@ import cn from 'classnames';
5
5
  import { BaseModal } from '@alfalab/core-components-base-modal/esm';
6
6
  import { ResponsiveContext } from './ResponsiveContext.js';
7
7
 
8
- var desktopStyles = {"wrapper":"modal__wrapper_1riq6","component":"modal__component_1riq6","fullscreen":"modal__fullscreen_1riq6","s":"modal__s_1riq6","m":"modal__m_1riq6","l":"modal__l_1riq6","xl":"modal__xl_1riq6"};
8
+ var desktopStyles = {"wrapper":"modal__wrapper_1lj1r","component":"modal__component_1lj1r","fullscreen":"modal__fullscreen_1lj1r","s":"modal__s_1lj1r","m":"modal__m_1lj1r","l":"modal__l_1lj1r","xl":"modal__xl_1lj1r"};
9
9
  require('./desktop.css')
10
10
 
11
- var mobileStyles = {"component":"modal__component_yvgtp"};
11
+ var mobileStyles = {"component":"modal__component_uu422"};
12
12
  require('./mobile.css')
13
13
 
14
- var transitions = {"appear":"modal__appear_4sc2c","enter":"modal__enter_4sc2c","appearActive":"modal__appearActive_4sc2c","enterActive":"modal__enterActive_4sc2c","exit":"modal__exit_4sc2c","exitActive":"modal__exitActive_4sc2c","exitDone":"modal__exitDone_4sc2c"};
14
+ var transitions = {"appear":"modal__appear_1b1k6","enter":"modal__enter_1b1k6","appearActive":"modal__appearActive_1b1k6","enterActive":"modal__enterActive_1b1k6","exit":"modal__exit_1b1k6","exitActive":"modal__exitActive_1b1k6","exitDone":"modal__exitDone_1b1k6"};
15
15
  require('./transitions.css')
16
16
 
17
17
  var Modal = forwardRef(function (_a, ref) {
@@ -4,13 +4,13 @@ import { ModalContext } from '../../Context.js';
4
4
  import { ResponsiveContext } from '../../ResponsiveContext.js';
5
5
  import '@alfalab/core-components-base-modal/esm';
6
6
 
7
- var desktopStyles = {"s":"modal__s_1pgr3","m":"modal__m_1pgr3","l":"modal__l_1pgr3","xl":"modal__xl_1pgr3","fullscreen":"modal__fullscreen_1pgr3"};
7
+ var desktopStyles = {"s":"modal__s_1ti3u","m":"modal__m_1ti3u","l":"modal__l_1ti3u","xl":"modal__xl_1ti3u","fullscreen":"modal__fullscreen_1ti3u"};
8
8
  require('./desktop.css')
9
9
 
10
- var styles = {"content":"modal__content_1u4mn","withHeader":"modal__withHeader_1u4mn","flex":"modal__flex_1u4mn"};
10
+ var styles = {"content":"modal__content_nvejj","withHeader":"modal__withHeader_nvejj","flex":"modal__flex_nvejj"};
11
11
  require('./index.css')
12
12
 
13
- var mobileStyles = {"content":"modal__content_1fa6a"};
13
+ var mobileStyles = {"content":"modal__content_2n72d"};
14
14
  require('./mobile.css')
15
15
 
16
16
  var Content = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 6gi2m */
1
+ /* hash: u63tp */
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_1pgr3,
34
- .modal__m_1pgr3,
35
- .modal__l_1pgr3,
36
- .modal__xl_1pgr3,
37
- .modal__fullscreen_1pgr3 {
33
+ } .modal__s_1ti3u,
34
+ .modal__m_1ti3u,
35
+ .modal__l_1ti3u,
36
+ .modal__xl_1ti3u,
37
+ .modal__fullscreen_1ti3u {
38
38
  padding: var(--modal-s-content-paddings)
39
- } .modal__s_1pgr3:last-child, .modal__m_1pgr3:last-child, .modal__l_1pgr3:last-child, .modal__xl_1pgr3:last-child, .modal__fullscreen_1pgr3:last-child {
39
+ } .modal__s_1ti3u:last-child, .modal__m_1ti3u:last-child, .modal__l_1ti3u:last-child, .modal__xl_1ti3u:last-child, .modal__fullscreen_1ti3u:last-child {
40
40
  padding-bottom: var(--modal-s-content-only-bottom-padding);
41
41
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1npra */
1
+ /* hash: ce8zh */
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_1u4mn {
30
+ } .modal__content_nvejj {
31
31
  position: relative;
32
32
  box-sizing: border-box;
33
33
  width: 100%;
34
34
  z-index: 0
35
- } .modal__content_1u4mn.modal__withHeader_1u4mn {
35
+ } .modal__content_nvejj.modal__withHeader_nvejj {
36
36
  padding-top: 0;
37
- } .modal__flex_1u4mn {
37
+ } .modal__flex_nvejj {
38
38
  flex: 1;
39
39
  }
@@ -1,4 +1,4 @@
1
- /* hash: 7vrxa */
1
+ /* hash: 1j0un */
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_1fa6a {
31
+ } .modal__content_2n72d {
32
32
  padding: var(--gap-m) var(--gap-m) 0
33
- } .modal__content_1fa6a:last-child {
33
+ } .modal__content_2n72d:last-child {
34
34
  padding-bottom: var(--gap-m);
35
35
  }
@@ -4,16 +4,16 @@ import { ModalContext } from '../../Context.js';
4
4
  import { ResponsiveContext } from '../../ResponsiveContext.js';
5
5
  import '@alfalab/core-components-base-modal/esm';
6
6
 
7
- var desktopStyles = {"footer":"modal__footer_k94xq","sticky":"modal__sticky_k94xq","fullscreen":"modal__fullscreen_k94xq","s":"modal__s_k94xq","m":"modal__m_k94xq","l":"modal__l_k94xq","xl":"modal__xl_k94xq"};
7
+ var desktopStyles = {"footer":"modal__footer_1epvs","sticky":"modal__sticky_1epvs","fullscreen":"modal__fullscreen_1epvs","s":"modal__s_1epvs","m":"modal__m_1epvs","l":"modal__l_1epvs","xl":"modal__xl_1epvs"};
8
8
  require('./desktop.css')
9
9
 
10
- var styles = {"footer":"modal__footer_cqblf","sticky":"modal__sticky_cqblf","highlighted":"modal__highlighted_cqblf"};
10
+ var styles = {"footer":"modal__footer_igj9y","sticky":"modal__sticky_igj9y","highlighted":"modal__highlighted_igj9y"};
11
11
  require('./index.css')
12
12
 
13
- var layoutStyles = {"column":"modal__column_1gd58","gap-16":"modal__gap-16_1gd58","gap-24":"modal__gap-24_1gd58","gap-32":"modal__gap-32_1gd58","column-mobile":"modal__column-mobile_1gd58","start":"modal__start_1gd58","center":"modal__center_1gd58","space-between":"modal__space-between_1gd58"};
13
+ var layoutStyles = {"column":"modal__column_bss1f","gap-16":"modal__gap-16_bss1f","gap-24":"modal__gap-24_bss1f","gap-32":"modal__gap-32_bss1f","column-mobile":"modal__column-mobile_bss1f","start":"modal__start_bss1f","center":"modal__center_bss1f","space-between":"modal__space-between_bss1f"};
14
14
  require('./layout.css')
15
15
 
16
- var mobileStyles = {"footer":"modal__footer_1uf4i","sticky":"modal__sticky_1uf4i"};
16
+ var mobileStyles = {"footer":"modal__footer_q481v","sticky":"modal__sticky_q481v"};
17
17
  require('./mobile.css')
18
18
 
19
19
  var Footer = function (_a) {