@remotion/promo-pages 4.0.329 → 4.0.331
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
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @remotion/promo-pages@4.0.
|
|
3
|
+
> @remotion/promo-pages@4.0.331 make /Users/jonathanburger/remotion/packages/promo-pages
|
|
4
4
|
> bun --env-file=../.env.bundle bundle.ts
|
|
5
5
|
|
|
6
6
|
≈ tailwindcss v4.1.1
|
|
7
7
|
|
|
8
|
-
Done in
|
|
8
|
+
Done in 34ms
|
package/dist/Homepage.js
CHANGED
|
@@ -735,7 +735,7 @@ var __defProp2, __export2 = (target, all) => {
|
|
|
735
735
|
});
|
|
736
736
|
}, useIsPlayer = () => {
|
|
737
737
|
return useContext(IsPlayerContext);
|
|
738
|
-
}, VERSION = "4.0.
|
|
738
|
+
}, VERSION = "4.0.331", checkMultipleRemotionVersions = () => {
|
|
739
739
|
if (typeof globalThis === "undefined") {
|
|
740
740
|
return;
|
|
741
741
|
}
|
|
@@ -18882,7 +18882,6 @@ var EvaluateRemotionSection = () => {
|
|
|
18882
18882
|
"/img/freelancers/antoine.jpeg",
|
|
18883
18883
|
"/img/freelancers/ayush.png",
|
|
18884
18884
|
"/img/freelancers/benjamin.jpeg",
|
|
18885
|
-
"/img/freelancers/florent.jpeg",
|
|
18886
18885
|
"/img/freelancers/karel.jpeg",
|
|
18887
18886
|
"/img/freelancers/lorenzo.jpeg",
|
|
18888
18887
|
"/img/freelancers/mickael.jpeg",
|
package/dist/tailwind.css
CHANGED
|
@@ -1042,12 +1042,12 @@
|
|
|
1042
1042
|
--ifm-color-primary-lighter: #2f96f6;
|
|
1043
1043
|
--ifm-color-primary-lightest: #53a9f7;
|
|
1044
1044
|
--ifm-code-font-size: 100%;
|
|
1045
|
-
--ifm-font-family-base: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu,
|
|
1046
|
-
|
|
1047
|
-
|
|
1045
|
+
--ifm-font-family-base: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans,
|
|
1046
|
+
sans-serif, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif,
|
|
1047
|
+
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
|
|
1048
1048
|
--ifm-font-size-base: 16px;
|
|
1049
|
-
--ifm-font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
|
|
1050
|
-
|
|
1049
|
+
--ifm-font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
|
|
1050
|
+
monospace;
|
|
1051
1051
|
--ifm-color-emphasis-200: #ebedf0;
|
|
1052
1052
|
}
|
|
1053
1053
|
[data-theme='light'] {
|
|
@@ -1091,7 +1091,7 @@
|
|
|
1091
1091
|
color: var(--text-color);
|
|
1092
1092
|
}
|
|
1093
1093
|
html {
|
|
1094
|
-
font-family: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',
|
|
1094
|
+
font-family: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
1095
1095
|
}
|
|
1096
1096
|
body {
|
|
1097
1097
|
margin: 0;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/promo-pages",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.331",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
"polished": "4.3.1",
|
|
11
11
|
"zod": "3.22.3",
|
|
12
12
|
"bun-plugin-tailwind": "0.0.15",
|
|
13
|
-
"@remotion/
|
|
14
|
-
"
|
|
15
|
-
"@remotion/shapes": "4.0.
|
|
16
|
-
"
|
|
17
|
-
"@remotion/
|
|
18
|
-
"@remotion/
|
|
19
|
-
"@remotion/
|
|
20
|
-
"
|
|
13
|
+
"@remotion/lambda": "4.0.331",
|
|
14
|
+
"remotion": "4.0.331",
|
|
15
|
+
"@remotion/shapes": "4.0.331",
|
|
16
|
+
"create-video": "4.0.331",
|
|
17
|
+
"@remotion/paths": "4.0.331",
|
|
18
|
+
"@remotion/player": "4.0.331",
|
|
19
|
+
"@remotion/animated-emoji": "4.0.331",
|
|
20
|
+
"@remotion/lottie": "4.0.331"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@eslint/eslintrc": "3.1.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"tailwind-merge": "2.5.2",
|
|
35
35
|
"bun-plugin-tailwind": "0.0.13",
|
|
36
36
|
"clsx": "2.1.1",
|
|
37
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
37
|
+
"@remotion/eslint-config-internal": "4.0.331"
|
|
38
38
|
},
|
|
39
39
|
"repository": {
|
|
40
40
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/promo-pages"
|
|
@@ -13,7 +13,6 @@ const EvaluateRemotionSection: React.FC = () => {
|
|
|
13
13
|
'/img/freelancers/antoine.jpeg',
|
|
14
14
|
'/img/freelancers/ayush.png',
|
|
15
15
|
'/img/freelancers/benjamin.jpeg',
|
|
16
|
-
'/img/freelancers/florent.jpeg',
|
|
17
16
|
'/img/freelancers/karel.jpeg',
|
|
18
17
|
'/img/freelancers/lorenzo.jpeg',
|
|
19
18
|
'/img/freelancers/mickael.jpeg',
|
package/src/index.css
CHANGED
|
@@ -15,12 +15,14 @@
|
|
|
15
15
|
--ifm-color-primary-lighter: #2f96f6;
|
|
16
16
|
--ifm-color-primary-lightest: #53a9f7;
|
|
17
17
|
--ifm-code-font-size: 100%;
|
|
18
|
-
--ifm-font-family-base:
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
--ifm-font-family-base:
|
|
19
|
+
system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans,
|
|
20
|
+
sans-serif, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif,
|
|
21
|
+
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
|
|
21
22
|
--ifm-font-size-base: 16px;
|
|
22
|
-
--ifm-font-family-monospace:
|
|
23
|
-
'Liberation Mono', 'Courier New',
|
|
23
|
+
--ifm-font-family-monospace:
|
|
24
|
+
SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
|
|
25
|
+
monospace;
|
|
24
26
|
--ifm-color-emphasis-200: #ebedf0;
|
|
25
27
|
}
|
|
26
28
|
|
|
@@ -67,8 +69,9 @@
|
|
|
67
69
|
}
|
|
68
70
|
|
|
69
71
|
html {
|
|
70
|
-
font-family:
|
|
71
|
-
|
|
72
|
+
font-family:
|
|
73
|
+
ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
|
|
74
|
+
'Segoe UI Symbol', 'Noto Color Emoji';
|
|
72
75
|
}
|
|
73
76
|
body {
|
|
74
77
|
margin: 0;
|
|
Binary file
|