@contentful/default-field-editors 2.1.19-canary.25 → 2.1.19

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.
@@ -84,6 +84,7 @@ const FieldWrapper = function(props) {
84
84
  className: _FieldWrapperstyles.styles.label
85
85
  }, name), children, /*#__PURE__*/ _react.createElement(_fieldeditorvalidationerrors.ValidationErrors, {
86
86
  field: field,
87
+ space: sdk.space,
87
88
  cma: sdk.cma,
88
89
  locales: sdk.locales,
89
90
  getEntryURL: getEntryURL || defaultGetEntryUrl
@@ -33,6 +33,7 @@ export const FieldWrapper = function(props) {
33
33
  className: styles.label
34
34
  }, name), children, /*#__PURE__*/ React.createElement(ValidationErrors, {
35
35
  field: field,
36
+ space: sdk.space,
36
37
  cma: sdk.cma,
37
38
  locales: sdk.locales,
38
39
  getEntryURL: getEntryURL || defaultGetEntryUrl
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/default-field-editors",
3
- "version": "2.1.19-canary.25+a4f2df74",
3
+ "version": "2.1.19",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -39,26 +39,26 @@
39
39
  "@contentful/f36-components": "^5.4.1",
40
40
  "@contentful/f36-icons": "^5.4.1",
41
41
  "@contentful/f36-tokens": "^5.1.0",
42
- "@contentful/field-editor-boolean": "^1.8.3-canary.25+a4f2df74",
43
- "@contentful/field-editor-checkbox": "^1.7.3-canary.25+a4f2df74",
44
- "@contentful/field-editor-date": "^1.9.23-canary.25+a4f2df74",
45
- "@contentful/field-editor-dropdown": "^1.9.3-canary.25+a4f2df74",
46
- "@contentful/field-editor-json": "^3.6.3-canary.25+a4f2df74",
47
- "@contentful/field-editor-list": "^1.7.3-canary.25+a4f2df74",
48
- "@contentful/field-editor-location": "^1.5.23-canary.25+a4f2df74",
49
- "@contentful/field-editor-markdown": "^1.14.2-canary.25+a4f2df74",
50
- "@contentful/field-editor-multiple-line": "^1.7.3-canary.25+a4f2df74",
51
- "@contentful/field-editor-number": "^1.6.3-canary.25+a4f2df74",
52
- "@contentful/field-editor-radio": "^1.8.3-canary.25+a4f2df74",
53
- "@contentful/field-editor-rating": "^1.7.4-canary.25+a4f2df74",
54
- "@contentful/field-editor-reference": "^6.19.3-canary.25+a4f2df74",
55
- "@contentful/field-editor-rich-text": "^4.19.4-canary.25+a4f2df74",
56
- "@contentful/field-editor-shared": "^2.17.2-canary.25+a4f2df74",
57
- "@contentful/field-editor-single-line": "^1.9.3-canary.25+a4f2df74",
58
- "@contentful/field-editor-slug": "^2.1.3-canary.25+a4f2df74",
59
- "@contentful/field-editor-tags": "^1.8.3-canary.25+a4f2df74",
60
- "@contentful/field-editor-url": "^1.6.3-canary.25+a4f2df74",
61
- "@contentful/field-editor-validation-errors": "^2.0.8-canary.25+a4f2df74",
42
+ "@contentful/field-editor-boolean": "^1.8.2",
43
+ "@contentful/field-editor-checkbox": "^1.7.2",
44
+ "@contentful/field-editor-date": "^1.9.22",
45
+ "@contentful/field-editor-dropdown": "^1.9.2",
46
+ "@contentful/field-editor-json": "^3.6.2",
47
+ "@contentful/field-editor-list": "^1.7.2",
48
+ "@contentful/field-editor-location": "^1.5.22",
49
+ "@contentful/field-editor-markdown": "^1.14.1",
50
+ "@contentful/field-editor-multiple-line": "^1.7.2",
51
+ "@contentful/field-editor-number": "^1.6.2",
52
+ "@contentful/field-editor-radio": "^1.8.2",
53
+ "@contentful/field-editor-rating": "^1.7.3",
54
+ "@contentful/field-editor-reference": "^6.19.3",
55
+ "@contentful/field-editor-rich-text": "^4.19.4",
56
+ "@contentful/field-editor-shared": "^2.17.1",
57
+ "@contentful/field-editor-single-line": "^1.9.2",
58
+ "@contentful/field-editor-slug": "^2.1.2",
59
+ "@contentful/field-editor-tags": "^1.8.2",
60
+ "@contentful/field-editor-url": "^1.6.2",
61
+ "@contentful/field-editor-validation-errors": "^2.0.7",
62
62
  "contentful-management": "^11.0.0",
63
63
  "emotion": "^10.0.27"
64
64
  },
@@ -71,5 +71,5 @@
71
71
  "publishConfig": {
72
72
  "registry": "https://npm.pkg.github.com/"
73
73
  },
74
- "gitHead": "a4f2df742d1cb10986f9c465824fd5b88d092d8a"
74
+ "gitHead": "aae5fce24a644941244f5c19ae688274fbf48f80"
75
75
  }