@shugaev/spur 0.1.1 → 0.1.2

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 (1105) hide show
  1. package/dist/agents/cursor-submit-ack.d.ts.map +1 -1
  2. package/dist/agents/cursor-submit-ack.js +15 -1
  3. package/dist/agents/cursor-submit-ack.js.map +1 -1
  4. package/dist/agents/cursor.d.ts +1 -0
  5. package/dist/agents/cursor.d.ts.map +1 -1
  6. package/dist/agents/cursor.js +3 -1
  7. package/dist/agents/cursor.js.map +1 -1
  8. package/dist/agents/index.js +2 -2
  9. package/dist/agents/index.js.map +1 -1
  10. package/dist/agents/models.d.ts +3 -0
  11. package/dist/agents/models.d.ts.map +1 -1
  12. package/dist/agents/models.js +41 -3
  13. package/dist/agents/models.js.map +1 -1
  14. package/dist/backlog/index.d.ts +15 -0
  15. package/dist/backlog/index.d.ts.map +1 -0
  16. package/dist/backlog/index.js +80 -0
  17. package/dist/backlog/index.js.map +1 -0
  18. package/dist/backlog/providers.d.ts +12 -0
  19. package/dist/backlog/providers.d.ts.map +1 -0
  20. package/dist/backlog/providers.js +22 -0
  21. package/dist/backlog/providers.js.map +1 -0
  22. package/dist/cli.d.ts.map +1 -1
  23. package/dist/cli.js +12 -1
  24. package/dist/cli.js.map +1 -1
  25. package/dist/config.d.ts.map +1 -1
  26. package/dist/config.js +64 -0
  27. package/dist/config.js.map +1 -1
  28. package/dist/event-sources/github.d.ts.map +1 -1
  29. package/dist/event-sources/github.js +30 -32
  30. package/dist/event-sources/github.js.map +1 -1
  31. package/dist/event-sources/index.d.ts.map +1 -1
  32. package/dist/event-sources/index.js +5 -0
  33. package/dist/event-sources/index.js.map +1 -1
  34. package/dist/gh.d.ts +2 -0
  35. package/dist/gh.d.ts.map +1 -1
  36. package/dist/gh.js +28 -0
  37. package/dist/gh.js.map +1 -1
  38. package/dist/jira.d.ts +15 -0
  39. package/dist/jira.d.ts.map +1 -0
  40. package/dist/jira.js +74 -0
  41. package/dist/jira.js.map +1 -0
  42. package/dist/metadata.d.ts +7 -1
  43. package/dist/metadata.d.ts.map +1 -1
  44. package/dist/metadata.js +129 -0
  45. package/dist/metadata.js.map +1 -1
  46. package/dist/preflight.d.ts.map +1 -1
  47. package/dist/preflight.js +4 -0
  48. package/dist/preflight.js.map +1 -1
  49. package/dist/prompt-template.d.ts +3 -0
  50. package/dist/prompt-template.d.ts.map +1 -0
  51. package/dist/prompt-template.js +14 -0
  52. package/dist/prompt-template.js.map +1 -0
  53. package/dist/send-batches.d.ts +3 -1
  54. package/dist/send-batches.d.ts.map +1 -1
  55. package/dist/send-batches.js +94 -0
  56. package/dist/send-batches.js.map +1 -1
  57. package/dist/server.d.ts.map +1 -1
  58. package/dist/server.js +27 -1
  59. package/dist/server.js.map +1 -1
  60. package/dist/session-service.d.ts +13 -1
  61. package/dist/session-service.d.ts.map +1 -1
  62. package/dist/session-service.js +164 -45
  63. package/dist/session-service.js.map +1 -1
  64. package/dist/shepherd.d.ts.map +1 -1
  65. package/dist/shepherd.js +2 -1
  66. package/dist/shepherd.js.map +1 -1
  67. package/dist/triggers.d.ts.map +1 -1
  68. package/dist/triggers.js +81 -15
  69. package/dist/triggers.js.map +1 -1
  70. package/dist/types.d.ts +74 -2
  71. package/dist/types.d.ts.map +1 -1
  72. package/package.json +1 -1
  73. package/web/.next/BUILD_ID +1 -1
  74. package/web/.next/app-build-manifest.json +98 -91
  75. package/web/.next/app-path-routes-manifest.json +2 -1
  76. package/web/.next/build-manifest.json +3 -3
  77. package/web/.next/prerender-manifest.json +18 -18
  78. package/web/.next/required-server-files.json +3 -3
  79. package/web/.next/server/app/_not-found/page.js +2 -2
  80. package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  81. package/web/.next/server/app/_not-found.html +1 -1
  82. package/web/.next/server/app/_not-found.rsc +3 -3
  83. package/web/.next/server/app/api/backlog/take/route.js +1 -0
  84. package/web/.next/server/app/api/backlog/take/route.js.nft.json +1 -0
  85. package/web/.next/server/app/api/backlog/take/route_client-reference-manifest.js +1 -0
  86. package/web/.next/server/app/api/github-status/route.js +1 -1
  87. package/web/.next/server/app/api/github-status/route_client-reference-manifest.js +1 -1
  88. package/web/.next/server/app/api/gitlab-status/route.js +1 -1
  89. package/web/.next/server/app/api/gitlab-status/route_client-reference-manifest.js +1 -1
  90. package/web/.next/server/app/api/models/route.js +1 -1
  91. package/web/.next/server/app/api/models/route_client-reference-manifest.js +1 -1
  92. package/web/.next/server/app/api/pr-status/merge/route.js +1 -1
  93. package/web/.next/server/app/api/pr-status/merge/route_client-reference-manifest.js +1 -1
  94. package/web/.next/server/app/api/pr-status/route.js +2 -2
  95. package/web/.next/server/app/api/pr-status/route_client-reference-manifest.js +1 -1
  96. package/web/.next/server/app/api/preflight/route.js +1 -1
  97. package/web/.next/server/app/api/preflight/route_client-reference-manifest.js +1 -1
  98. package/web/.next/server/app/api/projects/[id]/branches/exists/route.js +1 -1
  99. package/web/.next/server/app/api/projects/[id]/branches/exists/route_client-reference-manifest.js +1 -1
  100. package/web/.next/server/app/api/projects/[id]/route.js +1 -1
  101. package/web/.next/server/app/api/projects/[id]/route_client-reference-manifest.js +1 -1
  102. package/web/.next/server/app/api/projects/[id]/slash-commands/route.js +1 -1
  103. package/web/.next/server/app/api/projects/[id]/slash-commands/route_client-reference-manifest.js +1 -1
  104. package/web/.next/server/app/api/projects/route.js +1 -1
  105. package/web/.next/server/app/api/projects/route_client-reference-manifest.js +1 -1
  106. package/web/.next/server/app/api/runtime/info/route.js +1 -1
  107. package/web/.next/server/app/api/runtime/info/route_client-reference-manifest.js +1 -1
  108. package/web/.next/server/app/api/runtime/resources/route.js +1 -1
  109. package/web/.next/server/app/api/runtime/resources/route_client-reference-manifest.js +1 -1
  110. package/web/.next/server/app/api/runtime/terminal/route.js +1 -1
  111. package/web/.next/server/app/api/runtime/terminal/route_client-reference-manifest.js +1 -1
  112. package/web/.next/server/app/api/runtime/versions/route.js +1 -1
  113. package/web/.next/server/app/api/runtime/versions/route_client-reference-manifest.js +1 -1
  114. package/web/.next/server/app/api/runtime/versions/switch/route.js +1 -1
  115. package/web/.next/server/app/api/runtime/versions/switch/route_client-reference-manifest.js +1 -1
  116. package/web/.next/server/app/api/runtime/voice/route.js +1 -1
  117. package/web/.next/server/app/api/runtime/voice/route_client-reference-manifest.js +1 -1
  118. package/web/.next/server/app/api/runtime/voice/transcribe/route.js +1 -1
  119. package/web/.next/server/app/api/runtime/voice/transcribe/route_client-reference-manifest.js +1 -1
  120. package/web/.next/server/app/api/sessions/[id]/artifacts/[artifactId]/route.js +1 -1
  121. package/web/.next/server/app/api/sessions/[id]/artifacts/[artifactId]/route_client-reference-manifest.js +1 -1
  122. package/web/.next/server/app/api/sessions/[id]/complete/route.js +1 -1
  123. package/web/.next/server/app/api/sessions/[id]/complete/route_client-reference-manifest.js +1 -1
  124. package/web/.next/server/app/api/sessions/[id]/conversation/route.js +1 -1
  125. package/web/.next/server/app/api/sessions/[id]/conversation/route_client-reference-manifest.js +1 -1
  126. package/web/.next/server/app/api/sessions/[id]/kill/route.js +1 -1
  127. package/web/.next/server/app/api/sessions/[id]/kill/route_client-reference-manifest.js +1 -1
  128. package/web/.next/server/app/api/sessions/[id]/logs/route.js +1 -1
  129. package/web/.next/server/app/api/sessions/[id]/logs/route_client-reference-manifest.js +1 -1
  130. package/web/.next/server/app/api/sessions/[id]/pause/route.js +1 -1
  131. package/web/.next/server/app/api/sessions/[id]/pause/route_client-reference-manifest.js +1 -1
  132. package/web/.next/server/app/api/sessions/[id]/respawn/route.js +1 -1
  133. package/web/.next/server/app/api/sessions/[id]/respawn/route_client-reference-manifest.js +1 -1
  134. package/web/.next/server/app/api/sessions/[id]/restore/route.js +1 -1
  135. package/web/.next/server/app/api/sessions/[id]/restore/route_client-reference-manifest.js +1 -1
  136. package/web/.next/server/app/api/sessions/[id]/route.js +1 -1
  137. package/web/.next/server/app/api/sessions/[id]/route_client-reference-manifest.js +1 -1
  138. package/web/.next/server/app/api/sessions/[id]/send/route.js +1 -1
  139. package/web/.next/server/app/api/sessions/[id]/send/route_client-reference-manifest.js +1 -1
  140. package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/start/route.js +1 -1
  141. package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/start/route_client-reference-manifest.js +1 -1
  142. package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/stop/route.js +1 -1
  143. package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/stop/route_client-reference-manifest.js +1 -1
  144. package/web/.next/server/app/api/sessions/[id]/slash-commands/route.js +1 -1
  145. package/web/.next/server/app/api/sessions/[id]/slash-commands/route_client-reference-manifest.js +1 -1
  146. package/web/.next/server/app/api/sessions/[id]/tags/route.js +1 -1
  147. package/web/.next/server/app/api/sessions/[id]/tags/route_client-reference-manifest.js +1 -1
  148. package/web/.next/server/app/api/sessions/route.js +1 -1
  149. package/web/.next/server/app/api/sessions/route_client-reference-manifest.js +1 -1
  150. package/web/.next/server/app/api/shepherd/spawn/route.js +1 -1
  151. package/web/.next/server/app/api/shepherd/spawn/route_client-reference-manifest.js +1 -1
  152. package/web/.next/server/app/api/spawn/route.js +1 -1
  153. package/web/.next/server/app/api/spawn/route_client-reference-manifest.js +1 -1
  154. package/web/.next/server/app/apple-icon/route.js +1 -1
  155. package/web/.next/server/app/apple-icon/route_client-reference-manifest.js +1 -1
  156. package/web/.next/server/app/icon/route.js +1 -1
  157. package/web/.next/server/app/icon/route_client-reference-manifest.js +1 -1
  158. package/web/.next/server/app/icon-192/route.js +1 -1
  159. package/web/.next/server/app/icon-192/route_client-reference-manifest.js +1 -1
  160. package/web/.next/server/app/icon-512/route.js +1 -1
  161. package/web/.next/server/app/icon-512/route_client-reference-manifest.js +1 -1
  162. package/web/.next/server/app/manifest.webmanifest/route.js +2 -2
  163. package/web/.next/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -1
  164. package/web/.next/server/app/page.js +3 -3
  165. package/web/.next/server/app/page.js.nft.json +1 -1
  166. package/web/.next/server/app/page_client-reference-manifest.js +1 -1
  167. package/web/.next/server/app/sessions/[id]/page.js +6 -6
  168. package/web/.next/server/app/sessions/[id]/page.js.nft.json +1 -1
  169. package/web/.next/server/app/sessions/[id]/page_client-reference-manifest.js +1 -1
  170. package/web/.next/server/app-paths-manifest.json +2 -1
  171. package/web/.next/server/chunks/135.js +1 -1
  172. package/web/.next/server/chunks/5158.js +1 -0
  173. package/web/.next/server/chunks/7331.js +3 -3
  174. package/web/.next/server/functions-config-manifest.json +3 -3
  175. package/web/.next/server/middleware-build-manifest.js +1 -1
  176. package/web/.next/server/next-font-manifest.js +1 -1
  177. package/web/.next/server/next-font-manifest.json +1 -1
  178. package/web/.next/server/pages/404.html +1 -1
  179. package/web/.next/server/pages/500.html +1 -1
  180. package/web/.next/server/server-reference-manifest.json +1 -1
  181. package/web/.next/static/chunks/5124-5365d82e8f9962c5.js +1 -0
  182. package/web/.next/static/chunks/app/_not-found/{page-1b6e9375ed39417d.js → page-ce7aac1309588445.js} +1 -1
  183. package/web/.next/static/chunks/app/api/backlog/take/route-1c98dbb79467f151.js +1 -0
  184. package/web/.next/static/chunks/app/api/github-status/route-1c98dbb79467f151.js +1 -0
  185. package/web/.next/static/chunks/app/api/gitlab-status/route-1c98dbb79467f151.js +1 -0
  186. package/web/.next/static/chunks/app/api/models/route-1c98dbb79467f151.js +1 -0
  187. package/web/.next/static/chunks/app/api/pr-status/merge/route-1c98dbb79467f151.js +1 -0
  188. package/web/.next/static/chunks/app/api/pr-status/route-1c98dbb79467f151.js +1 -0
  189. package/web/.next/static/chunks/app/api/preflight/route-1c98dbb79467f151.js +1 -0
  190. package/web/.next/static/chunks/app/api/projects/[id]/branches/exists/route-1c98dbb79467f151.js +1 -0
  191. package/web/.next/static/chunks/app/api/projects/[id]/route-1c98dbb79467f151.js +1 -0
  192. package/web/.next/static/chunks/app/api/projects/[id]/slash-commands/route-1c98dbb79467f151.js +1 -0
  193. package/web/.next/static/chunks/app/api/projects/route-1c98dbb79467f151.js +1 -0
  194. package/web/.next/static/chunks/app/api/runtime/info/route-1c98dbb79467f151.js +1 -0
  195. package/web/.next/static/chunks/app/api/runtime/resources/route-1c98dbb79467f151.js +1 -0
  196. package/web/.next/static/chunks/app/api/runtime/terminal/route-1c98dbb79467f151.js +1 -0
  197. package/web/.next/static/chunks/app/api/runtime/versions/route-1c98dbb79467f151.js +1 -0
  198. package/web/.next/static/chunks/app/api/runtime/versions/switch/route-1c98dbb79467f151.js +1 -0
  199. package/web/.next/static/chunks/app/api/runtime/voice/route-1c98dbb79467f151.js +1 -0
  200. package/web/.next/static/chunks/app/api/runtime/voice/transcribe/route-1c98dbb79467f151.js +1 -0
  201. package/web/.next/static/chunks/app/api/sessions/[id]/artifacts/[artifactId]/route-1c98dbb79467f151.js +1 -0
  202. package/web/.next/static/chunks/app/api/sessions/[id]/complete/route-1c98dbb79467f151.js +1 -0
  203. package/web/.next/static/chunks/app/api/sessions/[id]/conversation/route-1c98dbb79467f151.js +1 -0
  204. package/web/.next/static/chunks/app/api/sessions/[id]/kill/route-1c98dbb79467f151.js +1 -0
  205. package/web/.next/static/chunks/app/api/sessions/[id]/logs/route-1c98dbb79467f151.js +1 -0
  206. package/web/.next/static/chunks/app/api/sessions/[id]/pause/route-1c98dbb79467f151.js +1 -0
  207. package/web/.next/static/chunks/app/api/sessions/[id]/respawn/route-1c98dbb79467f151.js +1 -0
  208. package/web/.next/static/chunks/app/api/sessions/[id]/restore/route-1c98dbb79467f151.js +1 -0
  209. package/web/.next/static/chunks/app/api/sessions/[id]/route-1c98dbb79467f151.js +1 -0
  210. package/web/.next/static/chunks/app/api/sessions/[id]/send/route-1c98dbb79467f151.js +1 -0
  211. package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/start/route-1c98dbb79467f151.js +1 -0
  212. package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/stop/route-1c98dbb79467f151.js +1 -0
  213. package/web/.next/static/chunks/app/api/sessions/[id]/slash-commands/route-1c98dbb79467f151.js +1 -0
  214. package/web/.next/static/chunks/app/api/sessions/[id]/tags/route-1c98dbb79467f151.js +1 -0
  215. package/web/.next/static/chunks/app/api/sessions/route-1c98dbb79467f151.js +1 -0
  216. package/web/.next/static/chunks/app/api/shepherd/spawn/route-1c98dbb79467f151.js +1 -0
  217. package/web/.next/static/chunks/app/api/spawn/route-1c98dbb79467f151.js +1 -0
  218. package/web/.next/static/chunks/app/apple-icon/route-1c98dbb79467f151.js +1 -0
  219. package/web/.next/static/chunks/app/icon/route-1c98dbb79467f151.js +1 -0
  220. package/web/.next/static/chunks/app/icon-192/route-1c98dbb79467f151.js +1 -0
  221. package/web/.next/static/chunks/app/icon-512/route-1c98dbb79467f151.js +1 -0
  222. package/web/.next/static/chunks/app/layout-f69f7a978709d508.js +1 -0
  223. package/web/.next/static/chunks/app/manifest.webmanifest/route-1c98dbb79467f151.js +1 -0
  224. package/web/.next/static/chunks/app/page-8a91ba4badc56ab2.js +1 -0
  225. package/web/.next/static/chunks/app/sessions/[id]/page-d8abb491bd89b750.js +1 -0
  226. package/web/.next/static/chunks/{main-app-1cea33e0d8c88bba.js → main-app-96c0fcaf99db6703.js} +1 -1
  227. package/web/.next/static/css/1c8043fd02fc0a5c.css +3 -0
  228. package/web/.next/static/j6j0a_rHfbTSVFFhtL-Dd/_buildManifest.js +1 -0
  229. package/web/node_modules/.package-lock.json +3 -3
  230. package/web/node_modules/caniuse-lite/data/agents.js +1 -1
  231. package/web/node_modules/caniuse-lite/data/browserVersions.js +1 -1
  232. package/web/node_modules/caniuse-lite/data/features/aac.js +1 -1
  233. package/web/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -1
  234. package/web/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -1
  235. package/web/node_modules/caniuse-lite/data/features/accelerometer.js +1 -1
  236. package/web/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -1
  237. package/web/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -1
  238. package/web/node_modules/caniuse-lite/data/features/ambient-light.js +1 -1
  239. package/web/node_modules/caniuse-lite/data/features/apng.js +1 -1
  240. package/web/node_modules/caniuse-lite/data/features/array-find-index.js +1 -1
  241. package/web/node_modules/caniuse-lite/data/features/array-find.js +1 -1
  242. package/web/node_modules/caniuse-lite/data/features/array-flat.js +1 -1
  243. package/web/node_modules/caniuse-lite/data/features/array-includes.js +1 -1
  244. package/web/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -1
  245. package/web/node_modules/caniuse-lite/data/features/asmjs.js +1 -1
  246. package/web/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -1
  247. package/web/node_modules/caniuse-lite/data/features/async-functions.js +1 -1
  248. package/web/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -1
  249. package/web/node_modules/caniuse-lite/data/features/audio-api.js +1 -1
  250. package/web/node_modules/caniuse-lite/data/features/audio.js +1 -1
  251. package/web/node_modules/caniuse-lite/data/features/audiotracks.js +1 -1
  252. package/web/node_modules/caniuse-lite/data/features/autofocus.js +1 -1
  253. package/web/node_modules/caniuse-lite/data/features/auxclick.js +1 -1
  254. package/web/node_modules/caniuse-lite/data/features/av1.js +1 -1
  255. package/web/node_modules/caniuse-lite/data/features/avif.js +1 -1
  256. package/web/node_modules/caniuse-lite/data/features/background-attachment.js +1 -1
  257. package/web/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -1
  258. package/web/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -1
  259. package/web/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -1
  260. package/web/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -1
  261. package/web/node_modules/caniuse-lite/data/features/background-sync.js +1 -1
  262. package/web/node_modules/caniuse-lite/data/features/battery-status.js +1 -1
  263. package/web/node_modules/caniuse-lite/data/features/beacon.js +1 -1
  264. package/web/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -1
  265. package/web/node_modules/caniuse-lite/data/features/bigint.js +1 -1
  266. package/web/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -1
  267. package/web/node_modules/caniuse-lite/data/features/bloburls.js +1 -1
  268. package/web/node_modules/caniuse-lite/data/features/border-image.js +1 -1
  269. package/web/node_modules/caniuse-lite/data/features/border-radius.js +1 -1
  270. package/web/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -1
  271. package/web/node_modules/caniuse-lite/data/features/brotli.js +1 -1
  272. package/web/node_modules/caniuse-lite/data/features/calc.js +1 -1
  273. package/web/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -1
  274. package/web/node_modules/caniuse-lite/data/features/canvas-text.js +1 -1
  275. package/web/node_modules/caniuse-lite/data/features/canvas.js +1 -1
  276. package/web/node_modules/caniuse-lite/data/features/ch-unit.js +1 -1
  277. package/web/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -1
  278. package/web/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -1
  279. package/web/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -1
  280. package/web/node_modules/caniuse-lite/data/features/classlist.js +1 -1
  281. package/web/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -1
  282. package/web/node_modules/caniuse-lite/data/features/clipboard.js +1 -1
  283. package/web/node_modules/caniuse-lite/data/features/colr-v1.js +1 -1
  284. package/web/node_modules/caniuse-lite/data/features/colr.js +1 -1
  285. package/web/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -1
  286. package/web/node_modules/caniuse-lite/data/features/console-basic.js +1 -1
  287. package/web/node_modules/caniuse-lite/data/features/console-time.js +1 -1
  288. package/web/node_modules/caniuse-lite/data/features/const.js +1 -1
  289. package/web/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -1
  290. package/web/node_modules/caniuse-lite/data/features/contenteditable.js +1 -1
  291. package/web/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -1
  292. package/web/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -1
  293. package/web/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -1
  294. package/web/node_modules/caniuse-lite/data/features/cors.js +1 -1
  295. package/web/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -1
  296. package/web/node_modules/caniuse-lite/data/features/credential-management.js +1 -1
  297. package/web/node_modules/caniuse-lite/data/features/cross-document-view-transitions.js +1 -1
  298. package/web/node_modules/caniuse-lite/data/features/cryptography.js +1 -1
  299. package/web/node_modules/caniuse-lite/data/features/css-all.js +1 -1
  300. package/web/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -1
  301. package/web/node_modules/caniuse-lite/data/features/css-animation.js +1 -1
  302. package/web/node_modules/caniuse-lite/data/features/css-any-link.js +1 -1
  303. package/web/node_modules/caniuse-lite/data/features/css-appearance.js +1 -1
  304. package/web/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -1
  305. package/web/node_modules/caniuse-lite/data/features/css-autofill.js +1 -1
  306. package/web/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -1
  307. package/web/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -1
  308. package/web/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -1
  309. package/web/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -1
  310. package/web/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -1
  311. package/web/node_modules/caniuse-lite/data/features/css-canvas.js +1 -1
  312. package/web/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -1
  313. package/web/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -1
  314. package/web/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -1
  315. package/web/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -1
  316. package/web/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -1
  317. package/web/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -1
  318. package/web/node_modules/caniuse-lite/data/features/css-color-function.js +1 -1
  319. package/web/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -1
  320. package/web/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -1
  321. package/web/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -1
  322. package/web/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -1
  323. package/web/node_modules/caniuse-lite/data/features/css-containment.js +1 -1
  324. package/web/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -1
  325. package/web/node_modules/caniuse-lite/data/features/css-counters.js +1 -1
  326. package/web/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -1
  327. package/web/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -1
  328. package/web/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -1
  329. package/web/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -1
  330. package/web/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -1
  331. package/web/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -1
  332. package/web/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -1
  333. package/web/node_modules/caniuse-lite/data/features/css-element-function.js +1 -1
  334. package/web/node_modules/caniuse-lite/data/features/css-env-function.js +1 -1
  335. package/web/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -1
  336. package/web/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -1
  337. package/web/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -1
  338. package/web/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -1
  339. package/web/node_modules/caniuse-lite/data/features/css-filters.js +1 -1
  340. package/web/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -1
  341. package/web/node_modules/caniuse-lite/data/features/css-first-line.js +1 -1
  342. package/web/node_modules/caniuse-lite/data/features/css-fixed.js +1 -1
  343. package/web/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -1
  344. package/web/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -1
  345. package/web/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -1
  346. package/web/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -1
  347. package/web/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -1
  348. package/web/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -1
  349. package/web/node_modules/caniuse-lite/data/features/css-gradients.js +1 -1
  350. package/web/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -1
  351. package/web/node_modules/caniuse-lite/data/features/css-grid-lanes.js +1 -1
  352. package/web/node_modules/caniuse-lite/data/features/css-grid.js +1 -1
  353. package/web/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -1
  354. package/web/node_modules/caniuse-lite/data/features/css-has.js +1 -1
  355. package/web/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -1
  356. package/web/node_modules/caniuse-lite/data/features/css-if.js +1 -1
  357. package/web/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -1
  358. package/web/node_modules/caniuse-lite/data/features/css-image-set.js +1 -1
  359. package/web/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -1
  360. package/web/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -1
  361. package/web/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -1
  362. package/web/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -1
  363. package/web/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -1
  364. package/web/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -1
  365. package/web/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -1
  366. package/web/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -1
  367. package/web/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -1
  368. package/web/node_modules/caniuse-lite/data/features/css-masks.js +1 -1
  369. package/web/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -1
  370. package/web/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -1
  371. package/web/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -1
  372. package/web/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -1
  373. package/web/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -1
  374. package/web/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -1
  375. package/web/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -1
  376. package/web/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -1
  377. package/web/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -1
  378. package/web/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -1
  379. package/web/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -1
  380. package/web/node_modules/caniuse-lite/data/features/css-nesting.js +1 -1
  381. package/web/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -1
  382. package/web/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -1
  383. package/web/node_modules/caniuse-lite/data/features/css-opacity.js +1 -1
  384. package/web/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -1
  385. package/web/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -1
  386. package/web/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -1
  387. package/web/node_modules/caniuse-lite/data/features/css-overflow.js +1 -1
  388. package/web/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -1
  389. package/web/node_modules/caniuse-lite/data/features/css-page-break.js +1 -1
  390. package/web/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -1
  391. package/web/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -1
  392. package/web/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -1
  393. package/web/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -1
  394. package/web/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -1
  395. package/web/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -1
  396. package/web/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -1
  397. package/web/node_modules/caniuse-lite/data/features/css-reflections.js +1 -1
  398. package/web/node_modules/caniuse-lite/data/features/css-regions.js +1 -1
  399. package/web/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -1
  400. package/web/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -1
  401. package/web/node_modules/caniuse-lite/data/features/css-resize.js +1 -1
  402. package/web/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -1
  403. package/web/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -1
  404. package/web/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -1
  405. package/web/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -1
  406. package/web/node_modules/caniuse-lite/data/features/css-sel2.js +1 -1
  407. package/web/node_modules/caniuse-lite/data/features/css-sel3.js +1 -1
  408. package/web/node_modules/caniuse-lite/data/features/css-selection.js +1 -1
  409. package/web/node_modules/caniuse-lite/data/features/css-shapes.js +1 -1
  410. package/web/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -1
  411. package/web/node_modules/caniuse-lite/data/features/css-sticky.js +1 -1
  412. package/web/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -1
  413. package/web/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -1
  414. package/web/node_modules/caniuse-lite/data/features/css-table.js +1 -1
  415. package/web/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -1
  416. package/web/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -1
  417. package/web/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -1
  418. package/web/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -1
  419. package/web/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -1
  420. package/web/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -1
  421. package/web/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -1
  422. package/web/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -1
  423. package/web/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -1
  424. package/web/node_modules/caniuse-lite/data/features/css-transitions.js +1 -1
  425. package/web/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -1
  426. package/web/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -1
  427. package/web/node_modules/caniuse-lite/data/features/css-variables.js +1 -1
  428. package/web/node_modules/caniuse-lite/data/features/css-when-else.js +1 -1
  429. package/web/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -1
  430. package/web/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -1
  431. package/web/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -1
  432. package/web/node_modules/caniuse-lite/data/features/css-zoom.js +1 -1
  433. package/web/node_modules/caniuse-lite/data/features/css3-attr.js +1 -1
  434. package/web/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -1
  435. package/web/node_modules/caniuse-lite/data/features/css3-colors.js +1 -1
  436. package/web/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -1
  437. package/web/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -1
  438. package/web/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -1
  439. package/web/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -1
  440. package/web/node_modules/caniuse-lite/data/features/currentcolor.js +1 -1
  441. package/web/node_modules/caniuse-lite/data/features/custom-elements.js +1 -1
  442. package/web/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -1
  443. package/web/node_modules/caniuse-lite/data/features/customevent.js +1 -1
  444. package/web/node_modules/caniuse-lite/data/features/customizable-select.js +1 -1
  445. package/web/node_modules/caniuse-lite/data/features/datalist.js +1 -1
  446. package/web/node_modules/caniuse-lite/data/features/dataset.js +1 -1
  447. package/web/node_modules/caniuse-lite/data/features/datauri.js +1 -1
  448. package/web/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -1
  449. package/web/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -1
  450. package/web/node_modules/caniuse-lite/data/features/decorators.js +1 -1
  451. package/web/node_modules/caniuse-lite/data/features/details.js +1 -1
  452. package/web/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -1
  453. package/web/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -1
  454. package/web/node_modules/caniuse-lite/data/features/dialog.js +1 -1
  455. package/web/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -1
  456. package/web/node_modules/caniuse-lite/data/features/dnssec.js +1 -1
  457. package/web/node_modules/caniuse-lite/data/features/do-not-track.js +1 -1
  458. package/web/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -1
  459. package/web/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -1
  460. package/web/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -1
  461. package/web/node_modules/caniuse-lite/data/features/document-policy.js +1 -1
  462. package/web/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -1
  463. package/web/node_modules/caniuse-lite/data/features/documenthead.js +1 -1
  464. package/web/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -1
  465. package/web/node_modules/caniuse-lite/data/features/dom-range.js +1 -1
  466. package/web/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -1
  467. package/web/node_modules/caniuse-lite/data/features/dommatrix.js +1 -1
  468. package/web/node_modules/caniuse-lite/data/features/download.js +1 -1
  469. package/web/node_modules/caniuse-lite/data/features/dragndrop.js +1 -1
  470. package/web/node_modules/caniuse-lite/data/features/element-closest.js +1 -1
  471. package/web/node_modules/caniuse-lite/data/features/element-from-point.js +1 -1
  472. package/web/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -1
  473. package/web/node_modules/caniuse-lite/data/features/eme.js +1 -1
  474. package/web/node_modules/caniuse-lite/data/features/eot.js +1 -1
  475. package/web/node_modules/caniuse-lite/data/features/es5.js +1 -1
  476. package/web/node_modules/caniuse-lite/data/features/es6-class.js +1 -1
  477. package/web/node_modules/caniuse-lite/data/features/es6-generators.js +1 -1
  478. package/web/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -1
  479. package/web/node_modules/caniuse-lite/data/features/es6-module.js +1 -1
  480. package/web/node_modules/caniuse-lite/data/features/es6-number.js +1 -1
  481. package/web/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -1
  482. package/web/node_modules/caniuse-lite/data/features/es6.js +1 -1
  483. package/web/node_modules/caniuse-lite/data/features/eventsource.js +1 -1
  484. package/web/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -1
  485. package/web/node_modules/caniuse-lite/data/features/feature-policy.js +1 -1
  486. package/web/node_modules/caniuse-lite/data/features/fetch.js +1 -1
  487. package/web/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -1
  488. package/web/node_modules/caniuse-lite/data/features/fileapi.js +1 -1
  489. package/web/node_modules/caniuse-lite/data/features/filereader.js +1 -1
  490. package/web/node_modules/caniuse-lite/data/features/filereadersync.js +1 -1
  491. package/web/node_modules/caniuse-lite/data/features/filesystem.js +1 -1
  492. package/web/node_modules/caniuse-lite/data/features/flac.js +1 -1
  493. package/web/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -1
  494. package/web/node_modules/caniuse-lite/data/features/flexbox.js +1 -1
  495. package/web/node_modules/caniuse-lite/data/features/flow-root.js +1 -1
  496. package/web/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -1
  497. package/web/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -1
  498. package/web/node_modules/caniuse-lite/data/features/font-feature.js +1 -1
  499. package/web/node_modules/caniuse-lite/data/features/font-kerning.js +1 -1
  500. package/web/node_modules/caniuse-lite/data/features/font-loading.js +1 -1
  501. package/web/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -1
  502. package/web/node_modules/caniuse-lite/data/features/font-smooth.js +1 -1
  503. package/web/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -1
  504. package/web/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -1
  505. package/web/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -1
  506. package/web/node_modules/caniuse-lite/data/features/fontface.js +1 -1
  507. package/web/node_modules/caniuse-lite/data/features/form-attribute.js +1 -1
  508. package/web/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -1
  509. package/web/node_modules/caniuse-lite/data/features/form-validation.js +1 -1
  510. package/web/node_modules/caniuse-lite/data/features/forms.js +1 -1
  511. package/web/node_modules/caniuse-lite/data/features/fullscreen.js +1 -1
  512. package/web/node_modules/caniuse-lite/data/features/gamepad.js +1 -1
  513. package/web/node_modules/caniuse-lite/data/features/geolocation.js +1 -1
  514. package/web/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -1
  515. package/web/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -1
  516. package/web/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -1
  517. package/web/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -1
  518. package/web/node_modules/caniuse-lite/data/features/gyroscope.js +1 -1
  519. package/web/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -1
  520. package/web/node_modules/caniuse-lite/data/features/hashchange.js +1 -1
  521. package/web/node_modules/caniuse-lite/data/features/heif.js +1 -1
  522. package/web/node_modules/caniuse-lite/data/features/hevc.js +1 -1
  523. package/web/node_modules/caniuse-lite/data/features/hidden.js +1 -1
  524. package/web/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -1
  525. package/web/node_modules/caniuse-lite/data/features/history.js +1 -1
  526. package/web/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -1
  527. package/web/node_modules/caniuse-lite/data/features/html5semantic.js +1 -1
  528. package/web/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -1
  529. package/web/node_modules/caniuse-lite/data/features/http2.js +1 -1
  530. package/web/node_modules/caniuse-lite/data/features/http3.js +1 -1
  531. package/web/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -1
  532. package/web/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -1
  533. package/web/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -1
  534. package/web/node_modules/caniuse-lite/data/features/imagecapture.js +1 -1
  535. package/web/node_modules/caniuse-lite/data/features/ime.js +1 -1
  536. package/web/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -1
  537. package/web/node_modules/caniuse-lite/data/features/import-maps.js +1 -1
  538. package/web/node_modules/caniuse-lite/data/features/imports.js +1 -1
  539. package/web/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -1
  540. package/web/node_modules/caniuse-lite/data/features/indexeddb.js +1 -1
  541. package/web/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -1
  542. package/web/node_modules/caniuse-lite/data/features/inline-block.js +1 -1
  543. package/web/node_modules/caniuse-lite/data/features/innertext.js +1 -1
  544. package/web/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -1
  545. package/web/node_modules/caniuse-lite/data/features/input-color.js +1 -1
  546. package/web/node_modules/caniuse-lite/data/features/input-datetime.js +1 -1
  547. package/web/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -1
  548. package/web/node_modules/caniuse-lite/data/features/input-event.js +1 -1
  549. package/web/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -1
  550. package/web/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -1
  551. package/web/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -1
  552. package/web/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -1
  553. package/web/node_modules/caniuse-lite/data/features/input-minlength.js +1 -1
  554. package/web/node_modules/caniuse-lite/data/features/input-number.js +1 -1
  555. package/web/node_modules/caniuse-lite/data/features/input-pattern.js +1 -1
  556. package/web/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -1
  557. package/web/node_modules/caniuse-lite/data/features/input-range.js +1 -1
  558. package/web/node_modules/caniuse-lite/data/features/input-search.js +1 -1
  559. package/web/node_modules/caniuse-lite/data/features/input-selection.js +1 -1
  560. package/web/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -1
  561. package/web/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -1
  562. package/web/node_modules/caniuse-lite/data/features/internationalization.js +1 -1
  563. package/web/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -1
  564. package/web/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -1
  565. package/web/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -1
  566. package/web/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -1
  567. package/web/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -1
  568. package/web/node_modules/caniuse-lite/data/features/jpegxl.js +1 -1
  569. package/web/node_modules/caniuse-lite/data/features/jpegxr.js +1 -1
  570. package/web/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -1
  571. package/web/node_modules/caniuse-lite/data/features/json.js +1 -1
  572. package/web/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -1
  573. package/web/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -1
  574. package/web/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -1
  575. package/web/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -1
  576. package/web/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -1
  577. package/web/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -1
  578. package/web/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -1
  579. package/web/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -1
  580. package/web/node_modules/caniuse-lite/data/features/lazyload.js +1 -1
  581. package/web/node_modules/caniuse-lite/data/features/let.js +1 -1
  582. package/web/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -1
  583. package/web/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -1
  584. package/web/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -1
  585. package/web/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -1
  586. package/web/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -1
  587. package/web/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -1
  588. package/web/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -1
  589. package/web/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -1
  590. package/web/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -1
  591. package/web/node_modules/caniuse-lite/data/features/loading-lazy-media.js +1 -1
  592. package/web/node_modules/caniuse-lite/data/features/localecompare.js +1 -1
  593. package/web/node_modules/caniuse-lite/data/features/magnetometer.js +1 -1
  594. package/web/node_modules/caniuse-lite/data/features/matchesselector.js +1 -1
  595. package/web/node_modules/caniuse-lite/data/features/matchmedia.js +1 -1
  596. package/web/node_modules/caniuse-lite/data/features/mathml.js +1 -1
  597. package/web/node_modules/caniuse-lite/data/features/maxlength.js +1 -1
  598. package/web/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -1
  599. package/web/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -1
  600. package/web/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -1
  601. package/web/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -1
  602. package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -1
  603. package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -1
  604. package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -1
  605. package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -1
  606. package/web/node_modules/caniuse-lite/data/features/media-fragments.js +1 -1
  607. package/web/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -1
  608. package/web/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -1
  609. package/web/node_modules/caniuse-lite/data/features/mediasource.js +1 -1
  610. package/web/node_modules/caniuse-lite/data/features/menu.js +1 -1
  611. package/web/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -1
  612. package/web/node_modules/caniuse-lite/data/features/meter.js +1 -1
  613. package/web/node_modules/caniuse-lite/data/features/midi.js +1 -1
  614. package/web/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -1
  615. package/web/node_modules/caniuse-lite/data/features/mp3.js +1 -1
  616. package/web/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -1
  617. package/web/node_modules/caniuse-lite/data/features/mpeg4.js +1 -1
  618. package/web/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -1
  619. package/web/node_modules/caniuse-lite/data/features/multicolumn.js +1 -1
  620. package/web/node_modules/caniuse-lite/data/features/mutation-events.js +1 -1
  621. package/web/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -1
  622. package/web/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -1
  623. package/web/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -1
  624. package/web/node_modules/caniuse-lite/data/features/nav-timing.js +1 -1
  625. package/web/node_modules/caniuse-lite/data/features/netinfo.js +1 -1
  626. package/web/node_modules/caniuse-lite/data/features/notifications.js +1 -1
  627. package/web/node_modules/caniuse-lite/data/features/object-entries.js +1 -1
  628. package/web/node_modules/caniuse-lite/data/features/object-fit.js +1 -1
  629. package/web/node_modules/caniuse-lite/data/features/object-observe.js +1 -1
  630. package/web/node_modules/caniuse-lite/data/features/object-values.js +1 -1
  631. package/web/node_modules/caniuse-lite/data/features/objectrtc.js +1 -1
  632. package/web/node_modules/caniuse-lite/data/features/offline-apps.js +1 -1
  633. package/web/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -1
  634. package/web/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -1
  635. package/web/node_modules/caniuse-lite/data/features/ogv.js +1 -1
  636. package/web/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -1
  637. package/web/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -1
  638. package/web/node_modules/caniuse-lite/data/features/online-status.js +1 -1
  639. package/web/node_modules/caniuse-lite/data/features/opus.js +1 -1
  640. package/web/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -1
  641. package/web/node_modules/caniuse-lite/data/features/outline.js +1 -1
  642. package/web/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -1
  643. package/web/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -1
  644. package/web/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -1
  645. package/web/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -1
  646. package/web/node_modules/caniuse-lite/data/features/passkeys.js +1 -1
  647. package/web/node_modules/caniuse-lite/data/features/passwordrules.js +1 -1
  648. package/web/node_modules/caniuse-lite/data/features/path2d.js +1 -1
  649. package/web/node_modules/caniuse-lite/data/features/payment-request.js +1 -1
  650. package/web/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -1
  651. package/web/node_modules/caniuse-lite/data/features/permissions-api.js +1 -1
  652. package/web/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -1
  653. package/web/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -1
  654. package/web/node_modules/caniuse-lite/data/features/picture.js +1 -1
  655. package/web/node_modules/caniuse-lite/data/features/ping.js +1 -1
  656. package/web/node_modules/caniuse-lite/data/features/png-alpha.js +1 -1
  657. package/web/node_modules/caniuse-lite/data/features/pointer-events.js +1 -1
  658. package/web/node_modules/caniuse-lite/data/features/pointer.js +1 -1
  659. package/web/node_modules/caniuse-lite/data/features/pointerlock.js +1 -1
  660. package/web/node_modules/caniuse-lite/data/features/portals.js +1 -1
  661. package/web/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -1
  662. package/web/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -1
  663. package/web/node_modules/caniuse-lite/data/features/progress.js +1 -1
  664. package/web/node_modules/caniuse-lite/data/features/promise-finally.js +1 -1
  665. package/web/node_modules/caniuse-lite/data/features/promises.js +1 -1
  666. package/web/node_modules/caniuse-lite/data/features/proximity.js +1 -1
  667. package/web/node_modules/caniuse-lite/data/features/proxy.js +1 -1
  668. package/web/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -1
  669. package/web/node_modules/caniuse-lite/data/features/push-api.js +1 -1
  670. package/web/node_modules/caniuse-lite/data/features/queryselector.js +1 -1
  671. package/web/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -1
  672. package/web/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -1
  673. package/web/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -1
  674. package/web/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -1
  675. package/web/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -1
  676. package/web/node_modules/caniuse-lite/data/features/rellist.js +1 -1
  677. package/web/node_modules/caniuse-lite/data/features/rem.js +1 -1
  678. package/web/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -1
  679. package/web/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -1
  680. package/web/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -1
  681. package/web/node_modules/caniuse-lite/data/features/resource-timing.js +1 -1
  682. package/web/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -1
  683. package/web/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -1
  684. package/web/node_modules/caniuse-lite/data/features/ruby.js +1 -1
  685. package/web/node_modules/caniuse-lite/data/features/run-in.js +1 -1
  686. package/web/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -1
  687. package/web/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -1
  688. package/web/node_modules/caniuse-lite/data/features/script-async.js +1 -1
  689. package/web/node_modules/caniuse-lite/data/features/script-defer.js +1 -1
  690. package/web/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -1
  691. package/web/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -1
  692. package/web/node_modules/caniuse-lite/data/features/sdch.js +1 -1
  693. package/web/node_modules/caniuse-lite/data/features/selection-api.js +1 -1
  694. package/web/node_modules/caniuse-lite/data/features/server-timing.js +1 -1
  695. package/web/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -1
  696. package/web/node_modules/caniuse-lite/data/features/setimmediate.js +1 -1
  697. package/web/node_modules/caniuse-lite/data/features/shadowdom.js +1 -1
  698. package/web/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -1
  699. package/web/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -1
  700. package/web/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -1
  701. package/web/node_modules/caniuse-lite/data/features/sni.js +1 -1
  702. package/web/node_modules/caniuse-lite/data/features/spdy.js +1 -1
  703. package/web/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -1
  704. package/web/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -1
  705. package/web/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -1
  706. package/web/node_modules/caniuse-lite/data/features/sql-storage.js +1 -1
  707. package/web/node_modules/caniuse-lite/data/features/srcset.js +1 -1
  708. package/web/node_modules/caniuse-lite/data/features/stream.js +1 -1
  709. package/web/node_modules/caniuse-lite/data/features/streams.js +1 -1
  710. package/web/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -1
  711. package/web/node_modules/caniuse-lite/data/features/style-scoped.js +1 -1
  712. package/web/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -1
  713. package/web/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -1
  714. package/web/node_modules/caniuse-lite/data/features/svg-css.js +1 -1
  715. package/web/node_modules/caniuse-lite/data/features/svg-filters.js +1 -1
  716. package/web/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -1
  717. package/web/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -1
  718. package/web/node_modules/caniuse-lite/data/features/svg-html.js +1 -1
  719. package/web/node_modules/caniuse-lite/data/features/svg-html5.js +1 -1
  720. package/web/node_modules/caniuse-lite/data/features/svg-img.js +1 -1
  721. package/web/node_modules/caniuse-lite/data/features/svg-smil.js +1 -1
  722. package/web/node_modules/caniuse-lite/data/features/svg.js +1 -1
  723. package/web/node_modules/caniuse-lite/data/features/sxg.js +1 -1
  724. package/web/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -1
  725. package/web/node_modules/caniuse-lite/data/features/template-literals.js +1 -1
  726. package/web/node_modules/caniuse-lite/data/features/template.js +1 -1
  727. package/web/node_modules/caniuse-lite/data/features/temporal.js +1 -1
  728. package/web/node_modules/caniuse-lite/data/features/testfeat.js +1 -1
  729. package/web/node_modules/caniuse-lite/data/features/text-decoration.js +1 -1
  730. package/web/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -1
  731. package/web/node_modules/caniuse-lite/data/features/text-overflow.js +1 -1
  732. package/web/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -1
  733. package/web/node_modules/caniuse-lite/data/features/text-stroke.js +1 -1
  734. package/web/node_modules/caniuse-lite/data/features/textcontent.js +1 -1
  735. package/web/node_modules/caniuse-lite/data/features/textencoder.js +1 -1
  736. package/web/node_modules/caniuse-lite/data/features/tls1-1.js +1 -1
  737. package/web/node_modules/caniuse-lite/data/features/tls1-2.js +1 -1
  738. package/web/node_modules/caniuse-lite/data/features/tls1-3.js +1 -1
  739. package/web/node_modules/caniuse-lite/data/features/touch.js +1 -1
  740. package/web/node_modules/caniuse-lite/data/features/transforms2d.js +1 -1
  741. package/web/node_modules/caniuse-lite/data/features/transforms3d.js +1 -1
  742. package/web/node_modules/caniuse-lite/data/features/trusted-types.js +1 -1
  743. package/web/node_modules/caniuse-lite/data/features/ttf.js +1 -1
  744. package/web/node_modules/caniuse-lite/data/features/typedarrays.js +1 -1
  745. package/web/node_modules/caniuse-lite/data/features/u2f.js +1 -1
  746. package/web/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -1
  747. package/web/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -1
  748. package/web/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -1
  749. package/web/node_modules/caniuse-lite/data/features/url.js +1 -1
  750. package/web/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -1
  751. package/web/node_modules/caniuse-lite/data/features/use-strict.js +1 -1
  752. package/web/node_modules/caniuse-lite/data/features/user-select-none.js +1 -1
  753. package/web/node_modules/caniuse-lite/data/features/user-timing.js +1 -1
  754. package/web/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -1
  755. package/web/node_modules/caniuse-lite/data/features/vector-effect.js +1 -1
  756. package/web/node_modules/caniuse-lite/data/features/vibration.js +1 -1
  757. package/web/node_modules/caniuse-lite/data/features/video.js +1 -1
  758. package/web/node_modules/caniuse-lite/data/features/videotracks.js +1 -1
  759. package/web/node_modules/caniuse-lite/data/features/view-transitions.js +1 -1
  760. package/web/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -1
  761. package/web/node_modules/caniuse-lite/data/features/viewport-units.js +1 -1
  762. package/web/node_modules/caniuse-lite/data/features/wai-aria.js +1 -1
  763. package/web/node_modules/caniuse-lite/data/features/wake-lock.js +1 -1
  764. package/web/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -1
  765. package/web/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -1
  766. package/web/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -1
  767. package/web/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -1
  768. package/web/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -1
  769. package/web/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -1
  770. package/web/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -1
  771. package/web/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -1
  772. package/web/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -1
  773. package/web/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -1
  774. package/web/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -1
  775. package/web/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -1
  776. package/web/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -1
  777. package/web/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -1
  778. package/web/node_modules/caniuse-lite/data/features/wasm.js +1 -1
  779. package/web/node_modules/caniuse-lite/data/features/wav.js +1 -1
  780. package/web/node_modules/caniuse-lite/data/features/wbr-element.js +1 -1
  781. package/web/node_modules/caniuse-lite/data/features/web-animation.js +1 -1
  782. package/web/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -1
  783. package/web/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -1
  784. package/web/node_modules/caniuse-lite/data/features/web-serial.js +1 -1
  785. package/web/node_modules/caniuse-lite/data/features/web-share.js +1 -1
  786. package/web/node_modules/caniuse-lite/data/features/webauthn.js +1 -1
  787. package/web/node_modules/caniuse-lite/data/features/webcodecs.js +1 -1
  788. package/web/node_modules/caniuse-lite/data/features/webgl.js +1 -1
  789. package/web/node_modules/caniuse-lite/data/features/webgl2.js +1 -1
  790. package/web/node_modules/caniuse-lite/data/features/webgpu.js +1 -1
  791. package/web/node_modules/caniuse-lite/data/features/webhid.js +1 -1
  792. package/web/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -1
  793. package/web/node_modules/caniuse-lite/data/features/webm.js +1 -1
  794. package/web/node_modules/caniuse-lite/data/features/webnfc.js +1 -1
  795. package/web/node_modules/caniuse-lite/data/features/webp.js +1 -1
  796. package/web/node_modules/caniuse-lite/data/features/websockets.js +1 -1
  797. package/web/node_modules/caniuse-lite/data/features/webtransport.js +1 -1
  798. package/web/node_modules/caniuse-lite/data/features/webusb.js +1 -1
  799. package/web/node_modules/caniuse-lite/data/features/webvr.js +1 -1
  800. package/web/node_modules/caniuse-lite/data/features/webvtt.js +1 -1
  801. package/web/node_modules/caniuse-lite/data/features/webworkers.js +1 -1
  802. package/web/node_modules/caniuse-lite/data/features/webxr.js +1 -1
  803. package/web/node_modules/caniuse-lite/data/features/will-change.js +1 -1
  804. package/web/node_modules/caniuse-lite/data/features/woff.js +1 -1
  805. package/web/node_modules/caniuse-lite/data/features/woff2.js +1 -1
  806. package/web/node_modules/caniuse-lite/data/features/word-break.js +1 -1
  807. package/web/node_modules/caniuse-lite/data/features/wordwrap.js +1 -1
  808. package/web/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -1
  809. package/web/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -1
  810. package/web/node_modules/caniuse-lite/data/features/xhr2.js +1 -1
  811. package/web/node_modules/caniuse-lite/data/features/xhtml.js +1 -1
  812. package/web/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -1
  813. package/web/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -1
  814. package/web/node_modules/caniuse-lite/data/features/zstd.js +1 -1
  815. package/web/node_modules/caniuse-lite/data/regions/AD.js +1 -1
  816. package/web/node_modules/caniuse-lite/data/regions/AE.js +1 -1
  817. package/web/node_modules/caniuse-lite/data/regions/AF.js +1 -1
  818. package/web/node_modules/caniuse-lite/data/regions/AG.js +1 -1
  819. package/web/node_modules/caniuse-lite/data/regions/AI.js +1 -1
  820. package/web/node_modules/caniuse-lite/data/regions/AL.js +1 -1
  821. package/web/node_modules/caniuse-lite/data/regions/AM.js +1 -1
  822. package/web/node_modules/caniuse-lite/data/regions/AO.js +1 -1
  823. package/web/node_modules/caniuse-lite/data/regions/AR.js +1 -1
  824. package/web/node_modules/caniuse-lite/data/regions/AS.js +1 -1
  825. package/web/node_modules/caniuse-lite/data/regions/AT.js +1 -1
  826. package/web/node_modules/caniuse-lite/data/regions/AU.js +1 -1
  827. package/web/node_modules/caniuse-lite/data/regions/AW.js +1 -1
  828. package/web/node_modules/caniuse-lite/data/regions/AX.js +1 -1
  829. package/web/node_modules/caniuse-lite/data/regions/AZ.js +1 -1
  830. package/web/node_modules/caniuse-lite/data/regions/BA.js +1 -1
  831. package/web/node_modules/caniuse-lite/data/regions/BB.js +1 -1
  832. package/web/node_modules/caniuse-lite/data/regions/BD.js +1 -1
  833. package/web/node_modules/caniuse-lite/data/regions/BE.js +1 -1
  834. package/web/node_modules/caniuse-lite/data/regions/BF.js +1 -1
  835. package/web/node_modules/caniuse-lite/data/regions/BG.js +1 -1
  836. package/web/node_modules/caniuse-lite/data/regions/BH.js +1 -1
  837. package/web/node_modules/caniuse-lite/data/regions/BI.js +1 -1
  838. package/web/node_modules/caniuse-lite/data/regions/BJ.js +1 -1
  839. package/web/node_modules/caniuse-lite/data/regions/BM.js +1 -1
  840. package/web/node_modules/caniuse-lite/data/regions/BN.js +1 -1
  841. package/web/node_modules/caniuse-lite/data/regions/BO.js +1 -1
  842. package/web/node_modules/caniuse-lite/data/regions/BR.js +1 -1
  843. package/web/node_modules/caniuse-lite/data/regions/BS.js +1 -1
  844. package/web/node_modules/caniuse-lite/data/regions/BT.js +1 -1
  845. package/web/node_modules/caniuse-lite/data/regions/BW.js +1 -1
  846. package/web/node_modules/caniuse-lite/data/regions/BY.js +1 -1
  847. package/web/node_modules/caniuse-lite/data/regions/BZ.js +1 -1
  848. package/web/node_modules/caniuse-lite/data/regions/CA.js +1 -1
  849. package/web/node_modules/caniuse-lite/data/regions/CD.js +1 -1
  850. package/web/node_modules/caniuse-lite/data/regions/CF.js +1 -1
  851. package/web/node_modules/caniuse-lite/data/regions/CG.js +1 -1
  852. package/web/node_modules/caniuse-lite/data/regions/CH.js +1 -1
  853. package/web/node_modules/caniuse-lite/data/regions/CI.js +1 -1
  854. package/web/node_modules/caniuse-lite/data/regions/CK.js +1 -1
  855. package/web/node_modules/caniuse-lite/data/regions/CL.js +1 -1
  856. package/web/node_modules/caniuse-lite/data/regions/CM.js +1 -1
  857. package/web/node_modules/caniuse-lite/data/regions/CN.js +1 -1
  858. package/web/node_modules/caniuse-lite/data/regions/CO.js +1 -1
  859. package/web/node_modules/caniuse-lite/data/regions/CR.js +1 -1
  860. package/web/node_modules/caniuse-lite/data/regions/CU.js +1 -1
  861. package/web/node_modules/caniuse-lite/data/regions/CV.js +1 -1
  862. package/web/node_modules/caniuse-lite/data/regions/CX.js +1 -1
  863. package/web/node_modules/caniuse-lite/data/regions/CY.js +1 -1
  864. package/web/node_modules/caniuse-lite/data/regions/CZ.js +1 -1
  865. package/web/node_modules/caniuse-lite/data/regions/DE.js +1 -1
  866. package/web/node_modules/caniuse-lite/data/regions/DJ.js +1 -1
  867. package/web/node_modules/caniuse-lite/data/regions/DK.js +1 -1
  868. package/web/node_modules/caniuse-lite/data/regions/DM.js +1 -1
  869. package/web/node_modules/caniuse-lite/data/regions/DO.js +1 -1
  870. package/web/node_modules/caniuse-lite/data/regions/DZ.js +1 -1
  871. package/web/node_modules/caniuse-lite/data/regions/EC.js +1 -1
  872. package/web/node_modules/caniuse-lite/data/regions/EE.js +1 -1
  873. package/web/node_modules/caniuse-lite/data/regions/EG.js +1 -1
  874. package/web/node_modules/caniuse-lite/data/regions/ER.js +1 -1
  875. package/web/node_modules/caniuse-lite/data/regions/ES.js +1 -1
  876. package/web/node_modules/caniuse-lite/data/regions/ET.js +1 -1
  877. package/web/node_modules/caniuse-lite/data/regions/FI.js +1 -1
  878. package/web/node_modules/caniuse-lite/data/regions/FJ.js +1 -1
  879. package/web/node_modules/caniuse-lite/data/regions/FK.js +1 -1
  880. package/web/node_modules/caniuse-lite/data/regions/FM.js +1 -1
  881. package/web/node_modules/caniuse-lite/data/regions/FO.js +1 -1
  882. package/web/node_modules/caniuse-lite/data/regions/FR.js +1 -1
  883. package/web/node_modules/caniuse-lite/data/regions/GA.js +1 -1
  884. package/web/node_modules/caniuse-lite/data/regions/GB.js +1 -1
  885. package/web/node_modules/caniuse-lite/data/regions/GD.js +1 -1
  886. package/web/node_modules/caniuse-lite/data/regions/GE.js +1 -1
  887. package/web/node_modules/caniuse-lite/data/regions/GF.js +1 -1
  888. package/web/node_modules/caniuse-lite/data/regions/GG.js +1 -1
  889. package/web/node_modules/caniuse-lite/data/regions/GH.js +1 -1
  890. package/web/node_modules/caniuse-lite/data/regions/GI.js +1 -1
  891. package/web/node_modules/caniuse-lite/data/regions/GL.js +1 -1
  892. package/web/node_modules/caniuse-lite/data/regions/GM.js +1 -1
  893. package/web/node_modules/caniuse-lite/data/regions/GN.js +1 -1
  894. package/web/node_modules/caniuse-lite/data/regions/GP.js +1 -1
  895. package/web/node_modules/caniuse-lite/data/regions/GQ.js +1 -1
  896. package/web/node_modules/caniuse-lite/data/regions/GR.js +1 -1
  897. package/web/node_modules/caniuse-lite/data/regions/GT.js +1 -1
  898. package/web/node_modules/caniuse-lite/data/regions/GU.js +1 -1
  899. package/web/node_modules/caniuse-lite/data/regions/GW.js +1 -1
  900. package/web/node_modules/caniuse-lite/data/regions/GY.js +1 -1
  901. package/web/node_modules/caniuse-lite/data/regions/HK.js +1 -1
  902. package/web/node_modules/caniuse-lite/data/regions/HN.js +1 -1
  903. package/web/node_modules/caniuse-lite/data/regions/HR.js +1 -1
  904. package/web/node_modules/caniuse-lite/data/regions/HT.js +1 -1
  905. package/web/node_modules/caniuse-lite/data/regions/HU.js +1 -1
  906. package/web/node_modules/caniuse-lite/data/regions/ID.js +1 -1
  907. package/web/node_modules/caniuse-lite/data/regions/IE.js +1 -1
  908. package/web/node_modules/caniuse-lite/data/regions/IL.js +1 -1
  909. package/web/node_modules/caniuse-lite/data/regions/IM.js +1 -1
  910. package/web/node_modules/caniuse-lite/data/regions/IN.js +1 -1
  911. package/web/node_modules/caniuse-lite/data/regions/IQ.js +1 -1
  912. package/web/node_modules/caniuse-lite/data/regions/IR.js +1 -1
  913. package/web/node_modules/caniuse-lite/data/regions/IS.js +1 -1
  914. package/web/node_modules/caniuse-lite/data/regions/IT.js +1 -1
  915. package/web/node_modules/caniuse-lite/data/regions/JE.js +1 -1
  916. package/web/node_modules/caniuse-lite/data/regions/JM.js +1 -1
  917. package/web/node_modules/caniuse-lite/data/regions/JO.js +1 -1
  918. package/web/node_modules/caniuse-lite/data/regions/JP.js +1 -1
  919. package/web/node_modules/caniuse-lite/data/regions/KE.js +1 -1
  920. package/web/node_modules/caniuse-lite/data/regions/KG.js +1 -1
  921. package/web/node_modules/caniuse-lite/data/regions/KH.js +1 -1
  922. package/web/node_modules/caniuse-lite/data/regions/KI.js +1 -1
  923. package/web/node_modules/caniuse-lite/data/regions/KM.js +1 -1
  924. package/web/node_modules/caniuse-lite/data/regions/KN.js +1 -1
  925. package/web/node_modules/caniuse-lite/data/regions/KP.js +1 -1
  926. package/web/node_modules/caniuse-lite/data/regions/KR.js +1 -1
  927. package/web/node_modules/caniuse-lite/data/regions/KW.js +1 -1
  928. package/web/node_modules/caniuse-lite/data/regions/KY.js +1 -1
  929. package/web/node_modules/caniuse-lite/data/regions/KZ.js +1 -1
  930. package/web/node_modules/caniuse-lite/data/regions/LA.js +1 -1
  931. package/web/node_modules/caniuse-lite/data/regions/LB.js +1 -1
  932. package/web/node_modules/caniuse-lite/data/regions/LC.js +1 -1
  933. package/web/node_modules/caniuse-lite/data/regions/LI.js +1 -1
  934. package/web/node_modules/caniuse-lite/data/regions/LK.js +1 -1
  935. package/web/node_modules/caniuse-lite/data/regions/LR.js +1 -1
  936. package/web/node_modules/caniuse-lite/data/regions/LS.js +1 -1
  937. package/web/node_modules/caniuse-lite/data/regions/LT.js +1 -1
  938. package/web/node_modules/caniuse-lite/data/regions/LU.js +1 -1
  939. package/web/node_modules/caniuse-lite/data/regions/LV.js +1 -1
  940. package/web/node_modules/caniuse-lite/data/regions/LY.js +1 -1
  941. package/web/node_modules/caniuse-lite/data/regions/MA.js +1 -1
  942. package/web/node_modules/caniuse-lite/data/regions/MC.js +1 -1
  943. package/web/node_modules/caniuse-lite/data/regions/MD.js +1 -1
  944. package/web/node_modules/caniuse-lite/data/regions/ME.js +1 -1
  945. package/web/node_modules/caniuse-lite/data/regions/MG.js +1 -1
  946. package/web/node_modules/caniuse-lite/data/regions/MH.js +1 -1
  947. package/web/node_modules/caniuse-lite/data/regions/MK.js +1 -1
  948. package/web/node_modules/caniuse-lite/data/regions/ML.js +1 -1
  949. package/web/node_modules/caniuse-lite/data/regions/MM.js +1 -1
  950. package/web/node_modules/caniuse-lite/data/regions/MN.js +1 -1
  951. package/web/node_modules/caniuse-lite/data/regions/MO.js +1 -1
  952. package/web/node_modules/caniuse-lite/data/regions/MP.js +1 -1
  953. package/web/node_modules/caniuse-lite/data/regions/MQ.js +1 -1
  954. package/web/node_modules/caniuse-lite/data/regions/MR.js +1 -1
  955. package/web/node_modules/caniuse-lite/data/regions/MS.js +1 -1
  956. package/web/node_modules/caniuse-lite/data/regions/MT.js +1 -1
  957. package/web/node_modules/caniuse-lite/data/regions/MU.js +1 -1
  958. package/web/node_modules/caniuse-lite/data/regions/MV.js +1 -1
  959. package/web/node_modules/caniuse-lite/data/regions/MW.js +1 -1
  960. package/web/node_modules/caniuse-lite/data/regions/MX.js +1 -1
  961. package/web/node_modules/caniuse-lite/data/regions/MY.js +1 -1
  962. package/web/node_modules/caniuse-lite/data/regions/MZ.js +1 -1
  963. package/web/node_modules/caniuse-lite/data/regions/NA.js +1 -1
  964. package/web/node_modules/caniuse-lite/data/regions/NC.js +1 -1
  965. package/web/node_modules/caniuse-lite/data/regions/NE.js +1 -1
  966. package/web/node_modules/caniuse-lite/data/regions/NF.js +1 -1
  967. package/web/node_modules/caniuse-lite/data/regions/NG.js +1 -1
  968. package/web/node_modules/caniuse-lite/data/regions/NI.js +1 -1
  969. package/web/node_modules/caniuse-lite/data/regions/NL.js +1 -1
  970. package/web/node_modules/caniuse-lite/data/regions/NO.js +1 -1
  971. package/web/node_modules/caniuse-lite/data/regions/NP.js +1 -1
  972. package/web/node_modules/caniuse-lite/data/regions/NR.js +1 -1
  973. package/web/node_modules/caniuse-lite/data/regions/NU.js +1 -1
  974. package/web/node_modules/caniuse-lite/data/regions/NZ.js +1 -1
  975. package/web/node_modules/caniuse-lite/data/regions/OM.js +1 -1
  976. package/web/node_modules/caniuse-lite/data/regions/PA.js +1 -1
  977. package/web/node_modules/caniuse-lite/data/regions/PE.js +1 -1
  978. package/web/node_modules/caniuse-lite/data/regions/PF.js +1 -1
  979. package/web/node_modules/caniuse-lite/data/regions/PG.js +1 -1
  980. package/web/node_modules/caniuse-lite/data/regions/PH.js +1 -1
  981. package/web/node_modules/caniuse-lite/data/regions/PK.js +1 -1
  982. package/web/node_modules/caniuse-lite/data/regions/PL.js +1 -1
  983. package/web/node_modules/caniuse-lite/data/regions/PM.js +1 -1
  984. package/web/node_modules/caniuse-lite/data/regions/PN.js +1 -1
  985. package/web/node_modules/caniuse-lite/data/regions/PR.js +1 -1
  986. package/web/node_modules/caniuse-lite/data/regions/PS.js +1 -1
  987. package/web/node_modules/caniuse-lite/data/regions/PT.js +1 -1
  988. package/web/node_modules/caniuse-lite/data/regions/PW.js +1 -1
  989. package/web/node_modules/caniuse-lite/data/regions/PY.js +1 -1
  990. package/web/node_modules/caniuse-lite/data/regions/QA.js +1 -1
  991. package/web/node_modules/caniuse-lite/data/regions/RE.js +1 -1
  992. package/web/node_modules/caniuse-lite/data/regions/RO.js +1 -1
  993. package/web/node_modules/caniuse-lite/data/regions/RS.js +1 -1
  994. package/web/node_modules/caniuse-lite/data/regions/RU.js +1 -1
  995. package/web/node_modules/caniuse-lite/data/regions/RW.js +1 -1
  996. package/web/node_modules/caniuse-lite/data/regions/SA.js +1 -1
  997. package/web/node_modules/caniuse-lite/data/regions/SB.js +1 -1
  998. package/web/node_modules/caniuse-lite/data/regions/SC.js +1 -1
  999. package/web/node_modules/caniuse-lite/data/regions/SD.js +1 -1
  1000. package/web/node_modules/caniuse-lite/data/regions/SE.js +1 -1
  1001. package/web/node_modules/caniuse-lite/data/regions/SG.js +1 -1
  1002. package/web/node_modules/caniuse-lite/data/regions/SH.js +1 -1
  1003. package/web/node_modules/caniuse-lite/data/regions/SI.js +1 -1
  1004. package/web/node_modules/caniuse-lite/data/regions/SK.js +1 -1
  1005. package/web/node_modules/caniuse-lite/data/regions/SL.js +1 -1
  1006. package/web/node_modules/caniuse-lite/data/regions/SM.js +1 -1
  1007. package/web/node_modules/caniuse-lite/data/regions/SN.js +1 -1
  1008. package/web/node_modules/caniuse-lite/data/regions/SO.js +1 -1
  1009. package/web/node_modules/caniuse-lite/data/regions/SR.js +1 -1
  1010. package/web/node_modules/caniuse-lite/data/regions/ST.js +1 -1
  1011. package/web/node_modules/caniuse-lite/data/regions/SV.js +1 -1
  1012. package/web/node_modules/caniuse-lite/data/regions/SY.js +1 -1
  1013. package/web/node_modules/caniuse-lite/data/regions/SZ.js +1 -1
  1014. package/web/node_modules/caniuse-lite/data/regions/TC.js +1 -1
  1015. package/web/node_modules/caniuse-lite/data/regions/TD.js +1 -1
  1016. package/web/node_modules/caniuse-lite/data/regions/TG.js +1 -1
  1017. package/web/node_modules/caniuse-lite/data/regions/TH.js +1 -1
  1018. package/web/node_modules/caniuse-lite/data/regions/TJ.js +1 -1
  1019. package/web/node_modules/caniuse-lite/data/regions/TL.js +1 -1
  1020. package/web/node_modules/caniuse-lite/data/regions/TM.js +1 -1
  1021. package/web/node_modules/caniuse-lite/data/regions/TN.js +1 -1
  1022. package/web/node_modules/caniuse-lite/data/regions/TO.js +1 -1
  1023. package/web/node_modules/caniuse-lite/data/regions/TR.js +1 -1
  1024. package/web/node_modules/caniuse-lite/data/regions/TT.js +1 -1
  1025. package/web/node_modules/caniuse-lite/data/regions/TV.js +1 -1
  1026. package/web/node_modules/caniuse-lite/data/regions/TW.js +1 -1
  1027. package/web/node_modules/caniuse-lite/data/regions/TZ.js +1 -1
  1028. package/web/node_modules/caniuse-lite/data/regions/UA.js +1 -1
  1029. package/web/node_modules/caniuse-lite/data/regions/UG.js +1 -1
  1030. package/web/node_modules/caniuse-lite/data/regions/US.js +1 -1
  1031. package/web/node_modules/caniuse-lite/data/regions/UY.js +1 -1
  1032. package/web/node_modules/caniuse-lite/data/regions/UZ.js +1 -1
  1033. package/web/node_modules/caniuse-lite/data/regions/VA.js +1 -1
  1034. package/web/node_modules/caniuse-lite/data/regions/VC.js +1 -1
  1035. package/web/node_modules/caniuse-lite/data/regions/VE.js +1 -1
  1036. package/web/node_modules/caniuse-lite/data/regions/VG.js +1 -1
  1037. package/web/node_modules/caniuse-lite/data/regions/VI.js +1 -1
  1038. package/web/node_modules/caniuse-lite/data/regions/VN.js +1 -1
  1039. package/web/node_modules/caniuse-lite/data/regions/VU.js +1 -1
  1040. package/web/node_modules/caniuse-lite/data/regions/WF.js +1 -1
  1041. package/web/node_modules/caniuse-lite/data/regions/WS.js +1 -1
  1042. package/web/node_modules/caniuse-lite/data/regions/YE.js +1 -1
  1043. package/web/node_modules/caniuse-lite/data/regions/YT.js +1 -1
  1044. package/web/node_modules/caniuse-lite/data/regions/ZA.js +1 -1
  1045. package/web/node_modules/caniuse-lite/data/regions/ZM.js +1 -1
  1046. package/web/node_modules/caniuse-lite/data/regions/ZW.js +1 -1
  1047. package/web/node_modules/caniuse-lite/data/regions/alt-af.js +1 -1
  1048. package/web/node_modules/caniuse-lite/data/regions/alt-an.js +1 -1
  1049. package/web/node_modules/caniuse-lite/data/regions/alt-as.js +1 -1
  1050. package/web/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -1
  1051. package/web/node_modules/caniuse-lite/data/regions/alt-na.js +1 -1
  1052. package/web/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -1
  1053. package/web/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -1
  1054. package/web/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -1
  1055. package/web/node_modules/caniuse-lite/data/versionGroups.js +1 -1
  1056. package/web/node_modules/caniuse-lite/package.json +1 -1
  1057. package/web/package-lock.json +45 -45
  1058. package/web/server.js +1 -1
  1059. package/web/.next/server/chunks/7974.js +0 -1
  1060. package/web/.next/static/1N29vAB1vCj1iGIUfy4to/_buildManifest.js +0 -1
  1061. package/web/.next/static/chunks/5124-19d3cb5b8c373b6d.js +0 -1
  1062. package/web/.next/static/chunks/app/api/github-status/route-596ce1d0c049f589.js +0 -1
  1063. package/web/.next/static/chunks/app/api/gitlab-status/route-596ce1d0c049f589.js +0 -1
  1064. package/web/.next/static/chunks/app/api/models/route-596ce1d0c049f589.js +0 -1
  1065. package/web/.next/static/chunks/app/api/pr-status/merge/route-596ce1d0c049f589.js +0 -1
  1066. package/web/.next/static/chunks/app/api/pr-status/route-596ce1d0c049f589.js +0 -1
  1067. package/web/.next/static/chunks/app/api/preflight/route-596ce1d0c049f589.js +0 -1
  1068. package/web/.next/static/chunks/app/api/projects/[id]/branches/exists/route-596ce1d0c049f589.js +0 -1
  1069. package/web/.next/static/chunks/app/api/projects/[id]/route-596ce1d0c049f589.js +0 -1
  1070. package/web/.next/static/chunks/app/api/projects/[id]/slash-commands/route-596ce1d0c049f589.js +0 -1
  1071. package/web/.next/static/chunks/app/api/projects/route-596ce1d0c049f589.js +0 -1
  1072. package/web/.next/static/chunks/app/api/runtime/info/route-596ce1d0c049f589.js +0 -1
  1073. package/web/.next/static/chunks/app/api/runtime/resources/route-596ce1d0c049f589.js +0 -1
  1074. package/web/.next/static/chunks/app/api/runtime/terminal/route-596ce1d0c049f589.js +0 -1
  1075. package/web/.next/static/chunks/app/api/runtime/versions/route-596ce1d0c049f589.js +0 -1
  1076. package/web/.next/static/chunks/app/api/runtime/versions/switch/route-596ce1d0c049f589.js +0 -1
  1077. package/web/.next/static/chunks/app/api/runtime/voice/route-596ce1d0c049f589.js +0 -1
  1078. package/web/.next/static/chunks/app/api/runtime/voice/transcribe/route-596ce1d0c049f589.js +0 -1
  1079. package/web/.next/static/chunks/app/api/sessions/[id]/artifacts/[artifactId]/route-596ce1d0c049f589.js +0 -1
  1080. package/web/.next/static/chunks/app/api/sessions/[id]/complete/route-596ce1d0c049f589.js +0 -1
  1081. package/web/.next/static/chunks/app/api/sessions/[id]/conversation/route-596ce1d0c049f589.js +0 -1
  1082. package/web/.next/static/chunks/app/api/sessions/[id]/kill/route-596ce1d0c049f589.js +0 -1
  1083. package/web/.next/static/chunks/app/api/sessions/[id]/logs/route-596ce1d0c049f589.js +0 -1
  1084. package/web/.next/static/chunks/app/api/sessions/[id]/pause/route-596ce1d0c049f589.js +0 -1
  1085. package/web/.next/static/chunks/app/api/sessions/[id]/respawn/route-596ce1d0c049f589.js +0 -1
  1086. package/web/.next/static/chunks/app/api/sessions/[id]/restore/route-596ce1d0c049f589.js +0 -1
  1087. package/web/.next/static/chunks/app/api/sessions/[id]/route-596ce1d0c049f589.js +0 -1
  1088. package/web/.next/static/chunks/app/api/sessions/[id]/send/route-596ce1d0c049f589.js +0 -1
  1089. package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/start/route-596ce1d0c049f589.js +0 -1
  1090. package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/stop/route-596ce1d0c049f589.js +0 -1
  1091. package/web/.next/static/chunks/app/api/sessions/[id]/slash-commands/route-596ce1d0c049f589.js +0 -1
  1092. package/web/.next/static/chunks/app/api/sessions/[id]/tags/route-596ce1d0c049f589.js +0 -1
  1093. package/web/.next/static/chunks/app/api/sessions/route-596ce1d0c049f589.js +0 -1
  1094. package/web/.next/static/chunks/app/api/shepherd/spawn/route-596ce1d0c049f589.js +0 -1
  1095. package/web/.next/static/chunks/app/api/spawn/route-596ce1d0c049f589.js +0 -1
  1096. package/web/.next/static/chunks/app/apple-icon/route-596ce1d0c049f589.js +0 -1
  1097. package/web/.next/static/chunks/app/icon/route-596ce1d0c049f589.js +0 -1
  1098. package/web/.next/static/chunks/app/icon-192/route-596ce1d0c049f589.js +0 -1
  1099. package/web/.next/static/chunks/app/icon-512/route-596ce1d0c049f589.js +0 -1
  1100. package/web/.next/static/chunks/app/layout-77450a833d54e15c.js +0 -1
  1101. package/web/.next/static/chunks/app/manifest.webmanifest/route-596ce1d0c049f589.js +0 -1
  1102. package/web/.next/static/chunks/app/page-fd332d4acc6d8ff0.js +0 -1
  1103. package/web/.next/static/chunks/app/sessions/[id]/page-508070021783e022.js +0 -1
  1104. package/web/.next/static/css/a21fffd2e823d08d.css +0 -3
  1105. /package/web/.next/static/{1N29vAB1vCj1iGIUfy4to → j6j0a_rHfbTSVFFhtL-Dd}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- module.exports={"0":"_I _IB","1":"_d WD","2":"_qS _nI","3":"_4 _e","4":"J hB","5":"B C","6":"_Y _OF","7":"_vS _jI","8":"_DE _AB","9":"dD _AB",A:"A B",B:"D A",C:"CE DE",D:"_FE _cP",E:"_RC 7C",F:"J _U",G:"_GD _rS",H:"_PC _KP",I:"_v _UB",J:"_SH _mI",K:"_H _mI",L:"CD DD",M:"_2 _q",N:"_FE _sS",O:"_GG _rS",P:"_NH _rE",Q:"_pI _CC",R:"_4T _QH",S:"_tS _vE",T:"_h _P",U:"_EB _tE",V:"F _A",W:"_GD _hK",X:"I _w",Y:"_4 _fC",Z:"_QC 7C",a:"_H _hM",b:"_UC _uS",c:"_FB 7C",d:"gC _DG",e:"ED gC",f:"_g _L",g:"8C aC",h:"F _5",i:"J _e",j:"tD uD",k:"_j vD",l:"_g _6",m:"_g _Y",n:"_d _xC",o:"_bS _UK",p:"_o _ZK",q:"_ID _AB",r:"E _wS",s:"_4 _PH",t:"_p _yB",u:"_6 _eC",v:"C _BC",w:"xD yD",x:"_pI _tB",y:"_zE 7C",z:"_VC _q",AB:"_iK _jB",BB:"_5 _sS",CB:"_iM _kM",DB:"_n YD",EB:"_DH _NB",FB:"_eD E",GB:"_eD 7C",HB:"_sI _QH",IB:"R _4D",JB:"C M",KB:"aC _k",LB:"_jM _QH",MB:"_5D _MP",NB:"_8F _qB",OB:"_2 _gC",PB:"F _OD",QB:"_tI _RH",RB:"_GG _1S",SB:"_TC _RH",TB:"_MG _nM",UB:"_AC _9B",VB:"_eC dC",WB:"_2 _ID",XB:"_5T _kM",YB:"H VC",ZB:"_v _AC",aB:"_l _VB",bB:"_FE _sB",cB:"_5T _eP",dB:"_3S _wS",eB:"F _bK",fB:"_A _sB",gB:"_EB _kU",hB:"_OB cD",iB:"_0S _eP",jB:"_gK _hD",kB:"_uE _tB",lB:"F QD",mB:"hB _XB",nB:"_lM _uS",oB:"_sI _xS",pB:"_QB hC",qB:"LB MB",rB:"CC DC",sB:"UC 5C",tB:"_VB _gM",uB:"_8D _iD",vB:"_4 L",wB:"_EB _6T",xB:"_EB _BU",yB:"_iU BD",zB:"_qE ID","0B":"FB _DC","1B":"_cC _QK","2B":"J _MH","3B":"_vS BC","4B":"_v G","5B":"EB _0B","6B":"_XP _CU","7B":"_GG _qI","8B":"_lC _q","9B":"P Q",AC:"G O",BC:"M N",CC:"_eC _BE",DC:"_CH _NB",EC:"_Y G",FC:"_uE _CC",GC:"_OF _CC",HC:"_Y _jD",IC:"_4 _eD",JC:"_OF _tB",KC:"_wC _A",LC:"_aK _mC",MC:"_g CD",NC:"_jK _xS",OC:"_tS _VB",PC:"_IF _8G",QC:"_eD _wC",RC:"_QC _A",SC:"_WK _cI",TC:"_4 _QC",UC:"_H _h",VC:"E _eM",WC:"_GE _hE",XC:"_KD _gM",YC:"_yC _pE",ZC:"_vB _jP",aC:"tB uB",bC:"vB wB",cC:"_UB iB",dC:"_KF _NF",eC:"_lE _MF",fC:"_RC _v",gC:"aD bD",hC:"_mE _FD",iC:"D _wC",jC:"iB _EB",kC:"_MF _BE",lC:"E ZD",mC:"_dP _jB",nC:"4B _iE",oC:"_BD GC",pC:"_2B 1D",qC:"F _NH",rC:"J zD",sC:"gC VD",tC:"_JH _jI",uC:"_pI _vE",vC:"_BT _sE",wC:"E F",xC:"WD XD",yC:"_WB _iK",zC:"_m _jD","0C":"_WB eD","1C":"K _sE","2C":"_g _EU","3C":"_IG _FU","4C":"_vB _PH","5C":"_IC _jP","6C":"_PD _sB","7C":"_0S _AU","8C":"_RD _q","9C":"_lP _mI",AD:"_tK _hD",BD:"_rB _uT",CD:"_JF _o",DD:"bC BC",ED:"_oE _fS",FD:"_DD cC",GD:"aC J",HD:"hC UC",ID:"_gC _DE",JD:"_HH _FD",KD:"_MF dC",LD:"_HG _KF",MD:"_WB _EG",ND:"J _kI",OD:"_jM _fP",PD:"_mM _NH",QD:"_HH _oI",RD:"E _7T",SD:"_fI _KE",TD:"FD _zB",UD:"_PF _gP",VD:"C _YB",WD:"I yD",XD:"_H _GC",YD:"_Y _VH",ZD:"_5 _cP",aD:"_JE _pE",bD:"_iP _pK",cD:"_qK _wI",dD:"_lU _vE",eD:"L D",fD:"qB rB",gD:"_kE _iE",hD:"_ED _AE",iD:"_mE _oI",jD:"_9D _7D",kD:"_JD _CC",lD:"_LF _FD",mD:"_A _v",nD:"_KD _iI",oD:"_HE _VM",pD:"_5D V",qD:"_5D _LP",rD:"_rB EC",sD:"E _nI",tD:"_PC 4",uD:"_EB _nU",vD:"_bC xB",wD:"_PD _cK",xD:"_5S _yE",yD:"_nP _zS",zD:"_ZH R","0D":"_0M _zS","1D":"_GU _GC","2D":"_IU _L","3D":"_mU _eK","4D":"H S","5D":"T U","6D":"_FH _jE","7D":"_GH _SC","8D":"_6D _dC","9D":"_nE _8D",AE:"_wT _BG",BE:"_CD _ZK",CE:"VC JD",DE:"cD dD",EE:"_mS _oS",FE:"_A C",GE:"_MB _SK",HE:"_BD _VP",IE:"O _9B",JE:"_EC _jU",KE:"_dK _jB",LE:"_hC _CC",ME:"_Y _9D",NE:"_kK CB",OE:"_8D _7D",PE:"_HD _CE",QE:"_fK _hD",RE:"J _KU",SE:"K _NT",TE:"_H _zS",UE:"_gD 7B",VE:"_hS _SD",WE:"_1T _hD",XE:"_h _7I",YE:"_UH 6D",ZE:"_RF _VG",aE:"_xI _9T",bE:"_OG _mI",cE:"_5S _kD",dE:"_qP _9T",eE:"_JT _jB",fE:"_LU _sE",gE:"AB BB",hE:"_rT _UI",iE:"5B 6B",jE:"mB nB",kE:"3B 4B",lE:"_BD _YK",mE:"_7D _HH",nE:"_cC _EB",oE:"ZC uC",pE:"XC _eI",qE:"GD HD",rE:"_cK VC",sE:"_fK _eK",tE:"_kI _fM",uE:"_8D _hC",vE:"_tB _L",wE:"_cC _DH",xE:"_MB _PK",yE:"_JD _tB",zE:"_QC A","0E":"_IB dC","1E":"_gD _EH","2E":"_PF M","3E":"_Y _HG","4E":"_Y _LD","5E":"_H _LG","6E":"_H _pM","7E":"_EB _fM","8E":"_gC cD","9E":"_GD _KH",AF:"_m _OU",BF:"_MD hD",CF:"_oC HC",DF:"_xI _hP",EF:"_8S _yE",FF:"_rP _QD",GF:"_yM _FC",HF:"W X",IF:"0 1",JF:"_MB _RM",KF:"oB pB",LF:"_EH _WM",MF:"_XM _IB",NF:"_dI _aC",OF:"_JH _FD",PF:"_IG C",QF:"_wE IB",RF:"_MD _hI",SF:"HB _NB",TF:"_KP _gE",UF:"_MB _TS",VF:"_hC _tB",WF:"_h _jD",XF:"_mK mB",YF:"_jC _uB",ZF:"_cC DB",aF:"_AC P",bF:"_MB _HP",cF:"_bM ND",dF:"_Y _2S",eF:"_GE _rT",fF:"_HC _1E",gF:"_UH _aP",hF:"HD ID",iF:"_ND hC",jF:"_yC _gK",kF:"J _KH",lF:"_H _yE",mF:"_H _DU",nF:"_EB _kS",oF:"_EB _QU",pF:"_Y _tM",qF:"_Y _ZF",rF:"_OH _yS",sF:"_pI _eC",tF:"_a VC",uF:"_x DD",vF:"_iP _yK",wF:"_3B _P",xF:"_ZB P",yF:"_RF nD",zF:"_kP _uB","0F":"_pC 2D","1F":"_7S _kD","2F":"_SG _OS","3F":"_AT _kB","4F":"_HT _nD","5F":"_oU _bP","6F":"v w","7F":"_PS _JP","8F":"IB _sT","9F":"OC PC",AG:"_aI _QP",BG:"3C 4C",CG:"_YM _ZM",DG:"VD 6C",EG:"eD _aK",FG:"_HD _lI",GG:"_GD I",HG:"_nE _6D",IG:"_4 _RC",JG:"_ZS _SC",KG:"KB _qB",LG:"_dC _iD",MG:"_4 _FB",NG:"_WM _FD",OG:"_H _IE",PG:"_rI _CC",QG:"_lE _9F",RG:"_kE 5B",SG:"_oM _AH",TG:"_pT _gE",UG:"_JF _bS",VG:"_lS iC",WG:"_nK 1B",XG:"_H _0B",YG:"_GH _WK",ZG:"_oK kB",aG:"_kK _t",bG:"_lE OC",cG:"_JE _fK",dG:"B _sB",eG:"L FD",fG:"1 _8G",gG:"bD _8",hG:"_PC _9G",iG:"_IB _pD",jG:"_IB _qD",kG:"_H _OM",lG:"_HH BC",mG:"_Y _cC",nG:"_Y _wE",oG:"_Y _nK",pG:"_oE _vT",qG:"_m _L",rG:"_uE _eC",sG:"_iM _pU",tG:"_W xD",uG:"_u _WC",vG:"_JE _cF",wG:"_iP _3M",xG:"_aB _WT",yG:"_eB SD",zG:"_TF _p","0G":"_kP _FC","1G":"_UF _IP","2G":"_xM _uB","3G":"_bF d","4G":"_fH _dI","5G":"_HU _P","6G":"_TT _CC","7G":"_qU _sK","8G":"2 3","9G":"4 _nT",AH:"p _QS",BH:"DB EB",CH:"GB HB",DH:"_QK _CH",EH:"7B 8B",FH:"jB _aS",GH:"_bC _ZS",HH:"_gD _LF",IH:"nC oC",JH:"_9D _mE",KH:"wD 6C",LH:"hD _hS",MH:"zD 0D",NH:"_bK _gI",OH:"G K",PH:"_e FD",QH:"_FG _sE",RH:"_PH _zB",SH:"_H _I",TH:"_9D _GH",UH:"_ND _dM",VH:"_LD _dI",WH:"_PM _RK",XH:"_cC _BH",YH:"_xE _PS",ZH:"_lE _XM",aH:"_h _9D",bH:"_uI _p",cH:"_uI _o",dH:"K _KG",eH:"_wC _mD",fH:"_6D _KF",gH:"_bM qD",hH:"u _RK",iH:"rB _vI",jH:"yB _SC",kH:"_nT _TG",lH:"_IC _nM",mH:"N G",nH:"mD _KE",oH:"_gE _t",pH:"_IB _BE",qH:"_IB _WC",rH:"_PK _7F",sH:"_H h",tH:"_H _kD",uH:"_H _JC",vH:"_H _6S",wH:"_H _PG",xH:"_H _bH",yH:"_H _cH",zH:"_H _hH","0H":"_wC A","1H":"_FH mB","2H":"_Y _5I","3H":"_6 _lE","4H":"_2 aD","5H":"_jK _hP","6H":"_TC _nM","7H":"_zE _TD","8H":"_1E 9B","9H":"_OG _7M",AI:"_TF _o",BI:"_7S _QD",CI:"_YH k",DI:"_0C fD",EI:"_2E _tU",FI:"_1M _p",GI:"_dF KD",HI:"_fF 9B",II:"_wK _mI",JI:"_4M _LG",KI:"_5M _pM",LI:"_XG _kB",MI:"_tP _zI",NI:"_DJ _iD",OI:"_MT _LE",PI:"_ZT _AU",QI:"_SU _L",RI:"_TU _P",SI:"_rU _P",TI:"_sU _L",UI:"y z",VI:"7 8",WI:"n o",XI:"Z a",YI:"_OS u",ZI:"RB SB",aI:"NB OB",bI:"_SP NC",cI:"1B 2B",dI:"_fD sB",eI:"kC _cS",fI:"lD mD",gI:"SD TD",hI:"_LH _fI",iI:"_JF CB",jI:"BC _VB",kI:"_MH _pS",lI:"_CE _EE",mI:"_IB _CD",nI:"_xC _eM",oI:"_jI _iI",pI:"_H _6",qI:"_KH _w",rI:"_dC _hC",sI:"B _jK",tI:"_TC A",uI:"_XI _RM",vI:"sB _aC",wI:"UD VC",xI:"_BC _OH",yI:"_aS _jE",zI:"_LF _oI","0I":"_lD _tB","1I":"_lK LB","2I":"hB _fC","3I":"pB _NF","4I":"_IH _2T","5I":"_TH zB","6I":"_ID _EG","7I":"_NH _cK","8I":"AC _FD","9I":"FC _YK",AJ:"_Y _JH",BJ:"_m _9D",CJ:"_qT _OK",DJ:"_H uB",EJ:"BC cC",FJ:"_H _4S",GJ:"_H _vI",HJ:"_8D _mE",IJ:"_JH BC",JJ:"D E",KJ:"iB _DH",LJ:"K _DT",MJ:"PC _VK",NJ:"FD _qE",OJ:"gD _mC",PJ:"_H _4D",QJ:"_H _0I",RJ:"_H _NE",SJ:"_H _jH",TJ:"_H _QT",UJ:"_H _EN",VJ:"_EB _vU",WJ:"_6D oB",XJ:"_7D 3B",YJ:"_fC G",ZJ:"_Y _1B",aJ:"_Y _lK",bJ:"_Y _QF",cJ:"_Y _1I",dJ:"_Y _2M",eJ:"_MH 1D",fJ:"_GD _qI",gJ:"_FE M",hJ:"_SH _IB",iJ:"_iC _A",jJ:"_MD _LH",kJ:"_u _5D",lJ:"_HC _RG",mJ:"_0 _5D",nJ:"_kK _o",oJ:"_lC _6I",pJ:"_iP _rE",qJ:"_oD LC",rJ:"_zC _UU",sJ:"_zC _uU",tJ:"_lP _YF",uJ:"_UF f",vJ:"_QG QC",wJ:"_ME _bC",xJ:"_oP _LE",yJ:"_oP _VF",zJ:"_vM _LE","0J":"_UG _tT","1J":"_UD VC","2J":"_CT _LG","3J":"_3E oB","4J":"_xK _FC","5J":"_ET _o","6J":"_ET _p","7J":"_9M _kD","8J":"_PT _kC","9J":"_1K _gK",AK:"_2K q",BK:"_FN _nD",CK:"_vP _DU",DK:"_yP n",EK:"_aT _tE",FK:"_bT _GC",GK:"_cT CB",HK:"_VU _L",IK:"_wU _P",JK:"_xU _P",KK:"_yU _P",LK:"_zU _L",MK:"_0U _L",NK:"_1U _P",OK:"_IP h",PK:"_TS _OK",QK:"_BH FB",RK:"_hE _gE",SK:"_PK _QM",TK:"cB dB",UK:"_tT _UM",VK:"_TP SC",WK:"zB 0B",XK:"_VM _bI",YK:"_VP _XK",ZK:"eC _eS",aK:"fD gD",bK:"QD RD",cK:"_sB UD",dK:"_lS _nS",eK:"_hD PD",fK:"_bM _2T",gK:"_bM _3T",hK:"_k _KH",iK:"_EG _dP",jK:"_v _OH",kK:"_QM _RK",lK:"_wE _8F",mK:"_nE _FH",nK:"_TH _WK",oK:"_nE jB",pK:"_gI _rE",qK:"_qM _hM",rK:"_sT _qB",sK:"_mS iC",tK:"_IH _3T",uK:"_lD _CC",vK:"_0E _iI",wK:"_H Q",xK:"_H MB",yK:"TD _rE",zK:"IC _XK","0K":"_LH lD","1K":"_ID _iK","2K":"_oM p","3K":"_oD _SP","4K":"_H _WH","5K":"_JF _AG","6K":"_UP _uM","7K":"F A","8K":"B _v","9K":"_QG _TP",AL:"C VC",BL:"C _cP",CL:"C _wI",DL:"Q _jC",EL:"J _qI",FL:"J _WU",GL:"K _eK",HL:"5C _wI",IL:"_oT _WI",JL:"_AH _OS",KL:"_H _OK",LL:"_H _tB",ML:"_H _m",NL:"_H _iD",OL:"_H _uK",PL:"_H _JN",QL:"_H _zP",RL:"_H _3U",SL:"_wC _OD",TL:"_EB _bP",UL:"_JF _aI",VL:"_LF BC",WL:"_MF _pD",XL:"_Y _UB",YL:"_Y _oK",ZL:"_Y _XH",aL:"_Y _aF",bL:"_Y _WG",cL:"_fS _AE",dL:"_ED _wT",eL:"_GD _HN",fL:"_EG _hI",gL:"_xC YD",hL:"_HD VC",iL:"_FG _fK",jL:"_hC _eC",kL:"_m _JH",lL:"_m _dT",mL:"_m _YU",nL:"_m _ZU",oL:"_l _4U",pL:"_jC _FC",qL:"_HE JC",rL:"_0 _oM",sL:"_kK _p",tL:"_IE _jC",uL:"_qK VC",vL:"_7S _yE",wL:"_8S _kD",xL:"_nP _GC",yL:"_oP _iD",zL:"_qP _yS","0L":"_vM _VF","1L":"_rP _yE","2L":"_xM _FC","3L":"_1M _o","4L":"_tP _0I","5L":"_6M _zI","6L":"_6M _uK","7L":"_FT _0I","8L":"_GT _uB","9L":"_8M _yE",AM:"_OT _JC",BM:"_GJ _iD",CM:"_HJ BC",DM:"_NU _P",EM:"_NU _XU",FM:"_VT _XC",GM:"_GN _tE",HM:"_IN _L",IM:"_0P _CC",JM:"_1P _kC",KM:"_5U _iI",LM:"_6U _P",MM:"_7U _P",NM:"_8U _L",OM:"_HF Y",PM:"_AH _YI",QM:"_7F _PM",RM:"_SK _RK",SM:"TB UB",TM:"eB fB",UM:"_TM _US",VM:"JC KC",WM:"9B AC",XM:"_9F _VK",YM:"YC pC",ZM:"qC rC",aM:"1C 2C",bM:"_pE _IH",cM:"YC _zT",dM:"hC _0T",eM:"YD ZD",fM:"_dM _bP",gM:"_BE _yB",hM:"_JH _oI",iM:"_Y _OH",jM:"_A _jK",kM:"FD _eP",lM:"_H _5",mM:"F B",nM:"_PH _qE",oM:"_xE _7F",pM:"_rI _tB",qM:"_H C",rM:"_uT _YK",sM:"0B _cI",tM:"_1B GB",uM:"_UK _ZK",vM:"_H _aC",wM:"_YS _XK",xM:"_H _SF",yM:"_H _rK",zM:"LD _oS","0M":"_H N","1M":"_H _8T","2M":"_QF _SS","3M":"RD _pK","4M":"_H nB","5M":"_H _jE","6M":"_H 6B","7M":"_jC _kB","8M":"_H _SC","9M":"_H _JG",AN:"_H _YK",BN:"_H _9S",CN:"_QF JB",DN:"_0E _gM",EN:"NC _nD",FN:"_H _bI",GN:"J _DH",HN:"vD _KH",IN:"_m _LD",JN:"_iC _mD",KN:"_H _JU",LN:"_UM _ZK",MN:"_GH zB",NN:"_V _v",ON:"_yC _gH",PN:"UC _lI",QN:"_H _zK",RN:"_H _XT",SN:"_PE _sK",TN:"C _sS",UN:"N _UB",VN:"J _tE",WN:"EB _eT",XN:"IB JB",YN:"wB _ZS",ZN:"RD SD",aN:"6C _w",bN:"mD _dK",cN:"_9B _jC",dN:"_PM _hE",eN:"_H _IB",fN:"_H _kC",gN:"_H _5B",hN:"_H _YF",iN:"_H _NN",jN:"_H _2P",kN:"_H _9U",lN:"_RC C",mN:"_US _ZK",nN:"_WS _uM",oN:"_QP _6K",pN:"_UP _UK",qN:"_WM _oI",rN:"_KF _dI",sN:"_8D _MN",tN:"_mE BC",uN:"_Y _AC",vN:"_Y _TH",wN:"_Y _mK",xN:"_dS _AE",yN:"_BG PD",zN:"_GD _k","0N":"_GD _1S","1N":"_6 CC","2N":"_m _EV","3N":"_4T _cU","4N":"_xE i","5N":"_GE v","6N":"_MD _0K","7N":"_u _MB","8N":"_HC 3B","9N":"_HC _kE",AO:"_HC _gD",BO:"_0 _WC",CO:"_0 _eF",DO:"_IE iB",EO:"_mD G",FO:"_qD Z",GO:"_kP _kB",HO:"_ME vB",IO:"_vM _iD",JO:"_OE 3B",KO:"_OE _gD",LO:"_9S _dC",MO:"_AT _uB",NO:"_CT _pM",OO:"_CT _PG",PO:"_xK _uB",QO:"_4M _pM",RO:"_5M _LG",SO:"_FT _zI",TO:"_GT _FC",UO:"_AJ bC",VO:"_AJ _DD",WO:"_IT _CV",XO:"_BJ _L",YO:"_BJ _DV",ZO:"_CJ _aG",aO:"_uP CB",bO:"_KT _kB",cO:"_KT _FC",dO:"_8M _kD",eO:"_LT _uB",fO:"_LT _FC",gO:"_MT _iD",hO:"_HU _BV",iO:"_iF 4D",jO:"_AN _kC",kO:"_AN _XC",lO:"_BN _pM",mO:"_BN _PG",nO:"_kH _t",oO:"_OT _GC",pO:"_RT _nI",qO:"_RT _wS",rO:"_UT _kC",sO:"_UT _XC",tO:"_YT _bH",uO:"_4K _o",vO:"_5K _RP",wO:"_KN _t",xO:"_LN _yB",yO:"_ON _CG",zO:"_3P _DN","0O":"_4P 1B","1O":"_5P YC","2O":"_gT _aU","3O":"_hT _hD","4O":"_iT fD","5O":"_bU _GC","6O":"_dU _P","7O":"_AV _tE","8O":"_FV _P","9O":"_GV _P",AP:"_HV _P",BP:"_IV _P",CP:"_JV _L",DP:"_KV _L",EP:"_LV _L",FP:"_MV _L",GP:"_NV _P",HP:"b c",IP:"f g",JP:"_RS _WI",KP:"_9G _pT",LP:"V _OM",MP:"_LP _XI",NP:"WB XB",OP:"YB ZB",PP:"CB QB",QP:"PB _PP",RP:"_ZI _SM",SP:"LC MC",TP:"QC RC",UP:"_RP _WS",VP:"GC _YS",WP:"zC 0C",XP:"jC WC",YP:"sC tC",ZP:"jD kD",aP:"6D 7D",bP:"_aP _kS",cP:"_sB VC",dP:"_hI _dK",eP:"_zB _QH",fP:"ID _QH",gP:"_RH _HD",hP:"_lI _sE",iP:"_lM _hM",jP:"_PH GD",kP:"_H _NB",lP:"_H _9B",mP:"wB _JG",nP:"_H _BC",oP:"_H _NF",pP:"_XP MD",qP:"N _OH",rP:"_H _mP",sP:"aC _6",tP:"_H _nC",uP:"_H _RM",vP:"_H 8B",wP:"_H _dH",xP:"_H _PU",yP:"_YH _RS",zP:"RC SC","0P":"_H _8I","1P":"_H _9I","2P":"X Y","3P":"_H SC","4P":"_8D _YG","5P":"_gF _gS","6P":"B _4B","7P":"g h","8P":"MC NC","9P":"UC VC",AQ:"_H _FD",BQ:"_H _iH",CQ:"_H _EJ",DQ:"L 7C",EQ:"9 _gE",FQ:"C H",GQ:"C _rE",HQ:"R H",IQ:"m _WI",JQ:"J gC",KQ:"hB FD",LQ:"iB _QK",MQ:"IB _SS",NQ:"K _hU",OQ:"jB kB",PQ:"nB _dC",QQ:"nB _rI",RQ:"4B 5B",SQ:"dC _gM",TQ:"5C VC",UQ:"uD vD",VQ:"_4D _BE",WQ:"_IF 2",XQ:"_IB _5D",YQ:"_H _v",ZQ:"_H _LE",aQ:"_H _VF",bQ:"_H _DN",cQ:"_H _8K",dQ:"_H _7P",eQ:"_H _OV",fQ:"_H _PV",gQ:"_H _SV",hQ:"_BC _UB",iQ:"_wC _hF",jQ:"_EB _zT",kQ:"_EB _cM",lQ:"_WS _UK",mQ:"_KF qB",nQ:"_iE _LF",oQ:"_BD _L",pQ:"_4 FD",qQ:"_8D vB",rQ:"_fC _HG",sQ:"_Y _XF",tQ:"_YP _eU",uQ:"_ED _WP",vQ:"_5 _3M",wQ:"_5 _9P",xQ:"_dM _aP",yQ:"_gI _cK",zQ:"_6 _BD","0Q":"_6 _HE","1Q":"_6 _oC","2Q":"_6 _rD","3Q":"_6 _bG","4Q":"_zB hC","5Q":"_zB _SN","6Q":"_h _VV","7Q":"_GG _fU","8Q":"_uE _VB","9Q":"_jD 3B",AR:"_V 7C",BR:"_GE _6F",CR:"_IG _gP",DR:"_u _SG",ER:"_u _eF",FR:"_JE XC",GR:"_uI CB",HR:"_PD UC",IR:"_3B _XV",JR:"_7 _UV",KR:"_7 _gV",LR:"_zC _L",MR:"_pD _HF",NR:"_3S _nI",OR:"_NG _tB",PR:"_qK _rE",QR:"_WF _RV",RR:"_WF _WV",SR:"_8S _QD",TR:"_uM _yB",UR:"_2E _2S",VR:"_AT _FC",WR:"_wM _lT",XR:"_6I _hI",YR:"_6I _0K",ZR:"_aH _P",aR:"_yM _kB",bR:"_hF hC",cR:"_wK _7M",dR:"_FT _uK",eR:"_GT _kB",fR:"_HT _XC",gR:"_IT _P",hR:"_CJ _QM",iR:"_uP _o",jR:"_uP _p",kR:"_KT _uB",lR:"_9M _QD",mR:"_LT _kB",nR:"_4E qB",oR:"_FJ _o",pR:"_FJ _p",qR:"_jF _ED",rR:"_PT _XC",sR:"_cG _ED",tR:"_VT _kC",uR:"_lH PD",vR:"_YT _cH",wR:"_wP _uB",xR:"_wP _kB",yR:"_xP _o",zR:"_xP _p","0R":"_IJ _3K","1R":"_7K _jT","2R":"_9K _L","3R":"_QN _XC","4R":"_RN _NE","5R":"_6P _PN","6R":"_8P _KD","7R":"_AQ _CC","8R":"_BQ _LE","9R":"_CQ _tB",AS:"_kT _o",BS:"_mT cB",CS:"_gU _kC",DS:"_QV _DT",ES:"_TV CB",FS:"_YV _L",GS:"_ZV _P",HS:"_aV _P",IS:"_bV _P",JS:"_cV _L",KS:"_dV _L",LS:"_eV _L",MS:"_fV _L",NS:"_hV _P",OS:"s t",PS:"i j",QS:"q r",RS:"k _oT",SS:"JB K",TS:"_HP _qT",US:"gB I",VS:"aB bB",WS:"VB _NP",XS:"_OP _VS",YS:"HC IC",ZS:"xB yB",aS:"kB lB",bS:"_AG _UP",cS:"lC mC",dS:"xC yC",eS:"TC fC",fS:"_vT _dS",gS:"8D XC",hS:"iD _ZP",iS:"_xT OD",jS:"2D 3D",kS:"_gS _cM",lS:"nD oD",mS:"KD LD",nS:"_yT pD",oS:"_yT MD",pS:"1D _jS",qS:"E _d",rS:"_hK _w",sS:"H _cP",tS:"_H _l",uS:"_hM _P",vS:"_h _JH",wS:"_nI _q",xS:"UC _hP",yS:"_EE _sE",zS:"_UB _mI","0S":"_iC _jM","1S":"vD _qI","2S":"_gP _CE","3S":"E _DG","4S":"_UI _gE","5S":"_H _cI","6S":"_YI _RK","7S":"_H _sM","8S":"_H 2B","9S":"lB _jE",AT:"_H _qB",BT:"K _pP",CT:"_H _yI",DT:"_AE PD",ET:"_H _RK",FT:"_H _iE",GT:"_H _DC",HT:"_H _rM",IT:"_h _LD",JT:"oD _nS",KT:"_H _EB",LT:"_H _KG",MT:"_H _3I",NT:"_4I _eK",OT:"_H _fC",PT:"_H _wM",QT:"_VK _vK",RT:"E 6C",ST:"_QS _6S",TT:"_H cC",UT:"_H _XK",VT:"_H _MU",WT:"_WC _L",XT:"e _OK",YT:"_H Y",ZT:"_wC _jM",aT:"J _QK",bT:"_H _eH",cT:"_H _ST",dT:"_TH _L",eT:"FB _CH",fT:"KC _bI",gT:"_wC _FE",hT:"_YP rD",iT:"_ID eD",jT:"ID hC",kT:"_H _2U",lT:"_nD _P",mT:"_UG _XS",nT:"5 6",oT:"l m",pT:"_VI 9",qT:"d e",rT:"_6F x",sT:"_SS KB",tT:"_XS _TK",uT:"EC FC",vT:"vC wC",wT:"_WP _aM",xT:"_CG _YP",yT:"iC _XP",zT:"ZC 9D","0T":"4D 5D","1T":"_xT rD","2T":"ND _iS","3T":"qD _1T","4T":"_iM _RH","5T":"_fC _OH","6T":"_pS _fM","7T":"XD _eM","8T":"_MP _RM","9T":"JD _yS",AU:"HD _fP",BU:"_jS _fM",CU:"pD _jB",DU:"_NG _CC",EU:"_4 _L",FU:"_RH hC",GU:"_H _2I",HU:"_h _HG",IU:"_m _lK",JU:"x _4S",KU:"I _qI",LU:"_OH _zM",MU:"DC _rM",NU:"_h _VH",OU:"_XH _L",PU:"U _8T",QU:"3D _fM",RU:"_JP _WH",SU:"_m _HG",TU:"_aH vB",UU:"_kE _L",VU:"_g _TC",WU:"DB _tE",XU:"tB _P",YU:"_UB _L",ZU:"_nE _L",aU:"ID _HD",bU:"_H _mD",cU:"_FG _QE",dU:"_IT _fD",eU:"OD _eK",fU:"uD _1S",gU:"_H _fT",hU:"_fS _DT",iU:"9C AD",jU:"_RH _FG",kU:"0D _6T",lU:"_H _sP",mU:"K _iS",nU:"7D _kS",oU:"_EB _0T",pU:"gC _kM",qU:"_EC _2S",rU:"_h _wE",sU:"_m _ZG",tU:"_gP VC",uU:"3B _L",vU:"5D _bP",wU:"_h _tM",xU:"_h _XF",yU:"_h _2M",zU:"_m _wE","0U":"_m _5I","1U":"_WF _RG","2U":"a _RM","3U":"r _6S","4U":"CC _L","5U":"_H _VB","6U":"_h _oK","7U":"_h _1I","8U":"_m _nK","9U":"j _RU",AV:"J _BH",BV:"oB _P",CV:"qB _P",DV:"vB _L",EV:"_AC _L",FV:"_h _1B",GV:"_h _mK",HV:"_h _WG",IV:"_h _CN",JV:"_m _QF",KV:"_m _mK",LV:"_m _oK",MV:"_m _1I",NV:"_3B _oD",OV:"o _WH",PV:"w _JU",QV:"K _dS",RV:"3B _P",SV:"PC _QT",TV:"_H _RU",UV:"_MB _P",VV:"_UB _P",WV:"_kE _P",XV:"_BD _P",YV:"_g _IC",ZV:"_h _TH",aV:"_h _lK",bV:"_h _XH",cV:"_m _tM",dV:"_m _XF",eV:"_m _aF",fV:"_m _CN",gV:"_xE _P",hV:"_3B _3K"};
