shaders 2.3.49 → 2.3.50

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 (154) hide show
  1. package/dist/core/ConcentricSpin-CLTGx_sN.js +173 -0
  2. package/dist/core/registry.js +118 -116
  3. package/dist/core/shaderRegistry.d.ts.map +1 -1
  4. package/dist/core/shaders/CRTScreen/index.js +1 -1
  5. package/dist/core/shaders/ConcentricSpin/index.d.ts +64 -0
  6. package/dist/core/shaders/ConcentricSpin/index.d.ts.map +1 -0
  7. package/dist/core/shaders/ConcentricSpin/index.js +5 -0
  8. package/dist/core/shaders/ContourLines/index.js +1 -1
  9. package/dist/core/shaders/CursorTrail/index.js +1 -1
  10. package/dist/core/shaders/DiffuseBlur/index.js +1 -1
  11. package/dist/core/shaders/Dither/index.js +1 -1
  12. package/dist/core/shaders/DotGrid/index.js +1 -1
  13. package/dist/core/shaders/Duotone/index.js +1 -1
  14. package/dist/core/shaders/FilmGrain/index.js +1 -1
  15. package/dist/core/shaders/FloatingParticles/index.js +1 -1
  16. package/dist/core/shaders/FlowField/index.js +1 -1
  17. package/dist/core/shaders/GlassTiles/index.js +1 -1
  18. package/dist/core/shaders/Glitch/index.js +1 -1
  19. package/dist/core/shaders/Glow/index.js +1 -1
  20. package/dist/core/shaders/Godrays/index.js +1 -1
  21. package/dist/core/shaders/Grayscale/index.js +1 -1
  22. package/dist/core/shaders/Grid/index.js +1 -1
  23. package/dist/core/shaders/GridDistortion/index.js +1 -1
  24. package/dist/core/shaders/Group/index.js +1 -1
  25. package/dist/core/shaders/Halftone/index.js +1 -1
  26. package/dist/core/shaders/HueShift/index.js +1 -1
  27. package/dist/core/shaders/ImageTexture/index.js +1 -1
  28. package/dist/core/shaders/Invert/index.js +1 -1
  29. package/dist/core/shaders/Kaleidoscope/index.js +1 -1
  30. package/dist/core/shaders/LensFlare/index.js +1 -1
  31. package/dist/core/shaders/LinearBlur/index.js +1 -1
  32. package/dist/core/shaders/LinearGradient/index.js +1 -1
  33. package/dist/core/shaders/Liquify/index.js +1 -1
  34. package/dist/core/shaders/Mirror/index.js +1 -1
  35. package/dist/core/shaders/Perspective/index.js +1 -1
  36. package/dist/core/shaders/Pixelate/index.js +1 -1
  37. package/dist/core/shaders/Plasma/index.js +1 -1
  38. package/dist/core/shaders/PolarCoordinates/index.js +1 -1
  39. package/dist/core/shaders/Posterize/index.js +1 -1
  40. package/dist/core/shaders/ProgressiveBlur/index.js +1 -1
  41. package/dist/core/shaders/RadialGradient/index.js +1 -1
  42. package/dist/core/shaders/RectangularCoordinates/index.js +1 -1
  43. package/dist/core/shaders/Ripples/index.js +1 -1
  44. package/dist/core/shaders/Saturation/index.js +1 -1
  45. package/dist/core/shaders/Sharpness/index.js +1 -1
  46. package/dist/core/shaders/Shatter/index.js +1 -1
  47. package/dist/core/shaders/SimplexNoise/index.js +1 -1
  48. package/dist/core/shaders/SineWave/index.js +1 -1
  49. package/dist/core/shaders/SolidColor/index.js +1 -1
  50. package/dist/core/shaders/Spherize/index.js +1 -1
  51. package/dist/core/shaders/Spiral/index.js +1 -1
  52. package/dist/core/shaders/Strands/index.js +1 -1
  53. package/dist/core/shaders/Stretch/index.js +1 -1
  54. package/dist/core/shaders/Stripes/index.js +1 -1
  55. package/dist/core/shaders/Swirl/index.js +1 -1
  56. package/dist/core/shaders/TiltShift/index.js +1 -1
  57. package/dist/core/shaders/Tint/index.js +1 -1
  58. package/dist/core/shaders/Tritone/index.js +1 -1
  59. package/dist/core/shaders/Twirl/index.js +1 -1
  60. package/dist/core/shaders/Vibrance/index.js +1 -1
  61. package/dist/core/shaders/VideoTexture/index.js +1 -1
  62. package/dist/core/shaders/WaveDistortion/index.js +1 -1
  63. package/dist/core/shaders/WebcamTexture/index.js +1 -1
  64. package/dist/core/shaders/ZoomBlur/index.js +1 -1
  65. package/dist/react/ConcentricSpin.js +164 -0
  66. package/dist/react/components/ConcentricSpin.d.ts +31 -0
  67. package/dist/react/components/ConcentricSpin.d.ts.map +1 -0
  68. package/dist/react/index.d.ts +1 -0
  69. package/dist/react/index.d.ts.map +1 -1
  70. package/dist/react/index.js +2 -1
  71. package/dist/react/utils/generatePresetCode.d.ts.map +1 -1
  72. package/dist/react/utils/generatePresetCode.js +16 -0
  73. package/dist/registry.js +240 -0
  74. package/dist/solid/components/ConcentricSpin.d.ts +28 -0
  75. package/dist/solid/components/ConcentricSpin.d.ts.map +1 -0
  76. package/dist/solid/components/ConcentricSpin.js +168 -0
  77. package/dist/solid/index.d.ts +1 -0
  78. package/dist/solid/index.d.ts.map +1 -1
  79. package/dist/solid/index.js +118 -116
  80. package/dist/solid/utils/generatePresetCode.d.ts.map +1 -1
  81. package/dist/solid/utils/generatePresetCode.js +16 -0
  82. package/dist/svelte/components/ConcentricSpin.svelte.d.ts +19 -0
  83. package/dist/svelte/{generatePresetCode-Bw9A9k-k.js → generatePresetCode-Co-oSFXj.js} +16 -0
  84. package/dist/svelte/index.d.ts +1 -0
  85. package/dist/svelte/index.js +385 -255
  86. package/dist/svelte/utils/generatePresetCode.js +1 -1
  87. package/dist/vue/ConcentricSpin.js +3 -0
  88. package/dist/vue/ConcentricSpin.vue_vue_type_script_setup_true_lang.js +151 -0
  89. package/dist/vue/components/ConcentricSpin.vue.d.ts +54 -0
  90. package/dist/vue/components/ConcentricSpin.vue.d.ts.map +1 -0
  91. package/dist/vue/index.d.ts +1 -0
  92. package/dist/vue/index.d.ts.map +1 -1
  93. package/dist/vue/index.js +2 -1
  94. package/dist/vue/utils/generatePresetCode.d.ts.map +1 -1
  95. package/dist/vue/utils/generatePresetCode.js +16 -0
  96. package/package.json +9 -1
  97. /package/dist/core/{CRTScreen-BJJhBQ3D.js → CRTScreen-D6qh6DnD.js} +0 -0
  98. /package/dist/core/{ContourLines-NASMUR3G.js → ContourLines-Dc5J7iw5.js} +0 -0
  99. /package/dist/core/{CursorTrail-DT7Q3TzC.js → CursorTrail-COnyRZH9.js} +0 -0
  100. /package/dist/core/{DiffuseBlur-dJ8C3PKh.js → DiffuseBlur-DcV8M7hN.js} +0 -0
  101. /package/dist/core/{Dither-Bac0W21a.js → Dither-C-w0ugGX.js} +0 -0
  102. /package/dist/core/{DotGrid-Cedu_WEn.js → DotGrid-wXnfcjrM.js} +0 -0
  103. /package/dist/core/{Duotone-DL9vhoyo.js → Duotone-B8dYgrFR.js} +0 -0
  104. /package/dist/core/{FilmGrain-BzdJM5vN.js → FilmGrain-D_6m7GJ4.js} +0 -0
  105. /package/dist/core/{FloatingParticles-DoB1DI8t.js → FloatingParticles-YuuXeICf.js} +0 -0
  106. /package/dist/core/{FlowField-BZ-ZbMzR.js → FlowField-Dx2eqOcU.js} +0 -0
  107. /package/dist/core/{GlassTiles-BQL2Id5c.js → GlassTiles-hnt2pUQN.js} +0 -0
  108. /package/dist/core/{Glitch-DmF8pHjd.js → Glitch-DfPXeSlL.js} +0 -0
  109. /package/dist/core/{Glow-Bxpj34sE.js → Glow-CQv_dRPj.js} +0 -0
  110. /package/dist/core/{Godrays-DqB-88ds.js → Godrays-B_-HliEA.js} +0 -0
  111. /package/dist/core/{Grayscale-CAuZTuZN.js → Grayscale-DRFXhxr4.js} +0 -0
  112. /package/dist/core/{Grid-B6Hf5dZa.js → Grid-DKSUwEIe.js} +0 -0
  113. /package/dist/core/{GridDistortion-DmwIHrXF.js → GridDistortion-DahXljLX.js} +0 -0
  114. /package/dist/core/{Group-DYtNH5QD.js → Group-r9gMBd5y.js} +0 -0
  115. /package/dist/core/{Halftone-vy2WIxyN.js → Halftone-ZVjwkjaQ.js} +0 -0
  116. /package/dist/core/{HueShift-C4E-S49G.js → HueShift-gZlNBwNE.js} +0 -0
  117. /package/dist/core/{ImageTexture-B40GVvXK.js → ImageTexture-DuXMku_O.js} +0 -0
  118. /package/dist/core/{Invert-ec-nb8PE.js → Invert-gUjZNHF3.js} +0 -0
  119. /package/dist/core/{Kaleidoscope-BO3WUc5P.js → Kaleidoscope-COKZ0BDb.js} +0 -0
  120. /package/dist/core/{LensFlare-BoaXy9ZE.js → LensFlare-D6jy4M7G.js} +0 -0
  121. /package/dist/core/{LinearBlur-BHaYZoXd.js → LinearBlur-CArDQIhs.js} +0 -0
  122. /package/dist/core/{LinearGradient-C8nueF-8.js → LinearGradient-BkB_3gVV.js} +0 -0
  123. /package/dist/core/{Liquify-JsuLWWkx.js → Liquify-BrIB9ajS.js} +0 -0
  124. /package/dist/core/{Mirror--f1QXEID.js → Mirror-BRPYfVAr.js} +0 -0
  125. /package/dist/core/{Perspective-Dyj4iJMR.js → Perspective-CglPLWTZ.js} +0 -0
  126. /package/dist/core/{Pixelate-CzXp_BwM.js → Pixelate-CwnuDc5L.js} +0 -0
  127. /package/dist/core/{Plasma-FfOwR9cP.js → Plasma-CuW-GOI_.js} +0 -0
  128. /package/dist/core/{PolarCoordinates-CfuvmwZm.js → PolarCoordinates-9AFXKnSC.js} +0 -0
  129. /package/dist/core/{Posterize-IUwDieMu.js → Posterize-DU2yrydV.js} +0 -0
  130. /package/dist/core/{ProgressiveBlur-BTGKywKM.js → ProgressiveBlur-BXv2mob_.js} +0 -0
  131. /package/dist/core/{RadialGradient-DbcPAwI7.js → RadialGradient-Dd21Be-_.js} +0 -0
  132. /package/dist/core/{RectangularCoordinates-OOpDHjTM.js → RectangularCoordinates-DAOGnX2p.js} +0 -0
  133. /package/dist/core/{Ripples-CGhzc9or.js → Ripples-Nk5is8WX.js} +0 -0
  134. /package/dist/core/{Saturation-ssiNVXIp.js → Saturation-KoiVB92Y.js} +0 -0
  135. /package/dist/core/{Sharpness-B-nN0G5P.js → Sharpness-CK-zaDVc.js} +0 -0
  136. /package/dist/core/{Shatter-CryQHkSZ.js → Shatter-EEzkIXGb.js} +0 -0
  137. /package/dist/core/{SimplexNoise-B-tDGmzX.js → SimplexNoise-DKov4Yho.js} +0 -0
  138. /package/dist/core/{SineWave-C6MpmU6E.js → SineWave-Cy0wWKUU.js} +0 -0
  139. /package/dist/core/{SolidColor-BjLy2eJx.js → SolidColor-P4OKglCC.js} +0 -0
  140. /package/dist/core/{Spherize-Mtl4w0Lc.js → Spherize-BLEvqakM.js} +0 -0
  141. /package/dist/core/{Spiral-Bl67ud0b.js → Spiral-DXuKs26n.js} +0 -0
  142. /package/dist/core/{Strands-BNxk94tR.js → Strands-DsdASoV4.js} +0 -0
  143. /package/dist/core/{Stretch-DROTOuvH.js → Stretch-By8f2wmJ.js} +0 -0
  144. /package/dist/core/{Stripes-IMsC1G-g.js → Stripes-D8HSlP1H.js} +0 -0
  145. /package/dist/core/{Swirl-C9xCY4TA.js → Swirl-DO8dNtED.js} +0 -0
  146. /package/dist/core/{TiltShift-CFhc4M-Z.js → TiltShift-4QnOmvZ7.js} +0 -0
  147. /package/dist/core/{Tint-DS1FvtQc.js → Tint-Qc-4l2re.js} +0 -0
  148. /package/dist/core/{Tritone-CesYYNTz.js → Tritone-COUPuEp_.js} +0 -0
  149. /package/dist/core/{Twirl-8C-m04yw.js → Twirl-Se1glQAi.js} +0 -0
  150. /package/dist/core/{Vibrance-Cbr-9ds2.js → Vibrance-CUTMlggU.js} +0 -0
  151. /package/dist/core/{VideoTexture-DKnQrDkq.js → VideoTexture-DsvlYXHz.js} +0 -0
  152. /package/dist/core/{WaveDistortion-D-TGqE0a.js → WaveDistortion-D75I7wpE.js} +0 -0
  153. /package/dist/core/{WebcamTexture-C3EtpWf2.js → WebcamTexture-Cj0_V3MP.js} +0 -0
  154. /package/dist/core/{ZoomBlur-DmMiy4FJ.js → ZoomBlur-Cq6lhjH5.js} +0 -0
