@commercetools-uikit/field-label 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.
|
@@ -112,8 +112,8 @@ FieldLabel.defaultProps = {
|
|
|
112
112
|
};
|
|
113
113
|
var FieldLabel$1 = FieldLabel;
|
|
114
114
|
|
|
115
|
-
// NOTE: This string will be replaced
|
|
116
|
-
var version =
|
|
115
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
116
|
+
var version = "12.2.5";
|
|
117
117
|
|
|
118
118
|
exports["default"] = FieldLabel$1;
|
|
119
119
|
exports.version = version;
|
|
@@ -89,8 +89,8 @@ FieldLabel.defaultProps = {
|
|
|
89
89
|
};
|
|
90
90
|
var FieldLabel$1 = FieldLabel;
|
|
91
91
|
|
|
92
|
-
// NOTE: This string will be replaced
|
|
93
|
-
var version =
|
|
92
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
93
|
+
var version = "12.2.5";
|
|
94
94
|
|
|
95
95
|
exports["default"] = FieldLabel$1;
|
|
96
96
|
exports.version = version;
|
|
@@ -98,7 +98,7 @@ FieldLabel.defaultProps = {
|
|
|
98
98
|
};
|
|
99
99
|
var FieldLabel$1 = FieldLabel;
|
|
100
100
|
|
|
101
|
-
// NOTE: This string will be replaced
|
|
102
|
-
var version =
|
|
101
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
102
|
+
var version = "12.2.5";
|
|
103
103
|
|
|
104
104
|
export { FieldLabel$1 as default, 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/field-label",
|
|
3
3
|
"description": "The FieldLabel component represents the label for a field in a form.",
|
|
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,30 +9,33 @@
|
|
|
9
9
|
"directory": "packages/components/field-label"
|
|
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-field-label.cjs.js",
|
|
20
24
|
"module": "dist/commercetools-uikit-field-label.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/constraints": "12.2.
|
|
29
|
-
"@commercetools-uikit/icon-button": "12.2.
|
|
30
|
-
"@commercetools-uikit/icons": "12.2.
|
|
31
|
-
"@commercetools-uikit/label": "12.2.
|
|
32
|
-
"@commercetools-uikit/spacings-inline": "12.2.
|
|
33
|
-
"@commercetools-uikit/spacings-stack": "12.2.
|
|
34
|
-
"@commercetools-uikit/text": "12.2.
|
|
35
|
-
"@commercetools-uikit/utils": "12.2.
|
|
29
|
+
"@babel/runtime": "7.16.3",
|
|
30
|
+
"@babel/runtime-corejs3": "7.16.3",
|
|
31
|
+
"@commercetools-uikit/constraints": "12.2.5",
|
|
32
|
+
"@commercetools-uikit/icon-button": "12.2.5",
|
|
33
|
+
"@commercetools-uikit/icons": "12.2.5",
|
|
34
|
+
"@commercetools-uikit/label": "12.2.5",
|
|
35
|
+
"@commercetools-uikit/spacings-inline": "12.2.5",
|
|
36
|
+
"@commercetools-uikit/spacings-stack": "12.2.5",
|
|
37
|
+
"@commercetools-uikit/text": "12.2.5",
|
|
38
|
+
"@commercetools-uikit/utils": "12.2.5",
|
|
36
39
|
"@emotion/react": "^11.4.0",
|
|
37
40
|
"@emotion/styled": "^11.3.0",
|
|
38
41
|
"prop-types": "15.7.2",
|