shaders 2.4.76 → 2.4.77

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 (184) hide show
  1. package/dist/core/Form3D-D3MoN95S.js +574 -0
  2. package/dist/core/{VideoTexture-Cl-V4Igy.js → VideoTexture-DDnc6aVv.js} +1 -1
  3. package/dist/core/{WebcamTexture-5b9qf7mC.js → WebcamTexture-rb0dLKSc.js} +1 -1
  4. package/dist/core/effects/raymarch3d.d.ts +32 -0
  5. package/dist/core/effects/raymarch3d.d.ts.map +1 -0
  6. package/dist/core/index.js +61 -60
  7. package/dist/core/registry.js +61 -60
  8. package/dist/core/shaderRegistry-9huRXSRI.js +218 -0
  9. package/dist/core/shaderRegistry.d.ts.map +1 -1
  10. package/dist/core/shaders/Form3D/index.d.ts +59 -0
  11. package/dist/core/shaders/Form3D/index.d.ts.map +1 -0
  12. package/dist/core/shaders/Form3D/index.js +4 -0
  13. package/dist/core/shaders/Form3D/shapes/box.d.ts +14 -0
  14. package/dist/core/shaders/Form3D/shapes/box.d.ts.map +1 -0
  15. package/dist/core/shaders/Form3D/shapes/capsule.d.ts +14 -0
  16. package/dist/core/shaders/Form3D/shapes/capsule.d.ts.map +1 -0
  17. package/dist/core/shaders/Form3D/shapes/mobius.d.ts +15 -0
  18. package/dist/core/shaders/Form3D/shapes/mobius.d.ts.map +1 -0
  19. package/dist/core/shaders/Form3D/shapes/ribbon.d.ts +14 -0
  20. package/dist/core/shaders/Form3D/shapes/ribbon.d.ts.map +1 -0
  21. package/dist/core/shaders/Form3D/shapes/rotation.d.ts +5 -0
  22. package/dist/core/shaders/Form3D/shapes/rotation.d.ts.map +1 -0
  23. package/dist/core/shaders/Form3D/shapes/sphere.d.ts +13 -0
  24. package/dist/core/shaders/Form3D/shapes/sphere.d.ts.map +1 -0
  25. package/dist/core/shaders/Form3D/shapes/torus.d.ts +14 -0
  26. package/dist/core/shaders/Form3D/shapes/torus.d.ts.map +1 -0
  27. package/dist/core/shaders/Glass/index.js +1 -1
  28. package/dist/core/shaders/GlassTiles/index.js +1 -1
  29. package/dist/core/shaders/Glitch/index.js +1 -1
  30. package/dist/core/shaders/Glow/index.js +1 -1
  31. package/dist/core/shaders/Godrays/index.js +1 -1
  32. package/dist/core/shaders/Grayscale/index.js +1 -1
  33. package/dist/core/shaders/Grid/index.js +1 -1
  34. package/dist/core/shaders/GridDistortion/index.js +1 -1
  35. package/dist/core/shaders/Group/index.js +1 -1
  36. package/dist/core/shaders/Halftone/index.js +1 -1
  37. package/dist/core/shaders/HueShift/index.js +1 -1
  38. package/dist/core/shaders/ImageTexture/index.js +1 -1
  39. package/dist/core/shaders/Invert/index.js +1 -1
  40. package/dist/core/shaders/Kaleidoscope/index.js +1 -1
  41. package/dist/core/shaders/LensFlare/index.js +1 -1
  42. package/dist/core/shaders/LinearBlur/index.js +1 -1
  43. package/dist/core/shaders/LinearGradient/index.js +1 -1
  44. package/dist/core/shaders/Liquify/index.js +1 -1
  45. package/dist/core/shaders/Mirror/index.js +1 -1
  46. package/dist/core/shaders/Neon/index.js +1 -1
  47. package/dist/core/shaders/Paper/index.js +1 -1
  48. package/dist/core/shaders/Perspective/index.js +1 -1
  49. package/dist/core/shaders/Pixelate/index.js +1 -1
  50. package/dist/core/shaders/Plasma/index.js +1 -1
  51. package/dist/core/shaders/PolarCoordinates/index.js +1 -1
  52. package/dist/core/shaders/Polygon/index.js +1 -1
  53. package/dist/core/shaders/Posterize/index.js +1 -1
  54. package/dist/core/shaders/ProgressiveBlur/index.js +1 -1
  55. package/dist/core/shaders/RadialGradient/index.js +1 -1
  56. package/dist/core/shaders/RectangularCoordinates/index.js +1 -1
  57. package/dist/core/shaders/Ring/index.js +1 -1
  58. package/dist/core/shaders/Ripples/index.js +1 -1
  59. package/dist/core/shaders/RoundedRect/index.js +1 -1
  60. package/dist/core/shaders/Saturation/index.js +1 -1
  61. package/dist/core/shaders/Sharpness/index.js +1 -1
  62. package/dist/core/shaders/Shatter/index.js +1 -1
  63. package/dist/core/shaders/SimplexNoise/index.js +1 -1
  64. package/dist/core/shaders/SineWave/index.js +1 -1
  65. package/dist/core/shaders/SolidColor/index.js +1 -1
  66. package/dist/core/shaders/Spherize/index.js +1 -1
  67. package/dist/core/shaders/Spiral/index.js +1 -1
  68. package/dist/core/shaders/Star/index.js +1 -1
  69. package/dist/core/shaders/Strands/index.js +1 -1
  70. package/dist/core/shaders/Stretch/index.js +1 -1
  71. package/dist/core/shaders/Stripes/index.js +1 -1
  72. package/dist/core/shaders/StudioBackground/index.js +1 -1
  73. package/dist/core/shaders/Swirl/index.js +1 -1
  74. package/dist/core/shaders/TiltShift/index.js +1 -1
  75. package/dist/core/shaders/Tint/index.js +1 -1
  76. package/dist/core/shaders/Trapezoid/index.js +1 -1
  77. package/dist/core/shaders/Tritone/index.js +1 -1
  78. package/dist/core/shaders/Twirl/index.js +1 -1
  79. package/dist/core/shaders/Vesica/index.js +1 -1
  80. package/dist/core/shaders/Vibrance/index.js +1 -1
  81. package/dist/core/shaders/VideoTexture/index.js +2 -2
  82. package/dist/core/shaders/WaveDistortion/index.js +1 -1
  83. package/dist/core/shaders/WebcamTexture/index.js +2 -2
  84. package/dist/core/shaders/ZoomBlur/index.js +1 -1
  85. package/dist/core/types.d.ts +1 -1
  86. package/dist/core/types.d.ts.map +1 -1
  87. package/dist/react/Form3D.js +180 -0
  88. package/dist/react/Preview.js +1 -0
  89. package/dist/react/components/Form3D.d.ts +36 -0
  90. package/dist/react/components/Form3D.d.ts.map +1 -0
  91. package/dist/react/engine/Preview.d.ts.map +1 -1
  92. package/dist/react/index.d.ts +1 -0
  93. package/dist/react/index.d.ts.map +1 -1
  94. package/dist/react/index.js +2 -1
  95. package/dist/react/utils/generatePresetCode.d.ts.map +1 -1
  96. package/dist/react/utils/generatePresetCode.js +15 -0
  97. package/dist/registry.js +225 -0
  98. package/dist/solid/components/Form3D.d.ts +33 -0
  99. package/dist/solid/components/Form3D.d.ts.map +1 -0
  100. package/dist/solid/components/Form3D.js +183 -0
  101. package/dist/solid/engine/Preview.d.ts.map +1 -1
  102. package/dist/solid/engine/Preview.js +64 -62
  103. package/dist/solid/index.d.ts +1 -0
  104. package/dist/solid/index.d.ts.map +1 -1
  105. package/dist/solid/index.js +122 -120
  106. package/dist/solid/utils/generatePresetCode.d.ts.map +1 -1
  107. package/dist/solid/utils/generatePresetCode.js +15 -0
  108. package/dist/svelte/components/Form3D.svelte.d.ts +23 -0
  109. package/dist/svelte/{generatePresetCode-AulpMcSM.js → generatePresetCode-Bpe8YcaW.js} +15 -0
  110. package/dist/svelte/index.d.ts +1 -0
  111. package/dist/svelte/index.js +443 -296
  112. package/dist/svelte/source/components/Form3D.svelte +290 -0
  113. package/dist/svelte/source/engine/Preview.svelte +2 -0
  114. package/dist/svelte/source/index.js +1 -0
  115. package/dist/svelte/utils/generatePresetCode.js +1 -1
  116. package/dist/vue/Form3D.js +3 -0
  117. package/dist/vue/Form3D.vue_vue_type_script_setup_true_lang.js +173 -0
  118. package/dist/vue/Preview.vue_vue_type_script_setup_true_lang.js +2 -0
  119. package/dist/vue/components/Form3D.vue.d.ts +58 -0
  120. package/dist/vue/components/Form3D.vue.d.ts.map +1 -0
  121. package/dist/vue/index.d.ts +1 -0
  122. package/dist/vue/index.d.ts.map +1 -1
  123. package/dist/vue/index.js +2 -1
  124. package/dist/vue/utils/generatePresetCode.d.ts.map +1 -1
  125. package/dist/vue/utils/generatePresetCode.js +15 -0
  126. package/package.json +19 -1
  127. package/dist/core/shaderRegistry-BNFvV6rz.js +0 -216
  128. /package/dist/core/{Glass-Xwagp7_F.js → Glass-CRaFJ-8c.js} +0 -0
  129. /package/dist/core/{GlassTiles-C3KnN5iI.js → GlassTiles-C3PKMWgp.js} +0 -0
  130. /package/dist/core/{Glitch-ktKO_KpJ.js → Glitch-MyIU0Bad.js} +0 -0
  131. /package/dist/core/{Glow-DBifdH__.js → Glow-1ee_R1fA.js} +0 -0
  132. /package/dist/core/{Godrays-Bh6SzbNk.js → Godrays-CvcPIegU.js} +0 -0
  133. /package/dist/core/{Grayscale-C3gjFyCl.js → Grayscale-8MPw9PHN.js} +0 -0
  134. /package/dist/core/{Grid-CtdGngeK.js → Grid-D64zkkku.js} +0 -0
  135. /package/dist/core/{GridDistortion-S4PnLDHk.js → GridDistortion-B7PGORW3.js} +0 -0
  136. /package/dist/core/{Group-B9Y-gzFl.js → Group-DoOcKuhW.js} +0 -0
  137. /package/dist/core/{Halftone-B5YmZMs3.js → Halftone-Co7P2SWy.js} +0 -0
  138. /package/dist/core/{HueShift-BTUePzBC.js → HueShift-Bvd9VTak.js} +0 -0
  139. /package/dist/core/{ImageTexture-Bx-3RaXB.js → ImageTexture-BJ1udc62.js} +0 -0
  140. /package/dist/core/{Invert-CRnAnmF1.js → Invert-5VR-fNRw.js} +0 -0
  141. /package/dist/core/{Kaleidoscope-ChPX5tcw.js → Kaleidoscope-B0McCEhc.js} +0 -0
  142. /package/dist/core/{LensFlare-Ci0e-hkw.js → LensFlare-DXgpPyJK.js} +0 -0
  143. /package/dist/core/{LinearBlur-DaW1vgWS.js → LinearBlur-CBl0B23J.js} +0 -0
  144. /package/dist/core/{LinearGradient-D7APN-6R.js → LinearGradient-C0FT7-Lc.js} +0 -0
  145. /package/dist/core/{Liquify-CeIq9oBd.js → Liquify-Cy6ck3_k.js} +0 -0
  146. /package/dist/core/{Mirror-BYbVTGkj.js → Mirror-DfZBEOUf.js} +0 -0
  147. /package/dist/core/{Neon-Bt0J1xV_.js → Neon-E8whPM6C.js} +0 -0
  148. /package/dist/core/{Paper-C2D-Fwp3.js → Paper-DJwBbPxA.js} +0 -0
  149. /package/dist/core/{Perspective-Bdm0cUQh.js → Perspective-BdHcCgqZ.js} +0 -0
  150. /package/dist/core/{Pixelate-CTjHHN-r.js → Pixelate-B9x2E0k-.js} +0 -0
  151. /package/dist/core/{Plasma-CCGtK1Nq.js → Plasma-CMXrHMJv.js} +0 -0
  152. /package/dist/core/{PolarCoordinates-XCMKSG2_.js → PolarCoordinates-tZbl0VOq.js} +0 -0
  153. /package/dist/core/{Polygon-bhh40D7s.js → Polygon-B4ab2iAo.js} +0 -0
  154. /package/dist/core/{Posterize-BI-jQFPl.js → Posterize-Big6cECo.js} +0 -0
  155. /package/dist/core/{ProgressiveBlur-BJTqGhls.js → ProgressiveBlur-D0ZlHOw4.js} +0 -0
  156. /package/dist/core/{RadialGradient-iLZnaIxZ.js → RadialGradient-C1Uu5_bL.js} +0 -0
  157. /package/dist/core/{RectangularCoordinates-BaO9nFBZ.js → RectangularCoordinates-BB7_S4gH.js} +0 -0
  158. /package/dist/core/{Ring-CVjkjiUD.js → Ring-DVW66Ug0.js} +0 -0
  159. /package/dist/core/{Ripples-DM_4XyVc.js → Ripples-DeRyNukC.js} +0 -0
  160. /package/dist/core/{RoundedRect-DIZw7grS.js → RoundedRect-B9y33WS5.js} +0 -0
  161. /package/dist/core/{Saturation-Sn1JvnA0.js → Saturation-NrGhLp0a.js} +0 -0
  162. /package/dist/core/{Sharpness-bKBphxzQ.js → Sharpness-DAC9Qnh0.js} +0 -0
  163. /package/dist/core/{Shatter-BaTW-RUu.js → Shatter-ZIaXf4fs.js} +0 -0
  164. /package/dist/core/{SimplexNoise-BHkNvira.js → SimplexNoise-mSsE7oXX.js} +0 -0
  165. /package/dist/core/{SineWave-BiSC-P30.js → SineWave-BAhTQVXp.js} +0 -0
  166. /package/dist/core/{SolidColor-Cx-mC1as.js → SolidColor-BQnId3qy.js} +0 -0
  167. /package/dist/core/{Spherize-Do9r5rep.js → Spherize-YvHlKrZy.js} +0 -0
  168. /package/dist/core/{Spiral-cnUEuXK4.js → Spiral-DUDZyQjj.js} +0 -0
  169. /package/dist/core/{Star-CYt36zBy.js → Star-DB4dmzyz.js} +0 -0
  170. /package/dist/core/{Strands-Cv5R6Tve.js → Strands-CF49kt1s.js} +0 -0
  171. /package/dist/core/{Stretch-Cbg46rCc.js → Stretch-Dkhera5t.js} +0 -0
  172. /package/dist/core/{Stripes-BFeaEYmE.js → Stripes-BOROXiAH.js} +0 -0
  173. /package/dist/core/{StudioBackground-DmjrfYQk.js → StudioBackground-DNmf8LGj.js} +0 -0
  174. /package/dist/core/{Swirl-BnYnaDkG.js → Swirl-C5RQIA6E.js} +0 -0
  175. /package/dist/core/{TiltShift-CZYvmOJC.js → TiltShift-BgscLSg_.js} +0 -0
  176. /package/dist/core/{Tint-CpEcvX7Q.js → Tint-CvKUJTtg.js} +0 -0
  177. /package/dist/core/{Trapezoid-C9JGRsdF.js → Trapezoid-Co8cWZTK.js} +0 -0
  178. /package/dist/core/{Tritone-zGl8HUq_.js → Tritone-Ss5m7yFO.js} +0 -0
  179. /package/dist/core/{Twirl-CYwSYwxr.js → Twirl-CF_9ObSp.js} +0 -0
  180. /package/dist/core/{Vesica-BF2ZOKVA.js → Vesica-C7tcbHbW.js} +0 -0
  181. /package/dist/core/{Vibrance-MtwpojF5.js → Vibrance-DVWcESAa.js} +0 -0
  182. /package/dist/core/{WaveDistortion-BOovaVR7.js → WaveDistortion-Caj3cQz7.js} +0 -0
  183. /package/dist/core/{ZoomBlur-COhLGJIk.js → ZoomBlur-DUrSxwl0.js} +0 -0
  184. /package/dist/core/{browser-BHtD5nQW.js → browser-daS5XZwr.js} +0 -0
