@alfalab/core-components-modal 8.0.7 → 8.0.8

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 (54) hide show
  1. package/Component.js +4 -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/cssm/Component.js +1 -0
  16. package/desktop.css +9 -9
  17. package/esm/Component.js +4 -3
  18. package/esm/components/content/Component.js +3 -3
  19. package/esm/components/content/desktop.css +7 -7
  20. package/esm/components/content/index.css +4 -4
  21. package/esm/components/content/mobile.css +3 -3
  22. package/esm/components/footer/Component.js +4 -4
  23. package/esm/components/footer/desktop.css +9 -9
  24. package/esm/components/footer/index.css +4 -4
  25. package/esm/components/footer/layout.css +29 -29
  26. package/esm/components/footer/mobile.css +3 -3
  27. package/esm/components/header/Component.js +3 -3
  28. package/esm/components/header/desktop.css +15 -15
  29. package/esm/components/header/index.css +4 -4
  30. package/esm/components/header/mobile.css +4 -4
  31. package/esm/desktop.css +9 -9
  32. package/esm/mobile.css +2 -2
  33. package/esm/transitions.css +8 -8
  34. package/mobile.css +2 -2
  35. package/modern/Component.js +4 -3
  36. package/modern/components/content/Component.js +3 -3
  37. package/modern/components/content/desktop.css +7 -7
  38. package/modern/components/content/index.css +4 -4
  39. package/modern/components/content/mobile.css +3 -3
  40. package/modern/components/footer/Component.js +4 -4
  41. package/modern/components/footer/desktop.css +9 -9
  42. package/modern/components/footer/index.css +4 -4
  43. package/modern/components/footer/layout.css +29 -29
  44. package/modern/components/footer/mobile.css +3 -3
  45. package/modern/components/header/Component.js +3 -3
  46. package/modern/components/header/desktop.css +15 -15
  47. package/modern/components/header/index.css +4 -4
  48. package/modern/components/header/mobile.css +4 -4
  49. package/modern/desktop.css +9 -9
  50. package/modern/mobile.css +2 -2
  51. package/modern/transitions.css +8 -8
  52. package/package.json +3 -3
  53. package/src/Component.tsx +1 -0
  54. 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_xpc1o","component":"modal__component_xpc1o","fullscreen":"modal__fullscreen_xpc1o","s":"modal__s_xpc1o","m":"modal__m_xpc1o","l":"modal__l_xpc1o","xl":"modal__xl_xpc1o"};
18
+ var desktopStyles = {"wrapper":"modal__wrapper_1ko8i","component":"modal__component_1ko8i","fullscreen":"modal__fullscreen_1ko8i","s":"modal__s_1ko8i","m":"modal__m_1ko8i","l":"modal__l_1ko8i","xl":"modal__xl_1ko8i"};
19
19
  require('./desktop.css')
20
20
 
21
- var mobileStyles = {"component":"modal__component_v6cg6"};
21
+ var mobileStyles = {"component":"modal__component_1uflh"};
22
22
  require('./mobile.css')
23
23
 
24
- var transitions = {"appear":"modal__appear_7zc9y","enter":"modal__enter_7zc9y","appearActive":"modal__appearActive_7zc9y","enterActive":"modal__enterActive_7zc9y","exit":"modal__exit_7zc9y","exitActive":"modal__exitActive_7zc9y","exitDone":"modal__exitDone_7zc9y"};
24
+ var transitions = {"appear":"modal__appear_1eyra","enter":"modal__enter_1eyra","appearActive":"modal__appearActive_1eyra","enterActive":"modal__enterActive_1eyra","exit":"modal__exit_1eyra","exitActive":"modal__exitActive_1eyra","exitDone":"modal__exitDone_1eyra"};
25
25
  require('./transitions.css')
26
26
 
