@alfalab/core-components-notification 9.0.7 → 9.0.8-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/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 +7 -7
package/esm/index.css
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
:root {
|
|
15
15
|
--notification-desktop-content-width: 278px;
|
|
16
16
|
}
|
|
17
|
-
.
|
|
17
|
+
.notification__notificationComponent_brtdv {
|
|
18
18
|
visibility: hidden;
|
|
19
19
|
right: var(--gap-12);
|
|
20
20
|
transform: translate(0, -500px);
|
|
@@ -27,42 +27,42 @@
|
|
|
27
27
|
border-radius: var(--gap-16);
|
|
28
28
|
}
|
|
29
29
|
@media screen and (min-width: 600px) {
|
|
30
|
-
.
|
|
30
|
+
.notification__notificationComponent_brtdv {
|
|
31
31
|
right: var(--gap-48);
|
|
32
32
|
width: auto;
|
|
33
33
|
transform: translate(calc(100% + var(--gap-48)), 0);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.notification__notificationComponent_brtdv.notification__isVisible_brtdv {
|
|
37
37
|
visibility: visible;
|
|
38
38
|
transform: translate(0, 0);
|
|
39
39
|
}
|
|
40
|
-
.
|
|
40
|
+
.notification__notificationComponent_brtdv.notification__isClosing_brtdv {
|
|
41
41
|
transition: transform 0.1s ease-out;
|
|
42
42
|
transform: translate(100vw, 0);
|
|
43
43
|
}
|
|
44
44
|
@media screen and (min-width: 600px) {
|
|
45
|
-
.
|
|
45
|
+
.notification__notificationComponent_brtdv.notification__isClosing_brtdv {
|
|
46
46
|
transform: translate(calc(100% + var(--gap-48)), 0);
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
|
-
.
|
|
49
|
+
.notification__notificationComponent_brtdv.notification__hasCloser_brtdv {
|
|
50
50
|
padding-right: 52px;
|
|
51
51
|
}
|
|
52
|
-
.
|
|
52
|
+
.notification__notificationComponent_brtdv.notification__notificationComponent_brtdv {
|
|
53
53
|
position: fixed;
|
|
54
54
|
}
|
|
55
55
|
@media screen and (min-width: 600px) {
|
|
56
|
-
.
|
|
56
|
+
.notification__toastContent_brtdv {
|
|
57
57
|
width: var(--notification-desktop-content-width);
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
|
-
.
|
|
60
|
+
.notification__toastContent_brtdv {
|
|
61
61
|
|
|
62
62
|
box-sizing: border-box;
|
|
63
63
|
gap: var(--gap-16);
|
|
64
64
|
}
|
|
65
|
-
.
|
|
65
|
+
.notification__actionSection_brtdv {
|
|
66
66
|
min-width: 104px;
|
|
67
67
|
min-height: 48px;
|
|
68
68
|
padding: 0;
|
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_brtdv","isVisible":"notification__isVisible_brtdv","isClosing":"notification__isClosing_brtdv","hasCloser":"notification__hasCloser_brtdv","toastContent":"notification__toastContent_brtdv","actionSection":"notification__actionSection_brtdv"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/index.css
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
:root {
|
|
15
15
|
--notification-desktop-content-width: 278px;
|
|
16
16
|
}
|
|
17
|
-
.
|
|
17
|
+
.notification__notificationComponent_brtdv {
|
|
18
18
|
visibility: hidden;
|
|
19
19
|
right: var(--gap-12);
|
|
20
20
|
transform: translate(0, -500px);
|
|
@@ -27,42 +27,42 @@
|
|
|
27
27
|
border-radius: var(--gap-16);
|
|
28
28
|
}
|
|
29
29
|
@media screen and (min-width: 600px) {
|
|
30
|
-
.
|
|
30
|
+
.notification__notificationComponent_brtdv {
|
|
31
31
|
right: var(--gap-48);
|
|
32
32
|
width: auto;
|
|
33
33
|
transform: translate(calc(100% + var(--gap-48)), 0);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.notification__notificationComponent_brtdv.notification__isVisible_brtdv {
|
|
37
37
|
visibility: visible;
|
|
38
38
|
transform: translate(0, 0);
|
|
39
39
|
}
|
|
40
|
-
.
|
|
40
|
+
.notification__notificationComponent_brtdv.notification__isClosing_brtdv {
|
|
41
41
|
transition: transform 0.1s ease-out;
|
|
42
42
|
transform: translate(100vw, 0);
|
|
43
43
|
}
|
|
44
44
|
@media screen and (min-width: 600px) {
|
|
45
|
-
.
|
|
45
|
+
.notification__notificationComponent_brtdv.notification__isClosing_brtdv {
|
|
46
46
|
transform: translate(calc(100% + var(--gap-48)), 0);
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
|
-
.
|
|
49
|
+
.notification__notificationComponent_brtdv.notification__hasCloser_brtdv {
|
|
50
50
|
padding-right: 52px;
|
|
51
51
|
}
|
|
52
|
-
.
|
|
52
|
+
.notification__notificationComponent_brtdv.notification__notificationComponent_brtdv {
|
|
53
53
|
position: fixed;
|
|
54
54
|
}
|
|
55
55
|
@media screen and (min-width: 600px) {
|
|
56
|
-
.
|
|
56
|
+
.notification__toastContent_brtdv {
|
|
57
57
|
width: var(--notification-desktop-content-width);
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
|
-
.
|
|
60
|
+
.notification__toastContent_brtdv {
|
|
61
61
|
|
|
62
62
|
box-sizing: border-box;
|
|
63
63
|
gap: var(--gap-16);
|
|
64
64
|
}
|
|
65
|
-
.
|
|
65
|
+
.notification__actionSection_brtdv {
|
|
66
66
|
min-width: 104px;
|
|
67
67
|
min-height: 48px;
|
|
68
68
|
padding: 0;
|
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_brtdv","isVisible":"notification__isVisible_brtdv","isClosing":"notification__isClosing_brtdv","hasCloser":"notification__hasCloser_brtdv","toastContent":"notification__toastContent_brtdv","actionSection":"notification__actionSection_brtdv"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
package/modern/index.css
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
:root {
|
|
15
15
|
--notification-desktop-content-width: 278px;
|
|
16
16
|
}
|
|
17
|
-
.
|
|
17
|
+
.notification__notificationComponent_brtdv {
|
|
18
18
|
visibility: hidden;
|
|
19
19
|
right: var(--gap-12);
|
|
20
20
|
transform: translate(0, -500px);
|
|
@@ -27,42 +27,42 @@
|
|
|
27
27
|
border-radius: var(--gap-16);
|
|
28
28
|
}
|
|
29
29
|
@media screen and (min-width: 600px) {
|
|
30
|
-
.
|
|
30
|
+
.notification__notificationComponent_brtdv {
|
|
31
31
|
right: var(--gap-48);
|
|
32
32
|
width: auto;
|
|
33
33
|
transform: translate(calc(100% + var(--gap-48)), 0);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.notification__notificationComponent_brtdv.notification__isVisible_brtdv {
|
|
37
37
|
visibility: visible;
|
|
38
38
|
transform: translate(0, 0);
|
|
39
39
|
}
|
|
40
|
-
.
|
|
40
|
+
.notification__notificationComponent_brtdv.notification__isClosing_brtdv {
|
|
41
41
|
transition: transform 0.1s ease-out;
|
|
42
42
|
transform: translate(100vw, 0);
|
|
43
43
|
}
|
|
44
44
|
@media screen and (min-width: 600px) {
|
|
45
|
-
.
|
|
45
|
+
.notification__notificationComponent_brtdv.notification__isClosing_brtdv {
|
|
46
46
|
transform: translate(calc(100% + var(--gap-48)), 0);
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
|
-
.
|
|
49
|
+
.notification__notificationComponent_brtdv.notification__hasCloser_brtdv {
|
|
50
50
|
padding-right: 52px;
|
|
51
51
|
}
|
|
52
|
-
.
|
|
52
|
+
.notification__notificationComponent_brtdv.notification__notificationComponent_brtdv {
|
|
53
53
|
position: fixed;
|
|
54
54
|
}
|
|
55
55
|
@media screen and (min-width: 600px) {
|
|
56
|
-
.
|
|
56
|
+
.notification__toastContent_brtdv {
|
|
57
57
|
width: var(--notification-desktop-content-width);
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
|
-
.
|
|
60
|
+
.notification__toastContent_brtdv {
|
|
61
61
|
|
|
62
62
|
box-sizing: border-box;
|
|
63
63
|
gap: var(--gap-16);
|
|
64
64
|
}
|
|
65
|
-
.
|
|
65
|
+
.notification__actionSection_brtdv {
|
|
66
66
|
min-width: 104px;
|
|
67
67
|
min-height: 48px;
|
|
68
68
|
padding: 0;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"notificationComponent":"
|
|
3
|
+
const styles = {"notificationComponent":"notification__notificationComponent_brtdv","isVisible":"notification__isVisible_brtdv","isClosing":"notification__isClosing_brtdv","hasCloser":"notification__hasCloser_brtdv","toastContent":"notification__toastContent_brtdv","actionSection":"notification__actionSection_brtdv"};
|
|
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": "9.0.
|
|
3
|
+
"version": "9.0.8-alfasans",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
"build": "rollup -c ../../tools/rollup/rollup.config.mjs --silent"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@alfalab/core-components-portal": "
|
|
17
|
-
"@alfalab/core-components-shared": "
|
|
18
|
-
"@alfalab/core-components-stack": "
|
|
19
|
-
"@alfalab/core-components-toast-plate": "
|
|
16
|
+
"@alfalab/core-components-portal": "5.0.2-alfasans",
|
|
17
|
+
"@alfalab/core-components-shared": "2.2.1-alfasans",
|
|
18
|
+
"@alfalab/core-components-stack": "7.0.1-alfasans",
|
|
19
|
+
"@alfalab/core-components-toast-plate": "9.1.3-alfasans",
|
|
20
20
|
"classnames": "^2.5.1",
|
|
21
21
|
"element-closest": "^3.0.2",
|
|
22
22
|
"react-merge-refs": "^1.1.0",
|
|
@@ -32,6 +32,6 @@
|
|
|
32
32
|
"access": "public",
|
|
33
33
|
"directory": "dist"
|
|
34
34
|
},
|
|
35
|
-
"themesVersion": "15.1.0",
|
|
36
|
-
"varsVersion": "11.0
|
|
35
|
+
"themesVersion": "15.1.0-alfasans",
|
|
36
|
+
"varsVersion": "11.1.0-alfasans"
|
|
37
37
|
}
|