@@ -1,4 +1,4 @@
1
- import { n as generatePresetCode } from "./generatePresetCode-AulpMcSM.js";
1
+ import { n as generatePresetCode } from "./generatePresetCode-Bpe8YcaW.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";
@@ -35,68 +35,69 @@ import { componentDefinition as componentDefinition$27 } from "../core/shaders/F
35
35
  import { componentDefinition as componentDefinition$28 } from "../core/shaders/FloatingParticles/index.js";
36
36
  import { componentDefinition as componentDefinition$29 } from "../core/shaders/FlowField/index.js";
37
37
  import { componentDefinition as componentDefinition$30 } from "../core/shaders/Flower/index.js";
38
- import { componentDefinition as componentDefinition$31 } from "../core/shaders/Glass/index.js";
39
- import { componentDefinition as componentDefinition$32 } from "../core/shaders/GlassTiles/index.js";
40
- import { componentDefinition as componentDefinition$33 } from "../core/shaders/Glitch/index.js";
41
- import { componentDefinition as componentDefinition$34 } from "../core/shaders/Glow/index.js";
42
- import { componentDefinition as componentDefinition$35 } from "../core/shaders/Godrays/index.js";
43
- import { componentDefinition as componentDefinition$36 } from "../core/shaders/Grayscale/index.js";
44
- import { componentDefinition as componentDefinition$37 } from "../core/shaders/Grid/index.js";
45
- import { componentDefinition as componentDefinition$38 } from "../core/shaders/GridDistortion/index.js";
46
- import { componentDefinition as componentDefinition$39 } from "../core/shaders/Group/index.js";
47
- import { componentDefinition as componentDefinition$40 } from "../core/shaders/Halftone/index.js";
48
- import { componentDefinition as componentDefinition$41 } from "../core/shaders/HueShift/index.js";
49
- import { componentDefinition as componentDefinition$42 } from "../core/shaders/ImageTexture/index.js";
50
- import { componentDefinition as componentDefinition$43 } from "../core/shaders/Invert/index.js";
51
- import { componentDefinition as componentDefinition$44 } from "../core/shaders/Kaleidoscope/index.js";
52
- import { componentDefinition as componentDefinition$45 } from "../core/shaders/LensFlare/index.js";
53
- import { componentDefinition as componentDefinition$46 } from "../core/shaders/LinearBlur/index.js";
54
- import { componentDefinition as componentDefinition$47 } from "../core/shaders/LinearGradient/index.js";
55
- import { componentDefinition as componentDefinition$48 } from "../core/shaders/Liquify/index.js";
56
- import { componentDefinition as componentDefinition$49 } from "../core/shaders/Mirror/index.js";
57
- import { componentDefinition as componentDefinition$50 } from "../core/shaders/Neon/index.js";
58
- import { componentDefinition as componentDefinition$51 } from "../core/shaders/Paper/index.js";
59
- import { componentDefinition as componentDefinition$52 } from "../core/shaders/Perspective/index.js";
60
- import { componentDefinition as componentDefinition$53 } from "../core/shaders/Pixelate/index.js";
61
- import { componentDefinition as componentDefinition$54 } from "../core/shaders/Plasma/index.js";
62
- import { componentDefinition as componentDefinition$55 } from "../core/shaders/PolarCoordinates/index.js";
63
- import { componentDefinition as componentDefinition$56 } from "../core/shaders/Polygon/index.js";
64
- import { componentDefinition as componentDefinition$57 } from "../core/shaders/Posterize/index.js";
65
- import { componentDefinition as componentDefinition$58 } from "../core/shaders/ProgressiveBlur/index.js";
66
- import { componentDefinition as componentDefinition$59 } from "../core/shaders/RadialGradient/index.js";
67
- import { componentDefinition as componentDefinition$60 } from "../core/shaders/RectangularCoordinates/index.js";
68
- import { componentDefinition as componentDefinition$61 } from "../core/shaders/Ring/index.js";
69
- import { componentDefinition as componentDefinition$62 } from "../core/shaders/Ripples/index.js";
70
- import { componentDefinition as componentDefinition$63 } from "../core/shaders/RoundedRect/index.js";
71
- import { componentDefinition as componentDefinition$64 } from "../core/shaders/Saturation/index.js";
72
- import { componentDefinition as componentDefinition$65 } from "../core/shaders/Sharpness/index.js";
73
- import { componentDefinition as componentDefinition$66 } from "../core/shaders/Shatter/index.js";
74
- import { componentDefinition as componentDefinition$67 } from "../core/shaders/SimplexNoise/index.js";
75
- import { componentDefinition as componentDefinition$68 } from "../core/shaders/SineWave/index.js";
76
- import { componentDefinition as componentDefinition$69 } from "../core/shaders/SolidColor/index.js";
77
- import { componentDefinition as componentDefinition$70 } from "../core/shaders/Spherize/index.js";
78
- import { componentDefinition as componentDefinition$71 } from "../core/shaders/Spiral/index.js";
79
- import { componentDefinition as componentDefinition$72 } from "../core/shaders/Star/index.js";
80
- import { componentDefinition as componentDefinition$73 } from "../core/shaders/Strands/index.js";
81
- import { componentDefinition as componentDefinition$74 } from "../core/shaders/Stretch/index.js";
82
- import { componentDefinition as componentDefinition$75 } from "../core/shaders/Stripes/index.js";
83
- import { componentDefinition as componentDefinition$76 } from "../core/shaders/StudioBackground/index.js";
84
- import { componentDefinition as componentDefinition$77 } from "../core/shaders/Swirl/index.js";
85
- import { componentDefinition as componentDefinition$78 } from "../core/shaders/TiltShift/index.js";
86
- import { componentDefinition as componentDefinition$79 } from "../core/shaders/Tint/index.js";
87
- import { componentDefinition as componentDefinition$80 } from "../core/shaders/Trapezoid/index.js";
88
- import { componentDefinition as componentDefinition$81 } from "../core/shaders/Tritone/index.js";
89
- import { componentDefinition as componentDefinition$82 } from "../core/shaders/Twirl/index.js";
90
- import { componentDefinition as componentDefinition$83 } from "../core/shaders/Vesica/index.js";
91
- import { componentDefinition as componentDefinition$84 } from "../core/shaders/Vibrance/index.js";
92
- import { componentDefinition as componentDefinition$85 } from "../core/shaders/VideoTexture/index.js";
93
- import { componentDefinition as componentDefinition$86 } from "../core/shaders/WaveDistortion/index.js";
94
- import { componentDefinition as componentDefinition$87 } from "../core/shaders/WebcamTexture/index.js";
95
- import { componentDefinition as componentDefinition$88 } from "../core/shaders/ZoomBlur/index.js";
38
+ import { componentDefinition as componentDefinition$31 } from "../core/shaders/Form3D/index.js";
39
+ import { componentDefinition as componentDefinition$32 } from "../core/shaders/Glass/index.js";
40
+ import { componentDefinition as componentDefinition$33 } from "../core/shaders/GlassTiles/index.js";
41
+ import { componentDefinition as componentDefinition$34 } from "../core/shaders/Glitch/index.js";
42
+ import { componentDefinition as componentDefinition$35 } from "../core/shaders/Glow/index.js";
43
+ import { componentDefinition as componentDefinition$36 } from "../core/shaders/Godrays/index.js";
44
+ import { componentDefinition as componentDefinition$37 } from "../core/shaders/Grayscale/index.js";
45
+ import { componentDefinition as componentDefinition$38 } from "../core/shaders/Grid/index.js";
46
+ import { componentDefinition as componentDefinition$39 } from "../core/shaders/GridDistortion/index.js";
47
+ import { componentDefinition as componentDefinition$40 } from "../core/shaders/Group/index.js";
48
+ import { componentDefinition as componentDefinition$41 } from "../core/shaders/Halftone/index.js";
49
+ import { componentDefinition as componentDefinition$42 } from "../core/shaders/HueShift/index.js";
50
+ import { componentDefinition as componentDefinition$43 } from "../core/shaders/ImageTexture/index.js";
51
+ import { componentDefinition as componentDefinition$44 } from "../core/shaders/Invert/index.js";
52
+ import { componentDefinition as componentDefinition$45 } from "../core/shaders/Kaleidoscope/index.js";
53
+ import { componentDefinition as componentDefinition$46 } from "../core/shaders/LensFlare/index.js";
54
+ import { componentDefinition as componentDefinition$47 } from "../core/shaders/LinearBlur/index.js";
55
+ import { componentDefinition as componentDefinition$48 } from "../core/shaders/LinearGradient/index.js";
56
+ import { componentDefinition as componentDefinition$49 } from "../core/shaders/Liquify/index.js";
57
+ import { componentDefinition as componentDefinition$50 } from "../core/shaders/Mirror/index.js";
58
+ import { componentDefinition as componentDefinition$51 } from "../core/shaders/Neon/index.js";
59
+ import { componentDefinition as componentDefinition$52 } from "../core/shaders/Paper/index.js";
60
+ import { componentDefinition as componentDefinition$53 } from "../core/shaders/Perspective/index.js";
61
+ import { componentDefinition as componentDefinition$54 } from "../core/shaders/Pixelate/index.js";
62
+ import { componentDefinition as componentDefinition$55 } from "../core/shaders/Plasma/index.js";
63
+ import { componentDefinition as componentDefinition$56 } from "../core/shaders/PolarCoordinates/index.js";
64
+ import { componentDefinition as componentDefinition$57 } from "../core/shaders/Polygon/index.js";
65
+ import { componentDefinition as componentDefinition$58 } from "../core/shaders/Posterize/index.js";
66
+ import { componentDefinition as componentDefinition$59 } from "../core/shaders/ProgressiveBlur/index.js";
67
+ import { componentDefinition as componentDefinition$60 } from "../core/shaders/RadialGradient/index.js";
68
+ import { componentDefinition as componentDefinition$61 } from "../core/shaders/RectangularCoordinates/index.js";
69
+ import { componentDefinition as componentDefinition$62 } from "../core/shaders/Ring/index.js";
70
+ import { componentDefinition as componentDefinition$63 } from "../core/shaders/Ripples/index.js";
71
+ import { componentDefinition as componentDefinition$64 } from "../core/shaders/RoundedRect/index.js";
72
+ import { componentDefinition as componentDefinition$65 } from "../core/shaders/Saturation/index.js";
73
+ import { componentDefinition as componentDefinition$66 } from "../core/shaders/Sharpness/index.js";
74
+ import { componentDefinition as componentDefinition$67 } from "../core/shaders/Shatter/index.js";
75
+ import { componentDefinition as componentDefinition$68 } from "../core/shaders/SimplexNoise/index.js";
76
+ import { componentDefinition as componentDefinition$69 } from "../core/shaders/SineWave/index.js";
77
+ import { componentDefinition as componentDefinition$70 } from "../core/shaders/SolidColor/index.js";
78
+ import { componentDefinition as componentDefinition$71 } from "../core/shaders/Spherize/index.js";
79
+ import { componentDefinition as componentDefinition$72 } from "../core/shaders/Spiral/index.js";
80
+ import { componentDefinition as componentDefinition$73 } from "../core/shaders/Star/index.js";
81
+ import { componentDefinition as componentDefinition$74 } from "../core/shaders/Strands/index.js";
82
+ import { componentDefinition as componentDefinition$75 } from "../core/shaders/Stretch/index.js";
83
+ import { componentDefinition as componentDefinition$76 } from "../core/shaders/Stripes/index.js";
84
+ import { componentDefinition as componentDefinition$77 } from "../core/shaders/StudioBackground/index.js";
85
+ import { componentDefinition as componentDefinition$78 } from "../core/shaders/Swirl/index.js";
86
+ import { componentDefinition as componentDefinition$79 } from "../core/shaders/TiltShift/index.js";
87
+ import { componentDefinition as componentDefinition$80 } from "../core/shaders/Tint/index.js";
88
+ import { componentDefinition as componentDefinition$81 } from "../core/shaders/Trapezoid/index.js";
89
+ import { componentDefinition as componentDefinition$82 } from "../core/shaders/Tritone/index.js";
90
+ import { componentDefinition as componentDefinition$83 } from "../core/shaders/Twirl/index.js";
91
+ import { componentDefinition as componentDefinition$84 } from "../core/shaders/Vesica/index.js";
92
+ import { componentDefinition as componentDefinition$85 } from "../core/shaders/Vibrance/index.js";
93
+ import { componentDefinition as componentDefinition$86 } from "../core/shaders/VideoTexture/index.js";
94
+ import { componentDefinition as componentDefinition$87 } from "../core/shaders/WaveDistortion/index.js";
95
+ import { componentDefinition as componentDefinition$88 } from "../core/shaders/WebcamTexture/index.js";
96
+ import { componentDefinition as componentDefinition$89 } from "../core/shaders/ZoomBlur/index.js";
96
97
  import { vec4 } from "three/tsl";
97
98
  import { isExternalUser, shouldCollectTelemetry, startTelemetry } from "../core/telemetry/index.js";
98
99
  import "svelte/internal/flags/legacy";
