shaders 2.5.110 → 2.5.111

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 (207) hide show
  1. package/dist/core/{Bulge-Chpbxxzj.js → Bulge-6gRUYqZS.js} +1 -1
  2. package/dist/core/{ConcentricSpin-Crfxti93.js → ConcentricSpin-Fegtvhl6.js} +1 -1
  3. package/dist/core/{CursorRipples-D-cfjHY5.js → CursorRipples-BqtHgpEq.js} +1 -1
  4. package/dist/core/{DiffuseBlur-eyM1v3ad.js → DiffuseBlur-B-Vki4ab.js} +1 -1
  5. package/dist/core/{FlowField-RyqiRxyI.js → FlowField-CTWyjeXm.js} +1 -1
  6. package/dist/core/FlutedGlass-B4FlyBOn.js +320 -0
  7. package/dist/core/{GridDistortion-SRyevgsp.js → GridDistortion-CVpebl48.js} +1 -1
  8. package/dist/core/{Kaleidoscope-CFWtKisp.js → Kaleidoscope-B0_OCrob.js} +1 -1
  9. package/dist/core/{Liquify-p-_qcb1f.js → Liquify-ZMAyGUIb.js} +1 -1
  10. package/dist/core/{Mirror-B7XmfGdw.js → Mirror-Gb0fugtF.js} +1 -1
  11. package/dist/core/{Perspective-BN_OpTZq.js → Perspective-SBZzprC5.js} +1 -1
  12. package/dist/core/{PolarCoordinates-CMYCFT4S.js → PolarCoordinates-Ckvb1eG0.js} +1 -1
  13. package/dist/core/{RectangularCoordinates-8Sa2GaDy.js → RectangularCoordinates-r0fTwVuL.js} +1 -1
  14. package/dist/core/{Shatter-ByKkCYTR.js → Shatter-CC3EFcP9.js} +1 -1
  15. package/dist/core/{Stretch--GV6hbru.js → Stretch-CJUUU-I1.js} +1 -1
  16. package/dist/core/{Twirl-v8pLqUTN.js → Twirl-CgRyZdT1.js} +1 -1
  17. package/dist/core/{VideoTexture-BMSdfLf_.js → VideoTexture-Cr1f0IOE.js} +1 -1
  18. package/dist/core/{WaveDistortion-BGdgj3Iz.js → WaveDistortion-iyTUI1lj.js} +1 -1
  19. package/dist/core/{WebcamTexture-Ds9IrtRn.js → WebcamTexture-BQJpZvC5.js} +1 -1
  20. package/dist/core/{edges-CfGcQniB.js → edges-CX_lJB9R.js} +13 -1
  21. package/dist/core/index.js +79 -78
  22. package/dist/core/registry.js +79 -78
  23. package/dist/core/shaderRegistry-SmtG2mTo.js +254 -0
  24. package/dist/core/shaderRegistry.d.ts.map +1 -1
  25. package/dist/core/shaders/Bulge/index.js +2 -2
  26. package/dist/core/shaders/ConcentricSpin/index.js +2 -2
  27. package/dist/core/shaders/CursorRipples/index.js +2 -2
  28. package/dist/core/shaders/DiffuseBlur/index.js +2 -2
  29. package/dist/core/shaders/FlowField/index.js +2 -2
  30. package/dist/core/shaders/FlutedGlass/index.d.ts +97 -0
  31. package/dist/core/shaders/FlutedGlass/index.d.ts.map +1 -0
  32. package/dist/core/shaders/FlutedGlass/index.js +6 -0
  33. package/dist/core/shaders/Fog/index.js +1 -1
  34. package/dist/core/shaders/Form3D/index.js +1 -1
  35. package/dist/core/shaders/Glass/index.js +1 -1
  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.js +1 -1
  39. package/dist/core/shaders/Godrays/index.js +1 -1
  40. package/dist/core/shaders/Grayscale/index.js +1 -1
  41. package/dist/core/shaders/Grid/index.js +1 -1
  42. package/dist/core/shaders/GridDistortion/index.js +2 -2
  43. package/dist/core/shaders/Group/index.js +1 -1
  44. package/dist/core/shaders/Halftone/index.js +1 -1
  45. package/dist/core/shaders/HexGrid/index.js +1 -1
  46. package/dist/core/shaders/HueShift/index.js +1 -1
  47. package/dist/core/shaders/ImageTexture/index.js +1 -1
  48. package/dist/core/shaders/Invert/index.js +1 -1
  49. package/dist/core/shaders/Kaleidoscope/index.js +2 -2
  50. package/dist/core/shaders/LensFlare/index.js +1 -1
  51. package/dist/core/shaders/LinearBlur/index.js +1 -1
  52. package/dist/core/shaders/LinearGradient/index.js +1 -1
  53. package/dist/core/shaders/Liquify/index.js +2 -2
  54. package/dist/core/shaders/Mirror/index.js +2 -2
  55. package/dist/core/shaders/MultiPointGradient/index.js +1 -1
  56. package/dist/core/shaders/Neon/index.js +1 -1
  57. package/dist/core/shaders/Paper/index.js +1 -1
  58. package/dist/core/shaders/Perspective/index.js +2 -2
  59. package/dist/core/shaders/Pixelate/index.js +1 -1
  60. package/dist/core/shaders/Plasma/index.js +1 -1
  61. package/dist/core/shaders/PolarCoordinates/index.js +2 -2
  62. package/dist/core/shaders/Polygon/index.js +1 -1
  63. package/dist/core/shaders/Posterize/index.js +1 -1
  64. package/dist/core/shaders/ProgressiveBlur/index.js +1 -1
  65. package/dist/core/shaders/RadialGradient/index.js +1 -1
  66. package/dist/core/shaders/RectangularCoordinates/index.js +2 -2
  67. package/dist/core/shaders/Ring/index.js +1 -1
  68. package/dist/core/shaders/Ripples/index.js +1 -1
  69. package/dist/core/shaders/RoundedRect/index.js +1 -1
  70. package/dist/core/shaders/Saturation/index.js +1 -1
  71. package/dist/core/shaders/Sharpness/index.js +1 -1
  72. package/dist/core/shaders/Shatter/index.js +2 -2
  73. package/dist/core/shaders/SimplexNoise/index.js +1 -1
  74. package/dist/core/shaders/SineWave/index.js +1 -1
  75. package/dist/core/shaders/Smoke/index.js +1 -1
  76. package/dist/core/shaders/SmokeFill/index.js +1 -1
  77. package/dist/core/shaders/Solarize/index.js +1 -1
  78. package/dist/core/shaders/SolidColor/index.js +1 -1
  79. package/dist/core/shaders/Spherize/index.js +1 -1
  80. package/dist/core/shaders/Spiral/index.js +1 -1
  81. package/dist/core/shaders/Star/index.js +1 -1
  82. package/dist/core/shaders/Strands/index.js +1 -1
  83. package/dist/core/shaders/Stretch/index.js +2 -2
  84. package/dist/core/shaders/Stripes/index.js +1 -1
  85. package/dist/core/shaders/StudioBackground/index.js +1 -1
  86. package/dist/core/shaders/Swirl/index.js +1 -1
  87. package/dist/core/shaders/TiltShift/index.js +1 -1
  88. package/dist/core/shaders/Tint/index.js +1 -1
  89. package/dist/core/shaders/Trapezoid/index.js +1 -1
  90. package/dist/core/shaders/Tritone/index.js +1 -1
  91. package/dist/core/shaders/Truchet/index.js +1 -1
  92. package/dist/core/shaders/Twirl/index.js +2 -2
  93. package/dist/core/shaders/VHS/index.js +1 -1
  94. package/dist/core/shaders/Vesica/index.js +1 -1
  95. package/dist/core/shaders/Vibrance/index.js +1 -1
  96. package/dist/core/shaders/VideoTexture/index.js +2 -2
  97. package/dist/core/shaders/Vignette/index.js +1 -1
  98. package/dist/core/shaders/Voronoi/index.js +1 -1
  99. package/dist/core/shaders/WaveDistortion/index.js +2 -2
  100. package/dist/core/shaders/Weave/index.js +1 -1
  101. package/dist/core/shaders/WebcamTexture/index.js +2 -2
  102. package/dist/core/shaders/ZoomBlur/index.js +1 -1
  103. package/dist/js/createShader.js +1 -1
  104. package/dist/js/utils/generatePresetCode.d.ts.map +1 -1
  105. package/dist/js/utils/generatePresetCode.js +19 -0
  106. package/dist/react/FlutedGlass.js +223 -0
  107. package/dist/react/Preview.js +1 -0
  108. package/dist/react/Shader.js +1 -1
  109. package/dist/react/components/FlutedGlass.d.ts +41 -0
  110. package/dist/react/components/FlutedGlass.d.ts.map +1 -0
  111. package/dist/react/engine/Preview.d.ts.map +1 -1
  112. package/dist/react/index.d.ts +1 -0
  113. package/dist/react/index.d.ts.map +1 -1
  114. package/dist/react/index.js +2 -1
  115. package/dist/react/utils/generatePresetCode.d.ts.map +1 -1
  116. package/dist/react/utils/generatePresetCode.js +19 -0
  117. package/dist/registry.js +468 -0
  118. package/dist/solid/components/FlutedGlass.d.ts +38 -0
  119. package/dist/solid/components/FlutedGlass.d.ts.map +1 -0
  120. package/dist/solid/components/FlutedGlass.js +228 -0
  121. package/dist/solid/engine/Preview.d.ts.map +1 -1
  122. package/dist/solid/engine/Preview.js +76 -74
  123. package/dist/solid/engine/Shader.js +1 -1
  124. package/dist/solid/index.d.ts +1 -0
  125. package/dist/solid/index.d.ts.map +1 -1
  126. package/dist/solid/index.js +146 -144
  127. package/dist/solid/utils/generatePresetCode.d.ts.map +1 -1
  128. package/dist/solid/utils/generatePresetCode.js +19 -0
  129. package/dist/svelte/components/FlutedGlass.svelte.d.ts +28 -0
  130. package/dist/svelte/{generatePresetCode-jdOx6mhw.js → generatePresetCode-DAEzZxbM.js} +19 -0
  131. package/dist/svelte/index.d.ts +1 -0
  132. package/dist/svelte/index.js +769 -569
  133. package/dist/svelte/source/components/FlutedGlass.svelte +334 -0
  134. package/dist/svelte/source/engine/Preview.svelte +2 -0
  135. package/dist/svelte/source/index.js +1 -0
  136. package/dist/svelte/utils/generatePresetCode.js +1 -1
  137. package/dist/vue/FlutedGlass.js +3 -0
  138. package/dist/vue/FlutedGlass.vue_vue_type_script_setup_true_lang.js +226 -0
  139. package/dist/vue/Preview.vue_vue_type_script_setup_true_lang.js +2 -0
  140. package/dist/vue/Shader.vue_vue_type_script_setup_true_lang.js +1 -1
  141. package/dist/vue/components/FlutedGlass.vue.d.ts +63 -0
  142. package/dist/vue/components/FlutedGlass.vue.d.ts.map +1 -0
  143. package/dist/vue/index.d.ts +1 -0
  144. package/dist/vue/index.d.ts.map +1 -1
  145. package/dist/vue/index.js +2 -1
  146. package/dist/vue/utils/generatePresetCode.d.ts.map +1 -1
  147. package/dist/vue/utils/generatePresetCode.js +19 -0
  148. package/package.json +9 -1
  149. package/dist/core/shaderRegistry-DFzzFEKX.js +0 -252
  150. /package/dist/core/{Fog-BeKcPcTq.js → Fog-CIdU2Wn-.js} +0 -0
  151. /package/dist/core/{Form3D-Bufw6tZb.js → Form3D-CqmOXXGj.js} +0 -0
  152. /package/dist/core/{Glass-Bz9IKI2q.js → Glass-BCOkQbvW.js} +0 -0
  153. /package/dist/core/{GlassTiles-Dgh6nOaE.js → GlassTiles-CMx4NyO-.js} +0 -0
  154. /package/dist/core/{Glitch-BsbzLahF.js → Glitch-BdygvJKe.js} +0 -0
  155. /package/dist/core/{Glow-CUv1yHLZ.js → Glow-CsTZA75y.js} +0 -0
  156. /package/dist/core/{Godrays-D1LINbut.js → Godrays-w3ruw4NO.js} +0 -0
  157. /package/dist/core/{Grayscale-Ri-695Uh.js → Grayscale-ChaVI3AW.js} +0 -0
  158. /package/dist/core/{Grid-BYSsAIEv.js → Grid-CKbLS5tU.js} +0 -0
  159. /package/dist/core/{Group-CkhjTW59.js → Group-BqVJ4S7i.js} +0 -0
  160. /package/dist/core/{Halftone-BUCDTTAU.js → Halftone-BGQeBAgG.js} +0 -0
  161. /package/dist/core/{HexGrid-BUiDrehv.js → HexGrid-BFrnZEZT.js} +0 -0
  162. /package/dist/core/{HueShift-ctEX5vfo.js → HueShift-C1RxETwN.js} +0 -0
  163. /package/dist/core/{ImageTexture-uxj4LpF7.js → ImageTexture-DXhgMEOT.js} +0 -0
  164. /package/dist/core/{Invert-azYrcDMi.js → Invert-D3tc2UGp.js} +0 -0
  165. /package/dist/core/{LensFlare-ttrXgfea.js → LensFlare-B8x1fOKu.js} +0 -0
  166. /package/dist/core/{LinearBlur-By2aD8OO.js → LinearBlur-CshzmjfO.js} +0 -0
  167. /package/dist/core/{LinearGradient-CM02z32l.js → LinearGradient-Bzwquw_Q.js} +0 -0
  168. /package/dist/core/{MultiPointGradient-8zGSIM4U.js → MultiPointGradient-D0QQwizn.js} +0 -0
  169. /package/dist/core/{Neon-CMmGJzPy.js → Neon-eN4HlILk.js} +0 -0
  170. /package/dist/core/{Paper-B08rxNys.js → Paper-BmeUPAFe.js} +0 -0
  171. /package/dist/core/{Pixelate-dxPAFCRu.js → Pixelate-DqZcUKFK.js} +0 -0
  172. /package/dist/core/{Plasma-DGCw0cd7.js → Plasma-COq8mAw2.js} +0 -0
  173. /package/dist/core/{Polygon-CsCOt5YE.js → Polygon-BP5eKEiz.js} +0 -0
  174. /package/dist/core/{Posterize-Blv9pzPT.js → Posterize-CxYemXTn.js} +0 -0
  175. /package/dist/core/{ProgressiveBlur-NbvxFfRa.js → ProgressiveBlur-CNacb2Qx.js} +0 -0
  176. /package/dist/core/{RadialGradient-De0gtdh3.js → RadialGradient-SASVv2vb.js} +0 -0
  177. /package/dist/core/{Ring-kHH-DIDQ.js → Ring-CdJlzjRV.js} +0 -0
  178. /package/dist/core/{Ripples-Bf6Zwg6X.js → Ripples-BRZPZszq.js} +0 -0
  179. /package/dist/core/{RoundedRect-B0sWh2BN.js → RoundedRect-lzzi_1J7.js} +0 -0
  180. /package/dist/core/{Saturation-DCFAIUvZ.js → Saturation-n-aXJS81.js} +0 -0
  181. /package/dist/core/{Sharpness-DSpEoCSL.js → Sharpness-7tm7b-Bu.js} +0 -0
  182. /package/dist/core/{SimplexNoise-CMuU8n27.js → SimplexNoise-0-rfeziU.js} +0 -0
  183. /package/dist/core/{SineWave-VTNDSK_g.js → SineWave--i6bSrad.js} +0 -0
  184. /package/dist/core/{Smoke-9MJIAKq7.js → Smoke-BgPHDWDR.js} +0 -0
  185. /package/dist/core/{SmokeFill-qV2iRIts.js → SmokeFill-Dtctgt2S.js} +0 -0
  186. /package/dist/core/{Solarize-CWDgSBiv.js → Solarize-gNMmd47z.js} +0 -0
  187. /package/dist/core/{SolidColor-DhMdM3bE.js → SolidColor-D9ikFFu3.js} +0 -0
  188. /package/dist/core/{Spherize-BZxwopX8.js → Spherize-ZBorEEOU.js} +0 -0
  189. /package/dist/core/{Spiral-gpkw37l1.js → Spiral-sg-i02xw.js} +0 -0
  190. /package/dist/core/{Star-WJAOZ5P5.js → Star-BcqCHzHG.js} +0 -0
  191. /package/dist/core/{Strands-DOthZNHt.js → Strands-XLpth60o.js} +0 -0
  192. /package/dist/core/{Stripes-CFCXw1_N.js → Stripes-DEOXYnmy.js} +0 -0
  193. /package/dist/core/{StudioBackground-DJr-cxOL.js → StudioBackground-B5dpTR_X.js} +0 -0
  194. /package/dist/core/{Swirl-B_KxdaX2.js → Swirl-WqPvBF7u.js} +0 -0
  195. /package/dist/core/{TiltShift-BSAyR0Me.js → TiltShift-CYb6OQoU.js} +0 -0
  196. /package/dist/core/{Tint-DdvnpzEJ.js → Tint-C-bJpwd0.js} +0 -0
  197. /package/dist/core/{Trapezoid-Co0sIA73.js → Trapezoid-BvTEGdW_.js} +0 -0
  198. /package/dist/core/{Tritone-Ckb6hTkI.js → Tritone-LX-qUAGy.js} +0 -0
  199. /package/dist/core/{Truchet-CkFSkniR.js → Truchet-DE4lgYRb.js} +0 -0
  200. /package/dist/core/{VHS-mKd1QBBj.js → VHS-DbNjgUEX.js} +0 -0
  201. /package/dist/core/{Vesica-CxP7UD0a.js → Vesica-DqJMyqmy.js} +0 -0
  202. /package/dist/core/{Vibrance-WR5yQv_9.js → Vibrance-IDvmP1Xw.js} +0 -0
  203. /package/dist/core/{Vignette-hAIKTi35.js → Vignette-CA12P9VO.js} +0 -0
  204. /package/dist/core/{Voronoi-DOGmwUSK.js → Voronoi-DXeJ3xOf.js} +0 -0
  205. /package/dist/core/{Weave-CIP_EUPa.js → Weave-Bn2CfeE4.js} +0 -0
  206. /package/dist/core/{ZoomBlur-BuIVpHGG.js → ZoomBlur-DOzP_sOK.js} +0 -0
  207. /package/dist/core/{browser-D8zonASQ.js → browser-CsOpQ0L_.js} +0 -0
@@ -1,4 +1,4 @@
1
- import { n as generatePresetCode } from "./generatePresetCode-jdOx6mhw.js";
1
+ import { n as generatePresetCode } from "./generatePresetCode-DAEzZxbM.js";
2
2
  import "svelte/internal/disclose-version";
3
3
  import * as $ from "svelte/internal/client";
4
4
  import { getContext, onDestroy, onMount, setContext } from "svelte";
@@ -41,80 +41,81 @@ import { componentDefinition as componentDefinition$33 } from "../core/shaders/F
41
41
  import { componentDefinition as componentDefinition$34 } from "../core/shaders/FlowField/index.js";
42
42
  import { componentDefinition as componentDefinition$35 } from "../core/shaders/Flower/index.js";
43
43
  import { componentDefinition as componentDefinition$36 } from "../core/shaders/FlowingGradient/index.js";
