@remotion/promo-pages 4.0.382 → 4.0.383

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 CHANGED
@@ -755,7 +755,7 @@ var __defProp2, __export2 = (target, all) => {
755
755
  });
756
756
  }, useIsPlayer = () => {
757
757
  return useContext(IsPlayerContext);
758
- }, VERSION = "4.0.382", checkMultipleRemotionVersions = () => {
758
+ }, VERSION = "4.0.383", checkMultipleRemotionVersions = () => {
759
759
  if (typeof globalThis === "undefined") {
760
760
  return;
761
761
  }
@@ -1944,7 +1944,6 @@ Check that all your Remotion packages are on the same version. If your dependenc
1944
1944
  }
1945
1945
  return {
1946
1946
  ...sequenceContext,
1947
- relativeFrom: 0,
1948
1947
  cumulatedFrom: 0
1949
1948
  };
1950
1949
  }, [sequenceContext, isActive]);
@@ -13313,7 +13312,7 @@ var Button = ({ children, className, disabled, depth, loading, ...buttonProps })
13313
13312
  }
13314
13313
  const rect = childNode.getBoundingClientRect();
13315
13314
  const { borderRadius } = getComputedStyle(childNode);
13316
- const cornerRadius = borderRadius.includes("e+0") ? Infinity : parseInt(borderRadius ?? "0", 10);
13315
+ const cornerRadius = borderRadius.includes("e") ? Infinity : parseInt(borderRadius ?? "0", 10);
13317
13316
  const newCornerRadius = Math.min(cornerRadius, rect.width / 2, rect.height / 2);
13318
13317
  if (prevDim) {
13319
13318
  return {
@@ -755,7 +755,7 @@ var __defProp2, __export2 = (target, all) => {
755
755
  });
756
756
  }, useIsPlayer = () => {
757
757
  return useContext(IsPlayerContext);
758
- }, VERSION = "4.0.382", checkMultipleRemotionVersions = () => {
758
+ }, VERSION = "4.0.383", checkMultipleRemotionVersions = () => {
759
759
  if (typeof globalThis === "undefined") {
760
760
  return;
761
761
  }
@@ -1944,7 +1944,6 @@ Check that all your Remotion packages are on the same version. If your dependenc
1944
1944
  }
1945
1945
  return {
1946
1946
  ...sequenceContext,
1947
- relativeFrom: 0,
1948
1947
  cumulatedFrom: 0
1949
1948
  };
1950
1949
  }, [sequenceContext, isActive]);
@@ -13313,7 +13312,7 @@ var Button = ({ children, className, disabled, depth, loading, ...buttonProps })
13313
13312
  }
13314
13313
  const rect = childNode.getBoundingClientRect();
13315
13314
  const { borderRadius } = getComputedStyle(childNode);
13316
- const cornerRadius = borderRadius.includes("e+0") ? Infinity : parseInt(borderRadius ?? "0", 10);
13315
+ const cornerRadius = borderRadius.includes("e") ? Infinity : parseInt(borderRadius ?? "0", 10);
13317
13316
  const newCornerRadius = Math.min(cornerRadius, rect.width / 2, rect.height / 2);
13318
13317
  if (prevDim) {
13319
13318
  return {
@@ -755,7 +755,7 @@ var __defProp2, __export2 = (target, all) => {
755
755
  });
756
756
  }, useIsPlayer = () => {
757
757
  return useContext(IsPlayerContext);
758
- }, VERSION = "4.0.382", checkMultipleRemotionVersions = () => {
758
+ }, VERSION = "4.0.383", checkMultipleRemotionVersions = () => {
759
759
  if (typeof globalThis === "undefined") {
760
760
  return;
761
761
  }
@@ -1944,7 +1944,6 @@ Check that all your Remotion packages are on the same version. If your dependenc
1944
1944
  }
1945
1945
  return {
1946
1946
  ...sequenceContext,
1947
- relativeFrom: 0,
1948
1947
  cumulatedFrom: 0
1949
1948
  };
1950
1949
  }, [sequenceContext, isActive]);
@@ -13137,7 +13136,7 @@ var Button = ({ children, className, disabled, depth, loading, ...buttonProps })
13137
13136
  }
13138
13137
  const rect = childNode.getBoundingClientRect();
13139
13138
  const { borderRadius } = getComputedStyle(childNode);
