@commercetools-uikit/field-label 13.0.1 → 14.0.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.
|
@@ -113,7 +113,7 @@ FieldLabel.defaultProps = {
|
|
|
113
113
|
var FieldLabel$1 = FieldLabel;
|
|
114
114
|
|
|
115
115
|
// NOTE: This string will be replaced on build time with the package version.
|
|
116
|
-
var version = "
|
|
116
|
+
var version = "14.0.0";
|
|
117
117
|
|
|
118
118
|
exports["default"] = FieldLabel$1;
|
|
119
119
|
exports.version = version;
|
|
@@ -90,7 +90,7 @@ FieldLabel.defaultProps = {
|
|
|
90
90
|
var FieldLabel$1 = FieldLabel;
|
|
91
91
|
|
|
92
92
|
// NOTE: This string will be replaced on build time with the package version.
|
|
93
|
-
var version = "
|
|
93
|
+
var version = "14.0.0";
|
|
94
94
|
|
|
95
95
|
exports["default"] = FieldLabel$1;
|
|
96
96
|
exports.version = version;
|
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": "
|
|
4
|
+
"version": "14.0.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"directory": "packages/components/field-label"
|
|
10
10
|
},
|
|
11
11
|
"homepage": "https://uikit.commercetools.com",
|
|
12
|
-
"keywords": ["javascript", "design
|
|
12
|
+
"keywords": ["javascript", "typescript", "design-system", "react", "uikit"],
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"publishConfig": {
|
|
15
15
|
"access": "public"
|
|
@@ -19,20 +19,20 @@
|
|
|
19
19
|
"module": "dist/commercetools-uikit-field-label.esm.js",
|
|
20
20
|
"files": ["dist"],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@babel/runtime": "7.17.2",
|
|
23
|
-
"@babel/runtime-corejs3": "7.17.2",
|
|
24
|
-
"@commercetools-uikit/constraints": "
|
|
25
|
-
"@commercetools-uikit/icon-button": "
|
|
26
|
-
"@commercetools-uikit/icons": "
|
|
27
|
-
"@commercetools-uikit/label": "
|
|
28
|
-
"@commercetools-uikit/spacings-inline": "
|
|
29
|
-
"@commercetools-uikit/spacings-stack": "
|
|
30
|
-
"@commercetools-uikit/text": "
|
|
31
|
-
"@commercetools-uikit/utils": "
|
|
22
|
+
"@babel/runtime": "^7.17.2",
|
|
23
|
+
"@babel/runtime-corejs3": "^7.17.2",
|
|
24
|
+
"@commercetools-uikit/constraints": "14.0.0",
|
|
25
|
+
"@commercetools-uikit/icon-button": "14.0.0",
|
|
26
|
+
"@commercetools-uikit/icons": "14.0.0",
|
|
27
|
+
"@commercetools-uikit/label": "14.0.0",
|
|
28
|
+
"@commercetools-uikit/spacings-inline": "14.0.0",
|
|
29
|
+
"@commercetools-uikit/spacings-stack": "14.0.0",
|
|
30
|
+
"@commercetools-uikit/text": "14.0.0",
|
|
31
|
+
"@commercetools-uikit/utils": "14.0.0",
|
|
32
32
|
"@emotion/react": "^11.4.0",
|
|
33
33
|
"@emotion/styled": "^11.3.0",
|
|
34
34
|
"prop-types": "15.8.1",
|
|
35
|
-
"react-
|
|
35
|
+
"react-intl": "^5.24.6"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"react": "17.0.2"
|