44
- import { componentDefinition as componentDefinition$37 } from "../core/shaders/Fog/index.js";
45
- import { componentDefinition as componentDefinition$38 } from "../core/shaders/Form3D/index.js";
46
- import { componentDefinition as componentDefinition$39 } from "../core/shaders/Glass/index.js";
47
- import { componentDefinition as componentDefinition$40 } from "../core/shaders/GlassTiles/index.js";
48
- import { componentDefinition as componentDefinition$41 } from "../core/shaders/Glitch/index.js";
49
- import { componentDefinition as componentDefinition$42 } from "../core/shaders/Glow/index.js";
50
- import { componentDefinition as componentDefinition$43 } from "../core/shaders/Godrays/index.js";
51
- import { componentDefinition as componentDefinition$44 } from "../core/shaders/Grayscale/index.js";
52
- import { componentDefinition as componentDefinition$45 } from "../core/shaders/Grid/index.js";
53
- import { componentDefinition as componentDefinition$46 } from "../core/shaders/GridDistortion/index.js";
54
- import { componentDefinition as componentDefinition$47 } from "../core/shaders/Group/index.js";
55
- import { componentDefinition as componentDefinition$48 } from "../core/shaders/Halftone/index.js";
56
- import { componentDefinition as componentDefinition$49 } from "../core/shaders/HexGrid/index.js";
57
- import { componentDefinition as componentDefinition$50 } from "../core/shaders/HueShift/index.js";
58
- import { componentDefinition as componentDefinition$51 } from "../core/shaders/ImageTexture/index.js";
59
- import { componentDefinition as componentDefinition$52 } from "../core/shaders/Invert/index.js";
60
- import { componentDefinition as componentDefinition$53 } from "../core/shaders/Kaleidoscope/index.js";
61
- import { componentDefinition as componentDefinition$54 } from "../core/shaders/LensFlare/index.js";
62
- import { componentDefinition as componentDefinition$55 } from "../core/shaders/LinearBlur/index.js";
63
- import { componentDefinition as componentDefinition$56 } from "../core/shaders/LinearGradient/index.js";
64
- import { componentDefinition as componentDefinition$57 } from "../core/shaders/Liquify/index.js";
65
- import { componentDefinition as componentDefinition$58 } from "../core/shaders/Mirror/index.js";
66
- import { componentDefinition as componentDefinition$59 } from "../core/shaders/MultiPointGradient/index.js";
67
- import { componentDefinition as componentDefinition$60 } from "../core/shaders/Neon/index.js";
68
- import { componentDefinition as componentDefinition$61 } from "../core/shaders/Paper/index.js";
69
- import { componentDefinition as componentDefinition$62 } from "../core/shaders/Perspective/index.js";
70
- import { componentDefinition as componentDefinition$63 } from "../core/shaders/Pixelate/index.js";
71
- import { componentDefinition as componentDefinition$64 } from "../core/shaders/Plasma/index.js";
72
- import { componentDefinition as componentDefinition$65 } from "../core/shaders/PolarCoordinates/index.js";
73
- import { componentDefinition as componentDefinition$66 } from "../core/shaders/Polygon/index.js";
74
- import { componentDefinition as componentDefinition$67 } from "../core/shaders/Posterize/index.js";
75
- import { componentDefinition as componentDefinition$68 } from "../core/shaders/ProgressiveBlur/index.js";
76
- import { componentDefinition as componentDefinition$69 } from "../core/shaders/RadialGradient/index.js";
77
- import { componentDefinition as componentDefinition$70 } from "../core/shaders/RectangularCoordinates/index.js";
78
- import { componentDefinition as componentDefinition$71 } from "../core/shaders/Ring/index.js";
79
- import { componentDefinition as componentDefinition$72 } from "../core/shaders/Ripples/index.js";
80
- import { componentDefinition as componentDefinition$73 } from "../core/shaders/RoundedRect/index.js";
81
- import { componentDefinition as componentDefinition$74 } from "../core/shaders/Saturation/index.js";
82
- import { componentDefinition as componentDefinition$75 } from "../core/shaders/Sharpness/index.js";
83
- import { componentDefinition as componentDefinition$76 } from "../core/shaders/Shatter/index.js";
84
- import { componentDefinition as componentDefinition$77 } from "../core/shaders/SimplexNoise/index.js";
85
- import { componentDefinition as componentDefinition$78 } from "../core/shaders/SineWave/index.js";
86
- import { componentDefinition as componentDefinition$79 } from "../core/shaders/Smoke/index.js";
87
- import { componentDefinition as componentDefinition$80 } from "../core/shaders/SmokeFill/index.js";
88
- import { componentDefinition as componentDefinition$81 } from "../core/shaders/Solarize/index.js";
89
- import { componentDefinition as componentDefinition$82 } from "../core/shaders/SolidColor/index.js";
90
- import { componentDefinition as componentDefinition$83 } from "../core/shaders/Spherize/index.js";
91
- import { componentDefinition as componentDefinition$84 } from "../core/shaders/Spiral/index.js";
92
- import { componentDefinition as componentDefinition$85 } from "../core/shaders/Star/index.js";
93
- import { componentDefinition as componentDefinition$86 } from "../core/shaders/Strands/index.js";
94
- import { componentDefinition as componentDefinition$87 } from "../core/shaders/Stretch/index.js";
95
- import { componentDefinition as componentDefinition$88 } from "../core/shaders/Stripes/index.js";
96
- import { componentDefinition as componentDefinition$89 } from "../core/shaders/StudioBackground/index.js";
97
- import { componentDefinition as componentDefinition$90 } from "../core/shaders/Swirl/index.js";
98
- import { componentDefinition as componentDefinition$91 } from "../core/shaders/TiltShift/index.js";
99
- import { componentDefinition as componentDefinition$92 } from "../core/shaders/Tint/index.js";
100
- import { componentDefinition as componentDefinition$93 } from "../core/shaders/Trapezoid/index.js";
101
- import { componentDefinition as componentDefinition$94 } from "../core/shaders/Tritone/index.js";
102
- import { componentDefinition as componentDefinition$95 } from "../core/shaders/Truchet/index.js";
103
- import { componentDefinition as componentDefinition$96 } from "../core/shaders/Twirl/index.js";
104
- import { componentDefinition as componentDefinition$97 } from "../core/shaders/VHS/index.js";
105
- import { componentDefinition as componentDefinition$98 } from "../core/shaders/Vesica/index.js";
106
- import { componentDefinition as componentDefinition$99 } from "../core/shaders/Vibrance/index.js";
107
- import { componentDefinition as componentDefinition$100 } from "../core/shaders/VideoTexture/index.js";
108
- import { componentDefinition as componentDefinition$101 } from "../core/shaders/Vignette/index.js";
109
- import { componentDefinition as componentDefinition$102 } from "../core/shaders/Voronoi/index.js";
110
- import { componentDefinition as componentDefinition$103 } from "../core/shaders/WaveDistortion/index.js";
111
- import { componentDefinition as componentDefinition$104 } from "../core/shaders/Weave/index.js";
112
- import { componentDefinition as componentDefinition$105 } from "../core/shaders/WebcamTexture/index.js";
113
- import { componentDefinition as componentDefinition$106 } from "../core/shaders/ZoomBlur/index.js";
44
+ import { componentDefinition as componentDefinition$37 } from "../core/shaders/FlutedGlass/index.js";
45
+ import { componentDefinition as componentDefinition$38 } from "../core/shaders/Fog/index.js";
46
+ import { componentDefinition as componentDefinition$39 } from "../core/shaders/Form3D/index.js";
47
+ import { componentDefinition as componentDefinition$40 } from "../core/shaders/Glass/index.js";
48
+ import { componentDefinition as componentDefinition$41 } from "../core/shaders/GlassTiles/index.js";
49
+ import { componentDefinition as componentDefinition$42 } from "../core/shaders/Glitch/index.js";
50
+ import { componentDefinition as componentDefinition$43 } from "../core/shaders/Glow/index.js";
51
+ import { componentDefinition as componentDefinition$44 } from "../core/shaders/Godrays/index.js";
52
+ import { componentDefinition as componentDefinition$45 } from "../core/shaders/Grayscale/index.js";
53
+ import { componentDefinition as componentDefinition$46 } from "../core/shaders/Grid/index.js";
54
+ import { componentDefinition as componentDefinition$47 } from "../core/shaders/GridDistortion/index.js";
55
+ import { componentDefinition as componentDefinition$48 } from "../core/shaders/Group/index.js";
56
+ import { componentDefinition as componentDefinition$49 } from "../core/shaders/Halftone/index.js";
57
+ import { componentDefinition as componentDefinition$50 } from "../core/shaders/HexGrid/index.js";
58
+ import { componentDefinition as componentDefinition$51 } from "../core/shaders/HueShift/index.js";
59
+ import { componentDefinition as componentDefinition$52 } from "../core/shaders/ImageTexture/index.js";
60
+ import { componentDefinition as componentDefinition$53 } from "../core/shaders/Invert/index.js";
61
+ import { componentDefinition as componentDefinition$54 } from "../core/shaders/Kaleidoscope/index.js";
62
+ import { componentDefinition as componentDefinition$55 } from "../core/shaders/LensFlare/index.js";
63
+ import { componentDefinition as componentDefinition$56 } from "../core/shaders/LinearBlur/index.js";
64
+ import { componentDefinition as componentDefinition$57 } from "../core/shaders/LinearGradient/index.js";
65
+ import { componentDefinition as componentDefinition$58 } from "../core/shaders/Liquify/index.js";
66
+ import { componentDefinition as componentDefinition$59 } from "../core/shaders/Mirror/index.js";
67
+ import { componentDefinition as componentDefinition$60 } from "../core/shaders/MultiPointGradient/index.js";
68
+ import { componentDefinition as componentDefinition$61 } from "../core/shaders/Neon/index.js";
69
+ import { componentDefinition as componentDefinition$62 } from "../core/shaders/Paper/index.js";
70
+ import { componentDefinition as componentDefinition$63 } from "../core/shaders/Perspective/index.js";
71
+ import { componentDefinition as componentDefinition$64 } from "../core/shaders/Pixelate/index.js";
72
+ import { componentDefinition as componentDefinition$65 } from "../core/shaders/Plasma/index.js";
73
+ import { componentDefinition as componentDefinition$66 } from "../core/shaders/PolarCoordinates/index.js";
74
+ import { componentDefinition as componentDefinition$67 } from "../core/shaders/Polygon/index.js";
75
+ import { componentDefinition as componentDefinition$68 } from "../core/shaders/Posterize/index.js";
76
+ import { componentDefinition as componentDefinition$69 } from "../core/shaders/ProgressiveBlur/index.js";
77
+ import { componentDefinition as componentDefinition$70 } from "../core/shaders/RadialGradient/index.js";
78
+ import { componentDefinition as componentDefinition$71 } from "../core/shaders/RectangularCoordinates/index.js";
79
+ import { componentDefinition as componentDefinition$72 } from "../core/shaders/Ring/index.js";
80
+ import { componentDefinition as componentDefinition$73 } from "../core/shaders/Ripples/index.js";
81
+ import { componentDefinition as componentDefinition$74 } from "../core/shaders/RoundedRect/index.js";
82
+ import { componentDefinition as componentDefinition$75 } from "../core/shaders/Saturation/index.js";
83
+ import { componentDefinition as componentDefinition$76 } from "../core/shaders/Sharpness/index.js";
84
+ import { componentDefinition as componentDefinition$77 } from "../core/shaders/Shatter/index.js";
85
+ import { componentDefinition as componentDefinition$78 } from "../core/shaders/SimplexNoise/index.js";
86
+ import { componentDefinition as componentDefinition$79 } from "../core/shaders/SineWave/index.js";
87
+ import { componentDefinition as componentDefinition$80 } from "../core/shaders/Smoke/index.js";
88
+ import { componentDefinition as componentDefinition$81 } from "../core/shaders/SmokeFill/index.js";
89
+ import { componentDefinition as componentDefinition$82 } from "../core/shaders/Solarize/index.js";
90
+ import { componentDefinition as componentDefinition$83 } from "../core/shaders/SolidColor/index.js";
91
+ import { componentDefinition as componentDefinition$84 } from "../core/shaders/Spherize/index.js";
92
+ import { componentDefinition as componentDefinition$85 } from "../core/shaders/Spiral/index.js";
93
+ import { componentDefinition as componentDefinition$86 } from "../core/shaders/Star/index.js";
94
+ import { componentDefinition as componentDefinition$87 } from "../core/shaders/Strands/index.js";
95
+ import { componentDefinition as componentDefinition$88 } from "../core/shaders/Stretch/index.js";
96
+ import { componentDefinition as componentDefinition$89 } from "../core/shaders/Stripes/index.js";
97
+ import { componentDefinition as componentDefinition$90 } from "../core/shaders/StudioBackground/index.js";
98
+ import { componentDefinition as componentDefinition$91 } from "../core/shaders/Swirl/index.js";
99
+ import { componentDefinition as componentDefinition$92 } from "../core/shaders/TiltShift/index.js";
100
+ import { componentDefinition as componentDefinition$93 } from "../core/shaders/Tint/index.js";
101
+ import { componentDefinition as componentDefinition$94 } from "../core/shaders/Trapezoid/index.js";
102
+ import { componentDefinition as componentDefinition$95 } from "../core/shaders/Tritone/index.js";
103
+ import { componentDefinition as componentDefinition$96 } from "../core/shaders/Truchet/index.js";
104
+ import { componentDefinition as componentDefinition$97 } from "../core/shaders/Twirl/index.js";
105
+ import { componentDefinition as componentDefinition$98 } from "../core/shaders/VHS/index.js";
106
+ import { componentDefinition as componentDefinition$99 } from "../core/shaders/Vesica/index.js";
107
+ import { componentDefinition as componentDefinition$100 } from "../core/shaders/Vibrance/index.js";
108
+ import { componentDefinition as componentDefinition$101 } from "../core/shaders/VideoTexture/index.js";
109
+ import { componentDefinition as componentDefinition$102 } from "../core/shaders/Vignette/index.js";
110
+ import { componentDefinition as componentDefinition$103 } from "../core/shaders/Voronoi/index.js";
111
+ import { componentDefinition as componentDefinition$104 } from "../core/shaders/WaveDistortion/index.js";
112
+ import { componentDefinition as componentDefinition$105 } from "../core/shaders/Weave/index.js";
113
+ import { componentDefinition as componentDefinition$106 } from "../core/shaders/WebcamTexture/index.js";
114
+ import { componentDefinition as componentDefinition$107 } from "../core/shaders/ZoomBlur/index.js";
114
115
  import { vec4 } from "three/tsl";
115
116
  import { isExternalUser, startTelemetry } from "../core/telemetry/index.js";
116
- var root_2$106 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
117
- var root$107 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
117
+ var root_2$107 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
118
+ var root$108 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
118
119
  function AngularBlur($$anchor, $$props) {
119
120
  $.push($$props, true);
120
121
  let _experimentalWarnedOnce = false;
@@ -279,7 +280,7 @@ function AngularBlur($$anchor, $$props) {
279
280
  $.set(isRegistered, false);
280
281
  parentRegister(instanceId, null, null, null, null);
281
282
  });
282
- var fragment = root$107();
283
+ var fragment = root$108();
283
284
  var span = $.first_child(fragment);
284
285
  var node_1 = $.child(span);
