@pubinfo-pr/core 0.171.2 → 0.171.3

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 (380) hide show
  1. package/dist/AppSetting-Dl8pVkN4.js +105 -0
  2. package/dist/HButton-CzYSwI6a.js +30 -0
  3. package/dist/HCheckList-CHR-lWIq.js +33 -0
  4. package/dist/HDivider-CXS9rl4C.js +11 -0
  5. package/dist/HInput-CSVwTg1Q.js +34 -0
  6. package/dist/HSlideover-Bc6OHPHe.js +1695 -0
  7. package/dist/HToggle-C_iVIpxv.js +30 -0
  8. package/dist/HTooltip-BHBHfrCD.js +16 -0
  9. package/dist/HeaderFullMenu-BRhGliRJ.js +6 -0
  10. package/dist/HeaderFullMenu-DCF-gTCZ.js +249 -0
  11. package/dist/HeaderThinMenu-B_7vLcQX.js +6 -0
  12. package/dist/HeaderThinMenu-PA12XAvb.js +437 -0
  13. package/dist/PreferencesContent-cll4nwwl.js +695 -0
  14. package/dist/SettingBreadcrumb-BvSc7VUo.js +45 -0
  15. package/dist/SettingCopyright-DcWLKM5d.js +45 -0
  16. package/dist/SettingEnableTransition-BBH52KKl.js +68 -0
  17. package/dist/SettingHome-Cd43oJmB.js +31 -0
  18. package/dist/SettingMenu-CJsN4F1l.js +111 -0
  19. package/dist/SettingMode-BwhhUYlz.js +60 -0
  20. package/dist/SettingNavSearch-BhHUWem3.js +31 -0
  21. package/dist/SettingOther-CDY0jSVT.js +48 -0
  22. package/dist/SettingPage-B0WNvUlj.js +22 -0
  23. package/dist/SettingTabbar-DuqQVRnz.js +142 -0
  24. package/dist/SettingThemes-Doo6Ax3u.js +121 -0
  25. package/dist/SettingToolbar-CHV_dVJ9.js +50 -0
  26. package/dist/SettingTopbar-CF1K_XIt.js +49 -0
  27. package/dist/SettingWidthMode-VaN0CrBa.js +56 -0
  28. package/dist/_plugin-vue_export-helper-DaPiLSxE.js +6 -0
  29. package/dist/auth-CPSkJwBz.js +3968 -0
  30. package/dist/built-in/layout-component/composables/useGetComputedStyle.d.ts +2 -1
  31. package/dist/{index-BRjgatUZ.js → change-organization-OjxZhWST.js} +108 -139
  32. package/dist/change-password-B6kO54-d.js +186 -0
  33. package/dist/chunk-EsrJ1IKw.js +18 -0
  34. package/dist/components-DVIyiEVI.js +5238 -0
  35. package/dist/core-Bg2PEcZK.js +4884 -0
  36. package/dist/dist-DAb-7mqe.js +468 -0
  37. package/dist/engine-oniguruma-CUfGsBrF.js +243 -0
  38. package/dist/form-EQ9eL9hv.js +2288 -0
  39. package/dist/index.js +9670 -69
  40. package/dist/json-S7wVLDnW.js +2 -0
  41. package/dist/modal-CSWipFvB.js +44104 -0
  42. package/dist/not-found-DBe-djEg.js +42 -0
  43. package/dist/not-permission-DQzWCpOK.js +39 -0
  44. package/dist/overlayscrollbars-vue-BOGU2FK-.js +1436 -0
  45. package/dist/pick-C42gkI1h.js +10 -0
  46. package/dist/profile-DJ3gpjsS.js +19206 -0
  47. package/dist/question-line-BKVlJGUb.js +17 -0
  48. package/dist/reload-DAR8dVYw.js +12 -0
  49. package/dist/right-VKgVtqD5.js +34 -0
  50. package/dist/style.css +2 -9
  51. package/dist/tree-select-CTjWj5WT.js +12178 -0
  52. package/dist/useContext-D6pJCZez.js +9 -0
  53. package/dist/utils/shikiHighlighter.d.ts +24 -0
  54. package/dist/vitesse-dark-BsnBIHGG.js +2 -0
  55. package/dist/vitesse-light-Cs_6DF7j.js +2 -0
  56. package/dist/wasm-EvDQvzqp.js +2 -0
  57. package/dist/watchDiff-C4eGkl9e.js +397 -0
  58. package/package.json +20 -20
  59. package/src/built-in/layout-component/Layout.vue +1 -1
  60. package/src/built-in/layout-component/composables/useGetComputedStyle.ts +15 -4
  61. package/src/built-in/layout-component/composables/useLayoutVisible.ts +7 -2
  62. package/src/features/components/PartyLogin/steps/One.vue +7 -20
  63. package/src/features/stores/modules/route.ts +5 -4
  64. package/src/features/stores/utils/routerHelper.ts +2 -2
  65. package/src/utils/shikiHighlighter.ts +80 -0
  66. package/types/settings.d.ts +1 -1
  67. package/dist/AppSetting-D5eSdPuB.js +0 -123
  68. package/dist/HCheckList.vue_vue_type_script_setup_true_lang-DgeRhutB.js +0 -39
  69. package/dist/HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js +0 -20
  70. package/dist/HInput.vue_vue_type_script_setup_true_lang-DBqCXRnn.js +0 -33
  71. package/dist/HToggle-BajvSdEE.js +0 -34
  72. package/dist/HeaderThinMenu-ouAiyBjb.js +0 -4
  73. package/dist/PreferencesContent-mr3zgq9x.js +0 -923
  74. package/dist/SettingBreadcrumb-Chx1c5oE.js +0 -50
  75. package/dist/SettingCopyright-BgIL_X3d.js +0 -62
  76. package/dist/SettingEnableTransition-16PeKbCJ.js +0 -77
  77. package/dist/SettingHome-DuLT9846.js +0 -46
  78. package/dist/SettingMenu-DDOmRqGo.js +0 -120
  79. package/dist/SettingMode-B6OwuuHR.js +0 -68
  80. package/dist/SettingNavSearch-BzmXK8I0.js +0 -46
  81. package/dist/SettingOther-DcDn9I3J.js +0 -81
  82. package/dist/SettingPage-DmfsDzGF.js +0 -29
  83. package/dist/SettingTabbar-BxxzDY5f.js +0 -154
  84. package/dist/SettingThemes-DoTkccTu.js +0 -143
  85. package/dist/SettingToolbar-ogjoj5NI.js +0 -78
  86. package/dist/SettingTopbar-BRZEIJZt.js +0 -52
  87. package/dist/SettingWidthMode-DQmewGT6.js +0 -67
  88. package/dist/abap-Y8Dl9g_6.js +0 -6
  89. package/dist/actionscript-3-DZzbMeqX.js +0 -6
  90. package/dist/ada-vP6ak0IW.js +0 -6
  91. package/dist/andromeeda-BIpZ7gaU.js +0 -4
  92. package/dist/angular-html-BmadGEgW.js +0 -32
  93. package/dist/angular-ts-D-QQnnGT.js +0 -21
  94. package/dist/apache-BUjz-sD2.js +0 -6
  95. package/dist/apex-D_wPycVx.js +0 -6
  96. package/dist/apl-sitt7C8I.js +0 -16
  97. package/dist/applescript-BPx7YFFu.js +0 -6
  98. package/dist/ara-Z2fSOxSw.js +0 -6
  99. package/dist/asciidoc-B-pCoB3G.js +0 -6
  100. package/dist/asm-BTWLY5ym.js +0 -6
  101. package/dist/astro-DHnp0xIo.js +0 -18
  102. package/dist/aurora-x-BwoVEUWZ.js +0 -4
  103. package/dist/awk-Fb0P9dkn.js +0 -6
  104. package/dist/ayu-dark-CxPZkpb2.js +0 -4
  105. package/dist/ballerina-oZK-YekG.js +0 -6
  106. package/dist/bat-0FvbqU9S.js +0 -6
  107. package/dist/beancount-DEfTbbFX.js +0 -6
  108. package/dist/berry-PwsHPR_K.js +0 -6
  109. package/dist/bibtex-EULQRLY5.js +0 -6
  110. package/dist/bicep-DFU2oTl7.js +0 -6
  111. package/dist/blade-OPzGcV14.js +0 -20
  112. package/dist/bsl-NkNNwerW.js +0 -8
  113. package/dist/c-eeMepfLm.js +0 -6
  114. package/dist/cadence-DMRWHJp4.js +0 -6
  115. package/dist/cairo-DM6WF2e3.js +0 -8
  116. package/dist/catppuccin-frappe-5udUqgsX.js +0 -4
  117. package/dist/catppuccin-latte-ufkS-HWv.js +0 -4
  118. package/dist/catppuccin-macchiato-DzL2LPek.js +0 -4
  119. package/dist/catppuccin-mocha-DDDDwkUT.js +0 -4
  120. package/dist/clarity-BseSxcHx.js +0 -6
  121. package/dist/clojure-CXJfHrL3.js +0 -6
  122. package/dist/cmake-BJz8BOTU.js +0 -6
  123. package/dist/cobol-R4Vn9a46.js +0 -10
  124. package/dist/codeowners-Bt9yU6NX.js +0 -6
  125. package/dist/codeql-DHkodjjI.js +0 -6
  126. package/dist/coffee-Dl27lzbd.js +0 -8
  127. package/dist/common-lisp-EVqT9Zhp.js +0 -6
  128. package/dist/coq-B0L9upzn.js +0 -6
  129. package/dist/cpp-Cj177cuW.js +0 -18
  130. package/dist/crystal-ymVvJzbZ.js +0 -18
  131. package/dist/csharp-DmxfTLWR.js +0 -6
  132. package/dist/css-CECN5uSL.js +0 -6
  133. package/dist/csv-CmYOceLb.js +0 -6
  134. package/dist/cue-ZzumE7IT.js +0 -6
  135. package/dist/cypher-jpdmjtA6.js +0 -6
  136. package/dist/d-CBagWSwH.js +0 -6
  137. package/dist/dark-plus-pUHDTVV0.js +0 -4
  138. package/dist/dart-6ObCrKr9.js +0 -6
  139. package/dist/dax-CcDT-8dH.js +0 -6
  140. package/dist/desktop-B93p9R9O.js +0 -6
  141. package/dist/diff-BxzP2J8R.js +0 -6
  142. package/dist/docker-CsHqm9tx.js +0 -6
  143. package/dist/dotenv-BMjVjUL1.js +0 -6
  144. package/dist/dracula-BtZx2Kac.js +0 -4
  145. package/dist/dracula-soft-BKa-aqBv.js +0 -4
  146. package/dist/dream-maker-PAx17jaB.js +0 -6
  147. package/dist/edge-_LvgTcmu.js +0 -12
  148. package/dist/elixir-BTCUAmQk.js +0 -8
  149. package/dist/elm-BtNbw_Cd.js +0 -8
  150. package/dist/emacs-lisp-Cfxdx5D-.js +0 -6
  151. package/dist/erb-D0PIpZCP.js +0 -10
  152. package/dist/erlang-DNcDT8Hi.js +0 -8
  153. package/dist/everforest-dark-DMCBqXCK.js +0 -4
  154. package/dist/everforest-light-BbXl82Em.js +0 -4
  155. package/dist/fennel-N4WcXuKx.js +0 -6
  156. package/dist/fish-B6QqlqeT.js +0 -6
  157. package/dist/fluent-BMXUxfv1.js +0 -6
  158. package/dist/fortran-fixed-form-DUsA-VGo.js +0 -8
  159. package/dist/fortran-free-form-DPIT_jbP.js +0 -6
  160. package/dist/fsharp-Pr2u3cIG.js +0 -8
  161. package/dist/gdresource-BwtMIoBm.js +0 -10
  162. package/dist/gdscript-BifyeYhI.js +0 -6
  163. package/dist/gdshader-Bk8fF6yr.js +0 -6
  164. package/dist/genie-DzUvd7U9.js +0 -6
  165. package/dist/gherkin-DHRaV0YP.js +0 -6
  166. package/dist/git-commit-Bd32YZ0K.js +0 -8
  167. package/dist/git-rebase-ZWUFO_T4.js +0 -8
  168. package/dist/github-dark-DenFmJkN.js +0 -4
  169. package/dist/github-dark-default-BJPUVz4H.js +0 -4
  170. package/dist/github-dark-dimmed-DUshB20C.js +0 -4
  171. package/dist/github-dark-high-contrast-D3aGCnF8.js +0 -4
  172. package/dist/github-light-JYsPkUQd.js +0 -4
  173. package/dist/github-light-default-D99KPAby.js +0 -4
  174. package/dist/github-light-high-contrast-BbmZE-Mp.js +0 -4
  175. package/dist/gleam-Bv284lvN.js +0 -6
  176. package/dist/glimmer-js-CkxRszZZ.js +0 -14
  177. package/dist/glimmer-ts-Bi6BYQCn.js +0 -14
  178. package/dist/glsl-CkUcVZNK.js +0 -8
  179. package/dist/gnuplot-yPG9-sE_.js +0 -6
  180. package/dist/go-ChxJuLYK.js +0 -6
  181. package/dist/graphql-BLaPX4fU.js +0 -14
  182. package/dist/groovy-CJQTphOW.js +0 -6
  183. package/dist/gruvbox-dark-hard-C2ND4cMr.js +0 -4
  184. package/dist/gruvbox-dark-medium-C8k4c8au.js +0 -4
  185. package/dist/gruvbox-dark-soft-xx9Q6FaG.js +0 -4
  186. package/dist/gruvbox-light-hard-BpUXv5in.js +0 -4
  187. package/dist/gruvbox-light-medium-D3XFCoU1.js +0 -4
  188. package/dist/gruvbox-light-soft-u7hpfz6Z.js +0 -4
  189. package/dist/hack-Bx1jMtBC.js +0 -10
  190. package/dist/haml-6FagfhCM.js +0 -10
  191. package/dist/handlebars-Bd5Y4M6I.js +0 -14
  192. package/dist/haskell-WeIwNIP6.js +0 -6
  193. package/dist/haxe-TztHsm5T.js +0 -6
  194. package/dist/hcl-D438OF-I.js +0 -6
  195. package/dist/hjson-DYBUbqOl.js +0 -6
  196. package/dist/hlsl-Bk8TCZNL.js +0 -6
  197. package/dist/houston-BDYrDoDW.js +0 -4
  198. package/dist/html-7XVNRwN7.js +0 -10
  199. package/dist/html-derivative-BNxZ5Yf6.js +0 -8
  200. package/dist/http-WC357zBG.js +0 -14
  201. package/dist/hxml-GbqSQCLa.js +0 -8
  202. package/dist/hy-Brt5EZ7-.js +0 -6
  203. package/dist/imba-CimUv-Uh.js +0 -6
  204. package/dist/index-73TLLAnx.js +0 -25373
  205. package/dist/index-B3GOGQYd.js +0 -79648
  206. package/dist/index-BD2fkZis.js +0 -14
  207. package/dist/index-BrK3HYDT.js +0 -4
  208. package/dist/index-CkUIa4JM.js +0 -229
  209. package/dist/index-D2zvNBbe.js +0 -44
  210. package/dist/index-DwF3aqst.js +0 -49
  211. package/dist/index-NOUM2y9h.js +0 -2827
  212. package/dist/ini-BZIuRIvJ.js +0 -6
  213. package/dist/java-DY6VlHhP.js +0 -6
  214. package/dist/javascript-Dp1Jmi5H.js +0 -6
  215. package/dist/jinja-WEhOU5ES.js +0 -11
  216. package/dist/jison-c2JI40PB.js +0 -8
  217. package/dist/json-DxJze_jm.js +0 -6
  218. package/dist/json5-BT4Fjg39.js +0 -6
  219. package/dist/jsonc-CHjZD8gR.js +0 -6
  220. package/dist/jsonl-BGuvDmy9.js +0 -6
  221. package/dist/jsonnet-Bx2cfsXg.js +0 -6
  222. package/dist/jssm-BcADi6EI.js +0 -6
  223. package/dist/jsx-BtKADgXT.js +0 -6
  224. package/dist/julia-DcoDQokW.js +0 -16
  225. package/dist/kanagawa-dragon-CiKur4Hl.js +0 -4
  226. package/dist/kanagawa-lotus-BKu-smKu.js +0 -4
  227. package/dist/kanagawa-wave-CQwozSzG.js +0 -4
  228. package/dist/kotlin-ByBMgTeR.js +0 -6
  229. package/dist/kusto-VWFLl2T0.js +0 -6
  230. package/dist/laserwave-6a00oqik.js +0 -4
  231. package/dist/latex-MZCpjnva.js +0 -8
  232. package/dist/lean-DXqEE_d1.js +0 -6
  233. package/dist/less-B1GLI2Di.js +0 -6
  234. package/dist/light-plus-CZuVqSLX.js +0 -4
  235. package/dist/liquid-3HHuHOZ2.js +0 -14
  236. package/dist/llvm-6RQLId6G.js +0 -6
  237. package/dist/log-Al8wyEFV.js +0 -6
  238. package/dist/logo-DBa4JDzV.js +0 -6
  239. package/dist/lua-kX5WP_P5.js +0 -8
  240. package/dist/luau-DtBSxLyz.js +0 -6
  241. package/dist/make-CsMclxtr.js +0 -6
  242. package/dist/markdown-CrScaQ96.js +0 -6
  243. package/dist/marko-DDi9qpQP.js +0 -14
  244. package/dist/material-theme-D6KBX41T.js +0 -4
  245. package/dist/material-theme-darker-CkRroheE.js +0 -4
  246. package/dist/material-theme-lighter-BUBw43Yz.js +0 -4
  247. package/dist/material-theme-ocean-ClGX14Ja.js +0 -4
  248. package/dist/material-theme-palenight-C1RVm8K1.js +0 -4
  249. package/dist/matlab-BOAaUVP0.js +0 -6
  250. package/dist/mdc-FI2x3BiY.js +0 -12
  251. package/dist/mdx-BOhZZUJ8.js +0 -6
  252. package/dist/mermaid-B0ixDHKN.js +0 -6
  253. package/dist/min-dark-C7ak0t6c.js +0 -4
  254. package/dist/min-light-CKFxVcPp.js +0 -4
  255. package/dist/mipsasm-CTx18fBl.js +0 -6
  256. package/dist/mojo-BD611d7o.js +0 -6
  257. package/dist/monokai-C1KBYcO0.js +0 -4
  258. package/dist/move-DSb5dTSj.js +0 -6
  259. package/dist/narrat-DmhDCBs-.js +0 -6
  260. package/dist/nextflow-BAAEJxI_.js +0 -6
  261. package/dist/nginx-5vhPAEw3.js +0 -8
  262. package/dist/night-owl-Bm2rzalh.js +0 -4
  263. package/dist/nim-BhS8gg0S.js +0 -20
  264. package/dist/nix-ceY58Dty.js +0 -6
  265. package/dist/nord-CC5OiUXg.js +0 -4
  266. package/dist/nushell-CQi4NV-2.js +0 -6
  267. package/dist/objective-c-Itk8tzmv.js +0 -6
  268. package/dist/objective-cpp-DGt5UKRO.js +0 -6
  269. package/dist/ocaml-eSVK32Eg.js +0 -6
  270. package/dist/one-dark-pro-DTA3VF0_.js +0 -4
  271. package/dist/one-light-D9sNaUtq.js +0 -4
  272. package/dist/pascal-xy8pJNns.js +0 -6
  273. package/dist/perl-BoEn6HmT.js +0 -16
  274. package/dist/php-BRU9zhoN.js +0 -18
  275. package/dist/pick-dLE6MD9A.js +0 -12
  276. package/dist/plastic-CSTz3KZp.js +0 -4
  277. package/dist/plsql-pVbGZfOv.js +0 -6
  278. package/dist/po-BNfHvqmm.js +0 -6
  279. package/dist/poimandres-C-VADXHD.js +0 -4
  280. package/dist/polar-CAZahv3u.js +0 -6
  281. package/dist/postcss-05aHdL-n.js +0 -6
  282. package/dist/powerquery-DI9HkTvs.js +0 -6
  283. package/dist/powershell-Clc4ydu-.js +0 -6
  284. package/dist/prisma-FZjmVtSl.js +0 -6
  285. package/dist/prolog-C5-yg4TO.js +0 -6
  286. package/dist/proto-MmCPeFAD.js +0 -6
  287. package/dist/pug-CJWI-qSo.js +0 -12
  288. package/dist/puppet-CUJHmnxV.js +0 -6
  289. package/dist/purescript-rUfGld-4.js +0 -6
  290. package/dist/python-BFNSHbwJ.js +0 -6
  291. package/dist/qml-D3ATcgGh.js +0 -8
  292. package/dist/qmldir-BInDYbpo.js +0 -6
  293. package/dist/qss-AeJTysr_.js +0 -6
  294. package/dist/question-line-DCMVyZ3e.js +0 -18
  295. package/dist/r-Bm0uF0U2.js +0 -6
  296. package/dist/racket-B83wSAja.js +0 -6
  297. package/dist/raku-nEQ4ZJJ7.js +0 -6
  298. package/dist/razor-BPFYEoc9.js +0 -10
  299. package/dist/red-7y8PH7HH.js +0 -4
  300. package/dist/reg-m_s_Kiip.js +0 -6
  301. package/dist/regexp-BazyLpPg.js +0 -6
  302. package/dist/rel-BcRfyd6Q.js +0 -6
  303. package/dist/right-aIVrXLnr.js +0 -36
  304. package/dist/riscv-Ce8MAQLP.js +0 -6
  305. package/dist/rose-pine-Cr4kwgAY.js +0 -4
  306. package/dist/rose-pine-dawn-ClRRUdXX.js +0 -4
  307. package/dist/rose-pine-moon-ucNn3Gm8.js +0 -4
  308. package/dist/rst-B6mPMsKo.js +0 -22
  309. package/dist/ruby-DInklMmU.js +0 -30
  310. package/dist/rust-CLzF9zIN.js +0 -6
  311. package/dist/sas-fpEvgATw.js +0 -8
  312. package/dist/sass-DxHp5rTx.js +0 -6
  313. package/dist/scala-D4grkFkl.js +0 -6
  314. package/dist/scheme-BCRWuEm4.js +0 -6
  315. package/dist/scss-B1FaCqwR.js +0 -8
  316. package/dist/sdbl-B7T8abf4.js +0 -6
  317. package/dist/shaderlab-Cr62-Wb4.js +0 -8
  318. package/dist/shellscript-InADTalH.js +0 -6
  319. package/dist/shellsession-DiDJNQdy.js +0 -8
  320. package/dist/slack-dark-i7wN4OET.js +0 -4
  321. package/dist/slack-ochin-ndHf0LoP.js +0 -4
  322. package/dist/smalltalk-BlI1_OkM.js +0 -6
  323. package/dist/snazzy-light-BlSJXAu4.js +0 -4
  324. package/dist/solarized-dark-UTmkh7lw.js +0 -4
  325. package/dist/solarized-light-BheCkDPT.js +0 -4
  326. package/dist/solidity-CneOhxmR.js +0 -6
  327. package/dist/soy-LybuU3Y_.js +0 -8
  328. package/dist/sparql-B0KWFEri.js +0 -8
  329. package/dist/splunk-CRXR8A9s.js +0 -6
  330. package/dist/sql-Cn_v3PB0.js +0 -6
  331. package/dist/ssh-config-DP-hNVbF.js +0 -6
  332. package/dist/stata-B8c5fTjX.js +0 -8
  333. package/dist/stylus-CyKEU1Ej.js +0 -6
  334. package/dist/svelte-BjDUPxZ1.js +0 -14
  335. package/dist/swift-9UzSvamq.js +0 -6
  336. package/dist/synthwave-84-NU3C_KFZ.js +0 -4
  337. package/dist/system-verilog-BCm7smPJ.js +0 -6
  338. package/dist/systemd-C-4qm6XH.js +0 -6
  339. package/dist/talonscript-CFF3LF_O.js +0 -6
  340. package/dist/tasl-Cg_WBUAe.js +0 -6
  341. package/dist/tcl-DN7buRTF.js +0 -6
  342. package/dist/templ-Brj2RH7A.js +0 -12
  343. package/dist/terraform-DGvcn9zM.js +0 -6
  344. package/dist/tex-CmrLTxbG.js +0 -8
  345. package/dist/tokyo-night-DP4TmcQl.js +0 -4
  346. package/dist/toml-DY62mUL_.js +0 -6
  347. package/dist/ts-tags-CZMzuZh-.js +0 -41
  348. package/dist/tsv-BtvSkaG0.js +0 -6
  349. package/dist/tsx-B8rCNbgL.js +0 -6
  350. package/dist/turtle-_H59FV7D.js +0 -6
  351. package/dist/twig-GjIxYqCX.js +0 -18
  352. package/dist/typescript-mg6ATTE8.js +0 -6
  353. package/dist/typespec-Djmco60m.js +0 -6
  354. package/dist/typst-D_1QKWns.js +0 -6
  355. package/dist/v-BW14IZv7.js +0 -6
  356. package/dist/vala-uxaPR7d1.js +0 -6
  357. package/dist/vb-D8_c5-KN.js +0 -6
  358. package/dist/verilog-B-bybjPF.js +0 -6
  359. package/dist/vesper-BckBta1U.js +0 -4
  360. package/dist/vhdl-CUlNa8ac.js +0 -6
  361. package/dist/viml-DsfA-sWm.js +0 -6
  362. package/dist/vitesse-black-BoGvW84i.js +0 -4
  363. package/dist/vitesse-dark-Cym-eLtO.js +0 -4
  364. package/dist/vitesse-light-CcmG315c.js +0 -4
  365. package/dist/vue-D-ba2-Rx.js +0 -31
  366. package/dist/vue-html-Dn2ZoOSz.js +0 -10
  367. package/dist/vue-vine-Jmfkm6lF.js +0 -20
  368. package/dist/vyper-CPQuu50u.js +0 -6
  369. package/dist/wasm-BBXxrAl7.js +0 -6
  370. package/dist/wasm-DQxwEHae.js +0 -7
  371. package/dist/wenyan-pbVjoM9_.js +0 -6
  372. package/dist/wgsl-DY4iK1q1.js +0 -6
  373. package/dist/wikitext-Z-MoUasO.js +0 -6
  374. package/dist/wit-CQMQOlTg.js +0 -6
  375. package/dist/wolfram-Dz4KXISs.js +0 -6
  376. package/dist/xml-C2J0sS9M.js +0 -8
  377. package/dist/xsl-BmSZphgC.js +0 -8
  378. package/dist/yaml-DaO7k5B1.js +0 -6
  379. package/dist/zenscript-CxBjpf9c.js +0 -6
  380. package/dist/zig-Vm0PO9wB.js +0 -6
