@alfalab/core-components-notification 8.0.3 → 8.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 +8 -8
- package/esm/index.module.css.js +1 -1
- package/index.css +8 -8
- package/index.module.css.js +1 -1
- package/modern/index.css +8 -8
- package/modern/index.module.css.js +1 -1
- package/package.json +3 -3
package/esm/index.css
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
--gap-12-neg: var(--gap-s-neg);
|
|
13
13
|
} :root {
|
|
14
14
|
--notification-desktop-content-width: 278px;
|
|
15
|
-
} .
|
|
15
|
+
} .notification__notificationComponent_f7xu7 {
|
|
16
16
|
visibility: hidden;
|
|
17
17
|
right: var(--gap-12);
|
|
18
18
|
transform: translate(0, -500px);
|
|
@@ -22,26 +22,26 @@
|
|
|
22
22
|
-moz-user-select: none;
|
|
23
23
|
user-select: none;
|
|
24
24
|
transition: transform 0.4s ease-out;
|
|
25
|
-
} @media screen and (min-width: 600px) { .
|
|
25
|
+
} @media screen and (min-width: 600px) { .notification__notificationComponent_f7xu7 {
|
|
26
26
|
right: var(--gap-48);
|
|
27
27
|
width: auto;
|
|
28
28
|
transform: translate(calc(100% + var(--gap-48)), 0);
|
|
29
29
|
}
|
|
30
|
-
} .
|
|
30
|
+
} .notification__notificationComponent_f7xu7.notification__isVisible_f7xu7 {
|
|
31
31
|
visibility: visible;
|
|
32
32
|
transform: translate(0, 0);
|
|
33
|
-
} .
|
|
33
|
+
} .notification__notificationComponent_f7xu7.notification__isClosing_f7xu7 {
|
|
34
34
|
transition: transform 0.1s ease-out;
|
|
35
35
|
transform: translate(100vw, 0);
|
|
36
|
-
} @media screen and (min-width: 600px) { .
|
|
36
|
+
} @media screen and (min-width: 600px) { .notification__notificationComponent_f7xu7.notification__isClosing_f7xu7 {
|
|
37
37
|
transform: translate(calc(100% + var(--gap-48)), 0);
|
|
38
38
|
}
|
|
39
|
-
} .
|
|
39
|
+
} .notification__notificationComponent_f7xu7.notification__notificationComponent_f7xu7 {
|
|
40
40
|
position: fixed;
|
|
41
|
-
} @media screen and (min-width: 600px) { .
|
|
41
|
+
} @media screen and (min-width: 600px) { .notification__toastContent_f7xu7 {
|
|
42
42
|
width: var(--notification-desktop-content-width);
|
|
43
43
|
}
|
|
44
|
-
} .
|
|
44
|
+
} .notification__actionSection_f7xu7 {
|
|
45
45
|
min-width: 104px;
|
|
46
46
|
min-height: 48px;
|
|
47
47
|
padding: var(--gap-0) var(--gap-8);
|
package/esm/index.module.css.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"notificationComponent":"
|
|
3
|
+
var styles = {"notificationComponent":"notification__notificationComponent_f7xu7","isVisible":"notification__isVisible_f7xu7","isClosing":"notification__isClosing_f7xu7","toastContent":"notification__toastContent_f7xu7","actionSection":"notification__actionSection_f7xu7"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/index.css
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
--gap-12-neg: var(--gap-s-neg);
|
|
13
13
|
} :root {
|
|
14
14
|
--notification-desktop-content-width: 278px;
|
|
15
|
-
} .
|
|
15
|
+
} .notification__notificationComponent_f7xu7 {
|
|
16
16
|
visibility: hidden;
|
|
17
17
|
right: var(--gap-12);
|
|
18
18
|
transform: translate(0, -500px);
|
|
@@ -22,26 +22,26 @@
|
|
|
22
22
|
-moz-user-select: none;
|
|
23
23
|
user-select: none;
|
|
24
24
|
transition: transform 0.4s ease-out;
|
|
25
|
-
} @media screen and (min-width: 600px) { .
|
|
25
|
+
} @media screen and (min-width: 600px) { .notification__notificationComponent_f7xu7 {
|
|
26
26
|
right: var(--gap-48);
|
|
27
27
|
width: auto;
|
|
28
28
|
transform: translate(calc(100% + var(--gap-48)), 0);
|
|
29
29
|
}
|
|
30
|
-
} .
|
|
30
|
+
} .notification__notificationComponent_f7xu7.notification__isVisible_f7xu7 {
|
|
31
31
|
visibility: visible;
|
|
32
32
|
transform: translate(0, 0);
|
|
33
|
-
} .
|
|
33
|
+
} .notification__notificationComponent_f7xu7.notification__isClosing_f7xu7 {
|
|
34
34
|
transition: transform 0.1s ease-out;
|
|
35
35
|
transform: translate(100vw, 0);
|
|
36
|
-
} @media screen and (min-width: 600px) { .
|
|
36
|
+
} @media screen and (min-width: 600px) { .notification__notificationComponent_f7xu7.notification__isClosing_f7xu7 {
|
|
37
37
|
transform: translate(calc(100% + var(--gap-48)), 0);
|
|
38
38
|
}
|
|
39
|
-
} .
|
|
39
|
+
} .notification__notificationComponent_f7xu7.notification__notificationComponent_f7xu7 {
|
|
40
40
|
position: fixed;
|
|
41
|
-
} @media screen and (min-width: 600px) { .
|
|
41
|
+
} @media screen and (min-width: 600px) { .notification__toastContent_f7xu7 {
|
|
42
42
|
width: var(--notification-desktop-content-width);
|
|
43
43
|
}
|
|
44
|
-
} .
|
|
44
|
+
} .notification__actionSection_f7xu7 {
|
|
45
45
|
min-width: 104px;
|
|
46
46
|
min-height: 48px;
|
|
47
47
|
padding: var(--gap-0) var(--gap-8);
|
package/index.module.css.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"notificationComponent":"
|
|
5
|
+
var styles = {"notificationComponent":"notification__notificationComponent_f7xu7","isVisible":"notification__isVisible_f7xu7","isClosing":"notification__isClosing_f7xu7","toastContent":"notification__toastContent_f7xu7","actionSection":"notification__actionSection_f7xu7"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
package/modern/index.css
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
--gap-12-neg: var(--gap-s-neg);
|
|
13
13
|
} :root {
|
|
14
14
|
--notification-desktop-content-width: 278px;
|
|
15
|
-
} .
|
|
15
|
+
} .notification__notificationComponent_f7xu7 {
|
|
16
16
|
visibility: hidden;
|
|
17
17
|
right: var(--gap-12);
|
|
18
18
|
transform: translate(0, -500px);
|
|
@@ -22,26 +22,26 @@
|
|
|
22
22
|
-moz-user-select: none;
|
|
23
23
|
user-select: none;
|
|
24
24
|
transition: transform 0.4s ease-out;
|
|
25
|
-
} @media screen and (min-width: 600px) { .
|
|
25
|
+
} @media screen and (min-width: 600px) { .notification__notificationComponent_f7xu7 {
|
|
26
26
|
right: var(--gap-48);
|
|
27
27
|
width: auto;
|
|
28
28
|
transform: translate(calc(100% + var(--gap-48)), 0);
|
|
29
29
|
}
|
|
30
|
-
} .
|
|
30
|
+
} .notification__notificationComponent_f7xu7.notification__isVisible_f7xu7 {
|
|
31
31
|
visibility: visible;
|
|
32
32
|
transform: translate(0, 0);
|
|
33
|
-
} .
|
|
33
|
+
} .notification__notificationComponent_f7xu7.notification__isClosing_f7xu7 {
|
|
34
34
|
transition: transform 0.1s ease-out;
|
|
35
35
|
transform: translate(100vw, 0);
|
|
36
|
-
} @media screen and (min-width: 600px) { .
|
|
36
|
+
} @media screen and (min-width: 600px) { .notification__notificationComponent_f7xu7.notification__isClosing_f7xu7 {
|
|
37
37
|
transform: translate(calc(100% + var(--gap-48)), 0);
|
|
38
38
|
}
|
|
39
|
-
} .
|
|
39
|
+
} .notification__notificationComponent_f7xu7.notification__notificationComponent_f7xu7 {
|
|
40
40
|
position: fixed;
|
|
41
|
-
} @media screen and (min-width: 600px) { .
|
|
41
|
+
} @media screen and (min-width: 600px) { .notification__toastContent_f7xu7 {
|
|
42
42
|
width: var(--notification-desktop-content-width);
|
|
43
43
|
}
|
|
44
|
-
} .
|
|
44
|
+
} .notification__actionSection_f7xu7 {
|
|
45
45
|
min-width: 104px;
|
|
46
46
|
min-height: 48px;
|
|
47
47
|
padding: var(--gap-0) var(--gap-8);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"notificationComponent":"
|
|
3
|
+
const styles = {"notificationComponent":"notification__notificationComponent_f7xu7","isVisible":"notification__isVisible_f7xu7","isClosing":"notification__isClosing_f7xu7","toastContent":"notification__toastContent_f7xu7","actionSection":"notification__actionSection_f7xu7"};
|
|
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",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.4",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"@alfalab/core-components-portal": "^4.0.2",
|
|
14
14
|
"@alfalab/core-components-shared": "^1.1.1",
|
|
15
15
|
"@alfalab/core-components-stack": "^6.0.0",
|
|
16
|
-
"@alfalab/core-components-toast-plate": "^8.0.
|
|
16
|
+
"@alfalab/core-components-toast-plate": "^8.0.4",
|
|
17
17
|
"classnames": "^2.5.1",
|
|
18
18
|
"element-closest": "^3.0.2",
|
|
19
19
|
"react-merge-refs": "^1.1.0",
|
|
@@ -29,6 +29,6 @@
|
|
|
29
29
|
"access": "public",
|
|
30
30
|
"directory": "dist"
|
|
31
31
|
},
|
|
32
|
-
"themesVersion": "14.
|
|
32
|
+
"themesVersion": "14.2.0",
|
|
33
33
|
"varsVersion": "10.2.0"
|
|
34
34
|
}
|