react-awesome-reveal
Advanced tools
Comparing version 4.3.0 to 4.3.1
@@ -0,1 +1,2 @@ | ||
'use client'; | ||
import { jsx, Fragment } from '@emotion/react/jsx-runtime'; | ||
@@ -2,0 +3,0 @@ import { keyframes, css, ClassNames } from '@emotion/react'; |
{ | ||
"name": "react-awesome-reveal", | ||
"description": "React components to add reveal animations using the Intersection Observer API and CSS Animations.", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"license": "MIT", | ||
@@ -71,2 +71,3 @@ "type": "module", | ||
"react": "^18.3.1", | ||
"rollup-preserve-directives": "^1.1.3", | ||
"vite": "^5.3.5", | ||
@@ -73,0 +74,0 @@ "vite-plugin-dts": "3.9.1" |
Sorry, the diff of this file is not supported yet
115132
3883
10