@xrkseek/harness-cli 0.0.11 → 0.1.0

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 (974) hide show
  1. package/dist/plugin/install-client.d.ts.map +1 -1
  2. package/dist/plugin/install-client.js +80 -2
  3. package/dist/plugin/install-client.js.map +1 -1
  4. package/node_modules/@img/colour/LICENSE.md +82 -0
  5. package/node_modules/@img/colour/README.md +15 -0
  6. package/node_modules/@img/colour/color.cjs +1596 -0
  7. package/node_modules/@img/colour/index.cjs +1 -0
  8. package/node_modules/@img/colour/index.d.ts +929 -0
  9. package/node_modules/@img/colour/package.json +58 -0
  10. package/node_modules/@img/sharp-win32-x64/LICENSE +191 -0
  11. package/node_modules/@img/sharp-win32-x64/README.md +59 -0
  12. package/node_modules/@img/sharp-win32-x64/index.cjs +1 -0
  13. package/node_modules/@img/sharp-win32-x64/lib/libvips-42.dll +0 -0
  14. package/node_modules/@img/sharp-win32-x64/lib/libvips-cpp-8.18.3.dll +0 -0
  15. package/node_modules/@img/sharp-win32-x64/lib/sharp-win32-x64-0.35.3.node +0 -0
  16. package/node_modules/@img/sharp-win32-x64/package.json +40 -0
  17. package/node_modules/@img/sharp-win32-x64/versions.json +30 -0
  18. package/node_modules/@types/node/LICENSE +21 -0
  19. package/node_modules/@types/node/README.md +15 -0
  20. package/node_modules/@types/node/assert/strict.d.ts +111 -0
  21. package/node_modules/@types/node/assert.d.ts +1115 -0
  22. package/node_modules/@types/node/async_hooks.d.ts +623 -0
  23. package/node_modules/@types/node/buffer.buffer.d.ts +472 -0
  24. package/node_modules/@types/node/buffer.d.ts +1934 -0
  25. package/node_modules/@types/node/child_process.d.ts +1476 -0
  26. package/node_modules/@types/node/cluster.d.ts +578 -0
  27. package/node_modules/@types/node/compatibility/iterators.d.ts +21 -0
  28. package/node_modules/@types/node/console.d.ts +453 -0
  29. package/node_modules/@types/node/constants.d.ts +21 -0
  30. package/node_modules/@types/node/crypto.d.ts +5417 -0
  31. package/node_modules/@types/node/dgram.d.ts +600 -0
  32. package/node_modules/@types/node/diagnostics_channel.d.ts +576 -0
  33. package/node_modules/@types/node/dns/promises.d.ts +503 -0
  34. package/node_modules/@types/node/dns.d.ts +923 -0
  35. package/node_modules/@types/node/domain.d.ts +166 -0
  36. package/node_modules/@types/node/events.d.ts +976 -0
  37. package/node_modules/@types/node/fs/promises.d.ts +1341 -0
  38. package/node_modules/@types/node/fs.d.ts +4714 -0
  39. package/node_modules/@types/node/globals.d.ts +170 -0
  40. package/node_modules/@types/node/globals.typedarray.d.ts +41 -0
  41. package/node_modules/@types/node/http.d.ts +2154 -0
  42. package/node_modules/@types/node/http2.d.ts +2835 -0
  43. package/node_modules/@types/node/https.d.ts +585 -0
  44. package/node_modules/@types/node/index.d.ts +101 -0
  45. package/node_modules/@types/node/inspector.d.ts +277 -0
  46. package/node_modules/@types/node/inspector.generated.d.ts +4239 -0
  47. package/node_modules/@types/node/module.d.ts +843 -0
  48. package/node_modules/@types/node/net.d.ts +1073 -0
  49. package/node_modules/@types/node/os.d.ts +507 -0
  50. package/node_modules/@types/node/package.json +155 -0
  51. package/node_modules/@types/node/path.d.ts +200 -0
  52. package/node_modules/@types/node/perf_hooks.d.ts +1042 -0
  53. package/node_modules/@types/node/process.d.ts +2102 -0
  54. package/node_modules/@types/node/punycode.d.ts +117 -0
  55. package/node_modules/@types/node/querystring.d.ts +152 -0
  56. package/node_modules/@types/node/readline/promises.d.ts +161 -0
  57. package/node_modules/@types/node/readline.d.ts +600 -0
  58. package/node_modules/@types/node/repl.d.ts +438 -0
  59. package/node_modules/@types/node/sea.d.ts +162 -0
  60. package/node_modules/@types/node/sqlite.d.ts +1040 -0
  61. package/node_modules/@types/node/stream/consumers.d.ts +38 -0
  62. package/node_modules/@types/node/stream/promises.d.ts +90 -0
  63. package/node_modules/@types/node/stream/web.d.ts +573 -0
  64. package/node_modules/@types/node/stream.d.ts +1706 -0
  65. package/node_modules/@types/node/string_decoder.d.ts +67 -0
  66. package/node_modules/@types/node/test.d.ts +2349 -0
  67. package/node_modules/@types/node/timers/promises.d.ts +108 -0
  68. package/node_modules/@types/node/timers.d.ts +285 -0
  69. package/node_modules/@types/node/tls.d.ts +1279 -0
  70. package/node_modules/@types/node/trace_events.d.ts +197 -0
  71. package/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +468 -0
  72. package/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  73. package/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +36 -0
  74. package/node_modules/@types/node/ts5.6/index.d.ts +103 -0
  75. package/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  76. package/node_modules/@types/node/ts5.7/index.d.ts +103 -0
  77. package/node_modules/@types/node/tty.d.ts +208 -0
  78. package/node_modules/@types/node/url.d.ts +1079 -0
  79. package/node_modules/@types/node/util.d.ts +2336 -0
  80. package/node_modules/@types/node/v8.d.ts +982 -0
  81. package/node_modules/@types/node/vm.d.ts +1195 -0
  82. package/node_modules/@types/node/wasi.d.ts +202 -0
  83. package/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
  84. package/node_modules/@types/node/web-globals/crypto.d.ts +32 -0
  85. package/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
  86. package/node_modules/@types/node/web-globals/events.d.ts +97 -0
  87. package/node_modules/@types/node/web-globals/fetch.d.ts +62 -0
  88. package/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
  89. package/node_modules/@types/node/web-globals/storage.d.ts +24 -0
  90. package/node_modules/@types/node/web-globals/streams.d.ts +22 -0
  91. package/node_modules/@types/node/worker_threads.d.ts +894 -0
  92. package/node_modules/@types/node/zlib.d.ts +745 -0
  93. package/node_modules/@xrkseek/attachment/dist/error.d.ts +3 -2
  94. package/node_modules/@xrkseek/attachment/dist/error.d.ts.map +1 -1
  95. package/node_modules/@xrkseek/attachment/dist/error.js +17 -2
  96. package/node_modules/@xrkseek/attachment/dist/error.js.map +1 -1
  97. package/node_modules/@xrkseek/attachment/dist/index.d.ts +2 -2
  98. package/node_modules/@xrkseek/attachment/dist/index.d.ts.map +1 -1
  99. package/node_modules/@xrkseek/attachment/dist/index.js +1 -1
  100. package/node_modules/@xrkseek/attachment/dist/index.js.map +1 -1
  101. package/node_modules/@xrkseek/attachment/dist/memory.d.ts.map +1 -1
  102. package/node_modules/@xrkseek/attachment/dist/memory.js +6 -0
  103. package/node_modules/@xrkseek/attachment/dist/memory.js.map +1 -1
  104. package/node_modules/@xrkseek/attachment/dist/store.d.ts +6 -1
  105. package/node_modules/@xrkseek/attachment/dist/store.d.ts.map +1 -1
  106. package/node_modules/@xrkseek/attachment/dist/types.d.ts +19 -0
  107. package/node_modules/@xrkseek/attachment/dist/types.d.ts.map +1 -1
  108. package/node_modules/@xrkseek/attachment/dist/types.js.map +1 -1
  109. package/node_modules/@xrkseek/attachment-local/README.md +3 -0
  110. package/node_modules/@xrkseek/attachment-local/dist/compression-limiter.d.ts +18 -0
  111. package/node_modules/@xrkseek/attachment-local/dist/compression-limiter.d.ts.map +1 -0
  112. package/node_modules/@xrkseek/attachment-local/dist/compression-limiter.js +43 -0
  113. package/node_modules/@xrkseek/attachment-local/dist/compression-limiter.js.map +1 -0
  114. package/node_modules/@xrkseek/attachment-local/dist/encoding.d.ts +23 -0
  115. package/node_modules/@xrkseek/attachment-local/dist/encoding.d.ts.map +1 -0
  116. package/node_modules/@xrkseek/attachment-local/dist/encoding.js +33 -0
  117. package/node_modules/@xrkseek/attachment-local/dist/encoding.js.map +1 -0
  118. package/node_modules/@xrkseek/attachment-local/dist/image.d.ts +54 -0
  119. package/node_modules/@xrkseek/attachment-local/dist/image.d.ts.map +1 -0
  120. package/node_modules/@xrkseek/attachment-local/dist/image.js +97 -0
  121. package/node_modules/@xrkseek/attachment-local/dist/image.js.map +1 -0
  122. package/node_modules/@xrkseek/attachment-local/dist/index.d.ts +32 -0
  123. package/node_modules/@xrkseek/attachment-local/dist/index.d.ts.map +1 -0
  124. package/node_modules/@xrkseek/attachment-local/dist/index.js +188 -0
  125. package/node_modules/@xrkseek/attachment-local/dist/index.js.map +1 -0
  126. package/node_modules/@xrkseek/attachment-local/dist/normalization.d.ts +44 -0
  127. package/node_modules/@xrkseek/attachment-local/dist/normalization.d.ts.map +1 -0
  128. package/node_modules/@xrkseek/attachment-local/dist/normalization.js +148 -0
  129. package/node_modules/@xrkseek/attachment-local/dist/normalization.js.map +1 -0
  130. package/node_modules/@xrkseek/attachment-local/dist/request-image.d.ts +34 -0
  131. package/node_modules/@xrkseek/attachment-local/dist/request-image.d.ts.map +1 -0
  132. package/node_modules/@xrkseek/attachment-local/dist/request-image.js +208 -0
  133. package/node_modules/@xrkseek/attachment-local/dist/request-image.js.map +1 -0
  134. package/node_modules/@xrkseek/attachment-local/dist/store.d.ts +58 -0
  135. package/node_modules/@xrkseek/attachment-local/dist/store.d.ts.map +1 -0
  136. package/node_modules/@xrkseek/attachment-local/dist/store.js +290 -0
  137. package/node_modules/@xrkseek/attachment-local/dist/store.js.map +1 -0
  138. package/node_modules/@xrkseek/attachment-local/package.json +25 -0
  139. package/node_modules/@xrkseek/exec-fs/dist/index.d.ts +3 -0
  140. package/node_modules/@xrkseek/exec-fs/dist/index.d.ts.map +1 -1
  141. package/node_modules/@xrkseek/exec-fs/dist/index.js +10 -0
  142. package/node_modules/@xrkseek/exec-fs/dist/index.js.map +1 -1
  143. package/node_modules/@xrkseek/exec-fs/dist/read-image.d.ts +35 -0
  144. package/node_modules/@xrkseek/exec-fs/dist/read-image.d.ts.map +1 -0
  145. package/node_modules/@xrkseek/exec-fs/dist/read-image.js +120 -0
  146. package/node_modules/@xrkseek/exec-fs/dist/read-image.js.map +1 -0
  147. package/node_modules/@xrkseek/exec-fs/package.json +3 -1
  148. package/node_modules/@xrkseek/llm/dist/index.d.ts +1 -0
  149. package/node_modules/@xrkseek/llm/dist/index.d.ts.map +1 -1
  150. package/node_modules/@xrkseek/llm/dist/index.js.map +1 -1
  151. package/node_modules/@xrkseek/llm-deepseek/README.md +3 -1
  152. package/node_modules/@xrkseek/llm-deepseek/dist/file-id.d.ts +10 -0
  153. package/node_modules/@xrkseek/llm-deepseek/dist/file-id.d.ts.map +1 -0
  154. package/node_modules/@xrkseek/llm-deepseek/dist/file-id.js +8 -0
  155. package/node_modules/@xrkseek/llm-deepseek/dist/file-id.js.map +1 -0
  156. package/node_modules/@xrkseek/llm-deepseek/dist/file-store.d.ts +40 -0
  157. package/node_modules/@xrkseek/llm-deepseek/dist/file-store.d.ts.map +1 -0
  158. package/node_modules/@xrkseek/llm-deepseek/dist/file-store.js +164 -0
  159. package/node_modules/@xrkseek/llm-deepseek/dist/file-store.js.map +1 -0
  160. package/node_modules/@xrkseek/llm-deepseek/dist/files-api.d.ts +56 -0
  161. package/node_modules/@xrkseek/llm-deepseek/dist/files-api.d.ts.map +1 -0
  162. package/node_modules/@xrkseek/llm-deepseek/dist/files-api.js +180 -0
  163. package/node_modules/@xrkseek/llm-deepseek/dist/files-api.js.map +1 -0
  164. package/node_modules/@xrkseek/llm-deepseek/dist/index.d.ts +15 -6
  165. package/node_modules/@xrkseek/llm-deepseek/dist/index.d.ts.map +1 -1
  166. package/node_modules/@xrkseek/llm-deepseek/dist/index.js +63 -13
  167. package/node_modules/@xrkseek/llm-deepseek/dist/index.js.map +1 -1
  168. package/node_modules/@xrkseek/llm-deepseek/dist/request-policy.d.ts +8 -0
  169. package/node_modules/@xrkseek/llm-deepseek/dist/request-policy.d.ts.map +1 -0
  170. package/node_modules/@xrkseek/llm-deepseek/dist/request-policy.js +12 -0
  171. package/node_modules/@xrkseek/llm-deepseek/dist/request-policy.js.map +1 -0
  172. package/node_modules/@xrkseek/llm-deepseek/dist/upload-index.d.ts +28 -0
  173. package/node_modules/@xrkseek/llm-deepseek/dist/upload-index.d.ts.map +1 -0
  174. package/node_modules/@xrkseek/llm-deepseek/dist/upload-index.js +142 -0
  175. package/node_modules/@xrkseek/llm-deepseek/dist/upload-index.js.map +1 -0
  176. package/node_modules/@xrkseek/llm-deepseek/package.json +3 -1
  177. package/node_modules/@xrkseek/llm-openai-compatible/dist/index.d.ts +27 -0
  178. package/node_modules/@xrkseek/llm-openai-compatible/dist/index.d.ts.map +1 -1
  179. package/node_modules/@xrkseek/llm-openai-compatible/dist/index.js +20 -5
  180. package/node_modules/@xrkseek/llm-openai-compatible/dist/index.js.map +1 -1
  181. package/node_modules/@xrkseek/llm-registry/dist/registry.d.ts +1 -0
  182. package/node_modules/@xrkseek/llm-registry/dist/registry.d.ts.map +1 -1
  183. package/node_modules/@xrkseek/llm-registry/dist/registry.js +15 -1
  184. package/node_modules/@xrkseek/llm-registry/dist/registry.js.map +1 -1
  185. package/node_modules/@xrkseek/preset-harness/dist/preset.d.ts +5 -0
  186. package/node_modules/@xrkseek/preset-harness/dist/preset.d.ts.map +1 -1
  187. package/node_modules/@xrkseek/preset-harness/dist/preset.js +10 -1
  188. package/node_modules/@xrkseek/preset-harness/dist/preset.js.map +1 -1
  189. package/node_modules/@xrkseek/preset-harness/dist/tsconfig.tsbuildinfo +1 -1
  190. package/node_modules/@xrkseek/preset-harness/package.json +1 -0
  191. package/node_modules/@xrkseek/preset-minimal/dist/tsconfig.tsbuildinfo +1 -1
  192. package/node_modules/@xrkseek/preset-server/dist/preset.d.ts.map +1 -1
  193. package/node_modules/@xrkseek/preset-server/dist/preset.js +3 -1
  194. package/node_modules/@xrkseek/preset-server/dist/preset.js.map +1 -1
  195. package/node_modules/@xrkseek/preset-server/dist/tsconfig.tsbuildinfo +1 -1
  196. package/node_modules/@xrkseek/protocol/dist/content.d.ts +5 -0
  197. package/node_modules/@xrkseek/protocol/dist/content.d.ts.map +1 -1
  198. package/node_modules/@xrkseek/protocol/dist/content.js +8 -1
  199. package/node_modules/@xrkseek/protocol/dist/content.js.map +1 -1
  200. package/node_modules/@xrkseek/server-face/dist/context.d.ts +6 -3
  201. package/node_modules/@xrkseek/server-face/dist/context.d.ts.map +1 -1
  202. package/node_modules/@xrkseek/server-face/dist/cordis-bridge.d.ts +9 -0
  203. package/node_modules/@xrkseek/server-face/dist/cordis-bridge.d.ts.map +1 -0
  204. package/node_modules/@xrkseek/server-face/dist/cordis-bridge.js +28 -0
  205. package/node_modules/@xrkseek/server-face/dist/cordis-bridge.js.map +1 -0
  206. package/node_modules/@xrkseek/server-face/dist/cost-meter-balance.d.ts +16 -0
  207. package/node_modules/@xrkseek/server-face/dist/cost-meter-balance.d.ts.map +1 -0
  208. package/node_modules/@xrkseek/server-face/dist/cost-meter-balance.js +141 -0
  209. package/node_modules/@xrkseek/server-face/dist/cost-meter-balance.js.map +1 -0
  210. package/node_modules/@xrkseek/server-face/dist/cost-meter-coding-plan-service.d.ts +13 -0
  211. package/node_modules/@xrkseek/server-face/dist/cost-meter-coding-plan-service.d.ts.map +1 -0
  212. package/node_modules/@xrkseek/server-face/dist/cost-meter-coding-plan-service.js +158 -0
  213. package/node_modules/@xrkseek/server-face/dist/cost-meter-coding-plan-service.js.map +1 -0
  214. package/node_modules/@xrkseek/server-face/dist/cost-meter-coding-plans.d.ts +284 -0
  215. package/node_modules/@xrkseek/server-face/dist/cost-meter-coding-plans.d.ts.map +1 -0
  216. package/node_modules/@xrkseek/server-face/dist/cost-meter-coding-plans.js +696 -0
  217. package/node_modules/@xrkseek/server-face/dist/cost-meter-coding-plans.js.map +1 -0
  218. package/node_modules/@xrkseek/server-face/dist/cost-meter-custom-balance.d.ts +15 -0
  219. package/node_modules/@xrkseek/server-face/dist/cost-meter-custom-balance.d.ts.map +1 -0
  220. package/node_modules/@xrkseek/server-face/dist/cost-meter-custom-balance.js +196 -0
  221. package/node_modules/@xrkseek/server-face/dist/cost-meter-custom-balance.js.map +1 -0
  222. package/node_modules/@xrkseek/server-face/dist/cost-meter-go-quota.d.ts +19 -0
  223. package/node_modules/@xrkseek/server-face/dist/cost-meter-go-quota.d.ts.map +1 -0
  224. package/node_modules/@xrkseek/server-face/dist/cost-meter-go-quota.js +143 -0
  225. package/node_modules/@xrkseek/server-face/dist/cost-meter-go-quota.js.map +1 -0
  226. package/node_modules/@xrkseek/server-face/dist/cost-meter-pricing.d.ts +16 -0
  227. package/node_modules/@xrkseek/server-face/dist/cost-meter-pricing.d.ts.map +1 -0
  228. package/node_modules/@xrkseek/server-face/dist/cost-meter-pricing.js +84 -0
  229. package/node_modules/@xrkseek/server-face/dist/cost-meter-pricing.js.map +1 -0
  230. package/node_modules/@xrkseek/server-face/dist/cost-meter-record.d.ts +19 -0
  231. package/node_modules/@xrkseek/server-face/dist/cost-meter-record.d.ts.map +1 -0
  232. package/node_modules/@xrkseek/server-face/dist/cost-meter-record.js +221 -0
  233. package/node_modules/@xrkseek/server-face/dist/cost-meter-record.js.map +1 -0
  234. package/node_modules/@xrkseek/server-face/dist/cost-meter-store.d.ts +133 -0
  235. package/node_modules/@xrkseek/server-face/dist/cost-meter-store.d.ts.map +1 -0
  236. package/node_modules/@xrkseek/server-face/dist/cost-meter-store.js +561 -0
  237. package/node_modules/@xrkseek/server-face/dist/cost-meter-store.js.map +1 -0
  238. package/node_modules/@xrkseek/server-face/dist/dispatch.d.ts.map +1 -1
  239. package/node_modules/@xrkseek/server-face/dist/dispatch.js +15 -0
  240. package/node_modules/@xrkseek/server-face/dist/dispatch.js.map +1 -1
  241. package/node_modules/@xrkseek/server-face/dist/handlers/cordis-stub.d.ts +0 -5
  242. package/node_modules/@xrkseek/server-face/dist/handlers/cordis-stub.d.ts.map +1 -1
  243. package/node_modules/@xrkseek/server-face/dist/handlers/cordis-stub.js +277 -24
  244. package/node_modules/@xrkseek/server-face/dist/handlers/cordis-stub.js.map +1 -1
  245. package/node_modules/@xrkseek/server-face/dist/handlers/cost-meter.d.ts +30 -0
  246. package/node_modules/@xrkseek/server-face/dist/handlers/cost-meter.d.ts.map +1 -0
  247. package/node_modules/@xrkseek/server-face/dist/handlers/cost-meter.js +48 -0
  248. package/node_modules/@xrkseek/server-face/dist/handlers/cost-meter.js.map +1 -0
  249. package/node_modules/@xrkseek/server-face/dist/handlers/references.d.ts +6 -0
  250. package/node_modules/@xrkseek/server-face/dist/handlers/references.d.ts.map +1 -0
  251. package/node_modules/@xrkseek/server-face/dist/handlers/references.js +42 -0
  252. package/node_modules/@xrkseek/server-face/dist/handlers/references.js.map +1 -0
  253. package/node_modules/@xrkseek/server-face/dist/handlers/staged-client-code.d.ts +6 -0
  254. package/node_modules/@xrkseek/server-face/dist/handlers/staged-client-code.d.ts.map +1 -0
  255. package/node_modules/@xrkseek/server-face/dist/handlers/staged-client-code.js +24 -0
  256. package/node_modules/@xrkseek/server-face/dist/handlers/staged-client-code.js.map +1 -0
  257. package/node_modules/@xrkseek/server-face/dist/index.d.ts +1 -0
  258. package/node_modules/@xrkseek/server-face/dist/index.d.ts.map +1 -1
  259. package/node_modules/@xrkseek/server-face/dist/index.js +1 -0
  260. package/node_modules/@xrkseek/server-face/dist/index.js.map +1 -1
  261. package/node_modules/@xrkseek/server-face/dist/llm-resolve.d.ts.map +1 -1
  262. package/node_modules/@xrkseek/server-face/dist/llm-resolve.js +5 -3
  263. package/node_modules/@xrkseek/server-face/dist/llm-resolve.js.map +1 -1
  264. package/node_modules/@xrkseek/server-face/dist/plugin-inventory.d.ts +2 -2
  265. package/node_modules/@xrkseek/server-face/dist/plugin-inventory.d.ts.map +1 -1
  266. package/node_modules/@xrkseek/server-face/dist/plugin-inventory.js +7 -3
  267. package/node_modules/@xrkseek/server-face/dist/plugin-inventory.js.map +1 -1
  268. package/node_modules/@xrkseek/server-face/dist/projections/index.d.ts +2 -0
  269. package/node_modules/@xrkseek/server-face/dist/projections/index.d.ts.map +1 -1
  270. package/node_modules/@xrkseek/server-face/dist/projections/index.js +2 -0
  271. package/node_modules/@xrkseek/server-face/dist/projections/index.js.map +1 -1
  272. package/node_modules/@xrkseek/server-face/dist/projections/install-defaults.d.ts.map +1 -1
  273. package/node_modules/@xrkseek/server-face/dist/projections/install-defaults.js +12 -0
  274. package/node_modules/@xrkseek/server-face/dist/projections/install-defaults.js.map +1 -1
  275. package/node_modules/@xrkseek/server-face/dist/projections/registry.d.ts +45 -0
  276. package/node_modules/@xrkseek/server-face/dist/projections/registry.d.ts.map +1 -1
  277. package/node_modules/@xrkseek/server-face/dist/projections/registry.js.map +1 -1
  278. package/node_modules/@xrkseek/server-face/dist/projections/units/auto-review.d.ts +40 -0
  279. package/node_modules/@xrkseek/server-face/dist/projections/units/auto-review.d.ts.map +1 -0
  280. package/node_modules/@xrkseek/server-face/dist/projections/units/auto-review.js +103 -0
  281. package/node_modules/@xrkseek/server-face/dist/projections/units/auto-review.js.map +1 -0
  282. package/node_modules/@xrkseek/server-face/dist/projections/units/context-headers.d.ts +9 -0
  283. package/node_modules/@xrkseek/server-face/dist/projections/units/context-headers.d.ts.map +1 -0
  284. package/node_modules/@xrkseek/server-face/dist/projections/units/context-headers.js +24 -0
  285. package/node_modules/@xrkseek/server-face/dist/projections/units/context-headers.js.map +1 -0
  286. package/node_modules/@xrkseek/server-face/dist/projections/units/context-timeline.d.ts +37 -0
  287. package/node_modules/@xrkseek/server-face/dist/projections/units/context-timeline.d.ts.map +1 -0
  288. package/node_modules/@xrkseek/server-face/dist/projections/units/context-timeline.js +109 -0
  289. package/node_modules/@xrkseek/server-face/dist/projections/units/context-timeline.js.map +1 -0
  290. package/node_modules/@xrkseek/server-face/dist/projections/units/cost-usage.d.ts +35 -0
  291. package/node_modules/@xrkseek/server-face/dist/projections/units/cost-usage.d.ts.map +1 -0
  292. package/node_modules/@xrkseek/server-face/dist/projections/units/cost-usage.js +151 -0
  293. package/node_modules/@xrkseek/server-face/dist/projections/units/cost-usage.js.map +1 -0
  294. package/node_modules/@xrkseek/server-face/dist/reference-discovery.d.ts +13 -0
  295. package/node_modules/@xrkseek/server-face/dist/reference-discovery.d.ts.map +1 -0
  296. package/node_modules/@xrkseek/server-face/dist/reference-discovery.js +81 -0
  297. package/node_modules/@xrkseek/server-face/dist/reference-discovery.js.map +1 -0
  298. package/node_modules/@xrkseek/server-face/dist/runtime.d.ts +5 -1
  299. package/node_modules/@xrkseek/server-face/dist/runtime.d.ts.map +1 -1
  300. package/node_modules/@xrkseek/server-face/dist/runtime.js +25 -0
  301. package/node_modules/@xrkseek/server-face/dist/runtime.js.map +1 -1
  302. package/node_modules/@xrkseek/server-face/dist/settings-credentials.d.ts +15 -0
  303. package/node_modules/@xrkseek/server-face/dist/settings-credentials.d.ts.map +1 -1
  304. package/node_modules/@xrkseek/server-face/dist/settings-credentials.js.map +1 -1
  305. package/node_modules/@xrkseek/server-face/dist/slash.d.ts.map +1 -1
  306. package/node_modules/@xrkseek/server-face/dist/slash.js +19 -0
  307. package/node_modules/@xrkseek/server-face/dist/slash.js.map +1 -1
  308. package/node_modules/@xrkseek/server-face/dist/wire/paths.d.ts.map +1 -1
  309. package/node_modules/@xrkseek/server-face/dist/wire/paths.js +3 -0
  310. package/node_modules/@xrkseek/server-face/dist/wire/paths.js.map +1 -1
  311. package/node_modules/@xrkseek/server-face/package.json +3 -0
  312. package/node_modules/@xrkseek/server-host/dist/auto-review-bridge.d.ts +4 -0
  313. package/node_modules/@xrkseek/server-host/dist/auto-review-bridge.d.ts.map +1 -0
  314. package/node_modules/@xrkseek/server-host/dist/auto-review-bridge.js +10 -0
  315. package/node_modules/@xrkseek/server-host/dist/auto-review-bridge.js.map +1 -0
  316. package/node_modules/@xrkseek/server-host/dist/cost-meter-bridge.d.ts +11 -0
  317. package/node_modules/@xrkseek/server-host/dist/cost-meter-bridge.d.ts.map +1 -0
  318. package/node_modules/@xrkseek/server-host/dist/cost-meter-bridge.js +29 -0
  319. package/node_modules/@xrkseek/server-host/dist/cost-meter-bridge.js.map +1 -0
  320. package/node_modules/@xrkseek/server-host/dist/harness-connector-bridge.d.ts +15 -0
  321. package/node_modules/@xrkseek/server-host/dist/harness-connector-bridge.d.ts.map +1 -0
  322. package/node_modules/@xrkseek/server-host/dist/harness-connector-bridge.js +34 -0
  323. package/node_modules/@xrkseek/server-host/dist/harness-connector-bridge.js.map +1 -0
  324. package/node_modules/@xrkseek/server-host/dist/index.d.ts +6 -1
  325. package/node_modules/@xrkseek/server-host/dist/index.d.ts.map +1 -1
  326. package/node_modules/@xrkseek/server-host/dist/index.js +126 -19
  327. package/node_modules/@xrkseek/server-host/dist/index.js.map +1 -1
  328. package/node_modules/@xrkseek/server-host/dist/sidebar-pty.d.ts +17 -0
  329. package/node_modules/@xrkseek/server-host/dist/sidebar-pty.d.ts.map +1 -0
  330. package/node_modules/@xrkseek/server-host/dist/sidebar-pty.js +201 -0
  331. package/node_modules/@xrkseek/server-host/dist/sidebar-pty.js.map +1 -0
  332. package/node_modules/@xrkseek/server-host/dist/usage-stats-bridge.d.ts +10 -0
  333. package/node_modules/@xrkseek/server-host/dist/usage-stats-bridge.d.ts.map +1 -0
  334. package/node_modules/@xrkseek/server-host/dist/usage-stats-bridge.js +31 -0
  335. package/node_modules/@xrkseek/server-host/dist/usage-stats-bridge.js.map +1 -0
  336. package/node_modules/@xrkseek/server-host/dist/wallet-bridge.d.ts +7 -0
  337. package/node_modules/@xrkseek/server-host/dist/wallet-bridge.d.ts.map +1 -0
  338. package/node_modules/@xrkseek/server-host/dist/wallet-bridge.js +40 -0
  339. package/node_modules/@xrkseek/server-host/dist/wallet-bridge.js.map +1 -0
  340. package/node_modules/@xrkseek/server-host/package.json +8 -1
  341. package/node_modules/@xrkseek/server-http/dist/boot-inject.d.ts +12 -0
  342. package/node_modules/@xrkseek/server-http/dist/boot-inject.d.ts.map +1 -1
  343. package/node_modules/@xrkseek/server-http/dist/boot-inject.js +54 -0
  344. package/node_modules/@xrkseek/server-http/dist/boot-inject.js.map +1 -1
  345. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-compose.d.ts +6 -0
  346. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-compose.d.ts.map +1 -0
  347. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-compose.js +141 -0
  348. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-compose.js.map +1 -0
  349. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-providers.d.ts +3 -0
  350. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-providers.d.ts.map +1 -0
  351. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-providers.js +445 -0
  352. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-providers.js.map +1 -0
  353. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-registry.d.ts +7 -0
  354. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-registry.d.ts.map +1 -0
  355. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-registry.js +15 -0
  356. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-registry.js.map +1 -0
  357. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-types.d.ts +57 -0
  358. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-types.d.ts.map +1 -0
  359. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-types.js +2 -0
  360. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-types.js.map +1 -0
  361. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapters/builtin.d.ts +10 -0
  362. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapters/builtin.d.ts.map +1 -0
  363. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapters/builtin.js +275 -0
  364. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapters/builtin.js.map +1 -0
  365. package/node_modules/@xrkseek/server-http/dist/dsh-compat/audit-community-client.d.ts +10 -0
  366. package/node_modules/@xrkseek/server-http/dist/dsh-compat/audit-community-client.d.ts.map +1 -0
  367. package/node_modules/@xrkseek/server-http/dist/dsh-compat/audit-community-client.js +41 -0
  368. package/node_modules/@xrkseek/server-http/dist/dsh-compat/audit-community-client.js.map +1 -0
  369. package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-http.d.ts +17 -0
  370. package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-http.d.ts.map +1 -0
  371. package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-http.js +184 -0
  372. package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-http.js.map +1 -0
  373. package/node_modules/@xrkseek/server-http/dist/dsh-compat/barrel.d.ts +5 -0
  374. package/node_modules/@xrkseek/server-http/dist/dsh-compat/barrel.d.ts.map +1 -0
  375. package/node_modules/@xrkseek/server-http/dist/dsh-compat/barrel.js +5 -0
  376. package/node_modules/@xrkseek/server-http/dist/dsh-compat/barrel.js.map +1 -0
  377. package/node_modules/@xrkseek/server-http/dist/dsh-compat/bundle-chunk-stub.d.ts +21 -0
  378. package/node_modules/@xrkseek/server-http/dist/dsh-compat/bundle-chunk-stub.d.ts.map +1 -0
  379. package/node_modules/@xrkseek/server-http/dist/dsh-compat/bundle-chunk-stub.js +122 -0
  380. package/node_modules/@xrkseek/server-http/dist/dsh-compat/bundle-chunk-stub.js.map +1 -0
  381. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import.d.ts +10 -0
  382. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import.d.ts.map +1 -0
  383. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import.js +58 -0
  384. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import.js.map +1 -0
  385. package/node_modules/@xrkseek/server-http/dist/dsh-compat/community-root-http.d.ts +7 -0
  386. package/node_modules/@xrkseek/server-http/dist/dsh-compat/community-root-http.d.ts.map +1 -0
  387. package/node_modules/@xrkseek/server-http/dist/dsh-compat/community-root-http.js +59 -0
  388. package/node_modules/@xrkseek/server-http/dist/dsh-compat/community-root-http.js.map +1 -0
  389. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-fiber-runner.d.ts +25 -0
  390. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-fiber-runner.d.ts.map +1 -0
  391. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-fiber-runner.js +154 -0
  392. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-fiber-runner.js.map +1 -0
  393. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-fiber-worker.d.ts +2 -0
  394. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-fiber-worker.d.ts.map +1 -0
  395. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-fiber-worker.js +77 -0
  396. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-fiber-worker.js.map +1 -0
  397. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-registry.d.ts +16 -0
  398. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-registry.d.ts.map +1 -0
  399. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-registry.js +121 -0
  400. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-registry.js.map +1 -0
  401. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-settings-fallback.d.ts +12 -0
  402. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-settings-fallback.d.ts.map +1 -0
  403. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-settings-fallback.js +48 -0
  404. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-settings-fallback.js.map +1 -0
  405. package/node_modules/@xrkseek/server-http/dist/dsh-compat/create-host-plugin.d.ts +18 -0
  406. package/node_modules/@xrkseek/server-http/dist/dsh-compat/create-host-plugin.d.ts.map +1 -0
  407. package/node_modules/@xrkseek/server-http/dist/dsh-compat/create-host-plugin.js +62 -0
  408. package/node_modules/@xrkseek/server-http/dist/dsh-compat/create-host-plugin.js.map +1 -0
  409. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dream-skin.d.ts +9 -0
  410. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dream-skin.d.ts.map +1 -0
  411. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dream-skin.js +42 -0
  412. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dream-skin.js.map +1 -0
  413. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-client-scan.d.ts +6 -0
  414. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-client-scan.d.ts.map +1 -0
  415. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-client-scan.js +88 -0
  416. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-client-scan.js.map +1 -0
  417. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-community-infer.d.ts +9 -0
  418. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-community-infer.d.ts.map +1 -0
  419. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-community-infer.js +67 -0
  420. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-community-infer.js.map +1 -0
  421. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.d.ts +18 -0
  422. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.d.ts.map +1 -0
  423. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.js +198 -0
  424. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.js.map +1 -0
  425. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-upgrades.d.ts +27 -0
  426. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-upgrades.d.ts.map +1 -0
  427. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-upgrades.js +71 -0
  428. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-upgrades.js.map +1 -0
  429. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-envelope.d.ts +8 -0
  430. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-envelope.d.ts.map +1 -0
  431. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-envelope.js +12 -0
  432. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-envelope.js.map +1 -0
  433. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-package-names.d.ts +2 -0
  434. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-package-names.d.ts.map +1 -0
  435. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-package-names.js +6 -0
  436. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-package-names.js.map +1 -0
  437. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-path-capabilities.d.ts +22 -0
  438. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-path-capabilities.d.ts.map +1 -0
  439. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-path-capabilities.js +219 -0
  440. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-path-capabilities.js.map +1 -0
  441. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-plugin-presets.d.ts +4 -0
  442. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-plugin-presets.d.ts.map +1 -0
  443. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-plugin-presets.js +53 -0
  444. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-plugin-presets.js.map +1 -0
  445. package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-dsh-http.d.ts +11 -0
  446. package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-dsh-http.d.ts.map +1 -0
  447. package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-dsh-http.js +61 -0
  448. package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-dsh-http.js.map +1 -0
  449. package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-plugin-http.d.ts +7 -0
  450. package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-plugin-http.d.ts.map +1 -0
  451. package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-plugin-http.js +150 -0
  452. package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-plugin-http.js.map +1 -0
  453. package/node_modules/@xrkseek/server-http/dist/dsh-compat/genui.d.ts +10 -0
  454. package/node_modules/@xrkseek/server-http/dist/dsh-compat/genui.d.ts.map +1 -0
  455. package/node_modules/@xrkseek/server-http/dist/dsh-compat/genui.js +239 -0
  456. package/node_modules/@xrkseek/server-http/dist/dsh-compat/genui.js.map +1 -0
  457. package/node_modules/@xrkseek/server-http/dist/dsh-compat/harness-connector-store.d.ts +22 -0
  458. package/node_modules/@xrkseek/server-http/dist/dsh-compat/harness-connector-store.d.ts.map +1 -0
  459. package/node_modules/@xrkseek/server-http/dist/dsh-compat/harness-connector-store.js +83 -0
  460. package/node_modules/@xrkseek/server-http/dist/dsh-compat/harness-connector-store.js.map +1 -0
  461. package/node_modules/@xrkseek/server-http/dist/dsh-compat/harness-connector.d.ts +18 -0
  462. package/node_modules/@xrkseek/server-http/dist/dsh-compat/harness-connector.d.ts.map +1 -0
  463. package/node_modules/@xrkseek/server-http/dist/dsh-compat/harness-connector.js +191 -0
  464. package/node_modules/@xrkseek/server-http/dist/dsh-compat/harness-connector.js.map +1 -0
  465. package/node_modules/@xrkseek/server-http/dist/dsh-compat/honest-envelope.d.ts +21 -0
  466. package/node_modules/@xrkseek/server-http/dist/dsh-compat/honest-envelope.d.ts.map +1 -0
  467. package/node_modules/@xrkseek/server-http/dist/dsh-compat/honest-envelope.js +105 -0
  468. package/node_modules/@xrkseek/server-http/dist/dsh-compat/honest-envelope.js.map +1 -0
  469. package/node_modules/@xrkseek/server-http/dist/dsh-compat/honest-http-catchall.d.ts +7 -0
  470. package/node_modules/@xrkseek/server-http/dist/dsh-compat/honest-http-catchall.d.ts.map +1 -0
  471. package/node_modules/@xrkseek/server-http/dist/dsh-compat/honest-http-catchall.js +57 -0
  472. package/node_modules/@xrkseek/server-http/dist/dsh-compat/honest-http-catchall.js.map +1 -0
  473. package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-apply-bridge.d.ts +6 -0
  474. package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-apply-bridge.d.ts.map +1 -0
  475. package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-apply-bridge.js +74 -0
  476. package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-apply-bridge.js.map +1 -0
  477. package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-apply-registry.d.ts +14 -0
  478. package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-apply-registry.d.ts.map +1 -0
  479. package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-apply-registry.js +17 -0
  480. package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-apply-registry.js.map +1 -0
  481. package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-feature-bridge.d.ts +76 -0
  482. package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-feature-bridge.d.ts.map +1 -0
  483. package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-feature-bridge.js +551 -0
  484. package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-feature-bridge.js.map +1 -0
  485. package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-manifest.d.ts +7 -0
  486. package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-manifest.d.ts.map +1 -0
  487. package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-manifest.js +136 -0
  488. package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-manifest.js.map +1 -0
  489. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-channels.d.ts +21 -0
  490. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-channels.d.ts.map +1 -0
  491. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-channels.js +281 -0
  492. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-channels.js.map +1 -0
  493. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-messaging-bridge.d.ts +16 -0
  494. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-messaging-bridge.d.ts.map +1 -0
  495. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-messaging-bridge.js +163 -0
  496. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-messaging-bridge.js.map +1 -0
  497. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-office.d.ts +5 -0
  498. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-office.d.ts.map +1 -0
  499. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-office.js +125 -0
  500. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-office.js.map +1 -0
  501. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-provision-bridge.d.ts +17 -0
  502. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-provision-bridge.d.ts.map +1 -0
  503. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-provision-bridge.js +188 -0
  504. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-provision-bridge.js.map +1 -0
  505. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-rpc-adapter.d.ts +9 -0
  506. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-rpc-adapter.d.ts.map +1 -0
  507. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-rpc-adapter.js +55 -0
  508. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-rpc-adapter.js.map +1 -0
  509. package/node_modules/@xrkseek/server-http/dist/dsh-compat/index.d.ts +37 -0
  510. package/node_modules/@xrkseek/server-http/dist/dsh-compat/index.d.ts.map +1 -0
  511. package/node_modules/@xrkseek/server-http/dist/dsh-compat/index.js +36 -0
  512. package/node_modules/@xrkseek/server-http/dist/dsh-compat/index.js.map +1 -0
  513. package/node_modules/@xrkseek/server-http/dist/dsh-compat/json-store.d.ts +5 -0
  514. package/node_modules/@xrkseek/server-http/dist/dsh-compat/json-store.d.ts.map +1 -0
  515. package/node_modules/@xrkseek/server-http/dist/dsh-compat/json-store.js +28 -0
  516. package/node_modules/@xrkseek/server-http/dist/dsh-compat/json-store.js.map +1 -0
  517. package/node_modules/@xrkseek/server-http/dist/dsh-compat/market-adapter.d.ts +7 -0
  518. package/node_modules/@xrkseek/server-http/dist/dsh-compat/market-adapter.d.ts.map +1 -0
  519. package/node_modules/@xrkseek/server-http/dist/dsh-compat/market-adapter.js +108 -0
  520. package/node_modules/@xrkseek/server-http/dist/dsh-compat/market-adapter.js.map +1 -0
  521. package/node_modules/@xrkseek/server-http/dist/dsh-compat/market.d.ts +7 -0
  522. package/node_modules/@xrkseek/server-http/dist/dsh-compat/market.d.ts.map +1 -0
  523. package/node_modules/@xrkseek/server-http/dist/dsh-compat/market.js +218 -0
  524. package/node_modules/@xrkseek/server-http/dist/dsh-compat/market.js.map +1 -0
  525. package/node_modules/@xrkseek/server-http/dist/dsh-compat/memento.d.ts +10 -0
  526. package/node_modules/@xrkseek/server-http/dist/dsh-compat/memento.d.ts.map +1 -0
  527. package/node_modules/@xrkseek/server-http/dist/dsh-compat/memento.js +81 -0
  528. package/node_modules/@xrkseek/server-http/dist/dsh-compat/memento.js.map +1 -0
  529. package/node_modules/@xrkseek/server-http/dist/dsh-compat/meta.d.ts +10 -0
  530. package/node_modules/@xrkseek/server-http/dist/dsh-compat/meta.d.ts.map +1 -0
  531. package/node_modules/@xrkseek/server-http/dist/dsh-compat/meta.js +15 -0
  532. package/node_modules/@xrkseek/server-http/dist/dsh-compat/meta.js.map +1 -0
  533. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-adapter.d.ts +8 -0
  534. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-adapter.d.ts.map +1 -0
  535. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-adapter.js +83 -0
  536. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-adapter.js.map +1 -0
  537. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-shapes.d.ts +9 -0
  538. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-shapes.d.ts.map +1 -0
  539. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-shapes.js +144 -0
  540. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-shapes.js.map +1 -0
  541. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-store.d.ts +17 -0
  542. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-store.d.ts.map +1 -0
  543. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-store.js +52 -0
  544. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-store.js.map +1 -0
  545. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon.d.ts +11 -0
  546. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon.d.ts.map +1 -0
  547. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon.js +221 -0
  548. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon.js.map +1 -0
  549. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access.d.ts +22 -0
  550. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access.d.ts.map +1 -0
  551. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access.js +155 -0
  552. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access.js.map +1 -0
  553. package/node_modules/@xrkseek/server-http/dist/dsh-compat/modlens.d.ts +14 -0
  554. package/node_modules/@xrkseek/server-http/dist/dsh-compat/modlens.d.ts.map +1 -0
  555. package/node_modules/@xrkseek/server-http/dist/dsh-compat/modlens.js +213 -0
  556. package/node_modules/@xrkseek/server-http/dist/dsh-compat/modlens.js.map +1 -0
  557. package/node_modules/@xrkseek/server-http/dist/dsh-compat/modsearch.d.ts +14 -0
  558. package/node_modules/@xrkseek/server-http/dist/dsh-compat/modsearch.d.ts.map +1 -0
  559. package/node_modules/@xrkseek/server-http/dist/dsh-compat/modsearch.js +200 -0
  560. package/node_modules/@xrkseek/server-http/dist/dsh-compat/modsearch.js.map +1 -0
  561. package/node_modules/@xrkseek/server-http/dist/dsh-compat/noema.d.ts +11 -0
  562. package/node_modules/@xrkseek/server-http/dist/dsh-compat/noema.d.ts.map +1 -0
  563. package/node_modules/@xrkseek/server-http/dist/dsh-compat/noema.js +200 -0
  564. package/node_modules/@xrkseek/server-http/dist/dsh-compat/noema.js.map +1 -0
  565. package/node_modules/@xrkseek/server-http/dist/dsh-compat/persisted-settings-store.d.ts +6 -0
  566. package/node_modules/@xrkseek/server-http/dist/dsh-compat/persisted-settings-store.d.ts.map +1 -0
  567. package/node_modules/@xrkseek/server-http/dist/dsh-compat/persisted-settings-store.js +47 -0
  568. package/node_modules/@xrkseek/server-http/dist/dsh-compat/persisted-settings-store.js.map +1 -0
  569. package/node_modules/@xrkseek/server-http/dist/dsh-compat/plugin-host-manifest.d.ts +15 -0
  570. package/node_modules/@xrkseek/server-http/dist/dsh-compat/plugin-host-manifest.d.ts.map +1 -0
  571. package/node_modules/@xrkseek/server-http/dist/dsh-compat/plugin-host-manifest.js +132 -0
  572. package/node_modules/@xrkseek/server-http/dist/dsh-compat/plugin-host-manifest.js.map +1 -0
  573. package/node_modules/@xrkseek/server-http/dist/dsh-compat/plugin-surface-adapter.d.ts +13 -0
  574. package/node_modules/@xrkseek/server-http/dist/dsh-compat/plugin-surface-adapter.d.ts.map +1 -0
  575. package/node_modules/@xrkseek/server-http/dist/dsh-compat/plugin-surface-adapter.js +336 -0
  576. package/node_modules/@xrkseek/server-http/dist/dsh-compat/plugin-surface-adapter.js.map +1 -0
  577. package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket.d.ts +10 -0
  578. package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket.d.ts.map +1 -0
  579. package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket.js +86 -0
  580. package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket.js.map +1 -0
  581. package/node_modules/@xrkseek/server-http/dist/dsh-compat/releases.d.ts +8 -0
  582. package/node_modules/@xrkseek/server-http/dist/dsh-compat/releases.d.ts.map +1 -0
  583. package/node_modules/@xrkseek/server-http/dist/dsh-compat/releases.js +34 -0
  584. package/node_modules/@xrkseek/server-http/dist/dsh-compat/releases.js.map +1 -0
  585. package/node_modules/@xrkseek/server-http/dist/dsh-compat/settings-defaults.d.ts +4 -0
  586. package/node_modules/@xrkseek/server-http/dist/dsh-compat/settings-defaults.d.ts.map +1 -0
  587. package/node_modules/@xrkseek/server-http/dist/dsh-compat/settings-defaults.js +170 -0
  588. package/node_modules/@xrkseek/server-http/dist/dsh-compat/settings-defaults.js.map +1 -0
  589. package/node_modules/@xrkseek/server-http/dist/dsh-compat/settings-store.d.ts +33 -0
  590. package/node_modules/@xrkseek/server-http/dist/dsh-compat/settings-store.d.ts.map +1 -0
  591. package/node_modules/@xrkseek/server-http/dist/dsh-compat/settings-store.js +108 -0
  592. package/node_modules/@xrkseek/server-http/dist/dsh-compat/settings-store.js.map +1 -0
  593. package/node_modules/@xrkseek/server-http/dist/dsh-compat/shared-registry.d.ts +10 -0
  594. package/node_modules/@xrkseek/server-http/dist/dsh-compat/shared-registry.d.ts.map +1 -0
  595. package/node_modules/@xrkseek/server-http/dist/dsh-compat/shared-registry.js +38 -0
  596. package/node_modules/@xrkseek/server-http/dist/dsh-compat/shared-registry.js.map +1 -0
  597. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.d.ts +10 -0
  598. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.d.ts.map +1 -0
  599. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.js +358 -0
  600. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.js.map +1 -0
  601. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-git.d.ts +25 -0
  602. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-git.d.ts.map +1 -0
  603. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-git.js +78 -0
  604. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-git.js.map +1 -0
  605. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-prefs-store.d.ts +9 -0
  606. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-prefs-store.d.ts.map +1 -0
  607. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-prefs-store.js +56 -0
  608. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-prefs-store.js.map +1 -0
  609. package/node_modules/@xrkseek/server-http/dist/dsh-compat/skin-market.d.ts +11 -0
  610. package/node_modules/@xrkseek/server-http/dist/dsh-compat/skin-market.d.ts.map +1 -0
  611. package/node_modules/@xrkseek/server-http/dist/dsh-compat/skin-market.js +106 -0
  612. package/node_modules/@xrkseek/server-http/dist/dsh-compat/skin-market.js.map +1 -0
  613. package/node_modules/@xrkseek/server-http/dist/dsh-compat/surface-registry.d.ts +18 -0
  614. package/node_modules/@xrkseek/server-http/dist/dsh-compat/surface-registry.d.ts.map +1 -0
  615. package/node_modules/@xrkseek/server-http/dist/dsh-compat/surface-registry.js +240 -0
  616. package/node_modules/@xrkseek/server-http/dist/dsh-compat/surface-registry.js.map +1 -0
  617. package/node_modules/@xrkseek/server-http/dist/dsh-compat/surfaces.d.ts +5 -0
  618. package/node_modules/@xrkseek/server-http/dist/dsh-compat/surfaces.d.ts.map +1 -0
  619. package/node_modules/@xrkseek/server-http/dist/dsh-compat/surfaces.js +78 -0
  620. package/node_modules/@xrkseek/server-http/dist/dsh-compat/surfaces.js.map +1 -0
  621. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tokenledger.d.ts +42 -0
  622. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tokenledger.d.ts.map +1 -0
  623. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tokenledger.js +117 -0
  624. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tokenledger.js.map +1 -0
  625. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow-node-runtime.d.ts +11 -0
  626. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow-node-runtime.d.ts.map +1 -0
  627. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow-node-runtime.js +111 -0
  628. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow-node-runtime.js.map +1 -0
  629. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow.d.ts +16 -0
  630. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow.d.ts.map +1 -0
  631. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow.js +455 -0
  632. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow.js.map +1 -0
  633. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind-store.d.ts +26 -0
  634. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind-store.d.ts.map +1 -0
  635. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind-store.js +22 -0
  636. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind-store.js.map +1 -0
  637. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind-workspace.d.ts +12 -0
  638. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind-workspace.d.ts.map +1 -0
  639. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind-workspace.js +123 -0
  640. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind-workspace.js.map +1 -0
  641. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind.d.ts +16 -0
  642. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind.d.ts.map +1 -0
  643. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind.js +99 -0
  644. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind.js.map +1 -0
  645. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/contracts/wallet-port.d.ts +106 -0
  646. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/contracts/wallet-port.d.ts.map +1 -0
  647. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/contracts/wallet-port.js +6 -0
  648. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/contracts/wallet-port.js.map +1 -0
  649. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/doc-store.d.ts +14 -0
  650. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/doc-store.d.ts.map +1 -0
  651. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/doc-store.js +21 -0
  652. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/doc-store.js.map +1 -0
  653. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-kit.d.ts +9 -0
  654. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-kit.d.ts.map +1 -0
  655. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-kit.js +22 -0
  656. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-kit.js.map +1 -0
  657. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/index.d.ts +22 -0
  658. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/index.d.ts.map +1 -0
  659. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/index.js +13 -0
  660. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/index.js.map +1 -0
  661. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/wallet-service.d.ts +21 -0
  662. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/wallet-service.d.ts.map +1 -0
  663. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/wallet-service.js +190 -0
  664. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/wallet-service.js.map +1 -0
  665. package/node_modules/@xrkseek/server-http/dist/dsh-compat/undo.d.ts +10 -0
  666. package/node_modules/@xrkseek/server-http/dist/dsh-compat/undo.d.ts.map +1 -0
  667. package/node_modules/@xrkseek/server-http/dist/dsh-compat/undo.js +438 -0
  668. package/node_modules/@xrkseek/server-http/dist/dsh-compat/undo.js.map +1 -0
  669. package/node_modules/@xrkseek/server-http/dist/dsh-compat/usage-stats.d.ts +8 -0
  670. package/node_modules/@xrkseek/server-http/dist/dsh-compat/usage-stats.d.ts.map +1 -0
  671. package/node_modules/@xrkseek/server-http/dist/dsh-compat/usage-stats.js +69 -0
  672. package/node_modules/@xrkseek/server-http/dist/dsh-compat/usage-stats.js.map +1 -0
  673. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-adapter.d.ts +6 -0
  674. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-adapter.d.ts.map +1 -0
  675. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-adapter.js +62 -0
  676. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-adapter.js.map +1 -0
  677. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-defaults.d.ts +5 -0
  678. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-defaults.d.ts.map +1 -0
  679. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-defaults.js +17 -0
  680. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-defaults.js.map +1 -0
  681. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-router-adapter.d.ts +7 -0
  682. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-router-adapter.d.ts.map +1 -0
  683. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-router-adapter.js +67 -0
  684. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-router-adapter.js.map +1 -0
  685. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision.d.ts +12 -0
  686. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision.d.ts.map +1 -0
  687. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision.js +198 -0
  688. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision.js.map +1 -0
  689. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallet.d.ts +15 -0
  690. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallet.d.ts.map +1 -0
  691. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallet.js +111 -0
  692. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallet.js.map +1 -0
  693. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallpaper.d.ts +9 -0
  694. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallpaper.d.ts.map +1 -0
  695. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallpaper.js +161 -0
  696. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallpaper.js.map +1 -0
  697. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/settings-provider.d.ts +6 -0
  698. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/settings-provider.d.ts.map +1 -0
  699. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/settings-provider.js +31 -0
  700. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/settings-provider.js.map +1 -0
  701. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/stub-handlers.d.ts +9 -0
  702. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/stub-handlers.d.ts.map +1 -0
  703. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/stub-handlers.js +103 -0
  704. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/stub-handlers.js.map +1 -0
  705. package/node_modules/@xrkseek/server-http/dist/dsh-compat/xrk-host-apply.d.ts +49 -0
  706. package/node_modules/@xrkseek/server-http/dist/dsh-compat/xrk-host-apply.d.ts.map +1 -0
  707. package/node_modules/@xrkseek/server-http/dist/dsh-compat/xrk-host-apply.js +190 -0
  708. package/node_modules/@xrkseek/server-http/dist/dsh-compat/xrk-host-apply.js.map +1 -0
  709. package/node_modules/@xrkseek/server-http/dist/dsh-compat/xrk-json-store.d.ts +9 -0
  710. package/node_modules/@xrkseek/server-http/dist/dsh-compat/xrk-json-store.d.ts.map +1 -0
  711. package/node_modules/@xrkseek/server-http/dist/dsh-compat/xrk-json-store.js +44 -0
  712. package/node_modules/@xrkseek/server-http/dist/dsh-compat/xrk-json-store.js.map +1 -0
  713. package/node_modules/@xrkseek/server-http/dist/dsh-compat.d.ts +6 -0
  714. package/node_modules/@xrkseek/server-http/dist/dsh-compat.d.ts.map +1 -0
  715. package/node_modules/@xrkseek/server-http/dist/dsh-compat.js +6 -0
  716. package/node_modules/@xrkseek/server-http/dist/dsh-compat.js.map +1 -0
  717. package/node_modules/@xrkseek/server-http/dist/host-wire.d.ts +14 -0
  718. package/node_modules/@xrkseek/server-http/dist/host-wire.d.ts.map +1 -0
  719. package/node_modules/@xrkseek/server-http/dist/host-wire.js +15 -0
  720. package/node_modules/@xrkseek/server-http/dist/host-wire.js.map +1 -0
  721. package/node_modules/@xrkseek/server-http/dist/http-json.d.ts +12 -0
  722. package/node_modules/@xrkseek/server-http/dist/http-json.d.ts.map +1 -0
  723. package/node_modules/@xrkseek/server-http/dist/http-json.js +40 -0
  724. package/node_modules/@xrkseek/server-http/dist/http-json.js.map +1 -0
  725. package/node_modules/@xrkseek/server-http/dist/index.d.ts +12 -1
  726. package/node_modules/@xrkseek/server-http/dist/index.d.ts.map +1 -1
  727. package/node_modules/@xrkseek/server-http/dist/index.js +12 -1
  728. package/node_modules/@xrkseek/server-http/dist/index.js.map +1 -1
  729. package/node_modules/@xrkseek/server-http/dist/public-routes.d.ts +19 -0
  730. package/node_modules/@xrkseek/server-http/dist/public-routes.d.ts.map +1 -0
  731. package/node_modules/@xrkseek/server-http/dist/public-routes.js +34 -0
  732. package/node_modules/@xrkseek/server-http/dist/public-routes.js.map +1 -0
  733. package/node_modules/@xrkseek/server-http/dist/xrk/plugin-mutate.d.ts +13 -0
  734. package/node_modules/@xrkseek/server-http/dist/xrk/plugin-mutate.d.ts.map +1 -0
  735. package/node_modules/@xrkseek/server-http/dist/xrk/plugin-mutate.js +58 -0
  736. package/node_modules/@xrkseek/server-http/dist/xrk/plugin-mutate.js.map +1 -0
  737. package/node_modules/@xrkseek/server-http/dist/xrk/plugin-routes.d.ts +16 -0
  738. package/node_modules/@xrkseek/server-http/dist/xrk/plugin-routes.d.ts.map +1 -0
  739. package/node_modules/@xrkseek/server-http/dist/xrk/plugin-routes.js +49 -0
  740. package/node_modules/@xrkseek/server-http/dist/xrk/plugin-routes.js.map +1 -0
  741. package/node_modules/@xrkseek/server-http/dist/xrk/plugin-services.d.ts +35 -0
  742. package/node_modules/@xrkseek/server-http/dist/xrk/plugin-services.d.ts.map +1 -0
  743. package/node_modules/@xrkseek/server-http/dist/xrk/plugin-services.js +103 -0
  744. package/node_modules/@xrkseek/server-http/dist/xrk/plugin-services.js.map +1 -0
  745. package/node_modules/@xrkseek/server-http/package.json +2 -1
  746. package/node_modules/@xrkseek/server-loader/dist/host.d.ts +6 -0
  747. package/node_modules/@xrkseek/server-loader/dist/host.d.ts.map +1 -0
  748. package/node_modules/@xrkseek/server-loader/dist/host.js +11 -0
  749. package/node_modules/@xrkseek/server-loader/dist/host.js.map +1 -0
  750. package/node_modules/@xrkseek/server-loader/dist/index.d.ts +2 -1
  751. package/node_modules/@xrkseek/server-loader/dist/index.d.ts.map +1 -1
  752. package/node_modules/@xrkseek/server-loader/dist/index.js +1 -0
  753. package/node_modules/@xrkseek/server-loader/dist/index.js.map +1 -1
  754. package/node_modules/@xrkseek/server-loader/dist/kinds.d.ts +5 -0
  755. package/node_modules/@xrkseek/server-loader/dist/kinds.d.ts.map +1 -1
  756. package/node_modules/@xrkseek/server-loader/dist/kinds.js +5 -0
  757. package/node_modules/@xrkseek/server-loader/dist/kinds.js.map +1 -1
  758. package/node_modules/@xrkseek/server-loader/dist/load.d.ts.map +1 -1
  759. package/node_modules/@xrkseek/server-loader/dist/load.js +5 -0
  760. package/node_modules/@xrkseek/server-loader/dist/load.js.map +1 -1
  761. package/node_modules/@xrkseek/server-loader/dist/types.d.ts +40 -0
  762. package/node_modules/@xrkseek/server-loader/dist/types.d.ts.map +1 -1
  763. package/node_modules/@xrkseek/xrk-file-reference/README.i18n.yaml +6 -0
  764. package/node_modules/@xrkseek/xrk-file-reference/README.md +22 -0
  765. package/node_modules/@xrkseek/xrk-file-reference/README.zh.md +22 -0
  766. package/node_modules/@xrkseek/xrk-file-reference/package.json +68 -0
  767. package/node_modules/@xrkseek/xrk-file-reference-local/README.i18n.yaml +6 -0
  768. package/node_modules/@xrkseek/xrk-file-reference-local/README.md +45 -0
  769. package/node_modules/@xrkseek/xrk-file-reference-local/README.zh.md +45 -0
  770. package/node_modules/@xrkseek/xrk-file-reference-local/package.json +56 -0
  771. package/node_modules/@xrkseek/xrk-session-reference/README.i18n.yaml +6 -0
  772. package/node_modules/@xrkseek/xrk-session-reference/README.md +50 -0
  773. package/node_modules/@xrkseek/xrk-session-reference/README.zh.md +50 -0
  774. package/node_modules/@xrkseek/xrk-session-reference/package.json +79 -0
  775. package/node_modules/detect-libc/LICENSE +201 -0
  776. package/node_modules/detect-libc/README.md +163 -0
  777. package/node_modules/detect-libc/index.d.ts +14 -0
  778. package/node_modules/detect-libc/lib/detect-libc.js +313 -0
  779. package/node_modules/detect-libc/lib/elf.js +39 -0
  780. package/node_modules/detect-libc/lib/filesystem.js +51 -0
  781. package/node_modules/detect-libc/lib/process.js +24 -0
  782. package/node_modules/detect-libc/package.json +44 -0
  783. package/node_modules/semver/LICENSE +15 -0
  784. package/node_modules/semver/README.md +680 -0
  785. package/node_modules/semver/bin/semver.js +195 -0
  786. package/node_modules/semver/classes/comparator.js +143 -0
  787. package/node_modules/semver/classes/index.js +7 -0
  788. package/node_modules/semver/classes/range.js +577 -0
  789. package/node_modules/semver/classes/semver.js +350 -0
  790. package/node_modules/semver/functions/clean.js +8 -0
  791. package/node_modules/semver/functions/cmp.js +54 -0
  792. package/node_modules/semver/functions/coerce.js +62 -0
  793. package/node_modules/semver/functions/compare-build.js +9 -0
  794. package/node_modules/semver/functions/compare-loose.js +5 -0
  795. package/node_modules/semver/functions/compare.js +7 -0
  796. package/node_modules/semver/functions/diff.js +60 -0
  797. package/node_modules/semver/functions/eq.js +5 -0
  798. package/node_modules/semver/functions/gt.js +5 -0
  799. package/node_modules/semver/functions/gte.js +5 -0
  800. package/node_modules/semver/functions/inc.js +21 -0
  801. package/node_modules/semver/functions/lt.js +5 -0
  802. package/node_modules/semver/functions/lte.js +5 -0
  803. package/node_modules/semver/functions/major.js +5 -0
  804. package/node_modules/semver/functions/minor.js +5 -0
  805. package/node_modules/semver/functions/neq.js +5 -0
  806. package/node_modules/semver/functions/parse.js +18 -0
  807. package/node_modules/semver/functions/patch.js +5 -0
  808. package/node_modules/semver/functions/prerelease.js +8 -0
  809. package/node_modules/semver/functions/rcompare.js +5 -0
  810. package/node_modules/semver/functions/rsort.js +5 -0
  811. package/node_modules/semver/functions/satisfies.js +12 -0
  812. package/node_modules/semver/functions/sort.js +5 -0
  813. package/node_modules/semver/functions/truncate.js +48 -0
  814. package/node_modules/semver/functions/valid.js +8 -0
  815. package/node_modules/semver/index.js +93 -0
  816. package/node_modules/semver/internal/constants.js +37 -0
  817. package/node_modules/semver/internal/debug.js +11 -0
  818. package/node_modules/semver/internal/identifiers.js +29 -0
  819. package/node_modules/semver/internal/lrucache.js +42 -0
  820. package/node_modules/semver/internal/parse-options.js +17 -0
  821. package/node_modules/semver/internal/re.js +223 -0
  822. package/node_modules/semver/package.json +78 -0
  823. package/node_modules/semver/preload.js +4 -0
  824. package/node_modules/semver/range.bnf +17 -0
  825. package/node_modules/semver/ranges/gtr.js +6 -0
  826. package/node_modules/semver/ranges/intersects.js +9 -0
  827. package/node_modules/semver/ranges/ltr.js +6 -0
  828. package/node_modules/semver/ranges/max-satisfying.js +27 -0
  829. package/node_modules/semver/ranges/min-satisfying.js +26 -0
  830. package/node_modules/semver/ranges/min-version.js +63 -0
  831. package/node_modules/semver/ranges/outside.js +82 -0
  832. package/node_modules/semver/ranges/simplify.js +49 -0
  833. package/node_modules/semver/ranges/subset.js +249 -0
  834. package/node_modules/semver/ranges/to-comparators.js +10 -0
  835. package/node_modules/semver/ranges/valid.js +13 -0
  836. package/node_modules/sharp/LICENSE +191 -0
  837. package/node_modules/sharp/README.md +112 -0
  838. package/node_modules/sharp/dist/channel.cjs +177 -0
  839. package/node_modules/sharp/dist/channel.mjs +177 -0
  840. package/node_modules/sharp/dist/colour.cjs +199 -0
  841. package/node_modules/sharp/dist/colour.mjs +199 -0
  842. package/node_modules/sharp/dist/composite.cjs +213 -0
  843. package/node_modules/sharp/dist/composite.mjs +213 -0
  844. package/node_modules/sharp/dist/constructor.cjs +511 -0
  845. package/node_modules/sharp/dist/constructor.mjs +511 -0
  846. package/node_modules/sharp/dist/index.cjs +25 -0
  847. package/node_modules/sharp/dist/index.d.cts +1999 -0
  848. package/node_modules/sharp/dist/index.d.mts +2046 -0
  849. package/node_modules/sharp/dist/index.mjs +25 -0
  850. package/node_modules/sharp/dist/input.cjs +814 -0
  851. package/node_modules/sharp/dist/input.mjs +814 -0
  852. package/node_modules/sharp/dist/is.cjs +143 -0
  853. package/node_modules/sharp/dist/is.mjs +143 -0
  854. package/node_modules/sharp/dist/libvips.cjs +212 -0
  855. package/node_modules/sharp/dist/libvips.mjs +212 -0
  856. package/node_modules/sharp/dist/operation.cjs +998 -0
  857. package/node_modules/sharp/dist/operation.mjs +998 -0
  858. package/node_modules/sharp/dist/output.cjs +1788 -0
  859. package/node_modules/sharp/dist/output.mjs +1788 -0
  860. package/node_modules/sharp/dist/resize.cjs +617 -0
  861. package/node_modules/sharp/dist/resize.mjs +617 -0
  862. package/node_modules/sharp/dist/sharp.cjs +174 -0
  863. package/node_modules/sharp/dist/sharp.mjs +174 -0
  864. package/node_modules/sharp/dist/utility.cjs +301 -0
  865. package/node_modules/sharp/dist/utility.mjs +301 -0
  866. package/node_modules/sharp/install/build.js +38 -0
  867. package/node_modules/sharp/lib/index.d.ts +1999 -0
  868. package/node_modules/sharp/package.json +227 -0
  869. package/node_modules/sharp/src/binding.gyp +303 -0
  870. package/node_modules/sharp/src/common.cc +1183 -0
  871. package/node_modules/sharp/src/common.h +421 -0
  872. package/node_modules/sharp/src/metadata.cc +404 -0
  873. package/node_modules/sharp/src/metadata.h +95 -0
  874. package/node_modules/sharp/src/operations.cc +516 -0
  875. package/node_modules/sharp/src/operations.h +137 -0
  876. package/node_modules/sharp/src/pipeline.cc +1948 -0
  877. package/node_modules/sharp/src/pipeline.h +422 -0
  878. package/node_modules/sharp/src/sharp.cc +43 -0
  879. package/node_modules/sharp/src/stats.cc +186 -0
  880. package/node_modules/sharp/src/stats.h +62 -0
  881. package/node_modules/sharp/src/utilities.cc +289 -0
  882. package/node_modules/sharp/src/utilities.h +22 -0
  883. package/node_modules/undici-types/LICENSE +21 -0
  884. package/node_modules/undici-types/README.md +6 -0
  885. package/node_modules/undici-types/agent.d.ts +32 -0
  886. package/node_modules/undici-types/api.d.ts +43 -0
  887. package/node_modules/undici-types/balanced-pool.d.ts +30 -0
  888. package/node_modules/undici-types/cache-interceptor.d.ts +173 -0
  889. package/node_modules/undici-types/cache.d.ts +36 -0
  890. package/node_modules/undici-types/client-stats.d.ts +15 -0
  891. package/node_modules/undici-types/client.d.ts +108 -0
  892. package/node_modules/undici-types/connector.d.ts +34 -0
  893. package/node_modules/undici-types/content-type.d.ts +21 -0
  894. package/node_modules/undici-types/cookies.d.ts +30 -0
  895. package/node_modules/undici-types/diagnostics-channel.d.ts +74 -0
  896. package/node_modules/undici-types/dispatcher.d.ts +276 -0
  897. package/node_modules/undici-types/env-http-proxy-agent.d.ts +22 -0
  898. package/node_modules/undici-types/errors.d.ts +161 -0
  899. package/node_modules/undici-types/eventsource.d.ts +66 -0
  900. package/node_modules/undici-types/fetch.d.ts +211 -0
  901. package/node_modules/undici-types/formdata.d.ts +108 -0
  902. package/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  903. package/node_modules/undici-types/global-origin.d.ts +7 -0
  904. package/node_modules/undici-types/h2c-client.d.ts +73 -0
  905. package/node_modules/undici-types/handlers.d.ts +15 -0
  906. package/node_modules/undici-types/header.d.ts +160 -0
  907. package/node_modules/undici-types/index.d.ts +88 -0
  908. package/node_modules/undici-types/interceptors.d.ts +73 -0
  909. package/node_modules/undici-types/mock-agent.d.ts +68 -0
  910. package/node_modules/undici-types/mock-call-history.d.ts +111 -0
  911. package/node_modules/undici-types/mock-client.d.ts +27 -0
  912. package/node_modules/undici-types/mock-errors.d.ts +12 -0
  913. package/node_modules/undici-types/mock-interceptor.d.ts +94 -0
  914. package/node_modules/undici-types/mock-pool.d.ts +27 -0
  915. package/node_modules/undici-types/package.json +55 -0
  916. package/node_modules/undici-types/patch.d.ts +29 -0
  917. package/node_modules/undici-types/pool-stats.d.ts +19 -0
  918. package/node_modules/undici-types/pool.d.ts +41 -0
  919. package/node_modules/undici-types/proxy-agent.d.ts +29 -0
  920. package/node_modules/undici-types/readable.d.ts +68 -0
  921. package/node_modules/undici-types/retry-agent.d.ts +8 -0
  922. package/node_modules/undici-types/retry-handler.d.ts +125 -0
  923. package/node_modules/undici-types/round-robin-pool.d.ts +41 -0
  924. package/node_modules/undici-types/snapshot-agent.d.ts +109 -0
  925. package/node_modules/undici-types/util.d.ts +18 -0
  926. package/node_modules/undici-types/utility.d.ts +7 -0
  927. package/node_modules/undici-types/webidl.d.ts +341 -0
  928. package/node_modules/undici-types/websocket.d.ts +186 -0
  929. package/package.json +23 -1
  930. package/product-web/assets/{index-CSGf6Qzd.css → index-C0u-TtQQ.css} +1 -1
  931. package/product-web/assets/index-CHKZdZNt.js +112 -0
  932. package/product-web/assets/index-CHKZdZNt.js.map +1 -0
  933. package/product-web/assets/langs/{php-DY2VakOf.js → php-9bx0az3O.js} +2 -2
  934. package/product-web/assets/langs/{php-DY2VakOf.js.map → php-9bx0az3O.js.map} +1 -1
  935. package/product-web/assets/langs/{ruby-hwtoiFmS.js → ruby-HDLHRjSL.js} +2 -2
  936. package/product-web/assets/langs/{ruby-hwtoiFmS.js.map → ruby-HDLHRjSL.js.map} +1 -1
  937. package/product-web/assets/{vendor-CldRVjca.js → vendor-CeMKrCZm.js} +36 -35
  938. package/product-web/assets/vendor-CeMKrCZm.js.map +1 -0
  939. package/product-web/boot.json +20 -1
  940. package/product-web/index.html +3 -3
  941. package/product-web/plugins/@xrkseek/client-modules/client.js +83 -12
  942. package/product-web/plugins/@xrkseek/client-runtime/client.js +1 -37
  943. package/product-web/plugins/@xrkseek/client-ui-agent-preset/client.js +39 -39
  944. package/product-web/plugins/@xrkseek/client-ui-attachment/client.js +782 -0
  945. package/product-web/plugins/@xrkseek/client-ui-commands/client.js +7 -7
  946. package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +965 -561
  947. package/product-web/plugins/@xrkseek/client-ui-deliverables/client.js +4 -4
  948. package/product-web/plugins/@xrkseek/client-ui-directory-picker-browse/client.js +24 -24
  949. package/product-web/plugins/@xrkseek/client-ui-goal/client.js +8 -8
  950. package/product-web/plugins/@xrkseek/client-ui-input-trigger/client.js +83 -27
  951. package/product-web/plugins/@xrkseek/client-ui-jobs/client.js +9 -9
  952. package/product-web/plugins/@xrkseek/client-ui-layout/client.js +3 -3
  953. package/product-web/plugins/@xrkseek/client-ui-message-feedback/client.js +4 -4
  954. package/product-web/plugins/@xrkseek/client-ui-model-selection/client.js +15 -15
  955. package/product-web/plugins/@xrkseek/client-ui-permission-presets/client.js +2 -2
  956. package/product-web/plugins/@xrkseek/client-ui-plan/client.js +3 -3
  957. package/product-web/plugins/@xrkseek/client-ui-reference/client.js +148 -0
  958. package/product-web/plugins/@xrkseek/client-ui-settings-general/client.js +13 -13
  959. package/product-web/plugins/@xrkseek/client-ui-settings-models/client.js +56 -56
  960. package/product-web/plugins/@xrkseek/client-ui-settings-plugin-inventory/client.js +12 -12
  961. package/product-web/plugins/@xrkseek/client-ui-settings-plugins/client.js +43 -43
  962. package/product-web/plugins/@xrkseek/client-ui-sidebar/client.js +14 -14
  963. package/product-web/plugins/@xrkseek/client-ui-skill/client.js +11 -11
  964. package/product-web/plugins/@xrkseek/client-ui-subagent/client.js +289 -157
  965. package/product-web/plugins/@xrkseek/client-ui-theme/client.js +4 -4
  966. package/product-web/plugins/@xrkseek/client-ui-tool/client.js +33 -33
  967. package/product-web/plugins/@xrkseek/client-ui-trajectory/client.js +144 -165
  968. package/product-web/plugins/@xrkseek/client-ui-user-questions/client.js +26 -26
  969. package/product-web/plugins/@xrkseek/client-ui-workflow-run/client.js +15 -15
  970. package/product-web/plugins/@xrkseek/client-ui-workspace/client.js +54 -54
  971. package/product-web/plugins/@xrkseek/xrk-api-remotes/client.js +20 -1
  972. package/product-web/assets/index-CcF0Sxxg.js +0 -297
  973. package/product-web/assets/index-CcF0Sxxg.js.map +0 -1
  974. package/product-web/assets/vendor-CldRVjca.js.map +0 -1
