@commercetools-frontend/react-notifications 22.30.2 → 22.30.3
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.
|
@@ -62,7 +62,7 @@ var _sliceInstanceProperty__default = /*#__PURE__*/_interopDefault(_sliceInstanc
|
|
|
62
62
|
var isNumber__default = /*#__PURE__*/_interopDefault(isNumber);
|
|
63
63
|
|
|
64
64
|
// NOTE: This string will be replaced on build time with the package version.
|
|
65
|
-
var version = "22.30.
|
|
65
|
+
var version = "22.30.3";
|
|
66
66
|
|
|
67
67
|
const Context = /*#__PURE__*/react.createContext(() => null);
|
|
68
68
|
function NotificationProviderForCustomComponent(props) {
|
|
@@ -195,7 +195,7 @@ const Notification = props => {
|
|
|
195
195
|
label: intl.formatMessage(messages.hideNotification),
|
|
196
196
|
onClick: props.onCloseClick,
|
|
197
197
|
icon: jsxRuntime.jsx(icons.CloseBoldIcon, {}),
|
|
198
|
-
size: "
|
|
198
|
+
size: "30"
|
|
199
199
|
})
|
|
200
200
|
}) : null, props.domain === constants.NOTIFICATION_DOMAINS.SIDE ? jsxRuntime.jsx("div", {
|
|
201
201
|
css: getStylesForNotificationIcon(props),
|
|
@@ -62,7 +62,7 @@ var _sliceInstanceProperty__default = /*#__PURE__*/_interopDefault(_sliceInstanc
|
|
|
62
62
|
var isNumber__default = /*#__PURE__*/_interopDefault(isNumber);
|
|
63
63
|
|
|
64
64
|
// NOTE: This string will be replaced on build time with the package version.
|
|
65
|
-
var version = "22.30.
|
|
65
|
+
var version = "22.30.3";
|
|
66
66
|
|
|
67
67
|
const Context = /*#__PURE__*/react.createContext(() => null);
|
|
68
68
|
function NotificationProviderForCustomComponent(props) {
|
|
@@ -189,7 +189,7 @@ const Notification = props => {
|
|
|
189
189
|
label: intl.formatMessage(messages.hideNotification),
|
|
190
190
|
onClick: props.onCloseClick,
|
|
191
191
|
icon: jsxRuntime.jsx(icons.CloseBoldIcon, {}),
|
|
192
|
-
size: "
|
|
192
|
+
size: "30"
|
|
193
193
|
})
|
|
194
194
|
}) : null, props.domain === constants.NOTIFICATION_DOMAINS.SIDE ? jsxRuntime.jsx("div", {
|
|
195
195
|
css: getStylesForNotificationIcon(props),
|
|
@@ -36,7 +36,7 @@ import isNumber from 'lodash/isNumber';
|
|
|
36
36
|
import { useShowNotification } from '@commercetools-frontend/actions-global';
|
|
37
37
|
|
|
38
38
|
// NOTE: This string will be replaced on build time with the package version.
|
|
39
|
-
var version = "22.30.
|
|
39
|
+
var version = "22.30.3";
|
|
40
40
|
|
|
41
41
|
const Context = /*#__PURE__*/createContext(() => null);
|
|
42
42
|
function NotificationProviderForCustomComponent(props) {
|
|
@@ -169,7 +169,7 @@ const Notification = props => {
|
|
|
169
169
|
label: intl.formatMessage(messages.hideNotification),
|
|
170
170
|
onClick: props.onCloseClick,
|
|
171
171
|
icon: jsx(CloseBoldIcon, {}),
|
|
172
|
-
size: "
|
|
172
|
+
size: "30"
|
|
173
173
|
})
|
|
174
174
|
}) : null, props.domain === NOTIFICATION_DOMAINS.SIDE ? jsx("div", {
|
|
175
175
|
css: getStylesForNotificationIcon(props),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/react-notifications",
|
|
3
|
-
"version": "22.30.
|
|
3
|
+
"version": "22.30.3",
|
|
4
4
|
"description": "React bindings for @commercetools-frontend/notifications",
|
|
5
5
|
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
6
6
|
"repository": {
|
|
@@ -30,18 +30,18 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@babel/runtime": "^7.22.15",
|
|
32
32
|
"@babel/runtime-corejs3": "^7.22.15",
|
|
33
|
-
"@commercetools-frontend/actions-global": "22.30.
|
|
34
|
-
"@commercetools-frontend/application-components": "22.30.
|
|
35
|
-
"@commercetools-frontend/constants": "22.30.
|
|
36
|
-
"@commercetools-frontend/notifications": "22.30.
|
|
37
|
-
"@commercetools-frontend/sentry": "22.30.
|
|
38
|
-
"@commercetools-uikit/design-system": "^19.
|
|
39
|
-
"@commercetools-uikit/hooks": "^19.
|
|
40
|
-
"@commercetools-uikit/icon-button": "^19.
|
|
41
|
-
"@commercetools-uikit/icons": "^19.
|
|
42
|
-
"@commercetools-uikit/secondary-icon-button": "^19.
|
|
43
|
-
"@commercetools-uikit/spacings": "^19.
|
|
44
|
-
"@commercetools-uikit/utils": "^19.
|
|
33
|
+
"@commercetools-frontend/actions-global": "22.30.3",
|
|
34
|
+
"@commercetools-frontend/application-components": "22.30.3",
|
|
35
|
+
"@commercetools-frontend/constants": "22.30.3",
|
|
36
|
+
"@commercetools-frontend/notifications": "22.30.3",
|
|
37
|
+
"@commercetools-frontend/sentry": "22.30.3",
|
|
38
|
+
"@commercetools-uikit/design-system": "^19.9.0",
|
|
39
|
+
"@commercetools-uikit/hooks": "^19.9.0",
|
|
40
|
+
"@commercetools-uikit/icon-button": "^19.9.0",
|
|
41
|
+
"@commercetools-uikit/icons": "^19.9.0",
|
|
42
|
+
"@commercetools-uikit/secondary-icon-button": "^19.9.0",
|
|
43
|
+
"@commercetools-uikit/spacings": "^19.9.0",
|
|
44
|
+
"@commercetools-uikit/utils": "^19.9.0",
|
|
45
45
|
"@emotion/react": "^11.11.4",
|
|
46
46
|
"@emotion/styled": "^11.11.0",
|
|
47
47
|
"@types/history": "^4.7.11",
|