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