@commercetools-uikit/field-label 15.14.2 → 15.15.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.
|
@@ -137,7 +137,7 @@ FieldLabel.defaultProps = {
|
|
|
137
137
|
var FieldLabel$1 = FieldLabel;
|
|
138
138
|
|
|
139
139
|
// NOTE: This string will be replaced on build time with the package version.
|
|
140
|
-
var version = "15.
|
|
140
|
+
var version = "15.15.0";
|
|
141
141
|
|
|
142
142
|
exports["default"] = FieldLabel$1;
|
|
143
143
|
exports.version = version;
|
|
@@ -111,7 +111,7 @@ FieldLabel.defaultProps = {
|
|
|
111
111
|
var FieldLabel$1 = FieldLabel;
|
|
112
112
|
|
|
113
113
|
// NOTE: This string will be replaced on build time with the package version.
|
|
114
|
-
var version = "15.
|
|
114
|
+
var version = "15.15.0";
|
|
115
115
|
|
|
116
116
|
exports["default"] = FieldLabel$1;
|
|
117
117
|
exports.version = version;
|
|
@@ -123,6 +123,6 @@ FieldLabel.defaultProps = {
|
|
|
123
123
|
var FieldLabel$1 = FieldLabel;
|
|
124
124
|
|
|
125
125
|
// NOTE: This string will be replaced on build time with the package version.
|
|
126
|
-
var version = "15.
|
|
126
|
+
var version = "15.15.0";
|
|
127
127
|
|
|
128
128
|
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.15.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": "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.15.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.15.0",
|
|
26
|
+
"@commercetools-uikit/icon-button": "15.15.0",
|
|
27
|
+
"@commercetools-uikit/icons": "15.15.0",
|
|
28
|
+
"@commercetools-uikit/label": "15.15.0",
|
|
29
|
+
"@commercetools-uikit/spacings-inline": "15.15.0",
|
|
30
|
+
"@commercetools-uikit/spacings-stack": "15.15.0",
|
|
31
|
+
"@commercetools-uikit/text": "15.15.0",
|
|
32
|
+
"@commercetools-uikit/utils": "15.15.0",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5",
|
|
35
35
|
"prop-types": "15.8.1",
|