@remotion/studio 4.0.427 → 4.0.428

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.
@@ -208,7 +208,7 @@ var renderContent = (Root) => {
208
208
  renderToDOM(/* @__PURE__ */ jsx("div", {
209
209
  children: /* @__PURE__ */ jsx(DelayedSpinner, {})
210
210
  }));
211
- import("./chunk-k61xktct.js").then(({ StudioInternals }) => {
211
+ import("./chunk-btxgxqx6.js").then(({ StudioInternals }) => {
212
212
  window.remotion_isStudio = true;
213
213
  window.remotion_isReadOnlyStudio = true;
214
214
  window.remotion_inputProps = "{}";
@@ -1,4 +1,5 @@
1
1
  export declare const TIMELINE_PADDING = 16;
2
2
  export declare const TIMELINE_BORDER = 1;
3
3
  export declare const TIMELINE_ITEM_BORDER_BOTTOM = 1;
4
+ export declare const TIMELINE_TRACK_EXPANDED_HEIGHT = 100;
4
5
  export declare const getTimelineLayerHeight: (type: "other" | "video") => 25 | 50;
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getTimelineLayerHeight = exports.TIMELINE_ITEM_BORDER_BOTTOM = exports.TIMELINE_BORDER = exports.TIMELINE_PADDING = void 0;
3
+ exports.getTimelineLayerHeight = 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
+ exports.TIMELINE_TRACK_EXPANDED_HEIGHT = 100;
7
8
  const getTimelineLayerHeight = (type) => {
8
9
  if (type === 'video') {
9
10
  return 50;
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.427",
6
+ "version": "4.0.428",
7
7
  "description": "APIs for interacting with the Remotion Studio",
8
8
  "main": "dist",
9
9
  "sideEffects": false,
@@ -25,13 +25,13 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "semver": "7.5.3",
28
- "remotion": "4.0.427",
29
- "@remotion/player": "4.0.427",
30
- "@remotion/media-utils": "4.0.427",
31
- "@remotion/renderer": "4.0.427",
32
- "@remotion/web-renderer": "4.0.427",
33
- "@remotion/studio-shared": "4.0.427",
34
- "@remotion/zod-types": "4.0.427",
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
35
  "mediabunny": "1.34.4",
36
36
  "memfs": "3.4.3",
37
37
  "source-map": "0.7.3",
@@ -42,7 +42,7 @@
42
42
  "react": "19.2.3",
43
43
  "react-dom": "19.2.3",
44
44
  "@types/semver": "^7.3.4",
45
- "@remotion/eslint-config-internal": "4.0.427",
45
+ "@remotion/eslint-config-internal": "4.0.428",
46
46
  "eslint": "9.19.0",
47
47
  "@typescript/native-preview": "7.0.0-dev.20260217.1"
48
48
  },