13140
- const cornerRadius = borderRadius.includes("e+0") ? Infinity : parseInt(borderRadius ?? "0", 10);
13139
+ const cornerRadius = borderRadius.includes("e") ? Infinity : parseInt(borderRadius ?? "0", 10);
13141
13140
  const newCornerRadius = Math.min(cornerRadius, rect.width / 2, rect.height / 2);
13142
13141
  if (prevDim) {
13143
13142
  return {
@@ -755,7 +755,7 @@ var __defProp2, __export2 = (target, all) => {
755
755
  });
756
756
  }, useIsPlayer = () => {
757
757
  return useContext(IsPlayerContext);
758
- }, VERSION = "4.0.382", checkMultipleRemotionVersions = () => {
758
+ }, VERSION = "4.0.383", checkMultipleRemotionVersions = () => {
759
759
  if (typeof globalThis === "undefined") {
760
760
  return;
761
761
  }
@@ -1944,7 +1944,6 @@ Check that all your Remotion packages are on the same version. If your dependenc
1944
1944
  }
1945
1945
  return {
1946
1946
  ...sequenceContext,
1947
- relativeFrom: 0,
1948
1947
  cumulatedFrom: 0
1949
1948
  };
1950
1949
  }, [sequenceContext, isActive]);
@@ -13137,7 +13136,7 @@ var Button = ({ children, className, disabled, depth, loading, ...buttonProps })
13137
13136
  }
13138
13137
  const rect = childNode.getBoundingClientRect();
13139
13138
  const { borderRadius } = getComputedStyle(childNode);
13140
- const cornerRadius = borderRadius.includes("e+0") ? Infinity : parseInt(borderRadius ?? "0", 10);
13139
+ const cornerRadius = borderRadius.includes("e") ? Infinity : parseInt(borderRadius ?? "0", 10);
13141
13140
  const newCornerRadius = Math.min(cornerRadius, rect.width / 2, rect.height / 2);
13142
13141
  if (prevDim) {
13143
13142
  return {
@@ -755,7 +755,7 @@ var __defProp2, __export2 = (target, all) => {
755
755
  });
756
756
  }, useIsPlayer = () => {
757
757
  return useContext(IsPlayerContext);
758
- }, VERSION = "4.0.382", checkMultipleRemotionVersions = () => {
758
+ }, VERSION = "4.0.383", checkMultipleRemotionVersions = () => {
759
759
  if (typeof globalThis === "undefined") {
760
760
  return;
761
761
  }
@@ -1944,7 +1944,6 @@ Check that all your Remotion packages are on the same version. If your dependenc
1944
1944
  }
1945
1945
  return {
1946
1946
  ...sequenceContext,
1947
- relativeFrom: 0,
1948
1947
  cumulatedFrom: 0
1949
1948
  };
1950
1949
  }, [sequenceContext, isActive]);
@@ -13137,7 +13136,7 @@ var Button = ({ children, className, disabled, depth, loading, ...buttonProps })
13137
13136
  }
13138
13137
  const rect = childNode.getBoundingClientRect();
13139
13138
  const { borderRadius } = getComputedStyle(childNode);
13140
- const cornerRadius = borderRadius.includes("e+0") ? Infinity : parseInt(borderRadius ?? "0", 10);
13139
+ const cornerRadius = borderRadius.includes("e") ? Infinity : parseInt(borderRadius ?? "0", 10);
13141
13140
  const newCornerRadius = Math.min(cornerRadius, rect.width / 2, rect.height / 2);
13142
13141
  if (prevDim) {
13143
13142
  return {
@@ -755,7 +755,7 @@ var __defProp2, __export2 = (target, all) => {
755
755
  });
756
756
  }, useIsPlayer = () => {
757
757
  return useContext(IsPlayerContext);
758
- }, VERSION = "4.0.382", checkMultipleRemotionVersions = () => {
758
+ }, VERSION = "4.0.383", checkMultipleRemotionVersions = () => {
759
759
  if (typeof globalThis === "undefined") {
760
760
  return;
761
761
  }
@@ -1944,7 +1944,6 @@ Check that all your Remotion packages are on the same version. If your dependenc
1944
1944
  }
1945
1945
  return {
1946
1946
  ...sequenceContext,
1947
- relativeFrom: 0,
1948
1947
  cumulatedFrom: 0
1949
1948
  };
