@alfalab/core-components-notification-manager 5.3.9 → 5.3.10

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
@@ -15,7 +15,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
15
15
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
16
16
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
17
17
 
18
- var styles = {"component":"notification-manager__component_74pwl","notification":"notification-manager__notification_74pwl","enter":"notification-manager__enter_74pwl","enterActive":"notification-manager__enterActive_74pwl"};
18
+ var styles = {"component":"notification-manager__component_1c0ge","notification":"notification-manager__notification_1c0ge","enter":"notification-manager__enter_1c0ge","enterActive":"notification-manager__enterActive_1c0ge"};
19
19
  require('./index.css')
20
20
 
21
21
  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_74pwl","notification":"notification-manager__notification_74pwl","enter":"notification-manager__enter_74pwl","enterActive":"notification-manager__enterActive_74pwl"};
9
+ var styles = {"component":"notification-manager__component_1c0ge","notification":"notification-manager__notification_1c0ge","enter":"notification-manager__enter_1c0ge","enterActive":"notification-manager__enterActive_1c0ge"};
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: ef6or */
1
+ /* hash: 12kxo */
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_74pwl {
8
+ .notification-manager__component_1c0ge {
9
9
  position: fixed;
10
10
  top: 0;
11
11
  right: var(--gap-s);
@@ -13,41 +13,41 @@
13
13
  flex-direction: column;
14
14
  }
15
15
 
16
- .notification-manager__component_74pwl .notification-manager__notification_74pwl {
16
+ .notification-manager__component_1c0ge .notification-manager__notification_1c0ge {
17
17
  width: calc(100vw - var(--gap-xl));
18
18
  margin-top: var(--gap-s);
19
19
  will-change: transform;
20
20
  }
21
21
 
22
- .notification-manager__component_74pwl .notification-manager__notification_74pwl.notification-manager__notification_74pwl {
22
+ .notification-manager__component_1c0ge .notification-manager__notification_1c0ge.notification-manager__notification_1c0ge {
23
23
  position: static;
24
24
  }
25
25
 
26
- .notification-manager__enter_74pwl {
26
+ .notification-manager__enter_1c0ge {
27
27
  visibility: hidden;
28
28
  transform: translate(0, -500px);
29
29
  }
30
30
 
31
- .notification-manager__enterActive_74pwl {
31
+ .notification-manager__enterActive_1c0ge {
32
32
  visibility: visible;
33
33
  transform: translate(0);
34
34
  transition: transform 0.4s ease-out;
35
35
  }
36
36
 
37
37
  @media (min-width: 600px) {
38
- .notification-manager__component_74pwl {
38
+ .notification-manager__component_1c0ge {
39
39
  right: var(--gap-4xl);
40
40
  }
41
41
 
42
- .notification-manager__component_74pwl .notification-manager__notification_74pwl {
42
+ .notification-manager__component_1c0ge .notification-manager__notification_1c0ge {
43
43
  width: auto;
44
44
  }
45
45
 
46
- .notification-manager__enter_74pwl {
46
+ .notification-manager__enter_1c0ge {
47
47
  transform: translate(100%, 0);
48
48
  }
49
49
 
50
- .notification-manager__enterActive_74pwl {
50
+ .notification-manager__enterActive_1c0ge {
51
51
  transform: translate(0);
52
52
  }
53
53
  }
package/index.css CHANGED
@@ -1,11 +1,11 @@
1
- /* hash: ef6or */
1
+ /* hash: 12kxo */
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_74pwl {
8
+ .notification-manager__component_1c0ge {
9
9
  position: fixed;
10
10
  top: 0;
11
11
  right: var(--gap-s);
@@ -13,41 +13,41 @@
13
13
  flex-direction: column;
14
14
  }
15
15
 
16
- .notification-manager__component_74pwl .notification-manager__notification_74pwl {
16
+ .notification-manager__component_1c0ge .notification-manager__notification_1c0ge {
17
17
  width: calc(100vw - var(--gap-xl));
18
18
  margin-top: var(--gap-s);
19
19
  will-change: transform;
20
20
  }
21
21
 
22
- .notification-manager__component_74pwl .notification-manager__notification_74pwl.notification-manager__notification_74pwl {
22
+ .notification-manager__component_1c0ge .notification-manager__notification_1c0ge.notification-manager__notification_1c0ge {
23
23
  position: static;
24
24
  }
25
25
 
26
- .notification-manager__enter_74pwl {
26
+ .notification-manager__enter_1c0ge {
27
27
  visibility: hidden;
28
28
  transform: translate(0, -500px);
29
29
  }
30
30
 
31
- .notification-manager__enterActive_74pwl {
31
+ .notification-manager__enterActive_1c0ge {
32
32
  visibility: visible;
33
33
  transform: translate(0);
34
34
  transition: transform 0.4s ease-out;
35
35
  }
36
36
 
37
37
  @media (min-width: 600px) {
38
- .notification-manager__component_74pwl {
38
+ .notification-manager__component_1c0ge {
39
39
  right: var(--gap-4xl);
40
40
  }
41
41
 
42
- .notification-manager__component_74pwl .notification-manager__notification_74pwl {
42
+ .notification-manager__component_1c0ge .notification-manager__notification_1c0ge {
43
43
  width: auto;
44
44
  }
45
45
 
46
- .notification-manager__enter_74pwl {
46
+ .notification-manager__enter_1c0ge {
47
47
  transform: translate(100%, 0);
48
48
  }
49
49
 
50
- .notification-manager__enterActive_74pwl {
50
+ .notification-manager__enterActive_1c0ge {
51
51
  transform: translate(0);
52
52
  }
53
53
  }
@@ -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_74pwl","notification":"notification-manager__notification_74pwl","enter":"notification-manager__enter_74pwl","enterActive":"notification-manager__enterActive_74pwl"};
8
+ const styles = {"component":"notification-manager__component_1c0ge","notification":"notification-manager__notification_1c0ge","enter":"notification-manager__enter_1c0ge","enterActive":"notification-manager__enterActive_1c0ge"};
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: ef6or */
1
+ /* hash: 12kxo */
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_74pwl {
8
+ .notification-manager__component_1c0ge {
9
9
  position: fixed;
10
10
  top: 0;
11
11
  right: var(--gap-s);
@@ -13,41 +13,41 @@
13
13
  flex-direction: column;
14
14
  }
15
15
 
16
- .notification-manager__component_74pwl .notification-manager__notification_74pwl {
16
+ .notification-manager__component_1c0ge .notification-manager__notification_1c0ge {
17
17
  width: calc(100vw - var(--gap-xl));
18
18
  margin-top: var(--gap-s);
19
19
  will-change: transform;
20
20
  }
21
21
 
22
- .notification-manager__component_74pwl .notification-manager__notification_74pwl.notification-manager__notification_74pwl {
22
+ .notification-manager__component_1c0ge .notification-manager__notification_1c0ge.notification-manager__notification_1c0ge {
23
23
  position: static;
24
24
  }
25
25
 
26
- .notification-manager__enter_74pwl {
26
+ .notification-manager__enter_1c0ge {
27
27
  visibility: hidden;
28
28
  transform: translate(0, -500px);
29
29
  }
30
30
 
31
- .notification-manager__enterActive_74pwl {
31
+ .notification-manager__enterActive_1c0ge {
32
32
  visibility: visible;
33
33
  transform: translate(0);
34
34
  transition: transform 0.4s ease-out;
35
35
  }
36
36
 
37
37
  @media (min-width: 600px) {
38
- .notification-manager__component_74pwl {
38
+ .notification-manager__component_1c0ge {
39
39
  right: var(--gap-4xl);
40
40
  }
41
41
 
42
- .notification-manager__component_74pwl .notification-manager__notification_74pwl {
42
+ .notification-manager__component_1c0ge .notification-manager__notification_1c0ge {
43
43
  width: auto;
44
44
  }
45
45
 
46
- .notification-manager__enter_74pwl {
46
+ .notification-manager__enter_1c0ge {
47
47
  transform: translate(100%, 0);
48
48
  }
49
49
 
50
- .notification-manager__enterActive_74pwl {
50
+ .notification-manager__enterActive_1c0ge {
51
51
  transform: translate(0);
52
52
  }
53
53
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-notification-manager",
3
- "version": "5.3.9",
3
+ "version": "5.3.10",
4
4
  "description": "Notification manager",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -14,7 +14,7 @@
14
14
  "react": "^16.9.0 || ^17.0.1 || ^18.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@alfalab/core-components-notification": "^6.2.9",
17
+ "@alfalab/core-components-notification": "^6.2.10",
18
18
  "@alfalab/core-components-portal": "^3.2.0",
19
19
  "@alfalab/core-components-stack": "^4.1.0",
20
20
  "classnames": "^2.3.1",