@commercetools-uikit/messages 12.2.4 → 12.2.5
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.
|
@@ -73,8 +73,8 @@ WarningMessage.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
73
73
|
WarningMessage.displayName = 'WarningMessage';
|
|
74
74
|
var WarningMessage$1 = WarningMessage;
|
|
75
75
|
|
|
76
|
-
// NOTE: This string will be replaced
|
|
77
|
-
var version =
|
|
76
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
77
|
+
var version = "12.2.5";
|
|
78
78
|
|
|
79
79
|
exports.ErrorMessage = ErrorMessage$1;
|
|
80
80
|
exports.WarningMessage = WarningMessage$1;
|
|
@@ -58,8 +58,8 @@ WarningMessage.propTypes = {};
|
|
|
58
58
|
WarningMessage.displayName = 'WarningMessage';
|
|
59
59
|
var WarningMessage$1 = WarningMessage;
|
|
60
60
|
|
|
61
|
-
// NOTE: This string will be replaced
|
|
62
|
-
var version =
|
|
61
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
62
|
+
var version = "12.2.5";
|
|
63
63
|
|
|
64
64
|
exports.ErrorMessage = ErrorMessage$1;
|
|
65
65
|
exports.WarningMessage = WarningMessage$1;
|
|
@@ -56,7 +56,7 @@ WarningMessage.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
56
56
|
WarningMessage.displayName = 'WarningMessage';
|
|
57
57
|
var WarningMessage$1 = WarningMessage;
|
|
58
58
|
|
|
59
|
-
// NOTE: This string will be replaced
|
|
60
|
-
var version =
|
|
59
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
60
|
+
var version = "12.2.5";
|
|
61
61
|
|
|
62
62
|
export { ErrorMessage$1 as ErrorMessage, WarningMessage$1 as WarningMessage, version };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "
|
|
1
|
+
declare const _default: "__@UI_KIT_PACKAGE/VERSION_OF_RELEASE__";
|
|
2
2
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/messages",
|
|
3
3
|
"description": "A component to render error or warning messages within together with form fields.",
|
|
4
|
-
"version": "12.2.
|
|
4
|
+
"version": "12.2.5",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -9,24 +9,27 @@
|
|
|
9
9
|
"directory": "packages/components/messages"
|
|
10
10
|
},
|
|
11
11
|
"homepage": "https://uikit.commercetools.com",
|
|
12
|
-
"keywords": [
|
|
12
|
+
"keywords": [
|
|
13
|
+
"javascript",
|
|
14
|
+
"design system",
|
|
15
|
+
"react",
|
|
16
|
+
"uikit"
|
|
17
|
+
],
|
|
13
18
|
"license": "MIT",
|
|
14
|
-
"private": false,
|
|
15
19
|
"publishConfig": {
|
|
16
20
|
"access": "public"
|
|
17
21
|
},
|
|
18
22
|
"sideEffects": false,
|
|
19
23
|
"main": "dist/commercetools-uikit-messages.cjs.js",
|
|
20
24
|
"module": "dist/commercetools-uikit-messages.esm.js",
|
|
21
|
-
"files": [
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
},
|
|
25
|
+
"files": [
|
|
26
|
+
"dist"
|
|
27
|
+
],
|
|
25
28
|
"dependencies": {
|
|
26
|
-
"@babel/runtime": "7.
|
|
27
|
-
"@babel/runtime-corejs3": "7.
|
|
28
|
-
"@commercetools-uikit/text": "12.2.
|
|
29
|
-
"@commercetools-uikit/utils": "12.2.
|
|
29
|
+
"@babel/runtime": "7.16.3",
|
|
30
|
+
"@babel/runtime-corejs3": "7.16.3",
|
|
31
|
+
"@commercetools-uikit/text": "12.2.5",
|
|
32
|
+
"@commercetools-uikit/utils": "12.2.5",
|
|
30
33
|
"@emotion/react": "^11.4.0",
|
|
31
34
|
"@emotion/styled": "^11.3.0",
|
|
32
35
|
"prop-types": "15.7.2"
|