@alfalab/core-components-modal 7.0.7 → 7.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/Component.js +3 -3
  2. package/components/content/Component.js +3 -3
  3. package/components/content/desktop.css +7 -7
  4. package/components/content/index.css +4 -4
  5. package/components/content/mobile.css +3 -3
  6. package/components/footer/Component.js +4 -4
  7. package/components/footer/desktop.css +9 -9
  8. package/components/footer/index.css +4 -4
  9. package/components/footer/layout.css +25 -25
  10. package/components/footer/mobile.css +3 -3
  11. package/components/header/Component.js +3 -3
  12. package/components/header/desktop.css +15 -15
  13. package/components/header/index.css +4 -4
  14. package/components/header/mobile.css +4 -4
  15. package/desktop.css +9 -9
  16. package/esm/Component.js +3 -3
  17. package/esm/components/content/Component.js +3 -3
  18. package/esm/components/content/desktop.css +7 -7
  19. package/esm/components/content/index.css +4 -4
  20. package/esm/components/content/mobile.css +3 -3
  21. package/esm/components/footer/Component.js +4 -4
  22. package/esm/components/footer/desktop.css +9 -9
  23. package/esm/components/footer/index.css +4 -4
  24. package/esm/components/footer/layout.css +25 -25
  25. package/esm/components/footer/mobile.css +3 -3
  26. package/esm/components/header/Component.js +3 -3
  27. package/esm/components/header/desktop.css +15 -15
  28. package/esm/components/header/index.css +4 -4
  29. package/esm/components/header/mobile.css +4 -4
  30. package/esm/desktop.css +9 -9
  31. package/esm/mobile.css +2 -2
  32. package/esm/transitions.css +8 -8
  33. package/mobile.css +2 -2
  34. package/modern/Component.js +3 -3
  35. package/modern/components/content/Component.js +3 -3
  36. package/modern/components/content/desktop.css +7 -7
  37. package/modern/components/content/index.css +4 -4
  38. package/modern/components/content/mobile.css +3 -3
  39. package/modern/components/footer/Component.js +4 -4
  40. package/modern/components/footer/desktop.css +9 -9
  41. package/modern/components/footer/index.css +4 -4
  42. package/modern/components/footer/layout.css +25 -25
  43. package/modern/components/footer/mobile.css +3 -3
  44. package/modern/components/header/Component.js +3 -3
  45. package/modern/components/header/desktop.css +15 -15
  46. package/modern/components/header/index.css +4 -4
  47. package/modern/components/header/mobile.css +4 -4
  48. package/modern/desktop.css +9 -9
  49. package/modern/mobile.css +2 -2
  50. package/modern/transitions.css +8 -8
  51. package/package.json +4 -10
  52. package/transitions.css +8 -8
@@ -1,4 +1,4 @@
1
- /* hash: k720x */
1
+ /* hash: 1hldk */
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,45 +31,45 @@
31
31
  /* mobile */
32
32
 
33
33
  /* paddings */
