tsparticles-interaction-external-bounce
Advanced tools
Comparing version 2.6.0 to 2.7.0
{ | ||
"name": "tsparticles-interaction-external-bounce", | ||
"version": "2.6.0", | ||
"version": "2.7.0", | ||
"description": "tsParticles bounce external interaction", | ||
@@ -77,4 +77,4 @@ "homepage": "https://particles.js.org", | ||
"dependencies": { | ||
"tsparticles-engine": "^2.6.0" | ||
"tsparticles-engine": "^2.7.0" | ||
} | ||
} |
@@ -7,3 +7,3 @@ /*! | ||
* How to use? : Check the GitHub README | ||
* v2.6.0 | ||
* v2.7.0 | ||
*/ | ||
@@ -10,0 +10,0 @@ (function webpackUniversalModuleDefinition(root, factory) { |
@@ -7,3 +7,3 @@ /*! | ||
* How to use? : Check the GitHub README | ||
* v2.6.0 | ||
* v2.7.0 | ||
*/ |
import type { BounceMode } from "../../Types"; | ||
import type { Options } from "tsparticles-engine"; | ||
export declare type BounceOptions = Options & { | ||
export type BounceOptions = Options & { | ||
interactivity: { | ||
@@ -5,0 +5,0 @@ modes: BounceMode; |
@@ -5,9 +5,9 @@ import type { Bounce } from "./Options/Classes/Bounce"; | ||
import type { IBounce } from "./Options/Interfaces/IBounce"; | ||
export declare type IBounceMode = { | ||
export type IBounceMode = { | ||
bounce: IBounce; | ||
}; | ||
export declare type BounceMode = { | ||
export type BounceMode = { | ||
bounce?: Bounce; | ||
}; | ||
export declare type BounceContainer = Container & { | ||
export type BounceContainer = Container & { | ||
actualOptions: BounceOptions; | ||
@@ -14,0 +14,0 @@ retina: { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
325147
Updatedtsparticles-engine@^2.7.0