shaders 2.2.17 → 2.2.19

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.
Files changed (58) hide show
  1. package/dist/react/engine/component.template.d.ts +1 -1
  2. package/dist/solid/engine/component.template.d.ts +1 -1
  3. package/dist/svelte/components/AngularBlur.svelte.d.ts +1 -1
  4. package/dist/svelte/components/Ascii.svelte.d.ts +1 -1
  5. package/dist/svelte/components/Blob.svelte.d.ts +1 -1
  6. package/dist/svelte/components/Blur.svelte.d.ts +1 -1
  7. package/dist/svelte/components/Bulge.svelte.d.ts +1 -1
  8. package/dist/svelte/components/CRTScreen.svelte.d.ts +1 -1
  9. package/dist/svelte/components/ChannelBlur.svelte.d.ts +1 -1
  10. package/dist/svelte/components/Checkerboard.svelte.d.ts +1 -1
  11. package/dist/svelte/components/ChromaFlow.svelte.d.ts +1 -1
  12. package/dist/svelte/components/ChromaticAberration.svelte.d.ts +1 -1
  13. package/dist/svelte/components/Circle.svelte.d.ts +1 -1
  14. package/dist/svelte/components/CursorTrail.svelte.d.ts +1 -1
  15. package/dist/svelte/components/DiffuseBlur.svelte.d.ts +1 -1
  16. package/dist/svelte/components/Dither.svelte.d.ts +1 -1
  17. package/dist/svelte/components/DotGrid.svelte.d.ts +1 -1
  18. package/dist/svelte/components/Duotone.svelte.d.ts +1 -1
  19. package/dist/svelte/components/FilmGrain.svelte.d.ts +1 -1
  20. package/dist/svelte/components/FloatingParticles.svelte.d.ts +1 -1
  21. package/dist/svelte/components/GlassTiles.svelte.d.ts +1 -1
  22. package/dist/svelte/components/Glow.svelte.d.ts +1 -1
  23. package/dist/svelte/components/Godrays.svelte.d.ts +1 -1
  24. package/dist/svelte/components/Grayscale.svelte.d.ts +1 -1
  25. package/dist/svelte/components/Grid.svelte.d.ts +1 -1
  26. package/dist/svelte/components/GridDistortion.svelte.d.ts +1 -1
  27. package/dist/svelte/components/Group.svelte.d.ts +1 -1
  28. package/dist/svelte/components/Halftone.svelte.d.ts +1 -1
  29. package/dist/svelte/components/HueShift.svelte.d.ts +1 -1
  30. package/dist/svelte/components/ImageTexture.svelte.d.ts +1 -1
  31. package/dist/svelte/components/Invert.svelte.d.ts +1 -1
  32. package/dist/svelte/components/LinearBlur.svelte.d.ts +1 -1
  33. package/dist/svelte/components/LinearGradient.svelte.d.ts +1 -1
  34. package/dist/svelte/components/Liquify.svelte.d.ts +1 -1
  35. package/dist/svelte/components/Pixelate.svelte.d.ts +1 -1
  36. package/dist/svelte/components/PolarCoordinates.svelte.d.ts +1 -1
  37. package/dist/svelte/components/Posterize.svelte.d.ts +1 -1
  38. package/dist/svelte/components/ProgressiveBlur.svelte.d.ts +1 -1
  39. package/dist/svelte/components/RadialGradient.svelte.d.ts +1 -1
  40. package/dist/svelte/components/RectangularCoordinates.svelte.d.ts +1 -1
  41. package/dist/svelte/components/Ripples.svelte.d.ts +1 -1
  42. package/dist/svelte/components/Saturation.svelte.d.ts +1 -1
  43. package/dist/svelte/components/SimplexNoise.svelte.d.ts +1 -1
  44. package/dist/svelte/components/SineWave.svelte.d.ts +1 -1
  45. package/dist/svelte/components/SolidColor.svelte.d.ts +1 -1
  46. package/dist/svelte/components/Spherize.svelte.d.ts +1 -1
  47. package/dist/svelte/components/Spiral.svelte.d.ts +1 -1
  48. package/dist/svelte/components/Strands.svelte.d.ts +1 -1
  49. package/dist/svelte/components/Stretch.svelte.d.ts +1 -1
  50. package/dist/svelte/components/Swirl.svelte.d.ts +1 -1
  51. package/dist/svelte/components/TiltShift.svelte.d.ts +1 -1
  52. package/dist/svelte/components/Tritone.svelte.d.ts +1 -1
  53. package/dist/svelte/components/Twirl.svelte.d.ts +1 -1
  54. package/dist/svelte/components/Vibrance.svelte.d.ts +1 -1
  55. package/dist/svelte/components/WaveDistortion.svelte.d.ts +1 -1
  56. package/dist/svelte/components/ZoomBlur.svelte.d.ts +1 -1
  57. package/dist/svelte/engine/component.template.svelte.d.ts +1 -1
  58. package/package.json +203 -1
