@remotion/studio 4.0.397 → 4.0.399

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.
@@ -206,7 +206,7 @@ var renderContent = (Root) => {
206
206
  renderToDOM(/* @__PURE__ */ jsx("div", {
207
207
  children: /* @__PURE__ */ jsx(DelayedSpinner, {})
208
208
  }));
209
- import("./chunk-ccmkk1aw.js").then(({ StudioInternals }) => {
209
+ import("./chunk-ecq04waf.js").then(({ StudioInternals }) => {
210
210
  window.remotion_isStudio = true;
211
211
  window.remotion_isReadOnlyStudio = true;
212
212
  window.remotion_inputProps = "{}";
@@ -90,7 +90,6 @@ const makeDefaultGlobalCSS = () => {
90
90
  inset -1px -1px #555,
91
91
  inset 1px -1px #555,
92
92
  inset -1px 1px #555;
93
- border-radius: 0 !important;
94
93
  }
95
94
 
96
95
  input[type='color'].__remotion_color_picker::-webkit-color-swatch-wrapper {
@@ -0,0 +1 @@
1
+ export declare const CertificateIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CertificateIcon = void 0;
4
+ const jsx_runtime_1 = require("react/jsx-runtime");
5
+ const CertificateIcon = (props) => ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 576 512", ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: "currentcolor", d: "M192 32l128 0 0 96c0 35.3 28.7 64 64 64l96 0 0 256c0 17.7-14.3 32-32 32l-192 0 0 32 192 0c35.3 0 64-28.7 64-64l0-261.5c0-17-6.7-33.3-18.7-45.3L370.7 18.7C358.7 6.7 342.5 0 325.5 0L192 0c-35.3 0-64 28.7-64 64l0 80c10.9 0 21.6 1 32 2.9L160 64c0-17.7 14.3-32 32-32zM352 45.3L466.7 160 384 160c-17.7 0-32-14.3-32-32l0-82.7zM32 320a96 96 0 1 1 192 0 96 96 0 1 1 -192 0zM176 438.7l0 66.3-40.1-22.9c-4.9-2.8-11-2.8-15.9 0L80 505 80 438.7c14.8 6 31 9.3 48 9.3s33.2-3.3 48-9.3zm32-18.8c29.3-23.5 48-59.5 48-99.9 0-70.7-57.3-128-128-128S0 249.3 0 320c0 40.4 18.7 76.5 48 99.9l0 101.8c0 12.3 10 22.3 22.3 22.3 3.9 0 7.7-1 11.1-2.9l46.6-26.6 46.6 26.6c3.4 1.9 7.2 2.9 11.1 2.9 12.3 0 22.3-10 22.3-22.3l0-101.8zM128 344a24 24 0 1 1 0-48 24 24 0 1 1 0 48zm0-80a56 56 0 1 0 0 112 56 56 0 1 0 0-112z" }) }));
6
+ exports.CertificateIcon = CertificateIcon;
@@ -15,6 +15,7 @@ export type WebRenderModalState = {
15
15
  inFrameMark: number | null;
16
16
  outFrameMark: number | null;
17
17
  initialLogLevel: LogLevel;
18
+ initialLicenseKey: string | null;
18
19
  };
19
20
  export type RenderModalState = {
20
21
  type: 'server-render';
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.397",
6
+ "version": "4.0.399",
7
7
  "description": "APIs for interacting with the Remotion Studio",
8
8
  "main": "dist",
9
9
  "sideEffects": false,
@@ -25,14 +25,14 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "semver": "7.5.3",
28
- "remotion": "4.0.397",
29
- "@remotion/player": "4.0.397",
30
- "@remotion/media-utils": "4.0.397",
31
- "@remotion/renderer": "4.0.397",
32
- "@remotion/web-renderer": "4.0.397",
33
- "@remotion/studio-shared": "4.0.397",
34
- "@remotion/zod-types": "4.0.397",
35
- "mediabunny": "1.27.2",
28
+ "remotion": "4.0.399",
29
+ "@remotion/player": "4.0.399",
30
+ "@remotion/media-utils": "4.0.399",
31
+ "@remotion/renderer": "4.0.399",
32
+ "@remotion/web-renderer": "4.0.399",
33
+ "@remotion/studio-shared": "4.0.399",
34
+ "@remotion/zod-types": "4.0.399",
35
+ "mediabunny": "1.27.3",
36
36
  "memfs": "3.4.3",
37
37
  "source-map": "0.7.3",
38
38
  "open": "^8.4.2",
@@ -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.397",
45
+ "@remotion/eslint-config-internal": "4.0.399",
46
46
  "eslint": "9.19.0"
47
47
  },
48
48
  "publishConfig": {