@alfalab/core-components-base-modal 7.1.4-alfasans → 7.1.4

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_1rtok {
15
+ .base-modal__component_1ub14 {
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_1rtok {
22
+ .base-modal__wrapper_1ub14 {
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_1rtok {
36
+ .base-modal__content_1ub14 {
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_1rtok.base-modal__hasFooter_1rtok {
44
+ .base-modal__content_1ub14.base-modal__hasFooter_1ub14 {
45
45
  padding-bottom: 0;
46
46
  padding-bottom: initial;
47
47
  }
48
48
  }
49
49
  @media (display-mode: standalone) {
50
- .base-modal__content_1rtok.base-modal__hasHeader_1rtok {
50
+ .base-modal__content_1ub14.base-modal__hasHeader_1ub14 {
51
51
  padding-top: 0;
52
52
  padding-top: initial;
53
53
  }
54
54
  }
55
- .base-modal__hidden_1rtok {
55
+ .base-modal__hidden_1ub14 {
56
56
  display: none;
57
57
  }
58
- .base-modal__backdrop_1rtok {
58
+ .base-modal__backdrop_1ub14 {
59
59
  z-index: 0;
60
60
  }
61
- .base-modal__appear_1rtok,
62
- .base-modal__enter_1rtok {
61
+ .base-modal__appear_1ub14,
62
+ .base-modal__enter_1ub14 {
63
63
  opacity: 0;
64
64
  }
65
- .base-modal__appearActive_1rtok,
66
- .base-modal__enterActive_1rtok {
65
+ .base-modal__appearActive_1ub14,
66
+ .base-modal__enterActive_1ub14 {
67
67
  opacity: 1;
68
68
  transition: opacity 200ms ease-in;
69
69
  }
70
- .base-modal__exit_1rtok {
70
+ .base-modal__exit_1ub14 {
71
71
  opacity: 1;
72
72
  }
73
- .base-modal__exitActive_1rtok,
74
- .base-modal__exitDone_1rtok {
73
+ .base-modal__exitActive_1ub14,
74
+ .base-modal__exitDone_1ub14 {
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_1rtok","wrapper":"base-modal__wrapper_1rtok","content":"base-modal__content_1rtok","hasFooter":"base-modal__hasFooter_1rtok","hasHeader":"base-modal__hasHeader_1rtok","hidden":"base-modal__hidden_1rtok","backdrop":"base-modal__backdrop_1rtok","appear":"base-modal__appear_1rtok","enter":"base-modal__enter_1rtok","appearActive":"base-modal__appearActive_1rtok","enterActive":"base-modal__enterActive_1rtok","exit":"base-modal__exit_1rtok","exitActive":"base-modal__exitActive_1rtok","exitDone":"base-modal__exitDone_1rtok"};
3
+ var styles = {"component":"base-modal__component_1ub14","wrapper":"base-modal__wrapper_1ub14","content":"base-modal__content_1ub14","hasFooter":"base-modal__hasFooter_1ub14","hasHeader":"base-modal__hasHeader_1ub14","hidden":"base-modal__hidden_1ub14","backdrop":"base-modal__backdrop_1ub14","appear":"base-modal__appear_1ub14","enter":"base-modal__enter_1ub14","appearActive":"base-modal__appearActive_1ub14","enterActive":"base-modal__enterActive_1ub14","exit":"base-modal__exit_1ub14","exitActive":"base-modal__exitActive_1ub14","exitDone":"base-modal__exitDone_1ub14"};
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_1rtok {
15
+ .base-modal__component_1ub14 {
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_1rtok {
22
+ .base-modal__wrapper_1ub14 {
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_1rtok {
36
+ .base-modal__content_1ub14 {
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_1rtok.base-modal__hasFooter_1rtok {
44
+ .base-modal__content_1ub14.base-modal__hasFooter_1ub14 {
45
45
  padding-bottom: 0;
46
46
  padding-bottom: initial;
47
47
  }
48
48
  }
49
49
  @media (display-mode: standalone) {
50
- .base-modal__content_1rtok.base-modal__hasHeader_1rtok {
50
+ .base-modal__content_1ub14.base-modal__hasHeader_1ub14 {
51
51
  padding-top: 0;
52
52
  padding-top: initial;
53
53
  }
54
54
  }
55
- .base-modal__hidden_1rtok {
55
+ .base-modal__hidden_1ub14 {
56
56
  display: none;
57
57
  }
58
- .base-modal__backdrop_1rtok {
58
+ .base-modal__backdrop_1ub14 {
59
59
  z-index: 0;
60
60
  }
61
- .base-modal__appear_1rtok,
62
- .base-modal__enter_1rtok {
61
+ .base-modal__appear_1ub14,
62
+ .base-modal__enter_1ub14 {
63
63
  opacity: 0;
64
64
  }
65
- .base-modal__appearActive_1rtok,
66
- .base-modal__enterActive_1rtok {
65
+ .base-modal__appearActive_1ub14,
66
+ .base-modal__enterActive_1ub14 {
67
67
  opacity: 1;
68
68
  transition: opacity 200ms ease-in;
69
69
  }
70
- .base-modal__exit_1rtok {
70
+ .base-modal__exit_1ub14 {
71
71
  opacity: 1;
72
72
  }
73
- .base-modal__exitActive_1rtok,
74
- .base-modal__exitDone_1rtok {
73
+ .base-modal__exitActive_1ub14,
74
+ .base-modal__exitDone_1ub14 {
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_1rtok","wrapper":"base-modal__wrapper_1rtok","content":"base-modal__content_1rtok","hasFooter":"base-modal__hasFooter_1rtok","hasHeader":"base-modal__hasHeader_1rtok","hidden":"base-modal__hidden_1rtok","backdrop":"base-modal__backdrop_1rtok","appear":"base-modal__appear_1rtok","enter":"base-modal__enter_1rtok","appearActive":"base-modal__appearActive_1rtok","enterActive":"base-modal__enterActive_1rtok","exit":"base-modal__exit_1rtok","exitActive":"base-modal__exitActive_1rtok","exitDone":"base-modal__exitDone_1rtok"};
5
+ var styles = {"component":"base-modal__component_1ub14","wrapper":"base-modal__wrapper_1ub14","content":"base-modal__content_1ub14","hasFooter":"base-modal__hasFooter_1ub14","hasHeader":"base-modal__hasHeader_1ub14","hidden":"base-modal__hidden_1ub14","backdrop":"base-modal__backdrop_1ub14","appear":"base-modal__appear_1ub14","enter":"base-modal__enter_1ub14","appearActive":"base-modal__appearActive_1ub14","enterActive":"base-modal__enterActive_1ub14","exit":"base-modal__exit_1ub14","exitActive":"base-modal__exitActive_1ub14","exitDone":"base-modal__exitDone_1ub14"};
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_1rtok {
15
+ .base-modal__component_1ub14 {
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_1rtok {
22
+ .base-modal__wrapper_1ub14 {
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_1rtok {
36
+ .base-modal__content_1ub14 {
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_1rtok.base-modal__hasFooter_1rtok {
44
+ .base-modal__content_1ub14.base-modal__hasFooter_1ub14 {
45
45
  padding-bottom: 0;
46
46
  padding-bottom: initial;
47
47
  }
48
48
  }
49
49
  @media (display-mode: standalone) {
50
- .base-modal__content_1rtok.base-modal__hasHeader_1rtok {
50
+ .base-modal__content_1ub14.base-modal__hasHeader_1ub14 {
51
51
  padding-top: 0;
52
52
  padding-top: initial;
53
53
  }
54
54
  }
55
- .base-modal__hidden_1rtok {
55
+ .base-modal__hidden_1ub14 {
56
56
  display: none;
57
57
  }
58
- .base-modal__backdrop_1rtok {
58
+ .base-modal__backdrop_1ub14 {
59
59
  z-index: 0;
60
60
  }
61
- .base-modal__appear_1rtok,
62
- .base-modal__enter_1rtok {
61
+ .base-modal__appear_1ub14,
62
+ .base-modal__enter_1ub14 {
63
63
  opacity: 0;
64
64
  }
65
- .base-modal__appearActive_1rtok,
66
- .base-modal__enterActive_1rtok {
65
+ .base-modal__appearActive_1ub14,
66
+ .base-modal__enterActive_1ub14 {
67
67
  opacity: 1;
68
68
  transition: opacity 200ms ease-in;
69
69
  }
70
- .base-modal__exit_1rtok {
70
+ .base-modal__exit_1ub14 {
71
71
  opacity: 1;
72
72
  }
73
- .base-modal__exitActive_1rtok,
74
- .base-modal__exitDone_1rtok {
73
+ .base-modal__exitActive_1ub14,
74
+ .base-modal__exitDone_1ub14 {
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_1rtok","wrapper":"base-modal__wrapper_1rtok","content":"base-modal__content_1rtok","hasFooter":"base-modal__hasFooter_1rtok","hasHeader":"base-modal__hasHeader_1rtok","hidden":"base-modal__hidden_1rtok","backdrop":"base-modal__backdrop_1rtok","appear":"base-modal__appear_1rtok","enter":"base-modal__enter_1rtok","appearActive":"base-modal__appearActive_1rtok","enterActive":"base-modal__enterActive_1rtok","exit":"base-modal__exit_1rtok","exitActive":"base-modal__exitActive_1rtok","exitDone":"base-modal__exitDone_1rtok"};
3
+ const styles = {"component":"base-modal__component_1ub14","wrapper":"base-modal__wrapper_1ub14","content":"base-modal__content_1ub14","hasFooter":"base-modal__hasFooter_1ub14","hasHeader":"base-modal__hasHeader_1ub14","hidden":"base-modal__hidden_1ub14","backdrop":"base-modal__backdrop_1ub14","appear":"base-modal__appear_1ub14","enter":"base-modal__enter_1ub14","appearActive":"base-modal__appearActive_1ub14","enterActive":"base-modal__enterActive_1ub14","exit":"base-modal__exit_1ub14","exitActive":"base-modal__exitActive_1ub14","exitDone":"base-modal__exitDone_1ub14"};
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.4-alfasans",
3
+ "version": "7.1.4",
4
4
  "description": "BaseModal component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -10,11 +10,11 @@
10
10
  "main": "index.js",
11
11
  "module": "./esm/index.js",
12
12
  "dependencies": {
13
- "@alfalab/core-components-backdrop": "5.0.2-alfasans",
14
- "@alfalab/core-components-global-store": "4.0.1-alfasans",
15
- "@alfalab/core-components-portal": "5.0.1-alfasans",
16
- "@alfalab/core-components-shared": "2.1.1-alfasans",
17
- "@alfalab/core-components-stack": "7.0.1-alfasans",
13
+ "@alfalab/core-components-backdrop": "^5.0.2",
14
+ "@alfalab/core-components-global-store": "^4.0.1",
15
+ "@alfalab/core-components-portal": "^5.0.1",
16
+ "@alfalab/core-components-shared": "^2.1.1",
17
+ "@alfalab/core-components-stack": "^7.0.1",
18
18
  "@juggle/resize-observer": "^3.3.1",
19
19
  "@types/react-transition-group": "^4.4.12",
20
20
  "classnames": "^2.5.1",
@@ -33,6 +33,6 @@
33
33
  "access": "public",
34
34
  "directory": "dist"
35
35
  },
36
- "themesVersion": "15.0.4-alfasans",
37
- "varsVersion": "11.0.2-alfasans"
36
+ "themesVersion": "15.0.4",
37
+ "varsVersion": "11.0.2"
38
38
  }