@tsparticles/all 4.0.4 → 4.0.5

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/index.js CHANGED
@@ -75,7 +75,7 @@ import { loadTrailPlugin } from "@tsparticles/plugin-trail";
75
75
  import { loadZigZagPath } from "@tsparticles/path-zig-zag";
76
76
  import { loadZoomPlugin } from "@tsparticles/plugin-zoom";
77
77
  export async function loadAll(engine) {
78
- engine.checkVersion("4.0.4");
78
+ engine.checkVersion("4.0.5");
79
79
  await engine.pluginManager.register(async (e) => {
80
80
  const loadInteractionsForAll = async (e) => {
81
81
  await loadFull(e);
@@ -1,5 +1,5 @@
1
1
  export async function loadAll(engine) {
2
- engine.checkVersion("4.0.4");
2
+ engine.checkVersion("4.0.5");
3
3
  await engine.pluginManager.register(async (e) => {
4
4
  const [{ loadFull }, { loadHsvColorPlugin }, { loadHwbColorPlugin }, { loadLabColorPlugin }, { loadLchColorPlugin }, { loadOklabColorPlugin }, { loadOklchColorPlugin }, { loadNamedColorPlugin }, { loadEasingBackPlugin }, { loadEasingBouncePlugin }, { loadEasingCircPlugin }, { loadEasingCubicPlugin }, { loadEasingElasticPlugin }, { loadEasingExpoPlugin }, { loadEasingGaussianPlugin }, { loadEasingLinearPlugin }, { loadEasingQuartPlugin }, { loadEasingQuintPlugin }, { loadEasingSigmoidPlugin }, { loadEasingSinePlugin }, { loadEasingSmoothstepPlugin }, { loadBackgroundMaskPlugin }, { loadCanvasMaskPlugin }, { loadInfectionPlugin }, { loadManualParticlesPlugin }, { loadMotionPlugin }, { loadPoissonDiscPlugin }, { loadPolygonMaskPlugin }, { loadResponsivePlugin }, { loadSoundsPlugin }, { loadThemesPlugin }, { loadTrailPlugin }, { loadZoomPlugin }, { loadExportImagePlugin }, { loadExportJSONPlugin }, { loadExportVideoPlugin }, { loadExternalCannonInteraction }, { loadExternalParticleInteraction }, { loadExternalPopInteraction }, { loadLightInteraction }, { loadParticlesRepulseInteraction }, { loadGradientUpdater }, { loadOrbitUpdater }, { loadBranchesPath }, { loadBrownianPath }, { loadCurlNoisePath }, { loadCurvesPath }, { loadFractalNoisePath }, { loadGridPath }, { loadLevyPath }, { loadPerlinNoisePath }, { loadPolygonPath }, { loadRandomPath }, { loadSimplexNoisePath }, { loadSpiralPath }, { loadSVGPath }, { loadZigZagPath }, { loadBubbleEffect }, { loadFilterEffect }, { loadParticlesEffect }, { loadShadowEffect }, { loadTrailEffect }, { loadArrowShape }, { loadCardsShape }, { loadCogShape }, { loadHeartShape }, { loadInfinityShape }, { loadMatrixShape }, { loadPathShape }, { loadRoundedPolygonShape }, { loadRoundedRectShape }, { loadSpiralShape }, { loadSquircleShape }, { loadEmittersShapeCanvas }, { loadEmittersShapePath }, { loadEmittersShapePolygon },] = await Promise.all([
5
5
  import("tsparticles/lazy"),
package/cjs/index.js CHANGED
@@ -75,7 +75,7 @@ import { loadTrailPlugin } from "@tsparticles/plugin-trail";
75
75
  import { loadZigZagPath } from "@tsparticles/path-zig-zag";
76
76
  import { loadZoomPlugin } from "@tsparticles/plugin-zoom";
77
77
  export async function loadAll(engine) {
78
- engine.checkVersion("4.0.4");
78
+ engine.checkVersion("4.0.5");
79
79
  await engine.pluginManager.register(async (e) => {
80
80
  const loadInteractionsForAll = async (e) => {
81
81
  await loadFull(e);
package/cjs/index.lazy.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export async function loadAll(engine) {
2
- engine.checkVersion("4.0.4");
2
+ engine.checkVersion("4.0.5");
3
3
  await engine.pluginManager.register(async (e) => {
4
4
  const [{ loadFull }, { loadHsvColorPlugin }, { loadHwbColorPlugin }, { loadLabColorPlugin }, { loadLchColorPlugin }, { loadOklabColorPlugin }, { loadOklchColorPlugin }, { loadNamedColorPlugin }, { loadEasingBackPlugin }, { loadEasingBouncePlugin }, { loadEasingCircPlugin }, { loadEasingCubicPlugin }, { loadEasingElasticPlugin }, { loadEasingExpoPlugin }, { loadEasingGaussianPlugin }, { loadEasingLinearPlugin }, { loadEasingQuartPlugin }, { loadEasingQuintPlugin }, { loadEasingSigmoidPlugin }, { loadEasingSinePlugin }, { loadEasingSmoothstepPlugin }, { loadBackgroundMaskPlugin }, { loadCanvasMaskPlugin }, { loadInfectionPlugin }, { loadManualParticlesPlugin }, { loadMotionPlugin }, { loadPoissonDiscPlugin }, { loadPolygonMaskPlugin }, { loadResponsivePlugin }, { loadSoundsPlugin }, { loadThemesPlugin }, { loadTrailPlugin }, { loadZoomPlugin }, { loadExportImagePlugin }, { loadExportJSONPlugin }, { loadExportVideoPlugin }, { loadExternalCannonInteraction }, { loadExternalParticleInteraction }, { loadExternalPopInteraction }, { loadLightInteraction }, { loadParticlesRepulseInteraction }, { loadGradientUpdater }, { loadOrbitUpdater }, { loadBranchesPath }, { loadBrownianPath }, { loadCurlNoisePath }, { loadCurvesPath }, { loadFractalNoisePath }, { loadGridPath }, { loadLevyPath }, { loadPerlinNoisePath }, { loadPolygonPath }, { loadRandomPath }, { loadSimplexNoisePath }, { loadSpiralPath }, { loadSVGPath }, { loadZigZagPath }, { loadBubbleEffect }, { loadFilterEffect }, { loadParticlesEffect }, { loadShadowEffect }, { loadTrailEffect }, { loadArrowShape }, { loadCardsShape }, { loadCogShape }, { loadHeartShape }, { loadInfinityShape }, { loadMatrixShape }, { loadPathShape }, { loadRoundedPolygonShape }, { loadRoundedRectShape }, { loadSpiralShape }, { loadSquircleShape }, { loadEmittersShapeCanvas }, { loadEmittersShapePath }, { loadEmittersShapePolygon },] = await Promise.all([
5
5
  import("tsparticles/lazy"),
package/esm/index.js CHANGED
@@ -75,7 +75,7 @@ import { loadTrailPlugin } from "@tsparticles/plugin-trail";
75
75
  import { loadZigZagPath } from "@tsparticles/path-zig-zag";
76
76
  import { loadZoomPlugin } from "@tsparticles/plugin-zoom";
77
77
  export async function loadAll(engine) {
78
- engine.checkVersion("4.0.4");
78
+ engine.checkVersion("4.0.5");
79
79
  await engine.pluginManager.register(async (e) => {
80
80
  const loadInteractionsForAll = async (e) => {
81
81
  await loadFull(e);
package/esm/index.lazy.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export async function loadAll(engine) {
2
- engine.checkVersion("4.0.4");
2
+ engine.checkVersion("4.0.5");
3
3
  await engine.pluginManager.register(async (e) => {
4
4
  const [{ loadFull }, { loadHsvColorPlugin }, { loadHwbColorPlugin }, { loadLabColorPlugin }, { loadLchColorPlugin }, { loadOklabColorPlugin }, { loadOklchColorPlugin }, { loadNamedColorPlugin }, { loadEasingBackPlugin }, { loadEasingBouncePlugin }, { loadEasingCircPlugin }, { loadEasingCubicPlugin }, { loadEasingElasticPlugin }, { loadEasingExpoPlugin }, { loadEasingGaussianPlugin }, { loadEasingLinearPlugin }, { loadEasingQuartPlugin }, { loadEasingQuintPlugin }, { loadEasingSigmoidPlugin }, { loadEasingSinePlugin }, { loadEasingSmoothstepPlugin }, { loadBackgroundMaskPlugin }, { loadCanvasMaskPlugin }, { loadInfectionPlugin }, { loadManualParticlesPlugin }, { loadMotionPlugin }, { loadPoissonDiscPlugin }, { loadPolygonMaskPlugin }, { loadResponsivePlugin }, { loadSoundsPlugin }, { loadThemesPlugin }, { loadTrailPlugin }, { loadZoomPlugin }, { loadExportImagePlugin }, { loadExportJSONPlugin }, { loadExportVideoPlugin }, { loadExternalCannonInteraction }, { loadExternalParticleInteraction }, { loadExternalPopInteraction }, { loadLightInteraction }, { loadParticlesRepulseInteraction }, { loadGradientUpdater }, { loadOrbitUpdater }, { loadBranchesPath }, { loadBrownianPath }, { loadCurlNoisePath }, { loadCurvesPath }, { loadFractalNoisePath }, { loadGridPath }, { loadLevyPath }, { loadPerlinNoisePath }, { loadPolygonPath }, { loadRandomPath }, { loadSimplexNoisePath }, { loadSpiralPath }, { loadSVGPath }, { loadZigZagPath }, { loadBubbleEffect }, { loadFilterEffect }, { loadParticlesEffect }, { loadShadowEffect }, { loadTrailEffect }, { loadArrowShape }, { loadCardsShape }, { loadCogShape }, { loadHeartShape }, { loadInfinityShape }, { loadMatrixShape }, { loadPathShape }, { loadRoundedPolygonShape }, { loadRoundedRectShape }, { loadSpiralShape }, { loadSquircleShape }, { loadEmittersShapeCanvas }, { loadEmittersShapePath }, { loadEmittersShapePolygon },] = await Promise.all([
5
5
  import("tsparticles/lazy"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsparticles/all",
3
- "version": "4.0.4",
3
+ "version": "4.0.5",
4
4
  "description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.",
5
5
  "homepage": "https://particles.js.org",
6
6
  "repository": {
@@ -105,83 +105,83 @@
105
105
  "./package.json": "./package.json"
106
106
  },
107
107
  "dependencies": {
108
- "@tsparticles/effect-bubble": "4.0.4",
109
- "@tsparticles/effect-filter": "4.0.4",
110
- "@tsparticles/effect-particles": "4.0.4",
111
- "@tsparticles/effect-shadow": "4.0.4",
112
- "@tsparticles/effect-trail": "4.0.4",
113
- "@tsparticles/engine": "4.0.4",
114
- "@tsparticles/interaction-external-cannon": "4.0.4",
115
- "@tsparticles/interaction-external-particle": "4.0.4",
116
- "@tsparticles/interaction-external-pop": "4.0.4",
117
- "@tsparticles/interaction-light": "4.0.4",
118
- "@tsparticles/interaction-particles-repulse": "4.0.4",
119
- "@tsparticles/path-branches": "4.0.4",
120
- "@tsparticles/path-brownian": "4.0.4",
121
- "@tsparticles/path-curl-noise": "4.0.4",
122
- "@tsparticles/path-curves": "4.0.4",
123
- "@tsparticles/path-fractal-noise": "4.0.4",
124
- "@tsparticles/path-grid": "4.0.4",
125
- "@tsparticles/path-levy": "4.0.4",
126
- "@tsparticles/path-perlin-noise": "4.0.4",
127
- "@tsparticles/path-polygon": "4.0.4",
128
- "@tsparticles/path-random": "4.0.4",
129
- "@tsparticles/path-simplex-noise": "4.0.4",
130
- "@tsparticles/path-spiral": "4.0.4",
131
- "@tsparticles/path-svg": "4.0.4",
132
- "@tsparticles/path-zig-zag": "4.0.4",
133
- "@tsparticles/plugin-background-mask": "4.0.4",
134
- "@tsparticles/plugin-canvas-mask": "4.0.4",
135
- "@tsparticles/plugin-easing-back": "4.0.4",
136
- "@tsparticles/plugin-easing-bounce": "4.0.4",
137
- "@tsparticles/plugin-easing-circ": "4.0.4",
138
- "@tsparticles/plugin-easing-cubic": "4.0.4",
139
- "@tsparticles/plugin-easing-elastic": "4.0.4",
140
- "@tsparticles/plugin-easing-expo": "4.0.4",
141
- "@tsparticles/plugin-easing-gaussian": "4.0.4",
142
- "@tsparticles/plugin-easing-linear": "4.0.4",
143
- "@tsparticles/plugin-easing-quart": "4.0.4",
144
- "@tsparticles/plugin-easing-quint": "4.0.4",
145
- "@tsparticles/plugin-easing-sigmoid": "4.0.4",
146
- "@tsparticles/plugin-easing-sine": "4.0.4",
147
- "@tsparticles/plugin-easing-smoothstep": "4.0.4",
148
- "@tsparticles/plugin-emitters-shape-canvas": "4.0.4",
149
- "@tsparticles/plugin-emitters-shape-path": "4.0.4",
150
- "@tsparticles/plugin-emitters-shape-polygon": "4.0.4",
151
- "@tsparticles/plugin-export-image": "4.0.4",
152
- "@tsparticles/plugin-export-json": "4.0.4",
153
- "@tsparticles/plugin-export-video": "4.0.4",
154
- "@tsparticles/plugin-hsv-color": "4.0.4",
155
- "@tsparticles/plugin-hwb-color": "4.0.4",
156
- "@tsparticles/plugin-infection": "4.0.4",
157
- "@tsparticles/plugin-lab-color": "4.0.4",
158
- "@tsparticles/plugin-lch-color": "4.0.4",
159
- "@tsparticles/plugin-manual-particles": "4.0.4",
160
- "@tsparticles/plugin-motion": "4.0.4",
161
- "@tsparticles/plugin-named-color": "4.0.4",
162
- "@tsparticles/plugin-oklab-color": "4.0.4",
163
- "@tsparticles/plugin-oklch-color": "4.0.4",
164
- "@tsparticles/plugin-poisson-disc": "4.0.4",
165
- "@tsparticles/plugin-polygon-mask": "4.0.4",
166
- "@tsparticles/plugin-responsive": "4.0.4",
167
- "@tsparticles/plugin-sounds": "4.0.4",
168
- "@tsparticles/plugin-themes": "4.0.4",
169
- "@tsparticles/plugin-trail": "4.0.4",
170
- "@tsparticles/plugin-zoom": "4.0.4",
171
- "@tsparticles/shape-arrow": "4.0.4",
172
- "@tsparticles/shape-cards": "4.0.4",
173
- "@tsparticles/shape-cog": "4.0.4",
174
- "@tsparticles/shape-heart": "4.0.4",
175
- "@tsparticles/shape-infinity": "4.0.4",
176
- "@tsparticles/shape-matrix": "4.0.4",
177
- "@tsparticles/shape-path": "4.0.4",
178
- "@tsparticles/shape-rounded-polygon": "4.0.4",
179
- "@tsparticles/shape-rounded-rect": "4.0.4",
180
- "@tsparticles/shape-spiral": "4.0.4",
181
- "@tsparticles/shape-squircle": "4.0.4",
182
- "@tsparticles/updater-gradient": "4.0.4",
183
- "@tsparticles/updater-orbit": "4.0.4",
184
- "tsparticles": "4.0.4"
108
+ "@tsparticles/effect-bubble": "4.0.5",
109
+ "@tsparticles/effect-filter": "4.0.5",
110
+ "@tsparticles/effect-particles": "4.0.5",
111
+ "@tsparticles/effect-shadow": "4.0.5",
112
+ "@tsparticles/effect-trail": "4.0.5",
113
+ "@tsparticles/engine": "4.0.5",
114
+ "@tsparticles/interaction-external-cannon": "4.0.5",
115
+ "@tsparticles/interaction-external-particle": "4.0.5",
116
+ "@tsparticles/interaction-external-pop": "4.0.5",
117
+ "@tsparticles/interaction-light": "4.0.5",
118
+ "@tsparticles/interaction-particles-repulse": "4.0.5",
119
+ "@tsparticles/path-branches": "4.0.5",
120
+ "@tsparticles/path-brownian": "4.0.5",
121
+ "@tsparticles/path-curl-noise": "4.0.5",
122
+ "@tsparticles/path-curves": "4.0.5",
123
+ "@tsparticles/path-fractal-noise": "4.0.5",
124
+ "@tsparticles/path-grid": "4.0.5",
125
+ "@tsparticles/path-levy": "4.0.5",
126
+ "@tsparticles/path-perlin-noise": "4.0.5",
127
+ "@tsparticles/path-polygon": "4.0.5",
128
+ "@tsparticles/path-random": "4.0.5",
129
+ "@tsparticles/path-simplex-noise": "4.0.5",
130
+ "@tsparticles/path-spiral": "4.0.5",
131
+ "@tsparticles/path-svg": "4.0.5",
132
+ "@tsparticles/path-zig-zag": "4.0.5",
133
+ "@tsparticles/plugin-background-mask": "4.0.5",
134
+ "@tsparticles/plugin-canvas-mask": "4.0.5",
135
+ "@tsparticles/plugin-easing-back": "4.0.5",
136
+ "@tsparticles/plugin-easing-bounce": "4.0.5",
137
+ "@tsparticles/plugin-easing-circ": "4.0.5",
138
+ "@tsparticles/plugin-easing-cubic": "4.0.5",
139
+ "@tsparticles/plugin-easing-elastic": "4.0.5",
140
+ "@tsparticles/plugin-easing-expo": "4.0.5",
141
+ "@tsparticles/plugin-easing-gaussian": "4.0.5",
142
+ "@tsparticles/plugin-easing-linear": "4.0.5",
143
+ "@tsparticles/plugin-easing-quart": "4.0.5",
144
+ "@tsparticles/plugin-easing-quint": "4.0.5",
145
+ "@tsparticles/plugin-easing-sigmoid": "4.0.5",
146
+ "@tsparticles/plugin-easing-sine": "4.0.5",
147
+ "@tsparticles/plugin-easing-smoothstep": "4.0.5",
148
+ "@tsparticles/plugin-emitters-shape-canvas": "4.0.5",
149
+ "@tsparticles/plugin-emitters-shape-path": "4.0.5",
150
+ "@tsparticles/plugin-emitters-shape-polygon": "4.0.5",
151
+ "@tsparticles/plugin-export-image": "4.0.5",
152
+ "@tsparticles/plugin-export-json": "4.0.5",
153
+ "@tsparticles/plugin-export-video": "4.0.5",
154
+ "@tsparticles/plugin-hsv-color": "4.0.5",
155
+ "@tsparticles/plugin-hwb-color": "4.0.5",
156
+ "@tsparticles/plugin-infection": "4.0.5",
157
+ "@tsparticles/plugin-lab-color": "4.0.5",
158
+ "@tsparticles/plugin-lch-color": "4.0.5",
159
+ "@tsparticles/plugin-manual-particles": "4.0.5",
160
+ "@tsparticles/plugin-motion": "4.0.5",
161
+ "@tsparticles/plugin-named-color": "4.0.5",
162
+ "@tsparticles/plugin-oklab-color": "4.0.5",
163
+ "@tsparticles/plugin-oklch-color": "4.0.5",
164
+ "@tsparticles/plugin-poisson-disc": "4.0.5",
165
+ "@tsparticles/plugin-polygon-mask": "4.0.5",
166
+ "@tsparticles/plugin-responsive": "4.0.5",
167
+ "@tsparticles/plugin-sounds": "4.0.5",
168
+ "@tsparticles/plugin-themes": "4.0.5",
169
+ "@tsparticles/plugin-trail": "4.0.5",
170
+ "@tsparticles/plugin-zoom": "4.0.5",
171
+ "@tsparticles/shape-arrow": "4.0.5",
172
+ "@tsparticles/shape-cards": "4.0.5",
173
+ "@tsparticles/shape-cog": "4.0.5",
174
+ "@tsparticles/shape-heart": "4.0.5",
175
+ "@tsparticles/shape-infinity": "4.0.5",
176
+ "@tsparticles/shape-matrix": "4.0.5",
177
+ "@tsparticles/shape-path": "4.0.5",
178
+ "@tsparticles/shape-rounded-polygon": "4.0.5",
179
+ "@tsparticles/shape-rounded-rect": "4.0.5",
180
+ "@tsparticles/shape-spiral": "4.0.5",
181
+ "@tsparticles/shape-squircle": "4.0.5",
182
+ "@tsparticles/updater-gradient": "4.0.5",
183
+ "@tsparticles/updater-orbit": "4.0.5",
184
+ "tsparticles": "4.0.5"
185
185
  },
186
186
  "publishConfig": {
187
187
  "access": "public"