1950
1949
  }, [sequenceContext, isActive]);
@@ -13137,7 +13136,7 @@ var Button = ({ children, className, disabled, depth, loading, ...buttonProps })
13137
13136
  }
13138
13137
  const rect = childNode.getBoundingClientRect();
13139
13138
  const { borderRadius } = getComputedStyle(childNode);
13140
- const cornerRadius = borderRadius.includes("e+0") ? Infinity : parseInt(borderRadius ?? "0", 10);
13139
+ const cornerRadius = borderRadius.includes("e") ? Infinity : parseInt(borderRadius ?? "0", 10);
13141
13140
  const newCornerRadius = Math.min(cornerRadius, rect.width / 2, rect.height / 2);
13142
13141
  if (prevDim) {
13143
13142
  return {
package/dist/design.js CHANGED
@@ -755,7 +755,7 @@ var __defProp2, __export2 = (target, all) => {
755
755
  });
756
756
  }, useIsPlayer = () => {
757
757
  return useContext(IsPlayerContext);
758
- }, VERSION = "4.0.382", checkMultipleRemotionVersions = () => {
758
+ }, VERSION = "4.0.383", checkMultipleRemotionVersions = () => {
759
759
  if (typeof globalThis === "undefined") {
760
760
  return;
761
761
  }
@@ -1944,7 +1944,6 @@ Check that all your Remotion packages are on the same version. If your dependenc
1944
1944
  }
1945
1945
  return {
1946
1946
  ...sequenceContext,
1947
- relativeFrom: 0,
1948
1947
  cumulatedFrom: 0
1949
1948
  };
1950
1949
  }, [sequenceContext, isActive]);
@@ -13137,7 +13136,7 @@ var Button = ({ children, className, disabled, depth, loading, ...buttonProps })
13137
13136
  }
13138
13137
  const rect = childNode.getBoundingClientRect();
13139
13138
  const { borderRadius } = getComputedStyle(childNode);
13140
- const cornerRadius = borderRadius.includes("e+0") ? Infinity : parseInt(borderRadius ?? "0", 10);
13139
+ const cornerRadius = borderRadius.includes("e") ? Infinity : parseInt(borderRadius ?? "0", 10);
13141
13140
  const newCornerRadius = Math.min(cornerRadius, rect.width / 2, rect.height / 2);
13142
13141
  if (prevDim) {
13143
13142
  return {
@@ -755,7 +755,7 @@ var __defProp2, __export2 = (target, all) => {
755
755
  });
756
756
  }, useIsPlayer = () => {
757
757
  return useContext(IsPlayerContext);
758
- }, VERSION = "4.0.382", checkMultipleRemotionVersions = () => {
758
+ }, VERSION = "4.0.383", checkMultipleRemotionVersions = () => {
759
759
  if (typeof globalThis === "undefined") {
760
760
  return;
761
761
  }
@@ -1944,7 +1944,6 @@ Check that all your Remotion packages are on the same version. If your dependenc
1944
1944
  }
1945
1945
  return {
1946
1946
  ...sequenceContext,
1947
- relativeFrom: 0,
1948
1947
  cumulatedFrom: 0
1949
1948
  };
1950
1949
  }, [sequenceContext, isActive]);
@@ -13137,7 +13136,7 @@ var Button = ({ children, className, disabled, depth, loading, ...buttonProps })
13137
13136
  }
13138
13137
  const rect = childNode.getBoundingClientRect();
13139
13138
  const { borderRadius } = getComputedStyle(childNode);
13140
- const cornerRadius = borderRadius.includes("e+0") ? Infinity : parseInt(borderRadius ?? "0", 10);
13139
+ const cornerRadius = borderRadius.includes("e") ? Infinity : parseInt(borderRadius ?? "0", 10);
13141
13140
  const newCornerRadius = Math.min(cornerRadius, rect.width / 2, rect.height / 2);
13142
13141
  if (prevDim) {
13143
13142
  return {
@@ -755,7 +755,7 @@ var __defProp2, __export2 = (target, all) => {
755
755
  });
756
756
  }, useIsPlayer = () => {
757
757
  return useContext(IsPlayerContext);
758
- }, VERSION = "4.0.382", checkMultipleRemotionVersions = () => {
758
+ }, VERSION = "4.0.383", checkMultipleRemotionVersions = () => {
759
759
  if (typeof globalThis === "undefined") {
760
760
  return;
761
761
  }
@@ -1944,7 +1944,6 @@ Check that all your Remotion packages are on the same version. If your dependenc
1944
1944
  }
