@alfalab/core-components-base-modal 6.0.0 → 6.0.1

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
@@ -8,13 +8,13 @@
8
8
  margin-top: calc(var(--window-inner-scrollY) * -1);
9
9
  position: fixed;
10
10
  overflow: hidden;
11
- } .base-modal__component_4miwd {
11
+ } .base-modal__component_1aojb {
12
12
  position: relative;
13
13
  box-sizing: border-box;
14
14
  background: var(--color-light-modal-bg-primary);
15
15
  margin: auto;
16
16
  flex-shrink: 0;
17
- } .base-modal__wrapper_4miwd {
17
+ } .base-modal__wrapper_1aojb {
18
18
  position: fixed;
19
19
  top: var(--gap-0);
20
20
  left: var(--gap-0);
@@ -27,33 +27,33 @@
27
27
  align-items: center;
28
28
  outline: 0;
29
29
  overscroll-behavior: none;
30
- } .base-modal__content_4miwd {
30
+ } .base-modal__content_1aojb {
31
31
  width: 100%;
32
32
  height: 100%;
33
33
  display: flex;
34
34
  flex-direction: column;
35
35
  flex: 1
36
- } @media (display-mode: standalone) { .base-modal__content_4miwd.base-modal__hasFooter_4miwd {
36
+ } @media (display-mode: standalone) { .base-modal__content_1aojb.base-modal__hasFooter_1aojb {
37
37
  padding-bottom: unset
38
38
  }
39
- } @media (display-mode: standalone) { .base-modal__content_4miwd.base-modal__hasHeader_4miwd {
39
+ } @media (display-mode: standalone) { .base-modal__content_1aojb.base-modal__hasHeader_1aojb {
40
40
  padding-top: unset
41
41
  }
42
- } .base-modal__hidden_4miwd {
42
+ } .base-modal__hidden_1aojb {
43
43
  display: none;
44
- } .base-modal__backdrop_4miwd {
44
+ } .base-modal__backdrop_1aojb {
45
45
  z-index: 0;
46
- } .base-modal__appear_4miwd,
47
- .base-modal__enter_4miwd {
46
+ } .base-modal__appear_1aojb,
47
+ .base-modal__enter_1aojb {
48
48
  opacity: 0;
49
- } .base-modal__appearActive_4miwd,
50
- .base-modal__enterActive_4miwd {
49
+ } .base-modal__appearActive_1aojb,
50
+ .base-modal__enterActive_1aojb {
51
51
  opacity: 1;
52
52
  transition: opacity 200ms ease-in;
53
- } .base-modal__exit_4miwd {
53
+ } .base-modal__exit_1aojb {
54
54
  opacity: 1;
55
- } .base-modal__exitActive_4miwd,
56
- .base-modal__exitDone_4miwd {
55
+ } .base-modal__exitActive_1aojb,
56
+ .base-modal__exitDone_1aojb {
57
57
  opacity: 0;
58
58
  transition: opacity 200ms ease-out;
59
59
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"base-modal__component_4miwd","wrapper":"base-modal__wrapper_4miwd","content":"base-modal__content_4miwd","hasFooter":"base-modal__hasFooter_4miwd","hasHeader":"base-modal__hasHeader_4miwd","hidden":"base-modal__hidden_4miwd","backdrop":"base-modal__backdrop_4miwd","appear":"base-modal__appear_4miwd","enter":"base-modal__enter_4miwd","appearActive":"base-modal__appearActive_4miwd","enterActive":"base-modal__enterActive_4miwd","exit":"base-modal__exit_4miwd","exitActive":"base-modal__exitActive_4miwd","exitDone":"base-modal__exitDone_4miwd"};
3
+ var styles = {"component":"base-modal__component_1aojb","wrapper":"base-modal__wrapper_1aojb","content":"base-modal__content_1aojb","hasFooter":"base-modal__hasFooter_1aojb","hasHeader":"base-modal__hasHeader_1aojb","hidden":"base-modal__hidden_1aojb","backdrop":"base-modal__backdrop_1aojb","appear":"base-modal__appear_1aojb","enter":"base-modal__enter_1aojb","appearActive":"base-modal__appearActive_1aojb","enterActive":"base-modal__enterActive_1aojb","exit":"base-modal__exit_1aojb","exitActive":"base-modal__exitActive_1aojb","exitDone":"base-modal__exitDone_1aojb"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/index.css CHANGED
@@ -8,13 +8,13 @@
8
8
  margin-top: calc(var(--window-inner-scrollY) * -1);
9
9
  position: fixed;
10
10
  overflow: hidden;
11
- } .base-modal__component_4miwd {
11
+ } .base-modal__component_1aojb {
12
12
  position: relative;
13
13
  box-sizing: border-box;
14
14
  background: var(--color-light-modal-bg-primary);
15
15
  margin: auto;
16
16
  flex-shrink: 0;
17
- } .base-modal__wrapper_4miwd {
17
+ } .base-modal__wrapper_1aojb {
18
18
  position: fixed;
19
19
  top: var(--gap-0);
20
20
  left: var(--gap-0);
@@ -27,33 +27,33 @@
27
27
  align-items: center;
28
28
  outline: 0;
29
29
  overscroll-behavior: none;
30
- } .base-modal__content_4miwd {
30
+ } .base-modal__content_1aojb {
31
31
  width: 100%;
32
32
  height: 100%;
33
33
  display: flex;
34
34
  flex-direction: column;
35
35
  flex: 1
36
- } @media (display-mode: standalone) { .base-modal__content_4miwd.base-modal__hasFooter_4miwd {
36
+ } @media (display-mode: standalone) { .base-modal__content_1aojb.base-modal__hasFooter_1aojb {
37
37
  padding-bottom: unset
38
38
  }
39
- } @media (display-mode: standalone) { .base-modal__content_4miwd.base-modal__hasHeader_4miwd {
39
+ } @media (display-mode: standalone) { .base-modal__content_1aojb.base-modal__hasHeader_1aojb {
40
40
  padding-top: unset
41
41
  }
42
- } .base-modal__hidden_4miwd {
42
+ } .base-modal__hidden_1aojb {
43
43
  display: none;
44
- } .base-modal__backdrop_4miwd {
44
+ } .base-modal__backdrop_1aojb {
45
45
  z-index: 0;
46
- } .base-modal__appear_4miwd,
47
- .base-modal__enter_4miwd {
46
+ } .base-modal__appear_1aojb,
47
+ .base-modal__enter_1aojb {
48
48
  opacity: 0;
49
- } .base-modal__appearActive_4miwd,
50
- .base-modal__enterActive_4miwd {
49
+ } .base-modal__appearActive_1aojb,
50
+ .base-modal__enterActive_1aojb {
51
51
  opacity: 1;
52
52
  transition: opacity 200ms ease-in;
53
- } .base-modal__exit_4miwd {
53
+ } .base-modal__exit_1aojb {
54
54
  opacity: 1;
55
- } .base-modal__exitActive_4miwd,
56
- .base-modal__exitDone_4miwd {
55
+ } .base-modal__exitActive_1aojb,
56
+ .base-modal__exitDone_1aojb {
57
57
  opacity: 0;
58
58
  transition: opacity 200ms ease-out;
59
59
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"base-modal__component_4miwd","wrapper":"base-modal__wrapper_4miwd","content":"base-modal__content_4miwd","hasFooter":"base-modal__hasFooter_4miwd","hasHeader":"base-modal__hasHeader_4miwd","hidden":"base-modal__hidden_4miwd","backdrop":"base-modal__backdrop_4miwd","appear":"base-modal__appear_4miwd","enter":"base-modal__enter_4miwd","appearActive":"base-modal__appearActive_4miwd","enterActive":"base-modal__enterActive_4miwd","exit":"base-modal__exit_4miwd","exitActive":"base-modal__exitActive_4miwd","exitDone":"base-modal__exitDone_4miwd"};
5
+ var styles = {"component":"base-modal__component_1aojb","wrapper":"base-modal__wrapper_1aojb","content":"base-modal__content_1aojb","hasFooter":"base-modal__hasFooter_1aojb","hasHeader":"base-modal__hasHeader_1aojb","hidden":"base-modal__hidden_1aojb","backdrop":"base-modal__backdrop_1aojb","appear":"base-modal__appear_1aojb","enter":"base-modal__enter_1aojb","appearActive":"base-modal__appearActive_1aojb","enterActive":"base-modal__enterActive_1aojb","exit":"base-modal__exit_1aojb","exitActive":"base-modal__exitActive_1aojb","exitDone":"base-modal__exitDone_1aojb"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
package/modern/index.css CHANGED
@@ -8,13 +8,13 @@
8
8
  margin-top: calc(var(--window-inner-scrollY) * -1);
9
9
  position: fixed;
10
10
  overflow: hidden;
11
- } .base-modal__component_4miwd {
11
+ } .base-modal__component_1aojb {
12
12
  position: relative;
13
13
  box-sizing: border-box;
14
14
  background: var(--color-light-modal-bg-primary);
15
15
  margin: auto;
16
16
  flex-shrink: 0;
17
- } .base-modal__wrapper_4miwd {
17
+ } .base-modal__wrapper_1aojb {
18
18
  position: fixed;
19
19
  top: var(--gap-0);
20
20
  left: var(--gap-0);
@@ -27,33 +27,33 @@
27
27
  align-items: center;
28
28
  outline: 0;
29
29
  overscroll-behavior: none;
30
- } .base-modal__content_4miwd {
30
+ } .base-modal__content_1aojb {
31
31
  width: 100%;
32
32
  height: 100%;
33
33
  display: flex;
34
34
  flex-direction: column;
35
35
  flex: 1
36
- } @media (display-mode: standalone) { .base-modal__content_4miwd.base-modal__hasFooter_4miwd {
36
+ } @media (display-mode: standalone) { .base-modal__content_1aojb.base-modal__hasFooter_1aojb {
37
37
  padding-bottom: unset
38
38
  }
39
- } @media (display-mode: standalone) { .base-modal__content_4miwd.base-modal__hasHeader_4miwd {
39
+ } @media (display-mode: standalone) { .base-modal__content_1aojb.base-modal__hasHeader_1aojb {
40
40
  padding-top: unset
41
41
  }
42
- } .base-modal__hidden_4miwd {
42
+ } .base-modal__hidden_1aojb {
43
43
  display: none;
44
- } .base-modal__backdrop_4miwd {
44
+ } .base-modal__backdrop_1aojb {
45
45
  z-index: 0;
46
- } .base-modal__appear_4miwd,
47
- .base-modal__enter_4miwd {
46
+ } .base-modal__appear_1aojb,
47
+ .base-modal__enter_1aojb {
48
48
  opacity: 0;
49
- } .base-modal__appearActive_4miwd,
50
- .base-modal__enterActive_4miwd {
49
+ } .base-modal__appearActive_1aojb,
50
+ .base-modal__enterActive_1aojb {
51
51
  opacity: 1;
52
52
  transition: opacity 200ms ease-in;
53
- } .base-modal__exit_4miwd {
53
+ } .base-modal__exit_1aojb {
54
54
  opacity: 1;
55
- } .base-modal__exitActive_4miwd,
56
- .base-modal__exitDone_4miwd {
55
+ } .base-modal__exitActive_1aojb,
56
+ .base-modal__exitDone_1aojb {
57
57
  opacity: 0;
58
58
  transition: opacity 200ms ease-out;
59
59
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"base-modal__component_4miwd","wrapper":"base-modal__wrapper_4miwd","content":"base-modal__content_4miwd","hasFooter":"base-modal__hasFooter_4miwd","hasHeader":"base-modal__hasHeader_4miwd","hidden":"base-modal__hidden_4miwd","backdrop":"base-modal__backdrop_4miwd","appear":"base-modal__appear_4miwd","enter":"base-modal__enter_4miwd","appearActive":"base-modal__appearActive_4miwd","enterActive":"base-modal__enterActive_4miwd","exit":"base-modal__exit_4miwd","exitActive":"base-modal__exitActive_4miwd","exitDone":"base-modal__exitDone_4miwd"};
3
+ const styles = {"component":"base-modal__component_1aojb","wrapper":"base-modal__wrapper_1aojb","content":"base-modal__content_1aojb","hasFooter":"base-modal__hasFooter_1aojb","hasHeader":"base-modal__hasHeader_1aojb","hidden":"base-modal__hidden_1aojb","backdrop":"base-modal__backdrop_1aojb","appear":"base-modal__appear_1aojb","enter":"base-modal__enter_1aojb","appearActive":"base-modal__appearActive_1aojb","enterActive":"base-modal__enterActive_1aojb","exit":"base-modal__exit_1aojb","exitActive":"base-modal__exitActive_1aojb","exitDone":"base-modal__exitDone_1aojb"};
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": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "description": "BaseModal component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -12,8 +12,8 @@
12
12
  "dependencies": {
13
13
  "@alfalab/core-components-backdrop": "^4.0.0",
14
14
  "@alfalab/core-components-global-store": "^3.0.0",
15
- "@alfalab/core-components-portal": "^4.0.0",
16
- "@alfalab/core-components-shared": "^1.0.0",
15
+ "@alfalab/core-components-portal": "^4.0.1",
16
+ "@alfalab/core-components-shared": "^1.1.0",
17
17
  "@alfalab/core-components-stack": "^6.0.0",
18
18
  "@juggle/resize-observer": "^3.3.1",
19
19
  "@types/react-transition-group": "^4.4.5",
@@ -32,6 +32,6 @@
32
32
  "access": "public",
33
33
  "directory": "dist"
34
34
  },
35
- "themesVersion": "14.0.0",
36
- "varsVersion": "10.0.0"
35
+ "themesVersion": "14.1.0",
36
+ "varsVersion": "10.1.0"
37
37
  }