@alfalab/core-components-notification-manager 6.0.3 → 6.0.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 +10 -10
- package/esm/index.module.css.js +1 -1
- package/index.css +10 -10
- package/index.module.css.js +1 -1
- package/modern/index.css +10 -10
- package/modern/index.module.css.js +1 -1
- package/package.json +3 -3
package/esm/index.css
CHANGED
|
@@ -6,41 +6,41 @@
|
|
|
6
6
|
--gap-12: var(--gap-s);
|
|
7
7
|
--gap-24: var(--gap-xl);
|
|
8
8
|
--gap-48: var(--gap-4xl);
|
|
9
|
-
} .notification-
|
|
9
|
+
} .notification-manager__component_182jv {
|
|
10
10
|
position: fixed;
|
|
11
11
|
top: var(--gap-0);
|
|
12
12
|
right: var(--gap-12);
|
|
13
13
|
display: flex;
|
|
14
14
|
flex-direction: column;
|
|
15
|
-
} .notification-
|
|
15
|
+
} .notification-manager__component_182jv .notification-manager__notification_182jv {
|
|
16
16
|
width: calc(100vw - var(--gap-24));
|
|
17
17
|
margin-top: var(--gap-12);
|
|
18
18
|
will-change: transform;
|
|
19
|
-
} .notification-
|
|
19
|
+
} .notification-manager__component_182jv .notification-manager__notification_182jv.notification-manager__withoutMargin_182jv {
|
|
20
20
|
margin-top: var(--gap-0);
|
|
21
|
-
} .notification-
|
|
21
|
+
} .notification-manager__component_182jv .notification-manager__notification_182jv.notification-manager__notification_182jv {
|
|
22
22
|
position: static;
|
|
23
|
-
} .notification-
|
|
23
|
+
} .notification-manager__enter_182jv {
|
|
24
24
|
visibility: hidden;
|
|
25
25
|
transform: translate(0, -500px);
|
|
26
|
-
} .notification-
|
|
26
|
+
} .notification-manager__enterActive_182jv {
|
|
27
27
|
visibility: visible;
|
|
28
28
|
transform: translate(0);
|
|
29
29
|
transition: transform 0.4s ease-out;
|
|
30
30
|
} @media (min-width: 600px) {
|
|
31
|
-
.notification-
|
|
31
|
+
.notification-manager__component_182jv {
|
|
32
32
|
right: var(--gap-48);
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
.notification-
|
|
35
|
+
.notification-manager__component_182jv .notification-manager__notification_182jv {
|
|
36
36
|
width: auto;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
.notification-
|
|
39
|
+
.notification-manager__enter_182jv {
|
|
40
40
|
transform: translate(100%, 0);
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.notification-
|
|
43
|
+
.notification-manager__enterActive_182jv {
|
|
44
44
|
transform: translate(0);
|
|
45
45
|
}
|
|
46
46
|
}
|
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_182jv","notification":"notification-manager__notification_182jv","withoutMargin":"notification-manager__withoutMargin_182jv","enter":"notification-manager__enter_182jv","enterActive":"notification-manager__enterActive_182jv"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/index.css
CHANGED
|
@@ -6,41 +6,41 @@
|
|
|
6
6
|
--gap-12: var(--gap-s);
|
|
7
7
|
--gap-24: var(--gap-xl);
|
|
8
8
|
--gap-48: var(--gap-4xl);
|
|
9
|
-
} .notification-
|
|
9
|
+
} .notification-manager__component_182jv {
|
|
10
10
|
position: fixed;
|
|
11
11
|
top: var(--gap-0);
|
|
12
12
|
right: var(--gap-12);
|
|
13
13
|
display: flex;
|
|
14
14
|
flex-direction: column;
|
|
15
|
-
} .notification-
|
|
15
|
+
} .notification-manager__component_182jv .notification-manager__notification_182jv {
|
|
16
16
|
width: calc(100vw - var(--gap-24));
|
|
17
17
|
margin-top: var(--gap-12);
|
|
18
18
|
will-change: transform;
|
|
19
|
-
} .notification-
|
|
19
|
+
} .notification-manager__component_182jv .notification-manager__notification_182jv.notification-manager__withoutMargin_182jv {
|
|
20
20
|
margin-top: var(--gap-0);
|
|
21
|
-
} .notification-
|
|
21
|
+
} .notification-manager__component_182jv .notification-manager__notification_182jv.notification-manager__notification_182jv {
|
|
22
22
|
position: static;
|
|
23
|
-
} .notification-
|
|
23
|
+
} .notification-manager__enter_182jv {
|
|
24
24
|
visibility: hidden;
|
|
25
25
|
transform: translate(0, -500px);
|
|
26
|
-
} .notification-
|
|
26
|
+
} .notification-manager__enterActive_182jv {
|
|
27
27
|
visibility: visible;
|
|
28
28
|
transform: translate(0);
|
|
29
29
|
transition: transform 0.4s ease-out;
|
|
30
30
|
} @media (min-width: 600px) {
|
|
31
|
-
.notification-
|
|
31
|
+
.notification-manager__component_182jv {
|
|
32
32
|
right: var(--gap-48);
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
.notification-
|
|
35
|
+
.notification-manager__component_182jv .notification-manager__notification_182jv {
|
|
36
36
|
width: auto;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
.notification-
|
|
39
|
+
.notification-manager__enter_182jv {
|
|
40
40
|
transform: translate(100%, 0);
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.notification-
|
|
43
|
+
.notification-manager__enterActive_182jv {
|
|
44
44
|
transform: translate(0);
|
|
45
45
|
}
|
|
46
46
|
}
|
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_182jv","notification":"notification-manager__notification_182jv","withoutMargin":"notification-manager__withoutMargin_182jv","enter":"notification-manager__enter_182jv","enterActive":"notification-manager__enterActive_182jv"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
package/modern/index.css
CHANGED
|
@@ -6,41 +6,41 @@
|
|
|
6
6
|
--gap-12: var(--gap-s);
|
|
7
7
|
--gap-24: var(--gap-xl);
|
|
8
8
|
--gap-48: var(--gap-4xl);
|
|
9
|
-
} .notification-
|
|
9
|
+
} .notification-manager__component_182jv {
|
|
10
10
|
position: fixed;
|
|
11
11
|
top: var(--gap-0);
|
|
12
12
|
right: var(--gap-12);
|
|
13
13
|
display: flex;
|
|
14
14
|
flex-direction: column;
|
|
15
|
-
} .notification-
|
|
15
|
+
} .notification-manager__component_182jv .notification-manager__notification_182jv {
|
|
16
16
|
width: calc(100vw - var(--gap-24));
|
|
17
17
|
margin-top: var(--gap-12);
|
|
18
18
|
will-change: transform;
|
|
19
|
-
} .notification-
|
|
19
|
+
} .notification-manager__component_182jv .notification-manager__notification_182jv.notification-manager__withoutMargin_182jv {
|
|
20
20
|
margin-top: var(--gap-0);
|
|
21
|
-
} .notification-
|
|
21
|
+
} .notification-manager__component_182jv .notification-manager__notification_182jv.notification-manager__notification_182jv {
|
|
22
22
|
position: static;
|
|
23
|
-
} .notification-
|
|
23
|
+
} .notification-manager__enter_182jv {
|
|
24
24
|
visibility: hidden;
|
|
25
25
|
transform: translate(0, -500px);
|
|
26
|
-
} .notification-
|
|
26
|
+
} .notification-manager__enterActive_182jv {
|
|
27
27
|
visibility: visible;
|
|
28
28
|
transform: translate(0);
|
|
29
29
|
transition: transform 0.4s ease-out;
|
|
30
30
|
} @media (min-width: 600px) {
|
|
31
|
-
.notification-
|
|
31
|
+
.notification-manager__component_182jv {
|
|
32
32
|
right: var(--gap-48);
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
.notification-
|
|
35
|
+
.notification-manager__component_182jv .notification-manager__notification_182jv {
|
|
36
36
|
width: auto;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
.notification-
|
|
39
|
+
.notification-manager__enter_182jv {
|
|
40
40
|
transform: translate(100%, 0);
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.notification-
|
|
43
|
+
.notification-manager__enterActive_182jv {
|
|
44
44
|
transform: translate(0);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"component":"notification-
|
|
3
|
+
const styles = {"component":"notification-manager__component_182jv","notification":"notification-manager__notification_182jv","withoutMargin":"notification-manager__withoutMargin_182jv","enter":"notification-manager__enter_182jv","enterActive":"notification-manager__enterActive_182jv"};
|
|
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": "6.0.
|
|
3
|
+
"version": "6.0.4",
|
|
4
4
|
"description": "Notification manager",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"main": "index.js",
|
|
11
11
|
"module": "./esm/index.js",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@alfalab/core-components-notification": "^8.0.
|
|
13
|
+
"@alfalab/core-components-notification": "^8.0.4",
|
|
14
14
|
"@alfalab/core-components-portal": "^4.0.2",
|
|
15
15
|
"@alfalab/core-components-stack": "^6.0.0",
|
|
16
16
|
"classnames": "^2.5.1",
|
|
@@ -26,6 +26,6 @@
|
|
|
26
26
|
"access": "public",
|
|
27
27
|
"directory": "dist"
|
|
28
28
|
},
|
|
29
|
-
"themesVersion": "14.
|
|
29
|
+
"themesVersion": "14.2.0",
|
|
30
30
|
"varsVersion": "10.2.0"
|
|
31
31
|
}
|