@commercetools-uikit/field-label 15.13.1 → 15.13.2
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.
|
@@ -139,7 +139,7 @@ FieldLabel.defaultProps = {
|
|
|
139
139
|
var FieldLabel$1 = FieldLabel;
|
|
140
140
|
|
|
141
141
|
// NOTE: This string will be replaced on build time with the package version.
|
|
142
|
-
var version = "15.13.
|
|
142
|
+
var version = "15.13.2";
|
|
143
143
|
|
|
144
144
|
exports["default"] = FieldLabel$1;
|
|
145
145
|
exports.version = version;
|
|
@@ -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 = "15.13.
|
|
116
|
+
var version = "15.13.2";
|
|
117
117
|
|
|
118
118
|
exports["default"] = FieldLabel$1;
|
|
119
119
|
exports.version = version;
|
|
@@ -125,6 +125,6 @@ FieldLabel.defaultProps = {
|
|
|
125
125
|
var FieldLabel$1 = FieldLabel;
|
|
126
126
|
|
|
127
127
|
// NOTE: This string will be replaced on build time with the package version.
|
|
128
|
-
var version = "15.13.
|
|
128
|
+
var version = "15.13.2";
|
|
129
129
|
|
|
130
130
|
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": "15.13.
|
|
4
|
+
"version": "15.13.2",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "15.13.
|
|
25
|
-
"@commercetools-uikit/design-system": "15.13.
|
|
26
|
-
"@commercetools-uikit/icon-button": "15.13.
|
|
27
|
-
"@commercetools-uikit/icons": "15.13.
|
|
28
|
-
"@commercetools-uikit/label": "15.13.
|
|
29
|
-
"@commercetools-uikit/spacings-inline": "15.13.
|
|
30
|
-
"@commercetools-uikit/spacings-stack": "15.13.
|
|
31
|
-
"@commercetools-uikit/text": "15.13.
|
|
32
|
-
"@commercetools-uikit/utils": "15.13.
|
|
24
|
+
"@commercetools-uikit/constraints": "15.13.2",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.13.2",
|
|
26
|
+
"@commercetools-uikit/icon-button": "15.13.2",
|
|
27
|
+
"@commercetools-uikit/icons": "15.13.2",
|
|
28
|
+
"@commercetools-uikit/label": "15.13.2",
|
|
29
|
+
"@commercetools-uikit/spacings-inline": "15.13.2",
|
|
30
|
+
"@commercetools-uikit/spacings-stack": "15.13.2",
|
|
31
|
+
"@commercetools-uikit/text": "15.13.2",
|
|
32
|
+
"@commercetools-uikit/utils": "15.13.2",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5",
|
|
35
35
|
"prop-types": "15.8.1",
|