@alfalab/core-components-base-modal 4.1.4 → 4.1.5

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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [4.1.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-base-modal@4.1.4...@alfalab/core-components-base-modal@4.1.5) (2022-07-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * bump packages version ([#153](https://github.com/core-ds/core-components/issues/153)) ([fd3e082](https://github.com/core-ds/core-components/commit/fd3e08205672129cdce04e1000c673f2cd9c10da))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [4.1.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-base-modal@4.1.3...@alfalab/core-components-base-modal@4.1.4) (2022-07-14)
7
18
 
8
19
 
@@ -262,4 +273,5 @@ remove z-index, add stack component
262
273
 
263
274
  ### Features
264
275
 
276
+
265
277
  * **backdrop:** add component ([948a6c2](https://github.com/core-ds/core-components/commit/948a6c2fb5ec58edb2d087691ce4713d75da6e35))
package/Component.js CHANGED
@@ -48,7 +48,7 @@ var __assign = function () {
48
48
  return __assign.apply(this, arguments);
49
49
  };
50
50
 
51
- var styles = {"component":"base-modal__component_1bawz","wrapper":"base-modal__wrapper_1bawz","content":"base-modal__content_1bawz","hidden":"base-modal__hidden_1bawz","backdrop":"base-modal__backdrop_1bawz","appear":"base-modal__appear_1bawz","enter":"base-modal__enter_1bawz","appearActive":"base-modal__appearActive_1bawz","enterActive":"base-modal__enterActive_1bawz","exit":"base-modal__exit_1bawz","exitActive":"base-modal__exitActive_1bawz","exitDone":"base-modal__exitDone_1bawz"};
51
+ var styles = {"component":"base-modal__component_1bcmd","wrapper":"base-modal__wrapper_1bcmd","content":"base-modal__content_1bcmd","hidden":"base-modal__hidden_1bcmd","backdrop":"base-modal__backdrop_1bcmd","appear":"base-modal__appear_1bcmd","enter":"base-modal__enter_1bcmd","appearActive":"base-modal__appearActive_1bcmd","enterActive":"base-modal__enterActive_1bcmd","exit":"base-modal__exit_1bcmd","exitActive":"base-modal__exitActive_1bcmd","exitDone":"base-modal__exitDone_1bcmd"};
52
52
  require('./index.css')
53
53
 
54
54
  var BaseModalContext = React__default['default'].createContext({
package/cssm/Component.js CHANGED
@@ -8,10 +8,10 @@ var mergeRefs = require('react-merge-refs');
8
8
  var resizeObserver = require('@juggle/resize-observer');
9
9
  var reactTransitionGroup = require('react-transition-group');
10
10
  var FocusLock = require('react-focus-lock');
11
- var coreComponentsPortal = require('@alfalab/core-components-portal/dist/cssm');
12
- var coreComponentsBackdrop = require('@alfalab/core-components-backdrop/dist/cssm');
13
- var coreComponentsStack = require('@alfalab/core-components-stack/dist/cssm');
14
- require('@alfalab/core-components-global-store/dist/cssm');
11
+ var coreComponentsPortal = require('@alfalab/core-components-portal/cssm');
12
+ var coreComponentsBackdrop = require('@alfalab/core-components-backdrop/cssm');
13
+ var coreComponentsStack = require('@alfalab/core-components-stack/cssm');
14
+ require('@alfalab/core-components-global-store/cssm');
15
15
  var utils = require('./utils.js');
16
16
  var styles = require('./index.module.css');
17
17
 
package/cssm/index.js CHANGED
@@ -9,10 +9,10 @@ require('react-merge-refs');
9
9
  require('@juggle/resize-observer');
10
10
  require('react-transition-group');
11
11
  require('react-focus-lock');
12
- require('@alfalab/core-components-portal/dist/cssm');
13
- require('@alfalab/core-components-backdrop/dist/cssm');
14
- require('@alfalab/core-components-stack/dist/cssm');
15
- require('@alfalab/core-components-global-store/dist/cssm');
12
+ require('@alfalab/core-components-portal/cssm');
13
+ require('@alfalab/core-components-backdrop/cssm');
14
+ require('@alfalab/core-components-stack/cssm');
15
+ require('@alfalab/core-components-global-store/cssm');
16
16
  var utils = require('./utils.js');
17
17
  require('./index.module.css');
18
18
 
package/cssm/utils.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var coreComponentsGlobalStore = require('@alfalab/core-components-global-store/dist/cssm');
5
+ var coreComponentsGlobalStore = require('@alfalab/core-components-global-store/cssm');
6
6
 
7
7
  function isScrolledToTop(target) {
8
8
  return target.scrollTop <= 0;
package/esm/Component.js CHANGED
@@ -4,10 +4,10 @@ import mergeRefs from 'react-merge-refs';
4
4
  import { ResizeObserver } from '@juggle/resize-observer';
5
5
  import { CSSTransition } from 'react-transition-group';
6
6
  import FocusLock from 'react-focus-lock';
7
- import { Portal } from '@alfalab/core-components-portal/dist/esm';
8
- import { Backdrop } from '@alfalab/core-components-backdrop/dist/esm';
9
- import { stackingOrder, Stack } from '@alfalab/core-components-stack/dist/esm';
10
- import '@alfalab/core-components-global-store/dist/esm';
7
+ import { Portal } from '@alfalab/core-components-portal/esm';
8
+ import { Backdrop } from '@alfalab/core-components-backdrop/esm';
9
+ import { stackingOrder, Stack } from '@alfalab/core-components-stack/esm';
10
+ import '@alfalab/core-components-global-store/esm';
11
11
  import { isScrolledToTop, isScrolledToBottom, handleContainer, restoreContainerStyles, hasScrollbar } from './utils.js';
12
12
 
13
13
  /*! *****************************************************************************
@@ -37,7 +37,7 @@ var __assign = function () {
37
37
  return __assign.apply(this, arguments);
38
38
  };
39
39
 
40
- var styles = {"component":"base-modal__component_1bawz","wrapper":"base-modal__wrapper_1bawz","content":"base-modal__content_1bawz","hidden":"base-modal__hidden_1bawz","backdrop":"base-modal__backdrop_1bawz","appear":"base-modal__appear_1bawz","enter":"base-modal__enter_1bawz","appearActive":"base-modal__appearActive_1bawz","enterActive":"base-modal__enterActive_1bawz","exit":"base-modal__exit_1bawz","exitActive":"base-modal__exitActive_1bawz","exitDone":"base-modal__exitDone_1bawz"};
40
+ var styles = {"component":"base-modal__component_1bcmd","wrapper":"base-modal__wrapper_1bcmd","content":"base-modal__content_1bcmd","hidden":"base-modal__hidden_1bcmd","backdrop":"base-modal__backdrop_1bcmd","appear":"base-modal__appear_1bcmd","enter":"base-modal__enter_1bcmd","appearActive":"base-modal__appearActive_1bcmd","enterActive":"base-modal__enterActive_1bcmd","exit":"base-modal__exit_1bcmd","exitActive":"base-modal__exitActive_1bcmd","exitDone":"base-modal__exitDone_1bcmd"};
41
41
  require('./index.css')
42
42
 
43
43
  var BaseModalContext = React.createContext({
package/esm/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1i6t2 */
1
+ /* hash: 1mr4w */
2
2
  :root {
3
3
  --color-light-bg-primary: #fff;
4
4
  }
@@ -10,14 +10,14 @@
10
10
 
11
11
  /* Hard up */
12
12
  }
13
- .base-modal__component_1bawz {
13
+ .base-modal__component_1bcmd {
14
14
  position: relative;
15
15
  box-sizing: border-box;
16
16
  background: var(--color-light-bg-primary);
17
17
  margin: auto;
18
18
  flex-shrink: 0;
19
19
  }
20
- .base-modal__wrapper_1bawz {
20
+ .base-modal__wrapper_1bcmd {
21
21
  position: fixed;
22
22
  top: 0;
23
23
  left: 0;
@@ -30,33 +30,33 @@
30
30
  align-items: center;
31
31
  outline: 0;
32
32
  }
33
- .base-modal__content_1bawz {
33
+ .base-modal__content_1bcmd {
34
34
  width: 100%;
35
35
  height: 100%;
36
36
  display: flex;
37
37
  flex-direction: column;
38
38
  flex: 1;
39
39
  }
40
- .base-modal__hidden_1bawz {
40
+ .base-modal__hidden_1bcmd {
41
41
  display: none;
42
42
  }
43
- .base-modal__backdrop_1bawz {
43
+ .base-modal__backdrop_1bcmd {
44
44
  z-index: 0;
45
45
  }
46
- .base-modal__appear_1bawz,
47
- .base-modal__enter_1bawz {
46
+ .base-modal__appear_1bcmd,
47
+ .base-modal__enter_1bcmd {
48
48
  opacity: 0;
49
49
  }
50
- .base-modal__appearActive_1bawz,
51
- .base-modal__enterActive_1bawz {
50
+ .base-modal__appearActive_1bcmd,
51
+ .base-modal__enterActive_1bcmd {
52
52
  opacity: 1;
53
53
  transition: opacity 200ms ease-in;
54
54
  }
55
- .base-modal__exit_1bawz {
55
+ .base-modal__exit_1bcmd {
56
56
  opacity: 1;
57
57
  }
58
- .base-modal__exitActive_1bawz,
59
- .base-modal__exitDone_1bawz {
58
+ .base-modal__exitActive_1bcmd,
59
+ .base-modal__exitDone_1bcmd {
60
60
  opacity: 0;
61
61
  transition: opacity 200ms ease-out;
62
62
  }
package/esm/index.js CHANGED
@@ -5,8 +5,8 @@ import 'react-merge-refs';
5
5
  import '@juggle/resize-observer';
6
6
  import 'react-transition-group';
7
7
  import 'react-focus-lock';
8
- import '@alfalab/core-components-portal/dist/esm';
9
- import '@alfalab/core-components-backdrop/dist/esm';
10
- import '@alfalab/core-components-stack/dist/esm';
11
- import '@alfalab/core-components-global-store/dist/esm';
8
+ import '@alfalab/core-components-portal/esm';
9
+ import '@alfalab/core-components-backdrop/esm';
10
+ import '@alfalab/core-components-stack/esm';
11
+ import '@alfalab/core-components-global-store/esm';
12
12
  export { handleContainer, hasScrollbar, isScrolledToBottom, isScrolledToTop, restoreContainerStyles } from './utils.js';
package/esm/utils.js CHANGED
@@ -1,4 +1,4 @@
1
- import { getModalStore } from '@alfalab/core-components-global-store/dist/esm';
1
+ import { getModalStore } from '@alfalab/core-components-global-store/esm';
2
2
 
3
3
  function isScrolledToTop(target) {
4
4
  return target.scrollTop <= 0;
package/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1i6t2 */
1
+ /* hash: 1mr4w */
2
2
  :root {
3
3
  --color-light-bg-primary: #fff;
4
4
  }
@@ -10,14 +10,14 @@
10
10
 
11
11
  /* Hard up */
12
12
  }
13
- .base-modal__component_1bawz {
13
+ .base-modal__component_1bcmd {
14
14
  position: relative;
15
15
  box-sizing: border-box;
16
16
  background: var(--color-light-bg-primary);
17
17
  margin: auto;
18
18
  flex-shrink: 0;
19
19
  }
20
- .base-modal__wrapper_1bawz {
20
+ .base-modal__wrapper_1bcmd {
21
21
  position: fixed;
22
22
  top: 0;
23
23
  left: 0;
@@ -30,33 +30,33 @@
30
30
  align-items: center;
31
31
  outline: 0;
32
32
  }
33
- .base-modal__content_1bawz {
33
+ .base-modal__content_1bcmd {
34
34
  width: 100%;
35
35
  height: 100%;
36
36
  display: flex;
37
37
  flex-direction: column;
38
38
  flex: 1;
39
39
  }
40
- .base-modal__hidden_1bawz {
40
+ .base-modal__hidden_1bcmd {
41
41
  display: none;
42
42
  }
43
- .base-modal__backdrop_1bawz {
43
+ .base-modal__backdrop_1bcmd {
44
44
  z-index: 0;
45
45
  }
46
- .base-modal__appear_1bawz,
47
- .base-modal__enter_1bawz {
46
+ .base-modal__appear_1bcmd,
47
+ .base-modal__enter_1bcmd {
48
48
  opacity: 0;
49
49
  }
50
- .base-modal__appearActive_1bawz,
51
- .base-modal__enterActive_1bawz {
50
+ .base-modal__appearActive_1bcmd,
51
+ .base-modal__enterActive_1bcmd {
52
52
  opacity: 1;
53
53
  transition: opacity 200ms ease-in;
54
54
  }
55
- .base-modal__exit_1bawz {
55
+ .base-modal__exit_1bcmd {
56
56
  opacity: 1;
57
57
  }
58
- .base-modal__exitActive_1bawz,
59
- .base-modal__exitDone_1bawz {
58
+ .base-modal__exitActive_1bcmd,
59
+ .base-modal__exitDone_1bcmd {
60
60
  opacity: 0;
61
61
  transition: opacity 200ms ease-out;
62
62
  }
@@ -4,13 +4,13 @@ import mergeRefs from 'react-merge-refs';
4
4
  import { ResizeObserver } from '@juggle/resize-observer';
5
5
  import { CSSTransition } from 'react-transition-group';
6
6
  import FocusLock from 'react-focus-lock';
7
- import { Portal } from '@alfalab/core-components-portal/dist/modern';
8
- import { Backdrop } from '@alfalab/core-components-backdrop/dist/modern';
9
- import { stackingOrder, Stack } from '@alfalab/core-components-stack/dist/modern';
10
- import '@alfalab/core-components-global-store/dist/modern';
7
+ import { Portal } from '@alfalab/core-components-portal/modern';
8
+ import { Backdrop } from '@alfalab/core-components-backdrop/modern';
9
+ import { stackingOrder, Stack } from '@alfalab/core-components-stack/modern';
10
+ import '@alfalab/core-components-global-store/modern';
11
11
  import { isScrolledToTop, isScrolledToBottom, handleContainer, restoreContainerStyles, hasScrollbar } from './utils.js';
12
12
 
13
- var styles = {"component":"base-modal__component_1bawz","wrapper":"base-modal__wrapper_1bawz","content":"base-modal__content_1bawz","hidden":"base-modal__hidden_1bawz","backdrop":"base-modal__backdrop_1bawz","appear":"base-modal__appear_1bawz","enter":"base-modal__enter_1bawz","appearActive":"base-modal__appearActive_1bawz","enterActive":"base-modal__enterActive_1bawz","exit":"base-modal__exit_1bawz","exitActive":"base-modal__exitActive_1bawz","exitDone":"base-modal__exitDone_1bawz"};
13
+ var styles = {"component":"base-modal__component_1bcmd","wrapper":"base-modal__wrapper_1bcmd","content":"base-modal__content_1bcmd","hidden":"base-modal__hidden_1bcmd","backdrop":"base-modal__backdrop_1bcmd","appear":"base-modal__appear_1bcmd","enter":"base-modal__enter_1bcmd","appearActive":"base-modal__appearActive_1bcmd","enterActive":"base-modal__enterActive_1bcmd","exit":"base-modal__exit_1bcmd","exitActive":"base-modal__exitActive_1bcmd","exitDone":"base-modal__exitDone_1bcmd"};
14
14
  require('./index.css')
15
15
 
16
16
  /* eslint-disable jsx-a11y/no-noninteractive-element-interactions */
package/modern/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1i6t2 */
1
+ /* hash: 1mr4w */
2
2
  :root {
3
3
  --color-light-bg-primary: #fff;
4
4
  }
@@ -10,14 +10,14 @@
10
10
 
11
11
  /* Hard up */
12
12
  }
13
- .base-modal__component_1bawz {
13
+ .base-modal__component_1bcmd {
14
14
  position: relative;
15
15
  box-sizing: border-box;
16
16
  background: var(--color-light-bg-primary);
17
17
  margin: auto;
18
18
  flex-shrink: 0;
19
19
  }
20
- .base-modal__wrapper_1bawz {
20
+ .base-modal__wrapper_1bcmd {
21
21
  position: fixed;
22
22
  top: 0;
23
23
  left: 0;
@@ -30,33 +30,33 @@
30
30
  align-items: center;
31
31
  outline: 0;
32
32
  }
33
- .base-modal__content_1bawz {
33
+ .base-modal__content_1bcmd {
34
34
  width: 100%;
35
35
  height: 100%;
36
36
  display: flex;
37
37
  flex-direction: column;
38
38
  flex: 1;
39
39
  }
40
- .base-modal__hidden_1bawz {
40
+ .base-modal__hidden_1bcmd {
41
41
  display: none;
42
42
  }
43
- .base-modal__backdrop_1bawz {
43
+ .base-modal__backdrop_1bcmd {
44
44
  z-index: 0;
45
45
  }
46
- .base-modal__appear_1bawz,
47
- .base-modal__enter_1bawz {
46
+ .base-modal__appear_1bcmd,
47
+ .base-modal__enter_1bcmd {
48
48
  opacity: 0;
49
49
  }
50
- .base-modal__appearActive_1bawz,
51
- .base-modal__enterActive_1bawz {
50
+ .base-modal__appearActive_1bcmd,
51
+ .base-modal__enterActive_1bcmd {
52
52
  opacity: 1;
53
53
  transition: opacity 200ms ease-in;
54
54
  }
55
- .base-modal__exit_1bawz {
55
+ .base-modal__exit_1bcmd {
56
56
  opacity: 1;
57
57
  }
58
- .base-modal__exitActive_1bawz,
59
- .base-modal__exitDone_1bawz {
58
+ .base-modal__exitActive_1bcmd,
59
+ .base-modal__exitDone_1bcmd {
60
60
  opacity: 0;
61
61
  transition: opacity 200ms ease-out;
62
62
  }
package/modern/index.js CHANGED
@@ -4,9 +4,9 @@ import 'react-merge-refs';
4
4
  import '@juggle/resize-observer';
5
5
  import 'react-transition-group';
6
6
  import 'react-focus-lock';
7
- import '@alfalab/core-components-portal/dist/modern';
8
- import '@alfalab/core-components-backdrop/dist/modern';
9
- import '@alfalab/core-components-stack/dist/modern';
10
- import '@alfalab/core-components-global-store/dist/modern';
7
+ import '@alfalab/core-components-portal/modern';
8
+ import '@alfalab/core-components-backdrop/modern';
9
+ import '@alfalab/core-components-stack/modern';
10
+ import '@alfalab/core-components-global-store/modern';
11
11
  export { handleContainer, hasScrollbar, isScrolledToBottom, isScrolledToTop, restoreContainerStyles } from './utils.js';
12
12
  export { BaseModal, BaseModalContext } from './Component.js';
package/modern/utils.js CHANGED
@@ -1,4 +1,4 @@
1
- import { getModalStore } from '@alfalab/core-components-global-store/dist/modern';
1
+ import { getModalStore } from '@alfalab/core-components-global-store/modern';
2
2
 
3
3
  function isScrolledToTop(target) {
4
4
  return target.scrollTop <= 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-base-modal",
3
- "version": "4.1.4",
3
+ "version": "4.1.5",
4
4
  "description": "BaseModal component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -13,10 +13,10 @@
13
13
  "directory": "dist"
14
14
  },
15
15
  "dependencies": {
16
- "@alfalab/core-components-backdrop": "^2.1.1",
16
+ "@alfalab/core-components-backdrop": "^2.1.2",
17
17
  "@alfalab/core-components-global-store": "^1.1.2",
18
- "@alfalab/core-components-portal": "^2.0.4",
19
- "@alfalab/core-components-stack": "^3.0.4",
18
+ "@alfalab/core-components-portal": "^2.0.5",
19
+ "@alfalab/core-components-stack": "^3.0.5",
20
20
  "@juggle/resize-observer": "^3.3.1",
21
21
  "classnames": "^2.2.6",
22
22
  "react-focus-lock": "^2.5.0",