1
+ module.exports={"0":"_I _IB","1":"_d WD","2":"_sS _oI","3":"_4 _e","4":"J iB","5":"B C","6":"_Y _NF","7":"_xS _kI","8":"_CE _AB","9":"dD _AB",A:"A B",B:"D A",C:"CE DE",D:"_EE _eP",E:"_PC 8C",F:"J _U",G:"_ED _tS",H:"_NC _LP",I:"_v _UB",J:"_TH _nI",K:"_H _nI",L:"CD DD",M:"_2 _q",N:"_EE _uS",O:"_GG _tS",P:"_OH _qE",Q:"_qI _BC",R:"_6T _RH",S:"_vS _uE",T:"_h _P",U:"_EB _sE",V:"F _A",W:"_ED _hK",X:"I _w",Y:"_4 _dC",Z:"_OC 8C",a:"_H _hM",b:"_SC _wS",c:"_FB 8C",d:"hC _DG",e:"ED hC",f:"_g _L",g:"9C bC",h:"F _5",i:"J _e",j:"tD uD",k:"_j vD",l:"_g _6",m:"_g _Y",n:"_d _wC",o:"_eS _VK",p:"_o _JH",q:"_GD _AB",r:"E _yS",s:"_4 _QH",t:"_p _vC",u:"_6 _cC",v:"C _AC",w:"xD yD",x:"_qI _tB",y:"_yE 8C",z:"_TC _q",AB:"_iK _jB",BB:"_5 _uS",CB:"_iM _kM",DB:"_n YD",EB:"_DH _NB",FB:"_dD E",GB:"_dD 8C",HB:"_tI _RH",IB:"R _4D",JB:"C M",KB:"bC _k",LB:"_jM _RH",MB:"_5D _NP",NB:"_7F _qB",OB:"_2 _eC",PB:"F _MD",QB:"_uI _SH",RB:"_GG _2S",SB:"_RC _SH",TB:"_MG _nM",UB:"_9B _8B",VB:"_cC eC",WB:"_2 _GD",XB:"_7T _kM",YB:"H WC",ZB:"_v _9B",aB:"_l _VB",bB:"_EE _sB",cB:"_7T _gP",dB:"_4S _yS",eB:"F _bK",fB:"_A _sB",gB:"_EB _nU",hB:"_OB cD",iB:"_9T _gP",jB:"_gK _hD",kB:"_tE _tB",lB:"F QD",mB:"iB _XB",nB:"_lM _wS",oB:"_tI _zS",pB:"_QB iC",qB:"LB MB",rB:"DC EC",sB:"VC 6C",tB:"_VB _gM",uB:"_8D _iD",vB:"_4 L",wB:"_EB _8T",xB:"_EB _EU",yB:"_pE ID",zB:"FB _CC","0B":"_aC _RK","1B":"J _NH","2B":"_xS CC","3B":"_v G","4B":"EB _zB","5B":"_ZP _FU","6B":"_GG _rI","7B":"_jC _q","8B":"P Q","9B":"G O",AC:"M N",BC:"_cC _CG",CC:"_CH _NB",DC:"_Y G",EC:"_tE _BC",FC:"_NF _BC",GC:"_Y _jD",HC:"_4 _dD",IC:"_NF _tB",JC:"_uC _A",KC:"_aK _kC",LC:"_g CD",MC:"_jK _zS",NC:"_HF _8G",OC:"_dD _uC",PC:"_OC _A",QC:"_XK _dI",RC:"_4 _OC",SC:"_H _h",TC:"E _eM",UC:"_FE _gE",VC:"_ID _gM",WC:"_xC _oE",XC:"_vB _lP",YC:"uB vB",ZC:"wB xB",aC:"_UB jB",bC:"_JF _MF",cC:"_kE _LF",dC:"_PC _v",eC:"aD bD",fC:"_lE _DD",gC:"D _uC",hC:"jB _EB",iC:"_LF _CG",jC:"E ZD",kC:"_fP _jB",lC:"5B _hE",mC:"_AD HC",nC:"_1B 1D",oC:"F _OH",pC:"J zD",qC:"hC VD",rC:"_KH _kI",sC:"_qI _uE",tC:"_CT _rE",uC:"E F",vC:"AD BD",wC:"WD XD",xC:"_WB _iK",yC:"_m _jD",zC:"_WB eD","0C":"K _rE","1C":"_g _HU","2C":"_IG _IU","3C":"_vB _QH","4C":"_HC _lP","5C":"_ND _sB","6C":"_9T _DU","7C":"_PD _q","8C":"_nP _nI","9C":"_tK _hD",AD:"_rB _wT",BD:"cC CC",CD:"_nE _hS",DD:"_BD dC",ED:"bC J",FD:"iC VC",GD:"_eC _CE",HD:"_HH _DD",ID:"_LF eC",JD:"_HG _JF",KD:"_WB _EG",LD:"J _lI",MD:"_jM _hP",ND:"_mM _OH",OD:"_HH _pI",PD:"E _AU",QD:"_gI _JE",RD:"FD _yB",SD:"_OF _iP",TD:"_vS _VB",UD:"C _YB",VD:"I yD",WD:"_H _FC",XD:"_Y _WH",YD:"_5 _eP",ZD:"_IE _oE",aD:"_kP _pK",bD:"_qK _xI",cD:"_oU _uE",dD:"L D",eD:"rB sB",fD:"_jE _hE",gD:"_IF _o",hD:"_CD _AE",iD:"_lE _pI",jD:"_9D _7D",kD:"_HD _BC",lD:"_KF _DD",mD:"_A _v",nD:"_ID _jI",oD:"_GE _VM",pD:"_5D V",qD:"_5D _MP",rD:"_rB FC",sD:"E _oI",tD:"_NC 4",uD:"_EB _qU",vD:"_ZC yB",wD:"_ND _cK",xD:"_6S _xE",yD:"_pP _1S",zD:"_aH R","0D":"_0M _1S","1D":"_JU _FC","2D":"_LU _L","3D":"_pU _eK","4D":"H S","5D":"T U","6D":"_FH _iE","7D":"_GH _QC","8D":"_6D _bC","9D":"_mE _8D",AE:"_yT _AG",BE:"WC JD",CE:"cD dD",DE:"_oS _qS",EE:"_A C",FE:"_MB _TK",GE:"_AD _WP",HE:"O _8B",IE:"_DC _mU",JE:"_dK _jB",KE:"_fC _BC",LE:"_Y _9D",ME:"_kK CB",NE:"_8D _7D",OE:"_FD _BE",PE:"_fK _hD",QE:"J _NU",RE:"K _OT",SE:"_H _1S",TE:"_fD 8B",UE:"_jS _QD",VE:"_3T _hD",WE:"_h _8I",XE:"_VH 6D",YE:"_QF _VG",ZE:"_yI _CU",aE:"_OG _nI",bE:"_6S _kD",cE:"_sP _CU",dE:"_KT _jB",eE:"_OU _rE",fE:"AB BB",gE:"_tT _VI",hE:"6B 7B",iE:"nB oB",jE:"4B 5B",kE:"_AD _ZK",lE:"_7D _HH",mE:"_aC _EB",nE:"aC vC",oE:"YC _fI",pE:"GD HD",qE:"_cK WC",rE:"_fK _eK",sE:"_lI _fM",tE:"_8D _fC",uE:"_tB _L",vE:"_aC _DH",wE:"_MB _QK",xE:"_HD _tB",yE:"_OC A",zE:"_IB eC","0E":"_fD _EH","1E":"_OF M","2E":"_Y _HG","3E":"_Y _JD","4E":"_H _LG","5E":"_H _pM","6E":"_EB _fM","7E":"_eC cD","8E":"_ED _LH","9E":"_m _RU",AF:"_KD hD",BF:"_mC IC",CF:"_yI _jP",DF:"_9S _xE",EF:"_tP _OD",FF:"_yM _EC",GF:"W X",HF:"0 1",IF:"_MB _RM",JF:"pB qB",KF:"_EH _WM",LF:"_XM _IB",MF:"_eI _YC",NF:"_KH _DD",OF:"_IG C",PF:"_vE IB",QF:"_KD _iI",RF:"HB _NB",SF:"_LP _fE",TF:"_MB _WS",UF:"_fC _tB",VF:"_h _jD",WF:"_mK nB",XF:"_hC _uB",YF:"_aC DB",ZF:"_9B P",aF:"_MB _IP",bF:"_bM ND",cF:"_Y _3S",dF:"_FE _tT",eF:"_GC _0E",fF:"_VH _cP",gF:"HD ID",hF:"_LD iC",iF:"_xC _gK",jF:"J _LH",kF:"_H _xE",lF:"_H _GU",mF:"_EB _mS",nF:"_EB _TU",oF:"_Y _tM",pF:"_Y _YF",qF:"_PH _0S",rF:"_qI _cC",sF:"_a WC",tF:"_x DD",uF:"_kP _yK",vF:"_2B _P",wF:"_ZB P",xF:"_QF nD",yF:"_mP _uB",zF:"_nC 2D","0F":"_8S _kD","1F":"_SG _RS","2F":"_BT _kB","3F":"_IT _nD","4F":"_rU _dP","5F":"v w","6F":"_SS _KP","7F":"IB _uT","8F":"PC QC","9F":"_bI _RP",AG:"4C 5C",BG:"_YM _ZM",CG:"_gD _JH",DG:"VD 7C",EG:"eD _aK",FG:"_FD _mI",GG:"_ED I",HG:"_mE _6D",IG:"_4 _PC",JG:"_cS _QC",KG:"KB _qB",LG:"_bC _iD",MG:"_4 _FB",NG:"_WM _DD",OG:"_H _HE",PG:"_sI _BC",QG:"_kE _8F",RG:"_jE 6B",SG:"_oM _AH",TG:"_rT _fE",UG:"_IF _eS",VG:"_nS jC",WG:"_nK 2B",XG:"_H _zB",YG:"_GH _XK",ZG:"_oK lB",aG:"_kK _t",bG:"_kE PC",cG:"_IE _fK",dG:"B _sB",eG:"L FD",fG:"1 _8G",gG:"bD _8",hG:"_NC _9G",iG:"_IB _pD",jG:"_IB _qD",kG:"_H _OM",lG:"_HH CC",mG:"_Y _aC",nG:"_Y _vE",oG:"_Y _nK",pG:"_nE _xT",qG:"_m _L",rG:"_tE _cC",sG:"_iM _sU",tG:"_W xD",uG:"_u _UC",vG:"_IE _bF",wG:"_kP _3M",xG:"_aB _YT",yG:"_eB SD",zG:"_SF _p","0G":"_mP _EC","1G":"_TF _JP","2G":"_xM _uB","3G":"_aF d","4G":"_gH _eI","5G":"_KU _P","6G":"_UT _BC","7G":"_tU _sK","8G":"2 3","9G":"4 _pT",AH:"p _TS",BH:"DB EB",CH:"GB HB",DH:"_RK _CH",EH:"8B 9B",FH:"kB _dS",GH:"_ZC _cS",HH:"_fD _KF",IH:"oC pC",JH:"_YP gC",KH:"_9D _lE",LH:"wD 7C",MH:"hD _jS",NH:"zD 0D",OH:"_bK _hI",PH:"G K",QH:"_e FD",RH:"_FG _rE",SH:"_QH _yB",TH:"_H _I",UH:"_9D _GH",VH:"_LD _dM",WH:"_JD _eI",XH:"_PM _SK",YH:"_aC _BH",ZH:"_wE _SS",aH:"_kE _XM",bH:"_h _9D",cH:"_vI _p",dH:"_vI _o",eH:"K _KG",fH:"_uC _mD",gH:"_6D _JF",hH:"_bM qD",iH:"u _SK",jH:"sB _wI",kH:"zB _QC",lH:"_pT _TG",mH:"_HC _nM",nH:"N G",oH:"mD _JE",pH:"_fE _t",qH:"_IB _CG",rH:"_IB _UC",sH:"_QK _6F",tH:"_H h",uH:"_H _kD",vH:"_H _IC",wH:"_H _7S",xH:"_H _PG",yH:"_H _cH",zH:"_H _dH","0H":"_H _iH","1H":"_uC A","2H":"_FH nB","3H":"_Y _6I","4H":"_6 _kE","5H":"_2 aD","6H":"_jK _jP","7H":"_RC _nM","8H":"_yE _RD","9H":"_0E AC",AI:"_OG _7M",BI:"_SF _o",CI:"_8S _OD",DI:"_ZH k",EI:"_zC fD",FI:"_1E _wU",GI:"_1M _p",HI:"_cF KD",II:"_eF AC",JI:"_wK _nI",KI:"_4M _LG",LI:"_5M _pM",MI:"_XG _kB",NI:"_vP _0I",OI:"_EJ _iD",PI:"_NT _KE",QI:"_bT _DU",RI:"_VU _L",SI:"_WU _P",TI:"_uU _P",UI:"_vU _L",VI:"y z",WI:"7 8",XI:"n o",YI:"Z a",ZI:"_RS u",aI:"RB SB",bI:"NB OB",cI:"_TP OC",dI:"2B 3B",eI:"_eD tB",fI:"lC _fS",gI:"lD mD",hI:"SD TD",iI:"_MH _gI",jI:"_IF CB",kI:"CC _VB",lI:"_NH _rS",mI:"_BE _DE",nI:"_IB _gD",oI:"_wC _eM",pI:"_kI _jI",qI:"_H _6",rI:"_LH _w",sI:"_bC _fC",tI:"B _jK",uI:"_RC A",vI:"_YI _RM",wI:"tB _YC",xI:"UD WC",yI:"_AC _PH",zI:"_dS _iE","0I":"_KF _pI","1I":"_lD _tB","2I":"_lK LB","3I":"iB _dC","4I":"qB _MF","5I":"_IH _4T","6I":"_UH 0B","7I":"_GD _EG","8I":"_OH _cK","9I":"BC _DD",AJ:"GC _ZK",BJ:"_Y _KH",CJ:"_m _9D",DJ:"_sT _PK",EJ:"_H vB",FJ:"CC dC",GJ:"_H _5S",HJ:"_H _wI",IJ:"_8D _lE",JJ:"_KH CC",KJ:"D E",LJ:"jB _DH",MJ:"K _ET",NJ:"QC _WK",OJ:"FD _pE",PJ:"gD _kC",QJ:"_H _4D",RJ:"_H _1I",SJ:"_H _ME",TJ:"_H _kH",UJ:"_H _RT",VJ:"_H _EN",WJ:"_EB _yU",XJ:"_6D pB",YJ:"_7D 4B",ZJ:"_dC G",aJ:"_Y _0B",bJ:"_Y _lK",cJ:"_Y _PF",dJ:"_Y _2I",eJ:"_Y _2M",fJ:"_NH 1D",gJ:"_ED _rI",hJ:"_EE M",iJ:"_TH _IB",jJ:"_gC _A",kJ:"_KD _MH",lJ:"_u _5D",mJ:"_GC _RG",nJ:"_0 _5D",oJ:"_kK _o",pJ:"_jC _7I",qJ:"_kP _qE",rJ:"_oD MC",sJ:"_yC _XU",tJ:"_yC _xU",uJ:"_nP _XF",vJ:"_TF f",wJ:"_QG RC",xJ:"_LE _ZC",yJ:"_qP _KE",zJ:"_qP _UF","0J":"_vM _KE","1J":"_UG _vT","2J":"_SD WC","3J":"_DT _LG","4J":"_2E pB","5J":"_xK _EC","6J":"_FT _o","7J":"_FT _p","8J":"_9M _kD","9J":"_QT _iC",AK:"_1K _gK",BK:"_2K q",CK:"_FN _nD",DK:"_xP _GU",EK:"_0P n",FK:"_cT _sE",GK:"_dT _FC",HK:"_eT CB",IK:"_YU _L",JK:"_zU _P",KK:"_0U _P",LK:"_1U _P",MK:"_2U _L",NK:"_3U _L",OK:"_4U _P",PK:"_JP h",QK:"_WS _PK",RK:"_BH FB",SK:"_gE _fE",TK:"_QK _QM",UK:"cB dB",VK:"_vT _UM",WK:"_UP TC",XK:"0B 1B",YK:"_VM _cI",ZK:"_WP _YK",aK:"fD gD",bK:"QD RD",cK:"_sB UD",dK:"_nS _pS",eK:"_hD PD",fK:"_bM _4T",gK:"_bM _5T",hK:"_k _LH",iK:"_EG _fP",jK:"_v _PH",kK:"_QM _SK",lK:"_vE _7F",mK:"_mE _FH",nK:"_UH _XK",oK:"_mE kB",pK:"_hI _qE",qK:"_qM _hM",rK:"_uT _qB",sK:"_oS jC",tK:"_IH _5T",uK:"_lD _BC",vK:"_zE _jI",wK:"_H Q",xK:"_H MB",yK:"TD _qE",zK:"JC _YK","0K":"_MH lD","1K":"_GD _iK","2K":"_oM p","3K":"_oD _TP","4K":"_H _XH","5K":"_IF _9F","6K":"_VP _uM","7K":"F A","8K":"B _v","9K":"_QG _UP",AL:"C WC",BL:"C _eP",CL:"C _xI",DL:"Q _hC",EL:"J _rI",FL:"J _ZU",GL:"K _eK",HL:"6C _xI",IL:"_qT _XI",JL:"_AH _RS",KL:"_H _PK",LL:"_H _tB",ML:"_H _m",NL:"_H _iD",OL:"_H _uK",PL:"_H _XT",QL:"_H _1P",RL:"_H _6U",SL:"_uC _MD",TL:"_EB _dP",UL:"_IF _bI",VL:"_KF CC",WL:"_LF _pD",XL:"_Y _UB",YL:"_Y _oK",ZL:"_Y _YH",aL:"_Y _ZF",bL:"_Y _WG",cL:"_hS _AE",dL:"_CD _yT",eL:"_ED _HN",fL:"_EG _iI",gL:"_wC YD",hL:"_FD WC",iL:"_FG _fK",jL:"_fC _cC",kL:"_m _KH",lL:"_m _fT",mL:"_m _bU",nL:"_m _cU",oL:"_l _7U",pL:"_hC _EC",qL:"_GE KC",rL:"_0 _oM",sL:"_kK _p",tL:"_HE _hC",uL:"_qK WC",vL:"_8S _xE",wL:"_9S _kD",xL:"_pP _FC",yL:"_qP _iD",zL:"_sP _0S","0L":"_vM _UF","1L":"_tP _xE","2L":"_xM _EC","3L":"_1M _o","4L":"_vP _1I","5L":"_6M _0I","6L":"_6M _uK","7L":"_GT _1I","8L":"_HT _uB","9L":"_8M _xE",AM:"_PT _IC",BM:"_HJ _iD",CM:"_IJ CC",DM:"_QU _P",EM:"_QU _aU",FM:"_WT _VC",GM:"_GN _sE",HM:"_IN _L",IM:"_2P _BC",JM:"_3P _iC",KM:"_8U _jI",LM:"_9U _P",MM:"_AV _P",NM:"_BV _L",OM:"_GF Y",PM:"_AH _ZI",QM:"_6F _PM",RM:"_TK _SK",SM:"TB UB",TM:"eB fB",UM:"_TM _XS",VM:"KC LC",WM:"AC BC",XM:"_8F _WK",YM:"ZC qC",ZM:"rC sC",aM:"2C 3C",bM:"_oE _IH",cM:"ZC _1T",dM:"iC _2T",eM:"YD ZD",fM:"_dM _dP",gM:"_CG _vC",hM:"_KH _pI",iM:"_Y _PH",jM:"_A _jK",kM:"FD _gP",lM:"_H _5",mM:"F B",nM:"_QH _pE",oM:"_wE _6F",pM:"_sI _tB",qM:"_H C",rM:"_wT _ZK",sM:"1B _dI",tM:"_0B GB",uM:"_VK _JH",vM:"_H _YC",wM:"_bS _YK",xM:"_H _RF",yM:"_H _rK",zM:"LD _qS","0M":"_H N","1M":"_H _BU","2M":"_PF _VS","3M":"RD _pK","4M":"_H oB","5M":"_H _iE","6M":"_H 7B","7M":"_hC _kB","8M":"_H _QC","9M":"_H _JG",AN:"_H _ZK",BN:"_H _AT",CN:"_PF JB",DN:"_zE _gM",EN:"OC _nD",FN:"_H _cI",GN:"J _DH",HN:"vD _LH",IN:"_m _JD",JN:"_H _MU",KN:"_UM _JH",LN:"_GH 0B",MN:"_V _v",NN:"_xC _hH",ON:"VC _mI",PN:"_H _zK",QN:"_H _ZT",RN:"_OE _sK",SN:"C _uS",TN:"N _UB",UN:"J _sE",VN:"EB _gT",WN:"IB JB",XN:"xB _cS",YN:"gC _vC",ZN:"RD SD",aN:"7C _w",bN:"mD _dK",cN:"_8B _hC",dN:"_PM _gE",eN:"_H _IB",fN:"_H _iC",gN:"_H _4B",hN:"_H _XF",iN:"_H _MN",jN:"_H _4P",kN:"_H _CV",lN:"_PC C",mN:"_XS _JH",nN:"_ZS _uM",oN:"_RP _6K",pN:"_VP _VK",qN:"_WM _pI",rN:"_JF _eI",sN:"_8D _LN",tN:"_lE CC",uN:"_Y _9B",vN:"_Y _UH",wN:"_Y _mK",xN:"_gS _AE",yN:"_AG PD",zN:"_ED _k","0N":"_ED _2S","1N":"_6 DC","2N":"_m _HV","3N":"_6T _fU","4N":"_wE i","5N":"_FE v","6N":"_KD _0K","7N":"_u _MB","8N":"_GC 4B","9N":"_GC _jE",AO:"_GC _fD",BO:"_0 _UC",CO:"_0 _dF",DO:"_HE jB",EO:"_mD G",FO:"_qD Z",GO:"_mP _kB",HO:"_LE wB",IO:"_vM _iD",JO:"_NE 4B",KO:"_NE _fD",LO:"_AT _bC",MO:"_BT _uB",NO:"_TD _gD",OO:"_DT _pM",PO:"_DT _PG",QO:"_xK _uB",RO:"_4M _pM",SO:"_5M _LG",TO:"_GT _0I",UO:"_HT _EC",VO:"_BJ cC",WO:"_BJ _BD",XO:"_JT _FV",YO:"_CJ _L",ZO:"_CJ _GV",aO:"_DJ _aG",bO:"_wP CB",cO:"_LT _kB",dO:"_LT _EC",eO:"_8M _kD",fO:"_MT _uB",gO:"_MT _EC",hO:"_NT _iD",iO:"_KU _EV",jO:"_hF 4D",kO:"_AN _iC",lO:"_AN _VC",mO:"_BN _pM",nO:"_BN _PG",oO:"_lH _t",pO:"_PT _FC",qO:"_ST _oI",rO:"_ST _yS",sO:"_VT _iC",tO:"_VT _VC",uO:"_aT _cH",vO:"_4K _o",wO:"_5K _SP",xO:"_JN _t",yO:"_KN _vC",zO:"_NN _BG","0O":"_5P _DN","1O":"_6P 2B","2O":"_7P ZC","3O":"_iT _dU","4O":"_jT _hD","5O":"_kT fD","6O":"_eU _FC","7O":"_gU _P","8O":"_DV _sE","9O":"_IV _P",AP:"_JV _P",BP:"_KV _P",CP:"_LV _P",DP:"_MV _L",EP:"_NV _L",FP:"_OV _L",GP:"_PV _L",HP:"_QV _P",IP:"b c",JP:"f g",KP:"_US _XI",LP:"_9G _rT",MP:"V _OM",NP:"_MP _YI",OP:"WB XB",PP:"YB ZB",QP:"CB QB",RP:"PB _QP",SP:"_aI _SM",TP:"MC NC",UP:"RC SC",VP:"_SP _ZS",WP:"HC _bS",XP:"0C 1C",YP:"fC UC",ZP:"kC XC",aP:"tC uC",bP:"jD kD",cP:"6D 7D",dP:"_cP _mS",eP:"_sB WC",fP:"_iI _dK",gP:"_yB _RH",hP:"ID _RH",iP:"_SH _FD",jP:"_mI _rE",kP:"_lM _hM",lP:"_QH GD",mP:"_H _NB",nP:"_H _8B",oP:"xB _JG",pP:"_H _AC",qP:"_H _MF",rP:"_ZP MD",sP:"N _PH",tP:"_H _oP",uP:"bC _6",vP:"_H _lC",wP:"_H _RM",xP:"_H 9B",yP:"_H _eH",zP:"_H _SU","0P":"_ZH _US","1P":"SC TC","2P":"_H _9I","3P":"_H _AJ","4P":"X Y","5P":"_H TC","6P":"_8D _YG","7P":"_fF _iS","8P":"B _3B","9P":"g h",AQ:"NC OC",BQ:"VC WC",CQ:"_H _DD",DQ:"_H _jH",EQ:"_H _FJ",FQ:"L 8C",GQ:"9 _fE",HQ:"C H",IQ:"C _qE",JQ:"R H",KQ:"m _XI",LQ:"J hC",MQ:"iB FD",NQ:"jB _RK",OQ:"IB _VS",PQ:"K _kU",QQ:"kB lB",RQ:"oB _bC",SQ:"oB _sI",TQ:"5B 6B",UQ:"eC _gM",VQ:"6C WC",WQ:"uD vD",XQ:"_4D _CG",YQ:"_HF 2",ZQ:"_IB _5D",aQ:"_H _v",bQ:"_H _KE",cQ:"_H _UF",dQ:"_H _DN",eQ:"_H _8K",fQ:"_H _9P",gQ:"_H _RV",hQ:"_H _SV",iQ:"_H _VV",jQ:"_AC _UB",kQ:"_uC _gF",lQ:"_EB _1T",mQ:"_EB _cM",nQ:"_ZS _VK",oQ:"_JF rB",pQ:"_hE _KF",qQ:"_AD _L",rQ:"_4 FD",sQ:"_8D wB",tQ:"_dC _HG",uQ:"_Y _WF",vQ:"_aP _hU",wQ:"_CD _XP",xQ:"_5 _3M",yQ:"_5 _BQ",zQ:"_dM _cP","0Q":"_hI _cK","1Q":"_6 _AD","2Q":"_6 _GE","3Q":"_6 _mC","4Q":"_6 _rD","5Q":"_6 _bG","6Q":"_yB iC","7Q":"_yB _RN","8Q":"_h _YV","9Q":"_GG _iU",AR:"_tE _VB",BR:"_jD 4B",CR:"_V 8C",DR:"_FE _5F",ER:"_IG _iP",FR:"_u _SG",GR:"_u _dF",HR:"_IE YC",IR:"_vI CB",JR:"_ND VC",KR:"_2B _aV",LR:"_7 _XV",MR:"_7 _jV",NR:"_yC _L",OR:"_pD _GF",PR:"_4S _oI",QR:"_NG _tB",RR:"_qK _qE",SR:"_VF _UV",TR:"_VF _ZV",UR:"_9S _OD",VR:"_uM _vC",WR:"_1E _3S",XR:"_BT _EC",YR:"_wM _nT",ZR:"_7I _iI",aR:"_7I _0K",bR:"_bH _P",cR:"_yM _kB",dR:"_gF iC",eR:"_wK _7M",fR:"_GT _uK",gR:"_HT _kB",hR:"_IT _VC",iR:"_JT _P",jR:"_DJ _QM",kR:"_wP _o",lR:"_wP _p",mR:"_LT _uB",nR:"_9M _OD",oR:"_MT _kB",pR:"_3E rB",qR:"_GJ _o",rR:"_GJ _p",sR:"_iF _CD",tR:"_QT _VC",uR:"_cG _CD",vR:"_WT _iC",wR:"_XT G",xR:"_mH PD",yR:"_aT _dH",zR:"_yP _uB","0R":"_yP _kB","1R":"_zP _o","2R":"_zP _p","3R":"_JJ _3K","4R":"_7K _lT","5R":"_9K _L","6R":"_PN _VC","7R":"_QN _ME","8R":"_8P _ON","9R":"_AQ _ID",AS:"_CQ _BC",BS:"_DQ _KE",CS:"_EQ _tB",DS:"_mT _o",ES:"_oT cB",FS:"_jU _iC",GS:"_TV _ET",HS:"_WV CB",IS:"_bV _L",JS:"_cV _P",KS:"_dV _P",LS:"_eV _P",MS:"_fV _L",NS:"_gV _L",OS:"_hV _L",PS:"_iV _L",QS:"_kV _P",RS:"s t",SS:"i j",TS:"q r",US:"k _qT",VS:"JB K",WS:"_IP _sT",XS:"_lU hB",YS:"aB bB",ZS:"VB _OP",aS:"_PP _YS",bS:"IC JC",cS:"yB zB",dS:"lB mB",eS:"_9F _VP",fS:"mC nC",gS:"yC zC",hS:"_xT _gS",iS:"8D YC",jS:"iD _bP",kS:"_zT OD",lS:"2D 3D",mS:"_iS _cM",nS:"nD oD",oS:"KD LD",pS:"_0T pD",qS:"_0T MD",rS:"1D _lS",sS:"E _d",tS:"_hK _w",uS:"H _eP",vS:"_H _l",wS:"_hM _P",xS:"_h _KH",yS:"_oI _q",zS:"VC _jP","0S":"_DE _rE","1S":"_UB _nI","2S":"vD _rI","3S":"_iP _BE","4S":"E _DG","5S":"_VI _fE","6S":"_H _dI","7S":"_ZI _SK","8S":"_H _sM","9S":"_H 3B",AT:"mB _iE",BT:"_H _qB",CT:"K _rP",DT:"_H _zI",ET:"_AE PD",FT:"_H _SK",GT:"_H _hE",HT:"_H _CC",IT:"_H _rM",JT:"_h _JD",KT:"oD _pS",LT:"_H _EB",MT:"_H _KG",NT:"_H _4I",OT:"_5I _eK",PT:"_H _dC",QT:"_H _wM",RT:"_WK _vK",ST:"E 7C",TT:"_TS _7S",UT:"_H dC",VT:"_H _YK",WT:"_H _PU",XT:"_gC _mD",YT:"_UC _L",ZT:"e _PK",aT:"_H Y",bT:"_uC _jM",cT:"J _RK",dT:"_H _fH",eT:"_H _TT",fT:"_UH _L",gT:"FB _CH",hT:"LC _cI",iT:"_uC _EE",jT:"_aP rD",kT:"_GD eD",lT:"ID iC",mT:"_H _5U",nT:"_nD _P",oT:"_UG _aS",pT:"5 6",qT:"l m",rT:"_WI 9",sT:"d e",tT:"_5F x",uT:"_VS KB",vT:"_aS _UK",wT:"FC GC",xT:"wC xC",yT:"_XP _aM",zT:"_BG _aP","0T":"jC _ZP","1T":"aC 9D","2T":"4D 5D","3T":"_zT rD","4T":"ND _kS","5T":"qD _3T","6T":"_iM _SH","7T":"_dC _PH","8T":"_rS _fM","9T":"_gC _jM",AU:"XD _eM",BU:"_NP _RM",CU:"JD _0S",DU:"HD _hP",EU:"_lS _fM",FU:"pD _jB",GU:"_NG _BC",HU:"_4 _L",IU:"_SH iC",JU:"_H _3I",KU:"_h _HG",LU:"_m _lK",MU:"x _5S",NU:"I _rI",OU:"_PH _zM",PU:"EC _rM",QU:"_h _WH",RU:"_YH _L",SU:"U _BU",TU:"3D _fM",UU:"_KP _XH",VU:"_m _HG",WU:"_bH wB",XU:"_jE _L",YU:"_g _RC",ZU:"DB _sE",aU:"uB _P",bU:"_UB _L",cU:"_mE _L",dU:"ID _FD",eU:"_H _mD",fU:"_FG _PE",gU:"_JT _eD",hU:"OD _eK",iU:"uD _2S",jU:"_H _hT",kU:"_hS _ET",lU:"gB I",mU:"_SH _FG",nU:"0D _8T",oU:"_H _uP",pU:"K _kS",qU:"7D _mS",rU:"_EB _2T",sU:"hC _kM",tU:"_DC _3S",uU:"_h _vE",vU:"_m _ZG",wU:"_iP WC",xU:"4B _L",yU:"5D _dP",zU:"_h _tM","0U":"_h _WF","1U":"_h _2M","2U":"_m _vE","3U":"_m _6I","4U":"_VF _RG","5U":"a _RM","6U":"r _7S","7U":"DC _L","8U":"_H _VB","9U":"_h _oK",AV:"_h _2I",BV:"_m _nK",CV:"j _UU",DV:"J _BH",EV:"pB _P",FV:"rB _P",GV:"wB _L",HV:"_9B _L",IV:"_h _0B",JV:"_h _mK",KV:"_h _WG",LV:"_h _CN",MV:"_m _PF",NV:"_m _mK",OV:"_m _oK",PV:"_m _2I",QV:"_2B _oD",RV:"o _XH",SV:"w _MU",TV:"K _gS",UV:"4B _P",VV:"QC _RT",WV:"_H _UU",XV:"_MB _P",YV:"_UB _P",ZV:"_jE _P",aV:"_AD _P",bV:"_g _HC",cV:"_h _UH",dV:"_h _lK",eV:"_h _YH",fV:"_m _tM",gV:"_m _WF",hV:"_m _ZF",iV:"_m _CN",jV:"_wE _P",kV:"_2B _3K"};
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "caniuse-lite",
3
- "version": "1.0.30001800",
3
+ "version": "1.0.30001802",
4
4
  "description": "A smaller version of caniuse-db, with only the essentials!",