@@ -1,6 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { BlendMode, TransformConfig } from '../../core';
3
- import { ComponentProps } from '../../core/__SHADER_NAME__';
3
+ import { ComponentProps } from '../../core/shaders/__SHADER_NAME__';
4
4
 
5
5
  export type { ComponentProps };
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  import { JSX } from 'solid-js';
2
2
  import { BlendMode, TransformConfig } from '../../core';
3
- import { ComponentProps } from '../../core/__SHADER_NAME__';
3
+ import { ComponentProps } from '../../core/shaders/__SHADER_NAME__';
4
4
  export type { ComponentProps };
5
5
  /**
6
6
  * Base props that all shader components have
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/AngularBlur';
2
+ import { type ComponentProps } from '../../core/shaders/AngularBlur';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/Ascii';
2
+ import { type ComponentProps } from '../../core/shaders/Ascii';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/Blob';
2
+ import { type ComponentProps } from '../../core/shaders/Blob';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/Blur';
2
+ import { type ComponentProps } from '../../core/shaders/Blur';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/Bulge';
2
+ import { type ComponentProps } from '../../core/shaders/Bulge';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/CRTScreen';
2
+ import { type ComponentProps } from '../../core/shaders/CRTScreen';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/ChannelBlur';
2
+ import { type ComponentProps } from '../../core/shaders/ChannelBlur';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/Checkerboard';
2
+ import { type ComponentProps } from '../../core/shaders/Checkerboard';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/ChromaFlow';
2
+ import { type ComponentProps } from '../../core/shaders/ChromaFlow';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/ChromaticAberration';
2
+ import { type ComponentProps } from '../../core/shaders/ChromaticAberration';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/Circle';
2
+ import { type ComponentProps } from '../../core/shaders/Circle';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/CursorTrail';
2
+ import { type ComponentProps } from '../../core/shaders/CursorTrail';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/DiffuseBlur';
2
+ import { type ComponentProps } from '../../core/shaders/DiffuseBlur';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/Dither';
2
+ import { type ComponentProps } from '../../core/shaders/Dither';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/DotGrid';
2
+ import { type ComponentProps } from '../../core/shaders/DotGrid';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/Duotone';
2
+ import { type ComponentProps } from '../../core/shaders/Duotone';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/FilmGrain';
2
+ import { type ComponentProps } from '../../core/shaders/FilmGrain';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/FloatingParticles';
2
+ import { type ComponentProps } from '../../core/shaders/FloatingParticles';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/GlassTiles';
2
+ import { type ComponentProps } from '../../core/shaders/GlassTiles';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/Glow';
2
+ import { type ComponentProps } from '../../core/shaders/Glow';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/Godrays';
2
+ import { type ComponentProps } from '../../core/shaders/Godrays';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/Grayscale';
2
+ import { type ComponentProps } from '../../core/shaders/Grayscale';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/Grid';
2
+ import { type ComponentProps } from '../../core/shaders/Grid';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/GridDistortion';
2
+ import { type ComponentProps } from '../../core/shaders/GridDistortion';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/Group';
2
+ import { type ComponentProps } from '../../core/shaders/Group';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/Halftone';
2
+ import { type ComponentProps } from '../../core/shaders/Halftone';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/HueShift';
2
+ import { type ComponentProps } from '../../core/shaders/HueShift';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/ImageTexture';
2
+ import { type ComponentProps } from '../../core/shaders/ImageTexture';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/Invert';
2
+ import { type ComponentProps } from '../../core/shaders/Invert';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/LinearBlur';
2
+ import { type ComponentProps } from '../../core/shaders/LinearBlur';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/LinearGradient';
2
+ import { type ComponentProps } from '../../core/shaders/LinearGradient';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/Liquify';
2
+ import { type ComponentProps } from '../../core/shaders/Liquify';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/Pixelate';
2
+ import { type ComponentProps } from '../../core/shaders/Pixelate';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/PolarCoordinates';
2
+ import { type ComponentProps } from '../../core/shaders/PolarCoordinates';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/Posterize';
2
+ import { type ComponentProps } from '../../core/shaders/Posterize';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/ProgressiveBlur';
2
+ import { type ComponentProps } from '../../core/shaders/ProgressiveBlur';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/RadialGradient';
2
+ import { type ComponentProps } from '../../core/shaders/RadialGradient';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/RectangularCoordinates';
2
+ import { type ComponentProps } from '../../core/shaders/RectangularCoordinates';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/Ripples';
2
+ import { type ComponentProps } from '../../core/shaders/Ripples';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/Saturation';
2
+ import { type ComponentProps } from '../../core/shaders/Saturation';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/SimplexNoise';
2
+ import { type ComponentProps } from '../../core/shaders/SimplexNoise';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/SineWave';
2
+ import { type ComponentProps } from '../../core/shaders/SineWave';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/SolidColor';
2
+ import { type ComponentProps } from '../../core/shaders/SolidColor';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/Spherize';
2
+ import { type ComponentProps } from '../../core/shaders/Spherize';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/Spiral';
2
+ import { type ComponentProps } from '../../core/shaders/Spiral';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/Strands';
2
+ import { type ComponentProps } from '../../core/shaders/Strands';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/Stretch';
2
+ import { type ComponentProps } from '../../core/shaders/Stretch';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/Swirl';
2
+ import { type ComponentProps } from '../../core/shaders/Swirl';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/TiltShift';
2
+ import { type ComponentProps } from '../../core/shaders/TiltShift';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/Tritone';
2
+ import { type ComponentProps } from '../../core/shaders/Tritone';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/Twirl';
2
+ import { type ComponentProps } from '../../core/shaders/Twirl';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/Vibrance';
2
+ import { type ComponentProps } from '../../core/shaders/Vibrance';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/WaveDistortion';
2
+ import { type ComponentProps } from '../../core/shaders/WaveDistortion';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/ZoomBlur';
2
+ import { type ComponentProps } from '../../core/shaders/ZoomBlur';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { type BlendMode, type TransformConfig } from '../../core';
2
- import { type ComponentProps } from '../../core/__SHADER_NAME__';
2
+ import { type ComponentProps } from '../../core/shaders/__SHADER_NAME__';
3
3
  /**
4
4
  * Define component props including blend mode, opacity, visibility, masking, and transformation
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shaders",
3
- "version": "2.2.17",
3
+ "version": "2.2.19",
4
4
  "description": "Declarative shader components for Vue, React, and Svelte",
5
5
  "author": "Simon Le Marchant<https://github.com/marchantweb>",
6
6
  "homepage": "https://shaders.com/",
@@ -331,6 +331,208 @@
331
331
  "require": "./dist/core/shaders/Spherize/index.js"
332
332
  }
333
333
  },
334
+ "typesVersions": {
335
+ "*": {
336
+ "vue": [
337
+ "./dist/vue/index.d.ts"
338
+ ],
339
+ "vue/codegen": [
340
+ "./dist/vue/codegen.d.ts"
341
+ ],
342
+ "react": [
343
+ "./dist/react/index.d.ts"
344
+ ],
345
+ "react/codegen": [
346
+ "./dist/react/codegen.d.ts"
347
+ ],
348
+ "svelte": [
349
+ "./dist/svelte/index.d.ts"
350
+ ],
351
+ "svelte/codegen": [
352
+ "./dist/svelte/codegen.d.ts"
353
+ ],
354
+ "solid": [
355
+ "./dist/solid/index.d.ts"
356
+ ],
357
+ "solid/codegen": [
358
+ "./dist/solid/codegen.d.ts"
359
+ ],
360
+ "core": [
361
+ "./dist/core/index.d.ts"
362
+ ],
363
+ "core/telemetry": [
364
+ "./dist/core/telemetry/index.d.ts"
365
+ ],
366
+ "registry": [
367
+ "./dist/registry.d.ts"
368
+ ],
369
+ "core/AngularBlur": [
370
+ "./dist/core/shaders/AngularBlur/index.d.ts"
371
+ ],
372
+ "core/Ascii": [
373
+ "./dist/core/shaders/Ascii/index.d.ts"
374
+ ],
375
+ "core/Blob": [
376
+ "./dist/core/shaders/Blob/index.d.ts"
377
+ ],
378
+ "core/Blur": [
379
+ "./dist/core/shaders/Blur/index.d.ts"
380
+ ],
381
+ "core/Bulge": [
382
+ "./dist/core/shaders/Bulge/index.d.ts"
383
+ ],
384
+ "core/CRTScreen": [
385
+ "./dist/core/shaders/CRTScreen/index.d.ts"
386
+ ],
387
+ "core/ChannelBlur": [
388
+ "./dist/core/shaders/ChannelBlur/index.d.ts"
389
+ ],
390
+ "core/Checkerboard": [
391
+ "./dist/core/shaders/Checkerboard/index.d.ts"
392
+ ],
393
+ "core/ChromaFlow": [
394
+ "./dist/core/shaders/ChromaFlow/index.d.ts"
395
+ ],
396
+ "core/ChromaticAberration": [
397
+ "./dist/core/shaders/ChromaticAberration/index.d.ts"
398
+ ],
399
+ "core/Circle": [
400
+ "./dist/core/shaders/Circle/index.d.ts"
401
+ ],
402
+ "core/CursorTrail": [
403
+ "./dist/core/shaders/CursorTrail/index.d.ts"
404
+ ],
405
+ "core/DiffuseBlur": [
406
+ "./dist/core/shaders/DiffuseBlur/index.d.ts"
407
+ ],
408
+ "core/Dither": [
409
+ "./dist/core/shaders/Dither/index.d.ts"
410
+ ],
411
+ "core/DotGrid": [
412
+ "./dist/core/shaders/DotGrid/index.d.ts"
413
+ ],
414
+ "core/Duotone": [
415
+ "./dist/core/shaders/Duotone/index.d.ts"
416
+ ],
417
+ "core/FilmGrain": [
418
+ "./dist/core/shaders/FilmGrain/index.d.ts"
419
+ ],
420
+ "core/FloatingParticles": [
421
+ "./dist/core/shaders/FloatingParticles/index.d.ts"
422
+ ],
423
+ "core/GlassTiles": [
424
+ "./dist/core/shaders/GlassTiles/index.d.ts"
425
+ ],
426
+ "core/Glow": [
427
+ "./dist/core/shaders/Glow/index.d.ts"
428
+ ],
429
+ "core/Godrays": [
430
+ "./dist/core/shaders/Godrays/index.d.ts"
431
+ ],
432
+ "core/Grayscale": [
433
+ "./dist/core/shaders/Grayscale/index.d.ts"
434
+ ],
435
+ "core/Grid": [
436
+ "./dist/core/shaders/Grid/index.d.ts"
437
+ ],
438
+ "core/GridDistortion": [
439
+ "./dist/core/shaders/GridDistortion/index.d.ts"
440
+ ],
441
+ "core/Group": [
442
+ "./dist/core/shaders/Group/index.d.ts"
443
+ ],
444
+ "core/Halftone": [
445
+ "./dist/core/shaders/Halftone/index.d.ts"
446
+ ],
447
+ "core/HueShift": [
448
+ "./dist/core/shaders/HueShift/index.d.ts"
449
+ ],
450
+ "core/ImageTexture": [
451
+ "./dist/core/shaders/ImageTexture/index.d.ts"
452
+ ],
453
+ "core/Invert": [
454
+ "./dist/core/shaders/Invert/index.d.ts"
455
+ ],
456
+ "core/LinearBlur": [
457
+ "./dist/core/shaders/LinearBlur/index.d.ts"
458
+ ],
459
+ "core/LinearGradient": [
460
+ "./dist/core/shaders/LinearGradient/index.d.ts"
461
+ ],
462
+ "core/Liquify": [
463
+ "./dist/core/shaders/Liquify/index.d.ts"
464
+ ],
465
+ "core/Pixelate": [
466
+ "./dist/core/shaders/Pixelate/index.d.ts"
467
+ ],
468
+ "core/PolarCoordinates": [
469
+ "./dist/core/shaders/PolarCoordinates/index.d.ts"
470
+ ],
471
+ "core/Posterize": [
472
+ "./dist/core/shaders/Posterize/index.d.ts"
473
+ ],
474
+ "core/ProgressiveBlur": [
475
+ "./dist/core/shaders/ProgressiveBlur/index.d.ts"
476
+ ],
477
+ "core/RadialGradient": [
478
+ "./dist/core/shaders/RadialGradient/index.d.ts"
479
+ ],
480
+ "core/RectangularCoordinates": [
481
+ "./dist/core/shaders/RectangularCoordinates/index.d.ts"
482
+ ],
483
+ "core/Ripples": [
484
+ "./dist/core/shaders/Ripples/index.d.ts"
485
+ ],
486
+ "core/Saturation": [
487
+ "./dist/core/shaders/Saturation/index.d.ts"
488
+ ],
489
+ "core/SimplexNoise": [
490
+ "./dist/core/shaders/SimplexNoise/index.d.ts"
491
+ ],
492
+ "core/SineWave": [
493
+ "./dist/core/shaders/SineWave/index.d.ts"
494
+ ],
495
+ "core/SolidColor": [
496
+ "./dist/core/shaders/SolidColor/index.d.ts"
497
+ ],
498
+ "core/Spherize": [
499
+ "./dist/core/shaders/Spherize/index.d.ts"
500
+ ],
501
+ "core/Spiral": [
502
+ "./dist/core/shaders/Spiral/index.d.ts"
503
+ ],
504
+ "core/Strands": [
505
+ "./dist/core/shaders/Strands/index.d.ts"
506
+ ],
507
+ "core/Stretch": [
508
+ "./dist/core/shaders/Stretch/index.d.ts"
509
+ ],
510
+ "core/Swirl": [
511
+ "./dist/core/shaders/Swirl/index.d.ts"
512
+ ],
513
+ "core/TiltShift": [
514
+ "./dist/core/shaders/TiltShift/index.d.ts"
515
+ ],
516
+ "core/Tritone": [
517
+ "./dist/core/shaders/Tritone/index.d.ts"
518
+ ],
519
+ "core/Twirl": [
520
+ "./dist/core/shaders/Twirl/index.d.ts"
521
+ ],
522
+ "core/Vibrance": [
523
+ "./dist/core/shaders/Vibrance/index.d.ts"
524
+ ],
525
+ "core/WaveDistortion": [
526
+ "./dist/core/shaders/WaveDistortion/index.d.ts"
527
+ ],
528
+ "core/ZoomBlur": [
529
+ "./dist/core/shaders/ZoomBlur/index.d.ts"
530
+ ],
531
+ "core/*": [
532
+ "./dist/core/shaders/*/index.d.ts"
533
+ ]
534
+ }
535
+ },
334
536
  "files": [
335
537
  "dist",
336
538
  "LICENSE",