@remotion/promo-pages 4.0.371 → 4.0.373
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/dist/Homepage.js +6812 -1989
- package/dist/Users/jonathanburger/remotion/packages/promo-pages/dist/Homepage.js +6812 -1989
- package/dist/Users/jonathanburger/remotion/packages/promo-pages/dist/design.js +5827 -984
- package/dist/Users/jonathanburger/remotion/packages/promo-pages/dist/homepage/Pricing.js +5859 -1055
- package/dist/Users/jonathanburger/remotion/packages/promo-pages/dist/template-modal-content.js +5931 -1118
- package/dist/Users/jonathanburger/remotion/packages/promo-pages/dist/templates.js +5924 -1113
- package/dist/design.js +5827 -984
- package/dist/homepage/Pricing.js +5859 -1055
- package/dist/tailwind.css +381 -3
- package/dist/template-modal-content.js +5931 -1118
- package/dist/templates.js +5924 -1113
- package/package.json +12 -12
- package/dist/Users/jonathanburger/remotion/packages/promo-pages/dist/templates.css +0 -43
- package/dist/templates.css +0 -43
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/promo-pages",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.373",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -11,23 +11,23 @@
|
|
|
11
11
|
},
|
|
12
12
|
"type": "module",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@remotion/animated-emoji": "4.0.
|
|
15
|
-
"@remotion/design": "4.0.
|
|
16
|
-
"@remotion/lambda": "4.0.
|
|
17
|
-
"@remotion/lottie": "4.0.
|
|
18
|
-
"@remotion/paths": "4.0.
|
|
19
|
-
"@remotion/player": "4.0.
|
|
20
|
-
"@remotion/shapes": "4.0.
|
|
21
|
-
"@remotion/svg-3d-engine": "4.0.
|
|
22
|
-
"create-video": "4.0.
|
|
14
|
+
"@remotion/animated-emoji": "4.0.373",
|
|
15
|
+
"@remotion/design": "4.0.373",
|
|
16
|
+
"@remotion/lambda": "4.0.373",
|
|
17
|
+
"@remotion/lottie": "4.0.373",
|
|
18
|
+
"@remotion/paths": "4.0.373",
|
|
19
|
+
"@remotion/player": "4.0.373",
|
|
20
|
+
"@remotion/shapes": "4.0.373",
|
|
21
|
+
"@remotion/svg-3d-engine": "4.0.373",
|
|
22
|
+
"create-video": "4.0.373",
|
|
23
23
|
"hls.js": "1.5.19",
|
|
24
24
|
"polished": "4.3.1",
|
|
25
|
-
"remotion": "4.0.
|
|
25
|
+
"remotion": "4.0.373",
|
|
26
26
|
"zod": "3.22.3",
|
|
27
27
|
"bun-plugin-tailwind": "0.1.2"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
30
|
+
"@remotion/eslint-config-internal": "4.0.373",
|
|
31
31
|
"@eslint/eslintrc": "3.1.0",
|
|
32
32
|
"@types/react": "19.0.0",
|
|
33
33
|
"@types/react-dom": "19.0.0",
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/* src/components/templates.module.css */
|
|
2
|
-
.title_lBkoxQ {
|
|
3
|
-
text-align: center;
|
|
4
|
-
margin-top: 75px;
|
|
5
|
-
margin-bottom: 40px;
|
|
6
|
-
font-size: 5em;
|
|
7
|
-
font-weight: 900;
|
|
8
|
-
line-height: 1;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.grid_lBkoxQ {
|
|
12
|
-
display: grid;
|
|
13
|
-
grid-template-columns: 1fr 1fr 1fr;
|
|
14
|
-
grid-auto-rows: 1fr;
|
|
15
|
-
grid-gap: 15px;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.item_lBkoxQ {
|
|
19
|
-
display: flex;
|
|
20
|
-
overflow: hidden;
|
|
21
|
-
position: relative;
|
|
22
|
-
color: var(--text-color);
|
|
23
|
-
border: 1px solid var(--ifm-color-emphasis-300);
|
|
24
|
-
border-radius: 5px;
|
|
25
|
-
flex-direction: column;
|
|
26
|
-
padding: 14px;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.item_lBkoxQ:hover {
|
|
30
|
-
border: 1px solid var(--ifm-color-emphasis-500);
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
@media (max-width: 1000px) {
|
|
34
|
-
.grid_lBkoxQ {
|
|
35
|
-
grid-template-columns: 1fr 1fr;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
@media (max-width: 600px) {
|
|
40
|
-
.grid_lBkoxQ {
|
|
41
|
-
grid-template-columns: 1fr;
|
|
42
|
-
}
|
|
43
|
-
}
|
package/dist/templates.css
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/* src/components/templates.module.css */
|
|
2
|
-
.title_lBkoxQ {
|
|
3
|
-
text-align: center;
|
|
4
|
-
margin-top: 75px;
|
|
5
|
-
margin-bottom: 40px;
|
|
6
|
-
font-size: 5em;
|
|
7
|
-
font-weight: 900;
|
|
8
|
-
line-height: 1;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.grid_lBkoxQ {
|
|
12
|
-
display: grid;
|
|
13
|
-
grid-template-columns: 1fr 1fr 1fr;
|
|
14
|
-
grid-auto-rows: 1fr;
|
|
15
|
-
grid-gap: 15px;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.item_lBkoxQ {
|
|
19
|
-
display: flex;
|
|
20
|
-
overflow: hidden;
|
|
21
|
-
position: relative;
|
|
22
|
-
color: var(--text-color);
|
|
23
|
-
border: 1px solid var(--ifm-color-emphasis-300);
|
|
24
|
-
border-radius: 5px;
|
|
25
|
-
flex-direction: column;
|
|
26
|
-
padding: 14px;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.item_lBkoxQ:hover {
|
|
30
|
-
border: 1px solid var(--ifm-color-emphasis-500);
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
@media (max-width: 1000px) {
|
|
34
|
-
.grid_lBkoxQ {
|
|
35
|
-
grid-template-columns: 1fr 1fr;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
@media (max-width: 600px) {
|
|
40
|
-
.grid_lBkoxQ {
|
|
41
|
-
grid-template-columns: 1fr;
|
|
42
|
-
}
|
|
43
|
-
}
|