shaders 2.3.52 → 2.3.54

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 (160) hide show
  1. package/dist/core/{Blob-BgN4aVOR.js → Blob-CunyZ0A6.js} +4 -7
  2. package/dist/core/CursorRipples-Dn_rE8nA.js +177 -0
  3. package/dist/core/{VideoTexture-CH9n_1hI.js → VideoTexture-DfsNWCXk.js} +32 -17
  4. package/dist/core/{WebcamTexture-wlrwZXeq.js → WebcamTexture-Cxppkhiu.js} +35 -18
  5. package/dist/core/browser-Dcr7w1AA.js +6 -0
  6. package/dist/core/registry.js +118 -115
  7. package/dist/core/shaderRegistry.d.ts.map +1 -1
  8. package/dist/core/shaders/Blob/index.d.ts.map +1 -1
  9. package/dist/core/shaders/Blob/index.js +1 -1
  10. package/dist/core/shaders/CursorRipples/index.d.ts +42 -0
  11. package/dist/core/shaders/CursorRipples/index.d.ts.map +1 -0
  12. package/dist/core/shaders/CursorRipples/index.js +4 -0
  13. package/dist/core/shaders/CursorTrail/index.js +1 -1
  14. package/dist/core/shaders/DiffuseBlur/index.js +1 -1
  15. package/dist/core/shaders/Dither/index.js +1 -1
  16. package/dist/core/shaders/DotGrid/index.js +1 -1
  17. package/dist/core/shaders/Duotone/index.js +1 -1
  18. package/dist/core/shaders/FilmGrain/index.js +1 -1
  19. package/dist/core/shaders/FloatingParticles/index.js +1 -1
  20. package/dist/core/shaders/FlowField/index.js +1 -1
  21. package/dist/core/shaders/GlassTiles/index.js +1 -1
  22. package/dist/core/shaders/Glitch/index.js +1 -1
  23. package/dist/core/shaders/Glow/index.js +1 -1
  24. package/dist/core/shaders/Godrays/index.js +1 -1
  25. package/dist/core/shaders/Grayscale/index.js +1 -1
  26. package/dist/core/shaders/Grid/index.js +1 -1
  27. package/dist/core/shaders/GridDistortion/index.js +1 -1
  28. package/dist/core/shaders/Group/index.js +1 -1
  29. package/dist/core/shaders/Halftone/index.js +1 -1
  30. package/dist/core/shaders/HueShift/index.js +1 -1
  31. package/dist/core/shaders/ImageTexture/index.js +1 -1
  32. package/dist/core/shaders/Invert/index.js +1 -1
  33. package/dist/core/shaders/Kaleidoscope/index.js +1 -1
  34. package/dist/core/shaders/LensFlare/index.js +1 -1
  35. package/dist/core/shaders/LinearBlur/index.js +1 -1
  36. package/dist/core/shaders/LinearGradient/index.js +1 -1
  37. package/dist/core/shaders/Liquify/index.js +1 -1
  38. package/dist/core/shaders/Mirror/index.js +1 -1
  39. package/dist/core/shaders/Perspective/index.js +1 -1
  40. package/dist/core/shaders/Pixelate/index.js +1 -1
  41. package/dist/core/shaders/Plasma/index.js +1 -1
  42. package/dist/core/shaders/PolarCoordinates/index.js +1 -1
  43. package/dist/core/shaders/Posterize/index.js +1 -1
  44. package/dist/core/shaders/ProgressiveBlur/index.js +1 -1
  45. package/dist/core/shaders/RadialGradient/index.js +1 -1
  46. package/dist/core/shaders/RectangularCoordinates/index.js +1 -1
  47. package/dist/core/shaders/Ripples/index.js +1 -1
  48. package/dist/core/shaders/Saturation/index.js +1 -1
  49. package/dist/core/shaders/Sharpness/index.js +1 -1
  50. package/dist/core/shaders/Shatter/index.js +1 -1
  51. package/dist/core/shaders/SimplexNoise/index.js +1 -1
  52. package/dist/core/shaders/SineWave/index.js +1 -1
  53. package/dist/core/shaders/SolidColor/index.js +1 -1
  54. package/dist/core/shaders/Spherize/index.js +1 -1
  55. package/dist/core/shaders/Spiral/index.js +1 -1
  56. package/dist/core/shaders/Strands/index.js +1 -1
  57. package/dist/core/shaders/Stretch/index.js +1 -1
  58. package/dist/core/shaders/Stripes/index.js +1 -1
  59. package/dist/core/shaders/StudioBackground/index.js +1 -1
  60. package/dist/core/shaders/Swirl/index.js +1 -1
  61. package/dist/core/shaders/TiltShift/index.js +1 -1
  62. package/dist/core/shaders/Tint/index.js +1 -1
  63. package/dist/core/shaders/Tritone/index.js +1 -1
  64. package/dist/core/shaders/Twirl/index.js +1 -1
  65. package/dist/core/shaders/Vibrance/index.js +1 -1
  66. package/dist/core/shaders/VideoTexture/index.d.ts.map +1 -1
  67. package/dist/core/shaders/VideoTexture/index.js +2 -1
  68. package/dist/core/shaders/WaveDistortion/index.js +1 -1
  69. package/dist/core/shaders/WebcamTexture/index.d.ts.map +1 -1
  70. package/dist/core/shaders/WebcamTexture/index.js +2 -1
  71. package/dist/core/shaders/ZoomBlur/index.js +1 -1
  72. package/dist/core/utilities/browser.d.ts +2 -0
  73. package/dist/core/utilities/browser.d.ts.map +1 -0
  74. package/dist/react/CursorRipples.js +164 -0
  75. package/dist/react/components/CursorRipples.d.ts +31 -0
  76. package/dist/react/components/CursorRipples.d.ts.map +1 -0
  77. package/dist/react/index.d.ts +1 -0
  78. package/dist/react/index.d.ts.map +1 -1
  79. package/dist/react/index.js +2 -1
  80. package/dist/react/utils/generatePresetCode.d.ts.map +1 -1
  81. package/dist/react/utils/generatePresetCode.js +10 -0
  82. package/dist/registry.js +168 -0
  83. package/dist/solid/components/CursorRipples.d.ts +28 -0
  84. package/dist/solid/components/CursorRipples.d.ts.map +1 -0
  85. package/dist/solid/components/CursorRipples.js +168 -0
  86. package/dist/solid/index.d.ts +1 -0
  87. package/dist/solid/index.d.ts.map +1 -1
  88. package/dist/solid/index.js +118 -116
  89. package/dist/solid/utils/generatePresetCode.d.ts.map +1 -1
  90. package/dist/solid/utils/generatePresetCode.js +10 -0
  91. package/dist/svelte/components/CursorRipples.svelte.d.ts +19 -0
  92. package/dist/svelte/{generatePresetCode-DXODN9t6.js → generatePresetCode-DN-iUvZN.js} +10 -0
  93. package/dist/svelte/index.d.ts +1 -0
  94. package/dist/svelte/index.js +392 -262
  95. package/dist/svelte/utils/generatePresetCode.js +1 -1
  96. package/dist/vue/CursorRipples.js +3 -0
  97. package/dist/vue/CursorRipples.vue_vue_type_script_setup_true_lang.js +148 -0
  98. package/dist/vue/components/CursorRipples.vue.d.ts +54 -0
  99. package/dist/vue/components/CursorRipples.vue.d.ts.map +1 -0
  100. package/dist/vue/index.d.ts +1 -0
  101. package/dist/vue/index.d.ts.map +1 -1
  102. package/dist/vue/index.js +2 -1
  103. package/dist/vue/utils/generatePresetCode.d.ts.map +1 -1
  104. package/dist/vue/utils/generatePresetCode.js +10 -0
  105. package/package.json +10 -2
  106. /package/dist/core/{CursorTrail-DpegyvgZ.js → CursorTrail-DD4YxAqo.js} +0 -0
  107. /package/dist/core/{DiffuseBlur-BXcJHOEK.js → DiffuseBlur-GlibDd8O.js} +0 -0
  108. /package/dist/core/{Dither-BKUz66yF.js → Dither-BOWyA2dp.js} +0 -0
  109. /package/dist/core/{DotGrid-CQ3Bqk7F.js → DotGrid-Cm-wz6WU.js} +0 -0
  110. /package/dist/core/{Duotone-BW1JYEPc.js → Duotone-C8mRw_1e.js} +0 -0
  111. /package/dist/core/{FilmGrain-GEWzNIxN.js → FilmGrain-BzD2zoUK.js} +0 -0
  112. /package/dist/core/{FloatingParticles--9Vfk8l7.js → FloatingParticles-GkVY1twT.js} +0 -0
  113. /package/dist/core/{FlowField-cpaUwFHC.js → FlowField-S_LXjhaN.js} +0 -0
  114. /package/dist/core/{GlassTiles-BdeSNj7g.js → GlassTiles--hbefQlc.js} +0 -0
  115. /package/dist/core/{Glitch-CROTuIoh.js → Glitch-lbgQYebN.js} +0 -0
  116. /package/dist/core/{Glow-DQDMXgcr.js → Glow-DM9zbhbr.js} +0 -0
  117. /package/dist/core/{Godrays-ByIS3bRa.js → Godrays-DVo1ikUR.js} +0 -0
  118. /package/dist/core/{Grayscale-DpKuVrqO.js → Grayscale-CRYK8foe.js} +0 -0
  119. /package/dist/core/{Grid-CkcYMWZi.js → Grid-BmYSb6Ur.js} +0 -0
  120. /package/dist/core/{GridDistortion-CATS8be1.js → GridDistortion-PNU8pi2I.js} +0 -0
  121. /package/dist/core/{Group-DqEcpVau.js → Group-D-QMn-Co.js} +0 -0
  122. /package/dist/core/{Halftone-DPnEJWAR.js → Halftone-BlY2LuT8.js} +0 -0
  123. /package/dist/core/{HueShift-BuAL_IUD.js → HueShift-p4t6HfqE.js} +0 -0
  124. /package/dist/core/{ImageTexture-BxUmKJDM.js → ImageTexture-BAOtuVAy.js} +0 -0
  125. /package/dist/core/{Invert-CnrYMYHq.js → Invert-oYct5uwC.js} +0 -0
  126. /package/dist/core/{Kaleidoscope-w7bcRTGG.js → Kaleidoscope-BXKsOJl2.js} +0 -0
  127. /package/dist/core/{LensFlare-D42C5m1g.js → LensFlare-BWl8PWjv.js} +0 -0
  128. /package/dist/core/{LinearBlur-PB7AuAdN.js → LinearBlur-gV1sIMuQ.js} +0 -0
  129. /package/dist/core/{LinearGradient-xd6zdc9k.js → LinearGradient-C5kz9RSs.js} +0 -0
  130. /package/dist/core/{Liquify-BfUbY9Aa.js → Liquify-CtUvuV0S.js} +0 -0
  131. /package/dist/core/{Mirror-CBuDbabq.js → Mirror-C3Bn9m7T.js} +0 -0
  132. /package/dist/core/{Perspective-BWEoTtAq.js → Perspective-NsMXVWAS.js} +0 -0
  133. /package/dist/core/{Pixelate-C1kcXBSy.js → Pixelate-C-LbtIjf.js} +0 -0
  134. /package/dist/core/{Plasma-BaKvTyBi.js → Plasma-Dr516u2H.js} +0 -0
  135. /package/dist/core/{PolarCoordinates-tXYdB1hR.js → PolarCoordinates-HVxz9oX-.js} +0 -0
  136. /package/dist/core/{Posterize-D4f1xM4m.js → Posterize-DbPe3f5d.js} +0 -0
  137. /package/dist/core/{ProgressiveBlur-CmBI0c7e.js → ProgressiveBlur-Cf2pKf8U.js} +0 -0
  138. /package/dist/core/{RadialGradient-BOWu2cE6.js → RadialGradient-Bel2cjwV.js} +0 -0
  139. /package/dist/core/{RectangularCoordinates-C2KYwree.js → RectangularCoordinates-BfeH7Mp6.js} +0 -0
  140. /package/dist/core/{Ripples-C3rm4Nv6.js → Ripples-DBqbjqb_.js} +0 -0
  141. /package/dist/core/{Saturation-Bw3ToVIJ.js → Saturation-4L5KnzYg.js} +0 -0
  142. /package/dist/core/{Sharpness-Dm4dZVlk.js → Sharpness-C5h9h3NY.js} +0 -0
  143. /package/dist/core/{Shatter-C5oF85Mn.js → Shatter-BDTHZrbz.js} +0 -0
  144. /package/dist/core/{SimplexNoise-CzJ9JuBO.js → SimplexNoise-DU-QPbwp.js} +0 -0
  145. /package/dist/core/{SineWave-DMogWzg5.js → SineWave-CsoVJf9C.js} +0 -0
  146. /package/dist/core/{SolidColor-CmqDLEvX.js → SolidColor-BOK2t0JT.js} +0 -0
  147. /package/dist/core/{Spherize-BmA6-b8n.js → Spherize-BxUTtFAg.js} +0 -0
  148. /package/dist/core/{Spiral-DmYzx8BO.js → Spiral-DVURsiiQ.js} +0 -0
  149. /package/dist/core/{Strands-CmEblLfF.js → Strands-C2l4JaUt.js} +0 -0
  150. /package/dist/core/{Stretch-szy_xiYc.js → Stretch-uSJDtqi2.js} +0 -0
  151. /package/dist/core/{Stripes-Bze5bkdm.js → Stripes-IFl3of9w.js} +0 -0
  152. /package/dist/core/{StudioBackground-Ci26l_Xb.js → StudioBackground-DbBGv5fk.js} +0 -0
  153. /package/dist/core/{Swirl-BUKxPesY.js → Swirl-C16tmwEg.js} +0 -0
  154. /package/dist/core/{TiltShift-YxZeQ5Et.js → TiltShift-C5t3YMVT.js} +0 -0
  155. /package/dist/core/{Tint-Bss3hfZG.js → Tint-VTnDmiKF.js} +0 -0
  156. /package/dist/core/{Tritone-CVr6_qy3.js → Tritone-v6z_O967.js} +0 -0
  157. /package/dist/core/{Twirl-CKwGdb3_.js → Twirl-BWpsT8iI.js} +0 -0
  158. /package/dist/core/{Vibrance-BiW7HP94.js → Vibrance-C_DSuzwf.js} +0 -0
  159. /package/dist/core/{WaveDistortion-BYmLNaT1.js → WaveDistortion-xj8fjAf_.js} +0 -0
  160. /package/dist/core/{ZoomBlur-BtGAMd_0.js → ZoomBlur-BePhHTgF.js} +0 -0