5
5
  "keywords": [
6
6
  "support"
@@ -2481,15 +2481,15 @@
2481
2481
  }
2482
2482
  },
2483
2483
  "node_modules/@vitest/expect": {
2484
- "version": "3.2.6",
2485
- "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-3.2.6.tgz",
2486
- "integrity": "sha512-1+7q9BtaKzEmO+fmNT3kYvoNn5Y71XWAx2Q5HRim4tTVRQVRv4uJFAQ5FbK0OPUeNP/WmVCpxYxoJdvuHVjzBQ==",
2484
+ "version": "3.2.7",
2485
+ "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-3.2.7.tgz",
2486
+ "integrity": "sha512-E8eBXaKibuvH2pSZErOjdVb5vF4PbKYcrnluBTYxEk1l/VhhwZg1kZQsdtjq+CsF5CFydf2Rdkz7jDHKSisi3w==",
2487
2487
  "dev": true,
2488
2488
  "license": "MIT",
2489
2489
  "dependencies": {
2490
2490
  "@types/chai": "^5.2.2",
2491
- "@vitest/spy": "3.2.6",
2492
- "@vitest/utils": "3.2.6",
2491
+ "@vitest/spy": "3.2.7",
2492
+ "@vitest/utils": "3.2.7",
2493
2493
  "chai": "^5.2.0",
2494
2494
  "tinyrainbow": "^2.0.0"
2495
2495
  },
@@ -2498,13 +2498,13 @@
2498
2498
  }
