react-awesome-reveal
Advanced tools
Comparing version 2.3.0 to 2.3.1
/// <reference types="react" /> | ||
export declare type AnimationString = 'bounce' | 'flash' | 'pulse' | 'rubberBand' | 'shake' | 'headShake' | 'heartBeat' | 'swing' | 'tada' | 'wobble' | 'jello' | 'bounceIn' | 'bounceInDown' | 'bounceInLeft' | 'bounceInRight' | 'bounceInUp' | 'fadeIn' | 'fadeInDown' | 'fadeInDownBig' | 'fadeInLeft' | 'fadeInLeftBig' | 'fadeInRight' | 'fadeInRightBig' | 'fadeInUp' | 'fadeInUpBig' | 'flipInX' | 'flipInY' | 'lightSpeedIn' | 'rotateIn' | 'rotateInDownLeft' | 'rotateInDownRight' | 'rotateInUpLeft' | 'rotateInUpRight' | 'jackInTheBox' | 'rollIn' | 'zoomIn' | 'zoomInDown' | 'zoomInLeft' | 'zoomInRight' | 'zoomInUp' | 'slideInDown' | 'slideInLeft' | 'slideInRight' | 'slideInUp'; | ||
export declare type AnimationString = 'bounce' | 'flash' | 'pulse' | 'rubberBand' | 'shake' | 'headShake' | 'heartBeat' | 'swing' | 'tada' | 'wobble' | 'jello' | 'bounceIn' | 'bounceInDown' | 'bounceInLeft' | 'bounceInRight' | 'bounceInUp' | 'bounceOut' | 'bounceOutDown' | 'bounceOutLeft' | 'bounceOutRight' | 'bounceOutUp' | 'fadeIn' | 'fadeInDown' | 'fadeInDownBig' | 'fadeInLeft' | 'fadeInLeftBig' | 'fadeInRight' | 'fadeInRightBig' | 'fadeInUp' | 'fadeInUpBig' | 'fadeOut' | 'fadeOutDown' | 'fadeOutDownBig' | 'fadeOutLeft' | 'fadeOutLeftBig' | 'fadeOutRight' | 'fadeOutRightBig' | 'fadeOutUp' | 'fadeOutUpBig' | 'flipInX' | 'flipInY' | 'flipOutX' | 'flipOutY' | 'lightSpeedIn' | 'lightSpeedOut' | 'rotateIn' | 'rotateInDownLeft' | 'rotateInDownRight' | 'rotateInUpLeft' | 'rotateInUpRight' | 'rotateOut' | 'rotateOutDownLeft' | 'rotateOutDownRight' | 'rotateOutUpLeft' | 'rotateOutUpRight' | 'jackInTheBox' | 'rollIn' | 'rollOut' | 'slideInUp' | 'slideInDown' | 'slideInLeft' | 'slideInRight' | 'slideOutUp' | 'slideOutDown' | 'slideOutLeft' | 'slideOutRight' | 'zoomIn' | 'zoomInDown' | 'zoomInLeft' | 'zoomInRight' | 'zoomInUp' | 'zoomOut' | 'zoomOutDown' | 'zoomOutLeft' | 'zoomOutRight' | 'zoomOutUp'; | ||
export declare type Direction = 'top' | 'left' | 'bottom' | 'right' | undefined; | ||
@@ -4,0 +4,0 @@ export declare type FlipDirection = 'vertical' | 'horizontal' | undefined; |
@@ -5,5 +5,6 @@ import * as React from 'react'; | ||
interface RevealProps extends CommonProps { | ||
animation: AnimationString; | ||
animationIn: AnimationString; | ||
animationOut?: AnimationString; | ||
} | ||
export declare const Reveal: React.FC<RevealProps>; | ||
export {}; |
{ | ||
"name": "react-awesome-reveal", | ||
"description": "React components to add reveal animations using Intersection Observer API and CSS Animations.", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"license": "MIT", | ||
"author": "Dennis Morello <dennismorello@gmail.com>", | ||
"author": { | ||
"name": "Dennis Morello", | ||
"email": "dennismorello@gmail.com", | ||
"url": "https://morello.dev" | ||
}, | ||
"homepage": "https://react-awesome-reveal.morello.dev", | ||
@@ -34,4 +38,5 @@ "keywords": [ | ||
"build": "tsdx build", | ||
"test": "tsdx test --passWithNoTests", | ||
"lint": "tsdx lint", | ||
"prepublishOnly": "tsdx build", | ||
"prepare": "tsdx build", | ||
"postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags" | ||
@@ -58,3 +63,4 @@ }, | ||
"@types/react-dom": "^16.9.4", | ||
"autoprefixer": "^9.7.2", | ||
"@types/react-is": "^16.7.1", | ||
"autoprefixer": "^9.7.3", | ||
"cssnano": "^4.1.10", | ||
@@ -71,4 +77,5 @@ "husky": "^3.1.0", | ||
"classnames": "^2.2.6", | ||
"react-intersection-observer": "^8.25.1" | ||
"react-intersection-observer": "^8.25.1", | ||
"react-is": "^16.12.0" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
287742
1700
4
14
+ Addedreact-is@^16.12.0
+ Addedreact-is@16.13.1(transitive)