@remotion/bundler 4.0.0-alpha10 → 4.0.0-alpha11

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.
@@ -33,7 +33,7 @@ const AvailableCompositions = () => {
33
33
  }
34
34
  let timeout = null;
35
35
  const check = () => {
36
- if (window.ready === true) {
36
+ if (window.remotion_renderReady === true) {
37
37
  setComps({ type: 'loading' });
38
38
  window
39
39
  .getStaticCompositions()
@@ -5,6 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.indexHtml = void 0;
7
7
  const node_path_1 = __importDefault(require("node:path"));
8
+ const remotion_1 = require("remotion");
8
9
  const indexHtml = ({ baseDir, editorName, inputProps, envVariables, staticHash, remotionRoot, studioServerCommand, renderQueue, numberOfAudioTags, publicFiles, includeFavicon, title, renderDefaults, }) => `
9
10
  <!DOCTYPE html>
10
11
  <html lang="en">
@@ -45,7 +46,7 @@ ${includeFavicon
45
46
  : ''}
46
47
  <script>window.remotion_staticFiles = ${JSON.stringify(publicFiles)}</script>
47
48
 
48
- <div id="container"></div>
49
+ <div id="${remotion_1.Internals.REMOTION_STUDIO_CONTAINER_ELEMENT}"></div>
49
50
  <div id="menuportal-0"></div>
50
51
  <div id="menuportal-1"></div>
51
52
  <div id="menuportal-2"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/bundler",
3
- "version": "4.0.0-alpha10",
3
+ "version": "4.0.0-alpha11",
4
4
  "description": "Bundler for Remotion",
5
5
  "main": "dist/index.js",
6
6
  "sideEffects": false,
@@ -22,7 +22,7 @@
22
22
  "react-refresh": "0.9.0",
23
23
  "style-loader": "2.0.0",
24
24
  "webpack": "5.83.1",
25
- "remotion": "4.0.0-alpha10"
25
+ "remotion": "4.0.0-alpha11"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "react": ">=16.8.0",