@tsparticles/configs 4.0.0-beta.11 → 4.0.0-beta.12
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.
- package/browser/d/destroyExplode.js +68 -0
- package/browser/d/index.js +2 -0
- package/browser/m/index.js +4 -0
- package/browser/m/mouseDestroy.js +61 -0
- package/browser/m/mouseDestroyExplode.js +81 -0
- package/cjs/d/destroyExplode.js +68 -0
- package/cjs/d/index.js +2 -0
- package/cjs/m/index.js +4 -0
- package/cjs/m/mouseDestroy.js +61 -0
- package/cjs/m/mouseDestroyExplode.js +81 -0
- package/esm/d/destroyExplode.js +68 -0
- package/esm/d/index.js +2 -0
- package/esm/m/index.js +4 -0
- package/esm/m/mouseDestroy.js +61 -0
- package/esm/m/mouseDestroyExplode.js +81 -0
- package/package.json +2 -2
- package/report.html +1 -1
- package/tsparticles.configs.bundle.js +1 -1
- package/tsparticles.configs.js +33 -3
- package/tsparticles.configs.min.js +5 -5
- package/types/d/destroyExplode.d.ts +3 -0
- package/types/d/index.d.ts +1 -0
- package/types/index.d.ts +3 -0
- package/types/m/index.d.ts +2 -0
- package/types/m/mouseDestroy.d.ts +3 -0
- package/types/m/mouseDestroyExplode.d.ts +3 -0
package/types/d/index.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ declare const _default: {
|
|
|
6
6
|
delaySize: import("@tsparticles/engine").RecursivePartial<import("@tsparticles/engine").IOptions>;
|
|
7
7
|
delayStrokeColor: import("@tsparticles/engine").RecursivePartial<import("@tsparticles/engine").IOptions>;
|
|
8
8
|
destroy: import("@tsparticles/engine").RecursivePartial<import("@tsparticles/engine").IOptions>;
|
|
9
|
+
destroyExplode: import("@tsparticles/engine").RecursivePartial<import("@tsparticles/engine").IOptions>;
|
|
9
10
|
disappearing: import("@tsparticles/engine").RecursivePartial<import("@tsparticles/engine").IOptions>;
|
|
10
11
|
divEvents: import("@tsparticles/engine").RecursivePartial<import("@tsparticles/engine").IOptions>;
|
|
11
12
|
};
|
package/types/index.d.ts
CHANGED
|
@@ -102,6 +102,8 @@ declare const configs: {
|
|
|
102
102
|
mouseAttract: import("@tsparticles/engine").RecursivePartial<import("@tsparticles/engine").IOptions>;
|
|
103
103
|
mouseBounce: import("@tsparticles/engine").RecursivePartial<import("@tsparticles/engine").IOptions>;
|
|
104
104
|
mouseCannon: import("@tsparticles/engine").RecursivePartial<import("@tsparticles/engine").IOptions>;
|
|
105
|
+
mouseDestroy: import("@tsparticles/engine").RecursivePartial<import("@tsparticles/engine").IOptions>;
|
|
106
|
+
mouseDestroyExplode: import("@tsparticles/engine").RecursivePartial<import("@tsparticles/engine").IOptions>;
|
|
105
107
|
mouseDrag: import("@tsparticles/engine").RecursivePartial<import("@tsparticles/engine").IOptions>;
|
|
106
108
|
mouseDragMomentum: import("@tsparticles/engine").RecursivePartial<import("@tsparticles/engine").IOptions>;
|
|
107
109
|
mouseFollow: import("@tsparticles/engine").RecursivePartial<import("@tsparticles/engine").IOptions>;
|
|
@@ -162,6 +164,7 @@ declare const configs: {
|
|
|
162
164
|
delaySize: import("@tsparticles/engine").RecursivePartial<import("@tsparticles/engine").IOptions>;
|
|
163
165
|
delayStrokeColor: import("@tsparticles/engine").RecursivePartial<import("@tsparticles/engine").IOptions>;
|
|
164
166
|
destroy: import("@tsparticles/engine").RecursivePartial<import("@tsparticles/engine").IOptions>;
|
|
167
|
+
destroyExplode: import("@tsparticles/engine").RecursivePartial<import("@tsparticles/engine").IOptions>;
|
|
165
168
|
disappearing: import("@tsparticles/engine").RecursivePartial<import("@tsparticles/engine").IOptions>;
|
|
166
169
|
divEvents: import("@tsparticles/engine").RecursivePartial<import("@tsparticles/engine").IOptions>;
|
|
167
170
|
cardSuits: import("@tsparticles/engine").RecursivePartial<import("@tsparticles/engine").IOptions>;
|
package/types/m/index.d.ts
CHANGED
|
@@ -6,6 +6,8 @@ declare const _default: {
|
|
|
6
6
|
mouseAttract: import("@tsparticles/engine").RecursivePartial<import("@tsparticles/engine").IOptions>;
|
|
7
7
|
mouseBounce: import("@tsparticles/engine").RecursivePartial<import("@tsparticles/engine").IOptions>;
|
|
8
8
|
mouseCannon: import("@tsparticles/engine").RecursivePartial<import("@tsparticles/engine").IOptions>;
|
|
9
|
+
mouseDestroy: import("@tsparticles/engine").RecursivePartial<import("@tsparticles/engine").IOptions>;
|
|
10
|
+
mouseDestroyExplode: import("@tsparticles/engine").RecursivePartial<import("@tsparticles/engine").IOptions>;
|
|
9
11
|
mouseDrag: import("@tsparticles/engine").RecursivePartial<import("@tsparticles/engine").IOptions>;
|
|
10
12
|
mouseDragMomentum: import("@tsparticles/engine").RecursivePartial<import("@tsparticles/engine").IOptions>;
|
|
11
13
|
mouseFollow: import("@tsparticles/engine").RecursivePartial<import("@tsparticles/engine").IOptions>;
|