2499
2499
  },
2500
2500
  "node_modules/@vitest/mocker": {
2501
- "version": "3.2.6",
2502
- "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-3.2.6.tgz",
2503
- "integrity": "sha512-EZOrpDbkKotFAP7wPAQV1UIyoGOk4oX7ynWhBhLB7v+meMHbQhU16oPpIYGTTe4oFlhpryGpgpcZP/sin3hYuw==",
2501
+ "version": "3.2.7",
2502
+ "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-3.2.7.tgz",
2503
+ "integrity": "sha512-Trr0hYO9CM3Wj6ksWHRhK9IZpIY6wTMO5u/MqXurMxT57sWBaOPEtP3Oq60ihZuh5JsiagKfz95OcxdEP6dBrA==",
2504
2504
  "dev": true,
2505
2505
  "license": "MIT",
2506
2506
  "dependencies": {
2507
- "@vitest/spy": "3.2.6",
2507
+ "@vitest/spy": "3.2.7",
2508
2508
  "estree-walker": "^3.0.3",
2509
2509
  "magic-string": "^0.30.17"
2510
2510
  },
@@ -2525,9 +2525,9 @@
2525
2525
  }
2526
2526
  },
2527
2527
  "node_modules/@vitest/pretty-format": {
2528
- "version": "3.2.6",
2529
- "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-3.2.6.tgz",
2530
- "integrity": "sha512-lb7XXXzmm2h2ASzFnRvQpDo6onT1NmMJA3tkGTWiBFtRJ9lxGY3d3mm/Apt36gej2bkkOVLL/yTOtufDaFa/jA==",
2528
+ "version": "3.2.7",
2529
+ "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-3.2.7.tgz",
2530
+ "integrity": "sha512-KUHlwqVu0sRlhCdyPdQ/wBoTfRahjUky1MubOmYw9fWfIZy1gNoHpuaaQBPAaMaVYdQYHJLurzj8ECCj5OwTqA==",
2531
2531
  "dev": true,
2532
2532
  "license": "MIT",
2533
2533
  "dependencies": {
@@ -2538,13 +2538,13 @@
2538
2538
  }
2539
2539
  },
