shaders 2.5.128 → 2.5.129

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 (247) hide show
  1. package/dist/core/{Blur-5_t3tR_g.js → Blur-LkvIPGj0.js} +1 -1
  2. package/dist/core/{ChannelBlur-DWgS3nhn.js → ChannelBlur-WTXL0B7t.js} +1 -1
  3. package/dist/core/Exposure-CFn2J_t3.js +29 -0
  4. package/dist/core/{Glass-CXT1jdLw.js → Glass-Cy1wvfuu.js} +1 -1
  5. package/dist/core/{Glow-5PP4-rM9.js → Glow-CJ7MTzc4.js} +6 -4
  6. package/dist/core/{ProgressiveBlur-BJwJ5mE0.js → ProgressiveBlur-jvN5Adf4.js} +1 -1
  7. package/dist/core/{ReflectivePlane-UIT4xlmn.js → ReflectivePlane-CGXUsPVJ.js} +1 -1
  8. package/dist/core/ThinFilm-CUsi8eSg.js +305 -0
  9. package/dist/core/{TiltShift-DtQ3dRL-.js → TiltShift-e-1ia_HN.js} +1 -1
  10. package/dist/core/{VideoTexture-ClutlOqj.js → VideoTexture-FmV1l91c.js} +1 -1
  11. package/dist/core/{WebcamTexture-D4e06ajM.js → WebcamTexture-DlS4MCDm.js} +1 -1
  12. package/dist/core/blendModes/linearDodge.d.ts.map +1 -1
  13. package/dist/core/{computeBlur-CprKe0xa.js → computeBlur-DNlXBk7b.js} +7 -3
  14. package/dist/core/effects/thinFilm.d.ts +81 -0
  15. package/dist/core/effects/thinFilm.d.ts.map +1 -0
  16. package/dist/core/index.js +90 -88
  17. package/dist/core/registry.js +89 -87
  18. package/dist/core/shaderRegistry-RdJlP7Pq.js +276 -0
  19. package/dist/core/shaderRegistry.d.ts.map +1 -1
  20. package/dist/core/shaders/Blur/index.js +2 -2
  21. package/dist/core/shaders/ChannelBlur/index.js +2 -2
  22. package/dist/core/shaders/Exposure/index.d.ts +13 -0
  23. package/dist/core/shaders/Exposure/index.d.ts.map +1 -0
  24. package/dist/core/shaders/Exposure/index.js +2 -0
  25. package/dist/core/shaders/FallingLines/index.js +1 -1
  26. package/dist/core/shaders/FilmGrain/index.js +1 -1
  27. package/dist/core/shaders/FloatingParticles/index.js +1 -1
  28. package/dist/core/shaders/FlowField/index.js +1 -1
  29. package/dist/core/shaders/Flower/index.js +1 -1
  30. package/dist/core/shaders/FlowingGradient/index.js +1 -1
  31. package/dist/core/shaders/FlutedGlass/index.js +1 -1
  32. package/dist/core/shaders/Fog/index.js +1 -1
  33. package/dist/core/shaders/Form3D/index.js +1 -1
  34. package/dist/core/shaders/FractalNoise/index.js +1 -1
  35. package/dist/core/shaders/Glass/index.js +2 -2
  36. package/dist/core/shaders/GlassTiles/index.js +1 -1
  37. package/dist/core/shaders/Glitch/index.js +1 -1
  38. package/dist/core/shaders/Glow/index.d.ts.map +1 -1
  39. package/dist/core/shaders/Glow/index.js +2 -2
  40. package/dist/core/shaders/Godrays/index.js +1 -1
  41. package/dist/core/shaders/Grayscale/index.js +1 -1
  42. package/dist/core/shaders/Grid/index.js +1 -1
  43. package/dist/core/shaders/GridDistortion/index.js +1 -1
  44. package/dist/core/shaders/Group/index.js +1 -1
  45. package/dist/core/shaders/Halftone/index.js +1 -1
  46. package/dist/core/shaders/HexGrid/index.js +1 -1
  47. package/dist/core/shaders/HueShift/index.js +1 -1
  48. package/dist/core/shaders/ImageTexture/index.js +1 -1
  49. package/dist/core/shaders/Invert/index.js +1 -1
  50. package/dist/core/shaders/Kaleidoscope/index.js +1 -1
  51. package/dist/core/shaders/LensFlare/index.js +1 -1
  52. package/dist/core/shaders/LinearBlur/index.js +1 -1
  53. package/dist/core/shaders/LinearGradient/index.js +1 -1
  54. package/dist/core/shaders/Liquify/index.js +1 -1
  55. package/dist/core/shaders/Marble/index.js +1 -1
  56. package/dist/core/shaders/Mirror/index.js +1 -1
  57. package/dist/core/shaders/MultiPointGradient/index.js +1 -1
  58. package/dist/core/shaders/Neon/index.js +1 -1
  59. package/dist/core/shaders/Paper/index.js +1 -1
  60. package/dist/core/shaders/Perspective/index.js +1 -1
  61. package/dist/core/shaders/Pixelate/index.js +1 -1
  62. package/dist/core/shaders/Plasma/index.js +1 -1
  63. package/dist/core/shaders/PolarCoordinates/index.js +1 -1
  64. package/dist/core/shaders/Polygon/index.js +1 -1
  65. package/dist/core/shaders/Posterize/index.js +1 -1
  66. package/dist/core/shaders/ProgressiveBlur/index.js +2 -2
  67. package/dist/core/shaders/RadialGradient/index.js +1 -1
  68. package/dist/core/shaders/RectangularCoordinates/index.js +1 -1
  69. package/dist/core/shaders/ReflectivePlane/index.js +2 -2
  70. package/dist/core/shaders/Ring/index.js +1 -1
  71. package/dist/core/shaders/Ripples/index.js +1 -1
  72. package/dist/core/shaders/RoundedRect/index.js +1 -1
  73. package/dist/core/shaders/Saturation/index.js +1 -1
  74. package/dist/core/shaders/Sharpness/index.js +1 -1
  75. package/dist/core/shaders/Shatter/index.js +1 -1
  76. package/dist/core/shaders/SimplexNoise/index.js +1 -1
  77. package/dist/core/shaders/SineWave/index.js +1 -1
  78. package/dist/core/shaders/Smoke/index.js +1 -1
  79. package/dist/core/shaders/SmokeFill/index.js +1 -1
  80. package/dist/core/shaders/Solarize/index.js +1 -1
  81. package/dist/core/shaders/SolidColor/index.js +1 -1
  82. package/dist/core/shaders/Spherize/index.js +1 -1
  83. package/dist/core/shaders/Spiral/index.js +1 -1
  84. package/dist/core/shaders/Star/index.js +1 -1
  85. package/dist/core/shaders/Strands/index.js +1 -1
  86. package/dist/core/shaders/Stretch/index.js +1 -1
  87. package/dist/core/shaders/Stripes/index.js +1 -1
  88. package/dist/core/shaders/StudioBackground/index.js +1 -1
  89. package/dist/core/shaders/SunBurst/index.js +1 -1
  90. package/dist/core/shaders/Swirl/index.js +1 -1
  91. package/dist/core/shaders/ThinFilm/index.d.ts +130 -0
  92. package/dist/core/shaders/ThinFilm/index.d.ts.map +1 -0
  93. package/dist/core/shaders/ThinFilm/index.js +6 -0
  94. package/dist/core/shaders/TiltShift/index.js +2 -2
  95. package/dist/core/shaders/Tint/index.js +1 -1
  96. package/dist/core/shaders/Trapezoid/index.js +1 -1
  97. package/dist/core/shaders/Tritone/index.js +1 -1
  98. package/dist/core/shaders/Truchet/index.js +1 -1
  99. package/dist/core/shaders/Twirl/index.js +1 -1
  100. package/dist/core/shaders/VHS/index.js +1 -1
  101. package/dist/core/shaders/Vesica/index.js +1 -1
  102. package/dist/core/shaders/Vibrance/index.js +1 -1
  103. package/dist/core/shaders/VideoTexture/index.js +2 -2
  104. package/dist/core/shaders/Vignette/index.js +1 -1
  105. package/dist/core/shaders/Voronoi/index.js +1 -1
  106. package/dist/core/shaders/WaveDistortion/index.js +1 -1
  107. package/dist/core/shaders/Weave/index.js +1 -1
  108. package/dist/core/shaders/WebcamTexture/index.js +2 -2
  109. package/dist/core/shaders/WorleyNoise/index.js +1 -1
  110. package/dist/core/shaders/ZoomBlur/index.js +1 -1
  111. package/dist/core/utilities/computeBlur.d.ts.map +1 -1
  112. package/dist/js/bundle.js +199 -199
  113. package/dist/js/createShader.js +1 -1
  114. package/dist/js/utils/generatePresetCode.d.ts.map +1 -1
  115. package/dist/js/utils/generatePresetCode.js +31 -0
  116. package/dist/react/Exposure.js +217 -0
  117. package/dist/react/Preview.js +2 -0
  118. package/dist/react/Shader.js +1 -1
  119. package/dist/react/ThinFilm.js +217 -0
  120. package/dist/react/bundle.js +214 -214
  121. package/dist/react/components/Exposure.d.ts +33 -0
  122. package/dist/react/components/Exposure.d.ts.map +1 -0
  123. package/dist/react/components/ThinFilm.d.ts +41 -0
  124. package/dist/react/components/ThinFilm.d.ts.map +1 -0
  125. package/dist/react/engine/Preview.d.ts.map +1 -1
  126. package/dist/react/index.d.ts +2 -0
  127. package/dist/react/index.d.ts.map +1 -1
  128. package/dist/react/index.js +3 -1
  129. package/dist/react/utils/generatePresetCode.d.ts.map +1 -1
  130. package/dist/react/utils/generatePresetCode.js +31 -0
  131. package/dist/registry.js +590 -0
  132. package/dist/solid/components/Exposure.d.ts +30 -0
  133. package/dist/solid/components/Exposure.d.ts.map +1 -0
  134. package/dist/solid/components/Exposure.js +228 -0
  135. package/dist/solid/components/ThinFilm.d.ts +38 -0
  136. package/dist/solid/components/ThinFilm.d.ts.map +1 -0
  137. package/dist/solid/components/ThinFilm.js +228 -0
  138. package/dist/solid/engine/Preview.d.ts.map +1 -1
  139. package/dist/solid/engine/Preview.js +204 -200
  140. package/dist/solid/engine/Shader.js +1 -1
  141. package/dist/solid/index.d.ts +2 -0
  142. package/dist/solid/index.d.ts.map +1 -1
  143. package/dist/solid/index.js +172 -168
  144. package/dist/solid/utils/generatePresetCode.d.ts.map +1 -1
  145. package/dist/solid/utils/generatePresetCode.js +31 -0
  146. package/dist/svelte/components/Exposure.svelte.d.ts +20 -0
  147. package/dist/svelte/components/ThinFilm.svelte.d.ts +28 -0
  148. package/dist/svelte/index.d.ts +2 -0
  149. package/dist/svelte/index.js +1033 -633
  150. package/dist/svelte/source/components/Exposure.svelte +326 -0
  151. package/dist/svelte/source/components/ThinFilm.svelte +334 -0
  152. package/dist/svelte/source/engine/Preview.svelte +4 -0
  153. package/dist/svelte/source/index.js +2 -0
  154. package/dist/svelte/utils/generatePresetCode.js +31 -0
  155. package/dist/vue/Exposure.js +3 -0
  156. package/dist/vue/Exposure.vue_vue_type_script_setup_true_lang.js +213 -0
  157. package/dist/vue/Preview.vue_vue_type_script_setup_true_lang.js +4 -0
  158. package/dist/vue/Shader.vue_vue_type_script_setup_true_lang.js +1 -1
  159. package/dist/vue/ThinFilm.js +3 -0
  160. package/dist/vue/ThinFilm.vue_vue_type_script_setup_true_lang.js +231 -0
  161. package/dist/vue/components/Exposure.vue.d.ts +55 -0
  162. package/dist/vue/components/Exposure.vue.d.ts.map +1 -0
  163. package/dist/vue/components/ThinFilm.vue.d.ts +63 -0
  164. package/dist/vue/components/ThinFilm.vue.d.ts.map +1 -0
  165. package/dist/vue/index.d.ts +2 -0
  166. package/dist/vue/index.d.ts.map +1 -1
  167. package/dist/vue/index.js +3 -1
  168. package/dist/vue/utils/generatePresetCode.d.ts.map +1 -1
  169. package/dist/vue/utils/generatePresetCode.js +31 -0
  170. package/package.json +17 -1
  171. package/dist/core/shaderRegistry-Brvv9sO8.js +0 -272
  172. /package/dist/core/{FallingLines-DqIZ8wTH.js → FallingLines-9elMmSlj.js} +0 -0
  173. /package/dist/core/{FilmGrain-DdV7_b8g.js → FilmGrain-DIydVgOW.js} +0 -0
  174. /package/dist/core/{FloatingParticles-LMsFTJKp.js → FloatingParticles-B068TLIi.js} +0 -0
  175. /package/dist/core/{FlowField-D3CAHBBG.js → FlowField-CeZjhyEo.js} +0 -0
  176. /package/dist/core/{Flower-BbRNrXIa.js → Flower-DSr0JWa2.js} +0 -0
  177. /package/dist/core/{FlowingGradient-BRQ_K-k3.js → FlowingGradient-Bd8KBK5P.js} +0 -0
  178. /package/dist/core/{FlutedGlass-CyFWN_SM.js → FlutedGlass-BJtMfV2c.js} +0 -0
  179. /package/dist/core/{Fog-CLGVVVeo.js → Fog-BQuVDReH.js} +0 -0
  180. /package/dist/core/{Form3D-8tPyUgh4.js → Form3D-DOek31CJ.js} +0 -0
  181. /package/dist/core/{FractalNoise-Ccufnbw6.js → FractalNoise-Dyhbvx9a.js} +0 -0
  182. /package/dist/core/{GlassTiles-CXJHjEBe.js → GlassTiles-Bb3cuOkr.js} +0 -0
  183. /package/dist/core/{Glitch-Bg9W-KNm.js → Glitch-zqdbCc2E.js} +0 -0
  184. /package/dist/core/{Godrays-DHXKsw5B.js → Godrays-DdSLZtBs.js} +0 -0
  185. /package/dist/core/{Grayscale-DgXoUcmg.js → Grayscale-BC40hfXH.js} +0 -0
  186. /package/dist/core/{Grid-DwyhjFAT.js → Grid-Lc4S0Hmp.js} +0 -0
  187. /package/dist/core/{GridDistortion-DJ8S-96Y.js → GridDistortion-DQcPYbXS.js} +0 -0
  188. /package/dist/core/{Group-DmgNNlDd.js → Group-BeZhHbOT.js} +0 -0
  189. /package/dist/core/{Halftone-x9boWkFW.js → Halftone-CsblgxnY.js} +0 -0
  190. /package/dist/core/{HexGrid-BUsgyF8P.js → HexGrid-DWRNPMET.js} +0 -0
  191. /package/dist/core/{HueShift-D3_5D7jx.js → HueShift-C-p9W5sr.js} +0 -0
  192. /package/dist/core/{ImageTexture-6ZzBt79u.js → ImageTexture-bqgQxAt9.js} +0 -0
  193. /package/dist/core/{Invert-kXxY97QJ.js → Invert-D-RVP34v.js} +0 -0
  194. /package/dist/core/{Kaleidoscope-D4jRcZCt.js → Kaleidoscope-HQNQrRP_.js} +0 -0
  195. /package/dist/core/{LensFlare-D7vypE2Q.js → LensFlare-DtES749p.js} +0 -0
  196. /package/dist/core/{LinearBlur-2hspd2YP.js → LinearBlur-6mCJ9fY5.js} +0 -0
  197. /package/dist/core/{LinearGradient-glCc9IaB.js → LinearGradient-DIbCAHc7.js} +0 -0
  198. /package/dist/core/{Liquify-uZjs0wcu.js → Liquify-8dcdv2Sl.js} +0 -0
  199. /package/dist/core/{Marble-DkHLcqFD.js → Marble-DX29RG-p.js} +0 -0
  200. /package/dist/core/{Mirror-Dv5fOEp6.js → Mirror-BM2xf3Nr.js} +0 -0
  201. /package/dist/core/{MultiPointGradient-Dvt1GUiv.js → MultiPointGradient-BzM24vnR.js} +0 -0
  202. /package/dist/core/{Neon-DQDB7hAE.js → Neon-nPiMi3wt.js} +0 -0
  203. /package/dist/core/{Paper-DNP2-hPM.js → Paper-Ddpe8-EI.js} +0 -0
  204. /package/dist/core/{Perspective-CAIchX9p.js → Perspective-BIKpqd4H.js} +0 -0
  205. /package/dist/core/{Pixelate-BbT3Rrf2.js → Pixelate-Cp0-lwkG.js} +0 -0
  206. /package/dist/core/{Plasma-D9rhkH2y.js → Plasma-M--gLd1Q.js} +0 -0
  207. /package/dist/core/{PolarCoordinates-2RBCk-fo.js → PolarCoordinates-C42rlD2q.js} +0 -0
  208. /package/dist/core/{Polygon-C6_siOs0.js → Polygon-CKqH0ApY.js} +0 -0
  209. /package/dist/core/{Posterize-DNxTRgvF.js → Posterize-B6ZhRkH2.js} +0 -0
  210. /package/dist/core/{RadialGradient-CQIctl__.js → RadialGradient-SHxJ9ZNF.js} +0 -0
  211. /package/dist/core/{RectangularCoordinates-F2VzXmal.js → RectangularCoordinates-Dw6Xr9uV.js} +0 -0
  212. /package/dist/core/{Ring-UT__kmzY.js → Ring-V4sEHwwm.js} +0 -0
  213. /package/dist/core/{Ripples-CWVLSUP0.js → Ripples-DC1y3YuP.js} +0 -0
  214. /package/dist/core/{RoundedRect-BPWHTT1j.js → RoundedRect-JY2z6YEH.js} +0 -0
  215. /package/dist/core/{Saturation-DFOp2yD9.js → Saturation-ChJ9IWnl.js} +0 -0
  216. /package/dist/core/{Sharpness-PIWR4gYc.js → Sharpness-C1ufX8S-.js} +0 -0
  217. /package/dist/core/{Shatter-CUYQp-qy.js → Shatter-Du5THcwZ.js} +0 -0
  218. /package/dist/core/{SimplexNoise-LAxWw8fJ.js → SimplexNoise--vwIZVu0.js} +0 -0
  219. /package/dist/core/{SineWave-CEQWxC9Q.js → SineWave-BIVPG3oc.js} +0 -0
  220. /package/dist/core/{Smoke-DO4yylWk.js → Smoke-DSBQreo0.js} +0 -0
  221. /package/dist/core/{SmokeFill-Dm0sZS5F.js → SmokeFill-Dy-0kjsX.js} +0 -0
  222. /package/dist/core/{Solarize-mE7LU1li.js → Solarize-BymZlSu0.js} +0 -0
  223. /package/dist/core/{SolidColor-BljkSdvg.js → SolidColor-D8XC4aoJ.js} +0 -0
  224. /package/dist/core/{Spherize-DARagREe.js → Spherize-tRTB4WdO.js} +0 -0
  225. /package/dist/core/{Spiral-CumsIpkp.js → Spiral-CiDp2Tg2.js} +0 -0
  226. /package/dist/core/{Star-8fAlzR9L.js → Star-Cp4dt6Fl.js} +0 -0
  227. /package/dist/core/{Strands-BB4RIsFz.js → Strands-V3q8N-y1.js} +0 -0
  228. /package/dist/core/{Stretch-3S2atBkJ.js → Stretch-CTgtc3nG.js} +0 -0
  229. /package/dist/core/{Stripes-BGFVSZIt.js → Stripes-CZV6oGMy.js} +0 -0
  230. /package/dist/core/{StudioBackground-BtJ6b1Ki.js → StudioBackground-CWSHq6vE.js} +0 -0
  231. /package/dist/core/{SunBurst-BJRFFYhs.js → SunBurst-CskZwXc3.js} +0 -0
  232. /package/dist/core/{Swirl-fkUEZ2TQ.js → Swirl-CyGfVZ8n.js} +0 -0
  233. /package/dist/core/{Tint-W_EvzN1-.js → Tint-R7y5CJ4U.js} +0 -0
  234. /package/dist/core/{Trapezoid-cQzS6-bh.js → Trapezoid-BXzH--z9.js} +0 -0
  235. /package/dist/core/{Tritone-B3hI2nAi.js → Tritone-CF4Oj1sl.js} +0 -0
  236. /package/dist/core/{Truchet-s9PmowCP.js → Truchet-BL4jzZDX.js} +0 -0
  237. /package/dist/core/{Twirl-UDDXGkFl.js → Twirl-BVLPHKJD.js} +0 -0
  238. /package/dist/core/{VHS-DW1H7Wuy.js → VHS-B2IBdQgX.js} +0 -0
  239. /package/dist/core/{Vesica-ChQBYWuw.js → Vesica-DzIEa3aJ.js} +0 -0
  240. /package/dist/core/{Vibrance-DUj7hwzE.js → Vibrance-jrvT49Du.js} +0 -0
  241. /package/dist/core/{Vignette-F9yxi-UM.js → Vignette-ng_5gjXc.js} +0 -0
  242. /package/dist/core/{Voronoi-D8HHP_WR.js → Voronoi-C8iIU7AT.js} +0 -0
  243. /package/dist/core/{WaveDistortion-MbB-Kgjz.js → WaveDistortion-Crt9JSXN.js} +0 -0
  244. /package/dist/core/{Weave-ou5shgl3.js → Weave-CFmLkEaq.js} +0 -0
  245. /package/dist/core/{WorleyNoise-Uf6IPm7A.js → WorleyNoise-CEZiaVAN.js} +0 -0
  246. /package/dist/core/{ZoomBlur-DJ-RNKHM.js → ZoomBlur-DTVSwIvc.js} +0 -0
  247. /package/dist/core/{browser-NUM-x2tw.js → browser-CDogs09U.js} +0 -0
@@ -38,92 +38,94 @@ import { componentDefinition as componentDefinition$31 } from "../core/shaders/D
38
38
  import { componentDefinition as componentDefinition$32 } from "../core/shaders/Duotone/index.js";
39
39
  import { componentDefinition as componentDefinition$33 } from "../core/shaders/Ellipse/index.js";
40
40
  import { componentDefinition as componentDefinition$34 } from "../core/shaders/Emboss/index.js";
