@contentful/default-field-editors 2.1.19 → 2.1.20-canary.2

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,7 +84,6 @@ 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,
88
87
  cma: sdk.cma,
89
88
  locales: sdk.locales,
90
89
  getEntryURL: getEntryURL || defaultGetEntryUrl
@@ -33,7 +33,6 @@ 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,
37
36
  cma: sdk.cma,
38
37
  locales: sdk.locales,
39
38
  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",
3
+ "version": "2.1.20-canary.2+7e408d64",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -39,31 +39,31 @@
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.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",
42
+ "@contentful/field-editor-boolean": "^1.8.3-canary.4+7e408d64",
43
+ "@contentful/field-editor-checkbox": "^1.7.3-canary.4+7e408d64",
44
+ "@contentful/field-editor-date": "^1.9.23-canary.4+7e408d64",
45
+ "@contentful/field-editor-dropdown": "^1.9.3-canary.4+7e408d64",
46
+ "@contentful/field-editor-json": "^3.6.3-canary.4+7e408d64",
47
+ "@contentful/field-editor-list": "^1.7.3-canary.4+7e408d64",
48
+ "@contentful/field-editor-location": "^1.5.23-canary.4+7e408d64",
49
+ "@contentful/field-editor-markdown": "^1.14.2-canary.4+7e408d64",
50
+ "@contentful/field-editor-multiple-line": "^1.7.3-canary.4+7e408d64",
51
+ "@contentful/field-editor-number": "^1.6.3-canary.4+7e408d64",
52
+ "@contentful/field-editor-radio": "^1.8.3-canary.4+7e408d64",
53
+ "@contentful/field-editor-rating": "^1.7.4-canary.4+7e408d64",
54
+ "@contentful/field-editor-reference": "^6.19.4-canary.2+7e408d64",
55
+ "@contentful/field-editor-rich-text": "^4.19.5-canary.2+7e408d64",
56
+ "@contentful/field-editor-shared": "^2.17.2-canary.4+7e408d64",
57
+ "@contentful/field-editor-single-line": "^1.9.3-canary.4+7e408d64",
58
+ "@contentful/field-editor-slug": "^2.1.3-canary.4+7e408d64",
59
+ "@contentful/field-editor-tags": "^1.8.3-canary.4+7e408d64",
60
+ "@contentful/field-editor-url": "^1.6.3-canary.4+7e408d64",
61
+ "@contentful/field-editor-validation-errors": "^2.0.8-canary.4+7e408d64",
62
62
  "contentful-management": "^11.0.0",
63
63
  "emotion": "^10.0.27"
64
64
  },
65
65
  "devDependencies": {
66
- "@contentful/field-editor-test-utils": "^1.7.0"
66
+ "@contentful/field-editor-test-utils": "^1.7.1-canary.79+7e408d64"
67
67
  },
68
68
  "peerDependencies": {
69
69
  "react": ">=16.8.0"
@@ -71,5 +71,5 @@
71
71
  "publishConfig": {
72
72
  "registry": "https://npm.pkg.github.com/"
73
73
  },
74
- "gitHead": "aae5fce24a644941244f5c19ae688274fbf48f80"
74
+ "gitHead": "7e408d64fabf2933a3c698a4ad104293a24f19a1"
75
75
  }