@remotion/promo-pages 4.0.260 → 5.0.0-canary
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/.turbo/turbo-make.log +2 -2
- package/bundle.ts +1 -9
- package/dist/Homepage.js +3 -5
- package/dist/homepage/Pricing.js +1 -1
- package/package.json +49 -48
- package/src/components/homepage/FreePricing.tsx +1 -1
- package/.turbo/turbo-lint.log +0 -5
- package/LICENSE.md +0 -49
package/.turbo/turbo-make.log
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @remotion/promo-pages@4.0.
|
|
3
|
+
> @remotion/promo-pages@4.0.258 make /Users/jonathanburger/remotion/packages/promo-pages
|
|
4
4
|
> bun --env-file=../.env.bundle bundle.ts
|
|
5
5
|
|
|
6
6
|
≈ tailwindcss v4.0.0
|
|
7
7
|
|
|
8
|
-
Done in
|
|
8
|
+
Done in 53ms
|
package/bundle.ts
CHANGED
|
@@ -28,15 +28,7 @@ const result = await Bun.build({
|
|
|
28
28
|
'./src/components/homepage/Pricing.tsx',
|
|
29
29
|
],
|
|
30
30
|
format: 'esm',
|
|
31
|
-
external: [
|
|
32
|
-
'react',
|
|
33
|
-
'react/jsx-runtime',
|
|
34
|
-
'react-dom',
|
|
35
|
-
'lottie-web',
|
|
36
|
-
'hls.js',
|
|
37
|
-
'plyr',
|
|
38
|
-
'zod',
|
|
39
|
-
],
|
|
31
|
+
external: ['react', 'react-dom', 'lottie-web', 'hls.js', 'plyr', 'zod'],
|
|
40
32
|
});
|
|
41
33
|
|
|
42
34
|
for (const output of result.outputs) {
|
package/dist/Homepage.js
CHANGED
|
@@ -834,7 +834,7 @@ Check that all your Remotion packages are on the same version. If your dependenc
|
|
|
834
834
|
setNonce(context.getNonce);
|
|
835
835
|
}, [context]);
|
|
836
836
|
return nonce;
|
|
837
|
-
}, exports_timeline_position_state, CompositionManager, EditorPropsContext, editorPropsProviderRef,
|
|
837
|
+
}, exports_timeline_position_state, CompositionManager, EditorPropsContext, editorPropsProviderRef, EditorPropsProvider = ({ children }) => {
|
|
838
838
|
const [props, setProps] = React42.useState({});
|
|
839
839
|
const updateProps = useCallback22(({
|
|
840
840
|
defaultProps,
|
|
@@ -5509,7 +5509,6 @@ var init_esm = __esm(() => {
|
|
|
5509
5509
|
}
|
|
5510
5510
|
});
|
|
5511
5511
|
editorPropsProviderRef = React42.createRef();
|
|
5512
|
-
timeValueRef = React42.createRef();
|
|
5513
5512
|
validCodecs = [
|
|
5514
5513
|
"h264",
|
|
5515
5514
|
"h265",
|
|
@@ -5820,8 +5819,7 @@ var init_esm = __esm(() => {
|
|
|
5820
5819
|
Log,
|
|
5821
5820
|
LogLevelContext,
|
|
5822
5821
|
useLogLevel,
|
|
5823
|
-
playbackLogging
|
|
5824
|
-
timeValueRef
|
|
5822
|
+
playbackLogging
|
|
5825
5823
|
};
|
|
5826
5824
|
PERCENTAGE = NUMBER + "%";
|
|
5827
5825
|
IsInsideSeriesContext = createContext19(false);
|
|
@@ -7882,7 +7880,7 @@ var CompanyPricing = () => {
|
|
|
7882
7880
|
children: [
|
|
7883
7881
|
/* @__PURE__ */ jsx4("div", {
|
|
7884
7882
|
className: "fontbrand font-bold text-lg",
|
|
7885
|
-
children: "
|
|
7883
|
+
children: "WebCodec Conversion Units"
|
|
7886
7884
|
}),
|
|
7887
7885
|
/* @__PURE__ */ jsxs4("div", {
|
|
7888
7886
|
className: "text-muted fontbrand text-sm",
|
package/dist/homepage/Pricing.js
CHANGED
|
@@ -1845,7 +1845,7 @@ var CompanyPricing = () => {
|
|
|
1845
1845
|
children: [
|
|
1846
1846
|
/* @__PURE__ */ jsx4("div", {
|
|
1847
1847
|
className: "fontbrand font-bold text-lg",
|
|
1848
|
-
children: "
|
|
1848
|
+
children: "WebCodec Conversion Units"
|
|
1849
1849
|
}),
|
|
1850
1850
|
/* @__PURE__ */ jsxs4("div", {
|
|
1851
1851
|
className: "text-muted fontbrand text-sm",
|
package/package.json
CHANGED
|
@@ -1,49 +1,50 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
}
|
|
2
|
+
"name": "@remotion/promo-pages",
|
|
3
|
+
"version": "5.0.0-canary",
|
|
4
|
+
"publishConfig": {
|
|
5
|
+
"access": "public"
|
|
6
|
+
},
|
|
7
|
+
"scripts": {
|
|
8
|
+
"make": "bun --env-file=../.env.bundle bundle.ts",
|
|
9
|
+
"lint": "tsc && eslint src",
|
|
10
|
+
"dev": "vite"
|
|
11
|
+
},
|
|
12
|
+
"type": "module",
|
|
13
|
+
"dependencies": {
|
|
14
|
+
"@remotion/animated-emoji": "workspace:*",
|
|
15
|
+
"@remotion/lambda": "workspace:*",
|
|
16
|
+
"@remotion/lottie": "workspace:*",
|
|
17
|
+
"@remotion/paths": "workspace:*",
|
|
18
|
+
"@remotion/player": "workspace:*",
|
|
19
|
+
"@remotion/shapes": "workspace:*",
|
|
20
|
+
"create-video": "workspace:*",
|
|
21
|
+
"hls.js": "1.5.19",
|
|
22
|
+
"polished": "4.3.1",
|
|
23
|
+
"react": "19.0.0",
|
|
24
|
+
"react-dom": "19.0.0",
|
|
25
|
+
"remotion": "workspace:*",
|
|
26
|
+
"vite": "^5.4.12",
|
|
27
|
+
"zod": "3.22.3"
|
|
28
|
+
},
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"@remotion/eslint-config-internal": "workspace:*",
|
|
31
|
+
"@eslint/eslintrc": "3.1.0",
|
|
32
|
+
"@types/react": "19.0.0",
|
|
33
|
+
"@types/react-dom": "19.0.0",
|
|
34
|
+
"eslint": "9.14.0",
|
|
35
|
+
"eslint-config-next": "15.0.4",
|
|
36
|
+
"plyr": "^3.7.3",
|
|
37
|
+
"postcss": "8.4.47",
|
|
38
|
+
"tailwindcss": "4.0.0",
|
|
39
|
+
"@tailwindcss/cli": "4.0.0",
|
|
40
|
+
"@tailwindcss/vite": "4.0.0",
|
|
41
|
+
"tailwindcss-scoped-preflight": "3.4.10",
|
|
42
|
+
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
43
|
+
"tailwind-merge": "2.5.2",
|
|
44
|
+
"bun-plugin-tailwind": "0.0.13",
|
|
45
|
+
"clsx": "2.1.1"
|
|
46
|
+
},
|
|
47
|
+
"repository": {
|
|
48
|
+
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/promo-pages"
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -253,7 +253,7 @@ export const CompanyPricing: React.FC = () => {
|
|
|
253
253
|
<div className={'flex flex-row items-center'}>
|
|
254
254
|
<div style={textUnitWrapper}>
|
|
255
255
|
<div className={'fontbrand font-bold text-lg'}>
|
|
256
|
-
|
|
256
|
+
WebCodec Conversion Units
|
|
257
257
|
</div>
|
|
258
258
|
<div className={'text-muted fontbrand text-sm'}>
|
|
259
259
|
Allows for{' '}
|
package/.turbo/turbo-lint.log
DELETED
package/LICENSE.md
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
# Remotion License
|
|
2
|
-
|
|
3
|
-
In Remotion 5.0, the license will slightly change. [View the changes here](https://github.com/remotion-dev/remotion/pull/3750).
|
|
4
|
-
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
Depending on the type of your legal entity, you are granted permission to use Remotion for your project. Individuals and small companies are allowed to use Remotion to create videos for free (even commercial), while a company license is required for for-profit organizations of a certain size. This two-tier system was designed to ensure funding for this project while still allowing the source code to be available and the program to be free for most. Read below for the exact terms of use.
|
|
8
|
-
|
|
9
|
-
- [Free license](#free-license)
|
|
10
|
-
- [Company license](#company-license)
|
|
11
|
-
|
|
12
|
-
## Free license
|
|
13
|
-
|
|
14
|
-
Copyright © 2025 [Remotion](https://www.remotion.dev)
|
|
15
|
-
|
|
16
|
-
### Eligibility
|
|
17
|
-
|
|
18
|
-
You are eligible to use Remotion for free if you are:
|
|
19
|
-
|
|
20
|
-
- an individual
|
|
21
|
-
- a for-profit organization with up to 3 employees
|
|
22
|
-
- a non-profit or not-for-profit organization
|
|
23
|
-
- evaluating whether Remotion is a good fit, and are not yet using it in a commercial way
|
|
24
|
-
|
|
25
|
-
### Allowed use cases
|
|
26
|
-
|
|
27
|
-
Permission is hereby granted, free of charge, to any person eligible for the "Free license", to use the software non-commercially or commercially for the purpose of creating videos and images and to modify the software to their own liking, for the purpose of fulfilling their custom use case or to contribute bug fixes or improvements back to Remotion.
|
|
28
|
-
|
|
29
|
-
### Disallowed use cases
|
|
30
|
-
|
|
31
|
-
It is not allowed to copy or modify Remotion code for the purpose of selling, renting, licensing, relicensing, or sublicensing your own derivate of Remotion.
|
|
32
|
-
|
|
33
|
-
### Warranty notice
|
|
34
|
-
|
|
35
|
-
The software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and non-infringement. In no event shall the author or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.
|
|
36
|
-
|
|
37
|
-
### Support
|
|
38
|
-
|
|
39
|
-
Support is provided on a best-we-can-do basis via GitHub Issues and Discord.
|
|
40
|
-
|
|
41
|
-
## Company license
|
|
42
|
-
|
|
43
|
-
You are required to obtain a company license to use Remotion if you are not within the group of entities eligible for a free license. This license will enable you to use Remotion for the allowed use cases specified in the free license, and give you access to prioritized support (read the [Support Policy](https://www.remotion.dev/docs/support)).
|
|
44
|
-
|
|
45
|
-
Visit [remotion.pro](https://www.remotion.pro/license) for pricing and to buy a license.
|
|
46
|
-
|
|
47
|
-
### FAQs
|
|
48
|
-
|
|
49
|
-
Are you not sure whether you need a company license because of an edge case? Here are some [frequently asked questions](https://www.remotion.pro/faq).
|