@remotion/promo-pages 4.0.351 → 4.0.352

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.351 make /Users/jonathanburger/remotion/packages/promo-pages
3
+ > @remotion/promo-pages@4.0.352 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 25ms
8
+ Done in 33ms
package/dist/Homepage.js CHANGED
@@ -739,7 +739,7 @@ var __defProp2, __export2 = (target, all) => {
739
739
  });
740
740
  }, useIsPlayer = () => {
741
741
  return useContext(IsPlayerContext);
742
- }, VERSION = "4.0.351", checkMultipleRemotionVersions = () => {
742
+ }, VERSION = "4.0.352", checkMultipleRemotionVersions = () => {
743
743
  if (typeof globalThis === "undefined") {
744
744
  return;
745
745
  }
@@ -5074,7 +5074,7 @@ Check that all your Remotion packages are on the same version. If your dependenc
5074
5074
  style.appendChild(document.createTextNode(css));
5075
5075
  head.prepend(style);
5076
5076
  injected[css] = true;
5077
- }, OFFTHREAD_VIDEO_CLASS_NAME = "__remotion_offthreadvideo", makeDefaultPreviewCSS = (scope, backgroundColor) => {
5077
+ }, OBJECTFIT_CONTAIN_CLASS_NAME = "__remotion_objectfitcontain", makeDefaultPreviewCSS = (scope, backgroundColor) => {
5078
5078
  if (!scope) {
5079
5079
  return `
5080
5080
  * {
@@ -5084,7 +5084,7 @@ Check that all your Remotion packages are on the same version. If your dependenc
5084
5084
  margin: 0;
5085
5085
  background-color: ${backgroundColor};
5086
5086
  }
5087
- .${OFFTHREAD_VIDEO_CLASS_NAME} {
5087
+ .${OBJECTFIT_CONTAIN_CLASS_NAME} {
5088
5088
  object-fit: contain;
5089
5089
  }
5090
5090
  `;
@@ -5097,7 +5097,7 @@ Check that all your Remotion packages are on the same version. If your dependenc
5097
5097
  width: 100%;
5098
5098
  height: 100%;
5099
5099
  }
5100
- ${scope} .${OFFTHREAD_VIDEO_CLASS_NAME} {
5100
+ ${scope} .${OBJECTFIT_CONTAIN_CLASS_NAME} {
5101
5101
  object-fit: contain;
5102
5102
  }
5103
5103
  `;
@@ -6507,7 +6507,7 @@ var init_esm = __esm(() => {
6507
6507
  __export2(exports_default_css, {
6508
6508
  makeDefaultPreviewCSS: () => makeDefaultPreviewCSS,
6509
6509
  injectCSS: () => injectCSS,
6510
- OFFTHREAD_VIDEO_CLASS_NAME: () => OFFTHREAD_VIDEO_CLASS_NAME
6510
+ OBJECTFIT_CONTAIN_CLASS_NAME: () => OBJECTFIT_CONTAIN_CLASS_NAME
6511
6511
  });
6512
6512
  injected = {};
6513
6513
  listeners = [];
@@ -6598,7 +6598,8 @@ var init_esm = __esm(() => {
6598
6598
  compositionSelectorRef,
6599
6599
  RemotionEnvironmentContext,
6600
6600
  warnAboutTooHighVolume,
6601
- AudioForPreview
6601
+ AudioForPreview,
6602
+ OBJECTFIT_CONTAIN_CLASS_NAME
6602
6603
  };
6603
6604
  PERCENTAGE = NUMBER + "%";
6604
6605
  IsInsideSeriesContext = createContext19(false);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/promo-pages",
3
- "version": "4.0.351",
3
+ "version": "4.0.352",
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/lottie": "4.0.351",
14
- "@remotion/lambda": "4.0.351",
15
- "@remotion/animated-emoji": "4.0.351",
16
- "@remotion/player": "4.0.351",
17
- "@remotion/shapes": "4.0.351",
18
- "create-video": "4.0.351",
19
- "remotion": "4.0.351",
20
- "@remotion/paths": "4.0.351"
13
+ "@remotion/lottie": "4.0.352",
14
+ "@remotion/player": "4.0.352",
15
+ "@remotion/shapes": "4.0.352",
16
+ "@remotion/animated-emoji": "4.0.352",
17
+ "create-video": "4.0.352",
18
+ "remotion": "4.0.352",
19
+ "@remotion/lambda": "4.0.352",
20
+ "@remotion/paths": "4.0.352"
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.351"
37
+ "@remotion/eslint-config-internal": "4.0.352"
38
38
  },
39
39
  "repository": {
40
40
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/promo-pages"