@@ -1,4 +1,4 @@
1
- import { n as generatePresetCode } from "./generatePresetCode-Bw9A9k-k.js";
1
+ import { n as generatePresetCode } from "./generatePresetCode-Co-oSFXj.js";
2
2
  import "svelte/internal/disclose-version";
3
3
  import * as $ from "svelte/internal/client";
4
4
  import { getContext, onDestroy, onMount, setContext } from "svelte";
@@ -16,66 +16,67 @@ import { componentDefinition as componentDefinition$9 } from "../core/shaders/Ch
16
16
  import { componentDefinition as componentDefinition$10 } from "../core/shaders/ChromaFlow/index.js";
17
17
  import { componentDefinition as componentDefinition$11 } from "../core/shaders/ChromaticAberration/index.js";
18
18
  import { componentDefinition as componentDefinition$12 } from "../core/shaders/Circle/index.js";
19
- import { componentDefinition as componentDefinition$13 } from "../core/shaders/ContourLines/index.js";
20
- import { componentDefinition as componentDefinition$14 } from "../core/shaders/CursorTrail/index.js";
21
- import { componentDefinition as componentDefinition$15 } from "../core/shaders/DiffuseBlur/index.js";
22
- import { componentDefinition as componentDefinition$16 } from "../core/shaders/Dither/index.js";
23
- import { componentDefinition as componentDefinition$17 } from "../core/shaders/DotGrid/index.js";
24
- import { componentDefinition as componentDefinition$18 } from "../core/shaders/Duotone/index.js";
25
- import { componentDefinition as componentDefinition$19 } from "../core/shaders/FilmGrain/index.js";
26
- import { componentDefinition as componentDefinition$20 } from "../core/shaders/FloatingParticles/index.js";
27
- import { componentDefinition as componentDefinition$21 } from "../core/shaders/FlowField/index.js";
28
- import { componentDefinition as componentDefinition$22 } from "../core/shaders/GlassTiles/index.js";
29
- import { componentDefinition as componentDefinition$23 } from "../core/shaders/Glitch/index.js";
30
- import { componentDefinition as componentDefinition$24 } from "../core/shaders/Glow/index.js";
31
- import { componentDefinition as componentDefinition$25 } from "../core/shaders/Godrays/index.js";
32
- import { componentDefinition as componentDefinition$26 } from "../core/shaders/Grayscale/index.js";
33
- import { componentDefinition as componentDefinition$27 } from "../core/shaders/Grid/index.js";
34
- import { componentDefinition as componentDefinition$28 } from "../core/shaders/GridDistortion/index.js";
35
- import { componentDefinition as componentDefinition$29 } from "../core/shaders/Group/index.js";
36
- import { componentDefinition as componentDefinition$30 } from "../core/shaders/Halftone/index.js";
37
- import { componentDefinition as componentDefinition$31 } from "../core/shaders/HueShift/index.js";
38
- import { componentDefinition as componentDefinition$32 } from "../core/shaders/ImageTexture/index.js";
39
- import { componentDefinition as componentDefinition$33 } from "../core/shaders/Invert/index.js";
40
- import { componentDefinition as componentDefinition$34 } from "../core/shaders/Kaleidoscope/index.js";
41
- import { componentDefinition as componentDefinition$35 } from "../core/shaders/LensFlare/index.js";
42
- import { componentDefinition as componentDefinition$36 } from "../core/shaders/LinearBlur/index.js";
43
- import { componentDefinition as componentDefinition$37 } from "../core/shaders/LinearGradient/index.js";
44
- import { componentDefinition as componentDefinition$38 } from "../core/shaders/Liquify/index.js";
45
- import { componentDefinition as componentDefinition$39 } from "../core/shaders/Mirror/index.js";
46
- import { componentDefinition as componentDefinition$40 } from "../core/shaders/Perspective/index.js";
47
- import { componentDefinition as componentDefinition$41 } from "../core/shaders/Pixelate/index.js";
48
- import { componentDefinition as componentDefinition$42 } from "../core/shaders/Plasma/index.js";
49
- import { componentDefinition as componentDefinition$43 } from "../core/shaders/PolarCoordinates/index.js";
50
- import { componentDefinition as componentDefinition$44 } from "../core/shaders/Posterize/index.js";
51
- import { componentDefinition as componentDefinition$45 } from "../core/shaders/ProgressiveBlur/index.js";
52
- import { componentDefinition as componentDefinition$46 } from "../core/shaders/RadialGradient/index.js";
53
- import { componentDefinition as componentDefinition$47 } from "../core/shaders/RectangularCoordinates/index.js";
54
- import { componentDefinition as componentDefinition$48 } from "../core/shaders/Ripples/index.js";
55
- import { componentDefinition as componentDefinition$49 } from "../core/shaders/Saturation/index.js";
56
- import { componentDefinition as componentDefinition$50 } from "../core/shaders/Sharpness/index.js";
57
- import { componentDefinition as componentDefinition$51 } from "../core/shaders/Shatter/index.js";
58
- import { componentDefinition as componentDefinition$52 } from "../core/shaders/SimplexNoise/index.js";
59
- import { componentDefinition as componentDefinition$53 } from "../core/shaders/SineWave/index.js";
60
- import { componentDefinition as componentDefinition$54 } from "../core/shaders/SolidColor/index.js";
61
- import { componentDefinition as componentDefinition$55 } from "../core/shaders/Spherize/index.js";
62
- import { componentDefinition as componentDefinition$56 } from "../core/shaders/Spiral/index.js";
63
- import { componentDefinition as componentDefinition$57 } from "../core/shaders/Strands/index.js";
64
- import { componentDefinition as componentDefinition$58 } from "../core/shaders/Stretch/index.js";
65
- import { componentDefinition as componentDefinition$59 } from "../core/shaders/Stripes/index.js";
66
- import { componentDefinition as componentDefinition$60 } from "../core/shaders/Swirl/index.js";
67
- import { componentDefinition as componentDefinition$61 } from "../core/shaders/TiltShift/index.js";
68
- import { componentDefinition as componentDefinition$62 } from "../core/shaders/Tint/index.js";
69
- import { componentDefinition as componentDefinition$63 } from "../core/shaders/Tritone/index.js";
70
- import { componentDefinition as componentDefinition$64 } from "../core/shaders/Twirl/index.js";
71
- import { componentDefinition as componentDefinition$65 } from "../core/shaders/Vibrance/index.js";
72
- import { componentDefinition as componentDefinition$66 } from "../core/shaders/VideoTexture/index.js";
73
- import { componentDefinition as componentDefinition$67 } from "../core/shaders/WaveDistortion/index.js";
74
- import { componentDefinition as componentDefinition$68 } from "../core/shaders/WebcamTexture/index.js";
75
- import { componentDefinition as componentDefinition$69 } from "../core/shaders/ZoomBlur/index.js";
19
+ import { componentDefinition as componentDefinition$13 } from "../core/shaders/ConcentricSpin/index.js";
20
+ import { componentDefinition as componentDefinition$14 } from "../core/shaders/ContourLines/index.js";
21
+ import { componentDefinition as componentDefinition$15 } from "../core/shaders/CursorTrail/index.js";
22
+ import { componentDefinition as componentDefinition$16 } from "../core/shaders/DiffuseBlur/index.js";
23
+ import { componentDefinition as componentDefinition$17 } from "../core/shaders/Dither/index.js";
24
+ import { componentDefinition as componentDefinition$18 } from "../core/shaders/DotGrid/index.js";
25
+ import { componentDefinition as componentDefinition$19 } from "../core/shaders/Duotone/index.js";
26
+ import { componentDefinition as componentDefinition$20 } from "../core/shaders/FilmGrain/index.js";
27
+ import { componentDefinition as componentDefinition$21 } from "../core/shaders/FloatingParticles/index.js";
28
+ import { componentDefinition as componentDefinition$22 } from "../core/shaders/FlowField/index.js";
29
+ import { componentDefinition as componentDefinition$23 } from "../core/shaders/GlassTiles/index.js";
30
+ import { componentDefinition as componentDefinition$24 } from "../core/shaders/Glitch/index.js";
31
+ import { componentDefinition as componentDefinition$25 } from "../core/shaders/Glow/index.js";
32
+ import { componentDefinition as componentDefinition$26 } from "../core/shaders/Godrays/index.js";
33
+ import { componentDefinition as componentDefinition$27 } from "../core/shaders/Grayscale/index.js";
34
+ import { componentDefinition as componentDefinition$28 } from "../core/shaders/Grid/index.js";
35
+ import { componentDefinition as componentDefinition$29 } from "../core/shaders/GridDistortion/index.js";
36
+ import { componentDefinition as componentDefinition$30 } from "../core/shaders/Group/index.js";
37
+ import { componentDefinition as componentDefinition$31 } from "../core/shaders/Halftone/index.js";
38
+ import { componentDefinition as componentDefinition$32 } from "../core/shaders/HueShift/index.js";
39
+ import { componentDefinition as componentDefinition$33 } from "../core/shaders/ImageTexture/index.js";
40
+ import { componentDefinition as componentDefinition$34 } from "../core/shaders/Invert/index.js";
41
+ import { componentDefinition as componentDefinition$35 } from "../core/shaders/Kaleidoscope/index.js";
42
+ import { componentDefinition as componentDefinition$36 } from "../core/shaders/LensFlare/index.js";
43
+ import { componentDefinition as componentDefinition$37 } from "../core/shaders/LinearBlur/index.js";
44
+ import { componentDefinition as componentDefinition$38 } from "../core/shaders/LinearGradient/index.js";
45
+ import { componentDefinition as componentDefinition$39 } from "../core/shaders/Liquify/index.js";
46
+ import { componentDefinition as componentDefinition$40 } from "../core/shaders/Mirror/index.js";
47
+ import { componentDefinition as componentDefinition$41 } from "../core/shaders/Perspective/index.js";
48
+ import { componentDefinition as componentDefinition$42 } from "../core/shaders/Pixelate/index.js";
49
+ import { componentDefinition as componentDefinition$43 } from "../core/shaders/Plasma/index.js";
50
+ import { componentDefinition as componentDefinition$44 } from "../core/shaders/PolarCoordinates/index.js";
51
+ import { componentDefinition as componentDefinition$45 } from "../core/shaders/Posterize/index.js";
52
+ import { componentDefinition as componentDefinition$46 } from "../core/shaders/ProgressiveBlur/index.js";
53
+ import { componentDefinition as componentDefinition$47 } from "../core/shaders/RadialGradient/index.js";
54
+ import { componentDefinition as componentDefinition$48 } from "../core/shaders/RectangularCoordinates/index.js";
55
+ import { componentDefinition as componentDefinition$49 } from "../core/shaders/Ripples/index.js";
56
+ import { componentDefinition as componentDefinition$50 } from "../core/shaders/Saturation/index.js";
57
+ import { componentDefinition as componentDefinition$51 } from "../core/shaders/Sharpness/index.js";
58
+ import { componentDefinition as componentDefinition$52 } from "../core/shaders/Shatter/index.js";
59
+ import { componentDefinition as componentDefinition$53 } from "../core/shaders/SimplexNoise/index.js";
60
+ import { componentDefinition as componentDefinition$54 } from "../core/shaders/SineWave/index.js";
61
+ import { componentDefinition as componentDefinition$55 } from "../core/shaders/SolidColor/index.js";
62
+ import { componentDefinition as componentDefinition$56 } from "../core/shaders/Spherize/index.js";
63
+ import { componentDefinition as componentDefinition$57 } from "../core/shaders/Spiral/index.js";
64
+ import { componentDefinition as componentDefinition$58 } from "../core/shaders/Strands/index.js";
65
+ import { componentDefinition as componentDefinition$59 } from "../core/shaders/Stretch/index.js";
66
+ import { componentDefinition as componentDefinition$60 } from "../core/shaders/Stripes/index.js";
67
+ import { componentDefinition as componentDefinition$61 } from "../core/shaders/Swirl/index.js";
68
+ import { componentDefinition as componentDefinition$62 } from "../core/shaders/TiltShift/index.js";
69
+ import { componentDefinition as componentDefinition$63 } from "../core/shaders/Tint/index.js";
70
+ import { componentDefinition as componentDefinition$64 } from "../core/shaders/Tritone/index.js";
71
+ import { componentDefinition as componentDefinition$65 } from "../core/shaders/Twirl/index.js";
72
+ import { componentDefinition as componentDefinition$66 } from "../core/shaders/Vibrance/index.js";
73
+ import { componentDefinition as componentDefinition$67 } from "../core/shaders/VideoTexture/index.js";
74
+ import { componentDefinition as componentDefinition$68 } from "../core/shaders/WaveDistortion/index.js";
75
+ import { componentDefinition as componentDefinition$69 } from "../core/shaders/WebcamTexture/index.js";
76
+ import { componentDefinition as componentDefinition$70 } from "../core/shaders/ZoomBlur/index.js";
76
77
  import { vec4 } from "three/tsl";
