@alfalab/core-components-notification 5.0.5 → 5.0.9

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.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)
7
+
8
+ **Note:** Version bump only for package @alfalab/core-components-notification
9
+
10
+
11
+
12
+
13
+
14
+ ## [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)
15
+
16
+ **Note:** Version bump only for package @alfalab/core-components-notification
17
+
18
+
19
+
20
+
21
+
22
+ ## [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)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * **textarea:** поправлен отступ в размере xl ([#859](https://github.com/alfa-laboratory/core-components/issues/859)) ([fcd586b](https://github.com/alfa-laboratory/core-components/commit/fcd586b03761bda053c7c3fd9381bb94227711d7))
28
+
29
+
30
+
31
+
32
+
33
+ ## [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)
34
+
35
+ **Note:** Version bump only for package @alfalab/core-components-notification
36
+
37
+
38
+
39
+
40
+
6
41
  ## [5.0.5](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-notification@5.0.4...@alfalab/core-components-notification@5.0.5) (2021-08-27)
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_do4j7","isVisible":"notification__isVisible_do4j7","isClosing":"notification__isClosing_do4j7","toastContent":"notification__toastContent_do4j7"};
61
+ var styles = {"notificationComponent":"notification__notificationComponent_b7t8y","isVisible":"notification__isVisible_b7t8y","isClosing":"notification__isClosing_b7t8y","toastContent":"notification__toastContent_b7t8y"};
62
62
  require('./index.css')
63
63
 
64
64
  var notificationClassNameSelector = "." + styles.notificationComponent;
