@alfalab/core-components-modal 5.0.3 → 5.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 (104) hide show
  1. package/dist/Component.desktop.js +3 -3
  2. package/dist/Component.mobile.js +3 -3
  3. package/dist/Component.responsive.js +2 -2
  4. package/dist/components/closer/Component.js +2 -2
  5. package/dist/components/closer/index.css +4 -4
  6. package/dist/components/content/Component.desktop.js +2 -2
  7. package/dist/components/content/Component.js +1 -1
  8. package/dist/components/content/Component.mobile.js +2 -2
  9. package/dist/components/content/desktop.css +8 -8
  10. package/dist/components/content/index.css +3 -3
  11. package/dist/components/content/mobile.css +3 -3
  12. package/dist/components/footer/Component.desktop.js +2 -2
  13. package/dist/components/footer/Component.js +2 -2
  14. package/dist/components/footer/Component.mobile.js +2 -2
  15. package/dist/components/footer/desktop.css +9 -9
  16. package/dist/components/footer/index.css +4 -4
  17. package/dist/components/footer/layout.css +25 -25
  18. package/dist/components/footer/mobile.css +3 -3
  19. package/dist/components/header/Component.desktop.js +2 -2
  20. package/dist/components/header/Component.js +1 -1
  21. package/dist/components/header/Component.mobile.js +2 -2
  22. package/dist/components/header/desktop.css +17 -17
  23. package/dist/components/header/index.css +15 -15
  24. package/dist/components/header/mobile.css +3 -3
  25. package/dist/desktop.css +9 -9
  26. package/dist/desktop.js +2 -2
  27. package/dist/esm/Component.desktop.js +3 -3
  28. package/dist/esm/Component.mobile.js +3 -3
  29. package/dist/esm/Component.responsive.js +2 -2
  30. package/dist/esm/components/closer/Component.js +2 -2
  31. package/dist/esm/components/closer/index.css +4 -4
  32. package/dist/esm/components/content/Component.desktop.js +2 -2
  33. package/dist/esm/components/content/Component.js +1 -1
  34. package/dist/esm/components/content/Component.mobile.js +2 -2
  35. package/dist/esm/components/content/desktop.css +8 -8
  36. package/dist/esm/components/content/index.css +3 -3
  37. package/dist/esm/components/content/mobile.css +3 -3
  38. package/dist/esm/components/footer/Component.desktop.js +2 -2
  39. package/dist/esm/components/footer/Component.js +2 -2
  40. package/dist/esm/components/footer/Component.mobile.js +2 -2
  41. package/dist/esm/components/footer/desktop.css +9 -9
  42. package/dist/esm/components/footer/index.css +4 -4
  43. package/dist/esm/components/footer/layout.css +25 -25
  44. package/dist/esm/components/footer/mobile.css +3 -3
  45. package/dist/esm/components/header/Component.desktop.js +2 -2
  46. package/dist/esm/components/header/Component.js +1 -1
  47. package/dist/esm/components/header/Component.mobile.js +2 -2
  48. package/dist/esm/components/header/desktop.css +17 -17
  49. package/dist/esm/components/header/index.css +15 -15
  50. package/dist/esm/components/header/mobile.css +3 -3
  51. package/dist/esm/desktop.css +9 -9
  52. package/dist/esm/desktop.js +2 -2
  53. package/dist/esm/index.js +2 -2
  54. package/dist/esm/mobile.css +2 -2
  55. package/dist/esm/mobile.js +2 -2
  56. package/dist/esm/responsive.js +2 -2
  57. package/dist/esm/transitions.css +8 -8
  58. package/dist/esm/transitions.module-90914bad.js +4 -0
  59. package/dist/esm/{tslib.es6-97b66a70.d.ts → tslib.es6-8123756f.d.ts} +0 -0
  60. package/dist/esm/{tslib.es6-97b66a70.js → tslib.es6-8123756f.js} +0 -0
  61. package/dist/index.js +2 -2
  62. package/dist/mobile.css +2 -2
  63. package/dist/mobile.js +2 -2
  64. package/dist/modern/Component.desktop.js +2 -2
  65. package/dist/modern/Component.mobile.js +2 -2
  66. package/dist/modern/Component.responsive.js +1 -1
  67. package/dist/modern/components/closer/Component.js +1 -1
  68. package/dist/modern/components/closer/index.css +4 -4
  69. package/dist/modern/components/content/Component.desktop.js +1 -1
  70. package/dist/modern/components/content/Component.js +1 -1
  71. package/dist/modern/components/content/Component.mobile.js +1 -1
  72. package/dist/modern/components/content/desktop.css +8 -8
  73. package/dist/modern/components/content/index.css +3 -3
  74. package/dist/modern/components/content/mobile.css +3 -3
  75. package/dist/modern/components/footer/Component.desktop.js +1 -1
  76. package/dist/modern/components/footer/Component.js +2 -2
  77. package/dist/modern/components/footer/Component.mobile.js +1 -1
  78. package/dist/modern/components/footer/desktop.css +9 -9
  79. package/dist/modern/components/footer/index.css +4 -4
  80. package/dist/modern/components/footer/layout.css +25 -25
  81. package/dist/modern/components/footer/mobile.css +3 -3
  82. package/dist/modern/components/header/Component.desktop.js +1 -1
  83. package/dist/modern/components/header/Component.js +1 -1
  84. package/dist/modern/components/header/Component.mobile.js +1 -1
  85. package/dist/modern/components/header/desktop.css +17 -17
  86. package/dist/modern/components/header/index.css +15 -15
  87. package/dist/modern/components/header/mobile.css +3 -3
  88. package/dist/modern/desktop.css +9 -9
  89. package/dist/modern/desktop.js +1 -1
  90. package/dist/modern/index.js +1 -1
  91. package/dist/modern/mobile.css +2 -2
  92. package/dist/modern/mobile.js +1 -1
  93. package/dist/modern/responsive.js +1 -1
  94. package/dist/modern/transitions.css +8 -8
  95. package/dist/modern/transitions.module-90914bad.js +4 -0
  96. package/dist/responsive.js +2 -2
  97. package/dist/transitions.css +8 -8
  98. package/dist/transitions.module-8b2d8c9f.js +6 -0
  99. package/dist/{tslib.es6-9581db82.d.ts → tslib.es6-7c98e6dc.d.ts} +0 -0
  100. package/dist/{tslib.es6-9581db82.js → tslib.es6-7c98e6dc.js} +0 -0
  101. package/package.json +2 -2
  102. package/dist/esm/transitions.module-ec5a8797.js +0 -4
  103. package/dist/modern/transitions.module-ec5a8797.js +0 -4
  104. package/dist/transitions.module-d1256960.js +0 -6
