@remotion/promo-pages 4.0.355 → 4.0.357
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/dist/Homepage.js +584 -206
- package/dist/homepage/Pricing.js +1 -1
- package/package.json +10 -10
package/dist/homepage/Pricing.js
CHANGED
|
@@ -1532,7 +1532,7 @@ var PricingBulletPoint = ({ text, checked, children }) => {
|
|
|
1532
1532
|
style: greyCircle
|
|
1533
1533
|
}),
|
|
1534
1534
|
/* @__PURE__ */ jsxs3("div", {
|
|
1535
|
-
className: "fontbrand text-lg
|
|
1535
|
+
className: "fontbrand text-lg\t",
|
|
1536
1536
|
children: [
|
|
1537
1537
|
text,
|
|
1538
1538
|
children
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/promo-pages",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.357",
|
|
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
|
-
"@remotion/
|
|
15
|
-
"@remotion/
|
|
16
|
-
"@remotion/player": "4.0.
|
|
17
|
-
"@remotion/
|
|
18
|
-
"remotion": "4.0.
|
|
19
|
-
"create-video": "4.0.
|
|
20
|
-
"@remotion/
|
|
13
|
+
"@remotion/lottie": "4.0.357",
|
|
14
|
+
"@remotion/paths": "4.0.357",
|
|
15
|
+
"@remotion/lambda": "4.0.357",
|
|
16
|
+
"@remotion/player": "4.0.357",
|
|
17
|
+
"@remotion/shapes": "4.0.357",
|
|
18
|
+
"remotion": "4.0.357",
|
|
19
|
+
"create-video": "4.0.357",
|
|
20
|
+
"@remotion/animated-emoji": "4.0.357"
|
|
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.357"
|
|
38
38
|
},
|
|
39
39
|
"repository": {
|
|
40
40
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/promo-pages"
|