@remotion/transitions 4.0.74 → 4.0.75

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.
@@ -5,7 +5,7 @@ declare const TransitionSeriesTransition: <PresentationProps extends Record<stri
5
5
  type SeriesSequenceProps = PropsWithChildren<{
6
6
  durationInFrames: number;
7
7
  offset?: number;
8
- className?: number;
8
+ className?: string;
9
9
  } & LayoutAndStyle & Pick<SequencePropsWithoutDuration, 'name'>>;
10
10
  declare const SeriesSequence: ({ children }: SeriesSequenceProps) => JSX.Element;
11
11
  declare const TransitionSeries: FC<SequencePropsWithoutDuration> & {
@@ -5,7 +5,7 @@ declare const TransitionSeriesTransition: <PresentationProps extends Record<stri
5
5
  type SeriesSequenceProps = PropsWithChildren<{
6
6
  durationInFrames: number;
7
7
  offset?: number;
8
- className?: number;
8
+ className?: string;
9
9
  } & LayoutAndStyle & Pick<SequencePropsWithoutDuration, 'name'>>;
10
10
  declare const SeriesSequence: ({ children }: SeriesSequenceProps) => JSX.Element;
11
11
  declare const TransitionSeries: FC<SequencePropsWithoutDuration> & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/transitions",
3
- "version": "4.0.74",
3
+ "version": "4.0.75",
4
4
  "description": "Transition presets for Remotion",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",
@@ -16,9 +16,9 @@
16
16
  "url": "https://github.com/remotion-dev/remotion/issues"
17
17
  },
18
18
  "dependencies": {
19
- "remotion": "4.0.74",
20
- "@remotion/shapes": "4.0.74",
21
- "@remotion/paths": "4.0.74"
19
+ "remotion": "4.0.75",
20
+ "@remotion/paths": "4.0.75",
21
+ "@remotion/shapes": "4.0.75"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@jonny/eslint-config": "3.0.276",
@@ -33,8 +33,8 @@
33
33
  "@vitejs/plugin-react": "^2.0.0",
34
34
  "rollup": "^2.70.1",
35
35
  "@rollup/plugin-typescript": "^8.2.0",
36
- "remotion": "4.0.74",
37
- "@remotion/test-utils": "4.0.74"
36
+ "remotion": "4.0.75",
37
+ "@remotion/test-utils": "4.0.75"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "react": ">=16.8.0",