@@ -1,4 +1,4 @@
1
- /* hash: hehw5 */
1
+ /* hash: 1hmpa */
2
2
  :root {
3
3
  --color-light-bg-primary: #fff;
4
4
  --color-light-border-primary: #dbdee1;
@@ -26,16 +26,16 @@
26
26
 
27
27
  /* mobile */
28
28
  }
29
- .modal__footer_decos {
29
+ .modal__footer_1w9wg {
30
30
  width: 100%;
31
31
  box-sizing: border-box;
32
32
  transition: box-shadow 0.2s ease, background 0.2s ease;
33
33
  }
34
- .modal__sticky_decos {
34
+ .modal__sticky_1w9wg {
35
35
  background: var(--modal-footer-background);
36
36
  position: sticky;
37
37
  }
38
- .modal__highlighted_decos {
38
+ .modal__highlighted_1w9wg {
39
39
  background: var(--modal-footer-highlight-background);
40
40
  box-shadow: var(--modal-footer-highlight-box-shadow);
41
41
  }
@@ -1,4 +1,4 @@
1
- /* hash: d8fw5 */
1
+ /* hash: 1n0b1 */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -25,60 +25,60 @@
25
25
 
26
26
  /* mobile */
27
27
  }
28
- .modal__column_1fgyw {
28
+ .modal__column_zben0 {
29
29
  display: flex;
30
30
  flex-direction: column
31
31
  }
32
- .modal__column_1fgyw > * {
32
+ .modal__column_zben0 > * {
33
33
  margin-bottom: var(--modal-footer-default-gap);
34
34
  }
35
- .modal__column_1fgyw > *:last-child,
36
- .modal__column_1fgyw > *:only-child {
35
+ .modal__column_zben0 > *:last-child,
36
+ .modal__column_zben0 > *:only-child {
37
37
  margin-bottom: 0;
38
38
  }
39
- .modal__column_1fgyw.modal__gap-16_1fgyw > * {
39
+ .modal__column_zben0.modal__gap-16_zben0 > * {
40
40
  margin-bottom: var(--gap-m);
41
41
  }
42
- .modal__column_1fgyw.modal__gap-24_1fgyw > * {
42
+ .modal__column_zben0.modal__gap-24_zben0 > * {
43
43
  margin-bottom: var(--gap-xl);
44
44
  }
45
- .modal__column_1fgyw.modal__gap-32_1fgyw > * {
45
+ .modal__column_zben0.modal__gap-32_zben0 > * {
46
46
  margin-bottom: var(--gap-2xl);
47
47
  }
48
- .modal__start_1fgyw {
48
+ .modal__start_zben0 {
49
49
  justify-content: flex-start;
50
50
  }
51
- .modal__center_1fgyw {
51
+ .modal__center_zben0 {
52
52
  justify-content: center;
53
53
  }
54
- .modal__space-between_1fgyw {
54
+ .modal__space-between_zben0 {
55
55
  justify-content: space-between
56
56
  }
57
- .modal__space-between_1fgyw > * {
57
+ .modal__space-between_zben0 > * {
58
58
  flex: 1;
59
59
  }
60
- .modal__start_1fgyw,
61
- .modal__center_1fgyw,
62
- .modal__space-between_1fgyw {
60
+ .modal__start_zben0,
61
+ .modal__center_zben0,
62
+ .modal__space-between_zben0 {
63
63
  display: flex
64
64
  }
65
- .modal__start_1fgyw > *, .modal__center_1fgyw > *, .modal__space-between_1fgyw > * {
65
+ .modal__start_zben0 > *, .modal__center_zben0 > *, .modal__space-between_zben0 > * {
66
66
  margin-right: var(--modal-footer-default-gap);
67
67
  }
68
- .modal__start_1fgyw > *:last-child,
69
- .modal__start_1fgyw > *:only-child,
70
- .modal__center_1fgyw > *:last-child,
71
- .modal__center_1fgyw > *:only-child,
72
- .modal__space-between_1fgyw > *:last-child,
73
- .modal__space-between_1fgyw > *:only-child {
68
+ .modal__start_zben0 > *:last-child,
69
+ .modal__start_zben0 > *:only-child,
70
+ .modal__center_zben0 > *:last-child,
71
+ .modal__center_zben0 > *:only-child,
72
+ .modal__space-between_zben0 > *:last-child,
73
+ .modal__space-between_zben0 > *:only-child {
74
74
  margin-right: 0;
75
75
  }
76
- .modal__start_1fgyw.modal__gap-16_1fgyw > *, .modal__center_1fgyw.modal__gap-16_1fgyw > *, .modal__space-between_1fgyw.modal__gap-16_1fgyw > * {
76
+ .modal__start_zben0.modal__gap-16_zben0 > *, .modal__center_zben0.modal__gap-16_zben0 > *, .modal__space-between_zben0.modal__gap-16_zben0 > * {
77
77
  margin-right: var(--gap-m);
78
78
  }
79
- .modal__start_1fgyw.modal__gap-24_1fgyw > *, .modal__center_1fgyw.modal__gap-24_1fgyw > *, .modal__space-between_1fgyw.modal__gap-24_1fgyw > * {
79
+ .modal__start_zben0.modal__gap-24_zben0 > *, .modal__center_zben0.modal__gap-24_zben0 > *, .modal__space-between_zben0.modal__gap-24_zben0 > * {
80
80
  margin-right: var(--gap-xl);
81
81
  }
82
- .modal__start_1fgyw.modal__gap-32_1fgyw > *, .modal__center_1fgyw.modal__gap-32_1fgyw > *, .modal__space-between_1fgyw.modal__gap-32_1fgyw > * {
82
+ .modal__start_zben0.modal__gap-32_zben0 > *, .modal__center_zben0.modal__gap-32_zben0 > *, .modal__space-between_zben0.modal__gap-32_zben0 > * {
83
83
  margin-right: var(--gap-2xl);
84
84
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1ggiq */
1
+ /* hash: o93o6 */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -22,9 +22,9 @@
22
22
 
23
23
  /* mobile */
24
24
  }
25
- .modal__footer_1uh8w {
25
+ .modal__footer_3gip8 {
26
26
  padding: var(--gap-m);
27
27
  }
28
- .modal__sticky_1uh8w {
28
+ .modal__sticky_3gip8 {
29
29
  bottom: 0;
30
30
  }
@@ -7,7 +7,7 @@ import '@alfalab/core-components-icon-button/dist/modern';
7
7
  import '@alfalab/icons-glyph/CrossHeavyMIcon';
8
8
  import { Closer } from '../closer/Component.js';
9
9
 
10
- var styles = {"header":"modal__header_16zz7","content":"modal__content_16zz7","s":"modal__s_16zz7","m":"modal__m_16zz7","l":"modal__l_16zz7","xl":"modal__xl_16zz7","fullscreen":"modal__fullscreen_16zz7","hasContent":"modal__hasContent_16zz7","sticky":"modal__sticky_16zz7"};
10
+ var styles = {"header":"modal__header_quex9","content":"modal__content_quex9","s":"modal__s_quex9","m":"modal__m_quex9","l":"modal__l_quex9","xl":"modal__xl_quex9","fullscreen":"modal__fullscreen_quex9","hasContent":"modal__hasContent_quex9","sticky":"modal__sticky_quex9"};
11
11
  require('./desktop.css')
12
12
 
13
13
  const HeaderDesktop = ({ size, className, contentClassName, hasCloser = true, sticky, leftAddons = React.createElement("span", null), title, children, ...restProps }) => {
@@ -3,7 +3,7 @@ import cn from 'classnames';
3
3
  import '@alfalab/core-components-base-modal/dist/modern';
4
4
  import { ModalContext } from '../../Context.js';
5
5
 
6
- var styles = {"header":"modal__header_1gjf0","hasContent":"modal__hasContent_1gjf0","highlighted":"modal__highlighted_1gjf0","sticky":"modal__sticky_1gjf0","content":"modal__content_1gjf0","title":"modal__title_1gjf0","addon":"modal__addon_1gjf0","closer":"modal__closer_1gjf0","left":"modal__left_1gjf0","center":"modal__center_1gjf0","right":"modal__right_1gjf0","trim":"modal__trim_1gjf0"};
6
+ var styles = {"header":"modal__header_10dur","hasContent":"modal__hasContent_10dur","highlighted":"modal__highlighted_10dur","sticky":"modal__sticky_10dur","content":"modal__content_10dur","title":"modal__title_10dur","addon":"modal__addon_10dur","closer":"modal__closer_10dur","left":"modal__left_10dur","center":"modal__center_10dur","right":"modal__right_10dur","trim":"modal__trim_10dur"};
7
7
  require('./index.css')
8
8
 
9
9
  const Header = ({ className, addonClassName, contentClassName, leftAddons, children, align = 'left', trim = true, title, closer, sticky, }) => {
@@ -8,7 +8,7 @@ import '@alfalab/icons-glyph/CrossHeavyMIcon';
8
8
  import { Closer } from '../closer/Component.js';
9
9
  import CrossMIcon from '@alfalab/icons-glyph/CrossMIcon';
10
10
 
11
- var styles = {"sticky":"modal__sticky_cx1uj","content":"modal__content_cx1uj"};
11
+ var styles = {"sticky":"modal__sticky_kxfp3","content":"modal__content_kxfp3"};
12
12
  require('./mobile.css')
13
13
 
14
14
  const HeaderMobile = ({ className, contentClassName, hasCloser = true, sticky, ...restProps }) => (React.createElement(Header, Object.assign({ className: cn(className, {
@@ -1,4 +1,4 @@
1
- /* hash: 14ew0 */
1
+ /* hash: 1rvqq */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -43,45 +43,45 @@
43
43
 
44
44
  /* mobile */
45
45
  }
46
- .modal__header_16zz7 {
46
+ .modal__header_quex9 {
47
47
  border-top-left-radius: var(--modal-border-radius);
48
48
  border-top-right-radius: var(--modal-border-radius);
49
49
  }
50
- .modal__content_16zz7 {
50
+ .modal__content_quex9 {
51
51
  font-weight: var(--modal-header-desktop-font-weight);
52
52
  font-family: var(--modal-header-desktop-font-family);
53
53
  }
54
- .modal__s_16zz7 .modal__content_16zz7,
55
- .modal__m_16zz7 .modal__content_16zz7 {
54
+ .modal__s_quex9 .modal__content_quex9,
55
+ .modal__m_quex9 .modal__content_quex9 {
56
56
  padding: var(--modal-s-header-desktop-content-paddings);
57
57
  font-size: var(--modal-s-header-desktop-font-size);
58
58
  line-height: var(--modal-s-header-desktop-line-height);
59
59
  }
60
- .modal__l_16zz7 .modal__content_16zz7,
61
- .modal__xl_16zz7 .modal__content_16zz7,
62
- .modal__fullscreen_16zz7 .modal__content_16zz7 {
60
+ .modal__l_quex9 .modal__content_quex9,
61
+ .modal__xl_quex9 .modal__content_quex9,
62
+ .modal__fullscreen_quex9 .modal__content_quex9 {
63
63
  padding: var(--modal-l-header-desktop-content-paddings);
64
64
  font-size: var(--modal-l-header-desktop-font-size);
65
65
  line-height: var(--modal-l-header-desktop-line-height);
66
66
  }
67
- .modal__s_16zz7,
68
- .modal__m_16zz7 {
67
+ .modal__s_quex9,
68
+ .modal__m_quex9 {
69
69
  padding: var(--modal-s-header-paddings)
70
70
  }
71
- .modal__s_16zz7:not(.modal__hasContent_16zz7), .modal__m_16zz7:not(.modal__hasContent_16zz7) {
71
+ .modal__s_quex9:not(.modal__hasContent_quex9), .modal__m_quex9:not(.modal__hasContent_quex9) {
72
72
  padding-bottom: 0;
73
73
  }
74
- .modal__l_16zz7,
75
- .modal__xl_16zz7,
76
- .modal__fullscreen_16zz7 {
74
+ .modal__l_quex9,
75
+ .modal__xl_quex9,
76
+ .modal__fullscreen_quex9 {
77
77
  padding: var(--gap-xl) var(--gap-xl) var(--gap-m)
78
78
  }
79
- .modal__l_16zz7:not(.modal__hasContent_16zz7), .modal__xl_16zz7:not(.modal__hasContent_16zz7), .modal__fullscreen_16zz7:not(.modal__hasContent_16zz7) {
79
+ .modal__l_quex9:not(.modal__hasContent_quex9), .modal__xl_quex9:not(.modal__hasContent_quex9), .modal__fullscreen_quex9:not(.modal__hasContent_quex9) {
80
80
  padding-bottom: var(--gap-m);
81
81
  }
82
- .modal__sticky_16zz7 {
82
+ .modal__sticky_quex9 {
83
83
  top: calc(var(--modal-vertical-padding) * -1)
84
84
  }
85
- .modal__sticky_16zz7.modal__fullscreen_16zz7 {
85
+ .modal__sticky_quex9.modal__fullscreen_quex9 {
86
86
  top: 0;
87
87
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1w6eq */
1
+ /* hash: b2hng */
2
2
  :root {
3
3
  --color-light-bg-primary: #fff;
4
4
  }
@@ -25,7 +25,7 @@
25
25
 
26
26
  /* mobile */
27
27
  }
28
- .modal__header_1gjf0 {
28
+ .modal__header_10dur {
29
29
  width: 100%;
30
30
  box-sizing: border-box;
31
31
  display: flex;
@@ -33,26 +33,26 @@
33
33
  justify-content: space-between;
34
34
  transition: box-shadow 0.2s ease, background 0.2s ease
35
35
  }
36
- .modal__header_1gjf0:not(.modal__hasContent_1gjf0) {
36
+ .modal__header_10dur:not(.modal__hasContent_10dur) {
37
37
  pointer-events: none;
38
38
  }
39
- .modal__highlighted_1gjf0 {
39
+ .modal__highlighted_10dur {
40
40
  background: var(--modal-header-highlight-background);
41
41
  box-shadow: var(--modal-header-highlight-box-shadow);
42
42
  }
43
- .modal__sticky_1gjf0 {
43
+ .modal__sticky_10dur {
44
44
  position: sticky
45
45
  }
46
- .modal__sticky_1gjf0.modal__hasContent_1gjf0 {
46
+ .modal__sticky_10dur.modal__hasContent_10dur {
47
47
  background: var(--modal-header-background);
48
48
  }
49
- .modal__content_1gjf0 {
49
+ .modal__content_10dur {
50
50
  flex-grow: 1;
51
51
  }
52
- .modal__title_1gjf0 {
52
+ .modal__title_10dur {
53
53
  word-break: break-word;
54
54
  }
55
- .modal__addon_1gjf0 {
55
+ .modal__addon_10dur {
56
56
  min-width: 48px;
57
57
  height: 48px;
58
58
  display: flex;
@@ -60,25 +60,25 @@
60
60
  align-items: center;
61
61
  pointer-events: all;
62
62
  }
63
- .modal__closer_1gjf0 {
63
+ .modal__closer_10dur {
64
64
  margin-left: auto;
65
65
  }
66
- .modal__left_1gjf0 {
66
+ .modal__left_10dur {
67
67
  justify-content: flex-start;
68
68
  text-align: left;
69
69
  }
70
- .modal__center_1gjf0 {
70
+ .modal__center_10dur {
71
71
  justify-content: center;
72
72
  text-align: center;
73
73
  }
74
- .modal__right_1gjf0 {
74
+ .modal__right_10dur {
75
75
  justify-content: flex-end;
76
76
  text-align: right;
77
77
  }
78
- .modal__trim_1gjf0 {
78
+ .modal__trim_10dur {
79
79
  overflow: hidden
80
80
  }
81
- .modal__trim_1gjf0 .modal__title_1gjf0 {
81
+ .modal__trim_10dur .modal__title_10dur {
82
82
  overflow: hidden;
83
83
  white-space: nowrap;
84
84
  text-overflow: ellipsis;
@@ -1,4 +1,4 @@
1
- /* hash: tgc7c */
1
+ /* hash: 16gbd */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -33,10 +33,10 @@
33
33
  --modal-header-mobile-font-family: var(--font-family-system);
34
34
  --modal-header-mobile-font-weight: bold;
35
35
  }
36
- .modal__sticky_cx1uj {
36
+ .modal__sticky_kxfp3 {
37
37
  top: 0;
38
38
  }
39
- .modal__content_cx1uj {
39
+ .modal__content_kxfp3 {
40
40
  font-size: var(--modal-header-mobile-font-size);
41
41
  line-height: var(--modal-header-mobile-line-height);
42
42
  font-family: var(--modal-header-mobile-font-family);
@@ -1,4 +1,4 @@
1
- /* hash: 1h4q9 */
1
+ /* hash: jup18 */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -31,32 +31,32 @@
31
31
 
32
32
  /* mobile */
33
33
  }
34
- .modal__wrapper_q64la {
34
+ .modal__wrapper_i5qqp {
35
35
  padding-top: var(--modal-vertical-padding);
36
36
  padding-bottom: var(--modal-vertical-padding);
37
37
  }
38
- .modal__component_q64la {
38
+ .modal__component_i5qqp {
39
39
  width: 100%;
40
40
  max-width: 100%;
41
41
  border-radius: var(--modal-border-radius);
42
42
  }
43
- .modal__fullscreen_q64la {
43
+ .modal__fullscreen_i5qqp {
44
44
  padding-top: 0;
45
45
  padding-bottom: 0
46
46
  }
47
- .modal__fullscreen_q64la .modal__component_q64la {
47
+ .modal__fullscreen_i5qqp .modal__component_i5qqp {
48
48
  flex: 1;
49
49
  border-radius: 0;
50
50
  }
51
- .modal__s_q64la {
51
+ .modal__s_i5qqp {
52
52
  width: var(--modal-s-width);
53
53
  }
54
- .modal__m_q64la {
54
+ .modal__m_i5qqp {
55
55
  width: var(--modal-m-width);
56
56
  }
57
- .modal__l_q64la {
57
+ .modal__l_i5qqp {
58
58
  width: var(--modal-l-width);
59
59
  }
60
- .modal__xl_q64la {
60
+ .modal__xl_i5qqp {
61
61
  width: var(--modal-xl-width);
62
62
  }
@@ -13,4 +13,4 @@ import './components/content/Component.desktop.js';
13
13
  import './components/footer/Component.js';
14
14
  import './components/footer/Component.desktop.js';
15
15
  export { ModalDesktop } from './Component.desktop.js';
16
- import './transitions.module-ec5a8797.js';
16
+ import './transitions.module-90914bad.js';
@@ -13,7 +13,7 @@ import './components/content/Component.desktop.js';
13
13
  import './components/footer/Component.js';
14
14
  import './components/footer/Component.desktop.js';
15
15
  import './Component.desktop.js';
16
- import './transitions.module-ec5a8797.js';
16
+ import './transitions.module-90914bad.js';
17
17
  import '@alfalab/icons-glyph/CrossMIcon';
18
18
  import './components/header/Component.mobile.js';
19
19
  import './components/content/Component.mobile.js';
@@ -1,4 +1,4 @@
1
- /* hash: 18tu0 */
1
+ /* hash: 1lqty */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -19,7 +19,7 @@
19
19
 
20
20
  /* mobile */
21
21
  }
22
- .modal__component_jhu7u {
22
+ .modal__component_znehm {
23
23
  flex: 1;
24
24
  width: 100%;
25
25
  }
@@ -8,7 +8,7 @@ import '@alfalab/icons-glyph/CrossHeavyMIcon';
8
8
  import './components/closer/Component.js';
9
9
  import './components/content/Component.js';
10
10
  import './components/footer/Component.js';
11
- import './transitions.module-ec5a8797.js';
11
+ import './transitions.module-90914bad.js';
12
12
  import '@alfalab/icons-glyph/CrossMIcon';
13
13
  import './components/header/Component.mobile.js';
14
14
  import './components/content/Component.mobile.js';
@@ -13,7 +13,7 @@ import './components/content/Component.desktop.js';
13
13
  import './components/footer/Component.js';
14
14
  import './components/footer/Component.desktop.js';
15
15
  import './Component.desktop.js';
16
- import './transitions.module-ec5a8797.js';
16
+ import './transitions.module-90914bad.js';
17
17
  import '@alfalab/icons-glyph/CrossMIcon';
18
18
  import './components/header/Component.mobile.js';
19
19
  import './components/content/Component.mobile.js';
@@ -1,24 +1,24 @@
1
- /* hash: 1adqj */
2
- .modal__appear_1q00x,
3
- .modal__enter_1q00x {
1
+ /* hash: 1dr2r */
2
+ .modal__appear_74h5i,
3
+ .modal__enter_74h5i {
4
4
  opacity: 0;
5
5
  transform: translateY(15px);
6
6
  }
7
7
 
8
- .modal__appearActive_1q00x,
9
- .modal__enterActive_1q00x {
8
+ .modal__appearActive_74h5i,
9
+ .modal__enterActive_74h5i {
10
10
  opacity: 1;
11
11
  transform: translateY(0);
12
12
  transition: opacity 200ms ease-in, transform 200ms ease-in;
13
13
  }
14
14
 
15
- .modal__exit_1q00x {
15
+ .modal__exit_74h5i {
16
16
  opacity: 1;
17
17
  transform: translateY(0);
18
18
  }
19
19
 
20
- .modal__exitActive_1q00x,
21
- .modal__exitDone_1q00x {
20
+ .modal__exitActive_74h5i,
21
+ .modal__exitDone_74h5i {
22
22
  opacity: 0;
23
23
  transform: translateY(15px);
24
24
  transition: opacity 200ms ease-out, transform 200ms ease-out;
@@ -0,0 +1,4 @@
1
+ var transitions = {"appear":"modal__appear_74h5i","enter":"modal__enter_74h5i","appearActive":"modal__appearActive_74h5i","enterActive":"modal__enterActive_74h5i","exit":"modal__exit_74h5i","exitActive":"modal__exitActive_74h5i","exitDone":"modal__exitDone_74h5i"};
2
+ require('./transitions.css')
3
+
4
+ export { transitions as t };
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('./tslib.es6-9581db82.js');
5
+ require('./tslib.es6-7c98e6dc.js');
6
6
  require('react');
7
7
  require('classnames');
8
8
  require('@alfalab/core-components-base-modal');
@@ -18,7 +18,7 @@ require('./components/content/Component.desktop.js');
18
18
  require('./components/footer/Component.js');
19
19
  require('./components/footer/Component.desktop.js');
20
20
  require('./Component.desktop.js');
21
- require('./transitions.module-d1256960.js');
21
+ require('./transitions.module-8b2d8c9f.js');
22
22
  require('@alfalab/icons-glyph/CrossMIcon');
23
23
  require('./components/header/Component.mobile.js');
24
24
  require('./components/content/Component.mobile.js');
@@ -1,24 +1,24 @@
1
- /* hash: 1adqj */
2
- .modal__appear_1q00x,
3
- .modal__enter_1q00x {
1
+ /* hash: 1dr2r */
2
+ .modal__appear_74h5i,
3
+ .modal__enter_74h5i {
4
4
  opacity: 0;
5
5
  transform: translateY(15px);
6
6
  }
7
7
 
8
- .modal__appearActive_1q00x,
9
- .modal__enterActive_1q00x {
8
+ .modal__appearActive_74h5i,
9
+ .modal__enterActive_74h5i {
10
10
  opacity: 1;
11
11
  transform: translateY(0);
12
12
  transition: opacity 200ms ease-in, transform 200ms ease-in;
13
13
  }
14
14
 
15
- .modal__exit_1q00x {
15
+ .modal__exit_74h5i {
16
16
  opacity: 1;
17
17
  transform: translateY(0);
18
18
  }
19
19
 
20
- .modal__exitActive_1q00x,
21
- .modal__exitDone_1q00x {
20
+ .modal__exitActive_74h5i,
21
+ .modal__exitDone_74h5i {
22
22
  opacity: 0;
23
23
  transform: translateY(15px);
24
24
  transition: opacity 200ms ease-out, transform 200ms ease-out;
@@ -0,0 +1,6 @@
1
+ 'use strict';
2
+
3
+ var transitions = {"appear":"modal__appear_74h5i","enter":"modal__enter_74h5i","appearActive":"modal__appearActive_74h5i","enterActive":"modal__enterActive_74h5i","exit":"modal__exit_74h5i","exitActive":"modal__exitActive_74h5i","exitDone":"modal__exitDone_74h5i"};
4
+ require('./transitions.css')
5
+
6
+ exports.transitions = transitions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-modal",
3
- "version": "5.0.3",
3
+ "version": "5.0.4",
4
4
  "description": "Modal component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -28,5 +28,5 @@
28
28
  "peerDependencies": {
29
29
  "react": "^16.9.0 || ^17.0.1"
30
30
  },
31
- "gitHead": "8d998af881e79e8b524179aa50cdb117c1380c74"
31
+ "gitHead": "204444aabcabdb02d7769cb95249172a8d1066de"
32
32
  }
@@ -1,4 +0,0 @@
1
- var transitions = {"appear":"modal__appear_1q00x","enter":"modal__enter_1q00x","appearActive":"modal__appearActive_1q00x","enterActive":"modal__enterActive_1q00x","exit":"modal__exit_1q00x","exitActive":"modal__exitActive_1q00x","exitDone":"modal__exitDone_1q00x"};
2
- require('./transitions.css')
3
-
4
- export { transitions as t };
@@ -1,4 +0,0 @@
1
- var transitions = {"appear":"modal__appear_1q00x","enter":"modal__enter_1q00x","appearActive":"modal__appearActive_1q00x","enterActive":"modal__enterActive_1q00x","exit":"modal__exit_1q00x","exitActive":"modal__exitActive_1q00x","exitDone":"modal__exitDone_1q00x"};
2
- require('./transitions.css')
3
-
4
- export { transitions as t };
@@ -1,6 +0,0 @@
1
- 'use strict';
2
-
3
- var transitions = {"appear":"modal__appear_1q00x","enter":"modal__enter_1q00x","appearActive":"modal__appearActive_1q00x","enterActive":"modal__enterActive_1q00x","exit":"modal__exit_1q00x","exitActive":"modal__exitActive_1q00x","exitDone":"modal__exitDone_1q00x"};
4
- require('./transitions.css')
5
-
6
- exports.transitions = transitions;