@alfalab/core-components-notification 5.0.6 → 5.0.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/CHANGELOG.md CHANGED
@@ -3,6 +3,41 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.0.10](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-notification@5.0.9...@alfalab/core-components-notification@5.0.10) (2021-12-01)
7
+
8
+ **Note:** Version bump only for package @alfalab/core-components-notification
9
+
10
+
11
+
12
+
13
+
14
+ ## [5.0.9](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-notification@5.0.8...@alfalab/core-components-notification@5.0.9) (2021-11-26)
15
+
16
+ **Note:** Version bump only for package @alfalab/core-components-notification
17
+
18
+
19
+
20
+
21
+
22
+ ## [5.0.8](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-notification@5.0.7...@alfalab/core-components-notification@5.0.8) (2021-11-16)
23
+
24
+ **Note:** Version bump only for package @alfalab/core-components-notification
25
+
26
+
27
+
28
+
29
+
30
+ ## [5.0.7](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-notification@5.0.6...@alfalab/core-components-notification@5.0.7) (2021-10-25)
31
+
32
+
33
+ ### Bug Fixes
34
+
35
+ * **textarea:** поправлен отступ в размере xl ([#859](https://github.com/alfa-laboratory/core-components/issues/859)) ([fcd586b](https://github.com/alfa-laboratory/core-components/commit/fcd586b03761bda053c7c3fd9381bb94227711d7))
36
+
37
+
38
+
39
+
40
+
6
41
  ## [5.0.6](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-notification@5.0.5...@alfalab/core-components-notification@5.0.6) (2021-09-14)
7
42
 
8
43
  **Note:** Version bump only for package @alfalab/core-components-notification
package/dist/Component.js CHANGED
@@ -58,7 +58,7 @@ function __rest(s, e) {
58
58
  return t;
59
59
  }
60
60
 
61
- var styles = {"notificationComponent":"notification__notificationComponent_q3phz","isVisible":"notification__isVisible_q3phz","isClosing":"notification__isClosing_q3phz","toastContent":"notification__toastContent_q3phz"};
61
+ var styles = {"notificationComponent":"notification__notificationComponent_1g9jh","isVisible":"notification__isVisible_1g9jh","isClosing":"notification__isClosing_1g9jh","toastContent":"notification__toastContent_1g9jh"};
62
62
  require('./index.css')
63
63
 
64
64
  var notificationClassNameSelector = "." + styles.notificationComponent;
@@ -47,7 +47,7 @@ function __rest(s, e) {
47
47
  return t;
48
48
  }
49
49
 
50
- var styles = {"notificationComponent":"notification__notificationComponent_q3phz","isVisible":"notification__isVisible_q3phz","isClosing":"notification__isClosing_q3phz","toastContent":"notification__toastContent_q3phz"};
50
+ var styles = {"notificationComponent":"notification__notificationComponent_1g9jh","isVisible":"notification__isVisible_1g9jh","isClosing":"notification__isClosing_1g9jh","toastContent":"notification__toastContent_1g9jh"};
51
51
  require('./index.css')
52
52
 
53
53
  var notificationClassNameSelector = "." + styles.notificationComponent;
@@ -1,4 +1,4 @@
1
- /* hash: q3phz */
1
+ /* hash: 1f67z */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -15,7 +15,7 @@
15
15
  :root {
16
16
  --notification-desktop-content-width: 278px;
17
17
  }
18
- .notification__notificationComponent_q3phz {
18
+ .notification__notificationComponent_1g9jh {
19
19
  visibility: hidden;
20
20
  position: fixed;
21
21
  right: var(--gap-s);
@@ -28,22 +28,22 @@
28
28
  transition: transform 0.4s ease-out
29
29
  }
30
30
  @media screen and (min-width: 600px) {
31
- .notification__notificationComponent_q3phz {
31
+ .notification__notificationComponent_1g9jh {
32
32
  right: var(--gap-4xl);
33
33
  width: auto;
34
34
  transform: translate(var(--notification-desktop-content-width), 0)
35
35
  }
36
36
  }
37
- .notification__notificationComponent_q3phz.notification__isVisible_q3phz {
37
+ .notification__notificationComponent_1g9jh.notification__isVisible_1g9jh {
38
38
  visibility: visible;
39
39
  transform: translate(0, 0);
40
40
  }
41
- .notification__notificationComponent_q3phz.notification__isClosing_q3phz {
41
+ .notification__notificationComponent_1g9jh.notification__isClosing_1g9jh {
42
42
  transition: transform 0.1s ease-out;
43
43
  transform: translate(100vw, 0)
44
44
  }
45
45
  @media screen and (min-width: 600px) {
46
- .notification__notificationComponent_q3phz.notification__isClosing_q3phz {
46
+ .notification__notificationComponent_1g9jh.notification__isClosing_1g9jh {
47
47
  transform: translate(
48
48
  calc(var(--notification-desktop-content-width) + var(--gap-4xl)),
49
49
  0
@@ -51,7 +51,7 @@
51
51
  }
52
52
  }
53
53
  @media screen and (min-width: 600px) {
54
- .notification__toastContent_q3phz {
54
+ .notification__toastContent_1g9jh {
55
55
  width: var(--notification-desktop-content-width)
56
56
  }
57
57
  }
package/dist/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: q3phz */
1
+ /* hash: 1f67z */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -15,7 +15,7 @@
15
15
  :root {
16
16
  --notification-desktop-content-width: 278px;
17
17
  }
18
- .notification__notificationComponent_q3phz {
18
+ .notification__notificationComponent_1g9jh {
19
19
  visibility: hidden;
20
20
  position: fixed;
21
21
  right: var(--gap-s);
@@ -28,22 +28,22 @@
28
28
  transition: transform 0.4s ease-out
29
29
  }
30
30
  @media screen and (min-width: 600px) {
31
- .notification__notificationComponent_q3phz {
31
+ .notification__notificationComponent_1g9jh {
32
32
  right: var(--gap-4xl);
33
33
  width: auto;
34
34
  transform: translate(var(--notification-desktop-content-width), 0)
35
35
  }
36
36
  }
37
- .notification__notificationComponent_q3phz.notification__isVisible_q3phz {
37
+ .notification__notificationComponent_1g9jh.notification__isVisible_1g9jh {
38
38
  visibility: visible;
39
39
  transform: translate(0, 0);
40
40
  }
41
- .notification__notificationComponent_q3phz.notification__isClosing_q3phz {
41
+ .notification__notificationComponent_1g9jh.notification__isClosing_1g9jh {
42
42
  transition: transform 0.1s ease-out;
43
43
  transform: translate(100vw, 0)
44
44
  }
45
45
  @media screen and (min-width: 600px) {
46
- .notification__notificationComponent_q3phz.notification__isClosing_q3phz {
46
+ .notification__notificationComponent_1g9jh.notification__isClosing_1g9jh {
47
47
  transform: translate(
48
48
  calc(var(--notification-desktop-content-width) + var(--gap-4xl)),
49
49
  0
@@ -51,7 +51,7 @@
51
51
  }
52
52
  }
53
53
  @media screen and (min-width: 600px) {
54
- .notification__toastContent_q3phz {
54
+ .notification__toastContent_1g9jh {
55
55
  width: var(--notification-desktop-content-width)
56
56
  }
57
57
  }
@@ -8,7 +8,7 @@ import { ToastPlate } from '@alfalab/core-components-toast-plate/dist/modern';
8
8
  import { stackingOrder, Stack } from '@alfalab/core-components-stack/dist/modern';
9
9
  import { useClickOutside } from './utils/index.js';
10
10
 
11
- var styles = {"notificationComponent":"notification__notificationComponent_q3phz","isVisible":"notification__isVisible_q3phz","isClosing":"notification__isClosing_q3phz","toastContent":"notification__toastContent_q3phz"};
11
+ var styles = {"notificationComponent":"notification__notificationComponent_1g9jh","isVisible":"notification__isVisible_1g9jh","isClosing":"notification__isClosing_1g9jh","toastContent":"notification__toastContent_1g9jh"};
12
12
  require('./index.css')
13
13
 
14
14
  const notificationClassNameSelector = `.${styles.notificationComponent}`;
@@ -1,4 +1,4 @@
1
- /* hash: q3phz */
1
+ /* hash: 1f67z */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -15,7 +15,7 @@
15
15
  :root {
16
16
  --notification-desktop-content-width: 278px;
17
17
  }
18
- .notification__notificationComponent_q3phz {
18
+ .notification__notificationComponent_1g9jh {
19
19
  visibility: hidden;
20
20
  position: fixed;
21
21
  right: var(--gap-s);
@@ -28,22 +28,22 @@
28
28
  transition: transform 0.4s ease-out
29
29
  }
30
30
  @media screen and (min-width: 600px) {
31
- .notification__notificationComponent_q3phz {
31
+ .notification__notificationComponent_1g9jh {
32
32
  right: var(--gap-4xl);
33
33
  width: auto;
34
34
  transform: translate(var(--notification-desktop-content-width), 0)
35
35
  }
36
36
  }
37
- .notification__notificationComponent_q3phz.notification__isVisible_q3phz {
37
+ .notification__notificationComponent_1g9jh.notification__isVisible_1g9jh {
38
38
  visibility: visible;
39
39
  transform: translate(0, 0);
40
40
  }
41
- .notification__notificationComponent_q3phz.notification__isClosing_q3phz {
41
+ .notification__notificationComponent_1g9jh.notification__isClosing_1g9jh {
42
42
  transition: transform 0.1s ease-out;
43
43
  transform: translate(100vw, 0)
44
44
  }
45
45
  @media screen and (min-width: 600px) {
46
- .notification__notificationComponent_q3phz.notification__isClosing_q3phz {
46
+ .notification__notificationComponent_1g9jh.notification__isClosing_1g9jh {
47
47
  transform: translate(
48
48
  calc(var(--notification-desktop-content-width) + var(--gap-4xl)),
49
49
  0
@@ -51,7 +51,7 @@
51
51
  }
52
52
  }
53
53
  @media screen and (min-width: 600px) {
54
- .notification__toastContent_q3phz {
54
+ .notification__toastContent_1g9jh {
55
55
  width: var(--notification-desktop-content-width)
56
56
  }
57
57
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-notification",
3
- "version": "5.0.6",
3
+ "version": "5.0.10",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -21,11 +21,11 @@
21
21
  "dependencies": {
22
22
  "@alfalab/core-components-portal": "^2.0.1",
23
23
  "@alfalab/core-components-stack": "^3.0.1",
24
- "@alfalab/core-components-toast-plate": "^4.0.6",
24
+ "@alfalab/core-components-toast-plate": "^4.0.10",
25
25
  "classnames": "^2.2.6",
26
26
  "element-closest": "^3.0.2",
27
27
  "react-merge-refs": "^1.1.0",
28
28
  "react-swipeable": "^5.5.0"
29
29
  },
30
- "gitHead": "a80a4377703da0cb8fd257612117ef3eb2d9bc42"
30
+ "gitHead": "43754f9b8715fe0bd1c0829be9304d78dd923481"
31
31
  }