@alfalab/core-components-modal 7.0.1 → 7.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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 +2 -2
  52. package/transitions.css +8 -8
@@ -1,4 +1,4 @@
1
- /* hash: 5lipt */
1
+ /* hash: 1ln00 */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  } :root {
@@ -44,31 +44,31 @@
44
44
  /* mobile */
45
45
 
46
46
  /* paddings */
47
- } .modal__header_1jiqn {
47
+ } .modal__header_1ye0v {
48
48
  border-top-left-radius: var(--modal-border-radius);
49
49
  border-top-right-radius: var(--modal-border-radius);
50
- } .modal__content_1jiqn {
50
+ } .modal__content_1ye0v {
51
51
  font-weight: var(--modal-header-desktop-font-weight);
52
52
  font-family: var(--modal-header-desktop-font-family);
53
- } .modal__s_1jiqn .modal__content_1jiqn,
54
- .modal__m_1jiqn .modal__content_1jiqn {
53
+ } .modal__s_1ye0v .modal__content_1ye0v,
54
+ .modal__m_1ye0v .modal__content_1ye0v {
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_1jiqn .modal__content_1jiqn,
59
- .modal__xl_1jiqn .modal__content_1jiqn,
60
- .modal__fullscreen_1jiqn .modal__content_1jiqn {
58
+ } .modal__l_1ye0v .modal__content_1ye0v,
59
+ .modal__xl_1ye0v .modal__content_1ye0v,
60
+ .modal__fullscreen_1ye0v .modal__content_1ye0v {
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_1jiqn,
65
- .modal__m_1jiqn,
66
- .modal__l_1jiqn,
67
- .modal__xl_1jiqn,
68
- .modal__fullscreen_1jiqn {
64
+ } .modal__s_1ye0v,
65
+ .modal__m_1ye0v,
66
+ .modal__l_1ye0v,
67
+ .modal__xl_1ye0v,
68
+ .modal__fullscreen_1ye0v {
69
69
  padding: var(--modal-s-header-paddings);
70
- } .modal__sticky_1jiqn {
70
+ } .modal__sticky_1ye0v {
71
71
  top: calc(var(--modal-vertical-padding) * -1)
72
- } .modal__sticky_1jiqn.modal__fullscreen_1jiqn {
72
+ } .modal__sticky_1ye0v.modal__fullscreen_1ye0v {
73
73
  top: 0;
74
74
  }
@@ -1,4 +1,4 @@
1
- /* hash: xd1fe */
1
+ /* hash: td5pl */
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_75xcl {
35
+ } .modal__highlighted_m17kg {
36
36
  background: var(--modal-header-highlight-background);
37
37
  box-shadow: var(--modal-header-highlight-box-shadow);
38
- } .modal__sticky_75xcl {
38
+ } .modal__sticky_m17kg {
39
39
  position: sticky;
40
40
  z-index: 1
41
- } .modal__sticky_75xcl.modal__hasContent_75xcl {
41
+ } .modal__sticky_m17kg.modal__hasContent_m17kg {
42
42
  background: var(--modal-header-background);
43
43
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1jw1e */
1
+ /* hash: 1w9l7 */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  } :root {
@@ -38,11 +38,11 @@
38
38
 
39
39
  /* paddings */
40
40
  --modal-header-mobile-paddings: var(--gap-2xs) var(--gap-xs);
41
- } .modal__header_rj5dd {
41
+ } .modal__header_1r1bk {
42
42
  padding: var(--modal-header-mobile-paddings);
43
- } .modal__sticky_rj5dd {
43
+ } .modal__sticky_1r1bk {
44
44
  top: 0;
45
- } .modal__content_rj5dd {
45
+ } .modal__content_1r1bk {
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: xaf1o */
1
+ /* hash: kwv82 */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  } :root {
@@ -35,25 +35,25 @@
35
35
  /* mobile */
36
36
 
37
37
  /* paddings */
38
- } .modal__wrapper_rugaz {
38
+ } .modal__wrapper_1rde5 {
39
39
  padding-top: var(--modal-vertical-padding);
40
40
  padding-bottom: var(--modal-vertical-padding);
41
- } .modal__component_rugaz {
41
+ } .modal__component_1rde5 {
42
42
  width: 100%;
43
43
  max-width: 100%;
44
44
  border-radius: var(--modal-border-radius);
45
- } .modal__fullscreen_rugaz {
45
+ } .modal__fullscreen_1rde5 {
46
46
  padding-top: 0;
47
47
  padding-bottom: 0
48
- } .modal__fullscreen_rugaz .modal__component_rugaz {
48
+ } .modal__fullscreen_1rde5 .modal__component_1rde5 {
49
49
  flex: 1;
50
50
  border-radius: 0;
51
- } .modal__s_rugaz {
51
+ } .modal__s_1rde5 {
52
52
  width: var(--modal-s-width);
53
- } .modal__m_rugaz {
53
+ } .modal__m_1rde5 {
54
54
  width: var(--modal-m-width);
55
- } .modal__l_rugaz {
55
+ } .modal__l_1rde5 {
56
56
  width: var(--modal-l-width);
57
- } .modal__xl_rugaz {
57
+ } .modal__xl_1rde5 {
58
58
  width: var(--modal-xl-width);
59
59
  }
package/modern/mobile.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1yhpz */
1
+ /* hash: 60kzq */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  } :root {
@@ -27,7 +27,7 @@
27
27
  /* mobile */
28
28
 
29
29
  /* paddings */
30
- } .modal__component_57gnx {
30
+ } .modal__component_kkrie {
31
31
  flex: 1;
32
32
  width: 100%;
33
33
  }
@@ -1,24 +1,24 @@
1
- /* hash: 10ih0 */
2
- .modal__appear_1js93,
3
- .modal__enter_1js93 {
1
+ /* hash: 7khjb */
2
+ .modal__appear_56p3k,
3
+ .modal__enter_56p3k {
4
4
  opacity: 0;
5
5
  transform: translateY(15px);
6
6
  }
7
7
 
8
- .modal__appearActive_1js93,
9
- .modal__enterActive_1js93 {
8
+ .modal__appearActive_56p3k,
9
+ .modal__enterActive_56p3k {
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_1js93 {
15
+ .modal__exit_56p3k {
16
16
  opacity: 1;
17
17
  transform: translateY(0);
18
18
  }
19
19
 
20
- .modal__exitActive_1js93,
21
- .modal__exitDone_1js93 {
20
+ .modal__exitActive_56p3k,
21
+ .modal__exitDone_56p3k {
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.1",
3
+ "version": "7.0.2",
4
4
  "description": "Modal component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -17,7 +17,7 @@
17
17
  "@alfalab/core-components-button": "^7.1.1",
18
18
  "@alfalab/core-components-icon-button": "^6.0.8",
19
19
  "@alfalab/core-components-mq": "^4.1.3",
20
- "@alfalab/core-components-navigation-bar": "^0.1.1",
20
+ "@alfalab/core-components-navigation-bar": "^0.1.2",
21
21
  "@alfalab/icons-glyph": "^2.89.0",
22
22
  "classnames": "^2.3.1",
23
23
  "react-transition-group": "^4.4.5",
package/transitions.css CHANGED
@@ -1,24 +1,24 @@
1
- /* hash: 10ih0 */
2
- .modal__appear_1js93,
3
- .modal__enter_1js93 {
1
+ /* hash: 7khjb */
2
+ .modal__appear_56p3k,
3
+ .modal__enter_56p3k {
4
4
  opacity: 0;
5
5
  transform: translateY(15px);
6
6
  }
7
7
 
8
- .modal__appearActive_1js93,
9
- .modal__enterActive_1js93 {
8
+ .modal__appearActive_56p3k,
9
+ .modal__enterActive_56p3k {
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_1js93 {
15
+ .modal__exit_56p3k {
16
16
  opacity: 1;
17
17
  transform: translateY(0);
18
18
  }
19
19
 
20
- .modal__exitActive_1js93,
21
- .modal__exitDone_1js93 {
20
+ .modal__exitActive_56p3k,
21
+ .modal__exitDone_56p3k {
22
22
  opacity: 0;
23
23
  transform: translateY(15px);
24
24
  transition: opacity 200ms ease-out, transform 200ms ease-out;