285
286
  var consequent = ($$anchor$1) => {
@@ -292,7 +293,7 @@ function AngularBlur($$anchor, $$props) {
292
293
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
293
294
  var node_2 = $.sibling(span, 2);
294
295
  var consequent_1 = ($$anchor$1) => {
295
- var canvas = root_2$106();
296
+ var canvas = root_2$107();
296
297
  var node_3 = $.child(canvas);
297
298
  children?.(node_3);
298
299
  $.reset(canvas);
@@ -311,8 +312,8 @@ function AngularBlur($$anchor, $$props) {
311
312
  $.append($$anchor, fragment);
312
313
  $.pop();
313
314
  }
314
- var root_2$105 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
315
- var root$106 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
315
+ var root_2$106 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
316
+ var root$107 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
316
317
  function Ascii($$anchor, $$props) {
317
318
  $.push($$props, true);
318
319
  let _experimentalWarnedOnce = false;
@@ -477,7 +478,7 @@ function Ascii($$anchor, $$props) {
477
478
  $.set(isRegistered, false);
478
479
  parentRegister(instanceId, null, null, null, null);
479
480
  });
480
- var fragment = root$106();
481
+ var fragment = root$107();
481
482
  var span = $.first_child(fragment);
482
483
  var node_1 = $.child(span);
483
484
  var consequent = ($$anchor$1) => {
@@ -490,7 +491,7 @@ function Ascii($$anchor, $$props) {
490
491
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
491
492
  var node_2 = $.sibling(span, 2);
492
493
  var consequent_1 = ($$anchor$1) => {
493
- var canvas = root_2$105();
494
+ var canvas = root_2$106();
494
495
  var node_3 = $.child(canvas);
495
496
  children?.(node_3);
496
497
  $.reset(canvas);
@@ -509,8 +510,8 @@ function Ascii($$anchor, $$props) {
509
510
  $.append($$anchor, fragment);
510
511
  $.pop();
511
512
  }
512
- var root_2$104 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
513
- var root$105 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
513
+ var root_2$105 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
514
+ var root$106 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
514
515
  function Aurora($$anchor, $$props) {
515
516
  $.push($$props, true);
516
517
  let _experimentalWarnedOnce = false;
@@ -675,7 +676,7 @@ function Aurora($$anchor, $$props) {
675
676
  $.set(isRegistered, false);
676
677
  parentRegister(instanceId, null, null, null, null);
677
678
  });
678
- var fragment = root$105();
679
+ var fragment = root$106();
679
680
  var span = $.first_child(fragment);
680
681
  var node_1 = $.child(span);
681
682
  var consequent = ($$anchor$1) => {
@@ -688,7 +689,7 @@ function Aurora($$anchor, $$props) {
688
689
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
689
690
  var node_2 = $.sibling(span, 2);
690
691
  var consequent_1 = ($$anchor$1) => {
691
- var canvas = root_2$104();
692
+ var canvas = root_2$105();
692
693
  var node_3 = $.child(canvas);
693
694
  children?.(node_3);
694
695
  $.reset(canvas);
@@ -707,8 +708,8 @@ function Aurora($$anchor, $$props) {
707
708
  $.append($$anchor, fragment);
708
709
  $.pop();
709
710
  }
710
- var root_2$103 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
711
- var root$104 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
711
+ var root_2$104 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
712
+ var root$105 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
712
713
  function Beam($$anchor, $$props) {
713
714
  $.push($$props, true);
714
715
  let _experimentalWarnedOnce = false;
@@ -873,7 +874,7 @@ function Beam($$anchor, $$props) {
873
874
  $.set(isRegistered, false);
874
875
  parentRegister(instanceId, null, null, null, null);
875
876
  });
876
- var fragment = root$104();
877
+ var fragment = root$105();
877
878
  var span = $.first_child(fragment);
878
879
  var node_1 = $.child(span);
879
880
  var consequent = ($$anchor$1) => {
@@ -886,7 +887,7 @@ function Beam($$anchor, $$props) {
886
887
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
887
888
  var node_2 = $.sibling(span, 2);
888
889
  var consequent_1 = ($$anchor$1) => {
889
- var canvas = root_2$103();
890
+ var canvas = root_2$104();
890
891
  var node_3 = $.child(canvas);
891
892
  children?.(node_3);
892
893
  $.reset(canvas);
@@ -905,8 +906,8 @@ function Beam($$anchor, $$props) {
905
906
  $.append($$anchor, fragment);
906
907
  $.pop();
907
908
  }
908
- var root_2$102 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
909
- var root$103 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
909
+ var root_2$103 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
910
+ var root$104 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
910
911
  function Blob($$anchor, $$props) {
911
912
  $.push($$props, true);
912
913
  let _experimentalWarnedOnce = false;
@@ -1071,7 +1072,7 @@ function Blob($$anchor, $$props) {
1071
1072
  $.set(isRegistered, false);
1072
1073
  parentRegister(instanceId, null, null, null, null);
1073
1074
  });
1074
- var fragment = root$103();
1075
+ var fragment = root$104();
1075
1076
  var span = $.first_child(fragment);
1076
1077
  var node_1 = $.child(span);
1077
1078
  var consequent = ($$anchor$1) => {
@@ -1084,7 +1085,7 @@ function Blob($$anchor, $$props) {
1084
1085
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
1085
1086
  var node_2 = $.sibling(span, 2);
1086
1087
  var consequent_1 = ($$anchor$1) => {
1087
- var canvas = root_2$102();
1088
+ var canvas = root_2$103();
1088
1089
  var node_3 = $.child(canvas);
1089
1090
  children?.(node_3);
1090
1091
  $.reset(canvas);
@@ -1103,8 +1104,8 @@ function Blob($$anchor, $$props) {
1103
1104
  $.append($$anchor, fragment);
1104
1105
  $.pop();
1105
1106
  }
1106
- var root_2$101 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
1107
- var root$102 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
1107
+ var root_2$102 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
1108
+ var root$103 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
1108
1109
  function Blur($$anchor, $$props) {
1109
1110
  $.push($$props, true);
1110
1111
  let _experimentalWarnedOnce = false;
@@ -1269,7 +1270,7 @@ function Blur($$anchor, $$props) {
1269
1270
  $.set(isRegistered, false);
1270
1271
  parentRegister(instanceId, null, null, null, null);
1271
1272
  });
1272
- var fragment = root$102();
1273
+ var fragment = root$103();
1273
1274
  var span = $.first_child(fragment);
1274
1275
  var node_1 = $.child(span);
1275
1276
  var consequent = ($$anchor$1) => {
@@ -1282,7 +1283,7 @@ function Blur($$anchor, $$props) {
1282
1283
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
1283
1284
  var node_2 = $.sibling(span, 2);
1284
1285
  var consequent_1 = ($$anchor$1) => {
1285
- var canvas = root_2$101();
1286
+ var canvas = root_2$102();
1286
1287
  var node_3 = $.child(canvas);
1287
1288
  children?.(node_3);
1288
1289
  $.reset(canvas);
@@ -1301,8 +1302,8 @@ function Blur($$anchor, $$props) {
1301
1302
  $.append($$anchor, fragment);
1302
1303
  $.pop();
1303
1304
  }
1304
- var root_2$100 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
1305
- var root$101 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
1305
+ var root_2$101 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
1306
+ var root$102 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
1306
1307
  function BrightnessContrast($$anchor, $$props) {
1307
1308
  $.push($$props, true);
1308
1309
  let _experimentalWarnedOnce = false;
@@ -1467,7 +1468,7 @@ function BrightnessContrast($$anchor, $$props) {
1467
1468
  $.set(isRegistered, false);
1468
1469
  parentRegister(instanceId, null, null, null, null);
1469
1470
  });
1470
- var fragment = root$101();
1471
+ var fragment = root$102();
1471
1472
  var span = $.first_child(fragment);
1472
1473
  var node_1 = $.child(span);
1473
1474
  var consequent = ($$anchor$1) => {
@@ -1480,7 +1481,7 @@ function BrightnessContrast($$anchor, $$props) {
1480
1481
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
1481
1482
  var node_2 = $.sibling(span, 2);
1482
1483
  var consequent_1 = ($$anchor$1) => {
1483
- var canvas = root_2$100();
1484
+ var canvas = root_2$101();
1484
1485
  var node_3 = $.child(canvas);
1485
1486
  children?.(node_3);
1486
1487
  $.reset(canvas);
@@ -1499,8 +1500,8 @@ function BrightnessContrast($$anchor, $$props) {
1499
1500
  $.append($$anchor, fragment);
1500
1501
  $.pop();
1501
1502
  }
1502
- var root_2$99 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
1503
- var root$100 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
1503
+ var root_2$100 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
1504
+ var root$101 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
1504
1505
  function Bulge($$anchor, $$props) {
1505
1506
  $.push($$props, true);
1506
1507
  let _experimentalWarnedOnce = false;
@@ -1665,7 +1666,7 @@ function Bulge($$anchor, $$props) {
1665
1666
  $.set(isRegistered, false);
1666
1667
  parentRegister(instanceId, null, null, null, null);
1667
1668
  });
1668
- var fragment = root$100();
1669
+ var fragment = root$101();
1669
1670
  var span = $.first_child(fragment);
1670
1671
  var node_1 = $.child(span);
1671
1672
  var consequent = ($$anchor$1) => {
@@ -1678,7 +1679,7 @@ function Bulge($$anchor, $$props) {
1678
1679
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
1679
1680
  var node_2 = $.sibling(span, 2);
1680
1681
  var consequent_1 = ($$anchor$1) => {
1681
- var canvas = root_2$99();
1682
+ var canvas = root_2$100();
1682
1683
  var node_3 = $.child(canvas);
1683
1684
  children?.(node_3);
1684
1685
  $.reset(canvas);
@@ -1697,8 +1698,8 @@ function Bulge($$anchor, $$props) {
1697
1698
  $.append($$anchor, fragment);
1698
1699
  $.pop();
1699
1700
  }
1700
- var root_2$98 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
1701
- var root$99 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
1701
+ var root_2$99 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
1702
+ var root$100 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
1702
1703
  function CRTScreen($$anchor, $$props) {
1703
1704
  $.push($$props, true);
1704
1705
  let _experimentalWarnedOnce = false;
@@ -1863,7 +1864,7 @@ function CRTScreen($$anchor, $$props) {
1863
1864
  $.set(isRegistered, false);
1864
1865
  parentRegister(instanceId, null, null, null, null);
1865
1866
  });
1866
- var fragment = root$99();
1867
+ var fragment = root$100();
1867
1868
  var span = $.first_child(fragment);
1868
1869
  var node_1 = $.child(span);
1869
1870
  var consequent = ($$anchor$1) => {
@@ -1876,7 +1877,7 @@ function CRTScreen($$anchor, $$props) {
1876
1877
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
1877
1878
  var node_2 = $.sibling(span, 2);
1878
1879
  var consequent_1 = ($$anchor$1) => {
1879
- var canvas = root_2$98();
1880
+ var canvas = root_2$99();
1880
1881
  var node_3 = $.child(canvas);
1881
1882
  children?.(node_3);
1882
1883
  $.reset(canvas);
@@ -1895,8 +1896,8 @@ function CRTScreen($$anchor, $$props) {
1895
1896
  $.append($$anchor, fragment);
1896
1897
  $.pop();
1897
1898
  }
1898
- var root_2$97 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
1899
- var root$98 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
1899
+ var root_2$98 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
1900
+ var root$99 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
1900
1901
  function ChannelBlur($$anchor, $$props) {
1901
1902
  $.push($$props, true);
1902
1903
  let _experimentalWarnedOnce = false;
@@ -2061,7 +2062,7 @@ function ChannelBlur($$anchor, $$props) {
2061
2062
  $.set(isRegistered, false);
2062
2063
  parentRegister(instanceId, null, null, null, null);
2063
2064
  });
2064
- var fragment = root$98();
2065
+ var fragment = root$99();
2065
2066
  var span = $.first_child(fragment);
2066
2067
  var node_1 = $.child(span);
2067
2068
  var consequent = ($$anchor$1) => {
@@ -2074,7 +2075,7 @@ function ChannelBlur($$anchor, $$props) {
2074
2075
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
2075
2076
  var node_2 = $.sibling(span, 2);
2076
2077
  var consequent_1 = ($$anchor$1) => {
2077
- var canvas = root_2$97();
2078
+ var canvas = root_2$98();
2078
2079
  var node_3 = $.child(canvas);
2079
2080
  children?.(node_3);
2080
2081
  $.reset(canvas);
@@ -2093,8 +2094,8 @@ function ChannelBlur($$anchor, $$props) {
2093
2094
  $.append($$anchor, fragment);
2094
2095
  $.pop();
2095
2096
  }
2096
- var root_2$96 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
2097
- var root$97 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
2097
+ var root_2$97 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
2098
+ var root$98 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
2098
2099
  function Checkerboard($$anchor, $$props) {
2099
2100
  $.push($$props, true);
2100
2101
  let _experimentalWarnedOnce = false;
@@ -2259,7 +2260,7 @@ function Checkerboard($$anchor, $$props) {
2259
2260
  $.set(isRegistered, false);
2260
2261
  parentRegister(instanceId, null, null, null, null);
2261
2262
  });
2262
- var fragment = root$97();
2263
+ var fragment = root$98();
2263
2264
  var span = $.first_child(fragment);
2264
2265
  var node_1 = $.child(span);
2265
2266
  var consequent = ($$anchor$1) => {
@@ -2272,7 +2273,7 @@ function Checkerboard($$anchor, $$props) {
2272
2273
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
2273
2274
  var node_2 = $.sibling(span, 2);
2274
2275
  var consequent_1 = ($$anchor$1) => {
2275
- var canvas = root_2$96();
2276
+ var canvas = root_2$97();
2276
2277
  var node_3 = $.child(canvas);
2277
2278
  children?.(node_3);
2278
2279
  $.reset(canvas);
@@ -2291,8 +2292,8 @@ function Checkerboard($$anchor, $$props) {
2291
2292
  $.append($$anchor, fragment);
2292
2293
  $.pop();
2293
2294
  }
2294
- var root_2$95 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
2295
- var root$96 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
2295
+ var root_2$96 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
2296
+ var root$97 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
2296
2297
  function ChromaFlow($$anchor, $$props) {
2297
2298
  $.push($$props, true);
2298
2299
  let _experimentalWarnedOnce = false;
@@ -2457,7 +2458,7 @@ function ChromaFlow($$anchor, $$props) {
2457
2458
  $.set(isRegistered, false);
2458
2459
  parentRegister(instanceId, null, null, null, null);
2459
2460
  });
2460
- var fragment = root$96();
2461
+ var fragment = root$97();
2461
2462
  var span = $.first_child(fragment);
2462
2463
  var node_1 = $.child(span);
2463
2464
  var consequent = ($$anchor$1) => {
@@ -2470,7 +2471,7 @@ function ChromaFlow($$anchor, $$props) {
2470
2471
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
2471
2472
  var node_2 = $.sibling(span, 2);
2472
2473
  var consequent_1 = ($$anchor$1) => {
2473
- var canvas = root_2$95();
2474
+ var canvas = root_2$96();
2474
2475
  var node_3 = $.child(canvas);
2475
2476
  children?.(node_3);
2476
2477
  $.reset(canvas);
@@ -2489,8 +2490,8 @@ function ChromaFlow($$anchor, $$props) {
2489
2490
  $.append($$anchor, fragment);
2490
2491
  $.pop();
2491
2492
  }
2492
- var root_2$94 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
2493
- var root$95 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
2493
+ var root_2$95 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
2494
+ var root$96 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
2494
2495
  function ChromaticAberration($$anchor, $$props) {
2495
2496
  $.push($$props, true);
2496
2497
  let _experimentalWarnedOnce = false;
@@ -2655,7 +2656,7 @@ function ChromaticAberration($$anchor, $$props) {
2655
2656
  $.set(isRegistered, false);
2656
2657
  parentRegister(instanceId, null, null, null, null);
2657
2658
  });
2658
- var fragment = root$95();
2659
+ var fragment = root$96();
2659
2660
  var span = $.first_child(fragment);
2660
2661
  var node_1 = $.child(span);
2661
2662
  var consequent = ($$anchor$1) => {
@@ -2668,7 +2669,7 @@ function ChromaticAberration($$anchor, $$props) {
2668
2669
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
2669
2670
  var node_2 = $.sibling(span, 2);
2670
2671
  var consequent_1 = ($$anchor$1) => {
2671
- var canvas = root_2$94();
2672
+ var canvas = root_2$95();
2672
2673
  var node_3 = $.child(canvas);
2673
2674
  children?.(node_3);
2674
2675
  $.reset(canvas);
@@ -2687,8 +2688,8 @@ function ChromaticAberration($$anchor, $$props) {
2687
2688
  $.append($$anchor, fragment);
2688
2689
  $.pop();
2689
2690
  }
2690
- var root_2$93 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
2691
- var root$94 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
2691
+ var root_2$94 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
2692
+ var root$95 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
2692
2693
  function Circle($$anchor, $$props) {
2693
2694
  $.push($$props, true);
2694
2695
  let _experimentalWarnedOnce = false;
@@ -2853,7 +2854,7 @@ function Circle($$anchor, $$props) {
2853
2854
  $.set(isRegistered, false);
2854
2855
  parentRegister(instanceId, null, null, null, null);
2855
2856
  });
2856
- var fragment = root$94();
2857
+ var fragment = root$95();
2857
2858
  var span = $.first_child(fragment);
2858
2859
  var node_1 = $.child(span);
2859
2860
  var consequent = ($$anchor$1) => {
@@ -2866,7 +2867,7 @@ function Circle($$anchor, $$props) {
2866
2867
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
2867
2868
  var node_2 = $.sibling(span, 2);
2868
2869
  var consequent_1 = ($$anchor$1) => {
2869
- var canvas = root_2$93();
2870
+ var canvas = root_2$94();
2870
2871
  var node_3 = $.child(canvas);
2871
2872
  children?.(node_3);
2872
2873
  $.reset(canvas);
@@ -2885,8 +2886,8 @@ function Circle($$anchor, $$props) {
2885
2886
  $.append($$anchor, fragment);
2886
2887
  $.pop();
2887
2888
  }
2888
- var root_2$92 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
2889
- var root$93 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
2889
+ var root_2$93 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
2890
+ var root$94 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
2890
2891
  function ConcentricSpin($$anchor, $$props) {
2891
2892
  $.push($$props, true);
2892
2893
  let _experimentalWarnedOnce = false;
@@ -3051,7 +3052,7 @@ function ConcentricSpin($$anchor, $$props) {
3051
3052
  $.set(isRegistered, false);
3052
3053
  parentRegister(instanceId, null, null, null, null);
3053
3054
  });
3054
- var fragment = root$93();
3055
+ var fragment = root$94();
3055
3056
  var span = $.first_child(fragment);
3056
3057
  var node_1 = $.child(span);
3057
3058
  var consequent = ($$anchor$1) => {
@@ -3064,7 +3065,7 @@ function ConcentricSpin($$anchor, $$props) {
3064
3065
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
3065
3066
  var node_2 = $.sibling(span, 2);
3066
3067
  var consequent_1 = ($$anchor$1) => {
3067
- var canvas = root_2$92();
3068
+ var canvas = root_2$93();
3068
3069
  var node_3 = $.child(canvas);
3069
3070
  children?.(node_3);
3070
3071
  $.reset(canvas);
@@ -3083,8 +3084,8 @@ function ConcentricSpin($$anchor, $$props) {
3083
3084
  $.append($$anchor, fragment);
3084
3085
  $.pop();
3085
3086
  }
3086
- var root_2$91 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
3087
- var root$92 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
3087
+ var root_2$92 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
3088
+ var root$93 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
3088
3089
  function ConicGradient($$anchor, $$props) {
3089
3090
  $.push($$props, true);
3090
3091
  let _experimentalWarnedOnce = false;
@@ -3249,7 +3250,7 @@ function ConicGradient($$anchor, $$props) {
3249
3250
  $.set(isRegistered, false);
3250
3251
  parentRegister(instanceId, null, null, null, null);
3251
3252
  });
3252
- var fragment = root$92();
3253
+ var fragment = root$93();
3253
3254
  var span = $.first_child(fragment);
3254
3255
  var node_1 = $.child(span);
3255
3256
  var consequent = ($$anchor$1) => {
@@ -3262,7 +3263,7 @@ function ConicGradient($$anchor, $$props) {
3262
3263
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
3263
3264
  var node_2 = $.sibling(span, 2);
3264
3265
  var consequent_1 = ($$anchor$1) => {
3265
- var canvas = root_2$91();
3266
+ var canvas = root_2$92();
3266
3267
  var node_3 = $.child(canvas);
3267
3268
  children?.(node_3);
3268
3269
  $.reset(canvas);
@@ -3281,8 +3282,8 @@ function ConicGradient($$anchor, $$props) {
3281
3282
  $.append($$anchor, fragment);
3282
3283
  $.pop();
3283
3284
  }
3284
- var root_2$90 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
3285
- var root$91 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
3285
+ var root_2$91 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
3286
+ var root$92 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
3286
3287
  function ContourLines($$anchor, $$props) {
3287
3288
  $.push($$props, true);
3288
3289
  let _experimentalWarnedOnce = false;
@@ -3447,7 +3448,7 @@ function ContourLines($$anchor, $$props) {
3447
3448
  $.set(isRegistered, false);
3448
3449
  parentRegister(instanceId, null, null, null, null);
3449
3450
  });
3450
- var fragment = root$91();
3451
+ var fragment = root$92();
3451
3452
  var span = $.first_child(fragment);
3452
3453
  var node_1 = $.child(span);
3453
3454
  var consequent = ($$anchor$1) => {
@@ -3460,7 +3461,7 @@ function ContourLines($$anchor, $$props) {
3460
3461
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
3461
3462
  var node_2 = $.sibling(span, 2);
3462
3463
  var consequent_1 = ($$anchor$1) => {
3463
- var canvas = root_2$90();
3464
+ var canvas = root_2$91();
3464
3465
  var node_3 = $.child(canvas);
3465
3466
  children?.(node_3);
3466
3467
  $.reset(canvas);
@@ -3479,8 +3480,8 @@ function ContourLines($$anchor, $$props) {
3479
3480
  $.append($$anchor, fragment);
3480
3481
  $.pop();
3481
3482
  }
3482
- var root_2$89 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
3483
- var root$90 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
3483
+ var root_2$90 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
3484
+ var root$91 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
3484
3485
  function Crescent($$anchor, $$props) {
3485
3486
  $.push($$props, true);
3486
3487
  let _experimentalWarnedOnce = false;
@@ -3645,7 +3646,7 @@ function Crescent($$anchor, $$props) {
3645
3646
  $.set(isRegistered, false);
3646
3647
  parentRegister(instanceId, null, null, null, null);
3647
3648
  });
3648
- var fragment = root$90();
3649
+ var fragment = root$91();
3649
3650
  var span = $.first_child(fragment);
3650
3651
  var node_1 = $.child(span);
3651
3652
  var consequent = ($$anchor$1) => {
@@ -3658,7 +3659,7 @@ function Crescent($$anchor, $$props) {
3658
3659
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
3659
3660
  var node_2 = $.sibling(span, 2);
3660
3661
  var consequent_1 = ($$anchor$1) => {
3661
- var canvas = root_2$89();
3662
+ var canvas = root_2$90();
3662
3663
  var node_3 = $.child(canvas);
3663
3664
  children?.(node_3);
3664
3665
  $.reset(canvas);
@@ -3677,8 +3678,8 @@ function Crescent($$anchor, $$props) {
3677
3678
  $.append($$anchor, fragment);
3678
3679
  $.pop();
3679
3680
  }
3680
- var root_2$88 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
3681
- var root$89 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
3681
+ var root_2$89 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
3682
+ var root$90 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
3682
3683
  function Cross($$anchor, $$props) {
3683
3684
  $.push($$props, true);
3684
3685
  let _experimentalWarnedOnce = false;
@@ -3843,7 +3844,7 @@ function Cross($$anchor, $$props) {
3843
3844
  $.set(isRegistered, false);
3844
3845
  parentRegister(instanceId, null, null, null, null);
3845
3846
  });
3846
- var fragment = root$89();
3847
+ var fragment = root$90();
3847
3848
  var span = $.first_child(fragment);
3848
3849
  var node_1 = $.child(span);
3849
3850
  var consequent = ($$anchor$1) => {
@@ -3856,7 +3857,7 @@ function Cross($$anchor, $$props) {
3856
3857
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
3857
3858
  var node_2 = $.sibling(span, 2);
3858
3859
  var consequent_1 = ($$anchor$1) => {
3859
- var canvas = root_2$88();
3860
+ var canvas = root_2$89();
3860
3861
  var node_3 = $.child(canvas);
3861
3862
  children?.(node_3);
3862
3863
  $.reset(canvas);
@@ -3875,8 +3876,8 @@ function Cross($$anchor, $$props) {
3875
3876
  $.append($$anchor, fragment);
3876
3877
  $.pop();
3877
3878
  }
3878
- var root_2$87 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
3879
- var root$88 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
3879
+ var root_2$88 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
3880
+ var root$89 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
3880
3881
  function Crystal($$anchor, $$props) {
3881
3882
  $.push($$props, true);
3882
3883
  let _experimentalWarnedOnce = false;
@@ -4041,7 +4042,7 @@ function Crystal($$anchor, $$props) {
4041
4042
  $.set(isRegistered, false);
4042
4043
  parentRegister(instanceId, null, null, null, null);
4043
4044
  });
4044
- var fragment = root$88();
4045
+ var fragment = root$89();
4045
4046
  var span = $.first_child(fragment);
4046
4047
  var node_1 = $.child(span);
4047
4048
  var consequent = ($$anchor$1) => {
@@ -4054,7 +4055,7 @@ function Crystal($$anchor, $$props) {
4054
4055
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
4055
4056
  var node_2 = $.sibling(span, 2);
4056
4057
  var consequent_1 = ($$anchor$1) => {
4057
- var canvas = root_2$87();
4058
+ var canvas = root_2$88();
4058
4059
  var node_3 = $.child(canvas);
4059
4060
  children?.(node_3);
4060
4061
  $.reset(canvas);
@@ -4073,8 +4074,8 @@ function Crystal($$anchor, $$props) {
4073
4074
  $.append($$anchor, fragment);
4074
4075
  $.pop();
4075
4076
  }
4076
- var root_2$86 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
4077
- var root$87 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
4077
+ var root_2$87 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
4078
+ var root$88 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
4078
4079
  function CursorRipples($$anchor, $$props) {
4079
4080
  $.push($$props, true);
4080
4081
  let _experimentalWarnedOnce = false;
@@ -4239,7 +4240,7 @@ function CursorRipples($$anchor, $$props) {
4239
4240
  $.set(isRegistered, false);
4240
4241
  parentRegister(instanceId, null, null, null, null);
4241
4242
  });
4242
- var fragment = root$87();
4243
+ var fragment = root$88();
4243
4244
  var span = $.first_child(fragment);
4244
4245
  var node_1 = $.child(span);
4245
4246
  var consequent = ($$anchor$1) => {
@@ -4252,7 +4253,7 @@ function CursorRipples($$anchor, $$props) {
4252
4253
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
4253
4254
  var node_2 = $.sibling(span, 2);
4254
4255
  var consequent_1 = ($$anchor$1) => {
4255
- var canvas = root_2$86();
4256
+ var canvas = root_2$87();
4256
4257
  var node_3 = $.child(canvas);
4257
4258
  children?.(node_3);
4258
4259
  $.reset(canvas);
@@ -4271,8 +4272,8 @@ function CursorRipples($$anchor, $$props) {
4271
4272
  $.append($$anchor, fragment);
4272
4273
  $.pop();
4273
4274
  }
4274
- var root_2$85 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
4275
- var root$86 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
4275
+ var root_2$86 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
4276
+ var root$87 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
4276
4277
  function CursorTrail($$anchor, $$props) {
4277
4278
  $.push($$props, true);
4278
4279
  let _experimentalWarnedOnce = false;
@@ -4437,7 +4438,7 @@ function CursorTrail($$anchor, $$props) {
4437
4438
  $.set(isRegistered, false);
4438
4439
  parentRegister(instanceId, null, null, null, null);
4439
4440
  });
4440
- var fragment = root$86();
4441
+ var fragment = root$87();
4441
4442
  var span = $.first_child(fragment);
4442
4443
  var node_1 = $.child(span);
4443
4444
  var consequent = ($$anchor$1) => {
@@ -4450,7 +4451,7 @@ function CursorTrail($$anchor, $$props) {
4450
4451
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
4451
4452
  var node_2 = $.sibling(span, 2);
4452
4453
  var consequent_1 = ($$anchor$1) => {
4453
- var canvas = root_2$85();
4454
+ var canvas = root_2$86();
4454
4455
  var node_3 = $.child(canvas);
4455
4456
  children?.(node_3);
4456
4457
  $.reset(canvas);
@@ -4469,8 +4470,8 @@ function CursorTrail($$anchor, $$props) {
4469
4470
  $.append($$anchor, fragment);
4470
4471
  $.pop();
4471
4472
  }
4472
- var root_2$84 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
4473
- var root$85 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
4473
+ var root_2$85 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
4474
+ var root$86 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
4474
4475
  function DOMTexture($$anchor, $$props) {
4475
4476
  $.push($$props, true);
4476
4477
  let _experimentalWarnedOnce = false;
@@ -4635,7 +4636,7 @@ function DOMTexture($$anchor, $$props) {
4635
4636
  $.set(isRegistered, false);
4636
4637
  parentRegister(instanceId, null, null, null, null);
4637
4638
  });
4638
- var fragment = root$85();
4639
+ var fragment = root$86();
4639
4640
  var span = $.first_child(fragment);
4640
4641
  var node_1 = $.child(span);
4641
4642
  var consequent = ($$anchor$1) => {
@@ -4648,7 +4649,7 @@ function DOMTexture($$anchor, $$props) {
4648
4649
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
4649
4650
  var node_2 = $.sibling(span, 2);
4650
4651
  var consequent_1 = ($$anchor$1) => {
4651
- var canvas = root_2$84();
4652
+ var canvas = root_2$85();
4652
4653
  var node_3 = $.child(canvas);
4653
4654
  children?.(node_3);
4654
4655
  $.reset(canvas);
@@ -4667,8 +4668,8 @@ function DOMTexture($$anchor, $$props) {
4667
4668
  $.append($$anchor, fragment);
4668
4669
  $.pop();
4669
4670
  }
4670
- var root_2$83 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
4671
- var root$84 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
4671
+ var root_2$84 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
4672
+ var root$85 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
4672
4673
  function DiamondGradient($$anchor, $$props) {
4673
4674
  $.push($$props, true);
4674
4675
  let _experimentalWarnedOnce = false;
@@ -4833,7 +4834,7 @@ function DiamondGradient($$anchor, $$props) {
4833
4834
  $.set(isRegistered, false);
4834
4835
  parentRegister(instanceId, null, null, null, null);
4835
4836
  });
4836
- var fragment = root$84();
4837
+ var fragment = root$85();
4837
4838
  var span = $.first_child(fragment);
4838
4839
  var node_1 = $.child(span);
4839
4840
  var consequent = ($$anchor$1) => {
@@ -4846,7 +4847,7 @@ function DiamondGradient($$anchor, $$props) {
4846
4847
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
4847
4848
  var node_2 = $.sibling(span, 2);
4848
4849
  var consequent_1 = ($$anchor$1) => {
4849
- var canvas = root_2$83();
4850
+ var canvas = root_2$84();
4850
4851
  var node_3 = $.child(canvas);
4851
4852
  children?.(node_3);
4852
4853
  $.reset(canvas);
@@ -4865,8 +4866,8 @@ function DiamondGradient($$anchor, $$props) {
4865
4866
  $.append($$anchor, fragment);
4866
4867
  $.pop();
4867
4868
  }
4868
- var root_2$82 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
4869
- var root$83 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
4869
+ var root_2$83 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
4870
+ var root$84 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
4870
4871
  function DiffuseBlur($$anchor, $$props) {
4871
4872
  $.push($$props, true);
4872
4873
  let _experimentalWarnedOnce = false;
@@ -5031,7 +5032,7 @@ function DiffuseBlur($$anchor, $$props) {
5031
5032
  $.set(isRegistered, false);
5032
5033
  parentRegister(instanceId, null, null, null, null);
5033
5034
  });
5034
- var fragment = root$83();
5035
+ var fragment = root$84();
5035
5036
  var span = $.first_child(fragment);
5036
5037
  var node_1 = $.child(span);
5037
5038
  var consequent = ($$anchor$1) => {
@@ -5044,7 +5045,7 @@ function DiffuseBlur($$anchor, $$props) {
5044
5045
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
5045
5046
  var node_2 = $.sibling(span, 2);
5046
5047
  var consequent_1 = ($$anchor$1) => {
5047
- var canvas = root_2$82();
5048
+ var canvas = root_2$83();
5048
5049
  var node_3 = $.child(canvas);
5049
5050
  children?.(node_3);
5050
5051
  $.reset(canvas);
@@ -5063,8 +5064,8 @@ function DiffuseBlur($$anchor, $$props) {
5063
5064
  $.append($$anchor, fragment);
5064
5065
  $.pop();
5065
5066
  }
5066
- var root_2$81 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
5067
- var root$82 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
5067
+ var root_2$82 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
5068
+ var root$83 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
5068
5069
  function Dither($$anchor, $$props) {
5069
5070
  $.push($$props, true);
5070
5071
  let _experimentalWarnedOnce = false;
@@ -5229,7 +5230,7 @@ function Dither($$anchor, $$props) {
5229
5230
  $.set(isRegistered, false);
5230
5231
  parentRegister(instanceId, null, null, null, null);
5231
5232
  });
5232
- var fragment = root$82();
5233
+ var fragment = root$83();
5233
5234
  var span = $.first_child(fragment);
5234
5235
  var node_1 = $.child(span);
5235
5236
  var consequent = ($$anchor$1) => {
@@ -5242,7 +5243,7 @@ function Dither($$anchor, $$props) {
5242
5243
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
5243
5244
  var node_2 = $.sibling(span, 2);
5244
5245
  var consequent_1 = ($$anchor$1) => {
5245
- var canvas = root_2$81();
5246
+ var canvas = root_2$82();
5246
5247
  var node_3 = $.child(canvas);
5247
5248
  children?.(node_3);
5248
5249
  $.reset(canvas);
@@ -5261,8 +5262,8 @@ function Dither($$anchor, $$props) {
5261
5262
  $.append($$anchor, fragment);
5262
5263
  $.pop();
5263
5264
  }
5264
- var root_2$80 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
5265
- var root$81 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
5265
+ var root_2$81 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
5266
+ var root$82 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
5266
5267
  function DotGrid($$anchor, $$props) {
5267
5268
  $.push($$props, true);
5268
5269
  let _experimentalWarnedOnce = false;
@@ -5427,7 +5428,7 @@ function DotGrid($$anchor, $$props) {
5427
5428
  $.set(isRegistered, false);
5428
5429
  parentRegister(instanceId, null, null, null, null);
5429
5430
  });
5430
- var fragment = root$81();
5431
+ var fragment = root$82();
5431
5432
  var span = $.first_child(fragment);
5432
5433
  var node_1 = $.child(span);
5433
5434
  var consequent = ($$anchor$1) => {
@@ -5440,7 +5441,7 @@ function DotGrid($$anchor, $$props) {
5440
5441
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
5441
5442
  var node_2 = $.sibling(span, 2);
5442
5443
  var consequent_1 = ($$anchor$1) => {
5443
- var canvas = root_2$80();
5444
+ var canvas = root_2$81();
5444
5445
  var node_3 = $.child(canvas);
5445
5446
  children?.(node_3);
5446
5447
  $.reset(canvas);
@@ -5459,8 +5460,8 @@ function DotGrid($$anchor, $$props) {
5459
5460
  $.append($$anchor, fragment);
5460
5461
  $.pop();
5461
5462
  }
5462
- var root_2$79 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
5463
- var root$80 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
5463
+ var root_2$80 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
5464
+ var root$81 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
5464
5465
  function DropShadow($$anchor, $$props) {
5465
5466
  $.push($$props, true);
5466
5467
  let _experimentalWarnedOnce = false;
@@ -5625,7 +5626,7 @@ function DropShadow($$anchor, $$props) {
5625
5626
  $.set(isRegistered, false);
5626
5627
  parentRegister(instanceId, null, null, null, null);
5627
5628
  });
5628
- var fragment = root$80();
5629
+ var fragment = root$81();
5629
5630
  var span = $.first_child(fragment);
5630
5631
  var node_1 = $.child(span);
5631
5632
  var consequent = ($$anchor$1) => {
@@ -5638,7 +5639,7 @@ function DropShadow($$anchor, $$props) {
5638
5639
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
5639
5640
  var node_2 = $.sibling(span, 2);
5640
5641
  var consequent_1 = ($$anchor$1) => {
5641
- var canvas = root_2$79();
5642
+ var canvas = root_2$80();
5642
5643
  var node_3 = $.child(canvas);
5643
5644
  children?.(node_3);
5644
5645
  $.reset(canvas);
@@ -5657,8 +5658,8 @@ function DropShadow($$anchor, $$props) {
5657
5658
  $.append($$anchor, fragment);
5658
5659
  $.pop();
5659
5660
  }
5660
- var root_2$78 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
5661
- var root$79 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
5661
+ var root_2$79 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
5662
+ var root$80 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
5662
5663
  function Duotone($$anchor, $$props) {
5663
5664
  $.push($$props, true);
5664
5665
  let _experimentalWarnedOnce = false;
@@ -5823,7 +5824,7 @@ function Duotone($$anchor, $$props) {
5823
5824
  $.set(isRegistered, false);
5824
5825
  parentRegister(instanceId, null, null, null, null);
5825
5826
  });
5826
- var fragment = root$79();
5827
+ var fragment = root$80();
5827
5828
  var span = $.first_child(fragment);
5828
5829
  var node_1 = $.child(span);
5829
5830
  var consequent = ($$anchor$1) => {
@@ -5836,7 +5837,7 @@ function Duotone($$anchor, $$props) {
5836
5837
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
5837
5838
  var node_2 = $.sibling(span, 2);
5838
5839
  var consequent_1 = ($$anchor$1) => {
5839
- var canvas = root_2$78();
5840
+ var canvas = root_2$79();
5840
5841
  var node_3 = $.child(canvas);
5841
5842
  children?.(node_3);
5842
5843
  $.reset(canvas);
@@ -5855,8 +5856,8 @@ function Duotone($$anchor, $$props) {
5855
5856
  $.append($$anchor, fragment);
5856
5857
  $.pop();
5857
5858
  }
5858
- var root_2$77 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
5859
- var root$78 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
5859
+ var root_2$78 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
5860
+ var root$79 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
5860
5861
  function Ellipse($$anchor, $$props) {
5861
5862
  $.push($$props, true);
5862
5863
  let _experimentalWarnedOnce = false;
@@ -6021,7 +6022,7 @@ function Ellipse($$anchor, $$props) {
6021
6022
  $.set(isRegistered, false);
6022
6023
  parentRegister(instanceId, null, null, null, null);
6023
6024
  });
6024
- var fragment = root$78();
6025
+ var fragment = root$79();
6025
6026
  var span = $.first_child(fragment);
6026
6027
  var node_1 = $.child(span);
6027
6028
  var consequent = ($$anchor$1) => {
@@ -6034,7 +6035,7 @@ function Ellipse($$anchor, $$props) {
6034
6035
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
6035
6036
  var node_2 = $.sibling(span, 2);
6036
6037
  var consequent_1 = ($$anchor$1) => {
6037
- var canvas = root_2$77();
6038
+ var canvas = root_2$78();
6038
6039
  var node_3 = $.child(canvas);
6039
6040
  children?.(node_3);
6040
6041
  $.reset(canvas);
@@ -6053,8 +6054,8 @@ function Ellipse($$anchor, $$props) {
6053
6054
  $.append($$anchor, fragment);
6054
6055
  $.pop();
6055
6056
  }
6056
- var root_2$76 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
6057
- var root$77 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
6057
+ var root_2$77 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
6058
+ var root$78 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
6058
6059
  function Emboss($$anchor, $$props) {
6059
6060
  $.push($$props, true);
6060
6061
  let _experimentalWarnedOnce = false;
@@ -6219,7 +6220,7 @@ function Emboss($$anchor, $$props) {
6219
6220
  $.set(isRegistered, false);
6220
6221
  parentRegister(instanceId, null, null, null, null);
6221
6222
  });
6222
- var fragment = root$77();
6223
+ var fragment = root$78();
6223
6224
  var span = $.first_child(fragment);
6224
6225
  var node_1 = $.child(span);
6225
6226
  var consequent = ($$anchor$1) => {
@@ -6232,7 +6233,7 @@ function Emboss($$anchor, $$props) {
6232
6233
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
6233
6234
  var node_2 = $.sibling(span, 2);
6234
6235
  var consequent_1 = ($$anchor$1) => {
6235
- var canvas = root_2$76();
6236
+ var canvas = root_2$77();
6236
6237
  var node_3 = $.child(canvas);
6237
6238
  children?.(node_3);
6238
6239
  $.reset(canvas);
@@ -6251,8 +6252,8 @@ function Emboss($$anchor, $$props) {
6251
6252
  $.append($$anchor, fragment);
6252
6253
  $.pop();
6253
6254
  }
6254
- var root_2$75 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
6255
- var root$76 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
6255
+ var root_2$76 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
6256
+ var root$77 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
6256
6257
  function FallingLines($$anchor, $$props) {
6257
6258
  $.push($$props, true);
6258
6259
  let _experimentalWarnedOnce = false;
@@ -6417,7 +6418,7 @@ function FallingLines($$anchor, $$props) {
6417
6418
  $.set(isRegistered, false);
6418
6419
  parentRegister(instanceId, null, null, null, null);
6419
6420
  });
6420
- var fragment = root$76();
6421
+ var fragment = root$77();
6421
6422
  var span = $.first_child(fragment);
6422
6423
  var node_1 = $.child(span);
6423
6424
  var consequent = ($$anchor$1) => {
@@ -6430,7 +6431,7 @@ function FallingLines($$anchor, $$props) {
6430
6431
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
6431
6432
  var node_2 = $.sibling(span, 2);
6432
6433
  var consequent_1 = ($$anchor$1) => {
6433
- var canvas = root_2$75();
6434
+ var canvas = root_2$76();
6434
6435
  var node_3 = $.child(canvas);
6435
6436
  children?.(node_3);
6436
6437
  $.reset(canvas);
@@ -6449,8 +6450,8 @@ function FallingLines($$anchor, $$props) {
6449
6450
  $.append($$anchor, fragment);
6450
6451
  $.pop();
6451
6452
  }
6452
- var root_2$74 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
6453
- var root$75 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
6453
+ var root_2$75 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
6454
+ var root$76 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
6454
6455
  function FilmGrain($$anchor, $$props) {
6455
6456
  $.push($$props, true);
6456
6457
  let _experimentalWarnedOnce = false;
@@ -6615,7 +6616,7 @@ function FilmGrain($$anchor, $$props) {
6615
6616
  $.set(isRegistered, false);
6616
6617
  parentRegister(instanceId, null, null, null, null);
6617
6618
  });
6618
- var fragment = root$75();
6619
+ var fragment = root$76();
6619
6620
  var span = $.first_child(fragment);
6620
6621
  var node_1 = $.child(span);
6621
6622
  var consequent = ($$anchor$1) => {
@@ -6628,7 +6629,7 @@ function FilmGrain($$anchor, $$props) {
6628
6629
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
6629
6630
  var node_2 = $.sibling(span, 2);
6630
6631
  var consequent_1 = ($$anchor$1) => {
6631
- var canvas = root_2$74();
6632
+ var canvas = root_2$75();
6632
6633
  var node_3 = $.child(canvas);
6633
6634
  children?.(node_3);
6634
6635
  $.reset(canvas);
@@ -6647,8 +6648,8 @@ function FilmGrain($$anchor, $$props) {
6647
6648
  $.append($$anchor, fragment);
6648
6649
  $.pop();
6649
6650
  }
6650
- var root_2$73 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
6651
- var root$74 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
6651
+ var root_2$74 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
6652
+ var root$75 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
6652
6653
  function FloatingParticles($$anchor, $$props) {
6653
6654
  $.push($$props, true);
6654
6655
  let _experimentalWarnedOnce = false;
@@ -6813,7 +6814,7 @@ function FloatingParticles($$anchor, $$props) {
6813
6814
  $.set(isRegistered, false);
6814
6815
  parentRegister(instanceId, null, null, null, null);
6815
6816
  });
6816
- var fragment = root$74();
6817
+ var fragment = root$75();
6817
6818
  var span = $.first_child(fragment);
6818
6819
  var node_1 = $.child(span);
6819
6820
  var consequent = ($$anchor$1) => {
@@ -6826,7 +6827,7 @@ function FloatingParticles($$anchor, $$props) {
6826
6827
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
6827
6828
  var node_2 = $.sibling(span, 2);
6828
6829
  var consequent_1 = ($$anchor$1) => {
6829
- var canvas = root_2$73();
6830
+ var canvas = root_2$74();
6830
6831
  var node_3 = $.child(canvas);
6831
6832
  children?.(node_3);
6832
6833
  $.reset(canvas);
@@ -6845,8 +6846,8 @@ function FloatingParticles($$anchor, $$props) {
6845
6846
  $.append($$anchor, fragment);
6846
6847
  $.pop();
6847
6848
  }
6848
- var root_2$72 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
6849
- var root$73 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
6849
+ var root_2$73 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
6850
+ var root$74 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
6850
6851
  function FlowField($$anchor, $$props) {
6851
6852
  $.push($$props, true);
6852
6853
  let _experimentalWarnedOnce = false;
@@ -7011,7 +7012,7 @@ function FlowField($$anchor, $$props) {
7011
7012
  $.set(isRegistered, false);
7012
7013
  parentRegister(instanceId, null, null, null, null);
7013
7014
  });
7014
- var fragment = root$73();
7015
+ var fragment = root$74();
7015
7016
  var span = $.first_child(fragment);
7016
7017
  var node_1 = $.child(span);
7017
7018
  var consequent = ($$anchor$1) => {
@@ -7024,7 +7025,7 @@ function FlowField($$anchor, $$props) {
7024
7025
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
7025
7026
  var node_2 = $.sibling(span, 2);
7026
7027
  var consequent_1 = ($$anchor$1) => {
7027
- var canvas = root_2$72();
7028
+ var canvas = root_2$73();
7028
7029
  var node_3 = $.child(canvas);
7029
7030
  children?.(node_3);
7030
7031
  $.reset(canvas);
@@ -7043,8 +7044,8 @@ function FlowField($$anchor, $$props) {
7043
7044
  $.append($$anchor, fragment);
7044
7045
  $.pop();
7045
7046
  }
7046
- var root_2$71 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
7047
- var root$72 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
7047
+ var root_2$72 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
7048
+ var root$73 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
7048
7049
  function Flower($$anchor, $$props) {
7049
7050
  $.push($$props, true);
7050
7051
  let _experimentalWarnedOnce = false;
@@ -7209,7 +7210,7 @@ function Flower($$anchor, $$props) {
7209
7210
  $.set(isRegistered, false);
7210
7211
  parentRegister(instanceId, null, null, null, null);
7211
7212
  });
7212
- var fragment = root$72();
7213
+ var fragment = root$73();
7213
7214
  var span = $.first_child(fragment);
7214
7215
  var node_1 = $.child(span);
7215
7216
  var consequent = ($$anchor$1) => {
@@ -7222,7 +7223,7 @@ function Flower($$anchor, $$props) {
7222
7223
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
7223
7224
  var node_2 = $.sibling(span, 2);
7224
7225
  var consequent_1 = ($$anchor$1) => {
7225
- var canvas = root_2$71();
7226
+ var canvas = root_2$72();
7226
7227
  var node_3 = $.child(canvas);
7227
7228
  children?.(node_3);
7228
7229
  $.reset(canvas);
@@ -7241,8 +7242,8 @@ function Flower($$anchor, $$props) {
7241
7242
  $.append($$anchor, fragment);
7242
7243
  $.pop();
7243
7244
  }
7244
- var root_2$70 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
7245
- var root$71 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
7245
+ var root_2$71 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
7246
+ var root$72 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
7246
7247
  function FlowingGradient($$anchor, $$props) {
7247
7248
  $.push($$props, true);
7248
7249
  let _experimentalWarnedOnce = false;
@@ -7407,7 +7408,7 @@ function FlowingGradient($$anchor, $$props) {
7407
7408
  $.set(isRegistered, false);
7408
7409
  parentRegister(instanceId, null, null, null, null);
7409
7410
  });
7410
- var fragment = root$71();
7411
+ var fragment = root$72();
7411
7412
  var span = $.first_child(fragment);
7412
7413
  var node_1 = $.child(span);
7413
7414
  var consequent = ($$anchor$1) => {
@@ -7420,7 +7421,7 @@ function FlowingGradient($$anchor, $$props) {
7420
7421
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
7421
7422
  var node_2 = $.sibling(span, 2);
7422
7423
  var consequent_1 = ($$anchor$1) => {
7423
- var canvas = root_2$70();
7424
+ var canvas = root_2$71();
7424
7425
  var node_3 = $.child(canvas);
7425
7426
  children?.(node_3);
7426
7427
  $.reset(canvas);
@@ -7439,9 +7440,9 @@ function FlowingGradient($$anchor, $$props) {
7439
7440
  $.append($$anchor, fragment);
7440
7441
  $.pop();
7441
7442
  }
7442
- var root_2$69 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
7443
- var root$70 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
7444
- function Fog($$anchor, $$props) {
7443
+ var root_2$70 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
7444
+ var root$71 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
7445
+ function FlutedGlass($$anchor, $$props) {
7445
7446
  $.push($$props, true);
7446
7447
  let _experimentalWarnedOnce = false;
7447
7448
  if (componentDefinition$37.experimental && !_experimentalWarnedOnce) {
@@ -7605,7 +7606,7 @@ function Fog($$anchor, $$props) {
7605
7606
  $.set(isRegistered, false);
7606
7607
  parentRegister(instanceId, null, null, null, null);
7607
7608
  });
7608
- var fragment = root$70();
7609
+ var fragment = root$71();
7609
7610
  var span = $.first_child(fragment);
7610
7611
  var node_1 = $.child(span);
7611
7612
  var consequent = ($$anchor$1) => {
@@ -7618,7 +7619,7 @@ function Fog($$anchor, $$props) {
7618
7619
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
7619
7620
  var node_2 = $.sibling(span, 2);
7620
7621
  var consequent_1 = ($$anchor$1) => {
7621
- var canvas = root_2$69();
7622
+ var canvas = root_2$70();
7622
7623
  var node_3 = $.child(canvas);
7623
7624
  children?.(node_3);
7624
7625
  $.reset(canvas);
@@ -7637,9 +7638,9 @@ function Fog($$anchor, $$props) {
7637
7638
  $.append($$anchor, fragment);
7638
7639
  $.pop();
7639
7640
  }
7640
- var root_2$68 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
7641
- var root$69 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
7642
- function Form3D($$anchor, $$props) {
7641
+ var root_2$69 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
7642
+ var root$70 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
7643
+ function Fog($$anchor, $$props) {
7643
7644
  $.push($$props, true);
7644
7645
  let _experimentalWarnedOnce = false;
7645
7646
  if (componentDefinition$38.experimental && !_experimentalWarnedOnce) {
@@ -7803,7 +7804,7 @@ function Form3D($$anchor, $$props) {
7803
7804
  $.set(isRegistered, false);
7804
7805
  parentRegister(instanceId, null, null, null, null);
7805
7806
  });
7806
- var fragment = root$69();
7807
+ var fragment = root$70();
7807
7808
  var span = $.first_child(fragment);
7808
7809
  var node_1 = $.child(span);
7809
7810
  var consequent = ($$anchor$1) => {
@@ -7816,7 +7817,7 @@ function Form3D($$anchor, $$props) {
7816
7817
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
7817
7818
  var node_2 = $.sibling(span, 2);
7818
7819
  var consequent_1 = ($$anchor$1) => {
7819
- var canvas = root_2$68();
7820
+ var canvas = root_2$69();
7820
7821
  var node_3 = $.child(canvas);
7821
7822
  children?.(node_3);
7822
7823
  $.reset(canvas);
@@ -7835,9 +7836,9 @@ function Form3D($$anchor, $$props) {
7835
7836
  $.append($$anchor, fragment);
7836
7837
  $.pop();
7837
7838
  }
7838
- var root_2$67 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
7839
- var root$68 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
7840
- function Glass($$anchor, $$props) {
7839
+ var root_2$68 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
7840
+ var root$69 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
7841
+ function Form3D($$anchor, $$props) {
7841
7842
  $.push($$props, true);
7842
7843
  let _experimentalWarnedOnce = false;
7843
7844
  if (componentDefinition$39.experimental && !_experimentalWarnedOnce) {
@@ -8001,7 +8002,7 @@ function Glass($$anchor, $$props) {
8001
8002
  $.set(isRegistered, false);
8002
8003
  parentRegister(instanceId, null, null, null, null);
8003
8004
  });
8004
- var fragment = root$68();
8005
+ var fragment = root$69();
8005
8006
  var span = $.first_child(fragment);
8006
8007
  var node_1 = $.child(span);
8007
8008
  var consequent = ($$anchor$1) => {
@@ -8014,7 +8015,7 @@ function Glass($$anchor, $$props) {
8014
8015
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
8015
8016
  var node_2 = $.sibling(span, 2);
8016
8017
  var consequent_1 = ($$anchor$1) => {
8017
- var canvas = root_2$67();
8018
+ var canvas = root_2$68();
8018
8019
  var node_3 = $.child(canvas);
8019
8020
  children?.(node_3);
8020
8021
  $.reset(canvas);
@@ -8033,9 +8034,9 @@ function Glass($$anchor, $$props) {
8033
8034
  $.append($$anchor, fragment);
8034
8035
  $.pop();
8035
8036
  }
8036
- var root_2$66 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
8037
- var root$67 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
8038
- function GlassTiles($$anchor, $$props) {
8037
+ var root_2$67 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
8038
+ var root$68 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
8039
+ function Glass($$anchor, $$props) {
8039
8040
  $.push($$props, true);
8040
8041
  let _experimentalWarnedOnce = false;
8041
8042
  if (componentDefinition$40.experimental && !_experimentalWarnedOnce) {
@@ -8199,7 +8200,7 @@ function GlassTiles($$anchor, $$props) {
8199
8200
  $.set(isRegistered, false);
8200
8201
  parentRegister(instanceId, null, null, null, null);
8201
8202
  });
8202
- var fragment = root$67();
8203
+ var fragment = root$68();
8203
8204
  var span = $.first_child(fragment);
8204
8205
  var node_1 = $.child(span);
8205
8206
  var consequent = ($$anchor$1) => {
@@ -8212,7 +8213,7 @@ function GlassTiles($$anchor, $$props) {
8212
8213
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
8213
8214
  var node_2 = $.sibling(span, 2);
8214
8215
  var consequent_1 = ($$anchor$1) => {
8215
- var canvas = root_2$66();
8216
+ var canvas = root_2$67();
8216
8217
  var node_3 = $.child(canvas);
8217
8218
  children?.(node_3);
8218
8219
  $.reset(canvas);
@@ -8231,9 +8232,9 @@ function GlassTiles($$anchor, $$props) {
8231
8232
  $.append($$anchor, fragment);
8232
8233
  $.pop();
8233
8234
  }
8234
- var root_2$65 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
8235
- var root$66 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
8236
- function Glitch($$anchor, $$props) {
8235
+ var root_2$66 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
8236
+ var root$67 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
8237
+ function GlassTiles($$anchor, $$props) {
8237
8238
  $.push($$props, true);
8238
8239
  let _experimentalWarnedOnce = false;
8239
8240
  if (componentDefinition$41.experimental && !_experimentalWarnedOnce) {
@@ -8397,7 +8398,7 @@ function Glitch($$anchor, $$props) {
8397
8398
  $.set(isRegistered, false);
8398
8399
  parentRegister(instanceId, null, null, null, null);
8399
8400
  });
8400
- var fragment = root$66();
8401
+ var fragment = root$67();
8401
8402
  var span = $.first_child(fragment);
8402
8403
  var node_1 = $.child(span);
8403
8404
  var consequent = ($$anchor$1) => {
@@ -8410,7 +8411,7 @@ function Glitch($$anchor, $$props) {
8410
8411
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
8411
8412
  var node_2 = $.sibling(span, 2);
8412
8413
  var consequent_1 = ($$anchor$1) => {
8413
- var canvas = root_2$65();
8414
+ var canvas = root_2$66();
8414
8415
  var node_3 = $.child(canvas);
8415
8416
  children?.(node_3);
8416
8417
  $.reset(canvas);
@@ -8429,9 +8430,9 @@ function Glitch($$anchor, $$props) {
8429
8430
  $.append($$anchor, fragment);
8430
8431
  $.pop();
8431
8432
  }
8432
- var root_2$64 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
8433
- var root$65 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
8434
- function Glow($$anchor, $$props) {
8433
+ var root_2$65 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
8434
+ var root$66 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
8435
+ function Glitch($$anchor, $$props) {
8435
8436
  $.push($$props, true);
8436
8437
  let _experimentalWarnedOnce = false;
8437
8438
  if (componentDefinition$42.experimental && !_experimentalWarnedOnce) {
@@ -8595,7 +8596,7 @@ function Glow($$anchor, $$props) {
8595
8596
  $.set(isRegistered, false);
8596
8597
  parentRegister(instanceId, null, null, null, null);
8597
8598
  });
8598
- var fragment = root$65();
8599
+ var fragment = root$66();
8599
8600
  var span = $.first_child(fragment);
8600
8601
  var node_1 = $.child(span);
8601
8602
  var consequent = ($$anchor$1) => {
@@ -8608,7 +8609,7 @@ function Glow($$anchor, $$props) {
8608
8609
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
8609
8610
  var node_2 = $.sibling(span, 2);
8610
8611
  var consequent_1 = ($$anchor$1) => {
8611
- var canvas = root_2$64();
8612
+ var canvas = root_2$65();
8612
8613
  var node_3 = $.child(canvas);
8613
8614
  children?.(node_3);
8614
8615
  $.reset(canvas);
@@ -8627,9 +8628,9 @@ function Glow($$anchor, $$props) {
8627
8628
  $.append($$anchor, fragment);
8628
8629
  $.pop();
8629
8630
  }
8630
- var root_2$63 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
8631
- var root$64 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
8632
- function Godrays($$anchor, $$props) {
8631
+ var root_2$64 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
8632
+ var root$65 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
8633
+ function Glow($$anchor, $$props) {
8633
8634
  $.push($$props, true);
8634
8635
  let _experimentalWarnedOnce = false;
8635
8636
  if (componentDefinition$43.experimental && !_experimentalWarnedOnce) {
@@ -8793,7 +8794,7 @@ function Godrays($$anchor, $$props) {
8793
8794
  $.set(isRegistered, false);
8794
8795
  parentRegister(instanceId, null, null, null, null);
8795
8796
  });
8796
- var fragment = root$64();
8797
+ var fragment = root$65();
8797
8798
  var span = $.first_child(fragment);
8798
8799
  var node_1 = $.child(span);
8799
8800
  var consequent = ($$anchor$1) => {
@@ -8806,7 +8807,7 @@ function Godrays($$anchor, $$props) {
8806
8807
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
8807
8808
  var node_2 = $.sibling(span, 2);
8808
8809
  var consequent_1 = ($$anchor$1) => {
8809
- var canvas = root_2$63();
8810
+ var canvas = root_2$64();
8810
8811
  var node_3 = $.child(canvas);
8811
8812
  children?.(node_3);
8812
8813
  $.reset(canvas);
@@ -8825,9 +8826,9 @@ function Godrays($$anchor, $$props) {
8825
8826
  $.append($$anchor, fragment);
8826
8827
  $.pop();
8827
8828
  }
8828
- var root_2$62 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
8829
- var root$63 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
8830
- function Grayscale($$anchor, $$props) {
8829
+ var root_2$63 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
8830
+ var root$64 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
8831
+ function Godrays($$anchor, $$props) {
8831
8832
  $.push($$props, true);
8832
8833
  let _experimentalWarnedOnce = false;
8833
8834
  if (componentDefinition$44.experimental && !_experimentalWarnedOnce) {
@@ -8991,7 +8992,7 @@ function Grayscale($$anchor, $$props) {
8991
8992
  $.set(isRegistered, false);
8992
8993
  parentRegister(instanceId, null, null, null, null);
8993
8994
  });
8994
- var fragment = root$63();
8995
+ var fragment = root$64();
8995
8996
  var span = $.first_child(fragment);
8996
8997
  var node_1 = $.child(span);
8997
8998
  var consequent = ($$anchor$1) => {
@@ -9004,7 +9005,7 @@ function Grayscale($$anchor, $$props) {
9004
9005
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
9005
9006
  var node_2 = $.sibling(span, 2);
9006
9007
  var consequent_1 = ($$anchor$1) => {
9007
- var canvas = root_2$62();
9008
+ var canvas = root_2$63();
9008
9009
  var node_3 = $.child(canvas);
9009
9010
  children?.(node_3);
9010
9011
  $.reset(canvas);
@@ -9023,9 +9024,9 @@ function Grayscale($$anchor, $$props) {
9023
9024
  $.append($$anchor, fragment);
9024
9025
  $.pop();
9025
9026
  }
9026
- var root_2$61 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
9027
- var root$62 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
9028
- function Grid($$anchor, $$props) {
9027
+ var root_2$62 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
9028
+ var root$63 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
9029
+ function Grayscale($$anchor, $$props) {
9029
9030
  $.push($$props, true);
9030
9031
  let _experimentalWarnedOnce = false;
9031
9032
  if (componentDefinition$45.experimental && !_experimentalWarnedOnce) {
@@ -9189,7 +9190,7 @@ function Grid($$anchor, $$props) {
9189
9190
  $.set(isRegistered, false);
9190
9191
  parentRegister(instanceId, null, null, null, null);
9191
9192
  });
9192
- var fragment = root$62();
9193
+ var fragment = root$63();
9193
9194
  var span = $.first_child(fragment);
9194
9195
  var node_1 = $.child(span);
9195
9196
  var consequent = ($$anchor$1) => {
@@ -9202,7 +9203,7 @@ function Grid($$anchor, $$props) {
9202
9203
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
9203
9204
  var node_2 = $.sibling(span, 2);
9204
9205
  var consequent_1 = ($$anchor$1) => {
9205
- var canvas = root_2$61();
9206
+ var canvas = root_2$62();
9206
9207
  var node_3 = $.child(canvas);
9207
9208
  children?.(node_3);
9208
9209
  $.reset(canvas);
@@ -9221,9 +9222,9 @@ function Grid($$anchor, $$props) {
9221
9222
  $.append($$anchor, fragment);
9222
9223
  $.pop();
9223
9224
  }
9224
- var root_2$60 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
9225
- var root$61 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
9226
- function GridDistortion($$anchor, $$props) {
9225
+ var root_2$61 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
9226
+ var root$62 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
9227
+ function Grid($$anchor, $$props) {
9227
9228
  $.push($$props, true);
9228
9229
  let _experimentalWarnedOnce = false;
9229
9230
  if (componentDefinition$46.experimental && !_experimentalWarnedOnce) {
@@ -9387,7 +9388,7 @@ function GridDistortion($$anchor, $$props) {
9387
9388
  $.set(isRegistered, false);
9388
9389
  parentRegister(instanceId, null, null, null, null);
9389
9390
  });
9390
- var fragment = root$61();
9391
+ var fragment = root$62();
9391
9392
  var span = $.first_child(fragment);
9392
9393
  var node_1 = $.child(span);
9393
9394
  var consequent = ($$anchor$1) => {
@@ -9400,7 +9401,7 @@ function GridDistortion($$anchor, $$props) {
9400
9401
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
9401
9402
  var node_2 = $.sibling(span, 2);
9402
9403
  var consequent_1 = ($$anchor$1) => {
9403
- var canvas = root_2$60();
9404
+ var canvas = root_2$61();
9404
9405
  var node_3 = $.child(canvas);
9405
9406
  children?.(node_3);
9406
9407
  $.reset(canvas);
@@ -9419,9 +9420,9 @@ function GridDistortion($$anchor, $$props) {
9419
9420
  $.append($$anchor, fragment);
9420
9421
  $.pop();
9421
9422
  }
9422
- var root_2$59 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
9423
- var root$60 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
9424
- function Group($$anchor, $$props) {
9423
+ var root_2$60 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
9424
+ var root$61 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
9425
+ function GridDistortion($$anchor, $$props) {
9425
9426
  $.push($$props, true);
9426
9427
  let _experimentalWarnedOnce = false;
9427
9428
  if (componentDefinition$47.experimental && !_experimentalWarnedOnce) {
@@ -9585,7 +9586,7 @@ function Group($$anchor, $$props) {
9585
9586
  $.set(isRegistered, false);
9586
9587
  parentRegister(instanceId, null, null, null, null);
9587
9588
  });
9588
- var fragment = root$60();
9589
+ var fragment = root$61();
9589
9590
  var span = $.first_child(fragment);
9590
9591
  var node_1 = $.child(span);
9591
9592
  var consequent = ($$anchor$1) => {
@@ -9598,7 +9599,7 @@ function Group($$anchor, $$props) {
9598
9599
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
9599
9600
  var node_2 = $.sibling(span, 2);
9600
9601
  var consequent_1 = ($$anchor$1) => {
9601
- var canvas = root_2$59();
9602
+ var canvas = root_2$60();
9602
9603
  var node_3 = $.child(canvas);
9603
9604
  children?.(node_3);
9604
9605
  $.reset(canvas);
@@ -9617,9 +9618,9 @@ function Group($$anchor, $$props) {
9617
9618
  $.append($$anchor, fragment);
9618
9619
  $.pop();
9619
9620
  }
9620
- var root_2$58 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
9621
- var root$59 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
9622
- function Halftone($$anchor, $$props) {
9621
+ var root_2$59 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
9622
+ var root$60 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
9623
+ function Group($$anchor, $$props) {
9623
9624
  $.push($$props, true);
9624
9625
  let _experimentalWarnedOnce = false;
9625
9626
  if (componentDefinition$48.experimental && !_experimentalWarnedOnce) {
@@ -9783,7 +9784,7 @@ function Halftone($$anchor, $$props) {
9783
9784
  $.set(isRegistered, false);
9784
9785
  parentRegister(instanceId, null, null, null, null);
9785
9786
  });
9786
- var fragment = root$59();
9787
+ var fragment = root$60();
9787
9788
  var span = $.first_child(fragment);
9788
9789
  var node_1 = $.child(span);
9789
9790
  var consequent = ($$anchor$1) => {
@@ -9796,7 +9797,7 @@ function Halftone($$anchor, $$props) {
9796
9797
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
9797
9798
  var node_2 = $.sibling(span, 2);
9798
9799
  var consequent_1 = ($$anchor$1) => {
9799
- var canvas = root_2$58();
9800
+ var canvas = root_2$59();
9800
9801
  var node_3 = $.child(canvas);
9801
9802
  children?.(node_3);
9802
9803
  $.reset(canvas);
@@ -9815,9 +9816,9 @@ function Halftone($$anchor, $$props) {
9815
9816
  $.append($$anchor, fragment);
9816
9817
  $.pop();
9817
9818
  }
9818
- var root_2$57 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
9819
- var root$58 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
9820
- function HexGrid($$anchor, $$props) {
9819
+ var root_2$58 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
9820
+ var root$59 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
9821
+ function Halftone($$anchor, $$props) {
9821
9822
  $.push($$props, true);
9822
9823
  let _experimentalWarnedOnce = false;
9823
9824
  if (componentDefinition$49.experimental && !_experimentalWarnedOnce) {
@@ -9981,7 +9982,7 @@ function HexGrid($$anchor, $$props) {
9981
9982
  $.set(isRegistered, false);
9982
9983
  parentRegister(instanceId, null, null, null, null);
9983
9984
  });
9984
- var fragment = root$58();
9985
+ var fragment = root$59();
9985
9986
  var span = $.first_child(fragment);
9986
9987
  var node_1 = $.child(span);
9987
9988
  var consequent = ($$anchor$1) => {
@@ -9994,7 +9995,7 @@ function HexGrid($$anchor, $$props) {
9994
9995
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
9995
9996
  var node_2 = $.sibling(span, 2);
9996
9997
  var consequent_1 = ($$anchor$1) => {
9997
- var canvas = root_2$57();
9998
+ var canvas = root_2$58();
9998
9999
  var node_3 = $.child(canvas);
9999
10000
  children?.(node_3);
10000
10001
  $.reset(canvas);
@@ -10013,9 +10014,9 @@ function HexGrid($$anchor, $$props) {
10013
10014
  $.append($$anchor, fragment);
10014
10015
  $.pop();
10015
10016
  }
10016
- var root_2$56 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
10017
- var root$57 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
10018
- function HueShift($$anchor, $$props) {
10017
+ var root_2$57 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
10018
+ var root$58 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
10019
+ function HexGrid($$anchor, $$props) {
10019
10020
  $.push($$props, true);
10020
10021
  let _experimentalWarnedOnce = false;
10021
10022
  if (componentDefinition$50.experimental && !_experimentalWarnedOnce) {
@@ -10179,7 +10180,7 @@ function HueShift($$anchor, $$props) {
10179
10180
  $.set(isRegistered, false);
10180
10181
  parentRegister(instanceId, null, null, null, null);
10181
10182
  });
10182
- var fragment = root$57();
10183
+ var fragment = root$58();
10183
10184
  var span = $.first_child(fragment);
10184
10185
  var node_1 = $.child(span);
10185
10186
  var consequent = ($$anchor$1) => {
@@ -10192,7 +10193,7 @@ function HueShift($$anchor, $$props) {
10192
10193
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
10193
10194
  var node_2 = $.sibling(span, 2);
10194
10195
  var consequent_1 = ($$anchor$1) => {
10195
- var canvas = root_2$56();
10196
+ var canvas = root_2$57();
10196
10197
  var node_3 = $.child(canvas);
10197
10198
  children?.(node_3);
10198
10199
  $.reset(canvas);
@@ -10211,9 +10212,9 @@ function HueShift($$anchor, $$props) {
10211
10212
  $.append($$anchor, fragment);
10212
10213
  $.pop();
10213
10214
  }
10214
- var root_2$55 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
10215
- var root$56 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
10216
- function ImageTexture($$anchor, $$props) {
10215
+ var root_2$56 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
10216
+ var root$57 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
10217
+ function HueShift($$anchor, $$props) {
10217
10218
  $.push($$props, true);
10218
10219
  let _experimentalWarnedOnce = false;
10219
10220
  if (componentDefinition$51.experimental && !_experimentalWarnedOnce) {
@@ -10377,7 +10378,7 @@ function ImageTexture($$anchor, $$props) {
10377
10378
  $.set(isRegistered, false);
10378
10379
  parentRegister(instanceId, null, null, null, null);
10379
10380
  });
10380
- var fragment = root$56();
10381
+ var fragment = root$57();
10381
10382
  var span = $.first_child(fragment);
10382
10383
  var node_1 = $.child(span);
10383
10384
  var consequent = ($$anchor$1) => {
@@ -10390,7 +10391,7 @@ function ImageTexture($$anchor, $$props) {
10390
10391
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
10391
10392
  var node_2 = $.sibling(span, 2);
10392
10393
  var consequent_1 = ($$anchor$1) => {
10393
- var canvas = root_2$55();
10394
+ var canvas = root_2$56();
10394
10395
  var node_3 = $.child(canvas);
10395
10396
  children?.(node_3);
10396
10397
  $.reset(canvas);
@@ -10409,9 +10410,9 @@ function ImageTexture($$anchor, $$props) {
10409
10410
  $.append($$anchor, fragment);
10410
10411
  $.pop();
10411
10412
  }
10412
- var root_2$54 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
10413
- var root$55 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
10414
- function Invert($$anchor, $$props) {
10413
+ var root_2$55 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
10414
+ var root$56 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
10415
+ function ImageTexture($$anchor, $$props) {
10415
10416
  $.push($$props, true);
10416
10417
  let _experimentalWarnedOnce = false;
10417
10418
  if (componentDefinition$52.experimental && !_experimentalWarnedOnce) {
@@ -10575,7 +10576,7 @@ function Invert($$anchor, $$props) {
10575
10576
  $.set(isRegistered, false);
10576
10577
  parentRegister(instanceId, null, null, null, null);
10577
10578
  });
10578
- var fragment = root$55();
10579
+ var fragment = root$56();
10579
10580
  var span = $.first_child(fragment);
10580
10581
  var node_1 = $.child(span);
10581
10582
  var consequent = ($$anchor$1) => {
@@ -10588,7 +10589,7 @@ function Invert($$anchor, $$props) {
10588
10589
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
10589
10590
  var node_2 = $.sibling(span, 2);
10590
10591
  var consequent_1 = ($$anchor$1) => {
10591
- var canvas = root_2$54();
10592
+ var canvas = root_2$55();
10592
10593
  var node_3 = $.child(canvas);
10593
10594
  children?.(node_3);
10594
10595
  $.reset(canvas);
@@ -10607,9 +10608,9 @@ function Invert($$anchor, $$props) {
10607
10608
  $.append($$anchor, fragment);
10608
10609
  $.pop();
10609
10610
  }
10610
- var root_2$53 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
10611
- var root$54 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
10612
- function Kaleidoscope($$anchor, $$props) {
10611
+ var root_2$54 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
10612
+ var root$55 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
10613
+ function Invert($$anchor, $$props) {
10613
10614
  $.push($$props, true);
10614
10615
  let _experimentalWarnedOnce = false;
10615
10616
  if (componentDefinition$53.experimental && !_experimentalWarnedOnce) {
@@ -10773,7 +10774,7 @@ function Kaleidoscope($$anchor, $$props) {
10773
10774
  $.set(isRegistered, false);
10774
10775
  parentRegister(instanceId, null, null, null, null);
10775
10776
  });
10776
- var fragment = root$54();
10777
+ var fragment = root$55();
10777
10778
  var span = $.first_child(fragment);
10778
10779
  var node_1 = $.child(span);
10779
10780
  var consequent = ($$anchor$1) => {
@@ -10786,7 +10787,7 @@ function Kaleidoscope($$anchor, $$props) {
10786
10787
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
10787
10788
  var node_2 = $.sibling(span, 2);
10788
10789
  var consequent_1 = ($$anchor$1) => {
10789
- var canvas = root_2$53();
10790
+ var canvas = root_2$54();
10790
10791
  var node_3 = $.child(canvas);
10791
10792
  children?.(node_3);
10792
10793
  $.reset(canvas);
@@ -10805,9 +10806,9 @@ function Kaleidoscope($$anchor, $$props) {
10805
10806
  $.append($$anchor, fragment);
10806
10807
  $.pop();
10807
10808
  }
10808
- var root_2$52 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
10809
- var root$53 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
10810
- function LensFlare($$anchor, $$props) {
10809
+ var root_2$53 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
10810
+ var root$54 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
10811
+ function Kaleidoscope($$anchor, $$props) {
10811
10812
  $.push($$props, true);
10812
10813
  let _experimentalWarnedOnce = false;
10813
10814
  if (componentDefinition$54.experimental && !_experimentalWarnedOnce) {
@@ -10971,7 +10972,7 @@ function LensFlare($$anchor, $$props) {
10971
10972
  $.set(isRegistered, false);
10972
10973
  parentRegister(instanceId, null, null, null, null);
10973
10974
  });
10974
- var fragment = root$53();
10975
+ var fragment = root$54();
10975
10976
  var span = $.first_child(fragment);
10976
10977
  var node_1 = $.child(span);
10977
10978
  var consequent = ($$anchor$1) => {
@@ -10984,7 +10985,7 @@ function LensFlare($$anchor, $$props) {
10984
10985
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
10985
10986
  var node_2 = $.sibling(span, 2);
10986
10987
  var consequent_1 = ($$anchor$1) => {
10987
- var canvas = root_2$52();
10988
+ var canvas = root_2$53();
10988
10989
  var node_3 = $.child(canvas);
10989
10990
  children?.(node_3);
10990
10991
  $.reset(canvas);
@@ -11003,9 +11004,9 @@ function LensFlare($$anchor, $$props) {
11003
11004
  $.append($$anchor, fragment);
11004
11005
  $.pop();
11005
11006
  }
11006
- var root_2$51 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
11007
- var root$52 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
11008
- function LinearBlur($$anchor, $$props) {
11007
+ var root_2$52 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
11008
+ var root$53 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
11009
+ function LensFlare($$anchor, $$props) {
11009
11010
  $.push($$props, true);
11010
11011
  let _experimentalWarnedOnce = false;
11011
11012
  if (componentDefinition$55.experimental && !_experimentalWarnedOnce) {
@@ -11169,7 +11170,7 @@ function LinearBlur($$anchor, $$props) {
11169
11170
  $.set(isRegistered, false);
11170
11171
  parentRegister(instanceId, null, null, null, null);
11171
11172
  });
11172
- var fragment = root$52();
11173
+ var fragment = root$53();
11173
11174
  var span = $.first_child(fragment);
11174
11175
  var node_1 = $.child(span);
11175
11176
  var consequent = ($$anchor$1) => {
@@ -11182,7 +11183,7 @@ function LinearBlur($$anchor, $$props) {
11182
11183
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
11183
11184
  var node_2 = $.sibling(span, 2);
11184
11185
  var consequent_1 = ($$anchor$1) => {
11185
- var canvas = root_2$51();
11186
+ var canvas = root_2$52();
11186
11187
  var node_3 = $.child(canvas);
11187
11188
  children?.(node_3);
11188
11189
  $.reset(canvas);
@@ -11201,9 +11202,9 @@ function LinearBlur($$anchor, $$props) {
11201
11202
  $.append($$anchor, fragment);
11202
11203
  $.pop();
11203
11204
  }
11204
- var root_2$50 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
11205
- var root$51 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
11206
- function LinearGradient($$anchor, $$props) {
11205
+ var root_2$51 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
11206
+ var root$52 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
11207
+ function LinearBlur($$anchor, $$props) {
11207
11208
  $.push($$props, true);
11208
11209
  let _experimentalWarnedOnce = false;
11209
11210
  if (componentDefinition$56.experimental && !_experimentalWarnedOnce) {
@@ -11367,7 +11368,7 @@ function LinearGradient($$anchor, $$props) {
11367
11368
  $.set(isRegistered, false);
11368
11369
  parentRegister(instanceId, null, null, null, null);
11369
11370
  });
11370
- var fragment = root$51();
11371
+ var fragment = root$52();
11371
11372
  var span = $.first_child(fragment);
11372
11373
  var node_1 = $.child(span);
11373
11374
  var consequent = ($$anchor$1) => {
@@ -11380,7 +11381,7 @@ function LinearGradient($$anchor, $$props) {
11380
11381
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
11381
11382
  var node_2 = $.sibling(span, 2);
11382
11383
  var consequent_1 = ($$anchor$1) => {
11383
- var canvas = root_2$50();
11384
+ var canvas = root_2$51();
11384
11385
  var node_3 = $.child(canvas);
11385
11386
  children?.(node_3);
11386
11387
  $.reset(canvas);
@@ -11399,9 +11400,9 @@ function LinearGradient($$anchor, $$props) {
11399
11400
  $.append($$anchor, fragment);
11400
11401
  $.pop();
11401
11402
  }
11402
- var root_2$49 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
11403
- var root$50 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
11404
- function Liquify($$anchor, $$props) {
11403
+ var root_2$50 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
11404
+ var root$51 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
11405
+ function LinearGradient($$anchor, $$props) {
11405
11406
  $.push($$props, true);
11406
11407
  let _experimentalWarnedOnce = false;
11407
11408
  if (componentDefinition$57.experimental && !_experimentalWarnedOnce) {
@@ -11565,7 +11566,7 @@ function Liquify($$anchor, $$props) {
11565
11566
  $.set(isRegistered, false);
11566
11567
  parentRegister(instanceId, null, null, null, null);
11567
11568
  });
11568
- var fragment = root$50();
11569
+ var fragment = root$51();
11569
11570
  var span = $.first_child(fragment);
11570
11571
  var node_1 = $.child(span);
11571
11572
  var consequent = ($$anchor$1) => {
@@ -11578,7 +11579,7 @@ function Liquify($$anchor, $$props) {
11578
11579
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
11579
11580
  var node_2 = $.sibling(span, 2);
11580
11581
  var consequent_1 = ($$anchor$1) => {
11581
- var canvas = root_2$49();
11582
+ var canvas = root_2$50();
11582
11583
  var node_3 = $.child(canvas);
11583
11584
  children?.(node_3);
11584
11585
  $.reset(canvas);
@@ -11597,9 +11598,9 @@ function Liquify($$anchor, $$props) {
11597
11598
  $.append($$anchor, fragment);
11598
11599
  $.pop();
11599
11600
  }
11600
- var root_2$48 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
11601
- var root$49 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
11602
- function Mirror($$anchor, $$props) {
11601
+ var root_2$49 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
11602
+ var root$50 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
11603
+ function Liquify($$anchor, $$props) {
11603
11604
  $.push($$props, true);
11604
11605
  let _experimentalWarnedOnce = false;
11605
11606
  if (componentDefinition$58.experimental && !_experimentalWarnedOnce) {
@@ -11763,7 +11764,7 @@ function Mirror($$anchor, $$props) {
11763
11764
  $.set(isRegistered, false);
11764
11765
  parentRegister(instanceId, null, null, null, null);
11765
11766
  });
11766
- var fragment = root$49();
11767
+ var fragment = root$50();
11767
11768
  var span = $.first_child(fragment);
11768
11769
  var node_1 = $.child(span);
11769
11770
  var consequent = ($$anchor$1) => {
@@ -11776,7 +11777,7 @@ function Mirror($$anchor, $$props) {
11776
11777
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
11777
11778
  var node_2 = $.sibling(span, 2);
11778
11779
  var consequent_1 = ($$anchor$1) => {
11779
- var canvas = root_2$48();
11780
+ var canvas = root_2$49();
11780
11781
  var node_3 = $.child(canvas);
11781
11782
  children?.(node_3);
11782
11783
  $.reset(canvas);
@@ -11795,9 +11796,9 @@ function Mirror($$anchor, $$props) {
11795
11796
  $.append($$anchor, fragment);
11796
11797
  $.pop();
11797
11798
  }
11798
- var root_2$47 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
11799
- var root$48 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
11800
- function MultiPointGradient($$anchor, $$props) {
11799
+ var root_2$48 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
11800
+ var root$49 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
11801
+ function Mirror($$anchor, $$props) {
11801
11802
  $.push($$props, true);
11802
11803
  let _experimentalWarnedOnce = false;
11803
11804
  if (componentDefinition$59.experimental && !_experimentalWarnedOnce) {
@@ -11961,7 +11962,7 @@ function MultiPointGradient($$anchor, $$props) {
11961
11962
  $.set(isRegistered, false);
11962
11963
  parentRegister(instanceId, null, null, null, null);
11963
11964
  });
11964
- var fragment = root$48();
11965
+ var fragment = root$49();
11965
11966
  var span = $.first_child(fragment);
11966
11967
  var node_1 = $.child(span);
11967
11968
  var consequent = ($$anchor$1) => {
@@ -11974,7 +11975,7 @@ function MultiPointGradient($$anchor, $$props) {
11974
11975
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
11975
11976
  var node_2 = $.sibling(span, 2);
11976
11977
  var consequent_1 = ($$anchor$1) => {
11977
- var canvas = root_2$47();
11978
+ var canvas = root_2$48();
11978
11979
  var node_3 = $.child(canvas);
11979
11980
  children?.(node_3);
11980
11981
  $.reset(canvas);
@@ -11993,9 +11994,9 @@ function MultiPointGradient($$anchor, $$props) {
11993
11994
  $.append($$anchor, fragment);
11994
11995
  $.pop();
11995
11996
  }
11996
- var root_2$46 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
11997
- var root$47 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
11998
- function Neon($$anchor, $$props) {
11997
+ var root_2$47 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
11998
+ var root$48 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
11999
+ function MultiPointGradient($$anchor, $$props) {
11999
12000
  $.push($$props, true);
12000
12001
  let _experimentalWarnedOnce = false;
12001
12002
  if (componentDefinition$60.experimental && !_experimentalWarnedOnce) {
@@ -12159,7 +12160,7 @@ function Neon($$anchor, $$props) {
12159
12160
  $.set(isRegistered, false);
12160
12161
  parentRegister(instanceId, null, null, null, null);
12161
12162
  });
12162
- var fragment = root$47();
12163
+ var fragment = root$48();
12163
12164
  var span = $.first_child(fragment);
12164
12165
  var node_1 = $.child(span);
12165
12166
  var consequent = ($$anchor$1) => {
@@ -12172,7 +12173,7 @@ function Neon($$anchor, $$props) {
12172
12173
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
12173
12174
  var node_2 = $.sibling(span, 2);
12174
12175
  var consequent_1 = ($$anchor$1) => {
12175
- var canvas = root_2$46();
12176
+ var canvas = root_2$47();
12176
12177
  var node_3 = $.child(canvas);
12177
12178
  children?.(node_3);
12178
12179
  $.reset(canvas);
@@ -12191,9 +12192,9 @@ function Neon($$anchor, $$props) {
12191
12192
  $.append($$anchor, fragment);
12192
12193
  $.pop();
12193
12194
  }
12194
- var root_2$45 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
12195
- var root$46 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
12196
- function Paper($$anchor, $$props) {
12195
+ var root_2$46 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
12196
+ var root$47 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
12197
+ function Neon($$anchor, $$props) {
12197
12198
  $.push($$props, true);
12198
12199
  let _experimentalWarnedOnce = false;
12199
12200
  if (componentDefinition$61.experimental && !_experimentalWarnedOnce) {
@@ -12357,7 +12358,7 @@ function Paper($$anchor, $$props) {
12357
12358
  $.set(isRegistered, false);
12358
12359
  parentRegister(instanceId, null, null, null, null);
12359
12360
  });
12360
- var fragment = root$46();
12361
+ var fragment = root$47();
12361
12362
  var span = $.first_child(fragment);
12362
12363
  var node_1 = $.child(span);
12363
12364
  var consequent = ($$anchor$1) => {
@@ -12370,7 +12371,7 @@ function Paper($$anchor, $$props) {
12370
12371
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
12371
12372
  var node_2 = $.sibling(span, 2);
12372
12373
  var consequent_1 = ($$anchor$1) => {
12373
- var canvas = root_2$45();
12374
+ var canvas = root_2$46();
12374
12375
  var node_3 = $.child(canvas);
12375
12376
  children?.(node_3);
12376
12377
  $.reset(canvas);
@@ -12389,9 +12390,9 @@ function Paper($$anchor, $$props) {
12389
12390
  $.append($$anchor, fragment);
12390
12391
  $.pop();
12391
12392
  }
12392
- var root_2$44 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
12393
- var root$45 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
12394
- function Perspective($$anchor, $$props) {
12393
+ var root_2$45 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
12394
+ var root$46 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
12395
+ function Paper($$anchor, $$props) {
12395
12396
  $.push($$props, true);
12396
12397
  let _experimentalWarnedOnce = false;
12397
12398
  if (componentDefinition$62.experimental && !_experimentalWarnedOnce) {
@@ -12555,7 +12556,7 @@ function Perspective($$anchor, $$props) {
12555
12556
  $.set(isRegistered, false);
12556
12557
  parentRegister(instanceId, null, null, null, null);
12557
12558
  });
12558
- var fragment = root$45();
12559
+ var fragment = root$46();
12559
12560
  var span = $.first_child(fragment);
12560
12561
  var node_1 = $.child(span);
12561
12562
  var consequent = ($$anchor$1) => {
@@ -12568,7 +12569,7 @@ function Perspective($$anchor, $$props) {
12568
12569
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
12569
12570
  var node_2 = $.sibling(span, 2);
12570
12571
  var consequent_1 = ($$anchor$1) => {
12571
- var canvas = root_2$44();
12572
+ var canvas = root_2$45();
12572
12573
  var node_3 = $.child(canvas);
12573
12574
  children?.(node_3);
12574
12575
  $.reset(canvas);
@@ -12587,9 +12588,9 @@ function Perspective($$anchor, $$props) {
12587
12588
  $.append($$anchor, fragment);
12588
12589
  $.pop();
12589
12590
  }
12590
- var root_2$43 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
12591
- var root$44 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
12592
- function Pixelate($$anchor, $$props) {
12591
+ var root_2$44 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
12592
+ var root$45 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
12593
+ function Perspective($$anchor, $$props) {
12593
12594
  $.push($$props, true);
12594
12595
  let _experimentalWarnedOnce = false;
12595
12596
  if (componentDefinition$63.experimental && !_experimentalWarnedOnce) {
@@ -12753,7 +12754,7 @@ function Pixelate($$anchor, $$props) {
12753
12754
  $.set(isRegistered, false);
12754
12755
  parentRegister(instanceId, null, null, null, null);
12755
12756
  });
12756
- var fragment = root$44();
12757
+ var fragment = root$45();
12757
12758
  var span = $.first_child(fragment);
12758
12759
  var node_1 = $.child(span);
12759
12760
  var consequent = ($$anchor$1) => {
@@ -12766,7 +12767,7 @@ function Pixelate($$anchor, $$props) {
12766
12767
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
12767
12768
  var node_2 = $.sibling(span, 2);
12768
12769
  var consequent_1 = ($$anchor$1) => {
12769
- var canvas = root_2$43();
12770
+ var canvas = root_2$44();
12770
12771
  var node_3 = $.child(canvas);
12771
12772
  children?.(node_3);
12772
12773
  $.reset(canvas);
@@ -12785,9 +12786,9 @@ function Pixelate($$anchor, $$props) {
12785
12786
  $.append($$anchor, fragment);
12786
12787
  $.pop();
12787
12788
  }
12788
- var root_2$42 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
12789
- var root$43 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
12790
- function Plasma($$anchor, $$props) {
12789
+ var root_2$43 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
12790
+ var root$44 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
12791
+ function Pixelate($$anchor, $$props) {
12791
12792
  $.push($$props, true);
12792
12793
  let _experimentalWarnedOnce = false;
12793
12794
  if (componentDefinition$64.experimental && !_experimentalWarnedOnce) {
@@ -12951,7 +12952,7 @@ function Plasma($$anchor, $$props) {
12951
12952
  $.set(isRegistered, false);
12952
12953
  parentRegister(instanceId, null, null, null, null);
12953
12954
  });
12954
- var fragment = root$43();
12955
+ var fragment = root$44();
12955
12956
  var span = $.first_child(fragment);
12956
12957
  var node_1 = $.child(span);
12957
12958
  var consequent = ($$anchor$1) => {
@@ -12964,7 +12965,7 @@ function Plasma($$anchor, $$props) {
12964
12965
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
12965
12966
  var node_2 = $.sibling(span, 2);
12966
12967
  var consequent_1 = ($$anchor$1) => {
12967
- var canvas = root_2$42();
12968
+ var canvas = root_2$43();
12968
12969
  var node_3 = $.child(canvas);
12969
12970
  children?.(node_3);
12970
12971
  $.reset(canvas);
@@ -12983,9 +12984,9 @@ function Plasma($$anchor, $$props) {
12983
12984
  $.append($$anchor, fragment);
12984
12985
  $.pop();
12985
12986
  }
12986
- var root_2$41 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
12987
- var root$42 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
12988
- function PolarCoordinates($$anchor, $$props) {
12987
+ var root_2$42 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
12988
+ var root$43 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
12989
+ function Plasma($$anchor, $$props) {
12989
12990
  $.push($$props, true);
12990
12991
  let _experimentalWarnedOnce = false;
12991
12992
  if (componentDefinition$65.experimental && !_experimentalWarnedOnce) {
@@ -13149,7 +13150,7 @@ function PolarCoordinates($$anchor, $$props) {
13149
13150
  $.set(isRegistered, false);
13150
13151
  parentRegister(instanceId, null, null, null, null);
13151
13152
  });
13152
- var fragment = root$42();
13153
+ var fragment = root$43();
13153
13154
  var span = $.first_child(fragment);
13154
13155
  var node_1 = $.child(span);
13155
13156
  var consequent = ($$anchor$1) => {
@@ -13162,7 +13163,7 @@ function PolarCoordinates($$anchor, $$props) {
13162
13163
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
13163
13164
  var node_2 = $.sibling(span, 2);
13164
13165
  var consequent_1 = ($$anchor$1) => {
13165
- var canvas = root_2$41();
13166
+ var canvas = root_2$42();
13166
13167
  var node_3 = $.child(canvas);
13167
13168
  children?.(node_3);
13168
13169
  $.reset(canvas);
@@ -13181,9 +13182,9 @@ function PolarCoordinates($$anchor, $$props) {
13181
13182
  $.append($$anchor, fragment);
13182
13183
  $.pop();
13183
13184
  }
13184
- var root_2$40 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
13185
- var root$41 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
13186
- function Polygon($$anchor, $$props) {
13185
+ var root_2$41 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
13186
+ var root$42 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
13187
+ function PolarCoordinates($$anchor, $$props) {
13187
13188
  $.push($$props, true);
13188
13189
  let _experimentalWarnedOnce = false;
13189
13190
  if (componentDefinition$66.experimental && !_experimentalWarnedOnce) {
@@ -13347,7 +13348,7 @@ function Polygon($$anchor, $$props) {
13347
13348
  $.set(isRegistered, false);
13348
13349
  parentRegister(instanceId, null, null, null, null);
13349
13350
  });
13350
- var fragment = root$41();
13351
+ var fragment = root$42();
13351
13352
  var span = $.first_child(fragment);
13352
13353
  var node_1 = $.child(span);
13353
13354
  var consequent = ($$anchor$1) => {
@@ -13360,7 +13361,7 @@ function Polygon($$anchor, $$props) {
13360
13361
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
13361
13362
  var node_2 = $.sibling(span, 2);
13362
13363
  var consequent_1 = ($$anchor$1) => {
13363
- var canvas = root_2$40();
13364
+ var canvas = root_2$41();
13364
13365
  var node_3 = $.child(canvas);
13365
13366
  children?.(node_3);
13366
13367
  $.reset(canvas);
@@ -13379,9 +13380,9 @@ function Polygon($$anchor, $$props) {
13379
13380
  $.append($$anchor, fragment);
13380
13381
  $.pop();
13381
13382
  }
13382
- var root_2$39 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
13383
- var root$40 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
13384
- function Posterize($$anchor, $$props) {
13383
+ var root_2$40 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
13384
+ var root$41 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
13385
+ function Polygon($$anchor, $$props) {
13385
13386
  $.push($$props, true);
13386
13387
  let _experimentalWarnedOnce = false;
13387
13388
  if (componentDefinition$67.experimental && !_experimentalWarnedOnce) {
@@ -13545,7 +13546,7 @@ function Posterize($$anchor, $$props) {
13545
13546
  $.set(isRegistered, false);
13546
13547
  parentRegister(instanceId, null, null, null, null);
13547
13548
  });
13548
- var fragment = root$40();
13549
+ var fragment = root$41();
13549
13550
  var span = $.first_child(fragment);
13550
13551
  var node_1 = $.child(span);
13551
13552
  var consequent = ($$anchor$1) => {
@@ -13558,7 +13559,7 @@ function Posterize($$anchor, $$props) {
13558
13559
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
13559
13560
  var node_2 = $.sibling(span, 2);
13560
13561
  var consequent_1 = ($$anchor$1) => {
13561
- var canvas = root_2$39();
13562
+ var canvas = root_2$40();
13562
13563
  var node_3 = $.child(canvas);
13563
13564
  children?.(node_3);
13564
13565
  $.reset(canvas);
@@ -13577,9 +13578,9 @@ function Posterize($$anchor, $$props) {
13577
13578
  $.append($$anchor, fragment);
13578
13579
  $.pop();
13579
13580
  }
13580
- var root_2$38 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
13581
- var root$39 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
13582
- function ProgressiveBlur($$anchor, $$props) {
13581
+ var root_2$39 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
13582
+ var root$40 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
13583
+ function Posterize($$anchor, $$props) {
13583
13584
  $.push($$props, true);
13584
13585
  let _experimentalWarnedOnce = false;
13585
13586
  if (componentDefinition$68.experimental && !_experimentalWarnedOnce) {
@@ -13743,7 +13744,7 @@ function ProgressiveBlur($$anchor, $$props) {
13743
13744
  $.set(isRegistered, false);
13744
13745
  parentRegister(instanceId, null, null, null, null);
13745
13746
  });
13746
- var fragment = root$39();
13747
+ var fragment = root$40();
13747
13748
  var span = $.first_child(fragment);
13748
13749
  var node_1 = $.child(span);
13749
13750
  var consequent = ($$anchor$1) => {
@@ -13756,7 +13757,7 @@ function ProgressiveBlur($$anchor, $$props) {
13756
13757
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
13757
13758
  var node_2 = $.sibling(span, 2);
13758
13759
  var consequent_1 = ($$anchor$1) => {
13759
- var canvas = root_2$38();
13760
+ var canvas = root_2$39();
13760
13761
  var node_3 = $.child(canvas);
13761
13762
  children?.(node_3);
13762
13763
  $.reset(canvas);
@@ -13775,9 +13776,9 @@ function ProgressiveBlur($$anchor, $$props) {
13775
13776
  $.append($$anchor, fragment);
13776
13777
  $.pop();
13777
13778
  }
13778
- var root_2$37 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
13779
- var root$38 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
13780
- function RadialGradient($$anchor, $$props) {
13779
+ var root_2$38 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
13780
+ var root$39 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
13781
+ function ProgressiveBlur($$anchor, $$props) {
13781
13782
  $.push($$props, true);
13782
13783
  let _experimentalWarnedOnce = false;
13783
13784
  if (componentDefinition$69.experimental && !_experimentalWarnedOnce) {
@@ -13941,7 +13942,7 @@ function RadialGradient($$anchor, $$props) {
13941
13942
  $.set(isRegistered, false);
13942
13943
  parentRegister(instanceId, null, null, null, null);
13943
13944
  });
13944
- var fragment = root$38();
13945
+ var fragment = root$39();
13945
13946
  var span = $.first_child(fragment);
13946
13947
  var node_1 = $.child(span);
13947
13948
  var consequent = ($$anchor$1) => {
@@ -13954,7 +13955,7 @@ function RadialGradient($$anchor, $$props) {
13954
13955
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
13955
13956
  var node_2 = $.sibling(span, 2);
13956
13957
  var consequent_1 = ($$anchor$1) => {
13957
- var canvas = root_2$37();
13958
+ var canvas = root_2$38();
13958
13959
  var node_3 = $.child(canvas);
13959
13960
  children?.(node_3);
13960
13961
  $.reset(canvas);
@@ -13973,9 +13974,9 @@ function RadialGradient($$anchor, $$props) {
13973
13974
  $.append($$anchor, fragment);
13974
13975
  $.pop();
13975
13976
  }
13976
- var root_2$36 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
13977
- var root$37 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
13978
- function RectangularCoordinates($$anchor, $$props) {
13977
+ var root_2$37 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
13978
+ var root$38 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
13979
+ function RadialGradient($$anchor, $$props) {
13979
13980
  $.push($$props, true);
13980
13981
  let _experimentalWarnedOnce = false;
13981
13982
  if (componentDefinition$70.experimental && !_experimentalWarnedOnce) {
@@ -14139,7 +14140,7 @@ function RectangularCoordinates($$anchor, $$props) {
14139
14140
  $.set(isRegistered, false);
14140
14141
  parentRegister(instanceId, null, null, null, null);
14141
14142
  });
14142
- var fragment = root$37();
14143
+ var fragment = root$38();
14143
14144
  var span = $.first_child(fragment);
14144
14145
  var node_1 = $.child(span);
14145
14146
  var consequent = ($$anchor$1) => {
@@ -14152,7 +14153,7 @@ function RectangularCoordinates($$anchor, $$props) {
14152
14153
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
14153
14154
  var node_2 = $.sibling(span, 2);
14154
14155
  var consequent_1 = ($$anchor$1) => {
14155
- var canvas = root_2$36();
14156
+ var canvas = root_2$37();
14156
14157
  var node_3 = $.child(canvas);
14157
14158
  children?.(node_3);
14158
14159
  $.reset(canvas);
@@ -14171,9 +14172,9 @@ function RectangularCoordinates($$anchor, $$props) {
14171
14172
  $.append($$anchor, fragment);
14172
14173
  $.pop();
14173
14174
  }
14174
- var root_2$35 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
14175
- var root$36 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
14176
- function Ring($$anchor, $$props) {
14175
+ var root_2$36 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
14176
+ var root$37 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
14177
+ function RectangularCoordinates($$anchor, $$props) {
14177
14178
  $.push($$props, true);
14178
14179
  let _experimentalWarnedOnce = false;
14179
14180
  if (componentDefinition$71.experimental && !_experimentalWarnedOnce) {
@@ -14337,7 +14338,7 @@ function Ring($$anchor, $$props) {
14337
14338
  $.set(isRegistered, false);
14338
14339
  parentRegister(instanceId, null, null, null, null);
14339
14340
  });
14340
- var fragment = root$36();
14341
+ var fragment = root$37();
14341
14342
  var span = $.first_child(fragment);
14342
14343
  var node_1 = $.child(span);
14343
14344
  var consequent = ($$anchor$1) => {
@@ -14350,7 +14351,7 @@ function Ring($$anchor, $$props) {
14350
14351
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
14351
14352
  var node_2 = $.sibling(span, 2);
14352
14353
  var consequent_1 = ($$anchor$1) => {
14353
- var canvas = root_2$35();
14354
+ var canvas = root_2$36();
14354
14355
  var node_3 = $.child(canvas);
14355
14356
  children?.(node_3);
14356
14357
  $.reset(canvas);
@@ -14369,9 +14370,9 @@ function Ring($$anchor, $$props) {
14369
14370
  $.append($$anchor, fragment);
14370
14371
  $.pop();
14371
14372
  }
14372
- var root_2$34 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
14373
- var root$35 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
14374
- function Ripples($$anchor, $$props) {
14373
+ var root_2$35 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
14374
+ var root$36 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
14375
+ function Ring($$anchor, $$props) {
14375
14376
  $.push($$props, true);
14376
14377
  let _experimentalWarnedOnce = false;
14377
14378
  if (componentDefinition$72.experimental && !_experimentalWarnedOnce) {
@@ -14535,7 +14536,7 @@ function Ripples($$anchor, $$props) {
14535
14536
  $.set(isRegistered, false);
14536
14537
  parentRegister(instanceId, null, null, null, null);
14537
14538
  });
14538
- var fragment = root$35();
14539
+ var fragment = root$36();
14539
14540
  var span = $.first_child(fragment);
14540
14541
  var node_1 = $.child(span);
14541
14542
  var consequent = ($$anchor$1) => {
@@ -14548,7 +14549,7 @@ function Ripples($$anchor, $$props) {
14548
14549
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
14549
14550
  var node_2 = $.sibling(span, 2);
14550
14551
  var consequent_1 = ($$anchor$1) => {
14551
- var canvas = root_2$34();
14552
+ var canvas = root_2$35();
14552
14553
  var node_3 = $.child(canvas);
14553
14554
  children?.(node_3);
14554
14555
  $.reset(canvas);
@@ -14567,9 +14568,9 @@ function Ripples($$anchor, $$props) {
14567
14568
  $.append($$anchor, fragment);
14568
14569
  $.pop();
14569
14570
  }
14570
- var root_2$33 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
14571
- var root$34 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
14572
- function RoundedRect($$anchor, $$props) {
14571
+ var root_2$34 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
14572
+ var root$35 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
14573
+ function Ripples($$anchor, $$props) {
14573
14574
  $.push($$props, true);
14574
14575
  let _experimentalWarnedOnce = false;
14575
14576
  if (componentDefinition$73.experimental && !_experimentalWarnedOnce) {
@@ -14733,7 +14734,7 @@ function RoundedRect($$anchor, $$props) {
14733
14734
  $.set(isRegistered, false);
14734
14735
  parentRegister(instanceId, null, null, null, null);
14735
14736
  });
14736
- var fragment = root$34();
14737
+ var fragment = root$35();
14737
14738
  var span = $.first_child(fragment);
14738
14739
  var node_1 = $.child(span);
14739
14740
  var consequent = ($$anchor$1) => {
@@ -14746,7 +14747,7 @@ function RoundedRect($$anchor, $$props) {
14746
14747
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
14747
14748
  var node_2 = $.sibling(span, 2);
14748
14749
  var consequent_1 = ($$anchor$1) => {
14749
- var canvas = root_2$33();
14750
+ var canvas = root_2$34();
14750
14751
  var node_3 = $.child(canvas);
14751
14752
  children?.(node_3);
14752
14753
  $.reset(canvas);
@@ -14765,9 +14766,9 @@ function RoundedRect($$anchor, $$props) {
14765
14766
  $.append($$anchor, fragment);
14766
14767
  $.pop();
14767
14768
  }
14768
- var root_2$32 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
14769
- var root$33 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
14770
- function Saturation($$anchor, $$props) {
14769
+ var root_2$33 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
14770
+ var root$34 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
14771
+ function RoundedRect($$anchor, $$props) {
14771
14772
  $.push($$props, true);
14772
14773
  let _experimentalWarnedOnce = false;
14773
14774
  if (componentDefinition$74.experimental && !_experimentalWarnedOnce) {
@@ -14931,7 +14932,7 @@ function Saturation($$anchor, $$props) {
14931
14932
  $.set(isRegistered, false);
14932
14933
  parentRegister(instanceId, null, null, null, null);
14933
14934
  });
14934
- var fragment = root$33();
14935
+ var fragment = root$34();
14935
14936
  var span = $.first_child(fragment);
14936
14937
  var node_1 = $.child(span);
14937
14938
  var consequent = ($$anchor$1) => {
@@ -14944,7 +14945,7 @@ function Saturation($$anchor, $$props) {
14944
14945
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
14945
14946
  var node_2 = $.sibling(span, 2);
14946
14947
  var consequent_1 = ($$anchor$1) => {
14947
- var canvas = root_2$32();
14948
+ var canvas = root_2$33();
14948
14949
  var node_3 = $.child(canvas);
14949
14950
  children?.(node_3);
14950
14951
  $.reset(canvas);
@@ -14963,9 +14964,9 @@ function Saturation($$anchor, $$props) {
14963
14964
  $.append($$anchor, fragment);
14964
14965
  $.pop();
14965
14966
  }
14966
- var root_2$31 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
14967
- var root$32 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
14968
- function Sharpness($$anchor, $$props) {
14967
+ var root_2$32 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
14968
+ var root$33 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
14969
+ function Saturation($$anchor, $$props) {
14969
14970
  $.push($$props, true);
14970
14971
  let _experimentalWarnedOnce = false;
14971
14972
  if (componentDefinition$75.experimental && !_experimentalWarnedOnce) {
@@ -15129,7 +15130,7 @@ function Sharpness($$anchor, $$props) {
15129
15130
  $.set(isRegistered, false);
15130
15131
  parentRegister(instanceId, null, null, null, null);
15131
15132
  });
15132
- var fragment = root$32();
15133
+ var fragment = root$33();
15133
15134
  var span = $.first_child(fragment);
15134
15135
  var node_1 = $.child(span);
15135
15136
  var consequent = ($$anchor$1) => {
@@ -15142,7 +15143,7 @@ function Sharpness($$anchor, $$props) {
15142
15143
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
15143
15144
  var node_2 = $.sibling(span, 2);
15144
15145
  var consequent_1 = ($$anchor$1) => {
15145
- var canvas = root_2$31();
15146
+ var canvas = root_2$32();
15146
15147
  var node_3 = $.child(canvas);
15147
15148
  children?.(node_3);
15148
15149
  $.reset(canvas);
@@ -15161,9 +15162,9 @@ function Sharpness($$anchor, $$props) {
15161
15162
  $.append($$anchor, fragment);
15162
15163
  $.pop();
15163
15164
  }
15164
- var root_2$30 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
15165
- var root$31 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
15166
- function Shatter($$anchor, $$props) {
15165
+ var root_2$31 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
15166
+ var root$32 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
15167
+ function Sharpness($$anchor, $$props) {
15167
15168
  $.push($$props, true);
15168
15169
  let _experimentalWarnedOnce = false;
15169
15170
  if (componentDefinition$76.experimental && !_experimentalWarnedOnce) {
@@ -15327,7 +15328,7 @@ function Shatter($$anchor, $$props) {
15327
15328
  $.set(isRegistered, false);
15328
15329
  parentRegister(instanceId, null, null, null, null);
15329
15330
  });
15330
- var fragment = root$31();
15331
+ var fragment = root$32();
15331
15332
  var span = $.first_child(fragment);
15332
15333
  var node_1 = $.child(span);
15333
15334
  var consequent = ($$anchor$1) => {
@@ -15340,7 +15341,7 @@ function Shatter($$anchor, $$props) {
15340
15341
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
15341
15342
  var node_2 = $.sibling(span, 2);
15342
15343
  var consequent_1 = ($$anchor$1) => {
15343
- var canvas = root_2$30();
15344
+ var canvas = root_2$31();
15344
15345
  var node_3 = $.child(canvas);
15345
15346
  children?.(node_3);
15346
15347
  $.reset(canvas);
@@ -15359,9 +15360,9 @@ function Shatter($$anchor, $$props) {
15359
15360
  $.append($$anchor, fragment);
15360
15361
  $.pop();
15361
15362
  }
15362
- var root_2$29 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
15363
- var root$30 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
15364
- function SimplexNoise($$anchor, $$props) {
15363
+ var root_2$30 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
15364
+ var root$31 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
15365
+ function Shatter($$anchor, $$props) {
15365
15366
  $.push($$props, true);
15366
15367
  let _experimentalWarnedOnce = false;
15367
15368
  if (componentDefinition$77.experimental && !_experimentalWarnedOnce) {
@@ -15525,7 +15526,7 @@ function SimplexNoise($$anchor, $$props) {
15525
15526
  $.set(isRegistered, false);
15526
15527
  parentRegister(instanceId, null, null, null, null);
15527
15528
  });
15528
- var fragment = root$30();
15529
+ var fragment = root$31();
15529
15530
  var span = $.first_child(fragment);
15530
15531
  var node_1 = $.child(span);
15531
15532
  var consequent = ($$anchor$1) => {
@@ -15538,7 +15539,7 @@ function SimplexNoise($$anchor, $$props) {
15538
15539
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
15539
15540
  var node_2 = $.sibling(span, 2);
15540
15541
  var consequent_1 = ($$anchor$1) => {
15541
- var canvas = root_2$29();
15542
+ var canvas = root_2$30();
15542
15543
  var node_3 = $.child(canvas);
15543
15544
  children?.(node_3);
15544
15545
  $.reset(canvas);
@@ -15557,9 +15558,9 @@ function SimplexNoise($$anchor, $$props) {
15557
15558
  $.append($$anchor, fragment);
15558
15559
  $.pop();
15559
15560
  }
15560
- var root_2$28 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
15561
- var root$29 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
15562
- function SineWave($$anchor, $$props) {
15561
+ var root_2$29 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
15562
+ var root$30 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
15563
+ function SimplexNoise($$anchor, $$props) {
15563
15564
  $.push($$props, true);
15564
15565
  let _experimentalWarnedOnce = false;
15565
15566
  if (componentDefinition$78.experimental && !_experimentalWarnedOnce) {
@@ -15723,7 +15724,7 @@ function SineWave($$anchor, $$props) {
15723
15724
  $.set(isRegistered, false);
15724
15725
  parentRegister(instanceId, null, null, null, null);
15725
15726
  });
15726
- var fragment = root$29();
15727
+ var fragment = root$30();
15727
15728
  var span = $.first_child(fragment);
15728
15729
  var node_1 = $.child(span);
15729
15730
  var consequent = ($$anchor$1) => {
@@ -15736,7 +15737,7 @@ function SineWave($$anchor, $$props) {
15736
15737
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
15737
15738
  var node_2 = $.sibling(span, 2);
15738
15739
  var consequent_1 = ($$anchor$1) => {
15739
- var canvas = root_2$28();
15740
+ var canvas = root_2$29();
15740
15741
  var node_3 = $.child(canvas);
15741
15742
  children?.(node_3);
15742
15743
  $.reset(canvas);
@@ -15755,9 +15756,9 @@ function SineWave($$anchor, $$props) {
15755
15756
  $.append($$anchor, fragment);
15756
15757
  $.pop();
15757
15758
  }
15758
- var root_2$27 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
15759
- var root$28 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
15760
- function Smoke($$anchor, $$props) {
15759
+ var root_2$28 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
15760
+ var root$29 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
15761
+ function SineWave($$anchor, $$props) {
15761
15762
  $.push($$props, true);
15762
15763
  let _experimentalWarnedOnce = false;
15763
15764
  if (componentDefinition$79.experimental && !_experimentalWarnedOnce) {
@@ -15921,7 +15922,7 @@ function Smoke($$anchor, $$props) {
15921
15922
  $.set(isRegistered, false);
15922
15923
  parentRegister(instanceId, null, null, null, null);
15923
15924
  });
15924
- var fragment = root$28();
15925
+ var fragment = root$29();
15925
15926
  var span = $.first_child(fragment);
15926
15927
  var node_1 = $.child(span);
15927
15928
  var consequent = ($$anchor$1) => {
@@ -15934,7 +15935,7 @@ function Smoke($$anchor, $$props) {
15934
15935
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
15935
15936
  var node_2 = $.sibling(span, 2);
15936
15937
  var consequent_1 = ($$anchor$1) => {
15937
- var canvas = root_2$27();
15938
+ var canvas = root_2$28();
15938
15939
  var node_3 = $.child(canvas);
15939
15940
  children?.(node_3);
15940
15941
  $.reset(canvas);
@@ -15953,9 +15954,9 @@ function Smoke($$anchor, $$props) {
15953
15954
  $.append($$anchor, fragment);
15954
15955
  $.pop();
15955
15956
  }
15956
- var root_2$26 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
15957
- var root$27 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
15958
- function SmokeFill($$anchor, $$props) {
15957
+ var root_2$27 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
15958
+ var root$28 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
15959
+ function Smoke($$anchor, $$props) {
15959
15960
  $.push($$props, true);
15960
15961
  let _experimentalWarnedOnce = false;
15961
15962
  if (componentDefinition$80.experimental && !_experimentalWarnedOnce) {
@@ -16119,7 +16120,7 @@ function SmokeFill($$anchor, $$props) {
16119
16120
  $.set(isRegistered, false);
16120
16121
  parentRegister(instanceId, null, null, null, null);
16121
16122
  });
16122
- var fragment = root$27();
16123
+ var fragment = root$28();
16123
16124
  var span = $.first_child(fragment);
16124
16125
  var node_1 = $.child(span);
16125
16126
  var consequent = ($$anchor$1) => {
@@ -16132,7 +16133,7 @@ function SmokeFill($$anchor, $$props) {
16132
16133
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
16133
16134
  var node_2 = $.sibling(span, 2);
16134
16135
  var consequent_1 = ($$anchor$1) => {
16135
- var canvas = root_2$26();
16136
+ var canvas = root_2$27();
16136
16137
  var node_3 = $.child(canvas);
16137
16138
  children?.(node_3);
16138
16139
  $.reset(canvas);
@@ -16151,9 +16152,9 @@ function SmokeFill($$anchor, $$props) {
16151
16152
  $.append($$anchor, fragment);
16152
16153
  $.pop();
16153
16154
  }
16154
- var root_2$25 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
16155
- var root$26 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
16156
- function Solarize($$anchor, $$props) {
16155
+ var root_2$26 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
16156
+ var root$27 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
16157
+ function SmokeFill($$anchor, $$props) {
16157
16158
  $.push($$props, true);
16158
16159
  let _experimentalWarnedOnce = false;
16159
16160
  if (componentDefinition$81.experimental && !_experimentalWarnedOnce) {
@@ -16317,7 +16318,7 @@ function Solarize($$anchor, $$props) {
16317
16318
  $.set(isRegistered, false);
16318
16319
  parentRegister(instanceId, null, null, null, null);
16319
16320
  });
16320
- var fragment = root$26();
16321
+ var fragment = root$27();
16321
16322
  var span = $.first_child(fragment);
16322
16323
  var node_1 = $.child(span);
16323
16324
  var consequent = ($$anchor$1) => {
@@ -16330,7 +16331,7 @@ function Solarize($$anchor, $$props) {
16330
16331
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
16331
16332
  var node_2 = $.sibling(span, 2);
16332
16333
  var consequent_1 = ($$anchor$1) => {
16333
- var canvas = root_2$25();
16334
+ var canvas = root_2$26();
16334
16335
  var node_3 = $.child(canvas);
16335
16336
  children?.(node_3);
16336
16337
  $.reset(canvas);
@@ -16349,9 +16350,9 @@ function Solarize($$anchor, $$props) {
16349
16350
  $.append($$anchor, fragment);
16350
16351
  $.pop();
16351
16352
  }
16352
- var root_2$24 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
16353
- var root$25 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
16354
- function SolidColor($$anchor, $$props) {
16353
+ var root_2$25 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
16354
+ var root$26 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
16355
+ function Solarize($$anchor, $$props) {
16355
16356
  $.push($$props, true);
16356
16357
  let _experimentalWarnedOnce = false;
16357
16358
  if (componentDefinition$82.experimental && !_experimentalWarnedOnce) {
@@ -16515,7 +16516,7 @@ function SolidColor($$anchor, $$props) {
16515
16516
  $.set(isRegistered, false);
16516
16517
  parentRegister(instanceId, null, null, null, null);
16517
16518
  });
16518
- var fragment = root$25();
16519
+ var fragment = root$26();
16519
16520
  var span = $.first_child(fragment);
16520
16521
  var node_1 = $.child(span);
16521
16522
  var consequent = ($$anchor$1) => {
@@ -16528,7 +16529,7 @@ function SolidColor($$anchor, $$props) {
16528
16529
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
16529
16530
  var node_2 = $.sibling(span, 2);
16530
16531
  var consequent_1 = ($$anchor$1) => {
16531
- var canvas = root_2$24();
16532
+ var canvas = root_2$25();
16532
16533
  var node_3 = $.child(canvas);
16533
16534
  children?.(node_3);
16534
16535
  $.reset(canvas);
@@ -16547,9 +16548,9 @@ function SolidColor($$anchor, $$props) {
16547
16548
  $.append($$anchor, fragment);
16548
16549
  $.pop();
16549
16550
  }
16550
- var root_2$23 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
16551
- var root$24 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
16552
- function Spherize($$anchor, $$props) {
16551
+ var root_2$24 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
16552
+ var root$25 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
16553
+ function SolidColor($$anchor, $$props) {
16553
16554
  $.push($$props, true);
16554
16555
  let _experimentalWarnedOnce = false;
16555
16556
  if (componentDefinition$83.experimental && !_experimentalWarnedOnce) {
@@ -16713,7 +16714,7 @@ function Spherize($$anchor, $$props) {
16713
16714
  $.set(isRegistered, false);
16714
16715
  parentRegister(instanceId, null, null, null, null);
16715
16716
  });
16716
- var fragment = root$24();
16717
+ var fragment = root$25();
16717
16718
  var span = $.first_child(fragment);
16718
16719
  var node_1 = $.child(span);
16719
16720
  var consequent = ($$anchor$1) => {
@@ -16726,7 +16727,7 @@ function Spherize($$anchor, $$props) {
16726
16727
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
16727
16728
  var node_2 = $.sibling(span, 2);
16728
16729
  var consequent_1 = ($$anchor$1) => {
16729
- var canvas = root_2$23();
16730
+ var canvas = root_2$24();
16730
16731
  var node_3 = $.child(canvas);
16731
16732
  children?.(node_3);
16732
16733
  $.reset(canvas);
@@ -16745,9 +16746,9 @@ function Spherize($$anchor, $$props) {
16745
16746
  $.append($$anchor, fragment);
16746
16747
  $.pop();
16747
16748
  }
16748
- var root_2$22 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
16749
- var root$23 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
16750
- function Spiral($$anchor, $$props) {
16749
+ var root_2$23 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
16750
+ var root$24 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
16751
+ function Spherize($$anchor, $$props) {
16751
16752
  $.push($$props, true);
16752
16753
  let _experimentalWarnedOnce = false;
16753
16754
  if (componentDefinition$84.experimental && !_experimentalWarnedOnce) {
@@ -16911,7 +16912,7 @@ function Spiral($$anchor, $$props) {
16911
16912
  $.set(isRegistered, false);
16912
16913
  parentRegister(instanceId, null, null, null, null);
16913
16914
  });
16914
- var fragment = root$23();
16915
+ var fragment = root$24();
16915
16916
  var span = $.first_child(fragment);
16916
16917
  var node_1 = $.child(span);
16917
16918
  var consequent = ($$anchor$1) => {
@@ -16924,7 +16925,7 @@ function Spiral($$anchor, $$props) {
16924
16925
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
16925
16926
  var node_2 = $.sibling(span, 2);
16926
16927
  var consequent_1 = ($$anchor$1) => {
16927
- var canvas = root_2$22();
16928
+ var canvas = root_2$23();
16928
16929
  var node_3 = $.child(canvas);
16929
16930
  children?.(node_3);
16930
16931
  $.reset(canvas);
@@ -16943,9 +16944,9 @@ function Spiral($$anchor, $$props) {
16943
16944
  $.append($$anchor, fragment);
16944
16945
  $.pop();
16945
16946
  }
16946
- var root_2$21 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
16947
- var root$22 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
16948
- function Star($$anchor, $$props) {
16947
+ var root_2$22 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
16948
+ var root$23 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
16949
+ function Spiral($$anchor, $$props) {
16949
16950
  $.push($$props, true);
16950
16951
  let _experimentalWarnedOnce = false;
16951
16952
  if (componentDefinition$85.experimental && !_experimentalWarnedOnce) {
@@ -17109,7 +17110,7 @@ function Star($$anchor, $$props) {
17109
17110
  $.set(isRegistered, false);
17110
17111
  parentRegister(instanceId, null, null, null, null);
17111
17112
  });
17112
- var fragment = root$22();
17113
+ var fragment = root$23();
17113
17114
  var span = $.first_child(fragment);
17114
17115
  var node_1 = $.child(span);
17115
17116
  var consequent = ($$anchor$1) => {
@@ -17122,7 +17123,7 @@ function Star($$anchor, $$props) {
17122
17123
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
17123
17124
  var node_2 = $.sibling(span, 2);
17124
17125
  var consequent_1 = ($$anchor$1) => {
17125
- var canvas = root_2$21();
17126
+ var canvas = root_2$22();
17126
17127
  var node_3 = $.child(canvas);
17127
17128
  children?.(node_3);
17128
17129
  $.reset(canvas);
@@ -17141,9 +17142,9 @@ function Star($$anchor, $$props) {
17141
17142
  $.append($$anchor, fragment);
17142
17143
  $.pop();
17143
17144
  }
17144
- var root_2$20 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
17145
- var root$21 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
17146
- function Strands($$anchor, $$props) {
17145
+ var root_2$21 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
17146
+ var root$22 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
17147
+ function Star($$anchor, $$props) {
17147
17148
  $.push($$props, true);
17148
17149
  let _experimentalWarnedOnce = false;
17149
17150
  if (componentDefinition$86.experimental && !_experimentalWarnedOnce) {
@@ -17307,7 +17308,7 @@ function Strands($$anchor, $$props) {
17307
17308
  $.set(isRegistered, false);
17308
17309
  parentRegister(instanceId, null, null, null, null);
17309
17310
  });
17310
- var fragment = root$21();
17311
+ var fragment = root$22();
17311
17312
  var span = $.first_child(fragment);
17312
17313
  var node_1 = $.child(span);
17313
17314
  var consequent = ($$anchor$1) => {
@@ -17320,7 +17321,7 @@ function Strands($$anchor, $$props) {
17320
17321
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
17321
17322
  var node_2 = $.sibling(span, 2);
17322
17323
  var consequent_1 = ($$anchor$1) => {
17323
- var canvas = root_2$20();
17324
+ var canvas = root_2$21();
17324
17325
  var node_3 = $.child(canvas);
17325
17326
  children?.(node_3);
17326
17327
  $.reset(canvas);
@@ -17339,9 +17340,9 @@ function Strands($$anchor, $$props) {
17339
17340
  $.append($$anchor, fragment);
17340
17341
  $.pop();
17341
17342
  }
17342
- var root_2$19 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
17343
- var root$20 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
17344
- function Stretch($$anchor, $$props) {
17343
+ var root_2$20 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
17344
+ var root$21 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
17345
+ function Strands($$anchor, $$props) {
17345
17346
  $.push($$props, true);
17346
17347
  let _experimentalWarnedOnce = false;
17347
17348
  if (componentDefinition$87.experimental && !_experimentalWarnedOnce) {
@@ -17505,7 +17506,7 @@ function Stretch($$anchor, $$props) {
17505
17506
  $.set(isRegistered, false);
17506
17507
  parentRegister(instanceId, null, null, null, null);
17507
17508
  });
17508
- var fragment = root$20();
17509
+ var fragment = root$21();
17509
17510
  var span = $.first_child(fragment);
17510
17511
  var node_1 = $.child(span);
17511
17512
  var consequent = ($$anchor$1) => {
@@ -17518,7 +17519,7 @@ function Stretch($$anchor, $$props) {
17518
17519
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
17519
17520
  var node_2 = $.sibling(span, 2);
17520
17521
  var consequent_1 = ($$anchor$1) => {
17521
- var canvas = root_2$19();
17522
+ var canvas = root_2$20();
17522
17523
  var node_3 = $.child(canvas);
17523
17524
  children?.(node_3);
17524
17525
  $.reset(canvas);
@@ -17537,9 +17538,9 @@ function Stretch($$anchor, $$props) {
17537
17538
  $.append($$anchor, fragment);
17538
17539
  $.pop();
17539
17540
  }
17540
- var root_2$18 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
17541
- var root$19 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
17542
- function Stripes($$anchor, $$props) {
17541
+ var root_2$19 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
17542
+ var root$20 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
17543
+ function Stretch($$anchor, $$props) {
17543
17544
  $.push($$props, true);
17544
17545
  let _experimentalWarnedOnce = false;
17545
17546
  if (componentDefinition$88.experimental && !_experimentalWarnedOnce) {
@@ -17703,7 +17704,7 @@ function Stripes($$anchor, $$props) {
17703
17704
  $.set(isRegistered, false);
17704
17705
  parentRegister(instanceId, null, null, null, null);
17705
17706
  });
17706
- var fragment = root$19();
17707
+ var fragment = root$20();
17707
17708
  var span = $.first_child(fragment);
17708
17709
  var node_1 = $.child(span);
17709
17710
  var consequent = ($$anchor$1) => {
@@ -17716,7 +17717,7 @@ function Stripes($$anchor, $$props) {
17716
17717
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
17717
17718
  var node_2 = $.sibling(span, 2);
17718
17719
  var consequent_1 = ($$anchor$1) => {
17719
- var canvas = root_2$18();
17720
+ var canvas = root_2$19();
17720
17721
  var node_3 = $.child(canvas);
17721
17722
  children?.(node_3);
17722
17723
  $.reset(canvas);
@@ -17735,9 +17736,9 @@ function Stripes($$anchor, $$props) {
17735
17736
  $.append($$anchor, fragment);
17736
17737
  $.pop();
17737
17738
  }
17738
- var root_2$17 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
17739
- var root$18 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
17740
- function StudioBackground($$anchor, $$props) {
17739
+ var root_2$18 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
17740
+ var root$19 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
17741
+ function Stripes($$anchor, $$props) {
17741
17742
  $.push($$props, true);
17742
17743
  let _experimentalWarnedOnce = false;
17743
17744
  if (componentDefinition$89.experimental && !_experimentalWarnedOnce) {
@@ -17901,7 +17902,7 @@ function StudioBackground($$anchor, $$props) {
17901
17902
  $.set(isRegistered, false);
17902
17903
  parentRegister(instanceId, null, null, null, null);
17903
17904
  });
17904
- var fragment = root$18();
17905
+ var fragment = root$19();
17905
17906
  var span = $.first_child(fragment);
17906
17907
  var node_1 = $.child(span);
17907
17908
  var consequent = ($$anchor$1) => {
@@ -17914,7 +17915,7 @@ function StudioBackground($$anchor, $$props) {
17914
17915
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
17915
17916
  var node_2 = $.sibling(span, 2);
17916
17917
  var consequent_1 = ($$anchor$1) => {
17917
- var canvas = root_2$17();
17918
+ var canvas = root_2$18();
17918
17919
  var node_3 = $.child(canvas);
17919
17920
  children?.(node_3);
17920
17921
  $.reset(canvas);
@@ -17933,9 +17934,9 @@ function StudioBackground($$anchor, $$props) {
17933
17934
  $.append($$anchor, fragment);
17934
17935
  $.pop();
17935
17936
  }
17936
- var root_2$16 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
17937
- var root$17 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
17938
- function Swirl($$anchor, $$props) {
17937
+ var root_2$17 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
17938
+ var root$18 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
17939
+ function StudioBackground($$anchor, $$props) {
17939
17940
  $.push($$props, true);
17940
17941
  let _experimentalWarnedOnce = false;
17941
17942
  if (componentDefinition$90.experimental && !_experimentalWarnedOnce) {
@@ -18099,7 +18100,7 @@ function Swirl($$anchor, $$props) {
18099
18100
  $.set(isRegistered, false);
18100
18101
  parentRegister(instanceId, null, null, null, null);
18101
18102
  });
18102
- var fragment = root$17();
18103
+ var fragment = root$18();
18103
18104
  var span = $.first_child(fragment);
18104
18105
  var node_1 = $.child(span);
18105
18106
  var consequent = ($$anchor$1) => {
@@ -18112,7 +18113,7 @@ function Swirl($$anchor, $$props) {
18112
18113
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
18113
18114
  var node_2 = $.sibling(span, 2);
18114
18115
  var consequent_1 = ($$anchor$1) => {
18115
- var canvas = root_2$16();
18116
+ var canvas = root_2$17();
18116
18117
  var node_3 = $.child(canvas);
18117
18118
  children?.(node_3);
18118
18119
  $.reset(canvas);
@@ -18131,9 +18132,9 @@ function Swirl($$anchor, $$props) {
18131
18132
  $.append($$anchor, fragment);
18132
18133
  $.pop();
18133
18134
  }
18134
- var root_2$15 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
18135
- var root$16 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
18136
- function TiltShift($$anchor, $$props) {
18135
+ var root_2$16 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
18136
+ var root$17 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
18137
+ function Swirl($$anchor, $$props) {
18137
18138
  $.push($$props, true);
18138
18139
  let _experimentalWarnedOnce = false;
18139
18140
  if (componentDefinition$91.experimental && !_experimentalWarnedOnce) {
@@ -18297,7 +18298,7 @@ function TiltShift($$anchor, $$props) {
18297
18298
  $.set(isRegistered, false);
18298
18299
  parentRegister(instanceId, null, null, null, null);
18299
18300
  });
18300
- var fragment = root$16();
18301
+ var fragment = root$17();
18301
18302
  var span = $.first_child(fragment);
18302
18303
  var node_1 = $.child(span);
18303
18304
  var consequent = ($$anchor$1) => {
@@ -18310,7 +18311,7 @@ function TiltShift($$anchor, $$props) {
18310
18311
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
18311
18312
  var node_2 = $.sibling(span, 2);
18312
18313
  var consequent_1 = ($$anchor$1) => {
18313
- var canvas = root_2$15();
18314
+ var canvas = root_2$16();
18314
18315
  var node_3 = $.child(canvas);
18315
18316
  children?.(node_3);
18316
18317
  $.reset(canvas);
@@ -18329,9 +18330,9 @@ function TiltShift($$anchor, $$props) {
18329
18330
  $.append($$anchor, fragment);
18330
18331
  $.pop();
18331
18332
  }
18332
- var root_2$14 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
18333
- var root$15 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
18334
- function Tint($$anchor, $$props) {
18333
+ var root_2$15 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
18334
+ var root$16 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
18335
+ function TiltShift($$anchor, $$props) {
18335
18336
  $.push($$props, true);
18336
18337
  let _experimentalWarnedOnce = false;
18337
18338
  if (componentDefinition$92.experimental && !_experimentalWarnedOnce) {
@@ -18495,7 +18496,7 @@ function Tint($$anchor, $$props) {
18495
18496
  $.set(isRegistered, false);
18496
18497
  parentRegister(instanceId, null, null, null, null);
18497
18498
  });
18498
- var fragment = root$15();
18499
+ var fragment = root$16();
18499
18500
  var span = $.first_child(fragment);
18500
18501
  var node_1 = $.child(span);
18501
18502
  var consequent = ($$anchor$1) => {
@@ -18508,7 +18509,7 @@ function Tint($$anchor, $$props) {
18508
18509
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
18509
18510
  var node_2 = $.sibling(span, 2);
18510
18511
  var consequent_1 = ($$anchor$1) => {
18511
- var canvas = root_2$14();
18512
+ var canvas = root_2$15();
18512
18513
  var node_3 = $.child(canvas);
18513
18514
  children?.(node_3);
18514
18515
  $.reset(canvas);
@@ -18527,9 +18528,9 @@ function Tint($$anchor, $$props) {
18527
18528
  $.append($$anchor, fragment);
18528
18529
  $.pop();
18529
18530
  }
18530
- var root_2$13 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
18531
- var root$14 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
18532
- function Trapezoid($$anchor, $$props) {
18531
+ var root_2$14 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
18532
+ var root$15 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
18533
+ function Tint($$anchor, $$props) {
18533
18534
  $.push($$props, true);
18534
18535
  let _experimentalWarnedOnce = false;
18535
18536
  if (componentDefinition$93.experimental && !_experimentalWarnedOnce) {
@@ -18693,7 +18694,7 @@ function Trapezoid($$anchor, $$props) {
18693
18694
  $.set(isRegistered, false);
18694
18695
  parentRegister(instanceId, null, null, null, null);
18695
18696
  });
18696
- var fragment = root$14();
18697
+ var fragment = root$15();
18697
18698
  var span = $.first_child(fragment);
18698
18699
  var node_1 = $.child(span);
18699
18700
  var consequent = ($$anchor$1) => {
@@ -18706,7 +18707,7 @@ function Trapezoid($$anchor, $$props) {
18706
18707
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
18707
18708
  var node_2 = $.sibling(span, 2);
18708
18709
  var consequent_1 = ($$anchor$1) => {
18709
- var canvas = root_2$13();
18710
+ var canvas = root_2$14();
18710
18711
  var node_3 = $.child(canvas);
18711
18712
  children?.(node_3);
18712
18713
  $.reset(canvas);
@@ -18725,9 +18726,9 @@ function Trapezoid($$anchor, $$props) {
18725
18726
  $.append($$anchor, fragment);
18726
18727
  $.pop();
18727
18728
  }
18728
- var root_2$12 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
18729
- var root$13 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
18730
- function Tritone($$anchor, $$props) {
18729
+ var root_2$13 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
18730
+ var root$14 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
18731
+ function Trapezoid($$anchor, $$props) {
18731
18732
  $.push($$props, true);
18732
18733
  let _experimentalWarnedOnce = false;
18733
18734
  if (componentDefinition$94.experimental && !_experimentalWarnedOnce) {
@@ -18891,7 +18892,7 @@ function Tritone($$anchor, $$props) {
18891
18892
  $.set(isRegistered, false);
18892
18893
  parentRegister(instanceId, null, null, null, null);
18893
18894
  });
18894
- var fragment = root$13();
18895
+ var fragment = root$14();
18895
18896
  var span = $.first_child(fragment);
18896
18897
  var node_1 = $.child(span);
18897
18898
  var consequent = ($$anchor$1) => {
@@ -18904,7 +18905,7 @@ function Tritone($$anchor, $$props) {
18904
18905
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
18905
18906
  var node_2 = $.sibling(span, 2);
18906
18907
  var consequent_1 = ($$anchor$1) => {
18907
- var canvas = root_2$12();
18908
+ var canvas = root_2$13();
18908
18909
  var node_3 = $.child(canvas);
18909
18910
  children?.(node_3);
18910
18911
  $.reset(canvas);
@@ -18923,9 +18924,9 @@ function Tritone($$anchor, $$props) {
18923
18924
  $.append($$anchor, fragment);
18924
18925
  $.pop();
18925
18926
  }
18926
- var root_2$11 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
18927
- var root$12 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
18928
- function Truchet($$anchor, $$props) {
18927
+ var root_2$12 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
18928
+ var root$13 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
18929
+ function Tritone($$anchor, $$props) {
18929
18930
  $.push($$props, true);
18930
18931
  let _experimentalWarnedOnce = false;
18931
18932
  if (componentDefinition$95.experimental && !_experimentalWarnedOnce) {
@@ -19089,7 +19090,7 @@ function Truchet($$anchor, $$props) {
19089
19090
  $.set(isRegistered, false);
19090
19091
  parentRegister(instanceId, null, null, null, null);
19091
19092
  });
19092
- var fragment = root$12();
19093
+ var fragment = root$13();
19093
19094
  var span = $.first_child(fragment);
19094
19095
  var node_1 = $.child(span);
19095
19096
  var consequent = ($$anchor$1) => {
@@ -19102,7 +19103,7 @@ function Truchet($$anchor, $$props) {
19102
19103
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
19103
19104
  var node_2 = $.sibling(span, 2);
19104
19105
  var consequent_1 = ($$anchor$1) => {
19105
- var canvas = root_2$11();
19106
+ var canvas = root_2$12();
19106
19107
  var node_3 = $.child(canvas);
19107
19108
  children?.(node_3);
19108
19109
  $.reset(canvas);
@@ -19121,9 +19122,9 @@ function Truchet($$anchor, $$props) {
19121
19122
  $.append($$anchor, fragment);
19122
19123
  $.pop();
19123
19124
  }
19124
- var root_2$10 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
19125
- var root$11 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
19126
- function Twirl($$anchor, $$props) {
19125
+ var root_2$11 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
19126
+ var root$12 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
19127
+ function Truchet($$anchor, $$props) {
19127
19128
  $.push($$props, true);
19128
19129
  let _experimentalWarnedOnce = false;
19129
19130
  if (componentDefinition$96.experimental && !_experimentalWarnedOnce) {
@@ -19287,7 +19288,7 @@ function Twirl($$anchor, $$props) {
19287
19288
  $.set(isRegistered, false);
19288
19289
  parentRegister(instanceId, null, null, null, null);
19289
19290
  });
19290
- var fragment = root$11();
19291
+ var fragment = root$12();
19291
19292
  var span = $.first_child(fragment);
19292
19293
  var node_1 = $.child(span);
19293
19294
  var consequent = ($$anchor$1) => {
@@ -19300,7 +19301,7 @@ function Twirl($$anchor, $$props) {
19300
19301
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
19301
19302
  var node_2 = $.sibling(span, 2);
19302
19303
  var consequent_1 = ($$anchor$1) => {
19303
- var canvas = root_2$10();
19304
+ var canvas = root_2$11();
19304
19305
  var node_3 = $.child(canvas);
19305
19306
  children?.(node_3);
19306
19307
  $.reset(canvas);
@@ -19319,9 +19320,9 @@ function Twirl($$anchor, $$props) {
19319
19320
  $.append($$anchor, fragment);
19320
19321
  $.pop();
19321
19322
  }
19322
- var root_2$9 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
19323
- var root$10 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
19324
- function VHS($$anchor, $$props) {
19323
+ var root_2$10 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
19324
+ var root$11 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
19325
+ function Twirl($$anchor, $$props) {
19325
19326
  $.push($$props, true);
19326
19327
  let _experimentalWarnedOnce = false;
19327
19328
  if (componentDefinition$97.experimental && !_experimentalWarnedOnce) {
@@ -19485,7 +19486,7 @@ function VHS($$anchor, $$props) {
19485
19486
  $.set(isRegistered, false);
19486
19487
  parentRegister(instanceId, null, null, null, null);
19487
19488
  });
19488
- var fragment = root$10();
19489
+ var fragment = root$11();
19489
19490
  var span = $.first_child(fragment);
19490
19491
  var node_1 = $.child(span);
19491
19492
  var consequent = ($$anchor$1) => {
@@ -19498,7 +19499,7 @@ function VHS($$anchor, $$props) {
19498
19499
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
19499
19500
  var node_2 = $.sibling(span, 2);
19500
19501
  var consequent_1 = ($$anchor$1) => {
19501
- var canvas = root_2$9();
19502
+ var canvas = root_2$10();
19502
19503
  var node_3 = $.child(canvas);
19503
19504
  children?.(node_3);
19504
19505
  $.reset(canvas);
@@ -19517,9 +19518,9 @@ function VHS($$anchor, $$props) {
19517
19518
  $.append($$anchor, fragment);
19518
19519
  $.pop();
19519
19520
  }
19520
- var root_2$8 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
19521
- var root$9 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
19522
- function Vesica($$anchor, $$props) {
19521
+ var root_2$9 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
19522
+ var root$10 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
19523
+ function VHS($$anchor, $$props) {
19523
19524
  $.push($$props, true);
19524
19525
  let _experimentalWarnedOnce = false;
19525
19526
  if (componentDefinition$98.experimental && !_experimentalWarnedOnce) {
@@ -19683,7 +19684,7 @@ function Vesica($$anchor, $$props) {
19683
19684
  $.set(isRegistered, false);
19684
19685
  parentRegister(instanceId, null, null, null, null);
19685
19686
  });
19686
- var fragment = root$9();
19687
+ var fragment = root$10();
19687
19688
  var span = $.first_child(fragment);
19688
19689
  var node_1 = $.child(span);
19689
19690
  var consequent = ($$anchor$1) => {
@@ -19696,7 +19697,7 @@ function Vesica($$anchor, $$props) {
19696
19697
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
19697
19698
  var node_2 = $.sibling(span, 2);
19698
19699
  var consequent_1 = ($$anchor$1) => {
19699
- var canvas = root_2$8();
19700
+ var canvas = root_2$9();
19700
19701
  var node_3 = $.child(canvas);
19701
19702
  children?.(node_3);
19702
19703
  $.reset(canvas);
@@ -19715,9 +19716,9 @@ function Vesica($$anchor, $$props) {
19715
19716
  $.append($$anchor, fragment);
19716
19717
  $.pop();
19717
19718
  }
19718
- var root_2$7 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
19719
- var root$8 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
19720
- function Vibrance($$anchor, $$props) {
19719
+ var root_2$8 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
19720
+ var root$9 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
19721
+ function Vesica($$anchor, $$props) {
19721
19722
  $.push($$props, true);
19722
19723
  let _experimentalWarnedOnce = false;
19723
19724
  if (componentDefinition$99.experimental && !_experimentalWarnedOnce) {
@@ -19881,7 +19882,7 @@ function Vibrance($$anchor, $$props) {
19881
19882
  $.set(isRegistered, false);
19882
19883
  parentRegister(instanceId, null, null, null, null);
19883
19884
  });
19884
- var fragment = root$8();
19885
+ var fragment = root$9();
19885
19886
  var span = $.first_child(fragment);
19886
19887
  var node_1 = $.child(span);
19887
19888
  var consequent = ($$anchor$1) => {
@@ -19894,7 +19895,7 @@ function Vibrance($$anchor, $$props) {
19894
19895
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
19895
19896
  var node_2 = $.sibling(span, 2);
19896
19897
  var consequent_1 = ($$anchor$1) => {
19897
- var canvas = root_2$7();
19898
+ var canvas = root_2$8();
19898
19899
  var node_3 = $.child(canvas);
19899
19900
  children?.(node_3);
19900
19901
  $.reset(canvas);
@@ -19913,9 +19914,9 @@ function Vibrance($$anchor, $$props) {
19913
19914
  $.append($$anchor, fragment);
19914
19915
  $.pop();
19915
19916
  }
19916
- var root_2$6 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
19917
- var root$7 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
19918
- function VideoTexture($$anchor, $$props) {
19917
+ var root_2$7 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
19918
+ var root$8 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
19919
+ function Vibrance($$anchor, $$props) {
19919
19920
  $.push($$props, true);
19920
19921
  let _experimentalWarnedOnce = false;
19921
19922
  if (componentDefinition$100.experimental && !_experimentalWarnedOnce) {
@@ -20079,7 +20080,7 @@ function VideoTexture($$anchor, $$props) {
20079
20080
  $.set(isRegistered, false);
20080
20081
  parentRegister(instanceId, null, null, null, null);
20081
20082
  });
20082
- var fragment = root$7();
20083
+ var fragment = root$8();
20083
20084
  var span = $.first_child(fragment);
20084
20085
  var node_1 = $.child(span);
20085
20086
  var consequent = ($$anchor$1) => {
@@ -20092,7 +20093,7 @@ function VideoTexture($$anchor, $$props) {
20092
20093
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
20093
20094
  var node_2 = $.sibling(span, 2);
20094
20095
  var consequent_1 = ($$anchor$1) => {
20095
- var canvas = root_2$6();
20096
+ var canvas = root_2$7();
20096
20097
  var node_3 = $.child(canvas);
20097
20098
  children?.(node_3);
20098
20099
  $.reset(canvas);
@@ -20111,9 +20112,9 @@ function VideoTexture($$anchor, $$props) {
20111
20112
  $.append($$anchor, fragment);
20112
20113
  $.pop();
20113
20114
  }
20114
- var root_2$5 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
20115
- var root$6 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
20116
- function Vignette($$anchor, $$props) {
20115
+ var root_2$6 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
20116
+ var root$7 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
20117
+ function VideoTexture($$anchor, $$props) {
20117
20118
  $.push($$props, true);
20118
20119
  let _experimentalWarnedOnce = false;
20119
20120
  if (componentDefinition$101.experimental && !_experimentalWarnedOnce) {
@@ -20277,7 +20278,7 @@ function Vignette($$anchor, $$props) {
20277
20278
  $.set(isRegistered, false);
20278
20279
  parentRegister(instanceId, null, null, null, null);
20279
20280
  });
20280
- var fragment = root$6();
20281
+ var fragment = root$7();
20281
20282
  var span = $.first_child(fragment);
20282
20283
  var node_1 = $.child(span);
20283
20284
  var consequent = ($$anchor$1) => {
@@ -20290,7 +20291,7 @@ function Vignette($$anchor, $$props) {
20290
20291
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
20291
20292
  var node_2 = $.sibling(span, 2);
20292
20293
  var consequent_1 = ($$anchor$1) => {
20293
- var canvas = root_2$5();
20294
+ var canvas = root_2$6();
20294
20295
  var node_3 = $.child(canvas);
20295
20296
  children?.(node_3);
20296
20297
  $.reset(canvas);
@@ -20309,9 +20310,9 @@ function Vignette($$anchor, $$props) {
20309
20310
  $.append($$anchor, fragment);
20310
20311
  $.pop();
20311
20312
  }
20312
- var root_2$4 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
20313
- var root$5 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
20314
- function Voronoi($$anchor, $$props) {
20313
+ var root_2$5 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
20314
+ var root$6 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
20315
+ function Vignette($$anchor, $$props) {
20315
20316
  $.push($$props, true);
20316
20317
  let _experimentalWarnedOnce = false;
20317
20318
  if (componentDefinition$102.experimental && !_experimentalWarnedOnce) {
@@ -20475,7 +20476,7 @@ function Voronoi($$anchor, $$props) {
20475
20476
  $.set(isRegistered, false);
20476
20477
  parentRegister(instanceId, null, null, null, null);
20477
20478
  });
20478
- var fragment = root$5();
20479
+ var fragment = root$6();
20479
20480
  var span = $.first_child(fragment);
20480
20481
  var node_1 = $.child(span);
20481
20482
  var consequent = ($$anchor$1) => {
@@ -20488,7 +20489,7 @@ function Voronoi($$anchor, $$props) {
20488
20489
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
20489
20490
  var node_2 = $.sibling(span, 2);
20490
20491
  var consequent_1 = ($$anchor$1) => {
20491
- var canvas = root_2$4();
20492
+ var canvas = root_2$5();
20492
20493
  var node_3 = $.child(canvas);
20493
20494
  children?.(node_3);
20494
20495
  $.reset(canvas);
@@ -20507,9 +20508,9 @@ function Voronoi($$anchor, $$props) {
20507
20508
  $.append($$anchor, fragment);
20508
20509
  $.pop();
20509
20510
  }
20510
- var root_2$3 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
20511
- var root$4 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
20512
- function WaveDistortion($$anchor, $$props) {
20511
+ var root_2$4 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
20512
+ var root$5 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
20513
+ function Voronoi($$anchor, $$props) {
20513
20514
  $.push($$props, true);
20514
20515
  let _experimentalWarnedOnce = false;
20515
20516
  if (componentDefinition$103.experimental && !_experimentalWarnedOnce) {
@@ -20673,7 +20674,7 @@ function WaveDistortion($$anchor, $$props) {
20673
20674
  $.set(isRegistered, false);
20674
20675
  parentRegister(instanceId, null, null, null, null);
20675
20676
  });
20676
- var fragment = root$4();
20677
+ var fragment = root$5();
20677
20678
  var span = $.first_child(fragment);
20678
20679
  var node_1 = $.child(span);
20679
20680
  var consequent = ($$anchor$1) => {
@@ -20686,7 +20687,7 @@ function WaveDistortion($$anchor, $$props) {
20686
20687
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
20687
20688
  var node_2 = $.sibling(span, 2);
20688
20689
  var consequent_1 = ($$anchor$1) => {
20689
- var canvas = root_2$3();
20690
+ var canvas = root_2$4();
20690
20691
  var node_3 = $.child(canvas);
20691
20692
  children?.(node_3);
20692
20693
  $.reset(canvas);
@@ -20705,9 +20706,9 @@ function WaveDistortion($$anchor, $$props) {
20705
20706
  $.append($$anchor, fragment);
20706
20707
  $.pop();
20707
20708
  }
20708
- var root_2$2 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
20709
- var root$3 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
20710
- function Weave($$anchor, $$props) {
20709
+ var root_2$3 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
20710
+ var root$4 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
20711
+ function WaveDistortion($$anchor, $$props) {
20711
20712
  $.push($$props, true);
20712
20713
  let _experimentalWarnedOnce = false;
20713
20714
  if (componentDefinition$104.experimental && !_experimentalWarnedOnce) {
@@ -20871,7 +20872,7 @@ function Weave($$anchor, $$props) {
20871
20872
  $.set(isRegistered, false);
20872
20873
  parentRegister(instanceId, null, null, null, null);
20873
20874
  });
20874
- var fragment = root$3();
20875
+ var fragment = root$4();
20875
20876
  var span = $.first_child(fragment);
20876
20877
  var node_1 = $.child(span);
20877
20878
  var consequent = ($$anchor$1) => {
@@ -20884,7 +20885,7 @@ function Weave($$anchor, $$props) {
20884
20885
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
20885
20886
  var node_2 = $.sibling(span, 2);
20886
20887
  var consequent_1 = ($$anchor$1) => {
20887
- var canvas = root_2$2();
20888
+ var canvas = root_2$3();
20888
20889
  var node_3 = $.child(canvas);
20889
20890
  children?.(node_3);
20890
20891
  $.reset(canvas);
@@ -20903,9 +20904,9 @@ function Weave($$anchor, $$props) {
20903
20904
  $.append($$anchor, fragment);
20904
20905
  $.pop();
20905
20906
  }
20906
- var root_2$1 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
20907
- var root$2 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
20908
- function WebcamTexture($$anchor, $$props) {
20907
+ var root_2$2 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
20908
+ var root$3 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
20909
+ function Weave($$anchor, $$props) {
20909
20910
  $.push($$props, true);
20910
20911
  let _experimentalWarnedOnce = false;
20911
20912
  if (componentDefinition$105.experimental && !_experimentalWarnedOnce) {
@@ -21069,7 +21070,7 @@ function WebcamTexture($$anchor, $$props) {
21069
21070
  $.set(isRegistered, false);
21070
21071
  parentRegister(instanceId, null, null, null, null);
21071
21072
  });
21072
- var fragment = root$2();
21073
+ var fragment = root$3();
21073
21074
  var span = $.first_child(fragment);
21074
21075
  var node_1 = $.child(span);
21075
21076
  var consequent = ($$anchor$1) => {
@@ -21082,7 +21083,7 @@ function WebcamTexture($$anchor, $$props) {
21082
21083
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
21083
21084
  var node_2 = $.sibling(span, 2);
21084
21085
  var consequent_1 = ($$anchor$1) => {
21085
- var canvas = root_2$1();
21086
+ var canvas = root_2$2();
21086
21087
  var node_3 = $.child(canvas);
21087
21088
  children?.(node_3);
21088
21089
  $.reset(canvas);
@@ -21101,9 +21102,9 @@ function WebcamTexture($$anchor, $$props) {
21101
21102
  $.append($$anchor, fragment);
21102
21103
  $.pop();
21103
21104
  }
21104
- var root_2 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
21105
- var root$1 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
21106
- function ZoomBlur($$anchor, $$props) {
21105
+ var root_2$1 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
21106
+ var root$2 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
21107
+ function WebcamTexture($$anchor, $$props) {
21107
21108
  $.push($$props, true);
21108
21109
  let _experimentalWarnedOnce = false;
21109
21110
  if (componentDefinition$106.experimental && !_experimentalWarnedOnce) {
@@ -21267,6 +21268,204 @@ function ZoomBlur($$anchor, $$props) {
21267
21268
  $.set(isRegistered, false);
21268
21269
  parentRegister(instanceId, null, null, null, null);
21269
21270
  });
21271
+ var fragment = root$2();
21272
+ var span = $.first_child(fragment);
21273
+ var node_1 = $.child(span);
21274
+ var consequent = ($$anchor$1) => {
21275
+ children?.($$anchor$1);
21276
+ };
21277
+ $.if(node_1, ($$render) => {
21278
+ if (!isCapturesDOM) $$render(consequent);
21279
+ });
21280
+ $.reset(span);
21281
+ $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
21282
+ var node_2 = $.sibling(span, 2);
21283
+ var consequent_1 = ($$anchor$1) => {
21284
+ var canvas = root_2$1();
21285
+ var node_3 = $.child(canvas);
21286
+ children?.(node_3);
21287
+ $.reset(canvas);
21288
+ $.action(canvas, ($$node) => teleportToBody?.($$node));
21289
+ $.bind_this(canvas, ($$value) => captureCanvas = $$value, () => captureCanvas);
21290
+ $.template_effect(() => {
21291
+ $.set_attribute(canvas, "width", $.get(captureW));
21292
+ $.set_attribute(canvas, "height", $.get(captureH));
21293
+ });
21294
+ $.append($$anchor$1, canvas);
21295
+ };
21296
+ $.if(node_2, ($$render) => {
21297
+ if (isCapturesDOM) $$render(consequent_1);
21298
+ });
21299
+ $.template_effect(() => $.set_attribute(span, "data-shader-id", instanceId));
21300
+ $.append($$anchor, fragment);
21301
+ $.pop();
21302
+ }
21303
+ var root_2 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
21304
+ var root$1 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
21305
+ function ZoomBlur($$anchor, $$props) {
21306
+ $.push($$props, true);
21307
+ let _experimentalWarnedOnce = false;
21308
+ if (componentDefinition$107.experimental && !_experimentalWarnedOnce) {
21309
+ _experimentalWarnedOnce = true;
21310
+ const _e = componentDefinition$107.experimental;
21311
+ console.info(`%c⚠ [Shaders] ${componentDefinition$107.name} is experimental: ${_e.message}`, "color: #f59e0b; font-weight: bold");
21312
+ }
21313
+ function isPropDriver(value) {
21314
+ return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
21315
+ }
21316
+ const DEFAULT_TRANSFORM = {
21317
+ offsetX: 0,
21318
+ offsetY: 0,
21319
+ rotation: 0,
21320
+ scale: 1,
21321
+ anchorX: .5,
21322
+ anchorY: .5,
21323
+ edges: "transparent"
21324
+ };
21325
+ const componentDefaults = {
21326
+ blendMode: "normal",
21327
+ visible: true,
21328
+ ...Object.entries(componentDefinition$107.props).reduce((acc, [key, config]) => {
21329
+ acc[key] = config.default;
21330
+ return acc;
21331
+ }, {})
21332
+ };
21333
+ const props = $.rest_props($$props, [
21334
+ "$$slots",
21335
+ "$$events",
21336
+ "$$legacy"
21337
+ ]);
21338
+ const blendMode = $.derived(() => $$props.blendMode ?? componentDefaults.blendMode);
21339
+ const opacity = $.derived(() => $$props.opacity);
21340
+ const visible = $.derived(() => $$props.visible ?? componentDefaults.visible);
21341
+ const id = $.derived(() => $$props.id);
21342
+ const maskSource = $.derived(() => $$props.maskSource);
21343
+ const maskType = $.derived(() => $$props.maskType);
21344
+ const renderOrder = $.derived(() => $$props.renderOrder);
21345
+ const { children } = props;
21346
+ const mapsFromProps = $.derived(() => {
21347
+ const maps = {};
21348
+ for (const key of Object.keys(componentDefinition$107.props)) {
21349
+ const val = props[key];
21350
+ if (isPropDriver(val)) maps[key] = val;
21351
+ }
21352
+ return Object.keys(maps).length > 0 ? maps : void 0;
21353
+ });
21354
+ const effectiveTransform = $.derived(() => ({
21355
+ ...DEFAULT_TRANSFORM,
21356
+ ...$$props.transform
21357
+ }));
21358
+ const parentId = getContext("shaderParentId");
21359
+ if (parentId === void 0) throw new Error("Shader components must be used inside an <Shader> component or another shader component");
21360
+ const instanceId = ($.get(id) ? $.get(id).replace(/[^a-zA-Z0-9_]/g, "_") : null) || Math.random().toString(36).substring(2, 10);
21361
+ setContext("shaderParentId", instanceId);
21362
+ const shaderReadyProps = $.derived(() => {
21363
+ let baseProps = { ...componentDefaults };
21364
+ for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && key !== "children") {
21365
+ const propValue = props[key];
21366
+ if (isPropDriver(propValue)) continue;
21367
+ const defaultValue = componentDefaults[key];
21368
+ if (propValue !== void 0 && propValue !== defaultValue) baseProps[key] = propValue;
21369
+ }
21370
+ return baseProps;
21371
+ });
21372
+ const shaderColorSpace = getContext("shaderColorSpace");
21373
+ if (shaderColorSpace) setColorSpaceMode(shaderColorSpace());
21374
+ const uniforms = createUniformsMap(componentDefinition$107, $.get(shaderReadyProps), instanceId);
21375
+ const parentRegister = getContext("shaderNodeRegister");
21376
+ if (parentRegister === void 0) throw new Error("Shader components must be used inside an <Shader> component or another shader component");
21377
+ const parentUniformUpdate = getContext("shaderUniformUpdate");
21378
+ if (parentUniformUpdate === void 0) throw new Error("Shader components require shaderUniformUpdate from parent");
21379
+ const parentMetadataUpdate = getContext("shaderMetadataUpdate");
21380
+ if (parentMetadataUpdate === void 0) throw new Error("Shader components require shaderMetadataUpdate from parent");
21381
+ const isCapturesDOM = !!componentDefinition$107.capturesDOM;
21382
+ let captureCanvas;
21383
+ let captureW = $.state($.proxy(typeof window !== "undefined" ? Math.round(window.innerWidth * Math.min(window.devicePixelRatio, 2)) : 0));
21384
+ let captureH = $.state($.proxy(typeof window !== "undefined" ? Math.round(window.innerHeight * Math.min(window.devicePixelRatio, 2)) : 0));
21385
+ function teleportToBody(node) {
21386
+ document.body.appendChild(node);
21387
+ return { destroy() {
21388
+ node.remove();
21389
+ } };
21390
+ }
21391
+ if (isCapturesDOM) {
21392
+ const onWinResize = () => {
21393
+ const d = Math.min(window.devicePixelRatio, 2);
21394
+ $.set(captureW, Math.round(window.innerWidth * d), true);
21395
+ $.set(captureH, Math.round(window.innerHeight * d), true);
21396
+ };
21397
+ onMount(() => {
21398
+ window.addEventListener("resize", onWinResize);
21399
+ });
21400
+ onDestroy(() => {
21401
+ window.removeEventListener("resize", onWinResize);
21402
+ });
21403
+ }
21404
+ let orderMarker;
21405
+ let detectedRenderOrder = void 0;
21406
+ let isRegistered = $.state(false);
21407
+ Object.entries(uniforms).forEach(([propName, { uniform, transform }]) => {
21408
+ $.user_effect(() => {
21409
+ if (!$.get(isRegistered)) return;
21410
+ if (uniform && uniform.value !== void 0) {
21411
+ const newValue = props[propName];
21412
+ if (newValue !== void 0 && !isPropDriver(newValue)) parentUniformUpdate(instanceId, propName, newValue);
21413
+ }
21414
+ });
21415
+ });
21416
+ $.user_effect(() => {
21417
+ if (!$.get(isRegistered)) return;
21418
+ parentMetadataUpdate(instanceId, {
21419
+ blendMode: $.get(blendMode),
21420
+ opacity: $.get(opacity),
21421
+ visible: $.get(visible) === false ? false : true,
21422
+ id: $.get(id),
21423
+ mask: $.get(maskSource) ? {
21424
+ source: $.get(maskSource),
21425
+ type: $.get(maskType) || "alpha"
21426
+ } : void 0,
21427
+ maps: $.get(mapsFromProps),
21428
+ renderOrder: $.get(renderOrder) ?? detectedRenderOrder,
21429
+ transform: $.get(effectiveTransform)
21430
+ });
21431
+ });
21432
+ onMount(() => {
21433
+ if (componentDefinition$107 && typeof componentDefinition$107.fragmentNode === "function") {
21434
+ parentRegister(instanceId, componentDefinition$107.fragmentNode, parentId, {
21435
+ blendMode: $.get(blendMode),
21436
+ opacity: $.get(opacity),
21437
+ visible: $.get(visible) !== false ? true : false,
21438
+ id: $.get(id),
21439
+ mask: $.get(maskSource) ? {
21440
+ source: $.get(maskSource),
21441
+ type: $.get(maskType) || "alpha"
21442
+ } : void 0,
21443
+ maps: $.get(mapsFromProps),
21444
+ renderOrder: $.get(renderOrder) ?? detectedRenderOrder,
21445
+ transform: $.get(effectiveTransform)
21446
+ }, uniforms, componentDefinition$107, isCapturesDOM ? captureCanvas : void 0);
21447
+ $.set(isRegistered, true);
21448
+ if ($.get(renderOrder) === void 0 && orderMarker) {
21449
+ const parent = orderMarker.parentElement;
21450
+ if (parent) {
21451
+ const siblings = parent.querySelectorAll(":scope > [data-shader-id]");
21452
+ const position = Array.from(siblings).indexOf(orderMarker);
21453
+ if (position >= 0) {
21454
+ detectedRenderOrder = position;
21455
+ parentMetadataUpdate(instanceId, { renderOrder: position });
21456
+ }
21457
+ }
21458
+ }
21459
+ } else console.error("componentDefinition.fragmentNode is not a function:", {
21460
+ componentDefinition: componentDefinition$107,
21461
+ fragmentNode: componentDefinition$107?.fragmentNode,
21462
+ type: typeof componentDefinition$107?.fragmentNode
21463
+ });
21464
+ });
21465
+ onDestroy(() => {
21466
+ $.set(isRegistered, false);
21467
+ parentRegister(instanceId, null, null, null, null);
21468
+ });
21270
21469
  var fragment = root$1();
21271
21470
  var span = $.first_child(fragment);
21272
21471
  var node_1 = $.child(span);
@@ -21342,7 +21541,7 @@ function Shader($$anchor, $$props) {
21342
21541
  const checkRendering = () => {
21343
21542
  if (!rendererInstance) return;
21344
21543
  if (rendererInstance.getPerformanceStats().fps > 0) {
21345
- telemetryCollector = startTelemetry(rendererInstance, "2.5.110", disableTelemetry(), isPreview());
21544
+ telemetryCollector = startTelemetry(rendererInstance, "2.5.111", disableTelemetry(), isPreview());
21346
21545
  if (telemetryCollector) telemetryCollector.start();
21347
21546
  telemetryStartTimeout = null;
21348
21547
  } else telemetryStartTimeout = window.setTimeout(checkRendering, 500);
@@ -21561,6 +21760,7 @@ function Preview($$anchor, $$props) {
21561
21760
  FlowField,
21562
21761
  Flower,
21563
21762
  FlowingGradient,
21763
+ FlutedGlass,
21564
21764
  Fog,
21565
21765
  Form3D,
21566
21766
  Glass,
@@ -21781,4 +21981,4 @@ function Preview($$anchor, $$props) {
21781
21981
  $.append($$anchor, fragment);
21782
21982
  $.pop();
21783
21983
  }
21784
- export { AngularBlur, Ascii, Aurora, Beam, Blob, Blur, BrightnessContrast, Bulge, CRTScreen, ChannelBlur, Checkerboard, ChromaFlow, ChromaticAberration, Circle, ConcentricSpin, ConicGradient, ContourLines, Crescent, Cross, Crystal, CursorRipples, CursorTrail, DOMTexture, DiamondGradient, DiffuseBlur, Dither, DotGrid, DropShadow, Duotone, Ellipse, Emboss, FallingLines, FilmGrain, FloatingParticles, FlowField, Flower, FlowingGradient, Fog, Form3D, Glass, GlassTiles, Glitch, Glow, Godrays, Grayscale, Grid, GridDistortion, Group, Halftone, HexGrid, HueShift, ImageTexture, Invert, Kaleidoscope, LensFlare, LinearBlur, LinearGradient, Liquify, Mirror, MultiPointGradient, Neon, Paper, Perspective, Pixelate, Plasma, PolarCoordinates, Polygon, Posterize, Preview, ProgressiveBlur, RadialGradient, RectangularCoordinates, Ring, Ripples, RoundedRect, Saturation, Shader, Sharpness, Shatter, SimplexNoise, SineWave, Smoke, SmokeFill, Solarize, SolidColor, Spherize, Spiral, Star, Strands, Stretch, Stripes, StudioBackground, Swirl, TiltShift, Tint, Trapezoid, Tritone, Truchet, Twirl, VHS, Vesica, Vibrance, VideoTexture, Vignette, Voronoi, WaveDistortion, Weave, WebcamTexture, ZoomBlur, generatePresetCode };
21984
+ export { AngularBlur, Ascii, Aurora, Beam, Blob, Blur, BrightnessContrast, Bulge, CRTScreen, ChannelBlur, Checkerboard, ChromaFlow, ChromaticAberration, Circle, 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, Glass, GlassTiles, Glitch, Glow, Godrays, Grayscale, Grid, GridDistortion, Group, Halftone, HexGrid, HueShift, ImageTexture, Invert, Kaleidoscope, LensFlare, LinearBlur, LinearGradient, Liquify, Mirror, MultiPointGradient, Neon, Paper, Perspective, Pixelate, Plasma, PolarCoordinates, Polygon, Posterize, Preview, ProgressiveBlur, RadialGradient, RectangularCoordinates, Ring, Ripples, RoundedRect, Saturation, Shader, Sharpness, Shatter, SimplexNoise, SineWave, Smoke, SmokeFill, Solarize, SolidColor, Spherize, Spiral, Star, Strands, Stretch, Stripes, StudioBackground, Swirl, TiltShift, Tint, Trapezoid, Tritone, Truchet, Twirl, VHS, Vesica, Vibrance, VideoTexture, Vignette, Voronoi, WaveDistortion, Weave, WebcamTexture, ZoomBlur, generatePresetCode };