@remotion/promo-pages 4.0.477 → 4.0.479

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/promo-pages",
3
- "version": "4.0.477",
3
+ "version": "4.0.479",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -11,30 +11,30 @@
11
11
  },
12
12
  "type": "module",
13
13
  "dependencies": {
14
- "@remotion/animated-emoji": "4.0.477",
15
- "@remotion/design": "4.0.477",
16
- "@remotion/web-renderer": "4.0.477",
17
- "@remotion/lottie": "4.0.477",
18
- "@remotion/paths": "4.0.477",
19
- "@remotion/player": "4.0.477",
20
- "@remotion/shapes": "4.0.477",
21
- "@remotion/media": "4.0.477",
22
- "@remotion/svg-3d-engine": "4.0.477",
23
- "create-video": "4.0.477",
14
+ "@remotion/animated-emoji": "4.0.479",
15
+ "@remotion/design": "4.0.479",
16
+ "@remotion/web-renderer": "4.0.479",
17
+ "@remotion/lottie": "4.0.479",
18
+ "@remotion/paths": "4.0.479",
19
+ "@remotion/player": "4.0.479",
20
+ "@remotion/shapes": "4.0.479",
21
+ "@remotion/media": "4.0.479",
22
+ "@remotion/svg-3d-engine": "4.0.479",
23
+ "create-video": "4.0.479",
24
24
  "hls.js": "1.5.19",
25
25
  "polished": "4.3.1",
26
- "remotion": "4.0.477",
26
+ "remotion": "4.0.479",
27
27
  "zod": "4.3.6",
28
28
  "@mux/upchunk": "3.5.0",
29
29
  "@vidstack/react": "1.12.13",
30
30
  "bun-plugin-tailwind": "0.1.2",
31
- "@mediabunny/ac3": "1.45.0",
32
- "@mediabunny/aac-encoder": "1.45.0",
33
- "@mediabunny/flac-encoder": "1.45.0",
34
- "@mediabunny/mp3-encoder": "1.45.0"
31
+ "@mediabunny/ac3": "1.47.0",
32
+ "@mediabunny/aac-encoder": "1.47.0",
33
+ "@mediabunny/flac-encoder": "1.47.0",
34
+ "@mediabunny/mp3-encoder": "1.47.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@remotion/eslint-config-internal": "4.0.477",
37
+ "@remotion/eslint-config-internal": "4.0.479",
38
38
  "@eslint/eslintrc": "3.1.0",
39
39
  "@types/react": "19.2.7",
40
40
  "@types/react-dom": "19.2.3",
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const EditorStarterSection: React.FC;
3
- export default EditorStarterSection;
@@ -1,8 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { BlueButton, ClearButton } from './layout/Button';
3
- import { MuxVideo } from './MuxVideo';
4
- import { SectionTitle } from './VideoAppsTitle';
5
- const EditorStarterSection = () => {
6
- return (_jsxs("div", { children: [_jsx(SectionTitle, { children: "Build your own video editor" }), _jsx("br", {}), _jsx("div", { className: 'card flex p-0 overflow-hidden', children: _jsxs("div", { className: 'flex-1 flex flex-col lg:flex-row justify-center', children: [_jsx("div", { className: 'w-full max-w-[500px] aspect-square relative overflow-hidden bg-[#eee]', children: _jsx(MuxVideo, { muxId: 'YIvIidbcAc7009B00Wr7gIbGyq67YGNlytGvMXwdsLRtc', className: 'absolute left-0 top-0 w-full h-full object-cover object-top rounded-sm rounded-tr-none rounded-br-none', loop: true, autoPlay: true, playsInline: true, muted: true }) }), _jsxs("div", { className: 'p-6 flex-1 flex flex-col h-full', children: [_jsx("div", { className: "text-4xl font-bold fontbrand mt-0", children: "Editor Starter" }), _jsx("div", { className: "text-muted mt-4 text-base fontbrand", children: "A comprehensive template that includes everything you need to create custom video editing applications with React and TypeScript." }), _jsx("div", { className: "h-5" }), _jsxs("div", { className: "flex gap-2 items-center", children: [_jsx("a", { href: "https://www.remotion.pro/editor-starter?ref=remotion.dev", target: "_blank", className: "no-underline", children: _jsx(BlueButton, { size: "sm", loading: false, children: "Purchase" }) }), _jsx("a", { href: "https://editor-starter.remotion.dev?ref=remotion.dev", target: "_blank", className: "no-underline", children: _jsx(ClearButton, { size: "sm", loading: false, children: "Demo" }) }), ' ', _jsx("a", { href: "https://remotion.dev/editor-starter", className: "no-underline", children: _jsx(ClearButton, { size: "sm", loading: false, children: "Docs" }) })] }), _jsx("br", {})] })] }) })] }));
7
- };
8
- export default EditorStarterSection;