2540
2540
  "node_modules/@vitest/runner": {
2541
- "version": "3.2.6",
2542
- "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-3.2.6.tgz",
2543
- "integrity": "sha512-HYcoSj1w5tcgUnzoF0HcyaAQjpA1gj9ftUJ7iSJSuipc02jW9gKkigwZbjFldAfYHA1fa8UZVRftdMY5msWM9Q==",
2541
+ "version": "3.2.7",
2542
+ "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-3.2.7.tgz",
2543
+ "integrity": "sha512-sB9y4ovltoQP+WaUPwmSxO9WIg9Ig694Di5PalVPsYHklAdE027mehpWF2SQSVq+k6sFgaivbTjTJwZLSHbedA==",
2544
2544
  "dev": true,
2545
2545
  "license": "MIT",
2546
2546
  "dependencies": {
2547
- "@vitest/utils": "3.2.6",
2547
+ "@vitest/utils": "3.2.7",
2548
2548
  "pathe": "^2.0.3",
2549
2549
  "strip-literal": "^3.0.0"
2550
2550
  },
@@ -2553,13 +2553,13 @@
2553
2553
  }
2554
2554
  },
2555
2555
  "node_modules/@vitest/snapshot": {
2556
- "version": "3.2.6",
2557
- "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-3.2.6.tgz",
2558
- "integrity": "sha512-H+ZjNTWGpObenh0YnlBctAPnJSI20P81PL8BPzWpx54YXLLTm8hEsWawtcYLMrwvpK48hGxLLbCS+1KRXhsKhw==",
2556
+ "version": "3.2.7",
2557
+ "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-3.2.7.tgz",
2558
+ "integrity": "sha512-7C+MwShwtBSI5Buwoyg3s/iY1eHL9PKAf+O1wVh/TdnjXUtkoL/9YQtre90i4MtNXM6edP1wJ2zOBpfCyhIS7g==",
2559
2559
  "dev": true,
2560
2560
  "license": "MIT",
2561
2561
  "dependencies": {
2562
- "@vitest/pretty-format": "3.2.6",
2562
+ "@vitest/pretty-format": "3.2.7",
2563
2563
  "magic-string": "^0.30.17",
2564
2564
  "pathe": "^2.0.3"
2565
2565
  },
@@ -2568,9 +2568,9 @@
2568
2568
  }
2569
2569
  },
2570
2570
  "node_modules/@vitest/spy": {
2571
- "version": "3.2.6",
2572
- "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-3.2.6.tgz",
2573
- "integrity": "sha512-oq6BbH68WzcWmwtBrU9nqLeaXTR4XwJF7FSLkKEZo4i6eoXcrxjcwSuTvWBIRUTC6VC72nXYunzqgZA+IKdtxg==",
2571
+ "version": "3.2.7",
2572
+ "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-3.2.7.tgz",
2573
+ "integrity": "sha512-Q2eQGI6d2L/hBtZ0qNuKcAGid68XK6cv1xsoaIma6PaJhHPoqcEJhYpXZ/5myCMqkNgtP6UKuBhbc0nHKnrkuQ==",
2574
2574
  "dev": true,
2575
2575
  "license": "MIT",
2576
2576
  "dependencies": {
@@ -2581,13 +2581,13 @@
2581
2581
  }
2582
2582
  },
2583
2583
  "node_modules/@vitest/utils": {
2584
- "version": "3.2.6",
2585
- "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-3.2.6.tgz",
2586
- "integrity": "sha512-lI23nIs4bnT3T8NIoh+vFaz5s2/DdP0Jgt2jxwgWljvwn82cLJtyi/If+fjFyoLMGIOz0U/fKvWE0d4jsNQEfg==",
2584
+ "version": "3.2.7",
2585
+ "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-3.2.7.tgz",
2586
+ "integrity": "sha512-x6BDOd7dyo3PFLY3I9/HJ25X/6OurhGXk2/B9gOZNPF7XDVjeBK4k01lQE5uvDpbuheErh91qYuE1E2OEjK3Rw==",
2587
2587
  "dev": true,
2588
2588
  "license": "MIT",
2589
2589
  "dependencies": {
2590
- "@vitest/pretty-format": "3.2.6",
2590
+ "@vitest/pretty-format": "3.2.7",
2591
2591
  "loupe": "^3.1.4",
2592
2592
  "tinyrainbow": "^2.0.0"
2593
2593
  },
@@ -2675,9 +2675,9 @@
2675
2675
  "license": "MIT"
2676
2676
  },
2677
2677
  "node_modules/baseline-browser-mapping": {
2678
- "version": "2.10.41",
2679
- "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.41.tgz",
2680
- "integrity": "sha512-WwS7MHhqGHHlaVsqRZnhvCEMS0owDX+SxRlve7JkuH7My1Ara3ZriTmCQupPfYjxMZ8I/tgxtJYr2t7taHaH4A==",
2678
+ "version": "2.10.42",
2679
+ "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.42.tgz",
2680
+ "integrity": "sha512-c/jurFrDLyui7o1J86yLkRu4LMsTYcBohveus7/I2Hzdn9KIP2bdJPTue/lR1KH46enoPbD77GKeSYNdyPoD3Q==",
2681
2681
  "dev": true,
2682
2682
  "license": "Apache-2.0",
2683
2683
  "bin": {
@@ -2746,9 +2746,9 @@
2746
2746
  }
2747
2747
  },
