@alfalab/core-components-notification-manager 7.0.5 → 7.0.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/components/notification/index.css +4 -4
- package/components/notification/index.module.css.js +1 -1
- package/esm/components/notification/index.css +4 -4
- package/esm/components/notification/index.module.css.js +1 -1
- package/esm/index.css +6 -6
- package/esm/index.module.css.js +1 -1
- package/index.css +6 -6
- package/index.module.css.js +1 -1
- package/modern/components/notification/index.css +4 -4
- package/modern/components/notification/index.module.css.js +1 -1
- package/modern/index.css +6 -6
- package/modern/index.module.css.js +1 -1
- package/package.json +9 -6
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
.notification-
|
|
1
|
+
.notification-manager__enter_1e09a {
|
|
2
2
|
visibility: hidden;
|
|
3
3
|
transform: translate(0, -500px);
|
|
4
4
|
}
|
|
5
|
-
.notification-
|
|
5
|
+
.notification-manager__enterActive_1e09a {
|
|
6
6
|
visibility: visible;
|
|
7
7
|
transform: translate(0);
|
|
8
8
|
transition: transform 0.4s ease-out;
|
|
9
9
|
}
|
|
10
10
|
@media (min-width: 600px) {
|
|
11
|
-
.notification-
|
|
11
|
+
.notification-manager__enter_1e09a {
|
|
12
12
|
transform: translate(100%, 0);
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
.notification-
|
|
15
|
+
.notification-manager__enterActive_1e09a {
|
|
16
16
|
transform: translate(0);
|
|
17
17
|
}
|
|
18
18
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"enter":"notification-
|
|
5
|
+
var styles = {"enter":"notification-manager__enter_1e09a","enterActive":"notification-manager__enterActive_1e09a"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
.notification-
|
|
1
|
+
.notification-manager__enter_1e09a {
|
|
2
2
|
visibility: hidden;
|
|
3
3
|
transform: translate(0, -500px);
|
|
4
4
|
}
|
|
5
|
-
.notification-
|
|
5
|
+
.notification-manager__enterActive_1e09a {
|
|
6
6
|
visibility: visible;
|
|
7
7
|
transform: translate(0);
|
|
8
8
|
transition: transform 0.4s ease-out;
|
|
9
9
|
}
|
|
10
10
|
@media (min-width: 600px) {
|
|
11
|
-
.notification-
|
|
11
|
+
.notification-manager__enter_1e09a {
|
|
12
12
|
transform: translate(100%, 0);
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
.notification-
|
|
15
|
+
.notification-manager__enterActive_1e09a {
|
|
16
16
|
transform: translate(0);
|
|
17
17
|
}
|
|
18
18
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"enter":"notification-
|
|
3
|
+
var styles = {"enter":"notification-manager__enter_1e09a","enterActive":"notification-manager__enterActive_1e09a"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/esm/index.css
CHANGED
|
@@ -7,30 +7,30 @@
|
|
|
7
7
|
--gap-24: var(--gap-xl);
|
|
8
8
|
--gap-48: var(--gap-4xl);
|
|
9
9
|
}
|
|
10
|
-
.notification-
|
|
10
|
+
.notification-manager__component_1h6bk {
|
|
11
11
|
position: fixed;
|
|
12
12
|
top: var(--gap-0);
|
|
13
13
|
right: var(--gap-12);
|
|
14
14
|
display: flex;
|
|
15
15
|
flex-direction: column;
|
|
16
16
|
}
|
|
17
|
-
.notification-
|
|
17
|
+
.notification-manager__component_1h6bk .notification-manager__notification_1h6bk {
|
|
18
18
|
width: calc(100vw - var(--gap-24));
|
|
19
19
|
margin-top: var(--gap-12);
|
|
20
20
|
will-change: transform;
|
|
21
21
|
}
|
|
22
|
-
.notification-
|
|
22
|
+
.notification-manager__component_1h6bk .notification-manager__notification_1h6bk.notification-manager__withoutMargin_1h6bk {
|
|
23
23
|
margin-top: var(--gap-0);
|
|
24
24
|
}
|
|
25
|
-
.notification-
|
|
25
|
+
.notification-manager__component_1h6bk .notification-manager__notification_1h6bk.notification-manager__notification_1h6bk {
|
|
26
26
|
position: static;
|
|
27
27
|
}
|
|
28
28
|
@media (min-width: 600px) {
|
|
29
|
-
.notification-
|
|
29
|
+
.notification-manager__component_1h6bk {
|
|
30
30
|
right: var(--gap-48);
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
.notification-
|
|
33
|
+
.notification-manager__component_1h6bk .notification-manager__notification_1h6bk {
|
|
34
34
|
width: auto;
|
|
35
35
|
}
|
|
36
36
|
}
|
package/esm/index.module.css.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"component":"notification-
|
|
3
|
+
var styles = {"component":"notification-manager__component_1h6bk","notification":"notification-manager__notification_1h6bk","withoutMargin":"notification-manager__withoutMargin_1h6bk"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/index.css
CHANGED
|
@@ -7,30 +7,30 @@
|
|
|
7
7
|
--gap-24: var(--gap-xl);
|
|
8
8
|
--gap-48: var(--gap-4xl);
|
|
9
9
|
}
|
|
10
|
-
.notification-
|
|
10
|
+
.notification-manager__component_1h6bk {
|
|
11
11
|
position: fixed;
|
|
12
12
|
top: var(--gap-0);
|
|
13
13
|
right: var(--gap-12);
|
|
14
14
|
display: flex;
|
|
15
15
|
flex-direction: column;
|
|
16
16
|
}
|
|
17
|
-
.notification-
|
|
17
|
+
.notification-manager__component_1h6bk .notification-manager__notification_1h6bk {
|
|
18
18
|
width: calc(100vw - var(--gap-24));
|
|
19
19
|
margin-top: var(--gap-12);
|
|
20
20
|
will-change: transform;
|
|
21
21
|
}
|
|
22
|
-
.notification-
|
|
22
|
+
.notification-manager__component_1h6bk .notification-manager__notification_1h6bk.notification-manager__withoutMargin_1h6bk {
|
|
23
23
|
margin-top: var(--gap-0);
|
|
24
24
|
}
|
|
25
|
-
.notification-
|
|
25
|
+
.notification-manager__component_1h6bk .notification-manager__notification_1h6bk.notification-manager__notification_1h6bk {
|
|
26
26
|
position: static;
|
|
27
27
|
}
|
|
28
28
|
@media (min-width: 600px) {
|
|
29
|
-
.notification-
|
|
29
|
+
.notification-manager__component_1h6bk {
|
|
30
30
|
right: var(--gap-48);
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
.notification-
|
|
33
|
+
.notification-manager__component_1h6bk .notification-manager__notification_1h6bk {
|
|
34
34
|
width: auto;
|
|
35
35
|
}
|
|
36
36
|
}
|
package/index.module.css.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"notification-
|
|
5
|
+
var styles = {"component":"notification-manager__component_1h6bk","notification":"notification-manager__notification_1h6bk","withoutMargin":"notification-manager__withoutMargin_1h6bk"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
.notification-
|
|
1
|
+
.notification-manager__enter_1e09a {
|
|
2
2
|
visibility: hidden;
|
|
3
3
|
transform: translate(0, -500px);
|
|
4
4
|
}
|
|
5
|
-
.notification-
|
|
5
|
+
.notification-manager__enterActive_1e09a {
|
|
6
6
|
visibility: visible;
|
|
7
7
|
transform: translate(0);
|
|
8
8
|
transition: transform 0.4s ease-out;
|
|
9
9
|
}
|
|
10
10
|
@media (min-width: 600px) {
|
|
11
|
-
.notification-
|
|
11
|
+
.notification-manager__enter_1e09a {
|
|
12
12
|
transform: translate(100%, 0);
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
.notification-
|
|
15
|
+
.notification-manager__enterActive_1e09a {
|
|
16
16
|
transform: translate(0);
|
|
17
17
|
}
|
|
18
18
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"enter":"notification-
|
|
3
|
+
const styles = {"enter":"notification-manager__enter_1e09a","enterActive":"notification-manager__enterActive_1e09a"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/modern/index.css
CHANGED
|
@@ -7,30 +7,30 @@
|
|
|
7
7
|
--gap-24: var(--gap-xl);
|
|
8
8
|
--gap-48: var(--gap-4xl);
|
|
9
9
|
}
|
|
10
|
-
.notification-
|
|
10
|
+
.notification-manager__component_1h6bk {
|
|
11
11
|
position: fixed;
|
|
12
12
|
top: var(--gap-0);
|
|
13
13
|
right: var(--gap-12);
|
|
14
14
|
display: flex;
|
|
15
15
|
flex-direction: column;
|
|
16
16
|
}
|
|
17
|
-
.notification-
|
|
17
|
+
.notification-manager__component_1h6bk .notification-manager__notification_1h6bk {
|
|
18
18
|
width: calc(100vw - var(--gap-24));
|
|
19
19
|
margin-top: var(--gap-12);
|
|
20
20
|
will-change: transform;
|
|
21
21
|
}
|
|
22
|
-
.notification-
|
|
22
|
+
.notification-manager__component_1h6bk .notification-manager__notification_1h6bk.notification-manager__withoutMargin_1h6bk {
|
|
23
23
|
margin-top: var(--gap-0);
|
|
24
24
|
}
|
|
25
|
-
.notification-
|
|
25
|
+
.notification-manager__component_1h6bk .notification-manager__notification_1h6bk.notification-manager__notification_1h6bk {
|
|
26
26
|
position: static;
|
|
27
27
|
}
|
|
28
28
|
@media (min-width: 600px) {
|
|
29
|
-
.notification-
|
|
29
|
+
.notification-manager__component_1h6bk {
|
|
30
30
|
right: var(--gap-48);
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
.notification-
|
|
33
|
+
.notification-manager__component_1h6bk .notification-manager__notification_1h6bk {
|
|
34
34
|
width: auto;
|
|
35
35
|
}
|
|
36
36
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"component":"notification-
|
|
3
|
+
const styles = {"component":"notification-manager__component_1h6bk","notification":"notification-manager__notification_1h6bk","withoutMargin":"notification-manager__withoutMargin_1h6bk"};
|
|
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-notification-manager",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.6-alfasans",
|
|
4
4
|
"description": "Notification manager",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -9,10 +9,13 @@
|
|
|
9
9
|
],
|
|
10
10
|
"main": "index.js",
|
|
11
11
|
"module": "./esm/index.js",
|
|
12
|
+
"scripts": {
|
|
13
|
+
"build": "rollup -c ../../tools/rollup/rollup.config.mjs --silent"
|
|
14
|
+
},
|
|
12
15
|
"dependencies": {
|
|
13
|
-
"@alfalab/core-components-notification": "
|
|
14
|
-
"@alfalab/core-components-portal": "
|
|
15
|
-
"@alfalab/core-components-stack": "
|
|
16
|
+
"@alfalab/core-components-notification": "9.0.6-alfasans",
|
|
17
|
+
"@alfalab/core-components-portal": "5.0.1-alfasans",
|
|
18
|
+
"@alfalab/core-components-stack": "7.0.1-alfasans",
|
|
16
19
|
"classnames": "^2.5.1",
|
|
17
20
|
"react-transition-group": "^4.4.5",
|
|
18
21
|
"tslib": "^2.4.0"
|
|
@@ -26,6 +29,6 @@
|
|
|
26
29
|
"access": "public",
|
|
27
30
|
"directory": "dist"
|
|
28
31
|
},
|
|
29
|
-
"themesVersion": "15.0
|
|
30
|
-
"varsVersion": "11.0.2"
|
|
32
|
+
"themesVersion": "15.1.0-alfasans",
|
|
33
|
+
"varsVersion": "11.0.2-alfasans"
|
|
31
34
|
}
|