@sirius-mcp/mcp 1.4.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 (382) hide show
  1. package/dist/adapters/crawl/csharp.d.ts +3 -0
  2. package/dist/adapters/crawl/csharp.d.ts.map +1 -0
  3. package/dist/adapters/crawl/csharp.js +15 -0
  4. package/dist/adapters/crawl/csharp.js.map +1 -0
  5. package/dist/adapters/crawl/go.d.ts +3 -0
  6. package/dist/adapters/crawl/go.d.ts.map +1 -0
  7. package/dist/adapters/crawl/go.js +16 -0
  8. package/dist/adapters/crawl/go.js.map +1 -0
  9. package/dist/adapters/crawl/index.d.ts +3 -0
  10. package/dist/adapters/crawl/index.d.ts.map +1 -0
  11. package/dist/adapters/crawl/index.js +16 -0
  12. package/dist/adapters/crawl/index.js.map +1 -0
  13. package/dist/adapters/crawl/java.d.ts +3 -0
  14. package/dist/adapters/crawl/java.d.ts.map +1 -0
  15. package/dist/adapters/crawl/java.js +19 -0
  16. package/dist/adapters/crawl/java.js.map +1 -0
  17. package/dist/adapters/crawl/js-ts.d.ts +3 -0
  18. package/dist/adapters/crawl/js-ts.d.ts.map +1 -0
  19. package/dist/adapters/crawl/js-ts.js +11 -0
  20. package/dist/adapters/crawl/js-ts.js.map +1 -0
  21. package/dist/adapters/crawl/python.d.ts +3 -0
  22. package/dist/adapters/crawl/python.d.ts.map +1 -0
  23. package/dist/adapters/crawl/python.js +19 -0
  24. package/dist/adapters/crawl/python.js.map +1 -0
  25. package/dist/adapters/crawl/rust.d.ts +3 -0
  26. package/dist/adapters/crawl/rust.d.ts.map +1 -0
  27. package/dist/adapters/crawl/rust.js +15 -0
  28. package/dist/adapters/crawl/rust.js.map +1 -0
  29. package/dist/adapters/db/sqlite-vec-adapter.d.ts +31 -0
  30. package/dist/adapters/db/sqlite-vec-adapter.d.ts.map +1 -0
  31. package/dist/adapters/db/sqlite-vec-adapter.js +191 -0
  32. package/dist/adapters/db/sqlite-vec-adapter.js.map +1 -0
  33. package/dist/adapters/embedding/transformers-onnx-adapter.d.ts +15 -0
  34. package/dist/adapters/embedding/transformers-onnx-adapter.d.ts.map +1 -0
  35. package/dist/adapters/embedding/transformers-onnx-adapter.js +125 -0
  36. package/dist/adapters/embedding/transformers-onnx-adapter.js.map +1 -0
  37. package/dist/adapters/fs/atomic.d.ts +2 -0
  38. package/dist/adapters/fs/atomic.d.ts.map +1 -0
  39. package/dist/adapters/fs/atomic.js +18 -0
  40. package/dist/adapters/fs/atomic.js.map +1 -0
  41. package/dist/adapters/fs/config.d.ts +6 -0
  42. package/dist/adapters/fs/config.d.ts.map +1 -0
  43. package/dist/adapters/fs/config.js +30 -0
  44. package/dist/adapters/fs/config.js.map +1 -0
  45. package/dist/adapters/fs/container-mounts.d.ts +4 -0
  46. package/dist/adapters/fs/container-mounts.d.ts.map +1 -0
  47. package/dist/adapters/fs/container-mounts.js +51 -0
  48. package/dist/adapters/fs/container-mounts.js.map +1 -0
  49. package/dist/adapters/fs/source-scan.d.ts +16 -0
  50. package/dist/adapters/fs/source-scan.d.ts.map +1 -0
  51. package/dist/adapters/fs/source-scan.js +118 -0
  52. package/dist/adapters/fs/source-scan.js.map +1 -0
  53. package/dist/adapters/fs/source-walk.d.ts +16 -0
  54. package/dist/adapters/fs/source-walk.d.ts.map +1 -0
  55. package/dist/adapters/fs/source-walk.js +195 -0
  56. package/dist/adapters/fs/source-walk.js.map +1 -0
  57. package/dist/adapters/fs/structure.d.ts +22 -0
  58. package/dist/adapters/fs/structure.d.ts.map +1 -0
  59. package/dist/adapters/fs/structure.js +146 -0
  60. package/dist/adapters/fs/structure.js.map +1 -0
  61. package/dist/adapters/fs/watch-fs.d.ts +61 -0
  62. package/dist/adapters/fs/watch-fs.d.ts.map +1 -0
  63. package/dist/adapters/fs/watch-fs.js +244 -0
  64. package/dist/adapters/fs/watch-fs.js.map +1 -0
  65. package/dist/adapters/http/embedded-server.d.ts +69 -0
  66. package/dist/adapters/http/embedded-server.d.ts.map +1 -0
  67. package/dist/adapters/http/embedded-server.js +270 -0
  68. package/dist/adapters/http/embedded-server.js.map +1 -0
  69. package/dist/adapters/http/raw-handler.d.ts +11 -0
  70. package/dist/adapters/http/raw-handler.d.ts.map +1 -0
  71. package/dist/adapters/http/raw-handler.js +87 -0
  72. package/dist/adapters/http/raw-handler.js.map +1 -0
  73. package/dist/adapters/http/security-middleware.d.ts +5 -0
  74. package/dist/adapters/http/security-middleware.d.ts.map +1 -0
  75. package/dist/adapters/http/security-middleware.js +48 -0
  76. package/dist/adapters/http/security-middleware.js.map +1 -0
  77. package/dist/adapters/license/fileStore.d.ts +4 -0
  78. package/dist/adapters/license/fileStore.d.ts.map +1 -0
  79. package/dist/adapters/license/fileStore.js +103 -0
  80. package/dist/adapters/license/fileStore.js.map +1 -0
  81. package/dist/adapters/license/offline.d.ts +34 -0
  82. package/dist/adapters/license/offline.d.ts.map +1 -0
  83. package/dist/adapters/license/offline.js +86 -0
  84. package/dist/adapters/license/offline.js.map +1 -0
  85. package/dist/adapters/license/phone-home.d.ts +56 -0
  86. package/dist/adapters/license/phone-home.d.ts.map +1 -0
  87. package/dist/adapters/license/phone-home.js +118 -0
  88. package/dist/adapters/license/phone-home.js.map +1 -0
  89. package/dist/adapters/mcp/crawl.d.ts +7 -0
  90. package/dist/adapters/mcp/crawl.d.ts.map +1 -0
  91. package/dist/adapters/mcp/crawl.js +57 -0
  92. package/dist/adapters/mcp/crawl.js.map +1 -0
  93. package/dist/adapters/mcp/get.d.ts +5 -0
  94. package/dist/adapters/mcp/get.d.ts.map +1 -0
  95. package/dist/adapters/mcp/get.js +57 -0
  96. package/dist/adapters/mcp/get.js.map +1 -0
  97. package/dist/adapters/mcp/index.d.ts +23 -0
  98. package/dist/adapters/mcp/index.d.ts.map +1 -0
  99. package/dist/adapters/mcp/index.js +51 -0
  100. package/dist/adapters/mcp/index.js.map +1 -0
  101. package/dist/adapters/mcp/init.d.ts +5 -0
  102. package/dist/adapters/mcp/init.d.ts.map +1 -0
  103. package/dist/adapters/mcp/init.js +52 -0
  104. package/dist/adapters/mcp/init.js.map +1 -0
  105. package/dist/adapters/mcp/list.d.ts +5 -0
  106. package/dist/adapters/mcp/list.d.ts.map +1 -0
  107. package/dist/adapters/mcp/list.js +63 -0
  108. package/dist/adapters/mcp/list.js.map +1 -0
  109. package/dist/adapters/mcp/reindex.d.ts +6 -0
  110. package/dist/adapters/mcp/reindex.d.ts.map +1 -0
  111. package/dist/adapters/mcp/reindex.js +38 -0
  112. package/dist/adapters/mcp/reindex.js.map +1 -0
  113. package/dist/adapters/mcp/resources.d.ts +20 -0
  114. package/dist/adapters/mcp/resources.d.ts.map +1 -0
  115. package/dist/adapters/mcp/resources.js +111 -0
  116. package/dist/adapters/mcp/resources.js.map +1 -0
  117. package/dist/adapters/mcp/search.d.ts +7 -0
  118. package/dist/adapters/mcp/search.d.ts.map +1 -0
  119. package/dist/adapters/mcp/search.js +56 -0
  120. package/dist/adapters/mcp/search.js.map +1 -0
  121. package/dist/adapters/mcp/upsert.d.ts +6 -0
  122. package/dist/adapters/mcp/upsert.d.ts.map +1 -0
  123. package/dist/adapters/mcp/upsert.js +116 -0
  124. package/dist/adapters/mcp/upsert.js.map +1 -0
  125. package/dist/adapters/sqlite/ftsIndex.d.ts +35 -0
  126. package/dist/adapters/sqlite/ftsIndex.d.ts.map +1 -0
  127. package/dist/adapters/sqlite/ftsIndex.js +208 -0
  128. package/dist/adapters/sqlite/ftsIndex.js.map +1 -0
  129. package/dist/adapters/update/check.d.ts +42 -0
  130. package/dist/adapters/update/check.d.ts.map +1 -0
  131. package/dist/adapters/update/check.js +113 -0
  132. package/dist/adapters/update/check.js.map +1 -0
  133. package/dist/adapters/update/status.d.ts +8 -0
  134. package/dist/adapters/update/status.d.ts.map +1 -0
  135. package/dist/adapters/update/status.js +26 -0
  136. package/dist/adapters/update/status.js.map +1 -0
  137. package/dist/app/crawl.d.ts +27 -0
  138. package/dist/app/crawl.d.ts.map +1 -0
  139. package/dist/app/crawl.js +156 -0
  140. package/dist/app/crawl.js.map +1 -0
  141. package/dist/app/get.d.ts +64 -0
  142. package/dist/app/get.d.ts.map +1 -0
  143. package/dist/app/get.js +130 -0
  144. package/dist/app/get.js.map +1 -0
  145. package/dist/app/index-lifecycle.d.ts +14 -0
  146. package/dist/app/index-lifecycle.d.ts.map +1 -0
  147. package/dist/app/index-lifecycle.js +43 -0
  148. package/dist/app/index-lifecycle.js.map +1 -0
  149. package/dist/app/index-status.d.ts +29 -0
  150. package/dist/app/index-status.d.ts.map +1 -0
  151. package/dist/app/index-status.js +20 -0
  152. package/dist/app/index-status.js.map +1 -0
  153. package/dist/app/init.d.ts +27 -0
  154. package/dist/app/init.d.ts.map +1 -0
  155. package/dist/app/init.js +46 -0
  156. package/dist/app/init.js.map +1 -0
  157. package/dist/app/license-gate.d.ts +10 -0
  158. package/dist/app/license-gate.d.ts.map +1 -0
  159. package/dist/app/license-gate.js +24 -0
  160. package/dist/app/license-gate.js.map +1 -0
  161. package/dist/app/list.d.ts +36 -0
  162. package/dist/app/list.d.ts.map +1 -0
  163. package/dist/app/list.js +42 -0
  164. package/dist/app/list.js.map +1 -0
  165. package/dist/app/loadProjectConfig.d.ts +16 -0
  166. package/dist/app/loadProjectConfig.d.ts.map +1 -0
  167. package/dist/app/loadProjectConfig.js +48 -0
  168. package/dist/app/loadProjectConfig.js.map +1 -0
  169. package/dist/app/reindex.d.ts +27 -0
  170. package/dist/app/reindex.d.ts.map +1 -0
  171. package/dist/app/reindex.js +97 -0
  172. package/dist/app/reindex.js.map +1 -0
  173. package/dist/app/search-orchestrator.d.ts +13 -0
  174. package/dist/app/search-orchestrator.d.ts.map +1 -0
  175. package/dist/app/search-orchestrator.js +63 -0
  176. package/dist/app/search-orchestrator.js.map +1 -0
  177. package/dist/app/search.d.ts +28 -0
  178. package/dist/app/search.d.ts.map +1 -0
  179. package/dist/app/search.js +45 -0
  180. package/dist/app/search.js.map +1 -0
  181. package/dist/app/upsert.d.ts +75 -0
  182. package/dist/app/upsert.d.ts.map +1 -0
  183. package/dist/app/upsert.js +79 -0
  184. package/dist/app/upsert.js.map +1 -0
  185. package/dist/app/vector-backfill.d.ts +27 -0
  186. package/dist/app/vector-backfill.d.ts.map +1 -0
  187. package/dist/app/vector-backfill.js +78 -0
  188. package/dist/app/vector-backfill.js.map +1 -0
  189. package/dist/app/watch.d.ts +56 -0
  190. package/dist/app/watch.d.ts.map +1 -0
  191. package/dist/app/watch.js +154 -0
  192. package/dist/app/watch.js.map +1 -0
  193. package/dist/app/web-portal-search.d.ts +11 -0
  194. package/dist/app/web-portal-search.d.ts.map +1 -0
  195. package/dist/app/web-portal-search.js +97 -0
  196. package/dist/app/web-portal-search.js.map +1 -0
  197. package/dist/app/web-portal-service.d.ts +37 -0
  198. package/dist/app/web-portal-service.d.ts.map +1 -0
  199. package/dist/app/web-portal-service.js +198 -0
  200. package/dist/app/web-portal-service.js.map +1 -0
  201. package/dist/config.d.ts +28 -0
  202. package/dist/config.d.ts.map +1 -0
  203. package/dist/config.js +53 -0
  204. package/dist/config.js.map +1 -0
  205. package/dist/domain/crawl.d.ts +40 -0
  206. package/dist/domain/crawl.d.ts.map +1 -0
  207. package/dist/domain/crawl.js +68 -0
  208. package/dist/domain/crawl.js.map +1 -0
  209. package/dist/domain/embedding-port.d.ts +12 -0
  210. package/dist/domain/embedding-port.d.ts.map +1 -0
  211. package/dist/domain/embedding-port.js +2 -0
  212. package/dist/domain/embedding-port.js.map +1 -0
  213. package/dist/domain/hybrid-search.d.ts +48 -0
  214. package/dist/domain/hybrid-search.d.ts.map +1 -0
  215. package/dist/domain/hybrid-search.js +144 -0
  216. package/dist/domain/hybrid-search.js.map +1 -0
  217. package/dist/domain/index-writer.d.ts +59 -0
  218. package/dist/domain/index-writer.d.ts.map +1 -0
  219. package/dist/domain/index-writer.js +203 -0
  220. package/dist/domain/index-writer.js.map +1 -0
  221. package/dist/domain/index.d.ts +37 -0
  222. package/dist/domain/index.d.ts.map +1 -0
  223. package/dist/domain/index.js +11 -0
  224. package/dist/domain/index.js.map +1 -0
  225. package/dist/domain/license.d.ts +32 -0
  226. package/dist/domain/license.d.ts.map +1 -0
  227. package/dist/domain/license.js +23 -0
  228. package/dist/domain/license.js.map +1 -0
  229. package/dist/domain/source-adapter.d.ts +31 -0
  230. package/dist/domain/source-adapter.d.ts.map +1 -0
  231. package/dist/domain/source-adapter.js +70 -0
  232. package/dist/domain/source-adapter.js.map +1 -0
  233. package/dist/domain/watch-config.d.ts +14 -0
  234. package/dist/domain/watch-config.d.ts.map +1 -0
  235. package/dist/domain/watch-config.js +29 -0
  236. package/dist/domain/watch-config.js.map +1 -0
  237. package/dist/domain/watch.d.ts +64 -0
  238. package/dist/domain/watch.d.ts.map +1 -0
  239. package/dist/domain/watch.js +101 -0
  240. package/dist/domain/watch.js.map +1 -0
  241. package/dist/domain/watcher-port.d.ts +16 -0
  242. package/dist/domain/watcher-port.d.ts.map +1 -0
  243. package/dist/domain/watcher-port.js +2 -0
  244. package/dist/domain/watcher-port.js.map +1 -0
  245. package/dist/domain/web-server-port.d.ts +25 -0
  246. package/dist/domain/web-server-port.d.ts.map +1 -0
  247. package/dist/domain/web-server-port.js +2 -0
  248. package/dist/domain/web-server-port.js.map +1 -0
  249. package/dist/errors.d.ts +20 -0
  250. package/dist/errors.d.ts.map +1 -0
  251. package/dist/errors.js +72 -0
  252. package/dist/errors.js.map +1 -0
  253. package/dist/public/assets/d3-WlJuvznM.js +1 -0
  254. package/dist/public/assets/icons-fLoaB2oH.js +216 -0
  255. package/dist/public/assets/index-BMOY5R3r.js +33 -0
  256. package/dist/public/assets/index-DtnaN3wg.css +1 -0
  257. package/dist/public/assets/inter-cyrillic-400-normal-HOLc17fK.woff +0 -0
  258. package/dist/public/assets/inter-cyrillic-400-normal-obahsSVq.woff2 +0 -0
  259. package/dist/public/assets/inter-cyrillic-500-normal-BasfLYem.woff2 +0 -0
  260. package/dist/public/assets/inter-cyrillic-500-normal-CxZf_p3X.woff +0 -0
  261. package/dist/public/assets/inter-cyrillic-600-normal-4D_pXhcN.woff +0 -0
  262. package/dist/public/assets/inter-cyrillic-600-normal-CWCymEST.woff2 +0 -0
  263. package/dist/public/assets/inter-cyrillic-700-normal-CjBOestx.woff2 +0 -0
  264. package/dist/public/assets/inter-cyrillic-700-normal-DrXBdSj3.woff +0 -0
  265. package/dist/public/assets/inter-cyrillic-ext-400-normal-BQZuk6qB.woff2 +0 -0
  266. package/dist/public/assets/inter-cyrillic-ext-400-normal-DQukG94-.woff +0 -0
  267. package/dist/public/assets/inter-cyrillic-ext-500-normal-B0yAr1jD.woff2 +0 -0
  268. package/dist/public/assets/inter-cyrillic-ext-500-normal-BmqWE9Dz.woff +0 -0
  269. package/dist/public/assets/inter-cyrillic-ext-600-normal-Bcila6Z-.woff +0 -0
  270. package/dist/public/assets/inter-cyrillic-ext-600-normal-Dfes3d0z.woff2 +0 -0
  271. package/dist/public/assets/inter-cyrillic-ext-700-normal-BjwYoWNd.woff2 +0 -0
  272. package/dist/public/assets/inter-cyrillic-ext-700-normal-LO58E6JB.woff +0 -0
  273. package/dist/public/assets/inter-greek-400-normal-B4URO6DV.woff2 +0 -0
  274. package/dist/public/assets/inter-greek-400-normal-q2sYcFCs.woff +0 -0
  275. package/dist/public/assets/inter-greek-500-normal-BIZE56-Y.woff2 +0 -0
  276. package/dist/public/assets/inter-greek-500-normal-Xzm54t5V.woff +0 -0
  277. package/dist/public/assets/inter-greek-600-normal-BZpKdvQh.woff +0 -0
  278. package/dist/public/assets/inter-greek-600-normal-plRanbMR.woff2 +0 -0
  279. package/dist/public/assets/inter-greek-700-normal-BUv2fZ6O.woff +0 -0
  280. package/dist/public/assets/inter-greek-700-normal-C3JjAnD8.woff2 +0 -0
  281. package/dist/public/assets/inter-greek-ext-400-normal-DGGRlc-M.woff2 +0 -0
  282. package/dist/public/assets/inter-greek-ext-400-normal-KugGGMne.woff +0 -0
  283. package/dist/public/assets/inter-greek-ext-500-normal-2j5mBUwD.woff +0 -0
  284. package/dist/public/assets/inter-greek-ext-500-normal-C4iEst2y.woff2 +0 -0
  285. package/dist/public/assets/inter-greek-ext-600-normal-B8X0CLgF.woff +0 -0
  286. package/dist/public/assets/inter-greek-ext-600-normal-DRtmH8MT.woff2 +0 -0
  287. package/dist/public/assets/inter-greek-ext-700-normal-BoQ6DsYi.woff +0 -0
  288. package/dist/public/assets/inter-greek-ext-700-normal-qfdV9bQt.woff2 +0 -0
  289. package/dist/public/assets/inter-latin-400-normal-C38fXH4l.woff2 +0 -0
  290. package/dist/public/assets/inter-latin-400-normal-CyCys3Eg.woff +0 -0
  291. package/dist/public/assets/inter-latin-500-normal-BL9OpVg8.woff +0 -0
  292. package/dist/public/assets/inter-latin-500-normal-Cerq10X2.woff2 +0 -0
  293. package/dist/public/assets/inter-latin-600-normal-CiBQ2DWP.woff +0 -0
  294. package/dist/public/assets/inter-latin-600-normal-LgqL8muc.woff2 +0 -0
  295. package/dist/public/assets/inter-latin-700-normal-BLAVimhd.woff +0 -0
  296. package/dist/public/assets/inter-latin-700-normal-Yt3aPRUw.woff2 +0 -0
  297. package/dist/public/assets/inter-latin-ext-400-normal-77YHD8bZ.woff +0 -0
  298. package/dist/public/assets/inter-latin-ext-400-normal-C1nco2VV.woff2 +0 -0
  299. package/dist/public/assets/inter-latin-ext-500-normal-BxGbmqWO.woff +0 -0
  300. package/dist/public/assets/inter-latin-ext-500-normal-CV4jyFjo.woff2 +0 -0
  301. package/dist/public/assets/inter-latin-ext-600-normal-CIVaiw4L.woff +0 -0
  302. package/dist/public/assets/inter-latin-ext-600-normal-D2bJ5OIk.woff2 +0 -0
  303. package/dist/public/assets/inter-latin-ext-700-normal-Ca8adRJv.woff2 +0 -0
  304. package/dist/public/assets/inter-latin-ext-700-normal-TidjK2hL.woff +0 -0
  305. package/dist/public/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff +0 -0
  306. package/dist/public/assets/inter-vietnamese-400-normal-DMkecbls.woff2 +0 -0
  307. package/dist/public/assets/inter-vietnamese-500-normal-DOriooB6.woff2 +0 -0
  308. package/dist/public/assets/inter-vietnamese-500-normal-mJboJaSs.woff +0 -0
  309. package/dist/public/assets/inter-vietnamese-600-normal-BuLX-rYi.woff +0 -0
  310. package/dist/public/assets/inter-vietnamese-600-normal-Cc8MFFhd.woff2 +0 -0
  311. package/dist/public/assets/inter-vietnamese-700-normal-BZaoP0fm.woff +0 -0
  312. package/dist/public/assets/inter-vietnamese-700-normal-DlLaEgI2.woff2 +0 -0
  313. package/dist/public/assets/jetbrains-mono-cyrillic-400-normal-BEIGL1Tu.woff2 +0 -0
  314. package/dist/public/assets/jetbrains-mono-cyrillic-400-normal-ugxPyKxw.woff +0 -0
  315. package/dist/public/assets/jetbrains-mono-cyrillic-500-normal-DJqRU3vO.woff +0 -0
  316. package/dist/public/assets/jetbrains-mono-cyrillic-500-normal-DmUKJPL_.woff2 +0 -0
  317. package/dist/public/assets/jetbrains-mono-cyrillic-600-normal-8K4wrrwR.woff +0 -0
  318. package/dist/public/assets/jetbrains-mono-cyrillic-600-normal-EVf6-Yzo.woff2 +0 -0
  319. package/dist/public/assets/jetbrains-mono-greek-400-normal-B9oWc5Lo.woff +0 -0
  320. package/dist/public/assets/jetbrains-mono-greek-400-normal-C190GLew.woff2 +0 -0
  321. package/dist/public/assets/jetbrains-mono-greek-500-normal-D7SFKleX.woff +0 -0
  322. package/dist/public/assets/jetbrains-mono-greek-500-normal-JpySY46c.woff2 +0 -0
  323. package/dist/public/assets/jetbrains-mono-greek-600-normal-H7WoG9Et.woff2 +0 -0
  324. package/dist/public/assets/jetbrains-mono-greek-600-normal-mc2nkWzM.woff +0 -0
  325. package/dist/public/assets/jetbrains-mono-latin-400-normal-6-qcROiO.woff +0 -0
  326. package/dist/public/assets/jetbrains-mono-latin-400-normal-V6pRDFza.woff2 +0 -0
  327. package/dist/public/assets/jetbrains-mono-latin-500-normal-BWZEU5yA.woff2 +0 -0
  328. package/dist/public/assets/jetbrains-mono-latin-500-normal-CJOVTJB7.woff +0 -0
  329. package/dist/public/assets/jetbrains-mono-latin-600-normal-BfsvjouI.woff +0 -0
  330. package/dist/public/assets/jetbrains-mono-latin-600-normal-C8RAYTDA.woff2 +0 -0
  331. package/dist/public/assets/jetbrains-mono-latin-ext-400-normal-Bc8Ftmh3.woff2 +0 -0
  332. package/dist/public/assets/jetbrains-mono-latin-ext-400-normal-fXTG6kC5.woff +0 -0
  333. package/dist/public/assets/jetbrains-mono-latin-ext-500-normal-Cut-4mMH.woff2 +0 -0
  334. package/dist/public/assets/jetbrains-mono-latin-ext-500-normal-ckzbgY84.woff +0 -0
  335. package/dist/public/assets/jetbrains-mono-latin-ext-600-normal-BfB_LPfz.woff2 +0 -0
  336. package/dist/public/assets/jetbrains-mono-latin-ext-600-normal-DObL3zCW.woff +0 -0
  337. package/dist/public/assets/jetbrains-mono-vietnamese-400-normal-CqNFfHCs.woff +0 -0
  338. package/dist/public/assets/jetbrains-mono-vietnamese-500-normal-DNRqzVM1.woff +0 -0
  339. package/dist/public/assets/jetbrains-mono-vietnamese-600-normal-OWROknRo.woff +0 -0
  340. package/dist/public/assets/markdown-ClyHvAfw.js +64 -0
  341. package/dist/public/assets/newsreader-latin-400-italic-CEihAR-f.woff2 +0 -0
  342. package/dist/public/assets/newsreader-latin-400-italic-CNZoH1hn.woff +0 -0
  343. package/dist/public/assets/newsreader-latin-400-normal-BFBkh4jY.woff2 +0 -0
  344. package/dist/public/assets/newsreader-latin-400-normal-gRTjlS2D.woff +0 -0
  345. package/dist/public/assets/newsreader-latin-600-normal-30OJ_TG_.woff2 +0 -0
  346. package/dist/public/assets/newsreader-latin-600-normal-DUnT2r2g.woff +0 -0
  347. package/dist/public/assets/newsreader-latin-ext-400-italic-BMTE_bNQ.woff2 +0 -0
  348. package/dist/public/assets/newsreader-latin-ext-400-italic-qdgKLcPG.woff +0 -0
  349. package/dist/public/assets/newsreader-latin-ext-400-normal-DYA1XoQK.woff +0 -0
  350. package/dist/public/assets/newsreader-latin-ext-400-normal-svq1FPys.woff2 +0 -0
  351. package/dist/public/assets/newsreader-latin-ext-600-normal-BXv5iMHi.woff2 +0 -0
  352. package/dist/public/assets/newsreader-latin-ext-600-normal-BrbfzHZ5.woff +0 -0
  353. package/dist/public/assets/newsreader-vietnamese-400-italic-QbB8kb5s.woff +0 -0
  354. package/dist/public/assets/newsreader-vietnamese-400-italic-bZegYFuM.woff2 +0 -0
  355. package/dist/public/assets/newsreader-vietnamese-400-normal-BekUZro8.woff +0 -0
  356. package/dist/public/assets/newsreader-vietnamese-400-normal-DdKr49mV.woff2 +0 -0
  357. package/dist/public/assets/newsreader-vietnamese-600-normal-CVAR0otO.woff +0 -0
  358. package/dist/public/assets/newsreader-vietnamese-600-normal-CaH84vfx.woff2 +0 -0
  359. package/dist/public/assets/vendor-D9lk2KFa.js +17 -0
  360. package/dist/public/brand/sirius-icon.png +0 -0
  361. package/dist/public/brand/sirius-logo-full.png +0 -0
  362. package/dist/public/brand/sirius-wordmark.png +0 -0
  363. package/dist/public/favicon.png +0 -0
  364. package/dist/public/index.html +19 -0
  365. package/dist/schemas/document.d.ts +93 -0
  366. package/dist/schemas/document.d.ts.map +1 -0
  367. package/dist/schemas/document.js +102 -0
  368. package/dist/schemas/document.js.map +1 -0
  369. package/dist/schemas/project.d.ts +16 -0
  370. package/dist/schemas/project.d.ts.map +1 -0
  371. package/dist/schemas/project.js +7 -0
  372. package/dist/schemas/project.js.map +1 -0
  373. package/dist/server-bootstrap.d.ts +16 -0
  374. package/dist/server-bootstrap.d.ts.map +1 -0
  375. package/dist/server-bootstrap.js +184 -0
  376. package/dist/server-bootstrap.js.map +1 -0
  377. package/dist/server.d.ts +3 -0
  378. package/dist/server.d.ts.map +1 -0
  379. package/dist/server.js +114 -0
  380. package/dist/server.js.map +1 -0
  381. package/package.json +67 -0
  382. package/scripts/quality-gate/install-hooks.mjs +20 -0