34
- } .modal__column_35106 {
34
+ } .modal__column_1btd2 {
35
35
  display: flex;
36
36
  flex-direction: column
37
- } .modal__column_35106 > * {
37
+ } .modal__column_1btd2 > * {
38
38
  margin-bottom: var(--modal-footer-default-gap);
39
- } .modal__column_35106 > *:last-child,
40
- .modal__column_35106 > *:only-child {
39
+ } .modal__column_1btd2 > *:last-child,
40
+ .modal__column_1btd2 > *:only-child {
41
41
  margin-bottom: 0;
42
- } .modal__column_35106.modal__gap-16_35106 > * {
42
+ } .modal__column_1btd2.modal__gap-16_1btd2 > * {
43
43
  margin-bottom: var(--gap-m);
44
- } .modal__column_35106.modal__gap-24_35106 > * {
44
+ } .modal__column_1btd2.modal__gap-24_1btd2 > * {
45
45
  margin-bottom: var(--gap-xl);
46
- } .modal__column_35106.modal__gap-32_35106 > * {
46
+ } .modal__column_1btd2.modal__gap-32_1btd2 > * {
47
47
  margin-bottom: var(--gap-2xl);
48
- } .modal__start_35106 {
48
+ } .modal__start_1btd2 {
49
49
  justify-content: flex-start;
50
- } .modal__center_35106 {
50
+ } .modal__center_1btd2 {
51
51
  justify-content: center;
52
- } .modal__space-between_35106 {
52
+ } .modal__space-between_1btd2 {
53
53
  justify-content: space-between
54
- } .modal__space-between_35106 > * {
54
+ } .modal__space-between_1btd2 > * {
55
55
  flex: 1;
56
- } .modal__start_35106,
57
- .modal__center_35106,
58
- .modal__space-between_35106 {
56
+ } .modal__start_1btd2,
57
+ .modal__center_1btd2,
58
+ .modal__space-between_1btd2 {
59
59
  display: flex
60
- } .modal__start_35106 > *, .modal__center_35106 > *, .modal__space-between_35106 > * {
60
+ } .modal__start_1btd2 > *, .modal__center_1btd2 > *, .modal__space-between_1btd2 > * {
61
61
  margin-right: var(--modal-footer-default-gap);
62
- } .modal__start_35106 > *:last-child,
63
- .modal__start_35106 > *:only-child,
64
- .modal__center_35106 > *:last-child,
65
- .modal__center_35106 > *:only-child,
66
- .modal__space-between_35106 > *:last-child,
67
- .modal__space-between_35106 > *:only-child {
62
+ } .modal__start_1btd2 > *:last-child,
63
+ .modal__start_1btd2 > *:only-child,
64
+ .modal__center_1btd2 > *:last-child,
65
+ .modal__center_1btd2 > *:only-child,
66
+ .modal__space-between_1btd2 > *:last-child,
67
+ .modal__space-between_1btd2 > *:only-child {
68
68
  margin-right: 0;
69
- } .modal__start_35106.modal__gap-16_35106 > *, .modal__center_35106.modal__gap-16_35106 > *, .modal__space-between_35106.modal__gap-16_35106 > * {
69
+ } .modal__start_1btd2.modal__gap-16_1btd2 > *, .modal__center_1btd2.modal__gap-16_1btd2 > *, .modal__space-between_1btd2.modal__gap-16_1btd2 > * {
70
70
  margin-right: var(--gap-m);
71
- } .modal__start_35106.modal__gap-24_35106 > *, .modal__center_35106.modal__gap-24_35106 > *, .modal__space-between_35106.modal__gap-24_35106 > * {
71
+ } .modal__start_1btd2.modal__gap-24_1btd2 > *, .modal__center_1btd2.modal__gap-24_1btd2 > *, .modal__space-between_1btd2.modal__gap-24_1btd2 > * {
72
72
  margin-right: var(--gap-xl);
73
- } .modal__start_35106.modal__gap-32_35106 > *, .modal__center_35106.modal__gap-32_35106 > *, .modal__space-between_35106.modal__gap-32_35106 > * {
73
+ } .modal__start_1btd2.modal__gap-32_1btd2 > *, .modal__center_1btd2.modal__gap-32_1btd2 > *, .modal__space-between_1btd2.modal__gap-32_1btd2 > * {
74
74
  margin-right: var(--gap-2xl);
75
75
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1r2co */
1
+ /* hash: 1jf7n */
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_1rgu0 {
31
+ } .modal__footer_7ufx5 {
32
32
  padding: var(--gap-m);
33
- } .modal__sticky_1rgu0 {
33
+ } .modal__sticky_7ufx5 {
34
34
  bottom: 0;
35
35
  }
@@ -5,13 +5,13 @@ import { ModalContext } from '../../Context.js';
5
5
  import { ResponsiveContext } from '../../ResponsiveContext.js';
6
6
  import '@alfalab/core-components-base-modal/modern';
7
7
 
8
- const desktopStyles = {"header":"modal__header_2bmi7","content":"modal__content_2bmi7","s":"modal__s_2bmi7","m":"modal__m_2bmi7","l":"modal__l_2bmi7","xl":"modal__xl_2bmi7","fullscreen":"modal__fullscreen_2bmi7","sticky":"modal__sticky_2bmi7"};
8
+ const desktopStyles = {"header":"modal__header_1azyk","content":"modal__content_1azyk","s":"modal__s_1azyk","m":"modal__m_1azyk","l":"modal__l_1azyk","xl":"modal__xl_1azyk","fullscreen":"modal__fullscreen_1azyk","sticky":"modal__sticky_1azyk"};
9
9
  require('./desktop.css')
10
10
 
11
- const styles = {"highlighted":"modal__highlighted_aauwq","sticky":"modal__sticky_aauwq","hasContent":"modal__hasContent_aauwq"};
11
+ const styles = {"highlighted":"modal__highlighted_u8nsx","sticky":"modal__sticky_u8nsx","hasContent":"modal__hasContent_u8nsx"};
12
12
  require('./index.css')
13
13
 
14
- const mobileStyles = {"header":"modal__header_35d3k","sticky":"modal__sticky_35d3k","content":"modal__content_35d3k"};
14
+ const mobileStyles = {"header":"modal__header_2y66q","sticky":"modal__sticky_2y66q","content":"modal__content_2y66q"};
15
15
  require('./mobile.css')
16
16
 
17
17
  const Header = ({ className, sticky, title, children, contentClassName, hasCloser = true, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: vnvpb */
1
+ /* hash: mh50z */
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_2bmi7 {
47
+ } .modal__header_1azyk {
48
48
  border-top-left-radius: var(--modal-border-radius);
49
49
  border-top-right-radius: var(--modal-border-radius);
50
- } .modal__content_2bmi7 {
50
+ } .modal__content_1azyk {
51
51
  font-weight: var(--modal-header-desktop-font-weight);
52
52
  font-family: var(--modal-header-desktop-font-family);
53
- } .modal__s_2bmi7 .modal__content_2bmi7,
54
- .modal__m_2bmi7 .modal__content_2bmi7 {
53
+ } .modal__s_1azyk .modal__content_1azyk,
54
+ .modal__m_1azyk .modal__content_1azyk {
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_2bmi7 .modal__content_2bmi7,
59
- .modal__xl_2bmi7 .modal__content_2bmi7,
60
- .modal__fullscreen_2bmi7 .modal__content_2bmi7 {
58
+ } .modal__l_1azyk .modal__content_1azyk,
59
+ .modal__xl_1azyk .modal__content_1azyk,
60
+ .modal__fullscreen_1azyk .modal__content_1azyk {
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_2bmi7,
65
- .modal__m_2bmi7,
66
- .modal__l_2bmi7,
67
- .modal__xl_2bmi7,
68
- .modal__fullscreen_2bmi7 {
64
+ } .modal__s_1azyk,
65
+ .modal__m_1azyk,
66
+ .modal__l_1azyk,
67
+ .modal__xl_1azyk,
68
+ .modal__fullscreen_1azyk {
69
69
  padding: var(--modal-s-header-paddings);
70
- } .modal__sticky_2bmi7 {
70
+ } .modal__sticky_1azyk {
71
71
  top: calc(var(--modal-vertical-padding) * -1)
72
- } .modal__sticky_2bmi7.modal__fullscreen_2bmi7 {
72
+ } .modal__sticky_1azyk.modal__fullscreen_1azyk {
73
73
  top: 0;
74
74
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1dvqn */
1
+ /* hash: ghf48 */
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_aauwq {
35
+ } .modal__highlighted_u8nsx {
36
36
  background: var(--modal-header-highlight-background);
37
37
  box-shadow: var(--modal-header-highlight-box-shadow);
38
- } .modal__sticky_aauwq {
38
+ } .modal__sticky_u8nsx {
39
39
  position: sticky;
40
40
  z-index: 1
41
- } .modal__sticky_aauwq.modal__hasContent_aauwq {
41
+ } .modal__sticky_u8nsx.modal__hasContent_u8nsx {
42
42
  background: var(--modal-header-background);
43
43
  }
@@ -1,4 +1,4 @@
1
- /* hash: 3n2da */
1
+ /* hash: 1qjng */
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_35d3k {
41
+ } .modal__header_2y66q {
42
42
  padding: var(--modal-header-mobile-paddings);
43
- } .modal__sticky_35d3k {
43
+ } .modal__sticky_2y66q {
44
44
  top: 0;
45
- } .modal__content_35d3k {
45
+ } .modal__content_2y66q {
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: 1g2k2 */
1
+ /* hash: 1e61c */
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_1hxbk {
38
+ } .modal__wrapper_4rpuo {
39
39
  padding-top: var(--modal-vertical-padding);
40
40
  padding-bottom: var(--modal-vertical-padding);
41
- } .modal__component_1hxbk {
41
+ } .modal__component_4rpuo {
42
42
  width: 100%;
43
43
  max-width: 100%;
44
44
  border-radius: var(--modal-border-radius);
45
- } .modal__fullscreen_1hxbk {
45
+ } .modal__fullscreen_4rpuo {
46
46
  padding-top: 0;
47
47
  padding-bottom: 0
48
- } .modal__fullscreen_1hxbk .modal__component_1hxbk {
48
+ } .modal__fullscreen_4rpuo .modal__component_4rpuo {
49
49
  flex: 1;
50
50
  border-radius: 0;
51
- } .modal__s_1hxbk {
51
+ } .modal__s_4rpuo {
52
52
  width: var(--modal-s-width);
53
- } .modal__m_1hxbk {
53
+ } .modal__m_4rpuo {
54
54
  width: var(--modal-m-width);
55
- } .modal__l_1hxbk {
55
+ } .modal__l_4rpuo {
56
56
  width: var(--modal-l-width);
57
- } .modal__xl_1hxbk {
57
+ } .modal__xl_4rpuo {
58
58
  width: var(--modal-xl-width);
59
59
  }
package/modern/mobile.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: piywx */
1
+ /* hash: gc88l */
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,7 +27,7 @@
27
27
  /* mobile */
28
28
 
29
29
  /* paddings */
30
- } .modal__component_tgxfn {
30
+ } .modal__component_1s5s6 {
31
31
  flex: 1;
32
32
  width: 100%;
33
33
  max-width: 600px;
@@ -1,24 +1,24 @@
1
- /* hash: hj7pl */
2
- .modal__appear_1yewq,
3
- .modal__enter_1yewq {
1
+ /* hash: 1j607 */
2
+ .modal__appear_9c48h,
3
+ .modal__enter_9c48h {
4
4
  opacity: 0;
5
5
  transform: translateY(15px);
6
6
  }
7
7
 
8
- .modal__appearActive_1yewq,
9
- .modal__enterActive_1yewq {
8
+ .modal__appearActive_9c48h,
9
+ .modal__enterActive_9c48h {
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_1yewq {
15
+ .modal__exit_9c48h {
16
16
  opacity: 1;
17
17
  transform: translateY(0);
18
18
  }
19
19
 
20
- .modal__exitActive_1yewq,
21
- .modal__exitDone_1yewq {
20
+ .modal__exitActive_9c48h,
21
+ .modal__exitDone_9c48h {
22
22
  opacity: 0;
23
23
  transform: translateY(15px);
24
24
  transition: opacity 200ms ease-out, transform 200ms ease-out;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-modal",
3
- "version": "7.0.7",
3
+ "version": "7.0.9",
4
4
  "description": "Modal component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -15,18 +15,12 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@alfalab/core-components-base-modal": "^5.1.3",
18
- "@alfalab/core-components-button": "^8.0.0",
19
- "@alfalab/core-components-icon-button": "^6.0.9",
20
- "@alfalab/core-components-mq": "^4.1.4",
21
- "@alfalab/core-components-navigation-bar": "^0.3.0",
22
- "@alfalab/icons-glyph": "^2.89.0",
18
+ "@alfalab/core-components-navigation-bar": "^0.3.2",
19
+ "@alfalab/hooks": "^1.13.0",
23
20
  "classnames": "^2.3.1",
24
- "react-transition-group": "^4.4.5",
21
+ "react-merge-refs": "^1.1.0",
25
22
  "tslib": "^2.4.0"
26
23
  },
27
- "devDependencies": {
28
- "@types/react-transition-group": "^4.4.5"
29
- },
30
24
  "peerDependencies": {
31
25
  "react": "^16.9.0 || ^17.0.1 || ^18.0.0"
32
26
  }
package/transitions.css CHANGED
@@ -1,24 +1,24 @@
1
- /* hash: hj7pl */
2
- .modal__appear_1yewq,
3
- .modal__enter_1yewq {
1
+ /* hash: 1j607 */
2
+ .modal__appear_9c48h,
3
+ .modal__enter_9c48h {
4
4
  opacity: 0;
5
5
  transform: translateY(15px);
6
6
  }
7
7
 
8
- .modal__appearActive_1yewq,
9
- .modal__enterActive_1yewq {
8
+ .modal__appearActive_9c48h,
9
+ .modal__enterActive_9c48h {
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_1yewq {
15
+ .modal__exit_9c48h {
16
16
  opacity: 1;
17
17
  transform: translateY(0);
18
18
  }
19
19
 
20
- .modal__exitActive_1yewq,
21
- .modal__exitDone_1yewq {
20
+ .modal__exitActive_9c48h,
21
+ .modal__exitDone_9c48h {
22
22
  opacity: 0;
23
23
  transform: translateY(15px);
24
24
  transition: opacity 200ms ease-out, transform 200ms ease-out;