@alfalab/core-components-base-modal 7.1.5 → 7.1.6-alfasans

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_1k7yo {
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_1k7yo {
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_1k7yo {
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_1k7yo.base-modal__hasFooter_1k7yo {
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_1k7yo.base-modal__hasHeader_1k7yo {
51
51
  padding-top: 0;
52
52
  padding-top: initial;
53
53
  }
54
54
  }
55
- .base-modal__hidden_b03d2 {
55
+ .base-modal__hidden_1k7yo {
56
56
  display: none;
57
57
  }
58
- .base-modal__backdrop_b03d2 {
58
+ .base-modal__backdrop_1k7yo {
59
59
  z-index: 0;
60
60
  }
61
- .base-modal__appear_b03d2,
62
- .base-modal__enter_b03d2 {
61
+ .base-modal__appear_1k7yo,
62
+ .base-modal__enter_1k7yo {
63
63
  opacity: 0;
64
64
  }
65
- .base-modal__appearActive_b03d2,
66
- .base-modal__enterActive_b03d2 {
65
+ .base-modal__appearActive_1k7yo,
66
+ .base-modal__enterActive_1k7yo {
67
67
  opacity: 1;
68
68
  transition: opacity 200ms ease-in;
69
69
  }
70
- .base-modal__exit_b03d2 {
70
+ .base-modal__exit_1k7yo {
71
71
  opacity: 1;
72
72
  }
73
- .base-modal__exitActive_b03d2,
74
- .base-modal__exitDone_b03d2 {
73
+ .base-modal__exitActive_1k7yo,
74
+ .base-modal__exitDone_1k7yo {
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_1k7yo","wrapper":"base-modal__wrapper_1k7yo","content":"base-modal__content_1k7yo","hasFooter":"base-modal__hasFooter_1k7yo","hasHeader":"base-modal__hasHeader_1k7yo","hidden":"base-modal__hidden_1k7yo","backdrop":"base-modal__backdrop_1k7yo","appear":"base-modal__appear_1k7yo","enter":"base-modal__enter_1k7yo","appearActive":"base-modal__appearActive_1k7yo","enterActive":"base-modal__enterActive_1k7yo","exit":"base-modal__exit_1k7yo","exitActive":"base-modal__exitActive_1k7yo","exitDone":"base-modal__exitDone_1k7yo"};
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_1k7yo {
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_1k7yo {
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_1k7yo {
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_1k7yo.base-modal__hasFooter_1k7yo {
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_1k7yo.base-modal__hasHeader_1k7yo {
51
51
  padding-top: 0;
52
52
  padding-top: initial;
53
53
  }
54
54
  }
55
- .base-modal__hidden_b03d2 {
55
+ .base-modal__hidden_1k7yo {
56
56
  display: none;
57
57
  }
58
- .base-modal__backdrop_b03d2 {
58
+ .base-modal__backdrop_1k7yo {
59
59
  z-index: 0;
60
60
  }
61
- .base-modal__appear_b03d2,
62
- .base-modal__enter_b03d2 {
61
+ .base-modal__appear_1k7yo,
62
+ .base-modal__enter_1k7yo {
63
63
  opacity: 0;
64
64
  }
65
- .base-modal__appearActive_b03d2,
66
- .base-modal__enterActive_b03d2 {
65
+ .base-modal__appearActive_1k7yo,
66
+ .base-modal__enterActive_1k7yo {
67
67
  opacity: 1;
68
68
  transition: opacity 200ms ease-in;
69
69
  }
70
- .base-modal__exit_b03d2 {
70
+ .base-modal__exit_1k7yo {
71
71
  opacity: 1;
72
72
  }
73
- .base-modal__exitActive_b03d2,
74
- .base-modal__exitDone_b03d2 {
73
+ .base-modal__exitActive_1k7yo,
74
+ .base-modal__exitDone_1k7yo {
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_1k7yo","wrapper":"base-modal__wrapper_1k7yo","content":"base-modal__content_1k7yo","hasFooter":"base-modal__hasFooter_1k7yo","hasHeader":"base-modal__hasHeader_1k7yo","hidden":"base-modal__hidden_1k7yo","backdrop":"base-modal__backdrop_1k7yo","appear":"base-modal__appear_1k7yo","enter":"base-modal__enter_1k7yo","appearActive":"base-modal__appearActive_1k7yo","enterActive":"base-modal__enterActive_1k7yo","exit":"base-modal__exit_1k7yo","exitActive":"base-modal__exitActive_1k7yo","exitDone":"base-modal__exitDone_1k7yo"};
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_1k7yo {
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_1k7yo {
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_1k7yo {
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_1k7yo.base-modal__hasFooter_1k7yo {
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_1k7yo.base-modal__hasHeader_1k7yo {
51
51
  padding-top: 0;
52
52
  padding-top: initial;
53
53
  }
54
54
  }
55
- .base-modal__hidden_b03d2 {
55
+ .base-modal__hidden_1k7yo {
56
56
  display: none;
57
57
  }
58
- .base-modal__backdrop_b03d2 {
58
+ .base-modal__backdrop_1k7yo {
59
59
  z-index: 0;
60
60
  }
61
- .base-modal__appear_b03d2,
62
- .base-modal__enter_b03d2 {
61
+ .base-modal__appear_1k7yo,
62
+ .base-modal__enter_1k7yo {
63
63
  opacity: 0;
64
64
  }
65
- .base-modal__appearActive_b03d2,
66
- .base-modal__enterActive_b03d2 {
65
+ .base-modal__appearActive_1k7yo,
66
+ .base-modal__enterActive_1k7yo {
67
67
  opacity: 1;
68
68
  transition: opacity 200ms ease-in;
69
69
  }
70
- .base-modal__exit_b03d2 {
70
+ .base-modal__exit_1k7yo {
71
71
  opacity: 1;
72
72
  }
73
- .base-modal__exitActive_b03d2,
74
- .base-modal__exitDone_b03d2 {
73
+ .base-modal__exitActive_1k7yo,
74
+ .base-modal__exitDone_1k7yo {
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_1k7yo","wrapper":"base-modal__wrapper_1k7yo","content":"base-modal__content_1k7yo","hasFooter":"base-modal__hasFooter_1k7yo","hasHeader":"base-modal__hasHeader_1k7yo","hidden":"base-modal__hidden_1k7yo","backdrop":"base-modal__backdrop_1k7yo","appear":"base-modal__appear_1k7yo","enter":"base-modal__enter_1k7yo","appearActive":"base-modal__appearActive_1k7yo","enterActive":"base-modal__enterActive_1k7yo","exit":"base-modal__exit_1k7yo","exitActive":"base-modal__exitActive_1k7yo","exitDone":"base-modal__exitDone_1k7yo"};
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-alfasans",
4
4
  "description": "BaseModal component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -13,11 +13,11 @@
13
13
  "build": "rollup -c ../../tools/rollup/rollup.config.mjs --silent"
14
14
  },
15
15
  "dependencies": {
16
- "@alfalab/core-components-backdrop": "^5.0.2",
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",
20
- "@alfalab/core-components-stack": "^7.0.1",
16
+ "@alfalab/core-components-backdrop": "5.0.2-alfasans",
17
+ "@alfalab/core-components-global-store": "4.0.1-alfasans",
18
+ "@alfalab/core-components-portal": "5.0.2-alfasans",
19
+ "@alfalab/core-components-shared": "2.2.1-alfasans",
20
+ "@alfalab/core-components-stack": "7.0.1-alfasans",
21
21
  "@juggle/resize-observer": "^3.3.1",
22
22
  "@types/react-transition-group": "^4.4.12",
23
23
  "classnames": "^2.5.1",
@@ -36,6 +36,6 @@
36
36
  "access": "public",
37
37
  "directory": "dist"
38
38
  },
39
- "themesVersion": "15.1.0",
40
- "varsVersion": "11.0.2"
39
+ "themesVersion": "15.1.0-alfasans",
40
+ "varsVersion": "11.1.0-alfasans"
41
41
  }