1945
1945
  return {
1946
1946
  ...sequenceContext,
1947
- relativeFrom: 0,
1948
1947
  cumulatedFrom: 0
1949
1948
  };
1950
1949
  }, [sequenceContext, isActive]);
@@ -13137,7 +13136,7 @@ var Button = ({ children, className, disabled, depth, loading, ...buttonProps })
13137
13136
  }
13138
13137
  const rect = childNode.getBoundingClientRect();
13139
13138
  const { borderRadius } = getComputedStyle(childNode);
13140
- const cornerRadius = borderRadius.includes("e+0") ? Infinity : parseInt(borderRadius ?? "0", 10);
13139
+ const cornerRadius = borderRadius.includes("e") ? Infinity : parseInt(borderRadius ?? "0", 10);
13141
13140
  const newCornerRadius = Math.min(cornerRadius, rect.width / 2, rect.height / 2);
13142
13141
  if (prevDim) {
13143
13142
  return {
package/dist/templates.js CHANGED
@@ -755,7 +755,7 @@ var __defProp2, __export2 = (target, all) => {
755
755
  });
756
756
  }, useIsPlayer = () => {
757
757
  return useContext(IsPlayerContext);
758
- }, VERSION = "4.0.382", checkMultipleRemotionVersions = () => {
758
+ }, VERSION = "4.0.383", checkMultipleRemotionVersions = () => {
759
759
  if (typeof globalThis === "undefined") {
760
760
  return;
761
761
  }
@@ -1944,7 +1944,6 @@ Check that all your Remotion packages are on the same version. If your dependenc
1944
1944
  }
1945
1945
  return {
1946
1946
  ...sequenceContext,
1947
- relativeFrom: 0,
1948
1947
  cumulatedFrom: 0
1949
1948
  };
1950
1949
  }, [sequenceContext, isActive]);
@@ -13137,7 +13136,7 @@ var Button = ({ children, className, disabled, depth, loading, ...buttonProps })
13137
13136
  }
13138
13137
  const rect = childNode.getBoundingClientRect();
13139
13138
  const { borderRadius } = getComputedStyle(childNode);
13140
- const cornerRadius = borderRadius.includes("e+0") ? Infinity : parseInt(borderRadius ?? "0", 10);
13139
+ const cornerRadius = borderRadius.includes("e") ? Infinity : parseInt(borderRadius ?? "0", 10);
13141
13140
  const newCornerRadius = Math.min(cornerRadius, rect.width / 2, rect.height / 2);
13142
13141
  if (prevDim) {
13143
13142
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/promo-pages",
3
- "version": "4.0.382",
3
+ "version": "4.0.383",
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.382",
15
- "@remotion/design": "4.0.382",
16
- "@remotion/lambda": "4.0.382",
17
- "@remotion/lottie": "4.0.382",
18
- "@remotion/paths": "4.0.382",
19
- "@remotion/player": "4.0.382",
20
- "@remotion/shapes": "4.0.382",
21
- "@remotion/svg-3d-engine": "4.0.382",
22
- "create-video": "4.0.382",
14
+ "@remotion/animated-emoji": "4.0.383",
15
+ "@remotion/design": "4.0.383",
16
+ "@remotion/lambda": "4.0.383",
17
+ "@remotion/lottie": "4.0.383",
18
+ "@remotion/paths": "4.0.383",
19
+ "@remotion/player": "4.0.383",
20
+ "@remotion/shapes": "4.0.383",
21
+ "@remotion/svg-3d-engine": "4.0.383",
22
+ "create-video": "4.0.383",
23
23
  "hls.js": "1.5.19",
24
24
  "polished": "4.3.1",
25
- "remotion": "4.0.382",
25
+ "remotion": "4.0.383",
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.382",
30
+ "@remotion/eslint-config-internal": "4.0.383",
31
31
  "@eslint/eslintrc": "3.1.0",
32
32
  "@types/react": "19.2.7",
33
33
  "@types/react-dom": "19.2.3",