@commercetools-uikit/field-label 20.2.0 → 20.2.1
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.
|
@@ -114,7 +114,7 @@ FieldLabel.displayName = 'FieldLabel';
|
|
|
114
114
|
var FieldLabel$1 = FieldLabel;
|
|
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.1";
|
|
118
118
|
|
|
119
119
|
exports["default"] = FieldLabel$1;
|
|
120
120
|
exports.version = version;
|
|
@@ -103,7 +103,7 @@ FieldLabel.displayName = 'FieldLabel';
|
|
|
103
103
|
var FieldLabel$1 = FieldLabel;
|
|
104
104
|
|
|
105
105
|
// NOTE: This string will be replaced on build time with the package version.
|
|
106
|
-
var version = "20.2.
|
|
106
|
+
var version = "20.2.1";
|
|
107
107
|
|
|
108
108
|
exports["default"] = FieldLabel$1;
|
|
109
109
|
exports.version = version;
|
|
@@ -101,6 +101,6 @@ FieldLabel.displayName = 'FieldLabel';
|
|
|
101
101
|
var FieldLabel$1 = FieldLabel;
|
|
102
102
|
|
|
103
103
|
// NOTE: This string will be replaced on build time with the package version.
|
|
104
|
-
var version = "20.2.
|
|
104
|
+
var version = "20.2.1";
|
|
105
105
|
|
|
106
106
|
export { FieldLabel$1 as default, 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": "20.2.
|
|
4
|
+
"version": "20.2.1",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "20.2.
|
|
25
|
-
"@commercetools-uikit/design-system": "20.2.
|
|
26
|
-
"@commercetools-uikit/icon-button": "20.2.
|
|
27
|
-
"@commercetools-uikit/icons": "20.2.
|
|
28
|
-
"@commercetools-uikit/label": "20.2.
|
|
29
|
-
"@commercetools-uikit/secondary-icon-button": "20.2.
|
|
30
|
-
"@commercetools-uikit/spacings-inline": "20.2.
|
|
31
|
-
"@commercetools-uikit/spacings-stack": "20.2.
|
|
32
|
-
"@commercetools-uikit/text": "20.2.
|
|
33
|
-
"@commercetools-uikit/utils": "20.2.
|
|
24
|
+
"@commercetools-uikit/constraints": "20.2.1",
|
|
25
|
+
"@commercetools-uikit/design-system": "20.2.1",
|
|
26
|
+
"@commercetools-uikit/icon-button": "20.2.1",
|
|
27
|
+
"@commercetools-uikit/icons": "20.2.1",
|
|
28
|
+
"@commercetools-uikit/label": "20.2.1",
|
|
29
|
+
"@commercetools-uikit/secondary-icon-button": "20.2.1",
|
|
30
|
+
"@commercetools-uikit/spacings-inline": "20.2.1",
|
|
31
|
+
"@commercetools-uikit/spacings-stack": "20.2.1",
|
|
32
|
+
"@commercetools-uikit/text": "20.2.1",
|
|
33
|
+
"@commercetools-uikit/utils": "20.2.1",
|
|
34
34
|
"@emotion/react": "^11.10.5",
|
|
35
35
|
"@emotion/styled": "^11.10.5",
|
|
36
36
|
"react-intl": "^7.1.4"
|