@remotion/studio 4.0.428 → 4.0.430

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.
Files changed (125) hide show
  1. package/README.md +7 -7
  2. package/dist/components/AssetSelectorItem.js +1 -1
  3. package/dist/components/Canvas.js +1 -1
  4. package/dist/components/CopyButton.js +1 -1
  5. package/dist/components/FilePreview.js +1 -1
  6. package/dist/components/InstallPackage.js +1 -1
  7. package/dist/components/Menu/MenuSubItem.js +1 -1
  8. package/dist/components/MenuBuildIndicator.js +1 -1
  9. package/dist/components/MenuToolbar.js +1 -1
  10. package/dist/components/ModalHeader.js +1 -1
  11. package/dist/components/NewComposition/CodemodFooter.js +1 -1
  12. package/dist/components/NewComposition/ComboBox.js +1 -1
  13. package/dist/components/NewComposition/DuplicateComposition.js +15 -15
  14. package/dist/components/NewComposition/InputDragger.d.ts +1 -0
  15. package/dist/components/NewComposition/InputDragger.js +8 -2
  16. package/dist/components/NewComposition/MenuContent.js +1 -1
  17. package/dist/components/NewComposition/NewCompDuration.js +5 -5
  18. package/dist/components/NewComposition/RenameComposition.js +5 -5
  19. package/dist/components/OverrideInputProps.js +1 -1
  20. package/dist/components/PreviewToolbar.js +4 -3
  21. package/dist/components/QuickSwitcher/QuickSwitcherContent.js +3 -3
  22. package/dist/components/RenderButton.js +1 -1
  23. package/dist/components/RenderModal/DataEditor.js +4 -4
  24. package/dist/components/RenderModal/EnforceAudioTrackSetting.js +1 -1
  25. package/dist/components/RenderModal/EnvInput.js +1 -1
  26. package/dist/components/RenderModal/MutedSetting.js +1 -1
  27. package/dist/components/RenderModal/NumberSetting.js +2 -2
  28. package/dist/components/RenderModal/OptionExplainer.js +1 -1
  29. package/dist/components/RenderModal/RenderModalAdvanced.js +2 -2
  30. package/dist/components/RenderModal/RenderModalAudio.js +3 -3
  31. package/dist/components/RenderModal/RenderModalBasic.js +3 -3
  32. package/dist/components/RenderModal/RenderModalGif.js +1 -1
  33. package/dist/components/RenderModal/RenderModalJSONPropsEditor.js +2 -2
  34. package/dist/components/RenderModal/RenderModalOutputName.js +1 -1
  35. package/dist/components/RenderModal/RenderModalPicture.js +2 -2
  36. package/dist/components/RenderModal/RenderStatusModal.js +1 -1
  37. package/dist/components/RenderModal/ResolveCompositionBeforeModal.js +1 -1
  38. package/dist/components/RenderModal/SchemaEditor/SchemaEditor.js +3 -3
  39. package/dist/components/RenderModal/SchemaEditor/SchemaErrorMessages.js +1 -1
  40. package/dist/components/RenderModal/SchemaEditor/SchemaLabel.js +1 -1
  41. package/dist/components/RenderModal/SchemaEditor/ZodArrayEditor.d.ts +1 -1
  42. package/dist/components/RenderModal/SchemaEditor/ZodArrayEditor.js +4 -4
  43. package/dist/components/RenderModal/SchemaEditor/ZodArrayItemEditor.d.ts +1 -1
  44. package/dist/components/RenderModal/SchemaEditor/ZodBooleanEditor.d.ts +1 -1
  45. package/dist/components/RenderModal/SchemaEditor/ZodBooleanEditor.js +1 -1
  46. package/dist/components/RenderModal/SchemaEditor/ZodColorEditor.d.ts +1 -1
  47. package/dist/components/RenderModal/SchemaEditor/ZodColorEditor.js +3 -3
  48. package/dist/components/RenderModal/SchemaEditor/ZodDateEditor.d.ts +1 -1
  49. package/dist/components/RenderModal/SchemaEditor/ZodDateEditor.js +2 -2
  50. package/dist/components/RenderModal/SchemaEditor/ZodDiscriminatedUnionEditor.d.ts +1 -1
  51. package/dist/components/RenderModal/SchemaEditor/ZodDiscriminatedUnionEditor.js +4 -4
  52. package/dist/components/RenderModal/SchemaEditor/ZodEffectEditor.d.ts +1 -1
  53. package/dist/components/RenderModal/SchemaEditor/ZodEffectEditor.js +2 -2
  54. package/dist/components/RenderModal/SchemaEditor/ZodEnumEditor.d.ts +1 -1
  55. package/dist/components/RenderModal/SchemaEditor/ZodEnumEditor.js +2 -2
  56. package/dist/components/RenderModal/SchemaEditor/ZodErrorMessages.js +1 -1
  57. package/dist/components/RenderModal/SchemaEditor/ZodMatrixEditor.d.ts +1 -1
  58. package/dist/components/RenderModal/SchemaEditor/ZodMatrixEditor.js +4 -4
  59. package/dist/components/RenderModal/SchemaEditor/ZodNullableEditor.d.ts +1 -1
  60. package/dist/components/RenderModal/SchemaEditor/ZodNullableEditor.js +1 -1
  61. package/dist/components/RenderModal/SchemaEditor/ZodNumberEditor.d.ts +1 -1
  62. package/dist/components/RenderModal/SchemaEditor/ZodNumberEditor.js +3 -66
  63. package/dist/components/RenderModal/SchemaEditor/ZodObjectEditor.d.ts +1 -1
  64. package/dist/components/RenderModal/SchemaEditor/ZodObjectEditor.js +3 -3
  65. package/dist/components/RenderModal/SchemaEditor/ZodOptionalEditor.d.ts +1 -1
  66. package/dist/components/RenderModal/SchemaEditor/ZodOptionalEditor.js +1 -1
  67. package/dist/components/RenderModal/SchemaEditor/ZodOrNullishEditor.d.ts +1 -1
  68. package/dist/components/RenderModal/SchemaEditor/ZodOrNullishEditor.js +2 -2
  69. package/dist/components/RenderModal/SchemaEditor/ZodStaticFileEditor.d.ts +1 -1
  70. package/dist/components/RenderModal/SchemaEditor/ZodStaticFileEditor.js +1 -1
  71. package/dist/components/RenderModal/SchemaEditor/ZodStringEditor.d.ts +1 -1
  72. package/dist/components/RenderModal/SchemaEditor/ZodStringEditor.js +2 -2
  73. package/dist/components/RenderModal/SchemaEditor/ZodTextareaEditor.d.ts +1 -1
  74. package/dist/components/RenderModal/SchemaEditor/ZodTextareaEditor.js +2 -2
  75. package/dist/components/RenderModal/SchemaEditor/ZodTupleItemEditor.d.ts +1 -1
  76. package/dist/components/RenderModal/SchemaEditor/ZodUnionEditor.d.ts +1 -1
  77. package/dist/components/RenderModal/SchemaEditor/ZodUnionEditor.js +1 -1
  78. package/dist/components/RenderModal/SchemaEditor/local-state.d.ts +1 -1
  79. package/dist/components/RenderModal/SchemaEditor/zod-number-constraints.d.ts +4 -0
  80. package/dist/components/RenderModal/SchemaEditor/zod-number-constraints.js +70 -0
  81. package/dist/components/RenderModal/SeparateAudioOption.js +2 -2
  82. package/dist/components/RenderModal/ServerRenderModal.js +5 -5
  83. package/dist/components/RenderModal/WebRenderModalAudio.js +3 -3
  84. package/dist/components/RenderModal/WebRenderModalLicense.js +1 -1
  85. package/dist/components/RenderQueue/index.js +2 -2
  86. package/dist/components/RendersTab.js +1 -1
  87. package/dist/components/RunningCalculateMetadata.js +1 -1
  88. package/dist/components/TimeValue.js +1 -1
  89. package/dist/components/Timeline/Timeline.js +2 -2
  90. package/dist/components/Timeline/TimelineDragHandler.js +2 -2
  91. package/dist/components/Timeline/TimelineExpandedSection.d.ts +7 -0
  92. package/dist/components/Timeline/TimelineExpandedSection.js +186 -0
  93. package/dist/components/Timeline/TimelineListItem.js +23 -14
  94. package/dist/components/Timeline/TimelineSchemaField.d.ts +14 -0
  95. package/dist/components/Timeline/TimelineSchemaField.js +106 -0
  96. package/dist/components/Timeline/TimelineSequenceFrame.js +1 -0
  97. package/dist/components/Timeline/TimelineSlider.js +2 -2
  98. package/dist/components/Timeline/TimelineStack/index.d.ts +2 -0
  99. package/dist/components/Timeline/TimelineStack/index.js +2 -17
  100. package/dist/components/Timeline/TimelineTimeIndicators.js +1 -1
  101. package/dist/components/Timeline/TimelineTracks.js +9 -6
  102. package/dist/components/Timeline/TimelineVideoInfo.js +49 -34
  103. package/dist/components/Timeline/timeline-scroll-logic.js +1 -1
  104. package/dist/components/UpdateModal/UpdateModal.js +1 -1
  105. package/dist/components/VisualControls/VisualControlHandle.js +5 -5
  106. package/dist/error-overlay/react-overlay/listen-to-runtime-errors.js +1 -1
  107. package/dist/error-overlay/remotion-overlay/CompositionIdsDropdown.js +1 -1
  108. package/dist/error-overlay/remotion-overlay/ErrorDisplay.js +2 -2
  109. package/dist/error-overlay/remotion-overlay/StackFrame.js +1 -1
  110. package/dist/esm/{chunk-btxgxqx6.js → chunk-59m8tgkh.js} +3700 -3330
  111. package/dist/esm/chunk-m17t3vjq.js +9 -0
  112. package/dist/esm/index.mjs +0 -16
  113. package/dist/esm/internals.mjs +3696 -3341
  114. package/dist/esm/previewEntry.mjs +32590 -32228
  115. package/dist/esm/renderEntry.mjs +3 -5
  116. package/dist/helpers/calculate-timeline.js +1 -0
  117. package/dist/helpers/extract-frames.js +23 -7
  118. package/dist/helpers/get-timeline-sequence-layout.js +4 -18
  119. package/dist/helpers/timeline-layout.d.ts +14 -0
  120. package/dist/helpers/timeline-layout.js +33 -1
  121. package/dist/helpers/use-menu-structure.js +1 -1
  122. package/dist/previewEntry.js +1 -2
  123. package/dist/renderEntry.js +0 -1
  124. package/package.json +12 -11
  125. package/dist/esm/chunk-6jf1natv.js +0 -25
