@scalar/agent-chat 0.2.2 → 0.2.5

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 (2617) hide show
  1. package/LICENSE +21 -0
  2. package/dist/App.vue.d.ts +7 -1
  3. package/dist/App.vue.d.ts.map +1 -1
  4. package/dist/App.vue.js +21 -14
  5. package/dist/Chat.vue.d.ts.map +1 -1
  6. package/dist/Chat.vue.js +16 -38
  7. package/dist/api.d.ts +50 -0
  8. package/dist/api.d.ts.map +1 -0
  9. package/dist/api.js +68 -0
  10. package/dist/components/ApprovalSection.vue.d.ts.map +1 -1
  11. package/dist/components/ApprovalSection.vue.js +1 -1
  12. package/dist/components/ApprovalSection.vue2.js +24 -26
  13. package/dist/components/AuthenticationProvided.vue.d.ts +3 -0
  14. package/dist/components/AuthenticationProvided.vue.d.ts.map +1 -0
  15. package/dist/components/AuthenticationProvided.vue.js +13 -0
  16. package/dist/components/AuthenticationRequired.vue.d.ts +3 -0
  17. package/dist/components/AuthenticationRequired.vue.d.ts.map +1 -0
  18. package/dist/components/AuthenticationRequired.vue.js +13 -0
  19. package/dist/components/AutosendPaused.vue.d.ts.map +1 -1
  20. package/dist/components/AutosendPaused.vue.js +8 -8
  21. package/dist/components/ContextItem.vue.d.ts.map +1 -1
  22. package/dist/components/ContextItem.vue2.js +5 -6
  23. package/dist/components/ErrorMessage.vue.d.ts +2 -1
  24. package/dist/components/ErrorMessage.vue.d.ts.map +1 -1
  25. package/dist/components/ErrorMessage.vue.js +1 -1
  26. package/dist/components/ErrorMessage.vue2.js +13 -15
  27. package/dist/components/LoadingMiniOpenAPIDoc.vue.d.ts.map +1 -1
  28. package/dist/components/LoadingMiniOpenAPIDoc.vue.js +8 -8
  29. package/dist/components/LoadingOpenAPISpecsSummary.vue.d.ts.map +1 -1
  30. package/dist/components/LoadingOpenAPISpecsSummary.vue.js +7 -7
  31. package/dist/components/Logo.vue.d.ts.map +1 -1
  32. package/dist/components/Logo.vue.js +6 -6
  33. package/dist/components/PaymentSection.vue.d.ts +9 -0
  34. package/dist/components/PaymentSection.vue.d.ts.map +1 -0
  35. package/dist/components/PaymentSection.vue.js +7 -0
  36. package/dist/components/PaymentSection.vue2.js +34 -0
  37. package/dist/components/RequestApproved.vue.d.ts.map +1 -1
  38. package/dist/components/RequestApproved.vue.js +7 -7
  39. package/dist/components/RequestFailed.vue.d.ts.map +1 -1
  40. package/dist/components/RequestFailed.vue.js +7 -7
  41. package/dist/components/RequestPreview.vue.d.ts +1 -1
  42. package/dist/components/RequestPreview.vue.d.ts.map +1 -1
  43. package/dist/components/RequestPreview.vue.js +2 -3
  44. package/dist/components/RequestPreview.vue2.js +50 -53
  45. package/dist/components/RequestRejected.vue.d.ts.map +1 -1
  46. package/dist/components/RequestRejected.vue.js +7 -7
  47. package/dist/components/RequestSuccess.vue.d.ts.map +1 -1
  48. package/dist/components/RequestSuccess.vue.js +8 -8
  49. package/dist/components/ResponseBody/ResponseBody.vue.d.ts.map +1 -1
  50. package/dist/components/ResponseBody/ResponseBody.vue.js +12 -12
  51. package/dist/components/ResponseBody/ResponseBodyInfo.vue.d.ts.map +1 -1
  52. package/dist/components/ResponseBody/ResponseBodyInfo.vue.js +8 -8
  53. package/dist/components/ResponseBody/ResponseBodyPreview.vue.d.ts.map +1 -1
  54. package/dist/components/ResponseBody/ResponseBodyPreview.vue2.js +18 -20
  55. package/dist/components/ResponseBody/ResponseBodyRaw.vue.d.ts.map +1 -1
  56. package/dist/components/ResponseBody/ResponseBodyRaw.vue.js +5 -6
  57. package/dist/components/ResponseBody/ResponseBodyToggle.vue.d.ts +2 -2
  58. package/dist/components/ResponseBody/ResponseBodyToggle.vue.d.ts.map +1 -1
  59. package/dist/components/ResponseBody/ResponseBodyToggle.vue.js +12 -14
  60. package/dist/components/ResponseBody/helpers/process-response-body.d.ts +1 -1
  61. package/dist/components/ResponseBody/helpers/process-response-body.d.ts.map +1 -1
  62. package/dist/components/ResponseBody/helpers/process-response-body.js +5 -14
  63. package/dist/components/SearchPopover.vue.d.ts +2 -2
  64. package/dist/components/SearchPopover.vue.d.ts.map +1 -1
  65. package/dist/components/SearchPopover.vue.js +2 -2
  66. package/dist/components/SearchPopover.vue2.js +28 -31
  67. package/dist/components/SendingRequest.vue.d.ts.map +1 -1
  68. package/dist/components/SendingRequest.vue.js +6 -6
  69. package/dist/components/Suggestion.vue.d.ts.map +1 -1
  70. package/dist/components/TestRequestButton.vue.d.ts.map +1 -1
  71. package/dist/components/UploadSection.vue.d.ts +7 -0
  72. package/dist/components/UploadSection.vue.d.ts.map +1 -0
  73. package/dist/components/UploadSection.vue.js +7 -0
  74. package/dist/components/UploadSection.vue2.js +62 -0
  75. package/dist/entities/prompt/constants.d.ts +2 -0
  76. package/dist/entities/prompt/constants.d.ts.map +1 -0
  77. package/dist/entities/registry/document.d.ts +21 -0
  78. package/dist/entities/registry/document.d.ts.map +1 -0
  79. package/dist/entities/registry/document.js +12 -0
  80. package/dist/entities/tools/ask-for-authentication.d.ts +7 -0
  81. package/dist/entities/tools/ask-for-authentication.d.ts.map +1 -0
  82. package/dist/entities/tools/ask-for-authentication.js +8 -0
  83. package/dist/entities/tools/constants.d.ts +2 -0
  84. package/dist/entities/tools/constants.d.ts.map +1 -0
  85. package/dist/entities/tools/constants.js +4 -0
  86. package/dist/entities/tools/execute-request.d.ts +42 -0
  87. package/dist/entities/tools/execute-request.d.ts.map +1 -0
  88. package/dist/entities/tools/execute-request.js +11 -0
  89. package/dist/entities/tools/get-mini-openapi-spec.d.ts +12 -0
  90. package/dist/entities/tools/get-mini-openapi-spec.d.ts.map +1 -0
  91. package/dist/entities/tools/get-mini-openapi-spec.js +8 -0
  92. package/dist/entities/tools/get-openapi-spec-summary.d.ts +10 -0
  93. package/dist/entities/tools/get-openapi-spec-summary.d.ts.map +1 -0
  94. package/dist/helpers.d.ts +19 -11
  95. package/dist/helpers.d.ts.map +1 -1
  96. package/dist/helpers.js +66 -112
  97. package/dist/hooks/use-chat-approvals.d.ts +24 -0
  98. package/dist/hooks/use-chat-approvals.d.ts.map +1 -0
  99. package/dist/hooks/use-chat-approvals.js +21 -0
  100. package/dist/hooks/use-chat-error.d.ts +14 -0
  101. package/dist/hooks/use-chat-error.d.ts.map +1 -0
  102. package/dist/hooks/use-chat-error.js +23 -0
  103. package/dist/hooks/use-chat-pending-client-tool-parts.d.ts +19 -0
  104. package/dist/hooks/use-chat-pending-client-tool-parts.d.ts.map +1 -0
  105. package/dist/hooks/use-chat-pending-client-tool-parts.js +12 -0
  106. package/dist/hooks/use-chat-scroll.d.ts +2 -0
  107. package/dist/hooks/use-chat-scroll.d.ts.map +1 -0
  108. package/dist/hooks/use-chat-scroll.js +16 -0
  109. package/dist/hooks/use-search.d.ts +26 -0
  110. package/dist/hooks/use-search.d.ts.map +1 -0
  111. package/dist/hooks/use-search.js +25 -0
  112. package/dist/hooks/use-term-and-conditions.d.ts +6 -0
  113. package/dist/hooks/use-term-and-conditions.d.ts.map +1 -0
  114. package/dist/hooks/use-term-and-conditions.js +16 -0
  115. package/dist/hooks/use-upload-tmp-document.d.ts +19 -0
  116. package/dist/hooks/use-upload-tmp-document.d.ts.map +1 -0
  117. package/dist/hooks/use-upload-tmp-document.js +64 -0
  118. package/dist/index.d.ts +1 -0
  119. package/dist/index.d.ts.map +1 -1
  120. package/dist/index.js +3 -2
  121. package/dist/package.json +35 -23
  122. package/dist/registry/add-documents-to-store.d.ts +8 -7
  123. package/dist/registry/add-documents-to-store.d.ts.map +1 -1
  124. package/dist/registry/add-documents-to-store.js +30 -26
  125. package/dist/registry/create-document-name.d.ts +2 -0
  126. package/dist/registry/create-document-name.d.ts.map +1 -0
  127. package/dist/registry/create-document-name.js +6 -0
  128. package/dist/state/state.d.ts +25 -9
  129. package/dist/state/state.d.ts.map +1 -1
  130. package/dist/state/state.js +81 -72
  131. package/dist/style.css +1 -1
  132. package/dist/types.d.ts +2 -0
  133. package/dist/types.d.ts.map +1 -0
  134. package/dist/views/Chat/Chat.vue.d.ts.map +1 -1
  135. package/dist/views/Chat/Chat.vue.js +2 -2
  136. package/dist/views/Chat/Chat.vue2.js +52 -49
  137. package/dist/views/Chat/Messages/AskForAuthentication.vue.d.ts +10 -0
  138. package/dist/views/Chat/Messages/AskForAuthentication.vue.d.ts.map +1 -0
  139. package/dist/views/Chat/Messages/AskForAuthentication.vue.js +7 -0
  140. package/dist/views/Chat/Messages/AskForAuthentication.vue2.js +89 -0
  141. package/dist/views/Chat/Messages/ExecuteRequestTool.vue.d.ts +1 -1
  142. package/dist/views/Chat/Messages/ExecuteRequestTool.vue.d.ts.map +1 -1
  143. package/dist/views/Chat/Messages/ExecuteRequestTool.vue.js +2 -2
  144. package/dist/views/Chat/Messages/ExecuteRequestTool.vue2.js +8 -8
  145. package/dist/views/Chat/Messages/GetMiniOpenAPIDocTool.vue.d.ts +1 -1
  146. package/dist/views/Chat/Messages/GetMiniOpenAPIDocTool.vue.d.ts.map +1 -1
  147. package/dist/views/Chat/Messages/GetMiniOpenAPIDocTool.vue.js +2 -2
  148. package/dist/views/Chat/Messages/GetMiniOpenAPIDocTool.vue2.js +28 -29
  149. package/dist/views/Chat/Messages/GetOpenAPISpecsSummary.vue.d.ts +1 -1
  150. package/dist/views/Chat/Messages/GetOpenAPISpecsSummary.vue.d.ts.map +1 -1
  151. package/dist/views/Chat/Messages/GetOpenAPISpecsSummary.vue.js +10 -11
  152. package/dist/views/Chat/Messages/Text.vue.d.ts.map +1 -1
  153. package/dist/views/Chat/Messages/Text.vue.js +7 -10
  154. package/dist/views/Layout.vue.d.ts.map +1 -1
  155. package/dist/views/Layout.vue2.js +13 -14
  156. package/dist/views/PromptForm.vue.d.ts.map +1 -1
  157. package/dist/views/PromptForm.vue.js +2 -2
  158. package/dist/views/PromptForm.vue2.js +153 -108
  159. package/dist/views/Settings/Auth.vue.d.ts.map +1 -1
  160. package/dist/views/Settings/Auth.vue.js +45 -36
  161. package/dist/views/Settings/DocSettings.vue.d.ts.map +1 -1
  162. package/dist/views/Settings/DocSettings.vue.js +4 -4
  163. package/dist/views/Settings/DocSettings.vue2.js +19 -20
  164. package/dist/views/Settings/Settings.vue.d.ts.map +1 -1
  165. package/dist/views/Settings/Settings.vue.js +2 -2
  166. package/dist/views/Settings/Settings.vue2.js +34 -39
  167. package/dist/views/Start.vue.d.ts.map +1 -1
  168. package/dist/views/Start.vue.js +2 -2
  169. package/dist/views/Start.vue2.js +27 -36
  170. package/package.json +53 -7
  171. package/dist/App.vue.js.map +0 -1
  172. package/dist/App.vue2.js.map +0 -1
  173. package/dist/Chat.vue.js.map +0 -1
  174. package/dist/Chat.vue2.js.map +0 -1
  175. package/dist/_virtual/__vite-browser-external.js +0 -1
  176. package/dist/_virtual/__vite-optional-peer-dep_stream-markdown_markstream-vue_false.js +0 -5
  177. package/dist/_virtual/__vite-optional-peer-dep_stream-monaco_markstream-vue_false.js +0 -5
  178. package/dist/_virtual/__vite-optional-peer-dep_vue-i18n_markstream-vue_false.js +0 -5
  179. package/dist/_virtual/_commonjsHelpers.js +0 -6
  180. package/dist/_virtual/_plugin-vue_export-helper.js.map +0 -1
  181. package/dist/_virtual/advancedFormat.js +0 -7
  182. package/dist/_virtual/advancedFormat2.js +0 -4
  183. package/dist/_virtual/cancellation.js +0 -5
  184. package/dist/_virtual/cancellation2.js +0 -4
  185. package/dist/_virtual/constants.js +0 -4
  186. package/dist/_virtual/core.js +0 -7
  187. package/dist/_virtual/cose-base.js +0 -4
  188. package/dist/_virtual/cose-base2.js +0 -4
  189. package/dist/_virtual/curl.js +0 -7
  190. package/dist/_virtual/customParseFormat.js +0 -7
  191. package/dist/_virtual/customParseFormat2.js +0 -4
  192. package/dist/_virtual/cytoscape-cose-bilkent.js +0 -7
  193. package/dist/_virtual/cytoscape-cose-bilkent2.js +0 -4
  194. package/dist/_virtual/cytoscape-fcose.js +0 -7
  195. package/dist/_virtual/cytoscape-fcose2.js +0 -4
  196. package/dist/_virtual/dayjs.min.js +0 -7
  197. package/dist/_virtual/dayjs.min2.js +0 -4
  198. package/dist/_virtual/events.js +0 -5
  199. package/dist/_virtual/events2.js +0 -4
  200. package/dist/_virtual/index.js +0 -7
  201. package/dist/_virtual/index2.js +0 -5
  202. package/dist/_virtual/index3.js +0 -4
  203. package/dist/_virtual/infographic_markstream-vue_false.js +0 -5
  204. package/dist/_virtual/is.js +0 -4
  205. package/dist/_virtual/isoWeek.js +0 -7
  206. package/dist/_virtual/isoWeek2.js +0 -4
  207. package/dist/_virtual/layout-base.js +0 -4
  208. package/dist/_virtual/layout-base2.js +0 -4
  209. package/dist/_virtual/mime-type.js +0 -7
  210. package/dist/_virtual/ral.js +0 -4
  211. package/dist/_virtual/utils.js +0 -4
  212. package/dist/components/ApprovalSection.vue.js.map +0 -1
  213. package/dist/components/ApprovalSection.vue2.js.map +0 -1
  214. package/dist/components/AutosendPaused.vue.js.map +0 -1
  215. package/dist/components/ContextItem.vue.js.map +0 -1
  216. package/dist/components/ContextItem.vue2.js.map +0 -1
  217. package/dist/components/Endpoint.vue.d.ts +0 -9
  218. package/dist/components/Endpoint.vue.d.ts.map +0 -1
  219. package/dist/components/Endpoint.vue.js +0 -7
  220. package/dist/components/Endpoint.vue.js.map +0 -1
  221. package/dist/components/Endpoint.vue2.js +0 -82
  222. package/dist/components/Endpoint.vue2.js.map +0 -1
  223. package/dist/components/ErrorMessage.vue.js.map +0 -1
  224. package/dist/components/ErrorMessage.vue2.js.map +0 -1
  225. package/dist/components/LoadingMiniOpenAPIDoc.vue.js.map +0 -1
  226. package/dist/components/LoadingOpenAPISpecsSummary.vue.js.map +0 -1
  227. package/dist/components/Logo.vue.js.map +0 -1
  228. package/dist/components/RequestApproved.vue.js.map +0 -1
  229. package/dist/components/RequestFailed.vue.js.map +0 -1
  230. package/dist/components/RequestPreview.vue.js.map +0 -1
  231. package/dist/components/RequestPreview.vue2.js.map +0 -1
  232. package/dist/components/RequestRejected.vue.js.map +0 -1
  233. package/dist/components/RequestSuccess.vue.js.map +0 -1
  234. package/dist/components/ResponseBody/ResponseBody.vue.js.map +0 -1
  235. package/dist/components/ResponseBody/ResponseBody.vue2.js.map +0 -1
  236. package/dist/components/ResponseBody/ResponseBodyInfo.vue.js.map +0 -1
  237. package/dist/components/ResponseBody/ResponseBodyPreview.vue.js.map +0 -1
  238. package/dist/components/ResponseBody/ResponseBodyPreview.vue2.js.map +0 -1
  239. package/dist/components/ResponseBody/ResponseBodyRaw.vue.js.map +0 -1
  240. package/dist/components/ResponseBody/ResponseBodyRaw.vue2.js.map +0 -1
  241. package/dist/components/ResponseBody/ResponseBodyToggle.vue.js.map +0 -1
  242. package/dist/components/ResponseBody/ResponseBodyToggle.vue2.js.map +0 -1
  243. package/dist/components/ResponseBody/helpers/media-types.js.map +0 -1
  244. package/dist/components/ResponseBody/helpers/process-response-body.js.map +0 -1
  245. package/dist/components/SearchPopover.vue.js.map +0 -1
  246. package/dist/components/SearchPopover.vue2.js.map +0 -1
  247. package/dist/components/SendingRequest.vue.js.map +0 -1
  248. package/dist/components/Suggestion.vue.js +0 -7
  249. package/dist/components/Suggestion.vue.js.map +0 -1
  250. package/dist/components/Suggestion.vue2.js +0 -24
  251. package/dist/components/Suggestion.vue2.js.map +0 -1
  252. package/dist/components/TestRequestButton.vue.js +0 -7
  253. package/dist/components/TestRequestButton.vue.js.map +0 -1
  254. package/dist/components/TestRequestButton.vue2.js +0 -34
  255. package/dist/components/TestRequestButton.vue2.js.map +0 -1
  256. package/dist/helpers.js.map +0 -1
  257. package/dist/hooks/useChatApprovals.d.ts +0 -24
  258. package/dist/hooks/useChatApprovals.d.ts.map +0 -1
  259. package/dist/hooks/useChatApprovals.js +0 -21
  260. package/dist/hooks/useChatApprovals.js.map +0 -1
  261. package/dist/hooks/useChatOperationBlocks.d.ts +0 -3
  262. package/dist/hooks/useChatOperationBlocks.d.ts.map +0 -1
  263. package/dist/hooks/useChatOperationBlocks.js +0 -28
  264. package/dist/hooks/useChatOperationBlocks.js.map +0 -1
  265. package/dist/hooks/useChatScroll.d.ts +0 -2
  266. package/dist/hooks/useChatScroll.d.ts.map +0 -1
  267. package/dist/hooks/useChatScroll.js +0 -19
  268. package/dist/hooks/useChatScroll.js.map +0 -1
  269. package/dist/hooks/useSearch.d.ts +0 -26
  270. package/dist/hooks/useSearch.d.ts.map +0 -1
  271. package/dist/hooks/useSearch.js +0 -27
  272. package/dist/hooks/useSearch.js.map +0 -1
  273. package/dist/index.js.map +0 -1
  274. package/dist/node_modules/.pnpm/@ai-sdk_provider-utils@4.0.5_zod@4.3.5/node_modules/@ai-sdk/provider-utils/dist/index.js +0 -1177
  275. package/dist/node_modules/.pnpm/@ai-sdk_provider@3.0.2/node_modules/@ai-sdk/provider/dist/index.js +0 -91
  276. package/dist/node_modules/.pnpm/@ai-sdk_vue@3.0.33_vue@3.5.26_typescript@5.9.3__zod@4.3.5/node_modules/@ai-sdk/vue/dist/index.js +0 -41
  277. package/dist/node_modules/.pnpm/@braintree_sanitize-url@7.1.1/node_modules/@braintree/sanitize-url/dist/constants.js +0 -8
  278. package/dist/node_modules/.pnpm/@braintree_sanitize-url@7.1.1/node_modules/@braintree/sanitize-url/dist/index.js +0 -60
  279. package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/helpers.js +0 -38
  280. package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/model.js +0 -190
  281. package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/visitor.js +0 -64
  282. package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/base-regexp-visitor.js +0 -95
  283. package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/character-classes.js +0 -43
  284. package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/regexp-parser.js +0 -606
  285. package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/utils.js +0 -32
  286. package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/print.js +0 -10
  287. package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/timer.js +0 -7
  288. package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/to-fast-properties.js +0 -13
  289. package/dist/node_modules/.pnpm/@codemirror_autocomplete@6.19.1/node_modules/@codemirror/autocomplete/dist/index.js +0 -1371
  290. package/dist/node_modules/.pnpm/@codemirror_commands@6.10.0/node_modules/@codemirror/commands/dist/index.js +0 -243
  291. package/dist/node_modules/.pnpm/@codemirror_lang-css@6.3.1/node_modules/@codemirror/lang-css/dist/index.js +0 -832
  292. package/dist/node_modules/.pnpm/@codemirror_lang-html@6.4.11/node_modules/@codemirror/lang-html/dist/index.js +0 -670
  293. package/dist/node_modules/.pnpm/@codemirror_lang-javascript@6.2.4/node_modules/@codemirror/lang-javascript/dist/index.js +0 -300
  294. package/dist/node_modules/.pnpm/@codemirror_lang-json@6.0.2/node_modules/@codemirror/lang-json/dist/index.js +0 -27
  295. package/dist/node_modules/.pnpm/@codemirror_lang-xml@6.1.0/node_modules/@codemirror/lang-xml/dist/index.js +0 -216
  296. package/dist/node_modules/.pnpm/@codemirror_lang-yaml@6.1.2/node_modules/@codemirror/lang-yaml/dist/index.js +0 -48
  297. package/dist/node_modules/.pnpm/@codemirror_language@6.11.3/node_modules/@codemirror/language/dist/index.js +0 -1243
  298. package/dist/node_modules/.pnpm/@codemirror_lint@6.9.1/node_modules/@codemirror/lint/dist/index.js +0 -504
  299. package/dist/node_modules/.pnpm/@codemirror_state@6.5.2/node_modules/@codemirror/state/dist/index.js +0 -2639
  300. package/dist/node_modules/.pnpm/@codemirror_view@6.38.6/node_modules/@codemirror/view/dist/index.js +0 -6782
  301. package/dist/node_modules/.pnpm/@floating-ui_core@1.7.3/node_modules/@floating-ui/core/dist/floating-ui.core.js +0 -527
  302. package/dist/node_modules/.pnpm/@floating-ui_dom@1.7.4/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +0 -402
  303. package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.10/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +0 -136
  304. package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.10/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +0 -130
  305. package/dist/node_modules/.pnpm/@floating-ui_vue@1.1.9_vue@3.5.26_typescript@5.9.3_/node_modules/@floating-ui/vue/dist/floating-ui.vue.js +0 -134
  306. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/components/description/description.js +0 -16
  307. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/components/dialog/dialog.js +0 -112
  308. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/components/disclosure/disclosure.js +0 -99
  309. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/components/focus-trap/focus-trap.js +0 -124
  310. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/components/listbox/listbox.js +0 -262
  311. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/components/menu/menu.js +0 -206
  312. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/components/popover/popover.js +0 -206
  313. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/components/portal/portal.js +0 -81
  314. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/hooks/document-overflow/adjust-scrollbar-padding.js +0 -14
  315. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/hooks/document-overflow/handle-ios-locking.js +0 -48
  316. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/hooks/document-overflow/overflow-store.js +0 -36
  317. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/hooks/document-overflow/prevent-scroll.js +0 -8
  318. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/hooks/document-overflow/use-document-overflow.js +0 -20
  319. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/hooks/use-controllable.js +0 -11
  320. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/hooks/use-document-event.js +0 -10
  321. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/hooks/use-event-listener.js +0 -10
  322. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/hooks/use-id.js +0 -9
  323. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/hooks/use-inert.js +0 -25
  324. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/hooks/use-outside-click.js +0 -36
  325. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/hooks/use-resolve-button-type.js +0 -20
  326. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/hooks/use-root-containers.js +0 -24
  327. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/hooks/use-store.js +0 -11
  328. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/hooks/use-tab-direction.js +0 -13
  329. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/hooks/use-text-value.js +0 -17
  330. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/hooks/use-tracked-pointer.js +0 -16
  331. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/hooks/use-tree-walker.js +0 -15
  332. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/hooks/use-window-event.js +0 -10
  333. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/internal/hidden.js +0 -14
  334. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/internal/open-closed.js +0 -14
  335. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/internal/portal-force-root.js +0 -16
  336. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/internal/stack-context.js +0 -25
  337. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/keyboard.js +0 -4
  338. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/utils/active-element-history.js +0 -11
  339. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/utils/calculate-active-index.js +0 -40
  340. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/utils/disposables.js +0 -42
  341. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/utils/document-ready.js +0 -9
  342. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/utils/dom.js +0 -9
  343. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/utils/env.js +0 -28
  344. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/utils/focus-management.js +0 -92
  345. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/utils/form.js +0 -14
  346. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/utils/get-text-value.js +0 -30
  347. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/utils/match.js +0 -11
  348. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/utils/micro-task.js +0 -8
  349. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/utils/owner.js +0 -14
  350. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/utils/platform.js +0 -14
  351. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/utils/render.js +0 -78
  352. package/dist/node_modules/.pnpm/@headlessui_vue@1.7.23_vue@3.5.26_typescript@5.9.3_/node_modules/@headlessui/vue/dist/utils/store.js +0 -14
  353. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/customisations/defaults.js +0 -12
  354. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/defaults.js +0 -23
  355. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/merge.js +0 -10
  356. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/name.js +0 -38
  357. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/transformations.js +0 -9
  358. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon-set/get-icon.js +0 -19
  359. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon-set/tree.js +0 -16
  360. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/build.js +0 -60
  361. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/defs.js +0 -27
  362. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/html.js +0 -8
  363. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/id.js +0 -16
  364. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/size.js +0 -21
  365. package/dist/node_modules/.pnpm/@lezer_common@1.3.0/node_modules/@lezer/common/dist/index.js +0 -1676
  366. package/dist/node_modules/.pnpm/@lezer_css@1.3.0/node_modules/@lezer/css/dist/index.js +0 -134
  367. package/dist/node_modules/.pnpm/@lezer_highlight@1.2.3/node_modules/@lezer/highlight/dist/index.js +0 -637
  368. package/dist/node_modules/.pnpm/@lezer_html@1.3.12/node_modules/@lezer/html/dist/index.js +0 -280
  369. package/dist/node_modules/.pnpm/@lezer_javascript@1.5.4/node_modules/@lezer/javascript/dist/index.js +0 -161
  370. package/dist/node_modules/.pnpm/@lezer_json@1.0.3/node_modules/@lezer/json/dist/index.js +0 -34
  371. package/dist/node_modules/.pnpm/@lezer_lr@1.4.2/node_modules/@lezer/lr/dist/index.js +0 -1309
  372. package/dist/node_modules/.pnpm/@lezer_xml@1.0.6/node_modules/@lezer/xml/dist/index.js +0 -100
  373. package/dist/node_modules/.pnpm/@lezer_yaml@1.0.3/node_modules/@lezer/yaml/dist/index.js +0 -274
  374. package/dist/node_modules/.pnpm/@marijn_find-cluster-break@1.0.2/node_modules/@marijn/find-cluster-break/src/index.js +0 -69
  375. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/architecture-U656AL7Q.js +0 -5
  376. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-76Q3JFCE.js +0 -30
  377. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-FPAJGGOC.js +0 -505
  378. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-FWNWRKHM.js +0 -84
  379. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-LBM3YZW2.js +0 -30
  380. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-LHMN2FUI.js +0 -30
  381. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-O7ZBX7Z2.js +0 -39
  382. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-S6J4BHB3.js +0 -30
  383. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-T53DSG4Q.js +0 -35
  384. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/gitGraph-F6HP7TQM.js +0 -5
  385. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/info-NVLQJR56.js +0 -5
  386. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/packet-BFZMPI3H.js +0 -5
  387. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/pie-7BOR55EZ.js +0 -5
  388. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/radar-NHE76QYJ.js +0 -5
  389. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/treemap-KMMF4GRG.js +0 -5
  390. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.js +0 -90
  391. package/dist/node_modules/.pnpm/@replit_codemirror-css-color-picker@6.3.0_@codemirror_language@6.11.3_@codemirror_state@6.5.2_@codemirror_view@6.38.6/node_modules/@replit/codemirror-css-color-picker/dist/index.js +0 -451
  392. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/_virtual/_plugin-vue_export-helper.js +0 -9
  393. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/assets/computer.ascii.js +0 -34
  394. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/assets/keycap.ascii.js +0 -25
  395. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/components/CommandPalette/CommandActionForm.vue.js +0 -48
  396. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/components/CommandPalette/CommandActionInput.vue.js +0 -54
  397. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/components/DataTable/DataTable.vue.js +0 -40
  398. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/components/DataTable/DataTableCell.vue.js +0 -27
  399. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/components/DataTable/DataTableCheckbox.vue.js +0 -56
  400. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/components/DataTable/DataTableHeader.vue.js +0 -19
  401. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/components/DataTable/DataTableRow.vue.js +0 -12
  402. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/components/DataTable/DataTableText.vue.js +0 -24
  403. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/components/EmptyState.vue.js +0 -6
  404. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/components/EmptyState.vue2.js +0 -43
  405. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/components/HelpfulLink.vue.js +0 -20
  406. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/components/HttpMethod/HttpMethod.vue.js +0 -6
  407. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/components/HttpMethod/HttpMethod.vue2.js +0 -65
  408. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/components/OpenApiClientButton.vue.js +0 -6
  409. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/components/OpenApiClientButton.vue2.js +0 -49
  410. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/components/ScalarAsciiArt.vue.js +0 -6
  411. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/components/ScalarAsciiArt.vue2.js +0 -38
  412. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/components/SectionFilter.vue.js +0 -6
  413. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/components/SectionFilter.vue2.js +0 -67
  414. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/components/SectionFilterButton.vue.js +0 -24
  415. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/components/Server/ServerVariablesForm.vue.js +0 -51
  416. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/components/Server/ServerVariablesSelect.vue.js +0 -57
  417. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/components/Server/ServerVariablesTextbox.vue.js +0 -30
  418. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/components/ViewLayout/ViewLayout.vue.js +0 -20
  419. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/components/ViewLayout/ViewLayoutContent.vue.js +0 -12
  420. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/components/ViewLayout/ViewLayoutSection.vue.js +0 -25
  421. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/data/httpHeaders.js +0 -537
  422. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/hooks/useFileDialog.js +0 -21
  423. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/libs/electron.js +0 -4
  424. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/libs/errors.js +0 -16
  425. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/libs/event-bus.js +0 -32
  426. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/libs/formatters.js +0 -4
  427. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/libs/normalize-headers.js +0 -27
  428. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/libs/send-request/set-request-cookies.js +0 -13
  429. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/store/events.js +0 -35
  430. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/operation-block/OperationBlock.vue.js +0 -163
  431. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/operation-block/components/Header.vue.js +0 -6
  432. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/operation-block/components/Header.vue2.js +0 -82
  433. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/operation-block/helpers/build-request-body.js +0 -26
  434. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/operation-block/helpers/build-request-cookie-header.js +0 -31
  435. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/operation-block/helpers/build-request-parameters.js +0 -56
  436. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/operation-block/helpers/build-request-security.js +0 -43
  437. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/operation-block/helpers/build-request.js +0 -65
  438. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/operation-block/helpers/decode-buffer.js +0 -9
  439. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/operation-block/helpers/get-cookie-header-keys.js +0 -4
  440. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/operation-block/helpers/get-delimiter.js +0 -15
  441. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/operation-block/helpers/get-environment-variables.js +0 -7
  442. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/operation-block/helpers/get-example.js +0 -29
  443. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/operation-block/helpers/get-server-url.js +0 -12
  444. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/operation-block/helpers/send-request.js +0 -120
  445. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/operation-code-sample/components/ExamplePicker.vue.js +0 -58
  446. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/operation-code-sample/components/HttpMethod.vue.js +0 -31
  447. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue.js +0 -6
  448. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue2.js +0 -224
  449. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/operation-code-sample/helpers/find-client.js +0 -20
  450. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/operation-code-sample/helpers/generate-client-options.js +0 -28
  451. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/operation-code-sample/helpers/generate-code-snippet.js +0 -36
  452. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/operation-code-sample/helpers/get-clients.js +0 -20
  453. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/operation-code-sample/helpers/get-custom-code-samples.js +0 -4
  454. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/operation-code-sample/helpers/get-example-from-schema.js +0 -298
  455. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/operation-code-sample/helpers/get-resolved-ref-deep.js +0 -31
  456. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/operation-code-sample/helpers/get-secrets.js +0 -10
  457. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/operation-to-har.js +0 -59
  458. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-body.js +0 -61
  459. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-parameters.js +0 -211
  460. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-security-schemes.js +0 -55
  461. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-server-url.js +0 -18
  462. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/request-block/RequestBlock.vue.js +0 -6
  463. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/request-block/RequestBlock.vue2.js +0 -259
  464. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/request-block/components/RequestBody.vue.js +0 -6
  465. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/request-block/components/RequestBody.vue2.js +0 -206
  466. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/request-block/components/RequestBodyForm.vue.js +0 -78
  467. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/request-block/components/RequestCodeSnippet.vue.js +0 -132
  468. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/request-block/components/RequestParams.vue.js +0 -93
  469. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/request-block/components/RequestTable.vue.js +0 -6
  470. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/request-block/components/RequestTable.vue2.js +0 -86
  471. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/request-block/components/RequestTableRow.vue.js +0 -196
  472. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/request-block/components/RequestTableTooltip.vue.js +0 -6
  473. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/request-block/components/RequestTableTooltip.vue2.js +0 -67
  474. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/request-block/helpers/create-parameter-handlers.js +0 -34
  475. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/request-block/helpers/files.js +0 -7
  476. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/request-block/helpers/get-form-body-rows.js +0 -9
  477. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/request-block/helpers/get-parameter-content.js +0 -9
  478. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/request-block/helpers/get-parameter-schema.js +0 -6
  479. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/request-block/helpers/get-request-body-example.js +0 -16
  480. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/request-block/helpers/group-by.js +0 -7
  481. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/request-block/helpers/validate-parameter.js +0 -32
  482. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/response-block/ResponseBlock.vue.js +0 -6
  483. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/response-block/ResponseBlock.vue2.js +0 -186
  484. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/response-block/components/Headers.vue.js +0 -98
  485. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/response-block/components/ResponseBody.vue.js +0 -6
  486. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/response-block/components/ResponseBody.vue2.js +0 -89
  487. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/response-block/components/ResponseBodyDownload.vue.js +0 -38
  488. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/response-block/components/ResponseBodyInfo.vue.js +0 -14
  489. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/response-block/components/ResponseBodyPreview.vue.js +0 -6
  490. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/response-block/components/ResponseBodyPreview.vue2.js +0 -65
  491. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/response-block/components/ResponseBodyRaw.vue.js +0 -6
  492. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/response-block/components/ResponseBodyRaw.vue2.js +0 -42
  493. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/response-block/components/ResponseBodyStreaming.vue.js +0 -77
  494. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/response-block/components/ResponseBodyToggle.vue.js +0 -27
  495. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/response-block/components/ResponseBodyVirtual.vue.js +0 -53
  496. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/response-block/components/ResponseCookies.vue.js +0 -55
  497. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/response-block/components/ResponseEmpty.vue.js +0 -6
  498. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/response-block/components/ResponseEmpty.vue2.js +0 -93
  499. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/response-block/components/ResponseLoadingOverlay.vue.js +0 -6
  500. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/response-block/components/ResponseLoadingOverlay.vue2.js +0 -44
  501. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/response-block/components/ResponseMetaInformation.vue.js +0 -63
  502. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/response-block/helpers/extract-filename.js +0 -18
  503. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/response-block/helpers/get-content-length.js +0 -12
  504. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/response-block/helpers/media-types.js +0 -126
  505. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/response-block/helpers/parse-set-cookie.js +0 -12
  506. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/response-block/helpers/process-response-body.js +0 -16
  507. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/scalar-address-bar-block/components/AddressBar.vue.js +0 -6
  508. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/scalar-address-bar-block/components/AddressBar.vue2.js +0 -199
  509. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/scalar-address-bar-block/components/AddressBarHistory.vue.js +0 -6
  510. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/scalar-address-bar-block/components/AddressBarHistory.vue2.js +0 -93
  511. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/scalar-address-bar-block/components/httpStatusCodeColors.js +0 -38
  512. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/scalar-address-bar-block/hooks/use-loading-animation.js +0 -24
  513. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.js +0 -193
  514. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/scalar-auth-selector-block/components/DeleteRequestAuthModal.vue.js +0 -54
  515. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.js +0 -282
  516. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesAddModal.vue.js +0 -6
  517. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesAddModal.vue2.js +0 -78
  518. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesInput.vue.js +0 -152
  519. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTable.vue.js +0 -89
  520. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTableInput.vue.js +0 -47
  521. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.js +0 -228
  522. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/scalar-auth-selector-block/helpers/auth-options.js +0 -121
  523. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/scalar-auth-selector-block/helpers/convert-security-scheme-secrets.js +0 -33
  524. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/scalar-auth-selector-block/helpers/is-auth-optional.js +0 -7
  525. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/scalar-auth-selector-block/helpers/merge-auth-config.js +0 -13
  526. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/scalar-auth-selector-block/helpers/oauth.js +0 -128
  527. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/blocks/scalar-auth-selector-block/helpers/security-scheme.js +0 -52
  528. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/components/code-input/CodeInput.vue.js +0 -6
  529. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/components/code-input/CodeInput.vue2.js +0 -237
  530. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/components/code-input/code-variable-widget.js +0 -108
  531. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/components/data-table/DataTable.vue.js +0 -40
  532. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/components/data-table/DataTableCell.vue.js +0 -27
  533. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/components/data-table/DataTableCheckbox.vue.js +0 -56
  534. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/components/data-table/DataTableHeader.vue.js +0 -19
  535. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/components/data-table/DataTableInput.vue.js +0 -6
  536. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/components/data-table/DataTableInput.vue2.js +0 -125
  537. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/components/data-table/DataTableInputSelect.vue.js +0 -157
  538. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/components/data-table/DataTableRow.vue.js +0 -12
  539. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/components/layout/CollapsibleSection.vue.js +0 -91
  540. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/components/layout/ValueEmitter.vue.js +0 -21
  541. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/components/resize/Resize.vue.js +0 -6
  542. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/components/resize/Resize.vue2.js +0 -38
  543. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/components/server/ServerDropdown.vue.js +0 -87
  544. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/components/server/ServerDropdownItem.vue.js +0 -6
  545. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/components/server/ServerDropdownItem.vue2.js +0 -53
  546. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/components/sidebar/Sidebar.vue.js +0 -103
  547. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/components/sidebar/SidebarMenu.vue.js +0 -56
  548. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/components/sidebar/SidebarToggle.vue.js +0 -53
  549. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/features/environments/components/EnvironmentVariablesDropdown.vue.js +0 -112
  550. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/features/modal/Modal.vue.js +0 -6
  551. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/features/modal/Modal.vue2.js +0 -151
  552. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/features/modal/helpers/create-api-client-modal.js +0 -74
  553. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/features/modal/helpers/resolve-route-parameters.js +0 -29
  554. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/features/modal/hooks/use-modal-sidebar.js +0 -93
  555. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/features/modal/hooks/use-workspace-client-modal-events.js +0 -42
  556. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/features/operation/Operation.vue.js +0 -107
  557. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/features/operation/helpers/combine-params.js +0 -13
  558. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/features/operation/helpers/get-operation-header.js +0 -12
  559. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/features/operation/helpers/get-security-requirements.js +0 -4
  560. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/features/operation/helpers/get-selected-security.js +0 -19
  561. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/features/operation/helpers/get-selected-server.js +0 -4
  562. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/features/search/components/SearchButton.vue.js +0 -75
  563. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/features/search/components/SearchModal.vue.js +0 -6
  564. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/features/search/components/SearchModal.vue2.js +0 -107
  565. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/features/search/components/SearchResult.vue.js +0 -84
  566. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/features/search/helpers/create-fuse-instance.js +0 -43
  567. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/features/search/helpers/create-search-index.js +0 -63
  568. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/features/search/hooks/use-search-index.js +0 -25
  569. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/helpers/generate-location-id.js +0 -10
  570. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/helpers/get-active-environment.js +0 -22
  571. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/helpers/handle-hotkeys.js +0 -54
  572. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/helpers/plugins.js +0 -11
  573. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/hooks/use-global-hot-keys.js +0 -9
  574. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/v2/hooks/use-scroll-lock.js +0 -22
  575. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/views/Components/CodeSnippet/helpers/get-snippet.js +0 -30
  576. package/dist/node_modules/.pnpm/@scalar_api-client@2.18.4_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_pr_5ce2a0e23b02f0ed0e180005d23af322/node_modules/@scalar/api-client/dist/views/Request/consts/mediaTypes.js +0 -131
  577. package/dist/node_modules/.pnpm/@scalar_api-reference@1.43.8_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_6eee53f71841462552010312126e53ee/node_modules/@scalar/api-reference/dist/blocks/scalar-server-selector-block/components/Selector.vue.js +0 -70
  578. package/dist/node_modules/.pnpm/@scalar_api-reference@1.43.8_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_6eee53f71841462552010312126e53ee/node_modules/@scalar/api-reference/dist/blocks/scalar-server-selector-block/components/ServerSelector.vue.js +0 -59
  579. package/dist/node_modules/.pnpm/@scalar_api-reference@1.43.8_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_6eee53f71841462552010312126e53ee/node_modules/@scalar/api-reference/dist/helpers/map-configuration.js +0 -52
  580. package/dist/node_modules/.pnpm/@scalar_api-reference@1.43.8_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_6eee53f71841462552010312126e53ee/node_modules/@scalar/api-reference/dist/helpers/map-hidden-clients-config.js +0 -36
  581. package/dist/node_modules/.pnpm/@scalar_api-reference@1.43.8_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_6eee53f71841462552010312126e53ee/node_modules/@scalar/api-reference/dist/plugins/hooks/usePluginManager.js +0 -4
  582. package/dist/node_modules/.pnpm/@scalar_api-reference@1.43.8_axios@1.13.1_storybook@10.1.11_@testing-library_dom@10.4.1_6eee53f71841462552010312126e53ee/node_modules/@scalar/api-reference/dist/plugins/plugin-manager.js +0 -32
  583. package/dist/node_modules/.pnpm/@scalar_code-highlight@0.2.2/node_modules/@scalar/code-highlight/dist/code/highlight.js +0 -30
  584. package/dist/node_modules/.pnpm/@scalar_code-highlight@0.2.2/node_modules/@scalar/code-highlight/dist/code/line-numbers.js +0 -54
  585. package/dist/node_modules/.pnpm/@scalar_code-highlight@0.2.2/node_modules/@scalar/code-highlight/dist/constants.js +0 -12
  586. package/dist/node_modules/.pnpm/@scalar_code-highlight@0.2.2/node_modules/@scalar/code-highlight/dist/languages/standard.js +0 -100
  587. package/dist/node_modules/.pnpm/@scalar_code-highlight@0.2.2/node_modules/@scalar/code-highlight/dist/markdown/markdown.js +0 -70
  588. package/dist/node_modules/.pnpm/@scalar_code-highlight@0.2.2/node_modules/@scalar/code-highlight/dist/rehype-alert/rehype-alert.js +0 -73
  589. package/dist/node_modules/.pnpm/@scalar_code-highlight@0.2.2/node_modules/@scalar/code-highlight/dist/rehype-highlight/rehype-highlight.js +0 -57
  590. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/_virtual/_plugin-vue_export-helper.js +0 -9
  591. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarButton/ScalarButton.vue.js +0 -102
  592. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarButton/constants.js +0 -21
  593. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarCard/ScalarCard.vue.js +0 -26
  594. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarCard/ScalarCardFooter.vue.js +0 -22
  595. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarCard/ScalarCardHeader.vue.js +0 -38
  596. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarCard/ScalarCardSection.vue.js +0 -18
  597. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarCard/useCardHeading.js +0 -16
  598. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarCodeBlock/ScalarCodeBlock.vue.js +0 -45
  599. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarCodeBlock/ScalarCodeBlockCopy.vue.js +0 -6
  600. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarCodeBlock/ScalarCodeBlockCopy.vue2.js +0 -69
  601. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarColorModeToggle/ScalarColorModeToggle.vue.js +0 -31
  602. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarColorModeToggle/ScalarColorModeToggleButton.vue.js +0 -43
  603. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarColorModeToggle/ScalarColorModeToggleIcon.vue.js +0 -6
  604. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarColorModeToggle/ScalarColorModeToggleIcon.vue2.js +0 -36
  605. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarCombobox/ScalarCombobox.vue.js +0 -72
  606. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.js +0 -77
  607. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarCombobox/ScalarComboboxOption.vue.js +0 -43
  608. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarCombobox/ScalarComboboxOptionGroup.vue.js +0 -28
  609. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarCombobox/ScalarComboboxOptions.vue.js +0 -185
  610. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarCombobox/ScalarComboboxPopover.vue.js +0 -70
  611. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarCombobox/types.js +0 -9
  612. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarDropdown/ScalarDropdown.vue.js +0 -134
  613. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarDropdown/ScalarDropdownButton.vue.js +0 -6
  614. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarDropdown/ScalarDropdownButton.vue2.js +0 -43
  615. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarDropdown/ScalarDropdownDivider.vue.js +0 -11
  616. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarDropdown/ScalarDropdownDivider.vue2.js +0 -4
  617. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarDropdown/ScalarDropdownItem.vue.js +0 -6
  618. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarDropdown/ScalarDropdownItem.vue2.js +0 -33
  619. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarDropdown/ScalarDropdownMenu.vue.js +0 -34
  620. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarDropdown/useDropdown.js +0 -15
  621. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarErrorBoundary/ScalarErrorBoundary.vue.js +0 -22
  622. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarFloating/ScalarFloating.vue.js +0 -94
  623. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarFloating/ScalarFloatingBackdrop.vue.js +0 -20
  624. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarFloating/useResizeWithTarget.js +0 -20
  625. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarForm/ScalarFormInput.vue.js +0 -41
  626. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarForm/useFormGroups.js +0 -5
  627. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarHeader/ScalarHeaderButton.vue.js +0 -35
  628. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarHotkey/ScalarHotkey.vue.js +0 -32
  629. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarHotkey/constants.js +0 -29
  630. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarHotkey/formatHotkey.js +0 -20
  631. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/ScalarIcon.vue.js +0 -6
  632. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/ScalarIcon.vue2.js +0 -42
  633. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/ScalarIconLegacyAdapter.vue.js +0 -29
  634. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Add.svg.js +0 -21
  635. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/AddTab.svg.js +0 -21
  636. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Alert.svg.js +0 -21
  637. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/ArrowLeft.svg.js +0 -21
  638. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/ArrowRight.svg.js +0 -21
  639. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Brackets.svg.js +0 -21
  640. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Branch.svg.js +0 -34
  641. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Changelog.svg.js +0 -21
  642. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Checkmark.svg.js +0 -21
  643. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/ChevronDown.svg.js +0 -21
  644. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/ChevronLeft.svg.js +0 -21
  645. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/ChevronRight.svg.js +0 -21
  646. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/ChevronUp.svg.js +0 -21
  647. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Clipboard.svg.js +0 -21
  648. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Close.svg.js +0 -21
  649. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/CloseTab.svg.js +0 -21
  650. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/CloseTabs.svg.js +0 -21
  651. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Cloud.svg.js +0 -19
  652. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/CodeFolder.svg.js +0 -28
  653. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Cog.svg.js +0 -20
  654. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Collection.svg.js +0 -21
  655. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Cookie.svg.js +0 -25
  656. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/DarkMode.svg.js +0 -19
  657. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Delete.svg.js +0 -21
  658. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Discord.svg.js +0 -20
  659. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/DocsPage.svg.js +0 -28
  660. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Download.svg.js +0 -19
  661. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Duplicate.svg.js +0 -27
  662. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Edit.svg.js +0 -21
  663. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Ellipses.svg.js +0 -19
  664. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Email.svg.js +0 -20
  665. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Error.svg.js +0 -20
  666. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Example.svg.js +0 -21
  667. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/ExternalLink.svg.js +0 -21
  668. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/FilterList.svg.js +0 -21
  669. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Folder.svg.js +0 -21
  670. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/GitHub.svg.js +0 -16
  671. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/GitHubLine.svg.js +0 -19
  672. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Globe.svg.js +0 -21
  673. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Google.svg.js +0 -16
  674. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Help.svg.js +0 -20
  675. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Hide.svg.js +0 -21
  676. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/History.svg.js +0 -20
  677. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/House.svg.js +0 -19
  678. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Import.svg.js +0 -21
  679. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Info.svg.js +0 -33
  680. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Key.svg.js +0 -20
  681. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Leave.svg.js +0 -19
  682. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/LightDarkModeToggle.svg.js +0 -21
  683. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/LightMode.svg.js +0 -21
  684. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Link.svg.js +0 -19
  685. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Lock.svg.js +0 -20
  686. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Logo.svg.js +0 -19
  687. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Magic.svg.js +0 -21
  688. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Markdown.svg.js +0 -19
  689. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Menu.svg.js +0 -21
  690. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/NotAllowed.svg.js +0 -21
  691. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Page.svg.js +0 -20
  692. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Pencil.svg.js +0 -19
  693. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Play.svg.js +0 -19
  694. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Refresh.svg.js +0 -21
  695. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Roadmap.svg.js +0 -19
  696. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Scribble.svg.js +0 -21
  697. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Search.svg.js +0 -21
  698. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Server.svg.js +0 -31
  699. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Settings.svg.js +0 -21
  700. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Show.svg.js +0 -27
  701. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Sort.svg.js +0 -21
  702. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Terminal.svg.js +0 -28
  703. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Trash.svg.js +0 -21
  704. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Unlock.svg.js +0 -20
  705. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Unwatch.svg.js +0 -21
  706. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Upload.svg.js +0 -21
  707. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/User.svg.js +0 -24
  708. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/UserSwitch.svg.js +0 -20
  709. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Users.svg.js +0 -19
  710. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Versions.svg.js +0 -21
  711. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Wallet.svg.js +0 -20
  712. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Watch.svg.js +0 -21
  713. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/Workspace.svg.js +0 -19
  714. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-framework-angular.svg.js +0 -16
  715. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-framework-astro.svg.js +0 -16
  716. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-framework-laravel.svg.js +0 -21
  717. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-framework-nextdotjs.svg.js +0 -16
  718. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-framework-react.svg.js +0 -16
  719. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-framework-vuedotjs.svg.js +0 -17
  720. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-language-c.svg.js +0 -16
  721. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-language-clojure.svg.js +0 -16
  722. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-language-csharp.svg.js +0 -16
  723. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-language-css3.svg.js +0 -16
  724. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-language-dart.svg.js +0 -16
  725. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-language-fsharp.svg.js +0 -16
  726. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-language-go.svg.js +0 -16
  727. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-language-html5.svg.js +0 -16
  728. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-language-http.svg.js +0 -16
  729. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-language-java.svg.js +0 -18
  730. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-language-javascript.svg.js +0 -16
  731. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-language-json.svg.js +0 -17
  732. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-language-kotlin.svg.js +0 -16
  733. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-language-node.svg.js +0 -17
  734. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-language-objc.svg.js +0 -17
  735. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-language-ocaml.svg.js +0 -16
  736. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-language-php.svg.js +0 -16
  737. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-language-powershell.svg.js +0 -20
  738. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-language-python.svg.js +0 -16
  739. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-language-r.svg.js +0 -20
  740. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-language-ruby.svg.js +0 -16
  741. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-language-rust.svg.js +0 -19
  742. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-language-scala.svg.js +0 -16
  743. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-language-shell.svg.js +0 -16
  744. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-language-swift.svg.js +0 -16
  745. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-language-typescript.svg.js +0 -16
  746. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-script-code.svg.js +0 -21
  747. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-tool-git.svg.js +0 -16
  748. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/icons/programming-tool-tailwindcss.svg.js +0 -16
  749. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/logos/Adonisjs.svg.js +0 -21
  750. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/logos/Astro.svg.js +0 -14
  751. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/logos/Docusaurus.svg.js +0 -16
  752. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/logos/Dotnet.svg.js +0 -23
  753. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/logos/Elysiajs.svg.js +0 -16
  754. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/logos/Express.svg.js +0 -19
  755. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/logos/Fastapi.svg.js +0 -19
  756. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/logos/Fastify.svg.js +0 -19
  757. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/logos/Go.svg.js +0 -23
  758. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/logos/Hono.svg.js +0 -24
  759. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/logos/Laravel.svg.js +0 -19
  760. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/logos/Litestar.svg.js +0 -16
  761. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/logos/Nestjs.svg.js +0 -21
  762. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/logos/Nextjs.svg.js +0 -19
  763. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/logos/Nitro.svg.js +0 -16
  764. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/logos/Nuxt.svg.js +0 -19
  765. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/logos/Openapi.svg.js +0 -16
  766. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/logos/Platformatic.svg.js +0 -28
  767. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/logos/React.svg.js +0 -34
  768. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/logos/Rust.svg.js +0 -19
  769. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/logos/Svelte.svg.js +0 -23
  770. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/logos/Vue.svg.js +0 -23
  771. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/utils/index.js +0 -287
  772. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIcon/variants.js +0 -21
  773. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarIconButton/ScalarIconButton.vue.js +0 -74
  774. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarListbox/ScalarListbox.vue.js +0 -91
  775. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarListbox/ScalarListboxCheckbox.vue.js +0 -28
  776. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarListbox/ScalarListboxItem.vue.js +0 -54
  777. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarLoading/ScalarLoading.vue.js +0 -6
  778. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarLoading/ScalarLoading.vue2.js +0 -61
  779. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarLoading/useLoadingState.js +0 -39
  780. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarMarkdown/ScalarMarkdown.vue.js +0 -42
  781. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarMarkdown/ScalarMarkdownSummary.vue.js +0 -62
  782. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarMenu/ScalarMenu.vue.js +0 -71
  783. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarMenu/ScalarMenuButton.vue.js +0 -36
  784. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarMenu/ScalarMenuLink.vue.js +0 -48
  785. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarMenu/ScalarMenuProduct.vue.js +0 -39
  786. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarMenu/ScalarMenuProducts.vue.js +0 -58
  787. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarMenu/ScalarMenuResources.vue.js +0 -53
  788. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarMenu/ScalarMenuSection.vue.js +0 -16
  789. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarMenu/ScalarMenuSupport.vue.js +0 -42
  790. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarMenu/ScalarMenuWorkspacePicker.vue.js +0 -98
  791. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarModal/ScalarModal.vue.js +0 -8
  792. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarModal/ScalarModal.vue2.js +0 -137
  793. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarPopover/ScalarPopover.vue.js +0 -59
  794. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarSearchInput/ScalarSearchInput.vue.js +0 -67
  795. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue.js +0 -62
  796. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarSearchResults/ScalarSearchResultList.vue.js +0 -27
  797. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarSidebar/ScalarSidebar.vue.js +0 -20
  798. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarSidebar/ScalarSidebarButton.vue.js +0 -83
  799. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarSidebar/ScalarSidebarGroup.vue.js +0 -125
  800. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarSidebar/ScalarSidebarGroupToggle.vue.js +0 -49
  801. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarSidebar/ScalarSidebarIndent.vue.js +0 -6
  802. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarSidebar/ScalarSidebarIndent.vue2.js +0 -40
  803. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarSidebar/ScalarSidebarItem.vue.js +0 -56
  804. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarSidebar/ScalarSidebarItems.vue.js +0 -30
  805. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarSidebar/ScalarSidebarSearchButton.vue.js +0 -40
  806. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarSidebar/ScalarSidebarSection.vue.js +0 -54
  807. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarSidebar/ScalarSidebarSpacer.vue.js +0 -22
  808. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarSidebar/useSidebarGroups.js +0 -9
  809. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarSidebar/useSidebarNestedItems.js +0 -12
  810. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarTeleport/ScalarTeleport.vue.js +0 -31
  811. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarTeleport/ScalarTeleportRoot.vue.js +0 -24
  812. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarTeleport/useTeleport.js +0 -11
  813. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarTextInput/ScalarTextInput.vue.js +0 -79
  814. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarTooltip/ScalarTooltip.vue.js +0 -36
  815. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarTooltip/constants.js +0 -7
  816. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarTooltip/useTooltip.js +0 -81
  817. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarVirtualText/ScalarVirtualText.vue.js +0 -63
  818. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarWrappingText/ScalarWrappingText.vue.js +0 -26
  819. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/components/ScalarWrappingText/constants.js +0 -12
  820. package/dist/node_modules/.pnpm/@scalar_components@0.16.23_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_d1027bed83153437e2bd63c40121871e/node_modules/@scalar/components/dist/helpers/add-scalar-classes.js +0 -16
  821. package/dist/node_modules/.pnpm/@scalar_helpers@0.2.8/node_modules/@scalar/helpers/dist/array/is-defined.js +0 -4
  822. package/dist/node_modules/.pnpm/@scalar_helpers@0.2.8/node_modules/@scalar/helpers/dist/dom/freeze-element.js +0 -30
  823. package/dist/node_modules/.pnpm/@scalar_helpers@0.2.8/node_modules/@scalar/helpers/dist/file/json2xml.js +0 -46
  824. package/dist/node_modules/.pnpm/@scalar_helpers@0.2.8/node_modules/@scalar/helpers/dist/general/debounce.js +0 -28
  825. package/dist/node_modules/.pnpm/@scalar_helpers@0.2.8/node_modules/@scalar/helpers/dist/general/is-mac-os.js +0 -4
  826. package/dist/node_modules/.pnpm/@scalar_helpers@0.2.8/node_modules/@scalar/helpers/dist/http/can-method-have-body.js +0 -4
  827. package/dist/node_modules/.pnpm/@scalar_helpers@0.2.8/node_modules/@scalar/helpers/dist/http/http-info.js +0 -61
  828. package/dist/node_modules/.pnpm/@scalar_helpers@0.2.8/node_modules/@scalar/helpers/dist/http/http-methods.js +0 -5
  829. package/dist/node_modules/.pnpm/@scalar_helpers@0.2.8/node_modules/@scalar/helpers/dist/http/http-status-codes.js +0 -320
  830. package/dist/node_modules/.pnpm/@scalar_helpers@0.2.8/node_modules/@scalar/helpers/dist/http/is-http-method.js +0 -5
  831. package/dist/node_modules/.pnpm/@scalar_helpers@0.2.8/node_modules/@scalar/helpers/dist/http/normalize-http-method.js +0 -12
  832. package/dist/node_modules/.pnpm/@scalar_helpers@0.2.8/node_modules/@scalar/helpers/dist/node/path.js +0 -106
  833. package/dist/node_modules/.pnpm/@scalar_helpers@0.2.8/node_modules/@scalar/helpers/dist/object/is-object.js +0 -4
  834. package/dist/node_modules/.pnpm/@scalar_helpers@0.2.8/node_modules/@scalar/helpers/dist/object/local-storage.js +0 -18
  835. package/dist/node_modules/.pnpm/@scalar_helpers@0.2.8/node_modules/@scalar/helpers/dist/object/object-entries.js +0 -4
  836. package/dist/node_modules/.pnpm/@scalar_helpers@0.2.8/node_modules/@scalar/helpers/dist/object/object-keys.js +0 -4
  837. package/dist/node_modules/.pnpm/@scalar_helpers@0.2.8/node_modules/@scalar/helpers/dist/object/prevent-pollution.js +0 -9
  838. package/dist/node_modules/.pnpm/@scalar_helpers@0.2.8/node_modules/@scalar/helpers/dist/regex/find-variables.js +0 -7
  839. package/dist/node_modules/.pnpm/@scalar_helpers@0.2.8/node_modules/@scalar/helpers/dist/regex/regex-helpers.js +0 -13
  840. package/dist/node_modules/.pnpm/@scalar_helpers@0.2.8/node_modules/@scalar/helpers/dist/regex/replace-variables.js +0 -10
  841. package/dist/node_modules/.pnpm/@scalar_helpers@0.2.8/node_modules/@scalar/helpers/dist/string/generate-hash.js +0 -16
  842. package/dist/node_modules/.pnpm/@scalar_helpers@0.2.8/node_modules/@scalar/helpers/dist/testing/measure.js +0 -11
  843. package/dist/node_modules/.pnpm/@scalar_helpers@0.2.8/node_modules/@scalar/helpers/dist/url/ensure-protocol.js +0 -7
  844. package/dist/node_modules/.pnpm/@scalar_helpers@0.2.8/node_modules/@scalar/helpers/dist/url/is-local-url.js +0 -15
  845. package/dist/node_modules/.pnpm/@scalar_helpers@0.2.8/node_modules/@scalar/helpers/dist/url/is-relative-path.js +0 -5
  846. package/dist/node_modules/.pnpm/@scalar_helpers@0.2.8/node_modules/@scalar/helpers/dist/url/make-url-absolute.js +0 -27
  847. package/dist/node_modules/.pnpm/@scalar_helpers@0.2.8/node_modules/@scalar/helpers/dist/url/merge-urls.js +0 -28
  848. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/components/ScalarIconArrowUp.vue.js +0 -42
  849. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/components/ScalarIconArrowUpRight.vue.js +0 -42
  850. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/components/ScalarIconBook.vue.js +0 -42
  851. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/components/ScalarIconBookOpenText.vue.js +0 -42
  852. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/components/ScalarIconCaretDown.vue.js +0 -42
  853. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/components/ScalarIconCaretRight.vue.js +0 -42
  854. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/components/ScalarIconCheck.vue.js +0 -42
  855. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/components/ScalarIconChecks.vue.js +0 -42
  856. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/components/ScalarIconCopy.vue.js +0 -42
  857. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/components/ScalarIconDiscordLogo.vue.js +0 -42
  858. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/components/ScalarIconEnvelopeSimple.vue.js +0 -42
  859. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/components/ScalarIconEye.vue.js +0 -42
  860. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/components/ScalarIconEyeSlash.vue.js +0 -42
  861. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/components/ScalarIconFileText.vue.js +0 -42
  862. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/components/ScalarIconGear.vue.js +0 -42
  863. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/components/ScalarIconGithubLogo.vue.js +0 -42
  864. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/components/ScalarIconHouse.vue.js +0 -42
  865. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/components/ScalarIconInfo.vue.js +0 -42
  866. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/components/ScalarIconLockSimple.vue.js +0 -42
  867. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/components/ScalarIconMagnifyingGlass.vue.js +0 -42
  868. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/components/ScalarIconPencilSimple.vue.js +0 -42
  869. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/components/ScalarIconPlay.vue.js +0 -42
  870. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/components/ScalarIconPlus.vue.js +0 -42
  871. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/components/ScalarIconSwap.vue.js +0 -42
  872. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/components/ScalarIconTag.vue.js +0 -42
  873. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/components/ScalarIconTerminalWindow.vue.js +0 -42
  874. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/components/ScalarIconTextAlignLeft.vue.js +0 -42
  875. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/components/ScalarIconTrash.vue.js +0 -42
  876. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/components/ScalarIconWarning.vue.js +0 -42
  877. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/components/ScalarIconWarningCircle.vue.js +0 -42
  878. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/components/ScalarIconWebhooksLogo.vue.js +0 -42
  879. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/components/ScalarIconX.vue.js +0 -42
  880. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/components/ScalarIconXCircle.vue.js +0 -42
  881. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/hooks/useScalarIcon.js +0 -18
  882. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/LibraryIcon.vue.js +0 -15
  883. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/basic-shape-diamond.svg.js +0 -21
  884. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/basic-shape-hexagon.svg.js +0 -21
  885. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/basic-shape-primary-circle-ellipse-round.svg.js +0 -21
  886. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/basic-shape-primary-square-rectangle.svg.js +0 -21
  887. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/basic-shape-shield.svg.js +0 -21
  888. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/computer-device-desktop-monitor.svg.js +0 -21
  889. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/computer-device-desktop.svg.js +0 -21
  890. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/computer-device-laptop.svg.js +0 -21
  891. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/computer-device-mobile-phone-android-samsung-back.svg.js +0 -27
  892. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/computer-device-mobile-phone-android-samsung.svg.js +0 -27
  893. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/computer-device-mobile-phone-iphone-x-back.svg.js +0 -27
  894. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/computer-device-mobile-phone-iphone-x.svg.js +0 -27
  895. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/computer-device-mobile-tablet-touch.svg.js +0 -21
  896. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/computer-device-mobile-tablet.svg.js +0 -27
  897. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/computer-device-network-ethernet-cat6.svg.js +0 -21
  898. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/computer-device-network-lan-www.svg.js +0 -21
  899. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/computer-device-network-wifi-connection.svg.js +0 -27
  900. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/computer-device-network-wifi-router.svg.js +0 -27
  901. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/ecology-science-erlenmeyer-flask.svg.js +0 -21
  902. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/image-flash-lightning.svg.js +0 -21
  903. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/image-picture-flower.svg.js +0 -21
  904. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-alert-exclamation-diamond.svg.js +0 -27
  905. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-alert-exclamation-triangle-warning.svg.js +0 -27
  906. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-alert-information-circle.svg.js +0 -34
  907. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-award-crown.svg.js +0 -21
  908. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-bookmark-tag.svg.js +0 -27
  909. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-bookmark.svg.js +0 -21
  910. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-calendar-date-one.svg.js +0 -21
  911. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-content-book-open-pages.svg.js +0 -21
  912. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-content-book-page.svg.js +0 -21
  913. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-content-file.svg.js +0 -21
  914. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-content-folder.svg.js +0 -21
  915. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-copy-clipboard.svg.js +0 -21
  916. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-edit-attachment.svg.js +0 -21
  917. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-edit-binocular.svg.js +0 -21
  918. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-edit-magic-wand.svg.js +0 -21
  919. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-edit-tool-paint-roller.svg.js +0 -21
  920. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-edit-tool-pencil.svg.js +0 -21
  921. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-favorite-award.svg.js +0 -21
  922. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-favorite-flag.svg.js +0 -21
  923. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-favorite-heart.svg.js +0 -21
  924. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-favorite-star.svg.js +0 -21
  925. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-favorite-stars-sparkles.svg.js +0 -21
  926. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-hierarchy-flowchart.svg.js +0 -33
  927. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-home-house.svg.js +0 -21
  928. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-hyperlink.svg.js +0 -21
  929. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-lighting-brightness.svg.js +0 -21
  930. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-lock-closed.svg.js +0 -27
  931. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-lock-open-unlock.svg.js +0 -27
  932. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-login-key.svg.js +0 -21
  933. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-search.svg.js +0 -21
  934. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-setting-cog.svg.js +0 -27
  935. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-share-megaphone-bullhorn.svg.js +0 -21
  936. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-share-rocket.svg.js +0 -21
  937. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-share-satellite.svg.js +0 -21
  938. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-share-space-ship.svg.js +0 -21
  939. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-share.svg.js +0 -21
  940. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-signal-square.svg.js +0 -27
  941. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-time-clock-circle.svg.js +0 -21
  942. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-time-hour-glass.svg.js +0 -21
  943. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-users-multiple.svg.js +0 -21
  944. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/interface-weather-moon.svg.js +0 -21
  945. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/mail-chat-bubble-square.svg.js +0 -21
  946. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/mail-send-email-paper-airplane.svg.js +0 -21
  947. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/mail-send-envelope.svg.js +0 -21
  948. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/money-cashier-receipt.svg.js +0 -21
  949. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/money-currency-dollar-pay.svg.js +0 -21
  950. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/money-graph-arrow-increase.svg.js +0 -21
  951. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/money-graph-bar-chart-increase.svg.js +0 -21
  952. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/nature-ecology-leaf.svg.js +0 -21
  953. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/phone-telephone.svg.js +0 -21
  954. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/programming-bug.svg.js +0 -21
  955. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/programming-cloud.svg.js +0 -21
  956. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/programming-computer-database-server.svg.js +0 -31
  957. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/programming-computer-database.svg.js +0 -21
  958. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/programming-module-four-layout.svg.js +0 -21
  959. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/programming-module-three.svg.js +0 -21
  960. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/programming-module.svg.js +0 -21
  961. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/programming-script-code.svg.js +0 -21
  962. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/shopping-cart.svg.js +0 -28
  963. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/shopping-gift-present.svg.js +0 -21
  964. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/shopping-shipping-box-parcel-package.svg.js +0 -21
  965. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/tag-new-circle.svg.js +0 -21
  966. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons/travel-map-earth-globe.svg.js +0 -21
  967. package/dist/node_modules/.pnpm/@scalar_icons@0.5.2_typescript@5.9.3/node_modules/@scalar/icons/dist/library/icons.js +0 -192
  968. package/dist/node_modules/.pnpm/@scalar_json-magic@0.9.1/node_modules/@scalar/json-magic/dist/bundle/bundle.js +0 -203
  969. package/dist/node_modules/.pnpm/@scalar_json-magic@0.9.1/node_modules/@scalar/json-magic/dist/bundle/create-limiter.js +0 -20
  970. package/dist/node_modules/.pnpm/@scalar_json-magic@0.9.1/node_modules/@scalar/json-magic/dist/bundle/plugins/fetch-urls/index.js +0 -47
  971. package/dist/node_modules/.pnpm/@scalar_json-magic@0.9.1/node_modules/@scalar/json-magic/dist/bundle/value-generator.js +0 -41
  972. package/dist/node_modules/.pnpm/@scalar_json-magic@0.9.1/node_modules/@scalar/json-magic/dist/diff/apply.js +0 -27
  973. package/dist/node_modules/.pnpm/@scalar_json-magic@0.9.1/node_modules/@scalar/json-magic/dist/diff/diff.js +0 -27
  974. package/dist/node_modules/.pnpm/@scalar_json-magic@0.9.1/node_modules/@scalar/json-magic/dist/diff/merge.js +0 -36
  975. package/dist/node_modules/.pnpm/@scalar_json-magic@0.9.1/node_modules/@scalar/json-magic/dist/diff/trie.js +0 -66
  976. package/dist/node_modules/.pnpm/@scalar_json-magic@0.9.1/node_modules/@scalar/json-magic/dist/diff/utils.js +0 -33
  977. package/dist/node_modules/.pnpm/@scalar_json-magic@0.9.1/node_modules/@scalar/json-magic/dist/helpers/convert-to-local-ref.js +0 -10
  978. package/dist/node_modules/.pnpm/@scalar_json-magic@0.9.1/node_modules/@scalar/json-magic/dist/helpers/escape-json-pointer.js +0 -6
  979. package/dist/node_modules/.pnpm/@scalar_json-magic@0.9.1/node_modules/@scalar/json-magic/dist/helpers/get-schemas.js +0 -19
  980. package/dist/node_modules/.pnpm/@scalar_json-magic@0.9.1/node_modules/@scalar/json-magic/dist/helpers/get-segments-from-path.js +0 -10
  981. package/dist/node_modules/.pnpm/@scalar_json-magic@0.9.1/node_modules/@scalar/json-magic/dist/helpers/get-value-by-path.js +0 -13
  982. package/dist/node_modules/.pnpm/@scalar_json-magic@0.9.1/node_modules/@scalar/json-magic/dist/helpers/is-json-object.js +0 -14
  983. package/dist/node_modules/.pnpm/@scalar_json-magic@0.9.1/node_modules/@scalar/json-magic/dist/helpers/is-object.js +0 -4
  984. package/dist/node_modules/.pnpm/@scalar_json-magic@0.9.1/node_modules/@scalar/json-magic/dist/helpers/is-yaml.js +0 -6
  985. package/dist/node_modules/.pnpm/@scalar_json-magic@0.9.1/node_modules/@scalar/json-magic/dist/helpers/json-path-utils.js +0 -10
  986. package/dist/node_modules/.pnpm/@scalar_json-magic@0.9.1/node_modules/@scalar/json-magic/dist/helpers/normalize.js +0 -22
  987. package/dist/node_modules/.pnpm/@scalar_json-magic@0.9.1/node_modules/@scalar/json-magic/dist/helpers/unescape-json-pointer.js +0 -6
  988. package/dist/node_modules/.pnpm/@scalar_json-magic@0.9.1/node_modules/@scalar/json-magic/dist/magic-proxy/proxy.js +0 -140
  989. package/dist/node_modules/.pnpm/@scalar_oas-utils@0.6.20_typescript@5.9.3/node_modules/@scalar/oas-utils/dist/helpers/parse.js +0 -33
  990. package/dist/node_modules/.pnpm/@scalar_oas-utils@0.6.20_typescript@5.9.3/node_modules/@scalar/oas-utils/dist/helpers/pretty-print-json.js +0 -31
  991. package/dist/node_modules/.pnpm/@scalar_oas-utils@0.6.20_typescript@5.9.3/node_modules/@scalar/oas-utils/dist/helpers/redirect-to-proxy.js +0 -23
  992. package/dist/node_modules/.pnpm/@scalar_object-utils@1.2.22/node_modules/@scalar/object-utils/dist/arrays/sort.js +0 -12
  993. package/dist/node_modules/.pnpm/@scalar_openapi-upgrader@0.1.7/node_modules/@scalar/openapi-upgrader/dist/2.0-to-3.0/upgrade-from-two-to-three.js +0 -337
  994. package/dist/node_modules/.pnpm/@scalar_openapi-upgrader@0.1.7/node_modules/@scalar/openapi-upgrader/dist/3.0-to-3.1/upgrade-from-three-to-three-one.js +0 -60
  995. package/dist/node_modules/.pnpm/@scalar_openapi-upgrader@0.1.7/node_modules/@scalar/openapi-upgrader/dist/helpers/traverse.js +0 -19
  996. package/dist/node_modules/.pnpm/@scalar_openapi-upgrader@0.1.7/node_modules/@scalar/openapi-upgrader/dist/upgrade.js +0 -9
  997. package/dist/node_modules/.pnpm/@scalar_sidebar@0.7.13_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_rea_34226a2bc352f6c97039ef3b8db5dc64/node_modules/@scalar/sidebar/dist/_virtual/_plugin-vue_export-helper.js +0 -9
  998. package/dist/node_modules/.pnpm/@scalar_sidebar@0.7.13_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_rea_34226a2bc352f6c97039ef3b8db5dc64/node_modules/@scalar/sidebar/dist/components/HttpMethod.vue.js +0 -31
  999. package/dist/node_modules/.pnpm/@scalar_sidebar@0.7.13_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_rea_34226a2bc352f6c97039ef3b8db5dc64/node_modules/@scalar/sidebar/dist/components/ScalarSidebar.vue.js +0 -77
  1000. package/dist/node_modules/.pnpm/@scalar_sidebar@0.7.13_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_rea_34226a2bc352f6c97039ef3b8db5dc64/node_modules/@scalar/sidebar/dist/components/SidebarHttpBadge.vue.js +0 -6
  1001. package/dist/node_modules/.pnpm/@scalar_sidebar@0.7.13_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_rea_34226a2bc352f6c97039ef3b8db5dc64/node_modules/@scalar/sidebar/dist/components/SidebarHttpBadge.vue2.js +0 -43
  1002. package/dist/node_modules/.pnpm/@scalar_sidebar@0.7.13_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_rea_34226a2bc352f6c97039ef3b8db5dc64/node_modules/@scalar/sidebar/dist/components/SidebarItem.vue.js +0 -235
  1003. package/dist/node_modules/.pnpm/@scalar_sidebar@0.7.13_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_rea_34226a2bc352f6c97039ef3b8db5dc64/node_modules/@scalar/sidebar/dist/components/SidebarItemDecorator.vue.js +0 -12
  1004. package/dist/node_modules/.pnpm/@scalar_sidebar@0.7.13_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_rea_34226a2bc352f6c97039ef3b8db5dc64/node_modules/@scalar/sidebar/dist/components/SidebarItemLabel.vue.js +0 -23
  1005. package/dist/node_modules/.pnpm/@scalar_sidebar@0.7.13_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_rea_34226a2bc352f6c97039ef3b8db5dc64/node_modules/@scalar/sidebar/dist/helpers/create-sidebar-state.js +0 -39
  1006. package/dist/node_modules/.pnpm/@scalar_sidebar@0.7.13_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_rea_34226a2bc352f6c97039ef3b8db5dc64/node_modules/@scalar/sidebar/dist/helpers/filter-items.js +0 -6
  1007. package/dist/node_modules/.pnpm/@scalar_sidebar@0.7.13_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_rea_34226a2bc352f6c97039ef3b8db5dc64/node_modules/@scalar/sidebar/dist/helpers/generate-reverse-index.js +0 -14
  1008. package/dist/node_modules/.pnpm/@scalar_sidebar@0.7.13_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_rea_34226a2bc352f6c97039ef3b8db5dc64/node_modules/@scalar/sidebar/dist/helpers/get-child-entry.js +0 -14
  1009. package/dist/node_modules/.pnpm/@scalar_sidebar@0.7.13_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_rea_34226a2bc352f6c97039ef3b8db5dc64/node_modules/@scalar/sidebar/dist/helpers/has-children.js +0 -4
  1010. package/dist/node_modules/.pnpm/@scalar_sidebar@0.7.13_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_rea_34226a2bc352f6c97039ef3b8db5dc64/node_modules/@scalar/sidebar/dist/helpers/is-sidebar-folder.js +0 -5
  1011. package/dist/node_modules/.pnpm/@scalar_sidebar@0.7.13_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3.5.3_rea_34226a2bc352f6c97039ef3b8db5dc64/node_modules/@scalar/sidebar/dist/hooks/use-draggable.js +0 -83
  1012. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/clients/index.js +0 -170
  1013. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/httpsnippet-lite/helpers/code-builder.js +0 -59
  1014. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/httpsnippet-lite/helpers/escape.js +0 -11
  1015. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/httpsnippet-lite/helpers/headers.js +0 -10
  1016. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/httpsnippet-lite/helpers/shell.js +0 -5
  1017. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/httpsnippet-lite/targets/c/libcurl/client.js +0 -26
  1018. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/httpsnippet-lite/targets/clojure/clj_http/client.js +0 -125
  1019. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/httpsnippet-lite/targets/csharp/restsharp/client.js +0 -30
  1020. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/httpsnippet-lite/targets/go/native/client.js +0 -47
  1021. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/httpsnippet-lite/targets/java/asynchttp/client.js +0 -22
  1022. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/httpsnippet-lite/targets/java/nethttp/client.js +0 -27
  1023. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/httpsnippet-lite/targets/java/okhttp/client.js +0 -29
  1024. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/httpsnippet-lite/targets/java/unirest/client.js +0 -22
  1025. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/httpsnippet-lite/targets/javascript/axios/client.js +0 -50
  1026. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/httpsnippet-lite/targets/javascript/jquery/client.js +0 -52
  1027. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/httpsnippet-lite/targets/javascript/xhr/client.js +0 -50
  1028. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/httpsnippet-lite/targets/kotlin/okhttp/client.js +0 -29
  1029. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/httpsnippet-lite/targets/node/axios/client.js +0 -43
  1030. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/httpsnippet-lite/targets/objc/helpers.js +0 -26
  1031. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/httpsnippet-lite/targets/objc/nsurlsession/client.js +0 -62
  1032. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/httpsnippet-lite/targets/ocaml/cohttp/client.js +0 -28
  1033. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/httpsnippet-lite/targets/powershell/common.js +0 -30
  1034. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/httpsnippet-lite/targets/powershell/restmethod/client.js +0 -13
  1035. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/httpsnippet-lite/targets/powershell/webrequest/client.js +0 -13
  1036. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/httpsnippet-lite/targets/python/python3/client.js +0 -31
  1037. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/httpsnippet-lite/targets/r/httr/client.js +0 -52
  1038. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/httpsnippet-lite/targets/ruby/native/client.js +0 -38
  1039. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/httpsnippet-lite/targets/shell/httpie/client.js +0 -55
  1040. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/httpsnippet-lite/targets/shell/wget/client.js +0 -30
  1041. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/httpsnippet-lite/targets/swift/helpers.js +0 -31
  1042. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/httpsnippet-lite/targets/swift/nsurlsession/client.js +0 -50
  1043. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/libs/http.js +0 -36
  1044. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/libs/javascript.js +0 -54
  1045. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/libs/php.js +0 -50
  1046. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/libs/rust.js +0 -28
  1047. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/libs/shell.js +0 -4
  1048. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/c/libcurl/libcurl.js +0 -13
  1049. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/clojure/clj_http/clj_http.js +0 -13
  1050. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/csharp/httpclient/httpclient.js +0 -125
  1051. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/csharp/restsharp/restsharp.js +0 -13
  1052. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/dart/http/http.js +0 -73
  1053. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/fsharp/httpclient/httpclient.js +0 -116
  1054. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/go/native/native.js +0 -13
  1055. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/http/http11/http11.js +0 -66
  1056. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/java/asynchttp/asynchttp.js +0 -13
  1057. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/java/nethttp/nethttp.js +0 -13
  1058. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/java/okhttp/okhttp.js +0 -13
  1059. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/java/unirest/unirest.js +0 -13
  1060. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/js/axios/axios.js +0 -13
  1061. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/js/fetch/fetch.js +0 -51
  1062. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/js/jquery/jquery.js +0 -13
  1063. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/js/ofetch/ofetch.js +0 -30
  1064. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/js/xhr/xhr.js +0 -13
  1065. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/kotlin/okhttp/okhttp.js +0 -13
  1066. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/node/axios/axios.js +0 -13
  1067. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/node/fetch/fetch.js +0 -54
  1068. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/node/ofetch/ofetch.js +0 -30
  1069. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/node/undici/undici.js +0 -31
  1070. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/objc/nsurlsession/nsurlsession.js +0 -13
  1071. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/ocaml/cohttp/cohttp.js +0 -13
  1072. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/php/curl/curl.js +0 -65
  1073. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/php/guzzle/guzzle.js +0 -70
  1074. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/powershell/restmethod/restmethod.js +0 -13
  1075. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/powershell/webrequest/webrequest.js +0 -13
  1076. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/python/httpx/async.js +0 -16
  1077. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/python/httpx/sync.js +0 -12
  1078. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/python/python3/python3.js +0 -13
  1079. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/python/requests/requests.js +0 -12
  1080. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/python/requestsLike.js +0 -81
  1081. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/r/httr/httr.js +0 -13
  1082. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/ruby/native/native.js +0 -13
  1083. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/rust/reqwest/reqwest.js +0 -59
  1084. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/shell/curl/curl.js +0 -78
  1085. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/shell/httpie/httpie.js +0 -13
  1086. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/shell/wget/wget.js +0 -13
  1087. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/plugins/swift/nsurlsession/nsurlsession.js +0 -13
  1088. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/snippetz.js +0 -29
  1089. package/dist/node_modules/.pnpm/@scalar_snippetz@0.6.5/node_modules/@scalar/snippetz/dist/utils/convertWithHttpSnippetLite.js +0 -85
  1090. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/errors/errors.js +0 -327
  1091. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/errors/function.js +0 -144
  1092. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/system/policy.js +0 -30
  1093. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/any/any.js +0 -8
  1094. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/argument/argument.js +0 -8
  1095. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/array/array.js +0 -8
  1096. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/async-iterator/async-iterator.js +0 -8
  1097. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/awaited/awaited.js +0 -30
  1098. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/bigint/bigint.js +0 -8
  1099. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/boolean/boolean.js +0 -8
  1100. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/clone/type.js +0 -7
  1101. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/clone/value.js +0 -30
  1102. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/composite/composite.js +0 -34
  1103. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/computed/computed.js +0 -8
  1104. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/const/const.js +0 -36
  1105. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/constructor/constructor.js +0 -8
  1106. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/constructor-parameters/constructor-parameters.js +0 -9
  1107. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/create/immutable.js +0 -18
  1108. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/create/type.js +0 -17
  1109. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/date/date.js +0 -8
  1110. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/discard/discard.js +0 -10
  1111. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/enum/enum.js +0 -13
  1112. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/error/error.js +0 -8
  1113. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/exclude/exclude-from-mapped-result.js +0 -18
  1114. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/exclude/exclude-from-template-literal.js +0 -8
  1115. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/exclude/exclude.js +0 -17
  1116. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/extends/extends-check.js +0 -249
  1117. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/extends/extends-from-mapped-key.js +0 -22
  1118. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/extends/extends-from-mapped-result.js +0 -19
  1119. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/extends/extends-undefined.js +0 -16
  1120. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/extends/extends.js +0 -16
  1121. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/extract/extract-from-mapped-result.js +0 -18
  1122. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/extract/extract-from-template-literal.js +0 -8
  1123. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/extract/extract.js +0 -17
  1124. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/function/function.js +0 -8
  1125. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/guard/kind.js +0 -176
  1126. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/guard/type.js +0 -270
  1127. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/guard/value.js +0 -62
  1128. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/indexed/indexed-from-mapped-key.js +0 -19
  1129. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/indexed/indexed-from-mapped-result.js +0 -19
  1130. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/indexed/indexed-property-keys.js +0 -20
  1131. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/indexed/indexed.js +0 -57
  1132. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/instance-type/instance-type.js +0 -9
  1133. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/instantiate/instantiate.js +0 -67
  1134. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/integer/integer.js +0 -8
  1135. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/intersect/intersect-create.js +0 -10
  1136. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/intersect/intersect-evaluated.js +0 -31
  1137. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/intersect/intersect.js +0 -16
  1138. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/intrinsic/capitalize.js +0 -7
  1139. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/intrinsic/intrinsic-from-mapped-key.js +0 -22
  1140. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/intrinsic/intrinsic.js +0 -51
  1141. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/intrinsic/lowercase.js +0 -7
  1142. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/intrinsic/uncapitalize.js +0 -7
  1143. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/intrinsic/uppercase.js +0 -7
  1144. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/iterator/iterator.js +0 -8
  1145. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/keyof/keyof-from-mapped-result.js +0 -19
  1146. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/keyof/keyof-property-keys.js +0 -41
  1147. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/keyof/keyof.js +0 -29
  1148. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/literal/literal.js +0 -12
  1149. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/mapped/mapped-result.js +0 -11
  1150. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/mapped/mapped.js +0 -74
  1151. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/module/compute.js +0 -114
  1152. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/module/module.js +0 -25
  1153. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/never/never.js +0 -8
  1154. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/not/not.js +0 -8
  1155. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/null/null.js +0 -8
  1156. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/number/number.js +0 -8
  1157. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/object/object.js +0 -17
  1158. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/omit/omit-from-mapped-key.js +0 -19
  1159. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/omit/omit-from-mapped-result.js +0 -19
  1160. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/omit/omit.js +0 -44
  1161. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/optional/optional-from-mapped-result.js +0 -18
  1162. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/optional/optional.js +0 -21
  1163. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/parameters/parameters.js +0 -9
  1164. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/partial/partial-from-mapped-result.js +0 -19
  1165. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/partial/partial.js +0 -48
  1166. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/patterns/patterns.js +0 -10
  1167. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/pick/pick-from-mapped-key.js +0 -21
  1168. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/pick/pick-from-mapped-result.js +0 -19
  1169. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/pick/pick.js +0 -43
  1170. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/promise/promise.js +0 -8
  1171. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/readonly/readonly-from-mapped-result.js +0 -18
  1172. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/readonly/readonly.js +0 -21
  1173. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/readonly-optional/readonly-optional.js +0 -8
  1174. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/record/record.js +0 -71
  1175. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/recursive/recursive.js +0 -13
  1176. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/ref/ref.js +0 -12
  1177. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/regexp/regexp.js +0 -10
  1178. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/registry/format.js +0 -11
  1179. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/registry/type.js +0 -11
  1180. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/required/required-from-mapped-result.js +0 -18
  1181. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/required/required.js +0 -47
  1182. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/rest/rest.js +0 -10
  1183. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/return-type/return-type.js +0 -9
  1184. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/sets/set.js +0 -28
  1185. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/string/string.js +0 -8
  1186. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/symbol/symbol.js +0 -8
  1187. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/symbols/symbols.js +0 -8
  1188. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/template-literal/finite.js +0 -27
  1189. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/template-literal/generate.js +0 -36
  1190. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/template-literal/parse.js +0 -92
  1191. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/template-literal/pattern.js +0 -21
  1192. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/template-literal/syntax.js +0 -40
  1193. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/template-literal/template-literal.js +0 -12
  1194. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/template-literal/union.js +0 -10
  1195. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/transform/transform.js +0 -34
  1196. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/tuple/tuple.js +0 -8
  1197. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/type/index.js +0 -5
  1198. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/type/type.js +0 -126
  1199. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/uint8array/uint8array.js +0 -8
  1200. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/undefined/undefined.js +0 -8
  1201. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/union/union-create.js +0 -8
  1202. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/union/union-evaluated.js +0 -25
  1203. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/union/union.js +0 -9
  1204. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/unknown/unknown.js +0 -8
  1205. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/unsafe/unsafe.js +0 -8
  1206. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/type/void/void.js +0 -8
  1207. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/value/cast/cast.js +0 -176
  1208. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/value/check/check.js +0 -269
  1209. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/value/clone/clone.js +0 -53
  1210. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/value/create/create.js +0 -269
  1211. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/value/deref/deref.js +0 -25
  1212. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/value/guard/guard.js +0 -86
  1213. package/dist/node_modules/.pnpm/@scalar_typebox@0.1.3/node_modules/@scalar/typebox/build/esm/value/hash/hash.js +0 -102
  1214. package/dist/node_modules/.pnpm/@scalar_types@0.5.8/node_modules/@scalar/types/dist/api-reference/api-client-plugin.js +0 -32
  1215. package/dist/node_modules/.pnpm/@scalar_types@0.5.8/node_modules/@scalar/types/dist/api-reference/api-reference-configuration.js +0 -311
  1216. package/dist/node_modules/.pnpm/@scalar_types@0.5.8/node_modules/@scalar/types/dist/api-reference/api-reference-plugin.js +0 -51
  1217. package/dist/node_modules/.pnpm/@scalar_types@0.5.8/node_modules/@scalar/types/dist/api-reference/base-configuration.js +0 -144
  1218. package/dist/node_modules/.pnpm/@scalar_types@0.5.8/node_modules/@scalar/types/dist/api-reference/source-configuration.js +0 -87
  1219. package/dist/node_modules/.pnpm/@scalar_types@0.5.8/node_modules/@scalar/types/dist/entities/security-scheme.js +0 -131
  1220. package/dist/node_modules/.pnpm/@scalar_types@0.5.8/node_modules/@scalar/types/dist/snippetz/snippetz.js +0 -30
  1221. package/dist/node_modules/.pnpm/@scalar_types@0.5.8/node_modules/@scalar/types/dist/utils/nanoid.js +0 -6
  1222. package/dist/node_modules/.pnpm/@scalar_use-codemirror@0.13.17_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3_65804eeb82d3a0b7feadf63b049d5095/node_modules/@scalar/use-codemirror/dist/hooks/useCodeMirror.js +0 -263
  1223. package/dist/node_modules/.pnpm/@scalar_use-codemirror@0.13.17_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3_65804eeb82d3a0b7feadf63b049d5095/node_modules/@scalar/use-codemirror/dist/hooks/useDropdown.js +0 -38
  1224. package/dist/node_modules/.pnpm/@scalar_use-codemirror@0.13.17_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3_65804eeb82d3a0b7feadf63b049d5095/node_modules/@scalar/use-codemirror/dist/hooks/variables.js +0 -26
  1225. package/dist/node_modules/.pnpm/@scalar_use-codemirror@0.13.17_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3_65804eeb82d3a0b7feadf63b049d5095/node_modules/@scalar/use-codemirror/dist/themes/createCodeMirrorTheme.js +0 -29
  1226. package/dist/node_modules/.pnpm/@scalar_use-codemirror@0.13.17_storybook@10.1.11_@testing-library_dom@10.4.1_prettier@3_65804eeb82d3a0b7feadf63b049d5095/node_modules/@scalar/use-codemirror/dist/themes/index.js +0 -91
  1227. package/dist/node_modules/.pnpm/@scalar_use-hooks@0.3.6_typescript@5.9.3/node_modules/@scalar/use-hooks/dist/useBindCx/cva.js +0 -19
  1228. package/dist/node_modules/.pnpm/@scalar_use-hooks@0.3.6_typescript@5.9.3/node_modules/@scalar/use-hooks/dist/useBindCx/useBindCx.js +0 -90
  1229. package/dist/node_modules/.pnpm/@scalar_use-hooks@0.3.6_typescript@5.9.3/node_modules/@scalar/use-hooks/dist/useClipboard/useClipboard.js +0 -18
  1230. package/dist/node_modules/.pnpm/@scalar_use-hooks@0.3.6_typescript@5.9.3/node_modules/@scalar/use-hooks/dist/useColorMode/useColorMode.js +0 -57
  1231. package/dist/node_modules/.pnpm/@scalar_use-toasts@0.9.1_typescript@5.9.3/node_modules/@scalar/use-toasts/dist/components/ScalarToasts.vue.js +0 -29
  1232. package/dist/node_modules/.pnpm/@scalar_use-toasts@0.9.1_typescript@5.9.3/node_modules/@scalar/use-toasts/dist/hooks/useToasts.js +0 -18
  1233. package/dist/node_modules/.pnpm/@scalar_use-toasts@0.9.1_typescript@5.9.3/node_modules/@scalar/use-toasts/dist/index.js +0 -10
  1234. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/client.js +0 -460
  1235. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/events/bus.js +0 -62
  1236. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/events/old-definitions.js +0 -12
  1237. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/helpers/apply-selective-updates.js +0 -10
  1238. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/helpers/deep-clone.js +0 -13
  1239. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/helpers/detect-changes-proxy.js +0 -32
  1240. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/helpers/general.js +0 -18
  1241. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/helpers/generate-unique-value.js +0 -38
  1242. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/helpers/get-resolved-ref.js +0 -4
  1243. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/helpers/is-non-optional-security-requirement.js +0 -4
  1244. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/helpers/json-path-utils.js +0 -9
  1245. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/helpers/merge-object.js +0 -24
  1246. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/helpers/overrides-proxy.js +0 -32
  1247. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/helpers/unpack-proxy.js +0 -48
  1248. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/mutators/auth.js +0 -95
  1249. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/mutators/operation.js +0 -131
  1250. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/mutators/server.js +0 -79
  1251. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/mutators/workspace.js +0 -6
  1252. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/navigation/get-navigation-options.js +0 -56
  1253. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/navigation/helpers/get-operation-entries.js +0 -20
  1254. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/navigation/helpers/get-parent-entry.js +0 -7
  1255. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/navigation/helpers/get-tag.js +0 -18
  1256. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/navigation/helpers/get-x-keys.js +0 -4
  1257. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/navigation/helpers/traverse-description.js +0 -51
  1258. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/navigation/helpers/traverse-document.js +0 -79
  1259. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/navigation/helpers/traverse-examples.js +0 -32
  1260. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/navigation/helpers/traverse-paths.js +0 -91
  1261. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/navigation/helpers/traverse-schemas.js +0 -56
  1262. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/navigation/helpers/traverse-tags.js +0 -106
  1263. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/navigation/helpers/traverse-webhooks.js +0 -77
  1264. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/navigation/helpers/utils.js +0 -18
  1265. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/plugins/bundler/index.js +0 -54
  1266. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/preprocessing/server.js +0 -66
  1267. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/compose.js +0 -5
  1268. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/extensions/document/x-internal.js +0 -7
  1269. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/extensions/document/x-scalar-environments.js +0 -22
  1270. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/extensions/document/x-scalar-icon.js +0 -7
  1271. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/extensions/document/x-scalar-ignore.js +0 -7
  1272. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/extensions/document/x-scalar-sdk-installation.js +0 -15
  1273. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/extensions/document/x-scalar-set-operation-security.js +0 -7
  1274. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/extensions/document/x-tags.js +0 -7
  1275. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/extensions/example/x-disabled.js +0 -7
  1276. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/extensions/general/x-scalar-cookies.js +0 -14
  1277. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/extensions/general/x-scalar-order.js +0 -7
  1278. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/extensions/operation/x-badge.js +0 -60
  1279. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/extensions/operation/x-code-samples.js +0 -13
  1280. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/extensions/operation/x-scalar-selected-content-type.js +0 -7
  1281. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/extensions/operation/x-scalar-stability.js +0 -12
  1282. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/extensions/parameter/x-global.js +0 -7
  1283. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/extensions/schema/x-additional-properties-name.js +0 -7
  1284. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/extensions/schema/x-enum-descriptions.js +0 -12
  1285. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/extensions/schema/x-enum-varnames.js +0 -8
  1286. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/extensions/schema/x-examples.js +0 -7
  1287. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/extensions/schema/x-variable.js +0 -7
  1288. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/extensions/security/x-default-scopes.js +0 -7
  1289. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/extensions/security/x-scalar-credentials-location.js +0 -7
  1290. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/extensions/security/x-scalar-security-body.js +0 -7
  1291. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/extensions/security/x-scalar-security-query.js +0 -7
  1292. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/extensions/security/x-scalar-security-secrets.js +0 -20
  1293. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/extensions/security/x-scalar-selected-security.js +0 -13
  1294. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/extensions/security/x-tokenName.js +0 -7
  1295. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/extensions/security/x-use-pkce.js +0 -10
  1296. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/extensions/server/x-scalar-selected-server.js +0 -7
  1297. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/extensions/tag/x-display-name.js +0 -7
  1298. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/extensions/tag/x-tag-groups.js +0 -21
  1299. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/extensions.js +0 -11
  1300. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/navigation.js +0 -93
  1301. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/reference-config/appearance.js +0 -24
  1302. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/reference-config/features.js +0 -28
  1303. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/reference-config/index.js +0 -58
  1304. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/reference-config/meta.js +0 -22
  1305. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/reference-config/routing.js +0 -14
  1306. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/reference-config/settings.js +0 -23
  1307. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/typebox-coerce.js +0 -5
  1308. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/v3.1/strict/callback.js +0 -11
  1309. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/v3.1/strict/components.js +0 -36
  1310. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/v3.1/strict/contact.js +0 -12
  1311. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/v3.1/strict/discriminator.js +0 -10
  1312. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/v3.1/strict/encoding.js +0 -12
  1313. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/v3.1/strict/example.js +0 -19
  1314. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/v3.1/strict/external-documentation.js +0 -10
  1315. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/v3.1/strict/header.js +0 -37
  1316. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/v3.1/strict/info.js +0 -26
  1317. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/v3.1/strict/license.js +0 -12
  1318. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/v3.1/strict/link.js +0 -19
  1319. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/v3.1/strict/media-type.js +0 -16
  1320. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/v3.1/strict/oauth-flow.js +0 -63
  1321. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/v3.1/strict/oauthflows.js +0 -15
  1322. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/v3.1/strict/openapi-document.js +0 -167
  1323. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/v3.1/strict/operation.js +0 -47
  1324. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/v3.1/strict/parameter.js +0 -54
  1325. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/v3.1/strict/path-item.js +0 -40
  1326. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/v3.1/strict/paths.js +0 -10
  1327. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/v3.1/strict/ref-definitions.js +0 -73
  1328. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/v3.1/strict/reference.js +0 -23
  1329. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/v3.1/strict/request-body.js +0 -18
  1330. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/v3.1/strict/response.js +0 -16
  1331. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/v3.1/strict/responses.js +0 -10
  1332. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/v3.1/strict/schema.js +0 -151
  1333. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/v3.1/strict/security-requirement.js +0 -11
  1334. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/v3.1/strict/security-scheme.js +0 -52
  1335. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/v3.1/strict/server-variable.js +0 -12
  1336. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/v3.1/strict/server.js +0 -13
  1337. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/v3.1/strict/tag.js +0 -24
  1338. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/v3.1/strict/type-guards.js +0 -4
  1339. package/dist/node_modules/.pnpm/@scalar_workspace-store@0.24.10_typescript@5.9.3/node_modules/@scalar/workspace-store/dist/schemas/v3.1/strict/xml.js +0 -16
  1340. package/dist/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/deserialize.js +0 -62
  1341. package/dist/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/index.js +0 -11
  1342. package/dist/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/serialize.js +0 -106
  1343. package/dist/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/types.js +0 -13
  1344. package/dist/node_modules/.pnpm/@vue_reactivity@3.5.26/node_modules/@vue/reactivity/dist/reactivity.esm-bundler.js +0 -1185
  1345. package/dist/node_modules/.pnpm/@vue_runtime-core@3.5.26/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js +0 -4223
  1346. package/dist/node_modules/.pnpm/@vue_runtime-dom@3.5.26/node_modules/@vue/runtime-dom/dist/runtime-dom.esm-bundler.js +0 -883
  1347. package/dist/node_modules/.pnpm/@vue_shared@3.5.26/node_modules/@vue/shared/dist/shared.esm-bundler.js +0 -200
  1348. package/dist/node_modules/.pnpm/@vueuse_core@13.9.0_vue@3.5.26_typescript@5.9.3_/node_modules/@vueuse/core/index.js +0 -170
  1349. package/dist/node_modules/.pnpm/@vueuse_integrations@13.9.0_axios@1.13.1_focus-trap@7.6.6_fuse.js@7.1.0_vue@3.5.26_typescript@5.9.3_/node_modules/@vueuse/integrations/useFocusTrap.js +0 -50
  1350. package/dist/node_modules/.pnpm/@vueuse_shared@13.9.0_vue@3.5.26_typescript@5.9.3_/node_modules/@vueuse/shared/index.js +0 -73
  1351. package/dist/node_modules/.pnpm/ai@6.0.33_zod@4.3.5/node_modules/ai/dist/index.js +0 -1768
  1352. package/dist/node_modules/.pnpm/bail@2.0.2/node_modules/bail/index.js +0 -7
  1353. package/dist/node_modules/.pnpm/ccount@2.0.1/node_modules/ccount/index.js +0 -12
  1354. package/dist/node_modules/.pnpm/character-entities-html4@2.1.0/node_modules/character-entities-html4/index.js +0 -257
  1355. package/dist/node_modules/.pnpm/character-entities-legacy@3.0.0/node_modules/character-entities-legacy/index.js +0 -111
  1356. package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/all-star-lookahead.js +0 -394
  1357. package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/atn.js +0 -268
  1358. package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/dfa.js +0 -37
  1359. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/lang/lang_extensions.js +0 -12
  1360. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/constants.js +0 -4
  1361. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/cst/cst.js +0 -18
  1362. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/cst/cst_visitor.js +0 -75
  1363. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/errors_public.js +0 -122
  1364. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/exceptions_public.js +0 -43
  1365. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/checks.js +0 -335
  1366. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/first.js +0 -37
  1367. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/follow.js +0 -35
  1368. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/gast/gast_resolver_public.js +0 -22
  1369. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/interpreter.js +0 -338
  1370. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/keys.js +0 -15
  1371. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/llk_lookahead.js +0 -46
  1372. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/lookahead.js +0 -296
  1373. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/resolver.js +0 -36
  1374. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/rest.js +0 -81
  1375. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/parser.js +0 -149
  1376. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/context_assist.js +0 -22
  1377. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/error_handler.js +0 -55
  1378. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.js +0 -201
  1379. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/lexer_adapter.js +0 -45
  1380. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/looksahead.js +0 -116
  1381. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/perf_tracer.js +0 -26
  1382. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recognizer_api.js +0 -317
  1383. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recognizer_engine.js +0 -326
  1384. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recoverable.js +0 -172
  1385. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/tree_builder.js +0 -118
  1386. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/utils/apply_mixins.js +0 -14
  1387. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer.js +0 -544
  1388. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer_errors_public.js +0 -11
  1389. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer_public.js +0 -317
  1390. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/reg_exp.js +0 -177
  1391. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/reg_exp_parser.js +0 -19
  1392. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/tokens.js +0 -91
  1393. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/tokens_public.js +0 -48
  1394. package/dist/node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js +0 -17
  1395. package/dist/node_modules/.pnpm/comma-separated-tokens@2.0.3/node_modules/comma-separated-tokens/index.js +0 -20
  1396. package/dist/node_modules/.pnpm/cose-base@1.0.3/node_modules/cose-base/cose-base.js +0 -559
  1397. package/dist/node_modules/.pnpm/cose-base@2.2.0/node_modules/cose-base/cose-base.js +0 -1249
  1398. package/dist/node_modules/.pnpm/crelt@1.0.6/node_modules/crelt/index.js +0 -27
  1399. package/dist/node_modules/.pnpm/cva@1.0.0-beta.2_typescript@5.9.3/node_modules/cva/dist/index.js +0 -59
  1400. package/dist/node_modules/.pnpm/cytoscape-cose-bilkent@4.1.0_cytoscape@3.33.1/node_modules/cytoscape-cose-bilkent/cytoscape-cose-bilkent.js +0 -224
  1401. package/dist/node_modules/.pnpm/cytoscape-fcose@2.2.0_cytoscape@3.33.1/node_modules/cytoscape-fcose/cytoscape-fcose.js +0 -691
  1402. package/dist/node_modules/.pnpm/cytoscape@3.33.1/node_modules/cytoscape/dist/cytoscape.esm.js +0 -18735
  1403. package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/max.js +0 -15
  1404. package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/min.js +0 -15
  1405. package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/sum.js +0 -15
  1406. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/ascending.js +0 -6
  1407. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/bisect.js +0 -9
  1408. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/bisector.js +0 -37
  1409. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/descending.js +0 -6
  1410. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/max.js +0 -15
  1411. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/min.js +0 -15
  1412. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/number.js +0 -6
  1413. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/range.js +0 -9
  1414. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/ticks.js +0 -32
  1415. package/dist/node_modules/.pnpm/d3-axis@3.0.0/node_modules/d3-axis/src/axis.js +0 -64
  1416. package/dist/node_modules/.pnpm/d3-axis@3.0.0/node_modules/d3-axis/src/identity.js +0 -6
  1417. package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/color.js +0 -305
  1418. package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/define.js +0 -12
  1419. package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/lab.js +0 -80
  1420. package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/math.js +0 -5
  1421. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/defaultLocale.js +0 -15
  1422. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/exponent.js +0 -7
  1423. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatDecimal.js +0 -15
  1424. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatGroup.js +0 -10
  1425. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatNumerals.js +0 -10
  1426. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatPrefixAuto.js +0 -12
  1427. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatRounded.js +0 -10
  1428. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatSpecifier.js +0 -28
  1429. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatTrim.js +0 -19
  1430. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatTypes.js +0 -21
  1431. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/identity.js +0 -6
  1432. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/locale.js +0 -68
  1433. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/precisionFixed.js +0 -7
  1434. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/precisionPrefix.js +0 -7
  1435. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/precisionRound.js +0 -7
  1436. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/accessors.js +0 -7
  1437. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/constant.js +0 -12
  1438. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/ancestors.js +0 -8
  1439. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/count.js +0 -12
  1440. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/descendants.js +0 -6
  1441. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/each.js +0 -9
  1442. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/eachAfter.js +0 -12
  1443. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/eachBefore.js +0 -10
  1444. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/find.js +0 -9
  1445. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/index.js +0 -64
  1446. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/iterator.js +0 -12
  1447. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/leaves.js +0 -9
  1448. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/links.js +0 -9
  1449. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/path.js +0 -17
  1450. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/sort.js +0 -8
  1451. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/sum.js +0 -9
  1452. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/dice.js +0 -7
  1453. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/index.js +0 -38
  1454. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/round.js +0 -6
  1455. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/slice.js +0 -7
  1456. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/squarify.js +0 -33
  1457. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/array.js +0 -13
  1458. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/color.js +0 -29
  1459. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/constant.js +0 -4
  1460. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/date.js +0 -9
  1461. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/hcl.js +0 -14
  1462. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/number.js +0 -8
  1463. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/numberArray.js +0 -15
  1464. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/object.js +0 -14
  1465. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/rgb.js +0 -15
  1466. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/round.js +0 -8
  1467. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/string.js +0 -24
  1468. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/value.js +0 -16
  1469. package/dist/node_modules/.pnpm/d3-path@1.0.9/node_modules/d3-path/src/path.js +0 -54
  1470. package/dist/node_modules/.pnpm/d3-path@3.1.0/node_modules/d3-path/src/path.js +0 -64
  1471. package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/align.js +0 -22
  1472. package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/constant.js +0 -8
  1473. package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/sankey.js +0 -239
  1474. package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/sankeyLinkHorizontal.js +0 -13
  1475. package/dist/node_modules/.pnpm/d3-scale-chromatic@3.1.0/node_modules/d3-scale-chromatic/src/categorical/Tableau10.js +0 -5
  1476. package/dist/node_modules/.pnpm/d3-scale-chromatic@3.1.0/node_modules/d3-scale-chromatic/src/colors.js +0 -7
  1477. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/band.js +0 -41
  1478. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/constant.js +0 -8
  1479. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/continuous.js +0 -75
  1480. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/init.js +0 -16
  1481. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/linear.js +0 -39
  1482. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/nice.js +0 -8
  1483. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/number.js +0 -6
  1484. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/ordinal.js +0 -31
  1485. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/tickFormat.js +0 -32
  1486. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/time.js +0 -46
  1487. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/array.js +0 -6
  1488. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/constant.js +0 -8
  1489. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/creator.js +0 -20
  1490. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/matcher.js +0 -14
  1491. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespace.js +0 -8
  1492. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespaces.js +0 -12
  1493. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/select.js +0 -7
  1494. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/append.js +0 -10
  1495. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/attr.js +0 -44
  1496. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/call.js +0 -7
  1497. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/classed.js +0 -54
  1498. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/clone.js +0 -14
  1499. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/data.js +0 -42
  1500. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/datum.js +0 -6
  1501. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/dispatch.js +0 -21
  1502. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/each.js +0 -9
  1503. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/empty.js +0 -6
  1504. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/enter.js +0 -27
  1505. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/exit.js +0 -8
  1506. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/filter.js +0 -12
  1507. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/html.js +0 -20
  1508. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/index.js +0 -83
  1509. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/insert.js +0 -14
  1510. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/iterator.js +0 -8
  1511. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/join.js +0 -7
  1512. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/lower.js +0 -9
  1513. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/merge.js +0 -12
  1514. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/node.js +0 -11
  1515. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/nodes.js +0 -6
  1516. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/on.js +0 -52
  1517. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/order.js +0 -9
  1518. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/property.js +0 -22
  1519. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/raise.js +0 -9
  1520. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/remove.js +0 -10
  1521. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/select.js +0 -12
  1522. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectAll.js +0 -18
  1523. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChild.js +0 -16
  1524. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChildren.js +0 -16
  1525. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/size.js +0 -8
  1526. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sort.js +0 -19
  1527. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sparse.js +0 -6
  1528. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/style.js +0 -27
  1529. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/text.js +0 -20
  1530. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selector.js +0 -10
  1531. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selectorAll.js +0 -11
  1532. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/window.js +0 -6
  1533. package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/array.js +0 -4
  1534. package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/constant.js +0 -8
  1535. package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/link/index.js +0 -37
  1536. package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/point.js +0 -10
  1537. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/arc.js +0 -85
  1538. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/array.js +0 -6
  1539. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/constant.js +0 -8
  1540. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basis.js +0 -60
  1541. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basisClosed.js +0 -51
  1542. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basisOpen.js +0 -46
  1543. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/bump.js +0 -43
  1544. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/bundle.js +0 -33
  1545. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinal.js +0 -65
  1546. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinalClosed.js +0 -57
  1547. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinalOpen.js +0 -50
  1548. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRom.js +0 -72
  1549. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRomClosed.js +0 -61
  1550. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRomOpen.js +0 -54
  1551. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/linear.js +0 -36
  1552. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/linearClosed.js +0 -23
  1553. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/monotone.js +0 -93
  1554. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/natural.js +0 -41
  1555. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/step.js +0 -51
  1556. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/descending.js +0 -6
  1557. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/identity.js +0 -6
  1558. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/line.js +0 -29
  1559. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/math.js +0 -22
  1560. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/noop.js +0 -5
  1561. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/path.js +0 -18
  1562. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/pie.js +0 -43
  1563. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/point.js +0 -10
  1564. package/dist/node_modules/.pnpm/d3-time-format@4.1.0/node_modules/d3-time-format/src/defaultLocale.js +0 -19
  1565. package/dist/node_modules/.pnpm/d3-time-format@4.1.0/node_modules/d3-time-format/src/locale.js +0 -478
  1566. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/day.js +0 -26
  1567. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/duration.js +0 -10
  1568. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/hour.js +0 -18
  1569. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/interval.js +0 -31
  1570. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/millisecond.js +0 -14
  1571. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/minute.js +0 -18
  1572. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/month.js +0 -17
  1573. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/second.js +0 -11
  1574. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/ticks.js +0 -52
  1575. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/week.js +0 -48
  1576. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/year.js +0 -27
  1577. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/acyclic.js +0 -38
  1578. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/add-border-segments.js +0 -20
  1579. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/coordinate-system.js +0 -47
  1580. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/data/list.js +0 -30
  1581. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/greedy-fas.js +0 -65
  1582. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/layout.js +0 -205
  1583. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/nesting-graph.js +0 -68
  1584. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/normalize.js +0 -34
  1585. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/order/add-subgraph-constraints.js +0 -16
  1586. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/order/barycenter.js +0 -29
  1587. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/order/build-layer-graph.js +0 -26
  1588. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/order/cross-count.js +0 -45
  1589. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/order/index.js +0 -45
  1590. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/order/init-order.js +0 -32
  1591. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/order/resolve-conflicts.js +0 -57
  1592. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/order/sort-subgraph.js +0 -43
  1593. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/order/sort.js +0 -30
  1594. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/parent-dummy-chains.js +0 -40
  1595. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/position/bk.js +0 -230
  1596. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/position/index.js +0 -27
  1597. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/rank/feasible-tree.js +0 -34
  1598. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/rank/index.js +0 -28
  1599. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/rank/network-simplex.js +0 -93
  1600. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/rank/util.js +0 -28
  1601. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/util.js +0 -118
  1602. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/graphlib/alg/dfs.js +0 -19
  1603. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/graphlib/alg/postorder.js +0 -7
  1604. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/graphlib/alg/preorder.js +0 -7
  1605. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/graphlib/graph.js +0 -253
  1606. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/graphlib/json.js +0 -30
  1607. package/dist/node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/dayjs.min.js +0 -282
  1608. package/dist/node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/advancedFormat.js +0 -54
  1609. package/dist/node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/customParseFormat.js +0 -127
  1610. package/dist/node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/isoWeek.js +0 -33
  1611. package/dist/node_modules/.pnpm/decode-named-character-reference@1.2.0/node_modules/decode-named-character-reference/index.dom.js +0 -14
  1612. package/dist/node_modules/.pnpm/devlop@1.1.0/node_modules/devlop/lib/default.js +0 -5
  1613. package/dist/node_modules/.pnpm/dompurify@3.3.0/node_modules/dompurify/dist/purify.es.js +0 -553
  1614. package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/decode-codepoint.js +0 -38
  1615. package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/decode.js +0 -245
  1616. package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/generated/decode-data-html.js +0 -7
  1617. package/dist/node_modules/.pnpm/escape-string-regexp@5.0.0/node_modules/escape-string-regexp/index.js +0 -8
  1618. package/dist/node_modules/.pnpm/eventsource-parser@3.0.6/node_modules/eventsource-parser/dist/index.js +0 -105
  1619. package/dist/node_modules/.pnpm/eventsource-parser@3.0.6/node_modules/eventsource-parser/dist/stream.js +0 -28
  1620. package/dist/node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.js +0 -43
  1621. package/dist/node_modules/.pnpm/focus-trap@7.6.6/node_modules/focus-trap/dist/focus-trap.esm.js +0 -469
  1622. package/dist/node_modules/.pnpm/fuse.js@7.1.0/node_modules/fuse.js/dist/fuse.js +0 -1022
  1623. package/dist/node_modules/.pnpm/get-own-enumerable-keys@1.0.0/node_modules/get-own-enumerable-keys/index.js +0 -10
  1624. package/dist/node_modules/.pnpm/github-slugger@2.0.0/node_modules/github-slugger/index.js +0 -47
  1625. package/dist/node_modules/.pnpm/github-slugger@2.0.0/node_modules/github-slugger/regex.js +0 -4
  1626. package/dist/node_modules/.pnpm/hast-util-embedded@3.0.0/node_modules/hast-util-embedded/lib/index.js +0 -13
  1627. package/dist/node_modules/.pnpm/hast-util-format@1.1.0/node_modules/hast-util-format/lib/index.js +0 -54
  1628. package/dist/node_modules/.pnpm/hast-util-from-html@2.0.3/node_modules/hast-util-from-html/lib/errors.js +0 -316
  1629. package/dist/node_modules/.pnpm/hast-util-from-html@2.0.3/node_modules/hast-util-from-html/lib/index.js +0 -72
  1630. package/dist/node_modules/.pnpm/hast-util-from-parse5@8.0.3/node_modules/hast-util-from-parse5/lib/index.js +0 -145
  1631. package/dist/node_modules/.pnpm/hast-util-has-property@3.0.0/node_modules/hast-util-has-property/lib/index.js +0 -8
  1632. package/dist/node_modules/.pnpm/hast-util-is-body-ok-link@3.0.1/node_modules/hast-util-is-body-ok-link/lib/index.js +0 -18
  1633. package/dist/node_modules/.pnpm/hast-util-is-element@3.0.0/node_modules/hast-util-is-element/lib/index.js +0 -90
  1634. package/dist/node_modules/.pnpm/hast-util-minify-whitespace@1.0.1/node_modules/hast-util-minify-whitespace/lib/block.js +0 -121
  1635. package/dist/node_modules/.pnpm/hast-util-minify-whitespace@1.0.1/node_modules/hast-util-minify-whitespace/lib/content.js +0 -10
  1636. package/dist/node_modules/.pnpm/hast-util-minify-whitespace@1.0.1/node_modules/hast-util-minify-whitespace/lib/index.js +0 -120
  1637. package/dist/node_modules/.pnpm/hast-util-minify-whitespace@1.0.1/node_modules/hast-util-minify-whitespace/lib/skippable.js +0 -23
  1638. package/dist/node_modules/.pnpm/hast-util-parse-selector@4.0.0/node_modules/hast-util-parse-selector/lib/index.js +0 -20
  1639. package/dist/node_modules/.pnpm/hast-util-phrasing@3.0.1/node_modules/hast-util-phrasing/lib/index.js +0 -59
  1640. package/dist/node_modules/.pnpm/hast-util-raw@9.1.0/node_modules/hast-util-raw/lib/index.js +0 -214
  1641. package/dist/node_modules/.pnpm/hast-util-sanitize@5.0.2/node_modules/hast-util-sanitize/lib/index.js +0 -190
  1642. package/dist/node_modules/.pnpm/hast-util-sanitize@5.0.2/node_modules/hast-util-sanitize/lib/schema.js +0 -198
  1643. package/dist/node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/comment.js +0 -21
  1644. package/dist/node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/doctype.js +0 -6
  1645. package/dist/node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/element.js +0 -97
  1646. package/dist/node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/index.js +0 -25
  1647. package/dist/node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/raw.js +0 -7
  1648. package/dist/node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/root.js +0 -6
  1649. package/dist/node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/text.js +0 -13
  1650. package/dist/node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/index.js +0 -53
  1651. package/dist/node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/omission/closing.js +0 -87
  1652. package/dist/node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/omission/omission.js +0 -10
  1653. package/dist/node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/omission/opening.js +0 -40
  1654. package/dist/node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/omission/util/siblings.js +0 -17
  1655. package/dist/node_modules/.pnpm/hast-util-to-parse5@8.0.0/node_modules/hast-util-to-parse5/lib/index.js +0 -118
  1656. package/dist/node_modules/.pnpm/hast-util-to-text@4.0.2/node_modules/hast-util-to-text/lib/index.js +0 -226
  1657. package/dist/node_modules/.pnpm/hast-util-whitespace@3.0.0/node_modules/hast-util-whitespace/lib/index.js +0 -10
  1658. package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/create-h.js +0 -112
  1659. package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/index.js +0 -8
  1660. package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/svg-case-sensitive-tag-names.js +0 -44
  1661. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/bash.js +0 -375
  1662. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/c.js +0 -276
  1663. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/clojure.js +0 -135
  1664. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/cpp.js +0 -519
  1665. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/csharp.js +0 -376
  1666. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/css.js +0 -828
  1667. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/dart.js +0 -242
  1668. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/diff.js +0 -54
  1669. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/dockerfile.js +0 -34
  1670. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/elixir.js +0 -251
  1671. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/fsharp.js +0 -517
  1672. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/go.js +0 -151
  1673. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/graphql.js +0 -70
  1674. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/haskell.js +0 -177
  1675. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/http.js +0 -85
  1676. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/ini.js +0 -107
  1677. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/java.js +0 -239
  1678. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/javascript.js +0 -656
  1679. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/json.js +0 -38
  1680. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/kotlin.js +0 -242
  1681. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/less.js +0 -897
  1682. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/lua.js +0 -58
  1683. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/makefile.js +0 -63
  1684. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/markdown.js +0 -216
  1685. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/matlab.js +0 -76
  1686. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/nginx.js +0 -141
  1687. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/objectivec.js +0 -237
  1688. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/ocaml.js +0 -67
  1689. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/perl.js +0 -469
  1690. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/php.js +0 -553
  1691. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/plaintext.js +0 -13
  1692. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/powershell.js +0 -236
  1693. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/properties.js +0 -51
  1694. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/python.js +0 -399
  1695. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/r.js +0 -207
  1696. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/ruby.js +0 -388
  1697. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/rust.js +0 -295
  1698. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/scala.js +0 -179
  1699. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/scss.js +0 -813
  1700. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/shell.js +0 -25
  1701. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/sql.js +0 -612
  1702. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/swift.js +0 -774
  1703. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/typescript.js +0 -743
  1704. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/xml.js +0 -219
  1705. package/dist/node_modules/.pnpm/highlight.js@11.10.0/node_modules/highlight.js/es/languages/yaml.js +0 -168
  1706. package/dist/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/core.js +0 -5
  1707. package/dist/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/lib/core.js +0 -1063
  1708. package/dist/node_modules/.pnpm/highlightjs-curl@1.3.0/node_modules/highlightjs-curl/src/languages/curl.js +0 -83
  1709. package/dist/node_modules/.pnpm/html-void-elements@3.0.0/node_modules/html-void-elements/index.js +0 -25
  1710. package/dist/node_modules/.pnpm/html-whitespace-sensitive-tag-names@3.0.1/node_modules/html-whitespace-sensitive-tag-names/lib/index.js +0 -9
  1711. package/dist/node_modules/.pnpm/internmap@2.0.3/node_modules/internmap/src/index.js +0 -35
  1712. package/dist/node_modules/.pnpm/is-absolute-url@4.0.1/node_modules/is-absolute-url/index.js +0 -9
  1713. package/dist/node_modules/.pnpm/is-obj@3.0.0/node_modules/is-obj/index.js +0 -7
  1714. package/dist/node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.js +0 -9
  1715. package/dist/node_modules/.pnpm/is-regexp@3.1.0/node_modules/is-regexp/index.js +0 -7
  1716. package/dist/node_modules/.pnpm/js-base64@3.7.8/node_modules/js-base64/base64.js +0 -40
  1717. package/dist/node_modules/.pnpm/katex@0.16.25/node_modules/katex/dist/contrib/mhchem.js +0 -2306
  1718. package/dist/node_modules/.pnpm/katex@0.16.25/node_modules/katex/dist/katex.js +0 -11688
  1719. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/index.js +0 -75
  1720. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/reusable.js +0 -5
  1721. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/type.js +0 -24
  1722. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/hex.js +0 -28
  1723. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/hsl.js +0 -46
  1724. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/index.js +0 -29
  1725. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/keyword.js +0 -169
  1726. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/rgb.js +0 -29
  1727. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/constants.js +0 -13
  1728. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/adjust.js +0 -11
  1729. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/adjust_channel.js +0 -9
  1730. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/change.js +0 -11
  1731. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/channel.js +0 -6
  1732. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/darken.js +0 -5
  1733. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/invert.js +0 -9
  1734. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/is_dark.js +0 -5
  1735. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/is_light.js +0 -5
  1736. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/lighten.js +0 -5
  1737. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/luminance.js +0 -9
  1738. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/mix.js +0 -9
  1739. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/rgba.js +0 -18
  1740. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/channel.js +0 -75
  1741. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/index.js +0 -11
  1742. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/lang.js +0 -8
  1743. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/unit.js +0 -10
  1744. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/default-module.js +0 -87
  1745. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/dependency-injection.js +0 -59
  1746. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/comment-provider.js +0 -14
  1747. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/documentation-provider.js +0 -44
  1748. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/jsdoc.js +0 -343
  1749. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/languages/generated/ast.js +0 -652
  1750. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/languages/grammar-config.js +0 -16
  1751. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/async-parser.js +0 -11
  1752. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/completion-parser-builder.js +0 -9
  1753. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/cst-node-builder.js +0 -190
  1754. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/langium-parser-builder.js +0 -14
  1755. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/langium-parser.js +0 -346
  1756. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/lexer.js +0 -62
  1757. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/parser-builder-base.js +0 -264
  1758. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/token-builder.js +0 -66
  1759. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/value-converter.js +0 -103
  1760. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/linker.js +0 -111
  1761. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/name-provider.js +0 -17
  1762. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/references.js +0 -64
  1763. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope-computation.js +0 -60
  1764. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope-provider.js +0 -50
  1765. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope.js +0 -43
  1766. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/serializer/hydrator.js +0 -140
  1767. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/serializer/json-serializer.js +0 -133
  1768. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/service-registry.js +0 -48
  1769. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/syntax-tree.js +0 -63
  1770. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/ast-utils.js +0 -120
  1771. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/caching.js +0 -103
  1772. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/collections.js +0 -143
  1773. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/cst-utils.js +0 -95
  1774. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/disposable.js +0 -12
  1775. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/errors.js +0 -12
  1776. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/grammar-loader.js +0 -29
  1777. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/grammar-utils.js +0 -282
  1778. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/promise-utils.js +0 -36
  1779. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/regexp-utils.js +0 -165
  1780. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/stream.js +0 -353
  1781. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/uri-utils.js +0 -26
  1782. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/validation/document-validator.js +0 -193
  1783. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/validation/validation-registry.js +0 -129
  1784. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/ast-descriptions.js +0 -66
  1785. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/ast-node-locator.js +0 -32
  1786. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/configuration.js +0 -71
  1787. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/document-builder.js +0 -230
  1788. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/documents.js +0 -156
  1789. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/file-system-provider.js +0 -15
  1790. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/index-manager.js +0 -48
  1791. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/workspace-lock.js +0 -48
  1792. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/workspace-manager.js +0 -90
  1793. package/dist/node_modules/.pnpm/layout-base@1.0.2/node_modules/layout-base/layout-base.js +0 -1608
  1794. package/dist/node_modules/.pnpm/layout-base@2.0.1/node_modules/layout-base/layout-base.js +0 -1911
  1795. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.js +0 -6
  1796. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.js +0 -20
  1797. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.js +0 -20
  1798. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.js +0 -6
  1799. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.js +0 -20
  1800. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.js +0 -6
  1801. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.js +0 -6
  1802. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_SetCache.js +0 -13
  1803. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.js +0 -18
  1804. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.js +0 -5
  1805. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.js +0 -5
  1806. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.js +0 -6
  1807. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_apply.js +0 -16
  1808. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayAggregator.js +0 -10
  1809. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEach.js +0 -8
  1810. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEvery.js +0 -9
  1811. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.js +0 -10
  1812. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayIncludes.js +0 -8
  1813. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.js +0 -20
  1814. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayMap.js +0 -8
  1815. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.js +0 -8
  1816. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayReduce.js +0 -9
  1817. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arraySome.js +0 -9
  1818. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignMergeValue.js +0 -8
  1819. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignValue.js +0 -10
  1820. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.js +0 -10
  1821. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAggregator.js +0 -9
  1822. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssign.js +0 -8
  1823. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignIn.js +0 -8
  1824. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignValue.js +0 -12
  1825. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseClone.js +0 -65
  1826. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseCreate.js +0 -17
  1827. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseDifference.js +0 -24
  1828. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseEach.js +0 -6
  1829. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseEvery.js +0 -10
  1830. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseExtremum.js +0 -12
  1831. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFilter.js +0 -10
  1832. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFindIndex.js +0 -9
  1833. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFlatten.js +0 -13
  1834. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFor.js +0 -5
  1835. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseForOwn.js +0 -8
  1836. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGet.js +0 -11
  1837. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.js +0 -9
  1838. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.js +0 -10
  1839. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGt.js +0 -6
  1840. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseHas.js +0 -7
  1841. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseHasIn.js +0 -6
  1842. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIndexOf.js +0 -9
  1843. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.js +0 -9
  1844. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqual.js +0 -8
  1845. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqualDeep.js +0 -32
  1846. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMap.js +0 -9
  1847. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMatch.js +0 -29
  1848. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNaN.js +0 -6
  1849. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.js +0 -16
  1850. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsRegExp.js +0 -9
  1851. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsSet.js +0 -9
  1852. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.js +0 -12
  1853. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIteratee.js +0 -11
  1854. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.js +0 -14
  1855. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeysIn.js +0 -15
  1856. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseLt.js +0 -6
  1857. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMap.js +0 -11
  1858. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMatches.js +0 -12
  1859. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMatchesProperty.js +0 -17
  1860. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMerge.js +0 -20
  1861. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMergeDeep.js +0 -31
  1862. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseOrderBy.js +0 -30
  1863. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePick.js +0 -10
  1864. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePickBy.js +0 -13
  1865. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseProperty.js +0 -8
  1866. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePropertyDeep.js +0 -9
  1867. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseRange.js +0 -9
  1868. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseReduce.js +0 -8
  1869. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseRest.js +0 -9
  1870. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSet.js +0 -24
  1871. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSetToString.js +0 -14
  1872. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSlice.js +0 -10
  1873. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSome.js +0 -10
  1874. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSortBy.js +0 -9
  1875. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.js +0 -8
  1876. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseToString.js +0 -18
  1877. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTrim.js +0 -8
  1878. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.js +0 -8
  1879. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUniq.js +0 -30
  1880. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseValues.js +0 -9
  1881. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseZipObject.js +0 -10
  1882. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cacheHas.js +0 -6
  1883. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castFunction.js +0 -7
  1884. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castPath.js +0 -10
  1885. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneArrayBuffer.js +0 -8
  1886. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneBuffer.js +0 -11
  1887. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneDataView.js +0 -8
  1888. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneRegExp.js +0 -8
  1889. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneSymbol.js +0 -8
  1890. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneTypedArray.js +0 -8
  1891. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_compareAscending.js +0 -14
  1892. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_compareMultiple.js +0 -16
  1893. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyArray.js +0 -9
  1894. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyObject.js +0 -14
  1895. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbols.js +0 -8
  1896. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbolsIn.js +0 -8
  1897. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.js +0 -5
  1898. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createAggregator.js +0 -13
  1899. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createAssigner.js +0 -15
  1900. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseEach.js +0 -15
  1901. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseFor.js +0 -13
  1902. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createFind.js +0 -19
  1903. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createRange.js +0 -11
  1904. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createSet.js +0 -9
  1905. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.js +0 -11
  1906. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalArrays.js +0 -40
  1907. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalByTag.js +0 -45
  1908. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalObjects.js +0 -36
  1909. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_flatRest.js +0 -9
  1910. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.js +0 -4
  1911. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeys.js +0 -9
  1912. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeysIn.js +0 -9
  1913. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.js +0 -8
  1914. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMatchData.js +0 -12
  1915. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.js +0 -9
  1916. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getPrototype.js +0 -5
  1917. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.js +0 -15
  1918. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.js +0 -10
  1919. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbolsIn.js +0 -12
  1920. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.js +0 -28
  1921. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.js +0 -6
  1922. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hasPath.js +0 -19
  1923. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.js +0 -7
  1924. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.js +0 -7
  1925. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.js +0 -13
  1926. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.js +0 -9
  1927. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.js +0 -9
  1928. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneArray.js +0 -8
  1929. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneByTag.js +0 -42
  1930. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneObject.js +0 -9
  1931. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isFlattenable.js +0 -10
  1932. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.js +0 -8
  1933. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIterateeCall.js +0 -13
  1934. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKey.js +0 -12
  1935. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.js +0 -7
  1936. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.js +0 -11
  1937. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.js +0 -8
  1938. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isStrictComparable.js +0 -7
  1939. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.js +0 -6
  1940. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.js +0 -12
  1941. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.js +0 -8
  1942. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.js +0 -7
  1943. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.js +0 -8
  1944. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.js +0 -13
  1945. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.js +0 -8
  1946. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.js +0 -7
  1947. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.js +0 -7
  1948. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.js +0 -8
  1949. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapToArray.js +0 -9
  1950. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_matchesStrictComparable.js +0 -8
  1951. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_memoizeCapped.js +0 -11
  1952. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.js +0 -5
  1953. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.js +0 -5
  1954. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeysIn.js +0 -10
  1955. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.js +0 -11
  1956. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.js +0 -7
  1957. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.js +0 -8
  1958. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overRest.js +0 -15
  1959. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.js +0 -5
  1960. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_safeGet.js +0 -7
  1961. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheAdd.js +0 -7
  1962. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheHas.js +0 -6
  1963. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToArray.js +0 -9
  1964. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToString.js +0 -6
  1965. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_shortOut.js +0 -16
  1966. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.js +0 -7
  1967. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.js +0 -7
  1968. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.js +0 -6
  1969. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.js +0 -6
  1970. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.js +0 -17
  1971. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_strictIndexOf.js +0 -9
  1972. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stringToPath.js +0 -10
  1973. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toKey.js +0 -10
  1974. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.js +0 -17
  1975. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_trimmedEndIndex.js +0 -9
  1976. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/assign.js +0 -17
  1977. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/clone.js +0 -8
  1978. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/cloneDeep.js +0 -8
  1979. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/compact.js +0 -10
  1980. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/constant.js +0 -8
  1981. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/defaults.js +0 -17
  1982. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/difference.js +0 -10
  1983. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/drop.js +0 -9
  1984. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/dropRight.js +0 -9
  1985. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.js +0 -6
  1986. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/every.js +0 -11
  1987. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/filter.js +0 -11
  1988. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/find.js +0 -6
  1989. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/findIndex.js +0 -14
  1990. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatMap.js +0 -8
  1991. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatten.js +0 -8
  1992. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/forEach.js +0 -11
  1993. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/forIn.js +0 -9
  1994. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/forOwn.js +0 -8
  1995. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/get.js +0 -8
  1996. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/groupBy.js +0 -8
  1997. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/has.js +0 -8
  1998. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/hasIn.js +0 -8
  1999. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/head.js +0 -6
  2000. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/identity.js +0 -6
  2001. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/includes.js +0 -14
  2002. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/indexOf.js +0 -11
  2003. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.js +0 -10
  2004. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.js +0 -4
  2005. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.js +0 -8
  2006. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLikeObject.js +0 -8
  2007. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.js +0 -6
  2008. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isEmpty.js +0 -27
  2009. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.js +0 -12
  2010. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.js +0 -7
  2011. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isMap.js +0 -7
  2012. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.js +0 -7
  2013. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.js +0 -6
  2014. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isPlainObject.js +0 -16
  2015. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isRegExp.js +0 -7
  2016. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSet.js +0 -7
  2017. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isString.js +0 -10
  2018. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSymbol.js +0 -9
  2019. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.js +0 -7
  2020. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isUndefined.js +0 -6
  2021. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.js +0 -9
  2022. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keysIn.js +0 -9
  2023. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/last.js +0 -7
  2024. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/map.js +0 -11
  2025. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/mapValues.js +0 -12
  2026. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/max.js +0 -9
  2027. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/memoize.js +0 -18
  2028. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/merge.js +0 -8
  2029. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/min.js +0 -9
  2030. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/minBy.js +0 -9
  2031. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/negate.js +0 -22
  2032. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/noop.js +0 -5
  2033. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/pick.js +0 -8
  2034. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/pickBy.js +0 -17
  2035. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/property.js +0 -10
  2036. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/range.js +0 -5
  2037. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/reduce.js +0 -12
  2038. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/reject.js +0 -12
  2039. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/some.js +0 -11
  2040. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/sortBy.js +0 -13
  2041. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.js +0 -6
  2042. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.js +0 -6
  2043. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toFinite.js +0 -14
  2044. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toInteger.js +0 -8
  2045. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toNumber.js +0 -22
  2046. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toPlainObject.js +0 -8
  2047. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toString.js +0 -7
  2048. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/union.js +0 -10
  2049. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniq.js +0 -7
  2050. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniqBy.js +0 -8
  2051. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniqueId.js +0 -9
  2052. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/values.js +0 -8
  2053. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/zipObject.js +0 -8
  2054. package/dist/node_modules/.pnpm/longest-streak@3.1.0/node_modules/longest-streak/index.js +0 -12
  2055. package/dist/node_modules/.pnpm/lowlight@3.1.0/node_modules/lowlight/lib/index.js +0 -186
  2056. package/dist/node_modules/.pnpm/markdown-table@3.0.4/node_modules/markdown-table/index.js +0 -75
  2057. package/dist/node_modules/.pnpm/marked@16.4.2/node_modules/marked/lib/marked.esm.js +0 -1094
  2058. package/dist/node_modules/.pnpm/markstream-vue@0.0.6-beta.0_katex@0.16.25_mermaid@11.12.1_vue@3.5.26_typescript@5.9.3_/node_modules/markstream-vue/dist/Tooltip.js +0 -578
  2059. package/dist/node_modules/.pnpm/markstream-vue@0.0.6-beta.0_katex@0.16.25_mermaid@11.12.1_vue@3.5.26_typescript@5.9.3_/node_modules/markstream-vue/dist/exports.js +0 -2019
  2060. package/dist/node_modules/.pnpm/markstream-vue@0.0.6-beta.0_katex@0.16.25_mermaid@11.12.1_vue@3.5.26_typescript@5.9.3_/node_modules/markstream-vue/dist/index2.js +0 -71
  2061. package/dist/node_modules/.pnpm/markstream-vue@0.0.6-beta.0_katex@0.16.25_mermaid@11.12.1_vue@3.5.26_typescript@5.9.3_/node_modules/markstream-vue/dist/index3.js +0 -73
  2062. package/dist/node_modules/.pnpm/markstream-vue@0.0.6-beta.0_katex@0.16.25_mermaid@11.12.1_vue@3.5.26_typescript@5.9.3_/node_modules/markstream-vue/dist/index4.js +0 -540
  2063. package/dist/node_modules/.pnpm/markstream-vue@0.0.6-beta.0_katex@0.16.25_mermaid@11.12.1_vue@3.5.26_typescript@5.9.3_/node_modules/markstream-vue/dist/index5.js +0 -593
  2064. package/dist/node_modules/.pnpm/markstream-vue@0.0.6-beta.0_katex@0.16.25_mermaid@11.12.1_vue@3.5.26_typescript@5.9.3_/node_modules/markstream-vue/dist/index6.js +0 -199
  2065. package/dist/node_modules/.pnpm/markstream-vue@0.0.6-beta.0_katex@0.16.25_mermaid@11.12.1_vue@3.5.26_typescript@5.9.3_/node_modules/markstream-vue/dist/safeRaf.js +0 -10
  2066. package/dist/node_modules/.pnpm/mdast-util-find-and-replace@3.0.2/node_modules/mdast-util-find-and-replace/lib/index.js +0 -70
  2067. package/dist/node_modules/.pnpm/mdast-util-from-markdown@2.0.2/node_modules/mdast-util-from-markdown/lib/index.js +0 -581
  2068. package/dist/node_modules/.pnpm/mdast-util-gfm-autolink-literal@2.0.1/node_modules/mdast-util-gfm-autolink-literal/lib/index.js +0 -130
  2069. package/dist/node_modules/.pnpm/mdast-util-gfm-footnote@2.1.0/node_modules/mdast-util-gfm-footnote/lib/index.js +0 -95
  2070. package/dist/node_modules/.pnpm/mdast-util-gfm-strikethrough@2.0.0/node_modules/mdast-util-gfm-strikethrough/lib/index.js +0 -50
  2071. package/dist/node_modules/.pnpm/mdast-util-gfm-table@2.0.0/node_modules/mdast-util-gfm-table/lib/index.js +0 -135
  2072. package/dist/node_modules/.pnpm/mdast-util-gfm-task-list-item@2.0.0/node_modules/mdast-util-gfm-task-list-item/lib/index.js +0 -58
  2073. package/dist/node_modules/.pnpm/mdast-util-gfm@3.1.0/node_modules/mdast-util-gfm/lib/index.js +0 -29
  2074. package/dist/node_modules/.pnpm/mdast-util-phrasing@4.1.0/node_modules/mdast-util-phrasing/lib/index.js +0 -30
  2075. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/footer.js +0 -90
  2076. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/blockquote.js +0 -12
  2077. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/break.js +0 -8
  2078. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/code.js +0 -15
  2079. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/delete.js +0 -12
  2080. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/emphasis.js +0 -12
  2081. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js +0 -28
  2082. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/heading.js +0 -12
  2083. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/html.js +0 -9
  2084. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/image-reference.js +0 -14
  2085. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/image.js +0 -10
  2086. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/index.js +0 -58
  2087. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/inline-code.js +0 -14
  2088. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/link-reference.js +0 -19
  2089. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/link.js +0 -15
  2090. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/list-item.js +0 -42
  2091. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/list.js +0 -21
  2092. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/paragraph.js +0 -12
  2093. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/root.js +0 -7
  2094. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/strong.js +0 -12
  2095. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table-cell.js +0 -13
  2096. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table-row.js +0 -21
  2097. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table.js +0 -32
  2098. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/text.js +0 -8
  2099. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js +0 -12
  2100. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/index.js +0 -10
  2101. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/revert.js +0 -13
  2102. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/state.js +0 -104
  2103. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/blockquote.js +0 -15
  2104. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/break.js +0 -13
  2105. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/code.js +0 -44
  2106. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/definition.js +0 -34
  2107. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/emphasis.js +0 -33
  2108. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/heading.js +0 -34
  2109. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/html.js +0 -10
  2110. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image-reference.js +0 -27
  2111. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image.js +0 -33
  2112. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/index.js +0 -44
  2113. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/inline-code.js +0 -22
  2114. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link-reference.js +0 -27
  2115. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link.js +0 -50
  2116. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list-item.js +0 -22
  2117. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list.js +0 -35
  2118. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/paragraph.js +0 -7
  2119. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/root.js +0 -9
  2120. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/strong.js +0 -33
  2121. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/text.js +0 -6
  2122. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.js +0 -9
  2123. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.js +0 -11
  2124. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.js +0 -18
  2125. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet.js +0 -11
  2126. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.js +0 -11
  2127. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-fence.js +0 -11
  2128. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.js +0 -11
  2129. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-quote.js +0 -11
  2130. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.js +0 -11
  2131. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule.js +0 -11
  2132. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-strong.js +0 -11
  2133. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.js +0 -6
  2134. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-info.js +0 -37
  2135. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.js +0 -9
  2136. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.js +0 -13
  2137. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.js +0 -15
  2138. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.js +0 -15
  2139. package/dist/node_modules/.pnpm/mdast-util-to-string@4.0.0/node_modules/mdast-util-to-string/lib/index.js +0 -29
  2140. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/architectureDiagram-VXUJARFQ.js +0 -828
  2141. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/blockDiagram-VD42YOAC.js +0 -2270
  2142. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/c4Diagram-YG6GDRKO.js +0 -1583
  2143. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-4BX2VUAB.js +0 -8
  2144. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-55IACEB6.js +0 -9
  2145. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-6MN3ZHY7.js +0 -144
  2146. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-ABZYJK2D.js +0 -1441
  2147. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AGHRB4JF.js +0 -40
  2148. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-ATLVNIR6.js +0 -75
  2149. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-B4BG7PRW.js +0 -1379
  2150. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-CVBHYZKI.js +0 -14
  2151. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-DI55MBZ5.js +0 -1373
  2152. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-EXTU4WIE.js +0 -15
  2153. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-FMBD7UC4.js +0 -19
  2154. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-HN2XXSSU.js +0 -85
  2155. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-JA3XYJ7Z.js +0 -272
  2156. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-JZLCHNYA.js +0 -3117
  2157. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-MI3HLSF2.js +0 -1419
  2158. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-N4CR4FBY.js +0 -52
  2159. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QN33PNHL.js +0 -20
  2160. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QXUST7PY.js +0 -518
  2161. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QZHKN3VN.js +0 -15
  2162. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-S3R3BYOJ.js +0 -374
  2163. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-TZMSLE5B.js +0 -66
  2164. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-2ON5EDUG.js +0 -16
  2165. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-v2-WZHVMYZB.js +0 -16
  2166. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/cose-bilkent-S5V4N54A.js +0 -231
  2167. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/dagre-6UL2VRFP.js +0 -422
  2168. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/diagram-PSM6KHXK.js +0 -321
  2169. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/diagram-QEK2KX5R.js +0 -220
  2170. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/diagram-S2PKOQOG.js +0 -145
  2171. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/erDiagram-Q2GNP2WA.js +0 -846
  2172. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/flowDiagram-NV44I4VS.js +0 -1627
  2173. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/ganttDiagram-LVOFAZNH.js +0 -1442
  2174. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/gitGraphDiagram-NY62KEGX.js +0 -702
  2175. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/infoDiagram-ER5ION4S.js +0 -27
  2176. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/journeyDiagram-XKPGCS4Q.js +0 -836
  2177. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/kanban-definition-3W4ZIXB7.js +0 -726
  2178. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/mindmap-definition-VGOIOE7T.js +0 -764
  2179. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/pieDiagram-ADFJNKIX.js +0 -124
  2180. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/quadrantDiagram-AYHSOK5B.js +0 -1024
  2181. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/requirementDiagram-UZGBJVZJ.js +0 -853
  2182. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/sankeyDiagram-TZEHDZUN.js +0 -422
  2183. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/sequenceDiagram-WL72ISMW.js +0 -2516
  2184. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-FKZM4ZOC.js +0 -268
  2185. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-v2-4FDKWEC3.js +0 -16
  2186. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/timeline-definition-IT6M3QCI.js +0 -800
  2187. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/xychartDiagram-PRI3JC2R.js +0 -1303
  2188. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/mermaid.core.js +0 -703
  2189. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/attention.js +0 -83
  2190. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/autolink.js +0 -43
  2191. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/blank-line.js +0 -18
  2192. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/block-quote.js +0 -42
  2193. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-escape.js +0 -17
  2194. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-reference.js +0 -30
  2195. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-fenced.js +0 -94
  2196. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-indented.js +0 -43
  2197. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-text.js +0 -45
  2198. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/content.js +0 -50
  2199. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/definition.js +0 -80
  2200. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/hard-break-escape.js +0 -17
  2201. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/heading-atx.js +0 -46
  2202. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-flow.js +0 -144
  2203. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-text.js +0 -102
  2204. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-end.js +0 -152
  2205. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-image.js +0 -22
  2206. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-link.js +0 -19
  2207. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/line-ending.js +0 -14
  2208. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/list.js +0 -90
  2209. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/setext-underline.js +0 -57
  2210. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/thematic-break.js +0 -25
  2211. package/dist/node_modules/.pnpm/micromark-extension-gfm-autolink-literal@2.1.0/node_modules/micromark-extension-gfm-autolink-literal/lib/syntax.js +0 -193
  2212. package/dist/node_modules/.pnpm/micromark-extension-gfm-footnote@2.1.0/node_modules/micromark-extension-gfm-footnote/lib/syntax.js +0 -192
  2213. package/dist/node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.1.0/node_modules/micromark-extension-gfm-strikethrough/lib/syntax.js +0 -67
  2214. package/dist/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/edit-map.js +0 -71
  2215. package/dist/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/infer.js +0 -23
  2216. package/dist/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/syntax.js +0 -145
  2217. package/dist/node_modules/.pnpm/micromark-extension-gfm-task-list-item@2.1.0/node_modules/micromark-extension-gfm-task-list-item/lib/syntax.js +0 -45
  2218. package/dist/node_modules/.pnpm/micromark-extension-gfm@3.0.0/node_modules/micromark-extension-gfm/index.js +0 -18
  2219. package/dist/node_modules/.pnpm/micromark-factory-destination@2.0.1/node_modules/micromark-factory-destination/index.js +0 -31
  2220. package/dist/node_modules/.pnpm/micromark-factory-label@2.0.1/node_modules/micromark-factory-label/index.js +0 -28
  2221. package/dist/node_modules/.pnpm/micromark-factory-space@2.0.1/node_modules/micromark-factory-space/index.js +0 -15
  2222. package/dist/node_modules/.pnpm/micromark-factory-title@2.0.1/node_modules/micromark-factory-title/index.js +0 -26
  2223. package/dist/node_modules/.pnpm/micromark-factory-whitespace@2.0.1/node_modules/micromark-factory-whitespace/index.js +0 -12
  2224. package/dist/node_modules/.pnpm/micromark-util-character@2.1.1/node_modules/micromark-util-character/index.js +0 -39
  2225. package/dist/node_modules/.pnpm/micromark-util-chunked@2.0.1/node_modules/micromark-util-chunked/index.js +0 -16
  2226. package/dist/node_modules/.pnpm/micromark-util-classify-character@2.0.1/node_modules/micromark-util-classify-character/index.js +0 -10
  2227. package/dist/node_modules/.pnpm/micromark-util-combine-extensions@2.0.1/node_modules/micromark-util-combine-extensions/index.js +0 -36
  2228. package/dist/node_modules/.pnpm/micromark-util-decode-numeric-character-reference@2.0.2/node_modules/micromark-util-decode-numeric-character-reference/index.js +0 -16
  2229. package/dist/node_modules/.pnpm/micromark-util-decode-string@2.0.1/node_modules/micromark-util-decode-string/index.js +0 -18
  2230. package/dist/node_modules/.pnpm/micromark-util-html-tag-name@2.0.1/node_modules/micromark-util-html-tag-name/index.js +0 -68
  2231. package/dist/node_modules/.pnpm/micromark-util-normalize-identifier@2.0.1/node_modules/micromark-util-normalize-identifier/index.js +0 -6
  2232. package/dist/node_modules/.pnpm/micromark-util-resolve-all@2.0.1/node_modules/micromark-util-resolve-all/index.js +0 -12
  2233. package/dist/node_modules/.pnpm/micromark-util-sanitize-uri@2.0.1/node_modules/micromark-util-sanitize-uri/index.js +0 -23
  2234. package/dist/node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/index.js +0 -55
  2235. package/dist/node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/lib/splice-buffer.js +0 -175
  2236. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/constructs.js +0 -85
  2237. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/create-tokenizer.js +0 -223
  2238. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/content.js +0 -37
  2239. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/document.js +0 -126
  2240. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/flow.js +0 -33
  2241. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/text.js +0 -95
  2242. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/parse.js +0 -32
  2243. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/postprocess.js +0 -9
  2244. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/preprocess.js +0 -39
  2245. package/dist/node_modules/.pnpm/nanoid@5.0.9/node_modules/nanoid/index.browser.js +0 -16
  2246. package/dist/node_modules/.pnpm/nanoid@5.1.6/node_modules/nanoid/index.browser.js +0 -11
  2247. package/dist/node_modules/.pnpm/nanoid@5.1.6/node_modules/nanoid/url-alphabet/index.js +0 -4
  2248. package/dist/node_modules/.pnpm/parse-ms@3.0.0/node_modules/parse-ms/index.js +0 -17
  2249. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/doctype.js +0 -98
  2250. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/error-codes.js +0 -7
  2251. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/foreign-content.js +0 -210
  2252. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/html.js +0 -250
  2253. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/token.js +0 -14
  2254. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/unicode.js +0 -73
  2255. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/index.js +0 -14
  2256. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/formatting-element-list.js +0 -84
  2257. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/index.js +0 -2271
  2258. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/open-element-stack.js +0 -240
  2259. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tokenizer/index.js +0 -1940
  2260. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tokenizer/preprocessor.js +0 -88
  2261. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tree-adapters/default.js +0 -162
  2262. package/dist/node_modules/.pnpm/pretty-bytes@6.1.1/node_modules/pretty-bytes/index.js +0 -71
  2263. package/dist/node_modules/.pnpm/pretty-ms@8.0.0/node_modules/pretty-ms/index.js +0 -51
  2264. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/index.js +0 -12
  2265. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/aria.js +0 -61
  2266. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/find.js +0 -33
  2267. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/html.js +0 -368
  2268. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/normalize.js +0 -6
  2269. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/svg.js +0 -566
  2270. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/case-insensitive-transform.js +0 -7
  2271. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/case-sensitive-transform.js +0 -6
  2272. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/create.js +0 -22
  2273. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/defined-info.js +0 -27
  2274. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/info.js +0 -23
  2275. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/merge.js +0 -11
  2276. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/schema.js +0 -17
  2277. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/types.js +0 -14
  2278. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xlink.js +0 -19
  2279. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xml.js +0 -11
  2280. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xmlns.js +0 -11
  2281. package/dist/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/index.js +0 -12
  2282. package/dist/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/aria.js +0 -61
  2283. package/dist/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/find.js +0 -33
  2284. package/dist/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/html.js +0 -368
  2285. package/dist/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/normalize.js +0 -6
  2286. package/dist/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/svg.js +0 -566
  2287. package/dist/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/case-insensitive-transform.js +0 -7
  2288. package/dist/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/case-sensitive-transform.js +0 -6
  2289. package/dist/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/create.js +0 -19
  2290. package/dist/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/defined-info.js +0 -36
  2291. package/dist/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/info.js +0 -28
  2292. package/dist/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/merge.js +0 -10
  2293. package/dist/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/schema.js +0 -21
  2294. package/dist/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/types.js +0 -14
  2295. package/dist/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xlink.js +0 -19
  2296. package/dist/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xml.js +0 -11
  2297. package/dist/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xmlns.js +0 -11
  2298. package/dist/node_modules/.pnpm/radix-vue@1.9.17_vue@3.5.26_typescript@5.9.3_/node_modules/radix-vue/dist/index.js +0 -2747
  2299. package/dist/node_modules/.pnpm/radix-vue@1.9.17_vue@3.5.26_typescript@5.9.3_/node_modules/radix-vue/dist/namespaced/index.js +0 -22
  2300. package/dist/node_modules/.pnpm/rehype-external-links@3.0.0/node_modules/rehype-external-links/lib/index.js +0 -34
  2301. package/dist/node_modules/.pnpm/rehype-format@5.0.1/node_modules/rehype-format/lib/index.js +0 -9
  2302. package/dist/node_modules/.pnpm/rehype-parse@9.0.1/node_modules/rehype-parse/lib/index.js +0 -16
  2303. package/dist/node_modules/.pnpm/rehype-raw@7.0.0/node_modules/rehype-raw/lib/index.js +0 -12
  2304. package/dist/node_modules/.pnpm/rehype-sanitize@6.0.0/node_modules/rehype-sanitize/lib/index.js +0 -12
  2305. package/dist/node_modules/.pnpm/rehype-stringify@10.0.1/node_modules/rehype-stringify/lib/index.js +0 -11
  2306. package/dist/node_modules/.pnpm/remark-gfm@4.0.0/node_modules/remark-gfm/lib/index.js +0 -13
  2307. package/dist/node_modules/.pnpm/remark-parse@11.0.0/node_modules/remark-parse/lib/index.js +0 -19
  2308. package/dist/node_modules/.pnpm/remark-rehype@11.1.1/node_modules/remark-rehype/lib/index.js +0 -18
  2309. package/dist/node_modules/.pnpm/roughjs@4.6.6/node_modules/roughjs/bundled/rough.esm.js +0 -994
  2310. package/dist/node_modules/.pnpm/space-separated-tokens@2.0.2/node_modules/space-separated-tokens/index.js +0 -11
  2311. package/dist/node_modules/.pnpm/stream-markdown-parser@0.0.58-beta.4/node_modules/stream-markdown-parser/dist/index.js +0 -8275
  2312. package/dist/node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/constant/dangerous.js +0 -13
  2313. package/dist/node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/core.js +0 -40
  2314. package/dist/node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/index.js +0 -8
  2315. package/dist/node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/util/format-smart.js +0 -19
  2316. package/dist/node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/util/to-decimal.js +0 -8
  2317. package/dist/node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/util/to-hexadecimal.js +0 -8
  2318. package/dist/node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/util/to-named.js +0 -19
  2319. package/dist/node_modules/.pnpm/stringify-object@5.0.0/node_modules/stringify-object/index.js +0 -64
  2320. package/dist/node_modules/.pnpm/style-mod@4.1.3/node_modules/style-mod/src/style-mod.js +0 -109
  2321. package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Enum.js +0 -10
  2322. package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Parser.js +0 -136
  2323. package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Serializer.js +0 -28
  2324. package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Tokenizer.js +0 -137
  2325. package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Utility.js +0 -37
  2326. package/dist/node_modules/.pnpm/swrv@1.1.0_vue@3.5.26_typescript@5.9.3_/node_modules/swrv/esm/use-swrv.js +0 -1
  2327. package/dist/node_modules/.pnpm/tabbable@6.3.0/node_modules/tabbable/dist/index.esm.js +0 -220
  2328. package/dist/node_modules/.pnpm/tailwind-merge@2.6.0/node_modules/tailwind-merge/dist/bundle-mjs.js +0 -2292
  2329. package/dist/node_modules/.pnpm/trim-lines@3.0.1/node_modules/trim-lines/index.js +0 -28
  2330. package/dist/node_modules/.pnpm/trough@2.2.0/node_modules/trough/lib/index.js +0 -60
  2331. package/dist/node_modules/.pnpm/ts-dedent@2.2.0/node_modules/ts-dedent/esm/index.js +0 -36
  2332. package/dist/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/callable-instance.js +0 -25
  2333. package/dist/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/index.js +0 -529
  2334. package/dist/node_modules/.pnpm/unist-util-find-after@5.0.0/node_modules/unist-util-find-after/lib/index.js +0 -32
  2335. package/dist/node_modules/.pnpm/unist-util-is@6.0.1/node_modules/unist-util-is/lib/index.js +0 -91
  2336. package/dist/node_modules/.pnpm/unist-util-position@5.0.0/node_modules/unist-util-position/lib/index.js +0 -23
  2337. package/dist/node_modules/.pnpm/unist-util-stringify-position@4.0.0/node_modules/unist-util-stringify-position/lib/index.js +0 -15
  2338. package/dist/node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/lib/color.js +0 -6
  2339. package/dist/node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/lib/index.js +0 -56
  2340. package/dist/node_modules/.pnpm/unist-util-visit@5.0.0/node_modules/unist-util-visit/lib/index.js +0 -16
  2341. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/native.js +0 -4
  2342. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/rng.js +0 -13
  2343. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/stringify.js +0 -9
  2344. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/v4.js +0 -15
  2345. package/dist/node_modules/.pnpm/vfile-location@5.0.3/node_modules/vfile-location/lib/index.js +0 -42
  2346. package/dist/node_modules/.pnpm/vfile-message@4.0.3/node_modules/vfile-message/lib/index.js +0 -91
  2347. package/dist/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/index.js +0 -406
  2348. package/dist/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minpath.browser.js +0 -112
  2349. package/dist/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minproc.browser.js +0 -7
  2350. package/dist/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.browser.js +0 -41
  2351. package/dist/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.shared.js +0 -7
  2352. package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js +0 -63
  2353. package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/events.js +0 -88
  2354. package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/is.js +0 -37
  2355. package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/ral.js +0 -23
  2356. package/dist/node_modules/.pnpm/vscode-languageserver-textdocument@1.0.12/node_modules/vscode-languageserver-textdocument/lib/esm/main.js +0 -153
  2357. package/dist/node_modules/.pnpm/vscode-languageserver-types@3.17.5/node_modules/vscode-languageserver-types/lib/esm/main.js +0 -1006
  2358. package/dist/node_modules/.pnpm/vscode-uri@3.0.8/node_modules/vscode-uri/lib/esm/index.js +0 -332
  2359. package/dist/node_modules/.pnpm/vue-router@4.6.2_vue@3.5.26_typescript@5.9.3_/node_modules/vue-router/dist/devtools-IPeow4PG.js +0 -44
  2360. package/dist/node_modules/.pnpm/vue-router@4.6.2_vue@3.5.26_typescript@5.9.3_/node_modules/vue-router/dist/vue-router.js +0 -122
  2361. package/dist/node_modules/.pnpm/vue-sonner@1.3.2/node_modules/vue-sonner/lib/vue-sonner.js +0 -752
  2362. package/dist/node_modules/.pnpm/w3c-keyname@2.2.8/node_modules/w3c-keyname/index.js +0 -93
  2363. package/dist/node_modules/.pnpm/web-namespaces@2.0.1/node_modules/web-namespaces/index.js +0 -11
  2364. package/dist/node_modules/.pnpm/whatwg-mimetype@4.0.0/node_modules/whatwg-mimetype/lib/mime-type-parameters.js +0 -56
  2365. package/dist/node_modules/.pnpm/whatwg-mimetype@4.0.0/node_modules/whatwg-mimetype/lib/mime-type.js +0 -101
  2366. package/dist/node_modules/.pnpm/whatwg-mimetype@4.0.0/node_modules/whatwg-mimetype/lib/parser.js +0 -61
  2367. package/dist/node_modules/.pnpm/whatwg-mimetype@4.0.0/node_modules/whatwg-mimetype/lib/serializer.js +0 -18
  2368. package/dist/node_modules/.pnpm/whatwg-mimetype@4.0.0/node_modules/whatwg-mimetype/lib/utils.js +0 -27
  2369. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/compose/compose-collection.js +0 -34
  2370. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/compose/compose-doc.js +0 -26
  2371. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/compose/compose-node.js +0 -51
  2372. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/compose/compose-scalar.js +0 -48
  2373. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/compose/composer.js +0 -152
  2374. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/compose/resolve-block-map.js +0 -57
  2375. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/compose/resolve-block-scalar.js +0 -125
  2376. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/compose/resolve-block-seq.js +0 -31
  2377. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/compose/resolve-end.js +0 -30
  2378. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/compose/resolve-flow-collection.js +0 -124
  2379. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/compose/resolve-flow-scalar.js +0 -180
  2380. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/compose/resolve-props.js +0 -52
  2381. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/compose/util-contains-newline.js +0 -38
  2382. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/compose/util-empty-scalar-position.js +0 -22
  2383. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/compose/util-flow-indent-check.js +0 -10
  2384. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/compose/util-map-includes.js +0 -11
  2385. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/doc/Document.js +0 -229
  2386. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/doc/anchors.js +0 -58
  2387. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/doc/applyReviver.js +0 -27
  2388. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/doc/createNode.js +0 -44
  2389. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/doc/directives.js +0 -123
  2390. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/errors.js +0 -49
  2391. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/index.js +0 -47
  2392. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/log.js +0 -6
  2393. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/nodes/Alias.js +0 -84
  2394. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/nodes/Collection.js +0 -124
  2395. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/nodes/Node.js +0 -33
  2396. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/nodes/Pair.js +0 -28
  2397. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/nodes/Scalar.js +0 -24
  2398. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/nodes/YAMLMap.js +0 -104
  2399. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/nodes/YAMLSeq.js +0 -98
  2400. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/nodes/addPairToJSMap.js +0 -51
  2401. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/nodes/identity.js +0 -40
  2402. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/nodes/toJS.js +0 -19
  2403. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/parse/cst-scalar.js +0 -163
  2404. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/parse/cst-stringify.js +0 -52
  2405. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/parse/cst-visit.js +0 -49
  2406. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/parse/cst.js +0 -94
  2407. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/parse/lexer.js +0 -434
  2408. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/parse/line-counter.js +0 -20
  2409. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/parse/parser.js +0 -654
  2410. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/public-api.js +0 -62
  2411. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/schema/Schema.js +0 -18
  2412. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/schema/common/map.js +0 -15
  2413. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/schema/common/null.js +0 -13
  2414. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/schema/common/seq.js +0 -15
  2415. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/schema/common/string.js +0 -13
  2416. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/schema/core/bool.js +0 -19
  2417. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/schema/core/float.js +0 -36
  2418. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/schema/core/int.js +0 -35
  2419. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/schema/core/schema.js +0 -23
  2420. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/schema/json/schema.js +0 -58
  2421. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/schema/tags.js +0 -78
  2422. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/schema/yaml-1.1/binary.js +0 -49
  2423. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/schema/yaml-1.1/bool.js +0 -23
  2424. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/schema/yaml-1.1/float.js +0 -40
  2425. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/schema/yaml-1.1/int.js +0 -68
  2426. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/schema/yaml-1.1/merge.js +0 -41
  2427. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/schema/yaml-1.1/omap.js +0 -50
  2428. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/schema/yaml-1.1/pairs.js +0 -64
  2429. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/schema/yaml-1.1/schema.js +0 -39
  2430. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/schema/yaml-1.1/set.js +0 -65
  2431. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/schema/yaml-1.1/timestamp.js +0 -60
  2432. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/stringify/foldFlowLines.js +0 -87
  2433. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/stringify/stringify.js +0 -99
  2434. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/stringify/stringifyCollection.js +0 -91
  2435. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/stringify/stringifyComment.js +0 -13
  2436. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/stringify/stringifyDocument.js +0 -49
  2437. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/stringify/stringifyNumber.js +0 -19
  2438. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/stringify/stringifyPair.js +0 -70
  2439. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/stringify/stringifyString.js +0 -219
  2440. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/dist/visit.js +0 -124
  2441. package/dist/node_modules/.pnpm/yaml@2.8.1/node_modules/yaml/browser/index.js +0 -4
  2442. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/index.js +0 -5
  2443. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v3/types.js +0 -7
  2444. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/classic/checks.js +0 -32
  2445. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/classic/coerce.js +0 -24
  2446. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/classic/compat.js +0 -33
  2447. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/classic/errors.js +0 -39
  2448. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/classic/external.js +0 -259
  2449. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/classic/from-json-schema.js +0 -286
  2450. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/classic/iso.js +0 -38
  2451. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/classic/parse.js +0 -17
  2452. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/classic/schemas.js +0 -911
  2453. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/api.js +0 -1109
  2454. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/api.js.map +0 -1
  2455. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/checks.js +0 -420
  2456. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/core.js +0 -61
  2457. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/core.js.map +0 -1
  2458. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/doc.js +0 -26
  2459. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/errors.js +0 -88
  2460. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/errors.js.map +0 -1
  2461. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/index.js +0 -292
  2462. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/json-schema-generator.js +0 -65
  2463. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/json-schema-processors.js +0 -345
  2464. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/json-schema.js +0 -1
  2465. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/parse.js +0 -74
  2466. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/parse.js.map +0 -1
  2467. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/regexes.js +0 -93
  2468. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/regexes.js.map +0 -1
  2469. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/registries.js +0 -43
  2470. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/schemas.js +0 -1318
  2471. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/schemas.js.map +0 -1
  2472. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/to-json-schema.js +0 -243
  2473. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/util.js +0 -522
  2474. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/util.js.map +0 -1
  2475. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/versions.js +0 -8
  2476. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/versions.js.map +0 -1
  2477. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/ar.js +0 -86
  2478. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/az.js +0 -86
  2479. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/be.js +0 -128
  2480. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/bg.js +0 -97
  2481. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/ca.js +0 -87
  2482. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/cs.js +0 -90
  2483. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/da.js +0 -93
  2484. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/de.js +0 -88
  2485. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/en.js +0 -90
  2486. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/eo.js +0 -89
  2487. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/es.js +0 -110
  2488. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/fa.js +0 -88
  2489. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/fi.js +0 -90
  2490. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/fr-CA.js +0 -86
  2491. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/fr.js +0 -88
  2492. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/he.js +0 -151
  2493. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/hu.js +0 -88
  2494. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/hy.js +0 -129
  2495. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/id.js +0 -86
  2496. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/index.js +0 -100
  2497. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/is.js +0 -88
  2498. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/it.js +0 -88
  2499. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/ja.js +0 -88
  2500. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/ka.js +0 -91
  2501. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/kh.js +0 -7
  2502. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/km.js +0 -89
  2503. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/ko.js +0 -86
  2504. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/lt.js +0 -177
  2505. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/mk.js +0 -88
  2506. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/ms.js +0 -87
  2507. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/nl.js +0 -87
  2508. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/no.js +0 -88
  2509. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/ota.js +0 -89
  2510. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/pl.js +0 -88
  2511. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/ps.js +0 -88
  2512. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/pt.js +0 -88
  2513. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/ru.js +0 -128
  2514. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/sl.js +0 -88
  2515. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/sv.js +0 -88
  2516. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/ta.js +0 -89
  2517. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/th.js +0 -89
  2518. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/tr.js +0 -86
  2519. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/ua.js +0 -7
  2520. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/uk.js +0 -88
  2521. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/ur.js +0 -89
  2522. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/uz.js +0 -89
  2523. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/vi.js +0 -88
  2524. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/yo.js +0 -88
  2525. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/zh-CN.js +0 -89
  2526. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/locales/zh-TW.js +0 -86
  2527. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/mini/schemas.js +0 -40
  2528. package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/mini/schemas.js.map +0 -1
  2529. package/dist/node_modules/.pnpm/zwitch@2.0.4/node_modules/zwitch/index.js +0 -18
  2530. package/dist/packages/entities/dist/access-group/schema.js +0 -23
  2531. package/dist/packages/entities/dist/agent/connection.js +0 -11
  2532. package/dist/packages/entities/dist/agent/document.js +0 -21
  2533. package/dist/packages/entities/dist/agent/routes.js +0 -143
  2534. package/dist/packages/entities/dist/agent/template.js +0 -16
  2535. package/dist/packages/entities/dist/agent/tools/execute-request.js +0 -11
  2536. package/dist/packages/entities/dist/agent/tools/get-mini-openapi-spec.js +0 -8
  2537. package/dist/packages/entities/dist/auth/identity-provider.js +0 -33
  2538. package/dist/packages/entities/dist/login-portals/customization.js +0 -55
  2539. package/dist/packages/entities/dist/managed-doc/managed-doc.js +0 -66
  2540. package/dist/packages/entities/dist/managed-schema/schema.js +0 -19
  2541. package/dist/packages/entities/dist/project/active-deployment.js +0 -13
  2542. package/dist/packages/entities/dist/project/footer.js +0 -44
  2543. package/dist/packages/entities/dist/project/header-links.js +0 -98
  2544. package/dist/packages/entities/dist/project/icon.js +0 -29
  2545. package/dist/packages/entities/dist/project/project.js +0 -88
  2546. package/dist/packages/entities/dist/project/version/guide.js +0 -40
  2547. package/dist/packages/entities/dist/project/version/reference.js +0 -44
  2548. package/dist/packages/entities/dist/project/version/sidebar.js +0 -95
  2549. package/dist/packages/entities/dist/project/version/version.js +0 -53
  2550. package/dist/packages/entities/dist/project/website.js +0 -37
  2551. package/dist/packages/entities/dist/publish/publish.js +0 -111
  2552. package/dist/packages/entities/dist/registry/schema.js +0 -29
  2553. package/dist/packages/entities/dist/rule/default-data.js +0 -5
  2554. package/dist/packages/entities/dist/rule/schema.js +0 -5
  2555. package/dist/packages/entities/dist/sdk/schema.js +0 -103
  2556. package/dist/packages/entities/dist/team/access.js +0 -15
  2557. package/dist/packages/entities/dist/team/feature-flags.js +0 -13
  2558. package/dist/packages/entities/dist/team/schema.js +0 -141
  2559. package/dist/packages/entities/dist/theme/index.js +0 -12
  2560. package/dist/packages/entities/dist/utility/utility.js +0 -68
  2561. package/dist/packages/entities/dist/waitlist/index.js +0 -15
  2562. package/dist/packages/entities/dist/workspace/hotkeys/constants.js +0 -108
  2563. package/dist/packages/entities/dist/workspace/hotkeys/hotkeys.js +0 -15
  2564. package/dist/packages/entities/dist/workspace/workspace.js +0 -48
  2565. package/dist/packages/random-slug/dist/dictionary.js +0 -2304
  2566. package/dist/packages/random-slug/dist/entity-slugs.js +0 -12
  2567. package/dist/packages/random-slug/dist/random-slug.js +0 -23
  2568. package/dist/packages/service-api/dist/apis/access-groups.js +0 -85
  2569. package/dist/packages/service-api/dist/apis/agent.js +0 -29
  2570. package/dist/packages/service-api/dist/apis/auth.js +0 -146
  2571. package/dist/packages/service-api/dist/apis/feedback.js +0 -20
  2572. package/dist/packages/service-api/dist/apis/github.js +0 -154
  2573. package/dist/packages/service-api/dist/apis/hocuspocus.js +0 -36
  2574. package/dist/packages/service-api/dist/apis/image.js +0 -27
  2575. package/dist/packages/service-api/dist/apis/login-portals.js +0 -61
  2576. package/dist/packages/service-api/dist/apis/managed-docs.js +0 -156
  2577. package/dist/packages/service-api/dist/apis/managed-schemas.js +0 -126
  2578. package/dist/packages/service-api/dist/apis/payment.js +0 -28
  2579. package/dist/packages/service-api/dist/apis/project.js +0 -59
  2580. package/dist/packages/service-api/dist/apis/publish.js +0 -145
  2581. package/dist/packages/service-api/dist/apis/rules.js +0 -99
  2582. package/dist/packages/service-api/dist/apis/sdks.js +0 -130
  2583. package/dist/packages/service-api/dist/apis/signup.js +0 -17
  2584. package/dist/packages/service-api/dist/apis/team.js +0 -292
  2585. package/dist/packages/service-api/dist/apis/themes.js +0 -66
  2586. package/dist/packages/service-api/dist/apis/user.js +0 -15
  2587. package/dist/packages/service-api/dist/apis/vector.js +0 -85
  2588. package/dist/packages/service-api/dist/apis/waitlist.js +0 -22
  2589. package/dist/packages/service-api/dist/apis/workspace.js +0 -76
  2590. package/dist/packages/service-api/dist/index.js +0 -54
  2591. package/dist/packages/service-api/dist/request.js +0 -72
  2592. package/dist/registry/add-documents-to-store.js.map +0 -1
  2593. package/dist/state/state.js.map +0 -1
  2594. package/dist/views/Chat/Chat.vue.js.map +0 -1
  2595. package/dist/views/Chat/Chat.vue2.js.map +0 -1
  2596. package/dist/views/Chat/Messages/ExecuteRequestTool.vue.js.map +0 -1
  2597. package/dist/views/Chat/Messages/ExecuteRequestTool.vue2.js.map +0 -1
  2598. package/dist/views/Chat/Messages/GetMiniOpenAPIDocTool.vue.js.map +0 -1
  2599. package/dist/views/Chat/Messages/GetMiniOpenAPIDocTool.vue2.js.map +0 -1
  2600. package/dist/views/Chat/Messages/GetOpenAPISpecsSummary.vue.js.map +0 -1
  2601. package/dist/views/Chat/Messages/GetOpenAPISpecsSummary.vue2.js.map +0 -1
  2602. package/dist/views/Chat/Messages/Text.vue.js.map +0 -1
  2603. package/dist/views/Chat/Messages/Text.vue2.js.map +0 -1
  2604. package/dist/views/Layout.vue.js.map +0 -1
  2605. package/dist/views/Layout.vue2.js.map +0 -1
  2606. package/dist/views/PromptForm.vue.js.map +0 -1
  2607. package/dist/views/PromptForm.vue2.js.map +0 -1
  2608. package/dist/views/Settings/Auth.vue.js.map +0 -1
  2609. package/dist/views/Settings/Auth.vue2.js.map +0 -1
  2610. package/dist/views/Settings/DocSettings.vue.js.map +0 -1
  2611. package/dist/views/Settings/DocSettings.vue2.js.map +0 -1
  2612. package/dist/views/Settings/Settings.vue.js.map +0 -1
  2613. package/dist/views/Settings/Settings.vue2.js.map +0 -1
  2614. package/dist/views/Start.vue.js.map +0 -1
  2615. package/dist/views/Start.vue2.js.map +0 -1
  2616. /package/dist/{packages/entities/dist/agent/index.js → entities/prompt/constants.js} +0 -0
  2617. /package/dist/{packages/entities/dist/agent → entities}/tools/get-openapi-spec-summary.js +0 -0
