@alfalab/core-components-modal 6.1.5 → 6.1.6

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 (76) hide show
  1. package/Component.desktop.js +1 -1
  2. package/Component.js +4 -4
  3. package/Component.mobile.js +1 -1
  4. package/Component.responsive.js +1 -1
  5. package/components/closer/Component.js +2 -2
  6. package/components/closer/index.css +4 -4
  7. package/components/content/Component.js +3 -3
  8. package/components/content/desktop.css +8 -8
  9. package/components/content/index.css +3 -3
  10. package/components/content/mobile.css +3 -3
  11. package/components/footer/Component.js +4 -4
  12. package/components/footer/desktop.css +9 -9
  13. package/components/footer/index.css +4 -4
  14. package/components/footer/layout.css +25 -25
  15. package/components/footer/mobile.css +3 -3
  16. package/components/header/Component.js +4 -4
  17. package/components/header/desktop.css +17 -17
  18. package/components/header/index.css +15 -15
  19. package/components/header/mobile.css +3 -3
  20. package/desktop.css +9 -9
  21. package/desktop.js +1 -1
  22. package/esm/Component.desktop.js +1 -1
  23. package/esm/Component.js +4 -4
  24. package/esm/Component.mobile.js +1 -1
  25. package/esm/Component.responsive.js +1 -1
  26. package/esm/components/closer/Component.js +2 -2
  27. package/esm/components/closer/index.css +4 -4
  28. package/esm/components/content/Component.js +3 -3
  29. package/esm/components/content/desktop.css +8 -8
  30. package/esm/components/content/index.css +3 -3
  31. package/esm/components/content/mobile.css +3 -3
  32. package/esm/components/footer/Component.js +4 -4
  33. package/esm/components/footer/desktop.css +9 -9
  34. package/esm/components/footer/index.css +4 -4
  35. package/esm/components/footer/layout.css +25 -25
  36. package/esm/components/footer/mobile.css +3 -3
  37. package/esm/components/header/Component.js +4 -4
  38. package/esm/components/header/desktop.css +17 -17
  39. package/esm/components/header/index.css +15 -15
  40. package/esm/components/header/mobile.css +3 -3
  41. package/esm/desktop.css +9 -9
  42. package/esm/desktop.js +1 -1
  43. package/esm/index.js +1 -1
  44. package/esm/mobile.css +2 -2
  45. package/esm/mobile.js +1 -1
  46. package/esm/responsive.js +1 -1
  47. package/esm/transitions.css +8 -8
  48. package/esm/{tslib.es6-ee71828e.d.ts → tslib.es6-79d306ac.d.ts} +0 -0
  49. package/esm/{tslib.es6-ee71828e.js → tslib.es6-79d306ac.js} +0 -0
  50. package/index.js +1 -1
  51. package/mobile.css +2 -2
  52. package/mobile.js +1 -1
  53. package/modern/Component.js +3 -3
  54. package/modern/components/closer/Component.js +1 -1
  55. package/modern/components/closer/index.css +4 -4
  56. package/modern/components/content/Component.js +3 -3
  57. package/modern/components/content/desktop.css +8 -8
  58. package/modern/components/content/index.css +3 -3
  59. package/modern/components/content/mobile.css +3 -3
  60. package/modern/components/footer/Component.js +4 -4
  61. package/modern/components/footer/desktop.css +9 -9
  62. package/modern/components/footer/index.css +4 -4
  63. package/modern/components/footer/layout.css +25 -25
  64. package/modern/components/footer/mobile.css +3 -3
  65. package/modern/components/header/Component.js +3 -3
  66. package/modern/components/header/desktop.css +17 -17
  67. package/modern/components/header/index.css +15 -15
  68. package/modern/components/header/mobile.css +3 -3
  69. package/modern/desktop.css +9 -9
  70. package/modern/mobile.css +2 -2
  71. package/modern/transitions.css +8 -8
  72. package/package.json +2 -2
  73. package/responsive.js +1 -1
  74. package/transitions.css +8 -8
  75. /package/{tslib.es6-97e2c80c.d.ts → tslib.es6-7ac3f36f.d.ts} +0 -0
  76. /package/{tslib.es6-97e2c80c.js → tslib.es6-7ac3f36f.js} +0 -0
@@ -1,4 +1,4 @@
1
- /* hash: 10pj7 */
1
+ /* hash: r1esr */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -31,32 +31,32 @@
31
31
 
32
32
  /* mobile */
33
33
  }