@@ -0,0 +1,9 @@
1
+ import { inject, provide } from "vue";
2
+ var layoutInjectionKey = Symbol.for("pubinfo.layout");
3
+ function createContext(e) {
4
+ provide(layoutInjectionKey, e);
5
+ }
6
+ function useContext() {
7
+ return inject(layoutInjectionKey);
8
+ }
9
+ export { useContext as n, createContext as t };
@@ -0,0 +1,24 @@
1
+ import { HighlighterCore } from 'shiki';
2
+ /**
3
+ * 获取 Shiki 高亮器实例(单例模式)
4
+ * 支持的语言:json
5
+ * 支持的主题:vitesse-dark, vitesse-light
6
+ *
7
+ * 所有 shiki 相关模块均采用动态导入,避免主 bundle 体积过大
8
+ */
9
+ export declare function getShikiHighlighter(): Promise<HighlighterCore>;
10
+ export interface HighlightCodeOptions {
11
+ /** 代码语言,默认 json */
12
+ lang?: string;
13
+ /** 亮色主题,默认 vitesse-light */
14
+ lightTheme?: string;
15
+ /** 暗色主题,默认 vitesse-dark */
16
+ darkTheme?: string;
17
+ }
18
+ /**
19
+ * 使用 Shiki 高亮代码
20
+ * @param code 要高亮的代码
21
+ * @param options 高亮选项
22
+ * @returns 高亮后的 HTML 字符串
23
+ */
24
+ export declare function highlightCode(code: string, options?: HighlightCodeOptions): Promise<string>;
@@ -0,0 +1,2 @@
1
+ var vitesse_dark_default = Object.freeze(JSON.parse("{\"colors\":{\"activityBar.activeBorder\":\"#4d9375\",\"activityBar.background\":\"#121212\",\"activityBar.border\":\"#191919\",\"activityBar.foreground\":\"#dbd7caee\",\"activityBar.inactiveForeground\":\"#dedcd550\",\"activityBarBadge.background\":\"#bfbaaa\",\"activityBarBadge.foreground\":\"#121212\",\"badge.background\":\"#dedcd590\",\"badge.foreground\":\"#121212\",\"breadcrumb.activeSelectionForeground\":\"#eeeeee18\",\"breadcrumb.background\":\"#181818\",\"breadcrumb.focusForeground\":\"#dbd7caee\",\"breadcrumb.foreground\":\"#959da5\",\"breadcrumbPicker.background\":\"#121212\",\"button.background\":\"#4d9375\",\"button.foreground\":\"#121212\",\"button.hoverBackground\":\"#4d9375\",\"checkbox.background\":\"#181818\",\"checkbox.border\":\"#2f363d\",\"debugToolBar.background\":\"#121212\",\"descriptionForeground\":\"#dedcd590\",\"diffEditor.insertedTextBackground\":\"#4d937550\",\"diffEditor.removedTextBackground\":\"#ab595950\",\"dropdown.background\":\"#121212\",\"dropdown.border\":\"#191919\",\"dropdown.foreground\":\"#dbd7caee\",\"dropdown.listBackground\":\"#181818\",\"editor.background\":\"#121212\",\"editor.findMatchBackground\":\"#e6cc7722\",\"editor.findMatchHighlightBackground\":\"#e6cc7744\",\"editor.focusedStackFrameHighlightBackground\":\"#b808\",\"editor.foldBackground\":\"#eeeeee10\",\"editor.foreground\":\"#dbd7caee\",\"editor.inactiveSelectionBackground\":\"#eeeeee10\",\"editor.lineHighlightBackground\":\"#181818\",\"editor.selectionBackground\":\"#eeeeee18\",\"editor.selectionHighlightBackground\":\"#eeeeee10\",\"editor.stackFrameHighlightBackground\":\"#a707\",\"editor.wordHighlightBackground\":\"#1c6b4805\",\"editor.wordHighlightStrongBackground\":\"#1c6b4810\",\"editorBracketHighlight.foreground1\":\"#5eaab5\",\"editorBracketHighlight.foreground2\":\"#4d9375\",\"editorBracketHighlight.foreground3\":\"#d4976c\",\"editorBracketHighlight.foreground4\":\"#d9739f\",\"editorBracketHighlight.foreground5\":\"#e6cc77\",\"editorBracketHighlight.foreground6\":\"#6394bf\",\"editorBracketMatch.background\":\"#4d937520\",\"editorError.foreground\":\"#cb7676\",\"editorGroup.border\":\"#191919\",\"editorGroupHeader.tabsBackground\":\"#121212\",\"editorGroupHeader.tabsBorder\":\"#191919\",\"editorGutter.addedBackground\":\"#4d9375\",\"editorGutter.commentRangeForeground\":\"#dedcd550\",\"editorGutter.deletedBackground\":\"#cb7676\",\"editorGutter.foldingControlForeground\":\"#dedcd590\",\"editorGutter.modifiedBackground\":\"#6394bf\",\"editorHint.foreground\":\"#4d9375\",\"editorIndentGuide.activeBackground\":\"#ffffff30\",\"editorIndentGuide.background\":\"#ffffff15\",\"editorInfo.foreground\":\"#6394bf\",\"editorInlayHint.background\":\"#181818\",\"editorInlayHint.foreground\":\"#666666\",\"editorLineNumber.activeForeground\":\"#bfbaaa\",\"editorLineNumber.foreground\":\"#dedcd550\",\"editorOverviewRuler.border\":\"#111\",\"editorStickyScroll.background\":\"#181818\",\"editorStickyScrollHover.background\":\"#181818\",\"editorWarning.foreground\":\"#d4976c\",\"editorWhitespace.foreground\":\"#ffffff15\",\"editorWidget.background\":\"#121212\",\"errorForeground\":\"#cb7676\",\"focusBorder\":\"#00000000\",\"foreground\":\"#dbd7caee\",\"gitDecoration.addedResourceForeground\":\"#4d9375\",\"gitDecoration.conflictingResourceForeground\":\"#d4976c\",\"gitDecoration.deletedResourceForeground\":\"#cb7676\",\"gitDecoration.ignoredResourceForeground\":\"#dedcd550\",\"gitDecoration.modifiedResourceForeground\":\"#6394bf\",\"gitDecoration.submoduleResourceForeground\":\"#dedcd590\",\"gitDecoration.untrackedResourceForeground\":\"#5eaab5\",\"input.background\":\"#181818\",\"input.border\":\"#191919\",\"input.foreground\":\"#dbd7caee\",\"input.placeholderForeground\":\"#dedcd590\",\"inputOption.activeBackground\":\"#dedcd550\",\"list.activeSelectionBackground\":\"#181818\",\"list.activeSelectionForeground\":\"#dbd7caee\",\"list.focusBackground\":\"#181818\",\"list.highlightForeground\":\"#4d9375\",\"list.hoverBackground\":\"#181818\",\"list.hoverForeground\":\"#dbd7caee\",\"list.inactiveFocusBackground\":\"#121212\",\"list.inactiveSelectionBackground\":\"#181818\",\"list.inactiveSelectionForeground\":\"#dbd7caee\",\"menu.separatorBackground\":\"#191919\",\"notificationCenterHeader.background\":\"#121212\",\"notificationCenterHeader.foreground\":\"#959da5\",\"notifications.background\":\"#121212\",\"notifications.border\":\"#191919\",\"notifications.foreground\":\"#dbd7caee\",\"notificationsErrorIcon.foreground\":\"#cb7676\",\"notificationsInfoIcon.foreground\":\"#6394bf\",\"notificationsWarningIcon.foreground\":\"#d4976c\",\"panel.background\":\"#121212\",\"panel.border\":\"#191919\",\"panelInput.border\":\"#2f363d\",\"panelTitle.activeBorder\":\"#4d9375\",\"panelTitle.activeForeground\":\"#dbd7caee\",\"panelTitle.inactiveForeground\":\"#959da5\",\"peekViewEditor.background\":\"#121212\",\"peekViewEditor.matchHighlightBackground\":\"#ffd33d33\",\"peekViewResult.background\":\"#121212\",\"peekViewResult.matchHighlightBackground\":\"#ffd33d33\",\"pickerGroup.border\":\"#191919\",\"pickerGroup.foreground\":\"#dbd7caee\",\"problemsErrorIcon.foreground\":\"#cb7676\",\"problemsInfoIcon.foreground\":\"#6394bf\",\"problemsWarningIcon.foreground\":\"#d4976c\",\"progressBar.background\":\"#4d9375\",\"quickInput.background\":\"#121212\",\"quickInput.foreground\":\"#dbd7caee\",\"quickInputList.focusBackground\":\"#181818\",\"scrollbar.shadow\":\"#0000\",\"scrollbarSlider.activeBackground\":\"#dedcd550\",\"scrollbarSlider.background\":\"#dedcd510\",\"scrollbarSlider.hoverBackground\":\"#dedcd550\",\"settings.headerForeground\":\"#dbd7caee\",\"settings.modifiedItemIndicator\":\"#4d9375\",\"sideBar.background\":\"#121212\",\"sideBar.border\":\"#191919\",\"sideBar.foreground\":\"#bfbaaa\",\"sideBarSectionHeader.background\":\"#121212\",\"sideBarSectionHeader.border\":\"#191919\",\"sideBarSectionHeader.foreground\":\"#dbd7caee\",\"sideBarTitle.foreground\":\"#dbd7caee\",\"statusBar.background\":\"#121212\",\"statusBar.border\":\"#191919\",\"statusBar.debuggingBackground\":\"#181818\",\"statusBar.debuggingForeground\":\"#bfbaaa\",\"statusBar.foreground\":\"#bfbaaa\",\"statusBar.noFolderBackground\":\"#121212\",\"statusBarItem.prominentBackground\":\"#181818\",\"tab.activeBackground\":\"#121212\",\"tab.activeBorder\":\"#191919\",\"tab.activeBorderTop\":\"#dedcd590\",\"tab.activeForeground\":\"#dbd7caee\",\"tab.border\":\"#191919\",\"tab.hoverBackground\":\"#181818\",\"tab.inactiveBackground\":\"#121212\",\"tab.inactiveForeground\":\"#959da5\",\"tab.unfocusedActiveBorder\":\"#191919\",\"tab.unfocusedActiveBorderTop\":\"#191919\",\"tab.unfocusedHoverBackground\":\"#121212\",\"terminal.ansiBlack\":\"#393a34\",\"terminal.ansiBlue\":\"#6394bf\",\"terminal.ansiBrightBlack\":\"#777777\",\"terminal.ansiBrightBlue\":\"#6394bf\",\"terminal.ansiBrightCyan\":\"#5eaab5\",\"terminal.ansiBrightGreen\":\"#4d9375\",\"terminal.ansiBrightMagenta\":\"#d9739f\",\"terminal.ansiBrightRed\":\"#cb7676\",\"terminal.ansiBrightWhite\":\"#ffffff\",\"terminal.ansiBrightYellow\":\"#e6cc77\",\"terminal.ansiCyan\":\"#5eaab5\",\"terminal.ansiGreen\":\"#4d9375\",\"terminal.ansiMagenta\":\"#d9739f\",\"terminal.ansiRed\":\"#cb7676\",\"terminal.ansiWhite\":\"#dbd7ca\",\"terminal.ansiYellow\":\"#e6cc77\",\"terminal.foreground\":\"#dbd7caee\",\"terminal.selectionBackground\":\"#eeeeee18\",\"textBlockQuote.background\":\"#121212\",\"textBlockQuote.border\":\"#191919\",\"textCodeBlock.background\":\"#121212\",\"textLink.activeForeground\":\"#4d9375\",\"textLink.foreground\":\"#4d9375\",\"textPreformat.foreground\":\"#d1d5da\",\"textSeparator.foreground\":\"#586069\",\"titleBar.activeBackground\":\"#121212\",\"titleBar.activeForeground\":\"#bfbaaa\",\"titleBar.border\":\"#181818\",\"titleBar.inactiveBackground\":\"#121212\",\"titleBar.inactiveForeground\":\"#959da5\",\"tree.indentGuidesStroke\":\"#2f363d\",\"welcomePage.buttonBackground\":\"#2f363d\",\"welcomePage.buttonHoverBackground\":\"#444d56\"},\"displayName\":\"Vitesse Dark\",\"name\":\"vitesse-dark\",\"semanticHighlighting\":true,\"semanticTokenColors\":{\"class\":\"#6872ab\",\"interface\":\"#5d99a9\",\"namespace\":\"#db889a\",\"property\":\"#b8a965\",\"type\":\"#5d99a9\"},\"tokenColors\":[{\"scope\":[\"comment\",\"punctuation.definition.comment\",\"string.comment\"],\"settings\":{\"foreground\":\"#758575dd\"}},{\"scope\":[\"delimiter.bracket\",\"delimiter\",\"invalid.illegal.character-not-allowed-here.html\",\"keyword.operator.rest\",\"keyword.operator.spread\",\"keyword.operator.type.annotation\",\"keyword.operator.relational\",\"keyword.operator.assignment\",\"keyword.operator.type\",\"meta.brace\",\"meta.tag.block.any.html\",\"meta.tag.inline.any.html\",\"meta.tag.structure.input.void.html\",\"meta.type.annotation\",\"meta.embedded.block.github-actions-expression\",\"storage.type.function.arrow\",\"meta.objectliteral.ts\",\"punctuation\",\"punctuation.definition.string.begin.html.vue\",\"punctuation.definition.string.end.html.vue\"],\"settings\":{\"foreground\":\"#666666\"}},{\"scope\":[\"constant\",\"entity.name.constant\",\"variable.language\",\"meta.definition.variable\"],\"settings\":{\"foreground\":\"#c99076\"}},{\"scope\":[\"entity\",\"entity.name\"],\"settings\":{\"foreground\":\"#80a665\"}},{\"scope\":\"variable.parameter.function\",\"settings\":{\"foreground\":\"#dbd7caee\"}},{\"scope\":[\"entity.name.tag\",\"tag.html\"],\"settings\":{\"foreground\":\"#4d9375\"}},{\"scope\":\"entity.name.function\",\"settings\":{\"foreground\":\"#80a665\"}},{\"scope\":[\"keyword\",\"storage.type.class.jsdoc\",\"punctuation.definition.template-expression\"],\"settings\":{\"foreground\":\"#4d9375\"}},{\"scope\":[\"storage\",\"storage.type\",\"support.type.builtin\",\"constant.language.undefined\",\"constant.language.null\",\"constant.language.import-export-all.ts\"],\"settings\":{\"foreground\":\"#cb7676\"}},{\"scope\":[\"text.html.derivative\",\"storage.modifier.package\",\"storage.modifier.import\",\"storage.type.java\"],\"settings\":{\"foreground\":\"#dbd7caee\"}},{\"scope\":[\"string\",\"string punctuation.section.embedded source\",\"attribute.value\"],\"settings\":{\"foreground\":\"#c98a7d\"}},{\"scope\":[\"punctuation.definition.string\"],\"settings\":{\"foreground\":\"#c98a7d77\"}},{\"scope\":[\"punctuation.support.type.property-name\"],\"settings\":{\"foreground\":\"#b8a96577\"}},{\"scope\":\"support\",\"settings\":{\"foreground\":\"#b8a965\"}},{\"scope\":[\"property\",\"meta.property-name\",\"meta.object-literal.key\",\"entity.name.tag.yaml\",\"attribute.name\"],\"settings\":{\"foreground\":\"#b8a965\"}},{\"scope\":[\"entity.other.attribute-name\",\"invalid.deprecated.entity.other.attribute-name.html\"],\"settings\":{\"foreground\":\"#bd976a\"}},{\"scope\":[\"variable\",\"identifier\"],\"settings\":{\"foreground\":\"#bd976a\"}},{\"scope\":[\"support.type.primitive\",\"entity.name.type\"],\"settings\":{\"foreground\":\"#5DA994\"}},{\"scope\":\"namespace\",\"settings\":{\"foreground\":\"#db889a\"}},{\"scope\":[\"keyword.operator\",\"keyword.operator.assignment.compound\",\"meta.var.expr.ts\"],\"settings\":{\"foreground\":\"#cb7676\"}},{\"scope\":\"invalid.broken\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#fdaeb7\"}},{\"scope\":\"invalid.deprecated\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#fdaeb7\"}},{\"scope\":\"invalid.illegal\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#fdaeb7\"}},{\"scope\":\"invalid.unimplemented\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#fdaeb7\"}},{\"scope\":\"carriage-return\",\"settings\":{\"background\":\"#f97583\",\"content\":\"^M\",\"fontStyle\":\"italic underline\",\"foreground\":\"#24292e\"}},{\"scope\":\"message.error\",\"settings\":{\"foreground\":\"#fdaeb7\"}},{\"scope\":\"string variable\",\"settings\":{\"foreground\":\"#c98a7d\"}},{\"scope\":[\"source.regexp\",\"string.regexp\"],\"settings\":{\"foreground\":\"#c4704f\"}},{\"scope\":[\"string.regexp.character-class\",\"string.regexp constant.character.escape\",\"string.regexp source.ruby.embedded\",\"string.regexp string.regexp.arbitrary-repitition\"],\"settings\":{\"foreground\":\"#c98a7d\"}},{\"scope\":\"string.regexp constant.character.escape\",\"settings\":{\"foreground\":\"#e6cc77\"}},{\"scope\":[\"support.constant\"],\"settings\":{\"foreground\":\"#c99076\"}},{\"scope\":[\"keyword.operator.quantifier.regexp\",\"constant.numeric\",\"number\"],\"settings\":{\"foreground\":\"#4C9A91\"}},{\"scope\":[\"keyword.other.unit\"],\"settings\":{\"foreground\":\"#cb7676\"}},{\"scope\":[\"constant.language.boolean\",\"constant.language\"],\"settings\":{\"foreground\":\"#4d9375\"}},{\"scope\":\"meta.module-reference\",\"settings\":{\"foreground\":\"#4d9375\"}},{\"scope\":\"punctuation.definition.list.begin.markdown\",\"settings\":{\"foreground\":\"#d4976c\"}},{\"scope\":[\"markup.heading\",\"markup.heading entity.name\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#4d9375\"}},{\"scope\":\"markup.quote\",\"settings\":{\"foreground\":\"#5d99a9\"}},{\"scope\":\"markup.italic\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#dbd7caee\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#dbd7caee\"}},{\"scope\":\"markup.raw\",\"settings\":{\"foreground\":\"#4d9375\"}},{\"scope\":[\"markup.deleted\",\"meta.diff.header.from-file\",\"punctuation.definition.deleted\"],\"settings\":{\"background\":\"#86181d\",\"foreground\":\"#fdaeb7\"}},{\"scope\":[\"markup.inserted\",\"meta.diff.header.to-file\",\"punctuation.definition.inserted\"],\"settings\":{\"background\":\"#144620\",\"foreground\":\"#85e89d\"}},{\"scope\":[\"markup.changed\",\"punctuation.definition.changed\"],\"settings\":{\"background\":\"#c24e00\",\"foreground\":\"#ffab70\"}},{\"scope\":[\"markup.ignored\",\"markup.untracked\"],\"settings\":{\"background\":\"#79b8ff\",\"foreground\":\"#2f363d\"}},{\"scope\":\"meta.diff.range\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#b392f0\"}},{\"scope\":\"meta.diff.header\",\"settings\":{\"foreground\":\"#79b8ff\"}},{\"scope\":\"meta.separator\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#79b8ff\"}},{\"scope\":\"meta.output\",\"settings\":{\"foreground\":\"#79b8ff\"}},{\"scope\":[\"brackethighlighter.tag\",\"brackethighlighter.curly\",\"brackethighlighter.round\",\"brackethighlighter.square\",\"brackethighlighter.angle\",\"brackethighlighter.quote\"],\"settings\":{\"foreground\":\"#d1d5da\"}},{\"scope\":\"brackethighlighter.unmatched\",\"settings\":{\"foreground\":\"#fdaeb7\"}},{\"scope\":[\"constant.other.reference.link\",\"string.other.link\",\"punctuation.definition.string.begin.markdown\",\"punctuation.definition.string.end.markdown\"],\"settings\":{\"foreground\":\"#c98a7d\"}},{\"scope\":[\"markup.underline.link.markdown\",\"markup.underline.link.image.markdown\"],\"settings\":{\"fontStyle\":\"underline\",\"foreground\":\"#dedcd590\"}},{\"scope\":[\"type.identifier\",\"constant.other.character-class.regexp\"],\"settings\":{\"foreground\":\"#6872ab\"}},{\"scope\":[\"entity.other.attribute-name.html.vue\"],\"settings\":{\"foreground\":\"#80a665\"}},{\"scope\":[\"invalid.illegal.unrecognized-tag.html\"],\"settings\":{\"fontStyle\":\"normal\"}}],\"type\":\"dark\"}"));
2
+ export { vitesse_dark_default as default };
@@ -0,0 +1,2 @@
1
+ var vitesse_light_default = Object.freeze(JSON.parse("{\"colors\":{\"activityBar.activeBorder\":\"#1c6b48\",\"activityBar.background\":\"#ffffff\",\"activityBar.border\":\"#f0f0f0\",\"activityBar.foreground\":\"#393a34\",\"activityBar.inactiveForeground\":\"#393a3450\",\"activityBarBadge.background\":\"#4e4f47\",\"activityBarBadge.foreground\":\"#ffffff\",\"badge.background\":\"#393a3490\",\"badge.foreground\":\"#ffffff\",\"breadcrumb.activeSelectionForeground\":\"#22222218\",\"breadcrumb.background\":\"#f7f7f7\",\"breadcrumb.focusForeground\":\"#393a34\",\"breadcrumb.foreground\":\"#6a737d\",\"breadcrumbPicker.background\":\"#ffffff\",\"button.background\":\"#1c6b48\",\"button.foreground\":\"#ffffff\",\"button.hoverBackground\":\"#1c6b48\",\"checkbox.background\":\"#f7f7f7\",\"checkbox.border\":\"#d1d5da\",\"debugToolBar.background\":\"#ffffff\",\"descriptionForeground\":\"#393a3490\",\"diffEditor.insertedTextBackground\":\"#1c6b4830\",\"diffEditor.removedTextBackground\":\"#ab595940\",\"dropdown.background\":\"#ffffff\",\"dropdown.border\":\"#f0f0f0\",\"dropdown.foreground\":\"#393a34\",\"dropdown.listBackground\":\"#f7f7f7\",\"editor.background\":\"#ffffff\",\"editor.findMatchBackground\":\"#e6cc7744\",\"editor.findMatchHighlightBackground\":\"#e6cc7766\",\"editor.focusedStackFrameHighlightBackground\":\"#fff5b1\",\"editor.foldBackground\":\"#22222210\",\"editor.foreground\":\"#393a34\",\"editor.inactiveSelectionBackground\":\"#22222210\",\"editor.lineHighlightBackground\":\"#f7f7f7\",\"editor.selectionBackground\":\"#22222218\",\"editor.selectionHighlightBackground\":\"#22222210\",\"editor.stackFrameHighlightBackground\":\"#fffbdd\",\"editor.wordHighlightBackground\":\"#1c6b4805\",\"editor.wordHighlightStrongBackground\":\"#1c6b4810\",\"editorBracketHighlight.foreground1\":\"#2993a3\",\"editorBracketHighlight.foreground2\":\"#1e754f\",\"editorBracketHighlight.foreground3\":\"#a65e2b\",\"editorBracketHighlight.foreground4\":\"#a13865\",\"editorBracketHighlight.foreground5\":\"#bda437\",\"editorBracketHighlight.foreground6\":\"#296aa3\",\"editorBracketMatch.background\":\"#1c6b4820\",\"editorError.foreground\":\"#ab5959\",\"editorGroup.border\":\"#f0f0f0\",\"editorGroupHeader.tabsBackground\":\"#ffffff\",\"editorGroupHeader.tabsBorder\":\"#f0f0f0\",\"editorGutter.addedBackground\":\"#1e754f\",\"editorGutter.commentRangeForeground\":\"#393a3450\",\"editorGutter.deletedBackground\":\"#ab5959\",\"editorGutter.foldingControlForeground\":\"#393a3490\",\"editorGutter.modifiedBackground\":\"#296aa3\",\"editorHint.foreground\":\"#1e754f\",\"editorIndentGuide.activeBackground\":\"#00000030\",\"editorIndentGuide.background\":\"#00000015\",\"editorInfo.foreground\":\"#296aa3\",\"editorInlayHint.background\":\"#f7f7f7\",\"editorInlayHint.foreground\":\"#999999\",\"editorLineNumber.activeForeground\":\"#4e4f47\",\"editorLineNumber.foreground\":\"#393a3450\",\"editorOverviewRuler.border\":\"#fff\",\"editorStickyScroll.background\":\"#f7f7f7\",\"editorStickyScrollHover.background\":\"#f7f7f7\",\"editorWarning.foreground\":\"#a65e2b\",\"editorWhitespace.foreground\":\"#00000015\",\"editorWidget.background\":\"#ffffff\",\"errorForeground\":\"#ab5959\",\"focusBorder\":\"#00000000\",\"foreground\":\"#393a34\",\"gitDecoration.addedResourceForeground\":\"#1e754f\",\"gitDecoration.conflictingResourceForeground\":\"#a65e2b\",\"gitDecoration.deletedResourceForeground\":\"#ab5959\",\"gitDecoration.ignoredResourceForeground\":\"#393a3450\",\"gitDecoration.modifiedResourceForeground\":\"#296aa3\",\"gitDecoration.submoduleResourceForeground\":\"#393a3490\",\"gitDecoration.untrackedResourceForeground\":\"#2993a3\",\"input.background\":\"#f7f7f7\",\"input.border\":\"#f0f0f0\",\"input.foreground\":\"#393a34\",\"input.placeholderForeground\":\"#393a3490\",\"inputOption.activeBackground\":\"#393a3450\",\"list.activeSelectionBackground\":\"#f7f7f7\",\"list.activeSelectionForeground\":\"#393a34\",\"list.focusBackground\":\"#f7f7f7\",\"list.highlightForeground\":\"#1c6b48\",\"list.hoverBackground\":\"#f7f7f7\",\"list.hoverForeground\":\"#393a34\",\"list.inactiveFocusBackground\":\"#ffffff\",\"list.inactiveSelectionBackground\":\"#f7f7f7\",\"list.inactiveSelectionForeground\":\"#393a34\",\"menu.separatorBackground\":\"#f0f0f0\",\"notificationCenterHeader.background\":\"#ffffff\",\"notificationCenterHeader.foreground\":\"#6a737d\",\"notifications.background\":\"#ffffff\",\"notifications.border\":\"#f0f0f0\",\"notifications.foreground\":\"#393a34\",\"notificationsErrorIcon.foreground\":\"#ab5959\",\"notificationsInfoIcon.foreground\":\"#296aa3\",\"notificationsWarningIcon.foreground\":\"#a65e2b\",\"panel.background\":\"#ffffff\",\"panel.border\":\"#f0f0f0\",\"panelInput.border\":\"#e1e4e8\",\"panelTitle.activeBorder\":\"#1c6b48\",\"panelTitle.activeForeground\":\"#393a34\",\"panelTitle.inactiveForeground\":\"#6a737d\",\"peekViewEditor.background\":\"#ffffff\",\"peekViewResult.background\":\"#ffffff\",\"pickerGroup.border\":\"#f0f0f0\",\"pickerGroup.foreground\":\"#393a34\",\"problemsErrorIcon.foreground\":\"#ab5959\",\"problemsInfoIcon.foreground\":\"#296aa3\",\"problemsWarningIcon.foreground\":\"#a65e2b\",\"progressBar.background\":\"#1c6b48\",\"quickInput.background\":\"#ffffff\",\"quickInput.foreground\":\"#393a34\",\"quickInputList.focusBackground\":\"#f7f7f7\",\"scrollbar.shadow\":\"#6a737d33\",\"scrollbarSlider.activeBackground\":\"#393a3450\",\"scrollbarSlider.background\":\"#393a3410\",\"scrollbarSlider.hoverBackground\":\"#393a3450\",\"settings.headerForeground\":\"#393a34\",\"settings.modifiedItemIndicator\":\"#1c6b48\",\"sideBar.background\":\"#ffffff\",\"sideBar.border\":\"#f0f0f0\",\"sideBar.foreground\":\"#4e4f47\",\"sideBarSectionHeader.background\":\"#ffffff\",\"sideBarSectionHeader.border\":\"#f0f0f0\",\"sideBarSectionHeader.foreground\":\"#393a34\",\"sideBarTitle.foreground\":\"#393a34\",\"statusBar.background\":\"#ffffff\",\"statusBar.border\":\"#f0f0f0\",\"statusBar.debuggingBackground\":\"#f7f7f7\",\"statusBar.debuggingForeground\":\"#4e4f47\",\"statusBar.foreground\":\"#4e4f47\",\"statusBar.noFolderBackground\":\"#ffffff\",\"statusBarItem.prominentBackground\":\"#f7f7f7\",\"tab.activeBackground\":\"#ffffff\",\"tab.activeBorder\":\"#f0f0f0\",\"tab.activeBorderTop\":\"#393a3490\",\"tab.activeForeground\":\"#393a34\",\"tab.border\":\"#f0f0f0\",\"tab.hoverBackground\":\"#f7f7f7\",\"tab.inactiveBackground\":\"#ffffff\",\"tab.inactiveForeground\":\"#6a737d\",\"tab.unfocusedActiveBorder\":\"#f0f0f0\",\"tab.unfocusedActiveBorderTop\":\"#f0f0f0\",\"tab.unfocusedHoverBackground\":\"#ffffff\",\"terminal.ansiBlack\":\"#121212\",\"terminal.ansiBlue\":\"#296aa3\",\"terminal.ansiBrightBlack\":\"#aaaaaa\",\"terminal.ansiBrightBlue\":\"#296aa3\",\"terminal.ansiBrightCyan\":\"#2993a3\",\"terminal.ansiBrightGreen\":\"#1e754f\",\"terminal.ansiBrightMagenta\":\"#a13865\",\"terminal.ansiBrightRed\":\"#ab5959\",\"terminal.ansiBrightWhite\":\"#dddddd\",\"terminal.ansiBrightYellow\":\"#bda437\",\"terminal.ansiCyan\":\"#2993a3\",\"terminal.ansiGreen\":\"#1e754f\",\"terminal.ansiMagenta\":\"#a13865\",\"terminal.ansiRed\":\"#ab5959\",\"terminal.ansiWhite\":\"#dbd7ca\",\"terminal.ansiYellow\":\"#bda437\",\"terminal.foreground\":\"#393a34\",\"terminal.selectionBackground\":\"#22222218\",\"textBlockQuote.background\":\"#ffffff\",\"textBlockQuote.border\":\"#f0f0f0\",\"textCodeBlock.background\":\"#ffffff\",\"textLink.activeForeground\":\"#1c6b48\",\"textLink.foreground\":\"#1c6b48\",\"textPreformat.foreground\":\"#586069\",\"textSeparator.foreground\":\"#d1d5da\",\"titleBar.activeBackground\":\"#ffffff\",\"titleBar.activeForeground\":\"#4e4f47\",\"titleBar.border\":\"#f7f7f7\",\"titleBar.inactiveBackground\":\"#ffffff\",\"titleBar.inactiveForeground\":\"#6a737d\",\"tree.indentGuidesStroke\":\"#e1e4e8\",\"welcomePage.buttonBackground\":\"#f6f8fa\",\"welcomePage.buttonHoverBackground\":\"#e1e4e8\"},\"displayName\":\"Vitesse Light\",\"name\":\"vitesse-light\",\"semanticHighlighting\":true,\"semanticTokenColors\":{\"class\":\"#5a6aa6\",\"interface\":\"#2e808f\",\"namespace\":\"#b05a78\",\"property\":\"#998418\",\"type\":\"#2e808f\"},\"tokenColors\":[{\"scope\":[\"comment\",\"punctuation.definition.comment\",\"string.comment\"],\"settings\":{\"foreground\":\"#a0ada0\"}},{\"scope\":[\"delimiter.bracket\",\"delimiter\",\"invalid.illegal.character-not-allowed-here.html\",\"keyword.operator.rest\",\"keyword.operator.spread\",\"keyword.operator.type.annotation\",\"keyword.operator.relational\",\"keyword.operator.assignment\",\"keyword.operator.type\",\"meta.brace\",\"meta.tag.block.any.html\",\"meta.tag.inline.any.html\",\"meta.tag.structure.input.void.html\",\"meta.type.annotation\",\"meta.embedded.block.github-actions-expression\",\"storage.type.function.arrow\",\"meta.objectliteral.ts\",\"punctuation\",\"punctuation.definition.string.begin.html.vue\",\"punctuation.definition.string.end.html.vue\"],\"settings\":{\"foreground\":\"#999999\"}},{\"scope\":[\"constant\",\"entity.name.constant\",\"variable.language\",\"meta.definition.variable\"],\"settings\":{\"foreground\":\"#a65e2b\"}},{\"scope\":[\"entity\",\"entity.name\"],\"settings\":{\"foreground\":\"#59873a\"}},{\"scope\":\"variable.parameter.function\",\"settings\":{\"foreground\":\"#393a34\"}},{\"scope\":[\"entity.name.tag\",\"tag.html\"],\"settings\":{\"foreground\":\"#1e754f\"}},{\"scope\":\"entity.name.function\",\"settings\":{\"foreground\":\"#59873a\"}},{\"scope\":[\"keyword\",\"storage.type.class.jsdoc\",\"punctuation.definition.template-expression\"],\"settings\":{\"foreground\":\"#1e754f\"}},{\"scope\":[\"storage\",\"storage.type\",\"support.type.builtin\",\"constant.language.undefined\",\"constant.language.null\",\"constant.language.import-export-all.ts\"],\"settings\":{\"foreground\":\"#ab5959\"}},{\"scope\":[\"text.html.derivative\",\"storage.modifier.package\",\"storage.modifier.import\",\"storage.type.java\"],\"settings\":{\"foreground\":\"#393a34\"}},{\"scope\":[\"string\",\"string punctuation.section.embedded source\",\"attribute.value\"],\"settings\":{\"foreground\":\"#b56959\"}},{\"scope\":[\"punctuation.definition.string\"],\"settings\":{\"foreground\":\"#b5695977\"}},{\"scope\":[\"punctuation.support.type.property-name\"],\"settings\":{\"foreground\":\"#99841877\"}},{\"scope\":\"support\",\"settings\":{\"foreground\":\"#998418\"}},{\"scope\":[\"property\",\"meta.property-name\",\"meta.object-literal.key\",\"entity.name.tag.yaml\",\"attribute.name\"],\"settings\":{\"foreground\":\"#998418\"}},{\"scope\":[\"entity.other.attribute-name\",\"invalid.deprecated.entity.other.attribute-name.html\"],\"settings\":{\"foreground\":\"#b07d48\"}},{\"scope\":[\"variable\",\"identifier\"],\"settings\":{\"foreground\":\"#b07d48\"}},{\"scope\":[\"support.type.primitive\",\"entity.name.type\"],\"settings\":{\"foreground\":\"#2e8f82\"}},{\"scope\":\"namespace\",\"settings\":{\"foreground\":\"#b05a78\"}},{\"scope\":[\"keyword.operator\",\"keyword.operator.assignment.compound\",\"meta.var.expr.ts\"],\"settings\":{\"foreground\":\"#ab5959\"}},{\"scope\":\"invalid.broken\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#b31d28\"}},{\"scope\":\"invalid.deprecated\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#b31d28\"}},{\"scope\":\"invalid.illegal\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#b31d28\"}},{\"scope\":\"invalid.unimplemented\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#b31d28\"}},{\"scope\":\"carriage-return\",\"settings\":{\"background\":\"#d73a49\",\"content\":\"^M\",\"fontStyle\":\"italic underline\",\"foreground\":\"#fafbfc\"}},{\"scope\":\"message.error\",\"settings\":{\"foreground\":\"#b31d28\"}},{\"scope\":\"string variable\",\"settings\":{\"foreground\":\"#b56959\"}},{\"scope\":[\"source.regexp\",\"string.regexp\"],\"settings\":{\"foreground\":\"#ab5e3f\"}},{\"scope\":[\"string.regexp.character-class\",\"string.regexp constant.character.escape\",\"string.regexp source.ruby.embedded\",\"string.regexp string.regexp.arbitrary-repitition\"],\"settings\":{\"foreground\":\"#b56959\"}},{\"scope\":\"string.regexp constant.character.escape\",\"settings\":{\"foreground\":\"#bda437\"}},{\"scope\":[\"support.constant\"],\"settings\":{\"foreground\":\"#a65e2b\"}},{\"scope\":[\"keyword.operator.quantifier.regexp\",\"constant.numeric\",\"number\"],\"settings\":{\"foreground\":\"#2f798a\"}},{\"scope\":[\"keyword.other.unit\"],\"settings\":{\"foreground\":\"#ab5959\"}},{\"scope\":[\"constant.language.boolean\",\"constant.language\"],\"settings\":{\"foreground\":\"#1e754f\"}},{\"scope\":\"meta.module-reference\",\"settings\":{\"foreground\":\"#1c6b48\"}},{\"scope\":\"punctuation.definition.list.begin.markdown\",\"settings\":{\"foreground\":\"#a65e2b\"}},{\"scope\":[\"markup.heading\",\"markup.heading entity.name\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#1c6b48\"}},{\"scope\":\"markup.quote\",\"settings\":{\"foreground\":\"#2e808f\"}},{\"scope\":\"markup.italic\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#393a34\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#393a34\"}},{\"scope\":\"markup.raw\",\"settings\":{\"foreground\":\"#1c6b48\"}},{\"scope\":[\"markup.deleted\",\"meta.diff.header.from-file\",\"punctuation.definition.deleted\"],\"settings\":{\"background\":\"#ffeef0\",\"foreground\":\"#b31d28\"}},{\"scope\":[\"markup.inserted\",\"meta.diff.header.to-file\",\"punctuation.definition.inserted\"],\"settings\":{\"background\":\"#f0fff4\",\"foreground\":\"#22863a\"}},{\"scope\":[\"markup.changed\",\"punctuation.definition.changed\"],\"settings\":{\"background\":\"#ffebda\",\"foreground\":\"#e36209\"}},{\"scope\":[\"markup.ignored\",\"markup.untracked\"],\"settings\":{\"background\":\"#005cc5\",\"foreground\":\"#f6f8fa\"}},{\"scope\":\"meta.diff.range\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#6f42c1\"}},{\"scope\":\"meta.diff.header\",\"settings\":{\"foreground\":\"#005cc5\"}},{\"scope\":\"meta.separator\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#005cc5\"}},{\"scope\":\"meta.output\",\"settings\":{\"foreground\":\"#005cc5\"}},{\"scope\":[\"brackethighlighter.tag\",\"brackethighlighter.curly\",\"brackethighlighter.round\",\"brackethighlighter.square\",\"brackethighlighter.angle\",\"brackethighlighter.quote\"],\"settings\":{\"foreground\":\"#586069\"}},{\"scope\":\"brackethighlighter.unmatched\",\"settings\":{\"foreground\":\"#b31d28\"}},{\"scope\":[\"constant.other.reference.link\",\"string.other.link\",\"punctuation.definition.string.begin.markdown\",\"punctuation.definition.string.end.markdown\"],\"settings\":{\"foreground\":\"#b56959\"}},{\"scope\":[\"markup.underline.link.markdown\",\"markup.underline.link.image.markdown\"],\"settings\":{\"fontStyle\":\"underline\",\"foreground\":\"#393a3490\"}},{\"scope\":[\"type.identifier\",\"constant.other.character-class.regexp\"],\"settings\":{\"foreground\":\"#5a6aa6\"}},{\"scope\":[\"entity.other.attribute-name.html.vue\"],\"settings\":{\"foreground\":\"#59873a\"}},{\"scope\":[\"invalid.illegal.unrecognized-tag.html\"],\"settings\":{\"fontStyle\":\"normal\"}}],\"type\":\"light\"}"));
2
+ export { vitesse_light_default as default };