@mirrormedia/lilith-draft-editor 1.1.0-alpha.28 → 1.1.0-alpha.29

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.
@@ -226,6 +226,8 @@ const imagesQuery = (0, _apollo.gql)`
226
226
  name
227
227
  imageFile {
228
228
  url
229
+ width
230
+ height
229
231
  }
230
232
  resized {
231
233
  original
@@ -813,7 +813,6 @@ class RichTextEditor extends _react.default.Component {
813
813
  var _this$refs$editor;
814
814
 
815
815
  // eslint-disable-next-line prettier/prettier
816
- ;
817
816
  (_this$refs$editor = this.refs.editor) === null || _this$refs$editor === void 0 ? void 0 : _this$refs$editor.focus();
818
817
  }
819
818
  }, /*#__PURE__*/_react.default.createElement(_draftJs.Editor, {
@@ -42,6 +42,8 @@ const imagesQuery = (0, _apollo.gql)`
42
42
  name
43
43
  imageFile {
44
44
  url
45
+ width
46
+ height
45
47
  }
46
48
  resized {
47
49
  original
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirrormedia/lilith-draft-editor",
3
- "version": "1.1.0-alpha.28",
3
+ "version": "1.1.0-alpha.29",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -23,7 +23,7 @@
23
23
  "license": "MIT",
24
24
  "dependencies": {
25
25
  "draft-js": "^0.11.7",
26
- "@mirrormedia/lilith-draft-renderer": "1.3.0-alpha.7"
26
+ "@mirrormedia/lilith-draft-renderer": "1.3.0-alpha.15"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "react": "18.2.0",