@commercetools-frontend/react-notifications 20.12.0 → 20.12.1

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.
@@ -60,7 +60,7 @@ var _sliceInstanceProperty__default = /*#__PURE__*/_interopDefault(_sliceInstanc
60
60
  var isNumber__default = /*#__PURE__*/_interopDefault(isNumber);
61
61
 
62
62
  // NOTE: This string will be replaced on build time with the package version.
63
- var version = "20.12.0";
63
+ var version = "20.12.1";
64
64
 
65
65
  var Context = /*#__PURE__*/react.createContext(function () {
66
66
  return null;
@@ -60,7 +60,7 @@ var _sliceInstanceProperty__default = /*#__PURE__*/_interopDefault(_sliceInstanc
60
60
  var isNumber__default = /*#__PURE__*/_interopDefault(isNumber);
61
61
 
62
62
  // NOTE: This string will be replaced on build time with the package version.
63
- var version = "20.12.0";
63
+ var version = "20.12.1";
64
64
 
65
65
  var Context = /*#__PURE__*/react.createContext(function () {
66
66
  return null;
@@ -34,7 +34,7 @@ import isNumber from 'lodash/isNumber';
34
34
  import { useShowNotification } from '@commercetools-frontend/actions-global';
35
35
 
36
36
  // NOTE: This string will be replaced on build time with the package version.
37
- var version = "20.12.0";
37
+ var version = "20.12.1";
38
38
 
39
39
  var Context = /*#__PURE__*/createContext(function () {
40
40
  return null;
@@ -1,12 +1,24 @@
1
1
  import type { TAppNotificationGlobal, TAppNotificationPage, TAppNotificationSide } from '@commercetools-frontend/constants';
2
2
  import type { TAppState } from './types';
3
3
  export declare const selectNotifications: (state: TAppState) => (TAppNotificationGlobal | TAppNotificationPage | TAppNotificationSide)[];
4
- export declare const selectGlobalNotifications: import("reselect").OutputSelector<[(state: TAppState) => (TAppNotificationGlobal | TAppNotificationPage | TAppNotificationSide)[]], TAppNotificationGlobal[], never, ((args_0: (TAppNotificationGlobal | TAppNotificationPage | TAppNotificationSide)[], ...args_1: unknown[]) => TAppNotificationGlobal[]) & ((...args: any[]) => any) & {
4
+ export declare const selectGlobalNotifications: ((state: {
5
+ notifications: (TAppNotificationGlobal | TAppNotificationPage | TAppNotificationSide)[];
6
+ }) => TAppNotificationGlobal[]) & import("reselect").OutputSelectorFields<(args_0: (TAppNotificationGlobal | TAppNotificationPage | TAppNotificationSide)[]) => TAppNotificationGlobal[] & {
5
7
  clearCache: () => void;
6
- }>;
7
- export declare const selectPageNotifications: import("reselect").OutputSelector<[(state: TAppState) => (TAppNotificationGlobal | TAppNotificationPage | TAppNotificationSide)[]], TAppNotificationPage[], never, ((args_0: (TAppNotificationGlobal | TAppNotificationPage | TAppNotificationSide)[], ...args_1: unknown[]) => TAppNotificationPage[]) & ((...args: any[]) => any) & {
8
+ }> & {
8
9
  clearCache: () => void;
9
- }>;
10
- export declare const selectSideNotifications: import("reselect").OutputSelector<[(state: TAppState) => (TAppNotificationGlobal | TAppNotificationPage | TAppNotificationSide)[]], TAppNotificationSide[], never, ((args_0: (TAppNotificationGlobal | TAppNotificationPage | TAppNotificationSide)[], ...args_1: unknown[]) => TAppNotificationSide[]) & ((...args: any[]) => any) & {
10
+ };
11
+ export declare const selectPageNotifications: ((state: {
12
+ notifications: (TAppNotificationGlobal | TAppNotificationPage | TAppNotificationSide)[];
13
+ }) => TAppNotificationPage[]) & import("reselect").OutputSelectorFields<(args_0: (TAppNotificationGlobal | TAppNotificationPage | TAppNotificationSide)[]) => TAppNotificationPage[] & {
11
14
  clearCache: () => void;
12
- }>;
15
+ }> & {
16
+ clearCache: () => void;
17
+ };
18
+ export declare const selectSideNotifications: ((state: {
19
+ notifications: (TAppNotificationGlobal | TAppNotificationPage | TAppNotificationSide)[];
20
+ }) => TAppNotificationSide[]) & import("reselect").OutputSelectorFields<(args_0: (TAppNotificationGlobal | TAppNotificationPage | TAppNotificationSide)[]) => TAppNotificationSide[] & {
21
+ clearCache: () => void;
22
+ }> & {
23
+ clearCache: () => void;
24
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/react-notifications",
3
- "version": "20.12.0",
3
+ "version": "20.12.1",
4
4
  "description": "React bindings for @commercetools-frontend/notifications",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {
@@ -18,18 +18,18 @@
18
18
  "module": "dist/commercetools-frontend-react-notifications.esm.js",
19
19
  "files": ["dist", "package.json", "LICENSE", "README.md"],
20
20
  "dependencies": {
21
- "@babel/runtime": "7.15.4",
22
- "@babel/runtime-corejs3": "7.15.4",
23
- "@commercetools-frontend/actions-global": "20.12.0",
24
- "@commercetools-frontend/constants": "20.12.0",
25
- "@commercetools-frontend/notifications": "20.10.6",
26
- "@commercetools-frontend/sentry": "20.12.0",
21
+ "@babel/runtime": "7.16.3",
22
+ "@babel/runtime-corejs3": "7.16.3",
23
+ "@commercetools-frontend/actions-global": "20.12.1",
24
+ "@commercetools-frontend/constants": "20.12.1",
25
+ "@commercetools-frontend/notifications": "20.12.1",
26
+ "@commercetools-frontend/sentry": "20.12.1",
27
27
  "@commercetools-uikit/design-system": "^12.2.2",
28
28
  "@commercetools-uikit/icon-button": "^12.2.2",
29
29
  "@commercetools-uikit/icons": "^12.2.2",
30
30
  "@commercetools-uikit/spacings": "^12.2.2",
31
- "@emotion/react": "11.5.0",
32
- "@emotion/styled": "11.3.0",
31
+ "@emotion/react": "11.7.0",
32
+ "@emotion/styled": "11.6.0",
33
33
  "@types/history": "4.7.9",
34
34
  "@types/lodash": "^4.14.167",
35
35
  "@types/prop-types": "^15.7.3",
@@ -42,13 +42,13 @@
42
42
  "moment": "^2.29.1",
43
43
  "moment-timezone": "^0.5.32",
44
44
  "prop-types": "15.7.2",
45
- "reselect": "4.1.0"
45
+ "reselect": "4.1.5"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@testing-library/react": "12.1.2",
49
49
  "react": "17.0.2",
50
50
  "react-dom": "17.0.2",
51
- "react-intl": "5.21.0",
51
+ "react-intl": "5.23.0",
52
52
  "react-redux": "7.2.6",
53
53
  "react-router-dom": "5.3.0"
54
54
  },