@remotion/studio 4.0.314 → 4.0.315
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.
- package/.turbo/turbo-formatting.log +7 -0
- package/.turbo/turbo-make.log +2 -2
- package/dist/components/RenderModal/GuiRenderStatus.js +2 -2
- package/dist/esm/chunk-g1bzbn5m.js +29688 -0
- package/dist/esm/internals.mjs +1 -1
- package/dist/esm/previewEntry.mjs +1 -1
- package/dist/esm/renderEntry.mjs +1 -1
- package/package.json +10 -10
- package/tsconfig.tsbuildinfo +1 -1
package/dist/esm/internals.mjs
CHANGED
|
@@ -28466,7 +28466,7 @@ var StitchingProgress = ({ progress }) => {
|
|
|
28466
28466
|
}),
|
|
28467
28467
|
/* @__PURE__ */ jsx251("div", {
|
|
28468
28468
|
style: label9,
|
|
28469
|
-
children: progress.doneIn ? `
|
|
28469
|
+
children: progress.doneIn ? `Encoded ${progress.totalFrames} frames` : `Encoding ${progress.frames} / ${progress.totalFrames} frames`
|
|
28470
28470
|
}),
|
|
28471
28471
|
progress.doneIn ? /* @__PURE__ */ jsxs130("div", {
|
|
28472
28472
|
style: right3,
|
|
@@ -28746,7 +28746,7 @@ var StitchingProgress = ({ progress }) => {
|
|
|
28746
28746
|
}),
|
|
28747
28747
|
/* @__PURE__ */ jsx252("div", {
|
|
28748
28748
|
style: label9,
|
|
28749
|
-
children: progress.doneIn ? `
|
|
28749
|
+
children: progress.doneIn ? `Encoded ${progress.totalFrames} frames` : `Encoding ${progress.frames} / ${progress.totalFrames} frames`
|
|
28750
28750
|
}),
|
|
28751
28751
|
progress.doneIn ? /* @__PURE__ */ jsxs130("div", {
|
|
28752
28752
|
style: right3,
|
package/dist/esm/renderEntry.mjs
CHANGED
|
@@ -181,7 +181,7 @@ var renderContent = (Root) => {
|
|
|
181
181
|
renderToDOM(/* @__PURE__ */ jsx("div", {
|
|
182
182
|
children: /* @__PURE__ */ jsx(DelayedSpinner, {})
|
|
183
183
|
}));
|
|
184
|
-
import("./chunk-
|
|
184
|
+
import("./chunk-g1bzbn5m.js").then(({ StudioInternals }) => {
|
|
185
185
|
renderToDOM(/* @__PURE__ */ jsx(StudioInternals.Studio, {
|
|
186
186
|
readOnly: true,
|
|
187
187
|
rootComponent: Root
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/studio"
|
|
4
4
|
},
|
|
5
5
|
"name": "@remotion/studio",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.315",
|
|
7
7
|
"description": "APIs for interacting with the Remotion Studio",
|
|
8
8
|
"main": "dist",
|
|
9
9
|
"sideEffects": false,
|
|
@@ -23,21 +23,21 @@
|
|
|
23
23
|
"source-map": "0.7.3",
|
|
24
24
|
"open": "^8.4.2",
|
|
25
25
|
"zod": "3.22.3",
|
|
26
|
-
"remotion": "4.0.
|
|
27
|
-
"@remotion/player": "4.0.
|
|
28
|
-
"@remotion/media-
|
|
29
|
-
"@remotion/
|
|
30
|
-
"@remotion/renderer": "4.0.
|
|
31
|
-
"@remotion/
|
|
32
|
-
"@remotion/webcodecs": "4.0.
|
|
33
|
-
"@remotion/zod-types": "4.0.
|
|
26
|
+
"remotion": "4.0.315",
|
|
27
|
+
"@remotion/player": "4.0.315",
|
|
28
|
+
"@remotion/media-utils": "4.0.315",
|
|
29
|
+
"@remotion/media-parser": "4.0.315",
|
|
30
|
+
"@remotion/renderer": "4.0.315",
|
|
31
|
+
"@remotion/studio-shared": "4.0.315",
|
|
32
|
+
"@remotion/webcodecs": "4.0.315",
|
|
33
|
+
"@remotion/zod-types": "4.0.315"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"react": "19.0.0",
|
|
37
37
|
"react-dom": "19.0.0",
|
|
38
38
|
"@types/semver": "^7.3.4",
|
|
39
39
|
"eslint": "9.19.0",
|
|
40
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
40
|
+
"@remotion/eslint-config-internal": "4.0.315"
|
|
41
41
|
},
|
|
42
42
|
"publishConfig": {
|
|
43
43
|
"access": "public"
|