@@ -1,4 +1,4 @@
1
- import { n as generatePresetCode } from "./generatePresetCode-DXODN9t6.js";
1
+ import { n as generatePresetCode } from "./generatePresetCode-DN-iUvZN.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";
@@ -19,66 +19,67 @@ import { componentDefinition as componentDefinition$12 } from "../core/shaders/C
19
19
  import { componentDefinition as componentDefinition$13 } from "../core/shaders/Circle/index.js";
20
20
  import { componentDefinition as componentDefinition$14 } from "../core/shaders/ConcentricSpin/index.js";
21
21
  import { componentDefinition as componentDefinition$15 } from "../core/shaders/ContourLines/index.js";
22
- import { componentDefinition as componentDefinition$16 } from "../core/shaders/CursorTrail/index.js";
23
- import { componentDefinition as componentDefinition$17 } from "../core/shaders/DiffuseBlur/index.js";
24
- import { componentDefinition as componentDefinition$18 } from "../core/shaders/Dither/index.js";
25
- import { componentDefinition as componentDefinition$19 } from "../core/shaders/DotGrid/index.js";
26
- import { componentDefinition as componentDefinition$20 } from "../core/shaders/Duotone/index.js";
27
- import { componentDefinition as componentDefinition$21 } from "../core/shaders/FilmGrain/index.js";
28
- import { componentDefinition as componentDefinition$22 } from "../core/shaders/FloatingParticles/index.js";
29
- import { componentDefinition as componentDefinition$23 } from "../core/shaders/FlowField/index.js";
30
- import { componentDefinition as componentDefinition$24 } from "../core/shaders/GlassTiles/index.js";
31
- import { componentDefinition as componentDefinition$25 } from "../core/shaders/Glitch/index.js";
32
- import { componentDefinition as componentDefinition$26 } from "../core/shaders/Glow/index.js";
33
- import { componentDefinition as componentDefinition$27 } from "../core/shaders/Godrays/index.js";
34
- import { componentDefinition as componentDefinition$28 } from "../core/shaders/Grayscale/index.js";
35
- import { componentDefinition as componentDefinition$29 } from "../core/shaders/Grid/index.js";
36
- import { componentDefinition as componentDefinition$30 } from "../core/shaders/GridDistortion/index.js";
37
- import { componentDefinition as componentDefinition$31 } from "../core/shaders/Group/index.js";
38
- import { componentDefinition as componentDefinition$32 } from "../core/shaders/Halftone/index.js";
39
- import { componentDefinition as componentDefinition$33 } from "../core/shaders/HueShift/index.js";
40
- import { componentDefinition as componentDefinition$34 } from "../core/shaders/ImageTexture/index.js";
41
- import { componentDefinition as componentDefinition$35 } from "../core/shaders/Invert/index.js";
42
- import { componentDefinition as componentDefinition$36 } from "../core/shaders/Kaleidoscope/index.js";
43
- import { componentDefinition as componentDefinition$37 } from "../core/shaders/LensFlare/index.js";
44
- import { componentDefinition as componentDefinition$38 } from "../core/shaders/LinearBlur/index.js";
45
- import { componentDefinition as componentDefinition$39 } from "../core/shaders/LinearGradient/index.js";
46
- import { componentDefinition as componentDefinition$40 } from "../core/shaders/Liquify/index.js";
47
- import { componentDefinition as componentDefinition$41 } from "../core/shaders/Mirror/index.js";
48
- import { componentDefinition as componentDefinition$42 } from "../core/shaders/Perspective/index.js";
49
- import { componentDefinition as componentDefinition$43 } from "../core/shaders/Pixelate/index.js";
50
- import { componentDefinition as componentDefinition$44 } from "../core/shaders/Plasma/index.js";
51
- import { componentDefinition as componentDefinition$45 } from "../core/shaders/PolarCoordinates/index.js";
52
- import { componentDefinition as componentDefinition$46 } from "../core/shaders/Posterize/index.js";
53
- import { componentDefinition as componentDefinition$47 } from "../core/shaders/ProgressiveBlur/index.js";
54
- import { componentDefinition as componentDefinition$48 } from "../core/shaders/RadialGradient/index.js";
55
- import { componentDefinition as componentDefinition$49 } from "../core/shaders/RectangularCoordinates/index.js";
56
- import { componentDefinition as componentDefinition$50 } from "../core/shaders/Ripples/index.js";
57
- import { componentDefinition as componentDefinition$51 } from "../core/shaders/Saturation/index.js";
58
- import { componentDefinition as componentDefinition$52 } from "../core/shaders/Sharpness/index.js";
59
- import { componentDefinition as componentDefinition$53 } from "../core/shaders/Shatter/index.js";
60
- import { componentDefinition as componentDefinition$54 } from "../core/shaders/SimplexNoise/index.js";
61
- import { componentDefinition as componentDefinition$55 } from "../core/shaders/SineWave/index.js";
62
- import { componentDefinition as componentDefinition$56 } from "../core/shaders/SolidColor/index.js";
63
- import { componentDefinition as componentDefinition$57 } from "../core/shaders/Spherize/index.js";
64
- import { componentDefinition as componentDefinition$58 } from "../core/shaders/Spiral/index.js";
65
- import { componentDefinition as componentDefinition$59 } from "../core/shaders/Strands/index.js";
66
- import { componentDefinition as componentDefinition$60 } from "../core/shaders/Stretch/index.js";
67
- import { componentDefinition as componentDefinition$61 } from "../core/shaders/Stripes/index.js";
68
- import { componentDefinition as componentDefinition$62 } from "../core/shaders/StudioBackground/index.js";
69
- import { componentDefinition as componentDefinition$63 } from "../core/shaders/Swirl/index.js";
70
- import { componentDefinition as componentDefinition$64 } from "../core/shaders/TiltShift/index.js";
71
- import { componentDefinition as componentDefinition$65 } from "../core/shaders/Tint/index.js";
72
- import { componentDefinition as componentDefinition$66 } from "../core/shaders/Tritone/index.js";
73
- import { componentDefinition as componentDefinition$67 } from "../core/shaders/Twirl/index.js";
74
- import { componentDefinition as componentDefinition$68 } from "../core/shaders/Vibrance/index.js";
75
- import { componentDefinition as componentDefinition$69 } from "../core/shaders/VideoTexture/index.js";
76
- import { componentDefinition as componentDefinition$70 } from "../core/shaders/WaveDistortion/index.js";
77
- import { componentDefinition as componentDefinition$71 } from "../core/shaders/WebcamTexture/index.js";
78
- import { componentDefinition as componentDefinition$72 } from "../core/shaders/ZoomBlur/index.js";
22
+ import { componentDefinition as componentDefinition$16 } from "../core/shaders/CursorRipples/index.js";
23
+ import { componentDefinition as componentDefinition$17 } from "../core/shaders/CursorTrail/index.js";
24
+ import { componentDefinition as componentDefinition$18 } from "../core/shaders/DiffuseBlur/index.js";
25
+ import { componentDefinition as componentDefinition$19 } from "../core/shaders/Dither/index.js";
26
+ import { componentDefinition as componentDefinition$20 } from "../core/shaders/DotGrid/index.js";
27
+ import { componentDefinition as componentDefinition$21 } from "../core/shaders/Duotone/index.js";
28
+ import { componentDefinition as componentDefinition$22 } from "../core/shaders/FilmGrain/index.js";
29
+ import { componentDefinition as componentDefinition$23 } from "../core/shaders/FloatingParticles/index.js";
30
+ import { componentDefinition as componentDefinition$24 } from "../core/shaders/FlowField/index.js";
31
+ import { componentDefinition as componentDefinition$25 } from "../core/shaders/GlassTiles/index.js";
32
+ import { componentDefinition as componentDefinition$26 } from "../core/shaders/Glitch/index.js";
33
+ import { componentDefinition as componentDefinition$27 } from "../core/shaders/Glow/index.js";
34
+ import { componentDefinition as componentDefinition$28 } from "../core/shaders/Godrays/index.js";
35
+ import { componentDefinition as componentDefinition$29 } from "../core/shaders/Grayscale/index.js";
36
+ import { componentDefinition as componentDefinition$30 } from "../core/shaders/Grid/index.js";
37
+ import { componentDefinition as componentDefinition$31 } from "../core/shaders/GridDistortion/index.js";
38
+ import { componentDefinition as componentDefinition$32 } from "../core/shaders/Group/index.js";
39
+ import { componentDefinition as componentDefinition$33 } from "../core/shaders/Halftone/index.js";
40
+ import { componentDefinition as componentDefinition$34 } from "../core/shaders/HueShift/index.js";
41
+ import { componentDefinition as componentDefinition$35 } from "../core/shaders/ImageTexture/index.js";
42
+ import { componentDefinition as componentDefinition$36 } from "../core/shaders/Invert/index.js";
43
+ import { componentDefinition as componentDefinition$37 } from "../core/shaders/Kaleidoscope/index.js";
44
+ import { componentDefinition as componentDefinition$38 } from "../core/shaders/LensFlare/index.js";
45
+ import { componentDefinition as componentDefinition$39 } from "../core/shaders/LinearBlur/index.js";
46
+ import { componentDefinition as componentDefinition$40 } from "../core/shaders/LinearGradient/index.js";
47
+ import { componentDefinition as componentDefinition$41 } from "../core/shaders/Liquify/index.js";
48
+ import { componentDefinition as componentDefinition$42 } from "../core/shaders/Mirror/index.js";
49
+ import { componentDefinition as componentDefinition$43 } from "../core/shaders/Perspective/index.js";
50
+ import { componentDefinition as componentDefinition$44 } from "../core/shaders/Pixelate/index.js";
51
+ import { componentDefinition as componentDefinition$45 } from "../core/shaders/Plasma/index.js";
52
+ import { componentDefinition as componentDefinition$46 } from "../core/shaders/PolarCoordinates/index.js";
53
+ import { componentDefinition as componentDefinition$47 } from "../core/shaders/Posterize/index.js";
54
+ import { componentDefinition as componentDefinition$48 } from "../core/shaders/ProgressiveBlur/index.js";
55
+ import { componentDefinition as componentDefinition$49 } from "../core/shaders/RadialGradient/index.js";
56
+ import { componentDefinition as componentDefinition$50 } from "../core/shaders/RectangularCoordinates/index.js";
57
+ import { componentDefinition as componentDefinition$51 } from "../core/shaders/Ripples/index.js";
58
+ import { componentDefinition as componentDefinition$52 } from "../core/shaders/Saturation/index.js";
59
+ import { componentDefinition as componentDefinition$53 } from "../core/shaders/Sharpness/index.js";
60
+ import { componentDefinition as componentDefinition$54 } from "../core/shaders/Shatter/index.js";
61
+ import { componentDefinition as componentDefinition$55 } from "../core/shaders/SimplexNoise/index.js";
62
+ import { componentDefinition as componentDefinition$56 } from "../core/shaders/SineWave/index.js";
63
+ import { componentDefinition as componentDefinition$57 } from "../core/shaders/SolidColor/index.js";
64
+ import { componentDefinition as componentDefinition$58 } from "../core/shaders/Spherize/index.js";
65
+ import { componentDefinition as componentDefinition$59 } from "../core/shaders/Spiral/index.js";
66
+ import { componentDefinition as componentDefinition$60 } from "../core/shaders/Strands/index.js";
67
+ import { componentDefinition as componentDefinition$61 } from "../core/shaders/Stretch/index.js";
68
+ import { componentDefinition as componentDefinition$62 } from "../core/shaders/Stripes/index.js";
69
+ import { componentDefinition as componentDefinition$63 } from "../core/shaders/StudioBackground/index.js";
70
+ import { componentDefinition as componentDefinition$64 } from "../core/shaders/Swirl/index.js";
71
+ import { componentDefinition as componentDefinition$65 } from "../core/shaders/TiltShift/index.js";
72
+ import { componentDefinition as componentDefinition$66 } from "../core/shaders/Tint/index.js";
73
+ import { componentDefinition as componentDefinition$67 } from "../core/shaders/Tritone/index.js";
74
+ import { componentDefinition as componentDefinition$68 } from "../core/shaders/Twirl/index.js";
75
+ import { componentDefinition as componentDefinition$69 } from "../core/shaders/Vibrance/index.js";
76
+ import { componentDefinition as componentDefinition$70 } from "../core/shaders/VideoTexture/index.js";
77
+ import { componentDefinition as componentDefinition$71 } from "../core/shaders/WaveDistortion/index.js";
78
+ import { componentDefinition as componentDefinition$72 } from "../core/shaders/WebcamTexture/index.js";
79
+ import { componentDefinition as componentDefinition$73 } from "../core/shaders/ZoomBlur/index.js";
79
80
  import { vec4 } from "three/tsl";
