@remotion/studio 4.0.355 → 4.0.356

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.
@@ -11386,7 +11386,7 @@ var optionRow = {
11386
11386
  paddingBottom: 8
11387
11387
  };
11388
11388
  var label5 = {
11389
- width: 220,
11389
+ width: 260,
11390
11390
  fontSize: 15,
11391
11391
  lineHeight: "40px",
11392
11392
  color: LIGHT_TEXT,
@@ -11666,7 +11666,7 @@ var optionRow = {
11666
11666
  paddingBottom: 8
11667
11667
  };
11668
11668
  var label5 = {
11669
- width: 220,
11669
+ width: 260,
11670
11670
  fontSize: 15,
11671
11671
  lineHeight: "40px",
11672
11672
  color: LIGHT_TEXT,
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  __require,
3
3
  __toESM
4
- } from "./chunk-cf4g1482.js";
4
+ } from "./chunk-6jf1natv.js";
5
5
 
6
6
  // src/renderEntry.tsx
7
7
  import { useContext, useEffect, useRef, useState } from "react";
@@ -185,7 +185,7 @@ var renderContent = (Root) => {
185
185
  renderToDOM(/* @__PURE__ */ jsx("div", {
186
186
  children: /* @__PURE__ */ jsx(DelayedSpinner, {})
187
187
  }));
188
- import("./chunk-zjtmp09e.js").then(({ StudioInternals }) => {
188
+ import("./chunk-genqsbxw.js").then(({ StudioInternals }) => {
189
189
  window.remotion_isStudio = true;
190
190
  window.remotion_isReadOnlyStudio = true;
191
191
  Internals.enableSequenceStackTraces();
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.355",
6
+ "version": "4.0.356",
7
7
  "description": "APIs for interacting with the Remotion Studio",
8
8
  "main": "dist",
9
9
  "sideEffects": false,
@@ -23,22 +23,22 @@
23
23
  "source-map": "0.7.3",
24
24
  "open": "^8.4.2",
25
25
  "zod": "3.22.3",
26
- "remotion": "4.0.355",
27
- "@remotion/renderer": "4.0.355",
28
- "@remotion/player": "4.0.355",
29
- "@remotion/web-renderer": "4.0.355",
30
- "@remotion/webcodecs": "4.0.355",
31
- "@remotion/zod-types": "4.0.355",
32
- "@remotion/studio-shared": "4.0.355",
33
- "@remotion/media-parser": "4.0.355",
34
- "@remotion/media-utils": "4.0.355"
26
+ "@remotion/media-parser": "4.0.356",
27
+ "remotion": "4.0.356",
28
+ "@remotion/player": "4.0.356",
29
+ "@remotion/web-renderer": "4.0.356",
30
+ "@remotion/webcodecs": "4.0.356",
31
+ "@remotion/studio-shared": "4.0.356",
32
+ "@remotion/media-utils": "4.0.356",
33
+ "@remotion/zod-types": "4.0.356",
34
+ "@remotion/renderer": "4.0.356"
35
35
  },
36
36
  "devDependencies": {
37
37
  "react": "19.0.0",
38
38
  "react-dom": "19.0.0",
39
39
  "@types/semver": "^7.3.4",
40
40
  "eslint": "9.19.0",
41
- "@remotion/eslint-config-internal": "4.0.355"
41
+ "@remotion/eslint-config-internal": "4.0.356"
42
42
  },
43
43
  "publishConfig": {
44
44
  "access": "public"