27
27
  var Modal = React.forwardRef(function (_a, ref) {
@@ -53,6 +53,7 @@ var Modal = React.forwardRef(function (_a, ref) {
53
53
  transitionProps: tslib.__assign(tslib.__assign({ classNames: transitions }, transitionProps), { onEntered: handleEntered }),
54
54
  }
55
55
  : {
56
+ wrapperClassName: wrapperClassName,
56
57
  ref: ref,
57
58
  transitionProps: tslib.__assign({ classNames: transitions }, transitionProps),
58
59
  className: cn__default.default(className, mobileStyles.component),
@@ -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_1m9qv","m":"modal__m_1m9qv","l":"modal__l_1m9qv","xl":"modal__xl_1m9qv","fullscreen":"modal__fullscreen_1m9qv"};
16
+ var desktopStyles = {"s":"modal__s_1dag6","m":"modal__m_1dag6","l":"modal__l_1dag6","xl":"modal__xl_1dag6","fullscreen":"modal__fullscreen_1dag6"};
17
17
  require('./desktop.css')
18
18
 
19
- var styles = {"content":"modal__content_1xtr1","withHeader":"modal__withHeader_1xtr1","flex":"modal__flex_1xtr1"};
19
+ var styles = {"content":"modal__content_1q3c8","withHeader":"modal__withHeader_1q3c8","flex":"modal__flex_1q3c8"};
20
20
  require('./index.css')
21
21
 
22
- var mobileStyles = {"content":"modal__content_jks7g"};
22
+ var mobileStyles = {"content":"modal__content_14lgy"};
23
23
  require('./mobile.css')
24
24
 
25
25
  var Content = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: xk40u */
1
+ /* hash: 1l9pr */
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_1m9qv,
34
- .modal__m_1m9qv,
35
- .modal__l_1m9qv,
36
- .modal__xl_1m9qv,
37
- .modal__fullscreen_1m9qv {
33
+ } .modal__s_1dag6,
34
+ .modal__m_1dag6,
35
+ .modal__l_1dag6,
36
+ .modal__xl_1dag6,
37
+ .modal__fullscreen_1dag6 {
38
38
  padding: var(--modal-s-content-paddings)
39
- } .modal__s_1m9qv:last-child, .modal__m_1m9qv:last-child, .modal__l_1m9qv:last-child, .modal__xl_1m9qv:last-child, .modal__fullscreen_1m9qv:last-child {
39
+ } .modal__s_1dag6:last-child, .modal__m_1dag6:last-child, .modal__l_1dag6:last-child, .modal__xl_1dag6:last-child, .modal__fullscreen_1dag6:last-child {
40
40
  padding-bottom: var(--modal-s-content-only-bottom-padding);
41
41
  }
@@ -1,4 +1,4 @@
1
- /* hash: wm5c5 */
1
+ /* hash: 1kbr3 */
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_1xtr1 {
30
+ } .modal__content_1q3c8 {
31
31
  position: relative;
32
32
  box-sizing: border-box;
33
33
  width: 100%;
34
34
  z-index: 0
35
- } .modal__content_1xtr1.modal__withHeader_1xtr1 {
35
+ } .modal__content_1q3c8.modal__withHeader_1q3c8 {
36
36
  padding-top: 0;
37
- } .modal__flex_1xtr1 {
37
+ } .modal__flex_1q3c8 {
38
38
  flex: 1;
39
39
  }
@@ -1,4 +1,4 @@
1
- /* hash: yzdvi */
1
+ /* hash: b3cjr */
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_jks7g {
31
+ } .modal__content_14lgy {
32
32
  padding: var(--gap-m) var(--gap-m) 0
33
- } .modal__content_jks7g:last-child {
33
+ } .modal__content_14lgy: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_pn484","sticky":"modal__sticky_pn484","fullscreen":"modal__fullscreen_pn484","s":"modal__s_pn484","m":"modal__m_pn484","l":"modal__l_pn484","xl":"modal__xl_pn484"};
16
+ var desktopStyles = {"footer":"modal__footer_17ap8","sticky":"modal__sticky_17ap8","fullscreen":"modal__fullscreen_17ap8","s":"modal__s_17ap8","m":"modal__m_17ap8","l":"modal__l_17ap8","xl":"modal__xl_17ap8"};
17
17
  require('./desktop.css')
18
18
 
19
- var styles = {"footer":"modal__footer_b86ap","sticky":"modal__sticky_b86ap","highlighted":"modal__highlighted_b86ap"};
19
+ var styles = {"footer":"modal__footer_75yn4","sticky":"modal__sticky_75yn4","highlighted":"modal__highlighted_75yn4"};
20
20
  require('./index.css')
21
21
 
22
- var layoutStyles = {"column":"modal__column_1euzx","gap-16":"modal__gap-16_1euzx","gap-24":"modal__gap-24_1euzx","gap-32":"modal__gap-32_1euzx","column-mobile":"modal__column-mobile_1euzx","start":"modal__start_1euzx","center":"modal__center_1euzx","space-between":"modal__space-between_1euzx"};
22
+ var layoutStyles = {"column":"modal__column_e0jny","gap-16":"modal__gap-16_e0jny","gap-24":"modal__gap-24_e0jny","gap-32":"modal__gap-32_e0jny","column-mobile":"modal__column-mobile_e0jny","start":"modal__start_e0jny","center":"modal__center_e0jny","space-between":"modal__space-between_e0jny"};
23
23
  require('./layout.css')
24
24
 
25
- var mobileStyles = {"footer":"modal__footer_p7elx","sticky":"modal__sticky_p7elx"};
25
+ var mobileStyles = {"footer":"modal__footer_1onrc","sticky":"modal__sticky_1onrc"};
26
26
  require('./mobile.css')
27
27
 
28
28
  var Footer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1c39o */
1
+ /* hash: ul5cv */
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_pn484 {
36
+ } .modal__footer_17ap8 {
37
37
  border-bottom-left-radius: var(--modal-border-radius);
38
38
  border-bottom-right-radius: var(--modal-border-radius);
39
- } .modal__sticky_pn484 {
39
+ } .modal__sticky_17ap8 {
40
40
  bottom: calc(var(--modal-vertical-padding) * -1)
41
- } .modal__sticky_pn484.modal__fullscreen_pn484 {
41
+ } .modal__sticky_17ap8.modal__fullscreen_17ap8 {
42
42
  bottom: 0;
43
- } .modal__s_pn484,
44
- .modal__m_pn484,
45
- .modal__l_pn484,
46
- .modal__xl_pn484,
47
- .modal__fullscreen_pn484 {
43
+ } .modal__s_17ap8,
44
+ .modal__m_17ap8,
45
+ .modal__l_17ap8,
46
+ .modal__xl_17ap8,
47
+ .modal__fullscreen_17ap8 {
48
48
  padding: var(--modal-s-footer-paddings);
49
49
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1f3ln */
1
+ /* hash: xlhbo */
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_b86ap {
35
+ } .modal__footer_75yn4 {
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_b86ap {
39
+ } .modal__sticky_75yn4 {
40
40
  background: var(--modal-footer-background);
41
41
  position: sticky;
42
- } .modal__highlighted_b86ap {
42
+ } .modal__highlighted_75yn4 {
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: 1o4bl */
1
+ /* hash: 16m79 */
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_1euzx {
34
+ } .modal__column_e0jny {
35
35
  display: flex;
36
36
  flex-direction: column
37
- } .modal__column_1euzx > * {
37
+ } .modal__column_e0jny > * {
38
38
  margin-bottom: var(--modal-footer-default-gap);
39
- } .modal__column_1euzx > *:last-child,
40
- .modal__column_1euzx > *:only-child {
39
+ } .modal__column_e0jny > *:last-child,
40
+ .modal__column_e0jny > *:only-child {
41
41
  margin-bottom: 0;
42
- } .modal__column_1euzx.modal__gap-16_1euzx > * {
42
+ } .modal__column_e0jny.modal__gap-16_e0jny > * {
43
43
  margin-bottom: var(--gap-m);
44
- } .modal__column_1euzx.modal__gap-24_1euzx > * {
44
+ } .modal__column_e0jny.modal__gap-24_e0jny > * {
45
45
  margin-bottom: var(--gap-xl);
46
- } .modal__column_1euzx.modal__gap-32_1euzx > * {
46
+ } .modal__column_e0jny.modal__gap-32_e0jny > * {
47
47
  margin-bottom: var(--gap-2xl);
48
- } .modal__column-mobile_1euzx {
48
+ } .modal__column-mobile_e0jny {
49
49
  flex-direction: column-reverse
50
- } .modal__column-mobile_1euzx > * {
50
+ } .modal__column-mobile_e0jny > * {
51
51
  margin-bottom: 0;
52
- } .modal__column-mobile_1euzx > *:last-child {
52
+ } .modal__column-mobile_e0jny > *:last-child {
53
53
  margin-bottom: var(--modal-footer-default-gap);
54
- } .modal__column-mobile_1euzx > *:only-child {
54
+ } .modal__column-mobile_e0jny > *:only-child {
55
55
  margin-bottom: 0;
56
- } .modal__start_1euzx {
56
+ } .modal__start_e0jny {
57
57
  justify-content: flex-start;
58
- } .modal__center_1euzx {
58
+ } .modal__center_e0jny {
59
59
  justify-content: center;
60
- } .modal__space-between_1euzx {
60
+ } .modal__space-between_e0jny {
61
61
  justify-content: space-between
62
- } .modal__space-between_1euzx > * {
62
+ } .modal__space-between_e0jny > * {
63
63
  flex: 1;
64
- } .modal__start_1euzx,
65
- .modal__center_1euzx,
66
- .modal__space-between_1euzx {
64
+ } .modal__start_e0jny,
65
+ .modal__center_e0jny,
66
+ .modal__space-between_e0jny {
67
67
  display: flex
68
- } .modal__start_1euzx > *, .modal__center_1euzx > *, .modal__space-between_1euzx > * {
68
+ } .modal__start_e0jny > *, .modal__center_e0jny > *, .modal__space-between_e0jny > * {
69
69
  margin-right: var(--modal-footer-default-gap);
70
- } .modal__start_1euzx > *:last-child,
71
- .modal__start_1euzx > *:only-child,
72
- .modal__center_1euzx > *:last-child,
73
- .modal__center_1euzx > *:only-child,
74
- .modal__space-between_1euzx > *:last-child,
75
- .modal__space-between_1euzx > *:only-child {
70
+ } .modal__start_e0jny > *:last-child,
71
+ .modal__start_e0jny > *:only-child,
72
+ .modal__center_e0jny > *:last-child,
73
+ .modal__center_e0jny > *:only-child,
74
+ .modal__space-between_e0jny > *:last-child,
75
+ .modal__space-between_e0jny > *:only-child {
76
76
  margin-right: 0;
77
- } .modal__start_1euzx.modal__gap-16_1euzx > *, .modal__center_1euzx.modal__gap-16_1euzx > *, .modal__space-between_1euzx.modal__gap-16_1euzx > * {
77
+ } .modal__start_e0jny.modal__gap-16_e0jny > *, .modal__center_e0jny.modal__gap-16_e0jny > *, .modal__space-between_e0jny.modal__gap-16_e0jny > * {
78
78
  margin-right: var(--gap-m);
79
- } .modal__start_1euzx.modal__gap-24_1euzx > *, .modal__center_1euzx.modal__gap-24_1euzx > *, .modal__space-between_1euzx.modal__gap-24_1euzx > * {
79
+ } .modal__start_e0jny.modal__gap-24_e0jny > *, .modal__center_e0jny.modal__gap-24_e0jny > *, .modal__space-between_e0jny.modal__gap-24_e0jny > * {
80
80
  margin-right: var(--gap-xl);
81
- } .modal__start_1euzx.modal__gap-32_1euzx > *, .modal__center_1euzx.modal__gap-32_1euzx > *, .modal__space-between_1euzx.modal__gap-32_1euzx > * {
81
+ } .modal__start_e0jny.modal__gap-32_e0jny > *, .modal__center_e0jny.modal__gap-32_e0jny > *, .modal__space-between_e0jny.modal__gap-32_e0jny > * {
82
82
  margin-right: var(--gap-2xl);
83
83
  }
@@ -1,4 +1,4 @@
1
- /* hash: 115ey */
1
+ /* hash: qabfp */
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_p7elx {
31
+ } .modal__footer_1onrc {
32
32
  padding: var(--gap-m);
33
- } .modal__sticky_p7elx {
33
+ } .modal__sticky_1onrc {
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_1m3mo","content":"modal__content_1m3mo","s":"modal__s_1m3mo","m":"modal__m_1m3mo","l":"modal__l_1m3mo","xl":"modal__xl_1m3mo","fullscreen":"modal__fullscreen_1m3mo","sticky":"modal__sticky_1m3mo"};
18
+ var desktopStyles = {"header":"modal__header_1c5e4","content":"modal__content_1c5e4","s":"modal__s_1c5e4","m":"modal__m_1c5e4","l":"modal__l_1c5e4","xl":"modal__xl_1c5e4","fullscreen":"modal__fullscreen_1c5e4","sticky":"modal__sticky_1c5e4"};
19
19
  require('./desktop.css')
20
20
 
21
- var styles = {"highlighted":"modal__highlighted_1xvlw","sticky":"modal__sticky_1xvlw","hasContent":"modal__hasContent_1xvlw"};
21
+ var styles = {"highlighted":"modal__highlighted_2au8r","sticky":"modal__sticky_2au8r","hasContent":"modal__hasContent_2au8r"};
22
22
  require('./index.css')
23
23
 
24
- var mobileStyles = {"header":"modal__header_k2kkn","sticky":"modal__sticky_k2kkn","content":"modal__content_k2kkn"};
24
+ var mobileStyles = {"header":"modal__header_1ya3e","sticky":"modal__sticky_1ya3e","content":"modal__content_1ya3e"};
25
25
  require('./mobile.css')
26
26
 
27
27
  var Header = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: g9nnq */
1
+ /* hash: i3cpb */
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_1m3mo {
47
+ } .modal__header_1c5e4 {
48
48
  border-top-left-radius: var(--modal-border-radius);
49
49
  border-top-right-radius: var(--modal-border-radius);
50
- } .modal__content_1m3mo {
50
+ } .modal__content_1c5e4 {
51
51
  font-weight: var(--modal-header-desktop-font-weight);
52
52
  font-family: var(--modal-header-desktop-font-family);
53
- } .modal__s_1m3mo .modal__content_1m3mo,
54
- .modal__m_1m3mo .modal__content_1m3mo {
53
+ } .modal__s_1c5e4 .modal__content_1c5e4,
54
+ .modal__m_1c5e4 .modal__content_1c5e4 {
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_1m3mo .modal__content_1m3mo,
59
- .modal__xl_1m3mo .modal__content_1m3mo,
60
- .modal__fullscreen_1m3mo .modal__content_1m3mo {
58
+ } .modal__l_1c5e4 .modal__content_1c5e4,
59
+ .modal__xl_1c5e4 .modal__content_1c5e4,
60
+ .modal__fullscreen_1c5e4 .modal__content_1c5e4 {
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_1m3mo,
65
- .modal__m_1m3mo,
66
- .modal__l_1m3mo,
67
- .modal__xl_1m3mo,
68
- .modal__fullscreen_1m3mo {
64
+ } .modal__s_1c5e4,
65
+ .modal__m_1c5e4,
66
+ .modal__l_1c5e4,
67
+ .modal__xl_1c5e4,
68
+ .modal__fullscreen_1c5e4 {
69
69
  padding: var(--modal-s-header-paddings);
70
- } .modal__sticky_1m3mo {
70
+ } .modal__sticky_1c5e4 {
71
71
  top: calc(var(--modal-vertical-padding) * -1)
72
- } .modal__sticky_1m3mo.modal__fullscreen_1m3mo {
72
+ } .modal__sticky_1c5e4.modal__fullscreen_1c5e4 {
73
73
  top: 0;
74
74
  }
@@ -1,4 +1,4 @@
1
- /* hash: ngpp7 */
1
+ /* hash: paeqt */
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_1xvlw {
35
+ } .modal__highlighted_2au8r {
36
36
  background: var(--modal-header-highlight-background);
37
37
  box-shadow: var(--modal-header-highlight-box-shadow);
38
- } .modal__sticky_1xvlw {
38
+ } .modal__sticky_2au8r {
39
39
  position: sticky;
40
40
  z-index: 1
41
- } .modal__sticky_1xvlw.modal__hasContent_1xvlw {
41
+ } .modal__sticky_2au8r.modal__hasContent_2au8r {
42
42
  background: var(--modal-header-background);
43
43
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1kfrn */
1
+ /* hash: antlz */
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_k2kkn {
41
+ } .modal__header_1ya3e {
42
42
  padding: var(--modal-header-mobile-paddings);
43
- } .modal__sticky_k2kkn {
43
+ } .modal__sticky_1ya3e {
44
44
  top: 0;
45
- } .modal__content_k2kkn {
45
+ } .modal__content_1ya3e {
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/cssm/Component.js CHANGED
@@ -50,6 +50,7 @@ var Modal = React.forwardRef(function (_a, ref) {
50
50
  transitionProps: tslib.__assign(tslib.__assign({ classNames: transitions__default.default }, transitionProps), { onEntered: handleEntered }),
51
51
  }
52
52
  : {
53
+ wrapperClassName: wrapperClassName,
53
54
  ref: ref,
54
55
  transitionProps: tslib.__assign({ classNames: transitions__default.default }, transitionProps),
55
56
  className: cn__default.default(className, mobileStyles__default.default.component),
package/desktop.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1aprh */
1
+ /* hash: lglgz */
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_xpc1o {
38
+ } .modal__wrapper_1ko8i {
39
39
  padding-top: var(--modal-vertical-padding);
40
40
  padding-bottom: var(--modal-vertical-padding);
41
- } .modal__component_xpc1o {
41
+ } .modal__component_1ko8i {
42
42
  width: 100%;
43
43
  max-width: 100%;
44
44
  border-radius: var(--modal-border-radius);
45
- } .modal__fullscreen_xpc1o {
45
+ } .modal__fullscreen_1ko8i {
46
46
  padding-top: 0;
47
47
  padding-bottom: 0
48
- } .modal__fullscreen_xpc1o .modal__component_xpc1o {
48
+ } .modal__fullscreen_1ko8i .modal__component_1ko8i {
49
49
  flex: 1;
50
50
  border-radius: 0;
51
- } .modal__s_xpc1o {
51
+ } .modal__s_1ko8i {
52
52
  width: var(--modal-s-width);
53
- } .modal__m_xpc1o {
53
+ } .modal__m_1ko8i {
54
54
  width: var(--modal-m-width);
55
- } .modal__l_xpc1o {
55
+ } .modal__l_1ko8i {
56
56
  width: var(--modal-l-width);
57
- } .modal__xl_xpc1o {
57
+ } .modal__xl_1ko8i {
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_xpc1o","component":"modal__component_xpc1o","fullscreen":"modal__fullscreen_xpc1o","s":"modal__s_xpc1o","m":"modal__m_xpc1o","l":"modal__l_xpc1o","xl":"modal__xl_xpc1o"};
8
+ var desktopStyles = {"wrapper":"modal__wrapper_1ko8i","component":"modal__component_1ko8i","fullscreen":"modal__fullscreen_1ko8i","s":"modal__s_1ko8i","m":"modal__m_1ko8i","l":"modal__l_1ko8i","xl":"modal__xl_1ko8i"};
9
9
  require('./desktop.css')
10
10
 
11
- var mobileStyles = {"component":"modal__component_v6cg6"};
11
+ var mobileStyles = {"component":"modal__component_1uflh"};
12
12
  require('./mobile.css')
13
13
 
14
- var transitions = {"appear":"modal__appear_7zc9y","enter":"modal__enter_7zc9y","appearActive":"modal__appearActive_7zc9y","enterActive":"modal__enterActive_7zc9y","exit":"modal__exit_7zc9y","exitActive":"modal__exitActive_7zc9y","exitDone":"modal__exitDone_7zc9y"};
14
+ var transitions = {"appear":"modal__appear_1eyra","enter":"modal__enter_1eyra","appearActive":"modal__appearActive_1eyra","enterActive":"modal__enterActive_1eyra","exit":"modal__exit_1eyra","exitActive":"modal__exitActive_1eyra","exitDone":"modal__exitDone_1eyra"};
15
15
  require('./transitions.css')
16
16
 
17
17
  var Modal = forwardRef(function (_a, ref) {
@@ -43,6 +43,7 @@ var Modal = forwardRef(function (_a, ref) {
43
43
  transitionProps: __assign(__assign({ classNames: transitions }, transitionProps), { onEntered: handleEntered }),
44
44
  }
45
45
  : {
46
+ wrapperClassName: wrapperClassName,
46
47
  ref: ref,
47
48
  transitionProps: __assign({ classNames: transitions }, transitionProps),
48
49
  className: cn(className, mobileStyles.component),
@@ -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_1m9qv","m":"modal__m_1m9qv","l":"modal__l_1m9qv","xl":"modal__xl_1m9qv","fullscreen":"modal__fullscreen_1m9qv"};
7
+ var desktopStyles = {"s":"modal__s_1dag6","m":"modal__m_1dag6","l":"modal__l_1dag6","xl":"modal__xl_1dag6","fullscreen":"modal__fullscreen_1dag6"};
8
8
  require('./desktop.css')
9
9
 
10
- var styles = {"content":"modal__content_1xtr1","withHeader":"modal__withHeader_1xtr1","flex":"modal__flex_1xtr1"};
10
+ var styles = {"content":"modal__content_1q3c8","withHeader":"modal__withHeader_1q3c8","flex":"modal__flex_1q3c8"};
11
11
  require('./index.css')
12
12
 
13
- var mobileStyles = {"content":"modal__content_jks7g"};
13
+ var mobileStyles = {"content":"modal__content_14lgy"};
14
14
  require('./mobile.css')
15
15
 
16
16
  var Content = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: xk40u */
1
+ /* hash: 1l9pr */
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_1m9qv,
34
- .modal__m_1m9qv,
35
- .modal__l_1m9qv,
36
- .modal__xl_1m9qv,
37
- .modal__fullscreen_1m9qv {
33
+ } .modal__s_1dag6,
34
+ .modal__m_1dag6,
35
+ .modal__l_1dag6,
36
+ .modal__xl_1dag6,
37
+ .modal__fullscreen_1dag6 {
38
38
  padding: var(--modal-s-content-paddings)
39
- } .modal__s_1m9qv:last-child, .modal__m_1m9qv:last-child, .modal__l_1m9qv:last-child, .modal__xl_1m9qv:last-child, .modal__fullscreen_1m9qv:last-child {
39
+ } .modal__s_1dag6:last-child, .modal__m_1dag6:last-child, .modal__l_1dag6:last-child, .modal__xl_1dag6:last-child, .modal__fullscreen_1dag6:last-child {
40
40
  padding-bottom: var(--modal-s-content-only-bottom-padding);
41
41
  }
@@ -1,4 +1,4 @@
1
- /* hash: wm5c5 */
1
+ /* hash: 1kbr3 */
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_1xtr1 {
30
+ } .modal__content_1q3c8 {
31
31
  position: relative;
32
32
  box-sizing: border-box;
33
33
  width: 100%;
34
34
  z-index: 0
35
- } .modal__content_1xtr1.modal__withHeader_1xtr1 {
35
+ } .modal__content_1q3c8.modal__withHeader_1q3c8 {
36
36
  padding-top: 0;
37
- } .modal__flex_1xtr1 {
37
+ } .modal__flex_1q3c8 {
38
38
  flex: 1;
39
39
  }
@@ -1,4 +1,4 @@
1
- /* hash: yzdvi */
1
+ /* hash: b3cjr */
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_jks7g {
31
+ } .modal__content_14lgy {
32
32
  padding: var(--gap-m) var(--gap-m) 0
33
- } .modal__content_jks7g:last-child {
33
+ } .modal__content_14lgy:last-child {
34
34
  padding-bottom: var(--gap-m);
35
35
  }