@mirrormedia/lilith-draft-editor 1.1.0-alpha.2 → 1.1.0-alpha.4

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.
@@ -109,6 +109,11 @@ const AtomicBlock = props => {
109
109
  {
110
110
  return VideoBlock(entity);
111
111
  }
112
+
113
+ case 'AudioBlock':
114
+ {
115
+ return AudioBlock(entity);
116
+ }
112
117
  }
113
118
 
114
119
  return null;
@@ -155,18 +155,6 @@ const AudiosQuery = (0, _apollo.gql)`
155
155
  file {
156
156
  url
157
157
  }
158
- heroImage {
159
- imageFile {
160
- url
161
- }
162
- resized {
163
- w480
164
- w800
165
- w1200
166
- w1600
167
- w2400
168
- }
169
- }
170
158
  }
171
159
  }
172
160
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirrormedia/lilith-draft-editor",
3
- "version": "1.1.0-alpha.2",
3
+ "version": "1.1.0-alpha.4",
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.1.0-alpha.5"
26
+ "@mirrormedia/lilith-draft-renderer": "1.1.0-alpha.7"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "react": "18.1.0",