@commercetools-uikit/notifications 19.14.0 → 19.16.0
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.
|
@@ -148,7 +148,7 @@ ContentNotification.displayName = 'ContentNotification';
|
|
|
148
148
|
var ContentNotification$1 = ContentNotification;
|
|
149
149
|
|
|
150
150
|
// NOTE: This string will be replaced on build time with the package version.
|
|
151
|
-
var version = "19.
|
|
151
|
+
var version = "19.16.0";
|
|
152
152
|
|
|
153
153
|
exports.ContentNotification = ContentNotification$1;
|
|
154
154
|
exports.version = version;
|
|
@@ -131,7 +131,7 @@ ContentNotification.displayName = 'ContentNotification';
|
|
|
131
131
|
var ContentNotification$1 = ContentNotification;
|
|
132
132
|
|
|
133
133
|
// NOTE: This string will be replaced on build time with the package version.
|
|
134
|
-
var version = "19.
|
|
134
|
+
var version = "19.16.0";
|
|
135
135
|
|
|
136
136
|
exports.ContentNotification = ContentNotification$1;
|
|
137
137
|
exports.version = version;
|
|
@@ -131,6 +131,6 @@ ContentNotification.displayName = 'ContentNotification';
|
|
|
131
131
|
var ContentNotification$1 = ContentNotification;
|
|
132
132
|
|
|
133
133
|
// NOTE: This string will be replaced on build time with the package version.
|
|
134
|
-
var version = "19.
|
|
134
|
+
var version = "19.16.0";
|
|
135
135
|
|
|
136
136
|
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": "19.
|
|
4
|
+
"version": "19.16.0",
|
|
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": "19.
|
|
25
|
-
"@commercetools-uikit/design-system": "19.
|
|
26
|
-
"@commercetools-uikit/icons": "19.
|
|
27
|
-
"@commercetools-uikit/utils": "19.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "19.16.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.16.0",
|
|
26
|
+
"@commercetools-uikit/icons": "19.16.0",
|
|
27
|
+
"@commercetools-uikit/utils": "19.16.0",
|
|
28
28
|
"@emotion/react": "^11.10.5",
|
|
29
29
|
"prop-types": "15.8.1"
|
|
30
30
|
},
|