41
- import { componentDefinition as componentDefinition$35 } from "../core/shaders/FallingLines/index.js";
42
- import { componentDefinition as componentDefinition$36 } from "../core/shaders/FilmGrain/index.js";
43
- import { componentDefinition as componentDefinition$37 } from "../core/shaders/FloatingParticles/index.js";
44
- import { componentDefinition as componentDefinition$38 } from "../core/shaders/FlowField/index.js";
45
- import { componentDefinition as componentDefinition$39 } from "../core/shaders/Flower/index.js";
46
- import { componentDefinition as componentDefinition$40 } from "../core/shaders/FlowingGradient/index.js";
47
- import { componentDefinition as componentDefinition$41 } from "../core/shaders/FlutedGlass/index.js";
48
- import { componentDefinition as componentDefinition$42 } from "../core/shaders/Fog/index.js";
49
- import { componentDefinition as componentDefinition$43 } from "../core/shaders/Form3D/index.js";
50
- import { componentDefinition as componentDefinition$44 } from "../core/shaders/FractalNoise/index.js";
51
- import { componentDefinition as componentDefinition$45 } from "../core/shaders/Glass/index.js";
52
- import { componentDefinition as componentDefinition$46 } from "../core/shaders/GlassTiles/index.js";
53
- import { componentDefinition as componentDefinition$47 } from "../core/shaders/Glitch/index.js";
54
- import { componentDefinition as componentDefinition$48 } from "../core/shaders/Glow/index.js";
55
- import { componentDefinition as componentDefinition$49 } from "../core/shaders/Godrays/index.js";
56
- import { componentDefinition as componentDefinition$50 } from "../core/shaders/Grayscale/index.js";
57
- import { componentDefinition as componentDefinition$51 } from "../core/shaders/Grid/index.js";
58
- import { componentDefinition as componentDefinition$52 } from "../core/shaders/GridDistortion/index.js";
59
- import { componentDefinition as componentDefinition$53 } from "../core/shaders/Group/index.js";
60
- import { componentDefinition as componentDefinition$54 } from "../core/shaders/Halftone/index.js";
61
- import { componentDefinition as componentDefinition$55 } from "../core/shaders/HexGrid/index.js";
62
- import { componentDefinition as componentDefinition$56 } from "../core/shaders/HueShift/index.js";
63
- import { componentDefinition as componentDefinition$57 } from "../core/shaders/ImageTexture/index.js";
64
- import { componentDefinition as componentDefinition$58 } from "../core/shaders/Invert/index.js";
65
- import { componentDefinition as componentDefinition$59 } from "../core/shaders/Kaleidoscope/index.js";
66
- import { componentDefinition as componentDefinition$60 } from "../core/shaders/LensFlare/index.js";
67
- import { componentDefinition as componentDefinition$61 } from "../core/shaders/LinearBlur/index.js";
68
- import { componentDefinition as componentDefinition$62 } from "../core/shaders/LinearGradient/index.js";
69
- import { componentDefinition as componentDefinition$63 } from "../core/shaders/Liquify/index.js";
70
- import { componentDefinition as componentDefinition$64 } from "../core/shaders/Marble/index.js";
71
- import { componentDefinition as componentDefinition$65 } from "../core/shaders/Mirror/index.js";
72
- import { componentDefinition as componentDefinition$66 } from "../core/shaders/MultiPointGradient/index.js";
73
- import { componentDefinition as componentDefinition$67 } from "../core/shaders/Neon/index.js";
74
- import { componentDefinition as componentDefinition$68 } from "../core/shaders/Paper/index.js";
75
- import { componentDefinition as componentDefinition$69 } from "../core/shaders/Perspective/index.js";
76
- import { componentDefinition as componentDefinition$70 } from "../core/shaders/Pixelate/index.js";
77
- import { componentDefinition as componentDefinition$71 } from "../core/shaders/Plasma/index.js";
78
- import { componentDefinition as componentDefinition$72 } from "../core/shaders/PolarCoordinates/index.js";
79
- import { componentDefinition as componentDefinition$73 } from "../core/shaders/Polygon/index.js";
80
- import { componentDefinition as componentDefinition$74 } from "../core/shaders/Posterize/index.js";
81
- import { componentDefinition as componentDefinition$75 } from "../core/shaders/ProgressiveBlur/index.js";
82
- import { componentDefinition as componentDefinition$76 } from "../core/shaders/RadialGradient/index.js";
83
- import { componentDefinition as componentDefinition$77 } from "../core/shaders/RectangularCoordinates/index.js";
84
- import { componentDefinition as componentDefinition$78 } from "../core/shaders/ReflectivePlane/index.js";
85
- import { componentDefinition as componentDefinition$79 } from "../core/shaders/Ring/index.js";
86
- import { componentDefinition as componentDefinition$80 } from "../core/shaders/Ripples/index.js";
87
- import { componentDefinition as componentDefinition$81 } from "../core/shaders/RoundedRect/index.js";
88
- import { componentDefinition as componentDefinition$82 } from "../core/shaders/Saturation/index.js";
89
- import { componentDefinition as componentDefinition$83 } from "../core/shaders/Sharpness/index.js";
90
- import { componentDefinition as componentDefinition$84 } from "../core/shaders/Shatter/index.js";
91
- import { componentDefinition as componentDefinition$85 } from "../core/shaders/SimplexNoise/index.js";
92
- import { componentDefinition as componentDefinition$86 } from "../core/shaders/SineWave/index.js";
93
- import { componentDefinition as componentDefinition$87 } from "../core/shaders/Smoke/index.js";
94
- import { componentDefinition as componentDefinition$88 } from "../core/shaders/SmokeFill/index.js";
95
- import { componentDefinition as componentDefinition$89 } from "../core/shaders/Solarize/index.js";
96
- import { componentDefinition as componentDefinition$90 } from "../core/shaders/SolidColor/index.js";
97
- import { componentDefinition as componentDefinition$91 } from "../core/shaders/Spherize/index.js";
98
- import { componentDefinition as componentDefinition$92 } from "../core/shaders/Spiral/index.js";
99
- import { componentDefinition as componentDefinition$93 } from "../core/shaders/Star/index.js";
100
- import { componentDefinition as componentDefinition$94 } from "../core/shaders/Strands/index.js";
101
- import { componentDefinition as componentDefinition$95 } from "../core/shaders/Stretch/index.js";
102
- import { componentDefinition as componentDefinition$96 } from "../core/shaders/Stripes/index.js";
103
- import { componentDefinition as componentDefinition$97 } from "../core/shaders/StudioBackground/index.js";
104
- import { componentDefinition as componentDefinition$98 } from "../core/shaders/SunBurst/index.js";
105
- import { componentDefinition as componentDefinition$99 } from "../core/shaders/Swirl/index.js";
106
- import { componentDefinition as componentDefinition$100 } from "../core/shaders/TiltShift/index.js";
107
- import { componentDefinition as componentDefinition$101 } from "../core/shaders/Tint/index.js";
108
- import { componentDefinition as componentDefinition$102 } from "../core/shaders/Trapezoid/index.js";
109
- import { componentDefinition as componentDefinition$103 } from "../core/shaders/Tritone/index.js";
110
- import { componentDefinition as componentDefinition$104 } from "../core/shaders/Truchet/index.js";
111
- import { componentDefinition as componentDefinition$105 } from "../core/shaders/Twirl/index.js";
112
- import { componentDefinition as componentDefinition$106 } from "../core/shaders/VHS/index.js";
113
- import { componentDefinition as componentDefinition$107 } from "../core/shaders/Vesica/index.js";
114
- import { componentDefinition as componentDefinition$108 } from "../core/shaders/Vibrance/index.js";
115
- import { componentDefinition as componentDefinition$109 } from "../core/shaders/VideoTexture/index.js";
116
- import { componentDefinition as componentDefinition$110 } from "../core/shaders/Vignette/index.js";
117
- import { componentDefinition as componentDefinition$111 } from "../core/shaders/Voronoi/index.js";
118
- import { componentDefinition as componentDefinition$112 } from "../core/shaders/WaveDistortion/index.js";
119
- import { componentDefinition as componentDefinition$113 } from "../core/shaders/Weave/index.js";
120
- import { componentDefinition as componentDefinition$114 } from "../core/shaders/WebcamTexture/index.js";
121
- import { componentDefinition as componentDefinition$115 } from "../core/shaders/WorleyNoise/index.js";
122
- import { componentDefinition as componentDefinition$116 } from "../core/shaders/ZoomBlur/index.js";
41
+ import { componentDefinition as componentDefinition$35 } from "../core/shaders/Exposure/index.js";
42
+ import { componentDefinition as componentDefinition$36 } from "../core/shaders/FallingLines/index.js";
43
+ import { componentDefinition as componentDefinition$37 } from "../core/shaders/FilmGrain/index.js";
44
+ import { componentDefinition as componentDefinition$38 } from "../core/shaders/FloatingParticles/index.js";
45
+ import { componentDefinition as componentDefinition$39 } from "../core/shaders/FlowField/index.js";
46
+ import { componentDefinition as componentDefinition$40 } from "../core/shaders/Flower/index.js";
47
+ import { componentDefinition as componentDefinition$41 } from "../core/shaders/FlowingGradient/index.js";
48
+ import { componentDefinition as componentDefinition$42 } from "../core/shaders/FlutedGlass/index.js";
49
+ import { componentDefinition as componentDefinition$43 } from "../core/shaders/Fog/index.js";
50
+ import { componentDefinition as componentDefinition$44 } from "../core/shaders/Form3D/index.js";
51
+ import { componentDefinition as componentDefinition$45 } from "../core/shaders/FractalNoise/index.js";
52
+ import { componentDefinition as componentDefinition$46 } from "../core/shaders/Glass/index.js";
53
+ import { componentDefinition as componentDefinition$47 } from "../core/shaders/GlassTiles/index.js";
54
+ import { componentDefinition as componentDefinition$48 } from "../core/shaders/Glitch/index.js";
55
+ import { componentDefinition as componentDefinition$49 } from "../core/shaders/Glow/index.js";
56
+ import { componentDefinition as componentDefinition$50 } from "../core/shaders/Godrays/index.js";
57
+ import { componentDefinition as componentDefinition$51 } from "../core/shaders/Grayscale/index.js";
58
+ import { componentDefinition as componentDefinition$52 } from "../core/shaders/Grid/index.js";
59
+ import { componentDefinition as componentDefinition$53 } from "../core/shaders/GridDistortion/index.js";
60
+ import { componentDefinition as componentDefinition$54 } from "../core/shaders/Group/index.js";
61
+ import { componentDefinition as componentDefinition$55 } from "../core/shaders/Halftone/index.js";
62
+ import { componentDefinition as componentDefinition$56 } from "../core/shaders/HexGrid/index.js";
63
+ import { componentDefinition as componentDefinition$57 } from "../core/shaders/HueShift/index.js";
64
+ import { componentDefinition as componentDefinition$58 } from "../core/shaders/ImageTexture/index.js";
65
+ import { componentDefinition as componentDefinition$59 } from "../core/shaders/Invert/index.js";
66
+ import { componentDefinition as componentDefinition$60 } from "../core/shaders/Kaleidoscope/index.js";
67
+ import { componentDefinition as componentDefinition$61 } from "../core/shaders/LensFlare/index.js";
68
+ import { componentDefinition as componentDefinition$62 } from "../core/shaders/LinearBlur/index.js";
69
+ import { componentDefinition as componentDefinition$63 } from "../core/shaders/LinearGradient/index.js";
70
+ import { componentDefinition as componentDefinition$64 } from "../core/shaders/Liquify/index.js";
71
+ import { componentDefinition as componentDefinition$65 } from "../core/shaders/Marble/index.js";
72
+ import { componentDefinition as componentDefinition$66 } from "../core/shaders/Mirror/index.js";
73
+ import { componentDefinition as componentDefinition$67 } from "../core/shaders/MultiPointGradient/index.js";
74
+ import { componentDefinition as componentDefinition$68 } from "../core/shaders/Neon/index.js";
75
+ import { componentDefinition as componentDefinition$69 } from "../core/shaders/Paper/index.js";
76
+ import { componentDefinition as componentDefinition$70 } from "../core/shaders/Perspective/index.js";
77
+ import { componentDefinition as componentDefinition$71 } from "../core/shaders/Pixelate/index.js";
78
+ import { componentDefinition as componentDefinition$72 } from "../core/shaders/Plasma/index.js";
79
+ import { componentDefinition as componentDefinition$73 } from "../core/shaders/PolarCoordinates/index.js";
80
+ import { componentDefinition as componentDefinition$74 } from "../core/shaders/Polygon/index.js";
81
+ import { componentDefinition as componentDefinition$75 } from "../core/shaders/Posterize/index.js";
82
+ import { componentDefinition as componentDefinition$76 } from "../core/shaders/ProgressiveBlur/index.js";
83
+ import { componentDefinition as componentDefinition$77 } from "../core/shaders/RadialGradient/index.js";
84
+ import { componentDefinition as componentDefinition$78 } from "../core/shaders/RectangularCoordinates/index.js";
85
+ import { componentDefinition as componentDefinition$79 } from "../core/shaders/ReflectivePlane/index.js";
86
+ import { componentDefinition as componentDefinition$80 } from "../core/shaders/Ring/index.js";
87
+ import { componentDefinition as componentDefinition$81 } from "../core/shaders/Ripples/index.js";
88
+ import { componentDefinition as componentDefinition$82 } from "../core/shaders/RoundedRect/index.js";
89
+ import { componentDefinition as componentDefinition$83 } from "../core/shaders/Saturation/index.js";
90
+ import { componentDefinition as componentDefinition$84 } from "../core/shaders/Sharpness/index.js";
91
+ import { componentDefinition as componentDefinition$85 } from "../core/shaders/Shatter/index.js";
92
+ import { componentDefinition as componentDefinition$86 } from "../core/shaders/SimplexNoise/index.js";
93
+ import { componentDefinition as componentDefinition$87 } from "../core/shaders/SineWave/index.js";
94
+ import { componentDefinition as componentDefinition$88 } from "../core/shaders/Smoke/index.js";
95
+ import { componentDefinition as componentDefinition$89 } from "../core/shaders/SmokeFill/index.js";
96
+ import { componentDefinition as componentDefinition$90 } from "../core/shaders/Solarize/index.js";
97
+ import { componentDefinition as componentDefinition$91 } from "../core/shaders/SolidColor/index.js";
98
+ import { componentDefinition as componentDefinition$92 } from "../core/shaders/Spherize/index.js";
99
+ import { componentDefinition as componentDefinition$93 } from "../core/shaders/Spiral/index.js";
100
+ import { componentDefinition as componentDefinition$94 } from "../core/shaders/Star/index.js";
101
+ import { componentDefinition as componentDefinition$95 } from "../core/shaders/Strands/index.js";
102
+ import { componentDefinition as componentDefinition$96 } from "../core/shaders/Stretch/index.js";
103
+ import { componentDefinition as componentDefinition$97 } from "../core/shaders/Stripes/index.js";
104
+ import { componentDefinition as componentDefinition$98 } from "../core/shaders/StudioBackground/index.js";
105
+ import { componentDefinition as componentDefinition$99 } from "../core/shaders/SunBurst/index.js";
106
+ import { componentDefinition as componentDefinition$100 } from "../core/shaders/Swirl/index.js";
107
+ import { componentDefinition as componentDefinition$101 } from "../core/shaders/ThinFilm/index.js";
108
+ import { componentDefinition as componentDefinition$102 } from "../core/shaders/TiltShift/index.js";
109
+ import { componentDefinition as componentDefinition$103 } from "../core/shaders/Tint/index.js";
110
+ import { componentDefinition as componentDefinition$104 } from "../core/shaders/Trapezoid/index.js";
111
+ import { componentDefinition as componentDefinition$105 } from "../core/shaders/Tritone/index.js";
112
+ import { componentDefinition as componentDefinition$106 } from "../core/shaders/Truchet/index.js";
113
+ import { componentDefinition as componentDefinition$107 } from "../core/shaders/Twirl/index.js";
114
+ import { componentDefinition as componentDefinition$108 } from "../core/shaders/VHS/index.js";
115
+ import { componentDefinition as componentDefinition$109 } from "../core/shaders/Vesica/index.js";
116
+ import { componentDefinition as componentDefinition$110 } from "../core/shaders/Vibrance/index.js";
117
+ import { componentDefinition as componentDefinition$111 } from "../core/shaders/VideoTexture/index.js";
118
+ import { componentDefinition as componentDefinition$112 } from "../core/shaders/Vignette/index.js";
119
+ import { componentDefinition as componentDefinition$113 } from "../core/shaders/Voronoi/index.js";
120
+ import { componentDefinition as componentDefinition$114 } from "../core/shaders/WaveDistortion/index.js";
121
+ import { componentDefinition as componentDefinition$115 } from "../core/shaders/Weave/index.js";
122
+ import { componentDefinition as componentDefinition$116 } from "../core/shaders/WebcamTexture/index.js";
123
+ import { componentDefinition as componentDefinition$117 } from "../core/shaders/WorleyNoise/index.js";
124
+ import { componentDefinition as componentDefinition$118 } from "../core/shaders/ZoomBlur/index.js";
123
125
  import { vec4 } from "three/tsl";
124
126
  import { isExternalUser, startTelemetry } from "../core/telemetry/index.js";
125
- var root_2$116 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
126
- var root$117 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
127
+ var root_2$118 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
128
+ var root$119 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
127
129
  function AngularBlur($$anchor, $$props) {
128
130
  $.push($$props, true);
129
131
  let _experimentalWarnedOnce = false;
@@ -288,7 +290,7 @@ function AngularBlur($$anchor, $$props) {
288
290
  $.set(isRegistered, false);
289
291
  parentRegister(instanceId, null, null, null, null);
290
292
  });
291
- var fragment = root$117();
293
+ var fragment = root$119();
292
294
  var span = $.first_child(fragment);
293
295
  var node_1 = $.child(span);