99
- var root$89 = $.from_html(`<span style="display:contents"><!></span>`);
100
+ var root$90 = $.from_html(`<span style="display:contents"><!></span>`);
100
101
  function AngularBlur($$anchor, $$props) {
101
102
  $.push($$props, true);
102
103
  function isPropDriver(value) {
@@ -232,7 +233,7 @@ function AngularBlur($$anchor, $$props) {
232
233
  $.set(isRegistered, false);
233
234
  parentRegister(instanceId, null, null, null, null);
234
235
  });
235
- var span = root$89();
236
+ var span = root$90();
236
237
  var node = $.child(span);
237
238
  children?.(node);
238
239
  $.reset(span);
@@ -241,7 +242,7 @@ function AngularBlur($$anchor, $$props) {
241
242
  $.append($$anchor, span);
242
243
  $.pop();
243
244
  }
244
- var root$88 = $.from_html(`<span style="display:contents"><!></span>`);
245
+ var root$89 = $.from_html(`<span style="display:contents"><!></span>`);
245
246
  function Ascii($$anchor, $$props) {
246
247
  $.push($$props, true);
247
248
  function isPropDriver(value) {
@@ -377,7 +378,7 @@ function Ascii($$anchor, $$props) {
377
378
  $.set(isRegistered, false);
378
379
  parentRegister(instanceId, null, null, null, null);
379
380
  });
380
- var span = root$88();
381
+ var span = root$89();
381
382
  var node = $.child(span);
382
383
  children?.(node);
383
384
  $.reset(span);
@@ -386,7 +387,7 @@ function Ascii($$anchor, $$props) {
386
387
  $.append($$anchor, span);
387
388
  $.pop();
388
389
  }
389
- var root$87 = $.from_html(`<span style="display:contents"><!></span>`);
390
+ var root$88 = $.from_html(`<span style="display:contents"><!></span>`);
390
391
  function Aurora($$anchor, $$props) {
391
392
  $.push($$props, true);
392
393
  function isPropDriver(value) {
@@ -522,7 +523,7 @@ function Aurora($$anchor, $$props) {
522
523
  $.set(isRegistered, false);
523
524
  parentRegister(instanceId, null, null, null, null);
524
525
  });
525
- var span = root$87();
526
+ var span = root$88();
526
527
  var node = $.child(span);
527
528
  children?.(node);
528
529
  $.reset(span);
@@ -531,7 +532,7 @@ function Aurora($$anchor, $$props) {
531
532
  $.append($$anchor, span);
532
533
  $.pop();
533
534
  }
534
- var root$86 = $.from_html(`<span style="display:contents"><!></span>`);
535
+ var root$87 = $.from_html(`<span style="display:contents"><!></span>`);
535
536
  function Beam($$anchor, $$props) {
536
537
  $.push($$props, true);
537
538
  function isPropDriver(value) {
@@ -667,7 +668,7 @@ function Beam($$anchor, $$props) {
667
668
  $.set(isRegistered, false);
668
669
  parentRegister(instanceId, null, null, null, null);
669
670
  });
670
- var span = root$86();
671
+ var span = root$87();
671
672
  var node = $.child(span);
672
673
  children?.(node);
673
674
  $.reset(span);
@@ -676,7 +677,7 @@ function Beam($$anchor, $$props) {
676
677
  $.append($$anchor, span);
677
678
  $.pop();
678
679
  }
679
- var root$85 = $.from_html(`<span style="display:contents"><!></span>`);
680
+ var root$86 = $.from_html(`<span style="display:contents"><!></span>`);
680
681
  function Blob($$anchor, $$props) {
681
682
  $.push($$props, true);
682
683
  function isPropDriver(value) {
@@ -812,7 +813,7 @@ function Blob($$anchor, $$props) {
812
813
  $.set(isRegistered, false);
813
814
  parentRegister(instanceId, null, null, null, null);
814
815
  });
815
- var span = root$85();
816
+ var span = root$86();
816
817
  var node = $.child(span);
817
818
  children?.(node);
818
819
  $.reset(span);
@@ -821,7 +822,7 @@ function Blob($$anchor, $$props) {
821
822
  $.append($$anchor, span);
822
823
  $.pop();
823
824
  }
824
- var root$84 = $.from_html(`<span style="display:contents"><!></span>`);
825
+ var root$85 = $.from_html(`<span style="display:contents"><!></span>`);
825
826
  function Blur($$anchor, $$props) {
826
827
  $.push($$props, true);
827
828
  function isPropDriver(value) {
@@ -957,7 +958,7 @@ function Blur($$anchor, $$props) {
957
958
  $.set(isRegistered, false);
958
959
  parentRegister(instanceId, null, null, null, null);
959
960
  });
960
- var span = root$84();
961
+ var span = root$85();
961
962
  var node = $.child(span);
962
963
  children?.(node);
963
964
  $.reset(span);
@@ -966,7 +967,7 @@ function Blur($$anchor, $$props) {
966
967
  $.append($$anchor, span);
967
968
  $.pop();
968
969
  }
969
- var root$83 = $.from_html(`<span style="display:contents"><!></span>`);
970
+ var root$84 = $.from_html(`<span style="display:contents"><!></span>`);
970
971
  function BrightnessContrast($$anchor, $$props) {
971
972
  $.push($$props, true);
972
973
  function isPropDriver(value) {
@@ -1102,7 +1103,7 @@ function BrightnessContrast($$anchor, $$props) {
1102
1103
  $.set(isRegistered, false);
1103
1104
  parentRegister(instanceId, null, null, null, null);
1104
1105
  });
1105
- var span = root$83();
1106
+ var span = root$84();
1106
1107
  var node = $.child(span);
1107
1108
  children?.(node);
1108
1109
  $.reset(span);
@@ -1111,7 +1112,7 @@ function BrightnessContrast($$anchor, $$props) {
1111
1112
  $.append($$anchor, span);
1112
1113
  $.pop();
1113
1114
  }
1114
- var root$82 = $.from_html(`<span style="display:contents"><!></span>`);
1115
+ var root$83 = $.from_html(`<span style="display:contents"><!></span>`);
1115
1116
  function Bulge($$anchor, $$props) {
1116
1117
  $.push($$props, true);
1117
1118
  function isPropDriver(value) {
@@ -1247,7 +1248,7 @@ function Bulge($$anchor, $$props) {
1247
1248
  $.set(isRegistered, false);
1248
1249
  parentRegister(instanceId, null, null, null, null);
1249
1250
  });
1250
- var span = root$82();
1251
+ var span = root$83();
1251
1252
  var node = $.child(span);
1252
1253
  children?.(node);
1253
1254
  $.reset(span);
@@ -1256,7 +1257,7 @@ function Bulge($$anchor, $$props) {
1256
1257
  $.append($$anchor, span);
1257
1258
  $.pop();
1258
1259
  }
1259
- var root$81 = $.from_html(`<span style="display:contents"><!></span>`);
1260
+ var root$82 = $.from_html(`<span style="display:contents"><!></span>`);
1260
1261
  function CRTScreen($$anchor, $$props) {
1261
1262
  $.push($$props, true);
1262
1263
  function isPropDriver(value) {
@@ -1392,7 +1393,7 @@ function CRTScreen($$anchor, $$props) {
1392
1393
  $.set(isRegistered, false);
1393
1394
  parentRegister(instanceId, null, null, null, null);
1394
1395
  });
1395
- var span = root$81();
1396
+ var span = root$82();
1396
1397
  var node = $.child(span);
1397
1398
  children?.(node);
1398
1399
  $.reset(span);
@@ -1401,7 +1402,7 @@ function CRTScreen($$anchor, $$props) {
1401
1402
  $.append($$anchor, span);
1402
1403
  $.pop();
1403
1404
  }
1404
- var root$80 = $.from_html(`<span style="display:contents"><!></span>`);
1405
+ var root$81 = $.from_html(`<span style="display:contents"><!></span>`);
1405
1406
  function ChannelBlur($$anchor, $$props) {
1406
1407
  $.push($$props, true);
1407
1408
  function isPropDriver(value) {
@@ -1537,7 +1538,7 @@ function ChannelBlur($$anchor, $$props) {
1537
1538
  $.set(isRegistered, false);
1538
1539
  parentRegister(instanceId, null, null, null, null);
1539
1540
  });
1540
- var span = root$80();
1541
+ var span = root$81();
1541
1542
  var node = $.child(span);
1542
1543
  children?.(node);
1543
1544
  $.reset(span);
@@ -1546,7 +1547,7 @@ function ChannelBlur($$anchor, $$props) {
1546
1547
  $.append($$anchor, span);
1547
1548
  $.pop();
1548
1549
  }
1549
- var root$79 = $.from_html(`<span style="display:contents"><!></span>`);
1550
+ var root$80 = $.from_html(`<span style="display:contents"><!></span>`);
1550
1551
  function Checkerboard($$anchor, $$props) {
1551
1552
  $.push($$props, true);
1552
1553
  function isPropDriver(value) {
@@ -1682,7 +1683,7 @@ function Checkerboard($$anchor, $$props) {
1682
1683
  $.set(isRegistered, false);
1683
1684
  parentRegister(instanceId, null, null, null, null);
1684
1685
  });
1685
- var span = root$79();
1686
+ var span = root$80();
1686
1687
  var node = $.child(span);
1687
1688
  children?.(node);
1688
1689
  $.reset(span);
@@ -1691,7 +1692,7 @@ function Checkerboard($$anchor, $$props) {
1691
1692
  $.append($$anchor, span);
1692
1693
  $.pop();
1693
1694
  }
1694
- var root$78 = $.from_html(`<span style="display:contents"><!></span>`);
1695
+ var root$79 = $.from_html(`<span style="display:contents"><!></span>`);
1695
1696
  function ChromaFlow($$anchor, $$props) {
1696
1697
  $.push($$props, true);
1697
1698
  function isPropDriver(value) {
@@ -1827,7 +1828,7 @@ function ChromaFlow($$anchor, $$props) {
1827
1828
  $.set(isRegistered, false);
1828
1829
  parentRegister(instanceId, null, null, null, null);
1829
1830
  });
1830
- var span = root$78();
1831
+ var span = root$79();
1831
1832
  var node = $.child(span);
1832
1833
  children?.(node);
1833
1834
  $.reset(span);
@@ -1836,7 +1837,7 @@ function ChromaFlow($$anchor, $$props) {
1836
1837
  $.append($$anchor, span);
1837
1838
  $.pop();
1838
1839
  }
1839
- var root$77 = $.from_html(`<span style="display:contents"><!></span>`);
1840
+ var root$78 = $.from_html(`<span style="display:contents"><!></span>`);
1840
1841
  function ChromaticAberration($$anchor, $$props) {
1841
1842
  $.push($$props, true);
1842
1843
  function isPropDriver(value) {
@@ -1972,7 +1973,7 @@ function ChromaticAberration($$anchor, $$props) {
1972
1973
  $.set(isRegistered, false);
1973
1974
  parentRegister(instanceId, null, null, null, null);
1974
1975
  });
1975
- var span = root$77();
1976
+ var span = root$78();
1976
1977
  var node = $.child(span);
1977
1978
  children?.(node);
1978
1979
  $.reset(span);
@@ -1981,7 +1982,7 @@ function ChromaticAberration($$anchor, $$props) {
1981
1982
  $.append($$anchor, span);
1982
1983
  $.pop();
1983
1984
  }
1984
- var root$76 = $.from_html(`<span style="display:contents"><!></span>`);
1985
+ var root$77 = $.from_html(`<span style="display:contents"><!></span>`);
1985
1986
  function Circle($$anchor, $$props) {
1986
1987
  $.push($$props, true);
1987
1988
  function isPropDriver(value) {
@@ -2117,7 +2118,7 @@ function Circle($$anchor, $$props) {
2117
2118
  $.set(isRegistered, false);
2118
2119
  parentRegister(instanceId, null, null, null, null);
2119
2120
  });
2120
- var span = root$76();
2121
+ var span = root$77();
2121
2122
  var node = $.child(span);
2122
2123
  children?.(node);
2123
2124
  $.reset(span);
@@ -2126,7 +2127,7 @@ function Circle($$anchor, $$props) {
2126
2127
  $.append($$anchor, span);
2127
2128
  $.pop();
2128
2129
  }
2129
- var root$75 = $.from_html(`<span style="display:contents"><!></span>`);
2130
+ var root$76 = $.from_html(`<span style="display:contents"><!></span>`);
2130
2131
  function ConcentricSpin($$anchor, $$props) {
2131
2132
  $.push($$props, true);
2132
2133
  function isPropDriver(value) {
@@ -2262,7 +2263,7 @@ function ConcentricSpin($$anchor, $$props) {
2262
2263
  $.set(isRegistered, false);
2263
2264
  parentRegister(instanceId, null, null, null, null);
2264
2265
  });
2265
- var span = root$75();
2266
+ var span = root$76();
2266
2267
  var node = $.child(span);
2267
2268
  children?.(node);
2268
2269
  $.reset(span);
@@ -2271,7 +2272,7 @@ function ConcentricSpin($$anchor, $$props) {
2271
2272
  $.append($$anchor, span);
2272
2273
  $.pop();
2273
2274
  }
2274
- var root$74 = $.from_html(`<span style="display:contents"><!></span>`);
2275
+ var root$75 = $.from_html(`<span style="display:contents"><!></span>`);
2275
2276
  function ContourLines($$anchor, $$props) {
2276
2277
  $.push($$props, true);
2277
2278
  function isPropDriver(value) {
@@ -2407,7 +2408,7 @@ function ContourLines($$anchor, $$props) {
2407
2408
  $.set(isRegistered, false);
2408
2409
  parentRegister(instanceId, null, null, null, null);
2409
2410
  });
2410
- var span = root$74();
2411
+ var span = root$75();
2411
2412
  var node = $.child(span);
2412
2413
  children?.(node);
2413
2414
  $.reset(span);
@@ -2416,7 +2417,7 @@ function ContourLines($$anchor, $$props) {
2416
2417
  $.append($$anchor, span);
2417
2418
  $.pop();
2418
2419
  }
2419
- var root$73 = $.from_html(`<span style="display:contents"><!></span>`);
2420
+ var root$74 = $.from_html(`<span style="display:contents"><!></span>`);
2420
2421
  function Crescent($$anchor, $$props) {
2421
2422
  $.push($$props, true);
2422
2423
  function isPropDriver(value) {
@@ -2552,7 +2553,7 @@ function Crescent($$anchor, $$props) {
2552
2553
  $.set(isRegistered, false);
2553
2554
  parentRegister(instanceId, null, null, null, null);
2554
2555
  });
2555
- var span = root$73();
2556
+ var span = root$74();
2556
2557
  var node = $.child(span);
2557
2558
  children?.(node);
2558
2559
  $.reset(span);
@@ -2561,7 +2562,7 @@ function Crescent($$anchor, $$props) {
2561
2562
  $.append($$anchor, span);
2562
2563
  $.pop();
2563
2564
  }
2564
- var root$72 = $.from_html(`<span style="display:contents"><!></span>`);
2565
+ var root$73 = $.from_html(`<span style="display:contents"><!></span>`);
2565
2566
  function Cross($$anchor, $$props) {
2566
2567
  $.push($$props, true);
2567
2568
  function isPropDriver(value) {
@@ -2697,7 +2698,7 @@ function Cross($$anchor, $$props) {
2697
2698
  $.set(isRegistered, false);
2698
2699
  parentRegister(instanceId, null, null, null, null);
2699
2700
  });
2700
- var span = root$72();
2701
+ var span = root$73();
2701
2702
  var node = $.child(span);
2702
2703
  children?.(node);
2703
2704
  $.reset(span);
@@ -2706,7 +2707,7 @@ function Cross($$anchor, $$props) {
2706
2707
  $.append($$anchor, span);
2707
2708
  $.pop();
2708
2709
  }
2709
- var root$71 = $.from_html(`<span style="display:contents"><!></span>`);
2710
+ var root$72 = $.from_html(`<span style="display:contents"><!></span>`);
2710
2711
  function CursorRipples($$anchor, $$props) {
2711
2712
  $.push($$props, true);
2712
2713
  function isPropDriver(value) {
@@ -2842,7 +2843,7 @@ function CursorRipples($$anchor, $$props) {
2842
2843
  $.set(isRegistered, false);
2843
2844
  parentRegister(instanceId, null, null, null, null);
2844
2845
  });
2845
- var span = root$71();
2846
+ var span = root$72();
2846
2847
  var node = $.child(span);
2847
2848
  children?.(node);
2848
2849
  $.reset(span);
@@ -2851,7 +2852,7 @@ function CursorRipples($$anchor, $$props) {
2851
2852
  $.append($$anchor, span);
2852
2853
  $.pop();
2853
2854
  }
2854
- var root$70 = $.from_html(`<span style="display:contents"><!></span>`);
2855
+ var root$71 = $.from_html(`<span style="display:contents"><!></span>`);
2855
2856
  function CursorTrail($$anchor, $$props) {
2856
2857
  $.push($$props, true);
2857
2858
  function isPropDriver(value) {
@@ -2987,7 +2988,7 @@ function CursorTrail($$anchor, $$props) {
2987
2988
  $.set(isRegistered, false);
2988
2989
  parentRegister(instanceId, null, null, null, null);
2989
2990
  });
2990
- var span = root$70();
2991
+ var span = root$71();
2991
2992
  var node = $.child(span);
2992
2993
  children?.(node);
2993
2994
  $.reset(span);
@@ -2996,7 +2997,7 @@ function CursorTrail($$anchor, $$props) {
2996
2997
  $.append($$anchor, span);
2997
2998
  $.pop();
2998
2999
  }
2999
- var root$69 = $.from_html(`<span style="display:contents"><!></span>`);
3000
+ var root$70 = $.from_html(`<span style="display:contents"><!></span>`);
3000
3001
  function DiffuseBlur($$anchor, $$props) {
3001
3002
  $.push($$props, true);
3002
3003
  function isPropDriver(value) {
@@ -3132,7 +3133,7 @@ function DiffuseBlur($$anchor, $$props) {
3132
3133
  $.set(isRegistered, false);
3133
3134
  parentRegister(instanceId, null, null, null, null);
3134
3135
  });
3135
- var span = root$69();
3136
+ var span = root$70();
3136
3137
  var node = $.child(span);
3137
3138
  children?.(node);
3138
3139
  $.reset(span);
@@ -3141,7 +3142,7 @@ function DiffuseBlur($$anchor, $$props) {
3141
3142
  $.append($$anchor, span);
3142
3143
  $.pop();
3143
3144
  }
3144
- var root$68 = $.from_html(`<span style="display:contents"><!></span>`);
3145
+ var root$69 = $.from_html(`<span style="display:contents"><!></span>`);
3145
3146
  function Dither($$anchor, $$props) {
3146
3147
  $.push($$props, true);
3147
3148
  function isPropDriver(value) {
@@ -3277,7 +3278,7 @@ function Dither($$anchor, $$props) {
3277
3278
  $.set(isRegistered, false);
3278
3279
  parentRegister(instanceId, null, null, null, null);
3279
3280
  });
3280
- var span = root$68();
3281
+ var span = root$69();
3281
3282
  var node = $.child(span);
3282
3283
  children?.(node);
3283
3284
  $.reset(span);
@@ -3286,7 +3287,7 @@ function Dither($$anchor, $$props) {
3286
3287
  $.append($$anchor, span);
3287
3288
  $.pop();
3288
3289
  }
3289
- var root$67 = $.from_html(`<span style="display:contents"><!></span>`);
3290
+ var root$68 = $.from_html(`<span style="display:contents"><!></span>`);
3290
3291
  function DotGrid($$anchor, $$props) {
3291
3292
  $.push($$props, true);
3292
3293
  function isPropDriver(value) {
@@ -3422,7 +3423,7 @@ function DotGrid($$anchor, $$props) {
3422
3423
  $.set(isRegistered, false);
3423
3424
  parentRegister(instanceId, null, null, null, null);
3424
3425
  });
3425
- var span = root$67();
3426
+ var span = root$68();
3426
3427
  var node = $.child(span);
3427
3428
  children?.(node);
3428
3429
  $.reset(span);
@@ -3431,7 +3432,7 @@ function DotGrid($$anchor, $$props) {
3431
3432
  $.append($$anchor, span);
3432
3433
  $.pop();
3433
3434
  }
3434
- var root$66 = $.from_html(`<span style="display:contents"><!></span>`);
3435
+ var root$67 = $.from_html(`<span style="display:contents"><!></span>`);
3435
3436
  function Duotone($$anchor, $$props) {
3436
3437
  $.push($$props, true);
3437
3438
  function isPropDriver(value) {
@@ -3567,7 +3568,7 @@ function Duotone($$anchor, $$props) {
3567
3568
  $.set(isRegistered, false);
3568
3569
  parentRegister(instanceId, null, null, null, null);
3569
3570
  });
3570
- var span = root$66();
3571
+ var span = root$67();
3571
3572
  var node = $.child(span);
3572
3573
  children?.(node);
3573
3574
  $.reset(span);
@@ -3576,7 +3577,7 @@ function Duotone($$anchor, $$props) {
3576
3577
  $.append($$anchor, span);
3577
3578
  $.pop();
3578
3579
  }
3579
- var root$65 = $.from_html(`<span style="display:contents"><!></span>`);
3580
+ var root$66 = $.from_html(`<span style="display:contents"><!></span>`);
3580
3581
  function Ellipse($$anchor, $$props) {
3581
3582
  $.push($$props, true);
3582
3583
  function isPropDriver(value) {
@@ -3712,7 +3713,7 @@ function Ellipse($$anchor, $$props) {
3712
3713
  $.set(isRegistered, false);
3713
3714
  parentRegister(instanceId, null, null, null, null);
3714
3715
  });
3715
- var span = root$65();
3716
+ var span = root$66();
3716
3717
  var node = $.child(span);
3717
3718
  children?.(node);
3718
3719
  $.reset(span);
@@ -3721,7 +3722,7 @@ function Ellipse($$anchor, $$props) {
3721
3722
  $.append($$anchor, span);
3722
3723
  $.pop();
3723
3724
  }
3724
- var root$64 = $.from_html(`<span style="display:contents"><!></span>`);
3725
+ var root$65 = $.from_html(`<span style="display:contents"><!></span>`);
3725
3726
  function Emboss($$anchor, $$props) {
3726
3727
  $.push($$props, true);
3727
3728
  function isPropDriver(value) {
@@ -3857,7 +3858,7 @@ function Emboss($$anchor, $$props) {
3857
3858
  $.set(isRegistered, false);
3858
3859
  parentRegister(instanceId, null, null, null, null);
3859
3860
  });
3860
- var span = root$64();
3861
+ var span = root$65();
3861
3862
  var node = $.child(span);
3862
3863
  children?.(node);
3863
3864
  $.reset(span);
@@ -3866,7 +3867,7 @@ function Emboss($$anchor, $$props) {
3866
3867
  $.append($$anchor, span);
3867
3868
  $.pop();
3868
3869
  }
3869
- var root$63 = $.from_html(`<span style="display:contents"><!></span>`);
3870
+ var root$64 = $.from_html(`<span style="display:contents"><!></span>`);
3870
3871
  function FallingLines($$anchor, $$props) {
3871
3872
  $.push($$props, true);
3872
3873
  function isPropDriver(value) {
@@ -4002,7 +4003,7 @@ function FallingLines($$anchor, $$props) {
4002
4003
  $.set(isRegistered, false);
4003
4004
  parentRegister(instanceId, null, null, null, null);
4004
4005
  });
4005
- var span = root$63();
4006
+ var span = root$64();
4006
4007
  var node = $.child(span);
4007
4008
  children?.(node);
4008
4009
  $.reset(span);
@@ -4011,7 +4012,7 @@ function FallingLines($$anchor, $$props) {
4011
4012
  $.append($$anchor, span);
4012
4013
  $.pop();
4013
4014
  }
4014
- var root$62 = $.from_html(`<span style="display:contents"><!></span>`);
4015
+ var root$63 = $.from_html(`<span style="display:contents"><!></span>`);
4015
4016
  function FilmGrain($$anchor, $$props) {
4016
4017
  $.push($$props, true);
4017
4018
  function isPropDriver(value) {
@@ -4147,7 +4148,7 @@ function FilmGrain($$anchor, $$props) {
4147
4148
  $.set(isRegistered, false);
4148
4149
  parentRegister(instanceId, null, null, null, null);
4149
4150
  });
4150
- var span = root$62();
4151
+ var span = root$63();
4151
4152
  var node = $.child(span);
4152
4153
  children?.(node);
4153
4154
  $.reset(span);
@@ -4156,7 +4157,7 @@ function FilmGrain($$anchor, $$props) {
4156
4157
  $.append($$anchor, span);
4157
4158
  $.pop();
4158
4159
  }
4159
- var root$61 = $.from_html(`<span style="display:contents"><!></span>`);
4160
+ var root$62 = $.from_html(`<span style="display:contents"><!></span>`);
4160
4161
  function FloatingParticles($$anchor, $$props) {
4161
4162
  $.push($$props, true);
4162
4163
  function isPropDriver(value) {
@@ -4292,7 +4293,7 @@ function FloatingParticles($$anchor, $$props) {
4292
4293
  $.set(isRegistered, false);
4293
4294
  parentRegister(instanceId, null, null, null, null);
4294
4295
  });
4295
- var span = root$61();
4296
+ var span = root$62();
4296
4297
  var node = $.child(span);
4297
4298
  children?.(node);
4298
4299
  $.reset(span);
@@ -4301,7 +4302,7 @@ function FloatingParticles($$anchor, $$props) {
4301
4302
  $.append($$anchor, span);
4302
4303
  $.pop();
4303
4304
  }
4304
- var root$60 = $.from_html(`<span style="display:contents"><!></span>`);
4305
+ var root$61 = $.from_html(`<span style="display:contents"><!></span>`);
4305
4306
  function FlowField($$anchor, $$props) {
4306
4307
  $.push($$props, true);
4307
4308
  function isPropDriver(value) {
@@ -4437,7 +4438,7 @@ function FlowField($$anchor, $$props) {
4437
4438
  $.set(isRegistered, false);
4438
4439
  parentRegister(instanceId, null, null, null, null);
4439
4440
  });
4440
- var span = root$60();
4441
+ var span = root$61();
4441
4442
  var node = $.child(span);
4442
4443
  children?.(node);
4443
4444
  $.reset(span);
@@ -4446,7 +4447,7 @@ function FlowField($$anchor, $$props) {
4446
4447
  $.append($$anchor, span);
4447
4448
  $.pop();
4448
4449
  }
4449
- var root$59 = $.from_html(`<span style="display:contents"><!></span>`);
4450
+ var root$60 = $.from_html(`<span style="display:contents"><!></span>`);
4450
4451
  function Flower($$anchor, $$props) {
4451
4452
  $.push($$props, true);
4452
4453
  function isPropDriver(value) {
@@ -4582,7 +4583,7 @@ function Flower($$anchor, $$props) {
4582
4583
  $.set(isRegistered, false);
4583
4584
  parentRegister(instanceId, null, null, null, null);
4584
4585
  });
4585
- var span = root$59();
4586
+ var span = root$60();
4586
4587
  var node = $.child(span);
4587
4588
  children?.(node);
4588
4589
  $.reset(span);
@@ -4591,8 +4592,8 @@ function Flower($$anchor, $$props) {
4591
4592
  $.append($$anchor, span);
4592
4593
  $.pop();
4593
4594
  }
4594
- var root$58 = $.from_html(`<span style="display:contents"><!></span>`);
4595
- function Glass($$anchor, $$props) {
4595
+ var root$59 = $.from_html(`<span style="display:contents"><!></span>`);
4596
+ function Form3D($$anchor, $$props) {
4596
4597
  $.push($$props, true);
4597
4598
  function isPropDriver(value) {
4598
4599
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -4727,7 +4728,7 @@ function Glass($$anchor, $$props) {
4727
4728
  $.set(isRegistered, false);
4728
4729
  parentRegister(instanceId, null, null, null, null);
4729
4730
  });
4730
- var span = root$58();
4731
+ var span = root$59();
4731
4732
  var node = $.child(span);
4732
4733
  children?.(node);
4733
4734
  $.reset(span);
@@ -4736,8 +4737,8 @@ function Glass($$anchor, $$props) {
4736
4737
  $.append($$anchor, span);
4737
4738
  $.pop();
4738
4739
  }
4739
- var root$57 = $.from_html(`<span style="display:contents"><!></span>`);
4740
- function GlassTiles($$anchor, $$props) {
4740
+ var root$58 = $.from_html(`<span style="display:contents"><!></span>`);
4741
+ function Glass($$anchor, $$props) {
4741
4742
  $.push($$props, true);
4742
4743
  function isPropDriver(value) {
4743
4744
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -4872,7 +4873,7 @@ function GlassTiles($$anchor, $$props) {
4872
4873
  $.set(isRegistered, false);
4873
4874
  parentRegister(instanceId, null, null, null, null);
4874
4875
  });
4875
- var span = root$57();
4876
+ var span = root$58();
4876
4877
  var node = $.child(span);
4877
4878
  children?.(node);
4878
4879
  $.reset(span);
@@ -4881,8 +4882,8 @@ function GlassTiles($$anchor, $$props) {
4881
4882
  $.append($$anchor, span);
4882
4883
  $.pop();
4883
4884
  }
4884
- var root$56 = $.from_html(`<span style="display:contents"><!></span>`);
4885
- function Glitch($$anchor, $$props) {
4885
+ var root$57 = $.from_html(`<span style="display:contents"><!></span>`);
4886
+ function GlassTiles($$anchor, $$props) {
4886
4887
  $.push($$props, true);
4887
4888
  function isPropDriver(value) {
4888
4889
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -5017,7 +5018,7 @@ function Glitch($$anchor, $$props) {
5017
5018
  $.set(isRegistered, false);
5018
5019
  parentRegister(instanceId, null, null, null, null);
5019
5020
  });
5020
- var span = root$56();
5021
+ var span = root$57();
5021
5022
  var node = $.child(span);
5022
5023
  children?.(node);
5023
5024
  $.reset(span);
@@ -5026,8 +5027,8 @@ function Glitch($$anchor, $$props) {
5026
5027
  $.append($$anchor, span);
5027
5028
  $.pop();
5028
5029
  }
5029
- var root$55 = $.from_html(`<span style="display:contents"><!></span>`);
5030
- function Glow($$anchor, $$props) {
5030
+ var root$56 = $.from_html(`<span style="display:contents"><!></span>`);
5031
+ function Glitch($$anchor, $$props) {
5031
5032
  $.push($$props, true);
5032
5033
  function isPropDriver(value) {
5033
5034
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -5162,7 +5163,7 @@ function Glow($$anchor, $$props) {
5162
5163
  $.set(isRegistered, false);
5163
5164
  parentRegister(instanceId, null, null, null, null);
5164
5165
  });
5165
- var span = root$55();
5166
+ var span = root$56();
5166
5167
  var node = $.child(span);
5167
5168
  children?.(node);
5168
5169
  $.reset(span);
@@ -5171,8 +5172,8 @@ function Glow($$anchor, $$props) {
5171
5172
  $.append($$anchor, span);
5172
5173
  $.pop();
5173
5174
  }
5174
- var root$54 = $.from_html(`<span style="display:contents"><!></span>`);
5175
- function Godrays($$anchor, $$props) {
5175
+ var root$55 = $.from_html(`<span style="display:contents"><!></span>`);
5176
+ function Glow($$anchor, $$props) {
5176
5177
  $.push($$props, true);
5177
5178
  function isPropDriver(value) {
5178
5179
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -5307,7 +5308,7 @@ function Godrays($$anchor, $$props) {
5307
5308
  $.set(isRegistered, false);
5308
5309
  parentRegister(instanceId, null, null, null, null);
5309
5310
  });
5310
- var span = root$54();
5311
+ var span = root$55();
5311
5312
  var node = $.child(span);
5312
5313
  children?.(node);
5313
5314
  $.reset(span);
@@ -5316,8 +5317,8 @@ function Godrays($$anchor, $$props) {
5316
5317
  $.append($$anchor, span);
5317
5318
  $.pop();
5318
5319
  }
5319
- var root$53 = $.from_html(`<span style="display:contents"><!></span>`);
5320
- function Grayscale($$anchor, $$props) {
5320
+ var root$54 = $.from_html(`<span style="display:contents"><!></span>`);
5321
+ function Godrays($$anchor, $$props) {
5321
5322
  $.push($$props, true);
5322
5323
  function isPropDriver(value) {
5323
5324
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -5452,7 +5453,7 @@ function Grayscale($$anchor, $$props) {
5452
5453
  $.set(isRegistered, false);
5453
5454
  parentRegister(instanceId, null, null, null, null);
5454
5455
  });
5455
- var span = root$53();
5456
+ var span = root$54();
5456
5457
  var node = $.child(span);
5457
5458
  children?.(node);
5458
5459
  $.reset(span);
@@ -5461,8 +5462,8 @@ function Grayscale($$anchor, $$props) {
5461
5462
  $.append($$anchor, span);
5462
5463
  $.pop();
5463
5464
  }
5464
- var root$52 = $.from_html(`<span style="display:contents"><!></span>`);
5465
- function Grid($$anchor, $$props) {
5465
+ var root$53 = $.from_html(`<span style="display:contents"><!></span>`);
5466
+ function Grayscale($$anchor, $$props) {
5466
5467
  $.push($$props, true);
5467
5468
  function isPropDriver(value) {
5468
5469
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -5597,7 +5598,7 @@ function Grid($$anchor, $$props) {
5597
5598
  $.set(isRegistered, false);
5598
5599
  parentRegister(instanceId, null, null, null, null);
5599
5600
  });
5600
- var span = root$52();
5601
+ var span = root$53();
5601
5602
  var node = $.child(span);
5602
5603
  children?.(node);
5603
5604
  $.reset(span);
@@ -5606,8 +5607,8 @@ function Grid($$anchor, $$props) {
5606
5607
  $.append($$anchor, span);
5607
5608
  $.pop();
5608
5609
  }
5609
- var root$51 = $.from_html(`<span style="display:contents"><!></span>`);
5610
- function GridDistortion($$anchor, $$props) {
5610
+ var root$52 = $.from_html(`<span style="display:contents"><!></span>`);
5611
+ function Grid($$anchor, $$props) {
5611
5612
  $.push($$props, true);
5612
5613
  function isPropDriver(value) {
5613
5614
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -5742,7 +5743,7 @@ function GridDistortion($$anchor, $$props) {
5742
5743
  $.set(isRegistered, false);
5743
5744
  parentRegister(instanceId, null, null, null, null);
5744
5745
  });
5745
- var span = root$51();
5746
+ var span = root$52();
5746
5747
  var node = $.child(span);
5747
5748
  children?.(node);
5748
5749
  $.reset(span);
@@ -5751,8 +5752,8 @@ function GridDistortion($$anchor, $$props) {
5751
5752
  $.append($$anchor, span);
5752
5753
  $.pop();
5753
5754
  }
5754
- var root$50 = $.from_html(`<span style="display:contents"><!></span>`);
5755
- function Group($$anchor, $$props) {
5755
+ var root$51 = $.from_html(`<span style="display:contents"><!></span>`);
5756
+ function GridDistortion($$anchor, $$props) {
5756
5757
  $.push($$props, true);
5757
5758
  function isPropDriver(value) {
5758
5759
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -5887,7 +5888,7 @@ function Group($$anchor, $$props) {
5887
5888
  $.set(isRegistered, false);
5888
5889
  parentRegister(instanceId, null, null, null, null);
5889
5890
  });
5890
- var span = root$50();
5891
+ var span = root$51();
5891
5892
  var node = $.child(span);
5892
5893
  children?.(node);
5893
5894
  $.reset(span);
@@ -5896,8 +5897,8 @@ function Group($$anchor, $$props) {
5896
5897
  $.append($$anchor, span);
5897
5898
  $.pop();
5898
5899
  }
5899
- var root$49 = $.from_html(`<span style="display:contents"><!></span>`);
5900
- function Halftone($$anchor, $$props) {
5900
+ var root$50 = $.from_html(`<span style="display:contents"><!></span>`);
5901
+ function Group($$anchor, $$props) {
5901
5902
  $.push($$props, true);
5902
5903
  function isPropDriver(value) {
5903
5904
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -6032,7 +6033,7 @@ function Halftone($$anchor, $$props) {
6032
6033
  $.set(isRegistered, false);
6033
6034
  parentRegister(instanceId, null, null, null, null);
6034
6035
  });
6035
- var span = root$49();
6036
+ var span = root$50();
6036
6037
  var node = $.child(span);
6037
6038
  children?.(node);
6038
6039
  $.reset(span);
@@ -6041,8 +6042,8 @@ function Halftone($$anchor, $$props) {
6041
6042
  $.append($$anchor, span);
6042
6043
  $.pop();
6043
6044
  }
6044
- var root$48 = $.from_html(`<span style="display:contents"><!></span>`);
6045
- function HueShift($$anchor, $$props) {
6045
+ var root$49 = $.from_html(`<span style="display:contents"><!></span>`);
6046
+ function Halftone($$anchor, $$props) {
6046
6047
  $.push($$props, true);
6047
6048
  function isPropDriver(value) {
6048
6049
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -6177,7 +6178,7 @@ function HueShift($$anchor, $$props) {
6177
6178
  $.set(isRegistered, false);
6178
6179
  parentRegister(instanceId, null, null, null, null);
6179
6180
  });
6180
- var span = root$48();
6181
+ var span = root$49();
6181
6182
  var node = $.child(span);
6182
6183
  children?.(node);
6183
6184
  $.reset(span);
@@ -6186,8 +6187,8 @@ function HueShift($$anchor, $$props) {
6186
6187
  $.append($$anchor, span);
6187
6188
  $.pop();
6188
6189
  }
6189
- var root$47 = $.from_html(`<span style="display:contents"><!></span>`);
6190
- function ImageTexture($$anchor, $$props) {
6190
+ var root$48 = $.from_html(`<span style="display:contents"><!></span>`);
6191
+ function HueShift($$anchor, $$props) {
6191
6192
  $.push($$props, true);
6192
6193
  function isPropDriver(value) {
6193
6194
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -6322,7 +6323,7 @@ function ImageTexture($$anchor, $$props) {
6322
6323
  $.set(isRegistered, false);
6323
6324
  parentRegister(instanceId, null, null, null, null);
6324
6325
  });
6325
- var span = root$47();
6326
+ var span = root$48();
6326
6327
  var node = $.child(span);
6327
6328
  children?.(node);
6328
6329
  $.reset(span);
@@ -6331,8 +6332,8 @@ function ImageTexture($$anchor, $$props) {
6331
6332
  $.append($$anchor, span);
6332
6333
  $.pop();
6333
6334
  }
6334
- var root$46 = $.from_html(`<span style="display:contents"><!></span>`);
6335
- function Invert($$anchor, $$props) {
6335
+ var root$47 = $.from_html(`<span style="display:contents"><!></span>`);
6336
+ function ImageTexture($$anchor, $$props) {
6336
6337
  $.push($$props, true);
6337
6338
  function isPropDriver(value) {
6338
6339
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -6467,7 +6468,7 @@ function Invert($$anchor, $$props) {
6467
6468
  $.set(isRegistered, false);
6468
6469
  parentRegister(instanceId, null, null, null, null);
6469
6470
  });
6470
- var span = root$46();
6471
+ var span = root$47();
6471
6472
  var node = $.child(span);
6472
6473
  children?.(node);
6473
6474
  $.reset(span);
@@ -6476,8 +6477,8 @@ function Invert($$anchor, $$props) {
6476
6477
  $.append($$anchor, span);
6477
6478
  $.pop();
6478
6479
  }
6479
- var root$45 = $.from_html(`<span style="display:contents"><!></span>`);
6480
- function Kaleidoscope($$anchor, $$props) {
6480
+ var root$46 = $.from_html(`<span style="display:contents"><!></span>`);
6481
+ function Invert($$anchor, $$props) {
6481
6482
  $.push($$props, true);
6482
6483
  function isPropDriver(value) {
6483
6484
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -6612,7 +6613,7 @@ function Kaleidoscope($$anchor, $$props) {
6612
6613
  $.set(isRegistered, false);
6613
6614
  parentRegister(instanceId, null, null, null, null);
6614
6615
  });
6615
- var span = root$45();
6616
+ var span = root$46();
6616
6617
  var node = $.child(span);
6617
6618
  children?.(node);
6618
6619
  $.reset(span);
@@ -6621,8 +6622,8 @@ function Kaleidoscope($$anchor, $$props) {
6621
6622
  $.append($$anchor, span);
6622
6623
  $.pop();
6623
6624
  }
6624
- var root$44 = $.from_html(`<span style="display:contents"><!></span>`);
6625
- function LensFlare($$anchor, $$props) {
6625
+ var root$45 = $.from_html(`<span style="display:contents"><!></span>`);
6626
+ function Kaleidoscope($$anchor, $$props) {
6626
6627
  $.push($$props, true);
6627
6628
  function isPropDriver(value) {
6628
6629
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -6757,7 +6758,7 @@ function LensFlare($$anchor, $$props) {
6757
6758
  $.set(isRegistered, false);
6758
6759
  parentRegister(instanceId, null, null, null, null);
6759
6760
  });
6760
- var span = root$44();
6761
+ var span = root$45();
6761
6762
  var node = $.child(span);
6762
6763
  children?.(node);
6763
6764
  $.reset(span);
@@ -6766,8 +6767,8 @@ function LensFlare($$anchor, $$props) {
6766
6767
  $.append($$anchor, span);
6767
6768
  $.pop();
6768
6769
  }
6769
- var root$43 = $.from_html(`<span style="display:contents"><!></span>`);
6770
- function LinearBlur($$anchor, $$props) {
6770
+ var root$44 = $.from_html(`<span style="display:contents"><!></span>`);
6771
+ function LensFlare($$anchor, $$props) {
6771
6772
  $.push($$props, true);
6772
6773
  function isPropDriver(value) {
6773
6774
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -6902,7 +6903,7 @@ function LinearBlur($$anchor, $$props) {
6902
6903
  $.set(isRegistered, false);
6903
6904
  parentRegister(instanceId, null, null, null, null);
6904
6905
  });
6905
- var span = root$43();
6906
+ var span = root$44();
6906
6907
  var node = $.child(span);
6907
6908
  children?.(node);
6908
6909
  $.reset(span);
@@ -6911,8 +6912,8 @@ function LinearBlur($$anchor, $$props) {
6911
6912
  $.append($$anchor, span);
6912
6913
  $.pop();
6913
6914
  }
6914
- var root$42 = $.from_html(`<span style="display:contents"><!></span>`);
6915
- function LinearGradient($$anchor, $$props) {
6915
+ var root$43 = $.from_html(`<span style="display:contents"><!></span>`);
6916
+ function LinearBlur($$anchor, $$props) {
6916
6917
  $.push($$props, true);
6917
6918
  function isPropDriver(value) {
6918
6919
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -7047,7 +7048,7 @@ function LinearGradient($$anchor, $$props) {
7047
7048
  $.set(isRegistered, false);
7048
7049
  parentRegister(instanceId, null, null, null, null);
7049
7050
  });
7050
- var span = root$42();
7051
+ var span = root$43();
7051
7052
  var node = $.child(span);
7052
7053
  children?.(node);
7053
7054
  $.reset(span);
@@ -7056,8 +7057,8 @@ function LinearGradient($$anchor, $$props) {
7056
7057
  $.append($$anchor, span);
7057
7058
  $.pop();
7058
7059
  }
7059
- var root$41 = $.from_html(`<span style="display:contents"><!></span>`);
7060
- function Liquify($$anchor, $$props) {
7060
+ var root$42 = $.from_html(`<span style="display:contents"><!></span>`);
7061
+ function LinearGradient($$anchor, $$props) {
7061
7062
  $.push($$props, true);
7062
7063
  function isPropDriver(value) {
7063
7064
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -7192,7 +7193,7 @@ function Liquify($$anchor, $$props) {
7192
7193
  $.set(isRegistered, false);
7193
7194
  parentRegister(instanceId, null, null, null, null);
7194
7195
  });
7195
- var span = root$41();
7196
+ var span = root$42();
7196
7197
  var node = $.child(span);
7197
7198
  children?.(node);
7198
7199
  $.reset(span);
@@ -7201,8 +7202,8 @@ function Liquify($$anchor, $$props) {
7201
7202
  $.append($$anchor, span);
7202
7203
  $.pop();
7203
7204
  }
7204
- var root$40 = $.from_html(`<span style="display:contents"><!></span>`);
7205
- function Mirror($$anchor, $$props) {
7205
+ var root$41 = $.from_html(`<span style="display:contents"><!></span>`);
7206
+ function Liquify($$anchor, $$props) {
7206
7207
  $.push($$props, true);
7207
7208
  function isPropDriver(value) {
7208
7209
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -7337,7 +7338,7 @@ function Mirror($$anchor, $$props) {
7337
7338
  $.set(isRegistered, false);
7338
7339
  parentRegister(instanceId, null, null, null, null);
7339
7340
  });
7340
- var span = root$40();
7341
+ var span = root$41();
7341
7342
  var node = $.child(span);
7342
7343
  children?.(node);
7343
7344
  $.reset(span);
@@ -7346,8 +7347,8 @@ function Mirror($$anchor, $$props) {
7346
7347
  $.append($$anchor, span);
7347
7348
  $.pop();
7348
7349
  }
7349
- var root$39 = $.from_html(`<span style="display:contents"><!></span>`);
7350
- function Neon($$anchor, $$props) {
7350
+ var root$40 = $.from_html(`<span style="display:contents"><!></span>`);
7351
+ function Mirror($$anchor, $$props) {
7351
7352
  $.push($$props, true);
7352
7353
  function isPropDriver(value) {
7353
7354
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -7482,7 +7483,7 @@ function Neon($$anchor, $$props) {
7482
7483
  $.set(isRegistered, false);
7483
7484
  parentRegister(instanceId, null, null, null, null);
7484
7485
  });
7485
- var span = root$39();
7486
+ var span = root$40();
7486
7487
  var node = $.child(span);
7487
7488
  children?.(node);
7488
7489
  $.reset(span);
@@ -7491,8 +7492,8 @@ function Neon($$anchor, $$props) {
7491
7492
  $.append($$anchor, span);
7492
7493
  $.pop();
7493
7494
  }
7494
- var root$38 = $.from_html(`<span style="display:contents"><!></span>`);
7495
- function Paper($$anchor, $$props) {
7495
+ var root$39 = $.from_html(`<span style="display:contents"><!></span>`);
7496
+ function Neon($$anchor, $$props) {
7496
7497
  $.push($$props, true);
7497
7498
  function isPropDriver(value) {
7498
7499
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -7627,7 +7628,7 @@ function Paper($$anchor, $$props) {
7627
7628
  $.set(isRegistered, false);
7628
7629
  parentRegister(instanceId, null, null, null, null);
7629
7630
  });
7630
- var span = root$38();
7631
+ var span = root$39();
7631
7632
  var node = $.child(span);
7632
7633
  children?.(node);
7633
7634
  $.reset(span);
@@ -7636,8 +7637,8 @@ function Paper($$anchor, $$props) {
7636
7637
  $.append($$anchor, span);
7637
7638
  $.pop();
7638
7639
  }
7639
- var root$37 = $.from_html(`<span style="display:contents"><!></span>`);
7640
- function Perspective($$anchor, $$props) {
7640
+ var root$38 = $.from_html(`<span style="display:contents"><!></span>`);
7641
+ function Paper($$anchor, $$props) {
7641
7642
  $.push($$props, true);
7642
7643
  function isPropDriver(value) {
7643
7644
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -7772,7 +7773,7 @@ function Perspective($$anchor, $$props) {
7772
7773
  $.set(isRegistered, false);
7773
7774
  parentRegister(instanceId, null, null, null, null);
7774
7775
  });
7775
- var span = root$37();
7776
+ var span = root$38();
7776
7777
  var node = $.child(span);
7777
7778
  children?.(node);
7778
7779
  $.reset(span);
@@ -7781,9 +7782,9 @@ function Perspective($$anchor, $$props) {
7781
7782
  $.append($$anchor, span);
7782
7783
  $.pop();
7783
7784
  }
7784
- var root$36 = $.from_html(`<span style="display:contents"><!></span>`);
7785
- function Pixelate($$anchor, $$props) {
7786
- $.push($$props, true);
7785
+ var root$37 = $.from_html(`<span style="display:contents"><!></span>`);
7786
+ function Perspective($$anchor, $$props) {
7787
+ $.push($$props, true);
7787
7788
  function isPropDriver(value) {
7788
7789
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
7789
7790
  }
@@ -7917,7 +7918,7 @@ function Pixelate($$anchor, $$props) {
7917
7918
  $.set(isRegistered, false);
7918
7919
  parentRegister(instanceId, null, null, null, null);
7919
7920
  });
7920
- var span = root$36();
7921
+ var span = root$37();
7921
7922
  var node = $.child(span);
7922
7923
  children?.(node);
7923
7924
  $.reset(span);
@@ -7926,8 +7927,8 @@ function Pixelate($$anchor, $$props) {
7926
7927
  $.append($$anchor, span);
7927
7928
  $.pop();
7928
7929
  }
7929
- var root$35 = $.from_html(`<span style="display:contents"><!></span>`);
7930
- function Plasma($$anchor, $$props) {
7930
+ var root$36 = $.from_html(`<span style="display:contents"><!></span>`);
7931
+ function Pixelate($$anchor, $$props) {
7931
7932
  $.push($$props, true);
7932
7933
  function isPropDriver(value) {
7933
7934
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -8062,7 +8063,7 @@ function Plasma($$anchor, $$props) {
8062
8063
  $.set(isRegistered, false);
8063
8064
  parentRegister(instanceId, null, null, null, null);
8064
8065
  });
8065
- var span = root$35();
8066
+ var span = root$36();
8066
8067
  var node = $.child(span);
8067
8068
  children?.(node);
8068
8069
  $.reset(span);
@@ -8071,8 +8072,8 @@ function Plasma($$anchor, $$props) {
8071
8072
  $.append($$anchor, span);
8072
8073
  $.pop();
8073
8074
  }
8074
- var root$34 = $.from_html(`<span style="display:contents"><!></span>`);
8075
- function PolarCoordinates($$anchor, $$props) {
8075
+ var root$35 = $.from_html(`<span style="display:contents"><!></span>`);
8076
+ function Plasma($$anchor, $$props) {
8076
8077
  $.push($$props, true);
8077
8078
  function isPropDriver(value) {
8078
8079
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -8207,7 +8208,7 @@ function PolarCoordinates($$anchor, $$props) {
8207
8208
  $.set(isRegistered, false);
8208
8209
  parentRegister(instanceId, null, null, null, null);
8209
8210
  });
8210
- var span = root$34();
8211
+ var span = root$35();
8211
8212
  var node = $.child(span);
8212
8213
  children?.(node);
8213
8214
  $.reset(span);
@@ -8216,8 +8217,8 @@ function PolarCoordinates($$anchor, $$props) {
8216
8217
  $.append($$anchor, span);
8217
8218
  $.pop();
8218
8219
  }
8219
- var root$33 = $.from_html(`<span style="display:contents"><!></span>`);
8220
- function Polygon($$anchor, $$props) {
8220
+ var root$34 = $.from_html(`<span style="display:contents"><!></span>`);
8221
+ function PolarCoordinates($$anchor, $$props) {
8221
8222
  $.push($$props, true);
8222
8223
  function isPropDriver(value) {
8223
8224
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -8352,7 +8353,7 @@ function Polygon($$anchor, $$props) {
8352
8353
  $.set(isRegistered, false);
8353
8354
  parentRegister(instanceId, null, null, null, null);
8354
8355
  });
8355
- var span = root$33();
8356
+ var span = root$34();
8356
8357
  var node = $.child(span);
8357
8358
  children?.(node);
8358
8359
  $.reset(span);
@@ -8361,8 +8362,8 @@ function Polygon($$anchor, $$props) {
8361
8362
  $.append($$anchor, span);
8362
8363
  $.pop();
8363
8364
  }
8364
- var root$32 = $.from_html(`<span style="display:contents"><!></span>`);
8365
- function Posterize($$anchor, $$props) {
8365
+ var root$33 = $.from_html(`<span style="display:contents"><!></span>`);
8366
+ function Polygon($$anchor, $$props) {
8366
8367
  $.push($$props, true);
8367
8368
  function isPropDriver(value) {
8368
8369
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -8497,7 +8498,7 @@ function Posterize($$anchor, $$props) {
8497
8498
  $.set(isRegistered, false);
8498
8499
  parentRegister(instanceId, null, null, null, null);
8499
8500
  });
8500
- var span = root$32();
8501
+ var span = root$33();
8501
8502
  var node = $.child(span);
8502
8503
  children?.(node);
8503
8504
  $.reset(span);
@@ -8506,8 +8507,8 @@ function Posterize($$anchor, $$props) {
8506
8507
  $.append($$anchor, span);
8507
8508
  $.pop();
8508
8509
  }
8509
- var root$31 = $.from_html(`<span style="display:contents"><!></span>`);
8510
- function ProgressiveBlur($$anchor, $$props) {
8510
+ var root$32 = $.from_html(`<span style="display:contents"><!></span>`);
8511
+ function Posterize($$anchor, $$props) {
8511
8512
  $.push($$props, true);
8512
8513
  function isPropDriver(value) {
8513
8514
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -8642,7 +8643,7 @@ function ProgressiveBlur($$anchor, $$props) {
8642
8643
  $.set(isRegistered, false);
8643
8644
  parentRegister(instanceId, null, null, null, null);
8644
8645
  });
8645
- var span = root$31();
8646
+ var span = root$32();
8646
8647
  var node = $.child(span);
8647
8648
  children?.(node);
8648
8649
  $.reset(span);
@@ -8651,8 +8652,8 @@ function ProgressiveBlur($$anchor, $$props) {
8651
8652
  $.append($$anchor, span);
8652
8653
  $.pop();
8653
8654
  }
8654
- var root$30 = $.from_html(`<span style="display:contents"><!></span>`);
8655
- function RadialGradient($$anchor, $$props) {
8655
+ var root$31 = $.from_html(`<span style="display:contents"><!></span>`);
8656
+ function ProgressiveBlur($$anchor, $$props) {
8656
8657
  $.push($$props, true);
8657
8658
  function isPropDriver(value) {
8658
8659
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -8787,7 +8788,7 @@ function RadialGradient($$anchor, $$props) {
8787
8788
  $.set(isRegistered, false);
8788
8789
  parentRegister(instanceId, null, null, null, null);
8789
8790
  });
8790
- var span = root$30();
8791
+ var span = root$31();
8791
8792
  var node = $.child(span);
8792
8793
  children?.(node);
8793
8794
  $.reset(span);
@@ -8796,8 +8797,8 @@ function RadialGradient($$anchor, $$props) {
8796
8797
  $.append($$anchor, span);
8797
8798
  $.pop();
8798
8799
  }
8799
- var root$29 = $.from_html(`<span style="display:contents"><!></span>`);
8800
- function RectangularCoordinates($$anchor, $$props) {
8800
+ var root$30 = $.from_html(`<span style="display:contents"><!></span>`);
8801
+ function RadialGradient($$anchor, $$props) {
8801
8802
  $.push($$props, true);
8802
8803
  function isPropDriver(value) {
8803
8804
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -8932,7 +8933,7 @@ function RectangularCoordinates($$anchor, $$props) {
8932
8933
  $.set(isRegistered, false);
8933
8934
  parentRegister(instanceId, null, null, null, null);
8934
8935
  });
8935
- var span = root$29();
8936
+ var span = root$30();
8936
8937
  var node = $.child(span);
8937
8938
  children?.(node);
8938
8939
  $.reset(span);
@@ -8941,8 +8942,8 @@ function RectangularCoordinates($$anchor, $$props) {
8941
8942
  $.append($$anchor, span);
8942
8943
  $.pop();
8943
8944
  }
8944
- var root$28 = $.from_html(`<span style="display:contents"><!></span>`);
8945
- function Ring($$anchor, $$props) {
8945
+ var root$29 = $.from_html(`<span style="display:contents"><!></span>`);
8946
+ function RectangularCoordinates($$anchor, $$props) {
8946
8947
  $.push($$props, true);
8947
8948
  function isPropDriver(value) {
8948
8949
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -9077,7 +9078,7 @@ function Ring($$anchor, $$props) {
9077
9078
  $.set(isRegistered, false);
9078
9079
  parentRegister(instanceId, null, null, null, null);
9079
9080
  });
9080
- var span = root$28();
9081
+ var span = root$29();
9081
9082
  var node = $.child(span);
9082
9083
  children?.(node);
9083
9084
  $.reset(span);
@@ -9086,8 +9087,8 @@ function Ring($$anchor, $$props) {
9086
9087
  $.append($$anchor, span);
9087
9088
  $.pop();
9088
9089
  }
9089
- var root$27 = $.from_html(`<span style="display:contents"><!></span>`);
9090
- function Ripples($$anchor, $$props) {
9090
+ var root$28 = $.from_html(`<span style="display:contents"><!></span>`);
9091
+ function Ring($$anchor, $$props) {
9091
9092
  $.push($$props, true);
9092
9093
  function isPropDriver(value) {
9093
9094
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -9222,7 +9223,7 @@ function Ripples($$anchor, $$props) {
9222
9223
  $.set(isRegistered, false);
9223
9224
  parentRegister(instanceId, null, null, null, null);
9224
9225
  });
9225
- var span = root$27();
9226
+ var span = root$28();
9226
9227
  var node = $.child(span);
9227
9228
  children?.(node);
9228
9229
  $.reset(span);
@@ -9231,8 +9232,8 @@ function Ripples($$anchor, $$props) {
9231
9232
  $.append($$anchor, span);
9232
9233
  $.pop();
9233
9234
  }
9234
- var root$26 = $.from_html(`<span style="display:contents"><!></span>`);
9235
- function RoundedRect($$anchor, $$props) {
9235
+ var root$27 = $.from_html(`<span style="display:contents"><!></span>`);
9236
+ function Ripples($$anchor, $$props) {
9236
9237
  $.push($$props, true);
9237
9238
  function isPropDriver(value) {
9238
9239
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -9367,7 +9368,7 @@ function RoundedRect($$anchor, $$props) {
9367
9368
  $.set(isRegistered, false);
9368
9369
  parentRegister(instanceId, null, null, null, null);
9369
9370
  });
9370
- var span = root$26();
9371
+ var span = root$27();
9371
9372
  var node = $.child(span);
9372
9373
  children?.(node);
9373
9374
  $.reset(span);
@@ -9376,8 +9377,8 @@ function RoundedRect($$anchor, $$props) {
9376
9377
  $.append($$anchor, span);
9377
9378
  $.pop();
9378
9379
  }
9379
- var root$25 = $.from_html(`<span style="display:contents"><!></span>`);
9380
- function Saturation($$anchor, $$props) {
9380
+ var root$26 = $.from_html(`<span style="display:contents"><!></span>`);
9381
+ function RoundedRect($$anchor, $$props) {
9381
9382
  $.push($$props, true);
9382
9383
  function isPropDriver(value) {
9383
9384
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -9512,7 +9513,7 @@ function Saturation($$anchor, $$props) {
9512
9513
  $.set(isRegistered, false);
9513
9514
  parentRegister(instanceId, null, null, null, null);
9514
9515
  });
9515
- var span = root$25();
9516
+ var span = root$26();
9516
9517
  var node = $.child(span);
9517
9518
  children?.(node);
9518
9519
  $.reset(span);
@@ -9521,8 +9522,8 @@ function Saturation($$anchor, $$props) {
9521
9522
  $.append($$anchor, span);
9522
9523
  $.pop();
9523
9524
  }
9524
- var root$24 = $.from_html(`<span style="display:contents"><!></span>`);
9525
- function Sharpness($$anchor, $$props) {
9525
+ var root$25 = $.from_html(`<span style="display:contents"><!></span>`);
9526
+ function Saturation($$anchor, $$props) {
9526
9527
  $.push($$props, true);
9527
9528
  function isPropDriver(value) {
9528
9529
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -9657,7 +9658,7 @@ function Sharpness($$anchor, $$props) {
9657
9658
  $.set(isRegistered, false);
9658
9659
  parentRegister(instanceId, null, null, null, null);
9659
9660
  });
9660
- var span = root$24();
9661
+ var span = root$25();
9661
9662
  var node = $.child(span);
9662
9663
  children?.(node);
9663
9664
  $.reset(span);
@@ -9666,8 +9667,8 @@ function Sharpness($$anchor, $$props) {
9666
9667
  $.append($$anchor, span);
9667
9668
  $.pop();
9668
9669
  }
9669
- var root$23 = $.from_html(`<span style="display:contents"><!></span>`);
9670
- function Shatter($$anchor, $$props) {
9670
+ var root$24 = $.from_html(`<span style="display:contents"><!></span>`);
9671
+ function Sharpness($$anchor, $$props) {
9671
9672
  $.push($$props, true);
9672
9673
  function isPropDriver(value) {
9673
9674
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -9802,7 +9803,7 @@ function Shatter($$anchor, $$props) {
9802
9803
  $.set(isRegistered, false);
9803
9804
  parentRegister(instanceId, null, null, null, null);
9804
9805
  });
9805
- var span = root$23();
9806
+ var span = root$24();
9806
9807
  var node = $.child(span);
9807
9808
  children?.(node);
9808
9809
  $.reset(span);
@@ -9811,8 +9812,8 @@ function Shatter($$anchor, $$props) {
9811
9812
  $.append($$anchor, span);
9812
9813
  $.pop();
9813
9814
  }
9814
- var root$22 = $.from_html(`<span style="display:contents"><!></span>`);
9815
- function SimplexNoise($$anchor, $$props) {
9815
+ var root$23 = $.from_html(`<span style="display:contents"><!></span>`);
9816
+ function Shatter($$anchor, $$props) {
9816
9817
  $.push($$props, true);
9817
9818
  function isPropDriver(value) {
9818
9819
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -9947,7 +9948,7 @@ function SimplexNoise($$anchor, $$props) {
9947
9948
  $.set(isRegistered, false);
9948
9949
  parentRegister(instanceId, null, null, null, null);
9949
9950
  });
9950
- var span = root$22();
9951
+ var span = root$23();
9951
9952
  var node = $.child(span);
9952
9953
  children?.(node);
9953
9954
  $.reset(span);
@@ -9956,8 +9957,8 @@ function SimplexNoise($$anchor, $$props) {
9956
9957
  $.append($$anchor, span);
9957
9958
  $.pop();
9958
9959
  }
9959
- var root$21 = $.from_html(`<span style="display:contents"><!></span>`);
9960
- function SineWave($$anchor, $$props) {
9960
+ var root$22 = $.from_html(`<span style="display:contents"><!></span>`);
9961
+ function SimplexNoise($$anchor, $$props) {
9961
9962
  $.push($$props, true);
9962
9963
  function isPropDriver(value) {
9963
9964
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -10092,7 +10093,7 @@ function SineWave($$anchor, $$props) {
10092
10093
  $.set(isRegistered, false);
10093
10094
  parentRegister(instanceId, null, null, null, null);
10094
10095
  });
10095
- var span = root$21();
10096
+ var span = root$22();
10096
10097
  var node = $.child(span);
10097
10098
  children?.(node);
10098
10099
  $.reset(span);
@@ -10101,8 +10102,8 @@ function SineWave($$anchor, $$props) {
10101
10102
  $.append($$anchor, span);
10102
10103
  $.pop();
10103
10104
  }
10104
- var root$20 = $.from_html(`<span style="display:contents"><!></span>`);
10105
- function SolidColor($$anchor, $$props) {
10105
+ var root$21 = $.from_html(`<span style="display:contents"><!></span>`);
10106
+ function SineWave($$anchor, $$props) {
10106
10107
  $.push($$props, true);
10107
10108
  function isPropDriver(value) {
10108
10109
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -10237,7 +10238,7 @@ function SolidColor($$anchor, $$props) {
10237
10238
  $.set(isRegistered, false);
10238
10239
  parentRegister(instanceId, null, null, null, null);
10239
10240
  });
10240
- var span = root$20();
10241
+ var span = root$21();
10241
10242
  var node = $.child(span);
10242
10243
  children?.(node);
10243
10244
  $.reset(span);
@@ -10246,8 +10247,8 @@ function SolidColor($$anchor, $$props) {
10246
10247
  $.append($$anchor, span);
10247
10248
  $.pop();
10248
10249
  }
10249
- var root$19 = $.from_html(`<span style="display:contents"><!></span>`);
10250
- function Spherize($$anchor, $$props) {
10250
+ var root$20 = $.from_html(`<span style="display:contents"><!></span>`);
10251
+ function SolidColor($$anchor, $$props) {
10251
10252
  $.push($$props, true);
10252
10253
  function isPropDriver(value) {
10253
10254
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -10382,7 +10383,7 @@ function Spherize($$anchor, $$props) {
10382
10383
  $.set(isRegistered, false);
10383
10384
  parentRegister(instanceId, null, null, null, null);
10384
10385
  });
10385
- var span = root$19();
10386
+ var span = root$20();
10386
10387
  var node = $.child(span);
10387
10388
  children?.(node);
10388
10389
  $.reset(span);
@@ -10391,8 +10392,8 @@ function Spherize($$anchor, $$props) {
10391
10392
  $.append($$anchor, span);
10392
10393
  $.pop();
10393
10394
  }
10394
- var root$18 = $.from_html(`<span style="display:contents"><!></span>`);
10395
- function Spiral($$anchor, $$props) {
10395
+ var root$19 = $.from_html(`<span style="display:contents"><!></span>`);
10396
+ function Spherize($$anchor, $$props) {
10396
10397
  $.push($$props, true);
10397
10398
  function isPropDriver(value) {
10398
10399
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -10527,7 +10528,7 @@ function Spiral($$anchor, $$props) {
10527
10528
  $.set(isRegistered, false);
10528
10529
  parentRegister(instanceId, null, null, null, null);
10529
10530
  });
10530
- var span = root$18();
10531
+ var span = root$19();
10531
10532
  var node = $.child(span);
10532
10533
  children?.(node);
10533
10534
  $.reset(span);
@@ -10536,8 +10537,8 @@ function Spiral($$anchor, $$props) {
10536
10537
  $.append($$anchor, span);
10537
10538
  $.pop();
10538
10539
  }
10539
- var root$17 = $.from_html(`<span style="display:contents"><!></span>`);
10540
- function Star($$anchor, $$props) {
10540
+ var root$18 = $.from_html(`<span style="display:contents"><!></span>`);
10541
+ function Spiral($$anchor, $$props) {
10541
10542
  $.push($$props, true);
10542
10543
  function isPropDriver(value) {
10543
10544
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -10672,7 +10673,7 @@ function Star($$anchor, $$props) {
10672
10673
  $.set(isRegistered, false);
10673
10674
  parentRegister(instanceId, null, null, null, null);
10674
10675
  });
10675
- var span = root$17();
10676
+ var span = root$18();
10676
10677
  var node = $.child(span);
10677
10678
  children?.(node);
10678
10679
  $.reset(span);
@@ -10681,8 +10682,8 @@ function Star($$anchor, $$props) {
10681
10682
  $.append($$anchor, span);
10682
10683
  $.pop();
10683
10684
  }
10684
- var root$16 = $.from_html(`<span style="display:contents"><!></span>`);
10685
- function Strands($$anchor, $$props) {
10685
+ var root$17 = $.from_html(`<span style="display:contents"><!></span>`);
10686
+ function Star($$anchor, $$props) {
10686
10687
  $.push($$props, true);
10687
10688
  function isPropDriver(value) {
10688
10689
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -10817,7 +10818,7 @@ function Strands($$anchor, $$props) {
10817
10818
  $.set(isRegistered, false);
10818
10819
  parentRegister(instanceId, null, null, null, null);
10819
10820
  });
10820
- var span = root$16();
10821
+ var span = root$17();
10821
10822
  var node = $.child(span);
10822
10823
  children?.(node);
10823
10824
  $.reset(span);
@@ -10826,8 +10827,8 @@ function Strands($$anchor, $$props) {
10826
10827
  $.append($$anchor, span);
10827
10828
  $.pop();
10828
10829
  }
10829
- var root$15 = $.from_html(`<span style="display:contents"><!></span>`);
10830
- function Stretch($$anchor, $$props) {
10830
+ var root$16 = $.from_html(`<span style="display:contents"><!></span>`);
10831
+ function Strands($$anchor, $$props) {
10831
10832
  $.push($$props, true);
10832
10833
  function isPropDriver(value) {
10833
10834
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -10962,7 +10963,7 @@ function Stretch($$anchor, $$props) {
10962
10963
  $.set(isRegistered, false);
10963
10964
  parentRegister(instanceId, null, null, null, null);
10964
10965
  });
10965
- var span = root$15();
10966
+ var span = root$16();
10966
10967
  var node = $.child(span);
10967
10968
  children?.(node);
10968
10969
  $.reset(span);
@@ -10971,8 +10972,8 @@ function Stretch($$anchor, $$props) {
10971
10972
  $.append($$anchor, span);
10972
10973
  $.pop();
10973
10974
  }
10974
- var root$14 = $.from_html(`<span style="display:contents"><!></span>`);
10975
- function Stripes($$anchor, $$props) {
10975
+ var root$15 = $.from_html(`<span style="display:contents"><!></span>`);
10976
+ function Stretch($$anchor, $$props) {
10976
10977
  $.push($$props, true);
10977
10978
  function isPropDriver(value) {
10978
10979
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -11107,7 +11108,7 @@ function Stripes($$anchor, $$props) {
11107
11108
  $.set(isRegistered, false);
11108
11109
  parentRegister(instanceId, null, null, null, null);
11109
11110
  });
11110
- var span = root$14();
11111
+ var span = root$15();
11111
11112
  var node = $.child(span);
11112
11113
  children?.(node);
11113
11114
  $.reset(span);
@@ -11116,8 +11117,8 @@ function Stripes($$anchor, $$props) {
11116
11117
  $.append($$anchor, span);
11117
11118
  $.pop();
11118
11119
  }
11119
- var root$13 = $.from_html(`<span style="display:contents"><!></span>`);
11120
- function StudioBackground($$anchor, $$props) {
11120
+ var root$14 = $.from_html(`<span style="display:contents"><!></span>`);
11121
+ function Stripes($$anchor, $$props) {
11121
11122
  $.push($$props, true);
11122
11123
  function isPropDriver(value) {
11123
11124
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -11252,7 +11253,7 @@ function StudioBackground($$anchor, $$props) {
11252
11253
  $.set(isRegistered, false);
11253
11254
  parentRegister(instanceId, null, null, null, null);
11254
11255
  });
11255
- var span = root$13();
11256
+ var span = root$14();
11256
11257
  var node = $.child(span);
11257
11258
  children?.(node);
11258
11259
  $.reset(span);
@@ -11261,8 +11262,8 @@ function StudioBackground($$anchor, $$props) {
11261
11262
  $.append($$anchor, span);
11262
11263
  $.pop();
11263
11264
  }
11264
- var root$12 = $.from_html(`<span style="display:contents"><!></span>`);
11265
- function Swirl($$anchor, $$props) {
11265
+ var root$13 = $.from_html(`<span style="display:contents"><!></span>`);
11266
+ function StudioBackground($$anchor, $$props) {
11266
11267
  $.push($$props, true);
11267
11268
  function isPropDriver(value) {
11268
11269
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -11397,7 +11398,7 @@ function Swirl($$anchor, $$props) {
11397
11398
  $.set(isRegistered, false);
11398
11399
  parentRegister(instanceId, null, null, null, null);
11399
11400
  });
11400
- var span = root$12();
11401
+ var span = root$13();
11401
11402
  var node = $.child(span);
11402
11403
  children?.(node);
11403
11404
  $.reset(span);
@@ -11406,8 +11407,8 @@ function Swirl($$anchor, $$props) {
11406
11407
  $.append($$anchor, span);
11407
11408
  $.pop();
11408
11409
  }
11409
- var root$11 = $.from_html(`<span style="display:contents"><!></span>`);
11410
- function TiltShift($$anchor, $$props) {
11410
+ var root$12 = $.from_html(`<span style="display:contents"><!></span>`);
11411
+ function Swirl($$anchor, $$props) {
11411
11412
  $.push($$props, true);
11412
11413
  function isPropDriver(value) {
11413
11414
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -11542,7 +11543,7 @@ function TiltShift($$anchor, $$props) {
11542
11543
  $.set(isRegistered, false);
11543
11544
  parentRegister(instanceId, null, null, null, null);
11544
11545
  });
11545
- var span = root$11();
11546
+ var span = root$12();
11546
11547
  var node = $.child(span);
11547
11548
  children?.(node);
11548
11549
  $.reset(span);
@@ -11551,8 +11552,8 @@ function TiltShift($$anchor, $$props) {
11551
11552
  $.append($$anchor, span);
11552
11553
  $.pop();
11553
11554
  }
11554
- var root$10 = $.from_html(`<span style="display:contents"><!></span>`);
11555
- function Tint($$anchor, $$props) {
11555
+ var root$11 = $.from_html(`<span style="display:contents"><!></span>`);
11556
+ function TiltShift($$anchor, $$props) {
11556
11557
  $.push($$props, true);
11557
11558
  function isPropDriver(value) {
11558
11559
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -11687,7 +11688,7 @@ function Tint($$anchor, $$props) {
11687
11688
  $.set(isRegistered, false);
11688
11689
  parentRegister(instanceId, null, null, null, null);
11689
11690
  });
11690
- var span = root$10();
11691
+ var span = root$11();
11691
11692
  var node = $.child(span);
11692
11693
  children?.(node);
11693
11694
  $.reset(span);
@@ -11696,8 +11697,8 @@ function Tint($$anchor, $$props) {
11696
11697
  $.append($$anchor, span);
11697
11698
  $.pop();
11698
11699
  }
11699
- var root$9 = $.from_html(`<span style="display:contents"><!></span>`);
11700
- function Trapezoid($$anchor, $$props) {
11700
+ var root$10 = $.from_html(`<span style="display:contents"><!></span>`);
11701
+ function Tint($$anchor, $$props) {
11701
11702
  $.push($$props, true);
11702
11703
  function isPropDriver(value) {
11703
11704
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -11832,7 +11833,7 @@ function Trapezoid($$anchor, $$props) {
11832
11833
  $.set(isRegistered, false);
11833
11834
  parentRegister(instanceId, null, null, null, null);
11834
11835
  });
11835
- var span = root$9();
11836
+ var span = root$10();
11836
11837
  var node = $.child(span);
11837
11838
  children?.(node);
11838
11839
  $.reset(span);
@@ -11841,8 +11842,8 @@ function Trapezoid($$anchor, $$props) {
11841
11842
  $.append($$anchor, span);
11842
11843
  $.pop();
11843
11844
  }
11844
- var root$8 = $.from_html(`<span style="display:contents"><!></span>`);
11845
- function Tritone($$anchor, $$props) {
11845
+ var root$9 = $.from_html(`<span style="display:contents"><!></span>`);
11846
+ function Trapezoid($$anchor, $$props) {
11846
11847
  $.push($$props, true);
11847
11848
  function isPropDriver(value) {
11848
11849
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -11977,7 +11978,7 @@ function Tritone($$anchor, $$props) {
11977
11978
  $.set(isRegistered, false);
11978
11979
  parentRegister(instanceId, null, null, null, null);
11979
11980
  });
11980
- var span = root$8();
11981
+ var span = root$9();
11981
11982
  var node = $.child(span);
11982
11983
  children?.(node);
11983
11984
  $.reset(span);
@@ -11986,8 +11987,8 @@ function Tritone($$anchor, $$props) {
11986
11987
  $.append($$anchor, span);
11987
11988
  $.pop();
11988
11989
  }
11989
- var root$7 = $.from_html(`<span style="display:contents"><!></span>`);
11990
- function Twirl($$anchor, $$props) {
11990
+ var root$8 = $.from_html(`<span style="display:contents"><!></span>`);
11991
+ function Tritone($$anchor, $$props) {
11991
11992
  $.push($$props, true);
11992
11993
  function isPropDriver(value) {
11993
11994
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -12122,7 +12123,7 @@ function Twirl($$anchor, $$props) {
12122
12123
  $.set(isRegistered, false);
12123
12124
  parentRegister(instanceId, null, null, null, null);
12124
12125
  });
12125
- var span = root$7();
12126
+ var span = root$8();
12126
12127
  var node = $.child(span);
12127
12128
  children?.(node);
12128
12129
  $.reset(span);
@@ -12131,8 +12132,8 @@ function Twirl($$anchor, $$props) {
12131
12132
  $.append($$anchor, span);
12132
12133
  $.pop();
12133
12134
  }
12134
- var root$6 = $.from_html(`<span style="display:contents"><!></span>`);
12135
- function Vesica($$anchor, $$props) {
12135
+ var root$7 = $.from_html(`<span style="display:contents"><!></span>`);
12136
+ function Twirl($$anchor, $$props) {
12136
12137
  $.push($$props, true);
12137
12138
  function isPropDriver(value) {
12138
12139
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -12267,7 +12268,7 @@ function Vesica($$anchor, $$props) {
12267
12268
  $.set(isRegistered, false);
12268
12269
  parentRegister(instanceId, null, null, null, null);
12269
12270
  });
12270
- var span = root$6();
12271
+ var span = root$7();
12271
12272
  var node = $.child(span);
12272
12273
  children?.(node);
12273
12274
  $.reset(span);
@@ -12276,8 +12277,8 @@ function Vesica($$anchor, $$props) {
12276
12277
  $.append($$anchor, span);
12277
12278
  $.pop();
12278
12279
  }
12279
- var root$5 = $.from_html(`<span style="display:contents"><!></span>`);
12280
- function Vibrance($$anchor, $$props) {
12280
+ var root$6 = $.from_html(`<span style="display:contents"><!></span>`);
12281
+ function Vesica($$anchor, $$props) {
12281
12282
  $.push($$props, true);
12282
12283
  function isPropDriver(value) {
12283
12284
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -12412,7 +12413,7 @@ function Vibrance($$anchor, $$props) {
12412
12413
  $.set(isRegistered, false);
12413
12414
  parentRegister(instanceId, null, null, null, null);
12414
12415
  });
12415
- var span = root$5();
12416
+ var span = root$6();
12416
12417
  var node = $.child(span);
12417
12418
  children?.(node);
12418
12419
  $.reset(span);
@@ -12421,8 +12422,8 @@ function Vibrance($$anchor, $$props) {
12421
12422
  $.append($$anchor, span);
12422
12423
  $.pop();
12423
12424
  }
12424
- var root$4 = $.from_html(`<span style="display:contents"><!></span>`);
12425
- function VideoTexture($$anchor, $$props) {
12425
+ var root$5 = $.from_html(`<span style="display:contents"><!></span>`);
12426
+ function Vibrance($$anchor, $$props) {
12426
12427
  $.push($$props, true);
12427
12428
  function isPropDriver(value) {
12428
12429
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -12557,7 +12558,7 @@ function VideoTexture($$anchor, $$props) {
12557
12558
  $.set(isRegistered, false);
12558
12559
  parentRegister(instanceId, null, null, null, null);
12559
12560
  });
12560
- var span = root$4();
12561
+ var span = root$5();
12561
12562
  var node = $.child(span);
12562
12563
  children?.(node);
12563
12564
  $.reset(span);
@@ -12566,8 +12567,8 @@ function VideoTexture($$anchor, $$props) {
12566
12567
  $.append($$anchor, span);
12567
12568
  $.pop();
12568
12569
  }
12569
- var root$3 = $.from_html(`<span style="display:contents"><!></span>`);
12570
- function WaveDistortion($$anchor, $$props) {
12570
+ var root$4 = $.from_html(`<span style="display:contents"><!></span>`);
12571
+ function VideoTexture($$anchor, $$props) {
12571
12572
  $.push($$props, true);
12572
12573
  function isPropDriver(value) {
12573
12574
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -12702,7 +12703,7 @@ function WaveDistortion($$anchor, $$props) {
12702
12703
  $.set(isRegistered, false);
12703
12704
  parentRegister(instanceId, null, null, null, null);
12704
12705
  });
12705
- var span = root$3();
12706
+ var span = root$4();
12706
12707
  var node = $.child(span);
12707
12708
  children?.(node);
12708
12709
  $.reset(span);
@@ -12711,8 +12712,8 @@ function WaveDistortion($$anchor, $$props) {
12711
12712
  $.append($$anchor, span);
12712
12713
  $.pop();
12713
12714
  }
12714
- var root$2 = $.from_html(`<span style="display:contents"><!></span>`);
12715
- function WebcamTexture($$anchor, $$props) {
12715
+ var root$3 = $.from_html(`<span style="display:contents"><!></span>`);
12716
+ function WaveDistortion($$anchor, $$props) {
12716
12717
  $.push($$props, true);
12717
12718
  function isPropDriver(value) {
12718
12719
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -12847,7 +12848,7 @@ function WebcamTexture($$anchor, $$props) {
12847
12848
  $.set(isRegistered, false);
12848
12849
  parentRegister(instanceId, null, null, null, null);
12849
12850
  });
12850
- var span = root$2();
12851
+ var span = root$3();
12851
12852
  var node = $.child(span);
12852
12853
  children?.(node);
12853
12854
  $.reset(span);
@@ -12856,8 +12857,8 @@ function WebcamTexture($$anchor, $$props) {
12856
12857
  $.append($$anchor, span);
12857
12858
  $.pop();
12858
12859
  }
12859
- var root$1 = $.from_html(`<span style="display:contents"><!></span>`);
12860
- function ZoomBlur($$anchor, $$props) {
12860
+ var root$2 = $.from_html(`<span style="display:contents"><!></span>`);
12861
+ function WebcamTexture($$anchor, $$props) {
12861
12862
  $.push($$props, true);
12862
12863
  function isPropDriver(value) {
12863
12864
  return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
@@ -12992,6 +12993,151 @@ function ZoomBlur($$anchor, $$props) {
12992
12993
  $.set(isRegistered, false);
12993
12994
  parentRegister(instanceId, null, null, null, null);
12994
12995
  });
12996
+ var span = root$2();
12997
+ var node = $.child(span);
12998
+ children?.(node);
12999
+ $.reset(span);
13000
+ $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
13001
+ $.template_effect(() => $.set_attribute(span, "data-shader-id", instanceId));
13002
+ $.append($$anchor, span);
13003
+ $.pop();
13004
+ }
13005
+ var root$1 = $.from_html(`<span style="display:contents"><!></span>`);
13006
+ function ZoomBlur($$anchor, $$props) {
13007
+ $.push($$props, true);
13008
+ function isPropDriver(value) {
13009
+ return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
13010
+ }
13011
+ const DEFAULT_TRANSFORM = {
13012
+ offsetX: 0,
13013
+ offsetY: 0,
13014
+ rotation: 0,
13015
+ scale: 1,
13016
+ anchorX: .5,
13017
+ anchorY: .5,
13018
+ edges: "transparent"
13019
+ };
13020
+ const componentDefaults = {
13021
+ blendMode: "normal",
13022
+ visible: true,
13023
+ ...Object.entries(componentDefinition$89.props).reduce((acc, [key, config]) => {
13024
+ acc[key] = config.default;
13025
+ return acc;
13026
+ }, {})
13027
+ };
13028
+ const props = $.rest_props($$props, [
13029
+ "$$slots",
13030
+ "$$events",
13031
+ "$$legacy"
13032
+ ]);
13033
+ const blendMode = $.derived(() => $$props.blendMode ?? componentDefaults.blendMode);
13034
+ const opacity = $.derived(() => $$props.opacity);
13035
+ const visible = $.derived(() => $$props.visible ?? componentDefaults.visible);
13036
+ const id = $.derived(() => $$props.id);
13037
+ const maskSource = $.derived(() => $$props.maskSource);
13038
+ const maskType = $.derived(() => $$props.maskType);
13039
+ const renderOrder = $.derived(() => $$props.renderOrder);
13040
+ const { children } = props;
13041
+ const mapsFromProps = $.derived(() => {
13042
+ const maps = {};
13043
+ for (const key of Object.keys(componentDefinition$89.props)) {
13044
+ const val = props[key];
13045
+ if (isPropDriver(val)) maps[key] = val;
13046
+ }
13047
+ return Object.keys(maps).length > 0 ? maps : void 0;
13048
+ });
13049
+ const effectiveTransform = $.derived(() => ({
13050
+ ...DEFAULT_TRANSFORM,
13051
+ ...$$props.transform
13052
+ }));
13053
+ const parentId = getContext("shaderParentId");
13054
+ if (parentId === void 0) throw new Error("Shader components must be used inside an <Shader> component or another shader component");
13055
+ const instanceId = ($.get(id) ? $.get(id).replace(/[^a-zA-Z0-9_]/g, "_") : null) || Math.random().toString(36).substring(2, 10);
13056
+ setContext("shaderParentId", instanceId);
13057
+ const shaderReadyProps = $.derived(() => {
13058
+ let baseProps = { ...componentDefaults };
13059
+ for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && key !== "children") {
13060
+ const propValue = props[key];
13061
+ if (isPropDriver(propValue)) continue;
13062
+ const defaultValue = componentDefaults[key];
13063
+ if (propValue !== void 0 && propValue !== defaultValue) baseProps[key] = propValue;
13064
+ }
13065
+ return baseProps;
13066
+ });
13067
+ const shaderColorSpace = getContext("shaderColorSpace");
13068
+ if (shaderColorSpace) setColorSpaceMode(shaderColorSpace());
13069
+ const uniforms = createUniformsMap(componentDefinition$89, $.get(shaderReadyProps), instanceId);
13070
+ const parentRegister = getContext("shaderNodeRegister");
13071
+ if (parentRegister === void 0) throw new Error("Shader components must be used inside an <Shader> component or another shader component");
13072
+ const parentUniformUpdate = getContext("shaderUniformUpdate");
13073
+ if (parentUniformUpdate === void 0) throw new Error("Shader components require shaderUniformUpdate from parent");
13074
+ const parentMetadataUpdate = getContext("shaderMetadataUpdate");
13075
+ if (parentMetadataUpdate === void 0) throw new Error("Shader components require shaderMetadataUpdate from parent");
13076
+ let orderMarker;
13077
+ let detectedRenderOrder = void 0;
13078
+ let isRegistered = $.state(false);
13079
+ Object.entries(uniforms).forEach(([propName, { uniform, transform }]) => {
13080
+ $.user_effect(() => {
13081
+ if (!$.get(isRegistered)) return;
13082
+ if (uniform && uniform.value !== void 0) {
13083
+ const newValue = props[propName];
13084
+ if (newValue !== void 0 && !isPropDriver(newValue)) parentUniformUpdate(instanceId, propName, newValue);
13085
+ }
13086
+ });
13087
+ });
13088
+ $.user_effect(() => {
13089
+ if (!$.get(isRegistered)) return;
13090
+ parentMetadataUpdate(instanceId, {
13091
+ blendMode: $.get(blendMode),
13092
+ opacity: $.get(opacity),
13093
+ visible: $.get(visible) === false ? false : true,
13094
+ id: $.get(id),
13095
+ mask: $.get(maskSource) ? {
13096
+ source: $.get(maskSource),
13097
+ type: $.get(maskType) || "alpha"
13098
+ } : void 0,
13099
+ maps: $.get(mapsFromProps),
13100
+ renderOrder: $.get(renderOrder) ?? detectedRenderOrder,
13101
+ transform: $.get(effectiveTransform)
13102
+ });
13103
+ });
13104
+ onMount(() => {
13105
+ if (componentDefinition$89 && typeof componentDefinition$89.fragmentNode === "function") {
13106
+ parentRegister(instanceId, componentDefinition$89.fragmentNode, parentId, {
13107
+ blendMode: $.get(blendMode),
13108
+ opacity: $.get(opacity),
13109
+ visible: $.get(visible) !== false ? true : false,
13110
+ id: $.get(id),
13111
+ mask: $.get(maskSource) ? {
13112
+ source: $.get(maskSource),
13113
+ type: $.get(maskType) || "alpha"
13114
+ } : void 0,
13115
+ maps: $.get(mapsFromProps),
13116
+ renderOrder: $.get(renderOrder) ?? detectedRenderOrder,
13117
+ transform: $.get(effectiveTransform)
13118
+ }, uniforms, componentDefinition$89);
13119
+ $.set(isRegistered, true);
13120
+ if ($.get(renderOrder) === void 0 && orderMarker) {
13121
+ const parent = orderMarker.parentElement;
13122
+ if (parent) {
13123
+ const siblings = parent.querySelectorAll(":scope > [data-shader-id]");
13124
+ const position = Array.from(siblings).indexOf(orderMarker);
13125
+ if (position >= 0) {
13126
+ detectedRenderOrder = position;
13127
+ parentMetadataUpdate(instanceId, { renderOrder: position });
13128
+ }
13129
+ }
13130
+ }
13131
+ } else console.error("componentDefinition.fragmentNode is not a function:", {
13132
+ componentDefinition: componentDefinition$89,
13133
+ fragmentNode: componentDefinition$89?.fragmentNode,
13134
+ type: typeof componentDefinition$89?.fragmentNode
13135
+ });
13136
+ });
13137
+ onDestroy(() => {
13138
+ $.set(isRegistered, false);
13139
+ parentRegister(instanceId, null, null, null, null);
13140
+ });
12995
13141
  var span = root$1();
12996
13142
  var node = $.child(span);
12997
13143
  children?.(node);
@@ -13280,6 +13426,7 @@ function Preview($$anchor, $$props) {
13280
13426
  FloatingParticles,
13281
13427
  FlowField,
13282
13428
  Flower,
13429
+ Form3D,
13283
13430
  Glass,
13284
13431
  GlassTiles,
13285
13432
  Glitch,
@@ -13488,4 +13635,4 @@ function Preview($$anchor, $$props) {
13488
13635
  $.append($$anchor, fragment);
13489
13636
  $.pop();
13490
13637
  }
13491
- export { AngularBlur, Ascii, Aurora, Beam, Blob, Blur, BrightnessContrast, Bulge, CRTScreen, ChannelBlur, Checkerboard, ChromaFlow, ChromaticAberration, Circle, ConcentricSpin, ContourLines, Crescent, Cross, CursorRipples, CursorTrail, DiffuseBlur, Dither, DotGrid, Duotone, Ellipse, Emboss, FallingLines, FilmGrain, FloatingParticles, FlowField, Flower, Glass, GlassTiles, Glitch, Glow, Godrays, Grayscale, Grid, GridDistortion, Group, Halftone, HueShift, ImageTexture, Invert, Kaleidoscope, LensFlare, LinearBlur, LinearGradient, Liquify, Mirror, Neon, Paper, Perspective, Pixelate, Plasma, PolarCoordinates, Polygon, Posterize, Preview, ProgressiveBlur, RadialGradient, RectangularCoordinates, Ring, Ripples, RoundedRect, Saturation, Shader, Sharpness, Shatter, SimplexNoise, SineWave, SolidColor, Spherize, Spiral, Star, Strands, Stretch, Stripes, StudioBackground, Swirl, TiltShift, Tint, Trapezoid, Tritone, Twirl, Vesica, Vibrance, VideoTexture, WaveDistortion, WebcamTexture, ZoomBlur, generatePresetCode };
13638
+ export { AngularBlur, Ascii, Aurora, Beam, Blob, Blur, BrightnessContrast, Bulge, CRTScreen, ChannelBlur, Checkerboard, ChromaFlow, ChromaticAberration, Circle, ConcentricSpin, ContourLines, Crescent, Cross, CursorRipples, CursorTrail, DiffuseBlur, Dither, DotGrid, Duotone, Ellipse, Emboss, FallingLines, FilmGrain, FloatingParticles, FlowField, Flower, Form3D, Glass, GlassTiles, Glitch, Glow, Godrays, Grayscale, Grid, GridDistortion, Group, Halftone, HueShift, ImageTexture, Invert, Kaleidoscope, LensFlare, LinearBlur, LinearGradient, Liquify, Mirror, Neon, Paper, Perspective, Pixelate, Plasma, PolarCoordinates, Polygon, Posterize, Preview, ProgressiveBlur, RadialGradient, RectangularCoordinates, Ring, Ripples, RoundedRect, Saturation, Shader, Sharpness, Shatter, SimplexNoise, SineWave, SolidColor, Spherize, Spiral, Star, Strands, Stretch, Stripes, StudioBackground, Swirl, TiltShift, Tint, Trapezoid, Tritone, Twirl, Vesica, Vibrance, VideoTexture, WaveDistortion, WebcamTexture, ZoomBlur, generatePresetCode };