@remotion/studio 4.0.311 → 4.0.312

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.
@@ -4475,7 +4475,8 @@ var AskAiModal = () => {
4475
4475
  ref: iframe,
4476
4476
  frameBorder: 0,
4477
4477
  style: container11,
4478
- src: "https://www.remotion.dev/ai-embed"
4478
+ src: "https://www.remotion.dev/ai-embed",
4479
+ allow: "clipboard-read; clipboard-write"
4479
4480
  })
4480
4481
  ]
4481
4482
  })
@@ -4480,7 +4480,8 @@ var AskAiModal = () => {
4480
4480
  ref: iframe,
4481
4481
  frameBorder: 0,
4482
4482
  style: container11,
4483
- src: "https://www.remotion.dev/ai-embed"
4483
+ src: "https://www.remotion.dev/ai-embed",
4484
+ allow: "clipboard-read; clipboard-write"
4484
4485
  })
4485
4486
  ]
4486
4487
  })
@@ -181,7 +181,7 @@ var renderContent = (Root) => {
181
181
  renderToDOM(/* @__PURE__ */ jsx("div", {
182
182
  children: /* @__PURE__ */ jsx(DelayedSpinner, {})
183
183
  }));
184
- import("./chunk-20ey497a.js").then(({ StudioInternals }) => {
184
+ import("./chunk-cm1ntfse.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.311",
6
+ "version": "4.0.312",
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/player": "4.0.311",
27
- "remotion": "4.0.311",
28
- "@remotion/media-utils": "4.0.311",
29
- "@remotion/media-parser": "4.0.311",
30
- "@remotion/renderer": "4.0.311",
31
- "@remotion/studio-shared": "4.0.311",
32
- "@remotion/webcodecs": "4.0.311",
33
- "@remotion/zod-types": "4.0.311"
26
+ "remotion": "4.0.312",
27
+ "@remotion/player": "4.0.312",
28
+ "@remotion/media-parser": "4.0.312",
29
+ "@remotion/studio-shared": "4.0.312",
30
+ "@remotion/media-utils": "4.0.312",
31
+ "@remotion/webcodecs": "4.0.312",
32
+ "@remotion/renderer": "4.0.312",
33
+ "@remotion/zod-types": "4.0.312"
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.311"
40
+ "@remotion/eslint-config-internal": "4.0.312"
41
41
  },
42
42
  "publishConfig": {
43
43
  "access": "public"