@alfalab/core-components-modal 9.1.1 → 9.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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-18d2351f.js +4 -0
  36. package/esm/mobile/mobile.css +2 -2
  37. package/esm/transitions.css +8 -8
  38. package/layout.module-fd9ac366.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-8196cddb.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-4c70e469.js +0 -4
  63. package/layout.module-fffa9cc4.js +0 -6
  64. package/modern/layout.module-80dc989b.js +0 -4
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_3wrya","component":"modal__component_3wrya","fullscreen":"modal__fullscreen_3wrya","s":"modal__s_3wrya","m":"modal__m_3wrya","l":"modal__l_3wrya","xl":"modal__xl_3wrya"};
18
+ var desktopStyles = {"wrapper":"modal__wrapper_1m94n","component":"modal__component_1m94n","fullscreen":"modal__fullscreen_1m94n","s":"modal__s_1m94n","m":"modal__m_1m94n","l":"modal__l_1m94n","xl":"modal__xl_1m94n"};
19
19
  require('./desktop/desktop.css')
20
20
 
21
- var mobileStyles = {"component":"modal__component_1sigs"};
21
+ var mobileStyles = {"component":"modal__component_mug7j"};
22
22
  require('./mobile/mobile.css')
23
23
 
24
- var transitions = {"appear":"modal__appear_1doyi","enter":"modal__enter_1doyi","appearActive":"modal__appearActive_1doyi","enterActive":"modal__enterActive_1doyi","exit":"modal__exit_1doyi","exitActive":"modal__exitActive_1doyi","exitDone":"modal__exitDone_1doyi"};
24
+ var transitions = {"appear":"modal__appear_5m9j3","enter":"modal__enter_5m9j3","appearActive":"modal__appearActive_5m9j3","enterActive":"modal__enterActive_5m9j3","exit":"modal__exit_5m9j3","exitActive":"modal__exitActive_5m9j3","exitDone":"modal__exitDone_5m9j3"};
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_eh7uu","m":"modal__m_eh7uu","l":"modal__l_eh7uu","xl":"modal__xl_eh7uu","fullscreen":"modal__fullscreen_eh7uu"};
16
+ var desktopStyles = {"s":"modal__s_1mjwu","m":"modal__m_1mjwu","l":"modal__l_1mjwu","xl":"modal__xl_1mjwu","fullscreen":"modal__fullscreen_1mjwu"};
17
17
  require('./desktop.css')
18
18
 
19
- var styles = {"content":"modal__content_l807a","withHeader":"modal__withHeader_l807a","flex":"modal__flex_l807a"};
19
+ var styles = {"content":"modal__content_1tap6","withHeader":"modal__withHeader_1tap6","flex":"modal__flex_1tap6"};
20
20
  require('./index.css')
21
21
 
22
- var mobileStyles = {"content":"modal__content_vl0td"};
22
+ var mobileStyles = {"content":"modal__content_w90gx"};
23
23
  require('./mobile.css')
24
24
 
25
25
  var Content = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 10d55 */
1
+ /* hash: mkh5r */
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_eh7uu,
34
- .modal__m_eh7uu,
35
- .modal__l_eh7uu,
36
- .modal__xl_eh7uu,
37
- .modal__fullscreen_eh7uu {
33
+ } .modal__s_1mjwu,
34
+ .modal__m_1mjwu,
35
+ .modal__l_1mjwu,
36
+ .modal__xl_1mjwu,
37
+ .modal__fullscreen_1mjwu {
38
38
  padding: var(--modal-s-content-paddings)
39
- } .modal__s_eh7uu:last-child, .modal__m_eh7uu:last-child, .modal__l_eh7uu:last-child, .modal__xl_eh7uu:last-child, .modal__fullscreen_eh7uu:last-child {
39
+ } .modal__s_1mjwu:last-child, .modal__m_1mjwu:last-child, .modal__l_1mjwu:last-child, .modal__xl_1mjwu:last-child, .modal__fullscreen_1mjwu:last-child {
40
40
  padding-bottom: var(--modal-s-content-only-bottom-padding);
41
41
  }