@@ -1,8 +1,3 @@
1
- :root {
2
-
3
- /* TODO: цвета добавлены руками. Обновить токены */
4
- --color-light-text-secondary-inverted-transparent: rgba(255, 255, 255, 0.7);
5
- }
6
1
  :root {
7
2
 
8
3
  /* Hard */
@@ -47,7 +47,7 @@ function __rest(s, e) {
47
47
  return t;
48
48
  }
49
49
 
50
- var styles = {"notificationComponent":"notification__notificationComponent_do4j7","isVisible":"notification__isVisible_do4j7","isClosing":"notification__isClosing_do4j7","toastContent":"notification__toastContent_do4j7"};
50
+ var styles = {"notificationComponent":"notification__notificationComponent_b7t8y","isVisible":"notification__isVisible_b7t8y","isClosing":"notification__isClosing_b7t8y","toastContent":"notification__toastContent_b7t8y"};
51
51
  require('./index.css')
52
52
 
53
53
  var notificationClassNameSelector = "." + styles.notificationComponent;
@@ -1,9 +1,4 @@
1
- /* hash: do4j7 */
2
- :root {
3
-
4
- /* TODO: цвета добавлены руками. Обновить токены */
5
- --color-light-text-secondary-inverted-transparent: rgba(255, 255, 255, 0.7);
6
- }
1
+ /* hash: 12qn0 */
7
2
  :root {
8
3
 
9
4
  /* Hard */
@@ -20,7 +15,7 @@
20
15
  :root {
21
16
  --notification-desktop-content-width: 278px;
22
17
  }
23
- .notification__notificationComponent_do4j7 {
18
+ .notification__notificationComponent_b7t8y {
24
19
  visibility: hidden;
25
20
  position: fixed;
26
21
  right: var(--gap-s);
@@ -33,22 +28,22 @@
33
28
  transition: transform 0.4s ease-out
34
29
  }
35
30
  @media screen and (min-width: 600px) {
36
- .notification__notificationComponent_do4j7 {
31
+ .notification__notificationComponent_b7t8y {
37
32
  right: var(--gap-4xl);
38
33
  width: auto;
39
34
  transform: translate(var(--notification-desktop-content-width), 0)
40
35
  }
41
36
  }
42
- .notification__notificationComponent_do4j7.notification__isVisible_do4j7 {
37
+ .notification__notificationComponent_b7t8y.notification__isVisible_b7t8y {
43
38
  visibility: visible;
44
39
  transform: translate(0, 0);
45
40
  }
46
- .notification__notificationComponent_do4j7.notification__isClosing_do4j7 {
41
+ .notification__notificationComponent_b7t8y.notification__isClosing_b7t8y {
47
42
  transition: transform 0.1s ease-out;
48
43
  transform: translate(100vw, 0)
49
44
  }
50
45
  @media screen and (min-width: 600px) {
51
- .notification__notificationComponent_do4j7.notification__isClosing_do4j7 {
46
+ .notification__notificationComponent_b7t8y.notification__isClosing_b7t8y {
52
47
  transform: translate(
53
48
  calc(var(--notification-desktop-content-width) + var(--gap-4xl)),
54
49
  0
@@ -56,7 +51,7 @@
56
51
  }
57
52
  }
58
53
  @media screen and (min-width: 600px) {
59
- .notification__toastContent_do4j7 {
54
+ .notification__toastContent_b7t8y {
60
55
  width: var(--notification-desktop-content-width)
61
56
  }
62
57
  }
package/dist/index.css CHANGED
@@ -1,9 +1,4 @@
1
- /* hash: do4j7 */
2
- :root {
3
-
4
- /* TODO: цвета добавлены руками. Обновить токены */
5
- --color-light-text-secondary-inverted-transparent: rgba(255, 255, 255, 0.7);
6
- }
1
+ /* hash: 12qn0 */
7
2
  :root {
8
3
 
9
4
  /* Hard */
@@ -20,7 +15,7 @@
20
15
  :root {
21
16
  --notification-desktop-content-width: 278px;
22
17
  }
23
- .notification__notificationComponent_do4j7 {
18
+ .notification__notificationComponent_b7t8y {
24
19
  visibility: hidden;
25
20
  position: fixed;
26
21
  right: var(--gap-s);
@@ -33,22 +28,22 @@
33
28
  transition: transform 0.4s ease-out
34
29
  }
35
30
  @media screen and (min-width: 600px) {
36
- .notification__notificationComponent_do4j7 {
31
+ .notification__notificationComponent_b7t8y {
37
32
  right: var(--gap-4xl);
38
33
  width: auto;
39
34
  transform: translate(var(--notification-desktop-content-width), 0)
40
35
  }
41
36
  }
42
- .notification__notificationComponent_do4j7.notification__isVisible_do4j7 {
37
+ .notification__notificationComponent_b7t8y.notification__isVisible_b7t8y {
43
38
  visibility: visible;
44
39
  transform: translate(0, 0);
45
40
  }
46
- .notification__notificationComponent_do4j7.notification__isClosing_do4j7 {
41
+ .notification__notificationComponent_b7t8y.notification__isClosing_b7t8y {
47
42
  transition: transform 0.1s ease-out;
48
43
  transform: translate(100vw, 0)
49
44
  }
50
45
  @media screen and (min-width: 600px) {
51
- .notification__notificationComponent_do4j7.notification__isClosing_do4j7 {
46
+ .notification__notificationComponent_b7t8y.notification__isClosing_b7t8y {
52
47
  transform: translate(
53
48
  calc(var(--notification-desktop-content-width) + var(--gap-4xl)),
54
49
  0
@@ -56,7 +51,7 @@
56
51
  }
57
52
  }
58
53
  @media screen and (min-width: 600px) {
59
- .notification__toastContent_do4j7 {
54
+ .notification__toastContent_b7t8y {
60
55
  width: var(--notification-desktop-content-width)
61
56
  }
62
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_do4j7","isVisible":"notification__isVisible_do4j7","isClosing":"notification__isClosing_do4j7","toastContent":"notification__toastContent_do4j7"};
11
+ var styles = {"notificationComponent":"notification__notificationComponent_b7t8y","isVisible":"notification__isVisible_b7t8y","isClosing":"notification__isClosing_b7t8y","toastContent":"notification__toastContent_b7t8y"};
12
12
  require('./index.css')
13
13
 
14
14
  const notificationClassNameSelector = `.${styles.notificationComponent}`;
@@ -1,9 +1,4 @@
1
- /* hash: do4j7 */
2
- :root {
3
-
4
- /* TODO: цвета добавлены руками. Обновить токены */
5
- --color-light-text-secondary-inverted-transparent: rgba(255, 255, 255, 0.7);
6
- }
1
+ /* hash: 12qn0 */
7
2
  :root {
8
3
 
9
4
  /* Hard */
@@ -20,7 +15,7 @@
20
15
  :root {
21
16
  --notification-desktop-content-width: 278px;
22
17
  }
23
- .notification__notificationComponent_do4j7 {
18
+ .notification__notificationComponent_b7t8y {
24
19
  visibility: hidden;
25
20
  position: fixed;
26
21
  right: var(--gap-s);
@@ -33,22 +28,22 @@
33
28
  transition: transform 0.4s ease-out
34
29
  }
35
30
  @media screen and (min-width: 600px) {
36
- .notification__notificationComponent_do4j7 {
31
+ .notification__notificationComponent_b7t8y {
37
32
  right: var(--gap-4xl);
38
33
  width: auto;
39
34
  transform: translate(var(--notification-desktop-content-width), 0)
40
35
  }
41
36
  }
42
- .notification__notificationComponent_do4j7.notification__isVisible_do4j7 {
37
+ .notification__notificationComponent_b7t8y.notification__isVisible_b7t8y {
43
38
  visibility: visible;
44
39
  transform: translate(0, 0);
45
40
  }
46
- .notification__notificationComponent_do4j7.notification__isClosing_do4j7 {
41
+ .notification__notificationComponent_b7t8y.notification__isClosing_b7t8y {
47
42
  transition: transform 0.1s ease-out;
48
43
  transform: translate(100vw, 0)
49
44
  }
50
45
  @media screen and (min-width: 600px) {
51
- .notification__notificationComponent_do4j7.notification__isClosing_do4j7 {
46
+ .notification__notificationComponent_b7t8y.notification__isClosing_b7t8y {
52
47
  transform: translate(
53
48
  calc(var(--notification-desktop-content-width) + var(--gap-4xl)),
54
49
  0
@@ -56,7 +51,7 @@
56
51
  }
57
52
  }
58
53
  @media screen and (min-width: 600px) {
59
- .notification__toastContent_do4j7 {
54
+ .notification__toastContent_b7t8y {
60
55
  width: var(--notification-desktop-content-width)
61
56
  }
62
57
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-notification",
3
- "version": "5.0.5",
3
+ "version": "5.0.9",
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.5",
24
+ "@alfalab/core-components-toast-plate": "^4.0.9",
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": "b85e5b31aff2cb11bc75b3c68d284e26cc63c353"
30
+ "gitHead": "10c9fd1caacf98a5c15f84529889ddf41e9e1b54"
31
31
  }