@@ -1,7 +1,6 @@
1
1
  import {
2
- __require,
3
- __toESM
4
- } from "./chunk-6jf1natv.js";
2
+ __require
3
+ } from "./chunk-m17t3vjq.js";
5
4
 
6
5
  // src/renderEntry.tsx
7
6
  import { useContext, useEffect, useRef, useState } from "react";
@@ -208,11 +207,10 @@ var renderContent = (Root) => {
208
207
  renderToDOM(/* @__PURE__ */ jsx("div", {
209
208
  children: /* @__PURE__ */ jsx(DelayedSpinner, {})
210
209
  }));
211
- import("./chunk-btxgxqx6.js").then(({ StudioInternals }) => {
210
+ import("./chunk-59m8tgkh.js").then(({ StudioInternals }) => {
212
211
  window.remotion_isStudio = true;
213
212
  window.remotion_isReadOnlyStudio = true;
214
213
  window.remotion_inputProps = "{}";
215
- Internals.enableSequenceStackTraces();
216
214
  renderToDOM(/* @__PURE__ */ jsx(StudioInternals.Studio, {
217
215
  readOnly: true,
218
216
  rootComponent: Root
@@ -24,6 +24,7 @@ const calculateTimeline = ({ sequences, sequenceDuration, }) => {
24
24
  stack: null,
25
25
  premountDisplay: null,
26
26
  postmountDisplay: null,
27
+ controls: null,
27
28
  },
28
29
  depth: 0,
29
30
  hash: '-',
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.extractFrames = extractFrames;
4
4
  const mediabunny_1 = require("mediabunny");
5
5
  async function extractFrames({ src, timestampsInSeconds, onVideoSample, signal, }) {
6
+ var _a;
6
7
  const input = new mediabunny_1.Input({
7
8
  formats: mediabunny_1.ALL_FORMATS,
8
9
  source: new mediabunny_1.UrlSource(src),
@@ -36,15 +37,30 @@ async function extractFrames({ src, timestampsInSeconds, onVideoSample, signal,
36
37
  return;
37
38
  }
38
39
  const sink = new mediabunny_1.VideoSampleSink(videoTrack);
39
- for await (const videoSample of sink.samplesAtTimestamps(timestamps)) {
40
- if (signal === null || signal === void 0 ? void 0 : signal.aborted) {
41
- videoSample === null || videoSample === void 0 ? void 0 : videoSample.close();
42
- break;
40
+ const sampleIterator = sink.samplesAtTimestamps(timestamps);
41
+ try {
42
+ for await (const videoSample of sampleIterator) {
43
+ if (signal === null || signal === void 0 ? void 0 : signal.aborted) {
44
+ videoSample === null || videoSample === void 0 ? void 0 : videoSample.close();
45
+ break;
46
+ }
47
+ if (!videoSample) {
48
+ continue;
49
+ }
50
+ onVideoSample(videoSample);
43
51
  }
44
- if (!videoSample) {
45
- continue;
52
+ }
53
+ finally {
54
+ // When input.dispose() causes the iterator to throw
55
+ // InputDisposedError, for-await does not call .return() on the
56
+ // iterator (it only does so on `break`). Explicitly call it so
57
+ // the iterator can close any internally buffered VideoSamples.
58
+ try {
59
+ await ((_a = sampleIterator.return) === null || _a === void 0 ? void 0 : _a.call(sampleIterator));
60
+ }
61
+ catch (_b) {
62
+ // Iterator already done or input disposed
46
63
  }
47
- onVideoSample(videoSample);
48
64
  }
49
65
  }
50
66
  catch (error) {
@@ -13,27 +13,13 @@ const getWidthOfTrack = ({ durationInFrames, lastFrame, windowWidth, spatialDura
13
13
  const getTimelineSequenceLayout = ({ durationInFrames, startFrom, maxMediaDuration, startFromMedia, video, windowWidth, premountDisplay, postmountDisplay, }) => {
14
14
  var _a;
15
15
  const maxMediaSequenceDuration = (maxMediaDuration !== null && maxMediaDuration !== void 0 ? maxMediaDuration : Infinity) - startFromMedia;
16
- const lastFrame = ((_a = video.durationInFrames) !== null && _a !== void 0 ? _a : 1) - 1;
17
- let spatialDuration = Math.min(maxMediaSequenceDuration, durationInFrames - 1, lastFrame - startFrom);
16
+ const lastFrame = (_a = video.durationInFrames) !== null && _a !== void 0 ? _a : 1;
17
+ const spatialDuration = Math.min(maxMediaSequenceDuration, durationInFrames, lastFrame - startFrom);
18
18
  // Unclipped spatial duration: without the lastFrame - startFrom constraint
19
- let naturalSpatialDuration = Math.min(maxMediaSequenceDuration, durationInFrames - 1);
20
- const shouldAddHalfAFrameAtEnd = startFrom + durationInFrames < lastFrame;
21
- const shouldAddHalfAFrameAtStart = startFrom > 0;
22
- if (shouldAddHalfAFrameAtEnd) {
23
- spatialDuration += 0.5;
24
- naturalSpatialDuration += 0.5;
25
- }
26
- if (shouldAddHalfAFrameAtStart) {
27
- spatialDuration += 0.5;
28
- naturalSpatialDuration += 0.5;
29
- }
30
- const startFromWithOffset = shouldAddHalfAFrameAtStart
31
- ? startFrom - 0.5
32
- : startFrom;
19
+ const naturalSpatialDuration = Math.min(maxMediaSequenceDuration, durationInFrames);
33
20
  const marginLeft = lastFrame === 0
34
21
  ? 0
35
- : (startFromWithOffset / lastFrame) *
36
- (windowWidth - timeline_layout_1.TIMELINE_PADDING * 2);
22
+ : (startFrom / lastFrame) * (windowWidth - timeline_layout_1.TIMELINE_PADDING * 2);
37
23
  const nonNegativeMarginLeft = Math.min(marginLeft, 0);
38
24
  const width = getWidthOfTrack({
39
25
  durationInFrames,
@@ -1,5 +1,19 @@
1
+ import type { SequenceControls, SequenceFieldSchema } from 'remotion';
1
2
  export declare const TIMELINE_PADDING = 16;
2
3
  export declare const TIMELINE_BORDER = 1;
3
4
  export declare const TIMELINE_ITEM_BORDER_BOTTOM = 1;
4
5
  export declare const TIMELINE_TRACK_EXPANDED_HEIGHT = 100;
6
+ export declare const SCHEMA_FIELD_ROW_HEIGHT = 26;
7
+ export declare const UNSUPPORTED_FIELD_ROW_HEIGHT = 26;
8
+ export type SchemaFieldInfo = {
9
+ key: string;
10
+ description: string | undefined;
11
+ typeName: string;
12
+ supported: boolean;
13
+ rowHeight: number;
14
+ currentValue: unknown;
15
+ fieldSchema: SequenceFieldSchema;
16
+ };
17
+ export declare const getSchemaFields: (controls: SequenceControls | null) => SchemaFieldInfo[] | null;
18
+ export declare const getExpandedTrackHeight: (controls: SequenceControls | null) => number;
5
19
  export declare const getTimelineLayerHeight: (type: "other" | "video") => 25 | 50;
@@ -1,10 +1,42 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getTimelineLayerHeight = exports.TIMELINE_TRACK_EXPANDED_HEIGHT = exports.TIMELINE_ITEM_BORDER_BOTTOM = exports.TIMELINE_BORDER = exports.TIMELINE_PADDING = void 0;
3
+ exports.getTimelineLayerHeight = exports.getExpandedTrackHeight = exports.getSchemaFields = exports.UNSUPPORTED_FIELD_ROW_HEIGHT = exports.SCHEMA_FIELD_ROW_HEIGHT = exports.TIMELINE_TRACK_EXPANDED_HEIGHT = exports.TIMELINE_ITEM_BORDER_BOTTOM = exports.TIMELINE_BORDER = exports.TIMELINE_PADDING = void 0;
4
4
  exports.TIMELINE_PADDING = 16;
5
5
  exports.TIMELINE_BORDER = 1;
6
6
  exports.TIMELINE_ITEM_BORDER_BOTTOM = 1;
7
7
  exports.TIMELINE_TRACK_EXPANDED_HEIGHT = 100;
8
+ exports.SCHEMA_FIELD_ROW_HEIGHT = 26;
9
+ exports.UNSUPPORTED_FIELD_ROW_HEIGHT = 26;
10
+ const SUPPORTED_SCHEMA_TYPES = new Set(['number', 'boolean']);
11
+ const getSchemaFields = (controls) => {
12
+ if (!controls) {
13
+ return null;
14
+ }
15
+ return Object.entries(controls.schema).map(([key, fieldSchema]) => {
16
+ const typeName = fieldSchema.type;
17
+ const supported = SUPPORTED_SCHEMA_TYPES.has(typeName);
18
+ return {
19
+ key,
20
+ description: fieldSchema.description,
21
+ typeName,
22
+ supported,
23
+ rowHeight: supported
24
+ ? exports.SCHEMA_FIELD_ROW_HEIGHT
25
+ : exports.UNSUPPORTED_FIELD_ROW_HEIGHT,
26
+ currentValue: controls.currentValue[key],
27
+ fieldSchema,
28
+ };
29
+ });
30
+ };
31
+ exports.getSchemaFields = getSchemaFields;
32
+ const getExpandedTrackHeight = (controls) => {
33
+ const fields = (0, exports.getSchemaFields)(controls);
34
+ if (!fields || fields.length === 0) {
35
+ return exports.TIMELINE_TRACK_EXPANDED_HEIGHT;
36
+ }
37
+ return fields.reduce((sum, f) => sum + f.rowHeight, 0);
38
+ };
39
+ exports.getExpandedTrackHeight = getExpandedTrackHeight;
8
40
  const getTimelineLayerHeight = (type) => {
9
41
  if (type === 'video') {
10
42
  return 50;
@@ -7,10 +7,10 @@ const remotion_1 = require("remotion");
7
7
  const no_react_1 = require("remotion/no-react");
8
8
  const restart_studio_1 = require("../api/restart-studio");
9
9
  const AskAiModal_1 = require("../components/AskAiModal");
10
+ const layout_1 = require("../components/layout");
10
11
  const NotificationCenter_1 = require("../components/Notifications/NotificationCenter");
11
12
  const SizeSelector_1 = require("../components/SizeSelector");
12
13
  const TimelineInOutToggle_1 = require("../components/TimelineInOutToggle");
13
- const layout_1 = require("../components/layout");
14
14
  const ShortcutHint_1 = require("../error-overlay/remotion-overlay/ShortcutHint");
15
15
  const Checkmark_1 = require("../icons/Checkmark");
16
16
  const canvas_ref_1 = require("../state/canvas-ref");
@@ -7,10 +7,10 @@ const jsx_runtime_1 = require("react/jsx-runtime");
7
7
  const client_1 = __importDefault(require("react-dom/client"));
8
8
  const remotion_1 = require("remotion");
9
9
  const no_react_1 = require("remotion/no-react");
10
- const Studio_1 = require("./Studio");
11
10
  const NoRegisterRoot_1 = require("./components/NoRegisterRoot");
12
11
  const entry_basic_1 = require("./error-overlay/entry-basic");
13
12
  const client_2 = require("./hot-middleware-client/client");
13
+ const Studio_1 = require("./Studio");
14
14
  remotion_1.Internals.CSSUtils.injectCSS(remotion_1.Internals.CSSUtils.makeDefaultPreviewCSS(null, '#1f2428'));
15
15
  if (!window.__remotionOverlayStarted) {
16
16
  window.__remotionOverlayStarted = true;
@@ -44,6 +44,5 @@ const renderToDOM = (content) => {
44
44
  };
45
45
  renderToDOM(jsx_runtime_1.jsx(NoRegisterRoot_1.NoRegisterRoot, {}));
46
46
  remotion_1.Internals.waitForRoot((NewRoot) => {
47
- remotion_1.Internals.enableSequenceStackTraces();
48
47
  renderToDOM(jsx_runtime_1.jsx(Studio_1.Studio, { readOnly: false, rootComponent: NewRoot }));
49
48
  });
@@ -203,7 +203,6 @@ const renderContent = (Root) => {
203
203
  window.remotion_isStudio = true;
204
204
  window.remotion_isReadOnlyStudio = true;
205
205
  window.remotion_inputProps = '{}';
206
- remotion_1.Internals.enableSequenceStackTraces();
207
206
  renderToDOM(jsx_runtime_1.jsx(StudioInternals.Studio, { readOnly: true, rootComponent: Root }));
208
207
  })
209
208
  .catch((err) => {
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.428",
6
+ "version": "4.0.430",
7
7
  "description": "APIs for interacting with the Remotion Studio",
8
8
  "main": "dist",
9
9
  "sideEffects": false,
@@ -11,7 +11,8 @@
11
11
  "lint": "eslint src",
12
12
  "make": "tsgo -d && bun --env-file=../.env.bundle bundle.ts",
13
13
  "test": "bun test src",
14
- "formatting": "prettier src --check"
14
+ "formatting": "oxfmt src --check",
15
+ "format": "oxfmt src"
15
16
  },
16
17
  "author": "Jonny Burger <jonny@remotion.dev>",
17
18
  "contributors": [],
@@ -25,14 +26,14 @@
25
26
  },
26
27
  "dependencies": {
27
28
  "semver": "7.5.3",
28
- "remotion": "4.0.428",
29
- "@remotion/player": "4.0.428",
30
- "@remotion/media-utils": "4.0.428",
31
- "@remotion/renderer": "4.0.428",
32
- "@remotion/web-renderer": "4.0.428",
33
- "@remotion/studio-shared": "4.0.428",
34
- "@remotion/zod-types": "4.0.428",
35
- "mediabunny": "1.34.4",
29
+ "remotion": "4.0.429",
30
+ "@remotion/player": "4.0.429",
31
+ "@remotion/media-utils": "4.0.429",
32
+ "@remotion/renderer": "4.0.429",
33
+ "@remotion/web-renderer": "4.0.429",
34
+ "@remotion/studio-shared": "4.0.429",
35
+ "@remotion/zod-types": "4.0.429",
36
+ "mediabunny": "1.35.1",
36
37
  "memfs": "3.4.3",
37
38
  "source-map": "0.7.3",
38
39
  "open": "^8.4.2",
@@ -42,7 +43,7 @@
42
43
  "react": "19.2.3",
43
44
  "react-dom": "19.2.3",
44
45
  "@types/semver": "^7.3.4",
45
- "@remotion/eslint-config-internal": "4.0.428",
46
+ "@remotion/eslint-config-internal": "4.0.429",
46
47
  "eslint": "9.19.0",
47
48
  "@typescript/native-preview": "7.0.0-dev.20260217.1"
48
49
  },
@@ -1,25 +0,0 @@
1
- var __create = Object.create;
2
- var __getProtoOf = Object.getPrototypeOf;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __toESM = (mod, isNodeMode, target) => {
7
- target = mod != null ? __create(__getProtoOf(mod)) : {};
8
- const to = isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target;
9
- for (let key of __getOwnPropNames(mod))
10
- if (!__hasOwnProp.call(to, key))
11
- __defProp(to, key, {
12
- get: () => mod[key],
13
- enumerable: true
14
- });
15
- return to;
16
- };
17
- var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
18
- get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
19
- }) : x)(function(x) {
20
- if (typeof require !== "undefined")
21
- return require.apply(this, arguments);
22
- throw Error('Dynamic require of "' + x + '" is not supported');
23
- });
24
-
25
- export { __toESM, __require };