@remotion/transitions
Advanced tools
Comparing version 4.0.213 to 4.0.214
import React from 'react'; | ||
export declare const flattenChildren: (children: React.ReactNode) => (string | number | React.ReactElement<any, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal)[]; | ||
type ReactChildArray = ReturnType<typeof React.Children.toArray>; | ||
export declare const flattenChildren: (children: React.ReactNode) => ReactChildArray; | ||
export {}; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import type { TransitionPresentation } from '../types.js'; | ||
@@ -3,0 +2,0 @@ export type FadeProps = { |
@@ -6,3 +6,3 @@ { | ||
"name": "@remotion/transitions", | ||
"version": "4.0.213", | ||
"version": "4.0.214", | ||
"description": "Library for creating transitions in Remotion", | ||
@@ -20,5 +20,5 @@ "sideEffects": false, | ||
"dependencies": { | ||
"remotion": "4.0.213", | ||
"@remotion/shapes": "4.0.213", | ||
"@remotion/paths": "4.0.213" | ||
"remotion": "4.0.214", | ||
"@remotion/shapes": "4.0.214", | ||
"@remotion/paths": "4.0.214" | ||
}, | ||
@@ -30,4 +30,4 @@ "devDependencies": { | ||
"@vitejs/plugin-react": "^2.0.0", | ||
"remotion": "4.0.213", | ||
"@remotion/test-utils": "4.0.213" | ||
"@remotion/test-utils": "4.0.214", | ||
"remotion": "4.0.214" | ||
}, | ||
@@ -117,4 +117,4 @@ "peerDependencies": { | ||
"formatting": "prettier src --check", | ||
"build": "bun --env-file=../.env.bundle bundle.ts" | ||
"make": "bun --env-file=../.env.bundle bundle.ts" | ||
} | ||
} |
1907
84649
+ Added@remotion/paths@4.0.214(transitive)
+ Added@remotion/shapes@4.0.214(transitive)
+ Addedremotion@4.0.214(transitive)
- Removed@remotion/paths@4.0.213(transitive)
- Removed@remotion/shapes@4.0.213(transitive)
- Removedremotion@4.0.213(transitive)
Updated@remotion/paths@4.0.214
Updated@remotion/shapes@4.0.214
Updatedremotion@4.0.214