@remotion/promo-pages 4.0.313 → 4.0.314

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.
@@ -1,8 +1,8 @@
1
1
 
2
2
  
3
- > @remotion/promo-pages@4.0.313 make /Users/jonathanburger/remotion/packages/promo-pages
3
+ > @remotion/promo-pages@4.0.314 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 52ms
8
+ Done in 25ms
package/dist/Homepage.js CHANGED
@@ -1819,7 +1819,7 @@ var CompanyPricing = () => {
1819
1819
  children: [
1820
1820
  /* @__PURE__ */ jsx4("div", {
1821
1821
  className: "fontbrand font-bold text-lg",
1822
- children: "WebCodecs Conversion Units"
1822
+ children: "WebCodecs Creation Units"
1823
1823
  }),
1824
1824
  /* @__PURE__ */ jsxs4("div", {
1825
1825
  className: "text-muted fontbrand text-sm",
@@ -1831,7 +1831,7 @@ var CompanyPricing = () => {
1831
1831
  href: "https://remotion.dev/webcodecs",
1832
1832
  children: [
1833
1833
  conversionsPerMonth,
1834
- " client-side video conversions",
1834
+ " client-side video creations",
1835
1835
  " "
1836
1836
  ]
1837
1837
  })
@@ -4504,7 +4504,7 @@ var BackgroundAnimation = () => {
4504
4504
  document.head.appendChild(_style);
4505
4505
  }, [css]);
4506
4506
  return /* @__PURE__ */ jsx6("div", {
4507
- className: " w-full h-full left-[50%] ml-[-50%] min-w-0 lg:m-auto lg:relative lg:min-w-[700px] lg:max-w-[1200px] lg:ml-auto lg:left-auto pointer-events-none",
4507
+ className: " w-full h-full min-w-0 m-auto lg:relative lg:min-w-[700px] lg:max-w-[1200px] lg:ml-auto lg:left-auto pointer-events-none",
4508
4508
  children: /* @__PURE__ */ jsxs6("svg", {
4509
4509
  className: "translate-y-[-30%] lg:translate-y-[-50%]",
4510
4510
  viewBox: "0 0 1 1",
@@ -4712,7 +4712,7 @@ var GitHubStars = () => {
4712
4712
  width: "45px"
4713
4713
  }),
4714
4714
  /* @__PURE__ */ jsx7(StatItemContent, {
4715
- content: "21k",
4715
+ content: "22k",
4716
4716
  width: "80px",
4717
4717
  fontSize: "2.5rem",
4718
4718
  fontWeight: "bold"
@@ -5222,7 +5222,7 @@ var useIsPlayer = () => {
5222
5222
  function truthy(value) {
5223
5223
  return Boolean(value);
5224
5224
  }
5225
- var VERSION = "4.0.313";
5225
+ var VERSION = "4.0.314";
5226
5226
  var checkMultipleRemotionVersions = () => {
5227
5227
  if (typeof globalThis === "undefined") {
5228
5228
  return;
@@ -21235,7 +21235,7 @@ var GithubButton = () => {
21235
21235
  " ",
21236
21236
  /* @__PURE__ */ jsx128("div", {
21237
21237
  className: "text-xs inline-block ml-2 leading-none mt-[3px] self-center",
21238
- children: "21k"
21238
+ children: "22k"
21239
21239
  })
21240
21240
  ]
21241
21241
  });
@@ -1819,7 +1819,7 @@ var CompanyPricing = () => {
1819
1819
  children: [
1820
1820
  /* @__PURE__ */ jsx4("div", {
1821
1821
  className: "fontbrand font-bold text-lg",
1822
- children: "WebCodecs Conversion Units"
1822
+ children: "WebCodecs Creation Units"
1823
1823
  }),
1824
1824
  /* @__PURE__ */ jsxs4("div", {
1825
1825
  className: "text-muted fontbrand text-sm",
@@ -1831,7 +1831,7 @@ var CompanyPricing = () => {
1831
1831
  href: "https://remotion.dev/webcodecs",
1832
1832
  children: [
1833
1833
  conversionsPerMonth,
1834
- " client-side video conversions",
1834
+ " client-side video creations",
1835
1835
  " "
1836
1836
  ]
1837
1837
  })
package/dist/tailwind.css CHANGED
@@ -117,9 +117,6 @@
117
117
  .left-1\/2 {
118
118
  left: calc(1/2 * 100%);
119
119
  }
120
- .left-\[50\%\] {
121
- left: 50%;
122
- }
123
120
  .z-0 {
124
121
  z-index: 0;
125
122
  }
@@ -213,9 +210,6 @@
213
210
  .ml-4 {
214
211
  margin-left: calc(var(--spacing) * 4);
215
212
  }
216
- .ml-\[-50\%\] {
217
- margin-left: -50%;
218
- }
219
213
  .box-border {
220
214
  box-sizing: border-box;
221
215
  }
@@ -830,11 +824,6 @@
830
824
  left: auto;
831
825
  }
832
826
  }
833
- .lg\:m-auto {
834
- @media (width >= 64rem) {
835
- margin: auto;
836
- }
837
- }
838
827
  .lg\:mx-3 {
839
828
  @media (width >= 64rem) {
840
829
  margin-inline: calc(var(--spacing) * 3);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/promo-pages",
3
- "version": "4.0.313",
3
+ "version": "4.0.314",
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/animated-emoji": "4.0.313",
14
- "@remotion/lottie": "4.0.313",
15
- "@remotion/player": "4.0.313",
16
- "@remotion/lambda": "4.0.313",
17
- "@remotion/paths": "4.0.313",
18
- "create-video": "4.0.313",
19
- "@remotion/shapes": "4.0.313",
20
- "remotion": "4.0.313"
13
+ "@remotion/animated-emoji": "4.0.314",
14
+ "@remotion/lambda": "4.0.314",
15
+ "@remotion/paths": "4.0.314",
16
+ "@remotion/player": "4.0.314",
17
+ "@remotion/shapes": "4.0.314",
18
+ "create-video": "4.0.314",
19
+ "@remotion/lottie": "4.0.314",
20
+ "remotion": "4.0.314"
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.313"
37
+ "@remotion/eslint-config-internal": "4.0.314"
38
38
  },
39
39
  "repository": {
40
40
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/promo-pages"
@@ -52,7 +52,7 @@ export const BackgroundAnimation: React.FC = () => {
52
52
  }, [css]);
53
53
 
54
54
  return (
55
- <div className=" w-full h-full left-[50%] ml-[-50%] min-w-0 lg:m-auto lg:relative lg:min-w-[700px] lg:max-w-[1200px] lg:ml-auto lg:left-auto pointer-events-none">
55
+ <div className=" w-full h-full min-w-0 m-auto lg:relative lg:min-w-[700px] lg:max-w-[1200px] lg:ml-auto lg:left-auto pointer-events-none">
56
56
  <svg
57
57
  className="translate-y-[-30%] lg:translate-y-[-50%]"
58
58
  viewBox="0 0 1 1"
@@ -177,7 +177,7 @@ export const GitHubStars: React.FC = () => {
177
177
  width="45px"
178
178
  />
179
179
  <StatItemContent
180
- content="21k"
180
+ content="22k"
181
181
  width="80px"
182
182
  fontSize="2.5rem"
183
183
  fontWeight="bold"
@@ -239,7 +239,7 @@ export const CompanyPricing: React.FC = () => {
239
239
  <div className={'flex flex-row items-center'}>
240
240
  <div style={textUnitWrapper}>
241
241
  <div className={'fontbrand font-bold text-lg'}>
242
- WebCodecs Conversion Units
242
+ WebCodecs Creation Units
243
243
  </div>
244
244
  <div className={'text-muted fontbrand text-sm'}>
245
245
  Allows for{' '}
@@ -247,7 +247,7 @@ export const CompanyPricing: React.FC = () => {
247
247
  className="underline underline-offset-4 text-inherit"
248
248
  href="https://remotion.dev/webcodecs"
249
249
  >
250
- {conversionsPerMonth} client-side video conversions{' '}
250
+ {conversionsPerMonth} client-side video creations{' '}
251
251
  </a>
252
252
  </div>
253
253
  </div>
@@ -16,7 +16,7 @@ export const GithubButton: React.FC = () => {
16
16
  <div className="flex flex-row items-center text-base">
17
17
  <GithubIcon /> <span>GitHub</span>{' '}
18
18
  <div className="text-xs inline-block ml-2 leading-none mt-[3px] self-center">
19
- {'21k'}
19
+ {'22k'}
20
20
  </div>
21
21
  </div>
22
22
  );