@commercetools-uikit/field-label 18.1.0 → 18.3.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.
|
@@ -128,7 +128,7 @@ FieldLabel.defaultProps = {
|
|
|
128
128
|
var FieldLabel$1 = FieldLabel;
|
|
129
129
|
|
|
130
130
|
// NOTE: This string will be replaced on build time with the package version.
|
|
131
|
-
var version = "18.
|
|
131
|
+
var version = "18.3.0";
|
|
132
132
|
|
|
133
133
|
exports["default"] = FieldLabel$1;
|
|
134
134
|
exports.version = version;
|
|
@@ -103,7 +103,7 @@ 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 = "18.
|
|
106
|
+
var version = "18.3.0";
|
|
107
107
|
|
|
108
108
|
exports["default"] = FieldLabel$1;
|
|
109
109
|
exports.version = version;
|
|
@@ -114,6 +114,6 @@ FieldLabel.defaultProps = {
|
|
|
114
114
|
var FieldLabel$1 = FieldLabel;
|
|
115
115
|
|
|
116
116
|
// NOTE: This string will be replaced on build time with the package version.
|
|
117
|
-
var version = "18.
|
|
117
|
+
var version = "18.3.0";
|
|
118
118
|
|
|
119
119
|
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": "18.
|
|
4
|
+
"version": "18.3.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.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "18.
|
|
25
|
-
"@commercetools-uikit/design-system": "18.
|
|
26
|
-
"@commercetools-uikit/icon-button": "18.
|
|
27
|
-
"@commercetools-uikit/icons": "18.
|
|
28
|
-
"@commercetools-uikit/label": "18.
|
|
29
|
-
"@commercetools-uikit/spacings-inline": "18.
|
|
30
|
-
"@commercetools-uikit/spacings-stack": "18.
|
|
31
|
-
"@commercetools-uikit/text": "18.
|
|
32
|
-
"@commercetools-uikit/utils": "18.
|
|
24
|
+
"@commercetools-uikit/constraints": "18.3.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "18.3.0",
|
|
26
|
+
"@commercetools-uikit/icon-button": "18.3.0",
|
|
27
|
+
"@commercetools-uikit/icons": "18.3.0",
|
|
28
|
+
"@commercetools-uikit/label": "18.3.0",
|
|
29
|
+
"@commercetools-uikit/spacings-inline": "18.3.0",
|
|
30
|
+
"@commercetools-uikit/spacings-stack": "18.3.0",
|
|
31
|
+
"@commercetools-uikit/text": "18.3.0",
|
|
32
|
+
"@commercetools-uikit/utils": "18.3.0",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5",
|
|
35
35
|
"prop-types": "15.8.1",
|