@commercetools-uikit/field-label 15.7.0 → 15.9.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.
|
@@ -117,7 +117,7 @@ FieldLabel.defaultProps = {
|
|
|
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 = "15.
|
|
120
|
+
var version = "15.9.0";
|
|
121
121
|
|
|
122
122
|
exports["default"] = FieldLabel$1;
|
|
123
123
|
exports.version = version;
|
|
@@ -94,7 +94,7 @@ FieldLabel.defaultProps = {
|
|
|
94
94
|
var FieldLabel$1 = FieldLabel;
|
|
95
95
|
|
|
96
96
|
// NOTE: This string will be replaced on build time with the package version.
|
|
97
|
-
var version = "15.
|
|
97
|
+
var version = "15.9.0";
|
|
98
98
|
|
|
99
99
|
exports["default"] = FieldLabel$1;
|
|
100
100
|
exports.version = version;
|
|
@@ -103,6 +103,6 @@ FieldLabel.defaultProps = {
|
|
|
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 = "15.
|
|
106
|
+
var version = "15.9.0";
|
|
107
107
|
|
|
108
108
|
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.
|
|
4
|
+
"version": "15.9.0",
|
|
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.19.0",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.19.1",
|
|
24
|
-
"@commercetools-uikit/constraints": "15.
|
|
25
|
-
"@commercetools-uikit/design-system": "15.
|
|
26
|
-
"@commercetools-uikit/icon-button": "15.
|
|
27
|
-
"@commercetools-uikit/icons": "15.
|
|
28
|
-
"@commercetools-uikit/label": "15.
|
|
29
|
-
"@commercetools-uikit/spacings-inline": "15.
|
|
30
|
-
"@commercetools-uikit/spacings-stack": "15.
|
|
31
|
-
"@commercetools-uikit/text": "15.
|
|
32
|
-
"@commercetools-uikit/utils": "15.
|
|
24
|
+
"@commercetools-uikit/constraints": "15.9.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.9.0",
|
|
26
|
+
"@commercetools-uikit/icon-button": "15.9.0",
|
|
27
|
+
"@commercetools-uikit/icons": "15.9.0",
|
|
28
|
+
"@commercetools-uikit/label": "15.9.0",
|
|
29
|
+
"@commercetools-uikit/spacings-inline": "15.9.0",
|
|
30
|
+
"@commercetools-uikit/spacings-stack": "15.9.0",
|
|
31
|
+
"@commercetools-uikit/text": "15.9.0",
|
|
32
|
+
"@commercetools-uikit/utils": "15.9.0",
|
|
33
33
|
"@emotion/react": "^11.4.0",
|
|
34
34
|
"@emotion/styled": "^11.3.0",
|
|
35
35
|
"prop-types": "15.8.1",
|