@remotion/lottie 4.0.214 → 4.0.215

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.
@@ -17,8 +17,8 @@ var getLottieMetadata = (animationData) => {
17
17
  };
18
18
  // src/Lottie.tsx
19
19
  import lottie from "lottie-web";
20
- import {useEffect, useRef, useState} from "react";
21
- import {continueRender, delayRender, useCurrentFrame} from "remotion";
20
+ import { useEffect, useRef, useState } from "react";
21
+ import { continueRender, delayRender, useCurrentFrame } from "remotion";
22
22
 
23
23
  // src/utils.ts
24
24
  var getLottieFrame = ({
@@ -61,9 +61,7 @@ var validatePlaybackRate = (playbackRate) => {
61
61
  };
62
62
 
63
63
  // src/Lottie.tsx
64
- import {
65
- jsx
66
- } from "react/jsx-runtime";
64
+ import { jsx } from "react/jsx-runtime";
67
65
  var Lottie = ({
68
66
  animationData,
69
67
  className,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/lottie"
4
4
  },
5
5
  "name": "@remotion/lottie",
6
- "version": "4.0.214",
6
+ "version": "4.0.215",
7
7
  "description": "Include Lottie animations in Remotion",
8
8
  "main": "dist/cjs/index.js",
9
9
  "types": "dist/cjs/index.d.ts",
@@ -19,7 +19,7 @@
19
19
  ],
20
20
  "license": "SEE LICENSE IN LICENSE.md",
21
21
  "dependencies": {
22
- "remotion": "4.0.214"
22
+ "remotion": "4.0.215"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "lottie-web": "^5",