34
- .modal__wrapper_1b8ho {
34
+ .modal__wrapper_3pg2e {
35
35
  padding-top: var(--modal-vertical-padding);
36
36
  padding-bottom: var(--modal-vertical-padding);
37
37
  }
38
- .modal__component_1b8ho {
38
+ .modal__component_3pg2e {
39
39
  width: 100%;
40
40
  max-width: 100%;
41
41
  border-radius: var(--modal-border-radius);
42
42
  }
43
- .modal__fullscreen_1b8ho {
43
+ .modal__fullscreen_3pg2e {
44
44
  padding-top: 0;
45
45
  padding-bottom: 0
46
46
  }
47
- .modal__fullscreen_1b8ho .modal__component_1b8ho {
47
+ .modal__fullscreen_3pg2e .modal__component_3pg2e {
48
48
  flex: 1;
49
49
  border-radius: 0;
50
50
  }
51
- .modal__s_1b8ho {
51
+ .modal__s_3pg2e {
52
52
  width: var(--modal-s-width);
53
53
  }
54
- .modal__m_1b8ho {
54
+ .modal__m_3pg2e {
55
55
  width: var(--modal-m-width);
56
56
  }
57
- .modal__l_1b8ho {
57
+ .modal__l_3pg2e {
58
58
  width: var(--modal-l-width);
59
59
  }
60
- .modal__xl_1b8ho {
60
+ .modal__xl_3pg2e {
61
61
  width: var(--modal-xl-width);
62
62
  }
package/modern/mobile.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: unrmv */
1
+ /* hash: 1je73 */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -19,7 +19,7 @@
19
19
 
20
20
  /* mobile */
21
21
  }
22
- .modal__component_1ad9f {
22
+ .modal__component_17e3x {
23
23
  flex: 1;
24
24
  width: 100%;
25
25
  }
@@ -1,24 +1,24 @@
1
- /* hash: mo0fi */
2
- .modal__appear_huc3b,
3
- .modal__enter_huc3b {
1
+ /* hash: 1befv */
2
+ .modal__appear_1m1cm,
3
+ .modal__enter_1m1cm {
4
4
  opacity: 0;
5
5
  transform: translateY(15px);
6
6
  }
7
7
 
8
- .modal__appearActive_huc3b,
9
- .modal__enterActive_huc3b {
8
+ .modal__appearActive_1m1cm,
9
+ .modal__enterActive_1m1cm {
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_huc3b {
15
+ .modal__exit_1m1cm {
16
16
  opacity: 1;
17
17
  transform: translateY(0);
18
18
  }
19
19
 
20
- .modal__exitActive_huc3b,
21
- .modal__exitDone_huc3b {
20
+ .modal__exitActive_1m1cm,
21
+ .modal__exitDone_1m1cm {
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": "6.1.5",
3
+ "version": "6.1.6",
4
4
  "description": "Modal component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -15,7 +15,7 @@
15
15
  "dependencies": {
16
16
  "@alfalab/core-components-base-modal": "^5.0.7",
17
17
  "@alfalab/core-components-button": "^7.0.2",
18
- "@alfalab/core-components-icon-button": "^6.0.2",
18
+ "@alfalab/core-components-icon-button": "^6.0.3",
19
19
  "@alfalab/core-components-mq": "^4.1.1",
20
20
  "@alfalab/icons-glyph": "^2.89.0",
21
21
  "classnames": "^2.3.1",
package/responsive.js CHANGED
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var Component_responsive = require('./Component.responsive.js');
4
- require('./tslib.es6-97e2c80c.js');
4
+ require('./tslib.es6-7ac3f36f.js');
5
5
  require('react');
6
6
  require('@alfalab/hooks');
7
7
  require('./components/closer/Component.js');
package/transitions.css CHANGED
@@ -1,24 +1,24 @@
1
- /* hash: mo0fi */
2
- .modal__appear_huc3b,
3
- .modal__enter_huc3b {
1
+ /* hash: 1befv */
2
+ .modal__appear_1m1cm,
3
+ .modal__enter_1m1cm {
4
4
  opacity: 0;
5
5
  transform: translateY(15px);
6
6
  }
7
7
 
8
- .modal__appearActive_huc3b,
9
- .modal__enterActive_huc3b {
8
+ .modal__appearActive_1m1cm,
9
+ .modal__enterActive_1m1cm {
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_huc3b {
15
+ .modal__exit_1m1cm {
16
16
  opacity: 1;
17
17
  transform: translateY(0);
18
18
  }
19
19
 
20
- .modal__exitActive_huc3b,
21
- .modal__exitDone_huc3b {
20
+ .modal__exitActive_1m1cm,
21
+ .modal__exitDone_1m1cm {
22
22
  opacity: 0;
23
23
  transform: translateY(15px);
24
24
  transition: opacity 200ms ease-out, transform 200ms ease-out;