@@ -0,0 +1,1596 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // node_modules/color/index.js
20
+ var index_exports = {};
21
+ __export(index_exports, {
22
+ default: () => index_default
23
+ });
24
+ module.exports = __toCommonJS(index_exports);
25
+
26
+ // node_modules/color-name/index.js
27
+ var colors = {
28
+ aliceblue: [240, 248, 255],
29
+ antiquewhite: [250, 235, 215],
30
+ aqua: [0, 255, 255],
31
+ aquamarine: [127, 255, 212],
32
+ azure: [240, 255, 255],
33
+ beige: [245, 245, 220],
34
+ bisque: [255, 228, 196],
35
+ black: [0, 0, 0],
36
+ blanchedalmond: [255, 235, 205],
37
+ blue: [0, 0, 255],
38
+ blueviolet: [138, 43, 226],
39
+ brown: [165, 42, 42],
40
+ burlywood: [222, 184, 135],
41
+ cadetblue: [95, 158, 160],
42
+ chartreuse: [127, 255, 0],
43
+ chocolate: [210, 105, 30],
44
+ coral: [255, 127, 80],
45
+ cornflowerblue: [100, 149, 237],
46
+ cornsilk: [255, 248, 220],
47
+ crimson: [220, 20, 60],
48
+ cyan: [0, 255, 255],
49
+ darkblue: [0, 0, 139],
50
+ darkcyan: [0, 139, 139],
51
+ darkgoldenrod: [184, 134, 11],
52
+ darkgray: [169, 169, 169],
53
+ darkgreen: [0, 100, 0],
54
+ darkgrey: [169, 169, 169],
55
+ darkkhaki: [189, 183, 107],
56
+ darkmagenta: [139, 0, 139],
57
+ darkolivegreen: [85, 107, 47],
58
+ darkorange: [255, 140, 0],
59
+ darkorchid: [153, 50, 204],
60
+ darkred: [139, 0, 0],
61
+ darksalmon: [233, 150, 122],
62
+ darkseagreen: [143, 188, 143],
63
+ darkslateblue: [72, 61, 139],
64
+ darkslategray: [47, 79, 79],
65
+ darkslategrey: [47, 79, 79],
66
+ darkturquoise: [0, 206, 209],
67
+ darkviolet: [148, 0, 211],
68
+ deeppink: [255, 20, 147],
69
+ deepskyblue: [0, 191, 255],
70
+ dimgray: [105, 105, 105],
71
+ dimgrey: [105, 105, 105],
72
+ dodgerblue: [30, 144, 255],
73
+ firebrick: [178, 34, 34],
74
+ floralwhite: [255, 250, 240],
75
+ forestgreen: [34, 139, 34],
76
+ fuchsia: [255, 0, 255],
77
+ gainsboro: [220, 220, 220],
78
+ ghostwhite: [248, 248, 255],
79
+ gold: [255, 215, 0],
80
+ goldenrod: [218, 165, 32],
81
+ gray: [128, 128, 128],
82
+ green: [0, 128, 0],
83
+ greenyellow: [173, 255, 47],
84
+ grey: [128, 128, 128],
85
+ honeydew: [240, 255, 240],
86
+ hotpink: [255, 105, 180],
87
+ indianred: [205, 92, 92],
88
+ indigo: [75, 0, 130],
89
+ ivory: [255, 255, 240],
90
+ khaki: [240, 230, 140],
91
+ lavender: [230, 230, 250],
92
+ lavenderblush: [255, 240, 245],
93
+ lawngreen: [124, 252, 0],
94
+ lemonchiffon: [255, 250, 205],
95
+ lightblue: [173, 216, 230],
96
+ lightcoral: [240, 128, 128],
97
+ lightcyan: [224, 255, 255],
98
+ lightgoldenrodyellow: [250, 250, 210],
99
+ lightgray: [211, 211, 211],
100
+ lightgreen: [144, 238, 144],
101
+ lightgrey: [211, 211, 211],
102
+ lightpink: [255, 182, 193],
103
+ lightsalmon: [255, 160, 122],
104
+ lightseagreen: [32, 178, 170],
105
+ lightskyblue: [135, 206, 250],
106
+ lightslategray: [119, 136, 153],
107
+ lightslategrey: [119, 136, 153],
108
+ lightsteelblue: [176, 196, 222],
109
+ lightyellow: [255, 255, 224],
110
+ lime: [0, 255, 0],
111
+ limegreen: [50, 205, 50],
112
+ linen: [250, 240, 230],
113
+ magenta: [255, 0, 255],
114
+ maroon: [128, 0, 0],
115
+ mediumaquamarine: [102, 205, 170],
116
+ mediumblue: [0, 0, 205],
117
+ mediumorchid: [186, 85, 211],
118
+ mediumpurple: [147, 112, 219],
119
+ mediumseagreen: [60, 179, 113],
120
+ mediumslateblue: [123, 104, 238],
121
+ mediumspringgreen: [0, 250, 154],
122
+ mediumturquoise: [72, 209, 204],
123
+ mediumvioletred: [199, 21, 133],
124
+ midnightblue: [25, 25, 112],
125
+ mintcream: [245, 255, 250],
126
+ mistyrose: [255, 228, 225],
127
+ moccasin: [255, 228, 181],
128
+ navajowhite: [255, 222, 173],
129
+ navy: [0, 0, 128],
130
+ oldlace: [253, 245, 230],
131
+ olive: [128, 128, 0],
132
+ olivedrab: [107, 142, 35],
133
+ orange: [255, 165, 0],
134
+ orangered: [255, 69, 0],
135
+ orchid: [218, 112, 214],
136
+ palegoldenrod: [238, 232, 170],
137
+ palegreen: [152, 251, 152],
138
+ paleturquoise: [175, 238, 238],
139
+ palevioletred: [219, 112, 147],
140
+ papayawhip: [255, 239, 213],
141
+ peachpuff: [255, 218, 185],
142
+ peru: [205, 133, 63],
143
+ pink: [255, 192, 203],
144
+ plum: [221, 160, 221],
145
+ powderblue: [176, 224, 230],
146
+ purple: [128, 0, 128],
147
+ rebeccapurple: [102, 51, 153],
148
+ red: [255, 0, 0],
149
+ rosybrown: [188, 143, 143],
150
+ royalblue: [65, 105, 225],
151
+ saddlebrown: [139, 69, 19],
152
+ salmon: [250, 128, 114],
153
+ sandybrown: [244, 164, 96],
154
+ seagreen: [46, 139, 87],
155
+ seashell: [255, 245, 238],
156
+ sienna: [160, 82, 45],
157
+ silver: [192, 192, 192],
158
+ skyblue: [135, 206, 235],
159
+ slateblue: [106, 90, 205],
160
+ slategray: [112, 128, 144],
161
+ slategrey: [112, 128, 144],
162
+ snow: [255, 250, 250],
163
+ springgreen: [0, 255, 127],
164
+ steelblue: [70, 130, 180],
165
+ tan: [210, 180, 140],
166
+ teal: [0, 128, 128],
167
+ thistle: [216, 191, 216],
168
+ tomato: [255, 99, 71],
169
+ turquoise: [64, 224, 208],
170
+ violet: [238, 130, 238],
171
+ wheat: [245, 222, 179],
172
+ white: [255, 255, 255],
173
+ whitesmoke: [245, 245, 245],
174
+ yellow: [255, 255, 0],
175
+ yellowgreen: [154, 205, 50]
176
+ };
177
+ for (const key in colors) Object.freeze(colors[key]);
178
+ var color_name_default = Object.freeze(colors);
179
+
180
+ // node_modules/color-string/index.js
181
+ var reverseNames = /* @__PURE__ */ Object.create(null);
182
+ for (const name in color_name_default) {
183
+ if (Object.hasOwn(color_name_default, name)) {
184
+ reverseNames[color_name_default[name]] = name;
185
+ }
186
+ }
187
+ var cs = {
188
+ to: {},
189
+ get: {}
190
+ };
191
+ cs.get = function(string) {
192
+ const prefix = string.slice(0, 3).toLowerCase();
193
+ let value;
194
+ let model;
195
+ switch (prefix) {
196
+ case "hsl": {
197
+ value = cs.get.hsl(string);
198
+ model = "hsl";
199
+ break;
200
+ }
201
+ case "hwb": {
202
+ value = cs.get.hwb(string);
203
+ model = "hwb";
204
+ break;
205
+ }
206
+ default: {
207
+ value = cs.get.rgb(string);
208
+ model = "rgb";
209
+ break;
210
+ }
211
+ }
212
+ if (!value) {
213
+ return null;
214
+ }
215
+ return { model, value };
216
+ };
217
+ cs.get.rgb = function(string) {
218
+ if (!string) {
219
+ return null;
220
+ }
221
+ const abbr = /^#([a-f\d]{3,4})$/i;
222
+ const hex = /^#([a-f\d]{6})([a-f\d]{2})?$/i;
223
+ const rgba = /^rgba?\(\s*([+-]?(?:\d*\.)?\d+(?:e\d+)?)(?=[\s,])\s*(?:,\s*)?([+-]?(?:\d*\.)?\d+(?:e\d+)?)(?=[\s,])\s*(?:,\s*)?([+-]?(?:\d*\.)?\d+(?:e\d+)?)\s*(?:[\s,|/]\s*([+-]?(?:\d*\.)?\d+(?:e\d+)?)(%?)\s*)?\)$/i;
224
+ const per = /^rgba?\(\s*([+-]?[\d.]+)%\s*,?\s*([+-]?[\d.]+)%\s*,?\s*([+-]?[\d.]+)%\s*(?:[\s,|/]\s*([+-]?[\d.]+)(%?)\s*)?\)$/i;
225
+ const keyword = /^(\w+)$/;
226
+ let rgb = [0, 0, 0, 1];
227
+ let match;
228
+ let i;
229
+ let hexAlpha;
230
+ if (match = string.match(hex)) {
231
+ hexAlpha = match[2];
232
+ match = match[1];
233
+ for (i = 0; i < 3; i++) {
234
+ const i2 = i * 2;
235
+ rgb[i] = Number.parseInt(match.slice(i2, i2 + 2), 16);
236
+ }
237
+ if (hexAlpha) {
238
+ rgb[3] = Number.parseInt(hexAlpha, 16) / 255;
239
+ }
240
+ } else if (match = string.match(abbr)) {
241
+ match = match[1];
242
+ hexAlpha = match[3];
243
+ for (i = 0; i < 3; i++) {
244
+ rgb[i] = Number.parseInt(match[i] + match[i], 16);
245
+ }
246
+ if (hexAlpha) {
247
+ rgb[3] = Number.parseInt(hexAlpha + hexAlpha, 16) / 255;
248
+ }
249
+ } else if (match = string.match(rgba)) {
250
+ for (i = 0; i < 3; i++) {
251
+ rgb[i] = Number.parseFloat(match[i + 1]);
252
+ }
253
+ if (match[4]) {
254
+ rgb[3] = match[5] ? Number.parseFloat(match[4]) * 0.01 : Number.parseFloat(match[4]);
255
+ }
256
+ } else if (match = string.match(per)) {
257
+ for (i = 0; i < 3; i++) {
258
+ rgb[i] = Math.round(Number.parseFloat(match[i + 1]) * 2.55);
259
+ }
260
+ if (match[4]) {
261
+ rgb[3] = match[5] ? Number.parseFloat(match[4]) * 0.01 : Number.parseFloat(match[4]);
262
+ }
263
+ } else if (match = string.toLowerCase().match(keyword)) {
264
+ if (match[1] === "transparent") {
265
+ return [0, 0, 0, 0];
266
+ }
267
+ if (!Object.hasOwn(color_name_default, match[1])) {
268
+ return null;
269
+ }
270
+ rgb = color_name_default[match[1]].slice();
271
+ rgb[3] = 1;
272
+ return rgb;
273
+ } else {
274
+ return null;
275
+ }
276
+ for (i = 0; i < 3; i++) {
277
+ rgb[i] = clamp(rgb[i], 0, 255);
278
+ }
279
+ rgb[3] = clamp(rgb[3], 0, 1);
280
+ return rgb;
281
+ };
282
+ cs.get.hsl = function(string) {
283
+ if (!string) {
284
+ return null;
285
+ }
286
+ const hsl = /^hsla?\(\s*([+-]?(?:\d{0,3}\.)?\d+)(?:deg)?\s*,?\s*([+-]?[\d.]+)%\s*,?\s*([+-]?[\d.]+)%\s*(?:[,|/]\s*([+-]?(?=\.\d|\d)(?:0|[1-9]\d*)?(?:\.\d*)?(?:e[+-]?\d+)?)\s*)?\)$/i;
287
+ const match = string.match(hsl);
288
+ if (match) {
289
+ const alpha = Number.parseFloat(match[4]);
290
+ const h = (Number.parseFloat(match[1]) % 360 + 360) % 360;
291
+ const s = clamp(Number.parseFloat(match[2]), 0, 100);
292
+ const l = clamp(Number.parseFloat(match[3]), 0, 100);
293
+ const a = clamp(Number.isNaN(alpha) ? 1 : alpha, 0, 1);
294
+ return [h, s, l, a];
295
+ }
296
+ return null;
297
+ };
298
+ cs.get.hwb = function(string) {
299
+ if (!string) {
300
+ return null;
301
+ }
302
+ const hwb = /^hwb\(\s*([+-]?\d{0,3}(?:\.\d+)?)(?:deg)?\s*[\s,]\s*([+-]?[\d.]+)%\s*[\s,]\s*([+-]?[\d.]+)%\s*(?:[\s,]\s*([+-]?(?=\.\d|\d)(?:0|[1-9]\d*)?(?:\.\d*)?(?:e[+-]?\d+)?)\s*)?\)$/i;
303
+ const match = string.match(hwb);
304
+ if (match) {
305
+ const alpha = Number.parseFloat(match[4]);
306
+ const h = (Number.parseFloat(match[1]) % 360 + 360) % 360;
307
+ const w = clamp(Number.parseFloat(match[2]), 0, 100);
308
+ const b = clamp(Number.parseFloat(match[3]), 0, 100);
309
+ const a = clamp(Number.isNaN(alpha) ? 1 : alpha, 0, 1);
310
+ return [h, w, b, a];
311
+ }
312
+ return null;
313
+ };
314
+ cs.to.hex = function(...rgba) {
315
+ return "#" + hexDouble(rgba[0]) + hexDouble(rgba[1]) + hexDouble(rgba[2]) + (rgba[3] < 1 ? hexDouble(Math.round(rgba[3] * 255)) : "");
316
+ };
317
+ cs.to.rgb = function(...rgba) {
318
+ return rgba.length < 4 || rgba[3] === 1 ? "rgb(" + Math.round(rgba[0]) + ", " + Math.round(rgba[1]) + ", " + Math.round(rgba[2]) + ")" : "rgba(" + Math.round(rgba[0]) + ", " + Math.round(rgba[1]) + ", " + Math.round(rgba[2]) + ", " + rgba[3] + ")";
319
+ };
320
+ cs.to.rgb.percent = function(...rgba) {
321
+ const r = Math.round(rgba[0] / 255 * 100);
322
+ const g = Math.round(rgba[1] / 255 * 100);
323
+ const b = Math.round(rgba[2] / 255 * 100);
324
+ return rgba.length < 4 || rgba[3] === 1 ? "rgb(" + r + "%, " + g + "%, " + b + "%)" : "rgba(" + r + "%, " + g + "%, " + b + "%, " + rgba[3] + ")";
325
+ };
326
+ cs.to.hsl = function(...hsla) {
327
+ return hsla.length < 4 || hsla[3] === 1 ? "hsl(" + hsla[0] + ", " + hsla[1] + "%, " + hsla[2] + "%)" : "hsla(" + hsla[0] + ", " + hsla[1] + "%, " + hsla[2] + "%, " + hsla[3] + ")";
328
+ };
329
+ cs.to.hwb = function(...hwba) {
330
+ let a = "";
331
+ if (hwba.length >= 4 && hwba[3] !== 1) {
332
+ a = ", " + hwba[3];
333
+ }
334
+ return "hwb(" + hwba[0] + ", " + hwba[1] + "%, " + hwba[2] + "%" + a + ")";
335
+ };
336
+ cs.to.keyword = function(...rgb) {
337
+ return reverseNames[rgb.slice(0, 3)];
338
+ };
339
+ function clamp(number_, min, max) {
340
+ return Math.min(Math.max(min, number_), max);
341
+ }
342
+ function hexDouble(number_) {
343
+ const string_ = Math.round(number_).toString(16).toUpperCase();
344
+ return string_.length < 2 ? "0" + string_ : string_;
345
+ }
346
+ var color_string_default = cs;
347
+
348
+ // node_modules/color-convert/conversions.js
349
+ var reverseKeywords = {};
350
+ for (const key of Object.keys(color_name_default)) {
351
+ reverseKeywords[color_name_default[key]] = key;
352
+ }
353
+ var convert = {
354
+ rgb: { channels: 3, labels: "rgb" },
355
+ hsl: { channels: 3, labels: "hsl" },
356
+ hsv: { channels: 3, labels: "hsv" },
357
+ hwb: { channels: 3, labels: "hwb" },
358
+ cmyk: { channels: 4, labels: "cmyk" },
359
+ xyz: { channels: 3, labels: "xyz" },
360
+ lab: { channels: 3, labels: "lab" },
361
+ oklab: { channels: 3, labels: ["okl", "oka", "okb"] },
362
+ lch: { channels: 3, labels: "lch" },
363
+ oklch: { channels: 3, labels: ["okl", "okc", "okh"] },
364
+ hex: { channels: 1, labels: ["hex"] },
365
+ keyword: { channels: 1, labels: ["keyword"] },
366
+ ansi16: { channels: 1, labels: ["ansi16"] },
367
+ ansi256: { channels: 1, labels: ["ansi256"] },
368
+ hcg: { channels: 3, labels: ["h", "c", "g"] },
369
+ apple: { channels: 3, labels: ["r16", "g16", "b16"] },
370
+ gray: { channels: 1, labels: ["gray"] }
371
+ };
372
+ var conversions_default = convert;
373
+ var LAB_FT = (6 / 29) ** 3;
374
+ function srgbNonlinearTransform(c) {
375
+ const cc = c > 31308e-7 ? 1.055 * c ** (1 / 2.4) - 0.055 : c * 12.92;
376
+ return Math.min(Math.max(0, cc), 1);
377
+ }
378
+ function srgbNonlinearTransformInv(c) {
379
+ return c > 0.04045 ? ((c + 0.055) / 1.055) ** 2.4 : c / 12.92;
380
+ }
381
+ for (const model of Object.keys(convert)) {
382
+ if (!("channels" in convert[model])) {
383
+ throw new Error("missing channels property: " + model);
384
+ }
385
+ if (!("labels" in convert[model])) {
386
+ throw new Error("missing channel labels property: " + model);
387
+ }
388
+ if (convert[model].labels.length !== convert[model].channels) {
389
+ throw new Error("channel and label counts mismatch: " + model);
390
+ }
391
+ const { channels, labels } = convert[model];
392
+ delete convert[model].channels;
393
+ delete convert[model].labels;
394
+ Object.defineProperty(convert[model], "channels", { value: channels });
395
+ Object.defineProperty(convert[model], "labels", { value: labels });
396
+ }
397
+ convert.rgb.hsl = function(rgb) {
398
+ const r = rgb[0] / 255;
399
+ const g = rgb[1] / 255;
400
+ const b = rgb[2] / 255;
401
+ const min = Math.min(r, g, b);
402
+ const max = Math.max(r, g, b);
403
+ const delta = max - min;
404
+ let h;
405
+ let s;
406
+ switch (max) {
407
+ case min: {
408
+ h = 0;
409
+ break;
410
+ }
411
+ case r: {
412
+ h = (g - b) / delta;
413
+ break;
414
+ }
415
+ case g: {
416
+ h = 2 + (b - r) / delta;
417
+ break;
418
+ }
419
+ case b: {
420
+ h = 4 + (r - g) / delta;
421
+ break;
422
+ }
423
+ }
424
+ h = Math.min(h * 60, 360);
425
+ if (h < 0) {
426
+ h += 360;
427
+ }
428
+ const l = (min + max) / 2;
429
+ if (max === min) {
430
+ s = 0;
431
+ } else if (l <= 0.5) {
432
+ s = delta / (max + min);
433
+ } else {
434
+ s = delta / (2 - max - min);
435
+ }
436
+ return [h, s * 100, l * 100];
437
+ };
438
+ convert.rgb.hsv = function(rgb) {
439
+ let rdif;
440
+ let gdif;
441
+ let bdif;
442
+ let h;
443
+ let s;
444
+ const r = rgb[0] / 255;
445
+ const g = rgb[1] / 255;
446
+ const b = rgb[2] / 255;
447
+ const v = Math.max(r, g, b);
448
+ const diff = v - Math.min(r, g, b);
449
+ const diffc = function(c) {
450
+ return (v - c) / 6 / diff + 1 / 2;
451
+ };
452
+ if (diff === 0) {
453
+ h = 0;
454
+ s = 0;
455
+ } else {
456
+ s = diff / v;
457
+ rdif = diffc(r);
458
+ gdif = diffc(g);
459
+ bdif = diffc(b);
460
+ switch (v) {
461
+ case r: {
462
+ h = bdif - gdif;
463
+ break;
464
+ }
465
+ case g: {
466
+ h = 1 / 3 + rdif - bdif;
467
+ break;
468
+ }
469
+ case b: {
470
+ h = 2 / 3 + gdif - rdif;
471
+ break;
472
+ }
473
+ }
474
+ if (h < 0) {
475
+ h += 1;
476
+ } else if (h > 1) {
477
+ h -= 1;
478
+ }
479
+ }
480
+ return [
481
+ h * 360,
482
+ s * 100,
483
+ v * 100
484
+ ];
485
+ };
486
+ convert.rgb.hwb = function(rgb) {
487
+ const r = rgb[0];
488
+ const g = rgb[1];
489
+ let b = rgb[2];
490
+ const h = convert.rgb.hsl(rgb)[0];
491
+ const w = 1 / 255 * Math.min(r, Math.min(g, b));
492
+ b = 1 - 1 / 255 * Math.max(r, Math.max(g, b));
493
+ return [h, w * 100, b * 100];
494
+ };
495
+ convert.rgb.oklab = function(rgb) {
496
+ const r = srgbNonlinearTransformInv(rgb[0] / 255);
497
+ const g = srgbNonlinearTransformInv(rgb[1] / 255);
498
+ const b = srgbNonlinearTransformInv(rgb[2] / 255);
499
+ const lp = Math.cbrt(0.4122214708 * r + 0.5363325363 * g + 0.0514459929 * b);
500
+ const mp = Math.cbrt(0.2119034982 * r + 0.6806995451 * g + 0.1073969566 * b);
501
+ const sp = Math.cbrt(0.0883024619 * r + 0.2817188376 * g + 0.6299787005 * b);
502
+ const l = 0.2104542553 * lp + 0.793617785 * mp - 0.0040720468 * sp;
503
+ const aa = 1.9779984951 * lp - 2.428592205 * mp + 0.4505937099 * sp;
504
+ const bb = 0.0259040371 * lp + 0.7827717662 * mp - 0.808675766 * sp;
505
+ return [l * 100, aa * 100, bb * 100];
506
+ };
507
+ convert.rgb.cmyk = function(rgb) {
508
+ const r = rgb[0] / 255;
509
+ const g = rgb[1] / 255;
510
+ const b = rgb[2] / 255;
511
+ const k = Math.min(1 - r, 1 - g, 1 - b);
512
+ const c = (1 - r - k) / (1 - k) || 0;
513
+ const m = (1 - g - k) / (1 - k) || 0;
514
+ const y = (1 - b - k) / (1 - k) || 0;
515
+ return [c * 100, m * 100, y * 100, k * 100];
516
+ };
517
+ function comparativeDistance(x, y) {
518
+ return (x[0] - y[0]) ** 2 + (x[1] - y[1]) ** 2 + (x[2] - y[2]) ** 2;
519
+ }
520
+ convert.rgb.keyword = function(rgb) {
521
+ const reversed = reverseKeywords[rgb];
522
+ if (reversed) {
523
+ return reversed;
524
+ }
525
+ let currentClosestDistance = Number.POSITIVE_INFINITY;
526
+ let currentClosestKeyword;
527
+ for (const keyword of Object.keys(color_name_default)) {
528
+ const value = color_name_default[keyword];
529
+ const distance = comparativeDistance(rgb, value);
530
+ if (distance < currentClosestDistance) {
531
+ currentClosestDistance = distance;
532
+ currentClosestKeyword = keyword;
533
+ }
534
+ }
535
+ return currentClosestKeyword;
536
+ };
537
+ convert.keyword.rgb = function(keyword) {
538
+ return [...color_name_default[keyword]];
539
+ };
540
+ convert.rgb.xyz = function(rgb) {
541
+ const r = srgbNonlinearTransformInv(rgb[0] / 255);
542
+ const g = srgbNonlinearTransformInv(rgb[1] / 255);
543
+ const b = srgbNonlinearTransformInv(rgb[2] / 255);
544
+ const x = r * 0.4124564 + g * 0.3575761 + b * 0.1804375;
545
+ const y = r * 0.2126729 + g * 0.7151522 + b * 0.072175;
546
+ const z = r * 0.0193339 + g * 0.119192 + b * 0.9503041;
547
+ return [x * 100, y * 100, z * 100];
548
+ };
549
+ convert.rgb.lab = function(rgb) {
550
+ const xyz = convert.rgb.xyz(rgb);
551
+ let x = xyz[0];
552
+ let y = xyz[1];
553
+ let z = xyz[2];
554
+ x /= 95.047;
555
+ y /= 100;
556
+ z /= 108.883;
557
+ x = x > LAB_FT ? x ** (1 / 3) : 7.787 * x + 16 / 116;
558
+ y = y > LAB_FT ? y ** (1 / 3) : 7.787 * y + 16 / 116;
559
+ z = z > LAB_FT ? z ** (1 / 3) : 7.787 * z + 16 / 116;
560
+ const l = 116 * y - 16;
561
+ const a = 500 * (x - y);
562
+ const b = 200 * (y - z);
563
+ return [l, a, b];
564
+ };
565
+ convert.hsl.rgb = function(hsl) {
566
+ const h = hsl[0] / 360;
567
+ const s = hsl[1] / 100;
568
+ const l = hsl[2] / 100;
569
+ let t3;
570
+ let value;
571
+ if (s === 0) {
572
+ value = l * 255;
573
+ return [value, value, value];
574
+ }
575
+ const t2 = l < 0.5 ? l * (1 + s) : l + s - l * s;
576
+ const t1 = 2 * l - t2;
577
+ const rgb = [0, 0, 0];
578
+ for (let i = 0; i < 3; i++) {
579
+ t3 = h + 1 / 3 * -(i - 1);
580
+ if (t3 < 0) {
581
+ t3++;
582
+ }
583
+ if (t3 > 1) {
584
+ t3--;
585
+ }
586
+ if (6 * t3 < 1) {
587
+ value = t1 + (t2 - t1) * 6 * t3;
588
+ } else if (2 * t3 < 1) {
589
+ value = t2;
590
+ } else if (3 * t3 < 2) {
591
+ value = t1 + (t2 - t1) * (2 / 3 - t3) * 6;
592
+ } else {
593
+ value = t1;
594
+ }
595
+ rgb[i] = value * 255;
596
+ }
597
+ return rgb;
598
+ };
599
+ convert.hsl.hsv = function(hsl) {
600
+ const h = hsl[0];
601
+ let s = hsl[1] / 100;
602
+ let l = hsl[2] / 100;
603
+ let smin = s;
604
+ const lmin = Math.max(l, 0.01);
605
+ l *= 2;
606
+ s *= l <= 1 ? l : 2 - l;
607
+ smin *= lmin <= 1 ? lmin : 2 - lmin;
608
+ const v = (l + s) / 2;
609
+ const sv = l === 0 ? 2 * smin / (lmin + smin) : 2 * s / (l + s);
610
+ return [h, sv * 100, v * 100];
611
+ };
612
+ convert.hsv.rgb = function(hsv) {
613
+ const h = hsv[0] / 60;
614
+ const s = hsv[1] / 100;
615
+ let v = hsv[2] / 100;
616
+ const hi = Math.floor(h) % 6;
617
+ const f = h - Math.floor(h);
618
+ const p = 255 * v * (1 - s);
619
+ const q = 255 * v * (1 - s * f);
620
+ const t = 255 * v * (1 - s * (1 - f));
621
+ v *= 255;
622
+ switch (hi) {
623
+ case 0: {
624
+ return [v, t, p];
625
+ }
626
+ case 1: {
627
+ return [q, v, p];
628
+ }
629
+ case 2: {
630
+ return [p, v, t];
631
+ }
632
+ case 3: {
633
+ return [p, q, v];
634
+ }
635
+ case 4: {
636
+ return [t, p, v];
637
+ }
638
+ case 5: {
639
+ return [v, p, q];
640
+ }
641
+ }
642
+ };
643
+ convert.hsv.hsl = function(hsv) {
644
+ const h = hsv[0];
645
+ const s = hsv[1] / 100;
646
+ const v = hsv[2] / 100;
647
+ const vmin = Math.max(v, 0.01);
648
+ let sl;
649
+ let l;
650
+ l = (2 - s) * v;
651
+ const lmin = (2 - s) * vmin;
652
+ sl = s * vmin;
653
+ sl /= lmin <= 1 ? lmin : 2 - lmin;
654
+ sl = sl || 0;
655
+ l /= 2;
656
+ return [h, sl * 100, l * 100];
657
+ };
658
+ convert.hwb.rgb = function(hwb) {
659
+ const h = hwb[0] / 360;
660
+ let wh = hwb[1] / 100;
661
+ let bl = hwb[2] / 100;
662
+ const ratio = wh + bl;
663
+ let f;
664
+ if (ratio > 1) {
665
+ wh /= ratio;
666
+ bl /= ratio;
667
+ }
668
+ const i = Math.floor(6 * h);
669
+ const v = 1 - bl;
670
+ f = 6 * h - i;
671
+ if ((i & 1) !== 0) {
672
+ f = 1 - f;
673
+ }
674
+ const n = wh + f * (v - wh);
675
+ let r;
676
+ let g;
677
+ let b;
678
+ switch (i) {
679
+ default:
680
+ case 6:
681
+ case 0: {
682
+ r = v;
683
+ g = n;
684
+ b = wh;
685
+ break;
686
+ }
687
+ case 1: {
688
+ r = n;
689
+ g = v;
690
+ b = wh;
691
+ break;
692
+ }
693
+ case 2: {
694
+ r = wh;
695
+ g = v;
696
+ b = n;
697
+ break;
698
+ }
699
+ case 3: {
700
+ r = wh;
701
+ g = n;
702
+ b = v;
703
+ break;
704
+ }
705
+ case 4: {
706
+ r = n;
707
+ g = wh;
708
+ b = v;
709
+ break;
710
+ }
711
+ case 5: {
712
+ r = v;
713
+ g = wh;
714
+ b = n;
715
+ break;
716
+ }
717
+ }
718
+ return [r * 255, g * 255, b * 255];
719
+ };
720
+ convert.cmyk.rgb = function(cmyk) {
721
+ const c = cmyk[0] / 100;
722
+ const m = cmyk[1] / 100;
723
+ const y = cmyk[2] / 100;
724
+ const k = cmyk[3] / 100;
725
+ const r = 1 - Math.min(1, c * (1 - k) + k);
726
+ const g = 1 - Math.min(1, m * (1 - k) + k);
727
+ const b = 1 - Math.min(1, y * (1 - k) + k);
728
+ return [r * 255, g * 255, b * 255];
729
+ };
730
+ convert.xyz.rgb = function(xyz) {
731
+ const x = xyz[0] / 100;
732
+ const y = xyz[1] / 100;
733
+ const z = xyz[2] / 100;
734
+ let r;
735
+ let g;
736
+ let b;
737
+ r = x * 3.2404542 + y * -1.5371385 + z * -0.4985314;
738
+ g = x * -0.969266 + y * 1.8760108 + z * 0.041556;
739
+ b = x * 0.0556434 + y * -0.2040259 + z * 1.0572252;
740
+ r = srgbNonlinearTransform(r);
741
+ g = srgbNonlinearTransform(g);
742
+ b = srgbNonlinearTransform(b);
743
+ return [r * 255, g * 255, b * 255];
744
+ };
745
+ convert.xyz.lab = function(xyz) {
746
+ let x = xyz[0];
747
+ let y = xyz[1];
748
+ let z = xyz[2];
749
+ x /= 95.047;
750
+ y /= 100;
751
+ z /= 108.883;
752
+ x = x > LAB_FT ? x ** (1 / 3) : 7.787 * x + 16 / 116;
753
+ y = y > LAB_FT ? y ** (1 / 3) : 7.787 * y + 16 / 116;
754
+ z = z > LAB_FT ? z ** (1 / 3) : 7.787 * z + 16 / 116;
755
+ const l = 116 * y - 16;
756
+ const a = 500 * (x - y);
757
+ const b = 200 * (y - z);
758
+ return [l, a, b];
759
+ };
760
+ convert.xyz.oklab = function(xyz) {
761
+ const x = xyz[0] / 100;
762
+ const y = xyz[1] / 100;
763
+ const z = xyz[2] / 100;
764
+ const lp = Math.cbrt(0.8189330101 * x + 0.3618667424 * y - 0.1288597137 * z);
765
+ const mp = Math.cbrt(0.0329845436 * x + 0.9293118715 * y + 0.0361456387 * z);
766
+ const sp = Math.cbrt(0.0482003018 * x + 0.2643662691 * y + 0.633851707 * z);
767
+ const l = 0.2104542553 * lp + 0.793617785 * mp - 0.0040720468 * sp;
768
+ const a = 1.9779984951 * lp - 2.428592205 * mp + 0.4505937099 * sp;
769
+ const b = 0.0259040371 * lp + 0.7827717662 * mp - 0.808675766 * sp;
770
+ return [l * 100, a * 100, b * 100];
771
+ };
772
+ convert.oklab.oklch = function(oklab) {
773
+ return convert.lab.lch(oklab);
774
+ };
775
+ convert.oklab.xyz = function(oklab) {
776
+ const ll = oklab[0] / 100;
777
+ const a = oklab[1] / 100;
778
+ const b = oklab[2] / 100;
779
+ const l = (0.999999998 * ll + 0.396337792 * a + 0.215803758 * b) ** 3;
780
+ const m = (1.000000008 * ll - 0.105561342 * a - 0.063854175 * b) ** 3;
781
+ const s = (1.000000055 * ll - 0.089484182 * a - 1.291485538 * b) ** 3;
782
+ const x = 1.227013851 * l - 0.55779998 * m + 0.281256149 * s;
783
+ const y = -0.040580178 * l + 1.11225687 * m - 0.071676679 * s;
784
+ const z = -0.076381285 * l - 0.421481978 * m + 1.58616322 * s;
785
+ return [x * 100, y * 100, z * 100];
786
+ };
787
+ convert.oklab.rgb = function(oklab) {
788
+ const ll = oklab[0] / 100;
789
+ const aa = oklab[1] / 100;
790
+ const bb = oklab[2] / 100;
791
+ const l = (ll + 0.3963377774 * aa + 0.2158037573 * bb) ** 3;
792
+ const m = (ll - 0.1055613458 * aa - 0.0638541728 * bb) ** 3;
793
+ const s = (ll - 0.0894841775 * aa - 1.291485548 * bb) ** 3;
794
+ const r = srgbNonlinearTransform(4.0767416621 * l - 3.3077115913 * m + 0.2309699292 * s);
795
+ const g = srgbNonlinearTransform(-1.2684380046 * l + 2.6097574011 * m - 0.3413193965 * s);
796
+ const b = srgbNonlinearTransform(-0.0041960863 * l - 0.7034186147 * m + 1.707614701 * s);
797
+ return [r * 255, g * 255, b * 255];
798
+ };
799
+ convert.oklch.oklab = function(oklch) {
800
+ return convert.lch.lab(oklch);
801
+ };
802
+ convert.lab.xyz = function(lab) {
803
+ const l = lab[0];
804
+ const a = lab[1];
805
+ const b = lab[2];
806
+ let x;
807
+ let y;
808
+ let z;
809
+ y = (l + 16) / 116;
810
+ x = a / 500 + y;
811
+ z = y - b / 200;
812
+ const y2 = y ** 3;
813
+ const x2 = x ** 3;
814
+ const z2 = z ** 3;
815
+ y = y2 > LAB_FT ? y2 : (y - 16 / 116) / 7.787;
816
+ x = x2 > LAB_FT ? x2 : (x - 16 / 116) / 7.787;
817
+ z = z2 > LAB_FT ? z2 : (z - 16 / 116) / 7.787;
818
+ x *= 95.047;
819
+ y *= 100;
820
+ z *= 108.883;
821
+ return [x, y, z];
822
+ };
823
+ convert.lab.lch = function(lab) {
824
+ const l = lab[0];
825
+ const a = lab[1];
826
+ const b = lab[2];
827
+ let h;
828
+ const hr = Math.atan2(b, a);
829
+ h = hr * 360 / 2 / Math.PI;
830
+ if (h < 0) {
831
+ h += 360;
832
+ }
833
+ const c = Math.sqrt(a * a + b * b);
834
+ return [l, c, h];
835
+ };
836
+ convert.lch.lab = function(lch) {
837
+ const l = lch[0];
838
+ const c = lch[1];
839
+ const h = lch[2];
840
+ const hr = h / 360 * 2 * Math.PI;
841
+ const a = c * Math.cos(hr);
842
+ const b = c * Math.sin(hr);
843
+ return [l, a, b];
844
+ };
845
+ convert.rgb.ansi16 = function(args, saturation = null) {
846
+ const [r, g, b] = args;
847
+ let value = saturation === null ? convert.rgb.hsv(args)[2] : saturation;
848
+ value = Math.round(value / 50);
849
+ if (value === 0) {
850
+ return 30;
851
+ }
852
+ let ansi = 30 + (Math.round(b / 255) << 2 | Math.round(g / 255) << 1 | Math.round(r / 255));
853
+ if (value === 2) {
854
+ ansi += 60;
855
+ }
856
+ return ansi;
857
+ };
858
+ convert.hsv.ansi16 = function(args) {
859
+ return convert.rgb.ansi16(convert.hsv.rgb(args), args[2]);
860
+ };
861
+ convert.rgb.ansi256 = function(args) {
862
+ const r = args[0];
863
+ const g = args[1];
864
+ const b = args[2];
865
+ if (r >> 4 === g >> 4 && g >> 4 === b >> 4) {
866
+ if (r < 8) {
867
+ return 16;
868
+ }
869
+ if (r > 248) {
870
+ return 231;
871
+ }
872
+ return Math.round((r - 8) / 247 * 24) + 232;
873
+ }
874
+ const ansi = 16 + 36 * Math.round(r / 255 * 5) + 6 * Math.round(g / 255 * 5) + Math.round(b / 255 * 5);
875
+ return ansi;
876
+ };
877
+ convert.ansi16.rgb = function(args) {
878
+ args = args[0];
879
+ let color = args % 10;
880
+ if (color === 0 || color === 7) {
881
+ if (args > 50) {
882
+ color += 3.5;
883
+ }
884
+ color = color / 10.5 * 255;
885
+ return [color, color, color];
886
+ }
887
+ const mult = (Math.trunc(args > 50) + 1) * 0.5;
888
+ const r = (color & 1) * mult * 255;
889
+ const g = (color >> 1 & 1) * mult * 255;
890
+ const b = (color >> 2 & 1) * mult * 255;
891
+ return [r, g, b];
892
+ };
893
+ convert.ansi256.rgb = function(args) {
894
+ args = args[0];
895
+ if (args >= 232) {
896
+ const c = (args - 232) * 10 + 8;
897
+ return [c, c, c];
898
+ }
899
+ args -= 16;
900
+ let rem;
901
+ const r = Math.floor(args / 36) / 5 * 255;
902
+ const g = Math.floor((rem = args % 36) / 6) / 5 * 255;
903
+ const b = rem % 6 / 5 * 255;
904
+ return [r, g, b];
905
+ };
906
+ convert.rgb.hex = function(args) {
907
+ const integer = ((Math.round(args[0]) & 255) << 16) + ((Math.round(args[1]) & 255) << 8) + (Math.round(args[2]) & 255);
908
+ const string = integer.toString(16).toUpperCase();
909
+ return "000000".slice(string.length) + string;
910
+ };
911
+ convert.hex.rgb = function(args) {
912
+ const match = args.toString(16).match(/[a-f\d]{6}|[a-f\d]{3}/i);
913
+ if (!match) {
914
+ return [0, 0, 0];
915
+ }
916
+ let colorString = match[0];
917
+ if (match[0].length === 3) {
918
+ colorString = [...colorString].map((char) => char + char).join("");
919
+ }
920
+ const integer = Number.parseInt(colorString, 16);
921
+ const r = integer >> 16 & 255;
922
+ const g = integer >> 8 & 255;
923
+ const b = integer & 255;
924
+ return [r, g, b];
925
+ };
926
+ convert.rgb.hcg = function(rgb) {
927
+ const r = rgb[0] / 255;
928
+ const g = rgb[1] / 255;
929
+ const b = rgb[2] / 255;
930
+ const max = Math.max(Math.max(r, g), b);
931
+ const min = Math.min(Math.min(r, g), b);
932
+ const chroma = max - min;
933
+ let hue;
934
+ const grayscale = chroma < 1 ? min / (1 - chroma) : 0;
935
+ if (chroma <= 0) {
936
+ hue = 0;
937
+ } else if (max === r) {
938
+ hue = (g - b) / chroma % 6;
939
+ } else if (max === g) {
940
+ hue = 2 + (b - r) / chroma;
941
+ } else {
942
+ hue = 4 + (r - g) / chroma;
943
+ }
944
+ hue /= 6;
945
+ hue %= 1;
946
+ return [hue * 360, chroma * 100, grayscale * 100];
947
+ };
948
+ convert.hsl.hcg = function(hsl) {
949
+ const s = hsl[1] / 100;
950
+ const l = hsl[2] / 100;
951
+ const c = l < 0.5 ? 2 * s * l : 2 * s * (1 - l);
952
+ let f = 0;
953
+ if (c < 1) {
954
+ f = (l - 0.5 * c) / (1 - c);
955
+ }
956
+ return [hsl[0], c * 100, f * 100];
957
+ };
958
+ convert.hsv.hcg = function(hsv) {
959
+ const s = hsv[1] / 100;
960
+ const v = hsv[2] / 100;
961
+ const c = s * v;
962
+ let f = 0;
963
+ if (c < 1) {
964
+ f = (v - c) / (1 - c);
965
+ }
966
+ return [hsv[0], c * 100, f * 100];
967
+ };
968
+ convert.hcg.rgb = function(hcg) {
969
+ const h = hcg[0] / 360;
970
+ const c = hcg[1] / 100;
971
+ const g = hcg[2] / 100;
972
+ if (c === 0) {
973
+ return [g * 255, g * 255, g * 255];
974
+ }
975
+ const pure = [0, 0, 0];
976
+ const hi = h % 1 * 6;
977
+ const v = hi % 1;
978
+ const w = 1 - v;
979
+ let mg = 0;
980
+ switch (Math.floor(hi)) {
981
+ case 0: {
982
+ pure[0] = 1;
983
+ pure[1] = v;
984
+ pure[2] = 0;
985
+ break;
986
+ }
987
+ case 1: {
988
+ pure[0] = w;
989
+ pure[1] = 1;
990
+ pure[2] = 0;
991
+ break;
992
+ }
993
+ case 2: {
994
+ pure[0] = 0;
995
+ pure[1] = 1;
996
+ pure[2] = v;
997
+ break;
998
+ }
999
+ case 3: {
1000
+ pure[0] = 0;
1001
+ pure[1] = w;
1002
+ pure[2] = 1;
1003
+ break;
1004
+ }
1005
+ case 4: {
1006
+ pure[0] = v;
1007
+ pure[1] = 0;
1008
+ pure[2] = 1;
1009
+ break;
1010
+ }
1011
+ default: {
1012
+ pure[0] = 1;
1013
+ pure[1] = 0;
1014
+ pure[2] = w;
1015
+ }
1016
+ }
1017
+ mg = (1 - c) * g;
1018
+ return [
1019
+ (c * pure[0] + mg) * 255,
1020
+ (c * pure[1] + mg) * 255,
1021
+ (c * pure[2] + mg) * 255
1022
+ ];
1023
+ };
1024
+ convert.hcg.hsv = function(hcg) {
1025
+ const c = hcg[1] / 100;
1026
+ const g = hcg[2] / 100;
1027
+ const v = c + g * (1 - c);
1028
+ let f = 0;
1029
+ if (v > 0) {
1030
+ f = c / v;
1031
+ }
1032
+ return [hcg[0], f * 100, v * 100];
1033
+ };
1034
+ convert.hcg.hsl = function(hcg) {
1035
+ const c = hcg[1] / 100;
1036
+ const g = hcg[2] / 100;
1037
+ const l = g * (1 - c) + 0.5 * c;
1038
+ let s = 0;
1039
+ if (l > 0 && l < 0.5) {
1040
+ s = c / (2 * l);
1041
+ } else if (l >= 0.5 && l < 1) {
1042
+ s = c / (2 * (1 - l));
1043
+ }
1044
+ return [hcg[0], s * 100, l * 100];
1045
+ };
1046
+ convert.hcg.hwb = function(hcg) {
1047
+ const c = hcg[1] / 100;
1048
+ const g = hcg[2] / 100;
1049
+ const v = c + g * (1 - c);
1050
+ return [hcg[0], (v - c) * 100, (1 - v) * 100];
1051
+ };
1052
+ convert.hwb.hcg = function(hwb) {
1053
+ const w = hwb[1] / 100;
1054
+ const b = hwb[2] / 100;
1055
+ const v = 1 - b;
1056
+ const c = v - w;
1057
+ let g = 0;
1058
+ if (c < 1) {
1059
+ g = (v - c) / (1 - c);
1060
+ }
1061
+ return [hwb[0], c * 100, g * 100];
1062
+ };
1063
+ convert.apple.rgb = function(apple) {
1064
+ return [apple[0] / 65535 * 255, apple[1] / 65535 * 255, apple[2] / 65535 * 255];
1065
+ };
1066
+ convert.rgb.apple = function(rgb) {
1067
+ return [rgb[0] / 255 * 65535, rgb[1] / 255 * 65535, rgb[2] / 255 * 65535];
1068
+ };
1069
+ convert.gray.rgb = function(args) {
1070
+ return [args[0] / 100 * 255, args[0] / 100 * 255, args[0] / 100 * 255];
1071
+ };
1072
+ convert.gray.hsl = function(args) {
1073
+ return [0, 0, args[0]];
1074
+ };
1075
+ convert.gray.hsv = convert.gray.hsl;
1076
+ convert.gray.hwb = function(gray) {
1077
+ return [0, 100, gray[0]];
1078
+ };
1079
+ convert.gray.cmyk = function(gray) {
1080
+ return [0, 0, 0, gray[0]];
1081
+ };
1082
+ convert.gray.lab = function(gray) {
1083
+ return [gray[0], 0, 0];
1084
+ };
1085
+ convert.gray.hex = function(gray) {
1086
+ const value = Math.round(gray[0] / 100 * 255) & 255;
1087
+ const integer = (value << 16) + (value << 8) + value;
1088
+ const string = integer.toString(16).toUpperCase();
1089
+ return "000000".slice(string.length) + string;
1090
+ };
1091
+ convert.rgb.gray = function(rgb) {
1092
+ const value = (rgb[0] + rgb[1] + rgb[2]) / 3;
1093
+ return [value / 255 * 100];
1094
+ };
1095
+
1096
+ // node_modules/color-convert/route.js
1097
+ function buildGraph() {
1098
+ const graph = {};
1099
+ const models2 = Object.keys(conversions_default);
1100
+ for (let { length } = models2, i = 0; i < length; i++) {
1101
+ graph[models2[i]] = {
1102
+ // http://jsperf.com/1-vs-infinity
1103
+ // micro-opt, but this is simple.
1104
+ distance: -1,
1105
+ parent: null
1106
+ };
1107
+ }
1108
+ return graph;
1109
+ }
1110
+ function deriveBFS(fromModel) {
1111
+ const graph = buildGraph();
1112
+ const queue = [fromModel];
1113
+ graph[fromModel].distance = 0;
1114
+ while (queue.length > 0) {
1115
+ const current = queue.pop();
1116
+ const adjacents = Object.keys(conversions_default[current]);
1117
+ for (let { length } = adjacents, i = 0; i < length; i++) {
1118
+ const adjacent = adjacents[i];
1119
+ const node = graph[adjacent];
1120
+ if (node.distance === -1) {
1121
+ node.distance = graph[current].distance + 1;
1122
+ node.parent = current;
1123
+ queue.unshift(adjacent);
1124
+ }
1125
+ }
1126
+ }
1127
+ return graph;
1128
+ }
1129
+ function link(from, to) {
1130
+ return function(args) {
1131
+ return to(from(args));
1132
+ };
1133
+ }
1134
+ function wrapConversion(toModel, graph) {
1135
+ const path = [graph[toModel].parent, toModel];
1136
+ let fn = conversions_default[graph[toModel].parent][toModel];
1137
+ let cur = graph[toModel].parent;
1138
+ while (graph[cur].parent) {
1139
+ path.unshift(graph[cur].parent);
1140
+ fn = link(conversions_default[graph[cur].parent][cur], fn);
1141
+ cur = graph[cur].parent;
1142
+ }
1143
+ fn.conversion = path;
1144
+ return fn;
1145
+ }
1146
+ function route(fromModel) {
1147
+ const graph = deriveBFS(fromModel);
1148
+ const conversion = {};
1149
+ const models2 = Object.keys(graph);
1150
+ for (let { length } = models2, i = 0; i < length; i++) {
1151
+ const toModel = models2[i];
1152
+ const node = graph[toModel];
1153
+ if (node.parent === null) {
1154
+ continue;
1155
+ }
1156
+ conversion[toModel] = wrapConversion(toModel, graph);
1157
+ }
1158
+ return conversion;
1159
+ }
1160
+ var route_default = route;
1161
+
1162
+ // node_modules/color-convert/index.js
1163
+ var convert2 = {};
1164
+ var models = Object.keys(conversions_default);
1165
+ function wrapRaw(fn) {
1166
+ const wrappedFn = function(...args) {
1167
+ const arg0 = args[0];
1168
+ if (arg0 === void 0 || arg0 === null) {
1169
+ return arg0;
1170
+ }
1171
+ if (arg0.length > 1) {
1172
+ args = arg0;
1173
+ }
1174
+ return fn(args);
1175
+ };
1176
+ if ("conversion" in fn) {
1177
+ wrappedFn.conversion = fn.conversion;
1178
+ }
1179
+ return wrappedFn;
1180
+ }
1181
+ function wrapRounded(fn) {
1182
+ const wrappedFn = function(...args) {
1183
+ const arg0 = args[0];
1184
+ if (arg0 === void 0 || arg0 === null) {
1185
+ return arg0;
1186
+ }
1187
+ if (arg0.length > 1) {
1188
+ args = arg0;
1189
+ }
1190
+ const result = fn(args);
1191
+ if (typeof result === "object") {
1192
+ for (let { length } = result, i = 0; i < length; i++) {
1193
+ result[i] = Math.round(result[i]);
1194
+ }
1195
+ }
1196
+ return result;
1197
+ };
1198
+ if ("conversion" in fn) {
1199
+ wrappedFn.conversion = fn.conversion;
1200
+ }
1201
+ return wrappedFn;
1202
+ }
1203
+ for (const fromModel of models) {
1204
+ convert2[fromModel] = {};
1205
+ Object.defineProperty(convert2[fromModel], "channels", { value: conversions_default[fromModel].channels });
1206
+ Object.defineProperty(convert2[fromModel], "labels", { value: conversions_default[fromModel].labels });
1207
+ const routes = route_default(fromModel);
1208
+ const routeModels = Object.keys(routes);
1209
+ for (const toModel of routeModels) {
1210
+ const fn = routes[toModel];
1211
+ convert2[fromModel][toModel] = wrapRounded(fn);
1212
+ convert2[fromModel][toModel].raw = wrapRaw(fn);
1213
+ }
1214
+ }
1215
+ var color_convert_default = convert2;
1216
+
1217
+ // node_modules/color/index.js
1218
+ var skippedModels = [
1219
+ // To be honest, I don't really feel like keyword belongs in color convert, but eh.
1220
+ "keyword",
1221
+ // Gray conflicts with some method names, and has its own method defined.
1222
+ "gray",
1223
+ // Shouldn't really be in color-convert either...
1224
+ "hex"
1225
+ ];
1226
+ var hashedModelKeys = {};
1227
+ for (const model of Object.keys(color_convert_default)) {
1228
+ hashedModelKeys[[...color_convert_default[model].labels].sort().join("")] = model;
1229
+ }
1230
+ var limiters = {};
1231
+ function Color(object, model) {
1232
+ if (!(this instanceof Color)) {
1233
+ return new Color(object, model);
1234
+ }
1235
+ if (model && model in skippedModels) {
1236
+ model = null;
1237
+ }
1238
+ if (model && !(model in color_convert_default)) {
1239
+ throw new Error("Unknown model: " + model);
1240
+ }
1241
+ let i;
1242
+ let channels;
1243
+ if (object == null) {
1244
+ this.model = "rgb";
1245
+ this.color = [0, 0, 0];
1246
+ this.valpha = 1;
1247
+ } else if (object instanceof Color) {
1248
+ this.model = object.model;
1249
+ this.color = [...object.color];
1250
+ this.valpha = object.valpha;
1251
+ } else if (typeof object === "string") {
1252
+ const result = color_string_default.get(object);
1253
+ if (result === null) {
1254
+ throw new Error("Unable to parse color from string: " + object);
1255
+ }
1256
+ this.model = result.model;
1257
+ channels = color_convert_default[this.model].channels;
1258
+ this.color = result.value.slice(0, channels);
1259
+ this.valpha = typeof result.value[channels] === "number" ? result.value[channels] : 1;
1260
+ } else if (object.length > 0) {
1261
+ this.model = model || "rgb";
1262
+ channels = color_convert_default[this.model].channels;
1263
+ const newArray = Array.prototype.slice.call(object, 0, channels);
1264
+ this.color = zeroArray(newArray, channels);
1265
+ this.valpha = typeof object[channels] === "number" ? object[channels] : 1;
1266
+ } else if (typeof object === "number") {
1267
+ this.model = "rgb";
1268
+ this.color = [
1269
+ object >> 16 & 255,
1270
+ object >> 8 & 255,
1271
+ object & 255
1272
+ ];
1273
+ this.valpha = 1;
1274
+ } else {
1275
+ this.valpha = 1;
1276
+ const keys = Object.keys(object);
1277
+ if ("alpha" in object) {
1278
+ keys.splice(keys.indexOf("alpha"), 1);
1279
+ this.valpha = typeof object.alpha === "number" ? object.alpha : 0;
1280
+ }
1281
+ const hashedKeys = keys.sort().join("");
1282
+ if (!(hashedKeys in hashedModelKeys)) {
1283
+ throw new Error("Unable to parse color from object: " + JSON.stringify(object));
1284
+ }
1285
+ this.model = hashedModelKeys[hashedKeys];
1286
+ const { labels } = color_convert_default[this.model];
1287
+ const color = [];
1288
+ for (i = 0; i < labels.length; i++) {
1289
+ color.push(object[labels[i]]);
1290
+ }
1291
+ this.color = zeroArray(color);
1292
+ }
1293
+ if (limiters[this.model]) {
1294
+ channels = color_convert_default[this.model].channels;
1295
+ for (i = 0; i < channels; i++) {
1296
+ const limit = limiters[this.model][i];
1297
+ if (limit) {
1298
+ this.color[i] = limit(this.color[i]);
1299
+ }
1300
+ }
1301
+ }
1302
+ this.valpha = Math.max(0, Math.min(1, this.valpha));
1303
+ if (Object.freeze) {
1304
+ Object.freeze(this);
1305
+ }
1306
+ }
1307
+ Color.prototype = {
1308
+ toString() {
1309
+ return this.string();
1310
+ },
1311
+ toJSON() {
1312
+ return this[this.model]();
1313
+ },
1314
+ string(places) {
1315
+ let self = this.model in color_string_default.to ? this : this.rgb();
1316
+ self = self.round(typeof places === "number" ? places : 1);
1317
+ const arguments_ = self.valpha === 1 ? self.color : [...self.color, this.valpha];
1318
+ return color_string_default.to[self.model](...arguments_);
1319
+ },
1320
+ percentString(places) {
1321
+ const self = this.rgb().round(typeof places === "number" ? places : 1);
1322
+ const arguments_ = self.valpha === 1 ? self.color : [...self.color, this.valpha];
1323
+ return color_string_default.to.rgb.percent(...arguments_);
1324
+ },
1325
+ array() {
1326
+ return this.valpha === 1 ? [...this.color] : [...this.color, this.valpha];
1327
+ },
1328
+ object() {
1329
+ const result = {};
1330
+ const { channels } = color_convert_default[this.model];
1331
+ const { labels } = color_convert_default[this.model];
1332
+ for (let i = 0; i < channels; i++) {
1333
+ result[labels[i]] = this.color[i];
1334
+ }
1335
+ if (this.valpha !== 1) {
1336
+ result.alpha = this.valpha;
1337
+ }
1338
+ return result;
1339
+ },
1340
+ unitArray() {
1341
+ const rgb = this.rgb().color;
1342
+ rgb[0] /= 255;
1343
+ rgb[1] /= 255;
1344
+ rgb[2] /= 255;
1345
+ if (this.valpha !== 1) {
1346
+ rgb.push(this.valpha);
1347
+ }
1348
+ return rgb;
1349
+ },
1350
+ unitObject() {
1351
+ const rgb = this.rgb().object();
1352
+ rgb.r /= 255;
1353
+ rgb.g /= 255;
1354
+ rgb.b /= 255;
1355
+ if (this.valpha !== 1) {
1356
+ rgb.alpha = this.valpha;
1357
+ }
1358
+ return rgb;
1359
+ },
1360
+ round(places) {
1361
+ places = Math.max(places || 0, 0);
1362
+ return new Color([...this.color.map(roundToPlace(places)), this.valpha], this.model);
1363
+ },
1364
+ alpha(value) {
1365
+ if (value !== void 0) {
1366
+ return new Color([...this.color, Math.max(0, Math.min(1, value))], this.model);
1367
+ }
1368
+ return this.valpha;
1369
+ },
1370
+ // Rgb
1371
+ red: getset("rgb", 0, maxfn(255)),
1372
+ green: getset("rgb", 1, maxfn(255)),
1373
+ blue: getset("rgb", 2, maxfn(255)),
1374
+ hue: getset(["hsl", "hsv", "hsl", "hwb", "hcg"], 0, (value) => (value % 360 + 360) % 360),
1375
+ saturationl: getset("hsl", 1, maxfn(100)),
1376
+ lightness: getset("hsl", 2, maxfn(100)),
1377
+ saturationv: getset("hsv", 1, maxfn(100)),
1378
+ value: getset("hsv", 2, maxfn(100)),
1379
+ chroma: getset("hcg", 1, maxfn(100)),
1380
+ gray: getset("hcg", 2, maxfn(100)),
1381
+ white: getset("hwb", 1, maxfn(100)),
1382
+ wblack: getset("hwb", 2, maxfn(100)),
1383
+ cyan: getset("cmyk", 0, maxfn(100)),
1384
+ magenta: getset("cmyk", 1, maxfn(100)),
1385
+ yellow: getset("cmyk", 2, maxfn(100)),
1386
+ black: getset("cmyk", 3, maxfn(100)),
1387
+ x: getset("xyz", 0, maxfn(95.047)),
1388
+ y: getset("xyz", 1, maxfn(100)),
1389
+ z: getset("xyz", 2, maxfn(108.833)),
1390
+ l: getset("lab", 0, maxfn(100)),
1391
+ a: getset("lab", 1),
1392
+ b: getset("lab", 2),
1393
+ keyword(value) {
1394
+ if (value !== void 0) {
1395
+ return new Color(value);
1396
+ }
1397
+ return color_convert_default[this.model].keyword(this.color);
1398
+ },
1399
+ hex(value) {
1400
+ if (value !== void 0) {
1401
+ return new Color(value);
1402
+ }
1403
+ return color_string_default.to.hex(...this.rgb().round().color);
1404
+ },
1405
+ hexa(value) {
1406
+ if (value !== void 0) {
1407
+ return new Color(value);
1408
+ }
1409
+ const rgbArray = this.rgb().round().color;
1410
+ let alphaHex = Math.round(this.valpha * 255).toString(16).toUpperCase();
1411
+ if (alphaHex.length === 1) {
1412
+ alphaHex = "0" + alphaHex;
1413
+ }
1414
+ return color_string_default.to.hex(...rgbArray) + alphaHex;
1415
+ },
1416
+ rgbNumber() {
1417
+ const rgb = this.rgb().color;
1418
+ return (rgb[0] & 255) << 16 | (rgb[1] & 255) << 8 | rgb[2] & 255;
1419
+ },
1420
+ luminosity() {
1421
+ const rgb = this.rgb().color;
1422
+ const lum = [];
1423
+ for (const [i, element] of rgb.entries()) {
1424
+ const chan = element / 255;
1425
+ lum[i] = chan <= 0.04045 ? chan / 12.92 : ((chan + 0.055) / 1.055) ** 2.4;
1426
+ }
1427
+ return 0.2126 * lum[0] + 0.7152 * lum[1] + 0.0722 * lum[2];
1428
+ },
1429
+ contrast(color2) {
1430
+ const lum1 = this.luminosity();
1431
+ const lum2 = color2.luminosity();
1432
+ if (lum1 > lum2) {
1433
+ return (lum1 + 0.05) / (lum2 + 0.05);
1434
+ }
1435
+ return (lum2 + 0.05) / (lum1 + 0.05);
1436
+ },
1437
+ level(color2) {
1438
+ const contrastRatio = this.contrast(color2);
1439
+ if (contrastRatio >= 7) {
1440
+ return "AAA";
1441
+ }
1442
+ return contrastRatio >= 4.5 ? "AA" : "";
1443
+ },
1444
+ isDark() {
1445
+ const rgb = this.rgb().color;
1446
+ const yiq = (rgb[0] * 2126 + rgb[1] * 7152 + rgb[2] * 722) / 1e4;
1447
+ return yiq < 128;
1448
+ },
1449
+ isLight() {
1450
+ return !this.isDark();
1451
+ },
1452
+ negate() {
1453
+ const rgb = this.rgb();
1454
+ for (let i = 0; i < 3; i++) {
1455
+ rgb.color[i] = 255 - rgb.color[i];
1456
+ }
1457
+ return rgb;
1458
+ },
1459
+ lighten(ratio) {
1460
+ const hsl = this.hsl();
1461
+ hsl.color[2] += hsl.color[2] * ratio;
1462
+ return hsl;
1463
+ },
1464
+ darken(ratio) {
1465
+ const hsl = this.hsl();
1466
+ hsl.color[2] -= hsl.color[2] * ratio;
1467
+ return hsl;
1468
+ },
1469
+ saturate(ratio) {
1470
+ const hsl = this.hsl();
1471
+ hsl.color[1] += hsl.color[1] * ratio;
1472
+ return hsl;
1473
+ },
1474
+ desaturate(ratio) {
1475
+ const hsl = this.hsl();
1476
+ hsl.color[1] -= hsl.color[1] * ratio;
1477
+ return hsl;
1478
+ },
1479
+ whiten(ratio) {
1480
+ const hwb = this.hwb();
1481
+ hwb.color[1] += hwb.color[1] * ratio;
1482
+ return hwb;
1483
+ },
1484
+ blacken(ratio) {
1485
+ const hwb = this.hwb();
1486
+ hwb.color[2] += hwb.color[2] * ratio;
1487
+ return hwb;
1488
+ },
1489
+ grayscale() {
1490
+ const rgb = this.rgb().color;
1491
+ const value = rgb[0] * 0.3 + rgb[1] * 0.59 + rgb[2] * 0.11;
1492
+ return Color.rgb(value, value, value);
1493
+ },
1494
+ fade(ratio) {
1495
+ return this.alpha(this.valpha - this.valpha * ratio);
1496
+ },
1497
+ opaquer(ratio) {
1498
+ return this.alpha(this.valpha + this.valpha * ratio);
1499
+ },
1500
+ rotate(degrees) {
1501
+ const hsl = this.hsl();
1502
+ let hue = hsl.color[0];
1503
+ hue = (hue + degrees) % 360;
1504
+ hue = hue < 0 ? 360 + hue : hue;
1505
+ hsl.color[0] = hue;
1506
+ return hsl;
1507
+ },
1508
+ mix(mixinColor, weight) {
1509
+ if (!mixinColor || !mixinColor.rgb) {
1510
+ throw new Error('Argument to "mix" was not a Color instance, but rather an instance of ' + typeof mixinColor);
1511
+ }
1512
+ const color1 = mixinColor.rgb();
1513
+ const color2 = this.rgb();
1514
+ const p = weight === void 0 ? 0.5 : weight;
1515
+ const w = 2 * p - 1;
1516
+ const a = color1.alpha() - color2.alpha();
1517
+ const w1 = ((w * a === -1 ? w : (w + a) / (1 + w * a)) + 1) / 2;
1518
+ const w2 = 1 - w1;
1519
+ return Color.rgb(
1520
+ w1 * color1.red() + w2 * color2.red(),
1521
+ w1 * color1.green() + w2 * color2.green(),
1522
+ w1 * color1.blue() + w2 * color2.blue(),
1523
+ color1.alpha() * p + color2.alpha() * (1 - p)
1524
+ );
1525
+ }
1526
+ };
1527
+ for (const model of Object.keys(color_convert_default)) {
1528
+ if (skippedModels.includes(model)) {
1529
+ continue;
1530
+ }
1531
+ const { channels } = color_convert_default[model];
1532
+ Color.prototype[model] = function(...arguments_) {
1533
+ if (this.model === model) {
1534
+ return new Color(this);
1535
+ }
1536
+ if (arguments_.length > 0) {
1537
+ return new Color(arguments_, model);
1538
+ }
1539
+ return new Color([...assertArray(color_convert_default[this.model][model].raw(this.color)), this.valpha], model);
1540
+ };
1541
+ Color[model] = function(...arguments_) {
1542
+ let color = arguments_[0];
1543
+ if (typeof color === "number") {
1544
+ color = zeroArray(arguments_, channels);
1545
+ }
1546
+ return new Color(color, model);
1547
+ };
1548
+ }
1549
+ function roundTo(number, places) {
1550
+ return Number(number.toFixed(places));
1551
+ }
1552
+ function roundToPlace(places) {
1553
+ return function(number) {
1554
+ return roundTo(number, places);
1555
+ };
1556
+ }
1557
+ function getset(model, channel, modifier) {
1558
+ model = Array.isArray(model) ? model : [model];
1559
+ for (const m of model) {
1560
+ (limiters[m] ||= [])[channel] = modifier;
1561
+ }
1562
+ model = model[0];
1563
+ return function(value) {
1564
+ let result;
1565
+ if (value !== void 0) {
1566
+ if (modifier) {
1567
+ value = modifier(value);
1568
+ }
1569
+ result = this[model]();
1570
+ result.color[channel] = value;
1571
+ return result;
1572
+ }
1573
+ result = this[model]().color[channel];
1574
+ if (modifier) {
1575
+ result = modifier(result);
1576
+ }
1577
+ return result;
1578
+ };
1579
+ }
1580
+ function maxfn(max) {
1581
+ return function(v) {
1582
+ return Math.max(0, Math.min(max, v));
1583
+ };
1584
+ }
1585
+ function assertArray(value) {
1586
+ return Array.isArray(value) ? value : [value];
1587
+ }
1588
+ function zeroArray(array, length) {
1589
+ for (let i = 0; i < length; i++) {
1590
+ if (typeof array[i] !== "number") {
1591
+ array[i] = 0;
1592
+ }
1593
+ }
1594
+ return array;
1595
+ }
1596
+ var index_default = Color;