@alfalab/core-components-base-modal 7.1.5 → 7.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.
package/esm/index.css CHANGED
@@ -12,14 +12,14 @@ body.is-locked {
12
12
  position: fixed;
13
13
  overflow: hidden;
14
14
  }
15
- .base-modal__component_b03d2 {
15
+ .base-modal__component_1rtxq {
16
16
  position: relative;
17
17
  box-sizing: border-box;
18
18
  background: var(--color-light-modal-bg-primary);
19
19
  margin: auto;
20
20
  flex-shrink: 0;
21
21
  }
22
- .base-modal__wrapper_b03d2 {
22
+ .base-modal__wrapper_1rtxq {
23
23
  position: fixed;
24
24
  top: var(--gap-0);
25
25
  left: var(--gap-0);
@@ -33,7 +33,7 @@ body.is-locked {
33
33
  outline: 0;
34
34
  overscroll-behavior: none;
35
35
  }
36
- .base-modal__content_b03d2 {
36
+ .base-modal__content_1rtxq {
37
37
  width: 100%;
38
38
  height: 100%;
39
39
  display: flex;
@@ -41,37 +41,37 @@ body.is-locked {
41
41
  flex: 1;
42
42
  }
43
43
  @media (display-mode: standalone) {
44
- .base-modal__content_b03d2.base-modal__hasFooter_b03d2 {
44
+ .base-modal__content_1rtxq.base-modal__hasFooter_1rtxq {
45
45
  padding-bottom: 0;
46
46
  padding-bottom: initial;
47
47
  }
48
48
  }
49
49
  @media (display-mode: standalone) {
50
- .base-modal__content_b03d2.base-modal__hasHeader_b03d2 {
50
+ .base-modal__content_1rtxq.base-modal__hasHeader_1rtxq {
51
51
  padding-top: 0;
52
52
  padding-top: initial;
53
53
  }
54
54
  }
55
- .base-modal__hidden_b03d2 {
55
+ .base-modal__hidden_1rtxq {
56
56
  display: none;
57
57
  }
58
- .base-modal__backdrop_b03d2 {
58
+ .base-modal__backdrop_1rtxq {
59
59
  z-index: 0;
60
60
  }
61
- .base-modal__appear_b03d2,
62
- .base-modal__enter_b03d2 {
61
+ .base-modal__appear_1rtxq,
62
+ .base-modal__enter_1rtxq {
63
63
  opacity: 0;
64
64
  }
65
- .base-modal__appearActive_b03d2,
66
- .base-modal__enterActive_b03d2 {
65
+ .base-modal__appearActive_1rtxq,
66
+ .base-modal__enterActive_1rtxq {
67
67
  opacity: 1;
68
68
  transition: opacity 200ms ease-in;
69
69
  }
70
- .base-modal__exit_b03d2 {
70
+ .base-modal__exit_1rtxq {
71
71
  opacity: 1;
72
72
  }
73
- .base-modal__exitActive_b03d2,
74
- .base-modal__exitDone_b03d2 {
73
+ .base-modal__exitActive_1rtxq,
74
+ .base-modal__exitDone_1rtxq {
75
75
  opacity: 0;
76
76
  transition: opacity 200ms ease-out;
77
77
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"base-modal__component_b03d2","wrapper":"base-modal__wrapper_b03d2","content":"base-modal__content_b03d2","hasFooter":"base-modal__hasFooter_b03d2","hasHeader":"base-modal__hasHeader_b03d2","hidden":"base-modal__hidden_b03d2","backdrop":"base-modal__backdrop_b03d2","appear":"base-modal__appear_b03d2","enter":"base-modal__enter_b03d2","appearActive":"base-modal__appearActive_b03d2","enterActive":"base-modal__enterActive_b03d2","exit":"base-modal__exit_b03d2","exitActive":"base-modal__exitActive_b03d2","exitDone":"base-modal__exitDone_b03d2"};
3
+ var styles = {"component":"base-modal__component_1rtxq","wrapper":"base-modal__wrapper_1rtxq","content":"base-modal__content_1rtxq","hasFooter":"base-modal__hasFooter_1rtxq","hasHeader":"base-modal__hasHeader_1rtxq","hidden":"base-modal__hidden_1rtxq","backdrop":"base-modal__backdrop_1rtxq","appear":"base-modal__appear_1rtxq","enter":"base-modal__enter_1rtxq","appearActive":"base-modal__appearActive_1rtxq","enterActive":"base-modal__enterActive_1rtxq","exit":"base-modal__exit_1rtxq","exitActive":"base-modal__exitActive_1rtxq","exitDone":"base-modal__exitDone_1rtxq"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/index.css CHANGED
@@ -12,14 +12,14 @@ body.is-locked {
12
12
  position: fixed;
13
13
  overflow: hidden;
14
14
  }
15
- .base-modal__component_b03d2 {
15
+ .base-modal__component_1rtxq {
16
16
  position: relative;
17
17
  box-sizing: border-box;
18
18
  background: var(--color-light-modal-bg-primary);
19
19
  margin: auto;
20
20
  flex-shrink: 0;
21
21
  }
22
- .base-modal__wrapper_b03d2 {
22
+ .base-modal__wrapper_1rtxq {
23
23
  position: fixed;
24
24
  top: var(--gap-0);
25
25
  left: var(--gap-0);
@@ -33,7 +33,7 @@ body.is-locked {
33
33
  outline: 0;
34
34
  overscroll-behavior: none;
35
35
  }
36
- .base-modal__content_b03d2 {
36
+ .base-modal__content_1rtxq {
37
37
  width: 100%;
38
38
  height: 100%;
39
39
  display: flex;
@@ -41,37 +41,37 @@ body.is-locked {
41
41
  flex: 1;
42
42
  }
43
43
  @media (display-mode: standalone) {
44
- .base-modal__content_b03d2.base-modal__hasFooter_b03d2 {
44
+ .base-modal__content_1rtxq.base-modal__hasFooter_1rtxq {
45
45
  padding-bottom: 0;
46
46
  padding-bottom: initial;
47
47
  }
48
48
  }
49
49
  @media (display-mode: standalone) {
50
- .base-modal__content_b03d2.base-modal__hasHeader_b03d2 {
50
+ .base-modal__content_1rtxq.base-modal__hasHeader_1rtxq {
51
51
  padding-top: 0;
52
52
  padding-top: initial;
53
53
  }
54
54
  }
55
- .base-modal__hidden_b03d2 {
55
+ .base-modal__hidden_1rtxq {
56
56
  display: none;
57
57
  }
58
- .base-modal__backdrop_b03d2 {
58
+ .base-modal__backdrop_1rtxq {
59
59
  z-index: 0;
60
60
  }
61
- .base-modal__appear_b03d2,
62
- .base-modal__enter_b03d2 {
61
+ .base-modal__appear_1rtxq,
62
+ .base-modal__enter_1rtxq {
63
63
  opacity: 0;
64
64
  }
65
- .base-modal__appearActive_b03d2,
66
- .base-modal__enterActive_b03d2 {
65
+ .base-modal__appearActive_1rtxq,
66
+ .base-modal__enterActive_1rtxq {
67
67
  opacity: 1;
68
68
  transition: opacity 200ms ease-in;
69
69
  }
70
- .base-modal__exit_b03d2 {
70
+ .base-modal__exit_1rtxq {
71
71
  opacity: 1;
72
72
  }
73
- .base-modal__exitActive_b03d2,
74
- .base-modal__exitDone_b03d2 {
73
+ .base-modal__exitActive_1rtxq,
74
+ .base-modal__exitDone_1rtxq {
75
75
  opacity: 0;
76
76
  transition: opacity 200ms ease-out;
77
77
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"base-modal__component_b03d2","wrapper":"base-modal__wrapper_b03d2","content":"base-modal__content_b03d2","hasFooter":"base-modal__hasFooter_b03d2","hasHeader":"base-modal__hasHeader_b03d2","hidden":"base-modal__hidden_b03d2","backdrop":"base-modal__backdrop_b03d2","appear":"base-modal__appear_b03d2","enter":"base-modal__enter_b03d2","appearActive":"base-modal__appearActive_b03d2","enterActive":"base-modal__enterActive_b03d2","exit":"base-modal__exit_b03d2","exitActive":"base-modal__exitActive_b03d2","exitDone":"base-modal__exitDone_b03d2"};
5
+ var styles = {"component":"base-modal__component_1rtxq","wrapper":"base-modal__wrapper_1rtxq","content":"base-modal__content_1rtxq","hasFooter":"base-modal__hasFooter_1rtxq","hasHeader":"base-modal__hasHeader_1rtxq","hidden":"base-modal__hidden_1rtxq","backdrop":"base-modal__backdrop_1rtxq","appear":"base-modal__appear_1rtxq","enter":"base-modal__enter_1rtxq","appearActive":"base-modal__appearActive_1rtxq","enterActive":"base-modal__enterActive_1rtxq","exit":"base-modal__exit_1rtxq","exitActive":"base-modal__exitActive_1rtxq","exitDone":"base-modal__exitDone_1rtxq"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
package/modern/index.css CHANGED
@@ -12,14 +12,14 @@ body.is-locked {
12
12
  position: fixed;
13
13
  overflow: hidden;
14
14
  }
15
- .base-modal__component_b03d2 {
15
+ .base-modal__component_1rtxq {
16
16
  position: relative;
17
17
  box-sizing: border-box;
18
18
  background: var(--color-light-modal-bg-primary);
19
19
  margin: auto;
20
20
  flex-shrink: 0;
21
21
  }
22
- .base-modal__wrapper_b03d2 {
22
+ .base-modal__wrapper_1rtxq {
23
23
  position: fixed;
24
24
  top: var(--gap-0);
25
25
  left: var(--gap-0);
@@ -33,7 +33,7 @@ body.is-locked {
33
33
  outline: 0;
34
34
  overscroll-behavior: none;
35
35
  }
36
- .base-modal__content_b03d2 {
36
+ .base-modal__content_1rtxq {
37
37
  width: 100%;
38
38
  height: 100%;
39
39
  display: flex;
@@ -41,37 +41,37 @@ body.is-locked {
41
41
  flex: 1;
42
42
  }
43
43
  @media (display-mode: standalone) {
44
- .base-modal__content_b03d2.base-modal__hasFooter_b03d2 {
44
+ .base-modal__content_1rtxq.base-modal__hasFooter_1rtxq {
45
45
  padding-bottom: 0;
46
46
  padding-bottom: initial;
47
47
  }
48
48
  }
49
49
  @media (display-mode: standalone) {
50
- .base-modal__content_b03d2.base-modal__hasHeader_b03d2 {
50
+ .base-modal__content_1rtxq.base-modal__hasHeader_1rtxq {
51
51
  padding-top: 0;
52
52
  padding-top: initial;
53
53
  }
54
54
  }
55
- .base-modal__hidden_b03d2 {
55
+ .base-modal__hidden_1rtxq {
56
56
  display: none;
57
57
  }
58
- .base-modal__backdrop_b03d2 {
58
+ .base-modal__backdrop_1rtxq {
59
59
  z-index: 0;
60
60
  }
61
- .base-modal__appear_b03d2,
62
- .base-modal__enter_b03d2 {
61
+ .base-modal__appear_1rtxq,
62
+ .base-modal__enter_1rtxq {
63
63
  opacity: 0;
64
64
  }
65
- .base-modal__appearActive_b03d2,
66
- .base-modal__enterActive_b03d2 {
65
+ .base-modal__appearActive_1rtxq,
66
+ .base-modal__enterActive_1rtxq {
67
67
  opacity: 1;
68
68
  transition: opacity 200ms ease-in;
69
69
  }
70
- .base-modal__exit_b03d2 {
70
+ .base-modal__exit_1rtxq {
71
71
  opacity: 1;
72
72
  }
73
- .base-modal__exitActive_b03d2,
74
- .base-modal__exitDone_b03d2 {
73
+ .base-modal__exitActive_1rtxq,
74
+ .base-modal__exitDone_1rtxq {
75
75
  opacity: 0;
76
76
  transition: opacity 200ms ease-out;
77
77
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"base-modal__component_b03d2","wrapper":"base-modal__wrapper_b03d2","content":"base-modal__content_b03d2","hasFooter":"base-modal__hasFooter_b03d2","hasHeader":"base-modal__hasHeader_b03d2","hidden":"base-modal__hidden_b03d2","backdrop":"base-modal__backdrop_b03d2","appear":"base-modal__appear_b03d2","enter":"base-modal__enter_b03d2","appearActive":"base-modal__appearActive_b03d2","enterActive":"base-modal__enterActive_b03d2","exit":"base-modal__exit_b03d2","exitActive":"base-modal__exitActive_b03d2","exitDone":"base-modal__exitDone_b03d2"};
3
+ const styles = {"component":"base-modal__component_1rtxq","wrapper":"base-modal__wrapper_1rtxq","content":"base-modal__content_1rtxq","hasFooter":"base-modal__hasFooter_1rtxq","hasHeader":"base-modal__hasHeader_1rtxq","hidden":"base-modal__hidden_1rtxq","backdrop":"base-modal__backdrop_1rtxq","appear":"base-modal__appear_1rtxq","enter":"base-modal__enter_1rtxq","appearActive":"base-modal__appearActive_1rtxq","enterActive":"base-modal__enterActive_1rtxq","exit":"base-modal__exit_1rtxq","exitActive":"base-modal__exitActive_1rtxq","exitDone":"base-modal__exitDone_1rtxq"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-base-modal",
3
- "version": "7.1.5",
3
+ "version": "7.1.6",
4
4
  "description": "BaseModal component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -15,8 +15,8 @@
15
15
  "dependencies": {
16
16
  "@alfalab/core-components-backdrop": "^5.0.2",
17
17
  "@alfalab/core-components-global-store": "^4.0.1",
18
- "@alfalab/core-components-portal": "^5.0.1",
19
- "@alfalab/core-components-shared": "^2.2.0",
18
+ "@alfalab/core-components-portal": "^5.0.2",
19
+ "@alfalab/core-components-shared": "^2.2.1",
20
20
  "@alfalab/core-components-stack": "^7.0.1",
21
21
  "@juggle/resize-observer": "^3.3.1",
22
22
  "@types/react-transition-group": "^4.4.12",
@@ -37,5 +37,5 @@
37
37
  "directory": "dist"
38
38
  },
39
39
  "themesVersion": "15.1.0",
40
- "varsVersion": "11.0.2"
40
+ "varsVersion": "11.1.0"
41
41
  }