@contentful/default-field-editors 1.8.19 → 2.0.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.
- package/dist/cjs/FieldWrapper.js +1 -0
- package/dist/esm/FieldWrapper.js +1 -0
- package/package.json +22 -22
package/dist/cjs/FieldWrapper.js
CHANGED
|
@@ -85,6 +85,7 @@ const FieldWrapper = function(props) {
|
|
|
85
85
|
}, name), children, /*#__PURE__*/ _react.createElement(_fieldeditorvalidationerrors.ValidationErrors, {
|
|
86
86
|
field: field,
|
|
87
87
|
space: sdk.space,
|
|
88
|
+
cma: sdk.cma,
|
|
88
89
|
locales: sdk.locales,
|
|
89
90
|
getEntryURL: getEntryURL || defaultGetEntryUrl
|
|
90
91
|
}), renderHelpText ? renderHelpText(helpText) : /*#__PURE__*/ _react.createElement(_f36components.FormControl.HelpText, {
|
package/dist/esm/FieldWrapper.js
CHANGED
|
@@ -34,6 +34,7 @@ export const FieldWrapper = function(props) {
|
|
|
34
34
|
}, name), children, /*#__PURE__*/ React.createElement(ValidationErrors, {
|
|
35
35
|
field: field,
|
|
36
36
|
space: sdk.space,
|
|
37
|
+
cma: sdk.cma,
|
|
37
38
|
locales: sdk.locales,
|
|
38
39
|
getEntryURL: getEntryURL || defaultGetEntryUrl
|
|
39
40
|
}), renderHelpText ? renderHelpText(helpText) : /*#__PURE__*/ React.createElement(FormControl.HelpText, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/default-field-editors",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"main": "dist/cjs/index.js",
|
|
5
5
|
"module": "dist/esm/index.js",
|
|
6
6
|
"types": "dist/types/index.d.ts",
|
|
@@ -37,26 +37,26 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@contentful/f36-components": "^5.4.1",
|
|
40
|
-
"@contentful/field-editor-boolean": "^1.7.
|
|
41
|
-
"@contentful/field-editor-checkbox": "^1.6.
|
|
42
|
-
"@contentful/field-editor-date": "^1.9.
|
|
43
|
-
"@contentful/field-editor-dropdown": "^1.8.
|
|
44
|
-
"@contentful/field-editor-json": "^3.5.
|
|
45
|
-
"@contentful/field-editor-list": "^1.6.
|
|
46
|
-
"@contentful/field-editor-location": "^1.5.
|
|
47
|
-
"@contentful/field-editor-markdown": "^1.12.
|
|
48
|
-
"@contentful/field-editor-multiple-line": "^1.6.
|
|
49
|
-
"@contentful/field-editor-number": "^1.5.
|
|
50
|
-
"@contentful/field-editor-radio": "^1.7.
|
|
51
|
-
"@contentful/field-editor-rating": "^1.6.
|
|
52
|
-
"@contentful/field-editor-reference": "^6.13.
|
|
53
|
-
"@contentful/field-editor-rich-text": "^4.13.
|
|
54
|
-
"@contentful/field-editor-shared": "^2.13.
|
|
55
|
-
"@contentful/field-editor-single-line": "^1.8.
|
|
56
|
-
"@contentful/field-editor-slug": "^
|
|
57
|
-
"@contentful/field-editor-tags": "^1.7.
|
|
58
|
-
"@contentful/field-editor-url": "^1.5.
|
|
59
|
-
"@contentful/field-editor-validation-errors": "^
|
|
40
|
+
"@contentful/field-editor-boolean": "^1.7.15",
|
|
41
|
+
"@contentful/field-editor-checkbox": "^1.6.15",
|
|
42
|
+
"@contentful/field-editor-date": "^1.9.15",
|
|
43
|
+
"@contentful/field-editor-dropdown": "^1.8.15",
|
|
44
|
+
"@contentful/field-editor-json": "^3.5.15",
|
|
45
|
+
"@contentful/field-editor-list": "^1.6.15",
|
|
46
|
+
"@contentful/field-editor-location": "^1.5.15",
|
|
47
|
+
"@contentful/field-editor-markdown": "^1.12.8",
|
|
48
|
+
"@contentful/field-editor-multiple-line": "^1.6.15",
|
|
49
|
+
"@contentful/field-editor-number": "^1.5.15",
|
|
50
|
+
"@contentful/field-editor-radio": "^1.7.15",
|
|
51
|
+
"@contentful/field-editor-rating": "^1.6.16",
|
|
52
|
+
"@contentful/field-editor-reference": "^6.13.10",
|
|
53
|
+
"@contentful/field-editor-rich-text": "^4.13.10",
|
|
54
|
+
"@contentful/field-editor-shared": "^2.13.8",
|
|
55
|
+
"@contentful/field-editor-single-line": "^1.8.15",
|
|
56
|
+
"@contentful/field-editor-slug": "^2.0.0",
|
|
57
|
+
"@contentful/field-editor-tags": "^1.7.15",
|
|
58
|
+
"@contentful/field-editor-url": "^1.5.15",
|
|
59
|
+
"@contentful/field-editor-validation-errors": "^2.0.0",
|
|
60
60
|
"contentful-management": "^11.0.0",
|
|
61
61
|
"emotion": "^10.0.27"
|
|
62
62
|
},
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"publishConfig": {
|
|
70
70
|
"registry": "https://npm.pkg.github.com/"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "84767c885db51a13c76ee44481f81bdbda708d3e"
|
|
73
73
|
}
|