@remotion/studio 4.0.305 → 4.0.308
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-make.log +2 -2
- package/.turbo/turbo-test.log +86 -0
- package/dist/components/RenderModal/OptionExplainer.js +1 -1
- package/dist/esm/{chunk-0z0vthv9.js → chunk-7fpagpwq.js} +34 -30
- package/dist/esm/internals.mjs +34 -30
- package/dist/esm/previewEntry.mjs +34 -30
- package/dist/esm/renderEntry.mjs +1 -1
- package/package.json +9 -9
- package/tsconfig.tsbuildinfo +1 -1
- package/dist/esm/chunk-febkjrp1.js +0 -28695
|
@@ -23977,7 +23977,7 @@ var CliCopyButton = ({
|
|
|
23977
23977
|
};
|
|
23978
23978
|
|
|
23979
23979
|
// src/components/RenderModal/OptionExplainer.tsx
|
|
23980
|
-
import { jsx as jsx228, jsxs as jsxs113 } from "react/jsx-runtime";
|
|
23980
|
+
import { jsx as jsx228, jsxs as jsxs113, Fragment as Fragment35 } from "react/jsx-runtime";
|
|
23981
23981
|
var container50 = {
|
|
23982
23982
|
fontSize: 14,
|
|
23983
23983
|
paddingTop: 10,
|
|
@@ -24036,15 +24036,19 @@ var OptionExplainer = ({ option }) => {
|
|
|
24036
24036
|
style: title5,
|
|
24037
24037
|
children: option.name
|
|
24038
24038
|
}),
|
|
24039
|
-
/* @__PURE__ */
|
|
24040
|
-
|
|
24041
|
-
|
|
24042
|
-
|
|
24043
|
-
|
|
24044
|
-
|
|
24045
|
-
|
|
24046
|
-
|
|
24047
|
-
|
|
24039
|
+
option.docLink ? /* @__PURE__ */ jsxs113(Fragment35, {
|
|
24040
|
+
children: [
|
|
24041
|
+
/* @__PURE__ */ jsx228(Spacing, {
|
|
24042
|
+
x: 1
|
|
24043
|
+
}),
|
|
24044
|
+
/* @__PURE__ */ jsx228("a", {
|
|
24045
|
+
style: link2,
|
|
24046
|
+
href: option.docLink,
|
|
24047
|
+
target: "_blank",
|
|
24048
|
+
children: "Docs"
|
|
24049
|
+
})
|
|
24050
|
+
]
|
|
24051
|
+
}) : null
|
|
24048
24052
|
]
|
|
24049
24053
|
}),
|
|
24050
24054
|
/* @__PURE__ */ jsx228("div", {
|
|
@@ -24128,7 +24132,7 @@ var OptionExplainerBubble = ({ id }) => {
|
|
|
24128
24132
|
};
|
|
24129
24133
|
|
|
24130
24134
|
// src/components/RenderModal/NumberSetting.tsx
|
|
24131
|
-
import { jsx as jsx230, jsxs as jsxs114, Fragment as
|
|
24135
|
+
import { jsx as jsx230, jsxs as jsxs114, Fragment as Fragment36 } from "react/jsx-runtime";
|
|
24132
24136
|
var NumberSetting = ({ name, value, step, hint, onValueChanged, max, min, formatter }) => {
|
|
24133
24137
|
const onTextChanged = useCallback109((e) => {
|
|
24134
24138
|
onValueChanged((q) => {
|
|
@@ -24149,7 +24153,7 @@ var NumberSetting = ({ name, value, step, hint, onValueChanged, max, min, format
|
|
|
24149
24153
|
style: label5,
|
|
24150
24154
|
children: [
|
|
24151
24155
|
name,
|
|
24152
|
-
hint ? /* @__PURE__ */ jsxs114(
|
|
24156
|
+
hint ? /* @__PURE__ */ jsxs114(Fragment36, {
|
|
24153
24157
|
children: [
|
|
24154
24158
|
/* @__PURE__ */ jsx230(Spacing, {
|
|
24155
24159
|
x: 0.5
|
|
@@ -24306,7 +24310,7 @@ var InlineEyeButton = ({ onClick, enabled }) => {
|
|
|
24306
24310
|
};
|
|
24307
24311
|
|
|
24308
24312
|
// src/components/RenderModal/EnvInput.tsx
|
|
24309
|
-
import { jsx as jsx233, jsxs as jsxs115, Fragment as
|
|
24313
|
+
import { jsx as jsx233, jsxs as jsxs115, Fragment as Fragment37 } from "react/jsx-runtime";
|
|
24310
24314
|
var input3 = {
|
|
24311
24315
|
flex: 1,
|
|
24312
24316
|
width: "100%"
|
|
@@ -24353,7 +24357,7 @@ var EnvInput = ({
|
|
|
24353
24357
|
setValueWarningEligible(true);
|
|
24354
24358
|
}, []);
|
|
24355
24359
|
const isNodeEnvKey = envKey.trim() === "NODE_ENV";
|
|
24356
|
-
return /* @__PURE__ */ jsxs115(
|
|
24360
|
+
return /* @__PURE__ */ jsxs115(Fragment37, {
|
|
24357
24361
|
children: [
|
|
24358
24362
|
/* @__PURE__ */ jsxs115(Row, {
|
|
24359
24363
|
align: "center",
|
|
@@ -25237,7 +25241,7 @@ var useFileExistence = (outName) => {
|
|
|
25237
25241
|
};
|
|
25238
25242
|
|
|
25239
25243
|
// src/components/RenderModal/RenderModalOutputName.tsx
|
|
25240
|
-
import { jsx as jsx239, jsxs as jsxs120, Fragment as
|
|
25244
|
+
import { jsx as jsx239, jsxs as jsxs120, Fragment as Fragment38 } from "react/jsx-runtime";
|
|
25241
25245
|
var RenderModalOutputName = ({
|
|
25242
25246
|
existence,
|
|
25243
25247
|
inputStyle: inputStyle2,
|
|
@@ -25267,7 +25271,7 @@ var RenderModalOutputName = ({
|
|
|
25267
25271
|
onChange: onValueChange,
|
|
25268
25272
|
rightAlign: true
|
|
25269
25273
|
}),
|
|
25270
|
-
validationMessage ? /* @__PURE__ */ jsxs120(
|
|
25274
|
+
validationMessage ? /* @__PURE__ */ jsxs120(Fragment38, {
|
|
25271
25275
|
children: [
|
|
25272
25276
|
/* @__PURE__ */ jsx239(Spacing, {
|
|
25273
25277
|
y: 1,
|
|
@@ -25279,7 +25283,7 @@ var RenderModalOutputName = ({
|
|
|
25279
25283
|
type: "error"
|
|
25280
25284
|
})
|
|
25281
25285
|
]
|
|
25282
|
-
}) : existence ? /* @__PURE__ */ jsxs120(
|
|
25286
|
+
}) : existence ? /* @__PURE__ */ jsxs120(Fragment38, {
|
|
25283
25287
|
children: [
|
|
25284
25288
|
/* @__PURE__ */ jsx239(Spacing, {
|
|
25285
25289
|
y: 1,
|
|
@@ -25309,7 +25313,7 @@ var getStringBeforeSuffix = (fileName) => {
|
|
|
25309
25313
|
};
|
|
25310
25314
|
|
|
25311
25315
|
// src/components/RenderModal/SeparateAudioOption.tsx
|
|
25312
|
-
import { jsx as jsx240, jsxs as jsxs121, Fragment as
|
|
25316
|
+
import { jsx as jsx240, jsxs as jsxs121, Fragment as Fragment39 } from "react/jsx-runtime";
|
|
25313
25317
|
var SeparateAudioOptionInput = ({ separateAudioTo, setSeparateAudioTo, audioCodec }) => {
|
|
25314
25318
|
const existence = useFileExistence(separateAudioTo);
|
|
25315
25319
|
const onValueChange = useCallback116((e) => {
|
|
@@ -25341,7 +25345,7 @@ var SeparateAudioOption = ({ separateAudioTo, setSeparateAudioTo, audioCodec, ou
|
|
|
25341
25345
|
setSeparateAudioTo(null);
|
|
25342
25346
|
}
|
|
25343
25347
|
}, [audioCodec, outName, setSeparateAudioTo]);
|
|
25344
|
-
return /* @__PURE__ */ jsxs121(
|
|
25348
|
+
return /* @__PURE__ */ jsxs121(Fragment39, {
|
|
25345
25349
|
children: [
|
|
25346
25350
|
/* @__PURE__ */ jsxs121("div", {
|
|
25347
25351
|
style: optionRow,
|
|
@@ -25395,7 +25399,7 @@ var humanReadableAudioCodec = (audioCodec) => {
|
|
|
25395
25399
|
};
|
|
25396
25400
|
|
|
25397
25401
|
// src/components/RenderModal/RenderModalAudio.tsx
|
|
25398
|
-
import { jsx as jsx241, jsxs as jsxs122, Fragment as
|
|
25402
|
+
import { jsx as jsx241, jsxs as jsxs122, Fragment as Fragment40 } from "react/jsx-runtime";
|
|
25399
25403
|
var container53 = {
|
|
25400
25404
|
flex: 1,
|
|
25401
25405
|
overflowY: "auto"
|
|
@@ -25448,7 +25452,7 @@ var RenderModalAudio = ({
|
|
|
25448
25452
|
style: container53,
|
|
25449
25453
|
className: VERTICAL_SCROLLBAR_CLASSNAME,
|
|
25450
25454
|
children: [
|
|
25451
|
-
renderMode === "video" ? /* @__PURE__ */ jsxs122(
|
|
25455
|
+
renderMode === "video" ? /* @__PURE__ */ jsxs122(Fragment40, {
|
|
25452
25456
|
children: [
|
|
25453
25457
|
/* @__PURE__ */ jsx241(MutedSetting, {
|
|
25454
25458
|
enforceAudioTrack,
|
|
@@ -25483,7 +25487,7 @@ var RenderModalAudio = ({
|
|
|
25483
25487
|
})
|
|
25484
25488
|
]
|
|
25485
25489
|
}) : null,
|
|
25486
|
-
(renderMode === "video" || renderMode === "audio") && !muted && /* @__PURE__ */ jsxs122(
|
|
25490
|
+
(renderMode === "video" || renderMode === "audio") && !muted && /* @__PURE__ */ jsxs122(Fragment40, {
|
|
25487
25491
|
children: [
|
|
25488
25492
|
/* @__PURE__ */ jsx241(EnforceAudioTrackSetting, {
|
|
25489
25493
|
muted,
|
|
@@ -26151,7 +26155,7 @@ var ScaleSetting = ({ scale, setScale }) => {
|
|
|
26151
26155
|
};
|
|
26152
26156
|
|
|
26153
26157
|
// src/components/RenderModal/RenderModalPicture.tsx
|
|
26154
|
-
import { jsx as jsx249, jsxs as jsxs128, Fragment as
|
|
26158
|
+
import { jsx as jsx249, jsxs as jsxs128, Fragment as Fragment41 } from "react/jsx-runtime";
|
|
26155
26159
|
var qualityControlModes = ["crf", "bitrate"];
|
|
26156
26160
|
var container57 = {
|
|
26157
26161
|
flex: 1,
|
|
@@ -26306,7 +26310,7 @@ var RenderModalPicture = ({
|
|
|
26306
26310
|
})
|
|
26307
26311
|
]
|
|
26308
26312
|
}) : null,
|
|
26309
|
-
renderMode === "video" ? /* @__PURE__ */ jsxs128(
|
|
26313
|
+
renderMode === "video" ? /* @__PURE__ */ jsxs128(Fragment41, {
|
|
26310
26314
|
children: [
|
|
26311
26315
|
/* @__PURE__ */ jsxs128("div", {
|
|
26312
26316
|
style: optionRow,
|
|
@@ -27862,7 +27866,7 @@ var GuiRenderStatus = ({ job }) => {
|
|
|
27862
27866
|
};
|
|
27863
27867
|
|
|
27864
27868
|
// src/components/RenderModal/RenderStatusModal.tsx
|
|
27865
|
-
import { jsx as jsx253, jsxs as jsxs131, Fragment as
|
|
27869
|
+
import { jsx as jsx253, jsxs as jsxs131, Fragment as Fragment42 } from "react/jsx-runtime";
|
|
27866
27870
|
var container59 = {
|
|
27867
27871
|
padding: 20,
|
|
27868
27872
|
maxWidth: 900,
|
|
@@ -27926,7 +27930,7 @@ var RenderStatusModal = ({
|
|
|
27926
27930
|
/* @__PURE__ */ jsxs131("div", {
|
|
27927
27931
|
style: container59,
|
|
27928
27932
|
children: [
|
|
27929
|
-
job.status === "failed" ? /* @__PURE__ */ jsxs131(
|
|
27933
|
+
job.status === "failed" ? /* @__PURE__ */ jsxs131(Fragment42, {
|
|
27930
27934
|
children: [
|
|
27931
27935
|
/* @__PURE__ */ jsx253("p", {
|
|
27932
27936
|
children: "The render failed because of the following error:"
|
|
@@ -28124,7 +28128,7 @@ var KnownBugs = ({ bugs }) => {
|
|
|
28124
28128
|
};
|
|
28125
28129
|
|
|
28126
28130
|
// src/components/UpdateModal/UpdateModal.tsx
|
|
28127
|
-
import { jsx as jsx257, jsxs as jsxs134, Fragment as
|
|
28131
|
+
import { jsx as jsx257, jsxs as jsxs134, Fragment as Fragment43 } from "react/jsx-runtime";
|
|
28128
28132
|
var container61 = {
|
|
28129
28133
|
padding: 20,
|
|
28130
28134
|
paddingTop: 0
|
|
@@ -28175,7 +28179,7 @@ var UpdateModal = ({ info, knownBugs }) => {
|
|
|
28175
28179
|
/* @__PURE__ */ jsxs134("div", {
|
|
28176
28180
|
style: container61,
|
|
28177
28181
|
children: [
|
|
28178
|
-
hasKnownBugs ? /* @__PURE__ */ jsxs134(
|
|
28182
|
+
hasKnownBugs ? /* @__PURE__ */ jsxs134(Fragment43, {
|
|
28179
28183
|
children: [
|
|
28180
28184
|
/* @__PURE__ */ jsxs134("div", {
|
|
28181
28185
|
style: title7,
|
|
@@ -28255,11 +28259,11 @@ var UpdateModal = ({ info, knownBugs }) => {
|
|
|
28255
28259
|
};
|
|
28256
28260
|
|
|
28257
28261
|
// src/components/Modals.tsx
|
|
28258
|
-
import { jsx as jsx258, jsxs as jsxs135, Fragment as
|
|
28262
|
+
import { jsx as jsx258, jsxs as jsxs135, Fragment as Fragment44 } from "react/jsx-runtime";
|
|
28259
28263
|
var Modals = ({ readOnlyStudio }) => {
|
|
28260
28264
|
const { selectedModal: modalContextType } = useContext81(ModalsContext);
|
|
28261
28265
|
const canRender = useContext81(StudioServerConnectionCtx).previewServerState.type === "connected";
|
|
28262
|
-
return /* @__PURE__ */ jsxs135(
|
|
28266
|
+
return /* @__PURE__ */ jsxs135(Fragment44, {
|
|
28263
28267
|
children: [
|
|
28264
28268
|
modalContextType && modalContextType.type === "duplicate-comp" && /* @__PURE__ */ jsx258(DuplicateComposition, {
|
|
28265
28269
|
compositionType: modalContextType.compositionType,
|
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-7fpagpwq.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.308",
|
|
7
7
|
"description": "APIs for interacting with the Remotion Studio",
|
|
8
8
|
"main": "dist",
|
|
9
9
|
"sideEffects": false,
|
|
@@ -23,20 +23,20 @@
|
|
|
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/
|
|
31
|
-
"@remotion/
|
|
32
|
-
"@remotion/
|
|
26
|
+
"remotion": "4.0.308",
|
|
27
|
+
"@remotion/player": "4.0.308",
|
|
28
|
+
"@remotion/media-utils": "4.0.308",
|
|
29
|
+
"@remotion/studio-shared": "4.0.308",
|
|
30
|
+
"@remotion/zod-types": "4.0.308",
|
|
31
|
+
"@remotion/renderer": "4.0.308",
|
|
32
|
+
"@remotion/media-parser": "4.0.308"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"react": "19.0.0",
|
|
36
36
|
"react-dom": "19.0.0",
|
|
37
37
|
"@types/semver": "^7.3.4",
|
|
38
38
|
"eslint": "9.19.0",
|
|
39
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
39
|
+
"@remotion/eslint-config-internal": "4.0.308"
|
|
40
40
|
},
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|