80
81
  import { TelemetryCollector, isExternalUser, shouldCollectTelemetry } from "../core/telemetry/index.js";
81
- var root$73 = $.from_html(`<span style="display:contents"><!></span>`);
82
+ var root$74 = $.from_html(`<span style="display:contents"><!></span>`);
82
83
  function AngularBlur($$anchor, $$props) {
83
84
  $.push($$props, true);
84
85
  const DEFAULT_TRANSFORM = {
@@ -198,7 +199,7 @@ function AngularBlur($$anchor, $$props) {
198
199
  $.set(isRegistered, false);
199
200
  parentRegister(instanceId, null, null, null, null);
200
201
  });
201
- var span = root$73();
202
+ var span = root$74();
202
203
  var node = $.child(span);
203
204
  children?.(node);
204
205
  $.reset(span);
@@ -207,7 +208,7 @@ function AngularBlur($$anchor, $$props) {
207
208
  $.append($$anchor, span);
208
209
  $.pop();
209
210
  }
210
- var root$72 = $.from_html(`<span style="display:contents"><!></span>`);
211
+ var root$73 = $.from_html(`<span style="display:contents"><!></span>`);
211
212
  function Ascii($$anchor, $$props) {
212
213
  $.push($$props, true);
213
214
  const DEFAULT_TRANSFORM = {
@@ -327,7 +328,7 @@ function Ascii($$anchor, $$props) {
327
328
  $.set(isRegistered, false);
328
329
  parentRegister(instanceId, null, null, null, null);
329
330
  });
330
- var span = root$72();
331
+ var span = root$73();
331
332
  var node = $.child(span);
332
333
  children?.(node);
333
334
  $.reset(span);
@@ -336,7 +337,7 @@ function Ascii($$anchor, $$props) {
336
337
  $.append($$anchor, span);
337
338
  $.pop();
338
339
  }
339
- var root$71 = $.from_html(`<span style="display:contents"><!></span>`);
340
+ var root$72 = $.from_html(`<span style="display:contents"><!></span>`);
340
341
  function Aurora($$anchor, $$props) {
341
342
  $.push($$props, true);
342
343
  const DEFAULT_TRANSFORM = {
@@ -456,7 +457,7 @@ function Aurora($$anchor, $$props) {
456
457
  $.set(isRegistered, false);
457
458
  parentRegister(instanceId, null, null, null, null);
458
459
  });
459
- var span = root$71();
460
+ var span = root$72();
460
461
  var node = $.child(span);
461
462
  children?.(node);
462
463
  $.reset(span);
@@ -465,7 +466,7 @@ function Aurora($$anchor, $$props) {
465
466
  $.append($$anchor, span);
466
467
  $.pop();
467
468
  }
468
- var root$70 = $.from_html(`<span style="display:contents"><!></span>`);
469
+ var root$71 = $.from_html(`<span style="display:contents"><!></span>`);
469
470
  function Beam($$anchor, $$props) {
470
471
  $.push($$props, true);
471
472
  const DEFAULT_TRANSFORM = {
@@ -585,7 +586,7 @@ function Beam($$anchor, $$props) {
585
586
  $.set(isRegistered, false);
586
587
  parentRegister(instanceId, null, null, null, null);
587
588
  });
588
- var span = root$70();
589
+ var span = root$71();
589
590
  var node = $.child(span);
590
591
  children?.(node);
591
592
  $.reset(span);
@@ -594,7 +595,7 @@ function Beam($$anchor, $$props) {
594
595
  $.append($$anchor, span);
595
596
  $.pop();
596
597
  }
597
- var root$69 = $.from_html(`<span style="display:contents"><!></span>`);
598
+ var root$70 = $.from_html(`<span style="display:contents"><!></span>`);
598
599
  function Blob($$anchor, $$props) {
599
600
  $.push($$props, true);
600
601
  const DEFAULT_TRANSFORM = {
@@ -714,7 +715,7 @@ function Blob($$anchor, $$props) {
714
715
  $.set(isRegistered, false);
715
716
  parentRegister(instanceId, null, null, null, null);
716
717
  });
717
- var span = root$69();
718
+ var span = root$70();
718
719
  var node = $.child(span);
719
720
  children?.(node);
720
721
  $.reset(span);
@@ -723,7 +724,7 @@ function Blob($$anchor, $$props) {
723
724
  $.append($$anchor, span);
724
725
  $.pop();
725
726
  }
726
- var root$68 = $.from_html(`<span style="display:contents"><!></span>`);
727
+ var root$69 = $.from_html(`<span style="display:contents"><!></span>`);
727
728
  function Blur($$anchor, $$props) {
728
729
  $.push($$props, true);
729
730
  const DEFAULT_TRANSFORM = {
@@ -843,7 +844,7 @@ function Blur($$anchor, $$props) {
843
844
  $.set(isRegistered, false);
844
845
  parentRegister(instanceId, null, null, null, null);
845
846
  });
846
- var span = root$68();
847
+ var span = root$69();
847
848
  var node = $.child(span);
848
849
  children?.(node);
849
850
  $.reset(span);
@@ -852,7 +853,7 @@ function Blur($$anchor, $$props) {
852
853
  $.append($$anchor, span);
853
854
  $.pop();
854
855
  }
855
- var root$67 = $.from_html(`<span style="display:contents"><!></span>`);
856
+ var root$68 = $.from_html(`<span style="display:contents"><!></span>`);
856
857
  function BrightnessContrast($$anchor, $$props) {
857
858
  $.push($$props, true);
858
859
  const DEFAULT_TRANSFORM = {
@@ -972,7 +973,7 @@ function BrightnessContrast($$anchor, $$props) {
972
973
  $.set(isRegistered, false);
973
974
  parentRegister(instanceId, null, null, null, null);
974
975
  });
975
- var span = root$67();
976
+ var span = root$68();
976
977
  var node = $.child(span);
977
978
  children?.(node);
978
979
  $.reset(span);
@@ -981,7 +982,7 @@ function BrightnessContrast($$anchor, $$props) {
981
982
  $.append($$anchor, span);
982
983
  $.pop();
983
984
  }
984
- var root$66 = $.from_html(`<span style="display:contents"><!></span>`);
985
+ var root$67 = $.from_html(`<span style="display:contents"><!></span>`);
985
986
  function Bulge($$anchor, $$props) {
986
987
  $.push($$props, true);
987
988
  const DEFAULT_TRANSFORM = {
@@ -1101,7 +1102,7 @@ function Bulge($$anchor, $$props) {
1101
1102
  $.set(isRegistered, false);
1102
1103
  parentRegister(instanceId, null, null, null, null);
1103
1104
  });
1104
- var span = root$66();
1105
+ var span = root$67();
1105
1106
  var node = $.child(span);
1106
1107
  children?.(node);
1107
1108
  $.reset(span);
@@ -1110,7 +1111,7 @@ function Bulge($$anchor, $$props) {
1110
1111
  $.append($$anchor, span);
1111
1112
  $.pop();
1112
1113
  }
1113
- var root$65 = $.from_html(`<span style="display:contents"><!></span>`);
1114
+ var root$66 = $.from_html(`<span style="display:contents"><!></span>`);
1114
1115
  function CRTScreen($$anchor, $$props) {
1115
1116
  $.push($$props, true);
1116
1117
  const DEFAULT_TRANSFORM = {
@@ -1230,7 +1231,7 @@ function CRTScreen($$anchor, $$props) {
1230
1231
  $.set(isRegistered, false);
1231
1232
  parentRegister(instanceId, null, null, null, null);
1232
1233
  });
1233
- var span = root$65();
1234
+ var span = root$66();
1234
1235
  var node = $.child(span);
1235
1236
  children?.(node);
1236
1237
  $.reset(span);
@@ -1239,7 +1240,7 @@ function CRTScreen($$anchor, $$props) {
1239
1240
  $.append($$anchor, span);
1240
1241
  $.pop();
1241
1242
  }
1242
- var root$64 = $.from_html(`<span style="display:contents"><!></span>`);
1243
+ var root$65 = $.from_html(`<span style="display:contents"><!></span>`);
1243
1244
  function ChannelBlur($$anchor, $$props) {
1244
1245
  $.push($$props, true);
1245
1246
  const DEFAULT_TRANSFORM = {
@@ -1359,7 +1360,7 @@ function ChannelBlur($$anchor, $$props) {
1359
1360
  $.set(isRegistered, false);
1360
1361
  parentRegister(instanceId, null, null, null, null);
1361
1362
  });
1362
- var span = root$64();
1363
+ var span = root$65();
1363
1364
  var node = $.child(span);
1364
1365
  children?.(node);
1365
1366
  $.reset(span);
@@ -1368,7 +1369,7 @@ function ChannelBlur($$anchor, $$props) {
1368
1369
  $.append($$anchor, span);
1369
1370
  $.pop();
1370
1371
  }
1371
- var root$63 = $.from_html(`<span style="display:contents"><!></span>`);
1372
+ var root$64 = $.from_html(`<span style="display:contents"><!></span>`);
1372
1373
  function Checkerboard($$anchor, $$props) {
1373
1374
  $.push($$props, true);
1374
1375
  const DEFAULT_TRANSFORM = {
@@ -1488,7 +1489,7 @@ function Checkerboard($$anchor, $$props) {
1488
1489
  $.set(isRegistered, false);
1489
1490
  parentRegister(instanceId, null, null, null, null);
1490
1491
  });
1491
- var span = root$63();
1492
+ var span = root$64();
1492
1493
  var node = $.child(span);
1493
1494
  children?.(node);
1494
1495
  $.reset(span);
@@ -1497,7 +1498,7 @@ function Checkerboard($$anchor, $$props) {
1497
1498
  $.append($$anchor, span);
1498
1499
  $.pop();
1499
1500
  }
1500
- var root$62 = $.from_html(`<span style="display:contents"><!></span>`);
1501
+ var root$63 = $.from_html(`<span style="display:contents"><!></span>`);
1501
1502
  function ChromaFlow($$anchor, $$props) {
1502
1503
  $.push($$props, true);
1503
1504
  const DEFAULT_TRANSFORM = {
@@ -1617,7 +1618,7 @@ function ChromaFlow($$anchor, $$props) {
1617
1618
  $.set(isRegistered, false);
1618
1619
  parentRegister(instanceId, null, null, null, null);
1619
1620
  });
1620
- var span = root$62();
1621
+ var span = root$63();
1621
1622
  var node = $.child(span);
1622
1623
  children?.(node);
1623
1624
  $.reset(span);
@@ -1626,7 +1627,7 @@ function ChromaFlow($$anchor, $$props) {
1626
1627
  $.append($$anchor, span);
1627
1628
  $.pop();
1628
1629
  }
1629
- var root$61 = $.from_html(`<span style="display:contents"><!></span>`);
1630
+ var root$62 = $.from_html(`<span style="display:contents"><!></span>`);
1630
1631
  function ChromaticAberration($$anchor, $$props) {
1631
1632
  $.push($$props, true);
1632
1633
  const DEFAULT_TRANSFORM = {
@@ -1746,7 +1747,7 @@ function ChromaticAberration($$anchor, $$props) {
1746
1747
  $.set(isRegistered, false);
1747
1748
  parentRegister(instanceId, null, null, null, null);
1748
1749
  });
1749
- var span = root$61();
1750
+ var span = root$62();
1750
1751
  var node = $.child(span);
1751
1752
  children?.(node);
1752
1753
  $.reset(span);
@@ -1755,7 +1756,7 @@ function ChromaticAberration($$anchor, $$props) {
1755
1756
  $.append($$anchor, span);
1756
1757
  $.pop();
1757
1758
  }
1758
- var root$60 = $.from_html(`<span style="display:contents"><!></span>`);
1759
+ var root$61 = $.from_html(`<span style="display:contents"><!></span>`);
1759
1760
  function Circle($$anchor, $$props) {
1760
1761
  $.push($$props, true);
1761
1762
  const DEFAULT_TRANSFORM = {
@@ -1875,7 +1876,7 @@ function Circle($$anchor, $$props) {
1875
1876
  $.set(isRegistered, false);
1876
1877
  parentRegister(instanceId, null, null, null, null);
1877
1878
  });
1878
- var span = root$60();
1879
+ var span = root$61();
1879
1880
  var node = $.child(span);
1880
1881
  children?.(node);
1881
1882
  $.reset(span);
@@ -1884,7 +1885,7 @@ function Circle($$anchor, $$props) {
1884
1885
  $.append($$anchor, span);
1885
1886
  $.pop();
1886
1887
  }
1887
- var root$59 = $.from_html(`<span style="display:contents"><!></span>`);
1888
+ var root$60 = $.from_html(`<span style="display:contents"><!></span>`);
1888
1889
  function ConcentricSpin($$anchor, $$props) {
1889
1890
  $.push($$props, true);
1890
1891
  const DEFAULT_TRANSFORM = {
@@ -2004,7 +2005,7 @@ function ConcentricSpin($$anchor, $$props) {
2004
2005
  $.set(isRegistered, false);
2005
2006
  parentRegister(instanceId, null, null, null, null);
2006
2007
  });
2007
- var span = root$59();
2008
+ var span = root$60();
2008
2009
  var node = $.child(span);
2009
2010
  children?.(node);
2010
2011
  $.reset(span);
@@ -2013,7 +2014,7 @@ function ConcentricSpin($$anchor, $$props) {
2013
2014
  $.append($$anchor, span);
2014
2015
  $.pop();
2015
2016
  }
2016
- var root$58 = $.from_html(`<span style="display:contents"><!></span>`);
2017
+ var root$59 = $.from_html(`<span style="display:contents"><!></span>`);
2017
2018
  function ContourLines($$anchor, $$props) {
2018
2019
  $.push($$props, true);
2019
2020
  const DEFAULT_TRANSFORM = {
@@ -2133,7 +2134,7 @@ function ContourLines($$anchor, $$props) {
2133
2134
  $.set(isRegistered, false);
2134
2135
  parentRegister(instanceId, null, null, null, null);
2135
2136
  });
2136
- var span = root$58();
2137
+ var span = root$59();
2137
2138
  var node = $.child(span);
2138
2139
  children?.(node);
2139
2140
  $.reset(span);
@@ -2142,8 +2143,8 @@ function ContourLines($$anchor, $$props) {
2142
2143
  $.append($$anchor, span);
2143
2144
  $.pop();
2144
2145
  }
2145
- var root$57 = $.from_html(`<span style="display:contents"><!></span>`);
2146
- function CursorTrail($$anchor, $$props) {
2146
+ var root$58 = $.from_html(`<span style="display:contents"><!></span>`);
2147
+ function CursorRipples($$anchor, $$props) {
2147
2148
  $.push($$props, true);
2148
2149
  const DEFAULT_TRANSFORM = {
2149
2150
  offsetX: 0,
@@ -2262,7 +2263,7 @@ function CursorTrail($$anchor, $$props) {
2262
2263
  $.set(isRegistered, false);
2263
2264
  parentRegister(instanceId, null, null, null, null);
2264
2265
  });
2265
- var span = root$57();
2266
+ var span = root$58();
2266
2267
  var node = $.child(span);
2267
2268
  children?.(node);
2268
2269
  $.reset(span);
@@ -2271,8 +2272,8 @@ function CursorTrail($$anchor, $$props) {
2271
2272
  $.append($$anchor, span);
2272
2273
  $.pop();
2273
2274
  }
2274
- var root$56 = $.from_html(`<span style="display:contents"><!></span>`);
2275
- function DiffuseBlur($$anchor, $$props) {
2275
+ var root$57 = $.from_html(`<span style="display:contents"><!></span>`);
2276
+ function CursorTrail($$anchor, $$props) {
2276
2277
  $.push($$props, true);
2277
2278
  const DEFAULT_TRANSFORM = {
2278
2279
  offsetX: 0,
@@ -2391,7 +2392,7 @@ function DiffuseBlur($$anchor, $$props) {
2391
2392
  $.set(isRegistered, false);
2392
2393
  parentRegister(instanceId, null, null, null, null);
2393
2394
  });
2394
- var span = root$56();
2395
+ var span = root$57();
2395
2396
  var node = $.child(span);
2396
2397
  children?.(node);
2397
2398
  $.reset(span);
@@ -2400,8 +2401,8 @@ function DiffuseBlur($$anchor, $$props) {
2400
2401
  $.append($$anchor, span);
2401
2402
  $.pop();
2402
2403
  }
2403
- var root$55 = $.from_html(`<span style="display:contents"><!></span>`);
2404
- function Dither($$anchor, $$props) {
2404
+ var root$56 = $.from_html(`<span style="display:contents"><!></span>`);
2405
+ function DiffuseBlur($$anchor, $$props) {
2405
2406
  $.push($$props, true);
2406
2407
  const DEFAULT_TRANSFORM = {
2407
2408
  offsetX: 0,
@@ -2520,7 +2521,7 @@ function Dither($$anchor, $$props) {
2520
2521
  $.set(isRegistered, false);
2521
2522
  parentRegister(instanceId, null, null, null, null);
2522
2523
  });
2523
- var span = root$55();
2524
+ var span = root$56();
2524
2525
  var node = $.child(span);
2525
2526
  children?.(node);
2526
2527
  $.reset(span);
@@ -2529,8 +2530,8 @@ function Dither($$anchor, $$props) {
2529
2530
  $.append($$anchor, span);
2530
2531
  $.pop();
2531
2532
  }
2532
- var root$54 = $.from_html(`<span style="display:contents"><!></span>`);
2533
- function DotGrid($$anchor, $$props) {
2533
+ var root$55 = $.from_html(`<span style="display:contents"><!></span>`);
2534
+ function Dither($$anchor, $$props) {
2534
2535
  $.push($$props, true);
2535
2536
  const DEFAULT_TRANSFORM = {
2536
2537
  offsetX: 0,
@@ -2649,7 +2650,7 @@ function DotGrid($$anchor, $$props) {
2649
2650
  $.set(isRegistered, false);
2650
2651
  parentRegister(instanceId, null, null, null, null);
2651
2652
  });
2652
- var span = root$54();
2653
+ var span = root$55();
2653
2654
  var node = $.child(span);
2654
2655
  children?.(node);
2655
2656
  $.reset(span);
@@ -2658,8 +2659,8 @@ function DotGrid($$anchor, $$props) {
2658
2659
  $.append($$anchor, span);
2659
2660
  $.pop();
2660
2661
  }
2661
- var root$53 = $.from_html(`<span style="display:contents"><!></span>`);
2662
- function Duotone($$anchor, $$props) {
2662
+ var root$54 = $.from_html(`<span style="display:contents"><!></span>`);
2663
+ function DotGrid($$anchor, $$props) {
2663
2664
  $.push($$props, true);
2664
2665
  const DEFAULT_TRANSFORM = {
2665
2666
  offsetX: 0,
@@ -2778,7 +2779,7 @@ function Duotone($$anchor, $$props) {
2778
2779
  $.set(isRegistered, false);
2779
2780
  parentRegister(instanceId, null, null, null, null);
2780
2781
  });
2781
- var span = root$53();
2782
+ var span = root$54();
2782
2783
  var node = $.child(span);
2783
2784
  children?.(node);
2784
2785
  $.reset(span);
@@ -2787,8 +2788,8 @@ function Duotone($$anchor, $$props) {
2787
2788
  $.append($$anchor, span);
2788
2789
  $.pop();
2789
2790
  }
2790
- var root$52 = $.from_html(`<span style="display:contents"><!></span>`);
2791
- function FilmGrain($$anchor, $$props) {
2791
+ var root$53 = $.from_html(`<span style="display:contents"><!></span>`);
2792
+ function Duotone($$anchor, $$props) {
2792
2793
  $.push($$props, true);
2793
2794
  const DEFAULT_TRANSFORM = {
2794
2795
  offsetX: 0,
@@ -2907,7 +2908,7 @@ function FilmGrain($$anchor, $$props) {
2907
2908
  $.set(isRegistered, false);
2908
2909
  parentRegister(instanceId, null, null, null, null);
2909
2910
  });
2910
- var span = root$52();
2911
+ var span = root$53();
2911
2912
  var node = $.child(span);
2912
2913
  children?.(node);
2913
2914
  $.reset(span);
@@ -2916,8 +2917,8 @@ function FilmGrain($$anchor, $$props) {
2916
2917
  $.append($$anchor, span);
2917
2918
  $.pop();
2918
2919
  }
2919
- var root$51 = $.from_html(`<span style="display:contents"><!></span>`);
2920
- function FloatingParticles($$anchor, $$props) {
2920
+ var root$52 = $.from_html(`<span style="display:contents"><!></span>`);
2921
+ function FilmGrain($$anchor, $$props) {
2921
2922
  $.push($$props, true);
2922
2923
  const DEFAULT_TRANSFORM = {
2923
2924
  offsetX: 0,
@@ -3036,7 +3037,7 @@ function FloatingParticles($$anchor, $$props) {
3036
3037
  $.set(isRegistered, false);
3037
3038
  parentRegister(instanceId, null, null, null, null);
3038
3039
  });
3039
- var span = root$51();
3040
+ var span = root$52();
3040
3041
  var node = $.child(span);
3041
3042
  children?.(node);
3042
3043
  $.reset(span);
@@ -3045,8 +3046,8 @@ function FloatingParticles($$anchor, $$props) {
3045
3046
  $.append($$anchor, span);
3046
3047
  $.pop();
3047
3048
  }
3048
- var root$50 = $.from_html(`<span style="display:contents"><!></span>`);
3049
- function FlowField($$anchor, $$props) {
3049
+ var root$51 = $.from_html(`<span style="display:contents"><!></span>`);
3050
+ function FloatingParticles($$anchor, $$props) {
3050
3051
  $.push($$props, true);
3051
3052
  const DEFAULT_TRANSFORM = {
3052
3053
  offsetX: 0,
@@ -3165,7 +3166,7 @@ function FlowField($$anchor, $$props) {
3165
3166
  $.set(isRegistered, false);
3166
3167
  parentRegister(instanceId, null, null, null, null);
3167
3168
  });
3168
- var span = root$50();
3169
+ var span = root$51();
3169
3170
  var node = $.child(span);
3170
3171
  children?.(node);
3171
3172
  $.reset(span);
@@ -3174,8 +3175,8 @@ function FlowField($$anchor, $$props) {
3174
3175
  $.append($$anchor, span);
3175
3176
  $.pop();
3176
3177
  }
3177
- var root$49 = $.from_html(`<span style="display:contents"><!></span>`);
3178
- function GlassTiles($$anchor, $$props) {
3178
+ var root$50 = $.from_html(`<span style="display:contents"><!></span>`);
3179
+ function FlowField($$anchor, $$props) {
3179
3180
  $.push($$props, true);
3180
3181
  const DEFAULT_TRANSFORM = {
3181
3182
  offsetX: 0,
@@ -3294,7 +3295,7 @@ function GlassTiles($$anchor, $$props) {
3294
3295
  $.set(isRegistered, false);
3295
3296
  parentRegister(instanceId, null, null, null, null);
3296
3297
  });
3297
- var span = root$49();
3298
+ var span = root$50();
3298
3299
  var node = $.child(span);
3299
3300
  children?.(node);
3300
3301
  $.reset(span);
@@ -3303,8 +3304,8 @@ function GlassTiles($$anchor, $$props) {
3303
3304
  $.append($$anchor, span);
3304
3305
  $.pop();
3305
3306
  }
3306
- var root$48 = $.from_html(`<span style="display:contents"><!></span>`);
3307
- function Glitch($$anchor, $$props) {
3307
+ var root$49 = $.from_html(`<span style="display:contents"><!></span>`);
3308
+ function GlassTiles($$anchor, $$props) {
3308
3309
  $.push($$props, true);
3309
3310
  const DEFAULT_TRANSFORM = {
3310
3311
  offsetX: 0,
@@ -3423,7 +3424,7 @@ function Glitch($$anchor, $$props) {
3423
3424
  $.set(isRegistered, false);
3424
3425
  parentRegister(instanceId, null, null, null, null);
3425
3426
  });
3426
- var span = root$48();
3427
+ var span = root$49();
3427
3428
  var node = $.child(span);
3428
3429
  children?.(node);
3429
3430
  $.reset(span);
@@ -3432,8 +3433,8 @@ function Glitch($$anchor, $$props) {
3432
3433
  $.append($$anchor, span);
3433
3434
  $.pop();
3434
3435
  }
3435
- var root$47 = $.from_html(`<span style="display:contents"><!></span>`);
3436
- function Glow($$anchor, $$props) {
3436
+ var root$48 = $.from_html(`<span style="display:contents"><!></span>`);
3437
+ function Glitch($$anchor, $$props) {
3437
3438
  $.push($$props, true);
3438
3439
  const DEFAULT_TRANSFORM = {
3439
3440
  offsetX: 0,
@@ -3552,7 +3553,7 @@ function Glow($$anchor, $$props) {
3552
3553
  $.set(isRegistered, false);
3553
3554
  parentRegister(instanceId, null, null, null, null);
3554
3555
  });
3555
- var span = root$47();
3556
+ var span = root$48();
3556
3557
  var node = $.child(span);
3557
3558
  children?.(node);
3558
3559
  $.reset(span);
@@ -3561,8 +3562,8 @@ function Glow($$anchor, $$props) {
3561
3562
  $.append($$anchor, span);
3562
3563
  $.pop();
3563
3564
  }
3564
- var root$46 = $.from_html(`<span style="display:contents"><!></span>`);
3565
- function Godrays($$anchor, $$props) {
3565
+ var root$47 = $.from_html(`<span style="display:contents"><!></span>`);
3566
+ function Glow($$anchor, $$props) {
3566
3567
  $.push($$props, true);
3567
3568
  const DEFAULT_TRANSFORM = {
3568
3569
  offsetX: 0,
@@ -3681,7 +3682,7 @@ function Godrays($$anchor, $$props) {
3681
3682
  $.set(isRegistered, false);
3682
3683
  parentRegister(instanceId, null, null, null, null);
3683
3684
  });
3684
- var span = root$46();
3685
+ var span = root$47();
3685
3686
  var node = $.child(span);
3686
3687
  children?.(node);
3687
3688
  $.reset(span);
@@ -3690,8 +3691,8 @@ function Godrays($$anchor, $$props) {
3690
3691
  $.append($$anchor, span);
3691
3692
  $.pop();
3692
3693
  }
3693
- var root$45 = $.from_html(`<span style="display:contents"><!></span>`);
3694
- function Grayscale($$anchor, $$props) {
3694
+ var root$46 = $.from_html(`<span style="display:contents"><!></span>`);
3695
+ function Godrays($$anchor, $$props) {
3695
3696
  $.push($$props, true);
3696
3697
  const DEFAULT_TRANSFORM = {
3697
3698
  offsetX: 0,
@@ -3810,7 +3811,7 @@ function Grayscale($$anchor, $$props) {
3810
3811
  $.set(isRegistered, false);
3811
3812
  parentRegister(instanceId, null, null, null, null);
3812
3813
  });
3813
- var span = root$45();
3814
+ var span = root$46();
3814
3815
  var node = $.child(span);
3815
3816
  children?.(node);
3816
3817
  $.reset(span);
@@ -3819,8 +3820,8 @@ function Grayscale($$anchor, $$props) {
3819
3820
  $.append($$anchor, span);
3820
3821
  $.pop();
3821
3822
  }
3822
- var root$44 = $.from_html(`<span style="display:contents"><!></span>`);
3823
- function Grid($$anchor, $$props) {
3823
+ var root$45 = $.from_html(`<span style="display:contents"><!></span>`);
3824
+ function Grayscale($$anchor, $$props) {
3824
3825
  $.push($$props, true);
3825
3826
  const DEFAULT_TRANSFORM = {
3826
3827
  offsetX: 0,
@@ -3939,7 +3940,7 @@ function Grid($$anchor, $$props) {
3939
3940
  $.set(isRegistered, false);
3940
3941
  parentRegister(instanceId, null, null, null, null);
3941
3942
  });
3942
- var span = root$44();
3943
+ var span = root$45();
3943
3944
  var node = $.child(span);
3944
3945
  children?.(node);
3945
3946
  $.reset(span);
@@ -3948,8 +3949,8 @@ function Grid($$anchor, $$props) {
3948
3949
  $.append($$anchor, span);
3949
3950
  $.pop();
3950
3951
  }
3951
- var root$43 = $.from_html(`<span style="display:contents"><!></span>`);
3952
- function GridDistortion($$anchor, $$props) {
3952
+ var root$44 = $.from_html(`<span style="display:contents"><!></span>`);
3953
+ function Grid($$anchor, $$props) {
3953
3954
  $.push($$props, true);
3954
3955
  const DEFAULT_TRANSFORM = {
3955
3956
  offsetX: 0,
@@ -4068,7 +4069,7 @@ function GridDistortion($$anchor, $$props) {
4068
4069
  $.set(isRegistered, false);
4069
4070
  parentRegister(instanceId, null, null, null, null);
4070
4071
  });
4071
- var span = root$43();
4072
+ var span = root$44();
4072
4073
  var node = $.child(span);
4073
4074
  children?.(node);
4074
4075
  $.reset(span);
@@ -4077,8 +4078,8 @@ function GridDistortion($$anchor, $$props) {
4077
4078
  $.append($$anchor, span);
4078
4079
  $.pop();
4079
4080
  }
4080
- var root$42 = $.from_html(`<span style="display:contents"><!></span>`);
4081
- function Group($$anchor, $$props) {
4081
+ var root$43 = $.from_html(`<span style="display:contents"><!></span>`);
4082
+ function GridDistortion($$anchor, $$props) {
4082
4083
  $.push($$props, true);
4083
4084
  const DEFAULT_TRANSFORM = {
4084
4085
  offsetX: 0,
@@ -4197,7 +4198,7 @@ function Group($$anchor, $$props) {
4197
4198
  $.set(isRegistered, false);
4198
4199
  parentRegister(instanceId, null, null, null, null);
4199
4200
  });
4200
- var span = root$42();
4201
+ var span = root$43();
4201
4202
  var node = $.child(span);
4202
4203
  children?.(node);
4203
4204
  $.reset(span);
@@ -4206,8 +4207,8 @@ function Group($$anchor, $$props) {
4206
4207
  $.append($$anchor, span);
4207
4208
  $.pop();
4208
4209
  }
4209
- var root$41 = $.from_html(`<span style="display:contents"><!></span>`);
4210
- function Halftone($$anchor, $$props) {
4210
+ var root$42 = $.from_html(`<span style="display:contents"><!></span>`);
4211
+ function Group($$anchor, $$props) {
4211
4212
  $.push($$props, true);
4212
4213
  const DEFAULT_TRANSFORM = {
4213
4214
  offsetX: 0,
@@ -4326,7 +4327,7 @@ function Halftone($$anchor, $$props) {
4326
4327
  $.set(isRegistered, false);
4327
4328
  parentRegister(instanceId, null, null, null, null);
4328
4329
  });
4329
- var span = root$41();
4330
+ var span = root$42();
4330
4331
  var node = $.child(span);
4331
4332
  children?.(node);
4332
4333
  $.reset(span);
@@ -4335,8 +4336,8 @@ function Halftone($$anchor, $$props) {
4335
4336
  $.append($$anchor, span);
4336
4337
  $.pop();
4337
4338
  }
4338
- var root$40 = $.from_html(`<span style="display:contents"><!></span>`);
4339
- function HueShift($$anchor, $$props) {
4339
+ var root$41 = $.from_html(`<span style="display:contents"><!></span>`);
4340
+ function Halftone($$anchor, $$props) {
4340
4341
  $.push($$props, true);
4341
4342
  const DEFAULT_TRANSFORM = {
4342
4343
  offsetX: 0,
@@ -4455,7 +4456,7 @@ function HueShift($$anchor, $$props) {
4455
4456
  $.set(isRegistered, false);
4456
4457
  parentRegister(instanceId, null, null, null, null);
4457
4458
  });
4458
- var span = root$40();
4459
+ var span = root$41();
4459
4460
  var node = $.child(span);
4460
4461
  children?.(node);
4461
4462
  $.reset(span);
@@ -4464,8 +4465,8 @@ function HueShift($$anchor, $$props) {
4464
4465
  $.append($$anchor, span);
4465
4466
  $.pop();
4466
4467
  }
4467
- var root$39 = $.from_html(`<span style="display:contents"><!></span>`);
4468
- function ImageTexture($$anchor, $$props) {
4468
+ var root$40 = $.from_html(`<span style="display:contents"><!></span>`);
4469
+ function HueShift($$anchor, $$props) {
4469
4470
  $.push($$props, true);
4470
4471
  const DEFAULT_TRANSFORM = {
4471
4472
  offsetX: 0,
@@ -4584,7 +4585,7 @@ function ImageTexture($$anchor, $$props) {
4584
4585
  $.set(isRegistered, false);
4585
4586
  parentRegister(instanceId, null, null, null, null);
4586
4587
  });
4587
- var span = root$39();
4588
+ var span = root$40();
4588
4589
  var node = $.child(span);
4589
4590
  children?.(node);
4590
4591
  $.reset(span);
@@ -4593,8 +4594,8 @@ function ImageTexture($$anchor, $$props) {
4593
4594
  $.append($$anchor, span);
4594
4595
  $.pop();
4595
4596
  }
4596
- var root$38 = $.from_html(`<span style="display:contents"><!></span>`);
4597
- function Invert($$anchor, $$props) {
4597
+ var root$39 = $.from_html(`<span style="display:contents"><!></span>`);
4598
+ function ImageTexture($$anchor, $$props) {
4598
4599
  $.push($$props, true);
4599
4600
  const DEFAULT_TRANSFORM = {
4600
4601
  offsetX: 0,
@@ -4713,7 +4714,7 @@ function Invert($$anchor, $$props) {
4713
4714
  $.set(isRegistered, false);
4714
4715
  parentRegister(instanceId, null, null, null, null);
4715
4716
  });
4716
- var span = root$38();
4717
+ var span = root$39();
4717
4718
  var node = $.child(span);
4718
4719
  children?.(node);
4719
4720
  $.reset(span);
@@ -4722,8 +4723,8 @@ function Invert($$anchor, $$props) {
4722
4723
  $.append($$anchor, span);
4723
4724
  $.pop();
4724
4725
  }
4725
- var root$37 = $.from_html(`<span style="display:contents"><!></span>`);
4726
- function Kaleidoscope($$anchor, $$props) {
4726
+ var root$38 = $.from_html(`<span style="display:contents"><!></span>`);
4727
+ function Invert($$anchor, $$props) {
4727
4728
  $.push($$props, true);
4728
4729
  const DEFAULT_TRANSFORM = {
4729
4730
  offsetX: 0,
@@ -4842,7 +4843,7 @@ function Kaleidoscope($$anchor, $$props) {
4842
4843
  $.set(isRegistered, false);
4843
4844
  parentRegister(instanceId, null, null, null, null);
4844
4845
  });
4845
- var span = root$37();
4846
+ var span = root$38();
4846
4847
  var node = $.child(span);
4847
4848
  children?.(node);
4848
4849
  $.reset(span);
@@ -4851,8 +4852,8 @@ function Kaleidoscope($$anchor, $$props) {
4851
4852
  $.append($$anchor, span);
4852
4853
  $.pop();
4853
4854
  }
4854
- var root$36 = $.from_html(`<span style="display:contents"><!></span>`);
4855
- function LensFlare($$anchor, $$props) {
4855
+ var root$37 = $.from_html(`<span style="display:contents"><!></span>`);
4856
+ function Kaleidoscope($$anchor, $$props) {
4856
4857
  $.push($$props, true);
4857
4858
  const DEFAULT_TRANSFORM = {
4858
4859
  offsetX: 0,
@@ -4971,7 +4972,7 @@ function LensFlare($$anchor, $$props) {
4971
4972
  $.set(isRegistered, false);
4972
4973
  parentRegister(instanceId, null, null, null, null);
4973
4974
  });
4974
- var span = root$36();
4975
+ var span = root$37();
4975
4976
  var node = $.child(span);
4976
4977
  children?.(node);
4977
4978
  $.reset(span);
@@ -4980,8 +4981,8 @@ function LensFlare($$anchor, $$props) {
4980
4981
  $.append($$anchor, span);
4981
4982
  $.pop();
4982
4983
  }
4983
- var root$35 = $.from_html(`<span style="display:contents"><!></span>`);
4984
- function LinearBlur($$anchor, $$props) {
4984
+ var root$36 = $.from_html(`<span style="display:contents"><!></span>`);
4985
+ function LensFlare($$anchor, $$props) {
4985
4986
  $.push($$props, true);
4986
4987
  const DEFAULT_TRANSFORM = {
4987
4988
  offsetX: 0,
@@ -5100,7 +5101,7 @@ function LinearBlur($$anchor, $$props) {
5100
5101
  $.set(isRegistered, false);
5101
5102
  parentRegister(instanceId, null, null, null, null);
5102
5103
  });
5103
- var span = root$35();
5104
+ var span = root$36();
5104
5105
  var node = $.child(span);
5105
5106
  children?.(node);
5106
5107
  $.reset(span);
@@ -5109,8 +5110,8 @@ function LinearBlur($$anchor, $$props) {
5109
5110
  $.append($$anchor, span);
5110
5111
  $.pop();
5111
5112
  }
5112
- var root$34 = $.from_html(`<span style="display:contents"><!></span>`);
5113
- function LinearGradient($$anchor, $$props) {
5113
+ var root$35 = $.from_html(`<span style="display:contents"><!></span>`);
5114
+ function LinearBlur($$anchor, $$props) {
5114
5115
  $.push($$props, true);
5115
5116
  const DEFAULT_TRANSFORM = {
5116
5117
  offsetX: 0,
@@ -5229,7 +5230,7 @@ function LinearGradient($$anchor, $$props) {
5229
5230
  $.set(isRegistered, false);
5230
5231
  parentRegister(instanceId, null, null, null, null);
5231
5232
  });
5232
- var span = root$34();
5233
+ var span = root$35();
5233
5234
  var node = $.child(span);
5234
5235
  children?.(node);
5235
5236
  $.reset(span);
@@ -5238,8 +5239,8 @@ function LinearGradient($$anchor, $$props) {
5238
5239
  $.append($$anchor, span);
5239
5240
  $.pop();
5240
5241
  }
5241
- var root$33 = $.from_html(`<span style="display:contents"><!></span>`);
5242
- function Liquify($$anchor, $$props) {
5242
+ var root$34 = $.from_html(`<span style="display:contents"><!></span>`);
5243
+ function LinearGradient($$anchor, $$props) {
5243
5244
  $.push($$props, true);
5244
5245
  const DEFAULT_TRANSFORM = {
5245
5246
  offsetX: 0,
@@ -5358,7 +5359,7 @@ function Liquify($$anchor, $$props) {
5358
5359
  $.set(isRegistered, false);
5359
5360
  parentRegister(instanceId, null, null, null, null);
5360
5361
  });
5361
- var span = root$33();
5362
+ var span = root$34();
5362
5363
  var node = $.child(span);
5363
5364
  children?.(node);
5364
5365
  $.reset(span);
@@ -5367,8 +5368,8 @@ function Liquify($$anchor, $$props) {
5367
5368
  $.append($$anchor, span);
5368
5369
  $.pop();
5369
5370
  }
5370
- var root$32 = $.from_html(`<span style="display:contents"><!></span>`);
5371
- function Mirror($$anchor, $$props) {
5371
+ var root$33 = $.from_html(`<span style="display:contents"><!></span>`);
5372
+ function Liquify($$anchor, $$props) {
5372
5373
  $.push($$props, true);
5373
5374
  const DEFAULT_TRANSFORM = {
5374
5375
  offsetX: 0,
@@ -5487,7 +5488,7 @@ function Mirror($$anchor, $$props) {
5487
5488
  $.set(isRegistered, false);
5488
5489
  parentRegister(instanceId, null, null, null, null);
5489
5490
  });
5490
- var span = root$32();
5491
+ var span = root$33();
5491
5492
  var node = $.child(span);
5492
5493
  children?.(node);
5493
5494
  $.reset(span);
@@ -5496,8 +5497,8 @@ function Mirror($$anchor, $$props) {
5496
5497
  $.append($$anchor, span);
5497
5498
  $.pop();
5498
5499
  }
5499
- var root$31 = $.from_html(`<span style="display:contents"><!></span>`);
5500
- function Perspective($$anchor, $$props) {
5500
+ var root$32 = $.from_html(`<span style="display:contents"><!></span>`);
5501
+ function Mirror($$anchor, $$props) {
5501
5502
  $.push($$props, true);
5502
5503
  const DEFAULT_TRANSFORM = {
5503
5504
  offsetX: 0,
@@ -5616,7 +5617,7 @@ function Perspective($$anchor, $$props) {
5616
5617
  $.set(isRegistered, false);
5617
5618
  parentRegister(instanceId, null, null, null, null);
5618
5619
  });
5619
- var span = root$31();
5620
+ var span = root$32();
5620
5621
  var node = $.child(span);
5621
5622
  children?.(node);
5622
5623
  $.reset(span);
@@ -5625,8 +5626,8 @@ function Perspective($$anchor, $$props) {
5625
5626
  $.append($$anchor, span);
5626
5627
  $.pop();
5627
5628
  }
5628
- var root$30 = $.from_html(`<span style="display:contents"><!></span>`);
5629
- function Pixelate($$anchor, $$props) {
5629
+ var root$31 = $.from_html(`<span style="display:contents"><!></span>`);
5630
+ function Perspective($$anchor, $$props) {
5630
5631
  $.push($$props, true);
5631
5632
  const DEFAULT_TRANSFORM = {
5632
5633
  offsetX: 0,
@@ -5745,7 +5746,7 @@ function Pixelate($$anchor, $$props) {
5745
5746
  $.set(isRegistered, false);
5746
5747
  parentRegister(instanceId, null, null, null, null);
5747
5748
  });
5748
- var span = root$30();
5749
+ var span = root$31();
5749
5750
  var node = $.child(span);
5750
5751
  children?.(node);
5751
5752
  $.reset(span);
@@ -5754,8 +5755,8 @@ function Pixelate($$anchor, $$props) {
5754
5755
  $.append($$anchor, span);
5755
5756
  $.pop();
5756
5757
  }
5757
- var root$29 = $.from_html(`<span style="display:contents"><!></span>`);
5758
- function Plasma($$anchor, $$props) {
5758
+ var root$30 = $.from_html(`<span style="display:contents"><!></span>`);
5759
+ function Pixelate($$anchor, $$props) {
5759
5760
  $.push($$props, true);
5760
5761
  const DEFAULT_TRANSFORM = {
5761
5762
  offsetX: 0,
@@ -5874,7 +5875,7 @@ function Plasma($$anchor, $$props) {
5874
5875
  $.set(isRegistered, false);
5875
5876
  parentRegister(instanceId, null, null, null, null);
5876
5877
  });
5877
- var span = root$29();
5878
+ var span = root$30();
5878
5879
  var node = $.child(span);
5879
5880
  children?.(node);
5880
5881
  $.reset(span);
@@ -5883,8 +5884,8 @@ function Plasma($$anchor, $$props) {
5883
5884
  $.append($$anchor, span);
5884
5885
  $.pop();
5885
5886
  }
5886
- var root$28 = $.from_html(`<span style="display:contents"><!></span>`);
5887
- function PolarCoordinates($$anchor, $$props) {
5887
+ var root$29 = $.from_html(`<span style="display:contents"><!></span>`);
5888
+ function Plasma($$anchor, $$props) {
5888
5889
  $.push($$props, true);
5889
5890
  const DEFAULT_TRANSFORM = {
5890
5891
  offsetX: 0,
@@ -6003,7 +6004,7 @@ function PolarCoordinates($$anchor, $$props) {
6003
6004
  $.set(isRegistered, false);
6004
6005
  parentRegister(instanceId, null, null, null, null);
6005
6006
  });
6006
- var span = root$28();
6007
+ var span = root$29();
6007
6008
  var node = $.child(span);
6008
6009
  children?.(node);
6009
6010
  $.reset(span);
@@ -6012,8 +6013,8 @@ function PolarCoordinates($$anchor, $$props) {
6012
6013
  $.append($$anchor, span);
6013
6014
  $.pop();
6014
6015
  }
6015
- var root$27 = $.from_html(`<span style="display:contents"><!></span>`);
6016
- function Posterize($$anchor, $$props) {
6016
+ var root$28 = $.from_html(`<span style="display:contents"><!></span>`);
6017
+ function PolarCoordinates($$anchor, $$props) {
6017
6018
  $.push($$props, true);
6018
6019
  const DEFAULT_TRANSFORM = {
6019
6020
  offsetX: 0,
@@ -6132,7 +6133,7 @@ function Posterize($$anchor, $$props) {
6132
6133
  $.set(isRegistered, false);
6133
6134
  parentRegister(instanceId, null, null, null, null);
6134
6135
  });
6135
- var span = root$27();
6136
+ var span = root$28();
6136
6137
  var node = $.child(span);
6137
6138
  children?.(node);
6138
6139
  $.reset(span);
@@ -6141,8 +6142,8 @@ function Posterize($$anchor, $$props) {
6141
6142
  $.append($$anchor, span);
6142
6143
  $.pop();
6143
6144
  }
6144
- var root$26 = $.from_html(`<span style="display:contents"><!></span>`);
6145
- function ProgressiveBlur($$anchor, $$props) {
6145
+ var root$27 = $.from_html(`<span style="display:contents"><!></span>`);
6146
+ function Posterize($$anchor, $$props) {
6146
6147
  $.push($$props, true);
6147
6148
  const DEFAULT_TRANSFORM = {
6148
6149
  offsetX: 0,
@@ -6261,7 +6262,7 @@ function ProgressiveBlur($$anchor, $$props) {
6261
6262
  $.set(isRegistered, false);
6262
6263
  parentRegister(instanceId, null, null, null, null);
6263
6264
  });
6264
- var span = root$26();
6265
+ var span = root$27();
6265
6266
  var node = $.child(span);
6266
6267
  children?.(node);
6267
6268
  $.reset(span);
@@ -6270,9 +6271,9 @@ function ProgressiveBlur($$anchor, $$props) {
6270
6271
  $.append($$anchor, span);
6271
6272
  $.pop();
6272
6273
  }
6273
- var root$25 = $.from_html(`<span style="display:contents"><!></span>`);
6274
- function RadialGradient($$anchor, $$props) {
6275
- $.push($$props, true);
6274
+ var root$26 = $.from_html(`<span style="display:contents"><!></span>`);
6275
+ function ProgressiveBlur($$anchor, $$props) {
6276
+ $.push($$props, true);
6276
6277
  const DEFAULT_TRANSFORM = {
6277
6278
  offsetX: 0,
6278
6279
  offsetY: 0,
@@ -6390,7 +6391,7 @@ function RadialGradient($$anchor, $$props) {
6390
6391
  $.set(isRegistered, false);
6391
6392
  parentRegister(instanceId, null, null, null, null);
6392
6393
  });
6393
- var span = root$25();
6394
+ var span = root$26();
6394
6395
  var node = $.child(span);
6395
6396
  children?.(node);
6396
6397
  $.reset(span);
@@ -6399,8 +6400,8 @@ function RadialGradient($$anchor, $$props) {
6399
6400
  $.append($$anchor, span);
6400
6401
  $.pop();
6401
6402
  }
6402
- var root$24 = $.from_html(`<span style="display:contents"><!></span>`);
6403
- function RectangularCoordinates($$anchor, $$props) {
6403
+ var root$25 = $.from_html(`<span style="display:contents"><!></span>`);
6404
+ function RadialGradient($$anchor, $$props) {
6404
6405
  $.push($$props, true);
6405
6406
  const DEFAULT_TRANSFORM = {
6406
6407
  offsetX: 0,
@@ -6519,7 +6520,7 @@ function RectangularCoordinates($$anchor, $$props) {
6519
6520
  $.set(isRegistered, false);
6520
6521
  parentRegister(instanceId, null, null, null, null);
6521
6522
  });
6522
- var span = root$24();
6523
+ var span = root$25();
6523
6524
  var node = $.child(span);
6524
6525
  children?.(node);
6525
6526
  $.reset(span);
@@ -6528,8 +6529,8 @@ function RectangularCoordinates($$anchor, $$props) {
6528
6529
  $.append($$anchor, span);
6529
6530
  $.pop();
6530
6531
  }
6531
- var root$23 = $.from_html(`<span style="display:contents"><!></span>`);
6532
- function Ripples($$anchor, $$props) {
6532
+ var root$24 = $.from_html(`<span style="display:contents"><!></span>`);
6533
+ function RectangularCoordinates($$anchor, $$props) {
6533
6534
  $.push($$props, true);
6534
6535
  const DEFAULT_TRANSFORM = {
6535
6536
  offsetX: 0,
@@ -6648,7 +6649,7 @@ function Ripples($$anchor, $$props) {
6648
6649
  $.set(isRegistered, false);
6649
6650
  parentRegister(instanceId, null, null, null, null);
6650
6651
  });
6651
- var span = root$23();
6652
+ var span = root$24();
6652
6653
  var node = $.child(span);
6653
6654
  children?.(node);
6654
6655
  $.reset(span);
@@ -6657,8 +6658,8 @@ function Ripples($$anchor, $$props) {
6657
6658
  $.append($$anchor, span);
6658
6659
  $.pop();
6659
6660
  }
6660
- var root$22 = $.from_html(`<span style="display:contents"><!></span>`);
6661
- function Saturation($$anchor, $$props) {
6661
+ var root$23 = $.from_html(`<span style="display:contents"><!></span>`);
6662
+ function Ripples($$anchor, $$props) {
6662
6663
  $.push($$props, true);
6663
6664
  const DEFAULT_TRANSFORM = {
6664
6665
  offsetX: 0,
@@ -6777,7 +6778,7 @@ function Saturation($$anchor, $$props) {
6777
6778
  $.set(isRegistered, false);
6778
6779
  parentRegister(instanceId, null, null, null, null);
6779
6780
  });
6780
- var span = root$22();
6781
+ var span = root$23();
6781
6782
  var node = $.child(span);
6782
6783
  children?.(node);
6783
6784
  $.reset(span);
@@ -6786,8 +6787,8 @@ function Saturation($$anchor, $$props) {
6786
6787
  $.append($$anchor, span);
6787
6788
  $.pop();
6788
6789
  }
6789
- var root$21 = $.from_html(`<span style="display:contents"><!></span>`);
6790
- function Sharpness($$anchor, $$props) {
6790
+ var root$22 = $.from_html(`<span style="display:contents"><!></span>`);
6791
+ function Saturation($$anchor, $$props) {
6791
6792
  $.push($$props, true);
6792
6793
  const DEFAULT_TRANSFORM = {
6793
6794
  offsetX: 0,
@@ -6906,7 +6907,7 @@ function Sharpness($$anchor, $$props) {
6906
6907
  $.set(isRegistered, false);
6907
6908
  parentRegister(instanceId, null, null, null, null);
6908
6909
  });
6909
- var span = root$21();
6910
+ var span = root$22();
6910
6911
  var node = $.child(span);
6911
6912
  children?.(node);
6912
6913
  $.reset(span);
@@ -6915,8 +6916,8 @@ function Sharpness($$anchor, $$props) {
6915
6916
  $.append($$anchor, span);
6916
6917
  $.pop();
6917
6918
  }
6918
- var root$20 = $.from_html(`<span style="display:contents"><!></span>`);
6919
- function Shatter($$anchor, $$props) {
6919
+ var root$21 = $.from_html(`<span style="display:contents"><!></span>`);
6920
+ function Sharpness($$anchor, $$props) {
6920
6921
  $.push($$props, true);
6921
6922
  const DEFAULT_TRANSFORM = {
6922
6923
  offsetX: 0,
@@ -7035,7 +7036,7 @@ function Shatter($$anchor, $$props) {
7035
7036
  $.set(isRegistered, false);
7036
7037
  parentRegister(instanceId, null, null, null, null);
7037
7038
  });
7038
- var span = root$20();
7039
+ var span = root$21();
7039
7040
  var node = $.child(span);
7040
7041
  children?.(node);
7041
7042
  $.reset(span);
@@ -7044,8 +7045,8 @@ function Shatter($$anchor, $$props) {
7044
7045
  $.append($$anchor, span);
7045
7046
  $.pop();
7046
7047
  }
7047
- var root$19 = $.from_html(`<span style="display:contents"><!></span>`);
7048
- function SimplexNoise($$anchor, $$props) {
7048
+ var root$20 = $.from_html(`<span style="display:contents"><!></span>`);
7049
+ function Shatter($$anchor, $$props) {
7049
7050
  $.push($$props, true);
7050
7051
  const DEFAULT_TRANSFORM = {
7051
7052
  offsetX: 0,
@@ -7164,7 +7165,7 @@ function SimplexNoise($$anchor, $$props) {
7164
7165
  $.set(isRegistered, false);
7165
7166
  parentRegister(instanceId, null, null, null, null);
7166
7167
  });
7167
- var span = root$19();
7168
+ var span = root$20();
7168
7169
  var node = $.child(span);
7169
7170
  children?.(node);
7170
7171
  $.reset(span);
@@ -7173,8 +7174,8 @@ function SimplexNoise($$anchor, $$props) {
7173
7174
  $.append($$anchor, span);
7174
7175
  $.pop();
7175
7176
  }
7176
- var root$18 = $.from_html(`<span style="display:contents"><!></span>`);
7177
- function SineWave($$anchor, $$props) {
7177
+ var root$19 = $.from_html(`<span style="display:contents"><!></span>`);
7178
+ function SimplexNoise($$anchor, $$props) {
7178
7179
  $.push($$props, true);
7179
7180
  const DEFAULT_TRANSFORM = {
7180
7181
  offsetX: 0,
@@ -7293,7 +7294,7 @@ function SineWave($$anchor, $$props) {
7293
7294
  $.set(isRegistered, false);
7294
7295
  parentRegister(instanceId, null, null, null, null);
7295
7296
  });
7296
- var span = root$18();
7297
+ var span = root$19();
7297
7298
  var node = $.child(span);
7298
7299
  children?.(node);
7299
7300
  $.reset(span);
@@ -7302,8 +7303,8 @@ function SineWave($$anchor, $$props) {
7302
7303
  $.append($$anchor, span);
7303
7304
  $.pop();
7304
7305
  }
7305
- var root$17 = $.from_html(`<span style="display:contents"><!></span>`);
7306
- function SolidColor($$anchor, $$props) {
7306
+ var root$18 = $.from_html(`<span style="display:contents"><!></span>`);
7307
+ function SineWave($$anchor, $$props) {
7307
7308
  $.push($$props, true);
7308
7309
  const DEFAULT_TRANSFORM = {
7309
7310
  offsetX: 0,
@@ -7422,7 +7423,7 @@ function SolidColor($$anchor, $$props) {
7422
7423
  $.set(isRegistered, false);
7423
7424
  parentRegister(instanceId, null, null, null, null);
7424
7425
  });
7425
- var span = root$17();
7426
+ var span = root$18();
7426
7427
  var node = $.child(span);
7427
7428
  children?.(node);
7428
7429
  $.reset(span);
@@ -7431,8 +7432,8 @@ function SolidColor($$anchor, $$props) {
7431
7432
  $.append($$anchor, span);
7432
7433
  $.pop();
7433
7434
  }
7434
- var root$16 = $.from_html(`<span style="display:contents"><!></span>`);
7435
- function Spherize($$anchor, $$props) {
7435
+ var root$17 = $.from_html(`<span style="display:contents"><!></span>`);
7436
+ function SolidColor($$anchor, $$props) {
7436
7437
  $.push($$props, true);
7437
7438
  const DEFAULT_TRANSFORM = {
7438
7439
  offsetX: 0,
@@ -7551,7 +7552,7 @@ function Spherize($$anchor, $$props) {
7551
7552
  $.set(isRegistered, false);
7552
7553
  parentRegister(instanceId, null, null, null, null);
7553
7554
  });
7554
- var span = root$16();
7555
+ var span = root$17();
7555
7556
  var node = $.child(span);
7556
7557
  children?.(node);
7557
7558
  $.reset(span);
@@ -7560,8 +7561,8 @@ function Spherize($$anchor, $$props) {
7560
7561
  $.append($$anchor, span);
7561
7562
  $.pop();
7562
7563
  }
7563
- var root$15 = $.from_html(`<span style="display:contents"><!></span>`);
7564
- function Spiral($$anchor, $$props) {
7564
+ var root$16 = $.from_html(`<span style="display:contents"><!></span>`);
7565
+ function Spherize($$anchor, $$props) {
7565
7566
  $.push($$props, true);
7566
7567
  const DEFAULT_TRANSFORM = {
7567
7568
  offsetX: 0,
@@ -7680,7 +7681,7 @@ function Spiral($$anchor, $$props) {
7680
7681
  $.set(isRegistered, false);
7681
7682
  parentRegister(instanceId, null, null, null, null);
7682
7683
  });
7683
- var span = root$15();
7684
+ var span = root$16();
7684
7685
  var node = $.child(span);
7685
7686
  children?.(node);
7686
7687
  $.reset(span);
@@ -7689,8 +7690,8 @@ function Spiral($$anchor, $$props) {
7689
7690
  $.append($$anchor, span);
7690
7691
  $.pop();
7691
7692
  }
7692
- var root$14 = $.from_html(`<span style="display:contents"><!></span>`);
7693
- function Strands($$anchor, $$props) {
7693
+ var root$15 = $.from_html(`<span style="display:contents"><!></span>`);
7694
+ function Spiral($$anchor, $$props) {
7694
7695
  $.push($$props, true);
7695
7696
  const DEFAULT_TRANSFORM = {
7696
7697
  offsetX: 0,
@@ -7809,7 +7810,7 @@ function Strands($$anchor, $$props) {
7809
7810
  $.set(isRegistered, false);
7810
7811
  parentRegister(instanceId, null, null, null, null);
7811
7812
  });
7812
- var span = root$14();
7813
+ var span = root$15();
7813
7814
  var node = $.child(span);
7814
7815
  children?.(node);
7815
7816
  $.reset(span);
@@ -7818,8 +7819,8 @@ function Strands($$anchor, $$props) {
7818
7819
  $.append($$anchor, span);
7819
7820
  $.pop();
7820
7821
  }
7821
- var root$13 = $.from_html(`<span style="display:contents"><!></span>`);
7822
- function Stretch($$anchor, $$props) {
7822
+ var root$14 = $.from_html(`<span style="display:contents"><!></span>`);
7823
+ function Strands($$anchor, $$props) {
7823
7824
  $.push($$props, true);
7824
7825
  const DEFAULT_TRANSFORM = {
7825
7826
  offsetX: 0,
@@ -7938,7 +7939,7 @@ function Stretch($$anchor, $$props) {
7938
7939
  $.set(isRegistered, false);
7939
7940
  parentRegister(instanceId, null, null, null, null);
7940
7941
  });
7941
- var span = root$13();
7942
+ var span = root$14();
7942
7943
  var node = $.child(span);
7943
7944
  children?.(node);
7944
7945
  $.reset(span);
@@ -7947,8 +7948,8 @@ function Stretch($$anchor, $$props) {
7947
7948
  $.append($$anchor, span);
7948
7949
  $.pop();
7949
7950
  }
7950
- var root$12 = $.from_html(`<span style="display:contents"><!></span>`);
7951
- function Stripes($$anchor, $$props) {
7951
+ var root$13 = $.from_html(`<span style="display:contents"><!></span>`);
7952
+ function Stretch($$anchor, $$props) {
7952
7953
  $.push($$props, true);
7953
7954
  const DEFAULT_TRANSFORM = {
7954
7955
  offsetX: 0,
@@ -8067,7 +8068,7 @@ function Stripes($$anchor, $$props) {
8067
8068
  $.set(isRegistered, false);
8068
8069
  parentRegister(instanceId, null, null, null, null);
8069
8070
  });
8070
- var span = root$12();
8071
+ var span = root$13();
8071
8072
  var node = $.child(span);
8072
8073
  children?.(node);
8073
8074
  $.reset(span);
@@ -8076,8 +8077,8 @@ function Stripes($$anchor, $$props) {
8076
8077
  $.append($$anchor, span);
8077
8078
  $.pop();
8078
8079
  }
8079
- var root$11 = $.from_html(`<span style="display:contents"><!></span>`);
8080
- function StudioBackground($$anchor, $$props) {
8080
+ var root$12 = $.from_html(`<span style="display:contents"><!></span>`);
8081
+ function Stripes($$anchor, $$props) {
8081
8082
  $.push($$props, true);
8082
8083
  const DEFAULT_TRANSFORM = {
8083
8084
  offsetX: 0,
@@ -8196,7 +8197,7 @@ function StudioBackground($$anchor, $$props) {
8196
8197
  $.set(isRegistered, false);
8197
8198
  parentRegister(instanceId, null, null, null, null);
8198
8199
  });
8199
- var span = root$11();
8200
+ var span = root$12();
8200
8201
  var node = $.child(span);
8201
8202
  children?.(node);
8202
8203
  $.reset(span);
@@ -8205,8 +8206,8 @@ function StudioBackground($$anchor, $$props) {
8205
8206
  $.append($$anchor, span);
8206
8207
  $.pop();
8207
8208
  }
8208
- var root$10 = $.from_html(`<span style="display:contents"><!></span>`);
8209
- function Swirl($$anchor, $$props) {
8209
+ var root$11 = $.from_html(`<span style="display:contents"><!></span>`);
8210
+ function StudioBackground($$anchor, $$props) {
8210
8211
  $.push($$props, true);
8211
8212
  const DEFAULT_TRANSFORM = {
8212
8213
  offsetX: 0,
@@ -8325,7 +8326,7 @@ function Swirl($$anchor, $$props) {
8325
8326
  $.set(isRegistered, false);
8326
8327
  parentRegister(instanceId, null, null, null, null);
8327
8328
  });
8328
- var span = root$10();
8329
+ var span = root$11();
8329
8330
  var node = $.child(span);
8330
8331
  children?.(node);
8331
8332
  $.reset(span);
@@ -8334,8 +8335,8 @@ function Swirl($$anchor, $$props) {
8334
8335
  $.append($$anchor, span);
8335
8336
  $.pop();
8336
8337
  }
8337
- var root$9 = $.from_html(`<span style="display:contents"><!></span>`);
8338
- function TiltShift($$anchor, $$props) {
8338
+ var root$10 = $.from_html(`<span style="display:contents"><!></span>`);
8339
+ function Swirl($$anchor, $$props) {
8339
8340
  $.push($$props, true);
8340
8341
  const DEFAULT_TRANSFORM = {
8341
8342
  offsetX: 0,
@@ -8454,7 +8455,7 @@ function TiltShift($$anchor, $$props) {
8454
8455
  $.set(isRegistered, false);
8455
8456
  parentRegister(instanceId, null, null, null, null);
8456
8457
  });
8457
- var span = root$9();
8458
+ var span = root$10();
8458
8459
  var node = $.child(span);
8459
8460
  children?.(node);
8460
8461
  $.reset(span);
@@ -8463,8 +8464,8 @@ function TiltShift($$anchor, $$props) {
8463
8464
  $.append($$anchor, span);
8464
8465
  $.pop();
8465
8466
  }
8466
- var root$8 = $.from_html(`<span style="display:contents"><!></span>`);
8467
- function Tint($$anchor, $$props) {
8467
+ var root$9 = $.from_html(`<span style="display:contents"><!></span>`);
8468
+ function TiltShift($$anchor, $$props) {
8468
8469
  $.push($$props, true);
8469
8470
  const DEFAULT_TRANSFORM = {
8470
8471
  offsetX: 0,
@@ -8583,7 +8584,7 @@ function Tint($$anchor, $$props) {
8583
8584
  $.set(isRegistered, false);
8584
8585
  parentRegister(instanceId, null, null, null, null);
8585
8586
  });
8586
- var span = root$8();
8587
+ var span = root$9();
8587
8588
  var node = $.child(span);
8588
8589
  children?.(node);
8589
8590
  $.reset(span);
@@ -8592,8 +8593,8 @@ function Tint($$anchor, $$props) {
8592
8593
  $.append($$anchor, span);
8593
8594
  $.pop();
8594
8595
  }
8595
- var root$7 = $.from_html(`<span style="display:contents"><!></span>`);
8596
- function Tritone($$anchor, $$props) {
8596
+ var root$8 = $.from_html(`<span style="display:contents"><!></span>`);
8597
+ function Tint($$anchor, $$props) {
8597
8598
  $.push($$props, true);
8598
8599
  const DEFAULT_TRANSFORM = {
8599
8600
  offsetX: 0,
@@ -8712,7 +8713,7 @@ function Tritone($$anchor, $$props) {
8712
8713
  $.set(isRegistered, false);
8713
8714
  parentRegister(instanceId, null, null, null, null);
8714
8715
  });
8715
- var span = root$7();
8716
+ var span = root$8();
8716
8717
  var node = $.child(span);
8717
8718
  children?.(node);
8718
8719
  $.reset(span);
@@ -8721,8 +8722,8 @@ function Tritone($$anchor, $$props) {
8721
8722
  $.append($$anchor, span);
8722
8723
  $.pop();
8723
8724
  }
8724
- var root$6 = $.from_html(`<span style="display:contents"><!></span>`);
8725
- function Twirl($$anchor, $$props) {
8725
+ var root$7 = $.from_html(`<span style="display:contents"><!></span>`);
8726
+ function Tritone($$anchor, $$props) {
8726
8727
  $.push($$props, true);
8727
8728
  const DEFAULT_TRANSFORM = {
8728
8729
  offsetX: 0,
@@ -8841,7 +8842,7 @@ function Twirl($$anchor, $$props) {
8841
8842
  $.set(isRegistered, false);
8842
8843
  parentRegister(instanceId, null, null, null, null);
8843
8844
  });
8844
- var span = root$6();
8845
+ var span = root$7();
8845
8846
  var node = $.child(span);
8846
8847
  children?.(node);
8847
8848
  $.reset(span);
@@ -8850,8 +8851,8 @@ function Twirl($$anchor, $$props) {
8850
8851
  $.append($$anchor, span);
8851
8852
  $.pop();
8852
8853
  }
8853
- var root$5 = $.from_html(`<span style="display:contents"><!></span>`);
8854
- function Vibrance($$anchor, $$props) {
8854
+ var root$6 = $.from_html(`<span style="display:contents"><!></span>`);
8855
+ function Twirl($$anchor, $$props) {
8855
8856
  $.push($$props, true);
8856
8857
  const DEFAULT_TRANSFORM = {
8857
8858
  offsetX: 0,
@@ -8970,7 +8971,7 @@ function Vibrance($$anchor, $$props) {
8970
8971
  $.set(isRegistered, false);
8971
8972
  parentRegister(instanceId, null, null, null, null);
8972
8973
  });
8973
- var span = root$5();
8974
+ var span = root$6();
8974
8975
  var node = $.child(span);
8975
8976
  children?.(node);
8976
8977
  $.reset(span);
@@ -8979,8 +8980,8 @@ function Vibrance($$anchor, $$props) {
8979
8980
  $.append($$anchor, span);
8980
8981
  $.pop();
8981
8982
  }
8982
- var root$4 = $.from_html(`<span style="display:contents"><!></span>`);
8983
- function VideoTexture($$anchor, $$props) {
8983
+ var root$5 = $.from_html(`<span style="display:contents"><!></span>`);
8984
+ function Vibrance($$anchor, $$props) {
8984
8985
  $.push($$props, true);
8985
8986
  const DEFAULT_TRANSFORM = {
8986
8987
  offsetX: 0,
@@ -9099,7 +9100,7 @@ function VideoTexture($$anchor, $$props) {
9099
9100
  $.set(isRegistered, false);
9100
9101
  parentRegister(instanceId, null, null, null, null);
9101
9102
  });
9102
- var span = root$4();
9103
+ var span = root$5();
9103
9104
  var node = $.child(span);
9104
9105
  children?.(node);
9105
9106
  $.reset(span);
@@ -9108,8 +9109,8 @@ function VideoTexture($$anchor, $$props) {
9108
9109
  $.append($$anchor, span);
9109
9110
  $.pop();
9110
9111
  }
9111
- var root$3 = $.from_html(`<span style="display:contents"><!></span>`);
9112
- function WaveDistortion($$anchor, $$props) {
9112
+ var root$4 = $.from_html(`<span style="display:contents"><!></span>`);
9113
+ function VideoTexture($$anchor, $$props) {
9113
9114
  $.push($$props, true);
9114
9115
  const DEFAULT_TRANSFORM = {
9115
9116
  offsetX: 0,
@@ -9228,7 +9229,7 @@ function WaveDistortion($$anchor, $$props) {
9228
9229
  $.set(isRegistered, false);
9229
9230
  parentRegister(instanceId, null, null, null, null);
9230
9231
  });
9231
- var span = root$3();
9232
+ var span = root$4();
9232
9233
  var node = $.child(span);
9233
9234
  children?.(node);
9234
9235
  $.reset(span);
@@ -9237,8 +9238,8 @@ function WaveDistortion($$anchor, $$props) {
9237
9238
  $.append($$anchor, span);
9238
9239
  $.pop();
9239
9240
  }
9240
- var root$2 = $.from_html(`<span style="display:contents"><!></span>`);
9241
- function WebcamTexture($$anchor, $$props) {
9241
+ var root$3 = $.from_html(`<span style="display:contents"><!></span>`);
9242
+ function WaveDistortion($$anchor, $$props) {
9242
9243
  $.push($$props, true);
9243
9244
  const DEFAULT_TRANSFORM = {
9244
9245
  offsetX: 0,
@@ -9357,7 +9358,7 @@ function WebcamTexture($$anchor, $$props) {
9357
9358
  $.set(isRegistered, false);
9358
9359
  parentRegister(instanceId, null, null, null, null);
9359
9360
  });
9360
- var span = root$2();
9361
+ var span = root$3();
9361
9362
  var node = $.child(span);
9362
9363
  children?.(node);
9363
9364
  $.reset(span);
@@ -9366,8 +9367,8 @@ function WebcamTexture($$anchor, $$props) {
9366
9367
  $.append($$anchor, span);
9367
9368
  $.pop();
9368
9369
  }
9369
- var root$1 = $.from_html(`<span style="display:contents"><!></span>`);
9370
- function ZoomBlur($$anchor, $$props) {
9370
+ var root$2 = $.from_html(`<span style="display:contents"><!></span>`);
9371
+ function WebcamTexture($$anchor, $$props) {
9371
9372
  $.push($$props, true);
9372
9373
  const DEFAULT_TRANSFORM = {
9373
9374
  offsetX: 0,
@@ -9486,6 +9487,135 @@ function ZoomBlur($$anchor, $$props) {
9486
9487
  $.set(isRegistered, false);
9487
9488
  parentRegister(instanceId, null, null, null, null);
9488
9489
  });
9490
+ var span = root$2();
9491
+ var node = $.child(span);
9492
+ children?.(node);
9493
+ $.reset(span);
9494
+ $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
9495
+ $.template_effect(() => $.set_attribute(span, "data-shader-id", instanceId));
9496
+ $.append($$anchor, span);
9497
+ $.pop();
9498
+ }
9499
+ var root$1 = $.from_html(`<span style="display:contents"><!></span>`);
9500
+ function ZoomBlur($$anchor, $$props) {
9501
+ $.push($$props, true);
9502
+ const DEFAULT_TRANSFORM = {
9503
+ offsetX: 0,
9504
+ offsetY: 0,
9505
+ rotation: 0,
9506
+ scale: 1,
9507
+ anchorX: .5,
9508
+ anchorY: .5,
9509
+ edges: "transparent"
9510
+ };
9511
+ const componentDefaults = {
9512
+ blendMode: "normal",
9513
+ visible: true,
9514
+ ...Object.entries(componentDefinition$73.props).reduce((acc, [key, config]) => {
9515
+ acc[key] = config.default;
9516
+ return acc;
9517
+ }, {})
9518
+ };
9519
+ const props = $.rest_props($$props, [
9520
+ "$$slots",
9521
+ "$$events",
9522
+ "$$legacy"
9523
+ ]);
9524
+ const blendMode = $$props.blendMode ?? componentDefaults.blendMode;
9525
+ const opacity = $$props.opacity;
9526
+ const visible = $$props.visible ?? componentDefaults.visible;
9527
+ const id = $$props.id;
9528
+ const maskSource = $$props.maskSource;
9529
+ const maskType = $$props.maskType;
9530
+ const renderOrder = $$props.renderOrder;
9531
+ const { children } = props;
9532
+ const effectiveTransform = $.derived(() => ({
9533
+ ...DEFAULT_TRANSFORM,
9534
+ ...$$props.transform
9535
+ }));
9536
+ const parentId = getContext("shaderParentId");
9537
+ if (parentId === void 0) throw new Error("Shader components must be used inside an <Shader> component or another shader component");
9538
+ const instanceId = id || Math.random().toString(36).substring(2, 10);
9539
+ setContext("shaderParentId", instanceId);
9540
+ const shaderReadyProps = $.derived(() => {
9541
+ let baseProps = { ...componentDefaults };
9542
+ for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && key !== "children") {
9543
+ const propValue = props[key];
9544
+ const defaultValue = componentDefaults[key];
9545
+ if (propValue !== void 0 && propValue !== defaultValue) baseProps[key] = propValue;
9546
+ }
9547
+ return baseProps;
9548
+ });
9549
+ const uniforms = createUniformsMap(componentDefinition$73, $.get(shaderReadyProps), instanceId);
9550
+ const parentRegister = getContext("shaderNodeRegister");
9551
+ if (parentRegister === void 0) throw new Error("Shader components must be used inside an <Shader> component or another shader component");
9552
+ const parentUniformUpdate = getContext("shaderUniformUpdate");
9553
+ if (parentUniformUpdate === void 0) throw new Error("Shader components require shaderUniformUpdate from parent");
9554
+ const parentMetadataUpdate = getContext("shaderMetadataUpdate");
9555
+ if (parentMetadataUpdate === void 0) throw new Error("Shader components require shaderMetadataUpdate from parent");
9556
+ let orderMarker;
9557
+ let detectedRenderOrder = void 0;
9558
+ let isRegistered = $.state(false);
9559
+ Object.entries(uniforms).forEach(([propName, { uniform, transform }]) => {
9560
+ $.user_effect(() => {
9561
+ if (!$.get(isRegistered)) return;
9562
+ if (uniform && uniform.value !== void 0) {
9563
+ const newValue = props[propName];
9564
+ if (newValue !== void 0) parentUniformUpdate(instanceId, propName, newValue);
9565
+ }
9566
+ });
9567
+ });
9568
+ $.user_effect(() => {
9569
+ if (!$.get(isRegistered)) return;
9570
+ parentMetadataUpdate(instanceId, {
9571
+ blendMode,
9572
+ opacity,
9573
+ visible: visible === false ? false : true,
9574
+ id,
9575
+ mask: maskSource ? {
9576
+ source: maskSource,
9577
+ type: maskType || "alpha"
9578
+ } : void 0,
9579
+ renderOrder: renderOrder ?? detectedRenderOrder,
9580
+ transform: $.get(effectiveTransform)
9581
+ });
9582
+ });
9583
+ onMount(() => {
9584
+ if (componentDefinition$73 && typeof componentDefinition$73.fragmentNode === "function") {
9585
+ parentRegister(instanceId, componentDefinition$73.fragmentNode, parentId, {
9586
+ blendMode,
9587
+ opacity,
9588
+ visible: visible !== false ? true : false,
9589
+ id,
9590
+ mask: maskSource ? {
9591
+ source: maskSource,
9592
+ type: maskType || "alpha"
9593
+ } : void 0,
9594
+ renderOrder: renderOrder ?? detectedRenderOrder,
9595
+ transform: $.get(effectiveTransform)
9596
+ }, uniforms);
9597
+ $.set(isRegistered, true);
9598
+ if (renderOrder === void 0 && orderMarker) {
9599
+ const parent = orderMarker.parentElement;
9600
+ if (parent) {
9601
+ const siblings = parent.querySelectorAll(":scope > [data-shader-id]");
9602
+ const position = Array.from(siblings).indexOf(orderMarker);
9603
+ if (position >= 0) {
9604
+ detectedRenderOrder = position;
9605
+ parentMetadataUpdate(instanceId, { renderOrder: position });
9606
+ }
9607
+ }
9608
+ }
9609
+ } else console.error("componentDefinition.fragmentNode is not a function:", {
9610
+ componentDefinition: componentDefinition$73,
9611
+ fragmentNode: componentDefinition$73?.fragmentNode,
9612
+ type: typeof componentDefinition$73?.fragmentNode
9613
+ });
9614
+ });
9615
+ onDestroy(() => {
9616
+ $.set(isRegistered, false);
9617
+ parentRegister(instanceId, null, null, null, null);
9618
+ });
9489
9619
  var span = root$1();
9490
9620
  var node = $.child(span);
9491
9621
  children?.(node);
@@ -9627,4 +9757,4 @@ function Shader($$anchor, $$props) {
9627
9757
  $.append($$anchor, div);
9628
9758
  $.pop();
9629
9759
  }
9630
- export { AngularBlur, Ascii, Aurora, 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, StudioBackground, Swirl, TiltShift, Tint, Tritone, Twirl, Vibrance, VideoTexture, WaveDistortion, WebcamTexture, ZoomBlur, generatePresetCode };
9760
+ export { AngularBlur, Ascii, Aurora, Beam, Blob, Blur, BrightnessContrast, Bulge, CRTScreen, ChannelBlur, Checkerboard, ChromaFlow, ChromaticAberration, Circle, ConcentricSpin, ContourLines, CursorRipples, 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, StudioBackground, Swirl, TiltShift, Tint, Tritone, Twirl, Vibrance, VideoTexture, WaveDistortion, WebcamTexture, ZoomBlur, generatePresetCode };