@commercetools-uikit/field-label 19.22.0 → 19.22.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.
|
@@ -131,7 +131,7 @@ FieldLabel.displayName = 'FieldLabel';
|
|
|
131
131
|
var FieldLabel$1 = FieldLabel;
|
|
132
132
|
|
|
133
133
|
// NOTE: This string will be replaced on build time with the package version.
|
|
134
|
-
var version = "19.22.
|
|
134
|
+
var version = "19.22.1";
|
|
135
135
|
|
|
136
136
|
exports["default"] = FieldLabel$1;
|
|
137
137
|
exports.version = version;
|
|
@@ -106,7 +106,7 @@ FieldLabel.displayName = 'FieldLabel';
|
|
|
106
106
|
var FieldLabel$1 = FieldLabel;
|
|
107
107
|
|
|
108
108
|
// NOTE: This string will be replaced on build time with the package version.
|
|
109
|
-
var version = "19.22.
|
|
109
|
+
var version = "19.22.1";
|
|
110
110
|
|
|
111
111
|
exports["default"] = FieldLabel$1;
|
|
112
112
|
exports.version = version;
|
|
@@ -117,6 +117,6 @@ FieldLabel.displayName = 'FieldLabel';
|
|
|
117
117
|
var FieldLabel$1 = FieldLabel;
|
|
118
118
|
|
|
119
119
|
// NOTE: This string will be replaced on build time with the package version.
|
|
120
|
-
var version = "19.22.
|
|
120
|
+
var version = "19.22.1";
|
|
121
121
|
|
|
122
122
|
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": "19.22.
|
|
4
|
+
"version": "19.22.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": "19.22.
|
|
25
|
-
"@commercetools-uikit/design-system": "19.22.
|
|
26
|
-
"@commercetools-uikit/icon-button": "19.22.
|
|
27
|
-
"@commercetools-uikit/icons": "19.22.
|
|
28
|
-
"@commercetools-uikit/label": "19.22.
|
|
29
|
-
"@commercetools-uikit/secondary-icon-button": "19.22.
|
|
30
|
-
"@commercetools-uikit/spacings-inline": "19.22.
|
|
31
|
-
"@commercetools-uikit/spacings-stack": "19.22.
|
|
32
|
-
"@commercetools-uikit/text": "19.22.
|
|
33
|
-
"@commercetools-uikit/utils": "19.22.
|
|
24
|
+
"@commercetools-uikit/constraints": "19.22.1",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.22.1",
|
|
26
|
+
"@commercetools-uikit/icon-button": "19.22.1",
|
|
27
|
+
"@commercetools-uikit/icons": "19.22.1",
|
|
28
|
+
"@commercetools-uikit/label": "19.22.1",
|
|
29
|
+
"@commercetools-uikit/secondary-icon-button": "19.22.1",
|
|
30
|
+
"@commercetools-uikit/spacings-inline": "19.22.1",
|
|
31
|
+
"@commercetools-uikit/spacings-stack": "19.22.1",
|
|
32
|
+
"@commercetools-uikit/text": "19.22.1",
|
|
33
|
+
"@commercetools-uikit/utils": "19.22.1",
|
|
34
34
|
"@emotion/react": "^11.10.5",
|
|
35
35
|
"@emotion/styled": "^11.10.5",
|
|
36
36
|
"prop-types": "15.8.1",
|