@alfalab/core-components-base-modal 5.7.2 → 5.7.3
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/Component.js +1 -2
- package/cssm/Component.js +0 -1
- package/cssm/index.js +0 -14
- package/cssm/index.module.css +1 -1
- package/esm/Component.js +1 -2
- package/esm/index.css +14 -14
- package/esm/index.js +0 -13
- package/index.css +14 -14
- package/index.js +0 -13
- package/modern/Component.js +1 -2
- package/modern/index.css +14 -14
- package/modern/index.js +0 -12
- package/package.json +2 -2
package/Component.js
CHANGED
|
@@ -15,7 +15,6 @@ var coreComponentsShared = require('@alfalab/core-components-shared');
|
|
|
15
15
|
var coreComponentsStack = require('@alfalab/core-components-stack');
|
|
16
16
|
var utils = require('./utils.js');
|
|
17
17
|
require('./matches-polyfill.js');
|
|
18
|
-
require('@alfalab/core-components-global-store');
|
|
19
18
|
|
|
20
19
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
21
20
|
|
|
@@ -24,7 +23,7 @@ var FocusLock__default = /*#__PURE__*/_interopDefaultCompat(FocusLock);
|
|
|
24
23
|
var mergeRefs__default = /*#__PURE__*/_interopDefaultCompat(mergeRefs);
|
|
25
24
|
var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
|
|
26
25
|
|
|
27
|
-
var styles = {"component":"base-
|
|
26
|
+
var styles = {"component":"base-modal__component_13am9","wrapper":"base-modal__wrapper_13am9","content":"base-modal__content_13am9","hidden":"base-modal__hidden_13am9","backdrop":"base-modal__backdrop_13am9","appear":"base-modal__appear_13am9","enter":"base-modal__enter_13am9","appearActive":"base-modal__appearActive_13am9","enterActive":"base-modal__enterActive_13am9","exit":"base-modal__exit_13am9","exitActive":"base-modal__exitActive_13am9","exitDone":"base-modal__exitDone_13am9"};
|
|
28
27
|
require('./index.css')
|
|
29
28
|
|
|
30
29
|
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
package/cssm/Component.js
CHANGED
|
@@ -16,7 +16,6 @@ var coreComponentsStack = require('@alfalab/core-components-stack/cssm');
|
|
|
16
16
|
var utils = require('./utils.js');
|
|
17
17
|
var styles = require('./index.module.css');
|
|
18
18
|
require('./matches-polyfill.js');
|
|
19
|
-
require('@alfalab/core-components-global-store/cssm');
|
|
20
19
|
|
|
21
20
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
22
21
|
|
package/cssm/index.js
CHANGED
|
@@ -4,20 +4,6 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var Component = require('./Component.js');
|
|
6
6
|
var utils = require('./utils.js');
|
|
7
|
-
require('tslib');
|
|
8
|
-
require('react');
|
|
9
|
-
require('react-focus-lock');
|
|
10
|
-
require('react-merge-refs');
|
|
11
|
-
require('react-transition-group');
|
|
12
|
-
require('@juggle/resize-observer');
|
|
13
|
-
require('classnames');
|
|
14
|
-
require('@alfalab/core-components-backdrop/cssm');
|
|
15
|
-
require('@alfalab/core-components-portal/cssm');
|
|
16
|
-
require('@alfalab/core-components-shared/cssm');
|
|
17
|
-
require('@alfalab/core-components-stack/cssm');
|
|
18
|
-
require('./index.module.css');
|
|
19
|
-
require('./matches-polyfill.js');
|
|
20
|
-
require('@alfalab/core-components-global-store/cssm');
|
|
21
7
|
|
|
22
8
|
|
|
23
9
|
|
package/cssm/index.module.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
:root {
|
|
1
|
+
:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
2
2
|
} /* deprecated */ :root {
|
|
3
3
|
--color-light-modal-bg-primary: #fff; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
4
4
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
package/esm/Component.js
CHANGED
|
@@ -11,9 +11,8 @@ import { browser } from '@alfalab/core-components-shared/esm';
|
|
|
11
11
|
import { stackingOrder, Stack } from '@alfalab/core-components-stack/esm';
|
|
12
12
|
import { isScrolledToTop, isScrolledToBottom, handleContainer, restoreContainerStyles, hasScrollbar } from './utils.js';
|
|
13
13
|
import './matches-polyfill.js';
|
|
14
|
-
import '@alfalab/core-components-global-store/esm';
|
|
15
14
|
|
|
16
|
-
var styles = {"component":"base-
|
|
15
|
+
var styles = {"component":"base-modal__component_13am9","wrapper":"base-modal__wrapper_13am9","content":"base-modal__content_13am9","hidden":"base-modal__hidden_13am9","backdrop":"base-modal__backdrop_13am9","appear":"base-modal__appear_13am9","enter":"base-modal__enter_13am9","appearActive":"base-modal__appearActive_13am9","enterActive":"base-modal__enterActive_13am9","exit":"base-modal__exit_13am9","exitActive":"base-modal__exitActive_13am9","exitDone":"base-modal__exitDone_13am9"};
|
|
17
16
|
require('./index.css')
|
|
18
17
|
|
|
19
18
|
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
package/esm/index.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/* hash:
|
|
2
|
-
:root {
|
|
1
|
+
/* hash: 1npo2 */
|
|
2
|
+
:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-modal-bg-primary: #fff; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
5
5
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
} :root {
|
|
16
16
|
} :root {
|
|
17
17
|
} :root {
|
|
18
|
-
} .base-
|
|
18
|
+
} .base-modal__component_13am9 {
|
|
19
19
|
position: relative;
|
|
20
20
|
box-sizing: border-box;
|
|
21
21
|
background: var(--color-light-modal-bg-primary);
|
|
22
22
|
margin: auto;
|
|
23
23
|
flex-shrink: 0;
|
|
24
|
-
} .base-
|
|
24
|
+
} .base-modal__wrapper_13am9 {
|
|
25
25
|
position: fixed;
|
|
26
26
|
top: 0;
|
|
27
27
|
left: 0;
|
|
@@ -34,27 +34,27 @@
|
|
|
34
34
|
align-items: center;
|
|
35
35
|
outline: 0;
|
|
36
36
|
overscroll-behavior: none;
|
|
37
|
-
} .base-
|
|
37
|
+
} .base-modal__content_13am9 {
|
|
38
38
|
width: 100%;
|
|
39
39
|
height: 100%;
|
|
40
40
|
display: flex;
|
|
41
41
|
flex-direction: column;
|
|
42
42
|
flex: 1;
|
|
43
|
-
} .base-
|
|
43
|
+
} .base-modal__hidden_13am9 {
|
|
44
44
|
display: none;
|
|
45
|
-
} .base-
|
|
45
|
+
} .base-modal__backdrop_13am9 {
|
|
46
46
|
z-index: 0;
|
|
47
|
-
} .base-
|
|
48
|
-
.base-
|
|
47
|
+
} .base-modal__appear_13am9,
|
|
48
|
+
.base-modal__enter_13am9 {
|
|
49
49
|
opacity: 0;
|
|
50
|
-
} .base-
|
|
51
|
-
.base-
|
|
50
|
+
} .base-modal__appearActive_13am9,
|
|
51
|
+
.base-modal__enterActive_13am9 {
|
|
52
52
|
opacity: 1;
|
|
53
53
|
transition: opacity 200ms ease-in;
|
|
54
|
-
} .base-
|
|
54
|
+
} .base-modal__exit_13am9 {
|
|
55
55
|
opacity: 1;
|
|
56
|
-
} .base-
|
|
57
|
-
.base-
|
|
56
|
+
} .base-modal__exitActive_13am9,
|
|
57
|
+
.base-modal__exitDone_13am9 {
|
|
58
58
|
opacity: 0;
|
|
59
59
|
transition: opacity 200ms ease-out;
|
|
60
60
|
}
|
package/esm/index.js
CHANGED
|
@@ -1,15 +1,2 @@
|
|
|
1
1
|
export { BaseModal, BaseModalContext } from './Component.js';
|
|
2
2
|
export { handleContainer, hasScrollbar, isScrolledToBottom, isScrolledToTop, restoreContainerStyles } from './utils.js';
|
|
3
|
-
import 'tslib';
|
|
4
|
-
import 'react';
|
|
5
|
-
import 'react-focus-lock';
|
|
6
|
-
import 'react-merge-refs';
|
|
7
|
-
import 'react-transition-group';
|
|
8
|
-
import '@juggle/resize-observer';
|
|
9
|
-
import 'classnames';
|
|
10
|
-
import '@alfalab/core-components-backdrop/esm';
|
|
11
|
-
import '@alfalab/core-components-portal/esm';
|
|
12
|
-
import '@alfalab/core-components-shared/esm';
|
|
13
|
-
import '@alfalab/core-components-stack/esm';
|
|
14
|
-
import './matches-polyfill.js';
|
|
15
|
-
import '@alfalab/core-components-global-store/esm';
|
package/index.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/* hash:
|
|
2
|
-
:root {
|
|
1
|
+
/* hash: 1npo2 */
|
|
2
|
+
:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-modal-bg-primary: #fff; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
5
5
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
} :root {
|
|
16
16
|
} :root {
|
|
17
17
|
} :root {
|
|
18
|
-
} .base-
|
|
18
|
+
} .base-modal__component_13am9 {
|
|
19
19
|
position: relative;
|
|
20
20
|
box-sizing: border-box;
|
|
21
21
|
background: var(--color-light-modal-bg-primary);
|
|
22
22
|
margin: auto;
|
|
23
23
|
flex-shrink: 0;
|
|
24
|
-
} .base-
|
|
24
|
+
} .base-modal__wrapper_13am9 {
|
|
25
25
|
position: fixed;
|
|
26
26
|
top: 0;
|
|
27
27
|
left: 0;
|
|
@@ -34,27 +34,27 @@
|
|
|
34
34
|
align-items: center;
|
|
35
35
|
outline: 0;
|
|
36
36
|
overscroll-behavior: none;
|
|
37
|
-
} .base-
|
|
37
|
+
} .base-modal__content_13am9 {
|
|
38
38
|
width: 100%;
|
|
39
39
|
height: 100%;
|
|
40
40
|
display: flex;
|
|
41
41
|
flex-direction: column;
|
|
42
42
|
flex: 1;
|
|
43
|
-
} .base-
|
|
43
|
+
} .base-modal__hidden_13am9 {
|
|
44
44
|
display: none;
|
|
45
|
-
} .base-
|
|
45
|
+
} .base-modal__backdrop_13am9 {
|
|
46
46
|
z-index: 0;
|
|
47
|
-
} .base-
|
|
48
|
-
.base-
|
|
47
|
+
} .base-modal__appear_13am9,
|
|
48
|
+
.base-modal__enter_13am9 {
|
|
49
49
|
opacity: 0;
|
|
50
|
-
} .base-
|
|
51
|
-
.base-
|
|
50
|
+
} .base-modal__appearActive_13am9,
|
|
51
|
+
.base-modal__enterActive_13am9 {
|
|
52
52
|
opacity: 1;
|
|
53
53
|
transition: opacity 200ms ease-in;
|
|
54
|
-
} .base-
|
|
54
|
+
} .base-modal__exit_13am9 {
|
|
55
55
|
opacity: 1;
|
|
56
|
-
} .base-
|
|
57
|
-
.base-
|
|
56
|
+
} .base-modal__exitActive_13am9,
|
|
57
|
+
.base-modal__exitDone_13am9 {
|
|
58
58
|
opacity: 0;
|
|
59
59
|
transition: opacity 200ms ease-out;
|
|
60
60
|
}
|
package/index.js
CHANGED
|
@@ -4,19 +4,6 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var Component = require('./Component.js');
|
|
6
6
|
var utils = require('./utils.js');
|
|
7
|
-
require('tslib');
|
|
8
|
-
require('react');
|
|
9
|
-
require('react-focus-lock');
|
|
10
|
-
require('react-merge-refs');
|
|
11
|
-
require('react-transition-group');
|
|
12
|
-
require('@juggle/resize-observer');
|
|
13
|
-
require('classnames');
|
|
14
|
-
require('@alfalab/core-components-backdrop');
|
|
15
|
-
require('@alfalab/core-components-portal');
|
|
16
|
-
require('@alfalab/core-components-shared');
|
|
17
|
-
require('@alfalab/core-components-stack');
|
|
18
|
-
require('./matches-polyfill.js');
|
|
19
|
-
require('@alfalab/core-components-global-store');
|
|
20
7
|
|
|
21
8
|
|
|
22
9
|
|
package/modern/Component.js
CHANGED
|
@@ -10,9 +10,8 @@ import { browser } from '@alfalab/core-components-shared/modern';
|
|
|
10
10
|
import { stackingOrder, Stack } from '@alfalab/core-components-stack/modern';
|
|
11
11
|
import { isScrolledToTop, isScrolledToBottom, handleContainer, restoreContainerStyles, hasScrollbar } from './utils.js';
|
|
12
12
|
import './matches-polyfill.js';
|
|
13
|
-
import '@alfalab/core-components-global-store/modern';
|
|
14
13
|
|
|
15
|
-
const styles = {"component":"base-
|
|
14
|
+
const styles = {"component":"base-modal__component_13am9","wrapper":"base-modal__wrapper_13am9","content":"base-modal__content_13am9","hidden":"base-modal__hidden_13am9","backdrop":"base-modal__backdrop_13am9","appear":"base-modal__appear_13am9","enter":"base-modal__enter_13am9","appearActive":"base-modal__appearActive_13am9","enterActive":"base-modal__enterActive_13am9","exit":"base-modal__exit_13am9","exitActive":"base-modal__exitActive_13am9","exitDone":"base-modal__exitDone_13am9"};
|
|
16
15
|
require('./index.css')
|
|
17
16
|
|
|
18
17
|
/* eslint-disable jsx-a11y/no-noninteractive-element-interactions */
|
package/modern/index.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/* hash:
|
|
2
|
-
:root {
|
|
1
|
+
/* hash: 1npo2 */
|
|
2
|
+
:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-modal-bg-primary: #fff; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
5
5
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
} :root {
|
|
16
16
|
} :root {
|
|
17
17
|
} :root {
|
|
18
|
-
} .base-
|
|
18
|
+
} .base-modal__component_13am9 {
|
|
19
19
|
position: relative;
|
|
20
20
|
box-sizing: border-box;
|
|
21
21
|
background: var(--color-light-modal-bg-primary);
|
|
22
22
|
margin: auto;
|
|
23
23
|
flex-shrink: 0;
|
|
24
|
-
} .base-
|
|
24
|
+
} .base-modal__wrapper_13am9 {
|
|
25
25
|
position: fixed;
|
|
26
26
|
top: 0;
|
|
27
27
|
left: 0;
|
|
@@ -34,27 +34,27 @@
|
|
|
34
34
|
align-items: center;
|
|
35
35
|
outline: 0;
|
|
36
36
|
overscroll-behavior: none;
|
|
37
|
-
} .base-
|
|
37
|
+
} .base-modal__content_13am9 {
|
|
38
38
|
width: 100%;
|
|
39
39
|
height: 100%;
|
|
40
40
|
display: flex;
|
|
41
41
|
flex-direction: column;
|
|
42
42
|
flex: 1;
|
|
43
|
-
} .base-
|
|
43
|
+
} .base-modal__hidden_13am9 {
|
|
44
44
|
display: none;
|
|
45
|
-
} .base-
|
|
45
|
+
} .base-modal__backdrop_13am9 {
|
|
46
46
|
z-index: 0;
|
|
47
|
-
} .base-
|
|
48
|
-
.base-
|
|
47
|
+
} .base-modal__appear_13am9,
|
|
48
|
+
.base-modal__enter_13am9 {
|
|
49
49
|
opacity: 0;
|
|
50
|
-
} .base-
|
|
51
|
-
.base-
|
|
50
|
+
} .base-modal__appearActive_13am9,
|
|
51
|
+
.base-modal__enterActive_13am9 {
|
|
52
52
|
opacity: 1;
|
|
53
53
|
transition: opacity 200ms ease-in;
|
|
54
|
-
} .base-
|
|
54
|
+
} .base-modal__exit_13am9 {
|
|
55
55
|
opacity: 1;
|
|
56
|
-
} .base-
|
|
57
|
-
.base-
|
|
56
|
+
} .base-modal__exitActive_13am9,
|
|
57
|
+
.base-modal__exitDone_13am9 {
|
|
58
58
|
opacity: 0;
|
|
59
59
|
transition: opacity 200ms ease-out;
|
|
60
60
|
}
|
package/modern/index.js
CHANGED
|
@@ -1,14 +1,2 @@
|
|
|
1
1
|
export { BaseModal, BaseModalContext } from './Component.js';
|
|
2
2
|
export { handleContainer, hasScrollbar, isScrolledToBottom, isScrolledToTop, restoreContainerStyles } from './utils.js';
|
|
3
|
-
import 'react';
|
|
4
|
-
import 'react-focus-lock';
|
|
5
|
-
import 'react-merge-refs';
|
|
6
|
-
import 'react-transition-group';
|
|
7
|
-
import '@juggle/resize-observer';
|
|
8
|
-
import 'classnames';
|
|
9
|
-
import '@alfalab/core-components-backdrop/modern';
|
|
10
|
-
import '@alfalab/core-components-portal/modern';
|
|
11
|
-
import '@alfalab/core-components-shared/modern';
|
|
12
|
-
import '@alfalab/core-components-stack/modern';
|
|
13
|
-
import './matches-polyfill.js';
|
|
14
|
-
import '@alfalab/core-components-global-store/modern';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-base-modal",
|
|
3
|
-
"version": "5.7.
|
|
3
|
+
"version": "5.7.3",
|
|
4
4
|
"description": "BaseModal component",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@alfalab/core-components-shared": "^0.9.1",
|
|
19
19
|
"@juggle/resize-observer": "^3.3.1",
|
|
20
20
|
"classnames": "^2.3.1",
|
|
21
|
-
"react-focus-lock": "^2.
|
|
21
|
+
"react-focus-lock": "^2.12.1",
|
|
22
22
|
"react-merge-refs": "^1.1.0",
|
|
23
23
|
"react-transition-group": "^4.4.5",
|
|
24
24
|
"tslib": "^2.4.0"
|