77
78
  import { TelemetryCollector, isExternalUser, shouldCollectTelemetry } from "../core/telemetry/index.js";
78
- var root$70 = $.from_html(`<span style="display:contents"><!></span>`);
79
+ var root$71 = $.from_html(`<span style="display:contents"><!></span>`);
79
80
  function AngularBlur($$anchor, $$props) {
80
81
  $.push($$props, true);
81
82
  const DEFAULT_TRANSFORM = {
@@ -195,7 +196,7 @@ function AngularBlur($$anchor, $$props) {
195
196
  $.set(isRegistered, false);
196
197
  parentRegister(instanceId, null, null, null, null);
197
198
  });
198
- var span = root$70();
199
+ var span = root$71();
199
200
  var node = $.child(span);
200
201
  children?.(node);
201
202
  $.reset(span);
@@ -204,7 +205,7 @@ function AngularBlur($$anchor, $$props) {
204
205
  $.append($$anchor, span);
205
206
  $.pop();
206
207
  }
207
- var root$69 = $.from_html(`<span style="display:contents"><!></span>`);
208
+ var root$70 = $.from_html(`<span style="display:contents"><!></span>`);
208
209
  function Ascii($$anchor, $$props) {
209
210
  $.push($$props, true);
210
211
  const DEFAULT_TRANSFORM = {
@@ -324,7 +325,7 @@ function Ascii($$anchor, $$props) {
324
325
  $.set(isRegistered, false);
325
326
  parentRegister(instanceId, null, null, null, null);
326
327
  });
327
- var span = root$69();
328
+ var span = root$70();
328
329
  var node = $.child(span);
329
330
  children?.(node);
330
331
  $.reset(span);
@@ -333,7 +334,7 @@ function Ascii($$anchor, $$props) {
333
334
  $.append($$anchor, span);
334
335
  $.pop();
335
336
  }
336
- var root$68 = $.from_html(`<span style="display:contents"><!></span>`);
337
+ var root$69 = $.from_html(`<span style="display:contents"><!></span>`);
337
338
  function Beam($$anchor, $$props) {
338
339
  $.push($$props, true);
339
340
  const DEFAULT_TRANSFORM = {
@@ -453,7 +454,7 @@ function Beam($$anchor, $$props) {
453
454
  $.set(isRegistered, false);
454
455
  parentRegister(instanceId, null, null, null, null);
455
456
  });
456
- var span = root$68();
457
+ var span = root$69();
457
458
  var node = $.child(span);
458
459
  children?.(node);
459
460
  $.reset(span);
@@ -462,7 +463,7 @@ function Beam($$anchor, $$props) {
462
463
  $.append($$anchor, span);
463
464
  $.pop();
464
465
  }
465
- var root$67 = $.from_html(`<span style="display:contents"><!></span>`);
466
+ var root$68 = $.from_html(`<span style="display:contents"><!></span>`);
466
467
  function Blob($$anchor, $$props) {
467
468
  $.push($$props, true);
468
469
  const DEFAULT_TRANSFORM = {
@@ -582,7 +583,7 @@ function Blob($$anchor, $$props) {
582
583
  $.set(isRegistered, false);
583
584
  parentRegister(instanceId, null, null, null, null);
584
585
  });
585
- var span = root$67();
586
+ var span = root$68();
586
587
  var node = $.child(span);
587
588
  children?.(node);
588
589
  $.reset(span);
@@ -591,7 +592,7 @@ function Blob($$anchor, $$props) {
591
592
  $.append($$anchor, span);
592
593
  $.pop();
593
594
  }
594
- var root$66 = $.from_html(`<span style="display:contents"><!></span>`);
595
+ var root$67 = $.from_html(`<span style="display:contents"><!></span>`);
595
596
  function Blur($$anchor, $$props) {
596
597
  $.push($$props, true);
597
598
  const DEFAULT_TRANSFORM = {
@@ -711,7 +712,7 @@ function Blur($$anchor, $$props) {
711
712
  $.set(isRegistered, false);
712
713
  parentRegister(instanceId, null, null, null, null);
713
714
  });
714
- var span = root$66();
715
+ var span = root$67();
715
716
  var node = $.child(span);
716
717
  children?.(node);
717
718
  $.reset(span);
@@ -720,7 +721,7 @@ function Blur($$anchor, $$props) {
720
721
  $.append($$anchor, span);
721
722
  $.pop();
722
723
  }
723
- var root$65 = $.from_html(`<span style="display:contents"><!></span>`);
724
+ var root$66 = $.from_html(`<span style="display:contents"><!></span>`);
724
725
  function BrightnessContrast($$anchor, $$props) {
725
726
  $.push($$props, true);
726
727
  const DEFAULT_TRANSFORM = {
@@ -840,7 +841,7 @@ function BrightnessContrast($$anchor, $$props) {
840
841
  $.set(isRegistered, false);
841
842
  parentRegister(instanceId, null, null, null, null);
842
843
  });
843
- var span = root$65();
844
+ var span = root$66();
844
845
  var node = $.child(span);
845
846
  children?.(node);
846
847
  $.reset(span);
@@ -849,7 +850,7 @@ function BrightnessContrast($$anchor, $$props) {
849
850
  $.append($$anchor, span);
850
851
  $.pop();
851
852
  }
852
- var root$64 = $.from_html(`<span style="display:contents"><!></span>`);
853
+ var root$65 = $.from_html(`<span style="display:contents"><!></span>`);
853
854
  function Bulge($$anchor, $$props) {
854
855
  $.push($$props, true);
855
856
  const DEFAULT_TRANSFORM = {
@@ -969,7 +970,7 @@ function Bulge($$anchor, $$props) {
969
970
  $.set(isRegistered, false);
970
971
  parentRegister(instanceId, null, null, null, null);
971
972
  });
972
- var span = root$64();
973
+ var span = root$65();
973
974
  var node = $.child(span);
974
975
  children?.(node);
975
976
  $.reset(span);
@@ -978,7 +979,7 @@ function Bulge($$anchor, $$props) {
978
979
  $.append($$anchor, span);
979
980
  $.pop();
980
981
  }
981
- var root$63 = $.from_html(`<span style="display:contents"><!></span>`);
982
+ var root$64 = $.from_html(`<span style="display:contents"><!></span>`);
982
983
  function CRTScreen($$anchor, $$props) {
983
984
  $.push($$props, true);
984
985
  const DEFAULT_TRANSFORM = {
@@ -1098,7 +1099,7 @@ function CRTScreen($$anchor, $$props) {
1098
1099
  $.set(isRegistered, false);
1099
1100
  parentRegister(instanceId, null, null, null, null);
1100
1101
  });
1101
- var span = root$63();
1102
+ var span = root$64();
1102
1103
  var node = $.child(span);
1103
1104
  children?.(node);
1104
1105
  $.reset(span);
@@ -1107,7 +1108,7 @@ function CRTScreen($$anchor, $$props) {
1107
1108
  $.append($$anchor, span);
1108
1109
  $.pop();
1109
1110
  }
1110
- var root$62 = $.from_html(`<span style="display:contents"><!></span>`);
1111
+ var root$63 = $.from_html(`<span style="display:contents"><!></span>`);
1111
1112
  function ChannelBlur($$anchor, $$props) {
1112
1113
  $.push($$props, true);
1113
1114
  const DEFAULT_TRANSFORM = {
@@ -1227,7 +1228,7 @@ function ChannelBlur($$anchor, $$props) {
1227
1228
  $.set(isRegistered, false);
1228
1229
  parentRegister(instanceId, null, null, null, null);
1229
1230
  });
1230
- var span = root$62();
1231
+ var span = root$63();
1231
1232
  var node = $.child(span);
1232
1233
  children?.(node);
1233
1234
  $.reset(span);
@@ -1236,7 +1237,7 @@ function ChannelBlur($$anchor, $$props) {
1236
1237
  $.append($$anchor, span);
1237
1238
  $.pop();
1238
1239
  }
1239
- var root$61 = $.from_html(`<span style="display:contents"><!></span>`);
1240
+ var root$62 = $.from_html(`<span style="display:contents"><!></span>`);
1240
1241
  function Checkerboard($$anchor, $$props) {
1241
1242
  $.push($$props, true);
1242
1243
  const DEFAULT_TRANSFORM = {
@@ -1356,7 +1357,7 @@ function Checkerboard($$anchor, $$props) {
1356
1357
  $.set(isRegistered, false);
1357
1358
  parentRegister(instanceId, null, null, null, null);
1358
1359
  });
1359
- var span = root$61();
1360
+ var span = root$62();
1360
1361
  var node = $.child(span);
1361
1362
  children?.(node);
1362
1363
  $.reset(span);
@@ -1365,7 +1366,7 @@ function Checkerboard($$anchor, $$props) {
1365
1366
  $.append($$anchor, span);
1366
1367
  $.pop();
1367
1368
  }
1368
- var root$60 = $.from_html(`<span style="display:contents"><!></span>`);
1369
+ var root$61 = $.from_html(`<span style="display:contents"><!></span>`);
1369
1370
  function ChromaFlow($$anchor, $$props) {
1370
1371
  $.push($$props, true);
1371
1372
  const DEFAULT_TRANSFORM = {
@@ -1485,7 +1486,7 @@ function ChromaFlow($$anchor, $$props) {
1485
1486
  $.set(isRegistered, false);
1486
1487
  parentRegister(instanceId, null, null, null, null);
1487
1488
  });
1488
- var span = root$60();
1489
+ var span = root$61();
1489
1490
  var node = $.child(span);
1490
1491
  children?.(node);
1491
1492
  $.reset(span);
@@ -1494,7 +1495,7 @@ function ChromaFlow($$anchor, $$props) {
1494
1495
  $.append($$anchor, span);
1495
1496
  $.pop();
1496
1497
  }
1497
- var root$59 = $.from_html(`<span style="display:contents"><!></span>`);
1498
+ var root$60 = $.from_html(`<span style="display:contents"><!></span>`);
1498
1499
  function ChromaticAberration($$anchor, $$props) {
1499
1500
  $.push($$props, true);
1500
1501
  const DEFAULT_TRANSFORM = {
@@ -1614,7 +1615,7 @@ function ChromaticAberration($$anchor, $$props) {
1614
1615
  $.set(isRegistered, false);
1615
1616
  parentRegister(instanceId, null, null, null, null);
1616
1617
  });
1617
- var span = root$59();
1618
+ var span = root$60();
1618
1619
  var node = $.child(span);
1619
1620
  children?.(node);
1620
1621
  $.reset(span);
@@ -1623,7 +1624,7 @@ function ChromaticAberration($$anchor, $$props) {
1623
1624
  $.append($$anchor, span);
1624
1625
  $.pop();
1625
1626
  }
1626
- var root$58 = $.from_html(`<span style="display:contents"><!></span>`);
1627
+ var root$59 = $.from_html(`<span style="display:contents"><!></span>`);
1627
1628
  function Circle($$anchor, $$props) {
1628
1629
  $.push($$props, true);
1629
1630
  const DEFAULT_TRANSFORM = {
@@ -1743,7 +1744,7 @@ function Circle($$anchor, $$props) {
1743
1744
  $.set(isRegistered, false);
1744
1745
  parentRegister(instanceId, null, null, null, null);
1745
1746
  });
1746
- var span = root$58();
1747
+ var span = root$59();
1747
1748
  var node = $.child(span);
1748
1749
  children?.(node);
1749
1750
  $.reset(span);
@@ -1752,8 +1753,8 @@ function Circle($$anchor, $$props) {
1752
1753
  $.append($$anchor, span);
1753
1754
  $.pop();
1754
1755
  }
1755
- var root$57 = $.from_html(`<span style="display:contents"><!></span>`);
1756
- function ContourLines($$anchor, $$props) {
1756
+ var root$58 = $.from_html(`<span style="display:contents"><!></span>`);
1757
+ function ConcentricSpin($$anchor, $$props) {
1757
1758
  $.push($$props, true);
1758
1759
  const DEFAULT_TRANSFORM = {
1759
1760
  offsetX: 0,
@@ -1872,7 +1873,7 @@ function ContourLines($$anchor, $$props) {
1872
1873
  $.set(isRegistered, false);
1873
1874
  parentRegister(instanceId, null, null, null, null);
1874
1875
  });
1875
- var span = root$57();
1876
+ var span = root$58();
1876
1877
  var node = $.child(span);
1877
1878
  children?.(node);
1878
1879
  $.reset(span);
@@ -1881,8 +1882,8 @@ function ContourLines($$anchor, $$props) {
1881
1882
  $.append($$anchor, span);
1882
1883
  $.pop();
1883
1884
  }
1884
- var root$56 = $.from_html(`<span style="display:contents"><!></span>`);
1885
- function CursorTrail($$anchor, $$props) {
1885
+ var root$57 = $.from_html(`<span style="display:contents"><!></span>`);
1886
+ function ContourLines($$anchor, $$props) {
1886
1887
  $.push($$props, true);
1887
1888
  const DEFAULT_TRANSFORM = {
1888
1889
  offsetX: 0,
@@ -2001,7 +2002,7 @@ function CursorTrail($$anchor, $$props) {
2001
2002
  $.set(isRegistered, false);
2002
2003
  parentRegister(instanceId, null, null, null, null);
2003
2004
  });
2004
- var span = root$56();
2005
+ var span = root$57();
2005
2006
  var node = $.child(span);
2006
2007
  children?.(node);
2007
2008
  $.reset(span);
@@ -2010,8 +2011,8 @@ function CursorTrail($$anchor, $$props) {
2010
2011
  $.append($$anchor, span);
2011
2012
  $.pop();
2012
2013
  }
2013
- var root$55 = $.from_html(`<span style="display:contents"><!></span>`);
2014
- function DiffuseBlur($$anchor, $$props) {
2014
+ var root$56 = $.from_html(`<span style="display:contents"><!></span>`);
2015
+ function CursorTrail($$anchor, $$props) {
2015
2016
  $.push($$props, true);
2016
2017
  const DEFAULT_TRANSFORM = {
2017
2018
  offsetX: 0,
@@ -2130,7 +2131,7 @@ function DiffuseBlur($$anchor, $$props) {
2130
2131
  $.set(isRegistered, false);
2131
2132
  parentRegister(instanceId, null, null, null, null);
2132
2133
  });
2133
- var span = root$55();
2134
+ var span = root$56();
2134
2135
  var node = $.child(span);
2135
2136
  children?.(node);
2136
2137
  $.reset(span);
@@ -2139,8 +2140,8 @@ function DiffuseBlur($$anchor, $$props) {
2139
2140
  $.append($$anchor, span);
2140
2141
  $.pop();
2141
2142
  }
2142
- var root$54 = $.from_html(`<span style="display:contents"><!></span>`);
2143
- function Dither($$anchor, $$props) {
2143
+ var root$55 = $.from_html(`<span style="display:contents"><!></span>`);
2144
+ function DiffuseBlur($$anchor, $$props) {
2144
2145
  $.push($$props, true);
2145
2146
  const DEFAULT_TRANSFORM = {
2146
2147
  offsetX: 0,
@@ -2259,7 +2260,7 @@ function Dither($$anchor, $$props) {
2259
2260
  $.set(isRegistered, false);
2260
2261
  parentRegister(instanceId, null, null, null, null);
2261
2262
  });
2262
- var span = root$54();
2263
+ var span = root$55();
2263
2264
  var node = $.child(span);
2264
2265
  children?.(node);
2265
2266
  $.reset(span);
@@ -2268,8 +2269,8 @@ function Dither($$anchor, $$props) {
2268
2269
  $.append($$anchor, span);
2269
2270
  $.pop();
2270
2271
  }
2271
- var root$53 = $.from_html(`<span style="display:contents"><!></span>`);
2272
- function DotGrid($$anchor, $$props) {
2272
+ var root$54 = $.from_html(`<span style="display:contents"><!></span>`);
2273
+ function Dither($$anchor, $$props) {
2273
2274
  $.push($$props, true);
2274
2275
  const DEFAULT_TRANSFORM = {
2275
2276
  offsetX: 0,
@@ -2388,7 +2389,7 @@ function DotGrid($$anchor, $$props) {
2388
2389
  $.set(isRegistered, false);
2389
2390
  parentRegister(instanceId, null, null, null, null);
2390
2391
  });
2391
- var span = root$53();
2392
+ var span = root$54();
2392
2393
  var node = $.child(span);
2393
2394
  children?.(node);
2394
2395
  $.reset(span);
@@ -2397,8 +2398,8 @@ function DotGrid($$anchor, $$props) {
2397
2398
  $.append($$anchor, span);
2398
2399
  $.pop();
2399
2400
  }
2400
- var root$52 = $.from_html(`<span style="display:contents"><!></span>`);
2401
- function Duotone($$anchor, $$props) {
2401
+ var root$53 = $.from_html(`<span style="display:contents"><!></span>`);
2402
+ function DotGrid($$anchor, $$props) {
2402
2403
  $.push($$props, true);
2403
2404
  const DEFAULT_TRANSFORM = {
2404
2405
  offsetX: 0,
@@ -2517,7 +2518,7 @@ function Duotone($$anchor, $$props) {
2517
2518
  $.set(isRegistered, false);
2518
2519
  parentRegister(instanceId, null, null, null, null);
2519
2520
  });
2520
- var span = root$52();
2521
+ var span = root$53();
2521
2522
  var node = $.child(span);
2522
2523
  children?.(node);
2523
2524
  $.reset(span);
@@ -2526,8 +2527,8 @@ function Duotone($$anchor, $$props) {
2526
2527
  $.append($$anchor, span);
2527
2528
  $.pop();
2528
2529
  }
2529
- var root$51 = $.from_html(`<span style="display:contents"><!></span>`);
2530
- function FilmGrain($$anchor, $$props) {
2530
+ var root$52 = $.from_html(`<span style="display:contents"><!></span>`);
2531
+ function Duotone($$anchor, $$props) {
2531
2532
  $.push($$props, true);
2532
2533
  const DEFAULT_TRANSFORM = {
2533
2534
  offsetX: 0,
@@ -2646,7 +2647,7 @@ function FilmGrain($$anchor, $$props) {
2646
2647
  $.set(isRegistered, false);
2647
2648
  parentRegister(instanceId, null, null, null, null);
2648
2649
  });
2649
- var span = root$51();
2650
+ var span = root$52();
2650
2651
  var node = $.child(span);
2651
2652
  children?.(node);
2652
2653
  $.reset(span);
@@ -2655,8 +2656,8 @@ function FilmGrain($$anchor, $$props) {
2655
2656
  $.append($$anchor, span);
2656
2657
  $.pop();
2657
2658
  }
2658
- var root$50 = $.from_html(`<span style="display:contents"><!></span>`);
2659
- function FloatingParticles($$anchor, $$props) {
2659
+ var root$51 = $.from_html(`<span style="display:contents"><!></span>`);
2660
+ function FilmGrain($$anchor, $$props) {
2660
2661
  $.push($$props, true);
2661
2662
  const DEFAULT_TRANSFORM = {
2662
2663
  offsetX: 0,
@@ -2775,7 +2776,7 @@ function FloatingParticles($$anchor, $$props) {
2775
2776
  $.set(isRegistered, false);
2776
2777
  parentRegister(instanceId, null, null, null, null);
2777
2778
  });
2778
- var span = root$50();
2779
+ var span = root$51();
2779
2780
  var node = $.child(span);
2780
2781
  children?.(node);
2781
2782
  $.reset(span);
@@ -2784,8 +2785,8 @@ function FloatingParticles($$anchor, $$props) {
2784
2785
  $.append($$anchor, span);
2785
2786
  $.pop();
2786
2787
  }
2787
- var root$49 = $.from_html(`<span style="display:contents"><!></span>`);
2788
- function FlowField($$anchor, $$props) {
2788
+ var root$50 = $.from_html(`<span style="display:contents"><!></span>`);
2789
+ function FloatingParticles($$anchor, $$props) {
2789
2790
  $.push($$props, true);
2790
2791
  const DEFAULT_TRANSFORM = {
2791
2792
  offsetX: 0,
@@ -2904,7 +2905,7 @@ function FlowField($$anchor, $$props) {
2904
2905
  $.set(isRegistered, false);
2905
2906
  parentRegister(instanceId, null, null, null, null);
2906
2907
  });
2907
- var span = root$49();
2908
+ var span = root$50();
2908
2909
  var node = $.child(span);
2909
2910
  children?.(node);
2910
2911
  $.reset(span);
@@ -2913,8 +2914,8 @@ function FlowField($$anchor, $$props) {
2913
2914
  $.append($$anchor, span);
2914
2915
  $.pop();
2915
2916
  }
2916
- var root$48 = $.from_html(`<span style="display:contents"><!></span>`);
2917
- function GlassTiles($$anchor, $$props) {
2917
+ var root$49 = $.from_html(`<span style="display:contents"><!></span>`);
2918
+ function FlowField($$anchor, $$props) {
2918
2919
  $.push($$props, true);
2919
2920
  const DEFAULT_TRANSFORM = {
2920
2921
  offsetX: 0,
@@ -3033,7 +3034,7 @@ function GlassTiles($$anchor, $$props) {
3033
3034
  $.set(isRegistered, false);
3034
3035
  parentRegister(instanceId, null, null, null, null);
3035
3036
  });
3036
- var span = root$48();
3037
+ var span = root$49();
3037
3038
  var node = $.child(span);
3038
3039
  children?.(node);
3039
3040
  $.reset(span);
@@ -3042,8 +3043,8 @@ function GlassTiles($$anchor, $$props) {
3042
3043
  $.append($$anchor, span);
3043
3044
  $.pop();
3044
3045
  }
3045
- var root$47 = $.from_html(`<span style="display:contents"><!></span>`);
3046
- function Glitch($$anchor, $$props) {
3046
+ var root$48 = $.from_html(`<span style="display:contents"><!></span>`);
3047
+ function GlassTiles($$anchor, $$props) {
3047
3048
  $.push($$props, true);
3048
3049
  const DEFAULT_TRANSFORM = {
3049
3050
  offsetX: 0,
@@ -3162,7 +3163,7 @@ function Glitch($$anchor, $$props) {
3162
3163
  $.set(isRegistered, false);
3163
3164
  parentRegister(instanceId, null, null, null, null);
3164
3165
  });
3165
- var span = root$47();
3166
+ var span = root$48();
3166
3167
  var node = $.child(span);
3167
3168
  children?.(node);
3168
3169
  $.reset(span);
@@ -3171,8 +3172,8 @@ function Glitch($$anchor, $$props) {
3171
3172
  $.append($$anchor, span);
3172
3173
  $.pop();
3173
3174
  }
3174
- var root$46 = $.from_html(`<span style="display:contents"><!></span>`);
3175
- function Glow($$anchor, $$props) {
3175
+ var root$47 = $.from_html(`<span style="display:contents"><!></span>`);
3176
+ function Glitch($$anchor, $$props) {
3176
3177
  $.push($$props, true);
3177
3178
  const DEFAULT_TRANSFORM = {
3178
3179
  offsetX: 0,
@@ -3291,7 +3292,7 @@ function Glow($$anchor, $$props) {
3291
3292
  $.set(isRegistered, false);
3292
3293
  parentRegister(instanceId, null, null, null, null);
3293
3294
  });
3294
- var span = root$46();
3295
+ var span = root$47();
3295
3296
  var node = $.child(span);
3296
3297
  children?.(node);
3297
3298
  $.reset(span);
@@ -3300,8 +3301,8 @@ function Glow($$anchor, $$props) {
3300
3301
  $.append($$anchor, span);
3301
3302
  $.pop();
3302
3303
  }
3303
- var root$45 = $.from_html(`<span style="display:contents"><!></span>`);
3304
- function Godrays($$anchor, $$props) {
3304
+ var root$46 = $.from_html(`<span style="display:contents"><!></span>`);
3305
+ function Glow($$anchor, $$props) {
3305
3306
  $.push($$props, true);
3306
3307
  const DEFAULT_TRANSFORM = {
3307
3308
  offsetX: 0,
@@ -3420,7 +3421,7 @@ function Godrays($$anchor, $$props) {
3420
3421
  $.set(isRegistered, false);
3421
3422
  parentRegister(instanceId, null, null, null, null);
3422
3423
  });
3423
- var span = root$45();
3424
+ var span = root$46();
3424
3425
  var node = $.child(span);
3425
3426
  children?.(node);
3426
3427
  $.reset(span);
@@ -3429,8 +3430,8 @@ function Godrays($$anchor, $$props) {
3429
3430
  $.append($$anchor, span);
3430
3431
  $.pop();
3431
3432
  }
3432
- var root$44 = $.from_html(`<span style="display:contents"><!></span>`);
3433
- function Grayscale($$anchor, $$props) {
3433
+ var root$45 = $.from_html(`<span style="display:contents"><!></span>`);
3434
+ function Godrays($$anchor, $$props) {
3434
3435
  $.push($$props, true);
3435
3436
  const DEFAULT_TRANSFORM = {
3436
3437
  offsetX: 0,
@@ -3549,7 +3550,7 @@ function Grayscale($$anchor, $$props) {
3549
3550
  $.set(isRegistered, false);
3550
3551
  parentRegister(instanceId, null, null, null, null);
3551
3552
  });
3552
- var span = root$44();
3553
+ var span = root$45();
3553
3554
  var node = $.child(span);
3554
3555
  children?.(node);
3555
3556
  $.reset(span);
@@ -3558,8 +3559,8 @@ function Grayscale($$anchor, $$props) {
3558
3559
  $.append($$anchor, span);
3559
3560
  $.pop();
3560
3561
  }
3561
- var root$43 = $.from_html(`<span style="display:contents"><!></span>`);
3562
- function Grid($$anchor, $$props) {
3562
+ var root$44 = $.from_html(`<span style="display:contents"><!></span>`);
3563
+ function Grayscale($$anchor, $$props) {
3563
3564
  $.push($$props, true);
3564
3565
  const DEFAULT_TRANSFORM = {
3565
3566
  offsetX: 0,
@@ -3678,7 +3679,7 @@ function Grid($$anchor, $$props) {
3678
3679
  $.set(isRegistered, false);
3679
3680
  parentRegister(instanceId, null, null, null, null);
3680
3681
  });
3681
- var span = root$43();
3682
+ var span = root$44();
3682
3683
  var node = $.child(span);
3683
3684
  children?.(node);
3684
3685
  $.reset(span);
@@ -3687,8 +3688,8 @@ function Grid($$anchor, $$props) {
3687
3688
  $.append($$anchor, span);
3688
3689
  $.pop();
3689
3690
  }
3690
- var root$42 = $.from_html(`<span style="display:contents"><!></span>`);
3691
- function GridDistortion($$anchor, $$props) {
3691
+ var root$43 = $.from_html(`<span style="display:contents"><!></span>`);
3692
+ function Grid($$anchor, $$props) {
3692
3693
  $.push($$props, true);
3693
3694
  const DEFAULT_TRANSFORM = {
3694
3695
  offsetX: 0,
@@ -3807,7 +3808,7 @@ function GridDistortion($$anchor, $$props) {
3807
3808
  $.set(isRegistered, false);
3808
3809
  parentRegister(instanceId, null, null, null, null);
3809
3810
  });
3810
- var span = root$42();
3811
+ var span = root$43();
3811
3812
  var node = $.child(span);
3812
3813
  children?.(node);
3813
3814
  $.reset(span);
@@ -3816,8 +3817,8 @@ function GridDistortion($$anchor, $$props) {
3816
3817
  $.append($$anchor, span);
3817
3818
  $.pop();
3818
3819
  }
3819
- var root$41 = $.from_html(`<span style="display:contents"><!></span>`);
3820
- function Group($$anchor, $$props) {
3820
+ var root$42 = $.from_html(`<span style="display:contents"><!></span>`);
3821
+ function GridDistortion($$anchor, $$props) {
3821
3822
  $.push($$props, true);
3822
3823
  const DEFAULT_TRANSFORM = {
3823
3824
  offsetX: 0,
@@ -3936,7 +3937,7 @@ function Group($$anchor, $$props) {
3936
3937
  $.set(isRegistered, false);
3937
3938
  parentRegister(instanceId, null, null, null, null);
3938
3939
  });
3939
- var span = root$41();
3940
+ var span = root$42();
3940
3941
  var node = $.child(span);
3941
3942
  children?.(node);
3942
3943
  $.reset(span);
@@ -3945,8 +3946,8 @@ function Group($$anchor, $$props) {
3945
3946
  $.append($$anchor, span);
3946
3947
  $.pop();
3947
3948
  }
3948
- var root$40 = $.from_html(`<span style="display:contents"><!></span>`);
3949
- function Halftone($$anchor, $$props) {
3949
+ var root$41 = $.from_html(`<span style="display:contents"><!></span>`);
3950
+ function Group($$anchor, $$props) {
3950
3951
  $.push($$props, true);
3951
3952
  const DEFAULT_TRANSFORM = {
3952
3953
  offsetX: 0,
@@ -4065,7 +4066,7 @@ function Halftone($$anchor, $$props) {
4065
4066
  $.set(isRegistered, false);
4066
4067
  parentRegister(instanceId, null, null, null, null);
4067
4068
  });
4068
- var span = root$40();
4069
+ var span = root$41();
4069
4070
  var node = $.child(span);
4070
4071
  children?.(node);
4071
4072
  $.reset(span);
@@ -4074,8 +4075,8 @@ function Halftone($$anchor, $$props) {
4074
4075
  $.append($$anchor, span);
4075
4076
  $.pop();
4076
4077
  }
4077
- var root$39 = $.from_html(`<span style="display:contents"><!></span>`);
4078
- function HueShift($$anchor, $$props) {
4078
+ var root$40 = $.from_html(`<span style="display:contents"><!></span>`);
4079
+ function Halftone($$anchor, $$props) {
4079
4080
  $.push($$props, true);
4080
4081
  const DEFAULT_TRANSFORM = {
4081
4082
  offsetX: 0,
@@ -4194,7 +4195,7 @@ function HueShift($$anchor, $$props) {
4194
4195
  $.set(isRegistered, false);
4195
4196
  parentRegister(instanceId, null, null, null, null);
4196
4197
  });
4197
- var span = root$39();
4198
+ var span = root$40();
4198
4199
  var node = $.child(span);
4199
4200
  children?.(node);
4200
4201
  $.reset(span);
@@ -4203,8 +4204,8 @@ function HueShift($$anchor, $$props) {
4203
4204
  $.append($$anchor, span);
4204
4205
  $.pop();
4205
4206
  }
4206
- var root$38 = $.from_html(`<span style="display:contents"><!></span>`);
4207
- function ImageTexture($$anchor, $$props) {
4207
+ var root$39 = $.from_html(`<span style="display:contents"><!></span>`);
4208
+ function HueShift($$anchor, $$props) {
4208
4209
  $.push($$props, true);
4209
4210
  const DEFAULT_TRANSFORM = {
4210
4211
  offsetX: 0,
@@ -4323,7 +4324,7 @@ function ImageTexture($$anchor, $$props) {
4323
4324
  $.set(isRegistered, false);
4324
4325
  parentRegister(instanceId, null, null, null, null);
4325
4326
  });
4326
- var span = root$38();
4327
+ var span = root$39();
4327
4328
  var node = $.child(span);
4328
4329
  children?.(node);
4329
4330
  $.reset(span);
@@ -4332,8 +4333,8 @@ function ImageTexture($$anchor, $$props) {
4332
4333
  $.append($$anchor, span);
4333
4334
  $.pop();
4334
4335
  }
4335
- var root$37 = $.from_html(`<span style="display:contents"><!></span>`);
4336
- function Invert($$anchor, $$props) {
4336
+ var root$38 = $.from_html(`<span style="display:contents"><!></span>`);
4337
+ function ImageTexture($$anchor, $$props) {
4337
4338
  $.push($$props, true);
4338
4339
  const DEFAULT_TRANSFORM = {
4339
4340
  offsetX: 0,
@@ -4452,7 +4453,7 @@ function Invert($$anchor, $$props) {
4452
4453
  $.set(isRegistered, false);
4453
4454
  parentRegister(instanceId, null, null, null, null);
4454
4455
  });
4455
- var span = root$37();
4456
+ var span = root$38();
4456
4457
  var node = $.child(span);
4457
4458
  children?.(node);
4458
4459
  $.reset(span);
@@ -4461,8 +4462,8 @@ function Invert($$anchor, $$props) {
4461
4462
  $.append($$anchor, span);
4462
4463
  $.pop();
4463
4464
  }
4464
- var root$36 = $.from_html(`<span style="display:contents"><!></span>`);
4465
- function Kaleidoscope($$anchor, $$props) {
4465
+ var root$37 = $.from_html(`<span style="display:contents"><!></span>`);
4466
+ function Invert($$anchor, $$props) {
4466
4467
  $.push($$props, true);
4467
4468
  const DEFAULT_TRANSFORM = {
4468
4469
  offsetX: 0,
@@ -4581,7 +4582,7 @@ function Kaleidoscope($$anchor, $$props) {
4581
4582
  $.set(isRegistered, false);
4582
4583
  parentRegister(instanceId, null, null, null, null);
4583
4584
  });
4584
- var span = root$36();
4585
+ var span = root$37();
4585
4586
  var node = $.child(span);
4586
4587
  children?.(node);
4587
4588
  $.reset(span);
@@ -4590,8 +4591,8 @@ function Kaleidoscope($$anchor, $$props) {
4590
4591
  $.append($$anchor, span);
4591
4592
  $.pop();
4592
4593
  }
4593
- var root$35 = $.from_html(`<span style="display:contents"><!></span>`);
4594
- function LensFlare($$anchor, $$props) {
4594
+ var root$36 = $.from_html(`<span style="display:contents"><!></span>`);
4595
+ function Kaleidoscope($$anchor, $$props) {
4595
4596
  $.push($$props, true);
4596
4597
  const DEFAULT_TRANSFORM = {
4597
4598
  offsetX: 0,
@@ -4710,7 +4711,7 @@ function LensFlare($$anchor, $$props) {
4710
4711
  $.set(isRegistered, false);
4711
4712
  parentRegister(instanceId, null, null, null, null);
4712
4713
  });
4713
- var span = root$35();
4714
+ var span = root$36();
4714
4715
  var node = $.child(span);
4715
4716
  children?.(node);
4716
4717
  $.reset(span);
@@ -4719,8 +4720,8 @@ function LensFlare($$anchor, $$props) {
4719
4720
  $.append($$anchor, span);
4720
4721
  $.pop();
4721
4722
  }
4722
- var root$34 = $.from_html(`<span style="display:contents"><!></span>`);
4723
- function LinearBlur($$anchor, $$props) {
4723
+ var root$35 = $.from_html(`<span style="display:contents"><!></span>`);
4724
+ function LensFlare($$anchor, $$props) {
4724
4725
  $.push($$props, true);
4725
4726
  const DEFAULT_TRANSFORM = {
4726
4727
  offsetX: 0,
@@ -4839,7 +4840,7 @@ function LinearBlur($$anchor, $$props) {
4839
4840
  $.set(isRegistered, false);
4840
4841
  parentRegister(instanceId, null, null, null, null);
4841
4842
  });
4842
- var span = root$34();
4843
+ var span = root$35();
4843
4844
  var node = $.child(span);
4844
4845
  children?.(node);
4845
4846
  $.reset(span);
@@ -4848,8 +4849,8 @@ function LinearBlur($$anchor, $$props) {
4848
4849
  $.append($$anchor, span);
4849
4850
  $.pop();
4850
4851
  }
4851
- var root$33 = $.from_html(`<span style="display:contents"><!></span>`);
4852
- function LinearGradient($$anchor, $$props) {
4852
+ var root$34 = $.from_html(`<span style="display:contents"><!></span>`);
4853
+ function LinearBlur($$anchor, $$props) {
4853
4854
  $.push($$props, true);
4854
4855
  const DEFAULT_TRANSFORM = {
4855
4856
  offsetX: 0,
@@ -4968,7 +4969,7 @@ function LinearGradient($$anchor, $$props) {
4968
4969
  $.set(isRegistered, false);
4969
4970
  parentRegister(instanceId, null, null, null, null);
4970
4971
  });
4971
- var span = root$33();
4972
+ var span = root$34();
4972
4973
  var node = $.child(span);
4973
4974
  children?.(node);
4974
4975
  $.reset(span);
@@ -4977,8 +4978,8 @@ function LinearGradient($$anchor, $$props) {
4977
4978
  $.append($$anchor, span);
4978
4979
  $.pop();
4979
4980
  }
4980
- var root$32 = $.from_html(`<span style="display:contents"><!></span>`);
4981
- function Liquify($$anchor, $$props) {
4981
+ var root$33 = $.from_html(`<span style="display:contents"><!></span>`);
4982
+ function LinearGradient($$anchor, $$props) {
4982
4983
  $.push($$props, true);
4983
4984
  const DEFAULT_TRANSFORM = {
4984
4985
  offsetX: 0,
@@ -5097,7 +5098,7 @@ function Liquify($$anchor, $$props) {
5097
5098
  $.set(isRegistered, false);
5098
5099
  parentRegister(instanceId, null, null, null, null);
5099
5100
  });
5100
- var span = root$32();
5101
+ var span = root$33();
5101
5102
  var node = $.child(span);
5102
5103
  children?.(node);
5103
5104
  $.reset(span);
@@ -5106,8 +5107,8 @@ function Liquify($$anchor, $$props) {
5106
5107
  $.append($$anchor, span);
5107
5108
  $.pop();
5108
5109
  }
5109
- var root$31 = $.from_html(`<span style="display:contents"><!></span>`);
5110
- function Mirror($$anchor, $$props) {
5110
+ var root$32 = $.from_html(`<span style="display:contents"><!></span>`);
5111
+ function Liquify($$anchor, $$props) {
5111
5112
  $.push($$props, true);
5112
5113
  const DEFAULT_TRANSFORM = {
5113
5114
  offsetX: 0,
@@ -5226,7 +5227,7 @@ function Mirror($$anchor, $$props) {
5226
5227
  $.set(isRegistered, false);
5227
5228
  parentRegister(instanceId, null, null, null, null);
5228
5229
  });
5229
- var span = root$31();
5230
+ var span = root$32();
5230
5231
  var node = $.child(span);
5231
5232
  children?.(node);
5232
5233
  $.reset(span);
@@ -5235,8 +5236,8 @@ function Mirror($$anchor, $$props) {
5235
5236
  $.append($$anchor, span);
5236
5237
  $.pop();
5237
5238
  }
5238
- var root$30 = $.from_html(`<span style="display:contents"><!></span>`);
5239
- function Perspective($$anchor, $$props) {
5239
+ var root$31 = $.from_html(`<span style="display:contents"><!></span>`);
5240
+ function Mirror($$anchor, $$props) {
5240
5241
  $.push($$props, true);
5241
5242
  const DEFAULT_TRANSFORM = {
5242
5243
  offsetX: 0,
@@ -5355,7 +5356,7 @@ function Perspective($$anchor, $$props) {
5355
5356
  $.set(isRegistered, false);
5356
5357
  parentRegister(instanceId, null, null, null, null);
5357
5358
  });
5358
- var span = root$30();
5359
+ var span = root$31();
5359
5360
  var node = $.child(span);
5360
5361
  children?.(node);
5361
5362
  $.reset(span);
@@ -5364,8 +5365,8 @@ function Perspective($$anchor, $$props) {
5364
5365
  $.append($$anchor, span);
5365
5366
  $.pop();
5366
5367
  }
5367
- var root$29 = $.from_html(`<span style="display:contents"><!></span>`);
5368
- function Pixelate($$anchor, $$props) {
5368
+ var root$30 = $.from_html(`<span style="display:contents"><!></span>`);
5369
+ function Perspective($$anchor, $$props) {
5369
5370
  $.push($$props, true);
5370
5371
  const DEFAULT_TRANSFORM = {
5371
5372
  offsetX: 0,
@@ -5484,7 +5485,7 @@ function Pixelate($$anchor, $$props) {
5484
5485
  $.set(isRegistered, false);
5485
5486
  parentRegister(instanceId, null, null, null, null);
5486
5487
  });
5487
- var span = root$29();
5488
+ var span = root$30();
5488
5489
  var node = $.child(span);
5489
5490
  children?.(node);
5490
5491
  $.reset(span);
@@ -5493,8 +5494,8 @@ function Pixelate($$anchor, $$props) {
5493
5494
  $.append($$anchor, span);
5494
5495
  $.pop();
5495
5496
  }
5496
- var root$28 = $.from_html(`<span style="display:contents"><!></span>`);
5497
- function Plasma($$anchor, $$props) {
5497
+ var root$29 = $.from_html(`<span style="display:contents"><!></span>`);
5498
+ function Pixelate($$anchor, $$props) {
5498
5499
  $.push($$props, true);
5499
5500
  const DEFAULT_TRANSFORM = {
5500
5501
  offsetX: 0,
@@ -5613,7 +5614,7 @@ function Plasma($$anchor, $$props) {
5613
5614
  $.set(isRegistered, false);
5614
5615
  parentRegister(instanceId, null, null, null, null);
5615
5616
  });
5616
- var span = root$28();
5617
+ var span = root$29();
5617
5618
  var node = $.child(span);
5618
5619
  children?.(node);
5619
5620
  $.reset(span);
@@ -5622,8 +5623,8 @@ function Plasma($$anchor, $$props) {
5622
5623
  $.append($$anchor, span);
5623
5624
  $.pop();
5624
5625
  }
5625
- var root$27 = $.from_html(`<span style="display:contents"><!></span>`);
5626
- function PolarCoordinates($$anchor, $$props) {
5626
+ var root$28 = $.from_html(`<span style="display:contents"><!></span>`);
5627
+ function Plasma($$anchor, $$props) {
5627
5628
  $.push($$props, true);
5628
5629
  const DEFAULT_TRANSFORM = {
5629
5630
  offsetX: 0,
@@ -5742,7 +5743,7 @@ function PolarCoordinates($$anchor, $$props) {
5742
5743
  $.set(isRegistered, false);
5743
5744
  parentRegister(instanceId, null, null, null, null);
5744
5745
  });
5745
- var span = root$27();
5746
+ var span = root$28();
5746
5747
  var node = $.child(span);
5747
5748
  children?.(node);
5748
5749
  $.reset(span);
@@ -5751,8 +5752,8 @@ function PolarCoordinates($$anchor, $$props) {
5751
5752
  $.append($$anchor, span);
5752
5753
  $.pop();
5753
5754
  }
5754
- var root$26 = $.from_html(`<span style="display:contents"><!></span>`);
5755
- function Posterize($$anchor, $$props) {
5755
+ var root$27 = $.from_html(`<span style="display:contents"><!></span>`);
5756
+ function PolarCoordinates($$anchor, $$props) {
5756
5757
  $.push($$props, true);
5757
5758
  const DEFAULT_TRANSFORM = {
5758
5759
  offsetX: 0,
@@ -5871,7 +5872,7 @@ function Posterize($$anchor, $$props) {
5871
5872
  $.set(isRegistered, false);
5872
5873
  parentRegister(instanceId, null, null, null, null);
5873
5874
  });
5874
- var span = root$26();
5875
+ var span = root$27();
5875
5876
  var node = $.child(span);
5876
5877
  children?.(node);
5877
5878
  $.reset(span);
@@ -5880,8 +5881,8 @@ function Posterize($$anchor, $$props) {
5880
5881
  $.append($$anchor, span);
5881
5882
  $.pop();
5882
5883
  }
5883
- var root$25 = $.from_html(`<span style="display:contents"><!></span>`);
5884
- function ProgressiveBlur($$anchor, $$props) {
5884
+ var root$26 = $.from_html(`<span style="display:contents"><!></span>`);
5885
+ function Posterize($$anchor, $$props) {
5885
5886
  $.push($$props, true);
5886
5887
  const DEFAULT_TRANSFORM = {
5887
5888
  offsetX: 0,
@@ -6000,7 +6001,7 @@ function ProgressiveBlur($$anchor, $$props) {
6000
6001
  $.set(isRegistered, false);
6001
6002
  parentRegister(instanceId, null, null, null, null);
6002
6003
  });
6003
- var span = root$25();
6004
+ var span = root$26();
6004
6005
  var node = $.child(span);
6005
6006
  children?.(node);
6006
6007
  $.reset(span);
@@ -6009,8 +6010,8 @@ function ProgressiveBlur($$anchor, $$props) {
6009
6010
  $.append($$anchor, span);
6010
6011
  $.pop();
6011
6012
  }
6012
- var root$24 = $.from_html(`<span style="display:contents"><!></span>`);
6013
- function RadialGradient($$anchor, $$props) {
6013
+ var root$25 = $.from_html(`<span style="display:contents"><!></span>`);
6014
+ function ProgressiveBlur($$anchor, $$props) {
6014
6015
  $.push($$props, true);
6015
6016
  const DEFAULT_TRANSFORM = {
6016
6017
  offsetX: 0,
@@ -6129,7 +6130,7 @@ function RadialGradient($$anchor, $$props) {
6129
6130
  $.set(isRegistered, false);
6130
6131
  parentRegister(instanceId, null, null, null, null);
6131
6132
  });
6132
- var span = root$24();
6133
+ var span = root$25();
6133
6134
  var node = $.child(span);
6134
6135
  children?.(node);
6135
6136
  $.reset(span);
@@ -6138,8 +6139,8 @@ function RadialGradient($$anchor, $$props) {
6138
6139
  $.append($$anchor, span);
6139
6140
  $.pop();
6140
6141
  }
6141
- var root$23 = $.from_html(`<span style="display:contents"><!></span>`);
6142
- function RectangularCoordinates($$anchor, $$props) {
6142
+ var root$24 = $.from_html(`<span style="display:contents"><!></span>`);
6143
+ function RadialGradient($$anchor, $$props) {
6143
6144
  $.push($$props, true);
6144
6145
  const DEFAULT_TRANSFORM = {
6145
6146
  offsetX: 0,
@@ -6258,7 +6259,7 @@ function RectangularCoordinates($$anchor, $$props) {
6258
6259
  $.set(isRegistered, false);
6259
6260
  parentRegister(instanceId, null, null, null, null);
6260
6261
  });
6261
- var span = root$23();
6262
+ var span = root$24();
6262
6263
  var node = $.child(span);
6263
6264
  children?.(node);
6264
6265
  $.reset(span);
@@ -6267,8 +6268,8 @@ function RectangularCoordinates($$anchor, $$props) {
6267
6268
  $.append($$anchor, span);
6268
6269
  $.pop();
6269
6270
  }
6270
- var root$22 = $.from_html(`<span style="display:contents"><!></span>`);
6271
- function Ripples($$anchor, $$props) {
6271
+ var root$23 = $.from_html(`<span style="display:contents"><!></span>`);
6272
+ function RectangularCoordinates($$anchor, $$props) {
6272
6273
  $.push($$props, true);
6273
6274
  const DEFAULT_TRANSFORM = {
6274
6275
  offsetX: 0,
@@ -6387,7 +6388,7 @@ function Ripples($$anchor, $$props) {
6387
6388
  $.set(isRegistered, false);
6388
6389
  parentRegister(instanceId, null, null, null, null);
6389
6390
  });
6390
- var span = root$22();
6391
+ var span = root$23();
6391
6392
  var node = $.child(span);
6392
6393
  children?.(node);
6393
6394
  $.reset(span);
@@ -6396,8 +6397,8 @@ function Ripples($$anchor, $$props) {
6396
6397
  $.append($$anchor, span);
6397
6398
  $.pop();
6398
6399
  }
6399
- var root$21 = $.from_html(`<span style="display:contents"><!></span>`);
6400
- function Saturation($$anchor, $$props) {
6400
+ var root$22 = $.from_html(`<span style="display:contents"><!></span>`);
6401
+ function Ripples($$anchor, $$props) {
6401
6402
  $.push($$props, true);
6402
6403
  const DEFAULT_TRANSFORM = {
6403
6404
  offsetX: 0,
@@ -6516,7 +6517,7 @@ function Saturation($$anchor, $$props) {
6516
6517
  $.set(isRegistered, false);
6517
6518
  parentRegister(instanceId, null, null, null, null);
6518
6519
  });
6519
- var span = root$21();
6520
+ var span = root$22();
6520
6521
  var node = $.child(span);
6521
6522
  children?.(node);
6522
6523
  $.reset(span);
@@ -6525,8 +6526,8 @@ function Saturation($$anchor, $$props) {
6525
6526
  $.append($$anchor, span);
6526
6527
  $.pop();
6527
6528
  }
6528
- var root$20 = $.from_html(`<span style="display:contents"><!></span>`);
6529
- function Sharpness($$anchor, $$props) {
6529
+ var root$21 = $.from_html(`<span style="display:contents"><!></span>`);
6530
+ function Saturation($$anchor, $$props) {
6530
6531
  $.push($$props, true);
6531
6532
  const DEFAULT_TRANSFORM = {
6532
6533
  offsetX: 0,
@@ -6645,7 +6646,7 @@ function Sharpness($$anchor, $$props) {
6645
6646
  $.set(isRegistered, false);
6646
6647
  parentRegister(instanceId, null, null, null, null);
6647
6648
  });
6648
- var span = root$20();
6649
+ var span = root$21();
6649
6650
  var node = $.child(span);
6650
6651
  children?.(node);
6651
6652
  $.reset(span);
@@ -6654,8 +6655,8 @@ function Sharpness($$anchor, $$props) {
6654
6655
  $.append($$anchor, span);
6655
6656
  $.pop();
6656
6657
  }
6657
- var root$19 = $.from_html(`<span style="display:contents"><!></span>`);
6658
- function Shatter($$anchor, $$props) {
6658
+ var root$20 = $.from_html(`<span style="display:contents"><!></span>`);
6659
+ function Sharpness($$anchor, $$props) {
6659
6660
  $.push($$props, true);
6660
6661
  const DEFAULT_TRANSFORM = {
6661
6662
  offsetX: 0,
@@ -6774,7 +6775,7 @@ function Shatter($$anchor, $$props) {
6774
6775
  $.set(isRegistered, false);
6775
6776
  parentRegister(instanceId, null, null, null, null);
6776
6777
  });
6777
- var span = root$19();
6778
+ var span = root$20();
6778
6779
  var node = $.child(span);
6779
6780
  children?.(node);
6780
6781
  $.reset(span);
@@ -6783,8 +6784,8 @@ function Shatter($$anchor, $$props) {
6783
6784
  $.append($$anchor, span);
6784
6785
  $.pop();
6785
6786
  }
6786
- var root$18 = $.from_html(`<span style="display:contents"><!></span>`);
6787
- function SimplexNoise($$anchor, $$props) {
6787
+ var root$19 = $.from_html(`<span style="display:contents"><!></span>`);
6788
+ function Shatter($$anchor, $$props) {
6788
6789
  $.push($$props, true);
6789
6790
  const DEFAULT_TRANSFORM = {
6790
6791
  offsetX: 0,
@@ -6903,7 +6904,7 @@ function SimplexNoise($$anchor, $$props) {
6903
6904
  $.set(isRegistered, false);
6904
6905
  parentRegister(instanceId, null, null, null, null);
6905
6906
  });
6906
- var span = root$18();
6907
+ var span = root$19();
6907
6908
  var node = $.child(span);
6908
6909
  children?.(node);
6909
6910
  $.reset(span);
@@ -6912,8 +6913,8 @@ function SimplexNoise($$anchor, $$props) {
6912
6913
  $.append($$anchor, span);
6913
6914
  $.pop();
6914
6915
  }
6915
- var root$17 = $.from_html(`<span style="display:contents"><!></span>`);
6916
- function SineWave($$anchor, $$props) {
6916
+ var root$18 = $.from_html(`<span style="display:contents"><!></span>`);
6917
+ function SimplexNoise($$anchor, $$props) {
6917
6918
  $.push($$props, true);
6918
6919
  const DEFAULT_TRANSFORM = {
6919
6920
  offsetX: 0,
@@ -7032,7 +7033,7 @@ function SineWave($$anchor, $$props) {
7032
7033
  $.set(isRegistered, false);
7033
7034
  parentRegister(instanceId, null, null, null, null);
7034
7035
  });
7035
- var span = root$17();
7036
+ var span = root$18();
7036
7037
  var node = $.child(span);
7037
7038
  children?.(node);
7038
7039
  $.reset(span);
@@ -7041,8 +7042,8 @@ function SineWave($$anchor, $$props) {
7041
7042
  $.append($$anchor, span);
7042
7043
  $.pop();
7043
7044
  }
7044
- var root$16 = $.from_html(`<span style="display:contents"><!></span>`);
7045
- function SolidColor($$anchor, $$props) {
7045
+ var root$17 = $.from_html(`<span style="display:contents"><!></span>`);
7046
+ function SineWave($$anchor, $$props) {
7046
7047
  $.push($$props, true);
7047
7048
  const DEFAULT_TRANSFORM = {
7048
7049
  offsetX: 0,
@@ -7161,7 +7162,7 @@ function SolidColor($$anchor, $$props) {
7161
7162
  $.set(isRegistered, false);
7162
7163
  parentRegister(instanceId, null, null, null, null);
7163
7164
  });
7164
- var span = root$16();
7165
+ var span = root$17();
7165
7166
  var node = $.child(span);
7166
7167
  children?.(node);
7167
7168
  $.reset(span);
@@ -7170,8 +7171,8 @@ function SolidColor($$anchor, $$props) {
7170
7171
  $.append($$anchor, span);
7171
7172
  $.pop();
7172
7173
  }
7173
- var root$15 = $.from_html(`<span style="display:contents"><!></span>`);
7174
- function Spherize($$anchor, $$props) {
7174
+ var root$16 = $.from_html(`<span style="display:contents"><!></span>`);
7175
+ function SolidColor($$anchor, $$props) {
7175
7176
  $.push($$props, true);
7176
7177
  const DEFAULT_TRANSFORM = {
7177
7178
  offsetX: 0,
@@ -7290,7 +7291,7 @@ function Spherize($$anchor, $$props) {
7290
7291
  $.set(isRegistered, false);
7291
7292
  parentRegister(instanceId, null, null, null, null);
7292
7293
  });
7293
- var span = root$15();
7294
+ var span = root$16();
7294
7295
  var node = $.child(span);
7295
7296
  children?.(node);
7296
7297
  $.reset(span);
@@ -7299,8 +7300,8 @@ function Spherize($$anchor, $$props) {
7299
7300
  $.append($$anchor, span);
7300
7301
  $.pop();
7301
7302
  }
7302
- var root$14 = $.from_html(`<span style="display:contents"><!></span>`);
7303
- function Spiral($$anchor, $$props) {
7303
+ var root$15 = $.from_html(`<span style="display:contents"><!></span>`);
7304
+ function Spherize($$anchor, $$props) {
7304
7305
  $.push($$props, true);
7305
7306
  const DEFAULT_TRANSFORM = {
7306
7307
  offsetX: 0,
@@ -7419,7 +7420,7 @@ function Spiral($$anchor, $$props) {
7419
7420
  $.set(isRegistered, false);
7420
7421
  parentRegister(instanceId, null, null, null, null);
7421
7422
  });
7422
- var span = root$14();
7423
+ var span = root$15();
7423
7424
  var node = $.child(span);
7424
7425
  children?.(node);
7425
7426
  $.reset(span);
@@ -7428,8 +7429,8 @@ function Spiral($$anchor, $$props) {
7428
7429
  $.append($$anchor, span);
7429
7430
  $.pop();
7430
7431
  }
7431
- var root$13 = $.from_html(`<span style="display:contents"><!></span>`);
7432
- function Strands($$anchor, $$props) {
7432
+ var root$14 = $.from_html(`<span style="display:contents"><!></span>`);
7433
+ function Spiral($$anchor, $$props) {
7433
7434
  $.push($$props, true);
7434
7435
  const DEFAULT_TRANSFORM = {
7435
7436
  offsetX: 0,
@@ -7548,7 +7549,7 @@ function Strands($$anchor, $$props) {
7548
7549
  $.set(isRegistered, false);
7549
7550
  parentRegister(instanceId, null, null, null, null);
7550
7551
  });
7551
- var span = root$13();
7552
+ var span = root$14();
7552
7553
  var node = $.child(span);
7553
7554
  children?.(node);
7554
7555
  $.reset(span);
@@ -7557,8 +7558,8 @@ function Strands($$anchor, $$props) {
7557
7558
  $.append($$anchor, span);
7558
7559
  $.pop();
7559
7560
  }
7560
- var root$12 = $.from_html(`<span style="display:contents"><!></span>`);
7561
- function Stretch($$anchor, $$props) {
7561
+ var root$13 = $.from_html(`<span style="display:contents"><!></span>`);
7562
+ function Strands($$anchor, $$props) {
7562
7563
  $.push($$props, true);
7563
7564
  const DEFAULT_TRANSFORM = {
7564
7565
  offsetX: 0,
@@ -7677,7 +7678,7 @@ function Stretch($$anchor, $$props) {
7677
7678
  $.set(isRegistered, false);
7678
7679
  parentRegister(instanceId, null, null, null, null);
7679
7680
  });
7680
- var span = root$12();
7681
+ var span = root$13();
7681
7682
  var node = $.child(span);
7682
7683
  children?.(node);
7683
7684
  $.reset(span);
@@ -7686,8 +7687,8 @@ function Stretch($$anchor, $$props) {
7686
7687
  $.append($$anchor, span);
7687
7688
  $.pop();
7688
7689
  }
7689
- var root$11 = $.from_html(`<span style="display:contents"><!></span>`);
7690
- function Stripes($$anchor, $$props) {
7690
+ var root$12 = $.from_html(`<span style="display:contents"><!></span>`);
7691
+ function Stretch($$anchor, $$props) {
7691
7692
  $.push($$props, true);
7692
7693
  const DEFAULT_TRANSFORM = {
7693
7694
  offsetX: 0,
@@ -7806,7 +7807,7 @@ function Stripes($$anchor, $$props) {
7806
7807
  $.set(isRegistered, false);
7807
7808
  parentRegister(instanceId, null, null, null, null);
7808
7809
  });
7809
- var span = root$11();
7810
+ var span = root$12();
7810
7811
  var node = $.child(span);
7811
7812
  children?.(node);
7812
7813
  $.reset(span);
@@ -7815,8 +7816,8 @@ function Stripes($$anchor, $$props) {
7815
7816
  $.append($$anchor, span);
7816
7817
  $.pop();
7817
7818
  }
7818
- var root$10 = $.from_html(`<span style="display:contents"><!></span>`);
7819
- function Swirl($$anchor, $$props) {
7819
+ var root$11 = $.from_html(`<span style="display:contents"><!></span>`);
7820
+ function Stripes($$anchor, $$props) {
7820
7821
  $.push($$props, true);
7821
7822
  const DEFAULT_TRANSFORM = {
7822
7823
  offsetX: 0,
@@ -7935,7 +7936,7 @@ function Swirl($$anchor, $$props) {
7935
7936
  $.set(isRegistered, false);
7936
7937
  parentRegister(instanceId, null, null, null, null);
7937
7938
  });
7938
- var span = root$10();
7939
+ var span = root$11();
7939
7940
  var node = $.child(span);
7940
7941
  children?.(node);
7941
7942
  $.reset(span);
@@ -7944,8 +7945,8 @@ function Swirl($$anchor, $$props) {
7944
7945
  $.append($$anchor, span);
7945
7946
  $.pop();
7946
7947
  }
7947
- var root$9 = $.from_html(`<span style="display:contents"><!></span>`);
7948
- function TiltShift($$anchor, $$props) {
7948
+ var root$10 = $.from_html(`<span style="display:contents"><!></span>`);
7949
+ function Swirl($$anchor, $$props) {
7949
7950
  $.push($$props, true);
7950
7951
  const DEFAULT_TRANSFORM = {
7951
7952
  offsetX: 0,
@@ -8064,7 +8065,7 @@ function TiltShift($$anchor, $$props) {
8064
8065
  $.set(isRegistered, false);
8065
8066
  parentRegister(instanceId, null, null, null, null);
8066
8067
  });
8067
- var span = root$9();
8068
+ var span = root$10();
8068
8069
  var node = $.child(span);
8069
8070
  children?.(node);
8070
8071
  $.reset(span);
@@ -8073,8 +8074,8 @@ function TiltShift($$anchor, $$props) {
8073
8074
  $.append($$anchor, span);
8074
8075
  $.pop();
8075
8076
  }
8076
- var root$8 = $.from_html(`<span style="display:contents"><!></span>`);
8077
- function Tint($$anchor, $$props) {
8077
+ var root$9 = $.from_html(`<span style="display:contents"><!></span>`);
8078
+ function TiltShift($$anchor, $$props) {
8078
8079
  $.push($$props, true);
8079
8080
  const DEFAULT_TRANSFORM = {
8080
8081
  offsetX: 0,
@@ -8193,7 +8194,7 @@ function Tint($$anchor, $$props) {
8193
8194
  $.set(isRegistered, false);
8194
8195
  parentRegister(instanceId, null, null, null, null);
8195
8196
  });
8196
- var span = root$8();
8197
+ var span = root$9();
8197
8198
  var node = $.child(span);
8198
8199
  children?.(node);
8199
8200
  $.reset(span);
@@ -8202,8 +8203,8 @@ function Tint($$anchor, $$props) {
8202
8203
  $.append($$anchor, span);
8203
8204
  $.pop();
8204
8205
  }
8205
- var root$7 = $.from_html(`<span style="display:contents"><!></span>`);
8206
- function Tritone($$anchor, $$props) {
8206
+ var root$8 = $.from_html(`<span style="display:contents"><!></span>`);
8207
+ function Tint($$anchor, $$props) {
8207
8208
  $.push($$props, true);
8208
8209
  const DEFAULT_TRANSFORM = {
8209
8210
  offsetX: 0,
@@ -8322,7 +8323,7 @@ function Tritone($$anchor, $$props) {
8322
8323
  $.set(isRegistered, false);
8323
8324
  parentRegister(instanceId, null, null, null, null);
8324
8325
  });
8325
- var span = root$7();
8326
+ var span = root$8();
8326
8327
  var node = $.child(span);
8327
8328
  children?.(node);
8328
8329
  $.reset(span);
@@ -8331,8 +8332,8 @@ function Tritone($$anchor, $$props) {
8331
8332
  $.append($$anchor, span);
8332
8333
  $.pop();
8333
8334
  }
8334
- var root$6 = $.from_html(`<span style="display:contents"><!></span>`);
8335
- function Twirl($$anchor, $$props) {
8335
+ var root$7 = $.from_html(`<span style="display:contents"><!></span>`);
8336
+ function Tritone($$anchor, $$props) {
8336
8337
  $.push($$props, true);
8337
8338
  const DEFAULT_TRANSFORM = {
8338
8339
  offsetX: 0,
@@ -8451,7 +8452,7 @@ function Twirl($$anchor, $$props) {
8451
8452
  $.set(isRegistered, false);
8452
8453
  parentRegister(instanceId, null, null, null, null);
8453
8454
  });
8454
- var span = root$6();
8455
+ var span = root$7();
8455
8456
  var node = $.child(span);
8456
8457
  children?.(node);
8457
8458
  $.reset(span);
@@ -8460,8 +8461,8 @@ function Twirl($$anchor, $$props) {
8460
8461
  $.append($$anchor, span);
8461
8462
  $.pop();
8462
8463
  }
8463
- var root$5 = $.from_html(`<span style="display:contents"><!></span>`);
8464
- function Vibrance($$anchor, $$props) {
8464
+ var root$6 = $.from_html(`<span style="display:contents"><!></span>`);
8465
+ function Twirl($$anchor, $$props) {
8465
8466
  $.push($$props, true);
8466
8467
  const DEFAULT_TRANSFORM = {
8467
8468
  offsetX: 0,
@@ -8580,7 +8581,7 @@ function Vibrance($$anchor, $$props) {
8580
8581
  $.set(isRegistered, false);
8581
8582
  parentRegister(instanceId, null, null, null, null);
8582
8583
  });
8583
- var span = root$5();
8584
+ var span = root$6();
8584
8585
  var node = $.child(span);
8585
8586
  children?.(node);
8586
8587
  $.reset(span);
@@ -8589,8 +8590,8 @@ function Vibrance($$anchor, $$props) {
8589
8590
  $.append($$anchor, span);
8590
8591
  $.pop();
8591
8592
  }
8592
- var root$4 = $.from_html(`<span style="display:contents"><!></span>`);
8593
- function VideoTexture($$anchor, $$props) {
8593
+ var root$5 = $.from_html(`<span style="display:contents"><!></span>`);
8594
+ function Vibrance($$anchor, $$props) {
8594
8595
  $.push($$props, true);
8595
8596
  const DEFAULT_TRANSFORM = {
8596
8597
  offsetX: 0,
@@ -8709,7 +8710,7 @@ function VideoTexture($$anchor, $$props) {
8709
8710
  $.set(isRegistered, false);
8710
8711
  parentRegister(instanceId, null, null, null, null);
8711
8712
  });
8712
- var span = root$4();
8713
+ var span = root$5();
8713
8714
  var node = $.child(span);
8714
8715
  children?.(node);
8715
8716
  $.reset(span);
@@ -8718,8 +8719,8 @@ function VideoTexture($$anchor, $$props) {
8718
8719
  $.append($$anchor, span);
8719
8720
  $.pop();
8720
8721
  }
8721
- var root$3 = $.from_html(`<span style="display:contents"><!></span>`);
8722
- function WaveDistortion($$anchor, $$props) {
8722
+ var root$4 = $.from_html(`<span style="display:contents"><!></span>`);
8723
+ function VideoTexture($$anchor, $$props) {
8723
8724
  $.push($$props, true);
8724
8725
  const DEFAULT_TRANSFORM = {
8725
8726
  offsetX: 0,
@@ -8838,7 +8839,7 @@ function WaveDistortion($$anchor, $$props) {
8838
8839
  $.set(isRegistered, false);
8839
8840
  parentRegister(instanceId, null, null, null, null);
8840
8841
  });
8841
- var span = root$3();
8842
+ var span = root$4();
8842
8843
  var node = $.child(span);
8843
8844
  children?.(node);
8844
8845
  $.reset(span);
@@ -8847,8 +8848,8 @@ function WaveDistortion($$anchor, $$props) {
8847
8848
  $.append($$anchor, span);
8848
8849
  $.pop();
8849
8850
  }
8850
- var root$2 = $.from_html(`<span style="display:contents"><!></span>`);
8851
- function WebcamTexture($$anchor, $$props) {
8851
+ var root$3 = $.from_html(`<span style="display:contents"><!></span>`);
8852
+ function WaveDistortion($$anchor, $$props) {
8852
8853
  $.push($$props, true);
8853
8854
  const DEFAULT_TRANSFORM = {
8854
8855
  offsetX: 0,
@@ -8967,7 +8968,7 @@ function WebcamTexture($$anchor, $$props) {
8967
8968
  $.set(isRegistered, false);
8968
8969
  parentRegister(instanceId, null, null, null, null);
8969
8970
  });
8970
- var span = root$2();
8971
+ var span = root$3();
8971
8972
  var node = $.child(span);
8972
8973
  children?.(node);
8973
8974
  $.reset(span);
@@ -8976,8 +8977,8 @@ function WebcamTexture($$anchor, $$props) {
8976
8977
  $.append($$anchor, span);
8977
8978
  $.pop();
8978
8979
  }
8979
- var root$1 = $.from_html(`<span style="display:contents"><!></span>`);
8980
- function ZoomBlur($$anchor, $$props) {
8980
+ var root$2 = $.from_html(`<span style="display:contents"><!></span>`);
8981
+ function WebcamTexture($$anchor, $$props) {
8981
8982
  $.push($$props, true);
8982
8983
  const DEFAULT_TRANSFORM = {
8983
8984
  offsetX: 0,
@@ -9096,6 +9097,135 @@ function ZoomBlur($$anchor, $$props) {
9096
9097
  $.set(isRegistered, false);
9097
9098
  parentRegister(instanceId, null, null, null, null);
9098
9099
  });
9100
+ var span = root$2();
9101
+ var node = $.child(span);
9102
+ children?.(node);
9103
+ $.reset(span);
9104
+ $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
9105
+ $.template_effect(() => $.set_attribute(span, "data-shader-id", instanceId));
9106
+ $.append($$anchor, span);
9107
+ $.pop();
9108
+ }
9109
+ var root$1 = $.from_html(`<span style="display:contents"><!></span>`);
9110
+ function ZoomBlur($$anchor, $$props) {
9111
+ $.push($$props, true);
9112
+ const DEFAULT_TRANSFORM = {
9113
+ offsetX: 0,
9114
+ offsetY: 0,
9115
+ rotation: 0,
9116
+ scale: 1,
9117
+ anchorX: .5,
9118
+ anchorY: .5,
9119
+ edges: "transparent"
9120
+ };
9121
+ const componentDefaults = {
9122
+ blendMode: "normal",
9123
+ visible: true,
9124
+ ...Object.entries(componentDefinition$70.props).reduce((acc, [key, config]) => {
9125
+ acc[key] = config.default;
9126
+ return acc;
9127
+ }, {})
9128
+ };
9129
+ const props = $.rest_props($$props, [
9130
+ "$$slots",
9131
+ "$$events",
9132
+ "$$legacy"
9133
+ ]);
9134
+ const blendMode = $$props.blendMode ?? componentDefaults.blendMode;
9135
+ const opacity = $$props.opacity;
9136
+ const visible = $$props.visible ?? componentDefaults.visible;
9137
+ const id = $$props.id;
9138
+ const maskSource = $$props.maskSource;
9139
+ const maskType = $$props.maskType;
9140
+ const renderOrder = $$props.renderOrder;
9141
+ const { children } = props;
9142
+ const effectiveTransform = $.derived(() => ({
9143
+ ...DEFAULT_TRANSFORM,
9144
+ ...$$props.transform
9145
+ }));
9146
+ const parentId = getContext("shaderParentId");
9147
+ if (parentId === void 0) throw new Error("Shader components must be used inside an <Shader> component or another shader component");
9148
+ const instanceId = id || Math.random().toString(36).substring(2, 10);
9149
+ setContext("shaderParentId", instanceId);
9150
+ const shaderReadyProps = $.derived(() => {
9151
+ let baseProps = { ...componentDefaults };
9152
+ for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && key !== "children") {
9153
+ const propValue = props[key];
9154
+ const defaultValue = componentDefaults[key];
9155
+ if (propValue !== void 0 && propValue !== defaultValue) baseProps[key] = propValue;
9156
+ }
9157
+ return baseProps;
9158
+ });
9159
+ const uniforms = createUniformsMap(componentDefinition$70, $.get(shaderReadyProps), instanceId);
9160
+ const parentRegister = getContext("shaderNodeRegister");
9161
+ if (parentRegister === void 0) throw new Error("Shader components must be used inside an <Shader> component or another shader component");
9162
+ const parentUniformUpdate = getContext("shaderUniformUpdate");
9163
+ if (parentUniformUpdate === void 0) throw new Error("Shader components require shaderUniformUpdate from parent");
9164
+ const parentMetadataUpdate = getContext("shaderMetadataUpdate");
9165
+ if (parentMetadataUpdate === void 0) throw new Error("Shader components require shaderMetadataUpdate from parent");
9166
+ let orderMarker;
9167
+ let detectedRenderOrder = void 0;
9168
+ let isRegistered = $.state(false);
9169
+ Object.entries(uniforms).forEach(([propName, { uniform, transform }]) => {
9170
+ $.user_effect(() => {
9171
+ if (!$.get(isRegistered)) return;
9172
+ if (uniform && uniform.value !== void 0) {
9173
+ const newValue = props[propName];
9174
+ if (newValue !== void 0) parentUniformUpdate(instanceId, propName, newValue);
9175
+ }
9176
+ });
9177
+ });
9178
+ $.user_effect(() => {
9179
+ if (!$.get(isRegistered)) return;
9180
+ parentMetadataUpdate(instanceId, {
9181
+ blendMode,
9182
+ opacity,
9183
+ visible: visible === false ? false : true,
9184
+ id,
9185
+ mask: maskSource ? {
9186
+ source: maskSource,
9187
+ type: maskType || "alpha"
9188
+ } : void 0,
9189
+ renderOrder: renderOrder ?? detectedRenderOrder,
9190
+ transform: $.get(effectiveTransform)
9191
+ });
9192
+ });
9193
+ onMount(() => {
9194
+ if (componentDefinition$70 && typeof componentDefinition$70.fragmentNode === "function") {
9195
+ parentRegister(instanceId, componentDefinition$70.fragmentNode, parentId, {
9196
+ blendMode,
9197
+ opacity,
9198
+ visible: visible !== false ? true : false,
9199
+ id,
9200
+ mask: maskSource ? {
9201
+ source: maskSource,
9202
+ type: maskType || "alpha"
9203
+ } : void 0,
9204
+ renderOrder: renderOrder ?? detectedRenderOrder,
9205
+ transform: $.get(effectiveTransform)
9206
+ }, uniforms);
9207
+ $.set(isRegistered, true);
9208
+ if (renderOrder === void 0 && orderMarker) {
9209
+ const parent = orderMarker.parentElement;
9210
+ if (parent) {
9211
+ const siblings = parent.querySelectorAll(":scope > [data-shader-id]");
9212
+ const position = Array.from(siblings).indexOf(orderMarker);
9213
+ if (position >= 0) {
9214
+ detectedRenderOrder = position;
9215
+ parentMetadataUpdate(instanceId, { renderOrder: position });
9216
+ }
9217
+ }
9218
+ }
9219
+ } else console.error("componentDefinition.fragmentNode is not a function:", {
9220
+ componentDefinition: componentDefinition$70,
9221
+ fragmentNode: componentDefinition$70?.fragmentNode,
9222
+ type: typeof componentDefinition$70?.fragmentNode
9223
+ });
9224
+ });
9225
+ onDestroy(() => {
9226
+ $.set(isRegistered, false);
9227
+ parentRegister(instanceId, null, null, null, null);
9228
+ });
9099
9229
  var span = root$1();
9100
9230
  var node = $.child(span);
9101
9231
  children?.(node);
@@ -9237,4 +9367,4 @@ function Shader($$anchor, $$props) {
9237
9367
  $.append($$anchor, div);
9238
9368
  $.pop();
9239
9369
  }
9240
- export { AngularBlur, Ascii, Beam, Blob, Blur, BrightnessContrast, Bulge, CRTScreen, ChannelBlur, Checkerboard, ChromaFlow, ChromaticAberration, Circle, ContourLines, CursorTrail, DiffuseBlur, Dither, DotGrid, Duotone, FilmGrain, FloatingParticles, FlowField, GlassTiles, Glitch, Glow, Godrays, Grayscale, Grid, GridDistortion, Group, Halftone, HueShift, ImageTexture, Invert, Kaleidoscope, LensFlare, LinearBlur, LinearGradient, Liquify, Mirror, Perspective, Pixelate, Plasma, PolarCoordinates, Posterize, ProgressiveBlur, RadialGradient, RectangularCoordinates, Ripples, Saturation, Shader, Sharpness, Shatter, SimplexNoise, SineWave, SolidColor, Spherize, Spiral, Strands, Stretch, Stripes, Swirl, TiltShift, Tint, Tritone, Twirl, Vibrance, VideoTexture, WaveDistortion, WebcamTexture, ZoomBlur, generatePresetCode };
9370
+ export { AngularBlur, Ascii, Beam, Blob, Blur, BrightnessContrast, Bulge, CRTScreen, ChannelBlur, Checkerboard, ChromaFlow, ChromaticAberration, Circle, ConcentricSpin, ContourLines, CursorTrail, DiffuseBlur, Dither, DotGrid, Duotone, FilmGrain, FloatingParticles, FlowField, GlassTiles, Glitch, Glow, Godrays, Grayscale, Grid, GridDistortion, Group, Halftone, HueShift, ImageTexture, Invert, Kaleidoscope, LensFlare, LinearBlur, LinearGradient, Liquify, Mirror, Perspective, Pixelate, Plasma, PolarCoordinates, Posterize, ProgressiveBlur, RadialGradient, RectangularCoordinates, Ripples, Saturation, Shader, Sharpness, Shatter, SimplexNoise, SineWave, SolidColor, Spherize, Spiral, Strands, Stretch, Stripes, Swirl, TiltShift, Tint, Tritone, Twirl, Vibrance, VideoTexture, WaveDistortion, WebcamTexture, ZoomBlur, generatePresetCode };