@@ -0,0 +1,216 @@
1
+ import{r as c}from"./vendor-D9lk2KFa.js";/**
2
+ * @license lucide-react v0.475.0 - ISC
3
+ *
4
+ * This source code is licensed under the ISC license.
5
+ * See the LICENSE file in the root directory of this source tree.
6
+ */const l=t=>t.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),d=(...t)=>t.filter((a,o,n)=>!!a&&a.trim()!==""&&n.indexOf(a)===o).join(" ").trim();/**
7
+ * @license lucide-react v0.475.0 - ISC
8
+ *
9
+ * This source code is licensed under the ISC license.
10
+ * See the LICENSE file in the root directory of this source tree.
11
+ */var M={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};/**
12
+ * @license lucide-react v0.475.0 - ISC
13
+ *
14
+ * This source code is licensed under the ISC license.
15
+ * See the LICENSE file in the root directory of this source tree.
16
+ */const _=c.forwardRef(({color:t="currentColor",size:a=24,strokeWidth:o=2,absoluteStrokeWidth:n,className:y="",children:h,iconNode:s,...k},i)=>c.createElement("svg",{ref:i,...M,width:a,height:a,stroke:t,strokeWidth:n?Number(o)*24/Number(a):o,className:d("lucide",y),...k},[...s.map(([p,r])=>c.createElement(p,r)),...Array.isArray(h)?h:[h]]));/**
17
+ * @license lucide-react v0.475.0 - ISC
18
+ *
19
+ * This source code is licensed under the ISC license.
20
+ * See the LICENSE file in the root directory of this source tree.
21
+ */const e=(t,a)=>{const o=c.forwardRef(({className:n,...y},h)=>c.createElement(_,{ref:h,iconNode:a,className:d(`lucide-${l(t)}`,n),...y}));return o.displayName=`${t}`,o};/**
22
+ * @license lucide-react v0.475.0 - ISC
23
+ *
24
+ * This source code is licensed under the ISC license.
25
+ * See the LICENSE file in the root directory of this source tree.
26
+ */const x=[["path",{d:"M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2",key:"169zse"}]],o1=e("Activity",x);/**
27
+ * @license lucide-react v0.475.0 - ISC
28
+ *
29
+ * This source code is licensed under the ISC license.
30
+ * See the LICENSE file in the root directory of this source tree.
31
+ */const v=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]],n1=e("ArrowRight",v);/**
32
+ * @license lucide-react v0.475.0 - ISC
33
+ *
34
+ * This source code is licensed under the ISC license.
35
+ * See the LICENSE file in the root directory of this source tree.
36
+ */const m=[["path",{d:"M7 7h10v10",key:"1tivn9"}],["path",{d:"M7 17 17 7",key:"1vkiza"}]],h1=e("ArrowUpRight",m);/**
37
+ * @license lucide-react v0.475.0 - ISC
38
+ *
39
+ * This source code is licensed under the ISC license.
40
+ * See the LICENSE file in the root directory of this source tree.
41
+ */const u=[["rect",{x:"14",y:"14",width:"4",height:"6",rx:"2",key:"p02svl"}],["rect",{x:"6",y:"4",width:"4",height:"6",rx:"2",key:"xm4xkj"}],["path",{d:"M6 20h4",key:"1i6q5t"}],["path",{d:"M14 10h4",key:"ru81e7"}],["path",{d:"M6 14h2v6",key:"16z9wg"}],["path",{d:"M14 4h2v6",key:"1idq9u"}]],c1=e("Binary",u);/**
42
+ * @license lucide-react v0.475.0 - ISC
43
+ *
44
+ * This source code is licensed under the ISC license.
45
+ * See the LICENSE file in the root directory of this source tree.
46
+ */const w=[["path",{d:"M2.97 12.92A2 2 0 0 0 2 14.63v3.24a2 2 0 0 0 .97 1.71l3 1.8a2 2 0 0 0 2.06 0L12 19v-5.5l-5-3-4.03 2.42Z",key:"lc1i9w"}],["path",{d:"m7 16.5-4.74-2.85",key:"1o9zyk"}],["path",{d:"m7 16.5 5-3",key:"va8pkn"}],["path",{d:"M7 16.5v5.17",key:"jnp8gn"}],["path",{d:"M12 13.5V19l3.97 2.38a2 2 0 0 0 2.06 0l3-1.8a2 2 0 0 0 .97-1.71v-3.24a2 2 0 0 0-.97-1.71L17 10.5l-5 3Z",key:"8zsnat"}],["path",{d:"m17 16.5-5-3",key:"8arw3v"}],["path",{d:"m17 16.5 4.74-2.85",key:"8rfmw"}],["path",{d:"M17 16.5v5.17",key:"k6z78m"}],["path",{d:"M7.97 4.42A2 2 0 0 0 7 6.13v4.37l5 3 5-3V6.13a2 2 0 0 0-.97-1.71l-3-1.8a2 2 0 0 0-2.06 0l-3 1.8Z",key:"1xygjf"}],["path",{d:"M12 8 7.26 5.15",key:"1vbdud"}],["path",{d:"m12 8 4.74-2.85",key:"3rx089"}],["path",{d:"M12 13.5V8",key:"1io7kd"}]],y1=e("Boxes",w);/**
47
+ * @license lucide-react v0.475.0 - ISC
48
+ *
49
+ * This source code is licensed under the ISC license.
50
+ * See the LICENSE file in the root directory of this source tree.
51
+ */const g=[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]],d1=e("Check",g);/**
52
+ * @license lucide-react v0.475.0 - ISC
53
+ *
54
+ * This source code is licensed under the ISC license.
55
+ * See the LICENSE file in the root directory of this source tree.
56
+ */const $=[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]],s1=e("ChevronDown",$);/**
57
+ * @license lucide-react v0.475.0 - ISC
58
+ *
59
+ * This source code is licensed under the ISC license.
60
+ * See the LICENSE file in the root directory of this source tree.
61
+ */const f=[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]],k1=e("ChevronRight",f);/**
62
+ * @license lucide-react v0.475.0 - ISC
63
+ *
64
+ * This source code is licensed under the ISC license.
65
+ * See the LICENSE file in the root directory of this source tree.
66
+ */const N=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],i1=e("CircleCheck",N);/**
67
+ * @license lucide-react v0.475.0 - ISC
68
+ *
69
+ * This source code is licensed under the ISC license.
70
+ * See the LICENSE file in the root directory of this source tree.
71
+ */const C=[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]],p1=e("Copy",C);/**
72
+ * @license lucide-react v0.475.0 - ISC
73
+ *
74
+ * This source code is licensed under the ISC license.
75
+ * See the LICENSE file in the root directory of this source tree.
76
+ */const z=[["polyline",{points:"9 10 4 15 9 20",key:"r3jprv"}],["path",{d:"M20 4v7a4 4 0 0 1-4 4H4",key:"6o5b7l"}]],r1=e("CornerDownLeft",z);/**
77
+ * @license lucide-react v0.475.0 - ISC
78
+ *
79
+ * This source code is licensed under the ISC license.
80
+ * See the LICENSE file in the root directory of this source tree.
81
+ */const b=[["rect",{width:"16",height:"16",x:"4",y:"4",rx:"2",key:"14l7u7"}],["rect",{width:"6",height:"6",x:"9",y:"9",rx:"1",key:"5aljv4"}],["path",{d:"M15 2v2",key:"13l42r"}],["path",{d:"M15 20v2",key:"15mkzm"}],["path",{d:"M2 15h2",key:"1gxd5l"}],["path",{d:"M2 9h2",key:"1bbxkp"}],["path",{d:"M20 15h2",key:"19e6y8"}],["path",{d:"M20 9h2",key:"19tzq7"}],["path",{d:"M9 2v2",key:"165o2o"}],["path",{d:"M9 20v2",key:"i2bqo8"}]],l1=e("Cpu",b);/**
82
+ * @license lucide-react v0.475.0 - ISC
83
+ *
84
+ * This source code is licensed under the ISC license.
85
+ * See the LICENSE file in the root directory of this source tree.
86
+ */const A=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"22",x2:"18",y1:"12",y2:"12",key:"l9bcsi"}],["line",{x1:"6",x2:"2",y1:"12",y2:"12",key:"13hhkx"}],["line",{x1:"12",x2:"12",y1:"6",y2:"2",key:"10w3f3"}],["line",{x1:"12",x2:"12",y1:"22",y2:"18",key:"15g9kq"}]],M1=e("Crosshair",A);/**
87
+ * @license lucide-react v0.475.0 - ISC
88
+ *
89
+ * This source code is licensed under the ISC license.
90
+ * See the LICENSE file in the root directory of this source tree.
91
+ */const q=[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"M10 14 21 3",key:"gplh6r"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",key:"a6xqqp"}]],_1=e("ExternalLink",q);/**
92
+ * @license lucide-react v0.475.0 - ISC
93
+ *
94
+ * This source code is licensed under the ISC license.
95
+ * See the LICENSE file in the root directory of this source tree.
96
+ */const L=[["path",{d:"M10 12.5 8 15l2 2.5",key:"1tg20x"}],["path",{d:"m14 12.5 2 2.5-2 2.5",key:"yinavb"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z",key:"1mlx9k"}]],x1=e("FileCode",L);/**
97
+ * @license lucide-react v0.475.0 - ISC
98
+ *
99
+ * This source code is licensed under the ISC license.
100
+ * See the LICENSE file in the root directory of this source tree.
101
+ */const j=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]],v1=e("FileText",j);/**
102
+ * @license lucide-react v0.475.0 - ISC
103
+ *
104
+ * This source code is licensed under the ISC license.
105
+ * See the LICENSE file in the root directory of this source tree.
106
+ */const H=[["line",{x1:"4",x2:"20",y1:"9",y2:"9",key:"4lhtct"}],["line",{x1:"4",x2:"20",y1:"15",y2:"15",key:"vyu0kd"}],["line",{x1:"10",x2:"8",y1:"3",y2:"21",key:"1ggp8o"}],["line",{x1:"16",x2:"14",y1:"3",y2:"21",key:"weycgp"}]],m1=e("Hash",H);/**
107
+ * @license lucide-react v0.475.0 - ISC
108
+ *
109
+ * This source code is licensed under the ISC license.
110
+ * See the LICENSE file in the root directory of this source tree.
111
+ */const V=[["path",{d:"M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z",key:"zw3jo"}],["path",{d:"M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12",key:"1wduqc"}],["path",{d:"M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17",key:"kqbvx6"}]],u1=e("Layers",V);/**
112
+ * @license lucide-react v0.475.0 - ISC
113
+ *
114
+ * This source code is licensed under the ISC license.
115
+ * See the LICENSE file in the root directory of this source tree.
116
+ */const R=[["path",{d:"M9 17H7A5 5 0 0 1 7 7h2",key:"8i5ue5"}],["path",{d:"M15 7h2a5 5 0 1 1 0 10h-2",key:"1b9ql8"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}]],w1=e("Link2",R);/**
117
+ * @license lucide-react v0.475.0 - ISC
118
+ *
119
+ * This source code is licensed under the ISC license.
120
+ * See the LICENSE file in the root directory of this source tree.
121
+ */const S=[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56",key:"13zald"}]],g1=e("LoaderCircle",S);/**
122
+ * @license lucide-react v0.475.0 - ISC
123
+ *
124
+ * This source code is licensed under the ISC license.
125
+ * See the LICENSE file in the root directory of this source tree.
126
+ */const Z=[["polyline",{points:"15 3 21 3 21 9",key:"mznyad"}],["polyline",{points:"9 21 3 21 3 15",key:"1avn1i"}],["line",{x1:"21",x2:"14",y1:"3",y2:"10",key:"ota7mn"}],["line",{x1:"3",x2:"10",y1:"21",y2:"14",key:"1atl0r"}]],$1=e("Maximize2",Z);/**
127
+ * @license lucide-react v0.475.0 - ISC
128
+ *
129
+ * This source code is licensed under the ISC license.
130
+ * See the LICENSE file in the root directory of this source tree.
131
+ */const T=[["line",{x1:"4",x2:"20",y1:"12",y2:"12",key:"1e0a9i"}],["line",{x1:"4",x2:"20",y1:"6",y2:"6",key:"1owob3"}],["line",{x1:"4",x2:"20",y1:"18",y2:"18",key:"yk5zj1"}]],f1=e("Menu",T);/**
132
+ * @license lucide-react v0.475.0 - ISC
133
+ *
134
+ * This source code is licensed under the ISC license.
135
+ * See the LICENSE file in the root directory of this source tree.
136
+ */const B=[["path",{d:"M5 12h14",key:"1ays0h"}]],N1=e("Minus",B);/**
137
+ * @license lucide-react v0.475.0 - ISC
138
+ *
139
+ * This source code is licensed under the ISC license.
140
+ * See the LICENSE file in the root directory of this source tree.
141
+ */const O=[["path",{d:"M12 16h.01",key:"1drbdi"}],["path",{d:"M12 8v4",key:"1got3b"}],["path",{d:"M15.312 2a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586l-4.688-4.688A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2z",key:"1fd625"}]],C1=e("OctagonAlert",O);/**
142
+ * @license lucide-react v0.475.0 - ISC
143
+ *
144
+ * This source code is licensed under the ISC license.
145
+ * See the LICENSE file in the root directory of this source tree.
146
+ */const E=[["path",{d:"M12 17v5",key:"bb1du9"}],["path",{d:"M15 9.34V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H7.89",key:"znwnzq"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M9 9v1.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h11",key:"c9qhm2"}]],z1=e("PinOff",E);/**
147
+ * @license lucide-react v0.475.0 - ISC
148
+ *
149
+ * This source code is licensed under the ISC license.
150
+ * See the LICENSE file in the root directory of this source tree.
151
+ */const P=[["path",{d:"M12 17v5",key:"bb1du9"}],["path",{d:"M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H8a2 2 0 0 0 0 4 1 1 0 0 1 1 1z",key:"1nkz8b"}]],b1=e("Pin",P);/**
152
+ * @license lucide-react v0.475.0 - ISC
153
+ *
154
+ * This source code is licensed under the ISC license.
155
+ * See the LICENSE file in the root directory of this source tree.
156
+ */const F=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]],A1=e("Plus",F);/**
157
+ * @license lucide-react v0.475.0 - ISC
158
+ *
159
+ * This source code is licensed under the ISC license.
160
+ * See the LICENSE file in the root directory of this source tree.
161
+ */const D=[["path",{d:"M4.9 19.1C1 15.2 1 8.8 4.9 4.9",key:"1vaf9d"}],["path",{d:"M7.8 16.2c-2.3-2.3-2.3-6.1 0-8.5",key:"u1ii0m"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M16.2 7.8c2.3 2.3 2.3 6.1 0 8.5",key:"1j5fej"}],["path",{d:"M19.1 4.9C23 8.8 23 15.1 19.1 19",key:"10b0cb"}]],q1=e("Radio",D);/**
162
+ * @license lucide-react v0.475.0 - ISC
163
+ *
164
+ * This source code is licensed under the ISC license.
165
+ * See the LICENSE file in the root directory of this source tree.
166
+ */const W=[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]],L1=e("RefreshCw",W);/**
167
+ * @license lucide-react v0.475.0 - ISC
168
+ *
169
+ * This source code is licensed under the ISC license.
170
+ * See the LICENSE file in the root directory of this source tree.
171
+ */const I=[["path",{d:"m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z",key:"7g6ntu"}],["path",{d:"m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z",key:"ijws7r"}],["path",{d:"M7 21h10",key:"1b0cd5"}],["path",{d:"M12 3v18",key:"108xh3"}],["path",{d:"M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2",key:"3gwbw2"}]],j1=e("Scale",I);/**
172
+ * @license lucide-react v0.475.0 - ISC
173
+ *
174
+ * This source code is licensed under the ISC license.
175
+ * See the LICENSE file in the root directory of this source tree.
176
+ */const U=[["path",{d:"M15 12h-5",key:"r7krc0"}],["path",{d:"M15 8h-5",key:"1khuty"}],["path",{d:"M19 17V5a2 2 0 0 0-2-2H4",key:"zz82l3"}],["path",{d:"M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3",key:"1ph1d7"}]],H1=e("ScrollText",U);/**
177
+ * @license lucide-react v0.475.0 - ISC
178
+ *
179
+ * This source code is licensed under the ISC license.
180
+ * See the LICENSE file in the root directory of this source tree.
181
+ */const X=[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]],V1=e("Search",X);/**
182
+ * @license lucide-react v0.475.0 - ISC
183
+ *
184
+ * This source code is licensed under the ISC license.
185
+ * See the LICENSE file in the root directory of this source tree.
186
+ */const K=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],R1=e("ShieldCheck",K);/**
187
+ * @license lucide-react v0.475.0 - ISC
188
+ *
189
+ * This source code is licensed under the ISC license.
190
+ * See the LICENSE file in the root directory of this source tree.
191
+ */const G=[["path",{d:"M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z",key:"4pj2yx"}],["path",{d:"M20 3v4",key:"1olli1"}],["path",{d:"M22 5h-4",key:"1gvqau"}],["path",{d:"M4 17v2",key:"vumght"}],["path",{d:"M5 18H3",key:"zchphs"}]],S1=e("Sparkles",G);/**
192
+ * @license lucide-react v0.475.0 - ISC
193
+ *
194
+ * This source code is licensed under the ISC license.
195
+ * See the LICENSE file in the root directory of this source tree.
196
+ */const J=[["path",{d:"M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z",key:"vktsd0"}],["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor",key:"kqv944"}]],Z1=e("Tag",J);/**
197
+ * @license lucide-react v0.475.0 - ISC
198
+ *
199
+ * This source code is licensed under the ISC license.
200
+ * See the LICENSE file in the root directory of this source tree.
201
+ */const Q=[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]],T1=e("TriangleAlert",Q);/**
202
+ * @license lucide-react v0.475.0 - ISC
203
+ *
204
+ * This source code is licensed under the ISC license.
205
+ * See the LICENSE file in the root directory of this source tree.
206
+ */const Y=[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}],["path",{d:"M5 12.859a10 10 0 0 1 5.17-2.69",key:"1dl1wf"}],["path",{d:"M19 12.859a10 10 0 0 0-2.007-1.523",key:"4k23kn"}],["path",{d:"M2 8.82a15 15 0 0 1 4.177-2.643",key:"1grhjp"}],["path",{d:"M22 8.82a15 15 0 0 0-11.288-3.764",key:"z3jwby"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],B1=e("WifiOff",Y);/**
207
+ * @license lucide-react v0.475.0 - ISC
208
+ *
209
+ * This source code is licensed under the ISC license.
210
+ * See the LICENSE file in the root directory of this source tree.
211
+ */const e1=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],O1=e("X",e1);/**
212
+ * @license lucide-react v0.475.0 - ISC
213
+ *
214
+ * This source code is licensed under the ISC license.
215
+ * See the LICENSE file in the root directory of this source tree.
216
+ */const a1=[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",key:"1xq2db"}]],E1=e("Zap",a1);export{o1 as A,y1 as B,k1 as C,_1 as E,x1 as F,m1 as H,u1 as L,f1 as M,C1 as O,A1 as P,q1 as R,V1 as S,T1 as T,B1 as W,O1 as X,E1 as Z,L1 as a,j1 as b,S1 as c,H1 as d,d1 as e,Z1 as f,l1 as g,N1 as h,$1 as i,M1 as j,s1 as k,p1 as l,R1 as m,n1 as n,i1 as o,w1 as p,h1 as q,b1 as r,z1 as s,g1 as t,v1 as u,c1 as v,r1 as w};