@alfalab/core-components-notification-manager 5.4.9 → 5.4.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
@@ -16,7 +16,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
16
16
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
17
17
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
18
18
 
19
- var styles = {"component":"notification-manager__component_10dlj","notification":"notification-manager__notification_10dlj","withoutMargin":"notification-manager__withoutMargin_10dlj","enter":"notification-manager__enter_10dlj","enterActive":"notification-manager__enterActive_10dlj"};
19
+ var styles = {"component":"notification-manager__component_1kzwi","notification":"notification-manager__notification_1kzwi","withoutMargin":"notification-manager__withoutMargin_1kzwi","enter":"notification-manager__enter_1kzwi","enterActive":"notification-manager__enterActive_1kzwi"};
20
20
  require('./index.css')
21
21
 
22
22
  var CSS_TRANSITION_CLASS_NAMES = {
@@ -1,7 +1,9 @@
1
- :root {
2
- --gap-s: 12px;
3
- --gap-xl: 24px;
4
- --gap-4xl: 48px;
1
+ :root { /* deprecated */ /* deprecated */ /* deprecated */
2
+ --gap-s: 12px; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
+ --gap-xl: 24px; /* deprecated */ /* deprecated */ /* deprecated */
4
+ --gap-4xl: 48px; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
5
+
6
+ /* новые значения, используйте их */
5
7
  }
6
8
 
7
9
  .component {
package/esm/component.js CHANGED
@@ -7,7 +7,7 @@ import { Stack } from '@alfalab/core-components-stack/esm';
7
7
  import { stackingOrder } from '@alfalab/stack-context';
8
8
  import { Notification } from './components/notification/component.js';
9
9
 
10
- var styles = {"component":"notification-manager__component_10dlj","notification":"notification-manager__notification_10dlj","withoutMargin":"notification-manager__withoutMargin_10dlj","enter":"notification-manager__enter_10dlj","enterActive":"notification-manager__enterActive_10dlj"};
10
+ var styles = {"component":"notification-manager__component_1kzwi","notification":"notification-manager__notification_1kzwi","withoutMargin":"notification-manager__withoutMargin_1kzwi","enter":"notification-manager__enter_1kzwi","enterActive":"notification-manager__enterActive_1kzwi"};
11
11
  require('./index.css')
12
12
 
13
13
  var CSS_TRANSITION_CLASS_NAMES = {
package/esm/index.css CHANGED
@@ -1,11 +1,13 @@
1
- /* hash: 59p78 */
2
- :root {
3
- --gap-s: 12px;
4
- --gap-xl: 24px;
5
- --gap-4xl: 48px;
1
+ /* hash: 121if */
2
+ :root { /* deprecated */ /* deprecated */ /* deprecated */
3
+ --gap-s: 12px; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
+ --gap-xl: 24px; /* deprecated */ /* deprecated */ /* deprecated */
5
+ --gap-4xl: 48px; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
6
+
7
+ /* новые значения, используйте их */
6
8
  }
7
9
 
8
- .notification-manager__component_10dlj {
10
+ .notification-manager__component_1kzwi {
9
11
  position: fixed;
10
12
  top: 0;
11
13
  right: var(--gap-s);
@@ -13,45 +15,45 @@
13
15
  flex-direction: column;
14
16
  }
15
17
 
16
- .notification-manager__component_10dlj .notification-manager__notification_10dlj {
18
+ .notification-manager__component_1kzwi .notification-manager__notification_1kzwi {
17
19
  width: calc(100vw - var(--gap-xl));
18
20
  margin-top: var(--gap-s);
19
21
  will-change: transform
20
22
  }
21
23
 
22
- .notification-manager__component_10dlj .notification-manager__notification_10dlj.notification-manager__withoutMargin_10dlj {
24
+ .notification-manager__component_1kzwi .notification-manager__notification_1kzwi.notification-manager__withoutMargin_1kzwi {
23
25
  margin-top: 0;
24
26
  }
25
27
 
26
- .notification-manager__component_10dlj .notification-manager__notification_10dlj.notification-manager__notification_10dlj {
28
+ .notification-manager__component_1kzwi .notification-manager__notification_1kzwi.notification-manager__notification_1kzwi {
27
29
  position: static;
28
30
  }
29
31
 
30
- .notification-manager__enter_10dlj {
32
+ .notification-manager__enter_1kzwi {
31
33
  visibility: hidden;
32
34
  transform: translate(0, -500px);
33
35
  }
34
36
 
35
- .notification-manager__enterActive_10dlj {
37
+ .notification-manager__enterActive_1kzwi {
36
38
  visibility: visible;
37
39
  transform: translate(0);
38
40
  transition: transform 0.4s ease-out;
39
41
  }
40
42
 
41
43
  @media (min-width: 600px) {
42
- .notification-manager__component_10dlj {
44
+ .notification-manager__component_1kzwi {
43
45
  right: var(--gap-4xl);
44
46
  }
45
47
 
46
- .notification-manager__component_10dlj .notification-manager__notification_10dlj {
48
+ .notification-manager__component_1kzwi .notification-manager__notification_1kzwi {
47
49
  width: auto;
48
50
  }
49
51
 
50
- .notification-manager__enter_10dlj {
52
+ .notification-manager__enter_1kzwi {
51
53
  transform: translate(100%, 0);
52
54
  }
53
55
 
54
- .notification-manager__enterActive_10dlj {
56
+ .notification-manager__enterActive_1kzwi {
55
57
  transform: translate(0);
56
58
  }
57
59
  }
package/index.css CHANGED
@@ -1,11 +1,13 @@
1
- /* hash: 59p78 */
2
- :root {
3
- --gap-s: 12px;
4
- --gap-xl: 24px;
5
- --gap-4xl: 48px;
1
+ /* hash: 121if */
2
+ :root { /* deprecated */ /* deprecated */ /* deprecated */
3
+ --gap-s: 12px; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
+ --gap-xl: 24px; /* deprecated */ /* deprecated */ /* deprecated */
5
+ --gap-4xl: 48px; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
6
+
7
+ /* новые значения, используйте их */
6
8
  }
7
9
 
8
- .notification-manager__component_10dlj {
10
+ .notification-manager__component_1kzwi {
9
11
  position: fixed;
10
12
  top: 0;
11
13
  right: var(--gap-s);
@@ -13,45 +15,45 @@
13
15
  flex-direction: column;
14
16
  }
15
17
 
16
- .notification-manager__component_10dlj .notification-manager__notification_10dlj {
18
+ .notification-manager__component_1kzwi .notification-manager__notification_1kzwi {
17
19
  width: calc(100vw - var(--gap-xl));
18
20
  margin-top: var(--gap-s);
19
21
  will-change: transform
20
22
  }
21
23
 
22
- .notification-manager__component_10dlj .notification-manager__notification_10dlj.notification-manager__withoutMargin_10dlj {
24
+ .notification-manager__component_1kzwi .notification-manager__notification_1kzwi.notification-manager__withoutMargin_1kzwi {
23
25
  margin-top: 0;
24
26
  }
25
27
 
26
- .notification-manager__component_10dlj .notification-manager__notification_10dlj.notification-manager__notification_10dlj {
28
+ .notification-manager__component_1kzwi .notification-manager__notification_1kzwi.notification-manager__notification_1kzwi {
27
29
  position: static;
28
30
  }
29
31
 
30
- .notification-manager__enter_10dlj {
32
+ .notification-manager__enter_1kzwi {
31
33
  visibility: hidden;
32
34
  transform: translate(0, -500px);
33
35
  }
34
36
 
35
- .notification-manager__enterActive_10dlj {
37
+ .notification-manager__enterActive_1kzwi {
36
38
  visibility: visible;
37
39
  transform: translate(0);
38
40
  transition: transform 0.4s ease-out;
39
41
  }
40
42
 
41
43
  @media (min-width: 600px) {
42
- .notification-manager__component_10dlj {
44
+ .notification-manager__component_1kzwi {
43
45
  right: var(--gap-4xl);
44
46
  }
45
47
 
46
- .notification-manager__component_10dlj .notification-manager__notification_10dlj {
48
+ .notification-manager__component_1kzwi .notification-manager__notification_1kzwi {
47
49
  width: auto;
48
50
  }
49
51
 
50
- .notification-manager__enter_10dlj {
52
+ .notification-manager__enter_1kzwi {
51
53
  transform: translate(100%, 0);
52
54
  }
53
55
 
54
- .notification-manager__enterActive_10dlj {
56
+ .notification-manager__enterActive_1kzwi {
55
57
  transform: translate(0);
56
58
  }
57
59
  }
@@ -6,7 +6,7 @@ import { Stack } from '@alfalab/core-components-stack/modern';
6
6
  import { stackingOrder } from '@alfalab/stack-context';
7
7
  import { Notification } from './components/notification/component.js';
8
8
 
9
- const styles = {"component":"notification-manager__component_10dlj","notification":"notification-manager__notification_10dlj","withoutMargin":"notification-manager__withoutMargin_10dlj","enter":"notification-manager__enter_10dlj","enterActive":"notification-manager__enterActive_10dlj"};
9
+ const styles = {"component":"notification-manager__component_1kzwi","notification":"notification-manager__notification_1kzwi","withoutMargin":"notification-manager__withoutMargin_1kzwi","enter":"notification-manager__enter_1kzwi","enterActive":"notification-manager__enterActive_1kzwi"};
10
10
  require('./index.css')
11
11
 
12
12
  const CSS_TRANSITION_CLASS_NAMES = {
package/modern/index.css CHANGED
@@ -1,11 +1,13 @@
1
- /* hash: 59p78 */
2
- :root {
3
- --gap-s: 12px;
4
- --gap-xl: 24px;
5
- --gap-4xl: 48px;
1
+ /* hash: 121if */
2
+ :root { /* deprecated */ /* deprecated */ /* deprecated */
3
+ --gap-s: 12px; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
+ --gap-xl: 24px; /* deprecated */ /* deprecated */ /* deprecated */
5
+ --gap-4xl: 48px; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
6
+
7
+ /* новые значения, используйте их */
6
8
  }
7
9
 
8
- .notification-manager__component_10dlj {
10
+ .notification-manager__component_1kzwi {
9
11
  position: fixed;
10
12
  top: 0;
11
13
  right: var(--gap-s);
@@ -13,45 +15,45 @@
13
15
  flex-direction: column;
14
16
  }
15
17
 
16
- .notification-manager__component_10dlj .notification-manager__notification_10dlj {
18
+ .notification-manager__component_1kzwi .notification-manager__notification_1kzwi {
17
19
  width: calc(100vw - var(--gap-xl));
18
20
  margin-top: var(--gap-s);
19
21
  will-change: transform
20
22
  }
21
23
 
22
- .notification-manager__component_10dlj .notification-manager__notification_10dlj.notification-manager__withoutMargin_10dlj {
24
+ .notification-manager__component_1kzwi .notification-manager__notification_1kzwi.notification-manager__withoutMargin_1kzwi {
23
25
  margin-top: 0;
24
26
  }
25
27
 
26
- .notification-manager__component_10dlj .notification-manager__notification_10dlj.notification-manager__notification_10dlj {
28
+ .notification-manager__component_1kzwi .notification-manager__notification_1kzwi.notification-manager__notification_1kzwi {
27
29
  position: static;
28
30
  }
29
31
 
30
- .notification-manager__enter_10dlj {
32
+ .notification-manager__enter_1kzwi {
31
33
  visibility: hidden;
32
34
  transform: translate(0, -500px);
33
35
  }
34
36
 
35
- .notification-manager__enterActive_10dlj {
37
+ .notification-manager__enterActive_1kzwi {
36
38
  visibility: visible;
37
39
  transform: translate(0);
38
40
  transition: transform 0.4s ease-out;
39
41
  }
40
42
 
41
43
  @media (min-width: 600px) {
42
- .notification-manager__component_10dlj {
44
+ .notification-manager__component_1kzwi {
43
45
  right: var(--gap-4xl);
44
46
  }
45
47
 
46
- .notification-manager__component_10dlj .notification-manager__notification_10dlj {
48
+ .notification-manager__component_1kzwi .notification-manager__notification_1kzwi {
47
49
  width: auto;
48
50
  }
49
51
 
50
- .notification-manager__enter_10dlj {
52
+ .notification-manager__enter_1kzwi {
51
53
  transform: translate(100%, 0);
52
54
  }
53
55
 
54
- .notification-manager__enterActive_10dlj {
56
+ .notification-manager__enterActive_1kzwi {
55
57
  transform: translate(0);
56
58
  }
57
59
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-notification-manager",
3
- "version": "5.4.9",
3
+ "version": "5.4.10",
4
4
  "description": "Notification manager",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -14,11 +14,13 @@
14
14
  "react": "^16.9.0 || ^17.0.1 || ^18.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@alfalab/core-components-notification": "^7.1.1",
18
- "@alfalab/core-components-portal": "^3.3.0",
17
+ "@alfalab/core-components-notification": "^7.1.2",
18
+ "@alfalab/core-components-portal": "^3.3.1",
19
19
  "@alfalab/core-components-stack": "^5.0.0",
20
20
  "classnames": "^2.3.1",
21
21
  "react-transition-group": "^4.4.5",
22
22
  "tslib": "^2.4.0"
23
- }
23
+ },
24
+ "themesVersion": "13.0.1",
25
+ "varsVersion": "9.11.1"
24
26
  }