@@ -1,2639 +0,0 @@
1
- import { findClusterBreak as Le } from "../../../../../@marijn_find-cluster-break@1.0.2/node_modules/@marijn/find-cluster-break/src/index.js";
2
- class x {
3
- /**
4
- Get the line description around the given position.
5
- */
6
- lineAt(e) {
7
- if (e < 0 || e > this.length)
8
- throw new RangeError(`Invalid position ${e} in document of length ${this.length}`);
9
- return this.lineInner(e, !1, 1, 0);
10
- }
11
- /**
12
- Get the description for the given (1-based) line number.
13
- */
14
- line(e) {
15
- if (e < 1 || e > this.lines)
16
- throw new RangeError(`Invalid line number ${e} in ${this.lines}-line document`);
17
- return this.lineInner(e, !0, 1, 0);
18
- }
19
- /**
20
- Replace a range of the text with the given content.
21
- */
22
- replace(e, t, n) {
23
- [e, t] = J(this, e, t);
24
- let i = [];
25
- return this.decompose(
26
- 0,
27
- e,
28
- i,
29
- 2
30
- /* Open.To */
31
- ), n.length && n.decompose(
32
- 0,
33
- n.length,
34
- i,
35
- 3
36
- /* Open.To */
37
- ), this.decompose(
38
- t,
39
- this.length,
40
- i,
41
- 1
42
- /* Open.From */
43
- ), O.from(i, this.length - (t - e) + n.length);
44
- }
45
- /**
46
- Append another document to this one.
47
- */
48
- append(e) {
49
- return this.replace(this.length, this.length, e);
50
- }
51
- /**
52
- Retrieve the text between the given points.
53
- */
54
- slice(e, t = this.length) {
55
- [e, t] = J(this, e, t);
56
- let n = [];
57
- return this.decompose(e, t, n, 0), O.from(n, t - e);
58
- }
59
- /**
60
- Test whether this text is equal to another instance.
61
- */
62
- eq(e) {
63
- if (e == this)
64
- return !0;
65
- if (e.length != this.length || e.lines != this.lines)
66
- return !1;
67
- let t = this.scanIdentical(e, 1), n = this.length - this.scanIdentical(e, -1), i = new D(this), s = new D(e);
68
- for (let r = t, h = t; ; ) {
69
- if (i.next(r), s.next(r), r = 0, i.lineBreak != s.lineBreak || i.done != s.done || i.value != s.value)
70
- return !1;
71
- if (h += i.value.length, i.done || h >= n)
72
- return !0;
73
- }
74
- }
75
- /**
76
- Iterate over the text. When `dir` is `-1`, iteration happens
77
- from end to start. This will return lines and the breaks between
78
- them as separate strings.
79
- */
80
- iter(e = 1) {
81
- return new D(this, e);
82
- }
83
- /**
84
- Iterate over a range of the text. When `from` > `to`, the
85
- iterator will run in reverse.
86
- */
87
- iterRange(e, t = this.length) {
88
- return new Se(this, e, t);
89
- }
90
- /**
91
- Return a cursor that iterates over the given range of lines,
92
- _without_ returning the line breaks between, and yielding empty
93
- strings for empty lines.
94
-
95
- When `from` and `to` are given, they should be 1-based line numbers.
96
- */
97
- iterLines(e, t) {
98
- let n;
99
- if (e == null)
100
- n = this.iter();
101
- else {
102
- t == null && (t = this.lines + 1);
103
- let i = this.line(e).from;
104
- n = this.iterRange(i, Math.max(i, t == this.lines + 1 ? this.length : t <= 1 ? 0 : this.line(t - 1).to));
105
- }
106
- return new Ie(n);
107
- }
108
- /**
109
- Return the document as a string, using newline characters to
110
- separate lines.
111
- */
112
- toString() {
113
- return this.sliceString(0);
114
- }
115
- /**
116
- Convert the document to an array of lines (which can be
117
- deserialized again via [`Text.of`](https://codemirror.net/6/docs/ref/#state.Text^of)).
118
- */
119
- toJSON() {
120
- let e = [];
121
- return this.flatten(e), e;
122
- }
123
- /**
124
- @internal
125
- */
126
- constructor() {
127
- }
128
- /**
129
- Create a `Text` instance for the given array of lines.
130
- */
131
- static of(e) {
132
- if (e.length == 0)
133
- throw new RangeError("A document must have at least one line");
134
- return e.length == 1 && !e[0] ? x.empty : e.length <= 32 ? new m(e) : O.from(m.split(e, []));
135
- }
136
- }
137
- class m extends x {
138
- constructor(e, t = Ve(e)) {
139
- super(), this.text = e, this.length = t;
140
- }
141
- get lines() {
142
- return this.text.length;
143
- }
144
- get children() {
145
- return null;
146
- }
147
- lineInner(e, t, n, i) {
148
- for (let s = 0; ; s++) {
149
- let r = this.text[s], h = i + r.length;
150
- if ((t ? n : h) >= e)
151
- return new Ne(i, h, n, r);
152
- i = h + 1, n++;
153
- }
154
- }
155
- decompose(e, t, n, i) {
156
- let s = e <= 0 && t >= this.length ? this : new m(we(this.text, e, t), Math.min(t, this.length) - Math.max(0, e));
157
- if (i & 1) {
158
- let r = n.pop(), h = Q(s.text, r.text.slice(), 0, s.length);
159
- if (h.length <= 32)
160
- n.push(new m(h, r.length + s.length));
161
- else {
162
- let o = h.length >> 1;
163
- n.push(new m(h.slice(0, o)), new m(h.slice(o)));
164
- }
165
- } else
166
- n.push(s);
167
- }
168
- replace(e, t, n) {
169
- if (!(n instanceof m))
170
- return super.replace(e, t, n);
171
- [e, t] = J(this, e, t);
172
- let i = Q(this.text, Q(n.text, we(this.text, 0, e)), t), s = this.length + n.length - (t - e);
173
- return i.length <= 32 ? new m(i, s) : O.from(m.split(i, []), s);
174
- }
175
- sliceString(e, t = this.length, n = `
176
- `) {
177
- [e, t] = J(this, e, t);
178
- let i = "";
179
- for (let s = 0, r = 0; s <= t && r < this.text.length; r++) {
180
- let h = this.text[r], o = s + h.length;
181
- s > e && r && (i += n), e < o && t > s && (i += h.slice(Math.max(0, e - s), t - s)), s = o + 1;
182
- }
183
- return i;
184
- }
185
- flatten(e) {
186
- for (let t of this.text)
187
- e.push(t);
188
- }
189
- scanIdentical() {
190
- return 0;
191
- }
192
- static split(e, t) {
193
- let n = [], i = -1;
194
- for (let s of e)
195
- n.push(s), i += s.length + 1, n.length == 32 && (t.push(new m(n, i)), n = [], i = -1);
196
- return i > -1 && t.push(new m(n, i)), t;
197
- }
198
- }
199
- class O extends x {
200
- constructor(e, t) {
201
- super(), this.children = e, this.length = t, this.lines = 0;
202
- for (let n of e)
203
- this.lines += n.lines;
204
- }
205
- lineInner(e, t, n, i) {
206
- for (let s = 0; ; s++) {
207
- let r = this.children[s], h = i + r.length, o = n + r.lines - 1;
208
- if ((t ? o : h) >= e)
209
- return r.lineInner(e, t, n, i);
210
- i = h + 1, n = o + 1;
211
- }
212
- }
213
- decompose(e, t, n, i) {
214
- for (let s = 0, r = 0; r <= t && s < this.children.length; s++) {
215
- let h = this.children[s], o = r + h.length;
216
- if (e <= o && t >= r) {
217
- let a = i & ((r <= e ? 1 : 0) | (o >= t ? 2 : 0));
218
- r >= e && o <= t && !a ? n.push(h) : h.decompose(e - r, t - r, n, a);
219
- }
220
- r = o + 1;
221
- }
222
- }
223
- replace(e, t, n) {
224
- if ([e, t] = J(this, e, t), n.lines < this.lines)
225
- for (let i = 0, s = 0; i < this.children.length; i++) {
226
- let r = this.children[i], h = s + r.length;
227
- if (e >= s && t <= h) {
228
- let o = r.replace(e - s, t - s, n), a = this.lines - r.lines + o.lines;
229
- if (o.lines < a >> 4 && o.lines > a >> 6) {
230
- let f = this.children.slice();
231
- return f[i] = o, new O(f, this.length - (t - e) + n.length);
232
- }
233
- return super.replace(s, h, o);
234
- }
235
- s = h + 1;
236
- }
237
- return super.replace(e, t, n);
238
- }
239
- sliceString(e, t = this.length, n = `
240
- `) {
241
- [e, t] = J(this, e, t);
242
- let i = "";
243
- for (let s = 0, r = 0; s < this.children.length && r <= t; s++) {
244
- let h = this.children[s], o = r + h.length;
245
- r > e && s && (i += n), e < o && t > r && (i += h.sliceString(e - r, t - r, n)), r = o + 1;
246
- }
247
- return i;
248
- }
249
- flatten(e) {
250
- for (let t of this.children)
251
- t.flatten(e);
252
- }
253
- scanIdentical(e, t) {
254
- if (!(e instanceof O))
255
- return 0;
256
- let n = 0, [i, s, r, h] = t > 0 ? [0, 0, this.children.length, e.children.length] : [this.children.length - 1, e.children.length - 1, -1, -1];
257
- for (; ; i += t, s += t) {
258
- if (i == r || s == h)
259
- return n;
260
- let o = this.children[i], a = e.children[s];
261
- if (o != a)
262
- return n + o.scanIdentical(a, t);
263
- n += o.length + 1;
264
- }
265
- }
266
- static from(e, t = e.reduce((n, i) => n + i.length + 1, -1)) {
267
- let n = 0;
268
- for (let d of e)
269
- n += d.lines;
270
- if (n < 32) {
271
- let d = [];
272
- for (let p of e)
273
- p.flatten(d);
274
- return new m(d, t);
275
- }
276
- let i = Math.max(
277
- 32,
278
- n >> 5
279
- /* Tree.BranchShift */
280
- ), s = i << 1, r = i >> 1, h = [], o = 0, a = -1, f = [];
281
- function u(d) {
282
- let p;
283
- if (d.lines > s && d instanceof O)
284
- for (let E of d.children)
285
- u(E);
286
- else d.lines > r && (o > r || !o) ? (c(), h.push(d)) : d instanceof m && o && (p = f[f.length - 1]) instanceof m && d.lines + p.lines <= 32 ? (o += d.lines, a += d.length + 1, f[f.length - 1] = new m(p.text.concat(d.text), p.length + 1 + d.length)) : (o + d.lines > i && c(), o += d.lines, a += d.length + 1, f.push(d));
287
- }
288
- function c() {
289
- o != 0 && (h.push(f.length == 1 ? f[0] : O.from(f, a)), a = -1, o = f.length = 0);
290
- }
291
- for (let d of e)
292
- u(d);
293
- return c(), h.length == 1 ? h[0] : new O(h, t);
294
- }
295
- }
296
- x.empty = /* @__PURE__ */ new m([""], 0);
297
- function Ve(l) {
298
- let e = -1;
299
- for (let t of l)
300
- e += t.length + 1;
301
- return e;
302
- }
303
- function Q(l, e, t = 0, n = 1e9) {
304
- for (let i = 0, s = 0, r = !0; s < l.length && i <= n; s++) {
305
- let h = l[s], o = i + h.length;
306
- o >= t && (o > n && (h = h.slice(0, n - i)), i < t && (h = h.slice(t - i)), r ? (e[e.length - 1] += h, r = !1) : e.push(h)), i = o + 1;
307
- }
308
- return e;
309
- }
310
- function we(l, e, t) {
311
- return Q(l, [""], e, t);
312
- }
313
- class D {
314
- constructor(e, t = 1) {
315
- this.dir = t, this.done = !1, this.lineBreak = !1, this.value = "", this.nodes = [e], this.offsets = [t > 0 ? 1 : (e instanceof m ? e.text.length : e.children.length) << 1];
316
- }
317
- nextInner(e, t) {
318
- for (this.done = this.lineBreak = !1; ; ) {
319
- let n = this.nodes.length - 1, i = this.nodes[n], s = this.offsets[n], r = s >> 1, h = i instanceof m ? i.text.length : i.children.length;
320
- if (r == (t > 0 ? h : 0)) {
321
- if (n == 0)
322
- return this.done = !0, this.value = "", this;
323
- t > 0 && this.offsets[n - 1]++, this.nodes.pop(), this.offsets.pop();
324
- } else if ((s & 1) == (t > 0 ? 0 : 1)) {
325
- if (this.offsets[n] += t, e == 0)
326
- return this.lineBreak = !0, this.value = `
327
- `, this;
328
- e--;
329
- } else if (i instanceof m) {
330
- let o = i.text[r + (t < 0 ? -1 : 0)];
331
- if (this.offsets[n] += t, o.length > Math.max(0, e))
332
- return this.value = e == 0 ? o : t > 0 ? o.slice(e) : o.slice(0, o.length - e), this;
333
- e -= o.length;
334
- } else {
335
- let o = i.children[r + (t < 0 ? -1 : 0)];
336
- e > o.length ? (e -= o.length, this.offsets[n] += t) : (t < 0 && this.offsets[n]--, this.nodes.push(o), this.offsets.push(t > 0 ? 1 : (o instanceof m ? o.text.length : o.children.length) << 1));
337
- }
338
- }
339
- }
340
- next(e = 0) {
341
- return e < 0 && (this.nextInner(-e, -this.dir), e = this.value.length), this.nextInner(e, this.dir);
342
- }
343
- }
344
- class Se {
345
- constructor(e, t, n) {
346
- this.value = "", this.done = !1, this.cursor = new D(e, t > n ? -1 : 1), this.pos = t > n ? e.length : 0, this.from = Math.min(t, n), this.to = Math.max(t, n);
347
- }
348
- nextInner(e, t) {
349
- if (t < 0 ? this.pos <= this.from : this.pos >= this.to)
350
- return this.value = "", this.done = !0, this;
351
- e += Math.max(0, t < 0 ? this.pos - this.to : this.from - this.pos);
352
- let n = t < 0 ? this.pos - this.from : this.to - this.pos;
353
- e > n && (e = n), n -= e;
354
- let { value: i } = this.cursor.next(e);
355
- return this.pos += (i.length + e) * t, this.value = i.length <= n ? i : t < 0 ? i.slice(i.length - n) : i.slice(0, n), this.done = !this.value, this;
356
- }
357
- next(e = 0) {
358
- return e < 0 ? e = Math.max(e, this.from - this.pos) : e > 0 && (e = Math.min(e, this.to - this.pos)), this.nextInner(e, this.cursor.dir);
359
- }
360
- get lineBreak() {
361
- return this.cursor.lineBreak && this.value != "";
362
- }
363
- }
364
- class Ie {
365
- constructor(e) {
366
- this.inner = e, this.afterBreak = !0, this.value = "", this.done = !1;
367
- }
368
- next(e = 0) {
369
- let { done: t, lineBreak: n, value: i } = this.inner.next(e);
370
- return t && this.afterBreak ? (this.value = "", this.afterBreak = !1) : t ? (this.done = !0, this.value = "") : n ? this.afterBreak ? this.value = "" : (this.afterBreak = !0, this.next()) : (this.value = i, this.afterBreak = !1), this;
371
- }
372
- get lineBreak() {
373
- return !1;
374
- }
375
- }
376
- typeof Symbol < "u" && (x.prototype[Symbol.iterator] = function() {
377
- return this.iter();
378
- }, D.prototype[Symbol.iterator] = Se.prototype[Symbol.iterator] = Ie.prototype[Symbol.iterator] = function() {
379
- return this;
380
- });
381
- class Ne {
382
- /**
383
- @internal
384
- */
385
- constructor(e, t, n, i) {
386
- this.from = e, this.to = t, this.number = n, this.text = i;
387
- }
388
- /**
389
- The length of the line (not including any line break after it).
390
- */
391
- get length() {
392
- return this.to - this.from;
393
- }
394
- }
395
- function J(l, e, t) {
396
- return e = Math.max(0, Math.min(l.length, e)), [e, Math.max(e, Math.min(l.length, t))];
397
- }
398
- function Y(l, e, t = !0, n = !0) {
399
- return Le(l, e, t, n);
400
- }
401
- function De(l) {
402
- return l >= 56320 && l < 57344;
403
- }
404
- function $e(l) {
405
- return l >= 55296 && l < 56320;
406
- }
407
- function et(l, e) {
408
- let t = l.charCodeAt(e);
409
- if (!$e(t) || e + 1 == l.length)
410
- return t;
411
- let n = l.charCodeAt(e + 1);
412
- return De(n) ? (t - 55296 << 10) + (n - 56320) + 65536 : t;
413
- }
414
- function tt(l) {
415
- return l <= 65535 ? String.fromCharCode(l) : (l -= 65536, String.fromCharCode((l >> 10) + 55296, (l & 1023) + 56320));
416
- }
417
- function nt(l) {
418
- return l < 65536 ? 1 : 2;
419
- }
420
- const se = /\r\n?|\n/;
421
- var M = /* @__PURE__ */ (function(l) {
422
- return l[l.Simple = 0] = "Simple", l[l.TrackDel = 1] = "TrackDel", l[l.TrackBefore = 2] = "TrackBefore", l[l.TrackAfter = 3] = "TrackAfter", l;
423
- })(M || (M = {}));
424
- class C {
425
- // Sections are encoded as pairs of integers. The first is the
426
- // length in the current document, and the second is -1 for
427
- // unaffected sections, and the length of the replacement content
428
- // otherwise. So an insertion would be (0, n>0), a deletion (n>0,
429
- // 0), and a replacement two positive numbers.
430
- /**
431
- @internal
432
- */
433
- constructor(e) {
434
- this.sections = e;
435
- }
436
- /**
437
- The length of the document before the change.
438
- */
439
- get length() {
440
- let e = 0;
441
- for (let t = 0; t < this.sections.length; t += 2)
442
- e += this.sections[t];
443
- return e;
444
- }
445
- /**
446
- The length of the document after the change.
447
- */
448
- get newLength() {
449
- let e = 0;
450
- for (let t = 0; t < this.sections.length; t += 2) {
451
- let n = this.sections[t + 1];
452
- e += n < 0 ? this.sections[t] : n;
453
- }
454
- return e;
455
- }
456
- /**
457
- False when there are actual changes in this set.
458
- */
459
- get empty() {
460
- return this.sections.length == 0 || this.sections.length == 2 && this.sections[1] < 0;
461
- }
462
- /**
463
- Iterate over the unchanged parts left by these changes. `posA`
464
- provides the position of the range in the old document, `posB`
465
- the new position in the changed document.
466
- */
467
- iterGaps(e) {
468
- for (let t = 0, n = 0, i = 0; t < this.sections.length; ) {
469
- let s = this.sections[t++], r = this.sections[t++];
470
- r < 0 ? (e(n, i, s), i += s) : i += r, n += s;
471
- }
472
- }
473
- /**
474
- Iterate over the ranges changed by these changes. (See
475
- [`ChangeSet.iterChanges`](https://codemirror.net/6/docs/ref/#state.ChangeSet.iterChanges) for a
476
- variant that also provides you with the inserted text.)
477
- `fromA`/`toA` provides the extent of the change in the starting
478
- document, `fromB`/`toB` the extent of the replacement in the
479
- changed document.
480
-
481
- When `individual` is true, adjacent changes (which are kept
482
- separate for [position mapping](https://codemirror.net/6/docs/ref/#state.ChangeDesc.mapPos)) are
483
- reported separately.
484
- */
485
- iterChangedRanges(e, t = !1) {
486
- re(this, e, t);
487
- }
488
- /**
489
- Get a description of the inverted form of these changes.
490
- */
491
- get invertedDesc() {
492
- let e = [];
493
- for (let t = 0; t < this.sections.length; ) {
494
- let n = this.sections[t++], i = this.sections[t++];
495
- i < 0 ? e.push(n, i) : e.push(i, n);
496
- }
497
- return new C(e);
498
- }
499
- /**
500
- Compute the combined effect of applying another set of changes
501
- after this one. The length of the document after this set should
502
- match the length before `other`.
503
- */
504
- composeDesc(e) {
505
- return this.empty ? e : e.empty ? this : Pe(this, e);
506
- }
507
- /**
508
- Map this description, which should start with the same document
509
- as `other`, over another set of changes, so that it can be
510
- applied after it. When `before` is true, map as if the changes
511
- in `this` happened before the ones in `other`.
512
- */
513
- mapDesc(e, t = !1) {
514
- return e.empty ? this : le(this, e, t);
515
- }
516
- mapPos(e, t = -1, n = M.Simple) {
517
- let i = 0, s = 0;
518
- for (let r = 0; r < this.sections.length; ) {
519
- let h = this.sections[r++], o = this.sections[r++], a = i + h;
520
- if (o < 0) {
521
- if (a > e)
522
- return s + (e - i);
523
- s += h;
524
- } else {
525
- if (n != M.Simple && a >= e && (n == M.TrackDel && i < e && a > e || n == M.TrackBefore && i < e || n == M.TrackAfter && a > e))
526
- return null;
527
- if (a > e || a == e && t < 0 && !h)
528
- return e == i || t < 0 ? s : s + o;
529
- s += o;
530
- }
531
- i = a;
532
- }
533
- if (e > i)
534
- throw new RangeError(`Position ${e} is out of range for changeset of length ${i}`);
535
- return s;
536
- }
537
- /**
538
- Check whether these changes touch a given range. When one of the
539
- changes entirely covers the range, the string `"cover"` is
540
- returned.
541
- */
542
- touchesRange(e, t = e) {
543
- for (let n = 0, i = 0; n < this.sections.length && i <= t; ) {
544
- let s = this.sections[n++], r = this.sections[n++], h = i + s;
545
- if (r >= 0 && i <= t && h >= e)
546
- return i < e && h > t ? "cover" : !0;
547
- i = h;
548
- }
549
- return !1;
550
- }
551
- /**
552
- @internal
553
- */
554
- toString() {
555
- let e = "";
556
- for (let t = 0; t < this.sections.length; ) {
557
- let n = this.sections[t++], i = this.sections[t++];
558
- e += (e ? " " : "") + n + (i >= 0 ? ":" + i : "");
559
- }
560
- return e;
561
- }
562
- /**
563
- Serialize this change desc to a JSON-representable value.
564
- */
565
- toJSON() {
566
- return this.sections;
567
- }
568
- /**
569
- Create a change desc from its JSON representation (as produced
570
- by [`toJSON`](https://codemirror.net/6/docs/ref/#state.ChangeDesc.toJSON).
571
- */
572
- static fromJSON(e) {
573
- if (!Array.isArray(e) || e.length % 2 || e.some((t) => typeof t != "number"))
574
- throw new RangeError("Invalid JSON representation of ChangeDesc");
575
- return new C(e);
576
- }
577
- /**
578
- @internal
579
- */
580
- static create(e) {
581
- return new C(e);
582
- }
583
- }
584
- class y extends C {
585
- constructor(e, t) {
586
- super(e), this.inserted = t;
587
- }
588
- /**
589
- Apply the changes to a document, returning the modified
590
- document.
591
- */
592
- apply(e) {
593
- if (this.length != e.length)
594
- throw new RangeError("Applying change set to a document with the wrong length");
595
- return re(this, (t, n, i, s, r) => e = e.replace(i, i + (n - t), r), !1), e;
596
- }
597
- mapDesc(e, t = !1) {
598
- return le(this, e, t, !0);
599
- }
600
- /**
601
- Given the document as it existed _before_ the changes, return a
602
- change set that represents the inverse of this set, which could
603
- be used to go from the document created by the changes back to
604
- the document as it existed before the changes.
605
- */
606
- invert(e) {
607
- let t = this.sections.slice(), n = [];
608
- for (let i = 0, s = 0; i < t.length; i += 2) {
609
- let r = t[i], h = t[i + 1];
610
- if (h >= 0) {
611
- t[i] = h, t[i + 1] = r;
612
- let o = i >> 1;
613
- for (; n.length < o; )
614
- n.push(x.empty);
615
- n.push(r ? e.slice(s, s + r) : x.empty);
616
- }
617
- s += r;
618
- }
619
- return new y(t, n);
620
- }
621
- /**
622
- Combine two subsequent change sets into a single set. `other`
623
- must start in the document produced by `this`. If `this` goes
624
- `docA` → `docB` and `other` represents `docB` → `docC`, the
625
- returned value will represent the change `docA` → `docC`.
626
- */
627
- compose(e) {
628
- return this.empty ? e : e.empty ? this : Pe(this, e, !0);
629
- }
630
- /**
631
- Given another change set starting in the same document, maps this
632
- change set over the other, producing a new change set that can be
633
- applied to the document produced by applying `other`. When
634
- `before` is `true`, order changes as if `this` comes before
635
- `other`, otherwise (the default) treat `other` as coming first.
636
-
637
- Given two changes `A` and `B`, `A.compose(B.map(A))` and
638
- `B.compose(A.map(B, true))` will produce the same document. This
639
- provides a basic form of [operational
640
- transformation](https://en.wikipedia.org/wiki/Operational_transformation),
641
- and can be used for collaborative editing.
642
- */
643
- map(e, t = !1) {
644
- return e.empty ? this : le(this, e, t, !0);
645
- }
646
- /**
647
- Iterate over the changed ranges in the document, calling `f` for
648
- each, with the range in the original document (`fromA`-`toA`)
649
- and the range that replaces it in the new document
650
- (`fromB`-`toB`).
651
-
652
- When `individual` is true, adjacent changes are reported
653
- separately.
654
- */
655
- iterChanges(e, t = !1) {
656
- re(this, e, t);
657
- }
658
- /**
659
- Get a [change description](https://codemirror.net/6/docs/ref/#state.ChangeDesc) for this change
660
- set.
661
- */
662
- get desc() {
663
- return C.create(this.sections);
664
- }
665
- /**
666
- @internal
667
- */
668
- filter(e) {
669
- let t = [], n = [], i = [], s = new q(this);
670
- e: for (let r = 0, h = 0; ; ) {
671
- let o = r == e.length ? 1e9 : e[r++];
672
- for (; h < o || h == o && s.len == 0; ) {
673
- if (s.done)
674
- break e;
675
- let f = Math.min(s.len, o - h);
676
- k(i, f, -1);
677
- let u = s.ins == -1 ? -1 : s.off == 0 ? s.ins : 0;
678
- k(t, f, u), u > 0 && b(n, t, s.text), s.forward(f), h += f;
679
- }
680
- let a = e[r++];
681
- for (; h < a; ) {
682
- if (s.done)
683
- break e;
684
- let f = Math.min(s.len, a - h);
685
- k(t, f, -1), k(i, f, s.ins == -1 ? -1 : s.off == 0 ? s.ins : 0), s.forward(f), h += f;
686
- }
687
- }
688
- return {
689
- changes: new y(t, n),
690
- filtered: C.create(i)
691
- };
692
- }
693
- /**
694
- Serialize this change set to a JSON-representable value.
695
- */
696
- toJSON() {
697
- let e = [];
698
- for (let t = 0; t < this.sections.length; t += 2) {
699
- let n = this.sections[t], i = this.sections[t + 1];
700
- i < 0 ? e.push(n) : i == 0 ? e.push([n]) : e.push([n].concat(this.inserted[t >> 1].toJSON()));
701
- }
702
- return e;
703
- }
704
- /**
705
- Create a change set for the given changes, for a document of the
706
- given length, using `lineSep` as line separator.
707
- */
708
- static of(e, t, n) {
709
- let i = [], s = [], r = 0, h = null;
710
- function o(f = !1) {
711
- if (!f && !i.length)
712
- return;
713
- r < t && k(i, t - r, -1);
714
- let u = new y(i, s);
715
- h = h ? h.compose(u.map(h)) : u, i = [], s = [], r = 0;
716
- }
717
- function a(f) {
718
- if (Array.isArray(f))
719
- for (let u of f)
720
- a(u);
721
- else if (f instanceof y) {
722
- if (f.length != t)
723
- throw new RangeError(`Mismatched change set length (got ${f.length}, expected ${t})`);
724
- o(), h = h ? h.compose(f.map(h)) : f;
725
- } else {
726
- let { from: u, to: c = u, insert: d } = f;
727
- if (u > c || u < 0 || c > t)
728
- throw new RangeError(`Invalid change range ${u} to ${c} (in doc of length ${t})`);
729
- let p = d ? typeof d == "string" ? x.of(d.split(n || se)) : d : x.empty, E = p.length;
730
- if (u == c && E == 0)
731
- return;
732
- u < r && o(), u > r && k(i, u - r, -1), k(i, c - u, E), b(s, i, p), r = c;
733
- }
734
- }
735
- return a(e), o(!h), h;
736
- }
737
- /**
738
- Create an empty changeset of the given length.
739
- */
740
- static empty(e) {
741
- return new y(e ? [e, -1] : [], []);
742
- }
743
- /**
744
- Create a changeset from its JSON representation (as produced by
745
- [`toJSON`](https://codemirror.net/6/docs/ref/#state.ChangeSet.toJSON).
746
- */
747
- static fromJSON(e) {
748
- if (!Array.isArray(e))
749
- throw new RangeError("Invalid JSON representation of ChangeSet");
750
- let t = [], n = [];
751
- for (let i = 0; i < e.length; i++) {
752
- let s = e[i];
753
- if (typeof s == "number")
754
- t.push(s, -1);
755
- else {
756
- if (!Array.isArray(s) || typeof s[0] != "number" || s.some((r, h) => h && typeof r != "string"))
757
- throw new RangeError("Invalid JSON representation of ChangeSet");
758
- if (s.length == 1)
759
- t.push(s[0], 0);
760
- else {
761
- for (; n.length < i; )
762
- n.push(x.empty);
763
- n[i] = x.of(s.slice(1)), t.push(s[0], n[i].length);
764
- }
765
- }
766
- }
767
- return new y(t, n);
768
- }
769
- /**
770
- @internal
771
- */
772
- static createSet(e, t) {
773
- return new y(e, t);
774
- }
775
- }
776
- function k(l, e, t, n = !1) {
777
- if (e == 0 && t <= 0)
778
- return;
779
- let i = l.length - 2;
780
- i >= 0 && t <= 0 && t == l[i + 1] ? l[i] += e : i >= 0 && e == 0 && l[i] == 0 ? l[i + 1] += t : n ? (l[i] += e, l[i + 1] += t) : l.push(e, t);
781
- }
782
- function b(l, e, t) {
783
- if (t.length == 0)
784
- return;
785
- let n = e.length - 2 >> 1;
786
- if (n < l.length)
787
- l[l.length - 1] = l[l.length - 1].append(t);
788
- else {
789
- for (; l.length < n; )
790
- l.push(x.empty);
791
- l.push(t);
792
- }
793
- }
794
- function re(l, e, t) {
795
- let n = l.inserted;
796
- for (let i = 0, s = 0, r = 0; r < l.sections.length; ) {
797
- let h = l.sections[r++], o = l.sections[r++];
798
- if (o < 0)
799
- i += h, s += h;
800
- else {
801
- let a = i, f = s, u = x.empty;
802
- for (; a += h, f += o, o && n && (u = u.append(n[r - 2 >> 1])), !(t || r == l.sections.length || l.sections[r + 1] < 0); )
803
- h = l.sections[r++], o = l.sections[r++];
804
- e(i, a, s, f, u), i = a, s = f;
805
- }
806
- }
807
- }
808
- function le(l, e, t, n = !1) {
809
- let i = [], s = n ? [] : null, r = new q(l), h = new q(e);
810
- for (let o = -1; ; ) {
811
- if (r.done && h.len || h.done && r.len)
812
- throw new Error("Mismatched change set lengths");
813
- if (r.ins == -1 && h.ins == -1) {
814
- let a = Math.min(r.len, h.len);
815
- k(i, a, -1), r.forward(a), h.forward(a);
816
- } else if (h.ins >= 0 && (r.ins < 0 || o == r.i || r.off == 0 && (h.len < r.len || h.len == r.len && !t))) {
817
- let a = h.len;
818
- for (k(i, h.ins, -1); a; ) {
819
- let f = Math.min(r.len, a);
820
- r.ins >= 0 && o < r.i && r.len <= f && (k(i, 0, r.ins), s && b(s, i, r.text), o = r.i), r.forward(f), a -= f;
821
- }
822
- h.next();
823
- } else if (r.ins >= 0) {
824
- let a = 0, f = r.len;
825
- for (; f; )
826
- if (h.ins == -1) {
827
- let u = Math.min(f, h.len);
828
- a += u, f -= u, h.forward(u);
829
- } else if (h.ins == 0 && h.len < f)
830
- f -= h.len, h.next();
831
- else
832
- break;
833
- k(i, a, o < r.i ? r.ins : 0), s && o < r.i && b(s, i, r.text), o = r.i, r.forward(r.len - f);
834
- } else {
835
- if (r.done && h.done)
836
- return s ? y.createSet(i, s) : C.create(i);
837
- throw new Error("Mismatched change set lengths");
838
- }
839
- }
840
- }
841
- function Pe(l, e, t = !1) {
842
- let n = [], i = t ? [] : null, s = new q(l), r = new q(e);
843
- for (let h = !1; ; ) {
844
- if (s.done && r.done)
845
- return i ? y.createSet(n, i) : C.create(n);
846
- if (s.ins == 0)
847
- k(n, s.len, 0, h), s.next();
848
- else if (r.len == 0 && !r.done)
849
- k(n, 0, r.ins, h), i && b(i, n, r.text), r.next();
850
- else {
851
- if (s.done || r.done)
852
- throw new Error("Mismatched change set lengths");
853
- {
854
- let o = Math.min(s.len2, r.len), a = n.length;
855
- if (s.ins == -1) {
856
- let f = r.ins == -1 ? -1 : r.off ? 0 : r.ins;
857
- k(n, o, f, h), i && f && b(i, n, r.text);
858
- } else r.ins == -1 ? (k(n, s.off ? 0 : s.len, o, h), i && b(i, n, s.textBit(o))) : (k(n, s.off ? 0 : s.len, r.off ? 0 : r.ins, h), i && !r.off && b(i, n, r.text));
859
- h = (s.ins > o || r.ins >= 0 && r.len > o) && (h || n.length > a), s.forward2(o), r.forward(o);
860
- }
861
- }
862
- }
863
- }
864
- class q {
865
- constructor(e) {
866
- this.set = e, this.i = 0, this.next();
867
- }
868
- next() {
869
- let { sections: e } = this.set;
870
- this.i < e.length ? (this.len = e[this.i++], this.ins = e[this.i++]) : (this.len = 0, this.ins = -2), this.off = 0;
871
- }
872
- get done() {
873
- return this.ins == -2;
874
- }
875
- get len2() {
876
- return this.ins < 0 ? this.len : this.ins;
877
- }
878
- get text() {
879
- let { inserted: e } = this.set, t = this.i - 2 >> 1;
880
- return t >= e.length ? x.empty : e[t];
881
- }
882
- textBit(e) {
883
- let { inserted: t } = this.set, n = this.i - 2 >> 1;
884
- return n >= t.length && !e ? x.empty : t[n].slice(this.off, e == null ? void 0 : this.off + e);
885
- }
886
- forward(e) {
887
- e == this.len ? this.next() : (this.len -= e, this.off += e);
888
- }
889
- forward2(e) {
890
- this.ins == -1 ? this.forward(e) : e == this.ins ? this.next() : (this.ins -= e, this.off += e);
891
- }
892
- }
893
- class B {
894
- constructor(e, t, n) {
895
- this.from = e, this.to = t, this.flags = n;
896
- }
897
- /**
898
- The anchor of the range—the side that doesn't move when you
899
- extend it.
900
- */
901
- get anchor() {
902
- return this.flags & 32 ? this.to : this.from;
903
- }
904
- /**
905
- The head of the range, which is moved when the range is
906
- [extended](https://codemirror.net/6/docs/ref/#state.SelectionRange.extend).
907
- */
908
- get head() {
909
- return this.flags & 32 ? this.from : this.to;
910
- }
911
- /**
912
- True when `anchor` and `head` are at the same position.
913
- */
914
- get empty() {
915
- return this.from == this.to;
916
- }
917
- /**
918
- If this is a cursor that is explicitly associated with the
919
- character on one of its sides, this returns the side. -1 means
920
- the character before its position, 1 the character after, and 0
921
- means no association.
922
- */
923
- get assoc() {
924
- return this.flags & 8 ? -1 : this.flags & 16 ? 1 : 0;
925
- }
926
- /**
927
- The bidirectional text level associated with this cursor, if
928
- any.
929
- */
930
- get bidiLevel() {
931
- let e = this.flags & 7;
932
- return e == 7 ? null : e;
933
- }
934
- /**
935
- The goal column (stored vertical offset) associated with a
936
- cursor. This is used to preserve the vertical position when
937
- [moving](https://codemirror.net/6/docs/ref/#view.EditorView.moveVertically) across
938
- lines of different length.
939
- */
940
- get goalColumn() {
941
- let e = this.flags >> 6;
942
- return e == 16777215 ? void 0 : e;
943
- }
944
- /**
945
- Map this range through a change, producing a valid range in the
946
- updated document.
947
- */
948
- map(e, t = -1) {
949
- let n, i;
950
- return this.empty ? n = i = e.mapPos(this.from, t) : (n = e.mapPos(this.from, 1), i = e.mapPos(this.to, -1)), n == this.from && i == this.to ? this : new B(n, i, this.flags);
951
- }
952
- /**
953
- Extend this range to cover at least `from` to `to`.
954
- */
955
- extend(e, t = e) {
956
- if (e <= this.anchor && t >= this.anchor)
957
- return g.range(e, t);
958
- let n = Math.abs(e - this.anchor) > Math.abs(t - this.anchor) ? e : t;
959
- return g.range(this.anchor, n);
960
- }
961
- /**
962
- Compare this range to another range.
963
- */
964
- eq(e, t = !1) {
965
- return this.anchor == e.anchor && this.head == e.head && (!t || !this.empty || this.assoc == e.assoc);
966
- }
967
- /**
968
- Return a JSON-serializable object representing the range.
969
- */
970
- toJSON() {
971
- return { anchor: this.anchor, head: this.head };
972
- }
973
- /**
974
- Convert a JSON representation of a range to a `SelectionRange`
975
- instance.
976
- */
977
- static fromJSON(e) {
978
- if (!e || typeof e.anchor != "number" || typeof e.head != "number")
979
- throw new RangeError("Invalid JSON representation for SelectionRange");
980
- return g.range(e.anchor, e.head);
981
- }
982
- /**
983
- @internal
984
- */
985
- static create(e, t, n) {
986
- return new B(e, t, n);
987
- }
988
- }
989
- class g {
990
- constructor(e, t) {
991
- this.ranges = e, this.mainIndex = t;
992
- }
993
- /**
994
- Map a selection through a change. Used to adjust the selection
995
- position for changes.
996
- */
997
- map(e, t = -1) {
998
- return e.empty ? this : g.create(this.ranges.map((n) => n.map(e, t)), this.mainIndex);
999
- }
1000
- /**
1001
- Compare this selection to another selection. By default, ranges
1002
- are compared only by position. When `includeAssoc` is true,
1003
- cursor ranges must also have the same
1004
- [`assoc`](https://codemirror.net/6/docs/ref/#state.SelectionRange.assoc) value.
1005
- */
1006
- eq(e, t = !1) {
1007
- if (this.ranges.length != e.ranges.length || this.mainIndex != e.mainIndex)
1008
- return !1;
1009
- for (let n = 0; n < this.ranges.length; n++)
1010
- if (!this.ranges[n].eq(e.ranges[n], t))
1011
- return !1;
1012
- return !0;
1013
- }
1014
- /**
1015
- Get the primary selection range. Usually, you should make sure
1016
- your code applies to _all_ ranges, by using methods like
1017
- [`changeByRange`](https://codemirror.net/6/docs/ref/#state.EditorState.changeByRange).
1018
- */
1019
- get main() {
1020
- return this.ranges[this.mainIndex];
1021
- }
1022
- /**
1023
- Make sure the selection only has one range. Returns a selection
1024
- holding only the main range from this selection.
1025
- */
1026
- asSingle() {
1027
- return this.ranges.length == 1 ? this : new g([this.main], 0);
1028
- }
1029
- /**
1030
- Extend this selection with an extra range.
1031
- */
1032
- addRange(e, t = !0) {
1033
- return g.create([e].concat(this.ranges), t ? 0 : this.mainIndex + 1);
1034
- }
1035
- /**
1036
- Replace a given range with another range, and then normalize the
1037
- selection to merge and sort ranges if necessary.
1038
- */
1039
- replaceRange(e, t = this.mainIndex) {
1040
- let n = this.ranges.slice();
1041
- return n[t] = e, g.create(n, this.mainIndex);
1042
- }
1043
- /**
1044
- Convert this selection to an object that can be serialized to
1045
- JSON.
1046
- */
1047
- toJSON() {
1048
- return { ranges: this.ranges.map((e) => e.toJSON()), main: this.mainIndex };
1049
- }
1050
- /**
1051
- Create a selection from a JSON representation.
1052
- */
1053
- static fromJSON(e) {
1054
- if (!e || !Array.isArray(e.ranges) || typeof e.main != "number" || e.main >= e.ranges.length)
1055
- throw new RangeError("Invalid JSON representation for EditorSelection");
1056
- return new g(e.ranges.map((t) => B.fromJSON(t)), e.main);
1057
- }
1058
- /**
1059
- Create a selection holding a single range.
1060
- */
1061
- static single(e, t = e) {
1062
- return new g([g.range(e, t)], 0);
1063
- }
1064
- /**
1065
- Sort and merge the given set of ranges, creating a valid
1066
- selection.
1067
- */
1068
- static create(e, t = 0) {
1069
- if (e.length == 0)
1070
- throw new RangeError("A selection needs at least one range");
1071
- for (let n = 0, i = 0; i < e.length; i++) {
1072
- let s = e[i];
1073
- if (s.empty ? s.from <= n : s.from < n)
1074
- return g.normalized(e.slice(), t);
1075
- n = s.to;
1076
- }
1077
- return new g(e, t);
1078
- }
1079
- /**
1080
- Create a cursor selection range at the given position. You can
1081
- safely ignore the optional arguments in most situations.
1082
- */
1083
- static cursor(e, t = 0, n, i) {
1084
- return B.create(e, e, (t == 0 ? 0 : t < 0 ? 8 : 16) | (n == null ? 7 : Math.min(6, n)) | (i ?? 16777215) << 6);
1085
- }
1086
- /**
1087
- Create a selection range.
1088
- */
1089
- static range(e, t, n, i) {
1090
- let s = (n ?? 16777215) << 6 | (i == null ? 7 : Math.min(6, i));
1091
- return t < e ? B.create(t, e, 48 | s) : B.create(e, t, (t > e ? 8 : 0) | s);
1092
- }
1093
- /**
1094
- @internal
1095
- */
1096
- static normalized(e, t = 0) {
1097
- let n = e[t];
1098
- e.sort((i, s) => i.from - s.from), t = e.indexOf(n);
1099
- for (let i = 1; i < e.length; i++) {
1100
- let s = e[i], r = e[i - 1];
1101
- if (s.empty ? s.from <= r.to : s.from < r.to) {
1102
- let h = r.from, o = Math.max(s.to, r.to);
1103
- i <= t && t--, e.splice(--i, 2, s.anchor > s.head ? g.range(o, h) : g.range(h, o));
1104
- }
1105
- }
1106
- return new g(e, t);
1107
- }
1108
- }
1109
- function Ae(l, e) {
1110
- for (let t of l.ranges)
1111
- if (t.to > e)
1112
- throw new RangeError("Selection points outside of document");
1113
- }
1114
- let ge = 0;
1115
- class A {
1116
- constructor(e, t, n, i, s) {
1117
- this.combine = e, this.compareInput = t, this.compare = n, this.isStatic = i, this.id = ge++, this.default = e([]), this.extensions = typeof s == "function" ? s(this) : s;
1118
- }
1119
- /**
1120
- Returns a facet reader for this facet, which can be used to
1121
- [read](https://codemirror.net/6/docs/ref/#state.EditorState.facet) it but not to define values for it.
1122
- */
1123
- get reader() {
1124
- return this;
1125
- }
1126
- /**
1127
- Define a new facet.
1128
- */
1129
- static define(e = {}) {
1130
- return new A(e.combine || ((t) => t), e.compareInput || ((t, n) => t === n), e.compare || (e.combine ? (t, n) => t === n : pe), !!e.static, e.enables);
1131
- }
1132
- /**
1133
- Returns an extension that adds the given value to this facet.
1134
- */
1135
- of(e) {
1136
- return new X([], this, 0, e);
1137
- }
1138
- /**
1139
- Create an extension that computes a value for the facet from a
1140
- state. You must take care to declare the parts of the state that
1141
- this value depends on, since your function is only called again
1142
- for a new state when one of those parts changed.
1143
-
1144
- In cases where your value depends only on a single field, you'll
1145
- want to use the [`from`](https://codemirror.net/6/docs/ref/#state.Facet.from) method instead.
1146
- */
1147
- compute(e, t) {
1148
- if (this.isStatic)
1149
- throw new Error("Can't compute a static facet");
1150
- return new X(e, this, 1, t);
1151
- }
1152
- /**
1153
- Create an extension that computes zero or more values for this
1154
- facet from a state.
1155
- */
1156
- computeN(e, t) {
1157
- if (this.isStatic)
1158
- throw new Error("Can't compute a static facet");
1159
- return new X(e, this, 2, t);
1160
- }
1161
- from(e, t) {
1162
- return t || (t = (n) => n), this.compute([e], (n) => t(n.field(e)));
1163
- }
1164
- }
1165
- function pe(l, e) {
1166
- return l == e || l.length == e.length && l.every((t, n) => t === e[n]);
1167
- }
1168
- class X {
1169
- constructor(e, t, n, i) {
1170
- this.dependencies = e, this.facet = t, this.type = n, this.value = i, this.id = ge++;
1171
- }
1172
- dynamicSlot(e) {
1173
- var t;
1174
- let n = this.value, i = this.facet.compareInput, s = this.id, r = e[s] >> 1, h = this.type == 2, o = !1, a = !1, f = [];
1175
- for (let u of this.dependencies)
1176
- u == "doc" ? o = !0 : u == "selection" ? a = !0 : (((t = e[u.id]) !== null && t !== void 0 ? t : 1) & 1) == 0 && f.push(e[u.id]);
1177
- return {
1178
- create(u) {
1179
- return u.values[r] = n(u), 1;
1180
- },
1181
- update(u, c) {
1182
- if (o && c.docChanged || a && (c.docChanged || c.selection) || he(u, f)) {
1183
- let d = n(u);
1184
- if (h ? !ve(d, u.values[r], i) : !i(d, u.values[r]))
1185
- return u.values[r] = d, 1;
1186
- }
1187
- return 0;
1188
- },
1189
- reconfigure: (u, c) => {
1190
- let d, p = c.config.address[s];
1191
- if (p != null) {
1192
- let E = j(c, p);
1193
- if (this.dependencies.every((v) => v instanceof A ? c.facet(v) === u.facet(v) : v instanceof L ? c.field(v, !1) == u.field(v, !1) : !0) || (h ? ve(d = n(u), E, i) : i(d = n(u), E)))
1194
- return u.values[r] = E, 0;
1195
- } else
1196
- d = n(u);
1197
- return u.values[r] = d, 1;
1198
- }
1199
- };
1200
- }
1201
- }
1202
- function ve(l, e, t) {
1203
- if (l.length != e.length)
1204
- return !1;
1205
- for (let n = 0; n < l.length; n++)
1206
- if (!t(l[n], e[n]))
1207
- return !1;
1208
- return !0;
1209
- }
1210
- function he(l, e) {
1211
- let t = !1;
1212
- for (let n of e)
1213
- $(l, n) & 1 && (t = !0);
1214
- return t;
1215
- }
1216
- function qe(l, e, t) {
1217
- let n = t.map((o) => l[o.id]), i = t.map((o) => o.type), s = n.filter((o) => !(o & 1)), r = l[e.id] >> 1;
1218
- function h(o) {
1219
- let a = [];
1220
- for (let f = 0; f < n.length; f++) {
1221
- let u = j(o, n[f]);
1222
- if (i[f] == 2)
1223
- for (let c of u)
1224
- a.push(c);
1225
- else
1226
- a.push(u);
1227
- }
1228
- return e.combine(a);
1229
- }
1230
- return {
1231
- create(o) {
1232
- for (let a of n)
1233
- $(o, a);
1234
- return o.values[r] = h(o), 1;
1235
- },
1236
- update(o, a) {
1237
- if (!he(o, s))
1238
- return 0;
1239
- let f = h(o);
1240
- return e.compare(f, o.values[r]) ? 0 : (o.values[r] = f, 1);
1241
- },
1242
- reconfigure(o, a) {
1243
- let f = he(o, n), u = a.config.facets[e.id], c = a.facet(e);
1244
- if (u && !f && pe(t, u))
1245
- return o.values[r] = c, 0;
1246
- let d = h(o);
1247
- return e.compare(d, c) ? (o.values[r] = c, 0) : (o.values[r] = d, 1);
1248
- }
1249
- };
1250
- }
1251
- const G = /* @__PURE__ */ A.define({ static: !0 });
1252
- class L {
1253
- constructor(e, t, n, i, s) {
1254
- this.id = e, this.createF = t, this.updateF = n, this.compareF = i, this.spec = s, this.provides = void 0;
1255
- }
1256
- /**
1257
- Define a state field.
1258
- */
1259
- static define(e) {
1260
- let t = new L(ge++, e.create, e.update, e.compare || ((n, i) => n === i), e);
1261
- return e.provide && (t.provides = e.provide(t)), t;
1262
- }
1263
- create(e) {
1264
- let t = e.facet(G).find((n) => n.field == this);
1265
- return (t?.create || this.createF)(e);
1266
- }
1267
- /**
1268
- @internal
1269
- */
1270
- slot(e) {
1271
- let t = e[this.id] >> 1;
1272
- return {
1273
- create: (n) => (n.values[t] = this.create(n), 1),
1274
- update: (n, i) => {
1275
- let s = n.values[t], r = this.updateF(s, i);
1276
- return this.compareF(s, r) ? 0 : (n.values[t] = r, 1);
1277
- },
1278
- reconfigure: (n, i) => {
1279
- let s = n.facet(G), r = i.facet(G), h;
1280
- return (h = s.find((o) => o.field == this)) && h != r.find((o) => o.field == this) ? (n.values[t] = h.create(n), 1) : i.config.address[this.id] != null ? (n.values[t] = i.field(this), 0) : (n.values[t] = this.create(n), 1);
1281
- }
1282
- };
1283
- }
1284
- /**
1285
- Returns an extension that enables this field and overrides the
1286
- way it is initialized. Can be useful when you need to provide a
1287
- non-default starting value for the field.
1288
- */
1289
- init(e) {
1290
- return [this, G.of({ field: this, create: e })];
1291
- }
1292
- /**
1293
- State field instances can be used as
1294
- [`Extension`](https://codemirror.net/6/docs/ref/#state.Extension) values to enable the field in a
1295
- given state.
1296
- */
1297
- get extension() {
1298
- return this;
1299
- }
1300
- }
1301
- const T = { lowest: 4, low: 3, default: 2, high: 1, highest: 0 };
1302
- function V(l) {
1303
- return (e) => new Ee(e, l);
1304
- }
1305
- const it = {
1306
- /**
1307
- The highest precedence level, for extensions that should end up
1308
- near the start of the precedence ordering.
1309
- */
1310
- highest: /* @__PURE__ */ V(T.highest),
1311
- /**
1312
- A higher-than-default precedence, for extensions that should
1313
- come before those with default precedence.
1314
- */
1315
- high: /* @__PURE__ */ V(T.high),
1316
- /**
1317
- The default precedence, which is also used for extensions
1318
- without an explicit precedence.
1319
- */
1320
- default: /* @__PURE__ */ V(T.default),
1321
- /**
1322
- A lower-than-default precedence.
1323
- */
1324
- low: /* @__PURE__ */ V(T.low),
1325
- /**
1326
- The lowest precedence level. Meant for things that should end up
1327
- near the end of the extension order.
1328
- */
1329
- lowest: /* @__PURE__ */ V(T.lowest)
1330
- };
1331
- class Ee {
1332
- constructor(e, t) {
1333
- this.inner = e, this.prec = t;
1334
- }
1335
- }
1336
- class te {
1337
- /**
1338
- Create an instance of this compartment to add to your [state
1339
- configuration](https://codemirror.net/6/docs/ref/#state.EditorStateConfig.extensions).
1340
- */
1341
- of(e) {
1342
- return new oe(this, e);
1343
- }
1344
- /**
1345
- Create an [effect](https://codemirror.net/6/docs/ref/#state.TransactionSpec.effects) that
1346
- reconfigures this compartment.
1347
- */
1348
- reconfigure(e) {
1349
- return te.reconfigure.of({ compartment: this, extension: e });
1350
- }
1351
- /**
1352
- Get the current content of the compartment in the state, or
1353
- `undefined` if it isn't present.
1354
- */
1355
- get(e) {
1356
- return e.config.compartments.get(this);
1357
- }
1358
- }
1359
- class oe {
1360
- constructor(e, t) {
1361
- this.compartment = e, this.inner = t;
1362
- }
1363
- }
1364
- class Z {
1365
- constructor(e, t, n, i, s, r) {
1366
- for (this.base = e, this.compartments = t, this.dynamicSlots = n, this.address = i, this.staticValues = s, this.facets = r, this.statusTemplate = []; this.statusTemplate.length < n.length; )
1367
- this.statusTemplate.push(
1368
- 0
1369
- /* SlotStatus.Unresolved */
1370
- );
1371
- }
1372
- staticFacet(e) {
1373
- let t = this.address[e.id];
1374
- return t == null ? e.default : this.staticValues[t >> 1];
1375
- }
1376
- static resolve(e, t, n) {
1377
- let i = [], s = /* @__PURE__ */ Object.create(null), r = /* @__PURE__ */ new Map();
1378
- for (let c of ze(e, t, r))
1379
- c instanceof L ? i.push(c) : (s[c.facet.id] || (s[c.facet.id] = [])).push(c);
1380
- let h = /* @__PURE__ */ Object.create(null), o = [], a = [];
1381
- for (let c of i)
1382
- h[c.id] = a.length << 1, a.push((d) => c.slot(d));
1383
- let f = n?.config.facets;
1384
- for (let c in s) {
1385
- let d = s[c], p = d[0].facet, E = f && f[c] || [];
1386
- if (d.every(
1387
- (v) => v.type == 0
1388
- /* Provider.Static */
1389
- ))
1390
- if (h[p.id] = o.length << 1 | 1, pe(E, d))
1391
- o.push(n.facet(p));
1392
- else {
1393
- let v = p.combine(d.map((ne) => ne.value));
1394
- o.push(n && p.compare(v, n.facet(p)) ? n.facet(p) : v);
1395
- }
1396
- else {
1397
- for (let v of d)
1398
- v.type == 0 ? (h[v.id] = o.length << 1 | 1, o.push(v.value)) : (h[v.id] = a.length << 1, a.push((ne) => v.dynamicSlot(ne)));
1399
- h[p.id] = a.length << 1, a.push((v) => qe(v, p, d));
1400
- }
1401
- }
1402
- let u = a.map((c) => c(h));
1403
- return new Z(e, r, u, h, o, s);
1404
- }
1405
- }
1406
- function ze(l, e, t) {
1407
- let n = [[], [], [], [], []], i = /* @__PURE__ */ new Map();
1408
- function s(r, h) {
1409
- let o = i.get(r);
1410
- if (o != null) {
1411
- if (o <= h)
1412
- return;
1413
- let a = n[o].indexOf(r);
1414
- a > -1 && n[o].splice(a, 1), r instanceof oe && t.delete(r.compartment);
1415
- }
1416
- if (i.set(r, h), Array.isArray(r))
1417
- for (let a of r)
1418
- s(a, h);
1419
- else if (r instanceof oe) {
1420
- if (t.has(r.compartment))
1421
- throw new RangeError("Duplicate use of compartment in extensions");
1422
- let a = e.get(r.compartment) || r.inner;
1423
- t.set(r.compartment, a), s(a, h);
1424
- } else if (r instanceof Ee)
1425
- s(r.inner, r.prec);
1426
- else if (r instanceof L)
1427
- n[h].push(r), r.provides && s(r.provides, h);
1428
- else if (r instanceof X)
1429
- n[h].push(r), r.facet.extensions && s(r.facet.extensions, T.default);
1430
- else {
1431
- let a = r.extension;
1432
- if (!a)
1433
- throw new Error(`Unrecognized extension value in extension set (${r}). This sometimes happens because multiple instances of @codemirror/state are loaded, breaking instanceof checks.`);
1434
- s(a, h);
1435
- }
1436
- }
1437
- return s(l, T.default), n.reduce((r, h) => r.concat(h));
1438
- }
1439
- function $(l, e) {
1440
- if (e & 1)
1441
- return 2;
1442
- let t = e >> 1, n = l.status[t];
1443
- if (n == 4)
1444
- throw new Error("Cyclic dependency between fields and/or facets");
1445
- if (n & 2)
1446
- return n;
1447
- l.status[t] = 4;
1448
- let i = l.computeSlot(l, l.config.dynamicSlots[t]);
1449
- return l.status[t] = 2 | i;
1450
- }
1451
- function j(l, e) {
1452
- return e & 1 ? l.config.staticValues[e >> 1] : l.values[e >> 1];
1453
- }
1454
- const Oe = /* @__PURE__ */ A.define(), ae = /* @__PURE__ */ A.define({
1455
- combine: (l) => l.some((e) => e),
1456
- static: !0
1457
- }), Ce = /* @__PURE__ */ A.define({
1458
- combine: (l) => l.length ? l[0] : void 0,
1459
- static: !0
1460
- }), Me = /* @__PURE__ */ A.define(), be = /* @__PURE__ */ A.define(), Re = /* @__PURE__ */ A.define(), Te = /* @__PURE__ */ A.define({
1461
- combine: (l) => l.length ? l[0] : !1
1462
- });
1463
- class U {
1464
- /**
1465
- @internal
1466
- */
1467
- constructor(e, t) {
1468
- this.type = e, this.value = t;
1469
- }
1470
- /**
1471
- Define a new type of annotation.
1472
- */
1473
- static define() {
1474
- return new We();
1475
- }
1476
- }
1477
- class We {
1478
- /**
1479
- Create an instance of this annotation.
1480
- */
1481
- of(e) {
1482
- return new U(this, e);
1483
- }
1484
- }
1485
- class Ue {
1486
- /**
1487
- @internal
1488
- */
1489
- constructor(e) {
1490
- this.map = e;
1491
- }
1492
- /**
1493
- Create a [state effect](https://codemirror.net/6/docs/ref/#state.StateEffect) instance of this
1494
- type.
1495
- */
1496
- of(e) {
1497
- return new I(this, e);
1498
- }
1499
- }
1500
- class I {
1501
- /**
1502
- @internal
1503
- */
1504
- constructor(e, t) {
1505
- this.type = e, this.value = t;
1506
- }
1507
- /**
1508
- Map this effect through a position mapping. Will return
1509
- `undefined` when that ends up deleting the effect.
1510
- */
1511
- map(e) {
1512
- let t = this.type.map(this.value, e);
1513
- return t === void 0 ? void 0 : t == this.value ? this : new I(this.type, t);
1514
- }
1515
- /**
1516
- Tells you whether this effect object is of a given
1517
- [type](https://codemirror.net/6/docs/ref/#state.StateEffectType).
1518
- */
1519
- is(e) {
1520
- return this.type == e;
1521
- }
1522
- /**
1523
- Define a new effect type. The type parameter indicates the type
1524
- of values that his effect holds. It should be a type that
1525
- doesn't include `undefined`, since that is used in
1526
- [mapping](https://codemirror.net/6/docs/ref/#state.StateEffect.map) to indicate that an effect is
1527
- removed.
1528
- */
1529
- static define(e = {}) {
1530
- return new Ue(e.map || ((t) => t));
1531
- }
1532
- /**
1533
- Map an array of effects through a change set.
1534
- */
1535
- static mapEffects(e, t) {
1536
- if (!e.length)
1537
- return e;
1538
- let n = [];
1539
- for (let i of e) {
1540
- let s = i.map(t);
1541
- s && n.push(s);
1542
- }
1543
- return n;
1544
- }
1545
- }
1546
- I.reconfigure = /* @__PURE__ */ I.define();
1547
- I.appendConfig = /* @__PURE__ */ I.define();
1548
- class P {
1549
- constructor(e, t, n, i, s, r) {
1550
- this.startState = e, this.changes = t, this.selection = n, this.effects = i, this.annotations = s, this.scrollIntoView = r, this._doc = null, this._state = null, n && Ae(n, t.newLength), s.some((h) => h.type == P.time) || (this.annotations = s.concat(P.time.of(Date.now())));
1551
- }
1552
- /**
1553
- @internal
1554
- */
1555
- static create(e, t, n, i, s, r) {
1556
- return new P(e, t, n, i, s, r);
1557
- }
1558
- /**
1559
- The new document produced by the transaction. Contrary to
1560
- [`.state`](https://codemirror.net/6/docs/ref/#state.Transaction.state)`.doc`, accessing this won't
1561
- force the entire new state to be computed right away, so it is
1562
- recommended that [transaction
1563
- filters](https://codemirror.net/6/docs/ref/#state.EditorState^transactionFilter) use this getter
1564
- when they need to look at the new document.
1565
- */
1566
- get newDoc() {
1567
- return this._doc || (this._doc = this.changes.apply(this.startState.doc));
1568
- }
1569
- /**
1570
- The new selection produced by the transaction. If
1571
- [`this.selection`](https://codemirror.net/6/docs/ref/#state.Transaction.selection) is undefined,
1572
- this will [map](https://codemirror.net/6/docs/ref/#state.EditorSelection.map) the start state's
1573
- current selection through the changes made by the transaction.
1574
- */
1575
- get newSelection() {
1576
- return this.selection || this.startState.selection.map(this.changes);
1577
- }
1578
- /**
1579
- The new state created by the transaction. Computed on demand
1580
- (but retained for subsequent access), so it is recommended not to
1581
- access it in [transaction
1582
- filters](https://codemirror.net/6/docs/ref/#state.EditorState^transactionFilter) when possible.
1583
- */
1584
- get state() {
1585
- return this._state || this.startState.applyTransaction(this), this._state;
1586
- }
1587
- /**
1588
- Get the value of the given annotation type, if any.
1589
- */
1590
- annotation(e) {
1591
- for (let t of this.annotations)
1592
- if (t.type == e)
1593
- return t.value;
1594
- }
1595
- /**
1596
- Indicates whether the transaction changed the document.
1597
- */
1598
- get docChanged() {
1599
- return !this.changes.empty;
1600
- }
1601
- /**
1602
- Indicates whether this transaction reconfigures the state
1603
- (through a [configuration compartment](https://codemirror.net/6/docs/ref/#state.Compartment) or
1604
- with a top-level configuration
1605
- [effect](https://codemirror.net/6/docs/ref/#state.StateEffect^reconfigure).
1606
- */
1607
- get reconfigured() {
1608
- return this.startState.config != this.state.config;
1609
- }
1610
- /**
1611
- Returns true if the transaction has a [user
1612
- event](https://codemirror.net/6/docs/ref/#state.Transaction^userEvent) annotation that is equal to
1613
- or more specific than `event`. For example, if the transaction
1614
- has `"select.pointer"` as user event, `"select"` and
1615
- `"select.pointer"` will match it.
1616
- */
1617
- isUserEvent(e) {
1618
- let t = this.annotation(P.userEvent);
1619
- return !!(t && (t == e || t.length > e.length && t.slice(0, e.length) == e && t[e.length] == "."));
1620
- }
1621
- }
1622
- P.time = /* @__PURE__ */ U.define();
1623
- P.userEvent = /* @__PURE__ */ U.define();
1624
- P.addToHistory = /* @__PURE__ */ U.define();
1625
- P.remote = /* @__PURE__ */ U.define();
1626
- function Ge(l, e) {
1627
- let t = [];
1628
- for (let n = 0, i = 0; ; ) {
1629
- let s, r;
1630
- if (n < l.length && (i == e.length || e[i] >= l[n]))
1631
- s = l[n++], r = l[n++];
1632
- else if (i < e.length)
1633
- s = e[i++], r = e[i++];
1634
- else
1635
- return t;
1636
- !t.length || t[t.length - 1] < s ? t.push(s, r) : t[t.length - 1] < r && (t[t.length - 1] = r);
1637
- }
1638
- }
1639
- function Be(l, e, t) {
1640
- var n;
1641
- let i, s, r;
1642
- return t ? (i = e.changes, s = y.empty(e.changes.length), r = l.changes.compose(e.changes)) : (i = e.changes.map(l.changes), s = l.changes.mapDesc(e.changes, !0), r = l.changes.compose(i)), {
1643
- changes: r,
1644
- selection: e.selection ? e.selection.map(s) : (n = l.selection) === null || n === void 0 ? void 0 : n.map(i),
1645
- effects: I.mapEffects(l.effects, i).concat(I.mapEffects(e.effects, s)),
1646
- annotations: l.annotations.length ? l.annotations.concat(e.annotations) : e.annotations,
1647
- scrollIntoView: l.scrollIntoView || e.scrollIntoView
1648
- };
1649
- }
1650
- function fe(l, e, t) {
1651
- let n = e.selection, i = F(e.annotations);
1652
- return e.userEvent && (i = i.concat(P.userEvent.of(e.userEvent))), {
1653
- changes: e.changes instanceof y ? e.changes : y.of(e.changes || [], t, l.facet(Ce)),
1654
- selection: n && (n instanceof g ? n : g.single(n.anchor, n.head)),
1655
- effects: F(e.effects),
1656
- annotations: i,
1657
- scrollIntoView: !!e.scrollIntoView
1658
- };
1659
- }
1660
- function Fe(l, e, t) {
1661
- let n = fe(l, e.length ? e[0] : {}, l.doc.length);
1662
- e.length && e[0].filter === !1 && (t = !1);
1663
- for (let s = 1; s < e.length; s++) {
1664
- e[s].filter === !1 && (t = !1);
1665
- let r = !!e[s].sequential;
1666
- n = Be(n, fe(l, e[s], r ? n.changes.newLength : l.doc.length), r);
1667
- }
1668
- let i = P.create(l, n.changes, n.selection, n.effects, n.annotations, n.scrollIntoView);
1669
- return Ke(t ? He(i) : i);
1670
- }
1671
- function He(l) {
1672
- let e = l.startState, t = !0;
1673
- for (let i of e.facet(Me)) {
1674
- let s = i(l);
1675
- if (s === !1) {
1676
- t = !1;
1677
- break;
1678
- }
1679
- Array.isArray(s) && (t = t === !0 ? s : Ge(t, s));
1680
- }
1681
- if (t !== !0) {
1682
- let i, s;
1683
- if (t === !1)
1684
- s = l.changes.invertedDesc, i = y.empty(e.doc.length);
1685
- else {
1686
- let r = l.changes.filter(t);
1687
- i = r.changes, s = r.filtered.mapDesc(r.changes).invertedDesc;
1688
- }
1689
- l = P.create(e, i, l.selection && l.selection.map(s), I.mapEffects(l.effects, s), l.annotations, l.scrollIntoView);
1690
- }
1691
- let n = e.facet(be);
1692
- for (let i = n.length - 1; i >= 0; i--) {
1693
- let s = n[i](l);
1694
- s instanceof P ? l = s : Array.isArray(s) && s.length == 1 && s[0] instanceof P ? l = s[0] : l = Fe(e, F(s), !1);
1695
- }
1696
- return l;
1697
- }
1698
- function Ke(l) {
1699
- let e = l.startState, t = e.facet(Re), n = l;
1700
- for (let i = t.length - 1; i >= 0; i--) {
1701
- let s = t[i](l);
1702
- s && Object.keys(s).length && (n = Be(n, fe(e, s, l.changes.newLength), !0));
1703
- }
1704
- return n == l ? l : P.create(e, l.changes, l.selection, n.effects, n.annotations, n.scrollIntoView);
1705
- }
1706
- const Qe = [];
1707
- function F(l) {
1708
- return l == null ? Qe : Array.isArray(l) ? l : [l];
1709
- }
1710
- var R = /* @__PURE__ */ (function(l) {
1711
- return l[l.Word = 0] = "Word", l[l.Space = 1] = "Space", l[l.Other = 2] = "Other", l;
1712
- })(R || (R = {}));
1713
- const Xe = /[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;
1714
- let ue;
1715
- try {
1716
- ue = /* @__PURE__ */ new RegExp("[\\p{Alphabetic}\\p{Number}_]", "u");
1717
- } catch {
1718
- }
1719
- function Ye(l) {
1720
- if (ue)
1721
- return ue.test(l);
1722
- for (let e = 0; e < l.length; e++) {
1723
- let t = l[e];
1724
- if (/\w/.test(t) || t > "€" && (t.toUpperCase() != t.toLowerCase() || Xe.test(t)))
1725
- return !0;
1726
- }
1727
- return !1;
1728
- }
1729
- function Ze(l) {
1730
- return (e) => {
1731
- if (!/\S/.test(e))
1732
- return R.Space;
1733
- if (Ye(e))
1734
- return R.Word;
1735
- for (let t = 0; t < l.length; t++)
1736
- if (e.indexOf(l[t]) > -1)
1737
- return R.Word;
1738
- return R.Other;
1739
- };
1740
- }
1741
- class w {
1742
- constructor(e, t, n, i, s, r) {
1743
- this.config = e, this.doc = t, this.selection = n, this.values = i, this.status = e.statusTemplate.slice(), this.computeSlot = s, r && (r._state = this);
1744
- for (let h = 0; h < this.config.dynamicSlots.length; h++)
1745
- $(this, h << 1);
1746
- this.computeSlot = null;
1747
- }
1748
- field(e, t = !0) {
1749
- let n = this.config.address[e.id];
1750
- if (n == null) {
1751
- if (t)
1752
- throw new RangeError("Field is not present in this state");
1753
- return;
1754
- }
1755
- return $(this, n), j(this, n);
1756
- }
1757
- /**
1758
- Create a [transaction](https://codemirror.net/6/docs/ref/#state.Transaction) that updates this
1759
- state. Any number of [transaction specs](https://codemirror.net/6/docs/ref/#state.TransactionSpec)
1760
- can be passed. Unless
1761
- [`sequential`](https://codemirror.net/6/docs/ref/#state.TransactionSpec.sequential) is set, the
1762
- [changes](https://codemirror.net/6/docs/ref/#state.TransactionSpec.changes) (if any) of each spec
1763
- are assumed to start in the _current_ document (not the document
1764
- produced by previous specs), and its
1765
- [selection](https://codemirror.net/6/docs/ref/#state.TransactionSpec.selection) and
1766
- [effects](https://codemirror.net/6/docs/ref/#state.TransactionSpec.effects) are assumed to refer
1767
- to the document created by its _own_ changes. The resulting
1768
- transaction contains the combined effect of all the different
1769
- specs. For [selection](https://codemirror.net/6/docs/ref/#state.TransactionSpec.selection), later
1770
- specs take precedence over earlier ones.
1771
- */
1772
- update(...e) {
1773
- return Fe(this, e, !0);
1774
- }
1775
- /**
1776
- @internal
1777
- */
1778
- applyTransaction(e) {
1779
- let t = this.config, { base: n, compartments: i } = t;
1780
- for (let h of e.effects)
1781
- h.is(te.reconfigure) ? (t && (i = /* @__PURE__ */ new Map(), t.compartments.forEach((o, a) => i.set(a, o)), t = null), i.set(h.value.compartment, h.value.extension)) : h.is(I.reconfigure) ? (t = null, n = h.value) : h.is(I.appendConfig) && (t = null, n = F(n).concat(h.value));
1782
- let s;
1783
- t ? s = e.startState.values.slice() : (t = Z.resolve(n, i, this), s = new w(t, this.doc, this.selection, t.dynamicSlots.map(() => null), (o, a) => a.reconfigure(o, this), null).values);
1784
- let r = e.startState.facet(ae) ? e.newSelection : e.newSelection.asSingle();
1785
- new w(t, e.newDoc, r, s, (h, o) => o.update(h, e), e);
1786
- }
1787
- /**
1788
- Create a [transaction spec](https://codemirror.net/6/docs/ref/#state.TransactionSpec) that
1789
- replaces every selection range with the given content.
1790
- */
1791
- replaceSelection(e) {
1792
- return typeof e == "string" && (e = this.toText(e)), this.changeByRange((t) => ({
1793
- changes: { from: t.from, to: t.to, insert: e },
1794
- range: g.cursor(t.from + e.length)
1795
- }));
1796
- }
1797
- /**
1798
- Create a set of changes and a new selection by running the given
1799
- function for each range in the active selection. The function
1800
- can return an optional set of changes (in the coordinate space
1801
- of the start document), plus an updated range (in the coordinate
1802
- space of the document produced by the call's own changes). This
1803
- method will merge all the changes and ranges into a single
1804
- changeset and selection, and return it as a [transaction
1805
- spec](https://codemirror.net/6/docs/ref/#state.TransactionSpec), which can be passed to
1806
- [`update`](https://codemirror.net/6/docs/ref/#state.EditorState.update).
1807
- */
1808
- changeByRange(e) {
1809
- let t = this.selection, n = e(t.ranges[0]), i = this.changes(n.changes), s = [n.range], r = F(n.effects);
1810
- for (let h = 1; h < t.ranges.length; h++) {
1811
- let o = e(t.ranges[h]), a = this.changes(o.changes), f = a.map(i);
1812
- for (let c = 0; c < h; c++)
1813
- s[c] = s[c].map(f);
1814
- let u = i.mapDesc(a, !0);
1815
- s.push(o.range.map(u)), i = i.compose(f), r = I.mapEffects(r, f).concat(I.mapEffects(F(o.effects), u));
1816
- }
1817
- return {
1818
- changes: i,
1819
- selection: g.create(s, t.mainIndex),
1820
- effects: r
1821
- };
1822
- }
1823
- /**
1824
- Create a [change set](https://codemirror.net/6/docs/ref/#state.ChangeSet) from the given change
1825
- description, taking the state's document length and line
1826
- separator into account.
1827
- */
1828
- changes(e = []) {
1829
- return e instanceof y ? e : y.of(e, this.doc.length, this.facet(w.lineSeparator));
1830
- }
1831
- /**
1832
- Using the state's [line
1833
- separator](https://codemirror.net/6/docs/ref/#state.EditorState^lineSeparator), create a
1834
- [`Text`](https://codemirror.net/6/docs/ref/#state.Text) instance from the given string.
1835
- */
1836
- toText(e) {
1837
- return x.of(e.split(this.facet(w.lineSeparator) || se));
1838
- }
1839
- /**
1840
- Return the given range of the document as a string.
1841
- */
1842
- sliceDoc(e = 0, t = this.doc.length) {
1843
- return this.doc.sliceString(e, t, this.lineBreak);
1844
- }
1845
- /**
1846
- Get the value of a state [facet](https://codemirror.net/6/docs/ref/#state.Facet).
1847
- */
1848
- facet(e) {
1849
- let t = this.config.address[e.id];
1850
- return t == null ? e.default : ($(this, t), j(this, t));
1851
- }
1852
- /**
1853
- Convert this state to a JSON-serializable object. When custom
1854
- fields should be serialized, you can pass them in as an object
1855
- mapping property names (in the resulting object, which should
1856
- not use `doc` or `selection`) to fields.
1857
- */
1858
- toJSON(e) {
1859
- let t = {
1860
- doc: this.sliceDoc(),
1861
- selection: this.selection.toJSON()
1862
- };
1863
- if (e)
1864
- for (let n in e) {
1865
- let i = e[n];
1866
- i instanceof L && this.config.address[i.id] != null && (t[n] = i.spec.toJSON(this.field(e[n]), this));
1867
- }
1868
- return t;
1869
- }
1870
- /**
1871
- Deserialize a state from its JSON representation. When custom
1872
- fields should be deserialized, pass the same object you passed
1873
- to [`toJSON`](https://codemirror.net/6/docs/ref/#state.EditorState.toJSON) when serializing as
1874
- third argument.
1875
- */
1876
- static fromJSON(e, t = {}, n) {
1877
- if (!e || typeof e.doc != "string")
1878
- throw new RangeError("Invalid JSON representation for EditorState");
1879
- let i = [];
1880
- if (n) {
1881
- for (let s in n)
1882
- if (Object.prototype.hasOwnProperty.call(e, s)) {
1883
- let r = n[s], h = e[s];
1884
- i.push(r.init((o) => r.spec.fromJSON(h, o)));
1885
- }
1886
- }
1887
- return w.create({
1888
- doc: e.doc,
1889
- selection: g.fromJSON(e.selection),
1890
- extensions: t.extensions ? i.concat([t.extensions]) : i
1891
- });
1892
- }
1893
- /**
1894
- Create a new state. You'll usually only need this when
1895
- initializing an editor—updated states are created by applying
1896
- transactions.
1897
- */
1898
- static create(e = {}) {
1899
- let t = Z.resolve(e.extensions || [], /* @__PURE__ */ new Map()), n = e.doc instanceof x ? e.doc : x.of((e.doc || "").split(t.staticFacet(w.lineSeparator) || se)), i = e.selection ? e.selection instanceof g ? e.selection : g.single(e.selection.anchor, e.selection.head) : g.single(0);
1900
- return Ae(i, n.length), t.staticFacet(ae) || (i = i.asSingle()), new w(t, n, i, t.dynamicSlots.map(() => null), (s, r) => r.create(s), null);
1901
- }
1902
- /**
1903
- The size (in columns) of a tab in the document, determined by
1904
- the [`tabSize`](https://codemirror.net/6/docs/ref/#state.EditorState^tabSize) facet.
1905
- */
1906
- get tabSize() {
1907
- return this.facet(w.tabSize);
1908
- }
1909
- /**
1910
- Get the proper [line-break](https://codemirror.net/6/docs/ref/#state.EditorState^lineSeparator)
1911
- string for this state.
1912
- */
1913
- get lineBreak() {
1914
- return this.facet(w.lineSeparator) || `
1915
- `;
1916
- }
1917
- /**
1918
- Returns true when the editor is
1919
- [configured](https://codemirror.net/6/docs/ref/#state.EditorState^readOnly) to be read-only.
1920
- */
1921
- get readOnly() {
1922
- return this.facet(Te);
1923
- }
1924
- /**
1925
- Look up a translation for the given phrase (via the
1926
- [`phrases`](https://codemirror.net/6/docs/ref/#state.EditorState^phrases) facet), or return the
1927
- original string if no translation is found.
1928
-
1929
- If additional arguments are passed, they will be inserted in
1930
- place of markers like `$1` (for the first value) and `$2`, etc.
1931
- A single `$` is equivalent to `$1`, and `$$` will produce a
1932
- literal dollar sign.
1933
- */
1934
- phrase(e, ...t) {
1935
- for (let n of this.facet(w.phrases))
1936
- if (Object.prototype.hasOwnProperty.call(n, e)) {
1937
- e = n[e];
1938
- break;
1939
- }
1940
- return t.length && (e = e.replace(/\$(\$|\d*)/g, (n, i) => {
1941
- if (i == "$")
1942
- return "$";
1943
- let s = +(i || 1);
1944
- return !s || s > t.length ? n : t[s - 1];
1945
- })), e;
1946
- }
1947
- /**
1948
- Find the values for a given language data field, provided by the
1949
- the [`languageData`](https://codemirror.net/6/docs/ref/#state.EditorState^languageData) facet.
1950
-
1951
- Examples of language data fields are...
1952
-
1953
- - [`"commentTokens"`](https://codemirror.net/6/docs/ref/#commands.CommentTokens) for specifying
1954
- comment syntax.
1955
- - [`"autocomplete"`](https://codemirror.net/6/docs/ref/#autocomplete.autocompletion^config.override)
1956
- for providing language-specific completion sources.
1957
- - [`"wordChars"`](https://codemirror.net/6/docs/ref/#state.EditorState.charCategorizer) for adding
1958
- characters that should be considered part of words in this
1959
- language.
1960
- - [`"closeBrackets"`](https://codemirror.net/6/docs/ref/#autocomplete.CloseBracketConfig) controls
1961
- bracket closing behavior.
1962
- */
1963
- languageDataAt(e, t, n = -1) {
1964
- let i = [];
1965
- for (let s of this.facet(Oe))
1966
- for (let r of s(this, t, n))
1967
- Object.prototype.hasOwnProperty.call(r, e) && i.push(r[e]);
1968
- return i;
1969
- }
1970
- /**
1971
- Return a function that can categorize strings (expected to
1972
- represent a single [grapheme cluster](https://codemirror.net/6/docs/ref/#state.findClusterBreak))
1973
- into one of:
1974
-
1975
- - Word (contains an alphanumeric character or a character
1976
- explicitly listed in the local language's `"wordChars"`
1977
- language data, which should be a string)
1978
- - Space (contains only whitespace)
1979
- - Other (anything else)
1980
- */
1981
- charCategorizer(e) {
1982
- return Ze(this.languageDataAt("wordChars", e).join(""));
1983
- }
1984
- /**
1985
- Find the word at the given position, meaning the range
1986
- containing all [word](https://codemirror.net/6/docs/ref/#state.CharCategory.Word) characters
1987
- around it. If no word characters are adjacent to the position,
1988
- this returns null.
1989
- */
1990
- wordAt(e) {
1991
- let { text: t, from: n, length: i } = this.doc.lineAt(e), s = this.charCategorizer(e), r = e - n, h = e - n;
1992
- for (; r > 0; ) {
1993
- let o = Y(t, r, !1);
1994
- if (s(t.slice(o, r)) != R.Word)
1995
- break;
1996
- r = o;
1997
- }
1998
- for (; h < i; ) {
1999
- let o = Y(t, h);
2000
- if (s(t.slice(h, o)) != R.Word)
2001
- break;
2002
- h = o;
2003
- }
2004
- return r == h ? null : g.range(r + n, h + n);
2005
- }
2006
- }
2007
- w.allowMultipleSelections = ae;
2008
- w.tabSize = /* @__PURE__ */ A.define({
2009
- combine: (l) => l.length ? l[0] : 4
2010
- });
2011
- w.lineSeparator = Ce;
2012
- w.readOnly = Te;
2013
- w.phrases = /* @__PURE__ */ A.define({
2014
- compare(l, e) {
2015
- let t = Object.keys(l), n = Object.keys(e);
2016
- return t.length == n.length && t.every((i) => l[i] == e[i]);
2017
- }
2018
- });
2019
- w.languageData = Oe;
2020
- w.changeFilter = Me;
2021
- w.transactionFilter = be;
2022
- w.transactionExtender = Re;
2023
- te.reconfigure = /* @__PURE__ */ I.define();
2024
- function st(l, e, t = {}) {
2025
- let n = {};
2026
- for (let i of l)
2027
- for (let s of Object.keys(i)) {
2028
- let r = i[s], h = n[s];
2029
- if (h === void 0)
2030
- n[s] = r;
2031
- else if (!(h === r || r === void 0)) if (Object.hasOwnProperty.call(t, s))
2032
- n[s] = t[s](h, r);
2033
- else
2034
- throw new Error("Config merge conflict for field " + s);
2035
- }
2036
- for (let i in e)
2037
- n[i] === void 0 && (n[i] = e[i]);
2038
- return n;
2039
- }
2040
- class _ {
2041
- /**
2042
- Compare this value with another value. Used when comparing
2043
- rangesets. The default implementation compares by identity.
2044
- Unless you are only creating a fixed number of unique instances
2045
- of your value type, it is a good idea to implement this
2046
- properly.
2047
- */
2048
- eq(e) {
2049
- return this == e;
2050
- }
2051
- /**
2052
- Create a [range](https://codemirror.net/6/docs/ref/#state.Range) with this value.
2053
- */
2054
- range(e, t = e) {
2055
- return z.create(e, t, this);
2056
- }
2057
- }
2058
- _.prototype.startSide = _.prototype.endSide = 0;
2059
- _.prototype.point = !1;
2060
- _.prototype.mapMode = M.TrackDel;
2061
- class z {
2062
- constructor(e, t, n) {
2063
- this.from = e, this.to = t, this.value = n;
2064
- }
2065
- /**
2066
- @internal
2067
- */
2068
- static create(e, t, n) {
2069
- return new z(e, t, n);
2070
- }
2071
- }
2072
- function ce(l, e) {
2073
- return l.from - e.from || l.value.startSide - e.value.startSide;
2074
- }
2075
- class me {
2076
- constructor(e, t, n, i) {
2077
- this.from = e, this.to = t, this.value = n, this.maxPoint = i;
2078
- }
2079
- get length() {
2080
- return this.to[this.to.length - 1];
2081
- }
2082
- // Find the index of the given position and side. Use the ranges'
2083
- // `from` pos when `end == false`, `to` when `end == true`.
2084
- findIndex(e, t, n, i = 0) {
2085
- let s = n ? this.to : this.from;
2086
- for (let r = i, h = s.length; ; ) {
2087
- if (r == h)
2088
- return r;
2089
- let o = r + h >> 1, a = s[o] - e || (n ? this.value[o].endSide : this.value[o].startSide) - t;
2090
- if (o == r)
2091
- return a >= 0 ? r : h;
2092
- a >= 0 ? h = o : r = o + 1;
2093
- }
2094
- }
2095
- between(e, t, n, i) {
2096
- for (let s = this.findIndex(t, -1e9, !0), r = this.findIndex(n, 1e9, !1, s); s < r; s++)
2097
- if (i(this.from[s] + e, this.to[s] + e, this.value[s]) === !1)
2098
- return !1;
2099
- }
2100
- map(e, t) {
2101
- let n = [], i = [], s = [], r = -1, h = -1;
2102
- for (let o = 0; o < this.value.length; o++) {
2103
- let a = this.value[o], f = this.from[o] + e, u = this.to[o] + e, c, d;
2104
- if (f == u) {
2105
- let p = t.mapPos(f, a.startSide, a.mapMode);
2106
- if (p == null || (c = d = p, a.startSide != a.endSide && (d = t.mapPos(f, a.endSide), d < c)))
2107
- continue;
2108
- } else if (c = t.mapPos(f, a.startSide), d = t.mapPos(u, a.endSide), c > d || c == d && a.startSide > 0 && a.endSide <= 0)
2109
- continue;
2110
- (d - c || a.endSide - a.startSide) < 0 || (r < 0 && (r = c), a.point && (h = Math.max(h, d - c)), n.push(a), i.push(c - r), s.push(d - r));
2111
- }
2112
- return { mapped: n.length ? new me(i, s, n, h) : null, pos: r };
2113
- }
2114
- }
2115
- class S {
2116
- constructor(e, t, n, i) {
2117
- this.chunkPos = e, this.chunk = t, this.nextLayer = n, this.maxPoint = i;
2118
- }
2119
- /**
2120
- @internal
2121
- */
2122
- static create(e, t, n, i) {
2123
- return new S(e, t, n, i);
2124
- }
2125
- /**
2126
- @internal
2127
- */
2128
- get length() {
2129
- let e = this.chunk.length - 1;
2130
- return e < 0 ? 0 : Math.max(this.chunkEnd(e), this.nextLayer.length);
2131
- }
2132
- /**
2133
- The number of ranges in the set.
2134
- */
2135
- get size() {
2136
- if (this.isEmpty)
2137
- return 0;
2138
- let e = this.nextLayer.size;
2139
- for (let t of this.chunk)
2140
- e += t.value.length;
2141
- return e;
2142
- }
2143
- /**
2144
- @internal
2145
- */
2146
- chunkEnd(e) {
2147
- return this.chunkPos[e] + this.chunk[e].length;
2148
- }
2149
- /**
2150
- Update the range set, optionally adding new ranges or filtering
2151
- out existing ones.
2152
-
2153
- (Note: The type parameter is just there as a kludge to work
2154
- around TypeScript variance issues that prevented `RangeSet<X>`
2155
- from being a subtype of `RangeSet<Y>` when `X` is a subtype of
2156
- `Y`.)
2157
- */
2158
- update(e) {
2159
- let { add: t = [], sort: n = !1, filterFrom: i = 0, filterTo: s = this.length } = e, r = e.filter;
2160
- if (t.length == 0 && !r)
2161
- return this;
2162
- if (n && (t = t.slice().sort(ce)), this.isEmpty)
2163
- return t.length ? S.of(t) : this;
2164
- let h = new Je(this, null, -1).goto(0), o = 0, a = [], f = new ee();
2165
- for (; h.value || o < t.length; )
2166
- if (o < t.length && (h.from - t[o].from || h.startSide - t[o].value.startSide) >= 0) {
2167
- let u = t[o++];
2168
- f.addInner(u.from, u.to, u.value) || a.push(u);
2169
- } else h.rangeIndex == 1 && h.chunkIndex < this.chunk.length && (o == t.length || this.chunkEnd(h.chunkIndex) < t[o].from) && (!r || i > this.chunkEnd(h.chunkIndex) || s < this.chunkPos[h.chunkIndex]) && f.addChunk(this.chunkPos[h.chunkIndex], this.chunk[h.chunkIndex]) ? h.nextChunk() : ((!r || i > h.to || s < h.from || r(h.from, h.to, h.value)) && (f.addInner(h.from, h.to, h.value) || a.push(z.create(h.from, h.to, h.value))), h.next());
2170
- return f.finishInner(this.nextLayer.isEmpty && !a.length ? S.empty : this.nextLayer.update({ add: a, filter: r, filterFrom: i, filterTo: s }));
2171
- }
2172
- /**
2173
- Map this range set through a set of changes, return the new set.
2174
- */
2175
- map(e) {
2176
- if (e.empty || this.isEmpty)
2177
- return this;
2178
- let t = [], n = [], i = -1;
2179
- for (let r = 0; r < this.chunk.length; r++) {
2180
- let h = this.chunkPos[r], o = this.chunk[r], a = e.touchesRange(h, h + o.length);
2181
- if (a === !1)
2182
- i = Math.max(i, o.maxPoint), t.push(o), n.push(e.mapPos(h));
2183
- else if (a === !0) {
2184
- let { mapped: f, pos: u } = o.map(h, e);
2185
- f && (i = Math.max(i, f.maxPoint), t.push(f), n.push(u));
2186
- }
2187
- }
2188
- let s = this.nextLayer.map(e);
2189
- return t.length == 0 ? s : new S(n, t, s || S.empty, i);
2190
- }
2191
- /**
2192
- Iterate over the ranges that touch the region `from` to `to`,
2193
- calling `f` for each. There is no guarantee that the ranges will
2194
- be reported in any specific order. When the callback returns
2195
- `false`, iteration stops.
2196
- */
2197
- between(e, t, n) {
2198
- if (!this.isEmpty) {
2199
- for (let i = 0; i < this.chunk.length; i++) {
2200
- let s = this.chunkPos[i], r = this.chunk[i];
2201
- if (t >= s && e <= s + r.length && r.between(s, e - s, t - s, n) === !1)
2202
- return;
2203
- }
2204
- this.nextLayer.between(e, t, n);
2205
- }
2206
- }
2207
- /**
2208
- Iterate over the ranges in this set, in order, including all
2209
- ranges that end at or after `from`.
2210
- */
2211
- iter(e = 0) {
2212
- return W.from([this]).goto(e);
2213
- }
2214
- /**
2215
- @internal
2216
- */
2217
- get isEmpty() {
2218
- return this.nextLayer == this;
2219
- }
2220
- /**
2221
- Iterate over the ranges in a collection of sets, in order,
2222
- starting from `from`.
2223
- */
2224
- static iter(e, t = 0) {
2225
- return W.from(e).goto(t);
2226
- }
2227
- /**
2228
- Iterate over two groups of sets, calling methods on `comparator`
2229
- to notify it of possible differences.
2230
- */
2231
- static compare(e, t, n, i, s = -1) {
2232
- let r = e.filter((u) => u.maxPoint > 0 || !u.isEmpty && u.maxPoint >= s), h = t.filter((u) => u.maxPoint > 0 || !u.isEmpty && u.maxPoint >= s), o = xe(r, h, n), a = new N(r, o, s), f = new N(h, o, s);
2233
- n.iterGaps((u, c, d) => ye(a, u, f, c, d, i)), n.empty && n.length == 0 && ye(a, 0, f, 0, 0, i);
2234
- }
2235
- /**
2236
- Compare the contents of two groups of range sets, returning true
2237
- if they are equivalent in the given range.
2238
- */
2239
- static eq(e, t, n = 0, i) {
2240
- i == null && (i = 999999999);
2241
- let s = e.filter((f) => !f.isEmpty && t.indexOf(f) < 0), r = t.filter((f) => !f.isEmpty && e.indexOf(f) < 0);
2242
- if (s.length != r.length)
2243
- return !1;
2244
- if (!s.length)
2245
- return !0;
2246
- let h = xe(s, r), o = new N(s, h, 0).goto(n), a = new N(r, h, 0).goto(n);
2247
- for (; ; ) {
2248
- if (o.to != a.to || !de(o.active, a.active) || o.point && (!a.point || !o.point.eq(a.point)))
2249
- return !1;
2250
- if (o.to > i)
2251
- return !0;
2252
- o.next(), a.next();
2253
- }
2254
- }
2255
- /**
2256
- Iterate over a group of range sets at the same time, notifying
2257
- the iterator about the ranges covering every given piece of
2258
- content. Returns the open count (see
2259
- [`SpanIterator.span`](https://codemirror.net/6/docs/ref/#state.SpanIterator.span)) at the end
2260
- of the iteration.
2261
- */
2262
- static spans(e, t, n, i, s = -1) {
2263
- let r = new N(e, null, s).goto(t), h = t, o = r.openStart;
2264
- for (; ; ) {
2265
- let a = Math.min(r.to, n);
2266
- if (r.point) {
2267
- let f = r.activeForPoint(r.to), u = r.pointFrom < t ? f.length + 1 : r.point.startSide < 0 ? f.length : Math.min(f.length, o);
2268
- i.point(h, a, r.point, f, u, r.pointRank), o = Math.min(r.openEnd(a), f.length);
2269
- } else a > h && (i.span(h, a, r.active, o), o = r.openEnd(a));
2270
- if (r.to > n)
2271
- return o + (r.point && r.to > n ? 1 : 0);
2272
- h = r.to, r.next();
2273
- }
2274
- }
2275
- /**
2276
- Create a range set for the given range or array of ranges. By
2277
- default, this expects the ranges to be _sorted_ (by start
2278
- position and, if two start at the same position,
2279
- `value.startSide`). You can pass `true` as second argument to
2280
- cause the method to sort them.
2281
- */
2282
- static of(e, t = !1) {
2283
- let n = new ee();
2284
- for (let i of e instanceof z ? [e] : t ? je(e) : e)
2285
- n.add(i.from, i.to, i.value);
2286
- return n.finish();
2287
- }
2288
- /**
2289
- Join an array of range sets into a single set.
2290
- */
2291
- static join(e) {
2292
- if (!e.length)
2293
- return S.empty;
2294
- let t = e[e.length - 1];
2295
- for (let n = e.length - 2; n >= 0; n--)
2296
- for (let i = e[n]; i != S.empty; i = i.nextLayer)
2297
- t = new S(i.chunkPos, i.chunk, t, Math.max(i.maxPoint, t.maxPoint));
2298
- return t;
2299
- }
2300
- }
2301
- S.empty = /* @__PURE__ */ new S([], [], null, -1);
2302
- function je(l) {
2303
- if (l.length > 1)
2304
- for (let e = l[0], t = 1; t < l.length; t++) {
2305
- let n = l[t];
2306
- if (ce(e, n) > 0)
2307
- return l.slice().sort(ce);
2308
- e = n;
2309
- }
2310
- return l;
2311
- }
2312
- S.empty.nextLayer = S.empty;
2313
- class ee {
2314
- finishChunk(e) {
2315
- this.chunks.push(new me(this.from, this.to, this.value, this.maxPoint)), this.chunkPos.push(this.chunkStart), this.chunkStart = -1, this.setMaxPoint = Math.max(this.setMaxPoint, this.maxPoint), this.maxPoint = -1, e && (this.from = [], this.to = [], this.value = []);
2316
- }
2317
- /**
2318
- Create an empty builder.
2319
- */
2320
- constructor() {
2321
- this.chunks = [], this.chunkPos = [], this.chunkStart = -1, this.last = null, this.lastFrom = -1e9, this.lastTo = -1e9, this.from = [], this.to = [], this.value = [], this.maxPoint = -1, this.setMaxPoint = -1, this.nextLayer = null;
2322
- }
2323
- /**
2324
- Add a range. Ranges should be added in sorted (by `from` and
2325
- `value.startSide`) order.
2326
- */
2327
- add(e, t, n) {
2328
- this.addInner(e, t, n) || (this.nextLayer || (this.nextLayer = new ee())).add(e, t, n);
2329
- }
2330
- /**
2331
- @internal
2332
- */
2333
- addInner(e, t, n) {
2334
- let i = e - this.lastTo || n.startSide - this.last.endSide;
2335
- if (i <= 0 && (e - this.lastFrom || n.startSide - this.last.startSide) < 0)
2336
- throw new Error("Ranges must be added sorted by `from` position and `startSide`");
2337
- return i < 0 ? !1 : (this.from.length == 250 && this.finishChunk(!0), this.chunkStart < 0 && (this.chunkStart = e), this.from.push(e - this.chunkStart), this.to.push(t - this.chunkStart), this.last = n, this.lastFrom = e, this.lastTo = t, this.value.push(n), n.point && (this.maxPoint = Math.max(this.maxPoint, t - e)), !0);
2338
- }
2339
- /**
2340
- @internal
2341
- */
2342
- addChunk(e, t) {
2343
- if ((e - this.lastTo || t.value[0].startSide - this.last.endSide) < 0)
2344
- return !1;
2345
- this.from.length && this.finishChunk(!0), this.setMaxPoint = Math.max(this.setMaxPoint, t.maxPoint), this.chunks.push(t), this.chunkPos.push(e);
2346
- let n = t.value.length - 1;
2347
- return this.last = t.value[n], this.lastFrom = t.from[n] + e, this.lastTo = t.to[n] + e, !0;
2348
- }
2349
- /**
2350
- Finish the range set. Returns the new set. The builder can't be
2351
- used anymore after this has been called.
2352
- */
2353
- finish() {
2354
- return this.finishInner(S.empty);
2355
- }
2356
- /**
2357
- @internal
2358
- */
2359
- finishInner(e) {
2360
- if (this.from.length && this.finishChunk(!1), this.chunks.length == 0)
2361
- return e;
2362
- let t = S.create(this.chunkPos, this.chunks, this.nextLayer ? this.nextLayer.finishInner(e) : e, this.setMaxPoint);
2363
- return this.from = null, t;
2364
- }
2365
- }
2366
- function xe(l, e, t) {
2367
- let n = /* @__PURE__ */ new Map();
2368
- for (let s of l)
2369
- for (let r = 0; r < s.chunk.length; r++)
2370
- s.chunk[r].maxPoint <= 0 && n.set(s.chunk[r], s.chunkPos[r]);
2371
- let i = /* @__PURE__ */ new Set();
2372
- for (let s of e)
2373
- for (let r = 0; r < s.chunk.length; r++) {
2374
- let h = n.get(s.chunk[r]);
2375
- h != null && (t ? t.mapPos(h) : h) == s.chunkPos[r] && !t?.touchesRange(h, h + s.chunk[r].length) && i.add(s.chunk[r]);
2376
- }
2377
- return i;
2378
- }
2379
- class Je {
2380
- constructor(e, t, n, i = 0) {
2381
- this.layer = e, this.skip = t, this.minPoint = n, this.rank = i;
2382
- }
2383
- get startSide() {
2384
- return this.value ? this.value.startSide : 0;
2385
- }
2386
- get endSide() {
2387
- return this.value ? this.value.endSide : 0;
2388
- }
2389
- goto(e, t = -1e9) {
2390
- return this.chunkIndex = this.rangeIndex = 0, this.gotoInner(e, t, !1), this;
2391
- }
2392
- gotoInner(e, t, n) {
2393
- for (; this.chunkIndex < this.layer.chunk.length; ) {
2394
- let i = this.layer.chunk[this.chunkIndex];
2395
- if (!(this.skip && this.skip.has(i) || this.layer.chunkEnd(this.chunkIndex) < e || i.maxPoint < this.minPoint))
2396
- break;
2397
- this.chunkIndex++, n = !1;
2398
- }
2399
- if (this.chunkIndex < this.layer.chunk.length) {
2400
- let i = this.layer.chunk[this.chunkIndex].findIndex(e - this.layer.chunkPos[this.chunkIndex], t, !0);
2401
- (!n || this.rangeIndex < i) && this.setRangeIndex(i);
2402
- }
2403
- this.next();
2404
- }
2405
- forward(e, t) {
2406
- (this.to - e || this.endSide - t) < 0 && this.gotoInner(e, t, !0);
2407
- }
2408
- next() {
2409
- for (; ; )
2410
- if (this.chunkIndex == this.layer.chunk.length) {
2411
- this.from = this.to = 1e9, this.value = null;
2412
- break;
2413
- } else {
2414
- let e = this.layer.chunkPos[this.chunkIndex], t = this.layer.chunk[this.chunkIndex], n = e + t.from[this.rangeIndex];
2415
- if (this.from = n, this.to = e + t.to[this.rangeIndex], this.value = t.value[this.rangeIndex], this.setRangeIndex(this.rangeIndex + 1), this.minPoint < 0 || this.value.point && this.to - this.from >= this.minPoint)
2416
- break;
2417
- }
2418
- }
2419
- setRangeIndex(e) {
2420
- if (e == this.layer.chunk[this.chunkIndex].value.length) {
2421
- if (this.chunkIndex++, this.skip)
2422
- for (; this.chunkIndex < this.layer.chunk.length && this.skip.has(this.layer.chunk[this.chunkIndex]); )
2423
- this.chunkIndex++;
2424
- this.rangeIndex = 0;
2425
- } else
2426
- this.rangeIndex = e;
2427
- }
2428
- nextChunk() {
2429
- this.chunkIndex++, this.rangeIndex = 0, this.next();
2430
- }
2431
- compare(e) {
2432
- return this.from - e.from || this.startSide - e.startSide || this.rank - e.rank || this.to - e.to || this.endSide - e.endSide;
2433
- }
2434
- }
2435
- class W {
2436
- constructor(e) {
2437
- this.heap = e;
2438
- }
2439
- static from(e, t = null, n = -1) {
2440
- let i = [];
2441
- for (let s = 0; s < e.length; s++)
2442
- for (let r = e[s]; !r.isEmpty; r = r.nextLayer)
2443
- r.maxPoint >= n && i.push(new Je(r, t, n, s));
2444
- return i.length == 1 ? i[0] : new W(i);
2445
- }
2446
- get startSide() {
2447
- return this.value ? this.value.startSide : 0;
2448
- }
2449
- goto(e, t = -1e9) {
2450
- for (let n of this.heap)
2451
- n.goto(e, t);
2452
- for (let n = this.heap.length >> 1; n >= 0; n--)
2453
- ie(this.heap, n);
2454
- return this.next(), this;
2455
- }
2456
- forward(e, t) {
2457
- for (let n of this.heap)
2458
- n.forward(e, t);
2459
- for (let n = this.heap.length >> 1; n >= 0; n--)
2460
- ie(this.heap, n);
2461
- (this.to - e || this.value.endSide - t) < 0 && this.next();
2462
- }
2463
- next() {
2464
- if (this.heap.length == 0)
2465
- this.from = this.to = 1e9, this.value = null, this.rank = -1;
2466
- else {
2467
- let e = this.heap[0];
2468
- this.from = e.from, this.to = e.to, this.value = e.value, this.rank = e.rank, e.value && e.next(), ie(this.heap, 0);
2469
- }
2470
- }
2471
- }
2472
- function ie(l, e) {
2473
- for (let t = l[e]; ; ) {
2474
- let n = (e << 1) + 1;
2475
- if (n >= l.length)
2476
- break;
2477
- let i = l[n];
2478
- if (n + 1 < l.length && i.compare(l[n + 1]) >= 0 && (i = l[n + 1], n++), t.compare(i) < 0)
2479
- break;
2480
- l[n] = t, l[e] = i, e = n;
2481
- }
2482
- }
2483
- class N {
2484
- constructor(e, t, n) {
2485
- this.minPoint = n, this.active = [], this.activeTo = [], this.activeRank = [], this.minActive = -1, this.point = null, this.pointFrom = 0, this.pointRank = 0, this.to = -1e9, this.endSide = 0, this.openStart = -1, this.cursor = W.from(e, t, n);
2486
- }
2487
- goto(e, t = -1e9) {
2488
- return this.cursor.goto(e, t), this.active.length = this.activeTo.length = this.activeRank.length = 0, this.minActive = -1, this.to = e, this.endSide = t, this.openStart = -1, this.next(), this;
2489
- }
2490
- forward(e, t) {
2491
- for (; this.minActive > -1 && (this.activeTo[this.minActive] - e || this.active[this.minActive].endSide - t) < 0; )
2492
- this.removeActive(this.minActive);
2493
- this.cursor.forward(e, t);
2494
- }
2495
- removeActive(e) {
2496
- H(this.active, e), H(this.activeTo, e), H(this.activeRank, e), this.minActive = ke(this.active, this.activeTo);
2497
- }
2498
- addActive(e) {
2499
- let t = 0, { value: n, to: i, rank: s } = this.cursor;
2500
- for (; t < this.activeRank.length && (s - this.activeRank[t] || i - this.activeTo[t]) > 0; )
2501
- t++;
2502
- K(this.active, t, n), K(this.activeTo, t, i), K(this.activeRank, t, s), e && K(e, t, this.cursor.from), this.minActive = ke(this.active, this.activeTo);
2503
- }
2504
- // After calling this, if `this.point` != null, the next range is a
2505
- // point. Otherwise, it's a regular range, covered by `this.active`.
2506
- next() {
2507
- let e = this.to, t = this.point;
2508
- this.point = null;
2509
- let n = this.openStart < 0 ? [] : null;
2510
- for (; ; ) {
2511
- let i = this.minActive;
2512
- if (i > -1 && (this.activeTo[i] - this.cursor.from || this.active[i].endSide - this.cursor.startSide) < 0) {
2513
- if (this.activeTo[i] > e) {
2514
- this.to = this.activeTo[i], this.endSide = this.active[i].endSide;
2515
- break;
2516
- }
2517
- this.removeActive(i), n && H(n, i);
2518
- } else if (this.cursor.value)
2519
- if (this.cursor.from > e) {
2520
- this.to = this.cursor.from, this.endSide = this.cursor.startSide;
2521
- break;
2522
- } else {
2523
- let s = this.cursor.value;
2524
- if (!s.point)
2525
- this.addActive(n), this.cursor.next();
2526
- else if (t && this.cursor.to == this.to && this.cursor.from < this.cursor.to)
2527
- this.cursor.next();
2528
- else {
2529
- this.point = s, this.pointFrom = this.cursor.from, this.pointRank = this.cursor.rank, this.to = this.cursor.to, this.endSide = s.endSide, this.cursor.next(), this.forward(this.to, this.endSide);
2530
- break;
2531
- }
2532
- }
2533
- else {
2534
- this.to = this.endSide = 1e9;
2535
- break;
2536
- }
2537
- }
2538
- if (n) {
2539
- this.openStart = 0;
2540
- for (let i = n.length - 1; i >= 0 && n[i] < e; i--)
2541
- this.openStart++;
2542
- }
2543
- }
2544
- activeForPoint(e) {
2545
- if (!this.active.length)
2546
- return this.active;
2547
- let t = [];
2548
- for (let n = this.active.length - 1; n >= 0 && !(this.activeRank[n] < this.pointRank); n--)
2549
- (this.activeTo[n] > e || this.activeTo[n] == e && this.active[n].endSide >= this.point.endSide) && t.push(this.active[n]);
2550
- return t.reverse();
2551
- }
2552
- openEnd(e) {
2553
- let t = 0;
2554
- for (let n = this.activeTo.length - 1; n >= 0 && this.activeTo[n] > e; n--)
2555
- t++;
2556
- return t;
2557
- }
2558
- }
2559
- function ye(l, e, t, n, i, s) {
2560
- l.goto(e), t.goto(n);
2561
- let r = n + i, h = n, o = n - e;
2562
- for (; ; ) {
2563
- let a = l.to + o - t.to, f = a || l.endSide - t.endSide, u = f < 0 ? l.to + o : t.to, c = Math.min(u, r);
2564
- if (l.point || t.point ? l.point && t.point && (l.point == t.point || l.point.eq(t.point)) && de(l.activeForPoint(l.to), t.activeForPoint(t.to)) || s.comparePoint(h, c, l.point, t.point) : c > h && !de(l.active, t.active) && s.compareRange(h, c, l.active, t.active), u > r)
2565
- break;
2566
- (a || l.openEnd != t.openEnd) && s.boundChange && s.boundChange(u), h = u, f <= 0 && l.next(), f >= 0 && t.next();
2567
- }
2568
- }
2569
- function de(l, e) {
2570
- if (l.length != e.length)
2571
- return !1;
2572
- for (let t = 0; t < l.length; t++)
2573
- if (l[t] != e[t] && !l[t].eq(e[t]))
2574
- return !1;
2575
- return !0;
2576
- }
2577
- function H(l, e) {
2578
- for (let t = e, n = l.length - 1; t < n; t++)
2579
- l[t] = l[t + 1];
2580
- l.pop();
2581
- }
2582
- function K(l, e, t) {
2583
- for (let n = l.length - 1; n >= e; n--)
2584
- l[n + 1] = l[n];
2585
- l[e] = t;
2586
- }
2587
- function ke(l, e) {
2588
- let t = -1, n = 1e9;
2589
- for (let i = 0; i < e.length; i++)
2590
- (e[i] - n || l[i].endSide - l[t].endSide) < 0 && (t = i, n = e[i]);
2591
- return t;
2592
- }
2593
- function rt(l, e, t = l.length) {
2594
- let n = 0;
2595
- for (let i = 0; i < t && i < l.length; )
2596
- l.charCodeAt(i) == 9 ? (n += e - n % e, i++) : (n++, i = Y(l, i));
2597
- return n;
2598
- }
2599
- function lt(l, e, t, n) {
2600
- for (let i = 0, s = 0; ; ) {
2601
- if (s >= e)
2602
- return i;
2603
- if (i == l.length)
2604
- break;
2605
- s += l.charCodeAt(i) == 9 ? t - s % t : 1, i = Y(l, i);
2606
- }
2607
- return l.length;
2608
- }
2609
- export {
2610
- U as Annotation,
2611
- We as AnnotationType,
2612
- C as ChangeDesc,
2613
- y as ChangeSet,
2614
- R as CharCategory,
2615
- te as Compartment,
2616
- g as EditorSelection,
2617
- w as EditorState,
2618
- A as Facet,
2619
- Ne as Line,
2620
- M as MapMode,
2621
- it as Prec,
2622
- z as Range,
2623
- S as RangeSet,
2624
- ee as RangeSetBuilder,
2625
- _ as RangeValue,
2626
- B as SelectionRange,
2627
- I as StateEffect,
2628
- Ue as StateEffectType,
2629
- L as StateField,
2630
- x as Text,
2631
- P as Transaction,
2632
- et as codePointAt,
2633
- nt as codePointSize,
2634
- st as combineConfig,
2635
- rt as countColumn,
2636
- Y as findClusterBreak,
2637
- lt as findColumn,
2638
- tt as fromCodePoint
2639
- };