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