2748
2748
  "node_modules/caniuse-lite": {
2749
- "version": "1.0.30001800",
2750
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001800.tgz",
2751
- "integrity": "sha512-MMHtuAz9Ys840zAY5F4k6fV5GaivZ9sPk+nz0mY+GYVzRBnYkN0mpqkSR92oWRQ19yQWo4HvBV/FnC16AJX8MA==",
2749
+ "version": "1.0.30001802",
2750
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001802.tgz",
2751
+ "integrity": "sha512-vmv8ub2xwTNmljSKf82mtCk5JH7hC+YgzLj3P5zotvA0tPQ9016tdNNOG8WRca1IxOnhSsivB+J0z5FeE5LOUw==",
2752
2752
  "funding": [
2753
2753
  {
2754
2754
  "type": "opencollective",
@@ -5076,20 +5076,20 @@
5076
5076
  }
5077
5077
  },
5078
5078
  "node_modules/vitest": {
5079
- "version": "3.2.6",
5080
- "resolved": "https://registry.npmjs.org/vitest/-/vitest-3.2.6.tgz",
5081
- "integrity": "sha512-xejya+bT/j/+R/AGa1XOfRxLmNUlLtlwjRsFUILF+xHfzElmGcmFydy2gqqIrd62ptIEfwVMofd19uNWD9L7Nw==",
5079
+ "version": "3.2.7",
5080
+ "resolved": "https://registry.npmjs.org/vitest/-/vitest-3.2.7.tgz",
5081
+ "integrity": "sha512-KrxIJ62Fd89gfysR4WotlgZABiz2dqFPgqGzX7s+CwsqLFomRH7777ZcrOD6+WVAh7khPQP41A+BKbpcJFrdEg==",
5082
5082
  "dev": true,
5083
5083
  "license": "MIT",
5084
5084
  "dependencies": {
5085
5085
  "@types/chai": "^5.2.2",
5086
- "@vitest/expect": "3.2.6",
5087
- "@vitest/mocker": "3.2.6",
5088
- "@vitest/pretty-format": "^3.2.6",
5089
- "@vitest/runner": "3.2.6",
5090
- "@vitest/snapshot": "3.2.6",
5091
- "@vitest/spy": "3.2.6",
5092
- "@vitest/utils": "3.2.6",
5086
+ "@vitest/expect": "3.2.7",
5087
+ "@vitest/mocker": "3.2.7",
5088
+ "@vitest/pretty-format": "^3.2.7",
5089
+ "@vitest/runner": "3.2.7",
5090
+ "@vitest/snapshot": "3.2.7",
5091
+ "@vitest/spy": "3.2.7",
5092
+ "@vitest/utils": "3.2.7",
5093
5093
  "chai": "^5.2.0",
5094
5094
  "debug": "^4.4.1",
5095
5095
  "expect-type": "^1.2.1",
@@ -5119,8 +5119,8 @@
5119
5119
  "@edge-runtime/vm": "*",
5120
5120
  "@types/debug": "^4.1.12",
5121
5121
  "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
5122
- "@vitest/browser": "3.2.6",
5123
- "@vitest/ui": "3.2.6",
5122
+ "@vitest/browser": "3.2.7",
5123
+ "@vitest/ui": "3.2.7",
5124
5124
  "happy-dom": "*",
5125
5125
  "jsdom": "*"
5126
5126
  },
package/web/server.js CHANGED
@@ -15,7 +15,7 @@ const currentPort = parseInt(process.env.PORT, 10) || 3000
15
15
  const hostname = process.env.HOSTNAME || '0.0.0.0'
16
16
 
17
17
  let keepAliveTimeout = parseInt(process.env.KEEP_ALIVE_TIMEOUT, 10)
18
- const nextConfig = {"env":{},"webpack":null,"eslint":{"ignoreDuringBuilds":false},"typescript":{"ignoreBuildErrors":false,"tsconfigPath":"tsconfig.json"},"typedRoutes":false,"distDir":"./.next","cleanDistDir":true,"assetPrefix":"","cacheMaxMemorySize":52428800,"configOrigin":"next.config.js","useFileSystemPublicRoutes":true,"generateEtags":true,"pageExtensions":["tsx","ts","jsx","js"],"poweredByHeader":true,"compress":true,"images":{"deviceSizes":[640,750,828,1080,1200,1920,2048,3840],"imageSizes":[16,32,48,64,96,128,256,384],"path":"/_next/image","loader":"default","loaderFile":"","domains":[],"disableStaticImages":false,"minimumCacheTTL":60,"formats":["image/webp"],"maximumResponseBody":50000000,"dangerouslyAllowSVG":false,"contentSecurityPolicy":"script-src 'none'; frame-src 'none'; sandbox;","contentDispositionType":"attachment","remotePatterns":[],"unoptimized":false},"devIndicators":{"position":"bottom-left"},"onDemandEntries":{"maxInactiveAge":60000,"pagesBufferLength":5},"amp":{"canonicalBase":""},"basePath":"","sassOptions":{},"trailingSlash":false,"i18n":null,"productionBrowserSourceMaps":false,"excludeDefaultMomentLocales":true,"serverRuntimeConfig":{},"publicRuntimeConfig":{},"reactProductionProfiling":false,"reactStrictMode":null,"reactMaxHeadersLength":6000,"httpAgentOptions":{"keepAlive":true},"logging":{},"compiler":{},"expireTime":31536000,"staticPageGenerationTimeout":60,"output":"standalone","modularizeImports":{"@mui/icons-material":{"transform":"@mui/icons-material/{{member}}"},"lodash":{"transform":"lodash/{{member}}"}},"outputFileTracingRoot":"/home/alek/.spur/worktrees/sp/spur-38e5","experimental":{"useSkewCookie":false,"cacheLife":{"default":{"stale":300,"revalidate":900,"expire":4294967294},"seconds":{"stale":30,"revalidate":1,"expire":60},"minutes":{"stale":300,"revalidate":60,"expire":3600},"hours":{"stale":300,"revalidate":3600,"expire":86400},"days":{"stale":300,"revalidate":86400,"expire":604800},"weeks":{"stale":300,"revalidate":604800,"expire":2592000},"max":{"stale":300,"revalidate":2592000,"expire":4294967294}},"cacheHandlers":{},"cssChunking":true,"multiZoneDraftMode":false,"appNavFailHandling":false,"prerenderEarlyExit":true,"serverMinification":true,"serverSourceMaps":false,"linkNoTouchStart":false,"caseSensitiveRoutes":false,"clientSegmentCache":false,"clientParamParsing":false,"dynamicOnHover":false,"preloadEntriesOnStart":true,"clientRouterFilter":true,"clientRouterFilterRedirects":false,"fetchCacheKeyPrefix":"","middlewarePrefetch":"flexible","optimisticClientCache":true,"manualClientBasePath":false,"cpus":15,"memoryBasedWorkersCount":false,"imgOptConcurrency":null,"imgOptTimeoutInSeconds":7,"imgOptMaxInputPixels":268402689,"imgOptSequentialRead":null,"imgOptSkipMetadata":null,"isrFlushToDisk":true,"workerThreads":false,"optimizeCss":false,"nextScriptWorkers":false,"scrollRestoration":false,"externalDir":false,"disableOptimizedLoading":false,"gzipSize":true,"craCompat":false,"esmExternals":true,"fullySpecified":false,"swcTraceProfiling":false,"forceSwcTransforms":false,"largePageDataBytes":128000,"typedEnv":false,"parallelServerCompiles":false,"parallelServerBuildTraces":false,"ppr":false,"authInterrupts":false,"webpackMemoryOptimizations":false,"optimizeServerReact":true,"viewTransition":false,"routerBFCache":false,"removeUncaughtErrorAndRejectionListeners":false,"validateRSCRequestHeaders":false,"staleTimes":{"dynamic":0,"static":300},"serverComponentsHmrCache":true,"staticGenerationMaxConcurrency":8,"staticGenerationMinPagesPerWorker":25,"cacheComponents":false,"inlineCss":false,"useCache":false,"globalNotFound":false,"devtoolSegmentExplorer":true,"browserDebugInfoInTerminal":false,"optimizeRouterScrolling":false,"middlewareClientMaxBodySize":10485760,"optimizePackageImports":["lucide-react","date-fns","lodash-es","ramda","antd","react-bootstrap","ahooks","@ant-design/icons","@headlessui/react","@headlessui-float/react","@heroicons/react/20/solid","@heroicons/react/24/solid","@heroicons/react/24/outline","@visx/visx","@tremor/react","rxjs","@mui/material","@mui/icons-material","recharts","react-use","effect","@effect/schema","@effect/platform","@effect/platform-node","@effect/platform-browser","@effect/platform-bun","@effect/sql","@effect/sql-mssql","@effect/sql-mysql2","@effect/sql-pg","@effect/sql-sqlite-node","@effect/sql-sqlite-bun","@effect/sql-sqlite-wasm","@effect/sql-sqlite-react-native","@effect/rpc","@effect/rpc-http","@effect/typeclass","@effect/experimental","@effect/opentelemetry","@material-ui/core","@material-ui/icons","@tabler/icons-react","mui-core","react-icons/ai","react-icons/bi","react-icons/bs","react-icons/cg","react-icons/ci","react-icons/di","react-icons/fa","react-icons/fa6","react-icons/fc","react-icons/fi","react-icons/gi","react-icons/go","react-icons/gr","react-icons/hi","react-icons/hi2","react-icons/im","react-icons/io","react-icons/io5","react-icons/lia","react-icons/lib","react-icons/lu","react-icons/md","react-icons/pi","react-icons/ri","react-icons/rx","react-icons/si","react-icons/sl","react-icons/tb","react-icons/tfi","react-icons/ti","react-icons/vsc","react-icons/wi"],"trustHostHeader":false,"isExperimentalCompile":false},"htmlLimitedBots":"[\\w-]+-Google|Google-[\\w-]+|Chrome-Lighthouse|Slurp|DuckDuckBot|baiduspider|yandex|sogou|bitlybot|tumblr|vkShare|quora link preview|redditbot|ia_archiver|Bingbot|BingPreview|applebot|facebookexternalhit|facebookcatalog|Twitterbot|LinkedInBot|Slackbot|Discordbot|WhatsApp|SkypeUriPreview|Yeti|googleweblight","bundlePagesRouterDependencies":false,"configFileName":"next.config.js","turbopack":{"root":"/home/alek/.spur/worktrees/sp/spur-38e5"}}
18
+ const nextConfig = {"env":{},"webpack":null,"eslint":{"ignoreDuringBuilds":false},"typescript":{"ignoreBuildErrors":false,"tsconfigPath":"tsconfig.json"},"typedRoutes":false,"distDir":"./.next","cleanDistDir":true,"assetPrefix":"","cacheMaxMemorySize":52428800,"configOrigin":"next.config.js","useFileSystemPublicRoutes":true,"generateEtags":true,"pageExtensions":["tsx","ts","jsx","js"],"poweredByHeader":true,"compress":true,"images":{"deviceSizes":[640,750,828,1080,1200,1920,2048,3840],"imageSizes":[16,32,48,64,96,128,256,384],"path":"/_next/image","loader":"default","loaderFile":"","domains":[],"disableStaticImages":false,"minimumCacheTTL":60,"formats":["image/webp"],"maximumResponseBody":50000000,"dangerouslyAllowSVG":false,"contentSecurityPolicy":"script-src 'none'; frame-src 'none'; sandbox;","contentDispositionType":"attachment","remotePatterns":[],"unoptimized":false},"devIndicators":{"position":"bottom-left"},"onDemandEntries":{"maxInactiveAge":60000,"pagesBufferLength":5},"amp":{"canonicalBase":""},"basePath":"","sassOptions":{},"trailingSlash":false,"i18n":null,"productionBrowserSourceMaps":false,"excludeDefaultMomentLocales":true,"serverRuntimeConfig":{},"publicRuntimeConfig":{},"reactProductionProfiling":false,"reactStrictMode":null,"reactMaxHeadersLength":6000,"httpAgentOptions":{"keepAlive":true},"logging":{},"compiler":{},"expireTime":31536000,"staticPageGenerationTimeout":60,"output":"standalone","modularizeImports":{"@mui/icons-material":{"transform":"@mui/icons-material/{{member}}"},"lodash":{"transform":"lodash/{{member}}"}},"outputFileTracingRoot":"/home/github-runner/actions-runner/_work/spur/spur","experimental":{"useSkewCookie":false,"cacheLife":{"default":{"stale":300,"revalidate":900,"expire":4294967294},"seconds":{"stale":30,"revalidate":1,"expire":60},"minutes":{"stale":300,"revalidate":60,"expire":3600},"hours":{"stale":300,"revalidate":3600,"expire":86400},"days":{"stale":300,"revalidate":86400,"expire":604800},"weeks":{"stale":300,"revalidate":604800,"expire":2592000},"max":{"stale":300,"revalidate":2592000,"expire":4294967294}},"cacheHandlers":{},"cssChunking":true,"multiZoneDraftMode":false,"appNavFailHandling":false,"prerenderEarlyExit":true,"serverMinification":true,"serverSourceMaps":false,"linkNoTouchStart":false,"caseSensitiveRoutes":false,"clientSegmentCache":false,"clientParamParsing":false,"dynamicOnHover":false,"preloadEntriesOnStart":true,"clientRouterFilter":true,"clientRouterFilterRedirects":false,"fetchCacheKeyPrefix":"","middlewarePrefetch":"flexible","optimisticClientCache":true,"manualClientBasePath":false,"cpus":15,"memoryBasedWorkersCount":false,"imgOptConcurrency":null,"imgOptTimeoutInSeconds":7,"imgOptMaxInputPixels":268402689,"imgOptSequentialRead":null,"imgOptSkipMetadata":null,"isrFlushToDisk":true,"workerThreads":false,"optimizeCss":false,"nextScriptWorkers":false,"scrollRestoration":false,"externalDir":false,"disableOptimizedLoading":false,"gzipSize":true,"craCompat":false,"esmExternals":true,"fullySpecified":false,"swcTraceProfiling":false,"forceSwcTransforms":false,"largePageDataBytes":128000,"typedEnv":false,"parallelServerCompiles":false,"parallelServerBuildTraces":false,"ppr":false,"authInterrupts":false,"webpackMemoryOptimizations":false,"optimizeServerReact":true,"viewTransition":false,"routerBFCache":false,"removeUncaughtErrorAndRejectionListeners":false,"validateRSCRequestHeaders":false,"staleTimes":{"dynamic":0,"static":300},"serverComponentsHmrCache":true,"staticGenerationMaxConcurrency":8,"staticGenerationMinPagesPerWorker":25,"cacheComponents":false,"inlineCss":false,"useCache":false,"globalNotFound":false,"devtoolSegmentExplorer":true,"browserDebugInfoInTerminal":false,"optimizeRouterScrolling":false,"middlewareClientMaxBodySize":10485760,"optimizePackageImports":["lucide-react","date-fns","lodash-es","ramda","antd","react-bootstrap","ahooks","@ant-design/icons","@headlessui/react","@headlessui-float/react","@heroicons/react/20/solid","@heroicons/react/24/solid","@heroicons/react/24/outline","@visx/visx","@tremor/react","rxjs","@mui/material","@mui/icons-material","recharts","react-use","effect","@effect/schema","@effect/platform","@effect/platform-node","@effect/platform-browser","@effect/platform-bun","@effect/sql","@effect/sql-mssql","@effect/sql-mysql2","@effect/sql-pg","@effect/sql-sqlite-node","@effect/sql-sqlite-bun","@effect/sql-sqlite-wasm","@effect/sql-sqlite-react-native","@effect/rpc","@effect/rpc-http","@effect/typeclass","@effect/experimental","@effect/opentelemetry","@material-ui/core","@material-ui/icons","@tabler/icons-react","mui-core","react-icons/ai","react-icons/bi","react-icons/bs","react-icons/cg","react-icons/ci","react-icons/di","react-icons/fa","react-icons/fa6","react-icons/fc","react-icons/fi","react-icons/gi","react-icons/go","react-icons/gr","react-icons/hi","react-icons/hi2","react-icons/im","react-icons/io","react-icons/io5","react-icons/lia","react-icons/lib","react-icons/lu","react-icons/md","react-icons/pi","react-icons/ri","react-icons/rx","react-icons/si","react-icons/sl","react-icons/tb","react-icons/tfi","react-icons/ti","react-icons/vsc","react-icons/wi"],"trustHostHeader":false,"isExperimentalCompile":false},"htmlLimitedBots":"[\\w-]+-Google|Google-[\\w-]+|Chrome-Lighthouse|Slurp|DuckDuckBot|baiduspider|yandex|sogou|bitlybot|tumblr|vkShare|quora link preview|redditbot|ia_archiver|Bingbot|BingPreview|applebot|facebookexternalhit|facebookcatalog|Twitterbot|LinkedInBot|Slackbot|Discordbot|WhatsApp|SkypeUriPreview|Yeti|googleweblight","bundlePagesRouterDependencies":false,"configFileName":"next.config.js","turbopack":{"root":"/home/github-runner/actions-runner/_work/spur/spur"}}
19
19
 
20
20
  process.env.__NEXT_PRIVATE_STANDALONE_CONFIG = JSON.stringify(nextConfig)
21
21
 
@@ -1 +0,0 @@
1
- exports.id=7974,exports.ids=[7974],exports.modules={251:()=>{},2458:(a,b,c)=>{"use strict";c.d(b,{D:()=>d,F:()=>f});let d=["claude","codex","cursor"],e={claude:"claude",codex:"codex",cursor:"cursor"};function f(a){return e[a]}},6303:(a,b,c)=>{"use strict";function d(a){if(a.title)return a.title;let b=a.prompt.trim();if(b){let a=b.split("\n")[0]?.trim()??b;if(a)return a}return a.branch?a.branch.replace(/^(?:feat|fix|chore|refactor|docs|test|ci|session|release|hotfix|feature|bugfix|build|wip|improvement)\//,"").replace(/[-_]/g," ").replace(/\b\w/g,a=>a.toUpperCase()).trim():a.id}function e(a){let b=a.prompt.trim();return b?b===d(a)?null:b:null}function f(a){let b=Date.parse(a);if(Number.isNaN(b))return"unknown";let c=Math.floor((Date.now()-b)/6e4);if(c<1)return"just now";if(c<60)return`${c}m ago`;let d=Math.floor(c/60);return d<24?`${d}h ago`:`${Math.floor(d/24)}d ago`}function g(a){let b=Date.parse(a);return Number.isNaN(b)?"unknown":new Date(b).toLocaleString()}function h(a,b=64){if(a.length<=b)return a;let c=Math.max(8,Math.floor((b-1)/2));return`${a.slice(0,c)}…${a.slice(-c)}`}c.d(b,{Pn:()=>d,eB:()=>g,fw:()=>f,kU:()=>h,zf:()=>e})},8457:(a,b,c)=>{"use strict";c.d(b,{z:()=>e});var d=c(22216);function e({payload:a,busy:b=!1,onAction:c,onCancel:e}){return(0,d.jsx)("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-[var(--color-modal-backdrop)] px-4",children:(0,d.jsxs)("div",{"aria-labelledby":"open-pr-action-title","aria-modal":"true",className:"w-full max-w-lg border border-[var(--color-border-strong)] bg-[var(--color-bg-elevated)] p-4",role:"dialog",children:[(0,d.jsxs)("div",{className:"flex items-start justify-between gap-3",children:[(0,d.jsxs)("div",{className:"min-w-0",children:[(0,d.jsx)("h2",{className:"font-bold uppercase text-[var(--color-text-primary)]",id:"open-pr-action-title",children:"Open Pull Request"}),(0,d.jsxs)("p",{className:"mt-2 text-[var(--color-text-secondary)]",children:["Pull request #",a.pr.number," is still open."]}),(0,d.jsx)("a",{className:"mt-2 block truncate text-[var(--color-accent)] underline-offset-4 hover:underline",href:a.pr.url,rel:"noreferrer",target:"_blank",children:a.pr.title})]}),(0,d.jsx)("button",{"aria-label":"Dismiss pull request action dialog",className:"border border-[var(--color-border-default)] px-2 py-1 font-bold uppercase text-[var(--color-text-secondary)] transition hover:border-[var(--color-accent)] hover:text-[var(--color-accent)]",disabled:b,onClick:e,type:"button",children:"x"})]}),(0,d.jsxs)("div",{className:"mt-4 flex flex-col gap-2 sm:flex-row sm:justify-end",children:[(0,d.jsx)("button",{className:"border border-[var(--color-border-strong)] px-3 py-1.5 font-bold uppercase text-[var(--color-text-primary)] transition hover:bg-[var(--color-hover-overlay)] disabled:opacity-50",disabled:b,onClick:()=>c("leave_open"),type:"button",children:"Leave Pull Request Open"}),(0,d.jsx)("button",{className:"border border-[var(--color-status-error)] px-3 py-1.5 font-bold uppercase text-[var(--color-status-error)] transition hover:bg-[var(--color-status-error)]/10 disabled:opacity-50",disabled:b,onClick:()=>c("close"),type:"button",children:"Close Pull Request"}),(0,d.jsx)("button",{className:"border border-[var(--color-border-default)] px-3 py-1.5 font-bold uppercase text-[var(--color-text-secondary)] transition hover:border-[var(--color-accent)] hover:text-[var(--color-accent)] disabled:opacity-50",disabled:b,onClick:e,type:"button",children:"Cancel"})]})]})})}},9530:(a,b,c)=>{"use strict";c.d(b,{U:()=>j});var d=c(22216),e=c(28825),f=c(33693),g=c(82217),h=c(73867),i=c(95846);function j({value:a,onChange:b,placeholder:c,attachments:j,onAddFiles:k,onRemoveAttachment:l,onKeyDown:m,voice:n,minHeightClass:o="min-h-24",ariaLabel:p,clearLabel:q,textareaRef:r}){let s=!!n?.canUseVoice,t=q??(p?`Clear ${p}`:"Clear text");return(0,d.jsxs)("div",{className:"relative",children:[(0,d.jsx)("textarea",{"aria-label":p,className:`w-full resize-y ${o} ${e.s} pb-14 ${s?"pr-[6rem]":"pr-[3.25rem]"}`,onChange:a=>b(a.target.value),onKeyDown:m,onPaste:a=>{let b=(0,f.Bb)(a.clipboardData);b.length>0&&(a.preventDefault(),k(b))},onDrop:a=>{a.preventDefault(),k((0,f.Bb)(a.dataTransfer))},onDragOver:a=>a.preventDefault(),placeholder:c,ref:r,value:a}),a.length>0&&!n?.recording?(0,d.jsx)("button",{"aria-label":t,className:`${i.aY} absolute right-2 top-2`,onClick:()=>{b(""),r?.current?.focus()},title:t,type:"button",children:(0,d.jsx)(g.U,{})}):null,(0,d.jsxs)("div",{className:"pointer-events-none absolute inset-x-2 bottom-2 flex items-end justify-between gap-2",children:[(0,d.jsx)("div",{className:"pointer-events-auto flex min-w-0 max-w-[calc(100%-6rem)] gap-1.5 overflow-x-auto",children:(0,d.jsx)(i.WE,{attachments:j,onRemoveAttachment:l})}),(0,d.jsxs)("div",{className:"pointer-events-auto flex items-center gap-1.5",children:[(0,d.jsx)(i.N0,{onAddFiles:k}),n?(0,d.jsx)(h.lv,{className:i.aY,groupClassName:"absolute bottom-0 right-0 z-10 flex flex-col items-center gap-1.5",recordingActionGroupClassName:"absolute bottom-9 right-0 z-10 flex flex-col items-center gap-1.5",showRecordingCancel:!0,slotClassName:"relative inline-flex h-8 w-8 items-end justify-end",voice:n}):null]})]})]})}},11528:(a,b,c)=>{"use strict";c.d(b,{U:()=>h});var d=c(22216),e=c(82217);let f=["min(32rem, calc(100dvh - 2rem))","min(32rem, calc(50dvh - 1.25rem))","min(32rem, calc(33.333dvh - 1rem))","min(32rem, calc(25dvh - 0.875rem))","min(32rem, calc(20dvh - 0.8rem))"];function g({toast:a,stackSize:b,onDismiss:c}){let g="success"===a.tone?"bg-[var(--color-bg-surface)]":"bg-[var(--color-bg-base)]",h="success"===a.tone?"border-[var(--color-status-ready)] text-[var(--color-text-primary)]":"border-[var(--color-status-error)] text-[var(--color-chip-error-text)]",i={maxHeight:function(a){let b=Math.min(Math.max(a,1),f.length)-1;return f[b]}(b)};return(0,d.jsxs)("div",{className:`pointer-events-auto grid min-h-0 w-[min(calc(100vw-2rem),36rem)] grid-cols-[minmax(0,1fr)_auto] grid-rows-[auto_minmax(0,1fr)] gap-x-3 overflow-hidden border px-3 py-2 shadow-[0_8px_30px_var(--color-shadow-menu)] ${g} ${h}`,role:"error"===a.tone?"alert":"status",style:i,children:[(0,d.jsx)("div",{className:"col-start-1 row-start-1 text-[10px] font-bold uppercase tracking-[0.12em]",children:"success"===a.tone?"Success":"Error"}),(0,d.jsxs)("div",{className:"col-start-1 row-start-2 mt-1 min-h-0 overflow-y-auto overscroll-contain pr-1","data-toast-scroll":!0,children:[(0,d.jsx)("div",{className:"whitespace-pre-wrap break-words font-medium",children:a.title}),a.detail?(0,d.jsx)("div",{className:"mt-1 whitespace-pre-wrap break-words text-[var(--color-text-secondary)]",children:a.detail}):null]}),(0,d.jsx)("button",{"aria-label":"Dismiss toast",className:`col-start-2 row-span-2 row-start-1 inline-flex h-7 w-7 shrink-0 items-center justify-center border border-[var(--color-border-strong)] ${g} text-[var(--color-text-primary)] transition hover:bg-[var(--color-hover-overlay)]`,onClick:()=>c(a.id),type:"button",children:(0,d.jsx)(e.U,{className:"h-3.5 w-3.5",strokeWidth:2})})]})}function h({toasts:a,onDismiss:b}){let c=a.filter(a=>"success"===a.tone),e=a.filter(a=>"error"===a.tone),f=Math.max(a.length,1);return(0,d.jsxs)("div",{className:"pointer-events-none fixed bottom-4 right-4 z-50 flex max-w-[calc(100vw-2rem)] flex-col gap-2 overflow-hidden",style:{maxHeight:"calc(100dvh - 2rem)"},children:[(0,d.jsx)("div",{"aria-live":"polite",className:"contents",children:c.map(a=>(0,d.jsx)(g,{stackSize:f,toast:a,onDismiss:b},a.id))}),(0,d.jsx)("div",{"aria-live":"assertive",className:"contents",children:e.map(a=>(0,d.jsx)(g,{stackSize:f,toast:a,onDismiss:b},a.id))})]})}},11910:(a,b,c)=>{"use strict";function d(a){return a.intervalWake?{kind:"interval",label:"Interval wake",dueAt:a.intervalWake.nextDueAt,intervalMs:a.intervalWake.intervalMs,message:a.intervalWake.message,stopCondition:a.intervalWake.stopCondition}:a.dailyWake?{kind:"daily",label:"Daily wake",dueAt:a.dailyWake.nextDueAt,dailyAt:a.dailyWake.dailyAt,message:a.dailyWake.message,stopCondition:a.dailyWake.stopCondition}:a.scheduledWake?{kind:"one-shot",label:"Wake",dueAt:a.scheduledWake.dueAt,message:a.scheduledWake.message}:null}function e(a,b=Date.now()){let c=Date.parse(a);if(!Number.isFinite(c))return"unknown";let d=c-b;if(d<=0)return"due now";let f=Math.ceil(d/1e3);if(f<60)return`in ${f}s`;let g=Math.ceil(f/60);if(g<60)return`in ${g}m`;let h=Math.floor(g/60),i=g%60;if(h<24)return i>0?`in ${h}h ${i}m`:`in ${h}h`;let j=Math.floor(h/24),k=h%24;return k>0?`in ${j}d ${k}h`:`in ${j}d`}function f(a){if(!Number.isFinite(a)||a<=0)return"unknown";let b=Math.round(a/1e3);if(b<60)return`${b}s`;let c=Math.round(b/60);if(c<60)return`${c}m`;let d=Math.floor(c/60),e=c%60;if(d<24)return e>0?`${d}h ${e}m`:`${d}h`;let f=Math.floor(d/24),g=d%24;return g>0?`${f}d ${g}h`:`${f}d`}c.d(b,{TL:()=>e,re:()=>f,z3:()=>d})},14694:(a,b,c)=>{"use strict";c.d(b,{C9:()=>d,mn:()=>e,rU:()=>g,tF:()=>h});let d="⌘ + ⏎",e="⌘ + .";function f(a,b){var c;return a.key===b&&!(c=a).altKey&&!c.ctrlKey&&!c.isComposing&&c.metaKey&&!c.shiftKey}function g(a){return f(a,"Enter")}function h(a){return f(a,".")}},15294:(a,b,c)=>{"use strict";c.d(b,{Y:()=>e});var d=c(43225);function e(){let[a,b]=(0,d.useState)([]),c=(0,d.useRef)(0),e=(0,d.useRef)(new Map),f=(0,d.useCallback)(a=>{let b=e.current.get(a);void 0!==b&&(window.clearTimeout(b),e.current.delete(a))},[]),g=(0,d.useCallback)(a=>{f(a),b(b=>b.filter(b=>b.id!==a))},[f]),h=(0,d.useCallback)((a,d,e,g)=>{c.current+=1;let h=c.current;return b(b=>{let c=[...b,{id:h,tone:a,title:d,detail:e}];for(let a of c.slice(0,Math.max(0,c.length-5)))f(a.id);return c.slice(-5)}),h},[f]);return{toasts:a,showSuccessToast:(0,d.useCallback)((a,b)=>h("success",a,b,2500),[h]),showErrorToast:(0,d.useCallback)((a,b)=>h("error",a,b),[h]),dismissToast:g}}},27258:(a,b,c)=>{"use strict";c.d(b,{o:()=>k});var d=c(22216),e=c(43225),f=c(49599),g=c(28825),h=c(64797),i=c(34065),j=c(60709);function k({agent:a,value:b,onChange:c,ariaLabel:k="Model"}){let[l,m]=(0,e.useState)(!1),[n,o]=(0,e.useState)([]),[p,q]=(0,e.useState)(!1),[r,s]=(0,e.useState)(null),[t,u]=(0,e.useState)(""),v=(0,i.r)("spur:model-favorites");(0,e.useRef)(c).current=c;let w=b=>{var c;return v.has((c=b.id,`${a}:${c}`))},x=(0,e.useMemo)(()=>{let a=t.trim().toLowerCase(),b=a?n.filter(b=>b.id.toLowerCase().includes(a)||b.label.toLowerCase().includes(a)):n;return[...b.filter(w),...b.filter(a=>!w(a))]},[n,t,v.keys,a]),{containerRef:y,buttonRef:z,menuRef:A,menuStyle:B}=(0,h.B)({open:l,onClose:()=>m(!1),contentDeps:[p,r,x]}),C=null===b?"Default":n.find(a=>a.id===b)?.label??b;return(0,d.jsxs)("div",{className:"relative",ref:y,children:[(0,d.jsxs)("button",{"aria-label":k,"aria-expanded":l,"aria-haspopup":"menu",ref:z,className:(0,j.cn)(g.s,"flex w-full items-center justify-between gap-2 text-left"),onClick:()=>m(a=>!a),type:"button",children:[(0,d.jsx)("span",{className:"truncate",children:C}),(0,d.jsx)("span",{"aria-hidden":"true",className:"text-[var(--color-text-tertiary)]",children:"▾"})]}),l?(0,d.jsxs)("div",{"aria-label":"Model options",className:"fixed z-20 flex max-h-80 w-max min-w-[min(20rem,calc(100vw-1rem))] max-w-[calc(100vw-1rem)] flex-col overflow-hidden border border-[var(--color-border-strong)] bg-[var(--color-bg-base)] p-1 shadow-[0_8px_30px_var(--color-shadow-menu)]",ref:A,role:"menu",style:B,children:[(0,d.jsx)("input",{"aria-label":"Search models",autoFocus:!0,className:(0,j.cn)(g.s,"m-1"),onChange:a=>u(a.target.value),placeholder:"Search models",type:"text",value:t}),(0,d.jsxs)("div",{className:"flex flex-col overflow-y-auto overflow-x-hidden",children:[(0,d.jsx)("button",{className:(0,j.cn)("flex w-full items-center border-b border-[var(--color-border-subtle)] px-2 py-2 text-left transition hover:bg-[var(--color-hover-overlay)]",null===b?"text-[var(--color-accent)]":"text-[var(--color-text-primary)]"),onClick:()=>{c(null),m(!1)},role:"menuitem",type:"button",children:(0,d.jsx)("span",{className:"font-bold",children:"Default"})}),p?(0,d.jsx)("div",{className:"px-2 py-2 text-[10px] uppercase tracking-[0.1em] text-[var(--color-text-tertiary)]",children:"Loading…"}):r?(0,d.jsx)("div",{className:"px-2 py-2 text-[10px] uppercase tracking-[0.1em] text-[var(--color-status-error)]",children:r}):0===x.length?(0,d.jsx)("div",{className:"px-2 py-2 text-[10px] uppercase tracking-[0.1em] text-[var(--color-text-tertiary)]",children:"No models"}):x.map(e=>{let g=w(e);return(0,d.jsxs)("div",{className:"grid w-full grid-cols-[auto_minmax(0,1fr)] gap-x-2 border-b border-[var(--color-border-subtle)] last:border-b-0 hover:bg-[var(--color-hover-overlay)]",children:[(0,d.jsx)("button",{"aria-label":`${g?"Remove favorite":"Add favorite"} ${e.label}`,"aria-pressed":g,className:(0,j.cn)("self-start px-2 py-2 transition",g?"text-[var(--color-status-attention)]":"text-[var(--color-text-tertiary)] hover:text-[var(--color-text-primary)]"),onClick:b=>{var c;b.stopPropagation(),v.toggle((c=e.id,`${a}:${c}`))},title:`${g?"Remove favorite":"Add favorite"} ${e.label}`,type:"button",children:(0,d.jsx)(f.k,{active:g})}),(0,d.jsxs)("button",{className:(0,j.cn)("min-w-0 py-2 text-left transition",b===e.id?"text-[var(--color-accent)]":"text-[var(--color-text-primary)]"),onClick:()=>{c(e.id),m(!1)},role:"menuitem",type:"button",children:[(0,d.jsxs)("span",{className:"block truncate font-bold",title:e.label,children:[e.label,e.isDefault?(0,d.jsx)("span",{className:"ml-1 text-[10px] font-normal text-[var(--color-text-tertiary)]",children:"(default)"}):null]}),(0,d.jsx)("span",{className:"block truncate text-[10px] text-[var(--color-text-secondary)]",title:e.id,children:e.id})]})]},e.id)})]})]}):null]})}},28825:(a,b,c)=>{"use strict";c.d(b,{s:()=>d});let d="border border-[var(--color-input-border)] bg-[var(--color-input-bg)] px-2.5 py-2 text-[var(--color-input-text)] outline-none transition focus:border-[var(--color-accent)]"},33496:(a,b,c)=>{"use strict";c.d(b,{Y:()=>f,w:()=>g});var d=c(22216),e=c(92397);function f(a){return(0,e.om)(a&&(0,e.do)(a.label)?a.url:void 0)}function g({link:a,prInfo:b}){let c=(0,e.do)(a.label),g=c?(0,e.tS)(a.url):null,h=f(b?void 0:a),i=b??h,j=c?(()=>{let a=(0,e.JN)(i.state);return a?{color:a}:void 0})():void 0,k=["inline-flex items-center gap-1 border border-[var(--color-border-default)] px-2 py-0.5 text-[var(--color-text-secondary)] hover:no-underline","tracker"===a.label?"hover:text-[var(--color-status-attention)]":"hover:text-[var(--color-text-primary)]"].join(" ");return(0,d.jsxs)("a",{className:k,href:a.url,rel:"noreferrer",target:"_blank",children:[c?"gitlab"===g?(0,d.jsx)(e.xD,{}):(0,d.jsx)(e.Nb,{}):"tracker"===a.label?(0,d.jsx)(e.cJ,{}):null,(0,d.jsx)("span",{className:"text-[10px]",style:j,children:(0,e.Bj)(a)}),c?(0,d.jsxs)(d.Fragment,{children:["success"===i.ciStatus&&("approved"===i.reviewDecision||"changes_requested"===i.reviewDecision)?(0,d.jsx)(e.iX,{decision:i.reviewDecision}):(0,d.jsx)(e.QW,{status:i.ciStatus}),(0,d.jsx)(e.i9,{total:i.totalThreads,unresolved:i.unresolvedThreads})]}):null]})}},33693:(a,b,c)=>{"use strict";c.d(b,{A4:()=>i,Bb:()=>h,ZM:()=>j,kQ:()=>f});let d=new Set(["image/png","image/jpeg","image/gif","image/webp"]);async function e(a){return new Promise((b,c)=>{let d=new FileReader;d.onload=()=>b(d.result),d.onerror=()=>c(d.error),d.readAsDataURL(a)})}async function f(a){return a?Promise.all(Array.from(a).map(async a=>({file:a,preview:await e(a)}))):[]}function g(a,b){if(a.name.trim())return a;let c=a.type.split("/")[1],d=c&&c.length>0?c:"bin",e=a.type.startsWith("image/")?"clipboard-image-":"clipboard-file-";return new File([a],`${e}${b+1}.${d}`,{lastModified:a.lastModified,type:a.type})}function h(a){if(!a)return[];let{files:b,items:c}=a;return[...b?Array.from(b):[],...c?Array.from(c).filter(a=>"file"===a.kind).map(a=>a.getAsFile()).filter(a=>null!==a):[]].filter((a,b,c)=>c.findIndex(b=>b.name===a.name&&b.type===a.type&&b.size===a.size)===b).map(g)}function i(a){return h(a).filter(a=>d.has(a.type))}function j(a){return a.map(a=>({name:a.file.name.replace(/[^\w.-]/g,"_"),data:a.preview.split(",")[1]??""}))}},34065:(a,b,c)=>{"use strict";c.d(b,{r:()=>e});var d=c(43225);function e(a){let[b,c]=(0,d.useState)(()=>new Set);return{keys:b,has:a=>b.has(a),toggle:a=>{c(b=>{let c=new Set(b);return c.has(a)?c.delete(a):c.add(a),c})}}}},35867:(a,b,c)=>{"use strict";c.d(b,{t:()=>l});var d=c(22216),e=c(43225),f=c(49599),g=c(28825),h=c(64797),i=c(34065),j=c(60709);function k(a){return[a.kind,a.source,a.id].join(":")}function l({buttonClassName:a,endpoint:b,emptyLabel:c="No slash suggestions",onSelect:l}){let[m,n]=(0,e.useState)(!1),[o,p]=(0,e.useState)(""),q=(0,i.r)("spur:slash-suggestion-favorites"),{data:r,error:s,loading:t}=function({endpoint:a,enabled:b}){let[c,d]=(0,e.useState)(null),[f,g]=(0,e.useState)(!1),[h,i]=(0,e.useState)(null);return{data:c,loading:f,error:h}}({endpoint:b,enabled:m}),u=a=>q.has(k(a)),v=o.trim().toLowerCase(),w=a=>""===v||a.label.toLowerCase().includes(v)||a.detail.toLowerCase().includes(v)||a.id.toLowerCase().includes(v),x=[{label:"Commands",items:(r?.commands??[]).filter(w)},{label:"Skills",items:(r?.skills??[]).filter(w)},{label:"Agents",items:(r?.agents??[]).filter(w)}],y=[{label:"Favorites",items:x.flatMap(a=>a.items.filter(u))},...x.map(a=>({...a,items:a.items.filter(a=>!u(a))})).filter(a=>a.items.length>0)].filter(a=>a.items.length>0),{containerRef:z,buttonRef:A,menuRef:B,menuStyle:C}=(0,h.B)({open:m,onClose:()=>n(!1),contentDeps:[t,s,r,q.keys,o]});return(0,d.jsxs)("div",{className:"relative",ref:z,children:[(0,d.jsx)("button",{"aria-label":"Slash","aria-expanded":m,"aria-haspopup":"menu",ref:A,className:(0,j.cn)("border border-[var(--color-border-strong)] px-3 py-1.5 font-bold uppercase text-[var(--color-text-primary)] transition hover:bg-[var(--color-hover-overlay)]",a),onClick:()=>n(a=>!a),type:"button",children:"/"}),m?(0,d.jsxs)("div",{"aria-label":"Slash suggestions",className:"fixed z-20 flex max-h-80 w-max min-w-[min(20rem,calc(100vw-1rem))] max-w-[calc(100vw-1rem)] flex-col overflow-hidden border border-[var(--color-border-strong)] bg-[var(--color-bg-base)] p-1 shadow-[0_8px_30px_var(--color-shadow-menu)]",ref:B,role:"menu",style:C,children:[(0,d.jsx)("input",{"aria-label":"Search commands",autoFocus:!0,className:(0,j.cn)(g.s,"m-1"),onChange:a=>p(a.target.value),placeholder:"Search commands",type:"text",value:o}),(0,d.jsx)("div",{className:"flex flex-col overflow-y-auto overflow-x-hidden",children:t?(0,d.jsx)("div",{className:"px-2 py-2 text-[10px] uppercase tracking-[0.1em] text-[var(--color-text-tertiary)]",children:"Loading…"}):s?(0,d.jsx)("div",{className:"px-2 py-2 text-[10px] uppercase tracking-[0.1em] text-[var(--color-status-error)]",children:s}):0===y.length?(0,d.jsx)("div",{className:"px-2 py-2 text-[10px] uppercase tracking-[0.1em] text-[var(--color-text-tertiary)]",children:c}):y.map(a=>(0,d.jsxs)("div",{children:[(0,d.jsx)("div",{className:"border-b border-[var(--color-border-subtle)] px-2 py-1.5 text-[10px] font-bold uppercase tracking-[0.12em] text-[var(--color-text-tertiary)]",children:a.label}),a.items.map(a=>{let b=k(a),c=q.has(b);return(0,d.jsxs)("div",{className:"grid w-full grid-cols-[auto_minmax(0,1fr)_auto] gap-x-2 border-b border-[var(--color-border-subtle)] last:border-b-0 hover:bg-[var(--color-hover-overlay)]",children:[(0,d.jsx)("button",{"aria-label":`${c?"Remove favorite":"Add favorite"} ${a.label}`,"aria-pressed":c,className:(0,j.cn)("self-start px-2 py-2 transition",c?"text-[var(--color-status-attention)] hover:text-[var(--color-status-attention)]":"text-[var(--color-text-tertiary)] hover:text-[var(--color-text-primary)]"),onClick:a=>{a.stopPropagation(),q.toggle(b)},title:`${c?"Remove favorite":"Add favorite"} ${a.label}`,type:"button",children:(0,d.jsx)(f.k,{active:c})}),(0,d.jsxs)("button",{className:"min-w-0 py-2 text-left transition",onClick:()=>{l(a),n(!1)},role:"menuitem",type:"button",children:[(0,d.jsx)("span",{className:"block truncate font-bold text-[var(--color-text-primary)]",title:a.label,children:a.label}),(0,d.jsx)("span",{className:"block truncate text-[10px] text-[var(--color-text-secondary)]",title:a.detail,children:a.detail})]}),(0,d.jsx)("span",{className:"max-w-24 truncate px-2 py-2 text-[10px] uppercase tracking-[0.08em] text-[var(--color-text-tertiary)]",title:a.source,children:a.source})]},b)})]},a.label))})]}):null]})}},37318:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>f}),c(66934),c(90023);var d=c(64039);let e={size:{width:180,height:180},contentType:"image/png"};async function f(a){let{__metadata_id__:b,...c}=await a.params,f=(0,d.fillMetadataSegment)(".",c,"apple-icon"),{generateImageMetadata:g}=e;function h(a,b){let c={alt:a.alt,type:a.contentType||"image/png",url:f+(b?"/"+b:"")+"?4546bb2e1185022f"},{size:d}=a;return d&&(c.sizes=d.width+"x"+d.height),c}return g?(await g({params:c})).map((a,b)=>{let c=(a.id||b)+"";return h(a,c)}):[h(e,"")]}},37345:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>f}),c(66934),c(90023);var d=c(64039);let e={size:{width:32,height:32},contentType:"image/png"};async function f(a){let{__metadata_id__:b,...c}=await a.params,f=(0,d.fillMetadataSegment)(".",c,"icon"),{generateImageMetadata:g}=e;function h(a,b){let c={alt:a.alt,type:a.contentType||"image/png",url:f+(b?"/"+b:"")+"?f30e9d33ca79f60b"},{size:d}=a;return d&&(c.sizes=d.width+"x"+d.height),c}return g?(await g({params:c})).map((a,b)=>{let c=(a.id||b)+"";return h(a,c)}):[h(e,"")]}},38266:(a,b,c)=>{"use strict";c.d(b,{a:()=>g});var d=c(22216),e=c(28825),f=c(2458);function g({value:a,onChange:b,ariaLabel:c="Agent"}){return(0,d.jsx)("select",{"aria-label":c,className:e.s,onChange:a=>b(a.target.value),value:a,children:f.D.map(a=>(0,d.jsx)("option",{value:a,children:(0,f.F)(a)},a))})}},38311:(a,b,c)=>{"use strict";function d(a){if("object"!=typeof a||null===a||Array.isArray(a))return!1;let b=a.pr;return!("object"!=typeof b||null===b||Array.isArray(b))&&"open_pr_action_required"===a.code&&"string"==typeof a.sessionId&&"number"==typeof b.number&&"string"==typeof b.title&&"string"==typeof b.url}function e(a){if("object"!=typeof a||null===a||Array.isArray(a))return!1;let b=a.availableActions;return"session_not_restorable"===a.code&&"string"==typeof a.sessionId&&"string"==typeof a.reason&&Array.isArray(b)&&b.every(a=>"force_kill"===a||"respawn"===a)}c.d(b,{HO:()=>f,J2:()=>l,MH:()=>g,O1:()=>q,Qk:()=>d,Us:()=>o,ZJ:()=>e,ab:()=>m,fK:()=>n,hV:()=>k,ib:()=>h,ng:()=>p,qX:()=>j,zi:()=>i});let f=["error","rate_limited","respond","working","pending","stopped","done"];function g(a,b=a.project){let c=a.slots?.links??[],d=a.slots?.tags??[],e=a.queuedMessages??{messages:[],awaitingPrompt:!1};return{id:a.id,projectId:a.project,projectName:b,agent:a.agent,...void 0!==a.model?{model:a.model}:{},title:a.slots?.title?.trim()||null,prompt:a.prompt,startupAttachmentIds:a.startupAttachmentIds??[],branch:a.branch?.trim()||null,worktree:a.worktree,tmuxSession:a.tmuxSession??null,status:a.status,state:a.state,createdAt:a.createdAt,updatedAt:a.updatedAt,lastActivityAt:a.lastActivityAt,runtimeAlive:a.runtimeAlive,workspaceExists:a.workspaceExists,worktreePath:a.worktreePath,services:a.services??[],artifacts:a.artifacts??[],queuedMessages:e,scheduledWake:a.scheduledWake,intervalWake:a.intervalWake,dailyWake:a.dailyWake,sidecars:a.sidecars??[],links:c,tags:d,hasServiceIssues:!0===a.hasServiceIssues,workspaceAccess:a.workspaceAccess,deskKey:a.deskId?.trim()||a.id,deskId:a.deskId,deskGroupMembers:a.deskGroupMembers,error:a.error}}function h(a){return a.hasServiceIssues||a.services.some(a=>"errored"===a.status||"problem"===a.state||"error"===a.state||!a.runtimeAlive)}function i(a){return"completed"===a.status||"killed"===a.status}function j(a){return!i(a)&&!!a.workspaceExists&&("paused"===a.status||"stopped"===a.status||!a.runtimeAlive)}function k(a){return!i(a)&&!j(a)&&!a.workspaceExists}function l(a){return"running"===a.status&&a.runtimeAlive}function m(a){return!i(a)}function n(a){return("completed"===a.status||"killed"===a.status||"errored"===a.status)&&!a.runtimeAlive}function o(a){return a.runtimeAlive&&!i(a)}function p(a){return i(a)?"done":"errored"===a.status||"error"===a.state||"string"==typeof a.error&&a.error.trim().length>0||h(a)?"error":"rate_limited"===a.state?"rate_limited":"needs_input"===a.state?"respond":"spawning"===a.status?"working":a.workspaceExists?"paused"!==a.status&&"stopped"!==a.status&&"stopped"!==a.state&&a.runtimeAlive?"waiting"===a.state?"pending":"working":"stopped":"respond"}function q(a){let b=new Map;for(let c of a){let a=b.get(c.deskKey);a?a.push(c):b.set(c.deskKey,[c])}let c=[];for(let[a,d]of b){let b=d.find(b=>b.id===a)??[...d].sort((a,b)=>a.createdAt.localeCompare(b.createdAt))[0];b&&c.push({session:b,deskMemberCount:d.length,lane:function(a){let b=f.length,c="done";for(let d of a){let a=f.indexOf(d);-1!==a&&a<b&&(b=a,c=d)}return c}(d.map(p))})}return c.sort((a,b)=>{let c=b.session.lastActivityAt.localeCompare(a.session.lastActivityAt);return 0!==c?c:a.session.id.localeCompare(b.session.id)}),c}},41882:(a,b,c)=>{Promise.resolve().then(c.bind(c,99394))},47894:(a,b,c)=>{"use strict";c.d(b,{u:()=>e});var d=c(43225);function e(a){let[b,c]=(0,d.useState)([]);return{entries:b,saveEntry:(0,d.useCallback)(a=>{let b=a.trim();b&&c(a=>[{value:b,savedAt:new Date().toISOString()},...a.filter(a=>a.value!==b)].slice(0,5))},[a])}}},49599:(a,b,c)=>{"use strict";c.d(b,{k:()=>e});var d=c(22216);function e({active:a}){return(0,d.jsx)("svg",{"aria-hidden":"true",className:"h-3 w-3",fill:a?"currentColor":"none",viewBox:"0 0 24 24",children:(0,d.jsx)("path",{d:"m12 3 2.8 5.67 6.25.91-4.52 4.41 1.07 6.23L12 17.28l-5.6 2.94 1.07-6.23-4.52-4.41 6.25-.91L12 3Z",stroke:"currentColor",strokeLinejoin:"round",strokeWidth:"1.5"})})}},50054:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,99980,23)),Promise.resolve().then(c.t.bind(c,14191,23)),Promise.resolve().then(c.t.bind(c,41619,23)),Promise.resolve().then(c.t.bind(c,15190,23)),Promise.resolve().then(c.t.bind(c,39122,23)),Promise.resolve().then(c.t.bind(c,70294,23)),Promise.resolve().then(c.t.bind(c,38326,23)),Promise.resolve().then(c.t.bind(c,72931,23)),Promise.resolve().then(c.bind(c,49110))},59172:(a,b,c)=>{"use strict";c.d(b,{C:()=>m});var d=c(43225);let e="Failed to transcribe audio",f="Failed to insert transcription",g=new Set([408,425,429,500,502,503,504]);class h extends Error{}function i(a){return new Promise(b=>{window.setTimeout(b,a)})}async function j(a,b){let c=await a.text();if(!c)return b;try{let a=JSON.parse(c);if("string"==typeof a.error&&a.error.trim())return a.error}catch{}return c}function k(a){return`Failed to transcribe audio after 3 attempts: ${a}`}async function l(a){let b=e;for(let c=1;c<=3;c+=1){let d=new AbortController,f=window.setTimeout(()=>d.abort(),45e3);try{let f=new FormData;f.append("audio",a,"voice-input.webm");let l=await fetch("/api/runtime/voice/transcribe",{method:"POST",body:f,signal:d.signal});if(!l.ok){let a=await j(l,e);if(!g.has(l.status))throw Error(a);if(b=a,3===c)throw Error(k(a));await i(400*c);continue}let m=await l.json(),n=m.text?.trim()??"";if(!n)throw new h("Transcription returned empty text");return n}catch(d){let a=d instanceof DOMException&&"AbortError"===d.name?"Voice transcription timed out. Try again.":d instanceof Error?d.message:e;if(!(d instanceof h||d instanceof DOMException&&"AbortError"===d.name||d instanceof TypeError))throw Error(a,d instanceof Error?{cause:d}:void 0);if(b=a,3===c)throw Error(k(a),d instanceof Error?{cause:d}:void 0);await i(400*c)}finally{window.clearTimeout(f)}}throw Error(k(b))}function m(a){let b=(0,d.useRef)(a.onTranscribed);b.current=a.onTranscribed,(0,d.useRef)(a.contextKey).current=a.contextKey;let[c,g]=(0,d.useState)(null),[h,i]=(0,d.useState)(!1),[j,k]=(0,d.useState)(!1),[m,n]=(0,d.useState)(!1),[o,p]=(0,d.useState)(null),[q,r]=(0,d.useState)(!1),s=(0,d.useRef)(!1),t=(0,d.useRef)(!1),[u,v]=(0,d.useState)(""),[w,x]=(0,d.useState)(null),y=(0,d.useRef)(null),z=(0,d.useRef)(null),A=(0,d.useRef)([]),B=(0,d.useRef)(null),C=(0,d.useRef)(null),D=(0,d.useRef)(null),E=(0,d.useRef)(null),F=(0,d.useCallback)(()=>{C.current?.pause(),C.current=null,D.current&&(URL.revokeObjectURL(D.current),D.current=null),n(!1)},[]),G=(0,d.useCallback)(async()=>{B.current=null,k(!1),F()},[F]),H=(0,d.useCallback)(async a=>{B.current=a,k(!0),F()},[F]),I=(0,d.useCallback)(async(a,c,d)=>{if("send"===c){if(!d)throw Error(f);await d(a);return}if("insert"===c&&b.current)return void b.current(a);s.current?v(b=>{let c=b.trimEnd();return c?`${c} ${a}`:a}):(v(a),r(!0))},[]),J=(0,d.useCallback)(async(a,b,c)=>{x(null),p("transcribing");try{let d=await l(a);await I(d,b,c),await G()}catch(c){await H({blob:a,mode:b}),x(c instanceof Error?c.message:e)}finally{p(null)}},[I,G,H]),K=(0,d.useCallback)(()=>{y.current?.getTracks().forEach(a=>a.stop()),y.current=null,z.current=null,A.current=[],i(!1)},[]),L=(0,d.useCallback)(()=>{if(h)return void z.current?.stop();c?.available&&!j&&(x(null),p("starting"),(async()=>{try{throw Error("Voice recording is not supported in this browser")}catch(a){E.current=null,K(),x(function(a){if(!(a instanceof Error))return"Failed to start recording";let b=a.message.trim(),c=a.name.toLowerCase(),d=b.toLowerCase();return"notallowederror"===c||"securityerror"===c||d.includes("request is not allowed by the user agent")||d.includes("permission denied")||d.includes("user denied permission")||d.includes("permission dismissed")?"Microphone access is blocked. Allow microphone permission in your browser and try again.":"notfounderror"===c||"devicesnotfounderror"===c||d.includes("requested device not found")||d.includes("no microphone")?"No microphone was found. Connect a microphone and try again.":b||"Failed to start recording"}(a))}finally{p(a=>"starting"===a?null:a)}})())},[j,h,K,J,c]),M=(0,d.useCallback)(()=>{B.current},[m,F]),N=(0,d.useCallback)(async a=>{let b=B.current;!b||h||o||await J(b.blob,b.mode,a)},[h,J,o]),O=(0,d.useCallback)(async(a,b)=>{let c=u.trim();if(c||b?.allowEmpty)try{let b=await a(c);if(!1===b)throw Error(f);x(null),r(!1),v("")}catch(a){x(a instanceof Error?a.message:f)}},[u]),P=(0,d.useCallback)(()=>{z.current?.state==="recording"&&(t.current=!0,z.current.stop()),E.current=null,K(),p(null)},[K]),Q=(0,d.useCallback)(()=>{P(),r(!1),v("")},[P]),R=(0,d.useCallback)(a=>{let b=z.current;b&&"recording"===b.state&&(E.current=a,b.stop())},[]);return{canUseVoice:!!c?.available,recording:h,hasRetainedTake:j,retainedTakePlaying:m,voiceBusy:o,voiceModalOpen:q,voiceDraft:u,setVoiceDraft:v,openDraft:(0,d.useCallback)((a="")=>{x(null),v(a),r(!0)},[]),toggleRecording:L,playRetainedTake:M,discardRetainedTake:G,retryRetainedTake:N,stopAndSend:R,cancelRecording:P,confirmDraft:O,dismissModal:Q,voiceError:w,clearVoiceError:(0,d.useCallback)(()=>x(null),[])}}},60420:(a,b,c)=>{"use strict";c.d(b,{default:()=>h});var d=c(22216),e=c(57004),f=c(40518),g=c(43225);function h({children:a}){let[b]=(0,g.useState)(()=>new e.E({defaultOptions:{queries:{staleTime:5e3,gcTime:3e5,refetchOnWindowFocus:!1,retry:1}}}));return(0,d.jsx)(f.Ht,{client:b,children:a})}},60558:(a,b,c)=>{"use strict";c.d(b,{A4:()=>e,F7:()=>h,_j:()=>f,qZ:()=>g});let d="terminal";function e(a){return a?`/?project=${encodeURIComponent(a)}`:"/"}function f(a,b){let c=`/sessions/${encodeURIComponent(a)}`;return b?`${c}?project=${encodeURIComponent(b)}`:c}function g(a){return a.get(d)?.trim()||null}function h(a,b){let c=new URLSearchParams(a);b?c.set(d,b):c.delete(d);let e=c.toString();return e?`?${e}`:""}},60709:(a,b,c)=>{"use strict";function d(...a){return a.filter(Boolean).join(" ")}c.d(b,{cn:()=>d})},64797:(a,b,c)=>{"use strict";c.d(b,{B:()=>e});var d=c(43225);function e({open:a,onClose:b,contentDeps:c}){let e=(0,d.useRef)(null),f=(0,d.useRef)(null),g=(0,d.useRef)(null),[h,i]=(0,d.useState)(void 0);return(0,d.useRef)(b).current=b,{containerRef:e,buttonRef:f,menuRef:g,menuStyle:h}}},72233:(a,b,c)=>{"use strict";async function d(a){let b=await a.text();if(!b)return{};try{return JSON.parse(b)}catch{return{error:b}}}function e(a,b){if("object"==typeof a&&null!==a&&!Array.isArray(a)){let b=a.error;if("string"==typeof b)return b}return b}function f(a,b){return a instanceof Error?a.message:b}c.d(b,{$8:()=>e,Y3:()=>d,gJ:()=>f})},72281:(a,b,c)=>{"use strict";c.d(b,{$:()=>g});var d=c(22216),e=c(43225);function f(){return(0,d.jsxs)("svg",{"aria-hidden":"true",className:"h-4 w-4",fill:"none",stroke:"currentColor",strokeWidth:"1.5",viewBox:"0 0 24 24",children:[(0,d.jsx)("circle",{cx:"12",cy:"12",r:"10"}),(0,d.jsx)("path",{d:"M12 7v5l3 2",strokeLinecap:"round",strokeLinejoin:"round"})]})}function g({entries:a,onSelect:b,className:c}){let[g,h]=(0,e.useState)(!1),i=(0,e.useRef)(null);return(0,d.jsxs)("div",{className:"relative",ref:i,children:[(0,d.jsx)("button",{"aria-label":"History","aria-expanded":g,"aria-haspopup":"dialog",className:c??"inline-flex h-8 w-8 items-center justify-center border border-[var(--color-border-strong)] text-[var(--color-text-primary)] transition hover:bg-[var(--color-hover-overlay)]",onClick:()=>h(a=>!a),title:"History",type:"button",children:(0,d.jsx)(f,{})}),g?(0,d.jsxs)("div",{"aria-label":"Input history",className:"absolute bottom-full right-0 z-20 mb-2 w-80 max-w-[calc(100vw-2rem)] border border-[var(--color-border-default)] bg-[var(--color-bg-base)] shadow-[0_8px_30px_var(--color-shadow-menu)]",role:"dialog",children:[(0,d.jsx)("div",{className:"border-b border-[var(--color-border-default)] px-3 py-2 font-bold uppercase text-[var(--color-text-primary)]",children:"Recent inputs"}),a.length>0?(0,d.jsx)("div",{className:"max-h-80 overflow-y-auto",children:a.map(a=>(0,d.jsxs)("button",{className:"block w-full border-b border-[var(--color-border-subtle)] px-3 py-2 text-left transition hover:bg-[var(--color-hover-overlay)] last:border-b-0",onClick:()=>{b(a.value),h(!1)},type:"button",children:[(0,d.jsx)("div",{className:"text-[10px] uppercase tracking-[0.12em] text-[var(--color-text-tertiary)]",children:function(a){let b=new Date(a);if(Number.isNaN(b.getTime()))return a;let c=b.getUTCFullYear(),d=String(b.getUTCMonth()+1).padStart(2,"0"),e=String(b.getUTCDate()).padStart(2,"0"),f=String(b.getUTCHours()).padStart(2,"0"),g=String(b.getUTCMinutes()).padStart(2,"0");return`${c}-${d}-${e} ${f}:${g} UTC`}(a.savedAt)}),(0,d.jsx)("div",{className:"mt-1 whitespace-pre-wrap break-words text-[var(--color-text-primary)]",children:a.value})]},`${a.savedAt}:${a.value}`))}):(0,d.jsx)("div",{className:"px-3 py-3 text-[var(--color-text-secondary)]",children:"No saved inputs yet."})]}):null]})}},73867:(a,b,c)=>{"use strict";c.d(b,{AF:()=>A,Jr:()=>n,cQ:()=>y,lv:()=>x,uT:()=>z});var d=c(22216),e=c(43225),f=c(82217),g=c(72281),h=c(95846),i=c(28825),j=c(33693),k=c(14694);let l=()=>(0,d.jsxs)("svg",{"aria-hidden":"true",className:"h-4 w-4",fill:"none",stroke:"currentColor",strokeWidth:"1.5",viewBox:"0 0 24 24",children:[(0,d.jsx)("path",{d:"M12 4a3 3 0 0 1 3 3v4a3 3 0 0 1-6 0V7a3 3 0 0 1 3-3Z"}),(0,d.jsx)("path",{d:"M19 11a7 7 0 0 1-14 0"}),(0,d.jsx)("path",{d:"M12 18v3"}),(0,d.jsx)("path",{d:"M8 21h8"})]}),m=()=>(0,d.jsx)("svg",{"aria-hidden":"true",className:"voice-spinner h-4 w-4",fill:"none",stroke:"currentColor",strokeWidth:"2",viewBox:"0 0 24 24",children:(0,d.jsx)("path",{d:"M12 2a10 10 0 0 1 10 10",strokeLinecap:"round"})}),n=({className:a="h-4 w-4"})=>(0,d.jsx)("svg",{"aria-hidden":"true",className:a,fill:"currentColor",viewBox:"0 0 16 16",children:(0,d.jsx)("path",{d:"M4 4h8v8H4z"})}),o=()=>(0,d.jsx)("svg",{"aria-hidden":"true",className:"h-4 w-4",fill:"currentColor",viewBox:"0 0 16 16",children:(0,d.jsx)("path",{d:"M4 3.5v9l8-4.5-8-4.5Z"})}),p=()=>(0,d.jsxs)("svg",{"aria-hidden":"true",className:"h-4 w-4",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",viewBox:"0 0 24 24",children:[(0,d.jsx)("path",{d:"M20 11a8 8 0 1 0-2.34 5.66"}),(0,d.jsx)("path",{d:"M20 4v7h-7"})]}),q=()=>(0,d.jsxs)("svg",{"aria-hidden":"true",className:"h-4 w-4",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",viewBox:"0 0 24 24",children:[(0,d.jsx)("path",{d:"M4 7h16"}),(0,d.jsx)("path",{d:"M10 11v6"}),(0,d.jsx)("path",{d:"M14 11v6"}),(0,d.jsx)("path",{d:"M6 7l1 12h10l1-12"}),(0,d.jsx)("path",{d:"M9 7V4h6v3"})]});function r({voice:a}){return"transcribing"===a.voiceBusy?(0,d.jsx)(m,{}):a.recording?(0,d.jsx)(n,{}):(0,d.jsx)(l,{})}let s="border-[var(--color-status-error)] bg-[var(--color-status-error)]/12 text-[var(--color-status-error)]",t="border-0 bg-[var(--color-status-error)]/12 text-[var(--color-status-error)]",u="border-[var(--color-border-default)] bg-[var(--color-bg-elevated)] hover:bg-[var(--color-hover-overlay)] text-[var(--color-text-primary)]";function v({voice:a,className:b,borderless:c=!1}){if(!a.canUseVoice)return null;let e=a.recording||"transcribing"===a.voiceBusy,f=b??(c?"inline-flex h-7 w-7 items-center justify-center border-0 bg-transparent hover:bg-[var(--color-hover-overlay)] text-[var(--color-text-primary)]":`absolute right-2 top-2 inline-flex h-8 w-8 items-center justify-center border ${e?"":u}`),g=a.recording?"Stop voice recording":"Start voice recording";return(0,d.jsx)("button",{"aria-label":g,"aria-keyshortcuts":"Meta+.",className:`${f} transition ${e?c?t:s:""} disabled:cursor-not-allowed disabled:opacity-50`,disabled:"starting"===a.voiceBusy||"transcribing"===a.voiceBusy,onClick:a.toggleRecording,title:`${g} (${k.mn})`,type:"button",children:(0,d.jsx)(r,{voice:a})})}function w({ariaLabel:a,children:b,className:c,disabled:e=!1,onClick:f}){return(0,d.jsx)("button",{"aria-label":a,className:`${c} disabled:cursor-not-allowed disabled:opacity-50`,disabled:e,onClick:f,type:"button",children:b})}function x({voice:a,className:b,groupClassName:c,recordingActionGroupClassName:e,showRecordingCancel:g=!1,slotClassName:h,onRetrySend:i,borderless:j=!1}){let k=j?t:s,l=b?`${b} ${k}`:j?`inline-flex h-7 w-7 items-center justify-center ${k}`:"inline-flex h-8 w-8 items-center justify-center border border-[var(--color-status-error)] bg-[var(--color-status-error)]/12 text-[var(--color-status-error)] transition hover:bg-[var(--color-status-error)]/18";if(a.recording&&g){let c=(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)("div",{className:e??"absolute bottom-9 right-0 z-20 flex flex-col items-center gap-1",children:(0,d.jsx)(v,{className:b,borderless:j,voice:a})}),(0,d.jsx)(w,{ariaLabel:"Cancel voice recording",className:l,onClick:a.cancelRecording,children:(0,d.jsx)(f.U,{})})]});return h?(0,d.jsx)("div",{className:h,children:c}):(0,d.jsx)("div",{className:"relative inline-flex",children:c})}if(!a.hasRetainedTake){let c=(0,d.jsx)(v,{borderless:j,className:b,voice:a});return h?(0,d.jsx)("div",{className:h,children:c}):c}let n=a.recording||!!a.voiceBusy,r=(0,d.jsxs)("div",{className:c??"flex flex-col items-center gap-1",children:[(0,d.jsx)(w,{ariaLabel:a.retainedTakePlaying?"Stop failed voice playback":"Play failed voice recording",className:l,disabled:n,onClick:a.playRetainedTake,children:(0,d.jsx)(o,{})}),(0,d.jsx)(w,{ariaLabel:"Retry failed voice recording",className:l,disabled:n,onClick:()=>void a.retryRetainedTake(i),children:"transcribing"===a.voiceBusy?(0,d.jsx)(m,{}):(0,d.jsx)(p,{})}),(0,d.jsx)(w,{ariaLabel:"Discard failed voice recording",className:l,disabled:n,onClick:()=>void a.discardRetainedTake(),children:(0,d.jsx)(q,{})})]});return h?(0,d.jsx)("div",{className:h,children:r}):r}function y({voice:a}){return"starting"===a.voiceBusy?(0,d.jsx)(d.Fragment,{children:"Starting microphone..."}):"transcribing"===a.voiceBusy?(0,d.jsx)(d.Fragment,{children:"Transcribing audio..."}):a.recording?(0,d.jsxs)(d.Fragment,{children:["Recording... ",k.mn," to stop"]}):null}function z(a,b){return!b.canUseVoice||b.recording||b.voiceBusy?a:`${a} Voice ${k.mn}`}function A({voice:a,onInsert:b,onQueue:c,historyEntries:l=[],attachments:m=[],onAddFiles:n,onRemoveAttachment:o,onDismiss:p}){let q=(0,e.useRef)(null),r=m.length>0,s=()=>{p?.(),a.dismissModal()},t=()=>{if(r)return void a.confirmDraft(b,{allowEmpty:!0});a.confirmDraft(b)};return a.voiceModalOpen?(0,d.jsx)("div",{"aria-label":"Confirm voice input","aria-modal":"true",className:"fixed inset-0 z-50 flex items-center justify-center bg-[var(--color-modal-backdrop)] p-4",onKeyDown:b=>{if("Escape"===b.key){b.preventDefault(),s();return}if((0,k.tF)(b)){b.preventDefault(),a.toggleRecording();return}(0,k.rU)(b)&&(b.preventDefault(),t())},role:"dialog",children:(0,d.jsxs)("div",{className:"w-full max-w-2xl border border-[var(--color-border-default)] bg-[var(--color-bg-base)]",children:[(0,d.jsxs)("div",{className:"flex items-center justify-between border-b border-[var(--color-border-default)] px-4 py-2",children:[(0,d.jsx)("span",{className:"font-bold uppercase text-[var(--color-text-primary)]",children:"Confirm voice input"}),(0,d.jsx)("button",{"aria-label":"Close voice draft",className:"text-[var(--color-text-tertiary)] hover:text-[var(--color-text-primary)]",onClick:s,title:"Close voice draft",type:"button",children:"✕"})]}),(0,d.jsxs)("div",{className:"space-y-3 px-4 py-4",children:[(0,d.jsx)("p",{className:"text-[var(--color-text-secondary)]",children:"Review the draft before inserting it."}),(0,d.jsxs)("div",{className:"relative",children:[(0,d.jsx)("textarea",{className:`min-h-40 w-full resize-y ${i.s} pb-14 ${n?"pr-[6rem]":"pr-[3.25rem]"}`,onChange:b=>a.setVoiceDraft(b.target.value),onDragOver:a=>{n&&a.preventDefault()},onDrop:a=>{n&&(a.preventDefault(),n((0,j.A4)(a.dataTransfer)))},onPaste:a=>{if(!n)return;let b=(0,j.A4)(a.clipboardData);0!==b.length&&(a.preventDefault(),n(b))},placeholder:z("Review the transcription before inserting...",a),ref:q,value:a.voiceDraft}),a.voiceDraft.length>0?(0,d.jsx)("button",{"aria-label":"Clear voice draft",className:`${h.aY} absolute right-2 top-2`,onClick:()=>{a.setVoiceDraft(""),q.current?.focus()},title:"Clear voice draft",type:"button",children:(0,d.jsx)(f.U,{})}):null,(0,d.jsxs)("div",{className:"pointer-events-none absolute inset-x-2 bottom-2 flex items-end justify-between gap-2",children:[(0,d.jsx)("div",{className:"pointer-events-auto flex min-w-0 max-w-[calc(100%-6rem)] gap-1.5 overflow-x-auto",children:(0,d.jsx)(h.WE,{attachments:m,onRemoveAttachment:o??(()=>{})})}),(0,d.jsxs)("div",{className:"pointer-events-auto flex items-center gap-1.5",children:[n?(0,d.jsx)(h.N0,{onAddFiles:n}):null,(0,d.jsx)(x,{className:`${n?h.aY:"inline-flex h-8 w-8 items-center justify-center border"} ${a.recording||"transcribing"===a.voiceBusy?"":u}`,groupClassName:"absolute bottom-0 right-0 z-10 flex flex-col items-center gap-1.5",onRetrySend:b,recordingActionGroupClassName:"absolute bottom-9 right-0 z-10 flex flex-col items-center gap-1.5",showRecordingCancel:!0,slotClassName:"relative inline-flex h-8 w-8 items-end justify-end",voice:a})]})]})]}),(a.recording||a.voiceBusy)&&(0,d.jsx)("p",{className:"text-xs text-[var(--color-text-tertiary)]",children:(0,d.jsx)(y,{voice:a})}),a.voiceError?(0,d.jsx)("div",{className:"border border-[var(--color-chip-error-border)] bg-[var(--color-chip-error-bg)] px-2.5 py-1.5 text-[var(--color-chip-error-text)]",children:a.voiceError}):null,(0,d.jsxs)("div",{className:"flex items-center justify-end gap-2",children:[(0,d.jsx)(g.$,{entries:l,onSelect:a.setVoiceDraft}),(0,d.jsx)("button",{className:"border border-[var(--color-border-strong)] px-3 py-1.5 font-bold uppercase text-[var(--color-text-primary)] transition hover:bg-[var(--color-hover-overlay)]",onClick:s,type:"button",children:"Cancel"}),c?(0,d.jsx)("button",{"aria-label":"Add to queue",className:"inline-flex items-center border border-[var(--color-border-strong)] px-3 py-1.5 font-bold uppercase text-[var(--color-text-primary)] transition hover:bg-[var(--color-hover-overlay)] disabled:opacity-50",disabled:!a.voiceDraft.trim()&&!r||a.recording||!!a.voiceBusy,onClick:()=>{if(c){if(r)return void a.confirmDraft(c,{allowEmpty:!0});a.confirmDraft(c)}},type:"button",children:"Queue"}):null,(0,d.jsxs)("button",{className:"inline-flex items-center gap-2 bg-[var(--color-accent)] px-3 py-1.5 font-bold uppercase text-[var(--color-text-inverse)] transition hover:bg-[var(--color-accent-hover)] disabled:opacity-50",disabled:!a.voiceDraft.trim()&&!r||a.recording||!!a.voiceBusy,onClick:t,type:"button",children:[(0,d.jsx)("span",{children:"Insert"}),(0,d.jsx)("span",{"aria-hidden":"true",className:"whitespace-nowrap font-mono text-[10px] font-medium normal-case tracking-normal text-[var(--color-text-inverse)]/72",children:k.C9})]})]})]})]})}):null}},74191:(a,b,c)=>{"use strict";c.d(b,{s:()=>D});var d=c(22216),e=c(43225),f=c(35867),g=c(47894),h=c(59172),i=c(73867);c(45473);var j=c(60709);function k(a){return String.fromCharCode(a.toUpperCase().charCodeAt(0)-64)}function l(a,b,c,d,e){return{id:a,label:b,shortcut:c,sequence:d,detail:e}}function m(a,b,c){return{id:a,label:b,detail:c,sequence:b,submit:!0}}let n=[l("escape","Esc","Esc","\x1b","Back out of the current terminal state"),l("switch-mode","Switch mode","Shift+Tab","\x1b[Z","Switch the current work mode")],o=l("tab","Tab","Tab"," ","Send a Tab key"),p=[l("interrupt","Interrupt / Exit","Ctrl+C",k("C"),"Stop the current run or clear the input"),l("history","History search","Ctrl+R",k("R"),"Search previous prompts"),m("compact","/compact","Summarize chat and free context"),m("clear","/clear","Start a fresh Claude chat"),m("config","/config","Open Claude settings"),m("review","/review","Run Claude review flow"),m("status","/status","Show current session status")],q={claude:[...n,o,...p],codex:[...n,l("mention","Start file picker","@","@","Open the @ mention picker"),l("queue","Queue follow-up","Tab"," ","Queue the current draft while Codex runs"),l("clear-screen","Clear screen","Ctrl+L",k("L"),"Clear the terminal view"),l("interrupt","Interrupt / Exit","Ctrl+C",k("C"),"Stop the current run or exit"),m("compact","/compact","Summarize the visible chat"),m("clear","/clear","Clear Codex terminal chat"),m("copy","/copy","Copy the latest completed output"),m("status","/status","Show session details and IDs"),m("plan","/plan","Switch to plan mode"),m("permissions","/permissions","Change approvals in-session")],cursor:[l("slash","Slash","/","/","Start a slash command"),l("escape","Esc","Esc","\x1b","Back out of the current terminal state"),l("history","History search","Ctrl+R",k("R"),"Search previous prompts"),l("clear-screen","Clear screen","Ctrl+L",k("L"),"Clear the terminal view"),l("interrupt","Interrupt / Exit","Ctrl+C",k("C"),"Stop the current run or exit"),o]};var r=c(2458),s=c(33693);function t({activity:a,error:b,wsStatus:c}){let e=function(a,b,c){if("connecting"===a)return{activity:b,colorVar:"var(--color-status-attention)",pulse:!0,title:"Connecting…",wsStatus:a};if("reconnecting"===a)return{activity:b,colorVar:"var(--color-status-attention)",pulse:!0,title:c??"Reconnecting…",wsStatus:a};if("error"===a)return{activity:b,colorVar:"var(--color-status-error)",pulse:!1,title:c??"Error",wsStatus:a};switch(b){case"working":return{activity:b,colorVar:"var(--color-status-working)",pulse:!0,title:"working",wsStatus:a};case"waiting":return{activity:b,colorVar:"var(--color-status-attention)",pulse:!1,title:"waiting",wsStatus:a};case"needs_input":return{activity:b,colorVar:"var(--color-status-error)",pulse:!1,title:"needs input",wsStatus:a};case"rate_limited":return{activity:b,colorVar:"var(--color-status-attention)",pulse:!1,title:"rate limited",wsStatus:a};case"error":return{activity:b,colorVar:"var(--color-status-error)",pulse:!1,title:"error",wsStatus:a};case"stopped":return{activity:b,colorVar:"var(--color-text-tertiary)",pulse:!1,title:"stopped",wsStatus:a};case"killed":return{activity:b,colorVar:"var(--color-text-tertiary)",pulse:!1,title:"killed",wsStatus:a};default:return{activity:b,colorVar:"var(--color-status-ready)",pulse:!1,title:"connected",wsStatus:a}}}(c,a,b??null);return(0,d.jsx)("div",{className:(0,j.cn)("h-2 w-2 shrink-0 rounded-full",e.pulse&&"dot-pulse"),"data-activity":a??void 0,"data-testid":"direct-terminal-header-status-dot","data-ws-status":c,style:{background:e.colorVar},title:e.title})}let u=[{label:"Arrow Left",iconPath:"M15 19l-7-7 7-7",sequence:"\x1b[D"},{label:"Arrow Up",iconPath:"M5 15l7-7 7 7",sequence:"\x1b[A"},{label:"Arrow Down",iconPath:"M19 9l-7 7-7-7",sequence:"\x1b[B"},{label:"Arrow Right",iconPath:"M9 5l7 7-7 7",sequence:"\x1b[C"}];function v(){return(0,d.jsxs)("svg",{"aria-hidden":"true",className:"h-4 w-4",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",viewBox:"0 0 24 24",children:[(0,d.jsx)("path",{d:"M4 20h4l10-10-4-4L4 16v4z"}),(0,d.jsx)("path",{d:"M14 6l4 4"})]})}function w(){return(0,d.jsx)("svg",{"aria-hidden":"true",className:"h-4 w-4",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",viewBox:"0 0 24 24",children:(0,d.jsx)("path",{d:"M6 6l12 12M18 6 6 18"})})}function x(){return(0,d.jsxs)("svg",{"aria-hidden":"true",className:"h-4 w-4",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",viewBox:"0 0 24 24",children:[(0,d.jsx)("path",{d:"M5 7h8"}),(0,d.jsx)("path",{d:"M5 12h8"}),(0,d.jsx)("path",{d:"M5 17h5"}),(0,d.jsx)("path",{d:"M17 9v8"}),(0,d.jsx)("path",{d:"M14 14l3 3 3-3"})]})}function y({path:a}){return(0,d.jsx)("svg",{"aria-hidden":"true",className:"h-4 w-4",fill:"none",stroke:"currentColor",strokeWidth:"1.5",viewBox:"0 0 24 24",children:(0,d.jsx)("path",{d:a,strokeLinecap:"round",strokeLinejoin:"round"})})}function z(){return(0,d.jsxs)("svg",{"aria-hidden":"true",className:"h-4 w-4",fill:"none",stroke:"currentColor",strokeWidth:"1.5",viewBox:"0 0 24 24",children:[(0,d.jsx)("path",{d:"M12 5v14",strokeLinecap:"round",strokeLinejoin:"round"}),(0,d.jsx)("path",{d:"M5 12h14",strokeLinecap:"round",strokeLinejoin:"round"}),(0,d.jsx)("path",{d:"M8 9l4-4 4 4",strokeLinecap:"round",strokeLinejoin:"round"}),(0,d.jsx)("path",{d:"M8 15l4 4 4-4",strokeLinecap:"round",strokeLinejoin:"round"}),(0,d.jsx)("path",{d:"M9 8l-4 4 4 4",strokeLinecap:"round",strokeLinejoin:"round"}),(0,d.jsx)("path",{d:"M15 8l4 4-4 4",strokeLinecap:"round",strokeLinejoin:"round"})]})}function A(a){return[`\x1b[200~${a}\x1b[201~`,"\r"]}function B({sessionId:a,apiSessionId:b,agentInputEnabled:c=!0,agent:k="claude",activity:l,title:m,onClose:n}){let o=(0,e.useRef)(null),p=(0,e.useRef)(null),B=(0,e.useRef)(null),C=(0,e.useRef)(null),D=(0,e.useRef)(0),E=(0,e.useRef)(null),F=q[k],[G,H]=(0,e.useState)("connecting"),[I,J]=(0,e.useState)(!1),[K,L]=(0,e.useState)(!1),[M,N]=(0,e.useState)(null),[O,P]=(0,e.useState)(null),[Q,R]=(0,e.useState)([]),S=b??a,T=(0,e.useCallback)(a=>C.current?.readyState===WebSocket.OPEN&&(C.current.send(a),!0),[]),U=(0,e.useCallback)(a=>{null!==a.ackTimer&&(window.clearTimeout(a.ackTimer),a.ackTimer=null),null!==a.retryTimer&&(window.clearTimeout(a.retryTimer),a.retryTimer=null)},[]),V=(0,e.useCallback)((a,b)=>{U(a),E.current?.id===a.id&&(E.current=null),a.reject(Error(b))},[U]),W=(0,e.useCallback)(a=>{let b=`${Date.now()}-${D.current++}`;return new Promise((c,d)=>{if(E.current)return void d(Error("Failed to insert transcription"));let e={attempts:0,data:a,id:b,ackTimer:null,retryTimer:null,resolve:c,reject:d},f=()=>{if(e.attempts+=1,e.attempts>4)return void V(e,"Failed to insert transcription");let a=C.current;if(!a||a.readyState===WebSocket.CLOSED||a.readyState===WebSocket.CLOSING)return void V(e,"Failed to insert transcription");if(a.readyState!==WebSocket.OPEN){e.retryTimer=window.setTimeout(f,200);return}a.send(JSON.stringify({type:"input",id:e.id,data:e.data})),e.ackTimer=window.setTimeout(()=>{e.retryTimer=window.setTimeout(f,200)},600)};E.current=e,f()})},[V]),X=(0,h.C)({contextKey:`terminal:${a}`}),Y=(0,g.u)("spur:input-history:terminal-draft"),Z=(0,e.useCallback)(a=>{(0,s.kQ)(a).then(a=>{0!==a.length&&R(b=>[...b,...a])}).catch(()=>{})},[]),$=(0,e.useCallback)(async(a,b,c)=>{let d=(0,s.ZM)(b),e=a.trim();if(!e&&0===d.length)return;let f={message:e,queue:c.queue};d.length>0&&(f.attachments=d),void 0!==c.interrupt&&(f.interrupt=c.interrupt);let g=await fetch(`/api/sessions/${encodeURIComponent(S)}/send`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(f)});if(!g.ok)throw Error((await g.json().catch(()=>({}))).error??"Failed to send session message");P(null)},[S]),_=(0,e.useCallback)(a=>{c&&(0,s.kQ)(a).then(a=>{0!==a.length&&(R(b=>[...b,...a]),X.openDraft(X.voiceModalOpen?X.voiceDraft:""))}).catch(()=>{})},[c,X]),aa=(0,e.useCallback)(a=>{if(!c)return;let b=(0,s.A4)(a.clipboardData);0!==b.length&&(a.preventDefault(),_(b))},[c,_]),ab=(0,e.useCallback)(async a=>{if(Q.length>0){await $(a,Q,{queue:!1,interrupt:!0}),R([]),a.trim()&&Y.saveEntry(a);return}let b=C.current;if(!b||b.readyState===WebSocket.CLOSING||b.readyState===WebSocket.CLOSED)throw Error("Failed to insert transcription");for(let b of(N(null),P(null),A(a)))await W(b);Y.saveEntry(a)},[Y,$,W,Q]),ac=(0,e.useCallback)(async a=>{await $(a,Q,{queue:!0}),R([]),a.trim()&&Y.saveEntry(a)},[Y,$,Q]),ad=(0,e.useCallback)(async a=>{try{if(a.submit){for(let b of(P(null),A(a.sequence)))await W(b);return}T(a.sequence)}catch(a){P(a instanceof Error?a.message:"Failed to insert transcription")}},[T,W]),ae=(0,e.useCallback)(async a=>{try{for(let b of(P(null),A(a)))await W(b)}catch(a){P(a instanceof Error?a.message:"Failed to insert transcription")}},[W]),af="flex h-8 items-center justify-center border border-[var(--color-border-strong)] px-2 font-bold uppercase text-[var(--color-text-secondary)] transition hover:border-[var(--color-accent)] hover:text-[var(--color-accent)] active:bg-[var(--color-hover-overlay)] sm:px-3",ag="flex h-8 w-8 items-center justify-center border border-[var(--color-border-strong)] text-[var(--color-text-secondary)] transition hover:border-[var(--color-accent)] hover:text-[var(--color-accent)] active:bg-[var(--color-hover-overlay)] sm:w-10",ah=(0,j.cn)(ag,"bg-[var(--color-bg-base)]"),ai=(0,j.cn)(ah,"border-[var(--color-status-error)] text-[var(--color-status-error)]"),aj="border-[var(--color-status-error)] bg-[var(--color-status-error)]/12 text-[var(--color-status-error)]";return(0,d.jsxs)("div",{className:"flex h-full min-h-0 flex-col overflow-hidden border border-[var(--color-border-default)] bg-[var(--color-terminal-bg)]",children:[(0,d.jsxs)("div",{className:"flex items-center gap-2 border-b border-[var(--color-border-subtle)] bg-[var(--color-bg-elevated)] px-3 py-2","data-testid":"direct-terminal-header",children:[(0,d.jsx)(t,{activity:l,error:M,wsStatus:G}),m?(0,d.jsx)("div",{className:"min-w-0 flex-1 overflow-hidden whitespace-normal text-[10px] leading-4 text-[var(--color-text-secondary)] [display:-webkit-box] [-webkit-box-orient:vertical] [-webkit-line-clamp:2] [overflow-wrap:anywhere]","data-testid":"direct-terminal-header-title",title:m,children:m}):null,n?(0,d.jsx)("button",{"aria-label":"Close terminal",className:(0,j.cn)("inline-flex h-7 w-7 shrink-0 items-center justify-center text-[var(--color-text-secondary)] transition hover:bg-[var(--color-hover-overlay)] hover:text-[var(--color-text-primary)]",!m&&"ml-auto"),onClick:n,type:"button",children:(0,d.jsx)("svg",{"aria-hidden":"true",className:"h-4 w-4",fill:"none",stroke:"currentColor",strokeWidth:"2",viewBox:"0 0 24 24",children:(0,d.jsx)("path",{d:"M6 6l12 12M18 6L6 18"})})}):null]}),(0,d.jsx)("div",{className:"min-h-0 flex-1 p-1.5","data-testid":"direct-terminal-surface",onPasteCapture:aa,children:(0,d.jsx)("div",{ref:o,className:"h-full min-h-0"})}),X.voiceError??O?(0,d.jsx)("div",{className:"border-t border-[var(--color-chip-error-border)] bg-[var(--color-chip-error-bg)] px-3 py-2 text-[var(--color-chip-error-text)]",children:X.voiceError??O}):null,(0,d.jsx)("div",{className:"shrink-0 border-t border-[var(--color-border-default)] bg-[var(--color-bg-base)] px-2 py-1.5",children:(0,d.jsxs)("div",{className:"flex flex-wrap items-center gap-1 sm:flex-nowrap",children:[(0,d.jsxs)("div",{className:"relative",ref:p,children:[(0,d.jsx)("button",{"aria-expanded":I,"aria-haspopup":"menu","aria-label":`Open ${k} shortcuts`,className:(0,j.cn)(af,"w-8 px-0 text-sm sm:w-10"),onClick:()=>J(a=>!a),type:"button",children:"..."}),I?(0,d.jsxs)("div",{"aria-label":`${k} shortcuts`,className:"absolute bottom-9 left-0 z-20 flex max-h-72 min-w-[18rem] flex-col overflow-y-auto border border-[var(--color-border-strong)] bg-[var(--color-bg-base)] p-1 shadow-[0_8px_30px_var(--color-shadow-menu)]",role:"menu",children:[(0,d.jsx)("div",{className:"border-b border-[var(--color-border-subtle)] px-2 py-1.5 text-[10px] font-bold uppercase tracking-[0.12em] text-[var(--color-text-tertiary)]",children:(0,r.F)(k)}),F.map(a=>(0,d.jsxs)("button",{className:"grid w-full grid-cols-[1fr_auto] gap-x-3 border-b border-[var(--color-border-subtle)] px-2 py-2 text-left transition last:border-b-0 hover:bg-[var(--color-hover-overlay)]",onClick:()=>{ad(a),J(!1)},role:"menuitem",type:"button",children:[(0,d.jsxs)("span",{className:"min-w-0",children:[(0,d.jsx)("span",{className:"block truncate font-bold uppercase text-[var(--color-text-primary)]",children:a.label}),(0,d.jsx)("span",{className:"block text-[10px] text-[var(--color-text-secondary)]",children:a.detail})]}),a.shortcut?(0,d.jsx)("span",{className:"self-start font-mono text-[10px] uppercase tracking-[0.08em] text-[var(--color-accent)]",children:a.shortcut}):null]},a.id))]}):null]}),(0,d.jsx)(f.t,{buttonClassName:(0,j.cn)(af,"text-[10px] tracking-[0.1em]"),endpoint:c?`/api/sessions/${encodeURIComponent(S)}/slash-commands`:null,onSelect:a=>void ae(a.insertText)}),(0,d.jsx)("button",{className:(0,j.cn)(af,"font-mono text-[10px] tracking-[0.1em]"),onClick:()=>T("\r"),type:"button",children:"Enter"}),(0,d.jsxs)("div",{className:"relative ml-auto",ref:B,children:[(0,d.jsx)("button",{"aria-expanded":K,"aria-haspopup":"menu","aria-label":"Open arrow controls",className:ag,onClick:()=>L(a=>!a),type:"button",children:(0,d.jsx)(z,{})}),K?(0,d.jsx)("div",{"aria-label":"Arrow controls",className:"absolute bottom-9 right-0 z-20 flex flex-col items-end gap-1",role:"menu",children:u.map(a=>(0,d.jsx)("button",{"aria-label":a.label,className:ah,onClick:()=>T(a.sequence),role:"menuitem",type:"button",children:(0,d.jsx)(y,{path:a.iconPath})},a.label))}):null]}),(0,d.jsxs)("div",{className:"relative ml-2",children:[X.recording&&!X.voiceModalOpen?(0,d.jsxs)("div",{className:"absolute bottom-9 right-0 z-20 flex flex-col items-end gap-1",children:[(0,d.jsx)("button",{"aria-label":"Edit voice transcript",className:ai,onClick:X.toggleRecording,type:"button",children:(0,d.jsx)(v,{})}),(0,d.jsx)("button",{"aria-label":"Send voice to queue",className:ai,onClick:()=>X.stopAndSend(ac),type:"button",children:(0,d.jsx)(x,{})}),(0,d.jsx)("button",{"aria-label":"Stop and send voice","aria-keyshortcuts":"Meta+.",className:ai,onClick:()=>X.stopAndSend(ab),title:"Stop and send voice",type:"button",children:(0,d.jsx)(i.Jr,{})})]}):null,X.recording&&!X.voiceModalOpen?(0,d.jsx)("button",{"aria-label":"Cancel voice recording","aria-keyshortcuts":"Meta+.",className:(0,j.cn)(ag,aj),onClick:()=>{R([]),X.cancelRecording()},title:"Cancel voice recording",type:"button",children:(0,d.jsx)(w,{})}):X.recording&&X.voiceModalOpen?null:(0,d.jsx)(i.lv,{voice:X,className:(0,j.cn)(ag,"transcribing"===X.voiceBusy&&aj),groupClassName:"absolute bottom-0 right-0 z-20 flex flex-col items-end gap-1",onRetrySend:ab,slotClassName:"relative h-8 w-8 sm:w-10"})]})]})}),(0,d.jsx)(i.AF,{attachments:Q,historyEntries:Y.entries,onAddFiles:c?Z:void 0,onDismiss:()=>R([]),onInsert:ab,onQueue:ac,onRemoveAttachment:a=>R(b=>b.filter((b,c)=>c!==a)),voice:X})]})}var C=c(6303);function D({session:a,onClose:b,tmuxSessionOverride:c,titleSuffix:e}){return(0,d.jsx)("div",{"aria-label":`Terminal ${a.id}`,"aria-modal":"true",className:"fixed inset-0 z-[90] overflow-hidden bg-[var(--color-modal-backdrop)] p-2 backdrop-blur-sm sm:p-3",role:"dialog",children:(0,d.jsx)(B,{activity:a.state,agentInputEnabled:!c,agent:a.agent,apiSessionId:a.id,onClose:b,sessionId:c??a.tmuxSession??a.id,title:function(a,b){var c;let d=(c=b,c?.trim()||void 0),e=(0,C.Pn)(a);return e?d?`${e} • ${d}`:e:`${a.projectName} • ${d??a.agent}`}(a,e)})})}},81598:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,21430,23)),Promise.resolve().then(c.t.bind(c,57985,23)),Promise.resolve().then(c.t.bind(c,43865,23)),Promise.resolve().then(c.t.bind(c,72160,23)),Promise.resolve().then(c.t.bind(c,66272,23)),Promise.resolve().then(c.t.bind(c,89396,23)),Promise.resolve().then(c.t.bind(c,46020,23)),Promise.resolve().then(c.t.bind(c,44693,23)),Promise.resolve().then(c.t.bind(c,36,23))},82050:(a,b,c)=>{Promise.resolve().then(c.bind(c,60420))},82217:(a,b,c)=>{"use strict";c.d(b,{U:()=>e});var d=c(22216);function e({className:a="h-2.5 w-2.5",strokeWidth:b=1.5}){return(0,d.jsx)("svg",{"aria-hidden":"true",className:a,fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeWidth:b,viewBox:"0 0 16 16",children:(0,d.jsx)("path",{d:"M3 3 13 13M13 3 3 13"})})}},90023:(a,b,c)=>{"use strict";c.d(b,{S:()=>d});let d="#0d0d0e"},92397:(a,b,c)=>{"use strict";c.d(b,{np:()=>v,QW:()=>o,Nb:()=>s,xD:()=>t,cJ:()=>u,i9:()=>r,iX:()=>q,Bj:()=>l,do:()=>i,JN:()=>n,Gl:()=>j,tS:()=>k,om:()=>m});var d=c(22216),e=c(43225);let f={draft:"var(--color-text-tertiary)",open:"var(--color-status-ready)",merged:"var(--color-accent-violet)",closed:"var(--color-status-error)"},g={state:null,reviewDecision:null,ciStatus:null,canMerge:!1,totalThreads:0,unresolvedThreads:0},h=new Map;function i(a){return"github-pr"===a||"pr"===a||"gitlab-pr"===a}function j(a,b){h.set(a,{data:b,fetchedAt:Date.now()})}function k(a){try{let b=new URL(a);if(/github\.com$/i.test(b.hostname)&&/\/pull\/\d+/.test(b.pathname))return"github";if(/\/merge_requests\/\d+/.test(b.pathname))return"gitlab";return null}catch{return null}}function l(a){let b=a.url;if(i(a.label)){let a=b.match(/\/pull\/(\d+)/);if(a)return`#${a[1]}`;let c=b.match(/\/merge_requests\/(\d+)/);return c?`!${c[1]}`:"PR"}if("tracker"===a.label){let a=b.match(/\/browse\/([A-Z]+-\d+)/)??b.match(/([A-Z]+-\d+)/);return a?a[1]:"task"}return a.label}function m(a){let[b,c]=(0,e.useState)(()=>a?function(a){let b=h.get(a);return b?b.data:g}(a):g);return b}function n(a){return a?f[a]:void 0}function o({status:a}){return a?"success"===a?(0,d.jsx)("svg",{"aria-label":"CI passing",role:"img",className:"h-3 w-3",viewBox:"0 0 24 24",fill:"none",stroke:"var(--color-status-ready)",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round",children:(0,d.jsx)("path",{d:"M20 6 9 17l-5-5"})}):"failure"===a?(0,d.jsx)("svg",{"aria-label":"CI failing",role:"img",className:"h-3 w-3",viewBox:"0 0 24 24",fill:"none",stroke:"var(--color-status-error)",strokeWidth:"2.5",strokeLinecap:"round",children:(0,d.jsx)("path",{d:"M18 6 6 18M6 6l12 12"})}):(0,d.jsxs)("svg",{"aria-label":"CI pending",role:"img",className:"h-3 w-3",viewBox:"0 0 24 24",fill:"none",stroke:"var(--color-status-attention)",strokeWidth:"2.5",strokeLinecap:"round",children:[(0,d.jsx)("circle",{cx:"12",cy:"12",r:"10",strokeWidth:"2"}),(0,d.jsx)("path",{d:"M12 6v6l4 2"})]}):null}function p({className:a,reviewColor:b,title:c}){let e=(a,b,c)=>(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)("path",{d:a,stroke:"var(--color-bg-base)",strokeWidth:c+1.25}),(0,d.jsx)("path",{d:a,stroke:b,strokeWidth:c})]});return(0,d.jsx)("span",{"aria-label":c,className:`inline-flex shrink-0 ${a??""}`.trim(),role:"img",title:c,children:(0,d.jsxs)("svg",{"aria-hidden":"true",className:"h-3.5 w-[1.15rem]",viewBox:"0 0 24 18",fill:"none",strokeLinecap:"round",strokeLinejoin:"round",children:[e("M8.75 9.5 11.9 12.65 17.65 5.9",b,2.15),e("M2.75 9.5 5.9 12.65 11.65 5.9","var(--color-status-ready)",2.15)]})})}function q({decision:a,className:b}){return"approved"===a?(0,d.jsx)("span",{className:b,"data-pr-review-decision":"approved",children:(0,d.jsx)(p,{reviewColor:"var(--color-status-ready)",title:"Approved"})}):(0,d.jsx)("span",{className:b,"data-pr-review-decision":"changes_requested",children:(0,d.jsx)(p,{reviewColor:"var(--color-status-error)",title:"Changes requested"})})}function r({total:a,unresolved:b}){if(a<=0)return null;let c=b>0,e=c?`${b}/${a}`:`${a}`,f=c?`${b} unresolved of ${a} thread${1===a?"":"s"}`:`${a} resolved thread${1===a?"":"s"}`;return(0,d.jsxs)("span",{className:`inline-flex items-center gap-0.5 text-[10px] font-bold ${c?"text-[var(--color-status-attention)]":"text-[var(--color-text-tertiary)]"}`,title:f,children:[(0,d.jsx)("svg",{className:"h-2.5 w-2.5 shrink-0",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:(0,d.jsx)("path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"})}),e]})}function s(){return(0,d.jsx)("svg",{className:"h-3 w-3",viewBox:"0 0 16 16",fill:"currentColor",children:(0,d.jsx)("path",{d:"M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0 0 16 8c0-4.42-3.58-8-8-8z"})})}function t(){return(0,d.jsxs)("svg",{className:"h-3 w-3",viewBox:"0 0 16 16",fill:"currentColor",children:[(0,d.jsx)("path",{d:"M8.001 15.15 10.945 6.09h-5.89L8 15.15Z"}),(0,d.jsx)("path",{d:"M8.001 15.15 5.055 6.09H.925l7.076 9.06Z"}),(0,d.jsx)("path",{d:"m.925 6.09-.895 2.755a.611.611 0 0 0 .221.683l7.75 5.622L.925 6.09Z"}),(0,d.jsx)("path",{d:"M.925 6.09h4.13L3.28.633a.306.306 0 0 0-.581 0L.925 6.09Z"}),(0,d.jsx)("path",{d:"M8.001 15.15 10.945 6.09h4.13L8 15.15Z"}),(0,d.jsx)("path",{d:"m15.075 6.09.895 2.755a.611.611 0 0 1-.221.683l-7.75 5.622 7.076-9.06Z"}),(0,d.jsx)("path",{d:"M15.075 6.09h-4.13L12.72.633a.306.306 0 0 1 .581 0l1.774 5.457Z"})]})}function u(){return(0,d.jsx)("svg",{className:"h-3 w-3",viewBox:"0 0 24 24",fill:"currentColor",children:(0,d.jsx)("path",{d:"M11.53 2c0 2.4 1.97 4.35 4.35 4.35h1.78v1.7c0 2.4 1.94 4.34 4.34 4.35V2.84a.84.84 0 0 0-.84-.84H11.53zM6.77 6.8a4.362 4.362 0 0 0 4.34 4.34h1.8v1.72a4.362 4.362 0 0 0 4.34 4.34V7.63a.84.84 0 0 0-.84-.84H6.77zM2 11.6a4.362 4.362 0 0 0 4.34 4.34h1.8v1.72A4.362 4.362 0 0 0 12.48 22V12.44a.84.84 0 0 0-.84-.84H2z"})})}function v(){return(0,d.jsx)("svg",{className:"h-3 w-3",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round",children:(0,d.jsx)("path",{d:"M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.5.5 0 0 1-.96 0L9.24 3.18a.5.5 0 0 0-.96 0l-2.35 8.36A2 2 0 0 1 4 13H2"})})}},95846:(a,b,c)=>{"use strict";c.d(b,{N0:()=>k,WE:()=>j,aY:()=>i});var d=c(22216),e=c(43225),f=c(82217);function g(){return(0,d.jsx)("svg",{"aria-hidden":"true",className:"h-4 w-4",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",viewBox:"0 0 24 24",children:(0,d.jsx)("path",{d:"M3 7a2 2 0 0 1 2-2h4l2 2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"})})}function h(){return(0,d.jsxs)("svg",{"aria-hidden":"true",className:"h-4 w-4",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",viewBox:"0 0 24 24",children:[(0,d.jsx)("path",{d:"M14 3H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"}),(0,d.jsx)("path",{d:"M14 3v6h6"})]})}let i="inline-flex h-8 w-8 items-center justify-center border border-[var(--color-border-default)] bg-[var(--color-bg-elevated)] text-[var(--color-text-primary)] transition hover:bg-[var(--color-hover-overlay)]";function j({attachments:a,onRemoveAttachment:b}){return(0,d.jsx)(d.Fragment,{children:a.map((a,c)=>{var e;return a.file.type.startsWith("image/")?(0,d.jsxs)("div",{className:"relative h-12 w-12 shrink-0 border border-[var(--color-border-default)] bg-[var(--color-bg-base)]",title:a.file.name,children:[(0,d.jsx)("img",{alt:a.file.name,className:"h-full w-full object-cover",src:a.preview}),(0,d.jsx)("button",{"aria-label":`Remove ${a.file.name}`,className:"absolute right-0 top-0 inline-flex h-8 w-8 items-center justify-center border-b border-l border-[var(--color-border-default)] bg-[var(--color-bg-base)] text-[var(--color-text-primary)] transition hover:bg-[var(--color-hover-overlay)]",onClick:()=>b(c),type:"button",children:(0,d.jsx)(f.U,{})})]},`${a.file.name}-${c}`):(0,d.jsxs)("div",{className:"relative inline-flex h-12 max-w-[12rem] shrink-0 items-center gap-2 border border-[var(--color-border-default)] bg-[var(--color-bg-elevated)] px-2 pr-8 text-[var(--color-text-primary)]",title:a.file.name,children:[(0,d.jsx)("span",{className:"shrink-0",children:(0,d.jsx)(h,{})}),(0,d.jsxs)("div",{className:"flex min-w-0 flex-col",children:[(0,d.jsx)("span",{className:"truncate leading-tight",children:a.file.name}),(0,d.jsx)("span",{className:"text-[10px] leading-tight text-[var(--color-text-secondary)]",children:(e=a.file.size)>=1048576?`${(e/1048576).toFixed(1)} MB`:e>=1024?`${Math.round(e/1024)} KB`:`${e} B`})]}),(0,d.jsx)("button",{"aria-label":`Remove ${a.file.name}`,className:"absolute right-1 top-1 inline-flex h-5 w-5 items-center justify-center border border-[var(--color-border-default)] bg-[var(--color-bg-base)] text-[var(--color-text-primary)] transition hover:bg-[var(--color-hover-overlay)]",onClick:()=>b(c),type:"button",children:(0,d.jsx)(f.U,{})})]},`${a.file.name}-${c}`)})})}function k({className:a=i,onAddFiles:b}){let c=(0,e.useRef)(null);return(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)("input",{className:"hidden",multiple:!0,onChange:a=>{b(a.target.files),a.target.value=""},ref:c,type:"file"}),(0,d.jsx)("button",{"aria-label":"Attach file",className:a,onClick:()=>c.current?.click(),type:"button",children:(0,d.jsx)(g,{})})]})}},97e3:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>k,metadata:()=>j,viewport:()=>i});var d=c(66934),e=c(2),f=c.n(e),g=c(90023),h=c(99394);c(251);let i={width:"device-width",initialScale:1,viewportFit:"cover",themeColor:g.S},j={title:"Spur",description:"Spur dashboard UI",manifest:"/manifest.webmanifest",applicationName:"Spur",appleWebApp:{capable:!0,title:"Spur",statusBarStyle:"black-translucent"},icons:{icon:[{url:"/icon-192"},{url:"/icon-512"}],apple:[{url:"/apple-icon"}]}};function k({children:a}){return(0,d.jsx)("html",{lang:"en",suppressHydrationWarning:!0,className:`dark ${f().variable}`,children:(0,d.jsx)("body",{suppressHydrationWarning:!0,className:"antialiased",children:(0,d.jsx)(h.default,{children:a})})})}},97406:(a,b,c)=>{"use strict";function d(a,b,c){if(!a)return void c(b);let d=a.selectionStart??a.value.length,e=a.selectionEnd??a.value.length;c(`${a.value.slice(0,d)}${b}${a.value.slice(e)}`),queueMicrotask(()=>{a.focus();let c=d+b.length;a.setSelectionRange(c,c)})}c.d(b,{U:()=>d})},99394:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(24606).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/home/alek/.spur/worktrees/sp/spur-38e5/packages/web/src/app/providers.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/alek/.spur/worktrees/sp/spur-38e5/packages/web/src/app/providers.tsx","default")}};
@@ -1 +0,0 @@
1
- self.__BUILD_MANIFEST=function(e,r,t,_){return{__rewrites:{afterFiles:[],beforeFiles:[],fallback:[]},__routerFilterStatic:{numItems:24,errorRate:1e-4,numBits:461,numHashes:14,bitArray:[0,0,r,r,1,r,1,r,e,e,r,r,e,e,e,r,r,r,r,r,e,r,e,r,e,r,e,e,r,e,r,e,r,r,e,r,r,e,e,e,e,r,e,r,e,r,e,r,e,e,e,r,e,r,e,e,e,e,r,r,e,e,e,e,r,r,e,e,e,r,r,r,e,r,r,r,r,e,r,r,e,e,e,r,e,r,r,e,e,r,e,e,e,r,r,r,r,e,r,r,e,r,r,r,r,e,e,r,e,r,e,e,e,e,e,r,r,r,r,e,e,r,e,r,e,r,e,r,r,r,e,e,e,r,e,r,e,e,e,e,e,e,e,r,r,r,r,e,r,e,r,e,e,r,r,r,r,e,e,r,r,e,r,r,r,e,r,r,e,r,r,e,e,r,e,e,e,e,e,e,r,r,e,r,r,e,r,r,e,r,e,e,e,e,e,e,r,e,e,e,e,r,e,e,e,e,r,e,e,e,e,r,e,e,e,r,r,e,e,r,e,r,e,e,e,e,r,e,r,r,e,r,e,e,r,r,r,e,r,e,e,r,e,r,r,e,e,e,r,r,r,e,e,e,e,e,r,r,e,r,e,r,e,e,e,e,e,e,r,e,r,e,r,r,r,e,r,r,e,e,e,e,r,e,e,e,e,r,r,e,e,r,e,e,r,e,r,r,e,r,e,r,e,e,e,e,e,r,e,e,e,r,r,r,e,r,r,r,e,e,e,e,e,e,e,e,e,r,r,e,r,r,r,e,e,r,e,e,r,e,r,e,r,e,r,e,r,e,e,e,r,r,r,r,r,e,e,r,r,e,e,e,r,e,r,r,e,e,e,e,r,r,r,e,e,r,r,e,e,e,r,e,e,r,e,r,r,e,e,e,r,r,r,e,e,r,e,e,r,r,r,e,r,r,r,e,e,r,e,r,r,e,r,r,e,r,e,e,r,r,e,e,r,r,r,e,e,r,e,e,r,r,r,e,r,r,r,e,e,r,r,r,r,e,e,e,e,e,r,r,r,e,r,e,r,r,r,e,r,e,r]},__routerFilterDynamic:{numItems:3,errorRate:1e-4,numBits:58,numHashes:14,bitArray:[e,e,r,e,e,r,r,r,e,r,e,r,e,r,r,e,r,r,e,e,r,r,e,e,r,e,r,e,r,e,e,r,r,e,e,e,e,e,r,r,r,r,e,r,r,e,r,r,e,e,r,r,e,r,r,e,e,r]},"/_error":["static/chunks/pages/_error-e84a7743304b1fa0.js"],sortedPages:["/_app","/_error"]}}(1,0,1e-4,14),self.__BUILD_MANIFEST_CB&&self.__BUILD_MANIFEST_CB();