@commercetools-uikit/notifications 20.2.2 → 20.2.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.
|
@@ -130,7 +130,7 @@ ContentNotification.displayName = 'ContentNotification';
|
|
|
130
130
|
var ContentNotification$1 = ContentNotification;
|
|
131
131
|
|
|
132
132
|
// NOTE: This string will be replaced on build time with the package version.
|
|
133
|
-
var version = "20.2.
|
|
133
|
+
var version = "20.2.3";
|
|
134
134
|
|
|
135
135
|
exports.ContentNotification = ContentNotification$1;
|
|
136
136
|
exports.version = version;
|
|
@@ -128,7 +128,7 @@ ContentNotification.displayName = 'ContentNotification';
|
|
|
128
128
|
var ContentNotification$1 = ContentNotification;
|
|
129
129
|
|
|
130
130
|
// NOTE: This string will be replaced on build time with the package version.
|
|
131
|
-
var version = "20.2.
|
|
131
|
+
var version = "20.2.3";
|
|
132
132
|
|
|
133
133
|
exports.ContentNotification = ContentNotification$1;
|
|
134
134
|
exports.version = version;
|
|
@@ -114,6 +114,6 @@ ContentNotification.displayName = 'ContentNotification';
|
|
|
114
114
|
var ContentNotification$1 = ContentNotification;
|
|
115
115
|
|
|
116
116
|
// NOTE: This string will be replaced on build time with the package version.
|
|
117
|
-
var version = "20.2.
|
|
117
|
+
var version = "20.2.3";
|
|
118
118
|
|
|
119
119
|
export { ContentNotification$1 as ContentNotification, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/notifications",
|
|
3
3
|
"description": "Notification components.",
|
|
4
|
-
"version": "20.2.
|
|
4
|
+
"version": "20.2.3",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "20.2.
|
|
25
|
-
"@commercetools-uikit/design-system": "20.2.
|
|
26
|
-
"@commercetools-uikit/icons": "20.2.
|
|
27
|
-
"@commercetools-uikit/utils": "20.2.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "20.2.3",
|
|
25
|
+
"@commercetools-uikit/design-system": "20.2.3",
|
|
26
|
+
"@commercetools-uikit/icons": "20.2.3",
|
|
27
|
+
"@commercetools-uikit/utils": "20.2.3",
|
|
28
28
|
"@emotion/react": "^11.10.5"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|