294
296
  var consequent = ($$anchor$1) => {
@@ -301,7 +303,7 @@ function AngularBlur($$anchor, $$props) {
301
303
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
302
304
  var node_2 = $.sibling(span, 2);
303
305
  var consequent_1 = ($$anchor$1) => {
304
- var canvas = root_2$116();
306
+ var canvas = root_2$118();
305
307
  var node_3 = $.child(canvas);
306
308
  children?.(node_3);
307
309
  $.reset(canvas);
@@ -320,8 +322,8 @@ function AngularBlur($$anchor, $$props) {
320
322
  $.append($$anchor, fragment);
321
323
  $.pop();
322
324
  }
323
- var root_2$115 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
324
- var root$116 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
325
+ var root_2$117 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
326
+ var root$118 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
325
327
  function Ascii($$anchor, $$props) {
326
328
  $.push($$props, true);
327
329
  let _experimentalWarnedOnce = false;
@@ -486,7 +488,7 @@ function Ascii($$anchor, $$props) {
486
488
  $.set(isRegistered, false);
487
489
  parentRegister(instanceId, null, null, null, null);
488
490
  });
489
- var fragment = root$116();
491
+ var fragment = root$118();
490
492
  var span = $.first_child(fragment);
491
493
  var node_1 = $.child(span);
492
494
  var consequent = ($$anchor$1) => {
@@ -499,7 +501,7 @@ function Ascii($$anchor, $$props) {
499
501
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
500
502
  var node_2 = $.sibling(span, 2);
501
503
  var consequent_1 = ($$anchor$1) => {
502
- var canvas = root_2$115();
504
+ var canvas = root_2$117();
503
505
  var node_3 = $.child(canvas);
504
506
  children?.(node_3);
505
507
  $.reset(canvas);
@@ -518,8 +520,8 @@ function Ascii($$anchor, $$props) {
518
520
  $.append($$anchor, fragment);
519
521
  $.pop();
520
522
  }
521
- var root_2$114 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
522
- var root$115 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
523
+ var root_2$116 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
524
+ var root$117 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
523
525
  function Aurora($$anchor, $$props) {
524
526
  $.push($$props, true);
525
527
  let _experimentalWarnedOnce = false;
@@ -684,7 +686,7 @@ function Aurora($$anchor, $$props) {
684
686
  $.set(isRegistered, false);
685
687
  parentRegister(instanceId, null, null, null, null);
686
688
  });
687
- var fragment = root$115();
689
+ var fragment = root$117();
688
690
  var span = $.first_child(fragment);
689
691
  var node_1 = $.child(span);
690
692
  var consequent = ($$anchor$1) => {
@@ -697,7 +699,7 @@ function Aurora($$anchor, $$props) {
697
699
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
698
700
  var node_2 = $.sibling(span, 2);
699
701
  var consequent_1 = ($$anchor$1) => {
700
- var canvas = root_2$114();
702
+ var canvas = root_2$116();
701
703
  var node_3 = $.child(canvas);
702
704
  children?.(node_3);
703
705
  $.reset(canvas);
@@ -716,8 +718,8 @@ function Aurora($$anchor, $$props) {
716
718
  $.append($$anchor, fragment);
717
719
  $.pop();
718
720
  }
719
- var root_2$113 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
720
- var root$114 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
721
+ var root_2$115 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
722
+ var root$116 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
721
723
  function BarShift($$anchor, $$props) {
722
724
  $.push($$props, true);
723
725
  let _experimentalWarnedOnce = false;
@@ -882,7 +884,7 @@ function BarShift($$anchor, $$props) {
882
884
  $.set(isRegistered, false);
883
885
  parentRegister(instanceId, null, null, null, null);
884
886
  });
885
- var fragment = root$114();
887
+ var fragment = root$116();
886
888
  var span = $.first_child(fragment);
887
889
  var node_1 = $.child(span);
888
890
  var consequent = ($$anchor$1) => {
@@ -895,7 +897,7 @@ function BarShift($$anchor, $$props) {
895
897
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
896
898
  var node_2 = $.sibling(span, 2);
897
899
  var consequent_1 = ($$anchor$1) => {
898
- var canvas = root_2$113();
900
+ var canvas = root_2$115();
899
901
  var node_3 = $.child(canvas);
900
902
  children?.(node_3);
901
903
  $.reset(canvas);
@@ -914,8 +916,8 @@ function BarShift($$anchor, $$props) {
914
916
  $.append($$anchor, fragment);
915
917
  $.pop();
916
918
  }
917
- var root_2$112 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
918
- var root$113 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
919
+ var root_2$114 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
920
+ var root$115 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
919
921
  function Beam($$anchor, $$props) {
920
922
  $.push($$props, true);
921
923
  let _experimentalWarnedOnce = false;
@@ -1080,7 +1082,7 @@ function Beam($$anchor, $$props) {
1080
1082
  $.set(isRegistered, false);
1081
1083
  parentRegister(instanceId, null, null, null, null);
1082
1084
  });
1083
- var fragment = root$113();
1085
+ var fragment = root$115();
1084
1086
  var span = $.first_child(fragment);
1085
1087
  var node_1 = $.child(span);
1086
1088
  var consequent = ($$anchor$1) => {
@@ -1093,7 +1095,7 @@ function Beam($$anchor, $$props) {
1093
1095
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
1094
1096
  var node_2 = $.sibling(span, 2);
1095
1097
  var consequent_1 = ($$anchor$1) => {
1096
- var canvas = root_2$112();
1098
+ var canvas = root_2$114();
1097
1099
  var node_3 = $.child(canvas);
1098
1100
  children?.(node_3);
1099
1101
  $.reset(canvas);
@@ -1112,8 +1114,8 @@ function Beam($$anchor, $$props) {
1112
1114
  $.append($$anchor, fragment);
1113
1115
  $.pop();
1114
1116
  }
1115
- var root_2$111 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
1116
- var root$112 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
1117
+ var root_2$113 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
1118
+ var root$114 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
1117
1119
  function Blob($$anchor, $$props) {
1118
1120
  $.push($$props, true);
1119
1121
  let _experimentalWarnedOnce = false;
@@ -1278,7 +1280,7 @@ function Blob($$anchor, $$props) {
1278
1280
  $.set(isRegistered, false);
1279
1281
  parentRegister(instanceId, null, null, null, null);
1280
1282
  });
1281
- var fragment = root$112();
1283
+ var fragment = root$114();
1282
1284
  var span = $.first_child(fragment);
1283
1285
  var node_1 = $.child(span);
1284
1286
  var consequent = ($$anchor$1) => {
@@ -1291,7 +1293,7 @@ function Blob($$anchor, $$props) {
1291
1293
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
1292
1294
  var node_2 = $.sibling(span, 2);
1293
1295
  var consequent_1 = ($$anchor$1) => {
1294
- var canvas = root_2$111();
1296
+ var canvas = root_2$113();
1295
1297
  var node_3 = $.child(canvas);
1296
1298
  children?.(node_3);
1297
1299
  $.reset(canvas);
@@ -1310,8 +1312,8 @@ function Blob($$anchor, $$props) {
1310
1312
  $.append($$anchor, fragment);
1311
1313
  $.pop();
1312
1314
  }
1313
- var root_2$110 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
1314
- var root$111 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
1315
+ var root_2$112 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
1316
+ var root$113 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
1315
1317
  function Blur($$anchor, $$props) {
1316
1318
  $.push($$props, true);
1317
1319
  let _experimentalWarnedOnce = false;
@@ -1476,7 +1478,7 @@ function Blur($$anchor, $$props) {
1476
1478
  $.set(isRegistered, false);
1477
1479
  parentRegister(instanceId, null, null, null, null);
1478
1480
  });
1479
- var fragment = root$111();
1481
+ var fragment = root$113();
1480
1482
  var span = $.first_child(fragment);
1481
1483
  var node_1 = $.child(span);
1482
1484
  var consequent = ($$anchor$1) => {
@@ -1489,7 +1491,7 @@ function Blur($$anchor, $$props) {
1489
1491
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
1490
1492
  var node_2 = $.sibling(span, 2);
1491
1493
  var consequent_1 = ($$anchor$1) => {
1492
- var canvas = root_2$110();
1494
+ var canvas = root_2$112();
1493
1495
  var node_3 = $.child(canvas);
1494
1496
  children?.(node_3);
1495
1497
  $.reset(canvas);
@@ -1508,8 +1510,8 @@ function Blur($$anchor, $$props) {
1508
1510
  $.append($$anchor, fragment);
1509
1511
  $.pop();
1510
1512
  }
1511
- var root_2$109 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
1512
- var root$110 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
1513
+ var root_2$111 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
1514
+ var root$112 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
1513
1515
  function BrickPattern($$anchor, $$props) {
1514
1516
  $.push($$props, true);
1515
1517
  let _experimentalWarnedOnce = false;
@@ -1674,7 +1676,7 @@ function BrickPattern($$anchor, $$props) {
1674
1676
  $.set(isRegistered, false);
1675
1677
  parentRegister(instanceId, null, null, null, null);
1676
1678
  });
1677
- var fragment = root$110();
1679
+ var fragment = root$112();
1678
1680
  var span = $.first_child(fragment);
1679
1681
  var node_1 = $.child(span);
1680
1682
  var consequent = ($$anchor$1) => {
@@ -1687,7 +1689,7 @@ function BrickPattern($$anchor, $$props) {
1687
1689
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
1688
1690
  var node_2 = $.sibling(span, 2);
1689
1691
  var consequent_1 = ($$anchor$1) => {
1690
- var canvas = root_2$109();
1692
+ var canvas = root_2$111();
1691
1693
  var node_3 = $.child(canvas);
1692
1694
  children?.(node_3);
1693
1695
  $.reset(canvas);
@@ -1706,8 +1708,8 @@ function BrickPattern($$anchor, $$props) {
1706
1708
  $.append($$anchor, fragment);
1707
1709
  $.pop();
1708
1710
  }
1709
- var root_2$108 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
1710
- var root$109 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
1711
+ var root_2$110 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
1712
+ var root$111 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
1711
1713
  function BrightnessContrast($$anchor, $$props) {
1712
1714
  $.push($$props, true);
1713
1715
  let _experimentalWarnedOnce = false;
@@ -1872,7 +1874,7 @@ function BrightnessContrast($$anchor, $$props) {
1872
1874
  $.set(isRegistered, false);
1873
1875
  parentRegister(instanceId, null, null, null, null);
1874
1876
  });
1875
- var fragment = root$109();
1877
+ var fragment = root$111();
1876
1878
  var span = $.first_child(fragment);
1877
1879
  var node_1 = $.child(span);
1878
1880
  var consequent = ($$anchor$1) => {
@@ -1885,7 +1887,7 @@ function BrightnessContrast($$anchor, $$props) {
1885
1887
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
1886
1888
  var node_2 = $.sibling(span, 2);
1887
1889
  var consequent_1 = ($$anchor$1) => {
1888
- var canvas = root_2$108();
1890
+ var canvas = root_2$110();
1889
1891
  var node_3 = $.child(canvas);
1890
1892
  children?.(node_3);
1891
1893
  $.reset(canvas);
@@ -1904,8 +1906,8 @@ function BrightnessContrast($$anchor, $$props) {
1904
1906
  $.append($$anchor, fragment);
1905
1907
  $.pop();
1906
1908
  }
1907
- var root_2$107 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
1908
- var root$108 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
1909
+ var root_2$109 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
1910
+ var root$110 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
1909
1911
  function Bulge($$anchor, $$props) {
1910
1912
  $.push($$props, true);
1911
1913
  let _experimentalWarnedOnce = false;
@@ -2070,7 +2072,7 @@ function Bulge($$anchor, $$props) {
2070
2072
  $.set(isRegistered, false);
2071
2073
  parentRegister(instanceId, null, null, null, null);
2072
2074
  });
2073
- var fragment = root$108();
2075
+ var fragment = root$110();
2074
2076
  var span = $.first_child(fragment);
2075
2077
  var node_1 = $.child(span);
2076
2078
  var consequent = ($$anchor$1) => {
@@ -2083,7 +2085,7 @@ function Bulge($$anchor, $$props) {
2083
2085
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
2084
2086
  var node_2 = $.sibling(span, 2);
2085
2087
  var consequent_1 = ($$anchor$1) => {
2086
- var canvas = root_2$107();
2088
+ var canvas = root_2$109();
2087
2089
  var node_3 = $.child(canvas);
2088
2090
  children?.(node_3);
2089
2091
  $.reset(canvas);
@@ -2102,8 +2104,8 @@ function Bulge($$anchor, $$props) {
2102
2104
  $.append($$anchor, fragment);
2103
2105
  $.pop();
2104
2106
  }
2105
- var root_2$106 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
2106
- var root$107 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
2107
+ var root_2$108 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
2108
+ var root$109 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
2107
2109
  function CRTScreen($$anchor, $$props) {
2108
2110
  $.push($$props, true);
2109
2111
  let _experimentalWarnedOnce = false;
@@ -2268,7 +2270,7 @@ function CRTScreen($$anchor, $$props) {
2268
2270
  $.set(isRegistered, false);
2269
2271
  parentRegister(instanceId, null, null, null, null);
2270
2272
  });
2271
- var fragment = root$107();
2273
+ var fragment = root$109();
2272
2274
  var span = $.first_child(fragment);
2273
2275
  var node_1 = $.child(span);
2274
2276
  var consequent = ($$anchor$1) => {
@@ -2281,7 +2283,7 @@ function CRTScreen($$anchor, $$props) {
2281
2283
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
2282
2284
  var node_2 = $.sibling(span, 2);
2283
2285
  var consequent_1 = ($$anchor$1) => {
2284
- var canvas = root_2$106();
2286
+ var canvas = root_2$108();
2285
2287
  var node_3 = $.child(canvas);
2286
2288
  children?.(node_3);
2287
2289
  $.reset(canvas);
@@ -2300,8 +2302,8 @@ function CRTScreen($$anchor, $$props) {
2300
2302
  $.append($$anchor, fragment);
2301
2303
  $.pop();
2302
2304
  }
2303
- var root_2$105 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
2304
- var root$106 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
2305
+ var root_2$107 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
2306
+ var root$108 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
2305
2307
  function ChannelBlur($$anchor, $$props) {
2306
2308
  $.push($$props, true);
2307
2309
  let _experimentalWarnedOnce = false;
@@ -2466,7 +2468,7 @@ function ChannelBlur($$anchor, $$props) {
2466
2468
  $.set(isRegistered, false);
2467
2469
  parentRegister(instanceId, null, null, null, null);
2468
2470
  });
2469
- var fragment = root$106();
2471
+ var fragment = root$108();
2470
2472
  var span = $.first_child(fragment);
2471
2473
  var node_1 = $.child(span);
2472
2474
  var consequent = ($$anchor$1) => {
@@ -2479,7 +2481,7 @@ function ChannelBlur($$anchor, $$props) {
2479
2481
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
2480
2482
  var node_2 = $.sibling(span, 2);
2481
2483
  var consequent_1 = ($$anchor$1) => {
2482
- var canvas = root_2$105();
2484
+ var canvas = root_2$107();
2483
2485
  var node_3 = $.child(canvas);
2484
2486
  children?.(node_3);
2485
2487
  $.reset(canvas);
@@ -2498,8 +2500,8 @@ function ChannelBlur($$anchor, $$props) {
2498
2500
  $.append($$anchor, fragment);
2499
2501
  $.pop();
2500
2502
  }
2501
- var root_2$104 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
2502
- var root$105 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
2503
+ var root_2$106 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
2504
+ var root$107 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
2503
2505
  function Checkerboard($$anchor, $$props) {
2504
2506
  $.push($$props, true);
2505
2507
  let _experimentalWarnedOnce = false;
@@ -2664,7 +2666,7 @@ function Checkerboard($$anchor, $$props) {
2664
2666
  $.set(isRegistered, false);
2665
2667
  parentRegister(instanceId, null, null, null, null);
2666
2668
  });
2667
- var fragment = root$105();
2669
+ var fragment = root$107();
2668
2670
  var span = $.first_child(fragment);
2669
2671
  var node_1 = $.child(span);
2670
2672
  var consequent = ($$anchor$1) => {
@@ -2677,7 +2679,7 @@ function Checkerboard($$anchor, $$props) {
2677
2679
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
2678
2680
  var node_2 = $.sibling(span, 2);
2679
2681
  var consequent_1 = ($$anchor$1) => {
2680
- var canvas = root_2$104();
2682
+ var canvas = root_2$106();
2681
2683
  var node_3 = $.child(canvas);
2682
2684
  children?.(node_3);
2683
2685
  $.reset(canvas);
@@ -2696,8 +2698,8 @@ function Checkerboard($$anchor, $$props) {
2696
2698
  $.append($$anchor, fragment);
2697
2699
  $.pop();
2698
2700
  }
2699
- var root_2$103 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
2700
- var root$104 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
2701
+ var root_2$105 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
2702
+ var root$106 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
2701
2703
  function Chevron($$anchor, $$props) {
2702
2704
  $.push($$props, true);
2703
2705
  let _experimentalWarnedOnce = false;
@@ -2862,7 +2864,7 @@ function Chevron($$anchor, $$props) {
2862
2864
  $.set(isRegistered, false);
2863
2865
  parentRegister(instanceId, null, null, null, null);
2864
2866
  });
2865
- var fragment = root$104();
2867
+ var fragment = root$106();
2866
2868
  var span = $.first_child(fragment);
2867
2869
  var node_1 = $.child(span);
2868
2870
  var consequent = ($$anchor$1) => {
@@ -2875,7 +2877,7 @@ function Chevron($$anchor, $$props) {
2875
2877
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
2876
2878
  var node_2 = $.sibling(span, 2);
2877
2879
  var consequent_1 = ($$anchor$1) => {
2878
- var canvas = root_2$103();
2880
+ var canvas = root_2$105();
2879
2881
  var node_3 = $.child(canvas);
2880
2882
  children?.(node_3);
2881
2883
  $.reset(canvas);
@@ -2894,8 +2896,8 @@ function Chevron($$anchor, $$props) {
2894
2896
  $.append($$anchor, fragment);
2895
2897
  $.pop();
2896
2898
  }
2897
- var root_2$102 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
2898
- var root$103 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
2899
+ var root_2$104 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
2900
+ var root$105 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
2899
2901
  function ChromaFlow($$anchor, $$props) {
2900
2902
  $.push($$props, true);
2901
2903
  let _experimentalWarnedOnce = false;
@@ -3060,7 +3062,7 @@ function ChromaFlow($$anchor, $$props) {
3060
3062
  $.set(isRegistered, false);
3061
3063
  parentRegister(instanceId, null, null, null, null);
3062
3064
  });
3063
- var fragment = root$103();
3065
+ var fragment = root$105();
3064
3066
  var span = $.first_child(fragment);
3065
3067
  var node_1 = $.child(span);
3066
3068
  var consequent = ($$anchor$1) => {
@@ -3073,7 +3075,7 @@ function ChromaFlow($$anchor, $$props) {
3073
3075
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
3074
3076
  var node_2 = $.sibling(span, 2);
3075
3077
  var consequent_1 = ($$anchor$1) => {
3076
- var canvas = root_2$102();
3078
+ var canvas = root_2$104();
3077
3079
  var node_3 = $.child(canvas);
3078
3080
  children?.(node_3);
3079
3081
  $.reset(canvas);
@@ -3092,8 +3094,8 @@ function ChromaFlow($$anchor, $$props) {
3092
3094
  $.append($$anchor, fragment);
3093
3095
  $.pop();
3094
3096
  }
3095
- var root_2$101 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
3096
- var root$102 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
3097
+ var root_2$103 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
3098
+ var root$104 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
3097
3099
  function ChromaticAberration($$anchor, $$props) {
3098
3100
  $.push($$props, true);
3099
3101
  let _experimentalWarnedOnce = false;
@@ -3258,7 +3260,7 @@ function ChromaticAberration($$anchor, $$props) {
3258
3260
  $.set(isRegistered, false);
3259
3261
  parentRegister(instanceId, null, null, null, null);
3260
3262
  });
3261
- var fragment = root$102();
3263
+ var fragment = root$104();
3262
3264
  var span = $.first_child(fragment);
3263
3265
  var node_1 = $.child(span);
3264
3266
  var consequent = ($$anchor$1) => {
@@ -3271,7 +3273,7 @@ function ChromaticAberration($$anchor, $$props) {
3271
3273
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
3272
3274
  var node_2 = $.sibling(span, 2);
3273
3275
  var consequent_1 = ($$anchor$1) => {
3274
- var canvas = root_2$101();
3276
+ var canvas = root_2$103();
3275
3277
  var node_3 = $.child(canvas);
3276
3278
  children?.(node_3);
3277
3279
  $.reset(canvas);
@@ -3290,8 +3292,8 @@ function ChromaticAberration($$anchor, $$props) {
3290
3292
  $.append($$anchor, fragment);
3291
3293
  $.pop();
3292
3294
  }
3293
- var root_2$100 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
3294
- var root$101 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
3295
+ var root_2$102 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
3296
+ var root$103 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
3295
3297
  function Circle($$anchor, $$props) {
3296
3298
  $.push($$props, true);
3297
3299
  let _experimentalWarnedOnce = false;
@@ -3456,7 +3458,7 @@ function Circle($$anchor, $$props) {
3456
3458
  $.set(isRegistered, false);
3457
3459
  parentRegister(instanceId, null, null, null, null);
3458
3460
  });
3459
- var fragment = root$101();
3461
+ var fragment = root$103();
3460
3462
  var span = $.first_child(fragment);
3461
3463
  var node_1 = $.child(span);
3462
3464
  var consequent = ($$anchor$1) => {
@@ -3469,7 +3471,7 @@ function Circle($$anchor, $$props) {
3469
3471
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
3470
3472
  var node_2 = $.sibling(span, 2);
3471
3473
  var consequent_1 = ($$anchor$1) => {
3472
- var canvas = root_2$100();
3474
+ var canvas = root_2$102();
3473
3475
  var node_3 = $.child(canvas);
3474
3476
  children?.(node_3);
3475
3477
  $.reset(canvas);
@@ -3488,8 +3490,8 @@ function Circle($$anchor, $$props) {
3488
3490
  $.append($$anchor, fragment);
3489
3491
  $.pop();
3490
3492
  }
3491
- var root_2$99 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
3492
- var root$100 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
3493
+ var root_2$101 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
3494
+ var root$102 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
3493
3495
  function ColorWheel($$anchor, $$props) {
3494
3496
  $.push($$props, true);
3495
3497
  let _experimentalWarnedOnce = false;
@@ -3654,7 +3656,7 @@ function ColorWheel($$anchor, $$props) {
3654
3656
  $.set(isRegistered, false);
3655
3657
  parentRegister(instanceId, null, null, null, null);
3656
3658
  });
3657
- var fragment = root$100();
3659
+ var fragment = root$102();
3658
3660
  var span = $.first_child(fragment);
3659
3661
  var node_1 = $.child(span);
3660
3662
  var consequent = ($$anchor$1) => {
@@ -3667,7 +3669,7 @@ function ColorWheel($$anchor, $$props) {
3667
3669
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
3668
3670
  var node_2 = $.sibling(span, 2);
3669
3671
  var consequent_1 = ($$anchor$1) => {
3670
- var canvas = root_2$99();
3672
+ var canvas = root_2$101();
3671
3673
  var node_3 = $.child(canvas);
3672
3674
  children?.(node_3);
3673
3675
  $.reset(canvas);
@@ -3686,8 +3688,8 @@ function ColorWheel($$anchor, $$props) {
3686
3688
  $.append($$anchor, fragment);
3687
3689
  $.pop();
3688
3690
  }
3689
- var root_2$98 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
3690
- var root$99 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
3691
+ var root_2$100 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
3692
+ var root$101 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
3691
3693
  function ConcentricSpin($$anchor, $$props) {
3692
3694
  $.push($$props, true);
3693
3695
  let _experimentalWarnedOnce = false;
@@ -3852,7 +3854,7 @@ function ConcentricSpin($$anchor, $$props) {
3852
3854
  $.set(isRegistered, false);
3853
3855
  parentRegister(instanceId, null, null, null, null);
3854
3856
  });
3855
- var fragment = root$99();
3857
+ var fragment = root$101();
3856
3858
  var span = $.first_child(fragment);
3857
3859
  var node_1 = $.child(span);
3858
3860
  var consequent = ($$anchor$1) => {
@@ -3865,7 +3867,7 @@ function ConcentricSpin($$anchor, $$props) {
3865
3867
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
3866
3868
  var node_2 = $.sibling(span, 2);
3867
3869
  var consequent_1 = ($$anchor$1) => {
3868
- var canvas = root_2$98();
3870
+ var canvas = root_2$100();
3869
3871
  var node_3 = $.child(canvas);
3870
3872
  children?.(node_3);
3871
3873
  $.reset(canvas);
@@ -3884,8 +3886,8 @@ function ConcentricSpin($$anchor, $$props) {
3884
3886
  $.append($$anchor, fragment);
3885
3887
  $.pop();
3886
3888
  }
3887
- var root_2$97 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
3888
- var root$98 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
3889
+ var root_2$99 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
3890
+ var root$100 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
3889
3891
  function ConicGradient($$anchor, $$props) {
3890
3892
  $.push($$props, true);
3891
3893
  let _experimentalWarnedOnce = false;
@@ -4050,7 +4052,7 @@ function ConicGradient($$anchor, $$props) {
4050
4052
  $.set(isRegistered, false);
4051
4053
  parentRegister(instanceId, null, null, null, null);
4052
4054
  });
4053
- var fragment = root$98();
4055
+ var fragment = root$100();
4054
4056
  var span = $.first_child(fragment);
4055
4057
  var node_1 = $.child(span);
4056
4058
  var consequent = ($$anchor$1) => {
@@ -4063,7 +4065,7 @@ function ConicGradient($$anchor, $$props) {
4063
4065
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
4064
4066
  var node_2 = $.sibling(span, 2);
4065
4067
  var consequent_1 = ($$anchor$1) => {
4066
- var canvas = root_2$97();
4068
+ var canvas = root_2$99();
4067
4069
  var node_3 = $.child(canvas);
4068
4070
  children?.(node_3);
4069
4071
  $.reset(canvas);
@@ -4082,8 +4084,8 @@ function ConicGradient($$anchor, $$props) {
4082
4084
  $.append($$anchor, fragment);
4083
4085
  $.pop();
4084
4086
  }
4085
- var root_2$96 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
4086
- var root$97 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
4087
+ var root_2$98 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
4088
+ var root$99 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
4087
4089
  function ContourLines($$anchor, $$props) {
4088
4090
  $.push($$props, true);
4089
4091
  let _experimentalWarnedOnce = false;
@@ -4248,7 +4250,7 @@ function ContourLines($$anchor, $$props) {
4248
4250
  $.set(isRegistered, false);
4249
4251
  parentRegister(instanceId, null, null, null, null);
4250
4252
  });
4251
- var fragment = root$97();
4253
+ var fragment = root$99();
4252
4254
  var span = $.first_child(fragment);
4253
4255
  var node_1 = $.child(span);
4254
4256
  var consequent = ($$anchor$1) => {
@@ -4261,7 +4263,7 @@ function ContourLines($$anchor, $$props) {
4261
4263
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
4262
4264
  var node_2 = $.sibling(span, 2);
4263
4265
  var consequent_1 = ($$anchor$1) => {
4264
- var canvas = root_2$96();
4266
+ var canvas = root_2$98();
4265
4267
  var node_3 = $.child(canvas);
4266
4268
  children?.(node_3);
4267
4269
  $.reset(canvas);
@@ -4280,8 +4282,8 @@ function ContourLines($$anchor, $$props) {
4280
4282
  $.append($$anchor, fragment);
4281
4283
  $.pop();
4282
4284
  }
4283
- var root_2$95 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
4284
- var root$96 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
4285
+ var root_2$97 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
4286
+ var root$98 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
4285
4287
  function Crescent($$anchor, $$props) {
4286
4288
  $.push($$props, true);
4287
4289
  let _experimentalWarnedOnce = false;
@@ -4446,7 +4448,7 @@ function Crescent($$anchor, $$props) {
4446
4448
  $.set(isRegistered, false);
4447
4449
  parentRegister(instanceId, null, null, null, null);
4448
4450
  });
4449
- var fragment = root$96();
4451
+ var fragment = root$98();
4450
4452
  var span = $.first_child(fragment);
4451
4453
  var node_1 = $.child(span);
4452
4454
  var consequent = ($$anchor$1) => {
@@ -4459,7 +4461,7 @@ function Crescent($$anchor, $$props) {
4459
4461
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
4460
4462
  var node_2 = $.sibling(span, 2);
4461
4463
  var consequent_1 = ($$anchor$1) => {
4462
- var canvas = root_2$95();
4464
+ var canvas = root_2$97();
4463
4465
  var node_3 = $.child(canvas);
4464
4466
  children?.(node_3);
4465
4467
  $.reset(canvas);
@@ -4478,8 +4480,8 @@ function Crescent($$anchor, $$props) {
4478
4480
  $.append($$anchor, fragment);
4479
4481
  $.pop();
4480
4482
  }
4481
- var root_2$94 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
4482
- var root$95 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
4483
+ var root_2$96 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
4484
+ var root$97 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
4483
4485
  function Cross($$anchor, $$props) {
4484
4486
  $.push($$props, true);
4485
4487
  let _experimentalWarnedOnce = false;
@@ -4644,7 +4646,7 @@ function Cross($$anchor, $$props) {
4644
4646
  $.set(isRegistered, false);
4645
4647
  parentRegister(instanceId, null, null, null, null);
4646
4648
  });
4647
- var fragment = root$95();
4649
+ var fragment = root$97();
4648
4650
  var span = $.first_child(fragment);
4649
4651
  var node_1 = $.child(span);
4650
4652
  var consequent = ($$anchor$1) => {
@@ -4657,7 +4659,7 @@ function Cross($$anchor, $$props) {
4657
4659
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
4658
4660
  var node_2 = $.sibling(span, 2);
4659
4661
  var consequent_1 = ($$anchor$1) => {
4660
- var canvas = root_2$94();
4662
+ var canvas = root_2$96();
4661
4663
  var node_3 = $.child(canvas);
4662
4664
  children?.(node_3);
4663
4665
  $.reset(canvas);
@@ -4676,8 +4678,8 @@ function Cross($$anchor, $$props) {
4676
4678
  $.append($$anchor, fragment);
4677
4679
  $.pop();
4678
4680
  }
4679
- var root_2$93 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
4680
- var root$94 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
4681
+ var root_2$95 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
4682
+ var root$96 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
4681
4683
  function Crystal($$anchor, $$props) {
4682
4684
  $.push($$props, true);
4683
4685
  let _experimentalWarnedOnce = false;
@@ -4842,7 +4844,7 @@ function Crystal($$anchor, $$props) {
4842
4844
  $.set(isRegistered, false);
4843
4845
  parentRegister(instanceId, null, null, null, null);
4844
4846
  });
4845
- var fragment = root$94();
4847
+ var fragment = root$96();
4846
4848
  var span = $.first_child(fragment);
4847
4849
  var node_1 = $.child(span);
4848
4850
  var consequent = ($$anchor$1) => {
@@ -4855,7 +4857,7 @@ function Crystal($$anchor, $$props) {
4855
4857
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
4856
4858
  var node_2 = $.sibling(span, 2);
4857
4859
  var consequent_1 = ($$anchor$1) => {
4858
- var canvas = root_2$93();
4860
+ var canvas = root_2$95();
4859
4861
  var node_3 = $.child(canvas);
4860
4862
  children?.(node_3);
4861
4863
  $.reset(canvas);
@@ -4874,8 +4876,8 @@ function Crystal($$anchor, $$props) {
4874
4876
  $.append($$anchor, fragment);
4875
4877
  $.pop();
4876
4878
  }
4877
- var root_2$92 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
4878
- var root$93 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
4879
+ var root_2$94 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
4880
+ var root$95 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
4879
4881
  function CursorRipples($$anchor, $$props) {
4880
4882
  $.push($$props, true);
4881
4883
  let _experimentalWarnedOnce = false;
@@ -5040,7 +5042,7 @@ function CursorRipples($$anchor, $$props) {
5040
5042
  $.set(isRegistered, false);
5041
5043
  parentRegister(instanceId, null, null, null, null);
5042
5044
  });
5043
- var fragment = root$93();
5045
+ var fragment = root$95();
5044
5046
  var span = $.first_child(fragment);
5045
5047
  var node_1 = $.child(span);
5046
5048
  var consequent = ($$anchor$1) => {
@@ -5053,7 +5055,7 @@ function CursorRipples($$anchor, $$props) {
5053
5055
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
5054
5056
  var node_2 = $.sibling(span, 2);
5055
5057
  var consequent_1 = ($$anchor$1) => {
5056
- var canvas = root_2$92();
5058
+ var canvas = root_2$94();
5057
5059
  var node_3 = $.child(canvas);
5058
5060
  children?.(node_3);
5059
5061
  $.reset(canvas);
@@ -5072,8 +5074,8 @@ function CursorRipples($$anchor, $$props) {
5072
5074
  $.append($$anchor, fragment);
5073
5075
  $.pop();
5074
5076
  }
5075
- var root_2$91 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
5076
- var root$92 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
5077
+ var root_2$93 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
5078
+ var root$94 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
5077
5079
  function CursorTrail($$anchor, $$props) {
5078
5080
  $.push($$props, true);
5079
5081
  let _experimentalWarnedOnce = false;
@@ -5238,7 +5240,7 @@ function CursorTrail($$anchor, $$props) {
5238
5240
  $.set(isRegistered, false);
5239
5241
  parentRegister(instanceId, null, null, null, null);
5240
5242
  });
5241
- var fragment = root$92();
5243
+ var fragment = root$94();
5242
5244
  var span = $.first_child(fragment);
5243
5245
  var node_1 = $.child(span);
5244
5246
  var consequent = ($$anchor$1) => {
@@ -5251,7 +5253,7 @@ function CursorTrail($$anchor, $$props) {
5251
5253
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
5252
5254
  var node_2 = $.sibling(span, 2);
5253
5255
  var consequent_1 = ($$anchor$1) => {
5254
- var canvas = root_2$91();
5256
+ var canvas = root_2$93();
5255
5257
  var node_3 = $.child(canvas);
5256
5258
  children?.(node_3);
5257
5259
  $.reset(canvas);
@@ -5270,8 +5272,8 @@ function CursorTrail($$anchor, $$props) {
5270
5272
  $.append($$anchor, fragment);
5271
5273
  $.pop();
5272
5274
  }
5273
- var root_2$90 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
5274
- var root$91 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
5275
+ var root_2$92 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
5276
+ var root$93 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
5275
5277
  function DOMTexture($$anchor, $$props) {
5276
5278
  $.push($$props, true);
5277
5279
  let _experimentalWarnedOnce = false;
@@ -5436,7 +5438,7 @@ function DOMTexture($$anchor, $$props) {
5436
5438
  $.set(isRegistered, false);
5437
5439
  parentRegister(instanceId, null, null, null, null);
5438
5440
  });
5439
- var fragment = root$91();
5441
+ var fragment = root$93();
5440
5442
  var span = $.first_child(fragment);
5441
5443
  var node_1 = $.child(span);
5442
5444
  var consequent = ($$anchor$1) => {
@@ -5449,7 +5451,7 @@ function DOMTexture($$anchor, $$props) {
5449
5451
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
5450
5452
  var node_2 = $.sibling(span, 2);
5451
5453
  var consequent_1 = ($$anchor$1) => {
5452
- var canvas = root_2$90();
5454
+ var canvas = root_2$92();
5453
5455
  var node_3 = $.child(canvas);
5454
5456
  children?.(node_3);
5455
5457
  $.reset(canvas);
@@ -5468,8 +5470,8 @@ function DOMTexture($$anchor, $$props) {
5468
5470
  $.append($$anchor, fragment);
5469
5471
  $.pop();
5470
5472
  }
5471
- var root_2$89 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
5472
- var root$90 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
5473
+ var root_2$91 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
5474
+ var root$92 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
5473
5475
  function DiamondGradient($$anchor, $$props) {
5474
5476
  $.push($$props, true);
5475
5477
  let _experimentalWarnedOnce = false;
@@ -5634,7 +5636,7 @@ function DiamondGradient($$anchor, $$props) {
5634
5636
  $.set(isRegistered, false);
5635
5637
  parentRegister(instanceId, null, null, null, null);
5636
5638
  });
5637
- var fragment = root$90();
5639
+ var fragment = root$92();
5638
5640
  var span = $.first_child(fragment);
5639
5641
  var node_1 = $.child(span);
5640
5642
  var consequent = ($$anchor$1) => {
@@ -5647,7 +5649,7 @@ function DiamondGradient($$anchor, $$props) {
5647
5649
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
5648
5650
  var node_2 = $.sibling(span, 2);
5649
5651
  var consequent_1 = ($$anchor$1) => {
5650
- var canvas = root_2$89();
5652
+ var canvas = root_2$91();
5651
5653
  var node_3 = $.child(canvas);
5652
5654
  children?.(node_3);
5653
5655
  $.reset(canvas);
@@ -5666,8 +5668,8 @@ function DiamondGradient($$anchor, $$props) {
5666
5668
  $.append($$anchor, fragment);
5667
5669
  $.pop();
5668
5670
  }
5669
- var root_2$88 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
5670
- var root$89 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
5671
+ var root_2$90 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
5672
+ var root$91 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
5671
5673
  function DiffuseBlur($$anchor, $$props) {
5672
5674
  $.push($$props, true);
5673
5675
  let _experimentalWarnedOnce = false;
@@ -5832,7 +5834,7 @@ function DiffuseBlur($$anchor, $$props) {
5832
5834
  $.set(isRegistered, false);
5833
5835
  parentRegister(instanceId, null, null, null, null);
5834
5836
  });
5835
- var fragment = root$89();
5837
+ var fragment = root$91();
5836
5838
  var span = $.first_child(fragment);
5837
5839
  var node_1 = $.child(span);
5838
5840
  var consequent = ($$anchor$1) => {
@@ -5845,7 +5847,7 @@ function DiffuseBlur($$anchor, $$props) {
5845
5847
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
5846
5848
  var node_2 = $.sibling(span, 2);
5847
5849
  var consequent_1 = ($$anchor$1) => {
5848
- var canvas = root_2$88();
5850
+ var canvas = root_2$90();
5849
5851
  var node_3 = $.child(canvas);
5850
5852
  children?.(node_3);
5851
5853
  $.reset(canvas);
@@ -5864,8 +5866,8 @@ function DiffuseBlur($$anchor, $$props) {
5864
5866
  $.append($$anchor, fragment);
5865
5867
  $.pop();
5866
5868
  }
5867
- var root_2$87 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
5868
- var root$88 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
5869
+ var root_2$89 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
5870
+ var root$90 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
5869
5871
  function Dither($$anchor, $$props) {
5870
5872
  $.push($$props, true);
5871
5873
  let _experimentalWarnedOnce = false;
@@ -6030,7 +6032,7 @@ function Dither($$anchor, $$props) {
6030
6032
  $.set(isRegistered, false);
6031
6033
  parentRegister(instanceId, null, null, null, null);
6032
6034
  });
6033
- var fragment = root$88();
6035
+ var fragment = root$90();
6034
6036
  var span = $.first_child(fragment);
6035
6037
  var node_1 = $.child(span);
6036
6038
  var consequent = ($$anchor$1) => {
@@ -6043,7 +6045,7 @@ function Dither($$anchor, $$props) {
6043
6045
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
6044
6046
  var node_2 = $.sibling(span, 2);
6045
6047
  var consequent_1 = ($$anchor$1) => {
6046
- var canvas = root_2$87();
6048
+ var canvas = root_2$89();
6047
6049
  var node_3 = $.child(canvas);
6048
6050
  children?.(node_3);
6049
6051
  $.reset(canvas);
@@ -6062,8 +6064,8 @@ function Dither($$anchor, $$props) {
6062
6064
  $.append($$anchor, fragment);
6063
6065
  $.pop();
6064
6066
  }
6065
- var root_2$86 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
6066
- var root$87 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
6067
+ var root_2$88 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
6068
+ var root$89 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
6067
6069
  function DotGrid($$anchor, $$props) {
6068
6070
  $.push($$props, true);
6069
6071
  let _experimentalWarnedOnce = false;
@@ -6228,7 +6230,7 @@ function DotGrid($$anchor, $$props) {
6228
6230
  $.set(isRegistered, false);
6229
6231
  parentRegister(instanceId, null, null, null, null);
6230
6232
  });
6231
- var fragment = root$87();
6233
+ var fragment = root$89();
6232
6234
  var span = $.first_child(fragment);
6233
6235
  var node_1 = $.child(span);
6234
6236
  var consequent = ($$anchor$1) => {
@@ -6241,7 +6243,7 @@ function DotGrid($$anchor, $$props) {
6241
6243
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
6242
6244
  var node_2 = $.sibling(span, 2);
6243
6245
  var consequent_1 = ($$anchor$1) => {
6244
- var canvas = root_2$86();
6246
+ var canvas = root_2$88();
6245
6247
  var node_3 = $.child(canvas);
6246
6248
  children?.(node_3);
6247
6249
  $.reset(canvas);
@@ -6260,8 +6262,8 @@ function DotGrid($$anchor, $$props) {
6260
6262
  $.append($$anchor, fragment);
6261
6263
  $.pop();
6262
6264
  }
6263
- var root_2$85 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
6264
- var root$86 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
6265
+ var root_2$87 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
6266
+ var root$88 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
6265
6267
  function DropShadow($$anchor, $$props) {
6266
6268
  $.push($$props, true);
6267
6269
  let _experimentalWarnedOnce = false;
@@ -6426,7 +6428,7 @@ function DropShadow($$anchor, $$props) {
6426
6428
  $.set(isRegistered, false);
6427
6429
  parentRegister(instanceId, null, null, null, null);
6428
6430
  });
6429
- var fragment = root$86();
6431
+ var fragment = root$88();
6430
6432
  var span = $.first_child(fragment);
6431
6433
  var node_1 = $.child(span);
6432
6434
  var consequent = ($$anchor$1) => {
@@ -6439,7 +6441,7 @@ function DropShadow($$anchor, $$props) {
6439
6441
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
6440
6442
  var node_2 = $.sibling(span, 2);
6441
6443
  var consequent_1 = ($$anchor$1) => {
6442
- var canvas = root_2$85();
6444
+ var canvas = root_2$87();
6443
6445
  var node_3 = $.child(canvas);
6444
6446
  children?.(node_3);
6445
6447
  $.reset(canvas);
@@ -6458,8 +6460,8 @@ function DropShadow($$anchor, $$props) {
6458
6460
  $.append($$anchor, fragment);
6459
6461
  $.pop();
6460
6462
  }
6461
- var root_2$84 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
6462
- var root$85 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
6463
+ var root_2$86 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
6464
+ var root$87 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
6463
6465
  function Duotone($$anchor, $$props) {
6464
6466
  $.push($$props, true);
6465
6467
  let _experimentalWarnedOnce = false;
@@ -6624,7 +6626,7 @@ function Duotone($$anchor, $$props) {
6624
6626
  $.set(isRegistered, false);
6625
6627
  parentRegister(instanceId, null, null, null, null);
6626
6628
  });
6627
- var fragment = root$85();
6629
+ var fragment = root$87();
6628
6630
  var span = $.first_child(fragment);
6629
6631
  var node_1 = $.child(span);
6630
6632
  var consequent = ($$anchor$1) => {
@@ -6637,7 +6639,7 @@ function Duotone($$anchor, $$props) {
6637
6639
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
6638
6640
  var node_2 = $.sibling(span, 2);
6639
6641
  var consequent_1 = ($$anchor$1) => {
6640
- var canvas = root_2$84();
6642
+ var canvas = root_2$86();
6641
6643
  var node_3 = $.child(canvas);
6642
6644
  children?.(node_3);
6643
6645
  $.reset(canvas);
@@ -6656,8 +6658,8 @@ function Duotone($$anchor, $$props) {
6656
6658
  $.append($$anchor, fragment);
6657
6659
  $.pop();
6658
6660
  }
6659
- var root_2$83 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
6660
- var root$84 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
6661
+ var root_2$85 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
6662
+ var root$86 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
6661
6663
  function Ellipse($$anchor, $$props) {
6662
6664
  $.push($$props, true);
6663
6665
  let _experimentalWarnedOnce = false;
@@ -6822,7 +6824,7 @@ function Ellipse($$anchor, $$props) {
6822
6824
  $.set(isRegistered, false);
6823
6825
  parentRegister(instanceId, null, null, null, null);
6824
6826
  });
6825
- var fragment = root$84();
6827
+ var fragment = root$86();
6826
6828
  var span = $.first_child(fragment);
6827
6829
  var node_1 = $.child(span);
6828
6830
  var consequent = ($$anchor$1) => {
@@ -6835,7 +6837,7 @@ function Ellipse($$anchor, $$props) {
6835
6837
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
6836
6838
  var node_2 = $.sibling(span, 2);
6837
6839
  var consequent_1 = ($$anchor$1) => {
6838
- var canvas = root_2$83();
6840
+ var canvas = root_2$85();
6839
6841
  var node_3 = $.child(canvas);
6840
6842
  children?.(node_3);
6841
6843
  $.reset(canvas);
@@ -6854,8 +6856,8 @@ function Ellipse($$anchor, $$props) {
6854
6856
  $.append($$anchor, fragment);
6855
6857
  $.pop();
6856
6858
  }
6857
- var root_2$82 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
6858
- var root$83 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
6859
+ var root_2$84 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
6860
+ var root$85 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
6859
6861
  function Emboss($$anchor, $$props) {
6860
6862
  $.push($$props, true);
6861
6863
  let _experimentalWarnedOnce = false;
@@ -7020,7 +7022,7 @@ function Emboss($$anchor, $$props) {
7020
7022
  $.set(isRegistered, false);
7021
7023
  parentRegister(instanceId, null, null, null, null);
7022
7024
  });
7023
- var fragment = root$83();
7025
+ var fragment = root$85();
7024
7026
  var span = $.first_child(fragment);
7025
7027
  var node_1 = $.child(span);
7026
7028
  var consequent = ($$anchor$1) => {
@@ -7033,7 +7035,7 @@ function Emboss($$anchor, $$props) {
7033
7035
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
7034
7036
  var node_2 = $.sibling(span, 2);
7035
7037
  var consequent_1 = ($$anchor$1) => {
7036
- var canvas = root_2$82();
7038
+ var canvas = root_2$84();
7037
7039
  var node_3 = $.child(canvas);
7038
7040
  children?.(node_3);
7039
7041
  $.reset(canvas);
@@ -7052,9 +7054,9 @@ function Emboss($$anchor, $$props) {
7052
7054
  $.append($$anchor, fragment);
7053
7055
  $.pop();
7054
7056
  }
7055
- var root_2$81 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
7056
- var root$82 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
7057
- function FallingLines($$anchor, $$props) {
7057
+ var root_2$83 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
7058
+ var root$84 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
7059
+ function Exposure($$anchor, $$props) {
7058
7060
  $.push($$props, true);
7059
7061
  let _experimentalWarnedOnce = false;
7060
7062
  if (componentDefinition$35.experimental && !_experimentalWarnedOnce) {
@@ -7218,7 +7220,7 @@ function FallingLines($$anchor, $$props) {
7218
7220
  $.set(isRegistered, false);
7219
7221
  parentRegister(instanceId, null, null, null, null);
7220
7222
  });
7221
- var fragment = root$82();
7223
+ var fragment = root$84();
7222
7224
  var span = $.first_child(fragment);
7223
7225
  var node_1 = $.child(span);
7224
7226
  var consequent = ($$anchor$1) => {
@@ -7231,7 +7233,7 @@ function FallingLines($$anchor, $$props) {
7231
7233
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
7232
7234
  var node_2 = $.sibling(span, 2);
7233
7235
  var consequent_1 = ($$anchor$1) => {
7234
- var canvas = root_2$81();
7236
+ var canvas = root_2$83();
7235
7237
  var node_3 = $.child(canvas);
7236
7238
  children?.(node_3);
7237
7239
  $.reset(canvas);
@@ -7250,9 +7252,9 @@ function FallingLines($$anchor, $$props) {
7250
7252
  $.append($$anchor, fragment);
7251
7253
  $.pop();
7252
7254
  }
7253
- var root_2$80 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
7254
- var root$81 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
7255
- function FilmGrain($$anchor, $$props) {
7255
+ var root_2$82 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
7256
+ var root$83 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
7257
+ function FallingLines($$anchor, $$props) {
7256
7258
  $.push($$props, true);
7257
7259
  let _experimentalWarnedOnce = false;
7258
7260
  if (componentDefinition$36.experimental && !_experimentalWarnedOnce) {
@@ -7416,7 +7418,7 @@ function FilmGrain($$anchor, $$props) {
7416
7418
  $.set(isRegistered, false);
7417
7419
  parentRegister(instanceId, null, null, null, null);
7418
7420
  });
7419
- var fragment = root$81();
7421
+ var fragment = root$83();
7420
7422
  var span = $.first_child(fragment);
7421
7423
  var node_1 = $.child(span);
7422
7424
  var consequent = ($$anchor$1) => {
@@ -7429,7 +7431,7 @@ function FilmGrain($$anchor, $$props) {
7429
7431
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
7430
7432
  var node_2 = $.sibling(span, 2);
7431
7433
  var consequent_1 = ($$anchor$1) => {
7432
- var canvas = root_2$80();
7434
+ var canvas = root_2$82();
7433
7435
  var node_3 = $.child(canvas);
7434
7436
  children?.(node_3);
7435
7437
  $.reset(canvas);
@@ -7448,9 +7450,9 @@ function FilmGrain($$anchor, $$props) {
7448
7450
  $.append($$anchor, fragment);
7449
7451
  $.pop();
7450
7452
  }
7451
- var root_2$79 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
7452
- var root$80 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
7453
- function FloatingParticles($$anchor, $$props) {
7453
+ var root_2$81 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
7454
+ var root$82 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
7455
+ function FilmGrain($$anchor, $$props) {
7454
7456
  $.push($$props, true);
7455
7457
  let _experimentalWarnedOnce = false;
7456
7458
  if (componentDefinition$37.experimental && !_experimentalWarnedOnce) {
@@ -7614,7 +7616,7 @@ function FloatingParticles($$anchor, $$props) {
7614
7616
  $.set(isRegistered, false);
7615
7617
  parentRegister(instanceId, null, null, null, null);
7616
7618
  });
7617
- var fragment = root$80();
7619
+ var fragment = root$82();
7618
7620
  var span = $.first_child(fragment);
7619
7621
  var node_1 = $.child(span);
7620
7622
  var consequent = ($$anchor$1) => {
@@ -7627,7 +7629,7 @@ function FloatingParticles($$anchor, $$props) {
7627
7629
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
7628
7630
  var node_2 = $.sibling(span, 2);
7629
7631
  var consequent_1 = ($$anchor$1) => {
7630
- var canvas = root_2$79();
7632
+ var canvas = root_2$81();
7631
7633
  var node_3 = $.child(canvas);
7632
7634
  children?.(node_3);
7633
7635
  $.reset(canvas);
@@ -7646,9 +7648,9 @@ function FloatingParticles($$anchor, $$props) {
7646
7648
  $.append($$anchor, fragment);
7647
7649
  $.pop();
7648
7650
  }
7649
- var root_2$78 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
7650
- var root$79 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
7651
- function FlowField($$anchor, $$props) {
7651
+ var root_2$80 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
7652
+ var root$81 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
7653
+ function FloatingParticles($$anchor, $$props) {
7652
7654
  $.push($$props, true);
7653
7655
  let _experimentalWarnedOnce = false;
7654
7656
  if (componentDefinition$38.experimental && !_experimentalWarnedOnce) {
@@ -7812,7 +7814,7 @@ function FlowField($$anchor, $$props) {
7812
7814
  $.set(isRegistered, false);
7813
7815
  parentRegister(instanceId, null, null, null, null);
7814
7816
  });
7815
- var fragment = root$79();
7817
+ var fragment = root$81();
7816
7818
  var span = $.first_child(fragment);
7817
7819
  var node_1 = $.child(span);
7818
7820
  var consequent = ($$anchor$1) => {
@@ -7825,7 +7827,7 @@ function FlowField($$anchor, $$props) {
7825
7827
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
7826
7828
  var node_2 = $.sibling(span, 2);
7827
7829
  var consequent_1 = ($$anchor$1) => {
7828
- var canvas = root_2$78();
7830
+ var canvas = root_2$80();
7829
7831
  var node_3 = $.child(canvas);
7830
7832
  children?.(node_3);
7831
7833
  $.reset(canvas);
@@ -7844,9 +7846,9 @@ function FlowField($$anchor, $$props) {
7844
7846
  $.append($$anchor, fragment);
7845
7847
  $.pop();
7846
7848
  }
7847
- var root_2$77 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
7848
- var root$78 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
7849
- function Flower($$anchor, $$props) {
7849
+ var root_2$79 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
7850
+ var root$80 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
7851
+ function FlowField($$anchor, $$props) {
7850
7852
  $.push($$props, true);
7851
7853
  let _experimentalWarnedOnce = false;
7852
7854
  if (componentDefinition$39.experimental && !_experimentalWarnedOnce) {
@@ -8010,7 +8012,7 @@ function Flower($$anchor, $$props) {
8010
8012
  $.set(isRegistered, false);
8011
8013
  parentRegister(instanceId, null, null, null, null);
8012
8014
  });
8013
- var fragment = root$78();
8015
+ var fragment = root$80();
8014
8016
  var span = $.first_child(fragment);
8015
8017
  var node_1 = $.child(span);
8016
8018
  var consequent = ($$anchor$1) => {
@@ -8023,7 +8025,7 @@ function Flower($$anchor, $$props) {
8023
8025
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
8024
8026
  var node_2 = $.sibling(span, 2);
8025
8027
  var consequent_1 = ($$anchor$1) => {
8026
- var canvas = root_2$77();
8028
+ var canvas = root_2$79();
8027
8029
  var node_3 = $.child(canvas);
8028
8030
  children?.(node_3);
8029
8031
  $.reset(canvas);
@@ -8042,9 +8044,9 @@ function Flower($$anchor, $$props) {
8042
8044
  $.append($$anchor, fragment);
8043
8045
  $.pop();
8044
8046
  }
8045
- var root_2$76 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
8046
- var root$77 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
8047
- function FlowingGradient($$anchor, $$props) {
8047
+ var root_2$78 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
8048
+ var root$79 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
8049
+ function Flower($$anchor, $$props) {
8048
8050
  $.push($$props, true);
8049
8051
  let _experimentalWarnedOnce = false;
8050
8052
  if (componentDefinition$40.experimental && !_experimentalWarnedOnce) {
@@ -8208,7 +8210,7 @@ function FlowingGradient($$anchor, $$props) {
8208
8210
  $.set(isRegistered, false);
8209
8211
  parentRegister(instanceId, null, null, null, null);
8210
8212
  });
8211
- var fragment = root$77();
8213
+ var fragment = root$79();
8212
8214
  var span = $.first_child(fragment);
8213
8215
  var node_1 = $.child(span);
8214
8216
  var consequent = ($$anchor$1) => {
@@ -8221,7 +8223,7 @@ function FlowingGradient($$anchor, $$props) {
8221
8223
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
8222
8224
  var node_2 = $.sibling(span, 2);
8223
8225
  var consequent_1 = ($$anchor$1) => {
8224
- var canvas = root_2$76();
8226
+ var canvas = root_2$78();
8225
8227
  var node_3 = $.child(canvas);
8226
8228
  children?.(node_3);
8227
8229
  $.reset(canvas);
@@ -8240,9 +8242,9 @@ function FlowingGradient($$anchor, $$props) {
8240
8242
  $.append($$anchor, fragment);
8241
8243
  $.pop();
8242
8244
  }
8243
- var root_2$75 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
8244
- var root$76 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
8245
- function FlutedGlass($$anchor, $$props) {
8245
+ var root_2$77 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
8246
+ var root$78 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
8247
+ function FlowingGradient($$anchor, $$props) {
8246
8248
  $.push($$props, true);
8247
8249
  let _experimentalWarnedOnce = false;
8248
8250
  if (componentDefinition$41.experimental && !_experimentalWarnedOnce) {
@@ -8406,7 +8408,7 @@ function FlutedGlass($$anchor, $$props) {
8406
8408
  $.set(isRegistered, false);
8407
8409
  parentRegister(instanceId, null, null, null, null);
8408
8410
  });
8409
- var fragment = root$76();
8411
+ var fragment = root$78();
8410
8412
  var span = $.first_child(fragment);
8411
8413
  var node_1 = $.child(span);
8412
8414
  var consequent = ($$anchor$1) => {
@@ -8419,7 +8421,7 @@ function FlutedGlass($$anchor, $$props) {
8419
8421
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
8420
8422
  var node_2 = $.sibling(span, 2);
8421
8423
  var consequent_1 = ($$anchor$1) => {
8422
- var canvas = root_2$75();
8424
+ var canvas = root_2$77();
8423
8425
  var node_3 = $.child(canvas);
8424
8426
  children?.(node_3);
8425
8427
  $.reset(canvas);
@@ -8438,9 +8440,9 @@ function FlutedGlass($$anchor, $$props) {
8438
8440
  $.append($$anchor, fragment);
8439
8441
  $.pop();
8440
8442
  }
8441
- var root_2$74 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
8442
- var root$75 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
8443
- function Fog($$anchor, $$props) {
8443
+ var root_2$76 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
8444
+ var root$77 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
8445
+ function FlutedGlass($$anchor, $$props) {
8444
8446
  $.push($$props, true);
8445
8447
  let _experimentalWarnedOnce = false;
8446
8448
  if (componentDefinition$42.experimental && !_experimentalWarnedOnce) {
@@ -8604,7 +8606,7 @@ function Fog($$anchor, $$props) {
8604
8606
  $.set(isRegistered, false);
8605
8607
  parentRegister(instanceId, null, null, null, null);
8606
8608
  });
8607
- var fragment = root$75();
8609
+ var fragment = root$77();
8608
8610
  var span = $.first_child(fragment);
8609
8611
  var node_1 = $.child(span);
8610
8612
  var consequent = ($$anchor$1) => {
@@ -8617,7 +8619,7 @@ function Fog($$anchor, $$props) {
8617
8619
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
8618
8620
  var node_2 = $.sibling(span, 2);
8619
8621
  var consequent_1 = ($$anchor$1) => {
8620
- var canvas = root_2$74();
8622
+ var canvas = root_2$76();
8621
8623
  var node_3 = $.child(canvas);
8622
8624
  children?.(node_3);
8623
8625
  $.reset(canvas);
@@ -8636,9 +8638,9 @@ function Fog($$anchor, $$props) {
8636
8638
  $.append($$anchor, fragment);
8637
8639
  $.pop();
8638
8640
  }
8639
- var root_2$73 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
8640
- var root$74 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
8641
- function Form3D($$anchor, $$props) {
8641
+ var root_2$75 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
8642
+ var root$76 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
8643
+ function Fog($$anchor, $$props) {
8642
8644
  $.push($$props, true);
8643
8645
  let _experimentalWarnedOnce = false;
8644
8646
  if (componentDefinition$43.experimental && !_experimentalWarnedOnce) {
@@ -8802,7 +8804,7 @@ function Form3D($$anchor, $$props) {
8802
8804
  $.set(isRegistered, false);
8803
8805
  parentRegister(instanceId, null, null, null, null);
8804
8806
  });
8805
- var fragment = root$74();
8807
+ var fragment = root$76();
8806
8808
  var span = $.first_child(fragment);
8807
8809
  var node_1 = $.child(span);
8808
8810
  var consequent = ($$anchor$1) => {
@@ -8815,7 +8817,7 @@ function Form3D($$anchor, $$props) {
8815
8817
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
8816
8818
  var node_2 = $.sibling(span, 2);
8817
8819
  var consequent_1 = ($$anchor$1) => {
8818
- var canvas = root_2$73();
8820
+ var canvas = root_2$75();
8819
8821
  var node_3 = $.child(canvas);
8820
8822
  children?.(node_3);
8821
8823
  $.reset(canvas);
@@ -8834,9 +8836,9 @@ function Form3D($$anchor, $$props) {
8834
8836
  $.append($$anchor, fragment);
8835
8837
  $.pop();
8836
8838
  }
8837
- var root_2$72 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
8838
- var root$73 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
8839
- function FractalNoise($$anchor, $$props) {
8839
+ var root_2$74 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
8840
+ var root$75 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
8841
+ function Form3D($$anchor, $$props) {
8840
8842
  $.push($$props, true);
8841
8843
  let _experimentalWarnedOnce = false;
8842
8844
  if (componentDefinition$44.experimental && !_experimentalWarnedOnce) {
@@ -9000,7 +9002,7 @@ function FractalNoise($$anchor, $$props) {
9000
9002
  $.set(isRegistered, false);
9001
9003
  parentRegister(instanceId, null, null, null, null);
9002
9004
  });
9003
- var fragment = root$73();
9005
+ var fragment = root$75();
9004
9006
  var span = $.first_child(fragment);
9005
9007
  var node_1 = $.child(span);
9006
9008
  var consequent = ($$anchor$1) => {
@@ -9013,7 +9015,7 @@ function FractalNoise($$anchor, $$props) {
9013
9015
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
9014
9016
  var node_2 = $.sibling(span, 2);
9015
9017
  var consequent_1 = ($$anchor$1) => {
9016
- var canvas = root_2$72();
9018
+ var canvas = root_2$74();
9017
9019
  var node_3 = $.child(canvas);
9018
9020
  children?.(node_3);
9019
9021
  $.reset(canvas);
@@ -9032,9 +9034,9 @@ function FractalNoise($$anchor, $$props) {
9032
9034
  $.append($$anchor, fragment);
9033
9035
  $.pop();
9034
9036
  }
9035
- var root_2$71 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
9036
- var root$72 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
9037
- function Glass($$anchor, $$props) {
9037
+ var root_2$73 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
9038
+ var root$74 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
9039
+ function FractalNoise($$anchor, $$props) {
9038
9040
  $.push($$props, true);
9039
9041
  let _experimentalWarnedOnce = false;
9040
9042
  if (componentDefinition$45.experimental && !_experimentalWarnedOnce) {
@@ -9198,7 +9200,7 @@ function Glass($$anchor, $$props) {
9198
9200
  $.set(isRegistered, false);
9199
9201
  parentRegister(instanceId, null, null, null, null);
9200
9202
  });
9201
- var fragment = root$72();
9203
+ var fragment = root$74();
9202
9204
  var span = $.first_child(fragment);
9203
9205
  var node_1 = $.child(span);
9204
9206
  var consequent = ($$anchor$1) => {
@@ -9211,7 +9213,7 @@ function Glass($$anchor, $$props) {
9211
9213
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
9212
9214
  var node_2 = $.sibling(span, 2);
9213
9215
  var consequent_1 = ($$anchor$1) => {
9214
- var canvas = root_2$71();
9216
+ var canvas = root_2$73();
9215
9217
  var node_3 = $.child(canvas);
9216
9218
  children?.(node_3);
9217
9219
  $.reset(canvas);
@@ -9230,9 +9232,9 @@ function Glass($$anchor, $$props) {
9230
9232
  $.append($$anchor, fragment);
9231
9233
  $.pop();
9232
9234
  }
9233
- var root_2$70 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
9234
- var root$71 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
9235
- function GlassTiles($$anchor, $$props) {
9235
+ var root_2$72 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
9236
+ var root$73 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
9237
+ function Glass($$anchor, $$props) {
9236
9238
  $.push($$props, true);
9237
9239
  let _experimentalWarnedOnce = false;
9238
9240
  if (componentDefinition$46.experimental && !_experimentalWarnedOnce) {
@@ -9396,7 +9398,7 @@ function GlassTiles($$anchor, $$props) {
9396
9398
  $.set(isRegistered, false);
9397
9399
  parentRegister(instanceId, null, null, null, null);
9398
9400
  });
9399
- var fragment = root$71();
9401
+ var fragment = root$73();
9400
9402
  var span = $.first_child(fragment);
9401
9403
  var node_1 = $.child(span);
9402
9404
  var consequent = ($$anchor$1) => {
@@ -9409,7 +9411,7 @@ function GlassTiles($$anchor, $$props) {
9409
9411
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
9410
9412
  var node_2 = $.sibling(span, 2);
9411
9413
  var consequent_1 = ($$anchor$1) => {
9412
- var canvas = root_2$70();
9414
+ var canvas = root_2$72();
9413
9415
  var node_3 = $.child(canvas);
9414
9416
  children?.(node_3);
9415
9417
  $.reset(canvas);
@@ -9428,9 +9430,9 @@ function GlassTiles($$anchor, $$props) {
9428
9430
  $.append($$anchor, fragment);
9429
9431
  $.pop();
9430
9432
  }
9431
- var root_2$69 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
9432
- var root$70 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
9433
- function Glitch($$anchor, $$props) {
9433
+ var root_2$71 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
9434
+ var root$72 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
9435
+ function GlassTiles($$anchor, $$props) {
9434
9436
  $.push($$props, true);
9435
9437
  let _experimentalWarnedOnce = false;
9436
9438
  if (componentDefinition$47.experimental && !_experimentalWarnedOnce) {
@@ -9594,7 +9596,7 @@ function Glitch($$anchor, $$props) {
9594
9596
  $.set(isRegistered, false);
9595
9597
  parentRegister(instanceId, null, null, null, null);
9596
9598
  });
9597
- var fragment = root$70();
9599
+ var fragment = root$72();
9598
9600
  var span = $.first_child(fragment);
9599
9601
  var node_1 = $.child(span);
9600
9602
  var consequent = ($$anchor$1) => {
@@ -9607,7 +9609,7 @@ function Glitch($$anchor, $$props) {
9607
9609
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
9608
9610
  var node_2 = $.sibling(span, 2);
9609
9611
  var consequent_1 = ($$anchor$1) => {
9610
- var canvas = root_2$69();
9612
+ var canvas = root_2$71();
9611
9613
  var node_3 = $.child(canvas);
9612
9614
  children?.(node_3);
9613
9615
  $.reset(canvas);
@@ -9626,9 +9628,9 @@ function Glitch($$anchor, $$props) {
9626
9628
  $.append($$anchor, fragment);
9627
9629
  $.pop();
9628
9630
  }
9629
- var root_2$68 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
9630
- var root$69 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
9631
- function Glow($$anchor, $$props) {
9631
+ var root_2$70 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
9632
+ var root$71 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
9633
+ function Glitch($$anchor, $$props) {
9632
9634
  $.push($$props, true);
9633
9635
  let _experimentalWarnedOnce = false;
9634
9636
  if (componentDefinition$48.experimental && !_experimentalWarnedOnce) {
@@ -9792,7 +9794,7 @@ function Glow($$anchor, $$props) {
9792
9794
  $.set(isRegistered, false);
9793
9795
  parentRegister(instanceId, null, null, null, null);
9794
9796
  });
9795
- var fragment = root$69();
9797
+ var fragment = root$71();
9796
9798
  var span = $.first_child(fragment);
9797
9799
  var node_1 = $.child(span);
9798
9800
  var consequent = ($$anchor$1) => {
@@ -9805,7 +9807,7 @@ function Glow($$anchor, $$props) {
9805
9807
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
9806
9808
  var node_2 = $.sibling(span, 2);
9807
9809
  var consequent_1 = ($$anchor$1) => {
9808
- var canvas = root_2$68();
9810
+ var canvas = root_2$70();
9809
9811
  var node_3 = $.child(canvas);
9810
9812
  children?.(node_3);
9811
9813
  $.reset(canvas);
@@ -9824,9 +9826,9 @@ function Glow($$anchor, $$props) {
9824
9826
  $.append($$anchor, fragment);
9825
9827
  $.pop();
9826
9828
  }
9827
- var root_2$67 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
9828
- var root$68 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
9829
- function Godrays($$anchor, $$props) {
9829
+ var root_2$69 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
9830
+ var root$70 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
9831
+ function Glow($$anchor, $$props) {
9830
9832
  $.push($$props, true);
9831
9833
  let _experimentalWarnedOnce = false;
9832
9834
  if (componentDefinition$49.experimental && !_experimentalWarnedOnce) {
@@ -9990,7 +9992,7 @@ function Godrays($$anchor, $$props) {
9990
9992
  $.set(isRegistered, false);
9991
9993
  parentRegister(instanceId, null, null, null, null);
9992
9994
  });
9993
- var fragment = root$68();
9995
+ var fragment = root$70();
9994
9996
  var span = $.first_child(fragment);
9995
9997
  var node_1 = $.child(span);
9996
9998
  var consequent = ($$anchor$1) => {
@@ -10003,7 +10005,7 @@ function Godrays($$anchor, $$props) {
10003
10005
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
10004
10006
  var node_2 = $.sibling(span, 2);
10005
10007
  var consequent_1 = ($$anchor$1) => {
10006
- var canvas = root_2$67();
10008
+ var canvas = root_2$69();
10007
10009
  var node_3 = $.child(canvas);
10008
10010
  children?.(node_3);
10009
10011
  $.reset(canvas);
@@ -10022,9 +10024,9 @@ function Godrays($$anchor, $$props) {
10022
10024
  $.append($$anchor, fragment);
10023
10025
  $.pop();
10024
10026
  }
10025
- var root_2$66 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
10026
- var root$67 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
10027
- function Grayscale($$anchor, $$props) {
10027
+ var root_2$68 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
10028
+ var root$69 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
10029
+ function Godrays($$anchor, $$props) {
10028
10030
  $.push($$props, true);
10029
10031
  let _experimentalWarnedOnce = false;
10030
10032
  if (componentDefinition$50.experimental && !_experimentalWarnedOnce) {
@@ -10188,7 +10190,7 @@ function Grayscale($$anchor, $$props) {
10188
10190
  $.set(isRegistered, false);
10189
10191
  parentRegister(instanceId, null, null, null, null);
10190
10192
  });
10191
- var fragment = root$67();
10193
+ var fragment = root$69();
10192
10194
  var span = $.first_child(fragment);
10193
10195
  var node_1 = $.child(span);
10194
10196
  var consequent = ($$anchor$1) => {
@@ -10201,7 +10203,7 @@ function Grayscale($$anchor, $$props) {
10201
10203
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
10202
10204
  var node_2 = $.sibling(span, 2);
10203
10205
  var consequent_1 = ($$anchor$1) => {
10204
- var canvas = root_2$66();
10206
+ var canvas = root_2$68();
10205
10207
  var node_3 = $.child(canvas);
10206
10208
  children?.(node_3);
10207
10209
  $.reset(canvas);
@@ -10220,9 +10222,9 @@ function Grayscale($$anchor, $$props) {
10220
10222
  $.append($$anchor, fragment);
10221
10223
  $.pop();
10222
10224
  }
10223
- var root_2$65 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
10224
- var root$66 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
10225
- function Grid($$anchor, $$props) {
10225
+ var root_2$67 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
10226
+ var root$68 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
10227
+ function Grayscale($$anchor, $$props) {
10226
10228
  $.push($$props, true);
10227
10229
  let _experimentalWarnedOnce = false;
10228
10230
  if (componentDefinition$51.experimental && !_experimentalWarnedOnce) {
@@ -10386,7 +10388,7 @@ function Grid($$anchor, $$props) {
10386
10388
  $.set(isRegistered, false);
10387
10389
  parentRegister(instanceId, null, null, null, null);
10388
10390
  });
10389
- var fragment = root$66();
10391
+ var fragment = root$68();
10390
10392
  var span = $.first_child(fragment);
10391
10393
  var node_1 = $.child(span);
10392
10394
  var consequent = ($$anchor$1) => {
@@ -10399,7 +10401,7 @@ function Grid($$anchor, $$props) {
10399
10401
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
10400
10402
  var node_2 = $.sibling(span, 2);
10401
10403
  var consequent_1 = ($$anchor$1) => {
10402
- var canvas = root_2$65();
10404
+ var canvas = root_2$67();
10403
10405
  var node_3 = $.child(canvas);
10404
10406
  children?.(node_3);
10405
10407
  $.reset(canvas);
@@ -10418,9 +10420,9 @@ function Grid($$anchor, $$props) {
10418
10420
  $.append($$anchor, fragment);
10419
10421
  $.pop();
10420
10422
  }
10421
- var root_2$64 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
10422
- var root$65 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
10423
- function GridDistortion($$anchor, $$props) {
10423
+ var root_2$66 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
10424
+ var root$67 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
10425
+ function Grid($$anchor, $$props) {
10424
10426
  $.push($$props, true);
10425
10427
  let _experimentalWarnedOnce = false;
10426
10428
  if (componentDefinition$52.experimental && !_experimentalWarnedOnce) {
@@ -10584,7 +10586,7 @@ function GridDistortion($$anchor, $$props) {
10584
10586
  $.set(isRegistered, false);
10585
10587
  parentRegister(instanceId, null, null, null, null);
10586
10588
  });
10587
- var fragment = root$65();
10589
+ var fragment = root$67();
10588
10590
  var span = $.first_child(fragment);
10589
10591
  var node_1 = $.child(span);
10590
10592
  var consequent = ($$anchor$1) => {
@@ -10597,7 +10599,7 @@ function GridDistortion($$anchor, $$props) {
10597
10599
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
10598
10600
  var node_2 = $.sibling(span, 2);
10599
10601
  var consequent_1 = ($$anchor$1) => {
10600
- var canvas = root_2$64();
10602
+ var canvas = root_2$66();
10601
10603
  var node_3 = $.child(canvas);
10602
10604
  children?.(node_3);
10603
10605
  $.reset(canvas);
@@ -10616,9 +10618,9 @@ function GridDistortion($$anchor, $$props) {
10616
10618
  $.append($$anchor, fragment);
10617
10619
  $.pop();
10618
10620
  }
10619
- var root_2$63 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
10620
- var root$64 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
10621
- function Group($$anchor, $$props) {
10621
+ var root_2$65 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
10622
+ var root$66 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
10623
+ function GridDistortion($$anchor, $$props) {
10622
10624
  $.push($$props, true);
10623
10625
  let _experimentalWarnedOnce = false;
10624
10626
  if (componentDefinition$53.experimental && !_experimentalWarnedOnce) {
@@ -10782,7 +10784,7 @@ function Group($$anchor, $$props) {
10782
10784
  $.set(isRegistered, false);
10783
10785
  parentRegister(instanceId, null, null, null, null);
10784
10786
  });
10785
- var fragment = root$64();
10787
+ var fragment = root$66();
10786
10788
  var span = $.first_child(fragment);
10787
10789
  var node_1 = $.child(span);
10788
10790
  var consequent = ($$anchor$1) => {
@@ -10795,7 +10797,7 @@ function Group($$anchor, $$props) {
10795
10797
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
10796
10798
  var node_2 = $.sibling(span, 2);
10797
10799
  var consequent_1 = ($$anchor$1) => {
10798
- var canvas = root_2$63();
10800
+ var canvas = root_2$65();
10799
10801
  var node_3 = $.child(canvas);
10800
10802
  children?.(node_3);
10801
10803
  $.reset(canvas);
@@ -10814,9 +10816,9 @@ function Group($$anchor, $$props) {
10814
10816
  $.append($$anchor, fragment);
10815
10817
  $.pop();
10816
10818
  }
10817
- var root_2$62 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
10818
- var root$63 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
10819
- function Halftone($$anchor, $$props) {
10819
+ var root_2$64 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
10820
+ var root$65 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
10821
+ function Group($$anchor, $$props) {
10820
10822
  $.push($$props, true);
10821
10823
  let _experimentalWarnedOnce = false;
10822
10824
  if (componentDefinition$54.experimental && !_experimentalWarnedOnce) {
@@ -10980,7 +10982,7 @@ function Halftone($$anchor, $$props) {
10980
10982
  $.set(isRegistered, false);
10981
10983
  parentRegister(instanceId, null, null, null, null);
10982
10984
  });
10983
- var fragment = root$63();
10985
+ var fragment = root$65();
10984
10986
  var span = $.first_child(fragment);
10985
10987
  var node_1 = $.child(span);
10986
10988
  var consequent = ($$anchor$1) => {
@@ -10993,7 +10995,7 @@ function Halftone($$anchor, $$props) {
10993
10995
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
10994
10996
  var node_2 = $.sibling(span, 2);
10995
10997
  var consequent_1 = ($$anchor$1) => {
10996
- var canvas = root_2$62();
10998
+ var canvas = root_2$64();
10997
10999
  var node_3 = $.child(canvas);
10998
11000
  children?.(node_3);
10999
11001
  $.reset(canvas);
@@ -11012,9 +11014,9 @@ function Halftone($$anchor, $$props) {
11012
11014
  $.append($$anchor, fragment);
11013
11015
  $.pop();
11014
11016
  }
11015
- var root_2$61 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
11016
- var root$62 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
11017
- function HexGrid($$anchor, $$props) {
11017
+ var root_2$63 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
11018
+ var root$64 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
11019
+ function Halftone($$anchor, $$props) {
11018
11020
  $.push($$props, true);
11019
11021
  let _experimentalWarnedOnce = false;
11020
11022
  if (componentDefinition$55.experimental && !_experimentalWarnedOnce) {
@@ -11178,7 +11180,7 @@ function HexGrid($$anchor, $$props) {
11178
11180
  $.set(isRegistered, false);
11179
11181
  parentRegister(instanceId, null, null, null, null);
11180
11182
  });
11181
- var fragment = root$62();
11183
+ var fragment = root$64();
11182
11184
  var span = $.first_child(fragment);
11183
11185
  var node_1 = $.child(span);
11184
11186
  var consequent = ($$anchor$1) => {
@@ -11191,7 +11193,7 @@ function HexGrid($$anchor, $$props) {
11191
11193
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
11192
11194
  var node_2 = $.sibling(span, 2);
11193
11195
  var consequent_1 = ($$anchor$1) => {
11194
- var canvas = root_2$61();
11196
+ var canvas = root_2$63();
11195
11197
  var node_3 = $.child(canvas);
11196
11198
  children?.(node_3);
11197
11199
  $.reset(canvas);
@@ -11210,9 +11212,9 @@ function HexGrid($$anchor, $$props) {
11210
11212
  $.append($$anchor, fragment);
11211
11213
  $.pop();
11212
11214
  }
11213
- var root_2$60 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
11214
- var root$61 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
11215
- function HueShift($$anchor, $$props) {
11215
+ var root_2$62 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
11216
+ var root$63 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
11217
+ function HexGrid($$anchor, $$props) {
11216
11218
  $.push($$props, true);
11217
11219
  let _experimentalWarnedOnce = false;
11218
11220
  if (componentDefinition$56.experimental && !_experimentalWarnedOnce) {
@@ -11376,7 +11378,7 @@ function HueShift($$anchor, $$props) {
11376
11378
  $.set(isRegistered, false);
11377
11379
  parentRegister(instanceId, null, null, null, null);
11378
11380
  });
11379
- var fragment = root$61();
11381
+ var fragment = root$63();
11380
11382
  var span = $.first_child(fragment);
11381
11383
  var node_1 = $.child(span);
11382
11384
  var consequent = ($$anchor$1) => {
@@ -11389,7 +11391,7 @@ function HueShift($$anchor, $$props) {
11389
11391
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
11390
11392
  var node_2 = $.sibling(span, 2);
11391
11393
  var consequent_1 = ($$anchor$1) => {
11392
- var canvas = root_2$60();
11394
+ var canvas = root_2$62();
11393
11395
  var node_3 = $.child(canvas);
11394
11396
  children?.(node_3);
11395
11397
  $.reset(canvas);
@@ -11408,9 +11410,9 @@ function HueShift($$anchor, $$props) {
11408
11410
  $.append($$anchor, fragment);
11409
11411
  $.pop();
11410
11412
  }
11411
- var root_2$59 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
11412
- var root$60 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
11413
- function ImageTexture($$anchor, $$props) {
11413
+ var root_2$61 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
11414
+ var root$62 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
11415
+ function HueShift($$anchor, $$props) {
11414
11416
  $.push($$props, true);
11415
11417
  let _experimentalWarnedOnce = false;
11416
11418
  if (componentDefinition$57.experimental && !_experimentalWarnedOnce) {
@@ -11574,7 +11576,7 @@ function ImageTexture($$anchor, $$props) {
11574
11576
  $.set(isRegistered, false);
11575
11577
  parentRegister(instanceId, null, null, null, null);
11576
11578
  });
11577
- var fragment = root$60();
11579
+ var fragment = root$62();
11578
11580
  var span = $.first_child(fragment);
11579
11581
  var node_1 = $.child(span);
11580
11582
  var consequent = ($$anchor$1) => {
@@ -11587,7 +11589,7 @@ function ImageTexture($$anchor, $$props) {
11587
11589
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
11588
11590
  var node_2 = $.sibling(span, 2);
11589
11591
  var consequent_1 = ($$anchor$1) => {
11590
- var canvas = root_2$59();
11592
+ var canvas = root_2$61();
11591
11593
  var node_3 = $.child(canvas);
11592
11594
  children?.(node_3);
11593
11595
  $.reset(canvas);
@@ -11606,9 +11608,9 @@ function ImageTexture($$anchor, $$props) {
11606
11608
  $.append($$anchor, fragment);
11607
11609
  $.pop();
11608
11610
  }
11609
- var root_2$58 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
11610
- var root$59 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
11611
- function Invert($$anchor, $$props) {
11611
+ var root_2$60 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
11612
+ var root$61 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
11613
+ function ImageTexture($$anchor, $$props) {
11612
11614
  $.push($$props, true);
11613
11615
  let _experimentalWarnedOnce = false;
11614
11616
  if (componentDefinition$58.experimental && !_experimentalWarnedOnce) {
@@ -11772,7 +11774,7 @@ function Invert($$anchor, $$props) {
11772
11774
  $.set(isRegistered, false);
11773
11775
  parentRegister(instanceId, null, null, null, null);
11774
11776
  });
11775
- var fragment = root$59();
11777
+ var fragment = root$61();
11776
11778
  var span = $.first_child(fragment);
11777
11779
  var node_1 = $.child(span);
11778
11780
  var consequent = ($$anchor$1) => {
@@ -11785,7 +11787,7 @@ function Invert($$anchor, $$props) {
11785
11787
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
11786
11788
  var node_2 = $.sibling(span, 2);
11787
11789
  var consequent_1 = ($$anchor$1) => {
11788
- var canvas = root_2$58();
11790
+ var canvas = root_2$60();
11789
11791
  var node_3 = $.child(canvas);
11790
11792
  children?.(node_3);
11791
11793
  $.reset(canvas);
@@ -11804,9 +11806,9 @@ function Invert($$anchor, $$props) {
11804
11806
  $.append($$anchor, fragment);
11805
11807
  $.pop();
11806
11808
  }
11807
- var root_2$57 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
11808
- var root$58 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
11809
- function Kaleidoscope($$anchor, $$props) {
11809
+ var root_2$59 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
11810
+ var root$60 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
11811
+ function Invert($$anchor, $$props) {
11810
11812
  $.push($$props, true);
11811
11813
  let _experimentalWarnedOnce = false;
11812
11814
  if (componentDefinition$59.experimental && !_experimentalWarnedOnce) {
@@ -11970,7 +11972,7 @@ function Kaleidoscope($$anchor, $$props) {
11970
11972
  $.set(isRegistered, false);
11971
11973
  parentRegister(instanceId, null, null, null, null);
11972
11974
  });
11973
- var fragment = root$58();
11975
+ var fragment = root$60();
11974
11976
  var span = $.first_child(fragment);
11975
11977
  var node_1 = $.child(span);
11976
11978
  var consequent = ($$anchor$1) => {
@@ -11983,7 +11985,7 @@ function Kaleidoscope($$anchor, $$props) {
11983
11985
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
11984
11986
  var node_2 = $.sibling(span, 2);
11985
11987
  var consequent_1 = ($$anchor$1) => {
11986
- var canvas = root_2$57();
11988
+ var canvas = root_2$59();
11987
11989
  var node_3 = $.child(canvas);
11988
11990
  children?.(node_3);
11989
11991
  $.reset(canvas);
@@ -12002,9 +12004,9 @@ function Kaleidoscope($$anchor, $$props) {
12002
12004
  $.append($$anchor, fragment);
12003
12005
  $.pop();
12004
12006
  }
12005
- var root_2$56 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
12006
- var root$57 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
12007
- function LensFlare($$anchor, $$props) {
12007
+ var root_2$58 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
12008
+ var root$59 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
12009
+ function Kaleidoscope($$anchor, $$props) {
12008
12010
  $.push($$props, true);
12009
12011
  let _experimentalWarnedOnce = false;
12010
12012
  if (componentDefinition$60.experimental && !_experimentalWarnedOnce) {
@@ -12168,7 +12170,7 @@ function LensFlare($$anchor, $$props) {
12168
12170
  $.set(isRegistered, false);
12169
12171
  parentRegister(instanceId, null, null, null, null);
12170
12172
  });
12171
- var fragment = root$57();
12173
+ var fragment = root$59();
12172
12174
  var span = $.first_child(fragment);
12173
12175
  var node_1 = $.child(span);
12174
12176
  var consequent = ($$anchor$1) => {
@@ -12181,7 +12183,7 @@ function LensFlare($$anchor, $$props) {
12181
12183
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
12182
12184
  var node_2 = $.sibling(span, 2);
12183
12185
  var consequent_1 = ($$anchor$1) => {
12184
- var canvas = root_2$56();
12186
+ var canvas = root_2$58();
12185
12187
  var node_3 = $.child(canvas);
12186
12188
  children?.(node_3);
12187
12189
  $.reset(canvas);
@@ -12200,9 +12202,9 @@ function LensFlare($$anchor, $$props) {
12200
12202
  $.append($$anchor, fragment);
12201
12203
  $.pop();
12202
12204
  }
12203
- var root_2$55 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
12204
- var root$56 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
12205
- function LinearBlur($$anchor, $$props) {
12205
+ var root_2$57 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
12206
+ var root$58 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
12207
+ function LensFlare($$anchor, $$props) {
12206
12208
  $.push($$props, true);
12207
12209
  let _experimentalWarnedOnce = false;
12208
12210
  if (componentDefinition$61.experimental && !_experimentalWarnedOnce) {
@@ -12366,7 +12368,7 @@ function LinearBlur($$anchor, $$props) {
12366
12368
  $.set(isRegistered, false);
12367
12369
  parentRegister(instanceId, null, null, null, null);
12368
12370
  });
12369
- var fragment = root$56();
12371
+ var fragment = root$58();
12370
12372
  var span = $.first_child(fragment);
12371
12373
  var node_1 = $.child(span);
12372
12374
  var consequent = ($$anchor$1) => {
@@ -12379,7 +12381,7 @@ function LinearBlur($$anchor, $$props) {
12379
12381
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
12380
12382
  var node_2 = $.sibling(span, 2);
12381
12383
  var consequent_1 = ($$anchor$1) => {
12382
- var canvas = root_2$55();
12384
+ var canvas = root_2$57();
12383
12385
  var node_3 = $.child(canvas);
12384
12386
  children?.(node_3);
12385
12387
  $.reset(canvas);
@@ -12398,9 +12400,9 @@ function LinearBlur($$anchor, $$props) {
12398
12400
  $.append($$anchor, fragment);
12399
12401
  $.pop();
12400
12402
  }
12401
- var root_2$54 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
12402
- var root$55 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
12403
- function LinearGradient($$anchor, $$props) {
12403
+ var root_2$56 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
12404
+ var root$57 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
12405
+ function LinearBlur($$anchor, $$props) {
12404
12406
  $.push($$props, true);
12405
12407
  let _experimentalWarnedOnce = false;
12406
12408
  if (componentDefinition$62.experimental && !_experimentalWarnedOnce) {
@@ -12564,7 +12566,7 @@ function LinearGradient($$anchor, $$props) {
12564
12566
  $.set(isRegistered, false);
12565
12567
  parentRegister(instanceId, null, null, null, null);
12566
12568
  });
12567
- var fragment = root$55();
12569
+ var fragment = root$57();
12568
12570
  var span = $.first_child(fragment);
12569
12571
  var node_1 = $.child(span);
12570
12572
  var consequent = ($$anchor$1) => {
@@ -12577,7 +12579,7 @@ function LinearGradient($$anchor, $$props) {
12577
12579
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
12578
12580
  var node_2 = $.sibling(span, 2);
12579
12581
  var consequent_1 = ($$anchor$1) => {
12580
- var canvas = root_2$54();
12582
+ var canvas = root_2$56();
12581
12583
  var node_3 = $.child(canvas);
12582
12584
  children?.(node_3);
12583
12585
  $.reset(canvas);
@@ -12596,9 +12598,9 @@ function LinearGradient($$anchor, $$props) {
12596
12598
  $.append($$anchor, fragment);
12597
12599
  $.pop();
12598
12600
  }
12599
- var root_2$53 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
12600
- var root$54 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
12601
- function Liquify($$anchor, $$props) {
12601
+ var root_2$55 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
12602
+ var root$56 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
12603
+ function LinearGradient($$anchor, $$props) {
12602
12604
  $.push($$props, true);
12603
12605
  let _experimentalWarnedOnce = false;
12604
12606
  if (componentDefinition$63.experimental && !_experimentalWarnedOnce) {
@@ -12762,7 +12764,7 @@ function Liquify($$anchor, $$props) {
12762
12764
  $.set(isRegistered, false);
12763
12765
  parentRegister(instanceId, null, null, null, null);
12764
12766
  });
12765
- var fragment = root$54();
12767
+ var fragment = root$56();
12766
12768
  var span = $.first_child(fragment);
12767
12769
  var node_1 = $.child(span);
12768
12770
  var consequent = ($$anchor$1) => {
@@ -12775,7 +12777,7 @@ function Liquify($$anchor, $$props) {
12775
12777
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
12776
12778
  var node_2 = $.sibling(span, 2);
12777
12779
  var consequent_1 = ($$anchor$1) => {
12778
- var canvas = root_2$53();
12780
+ var canvas = root_2$55();
12779
12781
  var node_3 = $.child(canvas);
12780
12782
  children?.(node_3);
12781
12783
  $.reset(canvas);
@@ -12794,9 +12796,9 @@ function Liquify($$anchor, $$props) {
12794
12796
  $.append($$anchor, fragment);
12795
12797
  $.pop();
12796
12798
  }
12797
- var root_2$52 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
12798
- var root$53 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
12799
- function Marble($$anchor, $$props) {
12799
+ var root_2$54 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
12800
+ var root$55 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
12801
+ function Liquify($$anchor, $$props) {
12800
12802
  $.push($$props, true);
12801
12803
  let _experimentalWarnedOnce = false;
12802
12804
  if (componentDefinition$64.experimental && !_experimentalWarnedOnce) {
@@ -12960,7 +12962,7 @@ function Marble($$anchor, $$props) {
12960
12962
  $.set(isRegistered, false);
12961
12963
  parentRegister(instanceId, null, null, null, null);
12962
12964
  });
12963
- var fragment = root$53();
12965
+ var fragment = root$55();
12964
12966
  var span = $.first_child(fragment);
12965
12967
  var node_1 = $.child(span);
12966
12968
  var consequent = ($$anchor$1) => {
@@ -12973,7 +12975,7 @@ function Marble($$anchor, $$props) {
12973
12975
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
12974
12976
  var node_2 = $.sibling(span, 2);
12975
12977
  var consequent_1 = ($$anchor$1) => {
12976
- var canvas = root_2$52();
12978
+ var canvas = root_2$54();
12977
12979
  var node_3 = $.child(canvas);
12978
12980
  children?.(node_3);
12979
12981
  $.reset(canvas);
@@ -12992,9 +12994,9 @@ function Marble($$anchor, $$props) {
12992
12994
  $.append($$anchor, fragment);
12993
12995
  $.pop();
12994
12996
  }
12995
- var root_2$51 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
12996
- var root$52 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
12997
- function Mirror($$anchor, $$props) {
12997
+ var root_2$53 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
12998
+ var root$54 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
12999
+ function Marble($$anchor, $$props) {
12998
13000
  $.push($$props, true);
12999
13001
  let _experimentalWarnedOnce = false;
13000
13002
  if (componentDefinition$65.experimental && !_experimentalWarnedOnce) {
@@ -13158,7 +13160,7 @@ function Mirror($$anchor, $$props) {
13158
13160
  $.set(isRegistered, false);
13159
13161
  parentRegister(instanceId, null, null, null, null);
13160
13162
  });
13161
- var fragment = root$52();
13163
+ var fragment = root$54();
13162
13164
  var span = $.first_child(fragment);
13163
13165
  var node_1 = $.child(span);
13164
13166
  var consequent = ($$anchor$1) => {
@@ -13171,7 +13173,7 @@ function Mirror($$anchor, $$props) {
13171
13173
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
13172
13174
  var node_2 = $.sibling(span, 2);
13173
13175
  var consequent_1 = ($$anchor$1) => {
13174
- var canvas = root_2$51();
13176
+ var canvas = root_2$53();
13175
13177
  var node_3 = $.child(canvas);
13176
13178
  children?.(node_3);
13177
13179
  $.reset(canvas);
@@ -13190,9 +13192,9 @@ function Mirror($$anchor, $$props) {
13190
13192
  $.append($$anchor, fragment);
13191
13193
  $.pop();
13192
13194
  }
13193
- var root_2$50 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
13194
- var root$51 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
13195
- function MultiPointGradient($$anchor, $$props) {
13195
+ var root_2$52 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
13196
+ var root$53 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
13197
+ function Mirror($$anchor, $$props) {
13196
13198
  $.push($$props, true);
13197
13199
  let _experimentalWarnedOnce = false;
13198
13200
  if (componentDefinition$66.experimental && !_experimentalWarnedOnce) {
@@ -13356,7 +13358,7 @@ function MultiPointGradient($$anchor, $$props) {
13356
13358
  $.set(isRegistered, false);
13357
13359
  parentRegister(instanceId, null, null, null, null);
13358
13360
  });
13359
- var fragment = root$51();
13361
+ var fragment = root$53();
13360
13362
  var span = $.first_child(fragment);
13361
13363
  var node_1 = $.child(span);
13362
13364
  var consequent = ($$anchor$1) => {
@@ -13369,7 +13371,7 @@ function MultiPointGradient($$anchor, $$props) {
13369
13371
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
13370
13372
  var node_2 = $.sibling(span, 2);
13371
13373
  var consequent_1 = ($$anchor$1) => {
13372
- var canvas = root_2$50();
13374
+ var canvas = root_2$52();
13373
13375
  var node_3 = $.child(canvas);
13374
13376
  children?.(node_3);
13375
13377
  $.reset(canvas);
@@ -13388,9 +13390,9 @@ function MultiPointGradient($$anchor, $$props) {
13388
13390
  $.append($$anchor, fragment);
13389
13391
  $.pop();
13390
13392
  }
13391
- var root_2$49 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
13392
- var root$50 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
13393
- function Neon($$anchor, $$props) {
13393
+ var root_2$51 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
13394
+ var root$52 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
13395
+ function MultiPointGradient($$anchor, $$props) {
13394
13396
  $.push($$props, true);
13395
13397
  let _experimentalWarnedOnce = false;
13396
13398
  if (componentDefinition$67.experimental && !_experimentalWarnedOnce) {
@@ -13554,7 +13556,7 @@ function Neon($$anchor, $$props) {
13554
13556
  $.set(isRegistered, false);
13555
13557
  parentRegister(instanceId, null, null, null, null);
13556
13558
  });
13557
- var fragment = root$50();
13559
+ var fragment = root$52();
13558
13560
  var span = $.first_child(fragment);
13559
13561
  var node_1 = $.child(span);
13560
13562
  var consequent = ($$anchor$1) => {
@@ -13567,7 +13569,7 @@ function Neon($$anchor, $$props) {
13567
13569
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
13568
13570
  var node_2 = $.sibling(span, 2);
13569
13571
  var consequent_1 = ($$anchor$1) => {
13570
- var canvas = root_2$49();
13572
+ var canvas = root_2$51();
13571
13573
  var node_3 = $.child(canvas);
13572
13574
  children?.(node_3);
13573
13575
  $.reset(canvas);
@@ -13586,9 +13588,9 @@ function Neon($$anchor, $$props) {
13586
13588
  $.append($$anchor, fragment);
13587
13589
  $.pop();
13588
13590
  }
13589
- var root_2$48 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
13590
- var root$49 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
13591
- function Paper($$anchor, $$props) {
13591
+ var root_2$50 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
13592
+ var root$51 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
13593
+ function Neon($$anchor, $$props) {
13592
13594
  $.push($$props, true);
13593
13595
  let _experimentalWarnedOnce = false;
13594
13596
  if (componentDefinition$68.experimental && !_experimentalWarnedOnce) {
@@ -13752,7 +13754,7 @@ function Paper($$anchor, $$props) {
13752
13754
  $.set(isRegistered, false);
13753
13755
  parentRegister(instanceId, null, null, null, null);
13754
13756
  });
13755
- var fragment = root$49();
13757
+ var fragment = root$51();
13756
13758
  var span = $.first_child(fragment);
13757
13759
  var node_1 = $.child(span);
13758
13760
  var consequent = ($$anchor$1) => {
@@ -13765,7 +13767,7 @@ function Paper($$anchor, $$props) {
13765
13767
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
13766
13768
  var node_2 = $.sibling(span, 2);
13767
13769
  var consequent_1 = ($$anchor$1) => {
13768
- var canvas = root_2$48();
13770
+ var canvas = root_2$50();
13769
13771
  var node_3 = $.child(canvas);
13770
13772
  children?.(node_3);
13771
13773
  $.reset(canvas);
@@ -13784,9 +13786,9 @@ function Paper($$anchor, $$props) {
13784
13786
  $.append($$anchor, fragment);
13785
13787
  $.pop();
13786
13788
  }
13787
- var root_2$47 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
13788
- var root$48 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
13789
- function Perspective($$anchor, $$props) {
13789
+ var root_2$49 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
13790
+ var root$50 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
13791
+ function Paper($$anchor, $$props) {
13790
13792
  $.push($$props, true);
13791
13793
  let _experimentalWarnedOnce = false;
13792
13794
  if (componentDefinition$69.experimental && !_experimentalWarnedOnce) {
@@ -13950,7 +13952,7 @@ function Perspective($$anchor, $$props) {
13950
13952
  $.set(isRegistered, false);
13951
13953
  parentRegister(instanceId, null, null, null, null);
13952
13954
  });
13953
- var fragment = root$48();
13955
+ var fragment = root$50();
13954
13956
  var span = $.first_child(fragment);
13955
13957
  var node_1 = $.child(span);
13956
13958
  var consequent = ($$anchor$1) => {
@@ -13963,7 +13965,7 @@ function Perspective($$anchor, $$props) {
13963
13965
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
13964
13966
  var node_2 = $.sibling(span, 2);
13965
13967
  var consequent_1 = ($$anchor$1) => {
13966
- var canvas = root_2$47();
13968
+ var canvas = root_2$49();
13967
13969
  var node_3 = $.child(canvas);
13968
13970
  children?.(node_3);
13969
13971
  $.reset(canvas);
@@ -13982,9 +13984,9 @@ function Perspective($$anchor, $$props) {
13982
13984
  $.append($$anchor, fragment);
13983
13985
  $.pop();
13984
13986
  }
13985
- var root_2$46 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
13986
- var root$47 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
13987
- function Pixelate($$anchor, $$props) {
13987
+ var root_2$48 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
13988
+ var root$49 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
13989
+ function Perspective($$anchor, $$props) {
13988
13990
  $.push($$props, true);
13989
13991
  let _experimentalWarnedOnce = false;
13990
13992
  if (componentDefinition$70.experimental && !_experimentalWarnedOnce) {
@@ -14148,7 +14150,7 @@ function Pixelate($$anchor, $$props) {
14148
14150
  $.set(isRegistered, false);
14149
14151
  parentRegister(instanceId, null, null, null, null);
14150
14152
  });
14151
- var fragment = root$47();
14153
+ var fragment = root$49();
14152
14154
  var span = $.first_child(fragment);
14153
14155
  var node_1 = $.child(span);
14154
14156
  var consequent = ($$anchor$1) => {
@@ -14161,7 +14163,7 @@ function Pixelate($$anchor, $$props) {
14161
14163
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
14162
14164
  var node_2 = $.sibling(span, 2);
14163
14165
  var consequent_1 = ($$anchor$1) => {
14164
- var canvas = root_2$46();
14166
+ var canvas = root_2$48();
14165
14167
  var node_3 = $.child(canvas);
14166
14168
  children?.(node_3);
14167
14169
  $.reset(canvas);
@@ -14180,9 +14182,9 @@ function Pixelate($$anchor, $$props) {
14180
14182
  $.append($$anchor, fragment);
14181
14183
  $.pop();
14182
14184
  }
14183
- var root_2$45 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
14184
- var root$46 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
14185
- function Plasma($$anchor, $$props) {
14185
+ var root_2$47 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
14186
+ var root$48 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
14187
+ function Pixelate($$anchor, $$props) {
14186
14188
  $.push($$props, true);
14187
14189
  let _experimentalWarnedOnce = false;
14188
14190
  if (componentDefinition$71.experimental && !_experimentalWarnedOnce) {
@@ -14346,7 +14348,7 @@ function Plasma($$anchor, $$props) {
14346
14348
  $.set(isRegistered, false);
14347
14349
  parentRegister(instanceId, null, null, null, null);
14348
14350
  });
14349
- var fragment = root$46();
14351
+ var fragment = root$48();
14350
14352
  var span = $.first_child(fragment);
14351
14353
  var node_1 = $.child(span);
14352
14354
  var consequent = ($$anchor$1) => {
@@ -14359,7 +14361,7 @@ function Plasma($$anchor, $$props) {
14359
14361
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
14360
14362
  var node_2 = $.sibling(span, 2);
14361
14363
  var consequent_1 = ($$anchor$1) => {
14362
- var canvas = root_2$45();
14364
+ var canvas = root_2$47();
14363
14365
  var node_3 = $.child(canvas);
14364
14366
  children?.(node_3);
14365
14367
  $.reset(canvas);
@@ -14378,9 +14380,9 @@ function Plasma($$anchor, $$props) {
14378
14380
  $.append($$anchor, fragment);
14379
14381
  $.pop();
14380
14382
  }
14381
- var root_2$44 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
14382
- var root$45 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
14383
- function PolarCoordinates($$anchor, $$props) {
14383
+ var root_2$46 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
14384
+ var root$47 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
14385
+ function Plasma($$anchor, $$props) {
14384
14386
  $.push($$props, true);
14385
14387
  let _experimentalWarnedOnce = false;
14386
14388
  if (componentDefinition$72.experimental && !_experimentalWarnedOnce) {
@@ -14544,7 +14546,7 @@ function PolarCoordinates($$anchor, $$props) {
14544
14546
  $.set(isRegistered, false);
14545
14547
  parentRegister(instanceId, null, null, null, null);
14546
14548
  });
14547
- var fragment = root$45();
14549
+ var fragment = root$47();
14548
14550
  var span = $.first_child(fragment);
14549
14551
  var node_1 = $.child(span);
14550
14552
  var consequent = ($$anchor$1) => {
@@ -14557,7 +14559,7 @@ function PolarCoordinates($$anchor, $$props) {
14557
14559
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
14558
14560
  var node_2 = $.sibling(span, 2);
14559
14561
  var consequent_1 = ($$anchor$1) => {
14560
- var canvas = root_2$44();
14562
+ var canvas = root_2$46();
14561
14563
  var node_3 = $.child(canvas);
14562
14564
  children?.(node_3);
14563
14565
  $.reset(canvas);
@@ -14576,9 +14578,9 @@ function PolarCoordinates($$anchor, $$props) {
14576
14578
  $.append($$anchor, fragment);
14577
14579
  $.pop();
14578
14580
  }
14579
- var root_2$43 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
14580
- var root$44 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
14581
- function Polygon($$anchor, $$props) {
14581
+ var root_2$45 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
14582
+ var root$46 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
14583
+ function PolarCoordinates($$anchor, $$props) {
14582
14584
  $.push($$props, true);
14583
14585
  let _experimentalWarnedOnce = false;
14584
14586
  if (componentDefinition$73.experimental && !_experimentalWarnedOnce) {
@@ -14742,7 +14744,7 @@ function Polygon($$anchor, $$props) {
14742
14744
  $.set(isRegistered, false);
14743
14745
  parentRegister(instanceId, null, null, null, null);
14744
14746
  });
14745
- var fragment = root$44();
14747
+ var fragment = root$46();
14746
14748
  var span = $.first_child(fragment);
14747
14749
  var node_1 = $.child(span);
14748
14750
  var consequent = ($$anchor$1) => {
@@ -14755,7 +14757,7 @@ function Polygon($$anchor, $$props) {
14755
14757
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
14756
14758
  var node_2 = $.sibling(span, 2);
14757
14759
  var consequent_1 = ($$anchor$1) => {
14758
- var canvas = root_2$43();
14760
+ var canvas = root_2$45();
14759
14761
  var node_3 = $.child(canvas);
14760
14762
  children?.(node_3);
14761
14763
  $.reset(canvas);
@@ -14774,9 +14776,9 @@ function Polygon($$anchor, $$props) {
14774
14776
  $.append($$anchor, fragment);
14775
14777
  $.pop();
14776
14778
  }
14777
- var root_2$42 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
14778
- var root$43 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
14779
- function Posterize($$anchor, $$props) {
14779
+ var root_2$44 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
14780
+ var root$45 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
14781
+ function Polygon($$anchor, $$props) {
14780
14782
  $.push($$props, true);
14781
14783
  let _experimentalWarnedOnce = false;
14782
14784
  if (componentDefinition$74.experimental && !_experimentalWarnedOnce) {
@@ -14940,7 +14942,7 @@ function Posterize($$anchor, $$props) {
14940
14942
  $.set(isRegistered, false);
14941
14943
  parentRegister(instanceId, null, null, null, null);
14942
14944
  });
14943
- var fragment = root$43();
14945
+ var fragment = root$45();
14944
14946
  var span = $.first_child(fragment);
14945
14947
  var node_1 = $.child(span);
14946
14948
  var consequent = ($$anchor$1) => {
@@ -14953,7 +14955,7 @@ function Posterize($$anchor, $$props) {
14953
14955
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
14954
14956
  var node_2 = $.sibling(span, 2);
14955
14957
  var consequent_1 = ($$anchor$1) => {
14956
- var canvas = root_2$42();
14958
+ var canvas = root_2$44();
14957
14959
  var node_3 = $.child(canvas);
14958
14960
  children?.(node_3);
14959
14961
  $.reset(canvas);
@@ -14972,9 +14974,9 @@ function Posterize($$anchor, $$props) {
14972
14974
  $.append($$anchor, fragment);
14973
14975
  $.pop();
14974
14976
  }
14975
- var root_2$41 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
14976
- var root$42 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
14977
- function ProgressiveBlur($$anchor, $$props) {
14977
+ var root_2$43 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
14978
+ var root$44 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
14979
+ function Posterize($$anchor, $$props) {
14978
14980
  $.push($$props, true);
14979
14981
  let _experimentalWarnedOnce = false;
14980
14982
  if (componentDefinition$75.experimental && !_experimentalWarnedOnce) {
@@ -15138,7 +15140,7 @@ function ProgressiveBlur($$anchor, $$props) {
15138
15140
  $.set(isRegistered, false);
15139
15141
  parentRegister(instanceId, null, null, null, null);
15140
15142
  });
15141
- var fragment = root$42();
15143
+ var fragment = root$44();
15142
15144
  var span = $.first_child(fragment);
15143
15145
  var node_1 = $.child(span);
15144
15146
  var consequent = ($$anchor$1) => {
@@ -15151,7 +15153,7 @@ function ProgressiveBlur($$anchor, $$props) {
15151
15153
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
15152
15154
  var node_2 = $.sibling(span, 2);
15153
15155
  var consequent_1 = ($$anchor$1) => {
15154
- var canvas = root_2$41();
15156
+ var canvas = root_2$43();
15155
15157
  var node_3 = $.child(canvas);
15156
15158
  children?.(node_3);
15157
15159
  $.reset(canvas);
@@ -15170,9 +15172,9 @@ function ProgressiveBlur($$anchor, $$props) {
15170
15172
  $.append($$anchor, fragment);
15171
15173
  $.pop();
15172
15174
  }
15173
- var root_2$40 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
15174
- var root$41 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
15175
- function RadialGradient($$anchor, $$props) {
15175
+ var root_2$42 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
15176
+ var root$43 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
15177
+ function ProgressiveBlur($$anchor, $$props) {
15176
15178
  $.push($$props, true);
15177
15179
  let _experimentalWarnedOnce = false;
15178
15180
  if (componentDefinition$76.experimental && !_experimentalWarnedOnce) {
@@ -15336,7 +15338,7 @@ function RadialGradient($$anchor, $$props) {
15336
15338
  $.set(isRegistered, false);
15337
15339
  parentRegister(instanceId, null, null, null, null);
15338
15340
  });
15339
- var fragment = root$41();
15341
+ var fragment = root$43();
15340
15342
  var span = $.first_child(fragment);
15341
15343
  var node_1 = $.child(span);
15342
15344
  var consequent = ($$anchor$1) => {
@@ -15349,7 +15351,7 @@ function RadialGradient($$anchor, $$props) {
15349
15351
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
15350
15352
  var node_2 = $.sibling(span, 2);
15351
15353
  var consequent_1 = ($$anchor$1) => {
15352
- var canvas = root_2$40();
15354
+ var canvas = root_2$42();
15353
15355
  var node_3 = $.child(canvas);
15354
15356
  children?.(node_3);
15355
15357
  $.reset(canvas);
@@ -15368,9 +15370,9 @@ function RadialGradient($$anchor, $$props) {
15368
15370
  $.append($$anchor, fragment);
15369
15371
  $.pop();
15370
15372
  }
15371
- var root_2$39 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
15372
- var root$40 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
15373
- function RectangularCoordinates($$anchor, $$props) {
15373
+ var root_2$41 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
15374
+ var root$42 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
15375
+ function RadialGradient($$anchor, $$props) {
15374
15376
  $.push($$props, true);
15375
15377
  let _experimentalWarnedOnce = false;
15376
15378
  if (componentDefinition$77.experimental && !_experimentalWarnedOnce) {
@@ -15534,7 +15536,7 @@ function RectangularCoordinates($$anchor, $$props) {
15534
15536
  $.set(isRegistered, false);
15535
15537
  parentRegister(instanceId, null, null, null, null);
15536
15538
  });
15537
- var fragment = root$40();
15539
+ var fragment = root$42();
15538
15540
  var span = $.first_child(fragment);
15539
15541
  var node_1 = $.child(span);
15540
15542
  var consequent = ($$anchor$1) => {
@@ -15547,7 +15549,7 @@ function RectangularCoordinates($$anchor, $$props) {
15547
15549
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
15548
15550
  var node_2 = $.sibling(span, 2);
15549
15551
  var consequent_1 = ($$anchor$1) => {
15550
- var canvas = root_2$39();
15552
+ var canvas = root_2$41();
15551
15553
  var node_3 = $.child(canvas);
15552
15554
  children?.(node_3);
15553
15555
  $.reset(canvas);
@@ -15566,9 +15568,9 @@ function RectangularCoordinates($$anchor, $$props) {
15566
15568
  $.append($$anchor, fragment);
15567
15569
  $.pop();
15568
15570
  }
15569
- var root_2$38 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
15570
- var root$39 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
15571
- function ReflectivePlane($$anchor, $$props) {
15571
+ var root_2$40 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
15572
+ var root$41 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
15573
+ function RectangularCoordinates($$anchor, $$props) {
15572
15574
  $.push($$props, true);
15573
15575
  let _experimentalWarnedOnce = false;
15574
15576
  if (componentDefinition$78.experimental && !_experimentalWarnedOnce) {
@@ -15732,7 +15734,7 @@ function ReflectivePlane($$anchor, $$props) {
15732
15734
  $.set(isRegistered, false);
15733
15735
  parentRegister(instanceId, null, null, null, null);
15734
15736
  });
15735
- var fragment = root$39();
15737
+ var fragment = root$41();
15736
15738
  var span = $.first_child(fragment);
15737
15739
  var node_1 = $.child(span);
15738
15740
  var consequent = ($$anchor$1) => {
@@ -15745,7 +15747,7 @@ function ReflectivePlane($$anchor, $$props) {
15745
15747
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
15746
15748
  var node_2 = $.sibling(span, 2);
15747
15749
  var consequent_1 = ($$anchor$1) => {
15748
- var canvas = root_2$38();
15750
+ var canvas = root_2$40();
15749
15751
  var node_3 = $.child(canvas);
15750
15752
  children?.(node_3);
15751
15753
  $.reset(canvas);
@@ -15764,9 +15766,9 @@ function ReflectivePlane($$anchor, $$props) {
15764
15766
  $.append($$anchor, fragment);
15765
15767
  $.pop();
15766
15768
  }
15767
- var root_2$37 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
15768
- var root$38 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
15769
- function Ring($$anchor, $$props) {
15769
+ var root_2$39 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
15770
+ var root$40 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
15771
+ function ReflectivePlane($$anchor, $$props) {
15770
15772
  $.push($$props, true);
15771
15773
  let _experimentalWarnedOnce = false;
15772
15774
  if (componentDefinition$79.experimental && !_experimentalWarnedOnce) {
@@ -15930,7 +15932,7 @@ function Ring($$anchor, $$props) {
15930
15932
  $.set(isRegistered, false);
15931
15933
  parentRegister(instanceId, null, null, null, null);
15932
15934
  });
15933
- var fragment = root$38();
15935
+ var fragment = root$40();
15934
15936
  var span = $.first_child(fragment);
15935
15937
  var node_1 = $.child(span);
15936
15938
  var consequent = ($$anchor$1) => {
@@ -15943,7 +15945,7 @@ function Ring($$anchor, $$props) {
15943
15945
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
15944
15946
  var node_2 = $.sibling(span, 2);
15945
15947
  var consequent_1 = ($$anchor$1) => {
15946
- var canvas = root_2$37();
15948
+ var canvas = root_2$39();
15947
15949
  var node_3 = $.child(canvas);
15948
15950
  children?.(node_3);
15949
15951
  $.reset(canvas);
@@ -15962,9 +15964,9 @@ function Ring($$anchor, $$props) {
15962
15964
  $.append($$anchor, fragment);
15963
15965
  $.pop();
15964
15966
  }
15965
- var root_2$36 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
15966
- var root$37 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
15967
- function Ripples($$anchor, $$props) {
15967
+ var root_2$38 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
15968
+ var root$39 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
15969
+ function Ring($$anchor, $$props) {
15968
15970
  $.push($$props, true);
15969
15971
  let _experimentalWarnedOnce = false;
15970
15972
  if (componentDefinition$80.experimental && !_experimentalWarnedOnce) {
@@ -16128,7 +16130,7 @@ function Ripples($$anchor, $$props) {
16128
16130
  $.set(isRegistered, false);
16129
16131
  parentRegister(instanceId, null, null, null, null);
16130
16132
  });
16131
- var fragment = root$37();
16133
+ var fragment = root$39();
16132
16134
  var span = $.first_child(fragment);
16133
16135
  var node_1 = $.child(span);
16134
16136
  var consequent = ($$anchor$1) => {
@@ -16141,7 +16143,7 @@ function Ripples($$anchor, $$props) {
16141
16143
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
16142
16144
  var node_2 = $.sibling(span, 2);
16143
16145
  var consequent_1 = ($$anchor$1) => {
16144
- var canvas = root_2$36();
16146
+ var canvas = root_2$38();
16145
16147
  var node_3 = $.child(canvas);
16146
16148
  children?.(node_3);
16147
16149
  $.reset(canvas);
@@ -16160,9 +16162,9 @@ function Ripples($$anchor, $$props) {
16160
16162
  $.append($$anchor, fragment);
16161
16163
  $.pop();
16162
16164
  }
16163
- var root_2$35 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
16164
- var root$36 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
16165
- function RoundedRect($$anchor, $$props) {
16165
+ var root_2$37 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
16166
+ var root$38 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
16167
+ function Ripples($$anchor, $$props) {
16166
16168
  $.push($$props, true);
16167
16169
  let _experimentalWarnedOnce = false;
16168
16170
  if (componentDefinition$81.experimental && !_experimentalWarnedOnce) {
@@ -16326,7 +16328,7 @@ function RoundedRect($$anchor, $$props) {
16326
16328
  $.set(isRegistered, false);
16327
16329
  parentRegister(instanceId, null, null, null, null);
16328
16330
  });
16329
- var fragment = root$36();
16331
+ var fragment = root$38();
16330
16332
  var span = $.first_child(fragment);
16331
16333
  var node_1 = $.child(span);
16332
16334
  var consequent = ($$anchor$1) => {
@@ -16339,7 +16341,7 @@ function RoundedRect($$anchor, $$props) {
16339
16341
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
16340
16342
  var node_2 = $.sibling(span, 2);
16341
16343
  var consequent_1 = ($$anchor$1) => {
16342
- var canvas = root_2$35();
16344
+ var canvas = root_2$37();
16343
16345
  var node_3 = $.child(canvas);
16344
16346
  children?.(node_3);
16345
16347
  $.reset(canvas);
@@ -16358,9 +16360,9 @@ function RoundedRect($$anchor, $$props) {
16358
16360
  $.append($$anchor, fragment);
16359
16361
  $.pop();
16360
16362
  }
16361
- var root_2$34 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
16362
- var root$35 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
16363
- function Saturation($$anchor, $$props) {
16363
+ var root_2$36 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
16364
+ var root$37 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
16365
+ function RoundedRect($$anchor, $$props) {
16364
16366
  $.push($$props, true);
16365
16367
  let _experimentalWarnedOnce = false;
16366
16368
  if (componentDefinition$82.experimental && !_experimentalWarnedOnce) {
@@ -16524,7 +16526,7 @@ function Saturation($$anchor, $$props) {
16524
16526
  $.set(isRegistered, false);
16525
16527
  parentRegister(instanceId, null, null, null, null);
16526
16528
  });
16527
- var fragment = root$35();
16529
+ var fragment = root$37();
16528
16530
  var span = $.first_child(fragment);
16529
16531
  var node_1 = $.child(span);
16530
16532
  var consequent = ($$anchor$1) => {
@@ -16537,7 +16539,7 @@ function Saturation($$anchor, $$props) {
16537
16539
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
16538
16540
  var node_2 = $.sibling(span, 2);
16539
16541
  var consequent_1 = ($$anchor$1) => {
16540
- var canvas = root_2$34();
16542
+ var canvas = root_2$36();
16541
16543
  var node_3 = $.child(canvas);
16542
16544
  children?.(node_3);
16543
16545
  $.reset(canvas);
@@ -16556,9 +16558,9 @@ function Saturation($$anchor, $$props) {
16556
16558
  $.append($$anchor, fragment);
16557
16559
  $.pop();
16558
16560
  }
16559
- var root_2$33 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
16560
- var root$34 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
16561
- function Sharpness($$anchor, $$props) {
16561
+ var root_2$35 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
16562
+ var root$36 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
16563
+ function Saturation($$anchor, $$props) {
16562
16564
  $.push($$props, true);
16563
16565
  let _experimentalWarnedOnce = false;
16564
16566
  if (componentDefinition$83.experimental && !_experimentalWarnedOnce) {
@@ -16722,7 +16724,7 @@ function Sharpness($$anchor, $$props) {
16722
16724
  $.set(isRegistered, false);
16723
16725
  parentRegister(instanceId, null, null, null, null);
16724
16726
  });
16725
- var fragment = root$34();
16727
+ var fragment = root$36();
16726
16728
  var span = $.first_child(fragment);
16727
16729
  var node_1 = $.child(span);
16728
16730
  var consequent = ($$anchor$1) => {
@@ -16735,7 +16737,7 @@ function Sharpness($$anchor, $$props) {
16735
16737
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
16736
16738
  var node_2 = $.sibling(span, 2);
16737
16739
  var consequent_1 = ($$anchor$1) => {
16738
- var canvas = root_2$33();
16740
+ var canvas = root_2$35();
16739
16741
  var node_3 = $.child(canvas);
16740
16742
  children?.(node_3);
16741
16743
  $.reset(canvas);
@@ -16754,9 +16756,9 @@ function Sharpness($$anchor, $$props) {
16754
16756
  $.append($$anchor, fragment);
16755
16757
  $.pop();
16756
16758
  }
16757
- var root_2$32 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
16758
- var root$33 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
16759
- function Shatter($$anchor, $$props) {
16759
+ var root_2$34 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
16760
+ var root$35 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
16761
+ function Sharpness($$anchor, $$props) {
16760
16762
  $.push($$props, true);
16761
16763
  let _experimentalWarnedOnce = false;
16762
16764
  if (componentDefinition$84.experimental && !_experimentalWarnedOnce) {
@@ -16920,7 +16922,7 @@ function Shatter($$anchor, $$props) {
16920
16922
  $.set(isRegistered, false);
16921
16923
  parentRegister(instanceId, null, null, null, null);
16922
16924
  });
16923
- var fragment = root$33();
16925
+ var fragment = root$35();
16924
16926
  var span = $.first_child(fragment);
16925
16927
  var node_1 = $.child(span);
16926
16928
  var consequent = ($$anchor$1) => {
@@ -16933,7 +16935,7 @@ function Shatter($$anchor, $$props) {
16933
16935
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
16934
16936
  var node_2 = $.sibling(span, 2);
16935
16937
  var consequent_1 = ($$anchor$1) => {
16936
- var canvas = root_2$32();
16938
+ var canvas = root_2$34();
16937
16939
  var node_3 = $.child(canvas);
16938
16940
  children?.(node_3);
16939
16941
  $.reset(canvas);
@@ -16952,9 +16954,9 @@ function Shatter($$anchor, $$props) {
16952
16954
  $.append($$anchor, fragment);
16953
16955
  $.pop();
16954
16956
  }
16955
- var root_2$31 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
16956
- var root$32 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
16957
- function SimplexNoise($$anchor, $$props) {
16957
+ var root_2$33 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
16958
+ var root$34 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
16959
+ function Shatter($$anchor, $$props) {
16958
16960
  $.push($$props, true);
16959
16961
  let _experimentalWarnedOnce = false;
16960
16962
  if (componentDefinition$85.experimental && !_experimentalWarnedOnce) {
@@ -17118,7 +17120,7 @@ function SimplexNoise($$anchor, $$props) {
17118
17120
  $.set(isRegistered, false);
17119
17121
  parentRegister(instanceId, null, null, null, null);
17120
17122
  });
17121
- var fragment = root$32();
17123
+ var fragment = root$34();
17122
17124
  var span = $.first_child(fragment);
17123
17125
  var node_1 = $.child(span);
17124
17126
  var consequent = ($$anchor$1) => {
@@ -17131,7 +17133,7 @@ function SimplexNoise($$anchor, $$props) {
17131
17133
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
17132
17134
  var node_2 = $.sibling(span, 2);
17133
17135
  var consequent_1 = ($$anchor$1) => {
17134
- var canvas = root_2$31();
17136
+ var canvas = root_2$33();
17135
17137
  var node_3 = $.child(canvas);
17136
17138
  children?.(node_3);
17137
17139
  $.reset(canvas);
@@ -17150,9 +17152,9 @@ function SimplexNoise($$anchor, $$props) {
17150
17152
  $.append($$anchor, fragment);
17151
17153
  $.pop();
17152
17154
  }
17153
- var root_2$30 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
17154
- var root$31 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
17155
- function SineWave($$anchor, $$props) {
17155
+ var root_2$32 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
17156
+ var root$33 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
17157
+ function SimplexNoise($$anchor, $$props) {
17156
17158
  $.push($$props, true);
17157
17159
  let _experimentalWarnedOnce = false;
17158
17160
  if (componentDefinition$86.experimental && !_experimentalWarnedOnce) {
@@ -17316,7 +17318,7 @@ function SineWave($$anchor, $$props) {
17316
17318
  $.set(isRegistered, false);
17317
17319
  parentRegister(instanceId, null, null, null, null);
17318
17320
  });
17319
- var fragment = root$31();
17321
+ var fragment = root$33();
17320
17322
  var span = $.first_child(fragment);
17321
17323
  var node_1 = $.child(span);
17322
17324
  var consequent = ($$anchor$1) => {
@@ -17329,7 +17331,7 @@ function SineWave($$anchor, $$props) {
17329
17331
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
17330
17332
  var node_2 = $.sibling(span, 2);
17331
17333
  var consequent_1 = ($$anchor$1) => {
17332
- var canvas = root_2$30();
17334
+ var canvas = root_2$32();
17333
17335
  var node_3 = $.child(canvas);
17334
17336
  children?.(node_3);
17335
17337
  $.reset(canvas);
@@ -17348,9 +17350,9 @@ function SineWave($$anchor, $$props) {
17348
17350
  $.append($$anchor, fragment);
17349
17351
  $.pop();
17350
17352
  }
17351
- var root_2$29 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
17352
- var root$30 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
17353
- function Smoke($$anchor, $$props) {
17353
+ var root_2$31 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
17354
+ var root$32 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
17355
+ function SineWave($$anchor, $$props) {
17354
17356
  $.push($$props, true);
17355
17357
  let _experimentalWarnedOnce = false;
17356
17358
  if (componentDefinition$87.experimental && !_experimentalWarnedOnce) {
@@ -17514,7 +17516,7 @@ function Smoke($$anchor, $$props) {
17514
17516
  $.set(isRegistered, false);
17515
17517
  parentRegister(instanceId, null, null, null, null);
17516
17518
  });
17517
- var fragment = root$30();
17519
+ var fragment = root$32();
17518
17520
  var span = $.first_child(fragment);
17519
17521
  var node_1 = $.child(span);
17520
17522
  var consequent = ($$anchor$1) => {
@@ -17527,7 +17529,7 @@ function Smoke($$anchor, $$props) {
17527
17529
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
17528
17530
  var node_2 = $.sibling(span, 2);
17529
17531
  var consequent_1 = ($$anchor$1) => {
17530
- var canvas = root_2$29();
17532
+ var canvas = root_2$31();
17531
17533
  var node_3 = $.child(canvas);
17532
17534
  children?.(node_3);
17533
17535
  $.reset(canvas);
@@ -17546,9 +17548,9 @@ function Smoke($$anchor, $$props) {
17546
17548
  $.append($$anchor, fragment);
17547
17549
  $.pop();
17548
17550
  }
17549
- var root_2$28 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
17550
- var root$29 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
17551
- function SmokeFill($$anchor, $$props) {
17551
+ var root_2$30 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
17552
+ var root$31 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
17553
+ function Smoke($$anchor, $$props) {
17552
17554
  $.push($$props, true);
17553
17555
  let _experimentalWarnedOnce = false;
17554
17556
  if (componentDefinition$88.experimental && !_experimentalWarnedOnce) {
@@ -17712,7 +17714,7 @@ function SmokeFill($$anchor, $$props) {
17712
17714
  $.set(isRegistered, false);
17713
17715
  parentRegister(instanceId, null, null, null, null);
17714
17716
  });
17715
- var fragment = root$29();
17717
+ var fragment = root$31();
17716
17718
  var span = $.first_child(fragment);
17717
17719
  var node_1 = $.child(span);
17718
17720
  var consequent = ($$anchor$1) => {
@@ -17725,7 +17727,7 @@ function SmokeFill($$anchor, $$props) {
17725
17727
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
17726
17728
  var node_2 = $.sibling(span, 2);
17727
17729
  var consequent_1 = ($$anchor$1) => {
17728
- var canvas = root_2$28();
17730
+ var canvas = root_2$30();
17729
17731
  var node_3 = $.child(canvas);
17730
17732
  children?.(node_3);
17731
17733
  $.reset(canvas);
@@ -17744,9 +17746,9 @@ function SmokeFill($$anchor, $$props) {
17744
17746
  $.append($$anchor, fragment);
17745
17747
  $.pop();
17746
17748
  }
17747
- var root_2$27 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
17748
- var root$28 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
17749
- function Solarize($$anchor, $$props) {
17749
+ var root_2$29 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
17750
+ var root$30 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
17751
+ function SmokeFill($$anchor, $$props) {
17750
17752
  $.push($$props, true);
17751
17753
  let _experimentalWarnedOnce = false;
17752
17754
  if (componentDefinition$89.experimental && !_experimentalWarnedOnce) {
@@ -17910,7 +17912,7 @@ function Solarize($$anchor, $$props) {
17910
17912
  $.set(isRegistered, false);
17911
17913
  parentRegister(instanceId, null, null, null, null);
17912
17914
  });
17913
- var fragment = root$28();
17915
+ var fragment = root$30();
17914
17916
  var span = $.first_child(fragment);
17915
17917
  var node_1 = $.child(span);
17916
17918
  var consequent = ($$anchor$1) => {
@@ -17923,7 +17925,7 @@ function Solarize($$anchor, $$props) {
17923
17925
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
17924
17926
  var node_2 = $.sibling(span, 2);
17925
17927
  var consequent_1 = ($$anchor$1) => {
17926
- var canvas = root_2$27();
17928
+ var canvas = root_2$29();
17927
17929
  var node_3 = $.child(canvas);
17928
17930
  children?.(node_3);
17929
17931
  $.reset(canvas);
@@ -17942,9 +17944,9 @@ function Solarize($$anchor, $$props) {
17942
17944
  $.append($$anchor, fragment);
17943
17945
  $.pop();
17944
17946
  }
17945
- var root_2$26 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
17946
- var root$27 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
17947
- function SolidColor($$anchor, $$props) {
17947
+ var root_2$28 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
17948
+ var root$29 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
17949
+ function Solarize($$anchor, $$props) {
17948
17950
  $.push($$props, true);
17949
17951
  let _experimentalWarnedOnce = false;
17950
17952
  if (componentDefinition$90.experimental && !_experimentalWarnedOnce) {
@@ -18108,7 +18110,7 @@ function SolidColor($$anchor, $$props) {
18108
18110
  $.set(isRegistered, false);
18109
18111
  parentRegister(instanceId, null, null, null, null);
18110
18112
  });
18111
- var fragment = root$27();
18113
+ var fragment = root$29();
18112
18114
  var span = $.first_child(fragment);
18113
18115
  var node_1 = $.child(span);
18114
18116
  var consequent = ($$anchor$1) => {
@@ -18121,7 +18123,7 @@ function SolidColor($$anchor, $$props) {
18121
18123
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
18122
18124
  var node_2 = $.sibling(span, 2);
18123
18125
  var consequent_1 = ($$anchor$1) => {
18124
- var canvas = root_2$26();
18126
+ var canvas = root_2$28();
18125
18127
  var node_3 = $.child(canvas);
18126
18128
  children?.(node_3);
18127
18129
  $.reset(canvas);
@@ -18140,9 +18142,9 @@ function SolidColor($$anchor, $$props) {
18140
18142
  $.append($$anchor, fragment);
18141
18143
  $.pop();
18142
18144
  }
18143
- var root_2$25 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
18144
- var root$26 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
18145
- function Spherize($$anchor, $$props) {
18145
+ var root_2$27 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
18146
+ var root$28 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
18147
+ function SolidColor($$anchor, $$props) {
18146
18148
  $.push($$props, true);
18147
18149
  let _experimentalWarnedOnce = false;
18148
18150
  if (componentDefinition$91.experimental && !_experimentalWarnedOnce) {
@@ -18306,7 +18308,7 @@ function Spherize($$anchor, $$props) {
18306
18308
  $.set(isRegistered, false);
18307
18309
  parentRegister(instanceId, null, null, null, null);
18308
18310
  });
18309
- var fragment = root$26();
18311
+ var fragment = root$28();
18310
18312
  var span = $.first_child(fragment);
18311
18313
  var node_1 = $.child(span);
18312
18314
  var consequent = ($$anchor$1) => {
@@ -18319,7 +18321,7 @@ function Spherize($$anchor, $$props) {
18319
18321
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
18320
18322
  var node_2 = $.sibling(span, 2);
18321
18323
  var consequent_1 = ($$anchor$1) => {
18322
- var canvas = root_2$25();
18324
+ var canvas = root_2$27();
18323
18325
  var node_3 = $.child(canvas);
18324
18326
  children?.(node_3);
18325
18327
  $.reset(canvas);
@@ -18338,9 +18340,9 @@ function Spherize($$anchor, $$props) {
18338
18340
  $.append($$anchor, fragment);
18339
18341
  $.pop();
18340
18342
  }
18341
- var root_2$24 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
18342
- var root$25 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
18343
- function Spiral($$anchor, $$props) {
18343
+ var root_2$26 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
18344
+ var root$27 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
18345
+ function Spherize($$anchor, $$props) {
18344
18346
  $.push($$props, true);
18345
18347
  let _experimentalWarnedOnce = false;
18346
18348
  if (componentDefinition$92.experimental && !_experimentalWarnedOnce) {
@@ -18504,7 +18506,7 @@ function Spiral($$anchor, $$props) {
18504
18506
  $.set(isRegistered, false);
18505
18507
  parentRegister(instanceId, null, null, null, null);
18506
18508
  });
18507
- var fragment = root$25();
18509
+ var fragment = root$27();
18508
18510
  var span = $.first_child(fragment);
18509
18511
  var node_1 = $.child(span);
18510
18512
  var consequent = ($$anchor$1) => {
@@ -18517,7 +18519,7 @@ function Spiral($$anchor, $$props) {
18517
18519
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
18518
18520
  var node_2 = $.sibling(span, 2);
18519
18521
  var consequent_1 = ($$anchor$1) => {
18520
- var canvas = root_2$24();
18522
+ var canvas = root_2$26();
18521
18523
  var node_3 = $.child(canvas);
18522
18524
  children?.(node_3);
18523
18525
  $.reset(canvas);
@@ -18536,9 +18538,9 @@ function Spiral($$anchor, $$props) {
18536
18538
  $.append($$anchor, fragment);
18537
18539
  $.pop();
18538
18540
  }
18539
- var root_2$23 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
18540
- var root$24 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
18541
- function Star($$anchor, $$props) {
18541
+ var root_2$25 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
18542
+ var root$26 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
18543
+ function Spiral($$anchor, $$props) {
18542
18544
  $.push($$props, true);
18543
18545
  let _experimentalWarnedOnce = false;
18544
18546
  if (componentDefinition$93.experimental && !_experimentalWarnedOnce) {
@@ -18702,7 +18704,7 @@ function Star($$anchor, $$props) {
18702
18704
  $.set(isRegistered, false);
18703
18705
  parentRegister(instanceId, null, null, null, null);
18704
18706
  });
18705
- var fragment = root$24();
18707
+ var fragment = root$26();
18706
18708
  var span = $.first_child(fragment);
18707
18709
  var node_1 = $.child(span);
18708
18710
  var consequent = ($$anchor$1) => {
@@ -18715,7 +18717,7 @@ function Star($$anchor, $$props) {
18715
18717
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
18716
18718
  var node_2 = $.sibling(span, 2);
18717
18719
  var consequent_1 = ($$anchor$1) => {
18718
- var canvas = root_2$23();
18720
+ var canvas = root_2$25();
18719
18721
  var node_3 = $.child(canvas);
18720
18722
  children?.(node_3);
18721
18723
  $.reset(canvas);
@@ -18734,9 +18736,9 @@ function Star($$anchor, $$props) {
18734
18736
  $.append($$anchor, fragment);
18735
18737
  $.pop();
18736
18738
  }
18737
- var root_2$22 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
18738
- var root$23 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
18739
- function Strands($$anchor, $$props) {
18739
+ var root_2$24 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
18740
+ var root$25 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
18741
+ function Star($$anchor, $$props) {
18740
18742
  $.push($$props, true);
18741
18743
  let _experimentalWarnedOnce = false;
18742
18744
  if (componentDefinition$94.experimental && !_experimentalWarnedOnce) {
@@ -18900,7 +18902,7 @@ function Strands($$anchor, $$props) {
18900
18902
  $.set(isRegistered, false);
18901
18903
  parentRegister(instanceId, null, null, null, null);
18902
18904
  });
18903
- var fragment = root$23();
18905
+ var fragment = root$25();
18904
18906
  var span = $.first_child(fragment);
18905
18907
  var node_1 = $.child(span);
18906
18908
  var consequent = ($$anchor$1) => {
@@ -18913,7 +18915,7 @@ function Strands($$anchor, $$props) {
18913
18915
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
18914
18916
  var node_2 = $.sibling(span, 2);
18915
18917
  var consequent_1 = ($$anchor$1) => {
18916
- var canvas = root_2$22();
18918
+ var canvas = root_2$24();
18917
18919
  var node_3 = $.child(canvas);
18918
18920
  children?.(node_3);
18919
18921
  $.reset(canvas);
@@ -18932,9 +18934,9 @@ function Strands($$anchor, $$props) {
18932
18934
  $.append($$anchor, fragment);
18933
18935
  $.pop();
18934
18936
  }
18935
- var root_2$21 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
18936
- var root$22 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
18937
- function Stretch($$anchor, $$props) {
18937
+ var root_2$23 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
18938
+ var root$24 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
18939
+ function Strands($$anchor, $$props) {
18938
18940
  $.push($$props, true);
18939
18941
  let _experimentalWarnedOnce = false;
18940
18942
  if (componentDefinition$95.experimental && !_experimentalWarnedOnce) {
@@ -19098,7 +19100,7 @@ function Stretch($$anchor, $$props) {
19098
19100
  $.set(isRegistered, false);
19099
19101
  parentRegister(instanceId, null, null, null, null);
19100
19102
  });
19101
- var fragment = root$22();
19103
+ var fragment = root$24();
19102
19104
  var span = $.first_child(fragment);
19103
19105
  var node_1 = $.child(span);
19104
19106
  var consequent = ($$anchor$1) => {
@@ -19111,7 +19113,7 @@ function Stretch($$anchor, $$props) {
19111
19113
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
19112
19114
  var node_2 = $.sibling(span, 2);
19113
19115
  var consequent_1 = ($$anchor$1) => {
19114
- var canvas = root_2$21();
19116
+ var canvas = root_2$23();
19115
19117
  var node_3 = $.child(canvas);
19116
19118
  children?.(node_3);
19117
19119
  $.reset(canvas);
@@ -19130,9 +19132,9 @@ function Stretch($$anchor, $$props) {
19130
19132
  $.append($$anchor, fragment);
19131
19133
  $.pop();
19132
19134
  }
19133
- var root_2$20 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
19134
- var root$21 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
19135
- function Stripes($$anchor, $$props) {
19135
+ var root_2$22 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
19136
+ var root$23 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
19137
+ function Stretch($$anchor, $$props) {
19136
19138
  $.push($$props, true);
19137
19139
  let _experimentalWarnedOnce = false;
19138
19140
  if (componentDefinition$96.experimental && !_experimentalWarnedOnce) {
@@ -19296,7 +19298,7 @@ function Stripes($$anchor, $$props) {
19296
19298
  $.set(isRegistered, false);
19297
19299
  parentRegister(instanceId, null, null, null, null);
19298
19300
  });
19299
- var fragment = root$21();
19301
+ var fragment = root$23();
19300
19302
  var span = $.first_child(fragment);
19301
19303
  var node_1 = $.child(span);
19302
19304
  var consequent = ($$anchor$1) => {
@@ -19309,7 +19311,7 @@ function Stripes($$anchor, $$props) {
19309
19311
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
19310
19312
  var node_2 = $.sibling(span, 2);
19311
19313
  var consequent_1 = ($$anchor$1) => {
19312
- var canvas = root_2$20();
19314
+ var canvas = root_2$22();
19313
19315
  var node_3 = $.child(canvas);
19314
19316
  children?.(node_3);
19315
19317
  $.reset(canvas);
@@ -19328,9 +19330,9 @@ function Stripes($$anchor, $$props) {
19328
19330
  $.append($$anchor, fragment);
19329
19331
  $.pop();
19330
19332
  }
19331
- var root_2$19 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
19332
- var root$20 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
19333
- function StudioBackground($$anchor, $$props) {
19333
+ var root_2$21 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
19334
+ var root$22 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
19335
+ function Stripes($$anchor, $$props) {
19334
19336
  $.push($$props, true);
19335
19337
  let _experimentalWarnedOnce = false;
19336
19338
  if (componentDefinition$97.experimental && !_experimentalWarnedOnce) {
@@ -19494,7 +19496,7 @@ function StudioBackground($$anchor, $$props) {
19494
19496
  $.set(isRegistered, false);
19495
19497
  parentRegister(instanceId, null, null, null, null);
19496
19498
  });
19497
- var fragment = root$20();
19499
+ var fragment = root$22();
19498
19500
  var span = $.first_child(fragment);
19499
19501
  var node_1 = $.child(span);
19500
19502
  var consequent = ($$anchor$1) => {
@@ -19507,7 +19509,7 @@ function StudioBackground($$anchor, $$props) {
19507
19509
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
19508
19510
  var node_2 = $.sibling(span, 2);
19509
19511
  var consequent_1 = ($$anchor$1) => {
19510
- var canvas = root_2$19();
19512
+ var canvas = root_2$21();
19511
19513
  var node_3 = $.child(canvas);
19512
19514
  children?.(node_3);
19513
19515
  $.reset(canvas);
@@ -19526,9 +19528,9 @@ function StudioBackground($$anchor, $$props) {
19526
19528
  $.append($$anchor, fragment);
19527
19529
  $.pop();
19528
19530
  }
19529
- var root_2$18 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
19530
- var root$19 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
19531
- function SunBurst($$anchor, $$props) {
19531
+ var root_2$20 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
19532
+ var root$21 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
19533
+ function StudioBackground($$anchor, $$props) {
19532
19534
  $.push($$props, true);
19533
19535
  let _experimentalWarnedOnce = false;
19534
19536
  if (componentDefinition$98.experimental && !_experimentalWarnedOnce) {
@@ -19692,7 +19694,7 @@ function SunBurst($$anchor, $$props) {
19692
19694
  $.set(isRegistered, false);
19693
19695
  parentRegister(instanceId, null, null, null, null);
19694
19696
  });
19695
- var fragment = root$19();
19697
+ var fragment = root$21();
19696
19698
  var span = $.first_child(fragment);
19697
19699
  var node_1 = $.child(span);
19698
19700
  var consequent = ($$anchor$1) => {
@@ -19705,7 +19707,7 @@ function SunBurst($$anchor, $$props) {
19705
19707
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
19706
19708
  var node_2 = $.sibling(span, 2);
19707
19709
  var consequent_1 = ($$anchor$1) => {
19708
- var canvas = root_2$18();
19710
+ var canvas = root_2$20();
19709
19711
  var node_3 = $.child(canvas);
19710
19712
  children?.(node_3);
19711
19713
  $.reset(canvas);
@@ -19724,9 +19726,9 @@ function SunBurst($$anchor, $$props) {
19724
19726
  $.append($$anchor, fragment);
19725
19727
  $.pop();
19726
19728
  }
19727
- var root_2$17 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
19728
- var root$18 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
19729
- function Swirl($$anchor, $$props) {
19729
+ var root_2$19 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
19730
+ var root$20 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
19731
+ function SunBurst($$anchor, $$props) {
19730
19732
  $.push($$props, true);
19731
19733
  let _experimentalWarnedOnce = false;
19732
19734
  if (componentDefinition$99.experimental && !_experimentalWarnedOnce) {
@@ -19890,7 +19892,7 @@ function Swirl($$anchor, $$props) {
19890
19892
  $.set(isRegistered, false);
19891
19893
  parentRegister(instanceId, null, null, null, null);
19892
19894
  });
19893
- var fragment = root$18();
19895
+ var fragment = root$20();
19894
19896
  var span = $.first_child(fragment);
19895
19897
  var node_1 = $.child(span);
19896
19898
  var consequent = ($$anchor$1) => {
@@ -19903,7 +19905,7 @@ function Swirl($$anchor, $$props) {
19903
19905
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
19904
19906
  var node_2 = $.sibling(span, 2);
19905
19907
  var consequent_1 = ($$anchor$1) => {
19906
- var canvas = root_2$17();
19908
+ var canvas = root_2$19();
19907
19909
  var node_3 = $.child(canvas);
19908
19910
  children?.(node_3);
19909
19911
  $.reset(canvas);
@@ -19922,9 +19924,9 @@ function Swirl($$anchor, $$props) {
19922
19924
  $.append($$anchor, fragment);
19923
19925
  $.pop();
19924
19926
  }
19925
- var root_2$16 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
19926
- var root$17 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
19927
- function TiltShift($$anchor, $$props) {
19927
+ var root_2$18 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
19928
+ var root$19 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
19929
+ function Swirl($$anchor, $$props) {
19928
19930
  $.push($$props, true);
19929
19931
  let _experimentalWarnedOnce = false;
19930
19932
  if (componentDefinition$100.experimental && !_experimentalWarnedOnce) {
@@ -20088,7 +20090,7 @@ function TiltShift($$anchor, $$props) {
20088
20090
  $.set(isRegistered, false);
20089
20091
  parentRegister(instanceId, null, null, null, null);
20090
20092
  });
20091
- var fragment = root$17();
20093
+ var fragment = root$19();
20092
20094
  var span = $.first_child(fragment);
20093
20095
  var node_1 = $.child(span);
20094
20096
  var consequent = ($$anchor$1) => {
@@ -20101,7 +20103,7 @@ function TiltShift($$anchor, $$props) {
20101
20103
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
20102
20104
  var node_2 = $.sibling(span, 2);
20103
20105
  var consequent_1 = ($$anchor$1) => {
20104
- var canvas = root_2$16();
20106
+ var canvas = root_2$18();
20105
20107
  var node_3 = $.child(canvas);
20106
20108
  children?.(node_3);
20107
20109
  $.reset(canvas);
@@ -20120,9 +20122,9 @@ function TiltShift($$anchor, $$props) {
20120
20122
  $.append($$anchor, fragment);
20121
20123
  $.pop();
20122
20124
  }
20123
- var root_2$15 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
20124
- var root$16 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
20125
- function Tint($$anchor, $$props) {
20125
+ var root_2$17 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
20126
+ var root$18 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
20127
+ function ThinFilm($$anchor, $$props) {
20126
20128
  $.push($$props, true);
20127
20129
  let _experimentalWarnedOnce = false;
20128
20130
  if (componentDefinition$101.experimental && !_experimentalWarnedOnce) {
@@ -20286,7 +20288,7 @@ function Tint($$anchor, $$props) {
20286
20288
  $.set(isRegistered, false);
20287
20289
  parentRegister(instanceId, null, null, null, null);
20288
20290
  });
20289
- var fragment = root$16();
20291
+ var fragment = root$18();
20290
20292
  var span = $.first_child(fragment);
20291
20293
  var node_1 = $.child(span);
20292
20294
  var consequent = ($$anchor$1) => {
@@ -20299,7 +20301,7 @@ function Tint($$anchor, $$props) {
20299
20301
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
20300
20302
  var node_2 = $.sibling(span, 2);
20301
20303
  var consequent_1 = ($$anchor$1) => {
20302
- var canvas = root_2$15();
20304
+ var canvas = root_2$17();
20303
20305
  var node_3 = $.child(canvas);
20304
20306
  children?.(node_3);
20305
20307
  $.reset(canvas);
@@ -20318,9 +20320,9 @@ function Tint($$anchor, $$props) {
20318
20320
  $.append($$anchor, fragment);
20319
20321
  $.pop();
20320
20322
  }
20321
- var root_2$14 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
20322
- var root$15 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
20323
- function Trapezoid($$anchor, $$props) {
20323
+ var root_2$16 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
20324
+ var root$17 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
20325
+ function TiltShift($$anchor, $$props) {
20324
20326
  $.push($$props, true);
20325
20327
  let _experimentalWarnedOnce = false;
20326
20328
  if (componentDefinition$102.experimental && !_experimentalWarnedOnce) {
@@ -20484,7 +20486,7 @@ function Trapezoid($$anchor, $$props) {
20484
20486
  $.set(isRegistered, false);
20485
20487
  parentRegister(instanceId, null, null, null, null);
20486
20488
  });
20487
- var fragment = root$15();
20489
+ var fragment = root$17();
20488
20490
  var span = $.first_child(fragment);
20489
20491
  var node_1 = $.child(span);
20490
20492
  var consequent = ($$anchor$1) => {
@@ -20497,7 +20499,7 @@ function Trapezoid($$anchor, $$props) {
20497
20499
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
20498
20500
  var node_2 = $.sibling(span, 2);
20499
20501
  var consequent_1 = ($$anchor$1) => {
20500
- var canvas = root_2$14();
20502
+ var canvas = root_2$16();
20501
20503
  var node_3 = $.child(canvas);
20502
20504
  children?.(node_3);
20503
20505
  $.reset(canvas);
@@ -20516,9 +20518,9 @@ function Trapezoid($$anchor, $$props) {
20516
20518
  $.append($$anchor, fragment);
20517
20519
  $.pop();
20518
20520
  }
20519
- var root_2$13 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
20520
- var root$14 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
20521
- function Tritone($$anchor, $$props) {
20521
+ var root_2$15 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
20522
+ var root$16 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
20523
+ function Tint($$anchor, $$props) {
20522
20524
  $.push($$props, true);
20523
20525
  let _experimentalWarnedOnce = false;
20524
20526
  if (componentDefinition$103.experimental && !_experimentalWarnedOnce) {
@@ -20682,7 +20684,7 @@ function Tritone($$anchor, $$props) {
20682
20684
  $.set(isRegistered, false);
20683
20685
  parentRegister(instanceId, null, null, null, null);
20684
20686
  });
20685
- var fragment = root$14();
20687
+ var fragment = root$16();
20686
20688
  var span = $.first_child(fragment);
20687
20689
  var node_1 = $.child(span);
20688
20690
  var consequent = ($$anchor$1) => {
@@ -20695,7 +20697,7 @@ function Tritone($$anchor, $$props) {
20695
20697
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
20696
20698
  var node_2 = $.sibling(span, 2);
20697
20699
  var consequent_1 = ($$anchor$1) => {
20698
- var canvas = root_2$13();
20700
+ var canvas = root_2$15();
20699
20701
  var node_3 = $.child(canvas);
20700
20702
  children?.(node_3);
20701
20703
  $.reset(canvas);
@@ -20714,9 +20716,9 @@ function Tritone($$anchor, $$props) {
20714
20716
  $.append($$anchor, fragment);
20715
20717
  $.pop();
20716
20718
  }
20717
- var root_2$12 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
20718
- var root$13 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
20719
- function Truchet($$anchor, $$props) {
20719
+ var root_2$14 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
20720
+ var root$15 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
20721
+ function Trapezoid($$anchor, $$props) {
20720
20722
  $.push($$props, true);
20721
20723
  let _experimentalWarnedOnce = false;
20722
20724
  if (componentDefinition$104.experimental && !_experimentalWarnedOnce) {
@@ -20880,7 +20882,7 @@ function Truchet($$anchor, $$props) {
20880
20882
  $.set(isRegistered, false);
20881
20883
  parentRegister(instanceId, null, null, null, null);
20882
20884
  });
20883
- var fragment = root$13();
20885
+ var fragment = root$15();
20884
20886
  var span = $.first_child(fragment);
20885
20887
  var node_1 = $.child(span);
20886
20888
  var consequent = ($$anchor$1) => {
@@ -20893,7 +20895,7 @@ function Truchet($$anchor, $$props) {
20893
20895
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
20894
20896
  var node_2 = $.sibling(span, 2);
20895
20897
  var consequent_1 = ($$anchor$1) => {
20896
- var canvas = root_2$12();
20898
+ var canvas = root_2$14();
20897
20899
  var node_3 = $.child(canvas);
20898
20900
  children?.(node_3);
20899
20901
  $.reset(canvas);
@@ -20912,9 +20914,9 @@ function Truchet($$anchor, $$props) {
20912
20914
  $.append($$anchor, fragment);
20913
20915
  $.pop();
20914
20916
  }
20915
- var root_2$11 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
20916
- var root$12 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
20917
- function Twirl($$anchor, $$props) {
20917
+ var root_2$13 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
20918
+ var root$14 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
20919
+ function Tritone($$anchor, $$props) {
20918
20920
  $.push($$props, true);
20919
20921
  let _experimentalWarnedOnce = false;
20920
20922
  if (componentDefinition$105.experimental && !_experimentalWarnedOnce) {
@@ -21078,7 +21080,7 @@ function Twirl($$anchor, $$props) {
21078
21080
  $.set(isRegistered, false);
21079
21081
  parentRegister(instanceId, null, null, null, null);
21080
21082
  });
21081
- var fragment = root$12();
21083
+ var fragment = root$14();
21082
21084
  var span = $.first_child(fragment);
21083
21085
  var node_1 = $.child(span);
21084
21086
  var consequent = ($$anchor$1) => {
@@ -21091,7 +21093,7 @@ function Twirl($$anchor, $$props) {
21091
21093
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
21092
21094
  var node_2 = $.sibling(span, 2);
21093
21095
  var consequent_1 = ($$anchor$1) => {
21094
- var canvas = root_2$11();
21096
+ var canvas = root_2$13();
21095
21097
  var node_3 = $.child(canvas);
21096
21098
  children?.(node_3);
21097
21099
  $.reset(canvas);
@@ -21110,9 +21112,9 @@ function Twirl($$anchor, $$props) {
21110
21112
  $.append($$anchor, fragment);
21111
21113
  $.pop();
21112
21114
  }
21113
- var root_2$10 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
21114
- var root$11 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
21115
- function VHS($$anchor, $$props) {
21115
+ var root_2$12 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
21116
+ var root$13 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
21117
+ function Truchet($$anchor, $$props) {
21116
21118
  $.push($$props, true);
21117
21119
  let _experimentalWarnedOnce = false;
21118
21120
  if (componentDefinition$106.experimental && !_experimentalWarnedOnce) {
@@ -21276,7 +21278,7 @@ function VHS($$anchor, $$props) {
21276
21278
  $.set(isRegistered, false);
21277
21279
  parentRegister(instanceId, null, null, null, null);
21278
21280
  });
21279
- var fragment = root$11();
21281
+ var fragment = root$13();
21280
21282
  var span = $.first_child(fragment);
21281
21283
  var node_1 = $.child(span);
21282
21284
  var consequent = ($$anchor$1) => {
@@ -21289,7 +21291,7 @@ function VHS($$anchor, $$props) {
21289
21291
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
21290
21292
  var node_2 = $.sibling(span, 2);
21291
21293
  var consequent_1 = ($$anchor$1) => {
21292
- var canvas = root_2$10();
21294
+ var canvas = root_2$12();
21293
21295
  var node_3 = $.child(canvas);
21294
21296
  children?.(node_3);
21295
21297
  $.reset(canvas);
@@ -21308,9 +21310,9 @@ function VHS($$anchor, $$props) {
21308
21310
  $.append($$anchor, fragment);
21309
21311
  $.pop();
21310
21312
  }
21311
- var root_2$9 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
21312
- var root$10 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
21313
- function Vesica($$anchor, $$props) {
21313
+ var root_2$11 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
21314
+ var root$12 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
21315
+ function Twirl($$anchor, $$props) {
21314
21316
  $.push($$props, true);
21315
21317
  let _experimentalWarnedOnce = false;
21316
21318
  if (componentDefinition$107.experimental && !_experimentalWarnedOnce) {
@@ -21474,7 +21476,7 @@ function Vesica($$anchor, $$props) {
21474
21476
  $.set(isRegistered, false);
21475
21477
  parentRegister(instanceId, null, null, null, null);
21476
21478
  });
21477
- var fragment = root$10();
21479
+ var fragment = root$12();
21478
21480
  var span = $.first_child(fragment);
21479
21481
  var node_1 = $.child(span);
21480
21482
  var consequent = ($$anchor$1) => {
@@ -21487,7 +21489,7 @@ function Vesica($$anchor, $$props) {
21487
21489
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
21488
21490
  var node_2 = $.sibling(span, 2);
21489
21491
  var consequent_1 = ($$anchor$1) => {
21490
- var canvas = root_2$9();
21492
+ var canvas = root_2$11();
21491
21493
  var node_3 = $.child(canvas);
21492
21494
  children?.(node_3);
21493
21495
  $.reset(canvas);
@@ -21506,9 +21508,9 @@ function Vesica($$anchor, $$props) {
21506
21508
  $.append($$anchor, fragment);
21507
21509
  $.pop();
21508
21510
  }
21509
- var root_2$8 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
21510
- var root$9 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
21511
- function Vibrance($$anchor, $$props) {
21511
+ var root_2$10 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
21512
+ var root$11 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
21513
+ function VHS($$anchor, $$props) {
21512
21514
  $.push($$props, true);
21513
21515
  let _experimentalWarnedOnce = false;
21514
21516
  if (componentDefinition$108.experimental && !_experimentalWarnedOnce) {
@@ -21672,7 +21674,7 @@ function Vibrance($$anchor, $$props) {
21672
21674
  $.set(isRegistered, false);
21673
21675
  parentRegister(instanceId, null, null, null, null);
21674
21676
  });
21675
- var fragment = root$9();
21677
+ var fragment = root$11();
21676
21678
  var span = $.first_child(fragment);
21677
21679
  var node_1 = $.child(span);
21678
21680
  var consequent = ($$anchor$1) => {
@@ -21685,7 +21687,7 @@ function Vibrance($$anchor, $$props) {
21685
21687
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
21686
21688
  var node_2 = $.sibling(span, 2);
21687
21689
  var consequent_1 = ($$anchor$1) => {
21688
- var canvas = root_2$8();
21690
+ var canvas = root_2$10();
21689
21691
  var node_3 = $.child(canvas);
21690
21692
  children?.(node_3);
21691
21693
  $.reset(canvas);
@@ -21704,9 +21706,9 @@ function Vibrance($$anchor, $$props) {
21704
21706
  $.append($$anchor, fragment);
21705
21707
  $.pop();
21706
21708
  }
21707
- var root_2$7 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
21708
- var root$8 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
21709
- function VideoTexture($$anchor, $$props) {
21709
+ var root_2$9 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
21710
+ var root$10 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
21711
+ function Vesica($$anchor, $$props) {
21710
21712
  $.push($$props, true);
21711
21713
  let _experimentalWarnedOnce = false;
21712
21714
  if (componentDefinition$109.experimental && !_experimentalWarnedOnce) {
@@ -21870,7 +21872,7 @@ function VideoTexture($$anchor, $$props) {
21870
21872
  $.set(isRegistered, false);
21871
21873
  parentRegister(instanceId, null, null, null, null);
21872
21874
  });
21873
- var fragment = root$8();
21875
+ var fragment = root$10();
21874
21876
  var span = $.first_child(fragment);
21875
21877
  var node_1 = $.child(span);
21876
21878
  var consequent = ($$anchor$1) => {
@@ -21883,7 +21885,7 @@ function VideoTexture($$anchor, $$props) {
21883
21885
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
21884
21886
  var node_2 = $.sibling(span, 2);
21885
21887
  var consequent_1 = ($$anchor$1) => {
21886
- var canvas = root_2$7();
21888
+ var canvas = root_2$9();
21887
21889
  var node_3 = $.child(canvas);
21888
21890
  children?.(node_3);
21889
21891
  $.reset(canvas);
@@ -21902,10 +21904,10 @@ function VideoTexture($$anchor, $$props) {
21902
21904
  $.append($$anchor, fragment);
21903
21905
  $.pop();
21904
21906
  }
21905
- var root_2$6 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
21906
- var root$7 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
21907
- function Vignette($$anchor, $$props) {
21908
- $.push($$props, true);
21907
+ var root_2$8 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
21908
+ var root$9 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
21909
+ function Vibrance($$anchor, $$props) {
21910
+ $.push($$props, true);
21909
21911
  let _experimentalWarnedOnce = false;
21910
21912
  if (componentDefinition$110.experimental && !_experimentalWarnedOnce) {
21911
21913
  _experimentalWarnedOnce = true;
@@ -22068,7 +22070,7 @@ function Vignette($$anchor, $$props) {
22068
22070
  $.set(isRegistered, false);
22069
22071
  parentRegister(instanceId, null, null, null, null);
22070
22072
  });
22071
- var fragment = root$7();
22073
+ var fragment = root$9();
22072
22074
  var span = $.first_child(fragment);
22073
22075
  var node_1 = $.child(span);
22074
22076
  var consequent = ($$anchor$1) => {
@@ -22081,7 +22083,7 @@ function Vignette($$anchor, $$props) {
22081
22083
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
22082
22084
  var node_2 = $.sibling(span, 2);
22083
22085
  var consequent_1 = ($$anchor$1) => {
22084
- var canvas = root_2$6();
22086
+ var canvas = root_2$8();
22085
22087
  var node_3 = $.child(canvas);
22086
22088
  children?.(node_3);
22087
22089
  $.reset(canvas);
@@ -22100,9 +22102,9 @@ function Vignette($$anchor, $$props) {
22100
22102
  $.append($$anchor, fragment);
22101
22103
  $.pop();
22102
22104
  }
22103
- var root_2$5 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
22104
- var root$6 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
22105
- function Voronoi($$anchor, $$props) {
22105
+ var root_2$7 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
22106
+ var root$8 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
22107
+ function VideoTexture($$anchor, $$props) {
22106
22108
  $.push($$props, true);
22107
22109
  let _experimentalWarnedOnce = false;
22108
22110
  if (componentDefinition$111.experimental && !_experimentalWarnedOnce) {
@@ -22266,7 +22268,7 @@ function Voronoi($$anchor, $$props) {
22266
22268
  $.set(isRegistered, false);
22267
22269
  parentRegister(instanceId, null, null, null, null);
22268
22270
  });
22269
- var fragment = root$6();
22271
+ var fragment = root$8();
22270
22272
  var span = $.first_child(fragment);
22271
22273
  var node_1 = $.child(span);
22272
22274
  var consequent = ($$anchor$1) => {
@@ -22279,7 +22281,7 @@ function Voronoi($$anchor, $$props) {
22279
22281
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
22280
22282
  var node_2 = $.sibling(span, 2);
22281
22283
  var consequent_1 = ($$anchor$1) => {
22282
- var canvas = root_2$5();
22284
+ var canvas = root_2$7();
22283
22285
  var node_3 = $.child(canvas);
22284
22286
  children?.(node_3);
22285
22287
  $.reset(canvas);
@@ -22298,9 +22300,9 @@ function Voronoi($$anchor, $$props) {
22298
22300
  $.append($$anchor, fragment);
22299
22301
  $.pop();
22300
22302
  }
22301
- var root_2$4 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
22302
- var root$5 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
22303
- function WaveDistortion($$anchor, $$props) {
22303
+ var root_2$6 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
22304
+ var root$7 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
22305
+ function Vignette($$anchor, $$props) {
22304
22306
  $.push($$props, true);
22305
22307
  let _experimentalWarnedOnce = false;
22306
22308
  if (componentDefinition$112.experimental && !_experimentalWarnedOnce) {
@@ -22464,7 +22466,7 @@ function WaveDistortion($$anchor, $$props) {
22464
22466
  $.set(isRegistered, false);
22465
22467
  parentRegister(instanceId, null, null, null, null);
22466
22468
  });
22467
- var fragment = root$5();
22469
+ var fragment = root$7();
22468
22470
  var span = $.first_child(fragment);
22469
22471
  var node_1 = $.child(span);
22470
22472
  var consequent = ($$anchor$1) => {
@@ -22477,7 +22479,7 @@ function WaveDistortion($$anchor, $$props) {
22477
22479
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
22478
22480
  var node_2 = $.sibling(span, 2);
22479
22481
  var consequent_1 = ($$anchor$1) => {
22480
- var canvas = root_2$4();
22482
+ var canvas = root_2$6();
22481
22483
  var node_3 = $.child(canvas);
22482
22484
  children?.(node_3);
22483
22485
  $.reset(canvas);
@@ -22496,9 +22498,9 @@ function WaveDistortion($$anchor, $$props) {
22496
22498
  $.append($$anchor, fragment);
22497
22499
  $.pop();
22498
22500
  }
22499
- var root_2$3 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
22500
- var root$4 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
22501
- function Weave($$anchor, $$props) {
22501
+ var root_2$5 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
22502
+ var root$6 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
22503
+ function Voronoi($$anchor, $$props) {
22502
22504
  $.push($$props, true);
22503
22505
  let _experimentalWarnedOnce = false;
22504
22506
  if (componentDefinition$113.experimental && !_experimentalWarnedOnce) {
@@ -22662,7 +22664,7 @@ function Weave($$anchor, $$props) {
22662
22664
  $.set(isRegistered, false);
22663
22665
  parentRegister(instanceId, null, null, null, null);
22664
22666
  });
22665
- var fragment = root$4();
22667
+ var fragment = root$6();
22666
22668
  var span = $.first_child(fragment);
22667
22669
  var node_1 = $.child(span);
22668
22670
  var consequent = ($$anchor$1) => {
@@ -22675,7 +22677,7 @@ function Weave($$anchor, $$props) {
22675
22677
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
22676
22678
  var node_2 = $.sibling(span, 2);
22677
22679
  var consequent_1 = ($$anchor$1) => {
22678
- var canvas = root_2$3();
22680
+ var canvas = root_2$5();
22679
22681
  var node_3 = $.child(canvas);
22680
22682
  children?.(node_3);
22681
22683
  $.reset(canvas);
@@ -22694,9 +22696,9 @@ function Weave($$anchor, $$props) {
22694
22696
  $.append($$anchor, fragment);
22695
22697
  $.pop();
22696
22698
  }
22697
- var root_2$2 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
22698
- var root$3 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
22699
- function WebcamTexture($$anchor, $$props) {
22699
+ var root_2$4 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
22700
+ var root$5 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
22701
+ function WaveDistortion($$anchor, $$props) {
22700
22702
  $.push($$props, true);
22701
22703
  let _experimentalWarnedOnce = false;
22702
22704
  if (componentDefinition$114.experimental && !_experimentalWarnedOnce) {
@@ -22860,7 +22862,7 @@ function WebcamTexture($$anchor, $$props) {
22860
22862
  $.set(isRegistered, false);
22861
22863
  parentRegister(instanceId, null, null, null, null);
22862
22864
  });
22863
- var fragment = root$3();
22865
+ var fragment = root$5();
22864
22866
  var span = $.first_child(fragment);
22865
22867
  var node_1 = $.child(span);
22866
22868
  var consequent = ($$anchor$1) => {
@@ -22873,7 +22875,7 @@ function WebcamTexture($$anchor, $$props) {
22873
22875
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
22874
22876
  var node_2 = $.sibling(span, 2);
22875
22877
  var consequent_1 = ($$anchor$1) => {
22876
- var canvas = root_2$2();
22878
+ var canvas = root_2$4();
22877
22879
  var node_3 = $.child(canvas);
22878
22880
  children?.(node_3);
22879
22881
  $.reset(canvas);
@@ -22892,9 +22894,9 @@ function WebcamTexture($$anchor, $$props) {
22892
22894
  $.append($$anchor, fragment);
22893
22895
  $.pop();
22894
22896
  }
22895
- var root_2$1 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
22896
- var root$2 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
22897
- function WorleyNoise($$anchor, $$props) {
22897
+ var root_2$3 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
22898
+ var root$4 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
22899
+ function Weave($$anchor, $$props) {
22898
22900
  $.push($$props, true);
22899
22901
  let _experimentalWarnedOnce = false;
22900
22902
  if (componentDefinition$115.experimental && !_experimentalWarnedOnce) {
@@ -23058,7 +23060,7 @@ function WorleyNoise($$anchor, $$props) {
23058
23060
  $.set(isRegistered, false);
23059
23061
  parentRegister(instanceId, null, null, null, null);
23060
23062
  });
23061
- var fragment = root$2();
23063
+ var fragment = root$4();
23062
23064
  var span = $.first_child(fragment);
23063
23065
  var node_1 = $.child(span);
23064
23066
  var consequent = ($$anchor$1) => {
@@ -23071,7 +23073,7 @@ function WorleyNoise($$anchor, $$props) {
23071
23073
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
23072
23074
  var node_2 = $.sibling(span, 2);
23073
23075
  var consequent_1 = ($$anchor$1) => {
23074
- var canvas = root_2$1();
23076
+ var canvas = root_2$3();
23075
23077
  var node_3 = $.child(canvas);
23076
23078
  children?.(node_3);
23077
23079
  $.reset(canvas);
@@ -23090,9 +23092,9 @@ function WorleyNoise($$anchor, $$props) {
23090
23092
  $.append($$anchor, fragment);
23091
23093
  $.pop();
23092
23094
  }
23093
- var root_2 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
23094
- var root$1 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
23095
- function ZoomBlur($$anchor, $$props) {
23095
+ var root_2$2 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
23096
+ var root$3 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
23097
+ function WebcamTexture($$anchor, $$props) {
23096
23098
  $.push($$props, true);
23097
23099
  let _experimentalWarnedOnce = false;
23098
23100
  if (componentDefinition$116.experimental && !_experimentalWarnedOnce) {
@@ -23256,6 +23258,402 @@ function ZoomBlur($$anchor, $$props) {
23256
23258
  $.set(isRegistered, false);
23257
23259
  parentRegister(instanceId, null, null, null, null);
23258
23260
  });
23261
+ var fragment = root$3();
23262
+ var span = $.first_child(fragment);
23263
+ var node_1 = $.child(span);
23264
+ var consequent = ($$anchor$1) => {
23265
+ children?.($$anchor$1);
23266
+ };
23267
+ $.if(node_1, ($$render) => {
23268
+ if (!isCapturesDOM) $$render(consequent);
23269
+ });
23270
+ $.reset(span);
23271
+ $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
23272
+ var node_2 = $.sibling(span, 2);
23273
+ var consequent_1 = ($$anchor$1) => {
23274
+ var canvas = root_2$2();
23275
+ var node_3 = $.child(canvas);
23276
+ children?.(node_3);
23277
+ $.reset(canvas);
23278
+ $.action(canvas, ($$node) => teleportToBody?.($$node));
23279
+ $.bind_this(canvas, ($$value) => captureCanvas = $$value, () => captureCanvas);
23280
+ $.template_effect(() => {
23281
+ $.set_attribute(canvas, "width", $.get(captureW));
23282
+ $.set_attribute(canvas, "height", $.get(captureH));
23283
+ });
23284
+ $.append($$anchor$1, canvas);
23285
+ };
23286
+ $.if(node_2, ($$render) => {
23287
+ if (isCapturesDOM) $$render(consequent_1);
23288
+ });
23289
+ $.template_effect(() => $.set_attribute(span, "data-shader-id", instanceId));
23290
+ $.append($$anchor, fragment);
23291
+ $.pop();
23292
+ }
23293
+ var root_2$1 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
23294
+ var root$2 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
23295
+ function WorleyNoise($$anchor, $$props) {
23296
+ $.push($$props, true);
23297
+ let _experimentalWarnedOnce = false;
23298
+ if (componentDefinition$117.experimental && !_experimentalWarnedOnce) {
23299
+ _experimentalWarnedOnce = true;
23300
+ const _e = componentDefinition$117.experimental;
23301
+ console.info(`%c⚠ [Shaders] ${componentDefinition$117.name} is experimental: ${_e.message}`, "color: #f59e0b; font-weight: bold");
23302
+ }
23303
+ function isPropDriver(value) {
23304
+ return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
23305
+ }
23306
+ const DEFAULT_TRANSFORM = {
23307
+ offsetX: 0,
23308
+ offsetY: 0,
23309
+ rotation: 0,
23310
+ scale: 1,
23311
+ anchorX: .5,
23312
+ anchorY: .5,
23313
+ edges: "transparent"
23314
+ };
23315
+ const componentDefaults = {
23316
+ blendMode: "normal",
23317
+ visible: true,
23318
+ ...Object.entries(componentDefinition$117.props).reduce((acc, [key, config]) => {
23319
+ acc[key] = config.default;
23320
+ return acc;
23321
+ }, {})
23322
+ };
23323
+ const props = $.rest_props($$props, [
23324
+ "$$slots",
23325
+ "$$events",
23326
+ "$$legacy"
23327
+ ]);
23328
+ const blendMode = $.derived(() => $$props.blendMode ?? componentDefaults.blendMode);
23329
+ const opacity = $.derived(() => $$props.opacity);
23330
+ const visible = $.derived(() => $$props.visible ?? componentDefaults.visible);
23331
+ const id = $.derived(() => $$props.id);
23332
+ const maskSource = $.derived(() => $$props.maskSource);
23333
+ const maskType = $.derived(() => $$props.maskType);
23334
+ const renderOrder = $.derived(() => $$props.renderOrder);
23335
+ const { children } = props;
23336
+ const mapsFromProps = $.derived(() => {
23337
+ const maps = {};
23338
+ for (const key of Object.keys(componentDefinition$117.props)) {
23339
+ const val = props[key];
23340
+ if (isPropDriver(val)) maps[key] = val;
23341
+ }
23342
+ return Object.keys(maps).length > 0 ? maps : void 0;
23343
+ });
23344
+ const effectiveTransform = $.derived(() => ({
23345
+ ...DEFAULT_TRANSFORM,
23346
+ ...$$props.transform
23347
+ }));
23348
+ const parentId = getContext("shaderParentId");
23349
+ if (parentId === void 0) throw new Error("Shader components must be used inside an <Shader> component or another shader component");
23350
+ const instanceId = ($.get(id) ? $.get(id).replace(/[^a-zA-Z0-9_]/g, "_") : null) || Math.random().toString(36).substring(2, 10);
23351
+ setContext("shaderParentId", instanceId);
23352
+ const shaderReadyProps = $.derived(() => {
23353
+ let baseProps = { ...componentDefaults };
23354
+ for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && key !== "children") {
23355
+ const propValue = props[key];
23356
+ if (isPropDriver(propValue)) continue;
23357
+ const defaultValue = componentDefaults[key];
23358
+ if (propValue !== void 0 && propValue !== defaultValue) baseProps[key] = propValue;
23359
+ }
23360
+ return baseProps;
23361
+ });
23362
+ const shaderColorSpace = getContext("shaderColorSpace");
23363
+ if (shaderColorSpace) setColorSpaceMode(shaderColorSpace());
23364
+ const uniforms = createUniformsMap(componentDefinition$117, $.get(shaderReadyProps), instanceId);
23365
+ const parentRegister = getContext("shaderNodeRegister");
23366
+ if (parentRegister === void 0) throw new Error("Shader components must be used inside an <Shader> component or another shader component");
23367
+ const parentUniformUpdate = getContext("shaderUniformUpdate");
23368
+ if (parentUniformUpdate === void 0) throw new Error("Shader components require shaderUniformUpdate from parent");
23369
+ const parentMetadataUpdate = getContext("shaderMetadataUpdate");
23370
+ if (parentMetadataUpdate === void 0) throw new Error("Shader components require shaderMetadataUpdate from parent");
23371
+ const isCapturesDOM = !!componentDefinition$117.capturesDOM;
23372
+ let captureCanvas;
23373
+ let captureW = $.state($.proxy(typeof window !== "undefined" ? Math.round(window.innerWidth * Math.min(window.devicePixelRatio, 2)) : 0));
23374
+ let captureH = $.state($.proxy(typeof window !== "undefined" ? Math.round(window.innerHeight * Math.min(window.devicePixelRatio, 2)) : 0));
23375
+ function teleportToBody(node) {
23376
+ document.body.appendChild(node);
23377
+ return { destroy() {
23378
+ node.remove();
23379
+ } };
23380
+ }
23381
+ if (isCapturesDOM) {
23382
+ const onWinResize = () => {
23383
+ const d = Math.min(window.devicePixelRatio, 2);
23384
+ $.set(captureW, Math.round(window.innerWidth * d), true);
23385
+ $.set(captureH, Math.round(window.innerHeight * d), true);
23386
+ };
23387
+ onMount(() => {
23388
+ window.addEventListener("resize", onWinResize);
23389
+ });
23390
+ onDestroy(() => {
23391
+ window.removeEventListener("resize", onWinResize);
23392
+ });
23393
+ }
23394
+ let orderMarker;
23395
+ let detectedRenderOrder = void 0;
23396
+ let isRegistered = $.state(false);
23397
+ Object.entries(uniforms).forEach(([propName, { uniform, transform }]) => {
23398
+ $.user_effect(() => {
23399
+ if (!$.get(isRegistered)) return;
23400
+ if (uniform && uniform.value !== void 0) {
23401
+ const newValue = props[propName];
23402
+ if (newValue !== void 0 && !isPropDriver(newValue)) parentUniformUpdate(instanceId, propName, newValue);
23403
+ }
23404
+ });
23405
+ });
23406
+ $.user_effect(() => {
23407
+ if (!$.get(isRegistered)) return;
23408
+ parentMetadataUpdate(instanceId, {
23409
+ blendMode: $.get(blendMode),
23410
+ opacity: $.get(opacity),
23411
+ visible: $.get(visible) === false ? false : true,
23412
+ id: $.get(id),
23413
+ mask: $.get(maskSource) ? {
23414
+ source: $.get(maskSource),
23415
+ type: $.get(maskType) || "alpha"
23416
+ } : void 0,
23417
+ maps: $.get(mapsFromProps),
23418
+ renderOrder: $.get(renderOrder) ?? detectedRenderOrder,
23419
+ transform: $.get(effectiveTransform)
23420
+ });
23421
+ });
23422
+ onMount(() => {
23423
+ if (componentDefinition$117 && typeof componentDefinition$117.fragmentNode === "function") {
23424
+ parentRegister(instanceId, componentDefinition$117.fragmentNode, parentId, {
23425
+ blendMode: $.get(blendMode),
23426
+ opacity: $.get(opacity),
23427
+ visible: $.get(visible) !== false ? true : false,
23428
+ id: $.get(id),
23429
+ mask: $.get(maskSource) ? {
23430
+ source: $.get(maskSource),
23431
+ type: $.get(maskType) || "alpha"
23432
+ } : void 0,
23433
+ maps: $.get(mapsFromProps),
23434
+ renderOrder: $.get(renderOrder) ?? detectedRenderOrder,
23435
+ transform: $.get(effectiveTransform)
23436
+ }, uniforms, componentDefinition$117, isCapturesDOM ? captureCanvas : void 0);
23437
+ $.set(isRegistered, true);
23438
+ if ($.get(renderOrder) === void 0 && orderMarker) {
23439
+ const parent = orderMarker.parentElement;
23440
+ if (parent) {
23441
+ const siblings = parent.querySelectorAll(":scope > [data-shader-id]");
23442
+ const position = Array.from(siblings).indexOf(orderMarker);
23443
+ if (position >= 0) {
23444
+ detectedRenderOrder = position;
23445
+ parentMetadataUpdate(instanceId, { renderOrder: position });
23446
+ }
23447
+ }
23448
+ }
23449
+ } else console.error("componentDefinition.fragmentNode is not a function:", {
23450
+ componentDefinition: componentDefinition$117,
23451
+ fragmentNode: componentDefinition$117?.fragmentNode,
23452
+ type: typeof componentDefinition$117?.fragmentNode
23453
+ });
23454
+ });
23455
+ onDestroy(() => {
23456
+ $.set(isRegistered, false);
23457
+ parentRegister(instanceId, null, null, null, null);
23458
+ });
23459
+ var fragment = root$2();
23460
+ var span = $.first_child(fragment);
23461
+ var node_1 = $.child(span);
23462
+ var consequent = ($$anchor$1) => {
23463
+ children?.($$anchor$1);
23464
+ };
23465
+ $.if(node_1, ($$render) => {
23466
+ if (!isCapturesDOM) $$render(consequent);
23467
+ });
23468
+ $.reset(span);
23469
+ $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
23470
+ var node_2 = $.sibling(span, 2);
23471
+ var consequent_1 = ($$anchor$1) => {
23472
+ var canvas = root_2$1();
23473
+ var node_3 = $.child(canvas);
23474
+ children?.(node_3);
23475
+ $.reset(canvas);
23476
+ $.action(canvas, ($$node) => teleportToBody?.($$node));
23477
+ $.bind_this(canvas, ($$value) => captureCanvas = $$value, () => captureCanvas);
23478
+ $.template_effect(() => {
23479
+ $.set_attribute(canvas, "width", $.get(captureW));
23480
+ $.set_attribute(canvas, "height", $.get(captureH));
23481
+ });
23482
+ $.append($$anchor$1, canvas);
23483
+ };
23484
+ $.if(node_2, ($$render) => {
23485
+ if (isCapturesDOM) $$render(consequent_1);
23486
+ });
23487
+ $.template_effect(() => $.set_attribute(span, "data-shader-id", instanceId));
23488
+ $.append($$anchor, fragment);
23489
+ $.pop();
23490
+ }
23491
+ var root_2 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
23492
+ var root$1 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
23493
+ function ZoomBlur($$anchor, $$props) {
23494
+ $.push($$props, true);
23495
+ let _experimentalWarnedOnce = false;
23496
+ if (componentDefinition$118.experimental && !_experimentalWarnedOnce) {
23497
+ _experimentalWarnedOnce = true;
23498
+ const _e = componentDefinition$118.experimental;
23499
+ console.info(`%c⚠ [Shaders] ${componentDefinition$118.name} is experimental: ${_e.message}`, "color: #f59e0b; font-weight: bold");
23500
+ }
23501
+ function isPropDriver(value) {
23502
+ return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
23503
+ }
23504
+ const DEFAULT_TRANSFORM = {
23505
+ offsetX: 0,
23506
+ offsetY: 0,
23507
+ rotation: 0,
23508
+ scale: 1,
23509
+ anchorX: .5,
23510
+ anchorY: .5,
23511
+ edges: "transparent"
23512
+ };
23513
+ const componentDefaults = {
23514
+ blendMode: "normal",
23515
+ visible: true,
23516
+ ...Object.entries(componentDefinition$118.props).reduce((acc, [key, config]) => {
23517
+ acc[key] = config.default;
23518
+ return acc;
23519
+ }, {})
23520
+ };
23521
+ const props = $.rest_props($$props, [
23522
+ "$$slots",
23523
+ "$$events",
23524
+ "$$legacy"
23525
+ ]);
23526
+ const blendMode = $.derived(() => $$props.blendMode ?? componentDefaults.blendMode);
23527
+ const opacity = $.derived(() => $$props.opacity);
23528
+ const visible = $.derived(() => $$props.visible ?? componentDefaults.visible);
23529
+ const id = $.derived(() => $$props.id);
23530
+ const maskSource = $.derived(() => $$props.maskSource);
23531
+ const maskType = $.derived(() => $$props.maskType);
23532
+ const renderOrder = $.derived(() => $$props.renderOrder);
23533
+ const { children } = props;
23534
+ const mapsFromProps = $.derived(() => {
23535
+ const maps = {};
23536
+ for (const key of Object.keys(componentDefinition$118.props)) {
23537
+ const val = props[key];
23538
+ if (isPropDriver(val)) maps[key] = val;
23539
+ }
23540
+ return Object.keys(maps).length > 0 ? maps : void 0;
23541
+ });
23542
+ const effectiveTransform = $.derived(() => ({
23543
+ ...DEFAULT_TRANSFORM,
23544
+ ...$$props.transform
23545
+ }));
23546
+ const parentId = getContext("shaderParentId");
23547
+ if (parentId === void 0) throw new Error("Shader components must be used inside an <Shader> component or another shader component");
23548
+ const instanceId = ($.get(id) ? $.get(id).replace(/[^a-zA-Z0-9_]/g, "_") : null) || Math.random().toString(36).substring(2, 10);
23549
+ setContext("shaderParentId", instanceId);
23550
+ const shaderReadyProps = $.derived(() => {
23551
+ let baseProps = { ...componentDefaults };
23552
+ for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && key !== "children") {
23553
+ const propValue = props[key];
23554
+ if (isPropDriver(propValue)) continue;
23555
+ const defaultValue = componentDefaults[key];
23556
+ if (propValue !== void 0 && propValue !== defaultValue) baseProps[key] = propValue;
23557
+ }
23558
+ return baseProps;
23559
+ });
23560
+ const shaderColorSpace = getContext("shaderColorSpace");
23561
+ if (shaderColorSpace) setColorSpaceMode(shaderColorSpace());
23562
+ const uniforms = createUniformsMap(componentDefinition$118, $.get(shaderReadyProps), instanceId);
23563
+ const parentRegister = getContext("shaderNodeRegister");
23564
+ if (parentRegister === void 0) throw new Error("Shader components must be used inside an <Shader> component or another shader component");
23565
+ const parentUniformUpdate = getContext("shaderUniformUpdate");
23566
+ if (parentUniformUpdate === void 0) throw new Error("Shader components require shaderUniformUpdate from parent");
23567
+ const parentMetadataUpdate = getContext("shaderMetadataUpdate");
23568
+ if (parentMetadataUpdate === void 0) throw new Error("Shader components require shaderMetadataUpdate from parent");
23569
+ const isCapturesDOM = !!componentDefinition$118.capturesDOM;
23570
+ let captureCanvas;
23571
+ let captureW = $.state($.proxy(typeof window !== "undefined" ? Math.round(window.innerWidth * Math.min(window.devicePixelRatio, 2)) : 0));
23572
+ let captureH = $.state($.proxy(typeof window !== "undefined" ? Math.round(window.innerHeight * Math.min(window.devicePixelRatio, 2)) : 0));
23573
+ function teleportToBody(node) {
23574
+ document.body.appendChild(node);
23575
+ return { destroy() {
23576
+ node.remove();
23577
+ } };
23578
+ }
23579
+ if (isCapturesDOM) {
23580
+ const onWinResize = () => {
23581
+ const d = Math.min(window.devicePixelRatio, 2);
23582
+ $.set(captureW, Math.round(window.innerWidth * d), true);
23583
+ $.set(captureH, Math.round(window.innerHeight * d), true);
23584
+ };
23585
+ onMount(() => {
23586
+ window.addEventListener("resize", onWinResize);
23587
+ });
23588
+ onDestroy(() => {
23589
+ window.removeEventListener("resize", onWinResize);
23590
+ });
23591
+ }
23592
+ let orderMarker;
23593
+ let detectedRenderOrder = void 0;
23594
+ let isRegistered = $.state(false);
23595
+ Object.entries(uniforms).forEach(([propName, { uniform, transform }]) => {
23596
+ $.user_effect(() => {
23597
+ if (!$.get(isRegistered)) return;
23598
+ if (uniform && uniform.value !== void 0) {
23599
+ const newValue = props[propName];
23600
+ if (newValue !== void 0 && !isPropDriver(newValue)) parentUniformUpdate(instanceId, propName, newValue);
23601
+ }
23602
+ });
23603
+ });
23604
+ $.user_effect(() => {
23605
+ if (!$.get(isRegistered)) return;
23606
+ parentMetadataUpdate(instanceId, {
23607
+ blendMode: $.get(blendMode),
23608
+ opacity: $.get(opacity),
23609
+ visible: $.get(visible) === false ? false : true,
23610
+ id: $.get(id),
23611
+ mask: $.get(maskSource) ? {
23612
+ source: $.get(maskSource),
23613
+ type: $.get(maskType) || "alpha"
23614
+ } : void 0,
23615
+ maps: $.get(mapsFromProps),
23616
+ renderOrder: $.get(renderOrder) ?? detectedRenderOrder,
23617
+ transform: $.get(effectiveTransform)
23618
+ });
23619
+ });
23620
+ onMount(() => {
23621
+ if (componentDefinition$118 && typeof componentDefinition$118.fragmentNode === "function") {
23622
+ parentRegister(instanceId, componentDefinition$118.fragmentNode, parentId, {
23623
+ blendMode: $.get(blendMode),
23624
+ opacity: $.get(opacity),
23625
+ visible: $.get(visible) !== false ? true : false,
23626
+ id: $.get(id),
23627
+ mask: $.get(maskSource) ? {
23628
+ source: $.get(maskSource),
23629
+ type: $.get(maskType) || "alpha"
23630
+ } : void 0,
23631
+ maps: $.get(mapsFromProps),
23632
+ renderOrder: $.get(renderOrder) ?? detectedRenderOrder,
23633
+ transform: $.get(effectiveTransform)
23634
+ }, uniforms, componentDefinition$118, isCapturesDOM ? captureCanvas : void 0);
23635
+ $.set(isRegistered, true);
23636
+ if ($.get(renderOrder) === void 0 && orderMarker) {
23637
+ const parent = orderMarker.parentElement;
23638
+ if (parent) {
23639
+ const siblings = parent.querySelectorAll(":scope > [data-shader-id]");
23640
+ const position = Array.from(siblings).indexOf(orderMarker);
23641
+ if (position >= 0) {
23642
+ detectedRenderOrder = position;
23643
+ parentMetadataUpdate(instanceId, { renderOrder: position });
23644
+ }
23645
+ }
23646
+ }
23647
+ } else console.error("componentDefinition.fragmentNode is not a function:", {
23648
+ componentDefinition: componentDefinition$118,
23649
+ fragmentNode: componentDefinition$118?.fragmentNode,
23650
+ type: typeof componentDefinition$118?.fragmentNode
23651
+ });
23652
+ });
23653
+ onDestroy(() => {
23654
+ $.set(isRegistered, false);
23655
+ parentRegister(instanceId, null, null, null, null);
23656
+ });
23259
23657
  var fragment = root$1();
23260
23658
  var span = $.first_child(fragment);
23261
23659
  var node_1 = $.child(span);
@@ -23332,7 +23730,7 @@ function Shader($$anchor, $$props) {
23332
23730
  const checkRendering = () => {
23333
23731
  if (!rendererInstance) return;
23334
23732
  if (rendererInstance.getPerformanceStats().fps > 0) {
23335
- telemetryCollector = startTelemetry(rendererInstance, "2.5.128", disableTelemetry(), isPreview());
23733
+ telemetryCollector = startTelemetry(rendererInstance, "2.5.129", disableTelemetry(), isPreview());
23336
23734
  if (telemetryCollector) telemetryCollector.start();
23337
23735
  telemetryStartTimeout = null;
23338
23736
  } else telemetryStartTimeout = window.setTimeout(checkRendering, 500);
@@ -23562,6 +23960,7 @@ function Preview($$anchor, $$props) {
23562
23960
  Duotone,
23563
23961
  Ellipse,
23564
23962
  Emboss,
23963
+ Exposure,
23565
23964
  FallingLines,
23566
23965
  FilmGrain,
23567
23966
  FloatingParticles,
@@ -23627,6 +24026,7 @@ function Preview($$anchor, $$props) {
23627
24026
  StudioBackground,
23628
24027
  SunBurst,
23629
24028
  Swirl,
24029
+ ThinFilm,
23630
24030
  TiltShift,
23631
24031
  Tint,
23632
24032
  Trapezoid,
@@ -23905,4 +24305,4 @@ function Preview($$anchor, $$props) {
23905
24305
  $.append($$anchor, fragment);
23906
24306
  $.pop();
23907
24307
  }
23908
- export { AngularBlur, Ascii, Aurora, BarShift, Beam, Blob, Blur, BrickPattern, BrightnessContrast, Bulge, CRTScreen, ChannelBlur, Checkerboard, Chevron, ChromaFlow, ChromaticAberration, Circle, ColorWheel, ConcentricSpin, ConicGradient, ContourLines, Crescent, Cross, Crystal, CursorRipples, CursorTrail, DOMTexture, DiamondGradient, DiffuseBlur, Dither, DotGrid, DropShadow, Duotone, Ellipse, Emboss, FallingLines, FilmGrain, FloatingParticles, FlowField, Flower, FlowingGradient, FlutedGlass, Fog, Form3D, FractalNoise, Glass, GlassTiles, Glitch, Glow, Godrays, Grayscale, Grid, GridDistortion, Group, Halftone, HexGrid, HueShift, ImageTexture, Invert, Kaleidoscope, LensFlare, LinearBlur, LinearGradient, Liquify, Marble, Mirror, MultiPointGradient, Neon, Paper, Perspective, Pixelate, Plasma, PolarCoordinates, Polygon, Posterize, Preview, ProgressiveBlur, RadialGradient, RectangularCoordinates, ReflectivePlane, Ring, Ripples, RoundedRect, Saturation, Shader, Sharpness, Shatter, SimplexNoise, SineWave, Smoke, SmokeFill, Solarize, SolidColor, Spherize, Spiral, Star, Strands, Stretch, Stripes, StudioBackground, SunBurst, Swirl, TiltShift, Tint, Trapezoid, Tritone, Truchet, Twirl, VHS, Vesica, Vibrance, VideoTexture, Vignette, Voronoi, WaveDistortion, Weave, WebcamTexture, WorleyNoise, ZoomBlur };
24308
+ export { AngularBlur, Ascii, Aurora, BarShift, Beam, Blob, Blur, BrickPattern, BrightnessContrast, Bulge, CRTScreen, ChannelBlur, Checkerboard, Chevron, ChromaFlow, ChromaticAberration, Circle, ColorWheel, ConcentricSpin, ConicGradient, ContourLines, Crescent, Cross, Crystal, CursorRipples, CursorTrail, DOMTexture, DiamondGradient, DiffuseBlur, Dither, DotGrid, DropShadow, Duotone, Ellipse, Emboss, Exposure, FallingLines, FilmGrain, FloatingParticles, FlowField, Flower, FlowingGradient, FlutedGlass, Fog, Form3D, FractalNoise, Glass, GlassTiles, Glitch, Glow, Godrays, Grayscale, Grid, GridDistortion, Group, Halftone, HexGrid, HueShift, ImageTexture, Invert, Kaleidoscope, LensFlare, LinearBlur, LinearGradient, Liquify, Marble, Mirror, MultiPointGradient, Neon, Paper, Perspective, Pixelate, Plasma, PolarCoordinates, Polygon, Posterize, Preview, ProgressiveBlur, RadialGradient, RectangularCoordinates, ReflectivePlane, Ring, Ripples, RoundedRect, Saturation, Shader, Sharpness, Shatter, SimplexNoise, SineWave, Smoke, SmokeFill, Solarize, SolidColor, Spherize, Spiral, Star, Strands, Stretch, Stripes, StudioBackground, SunBurst, Swirl, ThinFilm, TiltShift, Tint, Trapezoid, Tritone, Truchet, Twirl, VHS, Vesica, Vibrance, VideoTexture, Vignette, Voronoi, WaveDistortion, Weave, WebcamTexture, WorleyNoise, ZoomBlur };