@contentful/field-editor-reference 7.0.3 → 7.0.5-canary.1

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.
@@ -101,6 +101,7 @@ function ResourceEditor(props) {
101
101
  });
102
102
  return /*#__PURE__*/ _react.createElement(_react.Fragment, null, props.children({
103
103
  ...props,
104
+ items,
104
105
  onSortStart,
105
106
  onSortEnd,
106
107
  onMove,
@@ -46,6 +46,7 @@ function ResourceEditor(props) {
46
46
  });
47
47
  return /*#__PURE__*/ React.createElement(React.Fragment, null, props.children({
48
48
  ...props,
49
+ items,
49
50
  onSortStart,
50
51
  onSortEnd,
51
52
  onMove,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/field-editor-reference",
3
- "version": "7.0.3",
3
+ "version": "7.0.5-canary.1+51361688",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -39,7 +39,7 @@
39
39
  "@contentful/f36-components": "^6.7.1",
40
40
  "@contentful/f36-icons": "^6.7.1",
41
41
  "@contentful/f36-tokens": "^6.1.2",
42
- "@contentful/field-editor-shared": "^3.0.2",
42
+ "@contentful/field-editor-shared": "^3.0.3-canary.6+51361688",
43
43
  "@contentful/mimetype": "^2.2.29",
44
44
  "@dnd-kit/core": "^6.0.8",
45
45
  "@dnd-kit/sortable": "^8.0.0",
@@ -69,5 +69,5 @@
69
69
  "publishConfig": {
70
70
  "registry": "https://npm.pkg.github.com/"
71
71
  },
72
- "gitHead": "f25656cdd2f125768728bf5fc411a8f4dac48cd7"
72
+ "gitHead": "513616885752c4486449940e8d80754ce9abf0b7"
73
73
  }