@@ -1,4 +1,4 @@
1
- /* hash: ilabg */
1
+ /* hash: 4smbj */
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_l807a {
30
+ } .modal__content_1tap6 {
31
31
  position: relative;
32
32
  box-sizing: border-box;
33
33
  width: 100%;
34
34
  z-index: 0
35
- } .modal__content_l807a.modal__withHeader_l807a {
35
+ } .modal__content_1tap6.modal__withHeader_1tap6 {
36
36
  padding-top: 0;
37
- } .modal__flex_l807a {
37
+ } .modal__flex_1tap6 {
38
38
  flex: 1;
39
39
  }
@@ -1,4 +1,4 @@
1
- /* hash: 7j6c1 */
1
+ /* hash: 1fytn */
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_vl0td {
31
+ } .modal__content_w90gx {
32
32
  padding: var(--gap-m) var(--gap-m) 0
33
- } .modal__content_vl0td:last-child {
33
+ } .modal__content_w90gx: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-fffa9cc4.js');
9
+ var layout_module = require('../../layout.module-fd9ac366.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_ycyjd"};
16
+ var styles = {"component":"modal__component_xoyvt"};
17
17
  require('./index.css')
18
18
 
19
19
  var Controls = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 5gcyu */
2
- .modal__component_ycyjd {
1
+ /* hash: 1hxqe */
2
+ .modal__component_xoyvt {
3
3
  width: 100%;
4
4
  }
@@ -7,20 +7,20 @@ var cn = require('classnames');
7
7
  var coreComponentsShared = require('@alfalab/core-components-shared');
8
8
  var Context = require('../../Context.js');
9
9
  var ResponsiveContext = require('../../ResponsiveContext.js');
10
- var layout_module = require('../../layout.module-fffa9cc4.js');
10
+ var layout_module = require('../../layout.module-fd9ac366.js');
11
11
 
12
12
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
13
13
 
14
14
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
15
15
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
16
16
 
17
- var desktopStyles = {"footer":"modal__footer_1qs2y","sticky":"modal__sticky_1qs2y","fullscreen":"modal__fullscreen_1qs2y","s":"modal__s_1qs2y","m":"modal__m_1qs2y","l":"modal__l_1qs2y","xl":"modal__xl_1qs2y"};
17
+ var desktopStyles = {"footer":"modal__footer_l42dv","sticky":"modal__sticky_l42dv","fullscreen":"modal__fullscreen_l42dv","s":"modal__s_l42dv","m":"modal__m_l42dv","l":"modal__l_l42dv","xl":"modal__xl_l42dv"};
18
18
  require('./desktop.css')
19
19
 
20
- var styles = {"footer":"modal__footer_1h6cu","sticky":"modal__sticky_1h6cu","highlighted":"modal__highlighted_1h6cu"};
20
+ var styles = {"footer":"modal__footer_bic9i","sticky":"modal__sticky_bic9i","highlighted":"modal__highlighted_bic9i"};
21
21
  require('./index.css')
22
22
 
23
- var mobileStyles = {"footer":"modal__footer_juqaa","sticky":"modal__sticky_juqaa"};
23
+ var mobileStyles = {"footer":"modal__footer_x2f2b","sticky":"modal__sticky_x2f2b"};
24
24
  require('./mobile.css')
25
25
 
26
26
  var Footer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: eqlak */
1
+ /* hash: 1xey0 */
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_1qs2y {
36
+ } .modal__footer_l42dv {
37
37
  border-bottom-left-radius: var(--modal-border-radius);
38
38
  border-bottom-right-radius: var(--modal-border-radius);
39
- } .modal__sticky_1qs2y {
39
+ } .modal__sticky_l42dv {
40
40
  bottom: calc(var(--modal-vertical-padding) * -1)
41
- } .modal__sticky_1qs2y.modal__fullscreen_1qs2y {
41
+ } .modal__sticky_l42dv.modal__fullscreen_l42dv {
42
42
  bottom: 0;
43
- } .modal__s_1qs2y,
44
- .modal__m_1qs2y,
45
- .modal__l_1qs2y,
46
- .modal__xl_1qs2y,
47
- .modal__fullscreen_1qs2y {
43
+ } .modal__s_l42dv,
44
+ .modal__m_l42dv,
45
+ .modal__l_l42dv,
46
+ .modal__xl_l42dv,
47
+ .modal__fullscreen_l42dv {
48
48
  padding: var(--modal-s-footer-paddings);
49
49
  }
@@ -1,4 +1,4 @@
1
- /* hash: yktex */
1
+ /* hash: i822i */
2
2
  :root {
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_1h6cu {
35
+ } .modal__footer_bic9i {
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_1h6cu {
39
+ } .modal__sticky_bic9i {
40
40
  background: var(--modal-footer-background);
41
41
  position: sticky;
42
- } .modal__highlighted_1h6cu {
42
+ } .modal__highlighted_bic9i {
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: qrn7m */
1
+ /* hash: aevv7 */
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,35 +31,35 @@
31
31
  /* mobile */
32
32
 
33
33
  /* paddings */
34
- } .modal__column_nuz7o {
34
+ } .modal__column_1h82o {
35
35
  display: flex;
36
36
  flex-direction: column
37
- } .modal__column_nuz7o > *:not(:last-child):not(:only-child) {
37
+ } .modal__column_1h82o > *:not(:last-child):not(:only-child) {
38
38
  margin-bottom: var(--modal-footer-default-gap);
39
- } .modal__column_nuz7o.modal__gap-16_nuz7o > *:not(:last-child):not(:only-child) {
39
+ } .modal__column_1h82o.modal__gap-16_1h82o > *:not(:last-child):not(:only-child) {
40
40
  margin-bottom: var(--gap-m);
41
- } .modal__column_nuz7o.modal__gap-24_nuz7o > *:not(:last-child):not(:only-child) {
41
+ } .modal__column_1h82o.modal__gap-24_1h82o > *:not(:last-child):not(:only-child) {
42
42
  margin-bottom: var(--gap-xl);
43
- } .modal__column_nuz7o.modal__gap-32_nuz7o > *:not(:last-child):not(:only-child) {
43
+ } .modal__column_1h82o.modal__gap-32_1h82o > *:not(:last-child):not(:only-child) {
44
44
  margin-bottom: var(--gap-2xl);
45
- } .modal__start_nuz7o {
45
+ } .modal__start_1h82o {
46
46
  justify-content: flex-start;
47
- } .modal__center_nuz7o {
47
+ } .modal__center_1h82o {
48
48
  justify-content: center;
49
- } .modal__space-between_nuz7o {
49
+ } .modal__space-between_1h82o {
50
50
  justify-content: space-between
51
- } .modal__space-between_nuz7o > * {
51
+ } .modal__space-between_1h82o > * {
52
52
  flex: 1;
53
- } .modal__start_nuz7o,
54
- .modal__center_nuz7o,
55
- .modal__space-between_nuz7o {
53
+ } .modal__start_1h82o,
54
+ .modal__center_1h82o,
55
+ .modal__space-between_1h82o {
56
56
  display: flex
57
- } .modal__start_nuz7o > *:not(:last-child):not(:only-child), .modal__center_nuz7o > *:not(:last-child):not(:only-child), .modal__space-between_nuz7o > *:not(:last-child):not(:only-child) {
57
+ } .modal__start_1h82o > *:not(:last-child):not(:only-child), .modal__center_1h82o > *:not(:last-child):not(:only-child), .modal__space-between_1h82o > *:not(:last-child):not(:only-child) {
58
58
  margin-right: var(--modal-footer-default-gap);
59
- } .modal__start_nuz7o.modal__gap-16_nuz7o > *:not(:last-child):not(:only-child), .modal__center_nuz7o.modal__gap-16_nuz7o > *:not(:last-child):not(:only-child), .modal__space-between_nuz7o.modal__gap-16_nuz7o > *:not(:last-child):not(:only-child) {
59
+ } .modal__start_1h82o.modal__gap-16_1h82o > *:not(:last-child):not(:only-child), .modal__center_1h82o.modal__gap-16_1h82o > *:not(:last-child):not(:only-child), .modal__space-between_1h82o.modal__gap-16_1h82o > *:not(:last-child):not(:only-child) {
60
60
  margin-right: var(--gap-m);
61
- } .modal__start_nuz7o.modal__gap-24_nuz7o > *:not(:last-child):not(:only-child), .modal__center_nuz7o.modal__gap-24_nuz7o > *:not(:last-child):not(:only-child), .modal__space-between_nuz7o.modal__gap-24_nuz7o > *:not(:last-child):not(:only-child) {
61
+ } .modal__start_1h82o.modal__gap-24_1h82o > *:not(:last-child):not(:only-child), .modal__center_1h82o.modal__gap-24_1h82o > *:not(:last-child):not(:only-child), .modal__space-between_1h82o.modal__gap-24_1h82o > *:not(:last-child):not(:only-child) {
62
62
  margin-right: var(--gap-xl);
63
- } .modal__start_nuz7o.modal__gap-32_nuz7o > *:not(:last-child):not(:only-child), .modal__center_nuz7o.modal__gap-32_nuz7o > *:not(:last-child):not(:only-child), .modal__space-between_nuz7o.modal__gap-32_nuz7o > *:not(:last-child):not(:only-child) {
63
+ } .modal__start_1h82o.modal__gap-32_1h82o > *:not(:last-child):not(:only-child), .modal__center_1h82o.modal__gap-32_1h82o > *:not(:last-child):not(:only-child), .modal__space-between_1h82o.modal__gap-32_1h82o > *:not(:last-child):not(:only-child) {
64
64
  margin-right: var(--gap-2xl);
65
65
  }
@@ -1,4 +1,4 @@
1
- /* hash: 8vrxr */
1
+ /* hash: vfik2 */
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_juqaa {
31
+ } .modal__footer_x2f2b {
32
32
  padding: var(--gap-m);
33
- } .modal__sticky_juqaa {
33
+ } .modal__sticky_x2f2b {
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_n1kpp","content":"modal__content_n1kpp","s":"modal__s_n1kpp","m":"modal__m_n1kpp","l":"modal__l_n1kpp","xl":"modal__xl_n1kpp","fullscreen":"modal__fullscreen_n1kpp","sticky":"modal__sticky_n1kpp"};
18
+ var desktopStyles = {"header":"modal__header_pzls4","content":"modal__content_pzls4","s":"modal__s_pzls4","m":"modal__m_pzls4","l":"modal__l_pzls4","xl":"modal__xl_pzls4","fullscreen":"modal__fullscreen_pzls4","sticky":"modal__sticky_pzls4"};
19
19
  require('./desktop.css')
20
20
 
21
- var styles = {"highlighted":"modal__highlighted_sxwc6","sticky":"modal__sticky_sxwc6","hasContent":"modal__hasContent_sxwc6"};
21
+ var styles = {"highlighted":"modal__highlighted_vvxel","sticky":"modal__sticky_vvxel","hasContent":"modal__hasContent_vvxel"};
22
22
  require('./index.css')
23
23
 
24
- var mobileStyles = {"header":"modal__header_ri5oc","sticky":"modal__sticky_ri5oc","content":"modal__content_ri5oc"};
24
+ var mobileStyles = {"header":"modal__header_1xat9","sticky":"modal__sticky_1xat9","content":"modal__content_1xat9"};
25
25
  require('./mobile.css')
26
26
 
27
27
  var Header = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1eyw9 */
1
+ /* hash: fabkh */
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_n1kpp {
47
+ } .modal__header_pzls4 {
48
48
  border-top-left-radius: var(--modal-border-radius);
49
49
  border-top-right-radius: var(--modal-border-radius);
50
- } .modal__content_n1kpp {
50
+ } .modal__content_pzls4 {
51
51
  font-weight: var(--modal-header-desktop-font-weight);
52
52
  font-family: var(--modal-header-desktop-font-family);
53
- } .modal__s_n1kpp .modal__content_n1kpp,
54
- .modal__m_n1kpp .modal__content_n1kpp {
53
+ } .modal__s_pzls4 .modal__content_pzls4,
54
+ .modal__m_pzls4 .modal__content_pzls4 {
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_n1kpp .modal__content_n1kpp,
59
- .modal__xl_n1kpp .modal__content_n1kpp,
60
- .modal__fullscreen_n1kpp .modal__content_n1kpp {
58
+ } .modal__l_pzls4 .modal__content_pzls4,
59
+ .modal__xl_pzls4 .modal__content_pzls4,
60
+ .modal__fullscreen_pzls4 .modal__content_pzls4 {
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_n1kpp,
65
- .modal__m_n1kpp,
66
- .modal__l_n1kpp,
67
- .modal__xl_n1kpp,
68
- .modal__fullscreen_n1kpp {
64
+ } .modal__s_pzls4,
65
+ .modal__m_pzls4,
66
+ .modal__l_pzls4,
67
+ .modal__xl_pzls4,
68
+ .modal__fullscreen_pzls4 {
69
69
  padding: var(--modal-s-header-paddings);
70
- } .modal__sticky_n1kpp {
70
+ } .modal__sticky_pzls4 {
71
71
  top: calc(var(--modal-vertical-padding) * -1)
72
- } .modal__sticky_n1kpp.modal__fullscreen_n1kpp {
72
+ } .modal__sticky_pzls4.modal__fullscreen_pzls4 {
73
73
  top: 0;
74
74
  }
@@ -1,4 +1,4 @@
1
- /* hash: 3yqex */
1
+ /* hash: 13b9r */
2
2
  :root {
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_sxwc6 {
35
+ } .modal__highlighted_vvxel {
36
36
  background: var(--modal-header-highlight-background);
37
37
  box-shadow: var(--modal-header-highlight-box-shadow);
38
- } .modal__sticky_sxwc6 {
38
+ } .modal__sticky_vvxel {
39
39
  position: sticky;
40
40
  z-index: 1
41
- } .modal__sticky_sxwc6.modal__hasContent_sxwc6 {
41
+ } .modal__sticky_vvxel.modal__hasContent_vvxel {
42
42
  background: var(--modal-header-background);
43
43
  }
@@ -1,4 +1,4 @@
1
- /* hash: ygodb */
1
+ /* hash: 1l0ez */
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_ri5oc {
41
+ } .modal__header_1xat9 {
42
42
  padding: var(--modal-header-mobile-paddings);
43
- } .modal__sticky_ri5oc {
43
+ } .modal__sticky_1xat9 {
44
44
  top: 0;
45
- } .modal__content_ri5oc {
45
+ } .modal__content_1xat9 {
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: 1bdhs */
1
+ /* hash: ks124 */
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_3wrya {
38
+ } .modal__wrapper_1m94n {
39
39
  padding-top: var(--modal-vertical-padding);
40
40
  padding-bottom: var(--modal-vertical-padding);
41
- } .modal__component_3wrya {
41
+ } .modal__component_1m94n {
42
42
  width: 100%;
43
43
  max-width: 100%;
44
44
  border-radius: var(--modal-border-radius);
45
- } .modal__fullscreen_3wrya {
45
+ } .modal__fullscreen_1m94n {
46
46
  padding-top: 0;
47
47
  padding-bottom: 0
48
- } .modal__fullscreen_3wrya .modal__component_3wrya {
48
+ } .modal__fullscreen_1m94n .modal__component_1m94n {
49
49
  flex: 1;
50
50
  border-radius: 0;
51
- } .modal__s_3wrya {
51
+ } .modal__s_1m94n {
52
52
  width: var(--modal-s-width);
53
- } .modal__m_3wrya {
53
+ } .modal__m_1m94n {
54
54
  width: var(--modal-m-width);
55
- } .modal__l_3wrya {
55
+ } .modal__l_1m94n {
56
56
  width: var(--modal-l-width);
57
- } .modal__xl_3wrya {
57
+ } .modal__xl_1m94n {
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_3wrya","component":"modal__component_3wrya","fullscreen":"modal__fullscreen_3wrya","s":"modal__s_3wrya","m":"modal__m_3wrya","l":"modal__l_3wrya","xl":"modal__xl_3wrya"};
8
+ var desktopStyles = {"wrapper":"modal__wrapper_1m94n","component":"modal__component_1m94n","fullscreen":"modal__fullscreen_1m94n","s":"modal__s_1m94n","m":"modal__m_1m94n","l":"modal__l_1m94n","xl":"modal__xl_1m94n"};
9
9
  require('./desktop/desktop.css')
10
10
 
11
- var mobileStyles = {"component":"modal__component_1sigs"};
11
+ var mobileStyles = {"component":"modal__component_mug7j"};
12
12
  require('./mobile/mobile.css')
13
13
 
14
- var transitions = {"appear":"modal__appear_1doyi","enter":"modal__enter_1doyi","appearActive":"modal__appearActive_1doyi","enterActive":"modal__enterActive_1doyi","exit":"modal__exit_1doyi","exitActive":"modal__exitActive_1doyi","exitDone":"modal__exitDone_1doyi"};
14
+ var transitions = {"appear":"modal__appear_5m9j3","enter":"modal__enter_5m9j3","appearActive":"modal__appearActive_5m9j3","enterActive":"modal__enterActive_5m9j3","exit":"modal__exit_5m9j3","exitActive":"modal__exitActive_5m9j3","exitDone":"modal__exitDone_5m9j3"};
15
15
  require('./transitions.css')
16
16
 
17
17
  var Modal = forwardRef(function (_a, ref) {
@@ -4,13 +4,13 @@ import { getDataTestId } from '@alfalab/core-components-shared/esm';
4
4
  import { ModalContext } from '../../Context.js';
5
5
  import { ResponsiveContext } from '../../ResponsiveContext.js';
6
6
 
7
- var desktopStyles = {"s":"modal__s_eh7uu","m":"modal__m_eh7uu","l":"modal__l_eh7uu","xl":"modal__xl_eh7uu","fullscreen":"modal__fullscreen_eh7uu"};
7
+ var desktopStyles = {"s":"modal__s_1mjwu","m":"modal__m_1mjwu","l":"modal__l_1mjwu","xl":"modal__xl_1mjwu","fullscreen":"modal__fullscreen_1mjwu"};
8
8
  require('./desktop.css')
9
9
 
10
- var styles = {"content":"modal__content_l807a","withHeader":"modal__withHeader_l807a","flex":"modal__flex_l807a"};
10
+ var styles = {"content":"modal__content_1tap6","withHeader":"modal__withHeader_1tap6","flex":"modal__flex_1tap6"};
11
11
  require('./index.css')
12
12
 
13
- var mobileStyles = {"content":"modal__content_vl0td"};
13
+ var mobileStyles = {"content":"modal__content_w90gx"};
14
14
  require('./mobile.css')
15
15
 
16
16
  var Content = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 10d55 */
1
+ /* hash: mkh5r */
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_eh7uu,
34
- .modal__m_eh7uu,
35
- .modal__l_eh7uu,
36
- .modal__xl_eh7uu,
37
- .modal__fullscreen_eh7uu {
33
+ } .modal__s_1mjwu,
34
+ .modal__m_1mjwu,
35
+ .modal__l_1mjwu,
36
+ .modal__xl_1mjwu,
37
+ .modal__fullscreen_1mjwu {
38
38
  padding: var(--modal-s-content-paddings)
39
- } .modal__s_eh7uu:last-child, .modal__m_eh7uu:last-child, .modal__l_eh7uu:last-child, .modal__xl_eh7uu:last-child, .modal__fullscreen_eh7uu:last-child {
39
+ } .modal__s_1mjwu:last-child, .modal__m_1mjwu:last-child, .modal__l_1mjwu:last-child, .modal__xl_1mjwu:last-child, .modal__fullscreen_1mjwu:last-child {
40
40
  padding-bottom: var(--modal-s-content-only-bottom-padding);
41
41
  }
@@ -1,4 +1,4 @@
1
- /* hash: ilabg */
1
+ /* hash: 4smbj */
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_l807a {
30
+ } .modal__content_1tap6 {
31
31
  position: relative;
32
32
  box-sizing: border-box;
33
33
  width: 100%;
34
34
  z-index: 0
35
- } .modal__content_l807a.modal__withHeader_l807a {
35
+ } .modal__content_1tap6.modal__withHeader_1tap6 {
36
36
  padding-top: 0;
37
- } .modal__flex_l807a {
37
+ } .modal__flex_1tap6 {
38
38
  flex: 1;
39
39
  }
@@ -1,4 +1,4 @@
1
- /* hash: 7j6c1 */
1
+ /* hash: 1fytn */
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_vl0td {
31
+ } .modal__content_w90gx {
32
32
  padding: var(--gap-m) var(--gap-m) 0
33
- } .modal__content_vl0td:last-child {
33
+ } .modal__content_w90gx:last-child {
34
34
  padding-bottom: var(--gap-m);
35
35
  }
@@ -2,9 +2,9 @@ import React, { useContext } from 'react';
2
2
  import cn from 'classnames';
3
3
  import { getDataTestId } from '@alfalab/core-components-shared/esm';
4
4
  import { ResponsiveContext } from '../../ResponsiveContext.js';
5
- import { l as layoutStyles } from '../../layout.module-4c70e469.js';
5
+ import { l as layoutStyles } from '../../layout.module-18d2351f.js';
6
6
 
7
- var styles = {"component":"modal__component_ycyjd"};
7
+ var styles = {"component":"modal__component_xoyvt"};
8
8
  require('./index.css')
9
9
 
10
10
  var Controls = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 5gcyu */
2
- .modal__component_ycyjd {
1
+ /* hash: 1hxqe */
2
+ .modal__component_xoyvt {
3
3
  width: 100%;
4
4
  }