@alfalab/core-components-notification-manager 5.1.16 → 5.1.17

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/component.js CHANGED
@@ -13,7 +13,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
13
13
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
14
14
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
15
15
 
16
- var styles = {"component":"notification-manager__component_qq9n6","notification":"notification-manager__notification_qq9n6","enter":"notification-manager__enter_qq9n6","enterActive":"notification-manager__enterActive_qq9n6","exit":"notification-manager__exit_qq9n6","exitActive":"notification-manager__exitActive_qq9n6"};
16
+ var styles = {"component":"notification-manager__component_tb123","notification":"notification-manager__notification_tb123","enter":"notification-manager__enter_tb123","enterActive":"notification-manager__enterActive_tb123","exit":"notification-manager__exit_tb123","exitActive":"notification-manager__exitActive_tb123"};
17
17
  require('./index.css')
18
18
 
19
19
  var CSS_TRANSITION_CLASS_NAMES = {
package/esm/component.js CHANGED
@@ -6,7 +6,7 @@ import { Portal } from '@alfalab/core-components-portal/esm';
6
6
  import { stackingOrder, Stack } from '@alfalab/core-components-stack/esm';
7
7
  import { Notification } from './components/notification/component.js';
8
8
 
9
- var styles = {"component":"notification-manager__component_qq9n6","notification":"notification-manager__notification_qq9n6","enter":"notification-manager__enter_qq9n6","enterActive":"notification-manager__enterActive_qq9n6","exit":"notification-manager__exit_qq9n6","exitActive":"notification-manager__exitActive_qq9n6"};
9
+ var styles = {"component":"notification-manager__component_tb123","notification":"notification-manager__notification_tb123","enter":"notification-manager__enter_tb123","enterActive":"notification-manager__enterActive_tb123","exit":"notification-manager__exit_tb123","exitActive":"notification-manager__exitActive_tb123"};
10
10
  require('./index.css')
11
11
 
12
12
  var CSS_TRANSITION_CLASS_NAMES = {
package/esm/index.css CHANGED
@@ -1,11 +1,11 @@
1
- /* hash: 1qkda */
1
+ /* hash: 1sff0 */
2
2
  :root {
3
3
  --gap-s: 12px;
4
4
  --gap-xl: 24px;
5
5
  --gap-4xl: 48px;
6
6
  }
7
7
 
8
- .notification-manager__component_qq9n6 {
8
+ .notification-manager__component_tb123 {
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-manager__component_qq9n6 .notification-manager__notification_qq9n6 {
16
+ .notification-manager__component_tb123 .notification-manager__notification_tb123 {
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-manager__enter_qq9n6 {
23
+ .notification-manager__enter_tb123 {
24
24
  visibility: hidden;
25
25
  transform: translate(0, -500px);
26
26
  }
27
27
 
28
- .notification-manager__enterActive_qq9n6 {
28
+ .notification-manager__enterActive_tb123 {
29
29
  visibility: visible;
30
30
  transform: translate(0);
31
31
  transition: transform 0.4s ease-out;
32
32
  }
33
33
 
34
- .notification-manager__exit_qq9n6 {
34
+ .notification-manager__exit_tb123 {
35
35
  opacity: 0;
36
36
  }
37
37
 
38
- .notification-manager__exitActive_qq9n6 {
38
+ .notification-manager__exitActive_tb123 {
39
39
  visibility: hidden;
40
40
  opacity: 0;
41
41
  transition: opacity 0.15s ease-in-out;
42
42
  }
43
43
 
44
44
  @media (min-width: 600px) {
45
- .notification-manager__component_qq9n6 {
45
+ .notification-manager__component_tb123 {
46
46
  right: var(--gap-4xl);
47
47
  }
48
48
 
49
- .notification-manager__component_qq9n6 .notification-manager__notification_qq9n6 {
49
+ .notification-manager__component_tb123 .notification-manager__notification_tb123 {
50
50
  width: auto;
51
51
  }
52
52
 
53
- .notification-manager__enter_qq9n6 {
53
+ .notification-manager__enter_tb123 {
54
54
  transform: translate(100%, 0);
55
55
  }
56
56
 
57
- .notification-manager__enterActive_qq9n6 {
57
+ .notification-manager__enterActive_tb123 {
58
58
  transform: translate(0);
59
59
  }
60
60
  }
package/index.css CHANGED
@@ -1,11 +1,11 @@
1
- /* hash: 1qkda */
1
+ /* hash: 1sff0 */
2
2
  :root {
3
3
  --gap-s: 12px;
4
4
  --gap-xl: 24px;
5
5
  --gap-4xl: 48px;
6
6
  }
7
7
 
8
- .notification-manager__component_qq9n6 {
8
+ .notification-manager__component_tb123 {
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-manager__component_qq9n6 .notification-manager__notification_qq9n6 {
16
+ .notification-manager__component_tb123 .notification-manager__notification_tb123 {
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-manager__enter_qq9n6 {
23
+ .notification-manager__enter_tb123 {
24
24
  visibility: hidden;
25
25
  transform: translate(0, -500px);
26
26
  }
27
27
 
28
- .notification-manager__enterActive_qq9n6 {
28
+ .notification-manager__enterActive_tb123 {
29
29
  visibility: visible;
30
30
  transform: translate(0);
31
31
  transition: transform 0.4s ease-out;
32
32
  }
33
33
 
34
- .notification-manager__exit_qq9n6 {
34
+ .notification-manager__exit_tb123 {
35
35
  opacity: 0;
36
36
  }
37
37
 
38
- .notification-manager__exitActive_qq9n6 {
38
+ .notification-manager__exitActive_tb123 {
39
39
  visibility: hidden;
40
40
  opacity: 0;
41
41
  transition: opacity 0.15s ease-in-out;
42
42
  }
43
43
 
44
44
  @media (min-width: 600px) {
45
- .notification-manager__component_qq9n6 {
45
+ .notification-manager__component_tb123 {
46
46
  right: var(--gap-4xl);
47
47
  }
48
48
 
49
- .notification-manager__component_qq9n6 .notification-manager__notification_qq9n6 {
49
+ .notification-manager__component_tb123 .notification-manager__notification_tb123 {
50
50
  width: auto;
51
51
  }
52
52
 
53
- .notification-manager__enter_qq9n6 {
53
+ .notification-manager__enter_tb123 {
54
54
  transform: translate(100%, 0);
55
55
  }
56
56
 
57
- .notification-manager__enterActive_qq9n6 {
57
+ .notification-manager__enterActive_tb123 {
58
58
  transform: translate(0);
59
59
  }
60
60
  }
@@ -5,7 +5,7 @@ import { Portal } from '@alfalab/core-components-portal/modern';
5
5
  import { Stack, stackingOrder } from '@alfalab/core-components-stack/modern';
6
6
  import { Notification } from './components/notification/component.js';
7
7
 
8
- const styles = {"component":"notification-manager__component_qq9n6","notification":"notification-manager__notification_qq9n6","enter":"notification-manager__enter_qq9n6","enterActive":"notification-manager__enterActive_qq9n6","exit":"notification-manager__exit_qq9n6","exitActive":"notification-manager__exitActive_qq9n6"};
8
+ const styles = {"component":"notification-manager__component_tb123","notification":"notification-manager__notification_tb123","enter":"notification-manager__enter_tb123","enterActive":"notification-manager__enterActive_tb123","exit":"notification-manager__exit_tb123","exitActive":"notification-manager__exitActive_tb123"};
9
9
  require('./index.css')
10
10
 
11
11
  const CSS_TRANSITION_CLASS_NAMES = {
package/modern/index.css CHANGED
@@ -1,11 +1,11 @@
1
- /* hash: 1qkda */
1
+ /* hash: 1sff0 */
2
2
  :root {
3
3
  --gap-s: 12px;
4
4
  --gap-xl: 24px;
5
5
  --gap-4xl: 48px;
6
6
  }
7
7
 
8
- .notification-manager__component_qq9n6 {
8
+ .notification-manager__component_tb123 {
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-manager__component_qq9n6 .notification-manager__notification_qq9n6 {
16
+ .notification-manager__component_tb123 .notification-manager__notification_tb123 {
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-manager__enter_qq9n6 {
23
+ .notification-manager__enter_tb123 {
24
24
  visibility: hidden;
25
25
  transform: translate(0, -500px);
26
26
  }
27
27
 
28
- .notification-manager__enterActive_qq9n6 {
28
+ .notification-manager__enterActive_tb123 {
29
29
  visibility: visible;
30
30
  transform: translate(0);
31
31
  transition: transform 0.4s ease-out;
32
32
  }
33
33
 
34
- .notification-manager__exit_qq9n6 {
34
+ .notification-manager__exit_tb123 {
35
35
  opacity: 0;
36
36
  }
37
37
 
38
- .notification-manager__exitActive_qq9n6 {
38
+ .notification-manager__exitActive_tb123 {
39
39
  visibility: hidden;
40
40
  opacity: 0;
41
41
  transition: opacity 0.15s ease-in-out;
42
42
  }
43
43
 
44
44
  @media (min-width: 600px) {
45
- .notification-manager__component_qq9n6 {
45
+ .notification-manager__component_tb123 {
46
46
  right: var(--gap-4xl);
47
47
  }
48
48
 
49
- .notification-manager__component_qq9n6 .notification-manager__notification_qq9n6 {
49
+ .notification-manager__component_tb123 .notification-manager__notification_tb123 {
50
50
  width: auto;
51
51
  }
52
52
 
53
- .notification-manager__enter_qq9n6 {
53
+ .notification-manager__enter_tb123 {
54
54
  transform: translate(100%, 0);
55
55
  }
56
56
 
57
- .notification-manager__enterActive_qq9n6 {
57
+ .notification-manager__enterActive_tb123 {
58
58
  transform: translate(0);
59
59
  }
60
60
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-notification-manager",
3
- "version": "5.1.16",
3
+ "version": "5.1.17",
4
4
  "description": "Notification manager",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -17,7 +17,7 @@
17
17
  "react": "^16.9.0 || ^17.0.1 || ^18.0.0"
18
18
  },
19
19
  "dependencies": {
20
- "@alfalab/core-components-notification": "^6.1.15",
20
+ "@alfalab/core-components-notification": "^6.1.16",
21
21
  "@alfalab/core-components-portal": "^3.1.3",
22
22
  "@alfalab/core-components-stack": "^4.0.3",
23
23
  "classnames": "^2.3.1",