@alfalab/core-components-notification-manager 4.2.0 → 4.3.0
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 +39 -0
- package/{dist/component-4855e610.d.ts → component-6834d6a6.d.ts} +0 -0
- package/{dist/component-4855e610.js → component-6834d6a6.js} +0 -0
- package/{dist/component.d.ts → component.d.ts} +0 -0
- package/{dist/component.js → component.js} +2 -2
- package/{dist/components → components}/index.d.ts +0 -0
- package/{dist/components → components}/index.js +1 -1
- package/{dist/components → components}/notification/component.d.ts +0 -0
- package/{dist/components → components}/notification/component.js +1 -1
- package/components/notification/index.d.ts +1 -0
- package/{dist/components → components}/notification/index.js +1 -1
- package/{dist/cssm → cssm}/component-d28c47be.d.ts +0 -0
- package/{dist/cssm → cssm}/component-d28c47be.js +0 -0
- package/{dist/cssm → cssm}/component.d.ts +0 -0
- package/{dist/cssm → cssm}/component.js +2 -2
- package/{dist/cssm → cssm}/components/index.d.ts +0 -0
- package/{dist/cssm → cssm}/components/index.js +0 -0
- package/{dist/cssm → cssm}/components/notification/component.d.ts +0 -0
- package/{dist/cssm → cssm}/components/notification/component.js +0 -0
- package/{dist/cssm → cssm}/components/notification/index.d.ts +0 -0
- package/{dist/cssm → cssm}/components/notification/index.js +0 -0
- package/{dist/cssm → cssm}/index.d.ts +0 -0
- package/{dist/cssm → cssm}/index.js +2 -2
- package/{dist/cssm → cssm}/index.module.css +0 -0
- package/{dist/esm/component-1c3146a2.d.ts → esm/component-cf7e58b6.d.ts} +0 -0
- package/{dist/esm/component-1c3146a2.js → esm/component-cf7e58b6.js} +0 -0
- package/{dist/esm → esm}/component.d.ts +0 -0
- package/{dist/esm → esm}/component.js +4 -4
- package/{dist/esm → esm}/components/index.d.ts +0 -0
- package/esm/components/index.js +3 -0
- package/{dist/esm → esm}/components/notification/component.d.ts +0 -0
- package/esm/components/notification/component.js +3 -0
- package/esm/components/notification/index.d.ts +1 -0
- package/esm/components/notification/index.js +3 -0
- package/{dist/modern → esm}/index.css +11 -11
- package/{dist/esm → esm}/index.d.ts +0 -0
- package/esm/index.js +7 -0
- package/{dist/esm/index.css → index.css} +11 -11
- package/{dist/index.d.ts → index.d.ts} +0 -0
- package/{dist/index.js → index.js} +1 -1
- package/{dist/modern → modern}/component.d.ts +0 -0
- package/{dist/modern → modern}/component.js +3 -3
- package/{dist/modern → modern}/components/index.d.ts +0 -0
- package/{dist/modern → modern}/components/index.js +0 -0
- package/{dist/modern → modern}/components/notification/component.d.ts +0 -0
- package/{dist/modern → modern}/components/notification/component.js +0 -0
- package/{dist/modern → modern}/components/notification/index.d.ts +0 -0
- package/{dist/modern → modern}/components/notification/index.js +0 -0
- package/{dist → modern}/index.css +11 -11
- package/{dist/modern → modern}/index.d.ts +0 -0
- package/{dist/modern → modern}/index.js +2 -2
- package/package.json +11 -14
- package/{dist/send-stats.js → send-stats.js} +0 -0
- package/dist/components/notification/index.d.ts +0 -1
- package/dist/esm/components/index.js +0 -3
- package/dist/esm/components/notification/component.js +0 -3
- package/dist/esm/components/notification/index.d.ts +0 -1
- package/dist/esm/components/notification/index.js +0 -3
- package/dist/esm/index.js +0 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,44 @@
|
|
|
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.3.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@4.2.3...@alfalab/core-components-notification-manager@4.3.0) (2022-08-04)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* react 18 support ([#159](https://github.com/core-ds/core-components/issues/159)) ([2e6693c](https://github.com/core-ds/core-components/commit/2e6693c62f534e333aadb7d3fff4ffd78ac84c63))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [4.2.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@4.2.2...@alfalab/core-components-notification-manager@4.2.3) (2022-07-18)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @alfalab/core-components-notification-manager
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## [4.2.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@4.2.1...@alfalab/core-components-notification-manager@4.2.2) (2022-07-15)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* bump packages version ([#153](https://github.com/core-ds/core-components/issues/153)) ([fd3e082](https://github.com/core-ds/core-components/commit/fd3e08205672129cdce04e1000c673f2cd9c10da))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
## [4.2.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@4.2.0...@alfalab/core-components-notification-manager@4.2.1) (2022-07-14)
|
|
37
|
+
|
|
38
|
+
**Note:** Version bump only for package @alfalab/core-components-notification-manager
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
6
44
|
# [4.2.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@4.1.10...@alfalab/core-components-notification-manager@4.2.0) (2022-06-28)
|
|
7
45
|
|
|
8
46
|
|
|
@@ -390,4 +428,5 @@ remove z-index, add stack component
|
|
|
390
428
|
|
|
391
429
|
### Features
|
|
392
430
|
|
|
431
|
+
|
|
393
432
|
* **notification-manager:** add component ([#565](https://github.com/core-ds/core-components/issues/565)) ([ad6ffab](https://github.com/core-ds/core-components/commit/ad6ffabb0f9665cd453b862279e96b7a1a6f359b))
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var components_notification_component = require('./component-
|
|
5
|
+
var components_notification_component = require('./component-6834d6a6.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var cn = require('classnames');
|
|
8
8
|
var reactTransitionGroup = require('react-transition-group');
|
|
@@ -14,7 +14,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
14
14
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
15
15
|
var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
|
|
16
16
|
|
|
17
|
-
var styles = {"component":"notification-
|
|
17
|
+
var styles = {"component":"notification-manager__component_t26d7","notification":"notification-manager__notification_t26d7","enter":"notification-manager__enter_t26d7","enterActive":"notification-manager__enterActive_t26d7","exit":"notification-manager__exit_t26d7","exitActive":"notification-manager__exitActive_t26d7"};
|
|
18
18
|
require('./index.css')
|
|
19
19
|
|
|
20
20
|
var CSS_TRANSITION_CLASS_NAMES = {
|
|
File without changes
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var components_notification_component = require('../component-
|
|
5
|
+
var components_notification_component = require('../component-6834d6a6.js');
|
|
6
6
|
require('react');
|
|
7
7
|
require('classnames');
|
|
8
8
|
|
|
File without changes
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var components_notification_component = require('../../component-
|
|
5
|
+
var components_notification_component = require('../../component-6834d6a6.js');
|
|
6
6
|
require('react');
|
|
7
7
|
require('classnames');
|
|
8
8
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../component-6834d6a6";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var components_notification_component = require('../../component-
|
|
5
|
+
var components_notification_component = require('../../component-6834d6a6.js');
|
|
6
6
|
require('react');
|
|
7
7
|
require('classnames');
|
|
8
8
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -6,8 +6,8 @@ var components_notification_component = require('./component-d28c47be.js');
|
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var cn = require('classnames');
|
|
8
8
|
var reactTransitionGroup = require('react-transition-group');
|
|
9
|
-
var coreComponentsPortal = require('@alfalab/core-components-portal/
|
|
10
|
-
var coreComponentsStack = require('@alfalab/core-components-stack/
|
|
9
|
+
var coreComponentsPortal = require('@alfalab/core-components-portal/cssm');
|
|
10
|
+
var coreComponentsStack = require('@alfalab/core-components-stack/cssm');
|
|
11
11
|
var styles = require('./index.module.css');
|
|
12
12
|
|
|
13
13
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -6,8 +6,8 @@ require('./component-d28c47be.js');
|
|
|
6
6
|
require('react');
|
|
7
7
|
require('classnames');
|
|
8
8
|
require('react-transition-group');
|
|
9
|
-
require('@alfalab/core-components-portal/
|
|
10
|
-
require('@alfalab/core-components-stack/
|
|
9
|
+
require('@alfalab/core-components-portal/cssm');
|
|
10
|
+
require('@alfalab/core-components-stack/cssm');
|
|
11
11
|
require('./index.module.css');
|
|
12
12
|
var component = require('./component.js');
|
|
13
13
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign, N as Notification } from './component-
|
|
1
|
+
import { _ as __rest, a as __assign, N as Notification } from './component-cf7e58b6.js';
|
|
2
2
|
import React, { forwardRef } from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import { TransitionGroup, CSSTransition } from 'react-transition-group';
|
|
5
|
-
import { Portal } from '@alfalab/core-components-portal/
|
|
6
|
-
import { stackingOrder, Stack } from '@alfalab/core-components-stack/
|
|
5
|
+
import { Portal } from '@alfalab/core-components-portal/esm';
|
|
6
|
+
import { stackingOrder, Stack } from '@alfalab/core-components-stack/esm';
|
|
7
7
|
|
|
8
|
-
var styles = {"component":"notification-
|
|
8
|
+
var styles = {"component":"notification-manager__component_t26d7","notification":"notification-manager__notification_t26d7","enter":"notification-manager__enter_t26d7","enterActive":"notification-manager__enterActive_t26d7","exit":"notification-manager__exit_t26d7","exitActive":"notification-manager__exitActive_t26d7"};
|
|
9
9
|
require('./index.css')
|
|
10
10
|
|
|
11
11
|
var CSS_TRANSITION_CLASS_NAMES = {
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../component-cf7e58b6";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1u18y */
|
|
2
2
|
:root {
|
|
3
3
|
--gap-s: 12px;
|
|
4
4
|
--gap-xl: 24px;
|
|
5
5
|
--gap-4xl: 48px;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
-
.notification-
|
|
8
|
+
.notification-manager__component_t26d7 {
|
|
9
9
|
position: fixed;
|
|
10
10
|
top: 0;
|
|
11
11
|
right: var(--gap-s);
|
|
@@ -13,48 +13,48 @@
|
|
|
13
13
|
flex-direction: column;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.notification-
|
|
16
|
+
.notification-manager__component_t26d7 .notification-manager__notification_t26d7 {
|
|
17
17
|
position: static;
|
|
18
18
|
width: calc(100vw - var(--gap-xl));
|
|
19
19
|
margin-top: var(--gap-s);
|
|
20
20
|
will-change: transform;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
.notification-
|
|
23
|
+
.notification-manager__enter_t26d7 {
|
|
24
24
|
visibility: hidden;
|
|
25
25
|
transform: translate(0, -500px);
|
|
26
26
|
transition: transform 0.4s ease-out;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
.notification-
|
|
29
|
+
.notification-manager__enterActive_t26d7 {
|
|
30
30
|
visibility: visible;
|
|
31
31
|
transform: translate(0);
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
.notification-
|
|
34
|
+
.notification-manager__exit_t26d7 {
|
|
35
35
|
opacity: 0;
|
|
36
36
|
transition: opacity 0.15s ease-in-out;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
.notification-
|
|
39
|
+
.notification-manager__exitActive_t26d7 {
|
|
40
40
|
visibility: hidden;
|
|
41
41
|
opacity: 0;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
@media (min-width: 600px) {
|
|
45
|
-
.notification-
|
|
45
|
+
.notification-manager__component_t26d7 {
|
|
46
46
|
right: var(--gap-4xl);
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
.notification-
|
|
49
|
+
.notification-manager__component_t26d7 .notification-manager__notification_t26d7 {
|
|
50
50
|
width: auto;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
.notification-
|
|
53
|
+
.notification-manager__enter_t26d7 {
|
|
54
54
|
transform: translate(100%, 0);
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
.notification-
|
|
57
|
+
.notification-manager__enterActive_t26d7 {
|
|
58
58
|
transform: translate(0);
|
|
59
59
|
}
|
|
60
60
|
}
|
|
File without changes
|
package/esm/index.js
ADDED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1u18y */
|
|
2
2
|
:root {
|
|
3
3
|
--gap-s: 12px;
|
|
4
4
|
--gap-xl: 24px;
|
|
5
5
|
--gap-4xl: 48px;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
-
.notification-
|
|
8
|
+
.notification-manager__component_t26d7 {
|
|
9
9
|
position: fixed;
|
|
10
10
|
top: 0;
|
|
11
11
|
right: var(--gap-s);
|
|
@@ -13,48 +13,48 @@
|
|
|
13
13
|
flex-direction: column;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.notification-
|
|
16
|
+
.notification-manager__component_t26d7 .notification-manager__notification_t26d7 {
|
|
17
17
|
position: static;
|
|
18
18
|
width: calc(100vw - var(--gap-xl));
|
|
19
19
|
margin-top: var(--gap-s);
|
|
20
20
|
will-change: transform;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
.notification-
|
|
23
|
+
.notification-manager__enter_t26d7 {
|
|
24
24
|
visibility: hidden;
|
|
25
25
|
transform: translate(0, -500px);
|
|
26
26
|
transition: transform 0.4s ease-out;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
.notification-
|
|
29
|
+
.notification-manager__enterActive_t26d7 {
|
|
30
30
|
visibility: visible;
|
|
31
31
|
transform: translate(0);
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
.notification-
|
|
34
|
+
.notification-manager__exit_t26d7 {
|
|
35
35
|
opacity: 0;
|
|
36
36
|
transition: opacity 0.15s ease-in-out;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
.notification-
|
|
39
|
+
.notification-manager__exitActive_t26d7 {
|
|
40
40
|
visibility: hidden;
|
|
41
41
|
opacity: 0;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
@media (min-width: 600px) {
|
|
45
|
-
.notification-
|
|
45
|
+
.notification-manager__component_t26d7 {
|
|
46
46
|
right: var(--gap-4xl);
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
.notification-
|
|
49
|
+
.notification-manager__component_t26d7 .notification-manager__notification_t26d7 {
|
|
50
50
|
width: auto;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
.notification-
|
|
53
|
+
.notification-manager__enter_t26d7 {
|
|
54
54
|
transform: translate(100%, 0);
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
.notification-
|
|
57
|
+
.notification-manager__enterActive_t26d7 {
|
|
58
58
|
transform: translate(0);
|
|
59
59
|
}
|
|
60
60
|
}
|
|
File without changes
|
|
File without changes
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React, { forwardRef } from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { TransitionGroup, CSSTransition } from 'react-transition-group';
|
|
4
|
-
import { Portal } from '@alfalab/core-components-portal/
|
|
5
|
-
import { stackingOrder, Stack } from '@alfalab/core-components-stack/
|
|
4
|
+
import { Portal } from '@alfalab/core-components-portal/modern';
|
|
5
|
+
import { stackingOrder, Stack } from '@alfalab/core-components-stack/modern';
|
|
6
6
|
import { Notification } from './components/notification/component.js';
|
|
7
7
|
|
|
8
|
-
var styles = {"component":"notification-
|
|
8
|
+
var styles = {"component":"notification-manager__component_t26d7","notification":"notification-manager__notification_t26d7","enter":"notification-manager__enter_t26d7","enterActive":"notification-manager__enterActive_t26d7","exit":"notification-manager__exit_t26d7","exitActive":"notification-manager__exitActive_t26d7"};
|
|
9
9
|
require('./index.css')
|
|
10
10
|
|
|
11
11
|
const CSS_TRANSITION_CLASS_NAMES = {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1u18y */
|
|
2
2
|
:root {
|
|
3
3
|
--gap-s: 12px;
|
|
4
4
|
--gap-xl: 24px;
|
|
5
5
|
--gap-4xl: 48px;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
-
.notification-
|
|
8
|
+
.notification-manager__component_t26d7 {
|
|
9
9
|
position: fixed;
|
|
10
10
|
top: 0;
|
|
11
11
|
right: var(--gap-s);
|
|
@@ -13,48 +13,48 @@
|
|
|
13
13
|
flex-direction: column;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.notification-
|
|
16
|
+
.notification-manager__component_t26d7 .notification-manager__notification_t26d7 {
|
|
17
17
|
position: static;
|
|
18
18
|
width: calc(100vw - var(--gap-xl));
|
|
19
19
|
margin-top: var(--gap-s);
|
|
20
20
|
will-change: transform;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
.notification-
|
|
23
|
+
.notification-manager__enter_t26d7 {
|
|
24
24
|
visibility: hidden;
|
|
25
25
|
transform: translate(0, -500px);
|
|
26
26
|
transition: transform 0.4s ease-out;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
.notification-
|
|
29
|
+
.notification-manager__enterActive_t26d7 {
|
|
30
30
|
visibility: visible;
|
|
31
31
|
transform: translate(0);
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
.notification-
|
|
34
|
+
.notification-manager__exit_t26d7 {
|
|
35
35
|
opacity: 0;
|
|
36
36
|
transition: opacity 0.15s ease-in-out;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
.notification-
|
|
39
|
+
.notification-manager__exitActive_t26d7 {
|
|
40
40
|
visibility: hidden;
|
|
41
41
|
opacity: 0;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
@media (min-width: 600px) {
|
|
45
|
-
.notification-
|
|
45
|
+
.notification-manager__component_t26d7 {
|
|
46
46
|
right: var(--gap-4xl);
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
.notification-
|
|
49
|
+
.notification-manager__component_t26d7 .notification-manager__notification_t26d7 {
|
|
50
50
|
width: auto;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
.notification-
|
|
53
|
+
.notification-manager__enter_t26d7 {
|
|
54
54
|
transform: translate(100%, 0);
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
.notification-
|
|
57
|
+
.notification-manager__enterActive_t26d7 {
|
|
58
58
|
transform: translate(0);
|
|
59
59
|
}
|
|
60
60
|
}
|
|
File without changes
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'classnames';
|
|
3
3
|
import 'react-transition-group';
|
|
4
|
-
import '@alfalab/core-components-portal/
|
|
5
|
-
import '@alfalab/core-components-stack/
|
|
4
|
+
import '@alfalab/core-components-portal/modern';
|
|
5
|
+
import '@alfalab/core-components-stack/modern';
|
|
6
6
|
import './components/notification/component.js';
|
|
7
7
|
export { NotificationManager } from './component.js';
|
package/package.json
CHANGED
|
@@ -1,29 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-notification-manager",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.3.0",
|
|
4
4
|
"description": "Notification manager",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
|
-
"main": "
|
|
7
|
+
"main": "index.js",
|
|
8
8
|
"module": "./dist/modern/index.js",
|
|
9
|
-
"files": [
|
|
10
|
-
"dist"
|
|
11
|
-
],
|
|
12
9
|
"scripts": {
|
|
13
|
-
"postinstall": "node ./
|
|
10
|
+
"postinstall": "node -e \"if (require('fs').existsSync('./send-stats.js')){require('./send-stats.js')} \""
|
|
14
11
|
},
|
|
15
12
|
"publishConfig": {
|
|
16
|
-
"access": "public"
|
|
13
|
+
"access": "public",
|
|
14
|
+
"directory": "dist"
|
|
17
15
|
},
|
|
18
16
|
"peerDependencies": {
|
|
19
|
-
"react": "^16.9.0 || ^17.0.1"
|
|
17
|
+
"react": "^16.9.0 || ^17.0.1 || ^18.0.0"
|
|
20
18
|
},
|
|
21
19
|
"dependencies": {
|
|
22
|
-
"@alfalab/core-components-notification": "^5.
|
|
23
|
-
"@alfalab/core-components-portal": "^2.0
|
|
24
|
-
"@alfalab/core-components-stack": "^3.0
|
|
25
|
-
"classnames": "^2.
|
|
20
|
+
"@alfalab/core-components-notification": "^5.4.0",
|
|
21
|
+
"@alfalab/core-components-portal": "^2.1.0",
|
|
22
|
+
"@alfalab/core-components-stack": "^3.1.0",
|
|
23
|
+
"classnames": "^2.3.1",
|
|
26
24
|
"react-transition-group": "^4.4.1"
|
|
27
|
-
}
|
|
28
|
-
"gitHead": "dcd5c0c8e25b7c374ff9311505ccf738a82e22c0"
|
|
25
|
+
}
|
|
29
26
|
}
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "../../component-4855e610";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "../../component-1c3146a2";
|
package/dist/esm/index.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import './component-1c3146a2.js';
|
|
2
|
-
import 'react';
|
|
3
|
-
import 'classnames';
|
|
4
|
-
import 'react-transition-group';
|
|
5
|
-
import '@alfalab/core-components-portal/dist/esm';
|
|
6
|
-
import '@alfalab/core-components-stack/dist/esm';
|
|
7
|
-
export { NotificationManager } from './component.js';
|